1 2012-11-21 Glenn Morris <rgm@gnu.org>
3 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
4 (face-italic-p): Add optional argument "inherit".
6 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
7 Remove -p suffix from names, for consistency with other set-face-*.
8 (set-face-inverse-video): Fix interactive spec.
9 * play/gamegrid.el (gamegrid-make-mono-tty-face):
10 * textmodes/table.el (table--update-cell-face):
11 Use set-face-inverse-video rather than now obsolete alias.
13 2012-11-21 Eli Zaretskii <eliz@gnu.org>
15 * simple.el (line-move): Don't call line-move-partial if
16 scroll-conservatively is in effect. (Bug#12927)
18 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
20 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
21 Fallback on completion-at-point rather than
22 pcomplete-expand-and-complete, and only if pcomplete actually failed.
23 (eshell-cmpl-initialize): Setup completion-at-point.
25 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
27 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
29 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
31 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
32 are remote, check out-of-band property for both.
34 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
36 * window.el (switch-to-buffer): Re-add the warning that was lost in the
39 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
41 More minor time fixes.
42 * calendar/time-date.el: Commentary fix.
43 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
44 too much other code depends on (0 0) time stamps.
45 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
46 Add a couple of FIXME comments.
48 Minor cleanup for times as lists of four integers.
49 * files.el (dir-locals-directory-cache):
50 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
52 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
53 * ps-bdf.el (bdf-file-newer-than-time):
54 Process four-integers time stamps, not two. Doc fixes.
56 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
58 * uniquify.el (uniquify-managed): Use defvar-local.
59 (rename-buffer, create-file-buffer): Advise with advice-add.
60 (uniquify-unload-function): Unadvise accordingly.
62 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
63 (trace-buffer): Don't purecopy.
64 (trace-entry-message, trace-exit-message): Add `context' arg.
65 (trace--timer): New var.
66 (trace-make-advice): Adjust for use in nadvice.
67 Add `context' argument. Delay `display-buffer' via a timer.
68 (trace-function-internal): Use advice-add.
69 (trace--read-args): New function.
70 (trace-function-foreground, trace-function-background): Use it.
71 (trace-function): Rename to trace-function-foreground and redefine as
72 an alias to that new name.
73 (untrace-function, untrace-all): Adjust to the use of nadvice.
75 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
77 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
79 * subr.el (called-interactively-p-functions): New var.
80 (internal--called-interactively-p--get-frame): New macro.
81 (called-interactively-p, interactive-p): Rewrite in Lisp.
82 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
83 (called-interactively-p-functions): Use it.
84 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
85 (called-interactively-p-functions): Use it.
86 * allout.el (allout-called-interactively-p): Don't assume
87 called-interactively-p is a subr.
89 2012-11-20 Glenn Morris <rgm@gnu.org>
91 * profiler.el (profiler-report-mode-map): Add a menu.
92 No need to bind `q' because we derive from special-mode.
93 (profiler-report-find-entry): Handle calls from the menu-bar.
95 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
97 * emacs-lisp/byte-run.el (defun-declarations-alist):
98 Allow a compiler-macro to be a lambda expression.
100 * progmodes/python.el: Use cl-lib. Move var declarations outside of
102 (python-syntax-context): Add compiler-macro.
103 (python-font-lock-keywords): Simplify with De Morgan.
105 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
107 * files.el (load-file): Require match in minibuffer selection, as was
108 the case in Emacs-20 before we changed the spec to allow .elc files
111 * json.el: Don't require cl since we don't use it.
112 * color.el: Don't require cl.
113 (color-complement): `caddr' -> `nth 2'.
115 * calendar/time-date.el (time-to-seconds): De-obsolete.
117 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
119 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
121 (math-date-to-julian-dt): Adjust the initial approximation for the
122 year to deal with the new definition of the DATE.
124 2012-11-19 Daniel Colascione <dancol@dancol.org>
126 * term/w32-win.el (cygwin-convert-path-from-windows):
127 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
129 2012-11-18 Chong Yidong <cyd@gnu.org>
131 * filecache.el (file-cache--read-list): New function.
132 (file-cache-add-directory-list, file-cache-add-file-list)
133 (file-cache-delete-file-list, file-cache-delete-directory-list):
134 Use it to read a list of files or directories (Bug#12846).
135 (file-cache-add-file, file-cache-add-directory)
136 (file-cache-delete-file-list, file-cache-delete-file-regexp)
137 (file-cache-delete-directory): Print an message.
139 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
141 * calc/calc-forms.el (math-date-to-dt): Use integer date when
142 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
144 2012-11-18 Glenn Morris <rgm@gnu.org>
146 * image.el (insert-image, insert-sliced-image): Doc fix.
148 2012-11-18 Chong Yidong <cyd@gnu.org>
150 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
153 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
155 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
156 response when the target file is in a subdirectory (Bug#12757).
158 2012-11-18 Chong Yidong <cyd@gnu.org>
160 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
162 2012-11-18 Glenn Morris <rgm@gnu.org>
164 * emacs-lisp/cl-lib.el (face-underline-p):
165 Use set-face-underline rather than the alias set-face-underline-p.
167 * window.el (with-temp-buffer-window): Doc fix.
168 * subr.el (with-output-to-temp-buffer):
169 Add doc xref to with-temp-buffer-window.
171 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
173 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
174 * calc/calc.el (math-format-date-cache): Declare.
176 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
178 * calc/calc-forms.el (math-julian-date-beginning)
179 (math-julian-date-beginning-int): Implement [new date numbering].
181 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
183 * descr-text.el (quail-find-key):
184 * dired.el (desktop-file-name):
185 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
186 * generic-x.el (comint-mode, comint-exec):
187 * image-dired.el (widget-forward):
188 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
189 (speedbar-change-expand-button-char)
190 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
191 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
192 * printing.el (easy-menu-add-item, easy-menu-remove-item)
193 (widget-field-action, widget-value-set):
194 * speedbar.el (imenu--make-index-alist):
195 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
196 (ring-length, ring-insert):
197 * vcursor.el (compare-windows-skip-whitespace):
198 * woman.el (dired-get-filename):
201 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
203 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
205 * calc/calc.el (calc-gregorian-switch): New variable.
207 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
208 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
209 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
210 (math-leap-year-p): Add option to distinguish between Julian
211 and Gregorian calendars.
212 (math-day-number): Use `math-day-in-year' to do the computations.
213 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
214 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
215 to do the computations.
216 (math-date-to-dt): Use `math-date-to-julian-dt' and
217 `math-date-to-gregorian-dt' to do the computations.
218 (calcFunc-weekday, math-format-date-part): Use the new version of
219 the DATE to determine the weekday.
220 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
223 2012-11-17 Eli Zaretskii <eliz@gnu.org>
225 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
226 Cygwin; otherwise use 'file:'. (Bug#12914)
227 (cygwin-convert-path-from-windows): Declare, to avoid
228 byte-compiler warnings.
230 2012-11-17 Andreas Politz <politza@fh-trier.de>
232 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
233 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
234 prefix and negative numeric prefix args (Bug#12795).
236 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
238 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
239 Don't signal an error with a score that is too low to add to the
240 list of top scores. (Bug#12779)
242 2012-11-17 Chong Yidong <cyd@gnu.org>
244 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
246 * filecache.el (file-cache-add-file): Handle relative file name in
247 the argument (Bug#12694).
249 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
251 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
253 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
255 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
257 * emacs-lisp/cl-lib.el: Set more meaningful version number.
259 2012-11-16 Martin Rudalics <rudalics@gmx.at>
261 * window.el (enlarge-window, shrink-window): Don't mention return
262 value in doc-string (Bug#12896).
263 (window--display-buffer): Don't resize frames - it won't work
264 with all window managers and defeat pop-up-frame-alist.
265 (display-buffer-alist): In doc-string explain that CONDITION can
266 be a function and which arguments are passed to it (Bug#12854).
267 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
268 expressions (Bug#12854).
269 (display-buffer): Pass ACTION argument to
270 display-buffer-assq-regexp.
272 2012-11-16 Glenn Morris <rgm@gnu.org>
274 * window.el (fit-frame-to-buffer-bottom-margin)
275 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
277 * faces.el (face-underline-p): Use face-attribute-specified-or.
279 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
281 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
283 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
285 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
287 2012-11-16 Glenn Morris <rgm@gnu.org>
289 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
290 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
292 * faces.el (face-underline-p): Doc fix. Handle :underline being
293 things other than `t' (a string, a list).
294 (face-inverse-video-p): Doc fix.
295 (set-face-underline): Rename it back from set-face-underline-p.
296 Doc fix. Allow interactive input of values other than t.
297 (read-face-attribute): Apply formatting to :underline,
298 since like :box and :stipple it can take list values.
300 * term.el (ansi-term): Don't let C-x escape-char binding
301 clobber the more standard C-c binding. (Bug#12842)
303 * subr.el (set-temporary-overlay-map): Doc fix.
305 2012-11-16 Martin Rudalics <rudalics@gmx.at>
307 * window.el (record-window-buffer)
308 (display-buffer-record-window): When copying the markers to
309 window-point preserve window-point-insertion-type. (Bug#12588)
311 2012-11-16 Glenn Morris <rgm@gnu.org>
313 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
314 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
315 Use new names for hooks rather than obsolete aliases.
317 2012-11-15 Daniel Colascione <dancol@dancol.org>
319 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
320 prefix instead of "file:" so that when FILE-NAME begins with "//",
321 as it does when the target file is on a network share, url-handler
324 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
326 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
327 a preactivated advice from an old advice.el; they're not compatible!
329 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
331 * emacs-lisp/nadvice.el (advice--make-interactive-form):
332 Fix string-spec case.
334 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
336 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
338 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
339 (advice--buffer-local-function-sample): New var.
340 (advice--set-buffer-local, advice--buffer-local): New functions.
341 (add-function, remove-function): Use them.
343 2012-11-15 Drew Adams <drew.adams@oracle.com>
345 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
347 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
349 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
350 potential binding of print-gensym to t, and prettify (back)quotes in
351 case they appear in args's default values (bug#12884).
353 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
355 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
356 (advice-eval-interactive-spec): New function.
357 (advice--make-interactive-form): Support around advice (bug#12844).
359 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
361 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
362 more strict. Add docstring.
363 (ruby-expression-expansion-re): Extract from
364 `ruby-match-expression-expansion'.
365 (ruby-syntax-propertize-function): After everything else, search
366 for expansions in string literals, mark their insides as
367 whitespace syntax and save match data for font-lock.
368 (ruby-font-lock-keywords): Use the 2nd group from expression
370 (ruby-match-expression-expansion): Use the match data saved to the
371 text property in ruby-syntax-propertize-function.
373 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
375 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
378 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
380 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
381 start/end keyword a bit harder. Works with different values of N.
383 (ruby-end-of-block): Update accordingly.
385 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
387 * woman.el (woman-file-name): Don't mess with unread-command-events
390 * emacs-lisp/advice.el: Layer on top of nadvice.el.
391 Remove out of date self-require hack.
392 (ad-do-advised-functions): Use simple `dolist'.
393 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
394 (ad-advice-definition): Redefine as functions.
395 (ad-advice-classes): Move before first use.
396 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
397 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
398 (ad--defalias-fset): Remove functions.
399 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
400 (ad-get-orig-definition): Rewrite.
401 (ad-make-advised-definition-docstring): Change base docstring.
402 (ad-real-orig-definition): Rewrite.
403 (ad-map-arglists): Change name of called function.
404 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
405 (ad-make-advised-definition): Simplify.
406 (ad-assemble-advised-definition): Tweak for new calling context.
407 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
408 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
409 function and call ad-activate if needed.
410 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
411 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
412 (ad-compile-function): Compile ad-Advice-*.
413 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
414 (ad-start-advice, ad-stop-advice): Remove.
416 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
418 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
419 period before class method names, not after. Remove handling of
420 one impossible case. Add comments.
422 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
424 * emacs-lisp/advice.el: Remove support for freezing.
425 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
426 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
427 Remove support for `freeze'.
429 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
430 override the default.
431 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
433 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
436 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
438 (advice--strip-macro): New function.
439 (advice--defalias-fset): Use them to handle macros.
440 (advice-add): Use them.
441 (advice-member-p): Correctly handle macros.
443 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
445 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
446 Never font-lock the beginning of singleton class as heredoc.
448 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
450 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
452 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
454 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
455 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
456 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
458 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
460 Fix end-of-defun misbehavior.
461 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
462 python-beginning-of-defun-function. Handle nested defuns
464 (python-nav-end-of-defun): Rename from
465 python-end-of-defun-function. Ensure forward movement.
466 (python-info-current-defun): Reimplement to work as intended
467 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
468 parent defuns as soon as possible.
470 2012-11-13 Glenn Morris <rgm@gnu.org>
472 * progmodes/flymake.el (flymake-error-bitmap)
473 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
474 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
476 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
478 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
479 backward, always stop at indentation. Reverts the change from
480 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
482 2012-11-13 Glenn Morris <rgm@gnu.org>
484 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
485 Add ibuffer-filter-by-derived-mode.
487 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
488 the same name shadowing each other.
490 * window.el (with-temp-buffer-window): Doc tweak.
492 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
494 * help.el (temp-buffer-max-height):
495 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
496 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
498 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
500 * emacs-lisp/nadvice.el: New package.
501 * subr.el (special-form-p): New function.
502 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
503 (elp-all-instrumented-list): Remove var.
504 (elp-not-profilable): Remove elp-wrapper.
505 (elp-profilable-p): Use autoloadp and special-form-p.
506 (elp--advice-name): New const.
507 (elp-instrument-function): Use advice-add.
508 (elp--instrumented-p): New predicate.
509 (elp-restore-function): Use advice-remove.
510 (elp-restore-all, elp-reset-all): Use mapatoms.
511 (elp-set-master): Use elp--instrumented-p.
512 (elp--make-wrapper): Rename from elp-wrapper, return a function
513 suitable for advice-add. Use cl-inf.
514 (elp-results): Use mapatoms+elp--instrumented-p.
515 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
516 (debug-function-list): Remove var.
517 (debug): Rename arg, and then let-bind it explicitly inside.
518 (debugger-setup-buffer): Rename arg.
519 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
520 (debugger-frame-number): Adjust to new debug-on-entry setup.
521 (debug--implement-debug-on-entry): Rename from
522 implement-debug-on-entry, add argument.
523 (debugger-special-form-p): Remove, use special-form-p instead.
524 (debug-on-entry): Use advice-add.
525 (debug--function-list): New function.
526 (cancel-debug-on-entry): Use it, along with advice-remove.
527 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
528 (debugger-list-functions): Use debug--function-list instead of
530 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
531 (ad-special-form-p): Remove, use special-form-p instead.
532 (ad-set-advice-info): Use add-function and remove-function.
533 (ad--defalias-fset): Adjust accordingly.
535 2012-11-10 Glenn Morris <rgm@gnu.org>
537 * mail/emacsbug.el (report-emacs-bug-tracker-url)
538 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
539 (report-emacs-bug-create-existing-bugs-buffer)
540 (report-emacs-bug-parse-query-results)
541 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
543 * term.el (term-default-fg-color, term-default-bg-color):
544 Make obsolete, rather than just saying "deprecated" in the doc.
546 * term.el (term): Rename from `term-face'.
547 (term-current-face, ansi-term-color-vector)
548 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
551 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
553 * server.el (server-create-window-system-frame): Handle Nextstep
554 specially (Bug#12780).
556 2012-11-10 Glenn Morris <rgm@gnu.org>
558 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
559 Unautoload, and make obsolete. (Bug#7449)
561 2012-11-10 Chong Yidong <cyd@gnu.org>
563 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
564 rename from diff-remove-trailing-whitespace (Bug#12831).
566 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
568 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
569 miscompilation of trace.el.
571 2012-11-10 Glenn Morris <rgm@gnu.org>
573 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
575 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
577 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
580 2012-11-10 Chong Yidong <cyd@gnu.org>
582 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
583 a defcustom with an appropriate :set function.
584 (minibuffer-default--in-prompt-regexps): New function.
586 2012-11-10 Glenn Morris <rgm@gnu.org>
588 * emacs-lisp/cl.el (define-setf-expander, defsetf)
589 (define-modify-macro): Doc fixes.
591 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
592 (gv-define-simple-setter): Update doc of `fix-return'.
594 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
596 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
597 twice when `fix-return' is set (bug#12813).
599 * emacs-lisp/cl.el (defsetf): Pass the third arg to
600 gv-define-simple-setter (bug#12812).
602 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
605 2012-11-10 Glenn Morris <rgm@gnu.org>
607 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
609 * emacs-lisp/cl-extra.el (cl-prettyexpand):
610 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
611 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
612 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
614 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
616 2012-11-10 Leo Liu <sdl.web@gmail.com>
618 * ido.el (ido-set-matches-1): Improve flex matching performance by
619 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
621 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
623 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
624 (ad--defalias-fset): New function.
625 (ad-safe-fset): Remove.
626 (ad-make-freeze-definition): Use cl-letf*.
628 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
630 * subr.el (dolist): Don't bind VAR in RESULT.
632 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
633 (fset, documentation): Don't save real def since we don't advise.
634 (ad-do-advised-functions): Remove problematic `result-form'.
635 (ad-safe-fset): `ad-real-fset' => `fset'.
636 (ad-read-advised-function): Don't assume that ad-do-advised-functions
637 uses CL's dolist internally.
638 (ad-arglist): Remove unused arg `name'.
639 (ad-docstring, ad-make-advised-docstring):
640 `ad-real-documentation' => `documentation'.
641 (warning-suppress-types): Declare.
642 (ad-set-arguments): Simple CSE.
643 (ad-recover-normality): Sanity check.
645 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
646 (funcall '(lambda ..) ..) into ((lambda ..) ..).
648 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
650 * ses.el: symbol to coordinate mapping is made by symbol property
651 `ses-cell'. This means that the same mapping is done for all SES
652 sheets. That is good enough for cells with standard A1 names, but
653 not for named cell. So a hash map is added for the latter.
654 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
655 (ses-sym-rowcol): Use hashmap for named cell.
656 (ses-is-cell-sym-p): New defun.
657 (ses-decode-cell-symbol): New defun.
658 (ses-create-cell-variable): Add cell to hashmap when name is not
660 (ses-rename-cell): Check that cell new name is not already in
661 spreadsheet with the use of ses-is-cell-sym-p
662 (ses-rename-cell): Use hash map for named cells, but accept also
663 renaming back to A1-like.
665 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
667 * emacs-lisp/advice.el: Use new dynamic docstrings.
668 (ad-make-advised-definition-docstring, ad-advised-definition-p):
669 Use dynamic-docstring-function instead of ad-advice-info.
670 (ad--make-advised-docstring): New function extracted from
671 ad-make-advised-docstring.
672 (ad-make-advised-docstring): Use it.
673 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
675 (sql-help): Use it with dynamic-docstring-function.
677 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
679 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
681 * files.el (hack-one-local-variable--obsolete): New function.
682 (hack-one-local-variable): Use it for obsolete settings.
684 * subr.el (locate-user-emacs-file): If both old and new name exist, use
687 * progmodes/js.el (js--filling-paragraph): New var.
688 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
689 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
692 2012-11-08 Julien Danjou <julien@danjou.info>
694 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
695 `auto-mode-alist' (Bug#12835).
697 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
699 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
700 (perl--prettify-symbols-alist): New const.
701 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
703 (perl-font-lock-keywords-2): Use them.
704 (perl-electric-noindent-p): New function.
705 (perl-mode): Use it to set up electric-indent-mode.
706 (perl-electric-terminator, perl-indent-command): Mark obsolete.
707 (perl-mode-map): Remove bindings for them.
708 (perl-imenu-generic-expression, perl-outline-level):
709 Match functions&packages in column>0.
711 * env.el (env--substitute-vars-regexp): New const.
712 (substitute-env-vars): Use it. Add `only-defined' arg.
713 * net/tramp.el (tramp-replace-environment-variables): Use it.
715 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
716 Byte-compile *before* eval in eval-and-compile.
717 (byte-compile-log-warning): Remove redundant inhibit-read-only.
718 (byte-compile-file-form-autoload): Don't hide actual definition.
719 (byte-compile-maybe-guarded): Accept `functionp' as well.
721 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
723 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
725 * notifications.el (notifications-get-server-information-method):
727 (notifications-get-capabilities): Fix docstring.
728 (notifications-get-server-information): New defun.
730 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
732 * textmodes/ispell.el (ispell-region): Standard re-indent for better
735 * textmodes/ispell.el: Experimental support for support debugging.
736 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
738 (ispell-print-if-debug): New function to print stuff to
739 `ispell-debug-buffer' if debugging is enabled.
740 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
741 show some debugging info.
742 (ispell-buffer-with-debug): New function that creates a debugging
743 buffer and calls `ispell-buffer' with debugging enabled.
745 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
746 comment in autoconf mode. (Bug#12768)
748 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
750 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
751 frame-first-window, frame-root-window, frame-selected-window,
752 minibuffer-selected-window, minibuffer-window,
753 window-absolute-pixel-edges, window-at, window-body-height,
754 window-body-width, window-display-table, window-combination-limit,
755 window-frame, window-fringes, window-inside-absolute-pixel-edges,
756 window-inside-edges, window-inside-pixel-edges, window-left-child,
757 window-left-column, window-margins, window-next-buffers,
758 window-next-sibling, window-new-normal, window-new-total,
759 window-normal-size, window-parameter, window-parameters, window-parent,
760 window-pixel-edges, window-point, window-prev-buffers,
761 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
762 window-start, window-text-height, window-top-child, window-top-line,
763 window-total-height, window-total-width and window-use-time to the list
764 of functions without side-effects.
765 (toplevel): Add window-valid-p to the list of error-free functions
766 without side-effects.
768 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
770 * textmodes/ispell.el (ispell-program-name):
771 Update spellchecker parameters when customized.
773 2012-11-04 Glenn Morris <rgm@gnu.org>
775 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
777 2012-11-04 Chong Yidong <cyd@gnu.org>
779 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
780 same-window-* variables.
782 2012-11-04 Juri Linkov <juri@jurta.org>
784 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
785 (isearch-describe-key, isearch-describe-mode): Use a display
786 action instead of binding same-window-* variables (Bug#10040).
788 2012-11-03 Glenn Morris <rgm@gnu.org>
790 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
791 Rename handler properties back from cl-- to cl-. (Bug#12788)
793 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
795 2012-11-03 Eli Zaretskii <eliz@gnu.org>
797 * term/pc-win.el: Don't load term/internal from here.
799 * loadup.el: Load term/internal from here.
801 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
803 * progmodes/python.el (inferior-python-mode): Fix hang in
804 jit-lock (Bug#12645).
806 2012-11-03 Martin Rudalics <rudalics@gmx.at>
808 * window.el (switch-to-visible-buffer)
809 (switch-to-buffer-preserve-window-point): Fix doc-strings.
811 2012-11-03 Glenn Morris <rgm@gnu.org>
813 * emacs-lisp/cl-lib.el (cl--random-time):
814 Rename from cl-random-time. (Bug#12773)
815 (cl--gensym-counter, cl--random-state): Update callers.
816 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
818 2012-11-03 Chong Yidong <cyd@gnu.org>
820 * cus-start.el: Make cursor-type customizable (Bug#11633).
822 2012-11-02 Glenn Morris <rgm@gnu.org>
824 * filecache.el: No need to load find-lisp when compiling.
825 (find-lisp-find-files): Autoload it.
826 (file-cache-add-directory-recursively): Don't require find-lisp.
828 * image.el (image-type-from-file-name): Trivial simplification.
830 * emacs-lisp/bytecomp.el (byte-compile-eval):
831 Decouple "noruntime" and "cl-functions" warnings.
833 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
835 * play/gomoku.el (gomoku-display-statistics): Update mode line
836 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
838 2012-10-31 Martin Rudalics <rudalics@gmx.at>
840 * window.el (quit-restore-window): If the window has been
841 created on an existing frame and ended up as the sole window on
842 that frame, do not delete it (Bug#12764).
844 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
846 * progmodes/sh-script.el (sh--inside-noncommand-expression):
847 Rename from sh--inside-arithmetic-expression, handle more cases
850 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
851 (sh-font-lock-open-heredoc): Use it (bug#12770).
853 2012-10-30 Glenn Morris <rgm@gnu.org>
855 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
857 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
859 2012-10-29 Chong Yidong <cyd@gnu.org>
861 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
862 function key is stored in a keyboard macro (Bug#4894).
864 * thingatpt.el (number-at-point): Apply a thing-at-point property.
866 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
868 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
870 (diff-unified->context, diff-context->unified)
871 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
873 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
875 * files.el (find-alternate-file): Only ask one question (bug#12487).
877 2012-10-29 Chong Yidong <cyd@gnu.org>
879 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
880 Suggested by Dan Nicolaescu (Bug#6326).
882 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
884 * startup.el (fancy-about-screen): Don't message (Bug#12680).
886 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
888 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
890 * face-remap.el (face-remap-add-relative): Handle the case where a
891 face-remapping-alist entry is a cons cell (Bug#12762).
893 2012-10-29 Kevin Ryde <user42@zip.com.au>
895 * woman.el (woman-parse-numeric-value): Handle picas correctly
898 2012-10-29 Glenn Morris <rgm@gnu.org>
900 * emacs-lisp/cl.el (defsetf): Doc fix.
902 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
904 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
905 syntax to the matching opener, if any (bug#12547).
906 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
907 matching open as a "case-(".
908 (sh-smie-rc-grammar): Add a corresponding rule for it.
910 2012-10-28 Daniel Hackney <dan@haxney.org>
912 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
913 "PKGNAME-autoloads.el" in case we created it.
915 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
917 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
918 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
919 (completion--twq-all): Disable too-strict assertions.
921 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
923 2012-10-27 Eli Zaretskii <eliz@gnu.org>
925 * profiler.el (profiler-report-make-entry-part): Fix help-echo
926 text to match the real keybindings.
928 2012-10-27 Juri Linkov <juri@jurta.org>
930 * wdired.el (wdired-keep-marker-rename): New defcustom.
931 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
934 * dired.el (dired-keep-marker-rename): Add reference to
935 `wdired-keep-marker-rename' in the docstring.
936 Add default character value ?R to display initially in
937 Customization UI instead of ?@.
939 2012-10-27 Martin Rudalics <rudalics@gmx.at>
941 * window.el (display-buffer): In doc-string describe
942 window-height and window-width alist entries.
944 * time.el (display-time-world): Restore fit-window-to-buffer
947 2012-10-27 Chong Yidong <cyd@gnu.org>
949 * subr.el (insert-buffer-substring-as-yank): Doc fix.
951 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
953 * minibuffer.el (completion-category-overrides): New completion
954 category `bookmark' (bug#11131).
956 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
958 * emacs-lisp/advice.el (ad-assemble-advised-definition):
959 Silence bogus compiler warnings for ad-do-it.
961 * bookmark.el (bookmark-completing-read): Set the completion category
962 to `bookmark' (bug#11131).
964 2012-10-26 Bastien <bzg@altern.org>
965 Stefan Monnier <monnier@iro.umontreal.ca>
967 * face-remap.el: Use lexical-binding.
968 (text-scale-adjust): Improve docstring. Use itself for the temporary
969 overlay-map bindings, so as to repeat the "Use..." message each time.
971 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
973 * emacs-lisp/macroexp.el (macroexp--expand-all):
974 Obey byte-compile-warning-enabled-p (bug#12486).
976 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
977 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
979 2012-10-26 Martin Rudalics <rudalics@gmx.at>
981 * mouse.el (mouse-drag-line): Move last form into preceding when
984 * help.el (resize-temp-buffer-window): Fix doc-string.
986 2012-10-25 David Engster <deng@randomsample.de>
988 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
989 Remove. This feature is already integrated in imenu.
991 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
992 always loaded. Require `speedbar' unconditionally.
994 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
996 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
998 * minibuffer.el (minibuffer-force-complete): Fix thinko.
1000 * net/ldap.el (ldap-search-internal): The official ldif format starts
1001 with a "version: 1" header (bug#12724).
1003 * emacs-lisp/package.el (package-installed-p): Warn if not ready
1006 2012-10-25 Glenn Morris <rgm@gnu.org>
1008 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
1010 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1012 * minibuffer.el (minibuffer-force-complete): Use one more marker
1013 for the temporary-overlay-map command (bug#12619).
1015 2012-10-24 Chong Yidong <cyd@gnu.org>
1017 * time.el (display-time-world-mode): Derive from special-mode.
1018 (display-time-world): Use display-buffer (Bug#12708).
1019 (display-time-world-mode-map): Variable deleted.
1020 (display-time-world-display): Wrap the final delete-char inside
1023 2012-10-24 Chong Yidong <cyd@gnu.org>
1025 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
1028 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
1030 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1032 * minibuffer.el (completion--all-sorted-completions-location): New var.
1033 (completion--cache-all-sorted-completions)
1034 (completion--flush-all-sorted-completions): Use it.
1035 (completion-in-region, completion-in-region--postch)
1036 (completion-at-point, completion-help-at-point): Use markers in
1037 completion-in-region--data (bug#12619).
1039 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1041 * progmodes/compile.el (compilation-start): Try to handle common
1042 quoting of `cd' argument (bug#12640).
1044 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
1047 2012-10-23 Glenn Morris <rgm@gnu.org>
1049 * progmodes/gud.el (gud-menu-map):
1050 Check gdb-active-process is bound. (Bug#12358)
1052 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1054 * repeat.el (repeat): Set real-this-command (bug#12232).
1056 * htmlfontify.el (hfy-post-html-hook):
1057 * filesets.el (filesets-cache-fill-content-hook):
1058 * arc-mode.el (archive-extract-hook):
1059 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
1060 * net/rcirc.el (rcirc-sentinel-functions)
1061 (rcirc-receive-message-functions, rcirc-activity-functions)
1062 (rcirc-print-functions):
1063 * net/dbus.el (dbus-event-error-functions):
1064 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
1065 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
1066 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
1067 * term/sun.el (sun-raw-prefix-hooks):
1068 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
1070 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
1072 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
1073 Set `tramp-chunksize' to 1. This improves the performance.
1074 (tramp-smb-wait-for-output): Add timeout to
1075 `tramp-accept-process-output' calls.
1077 2012-10-23 Chong Yidong <cyd@gnu.org>
1079 * faces.el (font-list-limit): Define as an obsolete variable.
1081 * startup.el (command-line):
1082 * cus-start.el: Don't refer to font-list-limit.
1084 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
1086 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1088 * subr.el (internal-temp-output-buffer-show): Rename from
1089 temp-output-buffer-show, since previously compiled files expect this name.
1091 2012-10-23 Glenn Morris <rgm@gnu.org>
1093 * image.el (image-type-from-file-name): If multiple types match,
1094 return the first one that is supported. (Bug#9045)
1096 2012-10-22 Glenn Morris <rgm@gnu.org>
1098 * image.el (imagemagick-enabled-types): Doc fix.
1100 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
1102 * progmodes/which-func.el (which-func-current): The hash-table may have
1103 an explicit nil (bug#12338).
1105 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1107 * electric.el (electric-pair-delete-selection-self-insert-function):
1108 Rename to electric-pair-will-use-region, return a boolean.
1109 (electric-pair-mode): Adjust accordingly. Don't require delsel.
1111 * delsel.el (delete-selection-helper): Use a function instead of a hook.
1112 (delete-selection-pre-hook): Use use-region-p.
1113 (delete-selection-self-insert-function): Remove.
1114 (self-insert-command): Obey self-insert-uses-region-functions.
1115 (self-insert-iso): Revert to previous setting, since we don't actually
1116 know what that command does.
1117 (delete-selection-self-insert-hooks): Remove.
1119 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
1121 * delsel.el (delete-selection-helper): New function, extracted from
1122 delete-selection-pre-hook.
1123 (delete-selection-pre-hook): Use it.
1124 (delete-selection-self-insert-function): New function.
1125 (delete-selection-self-insert-hooks): New hook.
1126 (self-insert-command, self-insert-iso): Use it.
1127 * electric.el (electric-pair-syntax): New function, extracted from
1128 electric-pair-post-self-insert-function.
1129 (electric-pair-post-self-insert-function): Use it.
1130 (electric-pair-delete-selection-self-insert-function): New function.
1131 (electric-pair-mode): Require delsel and setup
1132 delete-selection-self-insert-hooks (bug#11520).
1134 2012-10-20 Chong Yidong <cyd@gnu.org>
1136 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
1137 no changes to show (Bug#12586).
1139 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
1140 list explicitly (Bug#12571).
1142 2012-10-20 Arne Jørgensen <arne@arnested.dk>
1144 * progmodes/flymake.el (flymake-create-temp-inplace):
1147 2012-10-20 Eli Zaretskii <eliz@gnu.org>
1149 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
1151 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
1153 * calc/calc-units.el (math-extract-units): Properly extract powers
1156 2012-10-20 Daniel Colascione <dancol@dancol.org>
1158 * frame.el (make-frame): Set x-display-name as we used to in order
1159 to unbreak creating an X11 frame from an Emacs daemon started
1162 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1164 * minibuffer.el (minibuffer-force-complete): Make the next completion use
1165 the same completion-field (bug#12221).
1167 2012-10-19 Martin Rudalics <rudalics@gmx.at>
1169 * emacs-lisp/debug.el (debug): Record height of debugger window
1170 also when debugger will be back (Bug#8789).
1172 2012-10-18 Chong Yidong <cyd@gnu.org>
1174 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
1175 Convert to defcustom.
1176 (gdb-get-source-file): Don't bind pop-up-windows.
1178 * progmodes/gud.el (gud-display-line): Don't specially re-use
1179 other frames for the gdb-mi case (Bug#12648).
1181 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1183 * emacs-lisp/advice.el: Clean up commentary a bit.
1184 (ad-do-advised-functions, ad-with-originals): Use `declare'.
1185 (byte-code-function-p): Never redefine.
1187 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
1189 2012-10-18 Glenn Morris <rgm@gnu.org>
1191 * dired.el (dired-sort-toggle): Some ls implementations only allow
1192 a single option string. (Bug#12666)
1194 * minibuffer.el (completion-cycle-threshold): Doc fix.
1196 2012-10-17 Kenichi Handa <handa@gnu.org>
1198 * international/mule.el (set-keyboard-coding-system):
1199 Recover input meta mode when the new coding system doesn not use 8-bit.
1200 Supply TERMINAL arg to set-input-meta-mode.
1202 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
1204 * wdired.el (wdired-old-marks): New variable.
1205 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
1206 (wdired-do-renames): Move point with renamed file and don't lose
1207 mark status (Bug#11795).
1209 2012-10-16 Juri Linkov <juri@jurta.org>
1211 * replace.el (query-replace-help): Mention multi-buffer replacement
1212 keys in the Help message. (Bug#12655)
1214 2012-10-15 Chong Yidong <cyd@gnu.org>
1216 * emacs-lisp/byte-run.el (defsubst): Doc fix.
1218 2012-10-14 Eli Zaretskii <eliz@gnu.org>
1220 * window.el (display-buffer): Doc fix.
1222 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1223 Adjust the msft regexp to the output of Studio 2010, and move msft
1224 before edg-1. See the discussion on emacs-devel,
1225 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
1228 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
1230 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
1231 (oset): Move uses of object-class-fast macro after its definition.
1233 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
1235 2012-10-13 Chong Yidong <cyd@gnu.org>
1237 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
1238 enabled, re-enable it (Bug#11963).
1240 2012-10-13 Martin Rudalics <rudalics@gmx.at>
1242 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
1243 non-nil, restore window configuration (Bug#12623).
1245 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1247 * help-fns.el (describe-variable, describe-function-1):
1248 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
1250 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
1252 2012-10-12 Glenn Morris <rgm@gnu.org>
1254 * mail/rmailsum.el (rmail-header-summary):
1255 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
1257 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
1259 * progmodes/python.el (python-mode-map):
1260 Replace subtitute-key-definition with proper command remapping.
1261 (python-nav--up-list): Fix behavior for blocks on the same level.
1263 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1265 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
1267 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
1268 changes to the format of load-history.
1270 * international/mule-cmds.el (read-char-by-name): Move let-binding of
1271 completion-ignore-case in case that var is buffer-local (bug#12615).
1273 2012-10-11 Kenichi Handa <handa@gnu.org>
1275 * international/eucjp-ms.el: Re-generated.
1277 2012-10-10 Kenichi Handa <handa@gnu.org>
1279 * select.el (xselect--encode-string): If a coding is specified for
1280 selection, and that is compatible with COMPOUND_TEXT, use it.
1282 2012-10-10 Martin Rudalics <rudalics@gmx.at>
1284 * window.el (switch-to-buffer-preserve-window-point): New option.
1286 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
1288 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1290 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
1291 Don't document nil as a useful value (bug#12583).
1293 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
1295 * net/tramp.el (tramp-debug-message):
1296 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
1297 (with-tramp-progress-reporter): Rename from
1298 `tramp-with-progress-reporter'.
1299 (with-tramp-file-property, with-tramp-connection-property):
1300 Move from tramp-cache.el, rename from `with-file-property' and
1301 `with-connection-property', respectively.
1303 * net/tramp-cache.el: Remove `with-file-property' and
1304 `with-connection-property'.
1307 * net/tramp-gvfs.el:
1309 * net/tramp-smb.el: Adapt callees.
1311 * net/trampver.el: Update release number.
1313 2012-10-09 Glenn Morris <rgm@gnu.org>
1315 * w32-fns.el (set-message-beep):
1316 * term/w32-win.el (set-message-beep): Update declarations.
1318 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1320 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
1321 (mode-line-widen, mode-line-input-method-map)
1322 (mode-line-coding-system-map, mode-line-remote)
1323 (mode-line-unbury-buffer, mode-line-bury-buffer)
1324 (mode-line-next-buffer, mode-line-previous-buffer):
1325 Replace save-selected-window+select-window => with-selected-window.
1327 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
1328 * progmodes/cc-vars.el (bq-process): Remove, unused.
1330 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
1332 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
1334 Implemented `backward-up-list'-like navigation.
1335 * progmodes/python.el (python-nav-up-list)
1336 (python-nav-backward-up-list): New functions.
1337 (python-mode-map): Define substitute key for backward-up-list to
1338 python-nav-backward-up-list.
1340 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1342 * progmodes/python.el (python-fill-paragraph): Rename from
1343 python-fill-paragraph-function. Fixed fill-paragraph for
1344 decorators (Bug#12605).
1346 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1348 * progmodes/python.el (python-shell-output-filter): Handle extra
1349 carriage return in OSX (Bug#12409).
1351 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1353 Fix shell handling of unbalanced quotes and parens in output.
1354 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
1355 (python-syntax-propertize-function): Use it.
1356 (python-shell-output-syntax-table): New var.
1357 (inferior-python-mode): Prevent unbalanced parens/quotes from
1358 previous output mess with current input context.
1360 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
1362 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
1363 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
1365 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
1367 * ffap.el (ffap-replace-file-component): Support Tramp file name
1368 syntax, not only ange-ftp's one.
1370 2012-10-08 Glenn Morris <rgm@gnu.org>
1372 * cus-start.el (message-log-max): Set :version.
1374 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
1376 2012-10-08 Martin Rudalics <rudalics@gmx.at>
1378 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
1379 the minibuffer window (Bug#10851).
1381 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1383 Enhancements on forward-sexp movement.
1384 * progmodes/python.el (python-nav-beginning-of-statement)
1385 (python-nav-end-of-statement): Return point-marker.
1386 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
1387 (python-info-current-symbol)
1388 (python-info-statement-starts-block-p): Rename from
1389 python-info-beginning-of-block-p.
1390 (python-info-statement-ends-block-p): Rename from
1391 python-info-end-of-block-p.
1392 (python-info-beginning-of-statement-p)
1393 (python-info-end-of-statement-p)
1394 (python-info-beginning-of-block-p, python-info-end-of-block-p):
1397 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1399 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
1400 frame-selected-windows.
1402 2012-10-08 Daniel Colascione <dancol@dancol.org>
1404 * battery.el (battery-status-function): Check for
1405 w32-battery-status itself, not system-time windows-nt.
1407 * frame.el: Require cl-lib.
1408 (display-format-alist): New variable mapping frame types to
1409 functions that initialize them.
1410 (window-system-for-display): New function: interprets
1411 display-format-alist.
1412 (make-frame-on-display): Remove existing display-selection logic
1413 and just forward to make-frame, which will now DTRT.
1414 (make-frame): Restructure to use window-system-for-display to
1415 figure out how to create a frame on a given display.
1416 (display-mouse-p): Look for frame-type w32, not a particular
1419 * loadup.el: Load w32 lisp code when we have the w32 feature.
1421 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
1422 system-type windows-nt.
1424 * server.el (server-create-window-system-frame): Look for window
1426 (server-proces-filter): Only force a window system when windows-nt
1427 _and_ w32. Explain why.
1429 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
1430 of window systems we configure for the mode.
1432 * startup.el (command-line): Mark window system is initialized
1433 after we've done it.
1435 * common-win.el (x-select-text): Look for w32, not windows-nt.
1437 * ns-win.el: Require cl-lib. Add ourselves to
1438 display-format-alist.
1439 (ns-initialize-window-system): Assert we're not initialized twice.
1441 * w32-win.el: Enable lexical binding; require cl-lib; add
1442 ourselves to display-format-alist.
1443 (w32-handle-dropped-file): Convert incoming dropped files from
1444 Windows paths to Cygwin ones before passing them on to the rest of
1446 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
1447 (w32-initialize-window-system): Assert we're not initialized twice.
1449 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
1450 (x-initialize-window-system): Assert we're not initialized twice.
1452 * w32-common-fns.el: New File.
1453 (w32-version, w32-using-nt, w32-get-clipboard-data)
1454 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1455 (w32-charset-info-alist, x-last-selected, text)
1456 (x-get-selection-value, x-selection-value): Move here.
1458 * w32-fns.el: Require w32-common-fns.
1459 (w32-version, w32-using-nt, w32-get-clipboard-data)
1460 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1461 (w32-charset-info-alist, x-last-selected, text)
1462 (x-get-selection-value, x-selection-value): Move to
1466 (w32-allow-system-shell, w32-system-shells): Define only in
1469 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1471 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
1472 (read-passwd): Remove a few more potential sources of leaks.
1474 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1476 * progmodes/python.el (inferior-python-mode)
1477 (python-shell-make-comint): Fix initialization of local
1478 variables copied from parent buffer.
1480 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
1482 * term/ns-win.el (ns-read-file-name): Update declaration to match
1484 (ns-respond-to-change-font): Change fontsize separatly so we are sure
1485 it is set when font is acted upon.
1487 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1489 Enhancements to indentation.
1490 * progmodes/python.el (python-indent-context): Give priority to
1491 inside-string context. Make comments indentation markers.
1492 (python-indent-region): Do not mess with strings, unless it's the
1493 enclosing set of quotes.
1495 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1497 * window.el (internal--before-save-selected-window)
1498 (internal--after-save-selected-window): New functions extracted from
1499 save-selected-window. Make sure we return the `alist' we construct.
1500 (save-selected-window): Use them.
1502 * textmodes/tex-mode.el (tex-recenter-output-buffer):
1503 Use with-selected-window.
1505 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
1506 forms that define macros (bug#12593).
1508 2012-10-07 Kenichi Handa <handa@gnu.org>
1510 * international/mule-conf.el (compound-text-with-extensions):
1511 Add :mime-charset property as x-ctext.
1513 2012-10-07 Stefan Merten <smerten@oekonux.de>
1515 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1516 (rst-indent-literal-normal, rst-indent-literal-minimized)
1517 (rst-indent-comment): Correct :version tag.
1518 (rst-official-cvs-rev): Correct version string.
1520 2012-10-07 Glenn Morris <rgm@gnu.org>
1522 * mail/rmailmm.el (rmail-mime-process-multipart):
1523 Do not confuse a multipart message with an epilogue
1524 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
1526 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1528 Fix shell output retrieval and comint-prompt-regexp init.
1529 * progmodes/python.el (inferior-python-mode):
1530 (python-shell-make-comint): Fix initialization of
1531 comint-prompt-regexp from copied file local variables.
1532 (python-shell-fetched-lines): Remove var.
1533 (python-shell-output-filter-in-progress): Rename from
1534 python-shell-fetch-lines-in-progress.
1535 (python-shell-output-filter-buffer): Rename from
1536 python-shell-fetch-lines-string.
1537 (python-shell-fetch-lines-filter): Delete function.
1538 (python-shell-output-filter): New function.
1539 (python-shell-send-string-no-output): Use them.
1541 2012-10-07 Glenn Morris <rgm@gnu.org>
1543 * hi-lock.el (hi-lock-process-phrase):
1544 Try to make it less fragile. (Bug#7161)
1546 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
1548 2012-10-06 Glenn Morris <rgm@gnu.org>
1550 * ehelp.el (electric-help-mode): Use help-mode rather than
1551 non-existent mode `help'.
1552 (electric-help-map): Use button-buffer-map. (Bug#10917)
1554 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
1555 (reftex-create-bibtex-footer): Fix custom types.
1557 * progmodes/sh-script.el (sh-indent-after-continuation):
1558 Add explicit :group.
1560 * textmodes/rst.el (rst-preferred-decorations)
1561 (rst-shift-basic-offset): Clarify obsolescence versions.
1563 * profiler.el (profiler): Add missing group :version tag.
1564 * avoid.el (mouse-avoidance-banish-position):
1565 * proced.el (proced-renice-command):
1566 * calc/calc.el (calc-ensure-consistent-units):
1567 * calendar/icalendar.el (icalendar-import-format-uid):
1568 * net/tramp.el (tramp-save-ad-hoc-proxies):
1569 * progmodes/bug-reference.el (bug-reference-bug-regexp):
1570 * progmodes/flymake.el (flymake-error-bitmap)
1571 (flymake-warning-bitmap, flymake-fringe-indicator-position):
1572 * progmodes/sh-script.el (sh-indent-after-continuation):
1573 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
1574 (verilog-before-save-font-hook, verilog-after-save-font-hook):
1575 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
1576 (vhdl-array-index-record-field-in-sensitivity-list)
1577 (vhdl-indent-comment-like-next-code-line):
1578 * textmodes/reftex-vars.el (reftex-ref-style-alist)
1579 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
1580 (reftex-cite-key-separator, reftex-create-bibtex-header)
1581 (reftex-create-bibtex-footer):
1582 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1583 (rst-indent-literal-normal, rst-indent-literal-minimized)
1584 (rst-indent-comment): Add missing custom :version tags.
1586 * calendar/timeclock.el (timeclock-modeline-display):
1587 Add missing obsolete alias for renamed user option.
1589 * strokes.el (strokes-modeline-string):
1590 * emulation/crisp.el (crisp-mode-modeline-string):
1591 * eshell/esh-mode.el (eshell-status-in-modeline):
1592 Aliases to defcustoms must come before the defcustom.
1594 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
1595 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
1596 (cal-tex-cursor-week-monday): Doc fixes.
1597 (cal-tex-cursor-week2-summary): Doc fix.
1598 Rename from cal-tex-cursor-week-at-a-glance.
1600 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
1601 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
1603 * calendar/calendar.el (calendar-mode-map):
1604 Add cal-tex-cursor-week2-summary.
1606 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
1608 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
1610 * subr.el (read-passwd-map): New var.
1611 (read-passwd): Use `read-string' again.
1612 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
1614 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
1616 * register.el (append-to-register, prepend-to-register):
1617 Deactivate mark, as does `copy-to-register' (bug#12389).
1619 2012-10-06 Chong Yidong <cyd@gnu.org>
1621 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
1623 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
1625 * international/characters.el: Fix simple mistake ((car chars) ->
1626 elt), delete duplicated code.
1628 2012-10-06 Glenn Morris <rgm@gnu.org>
1630 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
1632 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
1634 * color.el (color-hsl-to-rgb): Fix incorrect results for
1635 small and large hue values. (Bug#12559)
1637 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
1639 Enhancements to docstring formatting when filling paragraphs.
1640 * progmodes/python.el (python-fill-docstring-style): Rename from
1641 python-fill-string-style. Added new style.
1642 (python-fill-string): Use new style. Better checks for
1645 2012-10-05 Glenn Morris <rgm@gnu.org>
1647 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
1649 * color.el (color-name-to-rgb, color-rgb-to-hex)
1650 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1651 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1652 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1653 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1655 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
1657 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
1659 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
1660 to get the correct size across symlinks.
1662 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
1664 2012-10-04 Juri Linkov <juri@jurta.org>
1666 * replace.el (query-replace-interactive): Declare obsolete.
1667 (query-replace-read-from): Add the last incremental search string
1668 to the list of default values accessible via M-n.
1669 (map-query-replace-regexp): Use `read-regexp'.
1670 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1671 (map-query-replace-regexp, replace-string, replace-regexp):
1672 Fix docstrings to replace mentions of `query-replace-interactive'
1673 with alternatives. (Bug#12526)
1675 2012-10-04 Juri Linkov <juri@jurta.org>
1677 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
1678 (dired-pop-to-buffer): Declare obsolete.
1679 (dired-mark-pop-up): Doc fix.
1681 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
1683 Allow user to set docstring style for fill-paragraph.
1684 * progmodes/python.el
1685 (python-fill-comment-function, python-fill-string-function)
1686 (python-fill-decorator-function, python-fill-paren-function):
1687 Remove :safe for defcustoms.
1688 (python-fill-string-style): New defcustom
1689 (python-fill-paragraph-function): Enhance context detection.
1690 (python-fill-string): Honor python-fill-string-style settings.
1692 2012-10-04 Martin Rudalics <rudalics@gmx.at>
1694 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
1695 after setting its buffer (Bug#10805).
1697 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
1699 Fix cornercase for string syntax.
1700 * progmodes/python.el (python-syntax-propertize-function):
1701 Simplify and enhance the regexp for unescaped quotes. Now it also
1702 matches quotes in weird situations like the single quote in
1704 (python-syntax-stringify): Simplify num-quotes detecting code.
1706 2012-10-03 Glenn Morris <rgm@gnu.org>
1708 * help-macro.el (three-step-help):
1709 Revert 2012-09-29 change. (Bug#12567)
1711 2012-10-03 Martin Rudalics <rudalics@gmx.at>
1713 * menu-bar.el (kill-this-buffer): Don't do anything when
1714 `menu-frame' is not alive or visible (Bug#8184).
1716 * emacs-lisp/debug.el (debug): When quitting the debugger window
1717 restore current buffer (Bug#12502).
1719 2012-10-02 Chong Yidong <cyd@gnu.org>
1721 * progmodes/hideif.el (hif-lookup, hif-defined):
1722 Handle semantic-c-takeover-hideif.
1724 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
1726 Change sampling interval units from ms to ns.
1727 * profiler.el (profiler-sampling-interval): Change units
1728 from ms to ns, multiplying the default by 1000000 so that
1730 (profiler-report-cpu-line-format): Give enough room for
1731 the maximum counters on 64-bit hosts.
1732 (profiler-report-render-calltree-1): Call them "CPU samples",
1733 not "Time (ms)", since they are not milliseconds now (and
1736 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
1738 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
1739 Fix querying BBDB for entries without a last name (Bug#11580).
1741 2012-10-02 Chong Yidong <cyd@gnu.org>
1743 * emacs-lisp/eieio.el: Restore Version header.
1745 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1747 * vc/diff-mode.el (diff--auto-refine-data): New var.
1748 (diff-hunk): Use it to delay refinement.
1749 (diff-mode): Remove overlays when we turn off font-lock.
1751 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
1752 (table-initialize-table-fixed-width-mode)
1753 (table-set-table-fixed-width-mode): Remove functions.
1754 (table-command-list): Move initialization into declaration.
1755 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
1756 (table-with-cache-buffer): Use `declare'.
1757 (table-span-cell): Simplify via CSE.
1758 (table-fixed-width-mode): Use define-minor-mode.
1759 (table-call-interactively, table-funcall, table-apply): Remove.
1760 (table-function): New function, to replace them.
1762 * bookmark.el (bookmark-search-pattern): Remove var.
1763 (bookmark-read-search-input): Remove function.
1764 (bookmark-bmenu-search): Reimplement using a minibuffer.
1766 * faces.el (modeline): Remove obsolete face name.
1768 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
1769 and give a non-nil default value.
1770 (add-change-log-entry): Simplify accordingly.
1772 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
1774 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
1775 (vc-git-log-edit-toggle-amend): New function.
1776 (vc-git-log-edit-toggle-signoff): New function.
1777 (vc-git-log-edit-mode): New major mode.
1778 (vc-git-log-edit-mode-map): Keymap for it.
1779 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
1781 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
1783 (log-edit-toggle-header): New function.
1784 (log-edit-extract-headers): Accept function values in HEADERS alist.
1786 2012-10-01 David Engster <deng@randomsample.de>
1788 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
1789 from symbol property and change message to be more consistent with
1791 (eieio-describe-generic): Add filename for each implementation.
1792 Fix indices for generic and normal methods.
1793 (eieio-method-def, eieio-class-def): New buttons.
1794 (eieio-help-find-method-definition)
1795 (eieio-help-find-class-definition): New functions.
1796 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
1797 class, constructor and method definitions.
1799 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
1800 information in symbol property.
1801 (scoped-class): Remove.
1802 (eieio-slot-name-index, call-next-method): Check if it is bound.
1804 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
1806 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
1807 (eieio-custom-mode): New major mode.
1808 (eieio-customize-object): Use it.
1810 2012-10-01 Eric Ludlam <zappo@gnu.org>
1812 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
1813 specifying the expected class, and whether subclassing is allowed.
1814 (eieio-persistent-convert-list-to-object):
1815 (eieio-persistent-validate/fix-slot-value)
1816 (eieio-persistent-slot-type-is-class-p): New functions.
1817 (eieio-named::slot-missing): Doc fix.
1819 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
1820 Stop using unused publd variable.
1822 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
1823 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
1824 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
1825 (eieio-speedbar-handle-click): Do not specify a class for the
1826 method. Fixes method invocation order problems with EDE.
1828 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1830 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
1831 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
1833 2012-10-01 Karl Fogel <kfogel@red-bean.com>
1835 * bookmark.el (bookmark-version-control): Give tags in the
1836 :type choices (Bug#12309), and improve doc string.
1837 (bookmark-write-file): Bind `print-circle' to `t' to allow
1838 circular custom bookmark types. (Bug#12503)
1840 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
1842 Revert the FOLLOW-SYMLINKS change for file-attributes.
1843 * files.el (remote-file-name-inhibit-cache, after-find-file):
1844 * time.el (display-time-file-nonempty-p): Undo last change.
1846 * profiler.el (profiler-sampling-interval): Change default back to 1.
1847 See Stefan Monnier in
1848 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
1850 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
1852 Shell output catching a la gud-gdb.
1853 * progmodes/python.el (python-shell-fetch-lines-in-progress)
1854 (python-shell-fetch-lines-string, python-shell-fetched-lines):
1856 (python-shell-fetch-lines-filter): New function.
1857 (python-shell-send-string-no-output): Use them.
1859 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
1861 * profiler.el (profiler-sampling-interval): Rename from
1862 profiler-sample-interval.
1863 (profiler-sampling-interval): Default to 10.
1864 (profiler-find-profile): New command (was profiler-find-log).
1865 (profiler-find-profile-other-window): New command.
1866 (profiler-find-profile-other-frame): New command.
1867 (profiler-profile): Introduce API-level data structure.
1869 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1871 file-attributes has a new optional arg FOLLOW-SYMLINKS.
1872 * files.el (remote-file-name-inhibit-cache):
1873 * time.el (display-time-file-nonempty-p): Use it.
1874 * files.el (after-find-file): Don't chase links before calling
1875 file-exists-p, as file-exists-p already does the right thing.
1877 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
1879 Merge from standalone RefTeX repository.
1881 The following ChangeLog entries are shortened versions of the
1882 original ones with file paths adapted. A not so strongly edited
1883 version of the original ChangeLog can be found in the commit log.
1885 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
1886 (reftex-arg-cite): Use `reftex-cite-key-separator'.
1887 Correctly handle new value type returned by `reftex-citation'.
1889 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
1890 that entries with whitespace at various places are found.
1891 Doc fix. Include entries that are cross-referenced from cited entries.
1892 Include @String definitions in the resulting bib file. Add header
1893 and footer defined in `reftex-create-bibtex-header' and
1894 `reftex-create-bibtex-footer'.
1895 (reftex-do-citation): Make it possible again to insert
1896 non-existent entries. Save match data when asking for optional
1897 arguments. Return all keys, not just the first one.
1898 (reftex-all-used-citation-keys): Fix regexp to correctly extract
1899 all citations in the same line.
1900 (reftex-parse-bibtex-entry): Accept additional optional argument
1901 `raw' and keep quotes or braces if it is non-nil. Match fields
1902 containing hyphens besides word constituents.
1903 (reftex-get-string-refs): New function.
1904 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
1905 and ask if it should be reread in case it did.
1906 (reftex-pop-to-bibtex-entry)
1907 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
1908 entries with spaces or tabs in front of arguments.
1909 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
1910 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
1911 Match entries containing numbers and symbol constituents.
1912 (reftex-do-citation, reftex-figure-out-cite-format):
1913 Use `reftex-cite-key-separator'.
1915 * textmodes/reftex-dcr.el: Move provide statement to end of file.
1916 (reftex-mouse-view-crossref): Explain why point is set.
1918 * textmodes/reftex-global.el: Whitespace changes.
1920 * textmodes/reftex-index.el: Move provide statement to end of
1922 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
1923 (reftex-index-visit-phrases-buffer): Set marker when visiting
1924 buffer. This allows for returning from the phrases file to the
1925 file one was just editing instead of the file where the last
1926 phrases was added from.
1927 (reftex-index-phrases-syntax-table): New variable. Give ?\"
1928 punctuation syntax as it usually is not used as string quote in
1929 TeX-related modes and may occur unmatched. The change also
1930 prevents fontification of quoted content.
1931 (reftex-index-phrases-mode): Use it.
1933 * textmodes/reftex-parse.el (reftex-parse-from-file):
1934 Move backward one char if a `\' was matched after a section macro.
1935 (reftex-parse-from-file): Use beginning of match instead of end as
1938 * textmodes/reftex-ref.el: Adapt creation of
1939 `reftex-<package>-<macro>' functions to new structure of
1940 `reftex-ref-style-alist'.
1941 (reftex-reference): Use `reftex-ref-style-list' function.
1942 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
1943 reference macro if `reftex-ref-macro-prompt' is non-nil.
1944 (reftex-reference): Pass refstyle to `reftex-format-special'.
1945 Determine reference macro by looking at
1946 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
1947 Use only one special format function.
1948 (reftex-varioref-vref, reftex-fancyref-fref)
1949 (reftex-fancyref-Fref): Remove definitions. The functions are now
1950 generated from `reftex-ref-style-alist'.
1951 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
1953 (reftex-format-special): New function.
1955 * textmodes/reftex-sel.el
1956 (reftex-select-cycle-ref-style-internal): Adapt to new structure
1957 of `reftex-ref-style-alist'. Remove code for testing macro type.
1958 (reftex-select-toggle-varioref)
1959 (reftex-select-toggle-fancyref): Remove.
1960 (reftex-select-cycle-ref-style-internal)
1961 (reftex-select-cycle-ref-style-forward)
1962 (reftex-select-cycle-ref-style-backward): New functions.
1963 (reftex-select-label-map): Use `v' and `V' for general cycling
1964 through reference styles. Add `p' for switching between number
1965 and page reference types.
1967 * textmodes/reftex-toc.el (reftex-re-enlarge):
1968 Call `enlarge-window' only if there is something to do because in Emacs
1969 the horizontal version throws an error even if the parameter is 0.
1971 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
1972 (reftex-plug-into-AUCTeX): Doc fix.
1973 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
1974 string. Adapt to new name.
1975 (reftex-ref-style-alist): Change structure so that it is not
1976 possible to use multiple different package names within a style.
1977 Remove the symbols for symbols for macro type distinction.
1978 Add characters for macro selection.
1979 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
1980 (reftex-create-bibtex-footer): New variables.
1981 (reftex-format-ref-function): Mention third argument of special
1983 (reftex-ref-style-alist, reftex-ref-style-default-list):
1985 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
1986 to new implementation. Mark as obsolete. Add compatibility code
1987 for honoring the variable values in case they are set.
1988 (reftex-cite-format-builtin, reftex-bibliography-commands):
1989 Add support for ConTeXt.
1990 (reftex-format-ref-function, reftex-format-cite-function):
1992 (reftex-cite-key-separator): New variable.
1994 * textmodes/reftex.el (reftex-syntax-table-for-bib)
1995 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
1996 `reftex-syntax-table' because parens have to retain their paren
1997 syntax in order for parsing of BibTeX entries like @book(...) to
1999 (reftex-in-comment): Do not error out if `comment-start-skip' is
2000 not set. Deal correctly with escaped comment characters.
2001 (reftex-tie-multifile-symbols): Add doc string.
2002 Initialize `reftex-ref-style-list'.
2003 (reftex-untie-multifile-symbols): Add doc string.
2004 (reftex-add-index-macros): Doc fix.
2005 (reftex-ref-style-activate, reftex-ref-style-toggle)
2006 (reftex-ref-style-list): New functions.
2007 (reftex-mode-menu): Use them. Adapt to new structure of
2008 `reftex-ref-style-alist'.
2009 (reftex-select-with-char): Kill the RefTeX Select buffer when
2011 (reftex-remove-if): New function.
2012 (reftex-erase-all-selection-and-index-buffers)
2013 (reftex-mode-menu): Reference styles are now computed from
2014 `reftex-ref-style-alist'. Fix typo.
2015 (reftex-report-bug): New function.
2016 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
2017 algorithms with O(n log n). Introduce optional argument SORT (not
2020 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
2022 Enhancements for triple-quote string syntax.
2023 * progmodes/python.el (python-syntax-propertize-function):
2024 Match both quote cases in one regexp.
2025 (python-syntax-stringify): Handle matches properly.
2027 2012-09-30 Juri Linkov <juri@jurta.org>
2029 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
2030 to nil around the call to `insert' to prevent
2031 directory time modification by lock_file. (Bug#2295)
2032 * tar-mode.el (tar-summarize-buffer): Idem.
2034 2012-09-30 Juri Linkov <juri@jurta.org>
2036 * facemenu.el (list-colors-sort): Add option "Luminance".
2037 (list-colors-sort-key): Implement it.
2039 * vc/diff-mode.el (diff-refine-removed):
2040 * vc/ediff-init.el (ediff-fine-diff-A):
2041 * vc/smerge-mode.el (smerge-refined-removed):
2042 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
2044 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
2046 * term/ns-win.el (x-file-dialog): New function.
2048 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
2050 * ido.el (ido-max-directory-size): Default to nil; the current
2051 default is small for POSIX systems, and impractical on Windows 7
2052 now that lstat returns directory sizes for NTFS.
2054 2012-09-30 Martin Rudalics <rudalics@gmx.at>
2056 In buffer display functions handle window-height/window-width
2057 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
2058 * window.el (window--display-buffer): New argument ALIST.
2059 Obey window-height and window-width alist entries.
2060 (window--try-to-split-window): New argument ALIST.
2061 Bind window-combination-limit to t when the window's size shall be
2062 changed and window-combination-limit equals `window-size'.
2063 (display-buffer-in-atom-window)
2064 (display-buffer-in-major-side-window)
2065 (display-buffer-in-side-window, display-buffer-same-window)
2066 (display-buffer-reuse-window, display-buffer-pop-up-frame)
2067 (display-buffer-pop-up-window, display-buffer-below-selected)
2068 (display-buffer-at-bottom, display-buffer-in-previous-window)
2069 (display-buffer-use-some-window): Adjust all callers of
2070 window--display-buffer and window--try-to-split-window.
2071 (fit-frame-to-buffer): New option.
2072 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
2074 (display-buffer-in-major-side-window): Evaluate window-height /
2075 window-width alist entries.
2077 * help.el (temp-buffer-resize-frames)
2078 (temp-buffer-resize-regexps): Remove options.
2079 (temp-buffer-resize-mode): Adjust doc-string.
2080 (resize-temp-buffer-window): Don't consult
2081 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
2082 temp-buffer-resize-frames.
2084 * dired.el (dired-mark-pop-up):
2085 Call display-buffer-below-selected with a fit-window-to-buffer alist
2088 2012-09-30 Chong Yidong <cyd@gnu.org>
2090 * server.el (server-host): Document the security implications.
2091 (server-auth-key): Doc fix.
2093 * startup.el (initial-buffer-choice): Doc fix.
2095 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
2097 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
2100 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
2102 * help-fns.el (help-fns--obsolete): Fix last change.
2104 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
2106 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
2107 (minor-mode-map-alist): Remove redundant code.
2109 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
2110 visited in a buffer.
2111 (cvs-insert-visited-file): New function.
2112 (find-file-hook): Use it.
2114 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
2116 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
2118 (log-edit-empty-buffer-p): Don't require a space after a header.
2120 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
2122 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
2124 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
2125 a proper minor-mode.
2127 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
2129 2012-09-29 Glenn Morris <rgm@gnu.org>
2131 * winner.el (winner-mode): Remove variable (let define-minor-mode
2133 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
2135 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
2136 (winner-mode): Use define-minor-mode.
2138 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
2139 the full definition in loaddefs, rather than duplicating it.
2141 * help-macro.el (three-step-help): No need to autoload defcustom.
2143 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
2144 (inferior-lisp-program, inferior-lisp-load-command)
2145 (inferior-lisp-prompt, inferior-lisp-mode-hook):
2146 No need to autoload defcustoms.
2148 * hippie-exp.el (hippie-expand-try-functions-list)
2149 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
2150 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
2151 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
2152 (hippie-expand-only-buffers): No need to autoload defcustoms.
2153 * progmodes/vhdl-mode.el (vhdl-line-expand):
2154 Explicitly load hippie-exp, so it does not get autoloaded
2155 while hippie-expand-try-functions-list is let-bound.
2157 2012-09-28 Glenn Morris <rgm@gnu.org>
2159 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
2161 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
2162 Only "cl.el" counts as cl these days.
2164 2012-09-28 Juri Linkov <juri@jurta.org>
2166 Display archive errors in the echo area instead of inserting
2169 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
2170 to STDERR-TEST that can be a regexp matching a successful output.
2171 Create a temporary file and redirect stderr to it. Search for
2172 STDERR-TEST in the stderr output and display it in the echo area
2173 if no match is found.
2174 (archive-extract-by-file): New function like
2175 `archive-extract-by-stdout' but extracting archives to files
2176 and looking for successful matches in stdout. Function body is
2177 mostly copied from `archive-rar-extract'.
2178 (archive-rar-extract): Use `archive-extract-by-file'.
2179 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
2181 2012-09-28 Leo Liu <sdl.web@gmail.com>
2183 * pcomplete.el (pcomplete-show-completions):
2184 Use minibuffer-message to make pcomplete usable in minibuffer.
2186 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
2188 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2190 * type-break.el: Use lexical-binding.
2191 (type-break-mode): Use define-minor-mode.
2193 * emacs-lisp/pcase.el (pcase--mark-used): New.
2194 (pcase--u1): Use it (bug#12512).
2196 * custom.el (load-theme): Set buffer-file-name so the load is recorded
2197 in load-history with the right file name.
2199 2012-09-28 Tassilo Horn <tsdh@gnu.org>
2201 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
2202 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
2203 (doc-view-get-bounding-box): Make bounding box slicing work for
2204 ODF and DVI documents.
2206 2012-09-28 Glenn Morris <rgm@gnu.org>
2208 * type-break.el (type-break-mode, type-break-interval)
2209 (type-break-good-rest-interval, type-break-keystroke-threshold):
2210 No need to autoload.
2211 (type-break-good-rest-interval, type-break-keystroke-threshold):
2214 2012-09-28 Chong Yidong <cyd@gnu.org>
2216 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
2219 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2221 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
2223 2012-09-27 Glenn Morris <rgm@gnu.org>
2225 * faces.el (x-display-name): Declare (for without-x builds).
2227 * linum.el (linum-format): Don't autoload it. Improve :type.
2229 * progmodes/tcl.el: Don't require outline when compiling.
2230 (outline-regexp, outline-level): Declare.
2231 * textmodes/sgml-mode.el: Don't require outline when compiling.
2232 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
2234 * term.el (term-ansi-reset):
2235 Try setting term-ansi-face-already-done to nil. (Bug#11785)
2237 * vc/vc.el (vc-next-action): Only gripe about committing read-only
2238 files for RCS and SCCS. (Bug#9781)
2240 2012-09-27 Chong Yidong <cyd@gnu.org>
2242 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
2243 change; value should be t.
2245 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2247 * image-mode.el: Use lexical-binding.
2248 (image-mode-winprops): Use t to stand for the window of
2249 a buffer that's not displayed.
2250 * doc-view.el (doc-view-new-window-function): Handle the new
2252 (doc-view-enlarge): Make it a real nop if the size is not changed.
2253 (doc-view-display): Handle the case where the buffer is not (yet?)
2254 displayed in any window.
2255 (doc-view-saved-settings): New var.
2256 (doc-view-mode): Use it.
2257 (doc-view-fallback-mode): Set it.
2259 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
2260 Set lexical-binding.
2261 (minibuffer-eldef-shorten-default): New var.
2262 (minibuffer-default-in-prompt-regexps): Use it for new default.
2263 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
2265 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
2267 * international/uni-bidi.el:
2268 * international/uni-category.el:
2269 * international/uni-name.el:
2270 * international/uni-numeric.el: Regenerate.
2272 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
2273 Stefan Monnier <monnier@iro.umontreal.ca>
2275 * profiler.el: New file.
2277 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
2279 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
2280 (testcover-reinstrument): Simplify with CSE.
2282 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
2284 * window.el (temp-buffer-window-setup): Fix typo in docstring.
2286 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
2288 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
2289 (verilog-auto-input, verilog-auto-insert-lisp)
2290 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
2291 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
2292 (verilog-auto-unused, verilog-auto-wire)
2293 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
2294 newline. Reported by Andrew Jones.
2295 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
2296 Reported by Brad Dobbie.
2297 (verilog-batch-delete-trailing-whitespace):
2298 Create verilog-batch-delete-trailing-whitespace.
2299 Reported by Brad Dobbie.
2300 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
2301 parameters from another module. Reported by Dan Katz.
2302 (verilog-auto, verilog-auto-assign-modport)
2303 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
2304 AUTOINOUTMODPORT for UVM interface module shell generation.
2305 Reported by Brad Dobbie.
2306 (verilog-auto-inst-interfaced-ports): Make default nil, as more
2308 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
2309 Reported by Matt Martin.
2311 2012-09-25 Martin Rudalics <rudalics@gmx.at>
2313 * window.el (window--resize-child-windows): When resizing child
2314 windows proportionally, process them in reverse order to
2315 preserve the "when splitting a window the new one gets the odd
2317 (window--resize-root-window-vertically): When resizing the
2318 minibuffer window try to affect only windows at the bottom of the
2321 2012-09-25 Chong Yidong <cyd@gnu.org>
2323 * subr.el (declare): Doc fix.
2325 * help-fns.el (help-fns--obsolete): Handle macros properly.
2327 2012-09-25 Chong Yidong <cyd@gnu.org>
2329 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
2330 this function obsolete.
2332 * calendar/cal-x.el (calendar-two-frame-setup)
2333 (calendar-only-one-frame-setup, calendar-one-frame-setup):
2334 * calendar/calendar.el (american-calendar, european-calendar)
2335 (calendar-for-loop):
2336 * comint.el (comint-dynamic-simple-complete)
2337 (comint-dynamic-complete-as-filename, comint-unquote-filename):
2338 * desktop.el (desktop-load-default):
2339 * dired-x.el (dired-omit-here-always)
2340 (dired-hack-local-variables, dired-default-directory):
2341 * emacs-lisp/derived.el (derived-mode-class):
2342 * emacs-lisp/timer.el (timer-set-time-with-usecs):
2343 * emacs-lock.el (toggle-emacs-lock):
2344 * epa.el (epa-display-verify-result):
2345 * epg.el (epg-sign-keys, epg-start-sign-keys)
2346 (epg-passphrase-callback-function):
2347 * eshell/esh-util.el (eshell-for):
2348 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
2349 (eshell-add-to-window-buffer-names):
2350 * files.el (locate-file-completion):
2351 * imenu.el (imenu-example--create-c-index)
2352 (imenu-example--create-lisp-index)
2353 (imenu-example--lisp-extract-index-name)
2354 (imenu-example--name-and-position):
2355 * international/mule-cmds.el (princ-list):
2356 * international/mule-diag.el (decode-codepage-char):
2357 * international/mule-util.el (detect-coding-with-priority):
2358 * iswitchb.el (iswitchb-read-buffer):
2359 * mail/mailalias.el (mail-complete):
2360 * mail/sendmail.el (mail-sent-via):
2361 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
2362 (mouse-major-mode-menu):
2363 * password-cache.el (password-read-and-add):
2364 * pcomplete.el (pcomplete-parse-comint-arguments):
2365 * progmodes/sh-script.el (sh-maybe-here-document):
2366 * replace.el (query-replace-regexp-eval):
2367 * savehist.el (savehist-load):
2368 * simple.el (choose-completion-delete-max-match):
2369 * term.el (term-dynamic-simple-complete):
2370 * vc/ediff-init.el (ediff-check-version):
2371 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
2372 * vc/vc.el (vc-diff-switches-list):
2373 * view.el (view-return-to-alist-update): Likewise.
2375 * subr.el (eval-next-after-load, makehash, insert-string)
2376 (assoc-ignore-representation, assoc-ignore-case): Use declare to
2378 (mode-line-inverse-video): Variable deleted.
2380 * international/mule-util.el (string-to-sequence): Remove.
2382 * calendar/calendar.el (calendar-version):
2383 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
2384 (icalendar-convert-diary-to-ical):
2385 * cus-edit.el (custom-mode):
2386 * ansi-color.el (ansi-color-unfontify-region):
2387 * international/latin1-disp.el (latin1-char-displayable-p):
2388 * progmodes/cwarn.el (turn-on-cwarn-mode):
2389 * progmodes/which-func.el (which-func-update-1):
2390 Use define-obsolete-function-alias.
2392 * net/newst-backend.el (newsticker-cache-filename):
2393 * net/newst-treeview.el (newsticker-groups-filename):
2394 Fix incorrect obsolescence declaration.
2396 * allout.el (allout-passphrase-hint-string): Likewise.
2397 (allout-init): Use a declare form to mark obsolete.
2399 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
2400 this applies to functions.
2402 * iswitchb.el (iswitchb-read-buffer): Move code of
2403 iswitchb-define-mode-map here, and delete that obsolete function.
2405 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
2406 font-lock-reference-face.
2408 2012-09-25 Glenn Morris <rgm@gnu.org>
2410 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
2413 * eshell/em-term.el (eshell-term-name):
2414 Default to term-term-name. (Bug#12485)
2416 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
2418 * progmodes/python.el (python-shell-send-buffer): Better handling
2419 of "if __name__ == '__main__':" conditionals when sending the buffer.
2421 2012-09-24 Glenn Morris <rgm@gnu.org>
2423 * eshell/esh-cmd.el (eshell-find-alias-function):
2424 Tighten up file-name regexp. (Bug#12499)
2426 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
2428 Enhancements for triple-quote string syntax.
2429 * progmodes/python.el (python-quote-syntax): Remove.
2430 (python-syntax-propertize-function): New value.
2431 (python-syntax-count-quotes, python-syntax-stringify):
2434 2012-09-24 Chong Yidong <cyd@gnu.org>
2436 * mail/supercite.el (sc-version): Remove obsolete function.
2437 (sc-describe): Don't mark as obsolete, since it is bound.
2438 (sc-submit-bug-report): Remove.
2440 * vc/log-edit.el (cvs-changelog-full-paragraphs)
2441 (cvs-commit-buffer-require-final-newline): Remove.
2442 (log-edit-require-final-newline)
2443 (log-edit-changelog-full-paragraphs): Default to t.
2445 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
2446 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
2447 * vc/vc.el (vc-checkout-carefully): Likewise.
2449 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
2450 (emerge-version): Remove.
2452 * progmodes/compile.el (compile-internal): Remove.
2453 (compilation-parse-errors-function): Fix typo.
2455 * international/mule.el (set-char-table-default): Remove.
2456 (set-coding-priority, make-coding-system, generic-char-p)
2457 (charset-list, charset-bytes, charset-id): Use declare to mark
2458 functions as obsolete.
2460 * vc/pcvs-defs.el (cvs-buffer-name-alist)
2461 (cvs-invert-ignore-marks): Remove references to obsolete vars.
2462 * vc/vc-hooks.el (vc-default-registered): Don't use
2463 vc-master-templates.
2465 * font-lock.el (font-lock-reference-face):
2466 Use define-obsolete-variable-alias.
2468 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
2469 * calendar/calendar.el (calendar-font-lock-keywords):
2470 * calendar/diary-lib.el (diary-font-lock-keywords)
2471 (diary-fancy-font-lock-keywords):
2472 * textmodes/reftex-sel.el (reftex-insert-docstruct):
2473 * textmodes/reftex-index.el (reftex-insert-index):
2474 * textmodes/reftex-cite.el (reftex-format-bib-entry):
2475 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2476 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
2477 * progmodes/prolog.el (prolog-font-lock-keywords):
2478 * progmodes/idlwave.el (idlwave-idl-keywords):
2479 * progmodes/ada-mode.el (ada-font-lock-keywords):
2480 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
2482 2012-09-24 Glenn Morris <rgm@gnu.org>
2484 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
2486 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
2488 * progmodes/python.el (python-indent-line): More consistent cursor
2491 2012-09-23 Stefan Merten <smerten@oekonux.de>
2493 * textmodes/rst.el: Fix compiler warning.
2495 2012-09-23 Roland Winkler <winkler@gnu.org>
2497 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
2498 Transcribe also LaTeX hyphenation.
2499 (bibtex-reformat): Bug fix. Do not quote twice the elements of
2500 bibtex-reformat-previous-options.
2502 2012-09-23 Roland Winkler <winkler@gnu.org>
2504 * proced.el (proced-renice-command): New variable.
2505 (proced-marked-processes): New function.
2506 (proced-with-processes-buffer): New macro.
2507 (proced-send-signal): Use them.
2508 (proced-renice): New command bound to r.
2510 2012-09-23 Roland Winkler <winkler@gnu.org>
2512 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
2513 ibuffer-saved-filter-groups has one element, shortcut the call of
2514 completing-read. (Bug#12331)
2516 2012-09-23 Chong Yidong <cyd@gnu.org>
2518 * bindings.el (mode-line-toggle-read-only):
2519 * bs.el (bs-toggle-readonly):
2520 * buff-menu.el (Buffer-menu-toggle-read-only):
2521 * dired.el (dired-toggle-read-only):
2522 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
2524 2012-09-23 Chong Yidong <cyd@gnu.org>
2526 * image.el (image-type-available-p): Adapt to init-image-library
2529 2012-09-22 Juri Linkov <juri@jurta.org>
2531 * dired.el (dired-mode-map): Add [remap read-only-mode] for
2532 `dired-toggle-read-only'. (Bug#12462)
2534 2012-09-22 Martin Rudalics <rudalics@gmx.at>
2536 * subr.el (temp-output-buffer-show): New function.
2537 (with-output-to-temp-buffer): Call temp-output-buffer-show
2538 instead of internal-temp-output-buffer-show.
2540 2012-09-22 Chong Yidong <cyd@gnu.org>
2542 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
2545 * repeat.el (repeat): Doc fix (Bug#12348).
2547 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
2550 * simple.el (shell-command-on-region): Doc fix.
2551 (read-only-mode): Doc fix.
2553 2012-09-22 Eli Zaretskii <eliz@gnu.org>
2555 * emacs-lisp/timer.el (run-with-idle-timer)
2556 (timer-activate-when-idle): Warn against reinvoking an idle timer
2557 from within its own timer action. (Bug#12447)
2559 2012-09-22 Martin Rudalics <rudalics@gmx.at>
2561 * cus-start.el (window-combination-limit): Add new optional
2563 * window.el (temp-buffer-window-show)
2564 (window--try-to-split-window): Handle new values of
2565 window-combination-limit (Bug#1806).
2566 (split-window): Test window-combination-limit for t instead of
2568 (display-buffer-at-bottom): New buffer display action function.
2569 * help.el (temp-buffer-resize-regexps): New option.
2570 (temp-buffer-resize-mode): Rewrite doc-string.
2571 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
2572 Don't resize reused window. Suggested by Glenn Morris.
2574 2012-09-22 Stefan Merten <smerten@oekonux.de>
2576 * textmodes/rst.el: Revamp section title faces.
2577 (rst-official-version)
2578 (rst-package-emacs-version-alist): Sync with official version
2580 (rst-faces-defaults, rst-set-level-default)
2581 (rst-level-face-max, rst-level-face-base-color)
2582 (rst-level-face-base-light, rst-level-face-format-light)
2583 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
2584 (rst-adornment-faces-alist): Match new setup.
2585 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
2586 (rst-level-5, rst-level-6): New faces.
2588 2012-09-22 Chong Yidong <cyd@gnu.org>
2590 * simple.el (undo): Handle indirect buffers (Bug#8207).
2592 2012-09-21 Leo Liu <sdl.web@gmail.com>
2594 IDO: Disable match re-ordering for buffer switching.
2595 * ido.el (ido-buffer-disable-smart-matches): New variable.
2596 (ido-set-matches-1): Use it. (Bug#2042)
2598 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
2600 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
2601 Fix 2011-05-17 change. (Bug#12418)
2603 2012-09-21 Leo Liu <sdl.web@gmail.com>
2605 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
2607 2012-09-21 Glenn Morris <rgm@gnu.org>
2609 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
2610 Be more robust about locating simple.el.
2612 2012-09-21 Glenn Morris <rgm@gnu.org>
2614 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
2616 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
2618 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
2620 2012-09-20 Juri Linkov <juri@jurta.org>
2622 * replace.el (query-replace-read-from): Use `read-regexp' instead
2623 of `read-from-minibuffer' when `regexp-flag' is non-nil.
2624 (occur-read-primary-args): Use `read-regexp' instead of
2626 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
2627 `read-from-minibuffer'.
2628 * isearch.el (isearch-occur): Use `read-regexp' instead of
2630 * dired.el (dired-read-regexp): Use `read-regexp' instead of
2631 `read-from-minibuffer'.
2632 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
2633 of `read-string'. (Bug#7567)
2635 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
2636 and allow accepting a list of strings prepended to a list of
2637 standard default values. Doc fix. (Bug#12321)
2639 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
2641 * replace.el (read-regexp): Don't add ": " when PROMPT already
2642 ends with a colon and space. (Bug#12321)
2644 2012-09-20 Tassilo Horn <tsdh@gnu.org>
2646 * doc-view.el (doc-view-display): Better fix for the cl-assertion
2649 2012-09-20 Stefan Merten <smerten@oekonux.de>
2651 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
2652 Fixes feature request bug#11711.
2653 (rst-mode): Create `imenu-create-index-function'.
2654 (rst-get-stripped-line): Delete after refactoring.
2655 (rst-section-tree, rst-section-tree-rec)
2656 (rst-section-tree-point): Refactor and document properly.
2657 (rst-imenu-find-adornments-for-position)
2658 (rst-imenu-convert-cell, rst-imenu-create-index):
2661 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2663 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
2664 (macroexp--expand-all): Use it.
2665 (macroexp--funcall-and-return): Remove by folding it into its sole
2666 caller (macroexp--warn-and-return).
2667 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
2668 Use macroexp--obsolete-warning.
2670 * calc/calc.el: Fix last change by removing the whole chunk, since it
2671 was only needed back when Calc was not bundled.
2673 2012-09-20 Martin Rudalics <rudalics@gmx.at>
2675 * emacs-lisp/debug.el (debug): Restore assignment to
2676 debugger-old-buffer removed on 2012-09-08.
2678 2012-09-20 Juri Linkov <juri@jurta.org>
2680 * dired-aux.el (dired-diff): Remove (require 'diff) since
2681 `diff-latest-backup-file' is now autoloaded.
2683 2012-09-20 Chong Yidong <cyd@gnu.org>
2685 * vc/diff.el (diff-latest-backup-file): Autoload.
2687 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2689 * calc/calc.el: Remove redundant autoload shape check.
2690 (sel-mode): Don't defvar.
2691 (calc-get-stack-element): Add `sel-mode' arg instead.
2692 (calc-top, calc-top-list): Pass it this additional argument.
2693 * calc/calc-store.el (calc-store-map):
2694 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
2695 (calc-map-equation, calc-outer-product, calc-inner-product):
2696 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
2698 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
2700 2012-09-19 Juri Linkov <juri@jurta.org>
2702 * dired-aux.el (dired-diff): Add (require 'diff) because
2703 `diff-latest-backup-file' is not autoloaded.
2704 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
2705 of `dired-get-filename' to t to not report error when there is
2706 no default file on the current line.
2708 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2710 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
2711 macroexp--eval-if-compile.
2712 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
2713 (macroexp--expand-all): Use them (bug#12371).
2715 * doc-view.el (doc-view-guess-paper-size)
2716 (doc-view-scale-bounding-box): Fix unbound `caddr'.
2718 2012-09-19 Tassilo Horn <tsdh@gnu.org>
2720 New feature: set optimal slice from BoundingBox information.
2721 * doc-view.el (doc-view-mode-map): Add keybinding.
2722 (doc-view-menu): Add menu entry.
2723 (doc-view-set-slice): Adapt docstring.
2724 (doc-view-get-bounding-box, doc-view-guess-paper-size)
2725 (doc-view-scale-bounding-box)
2726 (doc-view-set-slice-from-bounding-box): New functions.
2727 (doc-view-paper-sizes): New defvar.
2729 2012-09-19 Glenn Morris <rgm@gnu.org>
2731 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
2732 (byte-compile-log-warning): Autoload. (Bug#12371)
2734 * calendar/calendar.el (calendar-american-month-header)
2735 (calendar-european-month-header, calendar-iso-month-header)
2736 (calendar-month-header): New options.
2737 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
2738 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
2740 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
2742 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
2744 2012-09-18 Juri Linkov <juri@jurta.org>
2746 * dired-aux.el (dired-diff): Restore original functionality of
2747 getting the default value, but keep new feature of using the
2748 latest existing backup file (`diff-latest-backup-file').
2750 2012-09-18 Juri Linkov <juri@jurta.org>
2752 * dired.el (dired-mark): If the region is active in Transient Mark
2753 mode, mark all files in the active region. Doc fix.
2754 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
2755 Doc fix. (Bug#10624)
2757 2012-09-18 Juri Linkov <juri@jurta.org>
2759 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
2760 attributes for M-n are pulled from the file at point.
2761 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
2762 Suggested by Drew Adams. (Bug#10624)
2764 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
2766 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
2767 whitespace after "end".
2768 (ruby-do-end-to-brace): Collapse block to one line if it fits
2771 2012-09-18 Martin Rudalics <rudalics@gmx.at>
2773 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
2775 (debug): Don't remove debugger window when debugger is expected
2778 2012-09-18 Chong Yidong <cyd@gnu.org>
2780 * custom.el (defface): Doc fix.
2782 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
2784 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
2786 * progmodes/compile.el (compilation-start): Use compilation-always-kill
2787 to initialize query-on-exit; then test that instead (bug#12288).
2789 2012-09-17 Stefan Merten <smerten@oekonux.de>
2791 * textmodes/rst.el: Add support for `testcover'.
2792 (rst-defcustom-testcover, rst-testcover-add-compose)
2793 (rst-testcover-add-1value): New functions.
2794 (rst-portable-mark-active-p): Replace by `use-region-p'.
2795 (rst-update-section, rst-classify-adornment)
2796 (rst-find-title-line): Mark `1value' forms.
2797 (rst-classify-adornment): Remove superfluous form.
2798 (rst-update-section, rst-get-adornments-around)
2799 (rst-adornment-complete-p, rst-get-next-adornment)
2800 (rst-adjust, rst-promote-region)
2801 (rst-display-adornments-hierarchy, rst-straighten-adornments)
2802 (rst-find-pfx-in-region, rst-section-tree-rec)
2803 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
2804 (rst-toc-node, rst-toc, rst-forward-section)
2805 (rst-iterate-leftmost-paragraphs)
2806 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
2807 (rst-bullet-list-region)
2808 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
2809 (rst-compile-find-conf, rst-compile)
2810 (rst-repeat-last-character): Fix style.
2812 2012-09-17 Chong Yidong <cyd@gnu.org>
2814 * comint.el (comint--complete-file-name-data): Don't add a space
2815 if the status is `sole'; that adds a gratuitous space in the
2816 completion-cycling case (Bug#12092).
2818 * pcomplete.el (pcomplete-completions-at-point): Likewise.
2820 2012-09-17 Richard Stallman <rms@gnu.org>
2822 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
2823 only in the mime-shown mode, not in raw mode.
2824 (rmail-mime): Toggle off mime by displaying the message without
2825 mime processing. (Bug#12305)
2827 * mail/rmail.el (rmail-retry-failure):
2828 Turn off mime processing first. (Bug#12037)
2830 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
2832 2012-09-17 Chong Yidong <cyd@gnu.org>
2834 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
2835 (shell-dynamic-complete-functions): Convert to defcustom.
2836 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
2838 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
2839 * comint.el (comint-prompt-read-only):
2840 * custom.el (defcustom):
2841 * hi-lock.el (hi-lock-mode):
2842 * ibuffer.el (ibuffer-formats):
2843 * ielm.el (ielm-prompt-read-only):
2844 * novice.el (disable-command):
2845 * saveplace.el (toggle-save-place):
2846 * speedbar.el (speedbar-supported-extension-expressions):
2847 * startup.el (auto-save-list-file-prefix, init-file-user)
2848 (after-init-hook, inhibit-startup-echo-area-message):
2849 * strokes.el (strokes-help):
2850 * time-stamp.el (time-stamp):
2851 * calendar/calendar.el (calendar, diary-file):
2852 * calendar/diary-lib.el (diary-mail-entries, diary)
2853 (diary-list-entries-hook):
2854 * calendar/holidays.el (holidays, calendar-holidays):
2855 * calendar/lunar.el (lunar-phases):
2856 * calendar/solar.el (sunrise-sunset):
2857 * emulation/edt.el (edt-load-keys):
2858 * emulation/viper.el (viper-mode):
2859 * eshell/em-alias.el (eshell-command-aliases-list):
2860 * eshell/esh-util.el (eshell-convert-numeric-arguments):
2861 * international/ogonek.el (ogonek-information):
2862 * net/tramp-cmds.el (tramp-bug):
2863 * net/quickurl.el (quickurl-reread-hook-postfix):
2864 * play/decipher.el (decipher-font-lock-keywords):
2865 * progmodes/cc-styles.el (c-set-style):
2866 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
2867 * progmodes/inf-lisp.el (inferior-lisp-prompt):
2868 * progmodes/octave-mod.el (octave-mode):
2869 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
2870 * progmodes/verilog-mode.el (verilog-read-defines):
2871 * textmodes/two-column.el (2C-mode): Likewise.
2873 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
2875 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
2876 that holds many addresses.
2878 2012-09-16 Chong Yidong <cyd@gnu.org>
2880 * align.el (align-areas): Call the indication function with
2881 positions instead of markers for arguments (Bug#12343).
2883 * files.el (parse-colon-path): Use split-string (Bug#12351).
2885 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
2886 (display-buffer-function): Mark as obsolete.
2888 * progmodes/compile.el (compilation-parse-errors): Accept list
2889 values similar to font-lock-keywords (Bug#12136).
2890 Suggested by Oleksandr Manzyuk.
2891 (compilation-error-regexp-alist): Doc fix.
2893 2012-09-15 Glenn Morris <rgm@gnu.org>
2895 * version.el (emacs-bzr-version-bzr): New function.
2896 (emacs-bzr-get-version): Add optional EXTERNAL argument.
2898 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
2899 checkouts, check the parent dirstate matches the branch.
2900 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
2903 * version.el (emacs-bzr-version): Doc fix.
2904 (emacs-bzr-version-dirstate): New function.
2905 (emacs-bzr-get-version): For lightweight checkouts, if the parent
2906 is local try and check that it matches the branch. If not, just
2907 use dirstate information. (Bug#12441)
2909 2012-09-14 Juri Linkov <juri@jurta.org>
2911 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
2914 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2916 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
2918 * emacs-lisp/edebug.el: Miscellaneous cleanup.
2919 Remove obsolete byte-compiler hack that tried to silence some warnings.
2920 (edebug-submit-bug-report): Remove.
2921 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
2922 Remove aliases, use the un-prefixed name instead.
2923 (edebug-pop-to-buffer): Consider other frames.
2924 (edebug-original-read):: Make it more obvious that it's always defined.
2925 (edebug--make-form-data-entry, edebug--form-data-name)
2926 (edebug--form-data-begin, edebug--form-data-end): Rename from the
2927 single-dashed name, and implement with cl-defstruct.
2928 (edebug-set-form-data-entry): Use the standard accessors.
2929 (edebug-make-top-form-data-entry): Use push.
2930 (edebug-no-match): Drop useless `funcall'.
2931 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
2933 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
2934 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
2935 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
2936 (easy-menu-define, with-custom-print): Remove redundant specs.
2937 (edebug-outside-overriding-local-map)
2938 (edebug-outside-overriding-terminal-local-map): Remove, unused.
2939 (edebug--display): Bind unread-command-events directly to nil rather
2940 than binding it to unread-command-events and later setting it to nil.
2941 (edebug--display): Kill edebug-eval-buffer here...
2942 (edebug--recursive-edit): ...rather than here.
2943 Bind standard-output and standard-input.
2944 (edebug-eval): Check cl-macroexpand-all is fboundp.
2945 (edebug-temp-display-freq-count): Fix last change.
2947 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
2948 * subr.el (noreturn, 1value): Add `debug' spec.
2949 * emacs-lisp/advice.el: Require cl-lib.
2950 (ad-copy-tree): Remove, use copy-tree instead.
2951 (ad-dolist): Remove use dolist or cl-dolist instead.
2952 (ad-do-return): Remove, use cl-return instead.
2953 (defadvice): Add `debug' spec.
2955 2012-09-13 Juri Linkov <juri@jurta.org>
2957 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
2960 2012-09-13 Glenn Morris <rgm@gnu.org>
2962 * calc/calc.el (math-compose-expr):
2963 * calc/calc-ext.el (math-compose-expr):
2964 * progmodes/cc-defs.el (cl-macroexpand-all):
2965 * progmodes/cc-langs.el (delete-duplicates, mapcan)
2966 (cl-macroexpand-all): Update declarations.
2968 * vc/vc.el: No need to require ediff.
2969 (ediff-load-version-control): Declare.
2970 (ediff-vc-internal): Fix declaration.
2971 (vc-version-ediff): Require ediff.
2973 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2975 Use a more backwards-compatible timer format (Bug#12430).
2976 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
2977 being right after USECS, as that better supports old code that
2978 inadvisedly looked directly at the timer vector.
2980 2012-09-13 Kenichi Handa <handa@gnu.org>
2982 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
2983 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
2984 `coding-priority' property of these language environment.
2986 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2988 Fix glitches caused by addition of psec to timers (Bug#12430).
2989 * image.el (image-animate-timer):
2990 * time.el (display-time-world-timer):
2991 Use timer--function and timer--args rather than raw access to
2994 2012-09-13 Glenn Morris <rgm@gnu.org>
2996 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2997 If not compiling a file, try using load-file-name.
2999 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
3001 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
3003 (edebug-update-eval-list): Use `push'.
3005 * emacs-lisp/edebug.el: Use lexical-binding.
3006 Remove the "edebug-" prefix from non-dynamically-scoped variables.
3007 Mark unused args with underscore.
3008 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
3009 (edebug-form-data): Use defvar-local.
3010 (edebug-make-before-and-after-form, edebug-make-after-form):
3012 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
3013 Not dynamically scoped any more.
3014 (edebug--enter-trace): Add arguments `function' and `args'.
3015 Rename from edebug-enter-trace.
3016 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
3017 (edebug--update-coverage): Add `after-index' and `value' args.
3018 Rename from edebug-update-coverage.
3019 (edebug-slow-after): Call it accordingly.
3020 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
3021 edebug-recursive-edit.
3022 (edebug--display): Call it accordingly. Add args `value',
3023 `offset-index', and `arg-mode'. Rename from edebug-display.
3024 (edebug-debugger, edebug): Call it accordingly.
3025 (edebug-eval-display-list): Use dolist.
3027 2012-09-12 Juri Linkov <juri@jurta.org>
3029 * info.el (Info-search): Don't check for isearch-mode and
3030 isearch-regexp before let-binding search-spaces-regexp to
3031 Info-search-whitespace-regexp.
3032 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
3033 search-whitespace-regexp if isearch-lax-whitespace or
3034 isearch-regexp-lax-whitespace is non-nil.
3035 (Info-mode): Don't set local variable search-whitespace-regexp.
3036 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
3038 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3040 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
3041 (debugger-env-macro): Remove support for unread-command-char.
3043 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
3044 the temporary map re-appearing on emulation-mode-map-alists.
3046 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
3049 * ehelp.el (with-electric-help): Accept functions in
3050 electric-help-form-to-execute.
3051 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
3052 And replace unread-command-char -> unread-command-events.
3054 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
3056 Sync with Tramp 2.2.6.
3058 * net/tramp.el (tramp-accept-process-output): Don't use
3059 JUST-THIS-ONE in the XEmacs case.
3061 * net/trampver.el: Update release number.
3063 2012-09-12 Martin Rudalics <rudalics@gmx.at>
3065 * emacs-lisp/debug.el (debugger-previous-window-height):
3067 (debug): When debugger-jumping-flag is non-nil try to restore
3068 height of debugger window. (Bug#8789)
3070 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3072 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
3073 overriding-local-map and pre/post-command-hook here.
3074 (edebug-recursive-edit): Do it here instead (bug#12345).
3075 (edebug-outside-unread-command-char): Remove all uses of
3076 unread-command-char.
3078 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
3079 inhibit-debugger is bound instead.
3081 2012-09-11 Bastien Guerry <bzg@gnu.org>
3083 * subr.el (set-temporary-overlay-map): Add a docstring.
3086 2012-09-11 Bastien Guerry <bzg@gnu.org>
3088 * minibuffer.el (completion-table-subvert): Fix docstring.
3091 2012-09-11 Bastien Guerry <bzg@gnu.org>
3093 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
3095 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
3097 * progmodes/sql.el: Version 3.1
3098 (sql-db2-escape-newlines): New variable.
3099 (sql-escape-newlines-filter): Use it.
3101 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
3103 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
3105 2012-09-10 Dan Nicolaescu <dann@gnu.org>
3107 * vc/diff-mode.el (diff-mode-menu):
3108 Bind diff-remove-trailing-whitespace.
3110 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3112 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
3113 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
3114 (emacs-lisp-byte-code-mode): New functions.
3115 (eval-sexp-add-defvars): Don't skip defvars in column >0.
3116 (eval-defun-2): Remove bogus interactive spec.
3117 (lisp-indent-line): Remove redundant whole-exp code, now done in
3118 indent-according-to-mode.
3119 (save-match-data): Remove redundant indent data.
3121 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
3124 2012-09-09 Juri Linkov <juri@jurta.org>
3126 * replace.el (replace-regexp-lax-whitespace): New defcustom.
3127 (replace-lax-whitespace, query-replace-regexp)
3128 (query-replace-regexp-eval, replace-regexp): Doc fix.
3129 (perform-replace, replace-highlight): Let-bind
3130 isearch-lax-whitespace to replace-lax-whitespace and
3131 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
3133 * isearch.el (isearch-query-replace): Let-bind
3134 replace-lax-whitespace to isearch-lax-whitespace and
3135 replace-regexp-lax-whitespace to
3136 isearch-regexp-lax-whitespace. (Bug#10885)
3138 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
3140 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
3142 2012-09-09 Alan Mackenzie <acm@muc.de>
3144 * progmodes/cc-engine.el (c-state-cache-init):
3145 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
3146 (c-record-parse-state-state):
3147 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
3149 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
3151 * register.el (register-separator): Rename from
3152 separator-register. All uses changed. Doc fix.
3153 (register): Fix version.
3155 2012-09-09 Chong Yidong <cyd@gnu.org>
3157 * replace.el (query-replace-map): Bind four new symbols for
3158 requesting window scrolling.
3160 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
3161 query-replace-map (Bug#8948).
3163 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
3165 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
3166 since they are now in query-replace-map.
3168 * window.el (scroll-other-window-down): Make the arg optional.
3170 2012-09-09 Chong Yidong <cyd@gnu.org>
3172 * files.el (hack-local-variables-confirm): Use quit-window to kill
3173 the *Local Variables* buffer.
3175 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
3177 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
3178 not just expect to be at its beginning. Adjust callees.
3179 Succeed when do-end block has no space before the pipe character.
3180 (ruby-brace-to-do-end): When the original block is one-liner,
3181 convert to multiline. Reindent the result.
3183 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
3185 * register.el (register): New group.
3186 (separator-register): New user option.
3187 (increment-register): Route it to `append-to-register', if
3188 register contains text. Implication is that `C-x r +' can now be
3189 used for appending to a text register (bug#12217).
3190 (append-to-register, prepend-to-register): Add separator based on
3191 `separator-register'.
3193 2012-09-08 Alan Mackenzie <acm@muc.de>
3195 AWK Mode: make auto-newline work when there's "==" in the pattern.
3196 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
3198 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
3199 Test more rigorously for "=" token.
3201 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
3203 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
3204 Only fail when reached LIMIT.
3206 2012-09-08 Chong Yidong <cyd@gnu.org>
3208 * dired.el (dired-mode-map): Don't bind M-=.
3210 * dired-aux.el (dired-diff): Use backup file as default.
3212 2012-09-08 Drew Adams <drew.adams@oracle.com>
3214 * subr.el (add-to-history): Fix delete usage (Bug#12314).
3216 2012-09-08 Chong Yidong <cyd@gnu.org>
3218 * subr.el (syntax-after, syntax-class): Doc fix.
3220 2012-09-08 Martin Rudalics <rudalics@gmx.at>
3222 * window.el (display-buffer-in-previous-window): New buffer
3223 display action function.
3225 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
3226 (debugger-previous-window): New variable.
3227 (debug): Rewrite using display-buffer-in-previous-window,
3228 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
3230 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3232 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
3234 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
3236 * progmodes/python.el (python-shell-send-string):
3237 When default-directory is remote, create temp file on remote
3239 (python-shell-send-file): When file is remote, pass local view of
3240 file paths to remote Python interpreter. (Bug#12340)
3242 2012-09-07 Chong Yidong <cyd@gnu.org>
3244 * window.el (switch-to-buffer): Doc fix (Bug#12181).
3246 * files.el (after-find-file): Don't fail on a read-only buffer if
3247 require-final-newline is `visit' or `visit-save' (Bug#11156).
3249 * subr.el (read-char-choice): Allow quitting via ESC ESC.
3251 * userlock.el (ask-user-about-supersession-threat):
3252 Use read-char-choice (Bug#12093).
3254 2012-09-07 Chong Yidong <cyd@gnu.org>
3256 * subr.el (buffer-narrowed-p): New function.
3258 * ses.el (ses-widen):
3259 * simple.el (count-words--buffer-message):
3260 * net/browse-url.el (browse-url-of-buffer): Use it.
3262 * simple.el (count-words-region): Don't signal an error if there
3263 is a non-nil prefix arg and the mark is not set.
3265 * help.el (describe-key-briefly): Allow the message to be seen
3266 when invoked from the minibuffer (Bug#7014).
3268 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
3270 * progmodes/ruby-mode.el (ruby-end-of-defun)
3271 (ruby-beginning-of-defun): Simplify, allow indentation before
3272 block beginning and end keywords.
3273 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
3274 (ruby-end-of-defun): Expect that the point is at the beginning of
3277 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3279 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
3281 (cl--make-usage-args): Strip _ from argument names.
3283 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3285 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
3286 obsolete alias speedbar-key-map.
3287 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
3288 (vhdl-index-menu-init): Don't use obsolete variable
3289 font-lock-maximum-size.
3291 2012-09-06 Chong Yidong <cyd@gnu.org>
3293 * frame.el (window-system-version): Mark as obsolete.
3295 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
3296 of obsolete variable speedbar-key-map.
3298 2012-09-06 Juri Linkov <juri@jurta.org>
3300 * replace.el (replace-lax-whitespace): New defcustom.
3301 (query-replace, query-replace-regexp, query-replace-regexp-eval)
3302 (replace-string, replace-regexp): Mention it in docstrings.
3303 (perform-replace, replace-highlight): Let-bind
3304 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
3305 to the values of replace-lax-whitespace and regexp-flag.
3306 Don't let-bind search-whitespace-regexp. (Bug#10885)
3308 * isearch.el (isearch-query-replace): Let-bind
3309 replace-lax-whitespace instead of let-binding
3310 replace-search-function and replace-re-search-function.
3311 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
3312 and isearch-regexp-lax-whitespace to lazy-highlight variables.
3313 (isearch-toggle-symbol): Set isearch-regexp to nil
3314 in isearch-word mode (like in isearch-toggle-word).
3316 2012-09-06 Juri Linkov <juri@jurta.org>
3318 * replace.el (replace-search-function)
3319 (replace-re-search-function): Set default values to nil.
3320 (perform-replace): Let-bind isearch-related variables based on
3321 replace-related values, call `isearch-search-fun' and let-bind
3322 the result to `search-function'. Remove code that sets
3323 `search-function' and `search-string' separately for
3325 (replace-highlight): Add new argument `delimited-flag' and
3326 rename other arguments to the names used in `perform-replace'.
3327 Let-bind `isearch-word' to the argument `delimited-flag'.
3328 (Bug#10885, bug#10887)
3330 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
3332 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
3333 ruby-beginning-of-indent, simplify, allow all keywords to have
3334 indentation before them.
3335 (ruby-beginning-of-indent): Adjust for above. Search until the
3336 found point is not inside a string or comment.
3337 (ruby-font-lock-keywords): Allow symbols to start with "@"
3338 character, give them higher priority than variables.
3339 (ruby-syntax-propertize-function)
3340 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
3341 matchers. Expression expansions are not comments when inside a
3342 string, and there comment syntax status is irrelevant.
3343 (ruby-match-expression-expansion): New function. Check that
3344 expression expansion is inside a string, and it's not escaped.
3345 (ruby-font-lock-keywords): Use it.
3347 2012-09-05 Martin Rudalics <rudalics@gmx.at>
3349 * help.el (temp-buffer-max-height): New default value.
3350 (temp-buffer-resize-frames): New option.
3351 (resize-temp-buffer-window): Optionally resize frame.
3353 * window.el (fit-frame-to-buffer-bottom-margin): New option.
3354 (fit-frame-to-buffer): New function.
3356 2012-09-05 Glenn Morris <rgm@gnu.org>
3358 * emulation/cua-rect.el (cua--init-rectangles):
3359 * textmodes/picture.el (picture-mode-map):
3360 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
3361 like forward-char and backward-char. (Bug#12317)
3363 2012-09-05 Leo Liu <sdl.web@gmail.com>
3365 * progmodes/flymake.el (flymake-warning-re): New variable.
3366 (flymake-parse-line): Use it.
3368 2012-09-05 Glenn Morris <rgm@gnu.org>
3370 * calendar/holidays.el (holiday-christian-holidays):
3371 Rename an entry. (Bug#12289)
3373 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
3375 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
3378 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
3380 * loadup.el: Load macroexp. Remove hack.
3381 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
3382 (macroexp--expand-all): Use it to get better warnings.
3383 (macroexp--backtrace, macroexp--trim-backtrace-frame)
3384 (internal-macroexpand-for-load): New functions.
3385 (macroexp--pending-eager-loads): New var.
3386 (emacs-startup-hook): New hack to replace one in loadup.el.
3387 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
3388 (cl--compiler-macro-cXXr): Move to top, before they can be used.
3389 (cl-psetf): Simplify.
3390 (cl-defstruct): Add indent rule.
3392 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
3394 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
3395 over `user-mail-address' for the SMTP MAIL FROM envelope.
3396 (smtpmail-via-smtp): Ditto.
3398 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
3400 * progmodes/ruby-mode.el: Clean up keybindings.
3401 (ruby-mode-map): Don't bind ruby-electric-brace,
3402 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
3403 backward-kill-word, reindent-then-newline-and-indent.
3404 (ruby-mark-defun): Remove.
3405 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
3406 (ruby-mode): Set local beginning-of-defun-function and
3407 end-of-defun-function values.
3409 2012-09-03 Martin Rudalics <rudalics@gmx.at>
3411 * window.el (temp-buffer-window-setup-hook)
3412 (temp-buffer-window-show-hook): New hooks.
3413 (temp-buffer-window-setup, temp-buffer-window-show)
3414 (with-temp-buffer-window): New functions.
3415 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
3416 (special-display-popup-frame): Make sure the window used shows BUFFER.
3418 * help.el (temp-buffer-resize-mode): Fix doc-string.
3419 (resize-temp-buffer-window): New optional argument WINDOW.
3421 * files.el (recover-file, save-buffers-kill-emacs):
3422 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
3424 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
3426 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
3427 remote definition of `default-directory', ensure we can connect.
3429 2012-09-02 Juri Linkov <juri@jurta.org>
3431 Toggle whitespace matching mode with M-s SPC.
3432 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
3434 * isearch.el (search-whitespace-regexp): Doc fix.
3435 Remove cons cell customization.
3436 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
3437 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
3439 (isearch-forward, isearch-forward-regexp): Doc fix.
3440 (isearch-toggle-lax-whitespace): New command.
3441 (search-forward-lax-whitespace, search-backward-lax-whitespace)
3442 (re-search-forward-lax-whitespace)
3443 (re-search-backward-lax-whitespace): New functions.
3444 (isearch-whitespace-regexp): Remove function.
3445 (isearch-query-replace): Let-bind replace-search-function and
3446 replace-re-search-function.
3447 (isearch-occur): Let-bind search-spaces-regexp according to the
3448 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
3449 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
3450 condition for C-q SPC.
3451 (isearch-search-fun-default): Use new functions mentioned above.
3452 (isearch-search-forward, isearch-search-backward): Remove functions.
3453 (isearch-search): Don't let-bind search-spaces-regexp.
3454 (isearch-lazy-highlight-space-regexp): Remove variable.
3455 (isearch-lazy-highlight-lax-whitespace)
3456 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
3457 (isearch-lazy-highlight-new-loop): Use them.
3458 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
3460 2012-09-02 Chong Yidong <cyd@gnu.org>
3462 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
3464 2012-09-02 Glenn Morris <rgm@gnu.org>
3466 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
3468 2012-09-01 Glenn Morris <rgm@gnu.org>
3470 * term.el: Tidy up menu definitions.
3471 (term-mode-map): Use easymenu for In/Out, Complete menus.
3472 (term-pager-break-map): Initialize in the defvar.
3473 (term-terminal-menu, term-signals-menu): Define with easymenu.
3474 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
3475 (term-pager-menu): New, extracted from term-process-pager.
3476 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
3477 (term-update-mode-line): Propertize line/char and page items.
3478 (term-process-pager): Move keymap initialization elsewhere.
3480 2012-09-01 Martin Rudalics <rudalics@gmx.at>
3482 * window.el (switch-to-prev-buffer): Handle additional values of
3483 BURY-OR-KILL argument. Don't switch in minibuffer window.
3484 (switch-to-next-buffer): Don't switch in minibuffer window.
3485 (quit-restore-window): New function based on quit-window.
3486 Handle additional values of former KILL argument.
3487 (quit-window): Call quit-restore-window with appropriate
3488 interpretation of KILL argument.
3489 (display-buffer-below-selected): New buffer display action
3492 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
3494 * minibuffer.el (completion-at-point-functions): Complete docstring
3497 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
3499 Better seed support for (random).
3500 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
3501 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
3502 * play/mpuz.el, play/tetris.el, play/zone.el:
3503 * calc/calc-comb.el (math-init-random-base):
3504 * play/blackbox.el (bb-init-board):
3505 * play/life.el (life):
3506 * server.el (server-use-tcp):
3507 * type-break.el (type-break):
3508 Remove unnecessary call to (random t).
3509 * net/sasl.el (sasl-unique-id-function):
3510 Change (random t) to (random), now that the latter is more random.
3511 * play/life.el (life-initialized): Remove no-longer-needed var.
3513 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
3515 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
3516 Consider frame's buffer predicate when choosing the buffer.
3519 2012-08-30 Richard Stallman <rms@gnu.org>
3521 * simple.el (special-mode-map): Delete binding for `z'.
3523 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
3525 * progmodes/compile.el (compilation-always-kill): Doc fix.
3527 2012-08-30 Chong Yidong <cyd@gnu.org>
3529 * window.el (display-buffer-reuse-frames): Make the obsolescence
3530 message more informative.
3532 2012-08-30 Glenn Morris <rgm@gnu.org>
3534 * paren.el (show-paren-delay):
3535 Add a :set function. Doc fix. (Bug#12297)
3537 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
3539 * progmodes/compile.el (compilation-always-kill): New var.
3540 (compilation-start): Use it.
3542 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3544 * simple.el (read-only-mode): Move from files.el for bootstrapping.
3545 * files.el (read-only-mode): Move to simple.el.
3547 * files.el (read-only-mode): New minor mode.
3548 (toggle-read-only): Use it and mark obsolete.
3549 (find-file--read-only):
3550 * vc/vc.el (vc-next-action, vc-checkout):
3551 * vc/vc-cvs.el (vc-cvs-checkout):
3552 * obsolete/vc-mcvs.el (vc-mcvs-update):
3553 * ffap.el (ffap--toggle-read-only): Update callers.
3555 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
3557 * eshell/esh-ext.el (eshell-external-command): Do not examine
3558 remote shell scripts.
3559 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
3561 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
3564 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3566 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
3568 2012-08-28 Leo Liu <sdl.web@gmail.com>
3570 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
3571 completion-at-point. (Bug#12220)
3573 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
3575 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
3577 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3579 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
3580 be buffer-local; add delete-trailing-whitespace (bug#12259).
3582 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
3584 * progmodes/hideif.el (hif-compress-define-list):
3585 Fix typo. (Bug#11951)
3587 2012-08-28 Dan Nicolaescu <dann@gnu.org>
3589 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
3590 buffer local setting.
3592 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
3593 rcirc-encode-coding-system.
3595 2012-08-28 Leo Liu <sdl.web@gmail.com>
3597 * net/rcirc.el (rcirc-split-message): New function.
3598 (rcirc-send-message): Use it. (Bug#12051)
3600 2012-08-28 Juri Linkov <juri@jurta.org>
3602 * info.el (Info-fontify-node): Hide empty lines at the end of
3603 the node. (Bug#12272)
3605 2012-08-27 Drew Adams <drew.adams@oracle.com>
3607 * dired.el (dired-pop-to-buffer): Make window start at beginning
3608 of buffer (Bug#12281).
3610 2012-08-26 Chong Yidong <cyd@gnu.org>
3612 * window.el (special-display-regexps, special-display-frame-alist)
3613 (special-display-buffer-names, special-display-function)
3614 (display-buffer-reuse-frames): Mark as obsolete.
3616 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
3618 * help.el (help-print-return-message): Don't treat
3619 display-buffer-reuse-frames specially.
3621 2012-08-26 Chong Yidong <cyd@gnu.org>
3623 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
3624 New variable, replacing gdb-frame-parameters.
3625 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
3626 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
3627 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
3628 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
3629 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
3630 the functions directly with gdb-display-buffer-other-frame-action.
3631 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
3632 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
3633 (gdb-display-stack-buffer, gdb-display-locals-buffer)
3634 (gdb-display-registers-buffer): Define directly.
3635 (def-gdb-display-buffer): Macro deleted.
3636 (gdb-display-buffer): Remove second and third args, callers don't
3637 use them. Defer to the default display-buffer behavior, apart
3638 from making windows dedicated.
3639 (gdb-setup-windows): Don't call display-buffer unnecessarily.
3641 * progmodes/gud.el (gud-display-line): Just use display-buffer.
3643 * window.el (display-buffer-pop-up-frame): Handle a
3644 pop-up-frame-parameters alist entry.
3645 (display-buffer): Document it.
3647 2012-08-26 Chong Yidong <cyd@gnu.org>
3649 * isearch.el (search-whitespace-regexp): Make string and nil
3650 values apply to both ordinary and regexp search. Allow a cons
3651 cell value to distinguish between the two.
3652 (isearch-whitespace-regexp, isearch-search-forward)
3653 (isearch-search-backward): New functions.
3654 (isearch-occur, isearch-search-fun-default, isearch-search)
3655 (isearch-lazy-highlight-new-loop): Use them.
3656 (isearch-forward, isearch-forward-regexp): Doc fix.
3658 2012-08-26 Chong Yidong <cyd@gnu.org>
3660 * faces.el (help-argument-name): Always inherit from italic
3663 2012-08-25 Martin Rudalics <rudalics@gmx.at>
3665 * window.el (window--even-window-heights): Even heights when
3666 WINDOW and the selected window form a vertical combination.
3667 (display-buffer-use-some-window): Provide that window used gets
3668 sized back by quit-window. (Bug#11880) and (Bug#12091)
3670 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
3672 Fix file time stamp problem with bzr and CVS (Bug#12001).
3673 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
3674 in the file's time stamp, since the version control system loses
3677 2012-08-22 Juri Linkov <juri@jurta.org>
3679 * info.el (Info-fontify-node): Hide the suffix of the
3680 Info file name in the header line. (Bug#12187)
3682 2012-08-22 Glenn Morris <rgm@gnu.org>
3684 * calendar/cal-tex.el (cal-tex-weekly-common):
3685 Restore leading blank page.
3687 2012-08-22 Le Wang <l26wang@gmail.com> (tiny change)
3689 * misc.el (forward-to-word, backward-to-word): Activate or extend
3690 the region under `shift-select-mode'. (Bug#12231)
3692 2012-08-22 Bastien Guerry <bzg@gnu.org>
3694 * progmodes/executable.el (executable-prefix): Set to "#!" instead
3695 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
3696 gives details on why the space is never needed.
3698 2012-08-22 Martin Rudalics <rudalics@gmx.at>
3700 * window.el (walk-window-tree, window-with-parameter):
3701 New optional argument MINIBUF to control whether these functions
3702 should run on the minibuffer window.
3703 (window-at-side-list): Don't operate on minibuffer window.
3704 (window-in-direction): Simplify and rewrite doc-string.
3705 (window--size-ignore): Rename to window--size-ignore-p.
3707 (display-buffer-in-atom-window, window--major-non-side-window)
3708 (window--major-side-window, display-buffer-in-major-side-window)
3709 (delete-side-window, display-buffer-in-side-window):
3711 (window--side-check, window-deletable-p, delete-window)
3712 (delete-other-windows, split-window): Handle side windows and
3713 atomic windows appropriately.
3714 (window--display-buffer): Call display-buffer-record-window also
3715 when the window buffer did not change.
3717 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
3719 * help-fns.el (help-fns--key-bindings):
3720 Abbreviate non-symbol remap targets. (Bug#12174)
3722 2012-08-22 Martin Rudalics <rudalics@gmx.at>
3724 * dired.el (dired-mark-remembered): Don't clobber point.
3727 2012-08-22 Glenn Morris <rgm@gnu.org>
3729 * progmodes/bug-reference.el (bug-reference): New custom group.
3730 (bug-reference-bug-regexp): Make it a defcustom.
3732 2012-08-22 Daiki Ueno <ueno@unixuser.org>
3734 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
3735 (js-paren-indent-offset, js-square-indent-offset)
3736 (js-curly-indent-offset): Add :safe (Bug#12257).
3738 2012-08-22 Edward O'Connor <hober0@gmail.com>
3740 * json.el (json-key-format): Add error properties.
3741 (json-encode-key): New function.
3742 (json-encode-hash-table, json-encode-alist, json-encode-plist):
3743 Use json-encode-key.
3745 2012-08-22 Glenn Morris <rgm@gnu.org>
3747 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
3748 (cal-tex-leftday, cal-tex-rightday): Remove functions.
3749 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
3750 Update for above change.
3752 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
3754 * cus-face.el (custom-face-attributes): Fix customize type for the
3755 :underline attribute. (Bug#11805)
3757 2012-08-21 Martin Rudalics <rudalics@gmx.at>
3759 * window.el (window-point-1, set-window-point-1): Remove.
3760 (window-in-direction, record-window-buffer)
3761 (set-window-buffer-start-and-point, split-window-below)
3762 (window--state-get-1, display-buffer-record-window):
3763 Replace calls to window-point-1 and set-window-point-1 by calls to
3764 window-point and set-window-point respectively.
3766 2012-08-21 Glenn Morris <rgm@gnu.org>
3768 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
3769 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
3772 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
3773 (cal-tex-shortday): New function.
3774 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
3775 (cal-tex-cursor-filofax-daily): Use the above.
3777 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
3779 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3780 (cal-tex-cursor-filofax-week): Use them.
3782 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
3784 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3785 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
3787 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
3788 (cal-tex-end-document): Don't rely on buffer name.
3790 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
3792 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
3793 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
3794 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
3797 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
3798 (cal-tex-cursor-week, cal-tex-cursor-week2)
3799 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
3800 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3801 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
3802 (cal-tex-insert-preamble, cal-tex-b-document)
3803 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
3804 Improve cal-tex-cmd usage.
3806 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
3807 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
3808 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
3809 (cal-tex-weekly-paper): New function.
3810 (cal-tex-cursor-week, cal-tex-cursor-week2)
3811 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3812 (cal-tex-cursor-day): Use it.
3814 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
3815 (cal-tex-cursor-filofax-week): Remove leading blank page.
3817 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3818 Add autoload cookie. For now at least, don't use color, since
3819 no other cal-tex function does.
3821 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
3822 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3823 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
3825 2012-08-21 Juri Linkov <juri@jurta.org>
3827 * info.el (Info-file-attributes): New variable.
3828 (info-insert-file-contents): Add file attributes to
3829 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
3830 `Info-toc-nodes' when previous modtime of the Info file is less
3832 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
3833 of info.el. (Bug#12230)
3835 2012-08-20 Glenn Morris <rgm@gnu.org>
3837 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
3838 * calendar/holidays.el (calendar-holiday-list):
3839 Report errors with display-warning rather than beep'n'sleep.
3841 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
3843 * net/tramp.el (tramp-accept-process-output): Accept only output
3844 from PROC. Otherwise, process filters and sentinels might be
3845 confused. (Bug#12145)
3847 2012-08-20 Chong Yidong <cyd@gnu.org>
3849 * descr-text.el (describe-text-properties-1): Use overlays-in to
3850 report on empty overlays (Bug#3322).
3852 2012-08-20 Glenn Morris <rgm@gnu.org>
3854 * mail/rmailout.el (rmail-output-read-file-name):
3855 Trap and report errors in rmail-output-file-alist elements.
3857 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
3858 since most non-font-lock faces are not also variables).
3860 2012-08-20 Edward Reingold <reingold@iit.edu>
3862 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3863 New function. (Bug12160)
3865 2012-08-19 Glenn Morris <rgm@gnu.org>
3867 * mail/rmailout.el (rmail-output-read-file-name):
3868 Fix previous change (when the alist is nil or does not match).
3870 2012-08-19 Chong Yidong <cyd@gnu.org>
3872 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
3875 2012-08-18 Chong Yidong <cyd@gnu.org>
3877 * simple.el (yank-handled-properties): New defcustom.
3878 (yank-excluded-properties): Add font-lock-face and category.
3881 * subr.el (remove-yank-excluded-properties):
3882 Obey yank-handled-properties. The special handling of font-lock-face
3883 and category is now done this way, instead of being hard-coded.
3884 (insert-for-yank-1): Remove font-lock-face handling.
3885 (yank-handle-font-lock-face-property)
3886 (yank-handle-category-property): New function.
3888 2012-08-17 Glenn Morris <rgm@gnu.org>
3890 * mail/rmailout.el (rmail-output-read-file-name):
3891 Check rmail-output-file-alist against the full message body
3892 in the correct rmail buffer. (Bug#12214)
3894 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
3896 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3897 Eliminate superfluous prompt. (Bug#12203)
3899 2012-08-17 Chong Yidong <cyd@gnu.org>
3901 * mouse.el (mouse-appearance-menu): If x-select-font returns a
3902 font spec, set the font directly (Bug#3228).
3904 2012-08-17 Martin Rudalics <rudalics@gmx.at>
3906 * window.el (delete-window): Fix last fix.
3908 2012-08-16 Martin Rudalics <rudalics@gmx.at>
3910 * window.el (window-valid-p): Move to window.c.
3911 (window-child, window-child-count, window-last-child)
3912 (window-normalize-window, window-combined-p)
3913 (window-combinations, window-atom-root, window-min-size)
3914 (window-sizable, window-sizable-p, window-size-fixed-p)
3915 (window-min-delta, window-max-delta, window--resizable)
3916 (window--resizable-p, window-resizable, window-total-size)
3917 (window-full-height-p, window-full-width-p, window-body-size)
3918 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
3919 (minimize-window, window-deletable-p, delete-window)
3920 (delete-other-windows, set-window-buffer-start-and-point)
3921 (next-buffer, previous-buffer, split-window, balance-windows-2)
3922 (set-window-text-height, window-buffer-height)
3923 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
3924 (truncated-partial-width-window-p): Minor code adjustments.
3925 In doc-strings state whether the argument window has to denote a
3926 live, valid or any window.
3928 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
3930 * progmodes/subword.el (subword-forward-function)
3931 (subword-backward-function, subword-forward-regexp)
3932 (subword-backward-regexp): New variables.
3933 (subword-forward, subword-forward-internal, subword-backward-internal):
3934 Use new variables, eg so that different "word" definitions
3935 can be easily used. (Bug#11411)
3937 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3939 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
3940 for composite selectors.
3941 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
3942 operation just because we can't find a previous revision.
3944 2012-08-15 Chong Yidong <cyd@gnu.org>
3946 * frame.el (set-frame-font): Accept font objects.
3948 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3950 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
3952 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
3954 * man.el (Man-overstrike-face, Man-underline-face)
3955 (Man-reverse-face): Remove variables.
3956 (Man-overstrike, Man-underline, Man-reverse): New faces.
3957 (Man-fontify-manpage): Use them instead of the variables.
3958 (Man-cleanup-manpage): Comment change.
3959 (Man-ansi-color-map): New variable.
3960 (Man-fontify-manpage): Use it.
3961 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
3963 Implement ANSI SGR parameters 22-27 (bug#12146).
3964 * ansi-color.el (ansi-colors): Doc fix.
3965 (ansi-color-context, ansi-color-context-region): Doc fix.
3966 (ansi-color--find-face): New function.
3967 (ansi-color-apply, ansi-color-apply-on-region): Use it.
3968 Rename the local variable `face' to `codes' since it is now a list of
3969 ansi codes. Doc fix.
3970 (ansi-color-get-face): Remove.
3971 (ansi-color-parse-sequence): New function, derived from
3972 ansi-color-get-face.
3973 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
3976 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
3978 * subr.el (read-passwd): Allow use from a minibuffer.
3980 2012-08-14 Eli Zaretskii <eliz@gnu.org>
3982 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
3983 inside comments and strings as identifiers.
3985 * progmodes/gud.el (gud-tooltip-print-command): Quote the
3986 expression to evaluate. This allows to evaluate expressions with
3987 embedded whitespace.
3988 (gud-tooltip-tips): Add a blank before the newline in the
3989 message-box text, for the benefit of message-box emulation on
3992 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
3993 messages from GDB, pop them up in a tooltip to give feedback to
3995 (gdb-tooltip-print-1): Quote the expression to evaluate.
3996 This allows to evaluate expressions with embedded whitespace.
3997 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
3998 if the TTY name is nil or empty (which happens when communicating
3999 with the inferior via pipes, e.g. on MS-Windows).
4000 (gdb-internals): If GDB sends a "&\n" empty debugging message,
4001 don't send that to the GUD buffer.
4003 2012-08-14 Glenn Morris <rgm@gnu.org>
4005 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
4006 Optimize away setq-default with no args, as for setq. (Bug#12195)
4008 2012-08-14 Chong Yidong <cyd@gnu.org>
4010 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
4012 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
4015 2012-08-14 Glenn Morris <rgm@gnu.org>
4017 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
4019 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
4021 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
4022 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4023 Use cached shell name.
4025 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
4027 * progmodes/python.el (python-shell-send-string):
4028 (python-shell-send-setup-code): Do not use `format' with `message'.
4030 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
4032 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
4033 (ruby-percent-literal-beg-re): New constant.
4034 (ruby-syntax-general-delimiters-goto-beg): Rename to
4035 `ruby-syntax-enclosing-percent-literal', improve literal type check.
4036 (ruby-syntax-propertize-general-delimiters): Rename to
4037 `ruby-syntax-propertize-percent-literal', it's a shorter and more
4038 popular term. Adjust comments everywhere.
4039 (ruby-syntax-propertize-percent-literal): Only propertize when not
4040 inside a simple string or comment. When the literal is unclosed,
4041 leave the text after it unpropertized.
4042 (ruby-syntax-methods-before-regexp): New constant.
4043 (ruby-syntax-propertize-function): Use it to recognize regexps.
4044 Don't look at the text after regexp, just use the whitelist.
4046 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
4048 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
4049 non-nil always load the compiled file if it exists. (Bug#12197)
4051 2012-08-14 Chong Yidong <cyd@gnu.org>
4053 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
4054 (hi-lock-set-pattern): When deciding whether to use font lock or
4055 overlays, look at font-lock-mode instead of font-lock-fontified
4057 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
4058 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
4060 2012-08-14 Daiki Ueno <ueno@unixuser.org>
4062 * subr.el (internal--after-with-selected-window): Fix typo
4065 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
4067 Use `completion-table-dynamic' for completion functions.
4068 * progmodes/python.el
4069 (python-shell-completion--do-completion-at-point)
4070 (python-shell-completion--get-completions):
4072 (python-shell-completion-complete-at-point): New function.
4073 (python-completion-complete-at-point): Use it.
4075 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
4077 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
4078 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
4080 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
4082 * subr.el (function-get): Refine `autoload' arg so it can also
4083 autoload functions for gv.el (bug#12191).
4084 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
4087 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
4088 Prefer pcase-let over destructuring-bind.
4089 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
4090 Also, remove whitespace as we go, rather than after accumulating the
4093 * subr.el (internal--before-with-selected-window)
4094 (internal--after-with-selected-window): Fix typo seleted->selected.
4095 (with-selected-window): Adjust callers.
4096 Reported by Dmitry Gutov <dgutov@yandex.ru>.
4098 2012-08-13 Bastien Guerry <bzg@gnu.org>
4100 * window.el (special-display-popup-frame): Minor docstring
4101 enhancement. (Bug#12172)
4103 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
4105 * tar-mode.el (tar-header-data-end): Only ignore size for files of
4107 (tar-header-block-summarize, tar-get-descriptor): Handle pax
4110 * files.el (hack-local-variables-filter): Remove useless eval.
4112 2012-08-13 Martin Rudalics <rudalics@gmx.at>
4114 * subr.el (with-selected-window): Fix last change.
4116 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4118 * subr.el (internal--before-with-seleted-window)
4119 (internal--after-with-seleted-window): New functions.
4120 (with-selected-window): Use them, to replace dependency on
4123 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
4125 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
4126 binding for `newline'.
4127 (ruby-move-to-block): When moving backward, stop at block opening,
4129 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
4130 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
4131 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
4132 `ruby-toggle-block'.
4134 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4136 * ibuffer.el (ibuffer-do-toggle-read-only):
4137 * dired.el (dired-toggle-read-only):
4138 * buff-menu.el (Buffer-menu-toggle-read-only):
4139 * bindings.el (mode-line-toggle-read-only):
4140 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
4142 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
4144 * descr-text.el (describe-char): Put the overlays over the
4145 "displayed as" character.
4147 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
4149 * calc/calc-units.el (math-default-units-table): Give an
4151 (math-put-default-units): Add options to put composite units and
4152 unit systems in the default units table.
4153 (calc-convert-units): Send composite units to
4154 `math-put-default-units' when appropriate.
4156 2012-08-11 Glenn Morris <rgm@gnu.org>
4158 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
4160 * tutorial.el (help-with-tutorial):
4161 * emacs-lisp/copyright.el (copyright-update-directory):
4162 * emacs-lisp/autoload.el (autoload-find-generated-file)
4163 (autoload-find-file): Disable local eval: (for insurance).
4165 * files.el (hack-local-variables-filter): If an eval: form is not
4166 known to be safe, and enable-local-variables is :safe, then ignore
4167 the form totally, as is done for non-eval forms. (Bug#12155)
4168 This is CVE-2012-3479.
4170 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4172 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
4173 (rx-form): Simplify.
4175 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
4177 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
4178 ?, _, and : are symbol constituents, ! is not (but kinda should be).
4179 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
4180 (ruby-syntax-propertize-function): Adjust for changes in
4181 `ruby-syntax-propertize-heredoc'.
4183 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
4185 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
4186 binding (use `M-;' instead).
4187 (ruby-singleton-class-p): New function.
4188 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
4190 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4192 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
4194 2012-08-10 Chong Yidong <cyd@gnu.org>
4196 * progmodes/python.el (python-shell-get-process-name): Don't mess
4197 with same-window-buffer-names.
4199 * eshell/eshell.el (eshell-add-to-window-buffer-names)
4200 (eshell-remove-from-window-buffer-names): Make obsolete.
4201 (eshell-buffer-name, eshell-unload-hook): Don't use them.
4202 (eshell): Just use pop-to-buffer-same-window instead.
4204 2012-08-10 Chong Yidong <cyd@gnu.org>
4206 * bindings.el: Bind M-= back to count-words-region.
4208 * simple.el (count-words-region): Accept a prefix arg for acting
4209 on the entire buffer.
4210 (count-words--buffer-message): New helper function.
4212 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4214 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
4215 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
4216 (event-start, event-end): Use posn-at-point to return a more
4218 (posnp): New function.
4219 * mouse.el (popup-menu-normalize-position): Use it.
4221 2012-08-10 Masatake YAMATO <yamato@redhat.com>
4223 * mouse.el (popup-menu-normalize-position): New function.
4224 (popup-menu): Use `popup-menu-normalize-position' to normalize
4225 the form for POSITION argument.
4227 * term/x-win.el (x-menu-bar-open):
4228 Use the value returend from (posn-at-point) as position
4229 passed to `popup-menu'.
4231 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4233 * calc/calccomp.el (math-compose-expr): Add extra argument
4234 indicating that parentheses should be put around products in
4235 denominators. Give multiplication precedence over division during
4238 2012-08-09 Chong Yidong <cyd@gnu.org>
4240 * man.el (Man-switches, Man-sed-command, Man-awk-command)
4241 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
4242 (Man-untabify-command, manual-program): Convert to defcustom
4245 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
4247 * descr-text.el (describe-char): Don't insert extra newlines
4250 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
4251 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
4253 * align.el (align-region): Delete temporary markers (Bug#10047).
4254 Plus some code cleanups.
4256 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
4258 * progmodes/python.el (python-pdbtrack-tracked-buffer)
4259 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
4260 (python-shell-internal-last-output): Use make-local-variable
4261 instead of make-variable-buffer-local.
4263 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
4265 * progmodes/python.el: Enhancements to forward-sexp.
4266 (python-nav-forward-sexp): Rename from
4267 python-nav-forward-sexp-function.
4268 (python-nav--forward-sexp, python-nav--backward-sexp):
4271 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4273 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
4274 modes and simplification modes.
4276 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
4278 * delsel.el (delete-selection-pre-hook): Don't propagate the
4279 file-supersession signals (bug#12161).
4281 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4283 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
4284 (cl-map-extents): Add compatibility aliases (bug#12135).
4286 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
4288 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
4289 tests by `ignore-error'.
4290 (tramp-find-shell): Open also a new shell, when cache is already
4291 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
4293 2012-08-08 Juri Linkov <juri@jurta.org>
4295 * bookmark.el: Add `defaults' property to the bookmark record.
4296 (bookmark-current-buffer): Doc fix.
4297 (bookmark-make-record): Add `defaults' property with default values
4298 to the bookmark record.
4299 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
4300 with `bookmark-insert-current-bookmark'.
4301 (bookmark-set): Get `defaults' property from the bookmark record
4302 and use it in `read-from-minibuffer'.
4303 (bookmark-insert-current-bookmark): Remove function.
4305 * info.el (Info-bookmark-make-record): Add `defaults' property
4306 with values of canonical Info node name, the current Info file
4307 name and the current Info node name. (Bug#12107)
4309 2012-08-08 Juri Linkov <juri@jurta.org>
4311 * files.el (basic-save-buffer): Use `buffer-name' as the default
4312 of `read-file-name' when buffer is not visiting a file (bug#12128).
4314 2012-08-08 Juri Linkov <juri@jurta.org>
4316 * info.el (Info-isearch-search): Doc fix.
4317 (Info-search): Change search-failed message from "initial node" to
4318 "end of node" (bug#12078).
4319 (Info-isearch-search): Change `isearch-string-state' to
4320 `isearch--state-string'.
4322 2012-08-08 Glenn Morris <rgm@gnu.org>
4324 * language/persian.el: Remove file.
4325 * language/misc-lang.el: Move unique part of persian.el here.
4326 * loadup.el: Remove language/persian.
4328 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
4330 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
4332 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
4334 * progmodes/python.el Fixed defsubst warning.
4335 (python-syntax-context) Rename from python-info-ppss-context.
4336 (python-syntax-context-type): Rename from
4337 python-info-ppss-context-type.
4338 (python-syntax-comment-or-string-p): Rename from
4339 python-info-ppss-comment-or-string-p.
4341 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
4343 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
4345 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
4347 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
4348 a defcustom that is quoted with backquote.
4350 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
4351 Fix handling of interactive spec when the body uses return.
4352 (math-do-arg-check, math-define-function-body): Use backquote forms.
4353 * calc/calc-ext.el (math-defcache): Likewise.
4354 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
4355 * allout.el (allout-new-exposure): Likewise.
4356 * calc/calcalg2.el (math-tracing-integral): Likewise.
4357 * info.el (Info-last-menu-item): Likewise.
4358 * emulation/vip.el (vip-loop): Likewise.
4359 * textmodes/artist.el (artist-funcall): Likewise.
4360 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
4361 Construct menu-item directly.
4363 * progmodes/autoconf.el (font-lock-syntactic-keywords):
4366 2012-08-07 Chong Yidong <cyd@gnu.org>
4368 * simple.el (deactivate-mark): Preserve text properties when
4369 saving the primary selection (Bug#8384).
4371 2012-08-07 Kevin Ryde <user42@zip.com.au>
4373 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
4374 (woman-parse-numeric-value): On a bad .IP line, issue a warning
4375 and continue processing (Bug#12110).
4377 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4379 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
4380 syntax-propertize-function (bug#10095).
4382 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4384 * help-fns.el (help-fns--key-bindings, help-fns--signature)
4385 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
4386 describe-function-1.
4387 (describe-function-1): Use them. Move compiler macro after sig.
4388 (help-fns--compiler-macro): Use function-get. Assume we're already in
4389 standard-output. Adjust layout to new call order.
4391 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
4392 re-binding a symbol that has a symbol-macro (bug#12119).
4394 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
4396 * language/persian.el: New file. (Bug#11812)
4397 * loadup.el: Add language/persian.el.
4399 2012-08-06 Chong Yidong <cyd@gnu.org>
4401 * window.el (window--maybe-raise-frame): New function.
4402 (window--display-buffer): Split off from here.
4403 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4404 (display-buffer-pop-up-window, display-buffer-use-some-window):
4405 Obey an inhibit-switch-frame action alist entry.
4406 (display-buffer): Update doc.
4408 * replace.el (occur-after-change-function): Avoid losing focus by
4409 using the inhibit-switch-frame display parameter (Bug#12139).
4411 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
4413 Make internal shell process buffer names start with space.
4414 * progmodes/python.el (python-shell-make-comint): Add optional
4416 (run-python-internal): Use it.
4417 (python-shell-internal-get-or-create-process): Check for new
4418 internal buffer names.
4420 2012-08-06 Glenn Morris <rgm@gnu.org>
4422 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
4423 Do less getting and setting of environment variables.
4425 2012-08-05 Chong Yidong <cyd@gnu.org>
4427 * proced.el (proced): Add substitution string to docstring to
4428 trigger autoloading of the proced library on C-h f (Bug#1768).
4430 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4431 Don't show defvars which have no second argument (Bug#8638).
4433 * imenu.el (imenu-generic-expression): Move documentation here
4434 from imenu--generic-function.
4435 (imenu--generic-function): Refer to imenu-generic-expression.
4437 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
4439 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
4440 indentation declaration.
4441 (viper-loop): Add indentation declaration (Bug#7025).
4443 2012-08-05 Chong Yidong <cyd@gnu.org>
4445 * help-fns.el (describe-variable): Add hyperlink for
4446 directory-local variables files. Improve buffer-local and
4447 permanent-local reporting; suggested by MON KEY (Bug#6644).
4449 * help-mode.el (help-dir-local-var-def): New button type.
4451 * files.el (kill-buffer-hook): Provide a defvar.
4453 2012-08-05 Glenn Morris <rgm@gnu.org>
4455 * eshell/esh-ext.el (eshell/addpath):
4456 Also update eshell-path-env. (Bug#12013)
4458 2012-08-05 Chong Yidong <cyd@gnu.org>
4460 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
4462 * fringe.el (fringe-styles): Add docstring.
4463 (fringe--check-mode): New function.
4464 (set-fringe-mode, set-fringe-style): Use it.
4465 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
4467 * files.el (set-auto-mode): Fix invalid setq call.
4469 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4471 * isearch.el: Misc simplification; use defstruct.
4472 (isearch-mode-map): Dense maps now work like sparse ones.
4473 (isearch--state): New defstruct.
4474 (isearch-string-state, isearch-message-state, isearch-point-state)
4475 (isearch-success-state, isearch-forward-state)
4476 (isearch-other-end-state, isearch-word-state, isearch-error-state)
4477 (isearch-wrapped-state, isearch-barrier-state)
4478 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
4479 replaced by defstruct's accessors.
4480 (isearch--set-state): Rename from isearch-top-state and change
4482 (isearch-push-state): Use new isearch--get-state.
4483 (isearch-toggle-word): Disable regexp when enabling word.
4484 (isearch-message-prefix): Remove unused arg _c-q-hack.
4485 (isearch-message-suffix): Remove unused arg _ellipsis.
4487 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
4489 * simple.el (list-processes--refresh): For a server use :host or
4490 :local as the address.
4491 (list-processes): Doc fix.
4493 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
4495 * lisp/mpc.el: Support password in host argument.
4496 (mpc--proc-connect): Parse and use new password element.
4497 Set mpc-proc variable instead of returning process.
4498 (mpc-proc): Adjust accordingly.
4500 2012-08-03 Eli Zaretskii <eliz@gnu.org>
4502 * whitespace.el (whitespace-display-mappings): Use Unicode
4503 codepoints, instead of emacs-mule codepoints. See
4504 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
4507 * files.el (file-truename): Don't skip symlink-chasing part on
4508 windows-nt. Incorporate the resolution of 8+3 short aliases on
4509 Windows into the loop that recursively chases symlinks.
4510 Compare directory and its parent case-insensitively on MS-Windows and
4513 2012-08-03 Chong Yidong <cyd@gnu.org>
4515 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
4517 * sort.el (sort-regexp-fields): Doc fix.
4519 2012-08-03 Tassilo Horn <tsdh@gnu.org>
4521 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
4522 labels regex position point at the expected place.
4524 2012-08-03 MON KEY <monkey@sandpframing.com>
4526 * net/imap.el (imap-interactive-login, imap-authenticate)
4527 (imap-mailbox-lsub, imap-mailbox-list)
4528 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
4529 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
4530 (imap-parse-response): Doc fix.
4532 2012-08-03 João Távora <joaotavora@gmail.com>
4534 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
4535 if sexp scanning does not move point (Bug#5734).
4537 2012-08-02 Tassilo Horn <tsdh@gnu.org>
4539 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
4540 Add listings, minted, and ctable packages.
4541 (reftex-label-alist-builtin): Move listings, minted, and ctable
4542 entries before LaTeX.
4543 (reftex-label-alist): Docfix.
4545 2012-08-02 Bastien Guerry <bzg@gnu.org>
4547 * replace.el (occur): Fix docstring (bug#12122).
4549 2012-08-02 Glenn Morris <rgm@gnu.org>
4551 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
4553 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
4555 Obsolete alias inactivate-current-input-method-function (Bug#10150).
4556 * international/mule-cmds.el: Create
4557 inactivate-current-input-method-function as an obsolete alias for
4558 deactivate-current-input-method-function. See Katsumi Yamaoka in
4559 <http://bugs.gnu.org/10150#46>.
4561 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
4563 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
4566 2012-08-01 Glenn Morris <rgm@gnu.org>
4568 * progmodes/autoconf.el (autoconf-definition-regexp):
4569 Add AH_TEMPLATE, adjust submatch numbering.
4570 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
4571 (autoconf-current-defun-function): Update for above change.
4572 (autoconf-current-defun-function): First skip to end of current word.
4574 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
4576 * calendar/cal-html.el (cal-html-insert-agenda-days):
4577 Fix typo. (Bug#12018)
4579 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
4581 Shell processes: enhancements to startup and CEDET compatibility.
4582 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
4583 (python-shell-make-comint): accept-process-output at startup.
4584 (run-python-internal): Set inferior-python-mode-hook to nil.
4585 (python-shell-internal-get-or-create-process): call sit-for.
4586 (python-preoutput-result): Add obsolete alias.
4587 (python-shell-internal-send-string): Use it.
4588 (python-shell-send-setup-code): Remove call to
4589 accept-process-output.
4591 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
4593 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
4596 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
4598 * calc-mode.el (calc-basic-simplification-mode): Rename from
4599 `calc-limited-simplification-mode'.
4600 (calc-alg-simplification-mode): New function.
4601 (calc-set-simplify-mode): Adjust message.
4603 * calc.el (calc-set-mode-line): Adjust mode line display for
4604 basic simplification mode.
4606 * calc-help.el (calc-m-prefix-help): Update help message.
4608 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
4609 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
4611 2012-07-31 Bastien Guerry <bzg@gnu.org>
4613 * man.el (man): Fix comment. (bug#12101)
4615 2012-07-31 Martin Rudalics <rudalics@gmx.at>
4617 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
4618 Don't return a non-nil value when no suitable buffer was found.
4620 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
4622 * progmodes/python.el (run-python-internal): Disable font lock for
4625 2012-07-30 Stefan Merten <smerten@oekonux.de>
4627 * textmodes/rst.el: Silence `checkdoc-ispell'.
4628 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
4629 (rst-official-version, rst-official-cvs-rev)
4630 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
4631 (rst-mode-map): New key binding.
4633 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
4635 Update .PHONY listings in makefiles.
4636 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
4637 autoloads, update-subdirs, updates, bzr-update, update-authors,
4638 compile-onefile, compile-calc, backup-compiled-files,
4639 compile-after-backup, compile-one-process, mh-autoloads,
4640 bootstrap-clean, distclean, maintainer-clean.
4642 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
4644 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
4645 (calc-set-mode-line): Don't display "AlgSimp ".
4647 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
4648 (calc-lim-simplify-mode): New function.
4649 (calc-set-simplify-mode): Default to 'alg.
4650 (calc-default-simplify-mode): Make algebraic simplifications
4653 * calc/calc-ext.el (calc-init-extensions): Remove binding for
4654 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
4656 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4657 indicate new simplification modes.
4659 * calc/README: Mention new default simplification mode.
4661 * calc/calc.el (math-normalize-error): New variable.
4662 (math-normalize): Set `math-normalize-error' to t
4663 when there's an error.
4665 * calc/calc-alg.el (math-simplify): Don't simplify when
4666 `math-normalize' returns an error.
4668 2012-07-29 Eli Zaretskii <eliz@gnu.org>
4670 * international/mule-cmds.el (set-locale-environment): Revert last
4671 change, since display-graphic-p returns nil when this function is
4672 called during startup. Instead...
4674 * term/w32console.el (terminal-init-w32console): ...setup the
4675 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
4677 2012-07-29 Juri Linkov <juri@jurta.org>
4679 * simple.el (goto-line): Don't display default line number in the
4680 prompt because it should be displayed by `read-number' (bug#9952).
4681 Add the current line number to the defaults of `goto-line' to
4682 allow its easier modification by users with `M-n' (bug#9201).
4684 * subr.el (read-number): Support multiple default values like in
4685 other minibuffer reading functions. Replace `read' with
4686 `string-to-number' for consistency with `number-to-string'.
4688 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
4690 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
4691 * emulation/viper-init.el (viper-deactivate-input-method-action):
4692 Rename from viper-inactivate-input-method-action.
4693 (viper-deactivate-input-method):
4694 Rename from viper-inactivate-input-method.
4695 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
4696 * international/mule-cmds.el (deactivate-input-method):
4697 Rename from inactivate-input-method.
4698 Also run input-method-deactivate-hook.
4699 (deactivate-current-input-method-function):
4700 Rename from inactivate-current-input-method-function.
4701 (input-method-deactivate-hook): New hook.
4702 (input-method-inactivate-hook): Mark obsolete.
4703 (inactivate-input-method): Mark obsolete.
4705 * international/quail.el (quail-activate):
4706 Also run quail-deactivate-hook.
4707 (quail-deactivate): Rename from quail-inactivate.
4708 * international/robin.el (robin-activate):
4709 Also run robin-deactivate-hook.
4710 (robin-deactivate): Rename from robin-inactivate.
4712 2012-07-29 Chong Yidong <cyd@gnu.org>
4714 * simple.el (indicate-copied-region): New function.
4715 (kill-ring-save): Split off from here.
4717 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
4718 (kill-rectangle): Set deactivate-mark to t on read-only error.
4720 * register.el (copy-to-register, copy-rectangle-to-register):
4721 Deactivate the mark, and use indicate-copied-region (Bug#10056).
4722 (append-to-register, prepend-to-register): Call indicate-copied-region.
4724 2012-07-29 Juri Linkov <juri@jurta.org>
4726 * simple.el (async-shell-command-buffer): New defcustom.
4727 (shell-command): Use it. (Bug#4719)
4729 2012-07-28 Eli Zaretskii <eliz@gnu.org>
4731 * international/mule-cmds.el (set-locale-environment): In a
4732 console session on MS-Windows, set up keyboard and terminal
4733 encoding from the OEM codepage, not the ANSI codepage.
4736 2012-07-28 Chong Yidong <cyd@gnu.org>
4738 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
4741 2012-07-28 Leo Liu <sdl.web@gmail.com>
4743 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
4744 the alist (bug#12029).
4746 2012-07-28 Eli Zaretskii <eliz@gnu.org>
4748 * makefile.w32-in (custom-deps, finder-data, updates, compile)
4749 (compile-always, compile-first)
4750 ($(lisp)/calendar/cal-loaddefs.el)
4751 ($(lisp)/calendar/diary-loaddefs.el)
4752 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4753 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
4754 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
4755 instead of on update-subdirs.
4756 (bootstrap-clean): Delete $(lisp)/subdirs.el.
4758 2012-07-28 Chong Yidong <cyd@gnu.org>
4760 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
4761 directory if vc-deduce-backend returns nil (Bug#7350).
4763 * simple.el (delete-trailing-lines): New option.
4764 (delete-trailing-whitespace): Obey it (Bug#11879).
4766 2012-07-28 David Engster <deng@randomsample.de>
4768 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
4769 Explanation of new 'symbol-qnames feature in doc-strings.
4770 (xml-maybe-do-ns): Return expanded names as plain symbols if
4771 'symbol-qnames was provided in XML-NS argument (Bug#11916).
4772 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
4774 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
4776 Consistent completion in inferior python with emacs -nw.
4777 * progmodes/python.el (inferior-python-mode): replace "<tab>"
4778 binding in inferior-python-mode-map with "\t".
4779 (python-shell-completion-complete-at-point)
4780 (python-completion-complete-at-point): Remove interactive spec.
4782 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
4784 * calc/calccomp.el (math-compose-expr): Undo previous change.
4786 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
4788 * progmodes/python.el (python-mode-map): Add keybinding for
4790 (python-shell-make-comint): Fix pop-to-buffer call.
4791 (run-python): Autoload. New arg SHOW.
4792 (python-shell-get-or-create-process): Do not pop python process
4795 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
4797 * notifications.el (notifications-on-action-signal)
4798 (notifications-on-closed-signal): Use also the bus address for the map.
4799 (notifications-notify, notifications-close-notification)
4800 (notifications-get-capabilities): Add optional argument BUS.
4802 2012-07-27 Tassilo Horn <tsdh@gnu.org>
4804 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4805 Add support for the lstlisting and minted environments, and for the
4807 * textmodes/reftex.el (reftex-compile-variables): Also recognize
4808 labels written in keyvals syntax.
4810 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
4812 * calc/calccomp.el (math-compose-expr): Use parentheses when
4813 there is a product in the denominator of a fraction.
4815 2012-07-26 Eli Zaretskii <eliz@gnu.org>
4817 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
4818 ($(lisp)/calendar/diary-loaddefs.el)
4819 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4820 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
4821 Fixes failures in parallel bootstrap because subdirs.el is being
4822 rewritten while the autoload files are built at the same time,
4823 which needs to load subdirs.el.
4825 2012-07-26 Martin Rudalics <rudalics@gmx.at>
4827 * mouse.el (popup-menu): Fix doc-string and re-indent code.
4828 (mouse-drag-line): Don't exit tracking when a switch-frame or
4829 switch-window event occurs (Bug#12006).
4831 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4833 * mouse.el (popup-menu): Fix last change.
4835 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4837 Autoload from Lisp with more care. Follow aliases when looking for
4838 function properties.
4839 * subr.el (autoloadp): New function.
4840 (symbol-file): Use it.
4841 (function-get): New function.
4842 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
4844 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
4845 (lisp-indent-function):
4846 * emacs-lisp/gv.el (gv-get):
4847 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
4848 * emacs-lisp/byte-opt.el (byte-optimize-form):
4849 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
4850 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
4852 * emacs-lisp/cl.el: Don't propagate function properties any more.
4854 * speedbar.el (speedbar-add-localized-speedbar-support):
4855 * emacs-lisp/disass.el (disassemble-internal):
4856 * desktop.el (desktop-load-file):
4857 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
4858 (describe-function-1):
4859 * emacs-lisp/find-func.el (find-function-noselect):
4860 * emacs-lisp/elp.el (elp-instrument-function):
4861 * emacs-lisp/advice.el (ad-has-proper-definition):
4862 * apropos.el (apropos-safe-documentation, apropos-macrop):
4863 * emacs-lisp/debug.el (debug-on-entry):
4864 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
4865 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4866 * calc/calc.el (name): Use autoloadp & autoload-do-load.
4868 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
4870 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
4871 function, not an obsolete variable (Bug#12046).
4873 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
4875 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
4877 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
4879 * emacs-lisp/pp.el (pp-display-expression): Select old selected
4880 window only if it is still live (Bug#12034).
4882 2012-07-25 Martin Rudalics <rudalics@gmx.at>
4884 * subr.el (redirect-frame-focus): Add advertised calling
4885 convention (Bug#12030).
4887 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
4889 Prefer typical American spelling for "acknowledgment".
4890 * vc/add-log.el (change-log-acknowledgment): Rename from
4891 change-log-acknowledgement, with an alias for the old name.
4893 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
4895 * calc-alg.el (math-simplify-divide): Don't cross multiply
4896 in an equation when the lhs is a variable.
4898 2012-07-24 Julien Danjou <julien@danjou.info>
4900 * net/netrc.el (netrc-find-service-number, netrc-store-data):
4903 2012-07-23 Eli Zaretskii <eliz@gnu.org>
4905 * startup.el (command-line): Don't display an empty user name in
4906 the error message about non-existent home directory, when
4907 init-file-user was set to an empty string. See
4908 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
4909 for the details and context.
4911 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
4913 * ses.el (ses-cell-formula-aset): New macro.
4914 (ses-cell-references-aset): New macro.
4915 (ses-cell-p): New function.
4916 (ses-rename-cell): Do no longer rely on complex operations like
4917 ses-cell-set-formula or ses-set-cell to change the cell and handle
4918 the undo at the same time, but rather use lower level new macros
4919 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
4920 the undo directly. Refresh the mode line.
4922 2012-07-21 Leo Liu <sdl.web@gmail.com>
4924 * progmodes/cc-cmds.el (c-defun-name):
4925 Use match-string-no-properties instead for consistency.
4927 2012-07-20 Leo Liu <sdl.web@gmail.com>
4929 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
4932 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
4934 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
4936 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
4937 * progmodes/bug-reference.el, misearch.el: Provide themselves
4940 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
4941 of narrowed buffer (bug#11966).
4943 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
4945 * ses.el (ses-rename-cell): Set new name also in reference list of
4946 cells of which the renamed cell depends.
4948 2012-07-20 Masatake YAMATO <yamato@redhat.com>
4950 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
4951 to check whether menu-bar is shown or not. If not shown,
4952 show the menu-bar as a popup menu instead of using tmm.
4953 * mouse.el (popup-menu): Accept `point' as `position' argument.
4955 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
4957 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
4958 up inside string symbol literal (bug#11923).
4960 2012-07-20 Eli Zaretskii <eliz@gnu.org>
4962 * startup.el (fancy-startup-text): Read the whole tutorial, not
4963 just its first 256 bytes. Prevents gibberish in display of the
4966 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
4968 Drop idle buffer compaction due to an absence of the
4970 * compact.el: Remove.
4972 2012-07-19 Sam Steingold <sds@gnu.org>
4974 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
4975 vc-bzr-pull & vc-bzr-merge-branch.
4976 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
4977 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
4978 for consistency with compilation-error-regexp-alist.
4979 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
4980 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
4981 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
4982 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
4984 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4986 * emacs-lisp/chart.el: Use lexical-binding.
4987 (chart-emacs-storage): Don't hardcode the list of entries.
4989 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4991 Next round of tweaks caused by Fgarbage_collect changes.
4992 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
4994 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4996 Compact buffers when idle.
4997 * compact.el: New file.
4999 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5001 * subr.el (eventp): Presume that if it looks vaguely like an event,
5002 it's an event (bug#10190).
5004 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
5006 Enhancements to ppss related code (thanks Stefan).
5007 * progmodes/python.el (python-indent-context)
5008 (python-indent-calculate-indentation, python-indent-dedent-line)
5009 (python-indent-electric-colon, python-nav-forward-block)
5010 (python-mode-abbrev-table)
5011 (python-info-assignment-continuation-line-p): Simplify checks
5013 (python-info-continuation-line-p): Cleanup.
5014 (python-info-ppss-context): Do not catch 'quote.
5015 (python-info-ppss-context-type)
5016 (python-info-ppss-comment-or-string-p): Simplify.
5018 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
5020 * progmodes/python.el: Enhancements to eldoc support.
5021 (python-info-current-symbol): New function.
5022 (python-eldoc-at-point): Use python-info-current-symbol.
5023 (python-info-current-defun): Fix cornercase on first defun scan.
5024 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
5025 and signal error when no inferior python process is available.
5027 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
5029 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
5030 assume it's always t.
5031 (vc-git-registered): Remove caching, the function is only called
5033 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
5035 2012-07-18 Chong Yidong <cyd@gnu.org>
5037 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
5039 * simple.el (count-words): Report on narrowing (Bug#9959).
5041 * bindings.el: Bind M-= to count-words.
5043 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
5045 2012-07-18 Masatake YAMATO <yamato@redhat.com>
5047 * progmodes/sh-script.el (sh-imenu-generic-expression):
5048 Capture a function with `function' keyword and without parentheses
5049 like "function FOO" (bug#11856).
5051 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
5053 * window.el (split-window-sensibly): Make WINDOW argument
5056 2012-07-18 Chong Yidong <cyd@gnu.org>
5058 * subr.el (keyboard-translate): Doc fix (Bug#7261).
5060 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
5061 and make C-x 8 RET exit isearch (Bug#11439).
5063 * international/iso-transl.el: Move isearch-mode-map key
5064 definitions to isearch.el.
5066 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
5068 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
5069 (eieio-defclass): Use gv-define-setter when possible.
5071 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
5073 Reflect recent changes in Fgarbage_collect.
5074 * emacs-lisp/chart.el (chart-emacs-storage): Change to
5075 reflect new format of data returned by Fgarbage_collect.
5077 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
5079 New utility functions + python-info-ppss-context fix (Bug#11910).
5080 * progmodes/python.el (python-info-beginning-of-block-statement-p)
5081 (python-info-ppss-comment-or-string-p): New functions.
5082 (python-info-ppss-context): Small fix for string check.
5084 2012-07-17 Juri Linkov <juri@jurta.org>
5086 * dired-aux.el (dired-do-async-shell-command): Doc fix.
5087 (dired-do-async-shell-command): Don't add `*' at the end of the
5088 command (Bug#11815).
5089 (dired-do-shell-command): Doc fix.
5090 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
5091 Join the individual commands using either "&" or ";" as the
5092 separator depending on the values of these trailing characters.
5093 At the end re-add the trailing "&". (Bug#10598)
5095 * simple.el (async-shell-command): Sync the interactive spec with
5096 `shell-command'. Doc fix.
5097 (shell-command): Doc fix.
5099 2012-07-17 Juri Linkov <juri@jurta.org>
5101 * descr-text.el (describe-char): Fix format args. (Bug#10129)
5103 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
5105 Final renames and doc fixes for movement commands (bug#11899).
5106 * progmodes/python.el (python-nav-beginning-of-statement):
5107 Rename from python-nav-statement-start.
5108 (python-nav-end-of-statement): Rename from
5109 python-nav-statement-end.
5110 (python-nav-beginning-of-block): Rename from
5111 python-nav-block-start.
5112 (python-nav-end-of-block): Rename from python-nav-block-end.
5114 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
5116 * progmodes/python.el (python-shell-send-string-no-output):
5117 Allow accept-process-output to quit, keeping shell process ready for
5118 future interactions (Bug#11868).
5120 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5122 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
5124 * emacs-lisp/elint.el (elint-find-args-in-code):
5125 Use help-function-arglist, so as to handle lexical byte-code.
5127 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
5130 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5132 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
5133 Avoid spuriously marking the buffer as modified because of c-is-sws.
5135 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
5136 as not-a-comment (bug#11946).
5138 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
5139 for uninterned vars.
5141 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
5142 Use read-event since we don't really want to read chars but bytes.
5144 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
5145 $$..$$ but also $..$ using regexps (bug#11953).
5146 Use tex-verbatim for \url and \path.
5147 (tex-font-lock-keywords): Define as defconst like the others.
5148 (tex-common-initialization): Don't use font-lock-syntax-table any more.
5150 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
5152 * international/mule-cmds.el (ucs-insert): Make it an obsolete
5153 alias for insert-char.
5155 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
5157 * progmodes/python.el: Simplified imenu implementation.
5158 (python-nav-jump-to-defun): Remove command.
5159 (python-mode-map): Use `imenu' instead.
5160 (python-nav-list-defun-positions-cache)
5161 (python-imenu-include-defun-type, python-imenu-make-tree)
5162 (python-imenu-subtree-root-label, python-imenu-index-alist):
5164 (python-nav-list-defun-positions, python-nav-read-defun)
5165 (python-imenu-tree-assoc, python-imenu-make-element-tree)
5166 (python-imenu-make-tree, python-imenu-create-index):
5168 (python-mode): Update to interact with imenu by setting
5169 `imenu-extract-index-name-function' only.
5171 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
5173 * progmodes/python.el: Enhancements to navigation commands.
5174 (python-nav-backward-sentence)
5175 (python-nav-forward-sentence): Remove.
5176 (python-nav-backward-statement, python-nav-forward-statement)
5177 (python-nav-statement-start, python-nav-statement-end)
5178 (python-nav-backward-block, python-nav-forward-block)
5179 (python-nav-block-start, python-nav-block-end)
5180 (python-nav-forward-sexp-function)
5181 (python-info-current-line-comment-p)
5182 (python-info-current-line-empty-p): New functions.
5183 (python-indent-context): Use `python-nav-statement-start'.
5185 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
5187 * eshell/em-ls.el (eshell/ls): Use `apply'.
5189 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
5190 multi-hops, instead of Tramp internals.
5192 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
5194 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
5195 when F1 and F2 are located on different hosts.
5197 2012-07-14 Chong Yidong <cyd@gnu.org>
5199 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
5200 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
5201 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
5202 (xterm-mouse--read-event-sequence-1000)
5203 (xterm-mouse--read-event-sequence-1006): New functions. For old
5204 mouse protocol, handle M-mouse-X events correctly.
5205 (xterm-mouse-event): New arg specifying mouse protocol.
5206 (turn-on-xterm-mouse-tracking-on-terminal)
5207 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
5208 sequence to toggle extended coordinates on newer XTerms.
5209 This appears to be harmless on terminals which do not support this.
5211 2012-07-14 Leo Liu <sdl.web@gmail.com>
5213 Add fringe bitmap indicators for flymake. (Bug#11253)
5214 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
5215 (flymake-make-overlay): New arg BITMAP.
5216 (flymake-error-bitmap, flymake-warning-bitmap)
5217 (flymake-fringe-indicator-position): New user variables.
5219 * fringe.el: New bitmap exclamation-mark.
5221 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
5223 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
5226 2012-07-14 Chong Yidong <cyd@gnu.org>
5228 * electric.el (electric-pair-post-self-insert-function): Fix pair
5229 insertion in empty-region case (Bug#11520).
5231 2012-07-14 Chong Yidong <cyd@gnu.org>
5233 * bindings.el: Consolidate ctl-x-r-map bindings.
5234 Bind copy-rectangle-as-kill to C-x r w.
5236 * rect.el, register.el: Move bindings to bindings.el.
5238 2012-07-14 Reuben Thomas <rrt@sc3d.org>
5240 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
5242 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
5244 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
5246 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
5248 * bindings.el (top): Use `mapc' instead of `mapcar'.
5250 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
5252 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
5254 * progmodes/sql.el (sql-comint): Suppress the check for program on
5255 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
5258 2012-07-13 Chong Yidong <cyd@gnu.org>
5260 * bindings.el: Assign a non-nil permanent-local property to
5261 per-buffer variables which lack a default value (Bug#11930).
5263 * help-fns.el (describe-variable): In the "automatically becomes
5264 local" notice, take note of permanent-local variables.
5266 2012-07-13 Chong Yidong <cyd@gnu.org>
5268 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
5269 to allow printing the message when called from Lisp.
5271 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5272 Remove toggle-read-only.
5274 * bs.el (bs-toggle-readonly):
5275 * buff-menu.el (Buffer-menu-toggle-read-only):
5276 Remove with-no-warnings around toggle-read-only.
5278 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
5279 Remove with-no-warnings around toggle-read-only.
5280 (ffap-read-only, ffap-read-only-other-window)
5281 (ffap-read-only-other-frame): Callers changed.
5283 * help-mode.el: Don't require view package.
5284 (help-mode-finish): Set buffer-read-only instead of calling
5287 * bindings.el (mode-line-toggle-read-only):
5288 * dired.el (dired-toggle-read-only):
5289 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
5290 with non-nil second arg.
5292 * emacs-lisp/eieio-custom.el (eieio-customize-object):
5293 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
5296 2012-07-12 Eli Zaretskii <eliz@gnu.org>
5298 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
5301 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
5303 More CL cleanups and reduction of use of cl.el.
5304 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
5305 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
5306 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
5307 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
5308 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
5309 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
5310 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
5311 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
5312 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
5313 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
5314 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
5315 * eshell/em-cmpl.el, eshell/em-banner.el:
5316 * calendar/parse-time.el: Use cl-lib.
5317 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
5318 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
5319 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
5320 * term/ns-win.el, term.el, shell.el, ps-samp.el:
5321 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
5322 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
5323 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
5324 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
5325 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
5326 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
5327 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
5328 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
5329 `lambda' rather than with `quote'.
5330 (eshell-do-opt): Adjust accordingly.
5331 (eshell-process-option): Simplify.
5332 * eshell/esh-var.el:
5333 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
5334 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
5335 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
5336 to `pcase--dontcare'.
5337 * emacs-lisp/cl.el (labels): Mark obsolete.
5338 (cl--letf, letf): Move to cl-lib.
5339 (cl--letf*, letf*): Remove.
5340 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
5341 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
5342 (cl-progv): Rewrite.
5343 (cl--letf, cl-letf): Move from cl.el.
5344 (cl-letf*): New macro.
5345 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
5347 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
5349 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
5351 2012-07-11 Chong Yidong <cyd@gnu.org>
5353 * vc/log-edit.el (log-edit-vc-backend): New variable.
5354 (log-edit): Doc fix.
5356 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
5357 argument of log-edit to set up all local variables.
5358 (vc-start-logentry): New optional arg specifying VC backend.
5360 * vc/vc.el (vc-checkin): Use it.
5361 (vc-deduce-fileset): Handle Log Edit buffers.
5362 (vc-diff): Make first argument optional too.
5364 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
5366 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
5368 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
5369 command, just in case. The function is not needed anymore.
5370 (eshell-external-command): Do not call `eshell-remote-command'.
5372 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
5374 Reduce use of (require 'cl).
5375 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
5376 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
5377 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
5378 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
5379 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
5380 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
5381 * battery.el, avoid.el, abbrev.el: Use cl-lib.
5382 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
5383 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
5384 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
5385 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
5386 * calculator.el, autorevert.el, apropos.el: Don't require CL.
5387 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
5388 (byte-compile-unfold-bcf, byte-compile-check-variable):
5389 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
5390 (byte-compile-nilconstp):
5391 * emacs-lisp/autoload.el (make-autoload): Use pcase.
5392 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
5394 * emacs-lisp/gv.el (cond): Make it a valid place.
5395 (if): Simplify slightly.
5397 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
5398 (pcase--self-quoting-p): New function.
5399 (pcase--u1): Use it.
5401 2012-07-10 Glenn Morris <rgm@gnu.org>
5403 * emacs-lisp/authors.el (authors-fixed-entries):
5404 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
5406 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
5408 Rename configure.in to configure.ac (Bug#11603).
5409 * emacs-lisp/authors.el (authors-canonical-file-name):
5410 * progmodes/autoconf.el (autoconf-mode):
5411 Prefer configure.ac to configure.in.
5413 2012-07-08 Chong Yidong <cyd@gnu.org>
5415 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
5416 Implement the mouse-1-click-follows-link handling properly.
5418 * info.el (Info-link-keymap): Use follow-link mechanism for
5419 header-line links (Bug#374).
5421 * simple.el (deactivate-mark): Do not set the primary selection
5422 if another program has acquired it (Bug#11772).
5424 2012-07-07 Kevin Ryde <user42@zip.com.au>
5426 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
5427 (woman-decode-region): Replace escaped-escapes without destroying
5428 bold or underline (Bug#11552).
5429 (woman2-process-escapes): Handle nofill regions (Bug#11591).
5431 2012-07-07 Chong Yidong <cyd@gnu.org>
5433 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
5434 (interprogram-cut-function, interprogram-paste-function):
5435 Mention that we typically mean the clipboard.
5437 2012-07-06 Glenn Morris <rgm@gnu.org>
5439 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
5441 * files.el (toggle-read-only): Restrict message to interactive use.
5443 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
5445 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
5447 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
5449 2012-07-06 Glenn Morris <rgm@gnu.org>
5451 * Makefile.in (compile-one-process): Rename from "recompile".
5453 * Makefile.in (bzr-update): "compile" is the same as "recompile
5454 autoloads", but parallelizable, so use that instead.
5456 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
5458 * window.el (quit-window): Always restore window height when
5459 it's saved in quit-restore parameter (Bug#11810).
5461 2012-07-06 Glenn Morris <rgm@gnu.org>
5463 * simple.el (kill-whole-line): Doc tweak.
5465 2012-07-06 Eli Zaretskii <eliz@gnu.org>
5467 * files.el (file-relative-name): Compare file names
5468 case-insensitively if on MS-Windows or MS-DOS, or if
5469 read-file-name-completion-ignore-case is non-nil. Don't use
5470 case-fold-search for this purpose. (Bug#11827)
5472 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
5474 * calendar/cal-dst.el (calendar-current-time-zone):
5475 Return calendar-current-time-zone-cache if non-nil.
5477 2012-07-17 Masatake YAMATO <yamato@redhat.com>
5478 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
5480 * calendar/cal-dst.el (calendar-current-time-zone):
5481 Return calendar-current-time-zone-cache if non-nil.
5483 2012-07-06 Glenn Morris <rgm@gnu.org>
5485 * Makefile.in (cvs-update): Remove old alias.
5487 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
5489 Sync with Tramp 2.2.6-pre.
5491 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
5492 compatible declaration.
5494 * net/tramp-cmds.el (tramp-append-tramp-buffers):
5495 Protect `list-load-path-shadows' call.
5497 * net/tramp-compat.el (top): Require packages, which aren't
5498 autoloaded anymore for XEmacs. Protect call of
5499 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
5500 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
5501 it hurts at least for SXEmacs.
5502 (tramp-compat-temporary-file-directory): In XEmacs, there is no
5503 standard-value for `temporary-file-directory'.
5505 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
5506 Redirect stderr to /dev/null.
5507 (tramp-sh-handle-write-region): uid and gid can be floats.
5508 Reported by Russell Sim <russell.sim@gmail.com>.
5509 (tramp-sh-handle-vc-registered): Hide errors.
5510 (tramp-vc-file-name-handler): Use dummy results for `process-file'
5511 and `start-file-process'.
5512 (tramp-maybe-open-connection): Check also whether `non-essential'
5515 2012-07-04 Chong Yidong <cyd@gnu.org>
5517 * xml.el (xml--parse-buffer): Use xml-syntax-table.
5518 (xml-parse-tag): Likewise, and avoid changing entity tables.
5519 (xml-syntax-table): Define from scratch, making sure not to give
5520 x2000 and other Unicode spaces whitespace syntax, since those are
5522 (xml-parse-fragment): Delete unused function.
5523 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
5524 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
5525 (xml-entity-ref, xml-pe-reference-re)
5526 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
5527 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
5528 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
5529 (xml-entity-value-re): Use syntax references in regexps where
5530 possible; no need to define inside a let-binding.
5531 (xml-parse-dtd): Use xml-pe-reference-re.
5532 (xml-entity-or-char-ref-re): New defconst.
5533 (xml-parse-string, xml-substitute-special): Use it.
5535 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5537 * files.el (locate-dominating-file): Allow `name' to be a predicate.
5538 (find-file--read-only): New function.
5539 (find-file-read-only, find-file-read-only-other-window)
5540 (find-file-read-only-other-frame): Use it.
5541 (insert-file-contents-literally): Don't `fset'.
5542 (get-free-disk-space): Use locate-dominating-file.
5544 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
5545 function is already compiled.
5547 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
5549 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
5551 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
5552 files on the same host.
5554 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
5556 * help-fns.el (describe-function-1): Only call
5557 help-fns--autoloaded-p when we have a file name. (Bug#11848)
5559 2012-07-03 Chong Yidong <cyd@gnu.org>
5561 * xml.el: Protect parser against XML bombs.
5562 (xml-entity-expansion-limit): New variable.
5563 (xml-parse-string, xml-substitute-special): Use it.
5564 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
5566 2012-07-03 Glenn Morris <rgm@gnu.org>
5568 * progmodes/bug-reference.el (bug-reference-bug-regexp):
5569 Allow linking to specific messages in debbugs reports (eg 123#5).
5571 2012-07-02 Chong Yidong <cyd@gnu.org>
5573 * xml.el: Fix entity and character reference expansion, allowing
5574 them to expand into markup as per XML spec.
5575 (xml-default-ns): New variable.
5576 (xml-entity-alist): Use XML spec definitions for lt and amp.
5577 (xml-parse-region): Make first two arguments optional.
5578 Discard text properties.
5579 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
5580 All callers changed.
5581 (xml-parse-tag): Call xml-parse-tag-1. For backward
5582 compatibility, this function should not modify buffer contents.
5583 (xml-parse-tag-1): Fix opening-tag regexp.
5584 (xml-parse-string): Rewrite, handling entity and character
5585 references properly.
5586 (xml--entity-replacement-text): Signal an error if a parameter
5587 entity is undefined.
5589 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5591 * comint.el (comint-output-filter): Filter out repeated prompts.
5593 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
5594 and file-name-absolute-p.
5595 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
5598 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
5601 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
5602 Rename from byte-compile--refiy-function. All uses changed.
5604 2012-07-01 Chong Yidong <cyd@gnu.org>
5606 * xml.el (xml--parse-buffer): New function. Move most of
5607 xml-parse-region here.
5608 (xml-parse-region): Copy region into a temporary buffer, since
5609 parameter entity substitution requires changing buffer contents.
5610 Use xml--parse-buffer.
5611 (xml-parse-file): Use xml--parse-buffer.
5612 (xml-parse-dtd): Make parameter entity substitution work right.
5613 Use proper regexps for ELEMENT declarations (Bug#7172).
5615 2012-06-30 Glenn Morris <rgm@gnu.org>
5617 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
5619 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
5620 Remove outdated and unnecessary dbus declarations.
5622 2012-06-30 Eli Zaretskii <eliz@gnu.org>
5624 * emacs-lisp/timer.el (timer-until): Subtract results of
5625 float-time, instead of taking float-time of the result of
5626 time-subtract, since float-time signals an error for negative time
5629 2012-06-30 Chong Yidong <cyd@gnu.org>
5631 * xml.el (xml-*-re): Convert defvars into defconsts, and
5632 eval-and-compile them so eval-and-compile works on derivatives.
5633 (xml--entity-replacement-text): Use eval-and-comple.
5635 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
5637 * vc/vc-git.el (vc-git-registered): Use cache property
5639 (vc-git-mode-line-string): Call `vc-working-revision' instead of
5640 `vc-git-working-revision' in order to benefit from the cache.
5641 (vc-git-root): Use cache property `git-root'. (Bug#11757)
5643 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
5645 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
5646 removed (likely outside Emacs). (Bug#11757)
5648 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5650 * emacs-lisp/cl-lib.el: Require macroexp.
5652 2012-06-30 Chong Yidong <cyd@gnu.org>
5654 * xml.el: Implement XML parameter entities.
5655 (xml-parameter-entity-alist): New variable.
5656 (xml-parse-region, xml-parse-fragment): Preserve previous values
5657 of xml-entity-alist and xml-parameter-entity-alist, so that
5658 repeated calls on different documents do not change them.
5659 (xml-parse-tag): Fix doctype regexp.
5660 (xml--entity-replacement-text): New function.
5661 (xml-parse-dtd): Use it. Don't handle system entities; doing that
5662 properly requires url retrieval which is unimplemented.
5663 (xml-escape-string): Doc fix.
5665 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5667 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
5669 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
5671 * fringe.el (fringe-mode): Doc fix.
5673 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
5675 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
5677 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
5678 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
5680 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
5682 * calendar/cal-dst.el (calendar-current-time-zone):
5683 Return calendar-current-time-zone-cache if non-nil.
5685 2012-06-29 Masatake YAMATO <yamato@redhat.com>
5687 * progmodes/which-func.el (which-func-format):
5688 Add mouse-face. (Bug#11698)
5690 2012-06-29 Leo Liu <sdl.web@gmail.com>
5692 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
5694 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5696 * minibuffer.el (minibuffer-confirm-exit-commands):
5697 Add completion-at-point (bug#11725).
5699 2012-06-29 Glenn Morris <rgm@gnu.org>
5701 * progmodes/f90.el (f90-font-lock-keywords-2):
5702 Add some preprocessor elements. (Bug#10499)
5704 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5706 * progmodes/cperl-mode.el (cperl-update-syntaxification):
5707 Use syntax-propertize (bug#11739).
5709 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
5711 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
5713 2012-06-28 Julien Danjou <julien@danjou.info>
5715 * term.el (term-handle-colors-array): Use a set of new faces to
5716 color the terminal. Also uses :inverse-video property.
5717 (term-default-fg-color): Set to nil by default, deprecate in favor
5719 (term-default-bg-color): Set to nil by default, deprecate in favor
5721 (term-current-face): Use `term-face' by default.
5722 (term-bold-attribute): Variable deleted.
5724 2012-06-28 Glenn Morris <rgm@gnu.org>
5726 * simple.el (completion-list-mode-finish):
5727 Don't use toggle-read-only. (Since completion-list-mode has
5728 a special mode-class, it wasn't doing anything extra anyway.)
5730 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
5732 Make inlining of other-mode interpreted functions work (bug#11799).
5733 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
5734 (byte-compile): Use it to fix compilation of lexical-binding closures.
5735 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
5736 function, if needed.
5738 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5740 * help-mode.el (help-make-xrefs): Don't just withstand
5741 cyclic-variable-indirection but any error in documentation-property.
5743 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
5745 * bindings.el (bindings--define-key): New function.
5746 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
5747 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
5748 * bindings.el: Use it to purecopy define-key bindings.
5750 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
5752 * emacs-lisp/cl.el (flet): Mark obsolete.
5753 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
5754 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
5755 * progmodes/js.el (js-c-fill-paragraph):
5756 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
5757 (ebrowse-switch-member-buffer-to-derived-class):
5758 * play/5x5.el (5x5-solver): Use cl-flet.
5760 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
5761 (cl--symbol-function): New macro.
5762 (cl--letf, cl--letf*): Use it.
5764 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5765 Strip "toggle-" if any.
5767 2012-06-27 Glenn Morris <rgm@gnu.org>
5769 * info.el (Info-default-directory-list): Move here from paths.el.
5770 * paths.el: Remove file, which is now empty.
5771 * loadup.el: No longer load "paths".
5773 * custom.el (custom-initialize-delay): Doc fix.
5775 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
5776 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
5777 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
5778 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
5779 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
5780 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
5781 * eshell/eshell.el (eshell-defgroup): Remove alias.
5783 2012-06-27 Chong Yidong <cyd@gnu.org>
5785 * help.el (help-enable-auto-load): New variable.
5787 * help-fns.el (help-fns--autoloaded-p): New function.
5788 (describe-function-1): Refer to a function as "autoloaded" if it
5789 was autoloaded at any time in the past. Perform autoloading if
5790 help-enable-auto-load is non-nil.
5792 2012-06-26 Eli Zaretskii <eliz@gnu.org>
5794 * makefile.w32-in (compile, compile-always): Depend on
5795 update-subdirs, not on subdirs.el. Otherwise, several different
5796 sub-targets of 'bootstrap' running in parallel could
5797 simultaneously write to subdirs.el, producing a garbled file.
5799 2012-06-26 Sam Steingold <sds@gnu.org>
5801 * files.el (file-name-base): New convenience function.
5802 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
5803 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
5804 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
5805 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
5806 * textmodes/ispell.el, textmodes/reftex-ref.el:
5807 * textmodes/tex-mode.el: Use it.
5808 Did not touch cedet and org because they are maintained elsewhere.
5810 2012-06-26 Martin Rudalics <rudalics@gmx.at>
5812 * calendar/calendar.el (calendar-exit): Don't try to delete or
5813 iconify last frame. See:
5814 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
5816 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
5818 * server.el (server-process-filter): Remember dir in the
5819 process's `server-client-directory' properties.
5821 2012-06-24 Chong Yidong <cyd@gnu.org>
5823 * xml.el (xml-parse-tag): Correctly handle comment embedded in
5826 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
5828 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
5830 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5832 * help-fns.el (describe-variable): Don't croak when doc is not found.
5833 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
5834 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
5835 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
5836 * emacs-lisp/smie.el (smie-next-sexp): CSE.
5837 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
5839 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
5841 2012-06-23 Chong Yidong <cyd@gnu.org>
5843 * info.el (Info-mouse-follow-link): Accept symbol values of
5844 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
5845 (Info-fontify-node): Use Info-link-keymap for all navigation
5846 buttons, with link-args property to perform the desired action.
5847 (Info-link-keymap): Doc fix.
5848 (Info-next-link-keymap, Info-prev-link-keymap)
5849 (Info-up-link-keymap): Delete now-unused keymaps.
5851 2012-06-23 Chong Yidong <cyd@gnu.org>
5853 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
5855 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
5858 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
5860 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5862 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
5865 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
5866 the requote function doesn't work properly (bug#11714).
5868 2012-06-23 Glenn Morris <rgm@gnu.org>
5870 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
5872 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5874 Further GV/CL cleanups.
5875 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
5877 (gv--defun-declaration): New function.
5878 (defun-declarations-alist): Use it.
5879 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
5880 (gv-place): Autoload.
5881 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
5882 original definition of dotimes and dolist.
5883 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
5884 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
5885 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
5886 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
5887 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
5888 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
5889 to the function's definition.
5890 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
5894 * env.el: Don't use CL.
5896 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
5898 Support higher-resolution time stamps (Bug#9000).
5900 * calendar/time-date.el (with-decoded-time-value): New arg
5901 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
5902 (encode-time-value): New optional arg PICO. New type 3.
5903 (time-to-seconds) [!float-time]: Support the new picoseconds
5904 component if it's used.
5905 (seconds-to-time, time-subtract, time-add):
5906 Support ps-resolution time stamps as well.
5908 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
5909 (timerp): Timer vectors now have length 9, not 8.
5910 (timer--time): Support new-style (4-part) time stamps.
5911 (timer-next-integral-multiple-of-time): Time stamps now have
5912 picosecond resolution, so take a bit more care about rounding.
5913 (timer-relative-time, timer-inc-time): New optional arg psecs.
5914 (timer-set-time-with-usecs): Set psecs to 0.
5915 (timer--activate): Check psecs component, too.
5917 * proced.el (proced-time-lessp): Support ps-resolution stamps.
5919 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5921 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
5922 Move the non-essential binding to the post/pre-command-hook where it is
5923 more obviously correct.
5925 * subr.el (read-passwd): Don't use a history at all.
5926 * savehist.el (savehist-save): Remove password saved accidentally
5927 because of the above bug.
5929 2012-06-22 Bastien Guerry <bzg@gnu.org>
5931 * files.el (toggle-read-only): Display a message telling whether
5932 the buffer is read-only or not (bug#11726).
5934 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5936 * emacs-lisp/gv.el: New file.
5937 * subr.el (push, pop): Extend to generalized variables.
5938 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
5939 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
5940 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
5941 gv-define-simple-setter, and gv-define-expander.
5942 Remove setf-methods defined in gv. Rename cl-setf -> setf.
5943 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
5944 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
5945 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
5946 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
5948 (cl-defstruct): Don't define setf-method any more.
5949 * emacs-lisp/cl.el (flet): Don't autoload.
5950 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
5951 (define-setf-expander, defsetf, define-modify-macro)
5952 (cl-struct-setf-expander): Move from cl-lib.el.
5953 * emacs-lisp/syntax.el:
5954 * emacs-lisp/ewoc.el:
5955 * emacs-lisp/smie.el:
5956 * emacs-lisp/cconv.el:
5957 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
5958 (timer--time): Use gv-define-simple-setter.
5959 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
5960 to avoid coding-system problems in subr.el. Adjust all users.
5961 (macroexp--maxsize, macroexp-small-p): New functions.
5962 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
5963 * scroll-bar.el (scroll-bar-mode):
5964 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5965 (normal-erase-is-backspace-mode): Don't use the `eq' place.
5966 * winner.el (winner-configuration, winner-make-point-alist)
5967 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
5968 * files.el (locate-file-completion-table): Avoid list*.
5970 2012-06-22 Chong Yidong <cyd@gnu.org>
5972 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
5973 (dired-create-files): Doc fix (Bug#11329).
5974 (dired-do-copy): Doc fix (Bug#11334).
5975 (dired-mark-read-string): Doc fix (Bug#11553).
5977 * dired.el (dired-recursive-copies, dired-recursive-deletes):
5978 Doc fix (Bug#11326).
5979 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
5980 (dired-dwim-target): Doc fix.
5982 * wdired.el (wdired-mode): Doc fix.
5984 2012-06-22 Glenn Morris <rgm@gnu.org>
5986 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
5987 (pcmpl-rpm-cache-stamp-file): New constant.
5988 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
5989 (pcmpl-rpm-packages): Optionally cache list of packages.
5991 * pcmpl-rpm.el (pcmpl-rpm): New group.
5992 (pcmpl-rpm-query-options): New option.
5993 (pcmpl-rpm-packages): No need to inline it.
5994 Use pcmpl-rpm-query-options.
5996 * calendar/calendar.el (calendar-in-read-only-buffer):
5997 Avoid some needless mode changes.
5999 2012-06-21 Chong Yidong <cyd@gnu.org>
6001 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
6002 (desktop-path): Remove . from the default value (Bug#10977).
6003 (desktop-read): Use user-emacs-directory if desktop-path is nil.
6005 2012-06-20 Chong Yidong <cyd@gnu.org>
6007 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
6009 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
6011 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
6014 2012-06-20 Chong Yidong <cyd@gnu.org>
6016 * term.el (term-window-width): Handle the case of a missing right
6018 (term-check-size): Use window-text-height (Bug#5445).
6019 (term-mode): Use define-derived-mode. Minor cleanups.
6020 Set font-lock-defaults (Bug#7692).
6021 (term-move-columns, term-insert-char, term-emulate-terminal)
6022 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
6024 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
6026 * net/ange-ftp.el (ange-ftp-get-passwd):
6027 Bind `enable-recursive-minibuffers'.
6028 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
6030 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
6032 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
6034 2012-06-19 Glenn Morris <rgm@gnu.org>
6036 * progmodes/python.el (python-mode): Derive from prog-mode.
6038 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
6040 * emulation/edt.el (edt-default-menu-bar-update-buffers)
6041 (edt-user-menu-bar-update-buffers): New functions.
6042 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
6044 2012-06-19 Chong Yidong <cyd@gnu.org>
6046 * subr.el (with-selected-window): Preserve the selected window's
6047 terminal's top-frame (Bug#4702).
6049 * window.el (save-selected-window): Likewise.
6051 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6053 * progmodes/python.el (python-rx-constituents): Move backquote.
6054 (python-skeleton-define, python-define-auxiliary-skeleton):
6057 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
6059 * minibuffer.el (read-file-name-default): Revert the patch from
6062 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6064 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
6065 (pcase--u1, pcase--q1): Don't use apply-partially.
6067 2012-06-18 Glenn Morris <rgm@gnu.org>
6069 * progmodes/python.el (python-proc, python-buffer)
6070 (python-send-receive, python-send-string): Fix obsolete versions.
6072 2012-06-18 Martin Rudalics <rudalics@gmx.at>
6074 * window.el (special-display-p): Completely remove stringp
6075 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
6077 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
6079 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
6081 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
6083 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
6084 * net/tramp-sh.el (tramp-maybe-open-connection):
6085 Throw if `non-essential' is non-nil.
6087 2012-06-17 Martin Rudalics <rudalics@gmx.at>
6089 * window.el (special-display-p): Signal an error if BUFFER-NAME
6090 is not a string (Bug#11713).
6092 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
6094 * progmodes/python.el (python-info-beginning-of-backslash):
6095 Rename from python-info-beginning-of-backlash, as a spelling fix.
6097 2012-06-17 Chong Yidong <cyd@gnu.org>
6099 * term.el (term-emulate-terminal): If term-check-size is called,
6100 move point to the process mark without resetting point (Bug#4635).
6102 2012-06-17 Glenn Morris <rgm@gnu.org>
6104 * international/mule-cmds.el (mule-menu-keymap)
6105 (set-language-environment, set-locale-environment): Doc tweaks.
6107 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
6109 * cus-face.el (custom-face-attributes): Add wave-style underline
6111 * faces.el (set-face-attribute): Update docstring to describe
6112 wave-style underline attribute.
6114 2012-06-16 Chong Yidong <cyd@gnu.org>
6116 * term/xterm.el (terminal-init-xterm): Discard input before
6117 querying background mode (Bug#10959).
6119 2012-06-16 Stefan Merten <smerten@oekonux.de>
6121 * textmodes/rst.el: Added and corrected some comments.
6122 (rst-re-alist-def): Improve symbol syntax.
6123 (rst-mode-syntax-table): Correct syntax entries.
6124 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
6125 (rst-official-version, rst-official-cvs-rev): Update version
6128 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
6130 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
6131 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
6133 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
6135 * progmodes/python.el: New python.el merge.
6136 (python-guess-indent): Obsolete var.
6137 (python-indent-guess-indent-offset): New defcustom.
6138 (python-indent): Obsolete var.
6139 (python-indent-offset): New defcustom.
6140 (python-python-command, python-jython-command): Delete var.
6141 (python-shell-interpreter): New defcustom.
6142 (python-pdbtrack-do-tracking-p): Delete var.
6143 (python-pdbtrack-activate): New defcustom.
6144 (python-use-skeletons): Obsolete var.
6145 (python-skeleton-autoinsert): New defcustom.
6146 (inferior-python-filter-regexp, python-continuation-offset)
6147 (python-honour-comment-indentation, python-indent-string-contents)
6148 (python-jython-packages, python-mode-hook)
6149 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
6150 (python-shell-prompt-alist)
6151 (python-source-modes): Delete defcustoms.
6152 (python-check-buffer-name, python-eldoc-setup-code)
6153 (python-eldoc-string-code, python-ffap-setup-code)
6154 (python-ffap-string-code, python-fill-comment-function)
6155 (python-fill-decorator-function, python-fill-paren-function)
6156 (python-fill-string-function, python-imenu-include-defun-type)
6157 (python-imenu-make-tree, python-imenu-subtree-root-label)
6158 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
6159 (python-shell-compilation-regexp-alist)
6160 (python-shell-completion-module-string-code)
6161 (python-shell-completion-pdb-string-code)
6162 (python-shell-completion-setup-code)
6163 (python-shell-completion-string-code)
6164 (python-shell-enable-font-lock, python-shell-exec-path)
6165 (python-shell-extra-pythonpaths)
6166 (python-shell-internal-buffer-name, python-shell-interpreter-args)
6167 (python-shell-process-environment)
6168 (python-shell-prompt-block-regexp)
6169 (python-shell-prompt-output-regexp)
6170 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
6171 (python-shell-send-setup-max-wait, python-shell-setup-codes)
6172 (python-shell-virtualenv-path): New defcustoms.
6173 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
6174 (inferior-python-mode-syntax-table, python--prompt-regexp)
6175 (python-buffer, python-command python-python-command)
6176 (python-default-template, python-imports, python-indent-index)
6177 (python-indent-list, python-indent-list-length)
6178 (python-mode-running, python-pdbtrack-is-tracking-p)
6179 (python-preoutput-continuation, python-preoutput-leftover)
6180 (python-preoutput-result, python-preoutput-skip-next-prompt)
6181 (python-prev-dir/file, python-recursing)
6182 (python-saved-check-command, python-version-checked)
6183 (python-which-func-length-limit)
6184 (view-return-to-alist): Delete vars.
6185 (python-check-custom-command, python-dotty-syntax-table)
6186 (python-imenu-index-alist, python-indent-current-level)
6187 (python-indent-dedenters, python-indent-levels)
6188 (python-nav-beginning-of-defun-regexp)
6189 (python-nav-list-defun-positions-cache)
6190 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
6191 (python-shell-internal-buffer)
6192 (python-skeleton-available): New vars.
6193 (def-python-skeleton): Delete macro.
6194 (python-skeleton-define): New macro.
6195 (python-define-auxiliary-skeleton, python-rx): New macros.
6196 (python-insert-class): Delete command.
6197 (python-skeleton-class): New command.
6198 (python-insert-def): Delete command.
6199 (python-skeleton-def): New command.
6200 (python-insert-for): Delete command.
6201 (python-skeleton-for): New command.
6202 (python-insert-if): Delete command.
6203 (python-skeleton-if): New command.
6204 (python-insert-try/except, python-insert-try/finally): Delete commands.
6205 (python-skeleton-try): New command.
6206 (python-insert-while): Delete command.
6207 (python-skeleton-while): New command.
6208 (python-backspace): Delete command.
6209 (python-indent-dedent-line-backspace): New command.
6210 (python-electric-colon): Delete command.
6211 (python-indent-electric-colon): New command.
6212 (python-guess-indent): Delete command.
6213 (python-indent-guess-indent-offset): New command.
6214 (python-shift-left): Delete command.
6215 (python-indent-shift-left): New command.
6216 (python-shift-right): Delete command.
6217 (python-indent-shift-right): New command.
6218 (python-find-function): Delete command.
6219 (python-nav-jump-to-defun): New command.
6220 (python-next-statement): Delete command.
6221 (python-nav-forward-sentence): New command.
6222 (python-previous-statement): Delete command.
6223 (python-nav-backward-sentence): New command.
6224 (python-fill-paragraph): Delete command.
6225 (python-fill-paragraph-function): New command.
6226 (python-send-buffer): Delete command.
6227 (python-shell-send-buffer): New command.
6228 (python-send-defun): Delete command.
6229 (python-shell-send-defun): New command.
6230 (python-send-region, python-send-region-and-go): Delete commands.
6231 (python-shell-send-region)
6232 (python-shell-switch-to-shell): New commands.
6233 (python-send-string): Delete command.
6234 (python-shell-send-string): New command.
6235 (python-switch-to-python): Delete command.
6236 (python-shell-switch-to-shell): New command.
6237 (python-describe-symbol): Delete command.
6238 (python-eldoc-at-point): New command.
6239 (python--set-prompt-regexp, python-args-to-list)
6240 (python-after-info-look, python-check-version)
6241 (python-check-comint-prompt, python-find-imports)
6242 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
6243 (python-unload-function, python-expand-template)
6244 (python-maybe-jython, python-preoutput-filter)
6245 (python-pdbtrack-get-source-buffer)
6246 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
6247 (python-pdbtrack-toggle-stack-tracking)
6248 (python-pdbtrack-track-stack-file, python-initial-text)
6249 (python-first-word, python-comment-line-p, python-send-command)
6250 (python-setup-brm, python-sentinel, python-set-proc)
6251 (python-skip-out, python-input-filter, python-outdent-p)
6252 (python-outline-level, python-backslash-continuation-line-p)
6253 (python-end-of-block, python-end-of-statement, python-mark-block)
6254 (python-beginning-of-block, python-beginning-of-statement)
6255 (python-blank-line-p, python-beginning-of-string)
6256 (python-open-block-statement-p): Delete functions.
6257 (python-indent-line, python-indent-line-1): Delete functions.
6258 (python-indent-line): New function.
6259 (python-indentation-levels): Delete function.
6260 (python-indent-calculate-levels): New function.
6261 (python-proc): Delete function.
6262 (python-shell-get-process): New function.
6263 (python-send-receive): Delete function.
6264 (python-shell-send-string-no-output): New function.
6265 (python-module-path): Delete function.
6266 (python-ffap-module-path): New function.
6267 (python-completion-at-point)
6268 (python-symbol-completions): Delete functions.
6269 (python-completion-complete-at-point): New function.
6270 (python-load-file): Delete function.
6271 (python-shell-send-file): New function.
6272 (python-calculate-indentation): Delete function.
6273 (python-indent-calculate-indentation): New function.
6274 (python-skip-comments/blanks): Delete function.
6275 (python-util-forward-comment): New function.
6276 (python-continuation-line-p): Delete function.
6277 (python-info-continuation-line-p): New function.
6278 (python-which-func, python-current-defun): Delete function.
6279 (python-info-current-defun): New function.
6280 (python-beginning-of-defun): Delete function.
6281 (python-nav-beginning-of-defun): New function.
6282 (python-close-block-statement-p)
6283 (python-block-end-p): Delete function.
6284 (python-info-closing-block): New function.
6285 (python-comint-output-filter-function)
6286 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
6287 (python-fill-comment, python-fill-decorator, python-fill-paren)
6288 (python-fill-string, python-imenu-make-element-tree)
6289 (python-imenu-make-tree, python-imenu-tree-assoc)
6290 (python-indent-context, python-indent-dedent-line)
6291 (python-indent-line-function)
6292 (python-indent-post-self-insert-function)
6293 (python-indent-toggle-levels)
6294 (python-info-assignment-continuation-line-p)
6295 (python-info-beginning-of-backlash)
6296 (python-info-block-continuation-line-p)
6297 (python-info-closing-block-message)
6298 (python-info-line-ends-backslash-p)
6299 (python-info-looking-at-beginning-of-defun)
6300 (python-info-ppss-context, python-info-ppss-context-type)
6301 (python-nav-list-defun-positions, python-nav-read-defun)
6302 (python-nav-sentence-end, python-nav-sentence-start)
6303 (python-pdbtrack-comint-output-filter-function)
6304 (python-pdbtrack-set-tracked-buffer)
6305 (python-shell-calculate-exec-path)
6306 (python-shell-calculate-process-environment)
6307 (python-shell-completion--do-completion-at-point)
6308 (python-shell-completion--get-completions)
6309 (python-shell-completion-complete-at-point)
6310 (python-shell-completion-complete-or-indent)
6311 (python-shell-get-or-create-process)
6312 (python-shell-get-process-name)
6313 (python-shell-internal-get-or-create-process)
6314 (python-shell-internal-get-process-name)
6315 (python-shell-internal-send-string, python-shell-make-comint)
6316 (python-shell-parse-command, python-shell-send-setup-code)
6317 (python-skeleton-add-menu-items)
6318 (python-util-clone-local-variables, python-util-position)
6319 (run-python-internal, python-indentation-levels)
6320 (python-nav-beginning-of-defun)
6321 (python-completion-complete-at-point): New functions.
6322 (run-python): Change arguments. New API requirements.
6324 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6326 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
6329 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
6330 (macroexp--expand-all): Use it.
6332 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
6333 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
6334 Use `cl-function' instead.
6336 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
6338 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
6339 Suggested by Stefan Monnier while discussing bug#11657.
6341 2012-06-14 Sam Steingold <sds@gnu.org>
6343 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
6345 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
6347 * play/doctor.el (doctor-doc): Remove parameter and use
6348 doctor-sent instead of sent.
6349 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
6351 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6353 * files.el: Require cl-lib.
6354 (file-name-non-special): Replace case -> cl-case.
6356 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
6358 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
6359 mapping from #' to function*.
6361 2012-06-13 Chong Yidong <cyd@gnu.org>
6363 * mouse.el (mouse-drag-track): Do not set the mark if the user
6364 releases the mouse without selecting anything (Bug#11588).
6366 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6368 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
6369 as well (bug#11646).
6371 * loadup.el: Count byte-code functions as well.
6373 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
6374 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
6376 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
6377 (bug#11649). Add cl-defun and cl-defmacro.
6379 2012-06-13 Drew Adams <drew.adams@oracle.com>
6381 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6384 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
6386 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
6387 Otherwise, it blocks in batch mode.
6389 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
6391 * help-mode.el (bookmark-make-record-default): Declare.
6393 2012-06-13 Chong Yidong <cyd@gnu.org>
6395 * emacs-lisp/package.el (list-packages): Compute a list of
6396 packages that are newly-available since the last list-packages
6398 (package-menu--new-package-list): New var.
6399 (package-menu--generate, package-menu--print-info)
6400 (package-menu--status-predicate, package-menu-mark-install):
6401 Handle new status label "new".
6403 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6405 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
6406 conversion to backquotes.
6408 2012-06-12 Chong Yidong <cyd@gnu.org>
6410 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
6411 Rename from gud-inhibit-global-bindings.
6413 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
6415 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
6416 hook from nxml-glyph-set-hook.
6418 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
6421 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
6423 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
6424 Convert to defcustom.
6426 2012-06-12 Drew Adams <drew.adams@oracle.com>
6428 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6430 (help-mode): Use them.
6432 2012-06-11 Glenn Morris <rgm@gnu.org>
6434 * progmodes/fortran.el (fortran-font-lock-keywords-3):
6435 Use preprocessor face for directives.
6436 (fortran-directive-re): Doc fix.
6438 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6440 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
6441 conversion to backquotes (bug#11652).
6443 Fix compiler-expansion of CL's cXXr functions (bug#11673).
6444 * emacs-lisp/cl-lib.el (cl--defalias): New function.
6445 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
6446 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
6447 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
6448 (cl-ninth, cl-tenth): Mark them as inlinable.
6449 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
6450 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
6451 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
6452 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
6453 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
6454 (cl-list*, cl-adjoin): Don't put an autoload manually.
6455 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
6456 (cl--compiler-macro-list*): Add autoload cookie.
6457 (cl--compiler-macro-cXXr): New function.
6459 * help-fns.el (help-fns--compiler-macro): New function extracted from
6460 describe-function-1; follow aliases and use `compiler-macro' property.
6461 (describe-function-1): Use it.
6463 2012-06-11 Chong Yidong <cyd@gnu.org>
6465 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
6466 is uninstalled, if imagemagick is installed.
6468 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6470 * emacs-lisp/cl-lib.el: Use lexical-binding.
6471 (cl-map-extents, cl-maclisp-member): Remove.
6472 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
6473 (cl--set-substring, cl--block-wrapper, cl--block-throw)
6474 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
6475 * emacs-lisp/cl-extra.el: Use lexical-binding.
6476 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
6477 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
6478 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
6479 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
6480 * emacs-lisp/cl-seq.el: Use lexical-binding.
6481 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
6482 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
6483 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
6484 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
6485 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
6488 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
6490 Sync with Tramp 2.2.6-pre.
6492 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
6493 `print-length' and `print-level' to nil, in order to avoid
6494 truncation. Reported by Christopher Schmidt
6495 <christopher@ristopher.com>.
6497 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
6499 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
6501 (tramp-compat-copy-directory): Add optional argument
6502 COPY-CONTENTS. It is not handled yet.
6504 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
6505 (tramp-ftp-file-name-p): Simplify.
6507 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
6508 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
6511 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
6512 (tramp-methods): Do not use `tramp-password-end-of-line'.
6513 (tramp-completion-function-alist-putty): Handle UNIX case.
6514 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
6515 (tramp-do-file-attributes-with-stat)
6516 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
6517 gid as real numbers. They could run out of integer range on cygwin.
6518 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
6519 (tramp-sh-handle-expand-file-name): Handle hops.
6520 (tramp-open-connection-setup-interactive-shell):
6521 Use `tramp-cleanup'. Move check for busyboxes ...
6522 (tramp-find-shell): ... here. Simplify implementation.
6523 Set "remote-shell" property also for alternative shells.
6524 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
6525 If failing, a regular file would be written otherwise.
6526 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
6527 (tramp-find-inline-encoding): Cache the coding commands in the
6528 process cache. Apply test command on the remote side, if defined.
6529 (tramp-find-inline-compress): Cache the compress commands in the
6531 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
6532 when requested. Handle hops.
6533 (tramp-current-connection): New defvar.
6534 (tramp-maybe-open-connection): Use `tramp-cleanup'.
6535 Throw `suppress', if there was a failed connection shortly before.
6536 Handle user interrupt. (Bug#10187)
6537 (tramp-get-inline-compress, tramp-get-inline-coding):
6538 Read connection properties from the process cache.
6540 * net/tramp-smb.el (tramp-smb-server-version)
6541 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
6543 (tramp-smb-prompt): Extend for powershell prompt.
6544 (tramp-smb-file-name-handler-alist): Add handlers for
6545 `process-file', `shell-command' and `start-file-process'.
6546 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
6547 (tramp-smb-winexe-shell-command-switch): New defcustoms.
6548 (tramp-smb-file-name-p): Simplify.
6549 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
6550 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
6551 (tramp-smb-shell-quote-argument): New defuns.
6552 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
6553 Implement using "tar". By this, time-stamps are preserved.
6554 (tramp-smb-handle-copy-file): Handle also the case of directories.
6555 (tramp-smb-do-file-attributes-with-stat)
6556 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
6557 Use `tramp-get-connection-buffer').
6558 (tramp-smb-handle-rename-file): Use "rename", when source and
6559 target are on the same share.
6560 (tramp-smb-maybe-open-connection): Handle wrong passwords.
6561 Use `tramp-smb-server-version'.
6562 (tramp-smb-wait-for-output): Remove prompt.
6564 * net/tramp.el (top): Require 'cl.
6565 (tramp-methods, tramp-rsh-end-of-line):
6566 Remove `tramp-password-end-of-line' from docstring.
6567 (tramp-save-ad-hoc-proxies): New defcustom.
6568 (tramp-completion-function-alist): Adapt docstring.
6569 (tramp-default-password-end-of-line): Remove defcustom.
6570 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
6571 (tramp-user-regexp, tramp-file-name-regexp-unified)
6572 (tramp-file-name-regexp-url): Extend regexp by hop separator.
6573 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
6574 (tramp-remote-file-name-spec-regexp): New defconst.
6575 (tramp-file-name-structure): Extend structure for hops.
6576 (tramp-get-method-parameter): Move up.
6577 (tramp-file-name-p, tramp-dissect-file-name)
6578 (with-parsed-tramp-file-name): Handle hops.
6579 (tramp-file-name-hop): New defun.
6580 (tramp-make-tramp-file-name): New optional arg HOP.
6581 (tramp-message-show-progress-reporter-message): New defvar.
6582 (tramp-with-progress-reporter): Use it. We cannot use
6583 `tramp-message-show-message' here, because this suppresses also
6585 (tramp-error-with-buffer): Suppress buffer view, if
6586 `tramp-message-show-message' is nil.
6587 Use `tramp-get-connection-buffer'.
6588 (tramp-cleanup): New defun.
6589 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
6590 (tramp-file-name-handler): If `debug-on-error' is set, propagate
6592 (tramp-completion-handle-file-name-all-completions): Handle hops.
6593 Fix an error when called from ido.
6594 (tramp-completion-dissect-file-name): Use better local variable
6595 name. Add hop to the vector.
6596 (tramp-handle-insert-file-contents): Use progress-reporter for the
6598 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
6600 (tramp-check-for-regexp): Simplify search.
6601 (tramp-enter-password): Remove it. Move implementation ...
6602 (tramp-action-password): ... here.
6603 (tramp-mode-string-to-int, tramp-local-host-p)
6604 (tramp-make-tramp-temp-file, tramp-read-passwd)
6605 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
6606 Set tramp-autoload cookie.
6608 * net/trampver.el: Update release number.
6610 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6611 Michael Albinus <michael.albinus@gmx.de>
6613 * net/tramp.el (tramp-set-completion-function): Fix docstring.
6614 (tramp-parse-group, tramp-parse-file)
6615 (tramp-parse-shostkeys-sknownhosts): New defuns.
6616 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
6617 (tramp-parse-shosts-group, tramp-parse-sconfig)
6618 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
6619 (tramp-parse-sknownhosts, tramp-parse-hosts)
6620 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
6622 (tramp-parse-passwd-group, tramp-parse-netrc-group)
6623 (tramp-parse-putty-group): Don't narrow.
6624 (tramp-parse-putty): Make a loop.
6625 (tramp-file-name-handler): Catch the `suppress' signal.
6627 2012-06-11 Chong Yidong <cyd@gnu.org>
6629 * image.el (imagemagick-register-types): Put the ImageMagick entry
6630 at the end of image-type-file-name-regexps.
6632 2012-06-11 Johan Bockgård <bojohan@gnu.org>
6634 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
6635 (pcase, pcase-let*, pcase-dolist): Use them.
6637 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6639 * emacs-lisp/pcase.el (pcase--let*): New function.
6640 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
6641 (pcase--expand): Use macroexp-let².
6643 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6645 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
6646 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
6647 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
6648 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
6649 * emacs-lisp/derived.el: Use pcase instead of `cl'.
6650 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
6652 2012-06-10 Glenn Morris <rgm@gnu.org>
6654 * mail/rmail.el (rmail-yank-current-message): Leave point at
6655 correct position. (Bug#11660)
6657 2012-06-10 Chong Yidong <cyd@gnu.org>
6659 * allout-widgets.el: Fix code header.
6661 2012-06-10 Chong Yidong <cyd@gnu.org>
6663 * cus-edit.el (customize-changed-options-previous-release):
6666 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
6668 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
6670 2012-06-09 Chong Yidong <cyd@gnu.org>
6672 * ebuff-menu.el (electric-buffer-list): Preserve header line.
6674 2012-06-09 Martin Rudalics <rudalics@gmx.at>
6676 * window.el (special-display-popup-frame): Don't use
6677 window--display-buffer (Bug#11651).
6679 2012-06-09 Eli Zaretskii <eliz@gnu.org>
6681 Fix parallel builds: make sure loaddefs.el is not being written
6682 while Lisp files are compiled.
6683 (compile): Don't depend on 'mh-autoloads'.
6684 (compile-CMD, compile-SH): Depend on 'autoloads'.
6685 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
6687 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
6689 2012-06-09 Chong Yidong <cyd@gnu.org>
6691 * face-remap.el (face-remap-add-relative, face-remap-set-base)
6692 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
6693 Doc fixes (Bug#11225).
6695 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6697 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
6698 a function if there's a clear indication that it has a compiler-macro.
6699 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
6700 (macro-declarations-alist): Add arglist to declaration functions.
6701 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
6702 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
6703 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
6704 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
6705 Also add autoload to find the compiler macro.
6706 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
6707 (cl--compiler-macro-member, cl--compiler-macro-assoc)
6708 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
6709 (cl--compiler-macro-get): New functions, replacing calls to
6710 cl-define-compiler-macro.
6711 (cl-typep) [compiler-macro]: Use macroexp-let².
6713 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
6715 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
6716 string properly, fixes Bug#11473.
6718 2012-06-08 Chong Yidong <cyd@gnu.org>
6720 * faces.el (set-face-attribute): Doc fix.
6721 (modify-face): Don't use :bold and :italic.
6722 (error, warning, success): Tweak definitions.
6724 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
6725 (custom-modified, custom-set, custom-changed, custom-themed)
6726 (custom-saved, custom-button, custom-button-mouse)
6727 (custom-button-pressed, custom-state, custom-comment-tag)
6728 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
6729 (custom-group-subtitle): Use new-style face specs.
6730 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6731 (custom-set-face, custom-changed-face, custom-saved-face)
6732 (custom-button-face, custom-button-pressed-face)
6733 (custom-documentation-face, custom-state-face)
6734 (custom-comment-face, custom-comment-tag-face)
6735 (custom-variable-tag-face, custom-variable-button-face)
6736 (custom-face-tag-face, custom-group-tag-face-1)
6737 (custom-group-tag-face): Remove obsolete face alias.
6739 * epa.el (epa-validity-high, epa-validity-medium)
6740 (epa-validity-low, epa-mark, epa-field-name, epa-string)
6741 (epa-field-name, epa-field-body):
6742 * font-lock.el (font-lock-comment-face, font-lock-string-face)
6743 (font-lock-keyword-face, font-lock-builtin-face)
6744 (font-lock-function-name-face, font-lock-variable-name-face)
6745 (font-lock-type-face, font-lock-constant-face):
6746 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6747 (ido-virtual, ido-indicator, ido-incomplete-regexp):
6748 * speedbar.el (speedbar-button-face, speedbar-file-face)
6749 (speedbar-directory-face, speedbar-tag-face)
6750 (speedbar-selected-face, speedbar-highlight-face)
6751 (speedbar-separator-face):
6752 * whitespace.el (whitespace-newline, whitespace-space)
6753 (whitespace-hspace, whitespace-tab, whitespace-trailing)
6754 (whitespace-line, whitespace-space-before-tab)
6755 (whitespace-space-after-tab, whitespace-indentation)
6757 * emulation/cua-base.el (cua-global-mark):
6758 * eshell/em-prompt.el (eshell-prompt):
6759 * net/newst-plainview.el (newsticker-new-item-face)
6760 (newsticker-old-item-face, newsticker-immortal-item-face)
6761 (newsticker-obsolete-item-face, newsticker-date-face)
6762 (newsticker-statistics-face, newsticker-default-face):
6763 * net/newst-reader.el (newsticker-feed-face)
6764 (newsticker-extra-face, newsticker-enclosure-face):
6765 * net/newst-treeview.el (newsticker-treeview-face)
6766 (newsticker-treeview-new-face, newsticker-treeview-old-face)
6767 (newsticker-treeview-immortal-face)
6768 (newsticker-treeview-obsolete-face)
6769 (newsticker-treeview-selection-face):
6770 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
6771 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
6772 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
6773 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
6774 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
6775 (nxml-outline-active-indicator, nxml-outline-ellipsis):
6776 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6778 * progmodes/vera-mode.el (vera-font-lock-number)
6779 (vera-font-lock-function, vera-font-lock-interface):
6780 * textmodes/table.el (table-cell): Use new-style face specs, and
6781 don't use the old :bold and :italic attributes.
6783 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
6784 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
6785 (ebrowse-member-class, ebrowse-progress): Likewise.
6786 (ebrowse-tree-mark-face, ebrowse-root-class-face)
6787 (ebrowse-file-name-face, ebrowse-default-face)
6788 (ebrowse-member-attribute-face, ebrowse-member-class-face)
6789 (ebrowse-progress-face): Remove obsolete faces.
6791 * progmodes/flymake.el (flymake-errline, flymake-warnline):
6792 Inherit from error and warning faces respectively.
6794 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6796 (flyspell-incorrect-face, flyspell-duplicate-face):
6797 Remove obsolete aliases.
6799 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
6801 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6804 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6806 * startup.el (argv, argi): Make lexically scoped.
6807 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
6808 * emacs-lisp/cl-macs.el: Use lexical-binding.
6809 Rename cl-bind-* to cl--bind-*.
6810 * files.el: Don't require `cl' since it doesn't use it.
6811 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
6813 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
6815 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
6816 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
6817 instead of calling external sort utility.
6818 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
6820 2012-06-08 Eli Zaretskii <eliz@gnu.org>
6822 * descr-text.el (describe-char): Mention how to insert the
6823 character, if the current input method doesn't support it.
6824 See the discussion in this thread for the details:
6825 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
6827 2012-06-08 Sam Steingold <sds@gnu.org>
6829 * bindings.el (global-map): Bind XF86Forward to next-buffer and
6830 XF86Back to previous-buffer.
6831 (minibuffer-local-map): Bind them to next-history-element and
6832 previous-history-element respectively.
6833 * help-mode.el (help-mode-map): Bind them to help-go-forward and
6834 help-go-back respectively.
6835 * info.el (Info-mode-map): Bind them to Info-history-forward and
6836 Info-history-back respectively.
6837 These are the keys next to Up on the ThinkPad keyboard.
6839 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6841 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
6842 * emacs-lisp/cl-macs.el: Provide itself.
6843 (cl--labels-convert-cache): New var.
6844 (cl--labels-convert): New function.
6845 (cl-flet, cl-labels): New implementation with new semantics, relying on
6847 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
6848 (cl-closure-vars, cl--function-convert-cache)
6849 (cl--function-convert): Move from cl-macs.el.
6850 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
6851 rename by removing the "cl-" prefix.
6852 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
6854 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6856 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
6857 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
6858 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
6859 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
6860 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
6861 (cl-hash-table-count): Add old compatibility aliases.
6863 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
6864 Use macroexpand-all-environment instead.
6865 (cl--old-macroexpand): New var.
6866 (cl--sm-macroexpand): New function.
6867 (cl-symbol-macrolet): Use it during macro expansion.
6868 (cl--function-convert-cache): New var.
6869 (cl--function-convert): New function, extracted from
6871 (cl-lexical-let): Use it.
6873 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
6874 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
6875 (cl-member): Remove old alias.
6877 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
6878 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
6879 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
6880 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
6881 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
6882 (cl-macroexpand-cmacs): Remove var.
6883 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
6884 Use macroexpand-all instead.
6886 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6888 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
6889 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
6890 (macroexp-copyable-p): New functions and macros.
6891 * emacs-lisp/edebug.el (edebug-unwrap):
6892 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
6893 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
6894 (pcase--let*): Remove.
6895 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
6896 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
6897 macroexp-const-p instead.
6898 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
6900 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
6901 instead of "cl-" for internal definitions. Use macroexp-const-p.
6902 (cl-old-bc-file-form): Remove var.
6903 (cl-const-exprs-p): Remove fun.
6904 (cl-labels, cl-macrolet): Use backquote.
6905 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
6906 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
6907 (cl-define-setf-expander): Rename from cl-define-setf-method.
6908 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
6910 * international/mule-cmds.el: Don't require CL.
6911 (view-hello-file): Don't use `letf'.
6913 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6915 * tmm.el (tmm-prompt): Use string-prefix-p.
6916 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
6917 (tmm-add-prompt): Use minibuffer-completion-help.
6918 (tmm-delete-map): Remove.
6920 * subr.el (kbd): Make it its own function.
6922 2012-06-07 Stefan Merten <smerten@oekonux.de>
6924 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
6925 Silence compiler warnings. Fix versions.
6926 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
6927 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
6928 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
6929 (rst-package-emacs-version-alist): Correct Emacs version to
6930 represent major merge with upstream.
6931 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
6933 2012-06-06 Glenn Morris <rgm@gnu.org>
6935 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
6936 Only print environment variables if set.
6938 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6940 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
6941 (macroexp--cons): Rename from maybe-cons.
6942 (macroexp--accumulate): Rename from macroexp-accumulate.
6943 (macroexp--all-forms): Rename from macroexpand-all-forms.
6944 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
6945 (macroexp--expand-all): Rename from macroexpand-all-1.
6947 2012-06-06 Sam Steingold <sds@gnu.org>
6949 * calendar/calendar.el (calendar-in-read-only-buffer):
6950 Call `special-mode' to enable the standard read-only keybindings.
6952 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6954 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
6955 with "loading" messages (bug#11635).
6957 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
6959 * files.el (enable-remote-dir-locals): New option.
6960 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
6962 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6963 Ensure, that the temp directory is local.
6965 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
6966 `temporary-file-directory'.
6968 * progmodes/python.el (python-send-region): Ensure, that the
6969 temporary file is created also in the remote case.
6971 2012-06-06 Glenn Morris <rgm@gnu.org>
6973 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
6974 (vc-rcs-update-changelog): Use it.
6976 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
6978 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
6979 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
6980 (vc-sccs-diff): Replace use of the external vcdiff script.
6982 2012-06-05 Glenn Morris <rgm@gnu.org>
6984 * ledit.el: Move to obsolete/.
6986 2012-06-05 Sam Steingold <sds@gnu.org>
6988 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
6991 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6993 * emacs-lisp/cust-print.el: Move to obsolete.
6995 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
6996 compiler-macro expansion.
6998 Add native compiler-macro support.
6999 * emacs-lisp/macroexp.el (macroexpand-all-1):
7000 Support compiler-macros directly. Properly follow aliases and apply
7001 the compiler macros more thoroughly.
7002 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
7003 macroexpand now properly follows aliases.
7004 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
7005 (cl-compiler-macroexpand): Use new prop.
7006 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
7008 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
7010 2012-06-05 Martin Rudalics <rudalics@gmx.at>
7012 * window.el (get-lru-window, get-mru-window, get-largest-window):
7013 New argument NOT-SELECTED to avoid picking the selected window.
7014 (window--display-buffer-1, window--display-buffer-2): Replace by
7015 new function window--display-buffer
7016 (display-buffer-same-window, display-buffer-reuse-window)
7017 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7018 Use window--display-buffer.
7019 (display-buffer-use-some-window): Remove temporary dedication
7020 hack by calling get-lru-window and get-largest-window with
7021 NOT-SELECTED argument non-nil. Call window--display-buffer.
7023 2012-06-05 Glenn Morris <rgm@gnu.org>
7025 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
7026 Replace external vcdiff script.
7028 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
7030 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
7032 2012-06-04 Chong Yidong <cyd@gnu.org>
7034 * image.el (imagemagick-types-inhibit): Revert last change.
7036 (imagemagick-enabled-types): Remove CIN and EPS*.
7038 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
7040 * emacs-lisp/cl-lib.el: Rename from cl.el.
7041 * emacs-lisp/cl.el: New compatibility file.
7042 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
7043 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
7044 to obey the "cl-" prefix.
7045 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
7047 2012-06-03 Glenn Morris <rgm@gnu.org>
7049 * emacs-lisp/authors.el (authors-aliases): Addition.
7051 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
7054 2012-06-03 Stefan Merten <smerten@oekonux.de>
7056 * textmodes/rst.el: Add comments.
7057 (rst-transition, rst-adornment): New faces.
7058 (rst-adornment-faces-alist): Make default safe to reevaluate.
7060 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
7061 Improve customization tags.
7062 (rst-define-level-faces): Clarify meaning.
7064 2012-06-03 Chong Yidong <cyd@gnu.org>
7066 * progmodes/compile.el (compilation-mode-line-fail)
7067 (compilation-mode-line-run, compilation-mode-line-exit):
7069 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
7071 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
7073 * progmodes/which-func.el (which-func-update-ediff-windows):
7074 New function. Use it in ediff-select-hook (Bug#11478).
7076 2012-06-03 Chong Yidong <cyd@gnu.org>
7078 * bindings.el: Remove explicit help text from format-mode-line.
7079 It is now supplied by mode-line-default-help-echo.
7080 (mode-line-front-space, mode-line-end-spaces)
7081 (mode-line-misc-info): New variables.
7082 (mode-line-modes, mode-line-position): Move the default value to
7083 the variable definition.
7084 (mode-line-default-help-echo): New defcustom.
7085 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
7086 (mode-line-modified-help-echo): New functions.
7087 (mode-line-mule-info, mode-line-modified): Use them.
7088 (mode-line-eol-desc, propertized-buffer-identification):
7089 Consistency fixes for help text.
7090 (mode-line-coding-system-map): Allow using mouse-3 to invoke
7091 set-buffer-file-coding-system (Bug#289).
7092 (mode-line-mule-info-help-echo): Update help text.
7094 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
7096 * simple.el (execute-extended-command): Set real-this-command
7099 2012-06-02 Chong Yidong <cyd@gnu.org>
7101 Remove incorrect uses of "modeline" in comments, docstrings, and
7102 function/variable names (Bug#10329).
7104 * cus-edit.el (mode-line):
7105 * dframe.el (dframe-mouse-hscroll):
7106 * emacs-lisp/re-builder.el:
7107 * emacs-lisp/easy-mmode.el (define-minor-mode):
7108 * frame.el (set-frame-name):
7109 * help.el (lookup-minor-mode-from-indicator):
7110 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
7111 * progmodes/cc-cmds.el (c-toggle-auto-newline)
7112 (c-toggle-hungry-state):
7113 * progmodes/antlr-mode.el (antlr-language-alist):
7114 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
7115 * progmodes/vhdl-mode.el (vhdl-mode):
7116 * progmodes/which-func.el (which-func, which-func-cleanup-function):
7117 * term/ns-win.el (ns-face-at-pos):
7118 * term/sup-mouse.el (sup-mouse-report):
7119 * textmodes/flyspell.el (flyspell-mode-line-string):
7120 * textmodes/ispell.el (ispell-highlight-face):
7121 * textmodes/reftex-global.el:
7122 * vc/vc-arch.el (vc-arch-mode-line-string):
7123 * vc/vc-cvs.el (vc-cvs-mode-line-string):
7124 * vc/vc-git.el (vc-git-mode-line-string):
7125 * vc/vc-hooks.el (vc-display-status)
7126 (vc-default-mode-line-string):
7127 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
7129 * ansi-color.el (ansi-color-faces-vector): Change default faces.
7131 * dired.el (dired-sort-set-mode-line): Rename from
7132 dired-sort-set-modeline. All callers changed.
7134 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
7135 eshell-status-in-modeline.
7137 * foldout.el (foldout-mode-line-string): Rename from
7138 foldout-modeline-string. All callers changed.
7139 (foldout-update-mode-line): Rename from foldout-update-modeline.
7141 * subr.el (redraw-modeline): Make into obsolete alias.
7143 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
7144 timeclock-modeline-display. Make old name an alias.
7145 (timeclock-update-mode-line): Likewise. All callers changed.
7146 (timeclock-mode-line-display): No need to check before using
7148 (timeclock-relative, timeclock-day-over-hook)
7149 (timeclock-use-elapsed, timeclock-mode-string)
7150 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
7152 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
7153 crisp-mode-modeline-string.
7155 * play/solitaire.el (solitaire-build-mode-line): Rename from
7156 solitaire-build-modeline. All callers changed.
7158 * play/zone.el (zone-hiding-mode-line): Rename from
7159 zone-hiding-modeline. All callers changed.
7160 (zone): Remove unusued `modeline-hidden-level' property.
7162 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
7163 xscheme-modeline-initialize. All callers changed.
7165 * strokes.el (strokes-lighter): Rename from
7166 strokes-modeline-string.
7168 * textmodes/sgml-mode.el (html-face-tag-alist)
7169 (html-tag-face-alist): Use mode-line face instead of obsolete
7172 2012-06-02 Stefan Merten <smerten@oekonux.de>
7174 * textmodes/rst.el: Always require `cl'.
7175 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
7177 2012-06-02 Chong Yidong <cyd@gnu.org>
7179 * image.el (imagemagick-enabled-types): Rename from
7180 imagemagick-types-enable. Add many more types.
7181 (imagemagick-types-inhibit): Change default to nil.
7182 (imagemagick-filter-types): Caller changed.
7184 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7186 * emacs-lisp/cl-macs.el: Use backquotes.
7187 (cl-transform-function-property): Use eval-and-compile rather than
7189 (defstruct): Use declare-function instead of with-no-warnings.
7191 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
7192 (byte-compile-output-docform): Re-add the print-circle bindings.
7193 (byte-compile-fix-header): Use #$ just because it's shorter.
7194 (byte-compile-output-file-form): Remove defun/defmacro.
7196 2012-06-01 Martin Rudalics <rudalics@gmx.at>
7198 * simple.el (choose-completion): Remove now obsolete binding for
7201 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
7203 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
7204 in order to avoid "Stack overflow in regexp matcher".
7206 2012-05-31 Glenn Morris <rgm@gnu.org>
7208 * image.el: For clarity, call imagemagick-register-types at
7209 top-level, rather than relying on a custom :initialize.
7210 (imagemagick-types-enable): New option. (Bug#11557)
7211 (imagemagick-filter-types): New function. (Bug#7406)
7212 (imagemagick-register-types): Use imagemagick-filter-types.
7213 If disabling support, remove elements altogether rather
7214 than using an impossible regexp.
7215 (imagemagick-types-inhibit): Give it the default init function.
7217 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7219 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
7220 Handle arbitrary file name lengths (Bug#11585).
7222 2012-05-31 Martin Rudalics <rudalics@gmx.at>
7224 * desktop.el (desktop-read): Clear previous and next buffers for
7225 all windows and bury *Messages* buffer (bug#11556).
7227 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7229 Add `declare' for `defun'. Align `defmacro's with it.
7230 * emacs-lisp/easy-mmode.el (define-minor-mode)
7231 (define-globalized-minor-mode): Don't autoload the var definitions.
7232 * emacs-lisp/byte-run.el: Use lexical-binding.
7233 (defun-declarations-alist, macro-declarations-alist): New vars.
7234 (defmacro, defun): Use them.
7235 (make-obsolete, define-obsolete-function-alias)
7236 (make-obsolete-variable, define-obsolete-variable-alias):
7238 (macro-declaration-function): Mark obsolete.
7239 * emacs-lisp/autoload.el: Use lexical-binding.
7240 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
7242 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7244 * textmodes/ispell.el (ispell-with-no-warnings):
7246 (ispell-kill-ispell, ispell-change-dictionary):
7247 Use `called-interactively-p' for Emacs instead of obsolete
7250 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7252 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
7253 (macro-declaration-function): Move var from C code.
7254 (macro-declaration-function): Define function with defalias.
7255 * emacs-lisp/macroexp.el (macroexpand-all-1):
7256 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
7257 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
7258 defun/defmacro any more.
7259 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
7260 Provide fallback for unknown arglist.
7261 (byte-compile-arglist-warn): Change calling convention.
7262 (byte-compile-output-file-form): Move print-vars binding.
7263 (byte-compile-output-docform): Simplify accordingly.
7264 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
7265 (byte-compile-defmacro-declaration): Remove.
7266 (byte-compile-file-form-defmumble): Generalize to defalias.
7267 (byte-compile-output-as-comment): Return byte-positions.
7268 Simplify callers accordingly.
7269 (byte-compile-lambda): Use `assert'.
7270 (byte-compile-defun, byte-compile-defmacro): Remove.
7271 (byte-compile-file-form-defalias):
7272 Use byte-compile-file-form-defmumble.
7273 (byte-compile-defalias-warn): Remove.
7275 2012-05-29 Stefan Merten <smerten@oekonux.de>
7277 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
7278 possible. Fix authors. Improve comments. Improve loading of `cl'.
7280 (rst-mode-abbrev-table): Merge definition.
7281 (rst-mode): Make sure `font-lock-defaults' is buffer local.
7282 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
7284 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
7286 * calendar/icalendar.el
7287 (icalendar-export-region): Export UID properly.
7289 2012-05-29 Leo Liu <sdl.web@gmail.com>
7290 * calendar/icalendar.el (icalendar-import-format):
7291 Add `icalendar-import-format-uid' (Bug#11525).
7292 (icalendar-import-format-uid): New.
7293 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
7296 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7298 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
7299 different alternative patterns.
7300 (pcase-codegen): Be more careful to preserve identity.
7301 (pcase--u1): Don't forget to mark vars as used.
7303 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
7304 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
7305 (byte-compile-from-buffer): ...rather than here.
7307 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
7308 functions from byte-compile-function-environment.
7310 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
7312 * window.el (window-deletable-p): Avoid deleting the root window
7313 of a frame with an active minibuffer.
7315 2012-05-29 Martin Rudalics <rudalics@gmx.at>
7317 * simple.el (choose-completion): Use quit-window (Bug#11567).
7319 2012-05-29 Chong Yidong <cyd@gnu.org>
7321 * whitespace.el (whitespace-cleanup): Fix usage of
7322 whitespace-empty-at-bob-regexp (Bug#11492).
7324 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7326 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
7329 2012-05-29 Juri Linkov <juri@jurta.org>
7331 * isearch.el (isearch-mode-map): Bind `M-s _' to
7332 `isearch-toggle-symbol'. Bind `M-s c' to
7333 `isearch-toggle-case-fold'.
7334 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
7335 (isearch-forward): Add `M-s _' to the docstring.
7336 (isearch-forward-symbol, isearch-toggle-case-fold)
7337 (isearch-symbol-regexp): New functions. (Bug#11381)
7339 2012-05-29 Juri Linkov <juri@jurta.org>
7341 * isearch.el (isearch-word): Add docstring. (Bug#11381)
7342 (isearch-occur, isearch-search-and-update): If `isearch-word' is
7343 a function, call it to get the regexp.
7344 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
7345 property `isearch-message-prefix' instead of the string "word ".
7346 (isearch-search-fun-default): For the case of `isearch-word',
7347 return a lambda that calls re-search-forward/re-search-backward
7348 with a regexp returned by `word-search-regexp' or by the function
7351 2012-05-29 Juri Linkov <juri@jurta.org>
7353 * isearch.el (isearch-search-fun-default): New function.
7354 (isearch-search-fun): Move default part to the new function
7355 `isearch-search-fun-default'.
7356 (isearch-search-fun-function): Set the default value to
7357 `isearch-search-fun-default'. (Bug#11381)
7359 * comint.el (comint-history-isearch-end):
7360 Use `isearch-search-fun-default'.
7361 (comint-history-isearch-search): Use `isearch-search-fun-default'
7362 and remove spacial case for `isearch-word'.
7363 (comint-history-isearch-wrap): Remove spacial case for
7366 * hexl.el (hexl-isearch-search-function):
7367 Use `isearch-search-fun-default'.
7369 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
7370 Use `word-search-regexp' for `isearch-word'.
7372 * misearch.el (multi-isearch-search-fun):
7373 Use `isearch-search-fun-default'.
7375 * simple.el (minibuffer-history-isearch-search):
7376 Use `isearch-search-fun-default' and remove spacial case for
7378 (minibuffer-history-isearch-wrap): Remove spacial case for
7381 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
7382 Remove spacial case for `isearch-word'.
7383 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
7385 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7387 Decrease XEmacs incompatibilities.
7388 * textmodes/flyspell.el (flyspell-check-pre-word-p):
7390 (flyspell-delete-region-overlays): Use alternative definition for
7392 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
7393 (flyspell-word): Use `process-kill-without-query' if XEmacs.
7394 (flyspell-mode-on): Use `interactive-p' if XEmacs.
7395 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
7396 `define-obsolete-face-alias' under XEmacs, but old method.
7398 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
7399 `with-no-warnings' definition or Emacs alias.
7400 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
7401 (ispell-word): Do not use `region-p' if XEmacs.
7403 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7405 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7406 Check for `ispell-dictionary-base-alist' instead of full
7407 `ispell-dictionary-alist'.
7408 (ispell-init-process): Show spellchecker when starting new Ispell
7411 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7413 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
7414 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
7416 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
7418 * version.el (motif-version-string, gtk-version-string)
7419 (ns-version-string): Declare.
7421 2012-05-27 Juri Linkov <juri@jurta.org>
7423 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
7424 after the `eval-defun-1' specialcaseing
7425 like in `edebug-eval-defun' (bug#10181).
7427 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
7428 like in `eval-defun-1'.
7430 2012-05-27 Eli Zaretskii <eliz@gnu.org>
7432 * mail/sendmail.el (mail-yank-region):
7433 Recognize rmail-yank-current-message in addition to insert-buffer.
7434 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
7435 a *mail* buffer created through rmail-start-mail with sendmail as
7438 2012-05-27 Chong Yidong <cyd@gnu.org>
7440 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
7441 Default to 256 (Bug#11267).
7443 * help.el (describe-mode): Doc fix.
7445 2012-05-26 Glenn Morris <rgm@gnu.org>
7447 * w32-fns.el (w32-init-info): Remove.
7448 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
7450 * info.el (info-initialize): For self-contained NS builds, put the
7451 included info/ directory at the front. (Bug#2791)
7453 * paths.el (Info-default-directory-list): Make it a defcustom,
7454 mainly so that we can use custom-initialize-delay.
7456 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7458 * subr.el (buffer-has-markers-at): Mark obsolete.
7460 * subr.el (lambda): Use declare.
7462 * emacs-lisp/lisp-mode.el (lambda):
7463 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
7465 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7467 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
7469 2012-05-26 Glenn Morris <rgm@gnu.org>
7471 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
7473 2012-05-25 Glenn Morris <rgm@gnu.org>
7475 * paths.el: Remove no-byte-compile.
7476 * loadup.el: No need to load paths.el uncompiled.
7478 * image.el (imagemagick-types-inhibit): Doc fix.
7480 * version.el: Remove no-byte-compile and associated formatting.
7481 * loadup.el: No need to load version.el uncompiled. AFAICS, this
7482 is ancient code from when there was an "inc-vers.el".
7484 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7486 * progmodes/gdb-mi.el: Minor style changes.
7487 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
7488 Turn into minor modes.
7489 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
7490 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
7491 (gdb-shell): Remove unneeded let-binding.
7492 (gdb-get-many-fields): Eliminate O(n²) behavior.
7494 2012-05-25 Eli Zaretskii <eliz@gnu.org>
7496 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
7497 platforms that don't link in fontset.c.
7499 2012-05-25 Juri Linkov <juri@jurta.org>
7501 Use the same diff color scheme as in modern VCSes (bug#10181).
7503 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
7504 to avoid confusion with `diff-added' that now uses green colors.
7505 (diff-removed): Use shades of red.
7506 (diff-added): Use shades of green.
7507 (diff-changed): Leave just the yellow color.
7508 (diff-use-changed-face): New variable.
7509 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
7510 how to highlight context diff changes.
7511 (diff-refine-change): Use shades of yellow.
7512 (diff-refine-removed): New face that uses shades of red.
7513 (diff-refine-added): New face that uses shades of green.
7514 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
7515 `diff-refine-removed' in the call to `smerge-refine-subst'
7516 depending on the value of `diff-use-changed-face'.
7518 * vc/smerge-mode.el (smerge-mine): Use shades of red.
7519 (smerge-other): Use shades of green.
7520 (smerge-base): Use shades of yellow.
7521 (smerge-refined-change): Empty face.
7522 (smerge-refined-removed): New face that uses shades of red.
7523 (smerge-refined-added): New face that uses shades of green.
7524 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
7525 args `props-r' and `props-a', and use them. Doc fix.
7526 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
7527 on its value use different faces `smerge-refined-change',
7528 `smerge-refined-removed', `smerge-refined-added' in the call to
7529 `smerge-refine-subst'.
7531 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
7532 Add face condition `min-colors 88' with shades of red.
7533 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
7534 `min-colors 88' with shades of green.
7535 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
7536 `min-colors 88' with shades of yellow.
7538 2012-05-24 Glenn Morris <rgm@gnu.org>
7540 * paths.el (prune-directory-list, remote-shell-program): Move to...
7541 * files.el (prune-directory-list, remote-shell-program): ...here.
7542 For the latter, delay initialization, prefer ssh, just search PATH.
7544 * paths.el (term-file-prefix): Move to faces.el (the only user).
7545 * faces.el (term-file-prefix): Move here, make it a defcustom.
7547 * paths.el (news-directory, news-path, news-inews-program):
7548 Move to gnus/nnspool.el.
7550 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
7552 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
7553 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
7554 Make the latter a defcustom, with a delayed initialization.
7556 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
7557 These were deleted from Gnus itself late 2010.
7559 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
7561 * progmodes/which-func.el (which-func-ff-hook):
7562 Check against user-error, not error.
7564 * emacs-lisp/edebug.el (top): Do not load or set up loading of
7565 cl-specs.el, which no longer exists.
7567 2012-05-22 Glenn Morris <rgm@gnu.org>
7569 * info.el (info-emacs-bug): New command.
7570 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
7571 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
7573 2012-05-21 Glenn Morris <rgm@gnu.org>
7575 * makefile.w32-in (update-subdirs-SH):
7576 * Makefile.in (update-subdirs): Update for moved update-subdirs.
7578 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7580 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
7582 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7583 Simplify Maven regexp, and make sure the file can't start with a space
7586 2012-05-21 Glenn Morris <rgm@gnu.org>
7588 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7589 Scrap superfluous subshells.
7591 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7593 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
7594 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
7596 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
7598 * calc/calc.el (calc-ensure-consistent-units): New variable.
7600 * calc/calc-units.el (math-consistent-units-p)
7601 (math-check-unit-consistency): New functions.
7602 (calc-quick-units, calc-convert-units):
7603 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
7605 (calc-extract-units): Fix typo.
7607 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7609 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
7611 * textmodes/flyspell.el: Commenting style, plus code simplifications.
7612 (flyspell-default-deplacement-commands): Don't spell check after
7613 repeated window/frame switches (e.g. triggered by mouse-movement).
7614 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
7615 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
7616 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
7617 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
7619 (flyspell-get-casechars, flyspell-get-not-casechars):
7620 Simplify; Don't bother removing a ] just to add it back.
7621 * textmodes/ispell.el (ispell-program-name): Use executable-find.
7623 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7625 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
7627 (math-function-table): Add support for more C functions.
7629 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7631 * textmodes/flyspell.el (flyspell-check-pre-word-p)
7632 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7633 Protect delay handling for otherchars against empty otherchars.
7635 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7637 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
7638 their respective macro declarations.
7639 * skeleton.el (define-skeleton):
7640 * progmodes/compile.el (define-compilation-mode):
7641 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
7642 (define-ibuffer-filter):
7643 * emacs-lisp/generic.el (define-generic-mode):
7644 * emacs-lisp/easy-mmode.el (define-minor-mode)
7645 (define-globalized-minor-mode):
7646 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
7647 * emacs-lisp/byte-run.el (defsubst):
7648 * custom.el (deftheme): Add doc-string metadata.
7650 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7652 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
7654 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7656 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
7658 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
7659 * emacs-lisp/cl-macs.el: Idem.
7660 * emacs-lisp/cl-specs.el: Remove.
7662 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7664 Minor renaming of internal CL functions and variables.
7665 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
7666 (cl--position): Rename from cl-position.
7667 (cl--delete-duplicates): Rename from cl-delete-duplicates.
7668 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
7669 (cl--random-state): Rename from *random-state*.
7671 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7673 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
7674 parens around the arg list (bug#11499).
7676 2012-05-17 Juri Linkov <juri@jurta.org>
7678 * isearch.el (word-search-regexp, word-search-backward)
7679 (word-search-forward, word-search-backward-lax)
7680 (word-search-forward-lax): Move functions from search.c
7681 (bug#10145, bug#11381).
7683 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7685 * textmodes/flyspell.el (flyspell-check-pre-word-p)
7686 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7687 Delay for otherchars as for normal word components.
7689 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7691 * minibuffer.el (completion--sifn-requote): Fix last change.
7692 (minibuffer-local-must-match-filename-map):
7693 Move define-obsolete-variable-alias before its var.
7695 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7697 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
7699 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
7701 (completion--string-equal-p): New function.
7702 (completion--twq-all): Use it to get better assertion failure data.
7704 Only handle ".." and '..' quoting in shell-mode (bug#11466).
7705 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
7706 (shell--requote-argument): New functions.
7707 (shell-completion-vars): Use them.
7708 (shell--parse-pcomplete-arguments): Rename from
7709 shell-parse-pcomplete-arguments.
7710 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
7711 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
7712 Obey comint-file-name-quote-list.
7714 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
7715 (smie-indent-keyword): Use it.
7717 2012-05-14 Stefan Merten <smerten@oekonux.de>
7719 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
7721 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7723 * net/rlogin.el (rlogin-mode-map): Fix last change.
7725 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
7727 * mail/smtpmail.el (smtpmail-send-command): Send the command and
7728 the following \r\n using a single `process-send-string', since the
7729 Lotus SMTP server refuses to accept any commands if they are sent
7730 with two `process-send-string's (Bug#11444).
7732 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7734 * shell.el (shell-parse-pcomplete-arguments):
7735 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
7737 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7739 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
7740 (image-transform-scale, image-transform-right-angle-fudge): New vars.
7741 (image-transform-width, image-transform-fit-width): New functions.
7742 (image-transform-properties): Use them.
7743 (image-transform-check-size): New function.
7744 (image-toggle-display-image): Use it (for testing).
7745 (image-transform-set-rotation): Reduce angle mod 360.
7746 Delete obsolete comment.
7748 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7750 * image-mode.el: Fix scaling (bug#11399).
7751 (image-transform-resize): Doc fix.
7752 (image-transform-properties): Default scale is 1 and height should
7755 2012-05-13 Johan Bockgård <bojohan@gnu.org>
7757 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
7758 than hard-coding `car', to fix misbehavior when moving forward.
7760 2012-05-13 Chong Yidong <cyd@gnu.org>
7762 * emacs-lisp/tabulated-list.el (tabulated-list-format)
7763 (tabulated-list-entries, tabulated-list-padding)
7764 (tabulated-list-sort-key): Make permanent-local.
7766 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
7767 (electric-buffer-list): Put electric buffer menu
7768 command descriptions in this docstring, instead of the docstring
7769 of electric-buffer-menu-mode. Code cleanups.
7770 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
7771 Electric-buffer-menu-mode.
7772 (electric-buffer-update-highlight): Minor code cleanup.
7774 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
7776 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
7779 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7781 Move define-obsolete-variable-alias before the var's definition.
7782 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
7783 * tooltip.el (tooltip-hook):
7784 * textmodes/reftex-toc.el (reftex-toc-map):
7785 * textmodes/reftex-sel.el (reftex-select-label-map)
7786 (reftex-select-bib-map):
7787 * textmodes/reftex-index.el (reftex-index-map)
7788 (reftex-index-phrases-map):
7789 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
7790 * progmodes/meta-mode.el (meta-mode-map):
7791 * novice.el (disabled-command-hook):
7792 * loadhist.el (unload-hook-features-list):
7793 * frame.el (blink-cursor):
7794 * files.el (find-file-not-found-hooks, write-file-hooks)
7795 (write-contents-hooks):
7796 * emulation/tpu-edt.el (GOLD-map):
7797 * emacs-lock.el (emacs-lock-from-exiting):
7798 * emacs-lisp/generic.el (generic-font-lock-defaults):
7799 * emacs-lisp/chart.el (chart-map):
7800 * dos-fns.el (register-name-alist):
7801 * dired-x.el (dired-omit-files-p):
7802 * desktop.el (desktop-enable):
7803 * cus-edit.el (custom-mode-hook):
7804 * buff-menu.el (buffer-menu-mode-hook):
7805 * bookmark.el (bookmark-read-annotation-text-func)
7806 (bookmark-exit-hooks):
7807 * allout.el (allout-mode-deactivate-hook)
7808 (allout-exposure-change-hook, allout-structure-added-hook)
7809 (allout-structure-deleted-hook, allout-structure-shifted-hook):
7810 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
7811 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
7812 comes before the corresponding variable's definition.
7814 2012-05-12 Chong Yidong <cyd@gnu.org>
7816 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
7817 (Buffer-menu-mouse-select): Restore function (Bug#11459).
7818 (Buffer-menu-mode-map): Bind it.
7819 (Buffer-menu--pretty-name): Add a mouse-face property.
7821 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7823 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
7824 (prolog-upper-case-string, prolog-lower-case-string)
7825 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
7826 (prolog-use-smie, prolog-smie-grammar): New vars.
7827 (prolog-smie-forward-token, prolog-smie-backward-token)
7828 (prolog-smie-rules): New funs.
7829 (prolog-comment-indent): Remove.
7830 (prolog-mode-variables): Use default comment indentation instead.
7832 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
7833 (prolog-mode): Don't call them any more.
7834 (prolog-electric-colon, prolog-electric-dash)
7835 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
7837 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
7839 * minibuffer.el (completion--twq-all): Again, allow case differences.
7841 * term.el: Move keymap initialization code to be more idiomatic.
7842 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
7843 (term-terminal-menu): Move initialization into declaration.
7844 (term-escape-char): Let the user set it in her .emacs.
7846 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
7847 Provide SMIE-based indentation (not enabled by default yet).
7848 (sh-mode-map): Don't bind electric keys.
7849 Use electric-pair-mode instead of skeleton-pair.
7850 (sh-assignment-regexp): Fit within 80 columns.
7851 (sh-indent-supported): Specify actual shell name instead of boolean.
7852 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
7853 (sh-maybe-here-document): Use it. Make obsolete.
7854 (sh-electric-here-document-mode) New minor mode.
7855 (sh-mode): Use it. Don't set sh-indent-supported-here here.
7856 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
7857 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
7858 (sh-smie-rc-grammar, sh-use-smie): New vars.
7859 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
7860 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
7861 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
7862 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
7863 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
7864 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
7865 (sh-set-shell): Use smie-setup if requested.
7867 * term.el (term-set-escape-char): Properly set term-escape-char.
7868 See http://stackoverflow.com/questions/10524656.
7870 2012-05-10 Chong Yidong <cyd@gnu.org>
7872 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
7873 Use url-generic-parse-url, and handle host names and Windows
7875 (ffap-url-unwrap-remote): Use url-generic-parse-url.
7876 (ffap-url-unwrap-remote): Accept list values, specifying a list of
7877 URL schemes to work on.
7878 (ffap--toggle-read-only): New function.
7879 (ffap-read-only, ffap-read-only-other-window)
7880 (ffap-read-only-other-frame): Use it.
7881 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
7882 necessary for ffap-url-unwrap-remote.
7884 2012-05-10 Dave Abrahams <dave@boostpro.com>
7886 * cus-start.el (create-lockfiles): Add it.
7888 2012-05-09 Chong Yidong <cyd@gnu.org>
7890 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
7891 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
7893 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7895 * shell.el (shell-completion-vars): Fix last change (bug#11348).
7897 2012-05-09 Chong Yidong <cyd@gnu.org>
7899 * ansi-color.el (ansi-color-process-output): Check for validity of
7900 comint-last-output-start before using it. This avoids a bad
7901 interaction with gdb-mi's input/output buffer.
7903 2012-05-09 Glenn Morris <rgm@gnu.org>
7905 * files.el (dir-locals-read-from-file):
7906 Mention dir-locals in any error message.
7908 2012-05-09 Chong Yidong <cyd@gnu.org>
7910 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
7911 package (Bug#11410).
7913 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
7914 variables into description.
7916 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7918 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
7919 shell-delimiter-argument-list (bug#11348).
7920 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
7922 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
7924 * textmodes/rst.el: Silence byte-compiler warnings.
7925 (rst-re-alist, rst-reset-section-caches): Move around.
7926 (rst-re): Use `characterp', not `char-valid-p'.
7927 (font-lock-beg, font-lock-end): Declare.
7929 * progmodes/idlw-shell.el (specs): Remove reference to deleted
7930 variable `idlwave-shell-activate-alt-keybindings' and simplify.
7932 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
7934 2012-05-08 Glenn Morris <rgm@gnu.org>
7936 * files.el (auto-mode-alist): Treat ".make" like ".mk".
7938 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7940 * vc/log-edit.el: Add GNU coding standards highlighting.
7941 (log-edit-font-lock-gnu-style)
7942 (log-edit-font-lock-gnu-keywords): New vars.
7943 (log-edit-font-lock-keywords): New fun.
7944 (log-edit-mode): Don't fold case in font-lock.
7945 (log-edit-font-lock-keywords): Do not assume case-folding.
7947 * imenu.el: Misc cleanup. Make docstrings out of comments.
7948 Use lexical-binding.
7949 (imenu--index-alist, imenu--last-menubar-index-alist)
7950 (imenu-menubar-modified-tick): Use defvar-local.
7951 (imenu--split-menu): Remove unused var.
7952 (imenu--cleanup-seen): Declare as global.
7953 (imenu--cleanup): Use dolist.
7955 * subr.el (defvar-local): Add debug spec and doc-string position.
7957 2012-05-08 Glenn Morris <rgm@gnu.org>
7959 * language/burmese.el, language/cham.el, language/czech.el:
7960 * language/english.el, language/georgian.el, language/greek.el:
7961 * language/japanese.el, language/khmer.el, language/korean.el:
7962 * language/lao.el, language/misc-lang.el, language/romanian.el:
7963 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
7964 * language/thai.el, language/utf-8-lang.el:
7965 Remove no-byte-compile setting.
7967 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
7969 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7971 * progmodes/make-mode.el (makefile-browse):
7972 Remove unnecessary interactive. (Bug#11324)
7974 2012-05-07 Glenn Morris <rgm@gnu.org>
7976 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
7978 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
7980 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7982 * loadup.el: Preload newcomment.el.
7983 * newcomment.el: Move autoload-only code to toplevel.
7985 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
7986 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
7987 Handle new :right-align column property.
7988 (tabulated-list-print-col): Idem, plus use `display' text-property to
7989 try and preserve alignment for variable pitch fonts.
7991 2012-05-07 Chong Yidong <cyd@gnu.org>
7993 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
7994 (tabulated-list-use-header-line): New var.
7995 (tabulated-list-init-header): Use it.
7996 (tabulated-list-print-fake-header): New function.
7997 (tabulated-list-print): Use it.
7998 (tabulated-list-sort-button-map): Add non-header-line commands.
7999 (tabulated-list-init-header): Add column name property to basic
8001 (tabulated-list-col-sort): Handle non-header-line button case.
8002 (tabulated-list--sort-by-column-name): Fix a corner case.
8004 * buff-menu.el (list-buffers--refresh):
8005 Handle Buffer-menu-use-header-line.
8007 2012-05-06 Chong Yidong <cyd@gnu.org>
8009 * buff-menu.el: Convert to Tabulated List mode.
8010 (Buffer-menu-buffer+size-width): Make obsolete.
8011 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
8012 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
8013 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
8014 documentation into docstring of buffer-menu.
8015 (Buffer-menu-toggle-files-only): Add an informative message.
8016 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
8017 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
8018 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
8019 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
8020 (Buffer-menu-execute, Buffer-menu-select)
8021 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
8022 (Buffer-menu-bury): Use Tabulated List machinery.
8023 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
8024 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
8026 (list-buffers--refresh): New function.
8027 (list-buffers-noselect): Use it.
8028 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
8029 (Buffer-menu--pretty-file-name): New helper functions.
8031 * loadup.el: Preload tabulated-list.
8033 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
8034 tabulated-list-sort-column.
8035 (tabulated-list-init-header): Add the initial aligning space even
8036 if tabulated-list-padding is zero.
8038 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
8040 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
8041 whose cdr is not a cons cell correctly (bug#11038).
8043 2012-05-06 Chong Yidong <cyd@gnu.org>
8045 * emacs-lisp/tabulated-list.el (tabulated-list-format):
8046 Accept additional plist in column descriptors.
8047 (tabulated-list-init-header): Obey it.
8048 (tabulated-list-get-entry): New function.
8049 (tabulated-list-put-tag): Use it. Use string-width instead of
8051 (tabulated-list--column-number): New function.
8052 (tabulated-list-print): Use it.
8053 (tabulated-list-print-col): New function.
8054 Set `tabulated-list-column-name' property on each column's text.
8055 (tabulated-list-print-entry): Use it.
8056 (tabulated-list-delete-entry, tabulated-list-set-col):
8058 (tabulated-list-sort-column): New command (Bug#11337).
8060 * buff-menu.el (list-buffers): Move C-x C-b binding from
8061 buff-menu.el to bindings.el.
8063 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
8064 :advertised-binding feature.
8066 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
8068 * progmodes/compile.el (compilation-internal-error-properties):
8069 Calculate start position correctly when end-col is set but
8070 end-line is not (Bug#11382).
8072 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
8074 * man.el (Man-unindent): Use text-property-default-nonsticky to
8075 prevent untabify from inheriting face properties (Bug#11408).
8077 2012-05-05 Stefan Merten <smerten@oekonux.de>
8079 * textmodes/rst.el: Major merge with upstream development up to
8080 Docutils SVN r7399 / rst.el V1.2.1.
8082 Clarify maintainership and authors.
8084 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
8085 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
8086 (rst-official-version, rst-official-cvs-rev, rst-version)
8087 (rst-package-emacs-version-alist): New functions and variables
8088 for version information.
8090 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
8091 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
8092 (rst-mode-syntax-table, rst-mode): New and corrected functions
8093 and variables representing reStructuredText features.
8095 (rst-re): New function for reStructuredText regexes. Use in
8098 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
8099 (rst-mode-map): Rebind keys.
8101 (rst-mode-lazy, rst-font-lock-keywords)
8102 (rst-font-lock-extend-region)
8103 (rst-font-lock-extend-region-internal)
8104 (rst-font-lock-extend-region-extend)
8105 (rst-font-lock-find-unindented-line-limit)
8106 (rst-font-lock-find-unindented-line-match)
8107 (rst-adornment-level, rst-font-lock-adornment-level)
8108 (rst-font-lock-adornment-match)
8109 (rst-font-lock-handle-adornment-pre-match-form)
8110 (rst-font-lock-handle-adornment-matcher): Major revision of
8111 font-locking. Integrate with other code. Use `jit-lock-mode'.
8113 (rst-preferred-adornments, rst-adjust-hook)
8114 (rst-new-adornment-down, rst-preferred-bullets)
8115 (rst-preferred-bullets, rst-indent, rst-indent-width)
8116 (rst-indent-field, rst-indent-literal-normal)
8117 (rst-indent-literal-minimized, rst-indent-comment): Change,
8118 extend and improve customization.
8120 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
8121 (rst-normalize-cursor-position, rst-get-decoration)
8122 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
8123 (rst-rstrip, rst-toc-insert-find-delete-contents)
8124 (rst-shift-fill-region, rst-compute-bullet-tabs)
8125 (rst-debug-print-tabs, rst-debug-mark-found)
8126 (rst-shift-region-guts, rst-shift-region-right)
8127 (rst-shift-region-left, rst-use-char-classes)
8128 (rst-font-lock-keywords-function)
8129 (rst-font-lock-indentation-point)
8130 (rst-font-lock-find-unindented-line-begin)
8131 (rst-font-lock-find-unindented-line-end)
8132 (rst-font-lock-find-unindented-line)
8133 (rst-font-lock-adornment-point, rst-font-lock-level)
8134 (rst-adornment-level-alist): Remove functions and variables.
8136 (rst-compare-adornments, rst-get-adornment-match)
8137 (rst-suggest-new-adornment, rst-get-adornments-around)
8138 (rst-adornment-complete-p, rst-get-next-adornment)
8139 (rst-adjust-adornment, rst-display-adornments-hierarchy)
8140 (rst-straighten-adornments): Standardize function names to
8141 use "adornment" instead of "decoration". Correct callers.
8142 Similar standardizing in many places.
8144 (rst-update-section, rst-adjust, rst-promote-region)
8145 (rst-enumerate-region, rst-bullet-list-region)
8146 (rst-repeat-last-character): Correct use of `interactive'.
8148 (rst-classify-adornment, rst-find-all-adornments)
8149 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
8150 (rst-find-leftmost-column, rst-repeat-last-character):
8153 (rst-find-title-line, rst-reset-section-caches)
8154 (rst-get-adornments-around, rst-adjust-adornment-work)
8155 (rst-arabic-to-roman, rst-roman-to-arabic)
8156 (rst-insert-list-pos, rst-insert-list-new-item)
8157 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
8160 (rst-all-sections, rst-section-hierarchy)
8161 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
8164 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
8165 configuration instead of only buffer. Change where necessary.
8167 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
8168 (rst-shift-region, rst-adaptive-fill): New functions for
8169 indentation and filling.
8171 (rst-comment-line-break, rst-comment-indent)
8172 (rst-comment-insert-comment, rst-comment-region)
8173 (rst-uncomment-region): New functions for handling comments.
8175 (rst-compile): Quote shell arguments.
8177 (rst-compile-pdf-preview, rst-compile-slides-preview):
8178 Delete temporary files after use.
8180 2012-05-05 Glenn Morris <rgm@gnu.org>
8182 * calendar/cal-html.el: Optionally include holidays in the output.
8183 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
8184 (cal-html-holidays): New option.
8185 (cal-html-css-default): Add holiday entry.
8186 (holiday-in-range): Autoload it.
8187 (cal-html-htmlify-entry): Add optional class argument.
8188 (cal-html-htmlify-list): Add optional holidays argument.
8189 (cal-html-insert-agenda-days): Include holidays in the output.
8190 (cal-html-one-month): Maybe include holidays.
8192 * calendar/holidays.el (holiday-in-range):
8193 Move here from cal-tex-list-holidays.
8194 * calendar/cal-tex.el (cal-tex-list-holidays):
8195 Make it an obsolete alias for holiday-in-range. Update all callers.
8197 2012-05-05 Chong Yidong <cyd@gnu.org>
8199 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
8202 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
8204 * files.el (file-auto-mode-skip): New var.
8205 (set-auto-mode-1): Use it.
8207 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8209 * repeat.el: Use lexical-binding.
8210 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
8211 (repeat-undo-count): Remove.
8213 * progmodes/octave-mod.el (octave-abbrev-start):
8214 * progmodes/f90.el (f90-abbrev-start):
8215 * face-remap.el (text-scale-adjust):
8216 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
8218 * emacs-lisp/pcase.el (pcase--let*): New function.
8219 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
8221 (pcase--split-pred): Be more clever about ruling out overlap between
8222 a predicate and some constant pattern.
8223 (pcase--q1): Use `null' instead of (eq foo nil).
8225 * subr.el (setq-local, defvar-local): New macros.
8226 (kbd): Redefine as an alias.
8227 (with-selected-window): Leave unrelated frames alone.
8228 (set-temporary-overlay-map): New function.
8230 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8232 * subr.el (user-error): New function.
8233 * window.el (switch-to-buffer):
8234 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
8235 (smerge-match-conflict):
8236 * simple.el (previous-matching-history-element)
8237 (next-matching-history-element, goto-history-element, undo-more)
8239 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
8240 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
8241 (next-file, tags-loop-scan, list-tags, complete-tag):
8242 * progmodes/compile.el (compilation-loop):
8243 * mouse.el (mouse-minibuffer-check):
8244 * man.el (Man-bgproc-sentinel, Man-goto-page):
8245 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
8246 (Info-history-forward, Info-follow-reference, Info-menu)
8247 (Info-extract-menu-item, Info-extract-menu-counting)
8248 (Info-forward-node, Info-backward-node, Info-next-menu-item)
8249 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
8250 (Info-next-reference, Info-prev-reference, Info-index)
8251 (Info-index-next, Info-follow-nearest-node)
8252 (Info-copy-current-node-name):
8253 * imenu.el (imenu--make-index-alist)
8254 (imenu-default-create-index-function, imenu-add-to-menubar):
8255 * files.el (basic-save-buffer, recover-file):
8256 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8257 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8258 (checkdoc-message-text, checkdoc-defun):
8259 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
8260 * cus-edit.el (customize-changed-options, customize-rogue)
8261 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
8262 (custom-variable-mark-to-reset-standard)
8263 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
8265 * completion.el (check-completion-length):
8266 * comint.el (comint-search-arg)
8267 (comint-previous-matching-input-string-position)
8268 (comint-previous-matching-input)
8269 (comint-replace-by-expanded-history-before-point, comint-send-input)
8270 (comint-copy-old-input, comint-backward-matching-input)
8271 (comint-goto-process-mark, comint-set-process-mark):
8272 * calendar/calendar.el (calendar-cursor-to-date): Use it.
8273 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
8275 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8277 * dabbrev.el (dabbrev--ignore-case-p): New function.
8278 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
8281 * files.el (automount-dir-prefix): Mark as obsolete.
8283 2012-05-04 Glenn Morris <rgm@gnu.org>
8285 * patcomp.el, play/bruce.el: Move to obsolete/.
8287 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
8289 Fix minor Y10k bugs.
8290 * arc-mode.el (archive-unixdate):
8291 * autoinsert.el (auto-insert-alist):
8292 * calc/calc-forms.el (math-this-year):
8293 * emacs-lisp/copyright.el (copyright-current-year)
8294 (copyright-update-year, copyright):
8295 * tar-mode.el (tar-clip-time-string):
8296 * time.el (display-time-update):
8297 Don't assume years have 4 digits.
8299 2012-05-04 Chong Yidong <cyd@gnu.org>
8301 * dos-w32.el (file-name-buffer-file-type-alist)
8302 (direct-print-region-use-command-dot-com):
8303 * ffap.el (ffap-menu-regexp):
8304 * find-file.el (ff-special-constructs):
8305 * follow.el (follow-debug):
8306 * forms.el (forms--debug):
8307 * iswitchb.el (iswitchb-all-frames):
8308 * ido.el (ido-all-frames):
8309 * emacs-lisp/timer.el (timer-max-repeats):
8310 * mail/feedmail.el (feedmail-mail-send-hook)
8311 (feedmail-mail-send-hook-queued):
8312 * mail/footnote.el (footnote-signature-separator):
8313 * mail/mailabbrev.el (mail-alias-separator-string)
8314 (mail-abbrev-mode-regexp):
8315 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
8316 * progmodes/idlwave.el (idlwave-libinfo-file)
8317 (idlwave-default-completion-case-is-down)
8318 (idlwave-library-routines): Convert defvars to defcustoms.
8320 * mail/rmail.el (rmail-decode-mime-charset):
8321 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
8322 (idlwave-shell-fix-inserted-breaks)
8323 (idlwave-shell-activate-alt-keybindings)
8324 (idlwave-shell-use-breakpoint-glyph):
8325 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
8327 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8329 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
8331 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
8333 * progmodes/verilog-mode.el (font-lock-keywords):
8334 Fix mis-highligting auto. Reported by Craig Barner.
8335 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
8336 defines from global name space. Reported by Dan Dever.
8337 (verilog-auto-reset, verilog-auto-reset-widths)
8338 (verilog-auto-tieoff): Support using unbased numbers for
8339 AUTORESET and AUTOTIEOFF.
8340 (verilog-submit-bug-report): Update variable list.
8341 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
8342 parenthesis from not matching. Reported by Michael Rytting.
8343 (verilog-auto-template-lint): Fix hash error when linting modules
8344 with no used templates.
8345 (verilog-warn, verilog-warn-error)
8346 (verilog-warn-fatal): When non-interactive report multiple
8347 warnings before exiting. Suggested by Brad Dobbie.
8348 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
8349 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
8350 to report unused template errors. Reported by Brad Dobbie.
8351 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
8352 nets, bug438. Reported by Vns Blore.
8353 (verilog-auto-inout-module, verilog-auto-reg)
8354 (verilog-read-decls, verilog-read-sub-decls-sig)
8355 (verilog-signals-edit-wire-reg, verilog-signals-with):
8356 Fix passing of Verilog data types in ANSI input/output ports
8357 such as "output logic" into the AUTOs. Special case "wire" and
8358 "reg" for backwards compatibility presuming Verilog 2001.
8359 (verilog-auto-ascii-enum): Add "auto enum" as alias.
8360 (verilog-preprocess): Fix replication of preprocess output.
8361 Reported by Brad Dobbie.
8362 (verilog-auto-inst-interfaced-ports):
8363 Create verilog-auto-inst-interfaced-ports, bug429.
8364 Reported by Julian Gorfajn.
8365 (verilog-after-save-font-hook)
8366 (verilog-before-save-font-hook): New variable.
8367 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
8368 (verilog-save-font-mods): Wrap disabling fontification, reported
8370 (verilog-do-indent, verilog-pretty-declarations-auto)
8371 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
8372 Reported by Pierre-David Pfister.
8373 (verilog-set-auto-endcomments): Fix endtask auto comments outside
8374 of class declarations, bug292. Reported by Kevin Heilman.
8375 (verilog-read-decls): Fix 'parameter type' not appearing in
8376 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
8377 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
8378 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
8379 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
8380 Reported by David Kravitz.
8382 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
8384 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
8385 assignment with tests in ifs and for loops.
8386 (verilog-extended-complete-re, verilog-complete-reg): Change so
8387 that DPI inport functions don't look like fuction declarations.
8388 (verilog-pretty-expr): Don't line up assignment
8389 operations to the test and increment in if and for loops
8390 (verilog-extended-complete-re, verilog-complete-reg): Change so
8391 that DPI inport functions don't look like fuction declarations.
8393 2012-05-03 Kenichi Handa <handa@m17n.org>
8395 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
8396 decoding, and show a warning message without signaling an error
8399 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8401 * emacs-lisp/bytecomp.el
8402 (byte-compile-file-form-custom-declare-variable): Compile all elements,
8403 since cconv.el might have introduced :fun-body, internal-make-closure,
8404 and friends for bytecomp to handle (bug#11391).
8405 * custom.el (defcustom): Avoid ((λ ..) ..).
8407 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
8409 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
8411 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
8413 * notifications.el (dbus-debug):
8414 * term/linux.el (gpm-mouse-enable):
8415 * term/screen.el (xterm-register-default-colors): Declare.
8417 2012-05-02 Chong Yidong <cyd@gnu.org>
8419 * cus-start.el (gc-cons-percentage, exec-suffixes)
8420 (dos-display-scancodes, dos-hyper-key, dos-super-key)
8421 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
8422 (make-cursor-line-fully-visible, void-text-area-pointer)
8423 (font-list-limit): Add customization data.
8425 * allout.el (allout-exposure-change-functions)
8426 (allout-structure-added-functions)
8427 (allout-structure-deleted-functions)
8428 (allout-structure-shifted-functions): Rename abnormal hooks from
8429 *-hook, and convert to defcustoms.
8430 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
8431 Convert to defcustoms.
8432 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
8434 * allout-widgets.el: Hook callers changed.
8436 2012-05-02 Eli Zaretskii <eliz@gnu.org>
8438 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
8439 the yanked message in preference to the default value of
8440 buffer-file-coding-system.
8442 2012-05-02 Martin Rudalics <rudalics@gmx.at>
8444 * window.el (display-buffer--action-function-custom-type):
8447 2012-05-02 Alan Mackenzie <acm@muc.de>
8449 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
8451 2012-05-01 Glenn Morris <rgm@gnu.org>
8453 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
8455 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
8457 * cus-edit.el (custom-variable-documentation): Simplify with format.
8459 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8460 Stefan Monnier <monnier@iro.umontreal.ca>
8462 * simple.el (suggest-key-bindings, execute-extended-command):
8463 Move from keyboard.c.
8465 2012-05-01 Chong Yidong <cyd@gnu.org>
8467 * follow.el: Eliminate advice.
8468 (set-process-filter, process-filter, sit-for): Advice deleted.
8469 (follow-mode-off-hook): Obsolete hook removed.
8470 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
8472 (follow-auto): Use a :set function.
8473 (follow-mode): Rewritten. Don't advise process filters.
8474 (follow-switch-to-current-buffer-all, follow-scroll-up)
8475 (follow-scroll-down): Assume follow-mode is bound.
8476 (follow-comint-scroll-to-bottom)
8477 (follow-align-compilation-windows): New functions.
8478 (follow--window-sorter): New function.
8479 (follow-all-followers): Use it to explicitly sort windows by their
8480 positions; don't make assumptions about next-window order.
8481 (follow-windows-start-end, follow-delete-other-windows-and-split)
8482 (follow-calc-win-start): Doc fix.
8483 (follow-windows-aligned-p, follow-select-if-visible): Don't call
8484 vertical-motion unnecessarily.
8485 (follow-adjust-window): New function.
8486 (follow-post-command-hook): Use it.
8487 (follow-call-set-process-filter, follow-call-process-filter)
8488 (follow-intercept-process-output, follow-tidy-process-filter-alist)
8489 (follow-stop-intercept-process-output, follow-generic-filter):
8491 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
8492 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
8493 New functions, replacing advice on scroll-bar-* commands.
8494 (follow-mwheel-scroll): New function (Bug#4112).
8496 * comint.el (comint-adjust-point): New function.
8497 (comint-postoutput-scroll-to-bottom): Use it.
8498 Call follow-comint-scroll-to-bottom for Follow mode buffers.
8500 2012-05-01 Glenn Morris <rgm@gnu.org>
8502 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
8503 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
8504 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
8505 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
8506 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
8507 Remove no-byte-compile setting.
8509 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8511 * minibuffer.el (completion-table-with-quoting): Fix compatibility
8512 all-completions code to not return a number in the last cdr.
8514 2012-04-30 Leo Liu <sdl.web@gmail.com>
8516 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
8519 2012-04-29 Chong Yidong <cyd@gnu.org>
8521 * follow.el (follow-calc-win-end): Rewrite to handle partial
8522 screen lines correctly (Bug#8390).
8523 (follow-avoid-tail-recenter): Minor cleanup.
8525 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8527 Avoid the obsolete `assoc' package.
8528 * speedbar.el (speedbar-refresh): Avoid adelete.
8529 (speedbar-file-lists): Simplify and avoid aput.
8530 * man.el (Man--sections, Man--refpages): New vars, replacing
8531 Man-sections-alist and Man-refpages-alist.
8532 (Man-build-section-alist, Man-build-references-alist):
8533 Use them; avoid aput.
8534 (Man--last-section, Man--last-refpage): New vars.
8535 (Man-follow-manual-reference): Use them.
8536 Use the `default' arg of completing-read.
8537 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
8539 2012-04-27 Chong Yidong <cyd@gnu.org>
8541 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
8543 * startup.el (x-apply-session-resources): New function.
8545 * term/ns-win.el (ns-initialize-window-system):
8546 * term/w32-win.el (w32-initialize-window-system):
8547 * term/x-win.el (x-initialize-window-system): Use it to properly
8548 set menu-bar-mode and other vars from X resources, even if the
8549 initial frame is not a window-system frame (Bug#2299).
8551 * subr.el (read-key): Avoid running filter function when setting
8552 up temporary tool bar entries (Bug#9922).
8554 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
8556 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
8559 2012-04-27 Chong Yidong <cyd@gnu.org>
8561 * select.el (xselect--encode-string): New function, split from
8562 xselect-convert-to-string.
8563 (xselect-convert-to-string): Use it.
8564 (xselect-convert-to-filename, xselect-convert-to-os)
8565 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
8566 returned strings are properly encoded (Bug#11315).
8568 2012-04-27 Chong Yidong <cyd@gnu.org>
8570 * simple.el (delete-active-region): Move to killing custom group.
8572 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
8574 * progmodes/which-func.el (which-func-current): Quote %
8575 characters for mode-line processing.
8577 2012-04-27 Chong Yidong <cyd@gnu.org>
8579 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
8580 reaching eob (Bug#11286).
8582 2012-04-27 Eli Zaretskii <eliz@gnu.org>
8584 * progmodes/gdb-mi.el (gdb-control-level): New variable.
8585 (gdb): Make it buffer-local and init to zero.
8586 (gdb-control-commands-regexp): New variable.
8587 (gdb-send): Don't wrap in "-interpreter-exec console" if
8588 gdb-control-level is positive. Increment gdb-control-level
8589 whenever the command matches gdb-control-commands-regexp, and
8590 decrement it each time the command is "end". (Bug#11279)
8592 2012-04-27 Martin Rudalics <rudalics@gmx.at>
8594 * window.el (adjust-window-trailing-edge, enlarge-window)
8595 (shrink-window, window-resize):
8596 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
8597 windows (Bug#11276).
8599 2012-04-27 Chong Yidong <cyd@gnu.org>
8601 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
8602 fix "missing prefix" warning. All callers changed.
8604 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8606 * emacs-lisp/assoc.el: Move to obsolete/.
8608 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8610 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
8612 * term/ns-win.el (ns-define-service):
8613 * progmodes/pascal.el (pascal-goto-defun):
8614 * progmodes/js.el (js--read-tab):
8615 * progmodes/etags.el (tags-lazy-completion-table):
8616 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
8617 * emacs-lisp/ewoc.el (ewoc--wrap):
8618 * emacs-lisp/assoc.el (aput, adelete, amake):
8619 * doc-view.el (doc-view-convert-current-doc):
8620 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
8622 2012-04-26 Chong Yidong <cyd@gnu.org>
8624 * image.el (image-type-from-buffer): Only return supported image
8627 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
8628 value, for symmetry with diff-end-of-hunk.
8629 (diff-split-hunk, diff-find-source-location)
8630 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
8631 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
8632 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
8633 compute the relevant hunk or file properly (Bug#6005).
8634 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
8636 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8645 * vc/vc.el: Replace lexical-let by lexical-binding.
8646 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
8647 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
8648 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
8650 2012-04-26 Chong Yidong <cyd@gnu.org>
8652 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
8653 (diff-mode-shared-map): Bind it to / and [remap undo].
8655 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
8656 (ediff-window-setup-function): Use it as the default, to set up
8657 windows based on whether the current frame is graphical (Bug#2138).
8658 (ediff-choose-window-setup-function-automatically): Make obsolete.
8660 * vc/ediff-init.el: Always define ediff-pixel-width/height.
8662 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8664 * ffap.el: Remove old code for obsolete package.
8665 (ffap-complete-as-file-p): Remove.
8667 Use completion-table-with-quoting for comint and pcomplete.
8668 * comint.el (comint--unquote&requote-argument)
8669 (comint--unquote-argument, comint--requote-argument): New functions.
8670 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
8671 (comint-quote-filename): Use regexp-opt-charset.
8672 (comint--common-suffix, comint--common-quoted-suffix)
8673 (comint--table-subvert): Remove.
8674 (comint-unquote-function, comint-requote-function): New vars.
8675 (comint--complete-file-name-data): Use them with
8676 completion-table-with-quoting.
8677 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
8678 * pcomplete.el (pcomplete-arg-quote-list)
8679 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
8680 (pcomplete-unquote-argument-function): Default to non-nil.
8681 (pcomplete-unquote-argument): Simplify.
8682 (pcomplete--common-quoted-suffix): Remove.
8683 (pcomplete-requote-argument-function): New var.
8684 (pcomplete--common-suffix): New function.
8685 (pcomplete-completions-at-point): Use completion-table-with-quoting
8686 and completion-table-subvert.
8688 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
8689 (minibuffer--double-dollars): Preserve properties.
8690 (completion--sifn-requote): New function.
8691 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
8693 * minibuffer.el: Add support for completion of quoted/escaped data.
8694 (completion-table-with-quoting, completion-table-subvert): New funs.
8695 (completion--twq-try, completion--twq-all): New functions.
8696 (completion--nth-completion): New function.
8697 (completion-try-completion, completion-all-completions): Use it.
8699 2012-04-25 Leo Liu <sdl.web@gmail.com>
8701 * progmodes/python.el (python-pdbtrack-get-source-buffer):
8702 Use compilation-message if available to find real filename.
8704 2012-04-25 Chong Yidong <cyd@gnu.org>
8706 * vc/diff-mode.el (diff-setup-whitespace): New function.
8707 (diff-mode): Use it.
8709 * vc/diff.el (diff-sentinel):
8710 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
8711 Whitespace mode variables based on diff style (Bug#8612).
8713 2012-04-25 Leo Liu <sdl.web@gmail.com>
8715 * progmodes/python.el (python-send-region): Add suffix .py to the
8718 * files.el (auto-mode-alist): Use javascript-mode instead.
8720 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
8722 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
8724 * net/soap-client.el (soap-resolve-references-for-sequence-type)
8725 (soap-resolve-references-for-array-type): Hack to prevent self
8726 references, see Bug#9.
8727 (soap-parse-envelope): Report the contents of the 'detail' node
8728 when receiving a fault reply.
8729 (soap-parse-envelope): Report the contents of the entire 'detail' node.
8731 * net/soap-inspect.el (soap-sample-value-for-simple-type)
8732 (soap-inspect-simple-type): New function.
8734 * net/soap-client.el (soap-simple-type): New struct.
8735 (soap-default-xsd-types, soap-default-soapenc-types)
8736 (soap-decode-basic-type, soap-encode-basic-type):
8737 support unsignedInt and double basic types.
8738 (soap-resolve-references-for-simple-type)
8739 (soap-parse-simple-type, soap-encode-simple-type): New function.
8740 (soap-parse-schema): Parse xsd:simpleType declarations.
8742 * net/soap-client.el (soap-default-xsd-types)
8743 (soap-default-soapenc-types): Add integer, byte and anyURI types.
8744 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
8745 the local name of "soapenc:Array".
8746 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
8747 decoding integer, byte and anyURI xsd types.
8749 2012-04-25 Chong Yidong <cyd@gnu.org>
8751 * cus-edit.el (custom-buffer-create-internal): Update header text.
8753 2012-04-25 Eli Zaretskii <eliz@gnu.org>
8755 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
8756 settings on 'system-type', not on 'window-system'. On MS-Windows,
8757 set interactive-mode on in GDB.
8759 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8761 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
8762 (ruby-syntax-propertize-regexp): Remove.
8763 (ruby-syntax-propertize-function): Split regexp into chunks.
8764 Match following code directly.
8766 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
8768 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
8769 (ruby-syntax-propertize-regexp): New function.
8770 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
8771 by a special keyword.
8773 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
8774 (ruby-syntax-general-delimiters-goto-beg)
8775 (ruby-syntax-propertize-general-delimiters): New functions.
8776 (ruby-syntax-propertize-function): Use them to handle GDL.
8777 (ruby-font-lock-keywords): Move old handling of GDL...
8778 (ruby-font-lock-syntactic-keywords): .. to here.
8779 (ruby-calculate-indent): Adjust indentation for GDL.
8781 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
8783 * notifications.el (top): Remove unneeded declarations.
8784 (notifications-specification-version): Change to "1.2".
8785 (notifications-interface, notifications-notify-method)
8786 (notifications-close-notification-method): Fix docstring.
8787 (notifications-get-capabilities-method): New defconst.
8788 (notifications-notify): Add :action-items, :resident and
8789 :transient hints. Change "image_data" to "image-data" and
8790 "image_path" to "image-path".
8791 (notifications-get-capabilities): New defun.
8793 2012-04-24 Leo Liu <sdl.web@gmail.com>
8795 * progmodes/python.el: Move hideshow setup to the end.
8797 2012-04-24 Martin Rudalics <rudalics@gmx.at>
8799 * window.el (handle-select-window): Clear echo area since this is
8800 no more done by read_char (Bug#11304).
8802 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8804 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
8805 and `/ M' to filter-derived-mode.
8806 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
8807 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
8808 (ibuffer-mark-by-mode): Use default rather than initial-input.
8809 (ibuffer-filter-by-derived-mode): Autoload and require-match.
8811 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
8813 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
8814 (ibuffer-filter-by-derived-mode): New filter.
8815 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
8817 2012-04-23 Andreas Politz <politza@fh-trier.de>
8819 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
8821 2012-04-23 Chong Yidong <cyd@gnu.org>
8823 * cus-edit.el (customize-apropos, customize-apropos-options):
8824 Disable matching of non-option variables (Bug#11176).
8825 (customize-option, customize-option-other-window)
8826 (customize-changed-options): Doc fix.
8827 (customize-apropos-options, customize-apropos-faces)
8828 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
8830 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
8831 Fix word list splitting (Bug#11132).
8832 (apropos-symbol, apropos-keybinding, apropos-label)
8833 (apropos-property, apropos-function-button)
8834 (apropos-variable-button, apropos-misc-button): New faces.
8835 (apropos-symbol-face, apropos-keybinding-face)
8836 (apropos-label-face, apropos-property-face, apropos-match-face):
8837 Variables removed (Bug#8396).
8838 (apropos-library-button, apropos-format-plist, apropos-print)
8839 (apropos-print-doc, apropos-describe-plist): Callers changed.
8841 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
8843 * net/xesam.el (xesam-mode-map): Use let-bound map in
8844 initialization. (Bug#11292)
8846 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8848 Preserve ispell session localwords when switching back to
8851 * textmodes/ispell.el (ispell-buffer-session-localwords):
8852 New buffer-local variable to hold buffer session localwords.
8853 (ispell-kill-ispell): Add option 'clear to delete session
8855 (ispell-command-loop, ispell-change-dictionary)
8856 (ispell-buffer-local-words): Preserve session localwords when
8859 * textmodes/flyspell.el (flyspell-process-localwords)
8860 (flyspell-do-correct): Preserve session localwords when needed.
8862 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8864 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
8865 using obsolete `translation-table-for-input'.
8866 (ispell-word, ispell-process-line, ispell-complete-word):
8867 Use plain `insert' instead of removed `ispell-insert-word'.
8869 2012-04-22 Chong Yidong <cyd@gnu.org>
8871 * cus-edit.el (custom-variable-menu)
8872 (custom-variable-reset-saved, custom-face-menu)
8873 (custom-face-reset-saved): If there is no saved value, make the
8874 "reset-saved" operation bring back the default (Bug#9509).
8875 (custom-face-state): Properly detect themed faces.
8877 * faces.el (face-spec-set): Stop supporting deprecated form of
8880 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
8882 Move functions from C to Lisp. Make non-blocking method calls
8883 the default. Implement further D-Bus standard interfaces.
8885 * net/dbus.el (dbus-message-internal): Declare function.
8886 Remove unneeded function declarations.
8887 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
8888 (dbus-message-type-method-return, dbus-message-type-error)
8889 (dbus-message-type-signal): Declare variables. Remove local
8891 (dbus-interface-dbus, dbus-interface-peer)
8892 (dbus-interface-introspectable, dbus-interface-properties)
8893 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
8895 (dbus-interface-objectmanager): New defconst.
8896 (dbus-call-method, dbus-call-method-asynchronously)
8897 (dbus-send-signal, dbus-method-return-internal)
8898 (dbus-method-error-internal, dbus-register-service)
8899 (dbus-register-signal, dbus-register-method): New defuns, moved
8901 (dbus-call-method-handler, dbus-setenv)
8902 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
8904 (dbus-call-method-non-blocking): Make it an obsolete function.
8905 (dbus-unregister-object, dbus-unregister-service)
8906 (dbus-handle-event, dbus-register-property)
8907 (dbus-property-handler): Obey the new structure of
8908 `bus-registered-objects'.
8909 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
8910 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8911 Use `dbus-call-method'.
8913 2012-04-22 Chong Yidong <cyd@gnu.org>
8915 * cus-edit.el (custom-commands, custom-reset-menu)
8916 (Custom-reset-standard): Tweak labels.
8917 (custom-reset-button-menu): Change default to t.
8918 (custom-buffer-create-internal): For the custom-reset-button-menu
8919 case, put the revert button first.
8920 (custom-group-subtitle): New face.
8921 (custom-group-value-create): Align docstring to a specific column.
8923 * wid-edit.el (widget-documentation-link-add): Don't handle
8924 indentation in this function.
8925 (widget-documentation-string-indent-to): New function.
8926 (widget-documentation-string-value-create): Use it.
8928 * autorevert.el (auto-revert):
8929 * epg-config.el (epg):
8930 * ibuffer.el (ibuffer):
8933 * eshell/eshell.el (eshell):
8934 * net/ange-ftp.el (ange-ftp):
8935 * progmodes/ebnf2ps.el (postscript):
8936 * progmodes/flymake.el (flymake):
8937 * progmodes/prolog.el (prolog):
8938 * progmodes/verilog-mode.el (verilog-mode):
8939 * progmodes/which-func.el (which-func):
8940 * term/xterm.el (xterm):
8941 * textmodes/picture.el (picture):
8942 * textmodes/tildify.el (tildify):
8943 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
8944 customization buffers.
8946 2012-04-22 Alan Mackenzie <acm@muc.de>
8948 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
8949 Adding a ) can hide the resulting (..) from searches. Fix it.
8950 Bound the backward search to the position of the existing (.
8952 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
8954 * progmodes/verilog-mode.el (verilog-mode): Check whether
8955 which-func-modes is t before adding verilog-mode.
8956 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
8958 2012-04-21 Leo Liu <sdl.web@gmail.com>
8960 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
8962 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
8964 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
8965 filling of the last column of a table (Bug#5635).
8966 (woman-find-next-control-line): New arg, specifying an additional
8967 regexp component for the control line.
8968 (woman2-roff-buffer): Use it.
8969 (woman-break-table): New function.
8970 (woman2-TS): Use it.
8972 2012-04-21 Chong Yidong <cyd@gnu.org>
8974 * woman.el (woman-set-buffer-display-table, woman-decode-region)
8975 (woman-horizontal-escapes, woman-negative-vertical-space)
8976 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
8977 (WoMan-warn-ignored): Use ?\s instead of ?\ .
8979 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8981 * minibuffer.el (completion-file-name-table): Complete user names.
8983 2012-04-20 Leo Liu <sdl.web@gmail.com>
8985 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
8988 2012-04-20 Chong Yidong <cyd@gnu.org>
8990 * server.el (server-execute): Respect initial-buffer-choice if it
8991 is a string and there are no files to open (Bug#2825).
8992 (server-create-window-system-frame, server-create-tty-frame):
8993 Don't switch buffers here.
8994 (server-process-filter): Only try to open a window system frame if
8995 compiled with graphical support (Bug#8314).
8997 2012-04-20 Dan Nicolaescu <dann@gnu.org>
8999 * battery.el (battery-echo-area-format): Display remaining time
9000 for sysfs backend too (Bug#11269).
9001 (battery-linux-sysfs): Fix conditional for the charge.
9003 2012-04-20 Chong Yidong <cyd@gnu.org>
9005 * progmodes/gdb-mi.el (gdb): Revert previous change.
9006 (gdb-inferior-io--init-proc): New function.
9007 (gdb-init-1): Use it.
9008 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
9009 responsible for allocating a new pty and hooking it to gdb when
9010 the old pty gets an EIO due to process exit.
9011 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
9012 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
9013 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
9015 2012-04-20 Eli Zaretskii <eliz@gnu.org>
9017 * window.el (window-min-size, window-sizable, window-min-delta)
9018 (window-max-delta, window--resizable, window-resizable)
9019 (window-total-size, window-full-height-p, window-full-width-p)
9020 (window-in-direction, window--resize-mini-window, window-resize)
9021 (window--resize-child-windows-normal)
9022 (window--resize-child-windows, window--resize-siblings)
9023 (window--resize-this-window, adjust-window-trailing-edge)
9024 (enlarge-window, shrink-window): Doc fixes.
9026 2012-04-20 Chong Yidong <cyd@gnu.org>
9028 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
9029 New function to call delete-process on the gdb-inferior buffer's pty.
9030 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
9031 pty process (Bug#11273).
9032 (gdb-update): New arg to suppress talking to the gdb process.
9033 (gdb-done-or-error): Use it.
9034 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
9035 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
9036 sentinel not being called.
9038 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
9040 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
9042 2012-04-20 Glenn Morris <rgm@gnu.org>
9044 * net/network-stream.el (open-network-stream): Doc fix.
9046 2012-04-20 Chong Yidong <cyd@gnu.org>
9048 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
9050 2012-04-20 Alan Mackenzie <acm@muc.de>
9052 Ensure searching for keywords is case sensitive.
9054 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
9055 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
9056 (c-defun-name, c-mark-function, c-cpp-define-name)
9057 (c-comment-indent, c-scan-conditionals, c-indent-defun)
9058 (c-context-line-break): Bind case-fold-search to nil.
9060 * progmodes/cc-mode.el (c-font-lock-fontify-region):
9061 Bind case-fold-search to nil.
9063 2012-04-20 Chong Yidong <cyd@gnu.org>
9065 * mail/sendmail.el (mail-bury): Call return action with the right
9066 Rmail buffer (Bug#11242).
9068 * server.el (server-process-filter): Handle corner case where both
9069 tty and nowait options are present (Bug#11102).
9071 2012-04-20 Eli Zaretskii <eliz@gnu.org>
9073 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
9074 (top level): Put into the executable the ident-style '$Id:' tag on
9077 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9079 * electric.el (electric-indent-post-self-insert-function): Check that
9080 electric-indent-mode is enabled in current buffer.
9082 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
9084 * imenu.el (imenu-progress-message): Restore; it is "used" in
9085 erc/erc-imenu.el and net/snmp-mode.el.
9087 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
9089 * avoid.el (mouse-avoidance-mode): Mark unused arg.
9090 (mouse-avoidance-nudge-mouse): Remove unused binding.
9092 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
9094 * descr-text.el (describe-char):
9095 * progmodes/python.el (python-describe-symbol):
9096 Don't call `toggle-read-only', set `buffer-read-only'.
9098 * imenu.el (imenu-default-goto-function): Mark unused args.
9099 (imenu-progress-message): Remove obsolete macro; all callers changed.
9101 * subr.el (keymap-canonicalize): Remove unused binding.
9102 (read-passwd): Mark unused arg.
9104 * tutorial.el (tutorial--display-changes): Remove unused binding.
9105 (tutorial--save-tutorial-to): Remove unused variable.
9107 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
9108 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
9109 (package-generate-autoloads, package-menu--generate)
9110 (package-menu--find-upgrades): Remove unused bindings.
9112 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
9113 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
9114 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
9115 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
9116 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
9117 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
9118 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
9119 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
9120 (cua-delete-char-rectangle): Mark unused args.
9121 (cua-align-rectangle): Remove unused binding.
9123 * mail/rmail.el (compilation--message->loc)
9124 (epa--find-coding-system-for-mime-charset): Declare.
9126 * net/dbus.el (dbus-register-service): Declare.
9127 (dbus-name-owner-changed-handler): Remove unused binding.
9129 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
9130 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
9131 (nxml-scan-backward-within): Mark unused arg.
9132 (nxml-dynamic-markup-word): Remove unused binding.
9134 * mouse.el (mouse-menu-major-mode-map):
9135 * emacs-lisp/authors.el (authors-scan-change-log)
9136 (authors-add-to-author-list):
9137 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
9138 * emacs-lisp/smie.el (smie-auto-fill):
9139 * mail/sendmail.el (mail-bury):
9140 * mail/unrmail.el (unrmail):
9141 * net/tls.el (open-tls-stream):
9142 * textmodes/picture.el (picture-mouse-set-point):
9143 Remove unused bindings.
9145 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
9147 * net/tramp.el (tramp-action-password): Let-bind
9148 `enable-recursive-minibuffers' to t.
9150 2012-04-18 Sam Steingold <sds@gnu.org>
9152 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
9153 instead of 'string to accommodate values like [f11].
9154 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
9155 * progmodes/gdb-mi.el: Likewise.
9157 2012-04-18 Leo Liu <sdl.web@gmail.com>
9159 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
9161 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
9164 2012-04-18 Chong Yidong <cyd@gnu.org>
9166 * simple.el (line-move): Use forward-line if in batch mode
9169 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
9171 * files.el (after-find-file): Do not try to add a final newline if
9172 the buffer is read-only (Bug#11156).
9174 2012-04-17 Richard Stallman <rms@gnu.org>
9176 * mail/rmail.el (rmail-start-mail):
9177 Pass (rmail-mail-return...) for the return-action.
9178 Pass (rmail-yank-current-message...) for the yank-action.
9179 (rmail-yank-current-message): New function.
9180 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
9181 (rmail-reply): Likewise.
9182 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
9184 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
9185 buffer, not the last. Reject temp buffers. Use the rmail-mode
9188 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
9190 * server.el (server-ensure-safe-dir): Simplify.
9192 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9194 * emacs-lisp/smie.el: Provide smarter auto-filling.
9195 (smie-auto-fill): New function.
9196 (smie-setup): Use it.
9198 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
9200 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
9202 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
9203 (comment-indent): Use it.
9205 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
9207 * ses.el: The overall change is to add cell renaming, that is
9208 setting fancy names for cell symbols other than name matching
9209 "\\`[A-Z]+[0-9]+\\'" regexp .
9210 (ses-localvars): Add ses--renamed-cell-symb-list.
9211 (ses-create-cell-variable): New defun.
9212 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
9213 (ses-relocate-formula): Relocate formulas only for cells the
9214 symbols of which are not renamed, i.e. symbols whose names do not
9215 match regexp "\\`[A-Z]+[0-9]+\\'".
9216 (ses-relocate-all): Relocate values only for cells the symbols of
9217 which are not renamed.
9218 (ses-load): Create cells variables as the (ses-cell ...) are read,
9219 in order to check row col consistency with cell symbol name only
9220 for cells that are not renamed.
9221 (ses-replace-name-in-formula): New defun.
9222 (ses-rename-cell): New defun.
9224 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
9226 * progmodes/perl-mode.el (perl-indent-parens-as-block):
9227 New option (bug#11118).
9228 (perl-calculate-indent): Respect it.
9230 2012-04-17 Glenn Morris <rgm@gnu.org>
9232 * dired-aux.el (dired-mark-read-string): Doc fix.
9234 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
9236 * dired-aux.el (dired-mark-read-string): Offer optional completion.
9237 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
9239 2012-04-17 Glenn Morris <rgm@gnu.org>
9241 * mouse.el (mouse-drag-track):
9242 * speedbar.el (speedbar-frame-mode):
9243 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
9245 2012-04-16 Leo Liu <sdl.web@gmail.com>
9247 * progmodes/python.el: Trivial cleanup.
9249 2012-04-16 Glenn Morris <rgm@gnu.org>
9251 * vc/vc.el (vc-string-prefix-p):
9252 * vc/pcvs-util.el (cvs-string-prefix-p):
9253 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
9254 * mpc.el (mpc-string-prefix-p):
9255 Make all of these into obsolete aliases for string-prefix-p.
9257 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
9259 * textmodes/two-column.el: Move custom options to the start.
9260 (frame-width): Remove compat definition.
9261 (2C-associate-buffer, 2C-dissociate):
9262 Use with-current-buffer rather than save-excursion.
9263 (2C-dissociate): Force a mode-line update.
9264 (2C-autoscroll): Use ignore-errors.
9266 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
9269 * emacs-lisp/cl-extra.el (*random-state*):
9270 Remove unnecessary declaration.
9272 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
9274 * play/cookie1.el (cookie-snarf):
9275 Give an explicit error if input file cannot be read.
9277 * play/yow.el (yow-file): Use expand-file-name rather than concat.
9279 * progmodes/perl-mode.el (c-macro-expand):
9280 Remove unnecessary autoload (it is in loaddefs.el).
9282 * textmodes/picture.el (picture-desired-column)
9283 (picture-update-desired-column): Convert comments to doc-strings.
9284 (picture-substitute): Remove function.
9285 (picture-mode-map): Initialize in the defvar.
9287 * woman.el: Remove eval-after-load for tar-mode.
9288 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
9289 (woman-tar-extract-file): Autoload it.
9291 * frame.el (automatic-hscrolling): Make this alias obsolete.
9293 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9295 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
9296 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
9297 (ispell-dictionary-base-alist): Revert to original XEmacs
9298 friendly version for default. [:alpha:] will be added in
9299 `ispell-set-spellchecker-params' if needed.
9301 2012-04-16 Chong Yidong <cyd@gnu.org>
9303 * image.el (imagemagick--file-regexp): New variable.
9304 (imagemagick-register-types): Use it.
9305 (imagemagick-types-inhibit): Add :set function. Allow new value
9306 of t to inhibit all types.
9308 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
9309 so we can preload it.
9311 * loadup.el (fboundp): Preload regexp-opt, needed by
9312 imagemagick-register-types.
9314 2012-04-15 Chong Yidong <cyd@gnu.org>
9316 * frame.el (scrolling): Remove nearly unused customization group.
9318 * scroll-all.el (scroll-all-mode): Move to windows group.
9320 2012-04-15 Chong Yidong <cyd@gnu.org>
9322 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
9324 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9326 Avoid the use of ((lambda ...) ...) in lexical-binding code.
9327 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
9329 2012-04-15 Glenn Morris <rgm@gnu.org>
9331 * simple.el (process-file-side-effects): Doc fix.
9333 2012-04-15 Glenn Morris <rgm@gnu.org>
9335 * international/mule-cmds.el (set-language-environment): Doc fix.
9337 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
9339 * server.el (server-auth-key, server-generate-key): Doc fixes.
9340 (server-get-auth-key): Doc fix. Use `string-match-p'.
9341 (server-start): Reflow docstring.
9343 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
9345 * server.el (server-generate-key): `called-interactively-p'
9346 requires a parameter.
9348 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
9350 * server.el (server-auth-key): New variable.
9351 (server-generate-key, server-get-auth-key): New function.
9352 (server-start): Use the new variable and functions to allow
9353 setting a permanent server key (bug#9423).
9355 2012-04-14 Leo Liu <sdl.web@gmail.com>
9357 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
9359 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
9362 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
9363 Emacs uses American spelling.
9365 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
9367 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
9368 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
9369 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
9370 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
9372 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9374 * progmodes/which-func.el (which-func-modes): Change default.
9376 2012-04-14 Kim F. Storm <storm@cua.dk>
9378 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
9379 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
9381 2012-04-14 Chong Yidong <cyd@gnu.org>
9383 * custom.el (custom-theme-set-variables): Doc fix.
9385 2012-04-14 Glenn Morris <rgm@gnu.org>
9387 * international/mule.el (set-auto-coding-for-load): Doc fix.
9389 2012-04-14 Alan Mackenzie <acm@muc.de>
9391 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
9392 imenu work again for Objective C Mode. Correct the *-index values,
9393 these having been disturbed by a previous change in 2011-08.
9395 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
9396 Correct two search limits.
9398 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9400 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
9402 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
9404 * international/characters.el: Fix sorting.
9406 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9408 * international/characters.el: Add more missing Latin case pairs.
9410 2012-04-14 Glenn Morris <rgm@gnu.org>
9412 * files.el (dir-locals-set-class-variables): Doc fix.
9414 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9416 * international/characters.el: Add set-case-syntax-pair call for
9417 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
9418 counterpart. (Bug#11209)
9420 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
9422 2012-04-14 Glenn Morris <rgm@gnu.org>
9424 * calendar/holidays.el (calendar-check-holidays): Doc fix.
9426 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9428 * textmodes/ispell.el (ispell-dictionary-base-alist):
9429 Add data for Hebrew.
9431 2012-04-14 Chong Yidong <cyd@gnu.org>
9433 * net/rcirc.el (rcirc-cmd-quit):
9434 Revert 2012-03-18 change (Bug#11192).
9436 2012-04-14 Glenn Morris <rgm@gnu.org>
9438 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
9440 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9442 * minibuffer.el (completion-in-region-mode-map):
9443 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
9445 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
9447 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
9449 2012-04-13 Masatake YAMATO <yamato@redhat.com>
9451 * minibuffer.el (minibuffer-local-filename-syntax): New variable
9452 to allow `C-M-f' and `C-M-b' to move to the nearest path
9453 separator (bug#9511).
9455 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
9457 * avoid.el: Require cl when compiling. And also move the
9458 `provide' to the end.
9460 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9462 * avoid.el (mouse-avoidance-banish-position): New variable.
9463 (mouse-avoidance-banish-destination): Use it (bug#10165).
9465 2012-04-13 Leo Liu <sdl.web@gmail.com>
9467 * progmodes/which-func.el (which-func-modes): Add objc-mode.
9469 2012-04-13 Ken Brown <kbrown@cornell.edu>
9471 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
9472 this is no longer needed now that cygstart understands file:// URLs.
9473 (browse-url-filename-alist): For the same reason, don't modify
9474 file:// URLs on Cygwin.
9476 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9478 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
9479 the region on shift if the binding is already shifted (bug#11221).
9481 2012-04-12 Glenn Morris <rgm@gnu.org>
9483 * mail/mailpost.el: Move to obsolete/.
9485 2012-04-12 Drew Adams <drew.adams@oracle.com>
9487 * imenu.el (imenu--generic-function): Ignore invisible definitions
9490 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
9492 * hexl.el (hexl-bits): New variable.
9493 (hexl-options): Mention the variable in the doc string.
9494 (hexl-rulerise, hexl-line-displen): New functions.
9495 (hexl-mode): Mention the new variable.
9496 (hexl-mode, hexl-current-address, hexl-current-address):
9498 (hexl-ascii-start-column): New function.
9499 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
9500 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
9502 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9504 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
9505 '("-i" ENCODING), in 2 separate command-line arguments, to specify
9506 the encoding, as expected by hunspell.
9508 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9510 * battery.el (battery--linux-sysfs-regexp): New const.
9511 (battery-status-function): Use it. Remove yeeloong special case.
9512 (battery-yeeloong-sysfs): Remove.
9513 (battery-echo-area-format): Remove yeeloong special case.
9515 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9517 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
9518 Reported by Noah Friedman.
9520 * subr.el (read-passwd): Use read-string.
9522 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9524 * vcursor.el (vcursor-move): Increase the priority of the overlay
9527 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9529 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
9530 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
9532 2012-04-11 William Stevenson <yhvh2000@gmail.com>
9534 * textmodes/artist.el (artist-mode): Convert artist-mode to use
9535 define-minor-mode (bug#10760).
9537 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9539 * progmodes/grep.el (rgrep): Tweak the find command line so
9540 that directories matching `grep-find-ignored-files' won't be
9543 2012-04-11 Chong Yidong <cyd@gnu.org>
9545 * startup.el (command-line): Remove support for long-obsolete
9546 variable font-lock-face-attributes.
9548 2012-04-11 Glenn Morris <rgm@gnu.org>
9550 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
9552 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9554 * window.el (window--state-get-1): Obey window-point-insertion-type.
9556 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
9558 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
9559 to previous function when point is on the first character of a
9560 function. Take care of that in `narrow-to-defun' (bug#6157).
9562 2012-04-11 Glenn Morris <rgm@gnu.org>
9564 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
9565 not just file-errors.
9567 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
9568 (vc-bzr-sha1): Use internal sha1.
9570 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9572 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
9574 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
9576 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
9577 that start in the middle of the line (bug#10496).
9579 2012-04-10 Dan Nicolaescu <dann@gnu.org>
9581 * battery.el (battery-linux-proc-acpi): Only one battery is
9582 discharged at a time, but that seems to confuse battery.el when
9583 computing `rate-type' for the battery not being discharged
9586 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9588 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
9590 * international/quail.el: Use dolist and simplify.
9591 (quail-define-package, quail-update-keyboard-layout)
9592 (quail-define-rules): Use dolist.
9593 (quail-insert-kbd-layout, quail-get-translation): CSE.
9595 * tmm.el: Use dolist, remove left over hook.
9596 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
9598 (calendar-load-hook): Don't mess with it.
9600 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
9601 Use derived-mode-p. Run the diff asynchronously.
9603 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9605 * obsolete/mouse-sel.el: Add an Obsolete-since header.
9607 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
9609 * misc.el: Display absolute path of loaded DLLs (bug#10424).
9610 (list-dynamic-libraries--loaded): New function.
9611 (list-dynamic-libraries--refresh): Use it.
9613 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
9615 * progmodes/python.el (python-fill-paragraph):
9616 Make python-fill-region in a multiline string work when font-lock is
9617 disabled (bug#7018).
9619 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
9621 * language/european.el (cp775): Add oem/legacy (en)coding on
9622 DOS/MS Windows for the Baltic languages. There are still plenty
9623 of texts written in this encoding/codepage (bug#6519).
9625 2012-04-10 Glenn Morris <rgm@gnu.org>
9627 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
9628 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
9630 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
9632 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
9633 next-line "n" and previous-line "p" in order to make recentf more
9634 consistent with ibuffer, dired or org-mode (bug#9387).
9636 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9638 * image.el (put-image): Return the overlay created instead of the
9639 optional input string (bug#7834). Note that this may break code
9640 that is (for some reason or other) depending on `put-image'
9641 returning the string.
9643 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
9645 * simple.el (zap-to-char): Allow zapping using input methods
9648 * textmodes/fill.el (fill-region): Leave point and mark where they
9649 were before filling (bug#5399).
9651 2012-04-09 Glenn Morris <rgm@gnu.org>
9653 * version.el (emacs-bzr-get-version):
9654 Handle lightweight checkouts of local branches.
9656 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
9658 * international/characters.el: Recover lost case pairs. (Bug#11209)
9660 2012-04-09 Chong Yidong <cyd@gnu.org>
9662 * custom.el (custom-variable-p): Return nil for non-symbol
9663 arguments instead of signaling an error.
9664 (user-variable-p): Obsolete alias for custom-variable-p.
9666 * apropos.el (apropos-variable):
9667 * files-x.el (read-file-local-variable):
9668 * simple.el (set-variable):
9669 * woman.el (woman-mini-help):
9670 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
9672 2012-04-09 Glenn Morris <rgm@gnu.org>
9674 * startup.el (normal-top-level): Don't look for leim-list.el
9675 in places where it will not be found. (Bug#910)
9677 * international/mule-cmds.el (set-default-coding-systems):
9678 * files.el (normal-mode):
9679 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
9680 This function was removed with ucs-tables.el in 2008.
9682 2012-04-08 Eli Zaretskii <eliz@gnu.org>
9684 * textmodes/ispell.el (ispell-check-version): For hunspell, set
9685 ispell-encoding8-command to "-i", without a trailing space.
9686 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
9687 separate command-line arguments, to specify the encoding, since
9688 that's how hunspell expects it.
9690 2012-04-08 Glenn Morris <rgm@gnu.org>
9692 * loadup.el: Load bindings before cus-start.
9693 This reduces somewhat the number of "rogue" settings in emacs -Q.
9695 2012-04-07 Glenn Morris <rgm@gnu.org>
9697 * version.el (emacs-bzr-get-version): New function.
9698 (emacs-bzr-version): New variable.
9699 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
9700 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
9702 2012-04-07 Eli Zaretskii <eliz@gnu.org>
9704 * international/uni-bidi.el, international/uni-category.el:
9705 * international/uni-combining.el, international/uni-decimal.el:
9706 * international/uni-decomposition.el, international/uni-digit.el:
9707 * international/uni-lowercase.el, international/uni-mirrored.el:
9708 * international/uni-name.el, international/uni-numeric.el:
9709 * international/uni-titlecase.el, international/uni-uppercase.el:
9710 Update for Unicode 6.1.
9712 2012-04-07 Eli Zaretskii <eliz@gnu.org>
9714 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
9716 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9718 * window.el (shrink-window): Mention the `window-min-height'
9719 variable in the doc string.
9721 2012-04-05 Bastien Guerry <bzg@altern.org>
9723 * color.el (color-lighten-name): Fix typo.
9725 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9727 * server.el (server--on-display-p): New function.
9728 (server--on-display-p): Use it.
9730 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
9732 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
9735 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9737 * comint.el (comint--common-quoted-suffix): Check string boundary
9738 before comparing (bug#11158).
9739 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
9741 2012-04-04 Chong Yidong <cyd@gnu.org>
9743 * minibuffer.el (completion-extra-properties): Doc fix.
9745 * subr.el (delayed-warnings-hook): Doc fix.
9747 2012-04-04 Daiki Ueno <ueno@unixuser.org>
9749 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
9750 selection (Bug#11159).
9751 (epa-insert-keys): Inform that the default public key will be
9752 exported if no key is selected.
9754 2012-04-04 Richard Stallman <rms@gnu.org>
9756 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
9758 2012-04-03 Chong Yidong <cyd@gnu.org>
9760 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
9761 mail-insert-file, not its obsolete alias mail-attach-file.
9763 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
9765 * notifications.el (notifications-notify): Fix docstring.
9767 2012-04-02 Glenn Morris <rgm@gnu.org>
9769 * emacs-lisp/authors.el (authors-aliases): Another addition.
9771 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
9773 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
9774 `tramp-compat-call-process' instead of `tramp-local-call-process'.
9775 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
9777 2012-04-01 Chong Yidong <cyd@gnu.org>
9779 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
9780 Handle root directory properly.
9781 (copy-directory): Caller changed.
9783 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9784 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
9786 2012-03-31 Glenn Morris <rgm@gnu.org>
9788 * term/xterm.el (xterm-extra-capabilities): Doc fix.
9790 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
9792 * calendar/calendar.el (calendar-window-list)
9793 (calendar-hide-window): Restore. (Bug#11140)
9794 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
9796 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
9798 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9800 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9801 Check if file is a symlink (Bug#10489).
9803 * files.el (copy-directory): Likewise.
9805 2012-03-30 Chong Yidong <cyd@gnu.org>
9807 * image.el (imagemagick-types-inhibit)
9808 (imagemagick-register-types): Doc fix.
9810 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9812 * textmodes/ispell.el (ispell-get-extended-character-mode):
9813 Disable extended-char-mode for hunspell. hunspell does not support it
9814 and treats ~word as ordinary words in pipe mode.
9816 2012-03-30 Glenn Morris <rgm@gnu.org>
9818 * tutorial.el (help-with-tutorial): Ensure local variables don't
9819 happen to make the buffer read-only. (Bug#11127)
9821 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9823 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
9824 (perl-calculate-indent): Return `noindent' in strings.
9826 2012-03-28 Sam Steingold <sds@gnu.org>
9828 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
9829 instead of the broken adhockery which does not prevent calendar
9830 buffers from being displayed at random after exit.
9831 (calendar-window-list, calendar-hide-window): Remove the broken
9834 2012-03-28 Glenn Morris <rgm@gnu.org>
9836 * replace.el (query-replace-map): Doc fix.
9838 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
9840 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
9841 contents. (Bug#11109)
9843 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9845 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
9847 (avl-tree--check, avl-tree--check-node): New funs.
9849 2012-03-27 Martin Rudalics <rudalics@gmx.at>
9851 * window.el (switch-to-visible-buffer): New option.
9852 (switch-to-prev-buffer, switch-to-next-buffer):
9853 Observe switch-to-visible-buffer. Make sure that checking for a window
9854 showing a buffer already is done on the same frame.
9856 2012-03-27 Glenn Morris <rgm@gnu.org>
9858 * startup.el (mail-host-address): Doc fix.
9860 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9862 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
9865 2012-03-26 Ami Fischman <ami@fischman.org>
9867 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
9869 2012-03-26 Glenn Morris <rgm@gnu.org>
9871 * files.el (save-buffers-kill-emacs): Doc fix.
9873 * startup.el (normal-top-level, command-line, command-line-1):
9874 Give them doc strings.
9876 2012-03-25 Eli Zaretskii <eliz@gnu.org>
9878 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
9879 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
9881 2012-03-25 Chong Yidong <cyd@gnu.org>
9883 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
9884 theme if it was previously enabled before (Bug#11031).
9886 * cus-theme.el (custom-theme-write-faces): Retrieve current face
9887 spec with custom-face-get-current-spec if its :shown-value is not
9888 determined yet (Bug#9337).
9889 (customize-create-theme, custom-theme-revert): Doc fixes.
9891 * button.el (button-at): Minor addition to docstring.
9893 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
9895 * vc/vc.el (vc-merge): Fix a prompt.
9897 2012-03-24 Chong Yidong <cyd@gnu.org>
9899 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
9902 * button.el (button-at): Minor addition to docstring.
9904 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
9906 * newcomment.el (comment-choose-indent): No space after BOL.
9908 2012-03-22 Sam Steingold <sds@gnu.org>
9910 * window.el (switch-to-prev-buffer): Revert last patch because the
9911 bug turned out to be an advertised feature (Elisp manual 28.14).
9913 2012-03-22 Glenn Morris <rgm@gnu.org>
9915 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
9916 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
9918 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9920 * net/network-stream.el (network-stream-open-starttls): Make error
9921 message under Windows be less misleading.
9923 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
9925 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
9926 understands (bug#9942).
9928 2012-03-22 Chong Yidong <cyd@gnu.org>
9930 * simple.el (end-of-visible-line): Handle return value of
9931 next-single-property-change properly (Bug#9371).
9933 2012-03-22 Kenichi Handa <handa@m17n.org>
9935 * international/quail.el (quail-insert-kbd-layout): Fix previous
9936 change. To avoid unwanted bidi reordering, use
9937 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
9939 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
9941 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
9942 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
9943 (ruby-beginning-of-indent): Be more careful with the difference
9944 between word-boundary and symbol boundary.
9945 (ruby-mode-syntax-table): Make : a symbol constituent.
9947 2012-03-21 Andreas Politz <politza@fh-trier.de>
9949 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
9951 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9953 * progmodes/etags.el (tags-completion-at-point-function):
9956 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
9958 2012-03-21 Sam Steingold <sds@gnu.org>
9960 * progmodes/etags.el (tags-completion-at-point-function):
9961 Avoid the error when point is inside the pattern.
9963 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
9965 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
9968 2012-03-21 Drew Adams <drew.adams@oracle.com>
9970 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
9972 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
9974 * ido.el (ido-set-current-directory, ido-read-internal)
9975 (ido-choose-completion-string, ido-completion-help): Handle nil
9976 value of ido-completion-buffer (Bug#11008).
9978 2012-03-21 Sam Steingold <sds@gnu.org>
9980 * window.el (switch-to-prev-buffer): Do not switch to a visible
9981 window previous buffer, just like with the frame previous buffers.
9983 2012-03-21 Chong Yidong <cyd@gnu.org>
9985 * faces.el (make-face, make-empty-face, copy-face):
9986 * face-remap.el (face-remap-add-relative, face-remap-set-base):
9989 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9991 * wid-edit.el (widget-complete-field): Remove (bug#11051).
9992 (widget-complete): Remove broken use of it.
9994 2012-03-20 Chong Yidong <cyd@gnu.org>
9996 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9997 Use string-width and truncate-string-width to handle arbitrary
10000 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
10002 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
10003 to draw rectangles, not squares. (Regression introduced by revno
10004 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
10006 2012-03-18 Chong Yidong <cyd@gnu.org>
10008 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
10009 it is not yet defined (for temacs).
10011 2012-03-18 Leo Liu <sdl.web@gmail.com>
10013 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
10016 2012-03-17 Eli Zaretskii <eliz@gnu.org>
10018 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
10019 (ispell-choices-win-default-height, ispell-silently-savep)
10020 (ispell-dictionary-alist, ispell-encoding8-command)
10021 (ispell-check-version, ispell-aspell-find-dictionary)
10022 (ispell-valid-dictionary-list, ispell-words-keyword)
10023 (ispell-get-word, ispell-internal-change-dictionary)
10024 (ispell-region, ispell-skip-region-list)
10025 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
10026 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
10027 (ispell-message-text-end, ispell-message)
10028 (ispell-buffer-local-parsing): Doc fix.
10030 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
10032 * htmlfontify.el: Add support for code block fontification for ODT
10033 export (Bug #9914).
10034 (hfy-optimisations): Define new option
10036 (hfy-fontify-buffer): Honor above setting.
10037 (hfy-begin-span, hfy-end-span): New routines factored out form
10038 `hfy-fontify-buffer'.
10039 (hfy-begin-span-handler, hfy-end-span-handler): New variables
10040 that permit insertion of custom tags.
10041 (hfy-fontify-buffer): Use above handlers.
10042 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
10043 (hfy-face-to-css): Re-defined to be a variable.
10044 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
10045 over multiple runs. This is made possible by having the caller let
10046 bind a special variable `hfy-user-sheet-assoc'.
10047 (htmlfontify-string): New defun.
10048 (hfy-compile-face-map): Make sure that the last char in the
10049 buffer is correctly fontified.
10050 (hfy-face-resolve-face): Whitespace only change.
10052 2012-03-17 Eli Zaretskii <eliz@gnu.org>
10054 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
10055 message more clear.
10057 2012-03-16 Leo Liu <sdl.web@gmail.com>
10059 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
10061 2012-03-16 Alan Mackenzie <acm@muc.de>
10063 Further optimise the handling of large macros.
10065 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
10066 limit to a call of `c-literal-limits'.
10067 (c-determine-+ve-limit): New function.
10068 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
10069 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
10070 In CASE 5B, restrict a search limit to 500.
10071 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
10073 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
10074 Restrict macro bounds to +-500 from after-change's BEG END.
10076 2012-03-16 Leo Liu <sdl.web@gmail.com>
10078 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
10080 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
10082 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
10083 `special-mode' setting of `buffer-read-only'. (Bug#11010)
10085 2012-03-16 Glenn Morris <rgm@gnu.org>
10087 * view.el (view-buffer, view-buffer-other-window)
10088 (view-buffer-other-frame): Doc fixes re special mode-class.
10090 * subr.el (eval-after-load): If named feature is provided not from
10091 a file, run after-load forms. (Bug#10946)
10093 * calendar/calendar.el (calendar-insert-at-column):
10094 Handle non-unit-width characters a bit better. (Bug#10978)
10096 2012-03-15 Chong Yidong <cyd@gnu.org>
10098 * emacs-lisp/ring.el (ring-extend): New function.
10099 (ring-insert+extend): Extend the ring correctly (Bug#11019).
10101 * comint.el (comint-read-input-ring)
10102 (comint-add-to-input-history): Grow comint-input-ring lazily.
10104 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10106 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
10107 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
10109 * imenu.el: Fix multiple inheritance breakage (bug#9199).
10110 (imenu-add-to-menubar): Don't add a redundant index.
10111 (imenu-update-menubar): Handle a dynamically composed keymap.
10113 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
10115 * mail/sendmail.el (mail-encode-header):
10116 Bind rfc2047-encode-encoded-words to nil.
10118 2012-03-13 Glenn Morris <rgm@gnu.org>
10120 * calendar/calendar.el (calendar-string-spread):
10121 Handle non-unit-width characters a bit better. (Bug#10978)
10123 2012-03-13 Leo Liu <sdl.web@gmail.com>
10125 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
10126 directory and file as argument (Bug#10822).
10128 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
10130 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
10131 For dynamically generated code, follow $PC.
10132 (gdb-disassembly-handler-custom): Handle no function name case.
10134 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
10136 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
10137 * emulation/ws-mode.el (ws-query-replace):
10138 * sort.el (sort-regexp-fields):
10139 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
10141 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10143 * dabbrev.el: Fix cycle completion order (bug#10963).
10144 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
10145 (dabbrev-completion): Don't use an obarray; provide
10146 a cycle-sort-function.
10148 2012-03-12 Leo Liu <sdl.web@gmail.com>
10150 * simple.el (kill-new): Use equal-including-properties for comparison.
10151 (kill-do-not-save-duplicates): Doc fix.
10153 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10155 * dabbrev.el: Fix cycle completion (bug#10963).
10156 Use lexical binding and wrap to 80 columns.
10157 (dabbrev-completion): Delay computing the list of completions.
10159 2012-03-12 Kenichi Handa <handa@m17n.org>
10161 * international/quail.el (quail-insert-kbd-layout): Surround each
10162 row by LRO and PDF instead of inserting many LRMs. Pad the left
10163 and right of each non-spacing marks. Insert invisible space
10164 between lower and upper characters to prevent composition.
10166 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10168 * minibuffer.el (minibuffer-complete): Don't get confused when the
10169 function is run twice via different commands (bug#10958).
10170 (complete-with-action): Fix docstring.
10172 2012-03-12 Chong Yidong <cyd@gnu.org>
10174 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
10175 (nxml-completion-at-point-function): New function.
10176 (nxml-mode): Use it.
10177 (nxml-bind-meta-tab-to-complete-flag): Default to t.
10179 * emacs-lisp/package.el (package-unpack, package-unpack-single):
10180 Load generated autoloads file before byte compiling (Bug#10970).
10181 (package--make-autoloads-and-compile): New helper fun.
10183 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
10185 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
10187 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
10189 * autorevert.el (auto-revert-handler): Ensure, that
10190 file-readable-p is applied only for local files or in
10191 auto-revert-tail-mode.
10193 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
10195 * server.el (server-eval-at): Handle non-tcp connections.
10196 Decode result string.
10198 * server.el (server-msg-size): New constant.
10199 (server-reply-print): New function.
10200 (server-eval-and-print): Use it.
10201 (server-eval-at): Use server-quote-arg and server-unquote-arg.
10202 Handle -print-nonl.
10204 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
10206 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
10209 2012-03-11 Chong Yidong <cyd@gnu.org>
10211 * simple.el (goto-line): Doc fix (Bug#9938).
10213 * subr.el (save-window-excursion): Doc fix (Bug#9979).
10215 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
10216 when finished (Bug#10963).
10218 2012-03-11 Martin Rudalics <rudalics@gmx.at>
10220 * window.el (split-window-below): Fix bug in case where
10221 split-window-keep-point is nil (Bug#10971).
10223 2012-03-11 Juri Linkov <juri@jurta.org>
10225 * replace.el (replace-highlight): Set isearch-word to nil
10226 unconditionally. (Bug#10887)
10228 2012-03-10 Eli Zaretskii <eliz@gnu.org>
10230 * net/mairix.el (mairix-replace-invalid-chars): Rename from
10231 mairix-replace-illegal-chars; all callers changed. Don't remove
10232 ^, ~, and = characters: they are meaningful in mairix search specs.
10233 (mairix-widget-create-query): Add usage information about mairix
10234 search forms: negating words, searching for substrings, etc.
10236 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
10238 * international/fontset.el (font-encoding-alist): Add an entry for
10239 ksx1001 (Bug#5667).
10241 2012-03-10 Richard Stallman <rms@gnu.org>
10243 * mail/sendmail.el (mail-encode-header):
10244 Set rfc2047-encode-encoded-words.
10246 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
10248 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
10249 view buffer means not swapped.
10250 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
10251 (rmail-write-region-annotate): Error if real text has disappeared.
10253 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
10255 2012-03-10 Chong Yidong <cyd@gnu.org>
10257 * emulation/cua-rect.el (cua--init-rectangles):
10258 * emulation/cua-base.el (cua--init-keymaps):
10259 Add delete-forward-char to remappings (Bug#9666).
10261 2012-03-10 Martin Rudalics <rudalics@gmx.at>
10263 * speedbar.el (speedbar-unhighlight-one-tag-line):
10264 Avoid unhighlighting due to frame switching (Bug#10275).
10266 2012-03-10 Chong Yidong <cyd@gnu.org>
10268 * minibuffer.el (completion-in-region, completion-help-at-point):
10269 Give the completion field overlay a high priority (Bug#6830).
10271 * dired.el (dired-goto-file): Recognize absolute file name
10272 listings (Bug#7126).
10273 (dired-goto-file-1): New helper function.
10274 (dired-toggle-read-only): Inhibit warnings.
10276 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
10278 * net/dbus.el (dbus-property-handler): Return empty array if
10279 there are no properties.
10281 2012-03-09 Leo Liu <sdl.web@gmail.com>
10283 * savehist.el (savehist-printable): Stricter check for string
10286 2012-03-09 Eli Zaretskii <eliz@gnu.org>
10288 * mail/smtpmail.el (smtpmail-send-it):
10289 Bind coding-system-for-write to *-unix, so that FCC files are kept in
10292 2012-03-09 Glenn Morris <rgm@gnu.org>
10294 * files.el (dir-locals-find-file):
10295 Don't check result is regular, readable.
10296 (dir-locals-read-from-file): Demote errors.
10298 2012-03-08 Eli Zaretskii <eliz@gnu.org>
10300 * international/quail.el (quail-insert-kbd-layout):
10301 Insert invisible LRM characters before each character in a keyboard
10302 layout cell, to prevent their reordering by bidi display engine.
10303 For details, see the discussion in
10304 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
10306 2012-03-08 Alan Mackenzie <acm@muc.de>
10308 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
10309 the starting position; make it extend the marked region when
10310 invoked repeatedly - all under appropriate circumstances.
10311 Fixes bugs #5525, #10906.
10313 2012-03-08 Glenn Morris <rgm@gnu.org>
10315 * files.el (locate-dominating-file, dir-locals-find-file):
10316 Undo 2012-03-06 change.
10318 2012-03-07 Eli Zaretskii <eliz@gnu.org>
10320 * international/quail.el (quail-help):
10321 Force bidi-paragraph-direction be left-to-right. See discussion in
10322 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
10325 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
10327 Avoid superfluous registering of signals. (Bug#10807)
10329 * notifications.el (notifications-on-action-object)
10330 (notifications-on-close-object): New defvars.
10331 (notifications-on-action-signal, notifications-on-closed-signal):
10332 Unregister the signal if not needed any longer.
10333 (notifications-notify): Register `notifications-action-signal' or
10334 `notifications-closed-signal', if :on-action or :on-close has been
10335 passed as argument.
10337 2012-03-07 Chong Yidong <cyd@gnu.org>
10339 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
10342 2012-03-06 Glenn Morris <rgm@gnu.org>
10344 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10345 (x-disown-selection-internal, x-get-selection-internal):
10346 Doc fix (add arglist signatures). (Bug#10783)
10348 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
10350 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10351 Handle breakpoints with no "type".
10353 2012-03-06 Glenn Morris <rgm@gnu.org>
10355 * files.el (locate-dominating-file): Add optional predicate argument.
10356 (dir-locals-find-file): Make use of above change.
10358 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
10360 * info.el (Info-insert-dir): Also try "dir.gz".
10362 2012-03-06 Glenn Morris <rgm@gnu.org>
10364 * files.el (dir-locals-find-file):
10365 Ignore non-readable or non-regular files. (Bug#10928)
10367 * files.el (locate-dominating-file): Doc fix.
10369 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
10371 * calendar/calendar.el (calendar-set-mode-line):
10372 `getenv' returns a string. (Bug#10951)
10374 2012-03-05 Leo Liu <sdl.web@gmail.com>
10376 * simple.el (backward-delete-char-untabify): Constrain point to
10379 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
10381 2012-03-05 Chong Yidong <cyd@gnu.org>
10383 * simple.el (count-words): If called from Lisp, return the word
10384 count, for symmetry with `count-lines'. Arglist changed.
10385 (count-words--message): Args changed. Consolidate counting code
10386 from count-words and count-words-region.
10387 (count-words-region): Caller changed.
10388 (count-lines-region): Make it an obsolete alias.
10390 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
10392 * saveplace.el (save-place-to-alist)
10393 (save-place-ignore-files-regexp): Allow value nil to disable this
10396 2012-03-04 Chong Yidong <cyd@gnu.org>
10398 * faces.el (face-spec-reset-face): For the default face, reset the
10399 attributes to default values (Bug#10748).
10401 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10403 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
10404 previous patch: Check `message-send-mail-function', and not the
10405 default function (bug#10897).
10407 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
10409 * notifications.el (notifications-on-action-signal)
10410 (notifications-on-closed-signal): Check for unique service name of
10411 incoming event. Fix error in removing entry.
10412 (top): Register for signals with wildcard service name.
10413 (notifications-notify): Use daemon unique service name for map entries.
10415 2012-03-04 Chong Yidong <cyd@gnu.org>
10417 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
10419 2012-03-04 Glenn Morris <rgm@gnu.org>
10421 * abbrev.el (copy-abbrev-table, abbrev-table-p)
10422 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
10423 (expand-abbrev, define-abbrev-table): Doc fixes.
10425 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10427 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
10428 `message-default-send-mail-function' and not `send-mail-function'
10429 when doing the prompting for `sendmail-query-once' before sending
10430 in Message buffers (bug#10897).
10432 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
10433 This is inconsistent with all the other stream functions, which leave
10434 the setting up to the higher levels (if so wanted) (bug#10931).
10436 2012-03-02 Alan Mackenzie <acm@muc.de>
10438 Depessimize the handling of very large macros.
10440 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
10441 (c-macro-cache-syntactic): New variables to implement a one
10442 element macro cache.
10443 (c-invalidate-macro-cache): New function.
10444 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
10445 Adapt to use the new cache.
10446 (c-state-safe-place): Use better the cache of safe positions.
10447 (c-state-semi-nonlit-pos-cache)
10448 (c-state-semi-nonlit-pos-cache-limit):
10449 New variables for...
10450 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
10451 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
10452 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
10453 Use c-state-semi-safe-place.
10455 * progmodes/cc-langs.el (c-get-state-before-change-functions):
10456 Add c-invalidate-macro-cache to the C, C++, Obj entries.
10458 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
10460 * jka-compr.el (jka-compr-call-process):
10461 Apply `file-accessible-directory-p' only when the default directory is
10464 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
10466 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
10467 access of FILE2, if FILE1 does not exist.
10469 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
10470 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
10472 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
10473 Add "PAGER=" to `process-environment'.
10475 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
10477 * progmodes/sql.el: Bug fix
10478 (sql-get-login-ext): Save login values in globals.
10479 (sql-get-login): Use new version of `sql-get-login-ext'.
10480 (sql-interactive-mode): Set global `sql-connection' to nil.
10481 (sql-connect): Set global values for connection.
10482 (sql-product-interactive): Save global values as buffer local.
10484 2012-02-29 Leo Liu <sdl.web@gmail.com>
10486 * abbrev.el (define-abbrevs): Reset sys to nil.
10488 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10490 * files.el (file-equal-p): Rename from `files-equal-p'.
10491 Return nil when one or both files don't exist.
10492 (file-subdir-of-p): Now only top directory must exists,
10493 return nil if it doesn't.
10494 (copy-directory): No need to test with `file-subdir-of-p' after
10496 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
10499 2012-02-28 Glenn Morris <rgm@gnu.org>
10501 * shell.el (shell-mode):
10502 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
10503 * play/landmark.el (landmark-font-lock-face-O):
10504 * play/handwrite.el (handwrite):
10505 * play/gomoku.el (gomoku-O):
10506 * net/browse-url.el (browse-url-browser-display):
10507 * international/mule.el (define-charset):
10508 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
10509 * filesets.el (filesets-find-file-delay):
10510 * eshell/em-xtra.el (eshell-xtra):
10511 * eshell/em-unix.el (eshell-grep):
10512 * emulation/viper.el (viper-mode):
10513 * emacs-lisp/regexp-opt.el (regexp-opt-group):
10514 * emacs-lisp/easymenu.el (easy-menu-define):
10515 * calendar/timeclock.el (timeclock-use-display-time):
10517 * bookmark.el (bookmark-save-flag):
10518 Doc fix (standardize possessive apostrophe usage).
10520 2012-02-27 Chong Yidong <cyd@gnu.org>
10522 * emulation/viper-cmd.el (viper-intercept-ESC-key):
10523 Fix key-binding lookup for ESC key (Bug#9146).
10525 * font-lock.el (font-lock-specified-p): Rename from
10526 font-lock-spec-present. Callers changed.
10528 2012-02-27 Daniel Hackney <dan@haxney.org>
10530 * emacs-lisp/package.el (package-compute-transaction):
10531 Handle holding a package version to t in package-load-list.
10533 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
10535 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
10536 (tramp-get-inode, tramp-get-device): Use cached values.
10538 2012-02-26 Alan Mackenzie <acm@muc.de>
10540 Check there is a font-lock specification before doing initial
10543 * font-core.el (font-lock-mode): Move the conditional from
10544 :after-hook to font-lock-initial-fontify.
10545 (font-lock-default-function): Move the check for a specification
10546 to font-lock-spec-present.
10548 * font-lock.el (font-lock-initial-fontify): Call ...
10549 (font-lock-spec-present): New function.
10551 2012-02-26 Jim Blandy <jimb@red-bean.com>
10553 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
10554 (gdb-send): Apply it to the operand of the '-interpreter-exec
10555 console' command, so that we can pass arguments with (say) quotes
10556 in them. Store exact string sent in gdb-debug-log (Bug#10765).
10558 2012-02-26 Chong Yidong <cyd@gnu.org>
10560 * help-fns.el (describe-function-1): Clarify description of
10561 remapping (Bug#10844).
10563 * files.el (files-equal-p): Doc fix.
10564 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
10565 and quit the loop once a mismatch is found.
10567 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
10569 * bs.el (bs--show-with-configuration): Don't throw an error
10570 if the window cannot be split; otherwise, subsequent calls to
10571 bs-show fail, restoring a stale window config. (Bug#10882)
10573 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
10575 * term/ns-win.el (global-map): Bind ns-drag-file to
10576 ns-find-file (Bug#5855, Bug#10050).
10578 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
10580 * calendar/parse-time.el (parse-time-string): Allow extractor to
10583 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
10585 * net/tramp.el (tramp-file-name-for-operation):
10586 Add `files-equal-p' and `file-subdir-of-p'.
10588 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
10589 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
10590 Add COPY-CONTENTS argument.
10592 2012-02-25 Chong Yidong <cyd@gnu.org>
10594 Add custom groups for VC backends, for consistency with vc-bzr.
10596 * vc/vc-arch.el (vc-arch):
10597 * vc/vc-cvs.el (vc-cvs):
10598 * vc/vc-git.el (vc-git):
10599 * vc/vc-hg.el (vc-hg):
10600 * vc/vc-mtn.el (vc-mtn):
10601 * vc/vc-rcs.el (vc-rcs):
10602 * vc/vc-sccs.el (vc-sccs):
10603 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
10604 All relevant defcustoms reassigned.
10606 2012-02-25 Chong Yidong <cyd@gnu.org>
10608 * newcomment.el (comment-styles): Add autoload (Bug#10868).
10610 * term/x-win.el (x-initialize-window-system): Reduce default for
10611 x-selection-timeout to 5 seconds (Bug#8869).
10613 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10615 * files.el (files-equal-p, file-subdir-of-p): New functions.
10616 (copy-directory): Error when trying to copy a directory on itself.
10617 Add missing copy-contents arg to tramp handler.
10618 * dired-aux.el (dired-copy-file-recursive): Same.
10619 (dired-create-files): Modify destination when source is equal to
10620 dest when copying files.
10621 Return also when dest is a subdir of source. (Bug#10489)
10623 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
10625 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
10628 2012-02-23 Alan Mackenzie <acm@muc.de>
10630 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
10631 parameter "after-hook:" to allow the expansion to run code after
10632 the execution of the mode hooks.
10634 * font-lock.el (font-lock-initial-fontify): New function extracted
10635 from font-lock-mode-internal.
10637 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
10640 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10642 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
10643 (completion--cache-all-sorted-completions): New function.
10644 (completion-all-sorted-completions): Use it.
10645 (completion--do-completion, minibuffer-force-complete):
10646 Use it to re-instate the flush hook.
10648 * icomplete.el (icomplete-completions): Replace last fix with a better
10651 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
10653 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
10654 when it might call us back infinitely (bug#10797).
10656 2012-02-23 Glenn Morris <rgm@gnu.org>
10658 * minibuffer.el (completion-category-overrides): Doc fix.
10660 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10662 * minibuffer.el (completion-table-with-context): Fix inf-loop.
10663 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
10665 2012-02-23 Glenn Morris <rgm@gnu.org>
10667 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
10668 (authors-obsolete-files-regexps, authors-ignored-files)
10669 (authors-ambiguous-files, authors-renamed-files-alist):
10672 2012-02-23 Juri Linkov <juri@jurta.org>
10674 * isearch.el (isearch-occur): Sync interactive spec with occur's
10675 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
10677 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
10679 2012-02-22 Juri Linkov <juri@jurta.org>
10681 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
10682 (ucs-insert): Doc fix. Check for hex digits in the string.
10683 Don't display `nil' in the error message. (Bug#10857)
10685 2012-02-22 Alan Mackenzie <acm@muc.de>
10687 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
10689 2012-02-22 Glenn Morris <rgm@gnu.org>
10691 * ffap.el (ffap-c-path):
10692 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
10694 2012-02-22 Chong Yidong <cyd@gnu.org>
10696 * custom.el (load-theme): Doc fix.
10698 2012-02-22 Glenn Morris <rgm@gnu.org>
10700 * dired-x.el (dired-guess-shell-alist-default):
10701 Remove escape sequences from nroff output. (Bug#172)
10703 2012-02-21 Glenn Morris <rgm@gnu.org>
10705 * vc/emerge.el (emerge-defvar-local):
10706 Set `permanent-local' property rather than unused `preserved'.
10708 * textmodes/picture.el (picture-delete-char): New alias.
10709 (picture-mode-map): Use it. (Bug#10860)
10710 (picture-mode): Doc fix.
10712 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
10714 * newcomment.el (uncomment-region-default): Remove unused binding.
10716 2012-02-21 Glenn Morris <rgm@gnu.org>
10718 * textmodes/picture.el (picture-motion, picture-motion-reverse)
10719 (picture-self-insert, picture-tab-chars): Doc fix.
10720 (picture-mode-map): Fix C-a, C-e.
10722 2012-02-20 Glenn Morris <rgm@gnu.org>
10724 * emacs-lisp/authors.el (authors-aliases): Add another entry.
10726 2012-02-20 Leo Liu <sdl.web@gmail.com>
10728 * icomplete.el (icomplete-completions): Check FROM arg before
10729 passing to substring (Bug#10850).
10731 2012-02-19 Chong Yidong <cyd@gnu.org>
10733 * comint.el: Require ansi-color.
10734 (comint-output-filter-functions): Add ansi-color-process-output.
10736 * ansi-color.el: Don't set comint-output-filter-functions; it is
10737 now in the initial value defined in comint.el.
10738 (ansi-color-apply-face-function): New variable.
10739 (ansi-color-apply-on-region): Use it.
10740 (ansi-color-apply-overlay-face): New function.
10742 * shell.el (shell): No need to require ansi-color.
10743 (shell-mode): Use ansi-color-apply-face-function to highlight
10744 color escapes using font-lock-face property (Bug#10835).
10746 2012-02-19 Chong Yidong <cyd@gnu.org>
10748 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
10749 mode-line formats (Bug#10839).
10751 2012-02-18 Glenn Morris <rgm@gnu.org>
10753 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
10755 * mail/undigest.el (unforward-rmail-message): Doc fix.
10757 * saveplace.el (save-place-ignore-files-regexp): Add :version.
10759 2012-02-18 Eli Zaretskii <eliz@gnu.org>
10761 * international/characters.el (script-list): Sync with the latest
10762 Unicode Character Database.
10764 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
10766 * international/titdic-cnv.el: Remove duplicate coding tag.
10767 * language/cham.el: Likewise.
10768 * language/tai-viet.el: Likewise.
10770 2012-02-18 Glenn Morris <rgm@gnu.org>
10772 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
10773 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
10774 (calendar-bahai-all-holidays-flag, calendar-other-dates):
10775 * calendar/diary-lib.el (diary-abbreviated-year-flag):
10776 * calendar/holidays.el (holiday-bahai-holidays)
10777 (calendar-holidays, list-holidays):
10778 Use utf-8 Bahá'í in doc-strings, menus, etc.
10780 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
10782 * saveplace.el (save-place-ignore-files-regexp): New variable
10783 allowing for excluding files from saving their location of point.
10784 The default value matches the temporary commit message editing
10785 files from Git, SVN, Bazaar, and Mercurial.
10786 (save-place-to-alist): Use it.
10788 2012-02-17 Lawrence Mitchell <wence@gmx.li>
10789 Stefan Monnier <monnier@iro.umontreal.ca>
10791 * newcomment.el (uncomment-region-default): Don't leave extra space
10792 when an arg is provided (bug#8150).
10794 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
10796 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
10798 2012-02-17 Glenn Morris <rgm@gnu.org>
10800 * net/socks.el: Require network-stream. (Bug#10599)
10802 2012-02-17 Kenichi Handa <handa@m17n.org>
10804 * international/charprop.el:
10805 * international/uni-name.el:
10806 * international/uni-old-name.el:
10807 * international/uni-comment.el: Regenerate.
10809 2012-02-16 Glenn Morris <rgm@gnu.org>
10811 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
10812 Interactively in calendar buffer, give an error if not on a date.
10814 2012-02-15 Glenn Morris <rgm@gnu.org>
10816 * shell.el (shell-delimiter-argument-list):
10817 Revert 2011-02-17 change. (Bug#8027)
10819 2012-02-15 Chong Yidong <cyd@gnu.org>
10821 * minibuffer.el (completion-at-point-functions): Doc fix.
10823 * custom.el (defcustom): Doc fix; note use of defvar.
10825 2012-02-15 Glenn Morris <rgm@gnu.org>
10827 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
10830 2012-02-14 Glenn Morris <rgm@gnu.org>
10832 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
10834 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
10836 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
10837 way the ports list is computed.
10838 (smtpmail-query-smtp-server): Prompt the user for a port number if
10839 we can't connect to any of the standard ports (bug#10810).
10841 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
10843 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
10845 2012-02-13 Glenn Morris <rgm@gnu.org>
10847 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
10849 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
10851 * net/gnutls.el (gnutls-trustfiles): New variable.
10852 (gnutls-negotiate): Use it.
10854 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
10856 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
10857 does its stuff if Gnus is running.
10859 2012-02-13 Alan Mackenzie <acm@muc.de>
10861 Fix a loop in c-set-fl-decl-start.
10863 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
10864 c-backward-syntactic-ws actually moves backwards.
10866 2012-02-13 Leo Liu <sdl.web@gmail.com>
10868 * net/rcirc.el (rcirc-markup-attributes): Move point to the
10869 beginning so that all \C-o chars are removed.
10871 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
10873 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
10875 2012-02-12 Alan Mackenzie <acm@muc.de>
10877 Fix infinite loop with long macros.
10878 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
10880 2012-02-12 Chong Yidong <cyd@gnu.org>
10882 * window.el (display-buffer): Doc fix (Bug#10785).
10884 2012-02-12 Glenn Morris <rgm@gnu.org>
10886 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10887 (x-disown-selection-internal, x-get-selection-internal):
10888 Sync docs with the xselect.c versions.
10890 * allout-widgets.el: Add missing license notice.
10892 2012-02-11 Glenn Morris <rgm@gnu.org>
10894 * select.el (x-get-selection-internal, x-own-selection-internal)
10895 (x-disown-selection-internal):
10896 * x-dnd.el (x-get-selection-internal): Update declarations.
10898 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
10900 * window.el (window-sides-slots):
10901 * tool-bar.el (tool-bar-position):
10902 * term/xterm.el (xterm-extra-capabilities):
10903 * ses.el (ses-self-reference-early-detection):
10904 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
10905 (verilog-auto-wire-type)
10906 (verilog-auto-delete-trailing-whitespace)
10907 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
10908 (verilog-auto-tieoff-declaration):
10909 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
10910 (sql-oracle-statement-starters, sql-oracle-scan-on):
10911 * progmodes/prolog.el (prolog-align-comments-flag)
10912 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
10913 (prolog-left-indent-regexp, prolog-paren-indent-p)
10914 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
10915 (prolog-types, prolog-mode-specificators)
10916 (prolog-determinism-specificators, prolog-directives)
10917 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
10918 (prolog-electric-dot-flag)
10919 (prolog-electric-dot-full-predicate-template)
10920 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
10921 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
10922 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
10923 (prolog-program-switches, prolog-prompt-regexp)
10924 (prolog-debug-on-string, prolog-debug-off-string)
10925 (prolog-trace-on-string, prolog-trace-off-string)
10926 (prolog-zip-on-string, prolog-zip-off-string)
10927 (prolog-use-standard-consult-compile-method-flag)
10928 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
10929 (prolog-imenu-max-lines, prolog-info-predicate-index)
10930 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
10931 (prolog-char-quote-workaround):
10932 * progmodes/cc-vars.el (c-defun-tactic):
10933 * net/tramp.el (tramp-encoding-command-interactive)
10934 (tramp-local-end-of-line):
10935 * net/soap-client.el (soap-client):
10936 * net/netrc.el (netrc-file):
10937 * net/gnutls.el (gnutls):
10938 * minibuffer.el (completion-category-overrides)
10939 (completion-cycle-threshold)
10940 (completion-pcm-complete-word-inserts-delimiters):
10941 * man.el (Man-name-local-regexp):
10942 * mail/feedmail.el (feedmail-display-full-frame):
10943 * international/characters.el (glyphless-char-display-control):
10944 * eshell/em-ls.el (eshell-ls-date-format):
10945 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
10946 (lisp-lambda-list-keyword-parameter-indentation)
10947 (lisp-lambda-list-keyword-parameter-alignment):
10948 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
10949 * dired-x.el (dired-omit-verbose):
10950 * cus-theme.el (custom-theme-allow-multiple-selections):
10951 * calc/calc.el (calc-highlight-selections-with-faces)
10952 (calc-lu-field-reference, calc-lu-power-reference)
10953 (calc-note-threshold):
10954 * battery.el (battery-mode-line-limit):
10955 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
10956 (archive-7z-update):
10957 * allout.el (allout-prefixed-keybindings)
10958 (allout-unprefixed-keybindings)
10959 (allout-inhibit-auto-fill-on-headline)
10960 (allout-flattened-numbering-abbreviation):
10961 * allout-widgets.el (allout-widgets-auto-activation)
10962 (allout-widgets-icons-dark-subdir)
10963 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
10964 (allout-widgets-theme-dark-background)
10965 (allout-widgets-theme-light-background)
10966 (allout-widgets-item-image-properties-emacs)
10967 (allout-widgets-item-image-properties-xemacs)
10968 (allout-widgets-run-unit-tests-on-load)
10969 (allout-widgets-time-decoration-activity)
10970 (allout-widgets-hook-error-post-time)
10971 (allout-widgets-track-decoration):
10972 Add missing :version tags to new defcustoms and defgroups.
10974 * progmodes/sql.el (sql-ansi-statement-starters)
10975 (sql-oracle-statement-starters): Add custom type.
10977 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
10978 (prolog-system-version): Give it a type.
10980 2012-02-11 Eli Zaretskii <eliz@gnu.org>
10982 * term/pc-win.el (x-select-text, x-selection-owner-p)
10983 (x-own-selection-internal, x-disown-selection-internal)
10984 (x-get-selection-internal): Sync doc strings and argument lists
10985 with xselect.c, common-win.el and x-win.el. (Bug#10783)
10987 2012-02-11 Leo Liu <sdl.web@gmail.com>
10989 * progmodes/python.el (python-end-of-statement): Fix infinite
10992 2012-02-10 Glenn Morris <rgm@gnu.org>
10994 * international/mule-cmds.el (unify-8859-on-encoding-mode)
10995 (unify-8859-on-decoding-mode): Properly mark as obsolete.
10997 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
10999 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
11000 about SMTP before checking the From header.
11002 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
11003 into own function for reuse by emacsbug.el.
11005 2012-02-10 Leo Liu <sdl.web@gmail.com>
11007 * subr.el (condition-case-unless-debug): Rename from
11008 condition-case-no-debug. All callers changed.
11009 (with-demoted-errors): Fix caller.
11011 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
11012 * nxml/rng-valid.el (rng-do-some-validation):
11013 * emacs-lisp/package.el (package-refresh-contents)
11014 (package-menu-execute):
11015 * desktop.el (desktop-create-buffer):
11016 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
11018 2012-02-10 Glenn Morris <rgm@gnu.org>
11020 * textmodes/bibtex.el:
11021 Add missing :version tags for new/changed defcustoms.
11023 * files.el (remote-file-name-inhibit-cache): Doc fixes.
11025 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
11027 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
11028 (smtpmail-via-smtp): Use it, or fall back on the From address.
11029 (smtpmail-send-it): Ditto.
11031 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
11033 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
11034 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
11035 (byte-compile-tmp-var): New const.
11036 (byte-compile-defvar): Use it to minimize .elc size.
11037 Just use `defvar' rather than simulate it (bug#10761).
11039 2012-02-09 Glenn Morris <rgm@gnu.org>
11041 * files.el (rename-uniquely): Doc fix. (Bug#3806)
11043 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
11046 * progmodes/compile.el (compilation-error-screen-columns)
11047 (compilation-first-column, compilation-filter-start): Doc fixes.
11049 * vc/log-view.el (log-view-toggle-entry-display):
11050 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
11052 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
11053 (report-emacs-bug-can-use-xdg-email):
11054 (report-emacs-bug-insert-to-mailer): Doc fixes.
11055 (report-emacs-bug): Message fix.
11057 * net/browse-url.el (browse-url-can-use-xdg-open)
11058 (browse-url-xdg-open): Doc fixes.
11060 * electric.el (electric-indent-mode, electric-pair-mode)
11061 (electric-layout-rules, electric-layout-mode): Doc fixes.
11062 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
11064 2012-02-08 Martin Rudalics <rudalics@gmx.at>
11066 * server.el (server-unselect-display): Don't inadvertently kill
11067 the current buffer. (Bug#10729)
11069 2012-02-08 Glenn Morris <rgm@gnu.org>
11071 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
11072 (sql-list-table): Doc fixes.
11074 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
11075 Comment out (does nothing).
11077 * completion.el (dynamic-completion-mode):
11078 * dirtrack.el (dirtrack-debug-mode):
11079 * electric.el (electric-layout-mode):
11080 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
11081 * face-remap.el (text-scale-mode, buffer-face-mode):
11082 * iimage.el (iimage-mode):
11083 * image-mode.el (image-transform-mode):
11084 * minibuffer.el (completion-in-region-mode):
11085 * scroll-lock.el (scroll-lock-mode):
11086 * simple.el (next-error-follow-minor-mode):
11087 * tar-mode.el (tar-subfile-mode):
11088 * tooltip.el (tooltip-mode):
11089 * vcursor.el (vcursor-use-vcursor-map):
11090 * wid-browse.el (widget-minor-mode):
11091 * emulation/tpu-edt.el (tpu-edt-mode):
11092 * emulation/tpu-extras.el (tpu-cursor-free-mode):
11093 * international/iso-ascii.el (iso-ascii-mode):
11094 * language/thai-util.el (thai-word-mode):
11095 * mail/supercite.el (sc-minor-mode):
11096 * net/goto-addr.el (goto-address-mode):
11097 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
11098 * progmodes/cwarn.el (cwarn-mode):
11099 * progmodes/flymake.el (flymake-mode):
11100 * progmodes/glasses.el (glasses-mode):
11101 * progmodes/hideshow.el (hs-minor-mode):
11102 * progmodes/pascal.el (pascal-outline-mode):
11103 * textmodes/enriched.el (enriched-mode):
11104 * vc/smerge-mode.el (smerge-mode):
11105 Doc fixes (minor mode argument).
11107 2012-02-07 Eli Zaretskii <eliz@gnu.org>
11109 * ls-lisp.el (ls-lisp-sanitize): New function.
11110 (ls-lisp-insert-directory): Use it to fix or remove any elements
11111 in file-alist with missing attributes. (Bug#4673)
11113 2012-02-07 Alan Mackenzie <acm@muc.de>
11115 Fix spurious recognition of c-in-knr-argdecl.
11117 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
11118 putative K&R region.
11120 2012-02-07 Alan Mackenzie <acm@muc.de>
11122 * progmodes/cc-engine.el (c-forward-objc-directive):
11123 Prevent looping in "#pragma mark @implementation".
11125 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
11127 * notifications.el (notifications-on-closed-signal): Make `reason'
11128 optional. (Bug#10744)
11130 2012-02-07 Glenn Morris <rgm@gnu.org>
11132 * emacs-lisp/easy-mmode.el (define-minor-mode):
11133 Doc fixes for the macro and the mode it defines.
11135 * image.el (imagemagick-types-inhibit): Doc fix.
11137 * cus-start.el (imagemagick-render-type): Add it.
11139 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
11141 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
11142 Set the default at load time, too, so that `font-lock-fontify-buffer'
11143 can be called without setting up the entire mode first. This fixes
11144 a bug in `mm-inline-text' with C MIME parts.
11146 2012-02-06 Chong Yidong <cyd@gnu.org>
11148 * simple.el (list-processes--refresh): Delete exited processes
11151 * comint.el (comint-next-prompt): next-single-char-property-change
11152 and prev-single-char-property-change never return nil (Bug#8657).
11154 * custom.el (defcustom): Doc fix (Bug#9711).
11156 2012-02-05 Chong Yidong <cyd@gnu.org>
11158 * cus-edit.el (custom-variable-reset-backup): Quote the value
11159 before storing it in the customized-value property (Bug#6712).
11160 (custom-display): Add a customization type tag.
11161 (custom-buffer-create-internal): Improve tooltip message.
11163 * wid-edit.el (widget-field-value-get): New optional arg to
11164 suppress trailing whitespace truncation.
11165 (character): Use it (Bug#2689).
11167 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
11169 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
11170 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
11172 2012-02-05 Chong Yidong <cyd@gnu.org>
11174 * cus-edit.el (custom-variable-value-create): For mismatched
11175 types, show the current value (Bug#7600).
11177 * custom.el (defcustom): Doc fix.
11179 2012-02-05 Glenn Morris <rgm@gnu.org>
11181 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
11183 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
11185 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
11186 (pp-buffer): Use `ignore-errors', `looking-at-p'.
11187 (pp-last-sexp): Use `looking-at-p'.
11189 2012-02-04 Glenn Morris <rgm@gnu.org>
11191 * files.el (revert-buffer):
11192 Doc fix (mention revert-buffer-in-progress-p).
11194 * emacs-lisp/ert-x.el (ert-simulate-command):
11195 Check deferred-action-list (which is obsolete) is bound.
11197 * subr.el (with-wrapper-hook): Doc fixes.
11199 * simple.el (filter-buffer-substring-functions)
11200 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
11202 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
11204 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
11205 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
11207 2012-02-04 Leo Liu <sdl.web@gmail.com>
11209 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
11211 2012-02-04 Glenn Morris <rgm@gnu.org>
11213 * image.el (image-extension-data): Add obsolete alias.
11215 * isearch.el (isearch-update): Doc fix.
11217 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
11219 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
11221 2012-02-03 Glenn Morris <rgm@gnu.org>
11223 * image.el (image-animated-p): Doc fix. Use image-animated-types.
11224 (image-animate-timeout): Doc fix.
11226 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
11228 2012-02-02 Glenn Morris <rgm@gnu.org>
11230 * server.el (server-auth-dir): Doc fix.
11231 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
11233 * subr.el (run-mode-hooks): Doc fix.
11235 2012-02-02 Juri Linkov <juri@jurta.org>
11237 * image-mode.el (image-toggle-display-image): Remove tautological
11238 `major-mode' from the `derived-mode-p' test.
11240 2012-02-02 Kenichi Handa <handa@m17n.org>
11242 * composite.el (compose-region): Cancel previous change.
11244 2012-02-02 Kenichi Handa <handa@m17n.org>
11246 * composite.el (compose-region, compose-string): Signal error for
11247 a null string component (Bug#6988).
11249 2012-02-01 Chong Yidong <cyd@gnu.org>
11251 * view.el (view-buffer-other-window, view-buffer-other-frame):
11252 Handle special modes like view-buffer (Bug#10650).
11253 (view-buffer): Simplify.
11255 * frame.el (set-frame-font): Tweak meaning of third argument.
11257 * dynamic-setting.el (font-setting-change-default-font):
11258 Use set-frame-font (Bug#9982).
11260 2012-02-01 Glenn Morris <rgm@gnu.org>
11262 * progmodes/compile.el (compilation-internal-error-properties):
11263 Respect compilation-first-column in the "*compilation*" buffer.
11265 * emacs-lisp/easy-mmode.el (define-minor-mode):
11266 Relax :variable's test for a named function.
11268 2012-01-31 Alan Mackenzie <acm@muc.de>
11270 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
11273 2012-01-31 Chong Yidong <cyd@gnu.org>
11275 * frame.el (set-frame-font): New arg ALL-FRAMES.
11277 * menu-bar.el (menu-set-font): Use set-frame-font.
11279 * faces.el (face-spec-reset-face): Don't apply unspecified
11280 attribute values to the default face.
11282 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
11284 * progmodes/cwarn.el (cwarn): Remove dead link.
11285 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
11286 Remove * from defcustom docstrings.
11287 (turn-on-cwarn-mode): Make obsolete.
11288 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
11289 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
11291 2012-01-31 Glenn Morris <rgm@gnu.org>
11293 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11294 Fix :variable handling of mode a symbol not equal to modefun.
11295 Allow named functions to be used as the cdr of :variable.
11297 2012-01-30 Glenn Morris <rgm@gnu.org>
11299 * emacs-lisp/authors.el (authors-fixed-entries):
11300 Remove reference to deleted file rnewspost.el.
11302 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
11304 * window.el (window-with-parameter): Remove unused variable `windows'.
11305 (window--side-check): Remove unused variable `code'.
11306 (window--resize-siblings): Remove unused variable `first'.
11307 (adjust-window-trailing-edge): Remove unused variable `failed'.
11308 (window-deletable-p, window--delete): Remove unused variable `buffer'.
11309 Use `let', not `let*'.
11310 (balance-windows-2): Remove unused variable `found'.
11311 (window--state-put-2): Remove unused variable `splits'.
11312 (window-state-put): Remove unused variable `selected'.
11313 (same-window-p): Use `string-match-p'.
11314 (display-buffer-assq-regexp): Remove unused variable `value'.
11315 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11316 Mark argument ALIST as ignored.
11317 (pop-to-buffer): Remove unused variable `old-window'.
11319 2012-01-29 Eli Zaretskii <eliz@gnu.org>
11321 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
11322 and .lzma compressed files.
11324 2012-01-29 Chong Yidong <cyd@gnu.org>
11326 * frame.el (window-system-default-frame-alist): Doc fix.
11328 * dynamic-setting.el (font-setting-change-default-font): Don't
11329 change the default face if SET-FONT argument is non-nil (Bug#9982).
11331 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
11333 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
11335 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
11337 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
11338 breakpoints in files outside current directory (Bug#6098).
11340 2012-01-29 Chong Yidong <cyd@gnu.org>
11342 * progmodes/python.el: Require ansi-color at top-level.
11344 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
11345 Define and use in Emacs Lisp mode (Bug#9360).
11346 (lisp-mode-abbrev-table): Add doc.
11347 (lisp-mode-variables): Don't set local-abbrev-table.
11348 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
11350 2012-01-28 Roland Winkler <winkler@gnu.org>
11352 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
11354 2012-01-28 Roland Winkler <winkler@gnu.org>
11356 * textmodes/bibtex.el (bibtex-entry-alist): New function.
11357 (bibtex-set-dialect): Use it. Either set global values of
11358 dialect-dependent variables or bind these variables buffer-locally
11360 (bibtex-mode): Call bibtex-set-dialect via
11361 hack-local-variables-hook.
11362 (bibtex-dialect): Update docstring.
11363 Add safe-local-variable predicate.
11364 (bibtex-entry-alist, bibtex-field-alist): Initialize via
11365 bibtex-set-dialect.
11366 (bibtex-mode-map): Define menu for each dialect.
11367 (bibtex-entry): Fix docstring.
11369 2012-01-28 Chong Yidong <cyd@gnu.org>
11371 * eshell/esh-arg.el (eshell-quote-argument): New function.
11373 * eshell/esh-ext.el (eshell-invoke-batch-file):
11374 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
11375 first arg to eshell-parse-command (Bug#10523).
11377 2012-01-28 Drew Adams <drew.adams@oracle.com>
11379 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
11380 `default-directory' is non-nil.
11382 2012-01-28 Eli Zaretskii <eliz@gnu.org>
11384 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
11385 line that displays system-configuration-options. (Bug#9924)
11387 2012-01-28 Drew Adams <drew.adams@oracle.com>
11389 * descr-text.el (describe-char): Show information about POS, in
11390 addition to information about the character at POS. Improve and
11391 update the doc string. Change "code point" to "code point in
11392 charset", to avoid confusion with the character's Unicode code
11393 point shown above that. (Bug#10129)
11395 2012-01-28 Eli Zaretskii <eliz@gnu.org>
11397 * descr-text.el (describe-char): Show the raw character, not only
11398 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
11399 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
11402 2012-01-28 Phil Hagelberg <phil@hagelb.org>
11404 * emacs-lisp/package.el (package-install):
11405 Run package-refresh-contents if there is no archive yet (Bug#9798).
11407 2012-01-28 Chong Yidong <cyd@gnu.org>
11409 * emacs-lisp/package.el (package-maybe-load-descriptor):
11410 New function, split from package-maybe-load-descriptor.
11411 (package-maybe-load-descriptor): Use it.
11412 (package-download-transaction): Fully load required packages
11413 inside the loop, so that `require' calls work (Bug#10593).
11414 (package-install): No need to call package-initialize now.
11416 2012-01-28 Chong Yidong <cyd@gnu.org>
11418 * simple.el (deactivate-mark): Doc fix (Bug#8614).
11420 * tooltip.el (tooltip-mode): Doc fix.
11421 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
11423 * frame.el (set-cursor-color): Doc fix (Bug#352).
11425 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
11426 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
11428 * cus-edit.el (custom-buffer-create-internal): Fix search button
11429 action (Bug#10542).
11430 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
11432 2012-01-27 Eduard Wiebe <usenet@pusto.de>
11434 * dired.el (dired-mark-files-regexp):
11435 Include any subdirectory components. (Bug#10445)
11437 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
11439 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
11440 Handle [host]:port syntax. (Bug#10533)
11442 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
11444 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
11446 2012-01-26 Glenn Morris <rgm@gnu.org>
11448 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
11449 * term.el (term-raw-escape-map): Use Control-X-prefix.
11450 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
11452 2012-01-25 Martin Rudalics <rudalics@gmx.at>
11454 * window.el (window-state-get, window--state-get-1): Don't deal
11455 with fixed-sizeness of windows. Simplify code.
11457 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
11459 * window.el (window--state-get-1, window--state-put-2):
11460 Don't save and restore the mark.
11462 2012-01-25 Chong Yidong <cyd@gnu.org>
11464 * custom.el (custom-variable-p): Doc fix.
11466 2012-01-25 Glenn Morris <rgm@gnu.org>
11468 * dired.el (dired-goto-file): Handle some of the more common
11469 characters that `ls -b' escapes. (Bug#10596)
11471 * progmodes/compile.el (compilation-next-error-function):
11472 Respect compilation-first-column in the "*compilation*" buffer.
11473 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
11475 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
11477 2012-01-24 Glenn Morris <rgm@gnu.org>
11479 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
11481 2012-01-24 Julien Danjou <julien@danjou.info>
11483 * color.el (color-rgb-to-hsl): Fix value computing.
11484 (color-hue-to-rgb): New function.
11485 (color-hsl-to-rgb): New function.
11486 (color-clamp, color-saturate-hsl, color-saturate-name)
11487 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
11488 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
11490 2012-01-24 Glenn Morris <rgm@gnu.org>
11492 * vc/vc-rcs.el (vc-rcs-create-tag):
11493 * vc/vc-sccs.el (vc-sccs-create-tag):
11494 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
11496 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
11498 * eshell/esh-util.el (eshell-read-hosts-file):
11499 Skip comment lines. (Bug#10549)
11501 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
11503 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
11505 * subr.el (display-delayed-warnings): Doc fix.
11506 (collapse-delayed-warnings): New function to collapse identical
11508 (delayed-warnings-hook): Add it.
11510 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
11512 * net/tramp.el (tramp-action-login): Set connection property "login-as".
11514 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
11515 (tramp-default-user-alist): Don't add "pscp".
11516 (tramp-do-copy-or-rename-file-out-of-band): Use connection
11517 property "login-as", if set. (Bug#10530)
11519 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
11521 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
11522 "plink1" and "psftp". (Bug#10530)
11524 2012-01-21 Kenichi Handa <handa@m17n.org>
11526 * international/mule-cmds.el (prefer-coding-system): Show a
11527 warning message if the default value of file-name-coding-system
11530 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
11532 * windmove.el (windmove-reference-loc):
11533 Fix windmove-reference-loc miscalculation.
11535 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
11537 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
11540 2012-01-21 Glenn Morris <rgm@gnu.org>
11542 * international/mule.el (auto-coding-alist): Add .tbz.
11544 * files.el (local-enable-local-variables): Doc fix.
11545 (inhibit-local-variables-regexps): Rename from
11546 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
11547 Doc fix. Add some extensions from auto-coding-alist.
11548 (inhibit-local-variables-suffixes):
11549 Rename from inhibit-first-line-modes-suffixes. Doc fix.
11550 (inhibit-local-variables-p):
11551 New function, extracted from set-auto-mode-1.
11552 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
11553 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
11554 (hack-local-variables): Doc fix. Make the mode-only case
11555 respect enable-local-variables and friends.
11556 Respect inhibit-local-variables-regexps for file-locals, but
11557 not for directory-locals.
11558 (set-visited-file-name):
11559 Take account of inhibit-local-variables-regexps.
11560 Whether it applies may change as the file name is changed.
11561 * jka-cmpr-hook.el (jka-compr-install):
11562 * jka-compr.el (jka-compr-uninstall):
11563 Update for inhibit-first-line-modes-suffixes name change.
11565 2012-01-20 Martin Rudalics <rudalics@gmx.at>
11567 * help-macro.el (make-help-screen): Temporarily restore original
11568 binding for minor-mode-map-alist (Bug#10454).
11570 2012-01-19 Julien Danjou <julien@danjou.info>
11572 * color.el (color-name-to-rgb): Use the white color to find the max
11573 color component value and return correctly computed values.
11574 (color-name-to-rgb): Add missing float conversion for max value.
11576 2012-01-19 Martin Rudalics <rudalics@gmx.at>
11578 * window.el (window--state-get-1, window-state-get): Do not use
11579 special state value for window-persistent-parameters.
11580 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
11581 (window--state-put-2): Reset all window parameters to nil before
11582 assigning values of persistent parameters.
11584 2012-01-18 Alan Mackenzie <acm@muc.de>
11586 Eliminate sluggishness and hangs in fontification of "semicolon
11589 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
11590 Change value 10000 -> 3000.
11591 (c-state-safe-place): Reformulate so it doesn't stack up an
11592 infinite number of wrong entries in c-state-nonlit-pos-cache.
11593 (c-determine-limit-get-base, c-determine-limit): New functions to
11594 determine backward search limits disregarding literals.
11595 (c-find-decl-spots): Amend commenting.
11596 (c-cheap-inside-bracelist-p): New function which detects "={".
11598 * progmodes/cc-fonts.el
11599 (c-make-font-lock-BO-decl-search-function): Give a limit to a
11601 (c-font-lock-declarations): Fix an occurrence of point being
11602 undefined. Check additionally for point being in a bracelist or
11603 near a macro invocation without a semicolon so as to avoid a
11604 fruitless time consuming search for a declarator. Give a more
11605 precise search limit for declarators using the new
11608 2012-01-18 Glenn Morris <rgm@gnu.org>
11610 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
11611 (set-auto-mode): Doc fixes.
11613 2012-01-17 Glenn Morris <rgm@gnu.org>
11615 * isearch.el (search-nonincremental-instead): Fix doc typo.
11617 * dired.el (dired-insert-directory): Handle newlines in directory name.
11618 (dired-build-subdir-alist): Unescape newlines in directory name.
11620 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
11622 * net/tramp.el (tramp-local-end-of-line): New defcustom.
11623 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
11624 (tramp-action-terminal): Use it. (Bug#10530)
11626 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
11628 * minibuffer.el (completion--replace): Strip properties (bug#10062).
11630 2012-01-16 Martin Rudalics <rudalics@gmx.at>
11632 * window.el (window-state-ignored-parameters): Remove variable.
11633 (window--state-get-1): Rename argument MARKERS to IGNORE.
11634 Handle persistent window parameters. Make copy of clone-of
11635 parameter only if requested. (Bug#10348)
11636 (window--state-put-2): Install a window parameter only if it has
11637 a non-nil value or an existing parameter shall be overwritten.
11639 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
11641 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
11643 2012-01-14 Eli Zaretskii <eliz@gnu.org>
11645 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
11646 don't pass the (nil) value of `upnode' to string-match.
11648 2012-01-14 Chong Yidong <cyd@gnu.org>
11650 * startup.el (command-line): Fix X resource class for cursorColor.
11651 Fix values recognized by the cursorBlink resource.
11653 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
11655 * epg.el (epg--make-temp-file): Avoid permission race condition
11656 when running on old Emacs versions (bug#10403).
11658 2012-01-14 Glenn Morris <rgm@gnu.org>
11660 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
11662 2012-01-13 Alan Mackenzie <acm@muc.de>
11664 Fix filling for when filladapt mode is enabled.
11666 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
11667 c-mask-paragraph, pass in `fill-paragraph' rather than
11668 `fill-region-as-paragraph'. (This is a reversion of a previous
11670 * progmodes/cc-mode.el (c-basic-common-init):
11671 Make fill-paragraph-handle-comment buffer local and set it to nil.
11673 2012-01-13 Glenn Morris <rgm@gnu.org>
11675 * dired.el (dired-switches-escape-p): New function.
11676 (dired-insert-directory): Use dired-switches-escape-p.
11677 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
11679 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
11681 2012-01-12 Glenn Morris <rgm@gnu.org>
11683 * mail/sendmail.el (mail-mode): Update paragraph-separate for
11684 changes in adaptive-fill-regexp. (Bug#10276)
11686 2012-01-11 Alan Mackenzie <acm@muc.de>
11688 Fix Emacs bug #10463 - put `widen's around the critical spots.
11690 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
11691 widen around each invocation of c-state-pp-to-literal. Remove an
11692 unused let variable.
11694 2012-01-11 Glenn Morris <rgm@gnu.org>
11696 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
11699 2012-01-10 Chong Yidong <cyd@gnu.org>
11701 * net/network-stream.el (network-stream-open-starttls):
11702 Avoid emitting a confusing error message when the server gives a bad
11703 response to the capability command.
11705 2012-01-10 Glenn Morris <rgm@gnu.org>
11707 * mail/unrmail.el (unrmail): Tweak previous change.
11709 2012-01-09 Chong Yidong <cyd@gnu.org>
11711 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
11713 2012-01-08 Alan Mackenzie <acm@muc.de>
11715 Optimise font locking in long enum definitions.
11717 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
11718 arm to a cond form to handle enums.
11719 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
11720 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
11722 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
11724 * files.el (move-file-to-trash): Preserve default file modes on error.
11727 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11729 * faces.el (set-face-attribute): Clarify the meaning of the nil
11732 * subr.el (with-selected-frame): Mention that the selected frame
11733 is restored (bug#9980).
11735 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
11738 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
11739 (password-read): Don't autoload unused function.
11741 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
11743 * progmodes/which-func.el (which-func-mode): Turn into a
11744 non-interactive function and mark as obsolete (bug#10428).
11746 2012-01-06 Chong Yidong <cyd@gnu.org>
11748 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
11749 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
11750 functions, along with 1 and -1.
11752 2012-01-06 Eli Zaretskii <eliz@gnu.org>
11754 * time.el (display-time-load-average)
11755 (display-time-default-load-average): Doc fixes. See the thread
11757 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
11760 2012-01-06 Glenn Morris <rgm@gnu.org>
11762 * mail/unrmail.el (unrmail): Give an explicit error if the input file
11763 has no messages. (Bug#10377)
11765 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
11766 than Info-edit. (Bug#10385)
11768 * time.el (display-time-load-average, display-time-next-load-average):
11771 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
11772 local setting of buffer-read-only to the input buffer. (Bug#10419)
11774 * calendar/calendar.el (calendar-mode):
11775 Locally set scroll-margin to 0. (Bug#10379)
11777 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
11779 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
11781 2012-01-05 Glenn Morris <rgm@gnu.org>
11783 * eshell/em-unix.el (diff-no-select): Autoload it.
11784 (eshell/diff): Use diff-no-select. (Bug#10420)
11786 2012-01-05 Chong Yidong <cyd@gnu.org>
11788 * shell.el (shell-dynamic-complete-functions): Revert last change.
11789 (shell-command-completion-function): New function.
11790 (shell-completion-vars): Use it to implement
11791 shell-completion-execonly (Bug#10417).
11793 * custom.el (enable-theme): Don't set custom-safe-themes.
11795 * cus-theme.el (custom-theme-merge-theme):
11796 Ignore custom-enabled-themes and custom-safe-themes.
11798 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
11800 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
11801 first prompt in `sql-interacive-mode'.
11802 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
11804 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
11805 (sql-product-interactive): Bug fix: Set `sql-buffer' in
11806 context of original buffer. Invoke `sql-login-hook'.
11808 2012-01-04 Eli Zaretskii <eliz@gnu.org>
11810 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
11811 letters in cite-prefix.
11813 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11815 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
11817 2012-01-03 Chong Yidong <cyd@gnu.org>
11819 * shell.el (shell-dynamic-complete-functions):
11820 Put pcomplete-completions-at-point, so as to try
11821 comint-filename-completion first (Bug#10417).
11823 2012-01-02 Richard Stallman <rms@gnu.org>
11825 * battery.el (battery-status-function):
11826 Detect when to use battery-yeeloong-sysfs.
11827 (battery-echo-area-format): Add string for Yeeloong.
11828 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
11829 (battery-yeeloong-sysfs): New function.
11831 2012-01-02 Chong Yidong <cyd@gnu.org>
11833 * dirtrack.el (dirtrack-list): Eliminate unused third element.
11834 (dirtrack): Merge code for handling relative filenames in prompt
11835 from shell-dir-cookie-watcher.
11836 (dirtrack-debug-message): New arg to avoid excess format calls.
11838 * shell.el (shell-dir-cookie-re): Variable deleted.
11839 (shell-dir-cookie-watcher): Function deleted.
11840 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
11841 with dirtrack-mode.
11843 2012-01-01 Eli Zaretskii <eliz@gnu.org>
11845 * term/w32-win.el (dynamic-library-alist) <gnutls>:
11846 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
11849 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
11851 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
11853 2011-12-31 Eli Zaretskii <eliz@gnu.org>
11855 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
11856 headers of non-MIME messages, when rmail-enable-mime is non-nil.
11858 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
11860 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
11861 also for alternative shells.
11862 (tramp-open-connection-setup-interactive-shell): Check, whether
11863 the shell is a busybox.
11864 (tramp-send-command): Don't suppress multiple prompts for
11865 busyboxes, it hurts.
11867 2011-12-28 Chong Yidong <cyd@gnu.org>
11869 * progmodes/gdb-mi.el (gdb-get-source-file-list)
11870 (gdb-get-source-file): Move mode line update to
11871 gdb-get-source-file (Bug#10087).
11873 2011-12-25 Chong Yidong <cyd@gnu.org>
11875 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
11876 gud-gdb-marker-filter without taking it as an argument.
11877 (gud-gdb-run-command-fetch-lines): Caller changed.
11878 (gud-gdb-completion-function): New variable.
11879 (gud-gdb-completion-at-point): Use it.
11880 (gud-gdb-completions-1): Split from gud-gdb-completions.
11882 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
11883 function as separate arguments.
11884 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
11885 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
11886 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
11887 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
11888 (gdb-stopped, def-gdb-auto-update-trigger)
11889 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
11890 (gdb-get-changed-registers, gdb-get-main-selected-frame):
11892 (gud-gdbmi-completions): New function.
11893 (gdb): Use it for generating the completion table.
11895 2011-12-24 Alan Mackenzie <acm@muc.de>
11897 Introduce a mechanism to widen the region used in context font
11898 locking. Use this to protect declarations from losing their contexts.
11900 * progmodes/cc-langs.el (c-before-font-lock-functions):
11901 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
11902 (c-before-context-fontification-functions): New defvar, a list of
11903 functions to be run just before context (etc.) font locking.
11905 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
11906 New, functionality extracted from
11907 c-neutralize-syntax-in-and-mark-CPP.
11908 (c-in-after-change-fontification): New variable.
11909 (c-after-change): Set c-in-after-change-fontification.
11910 (c-set-fl-decl-start): Rejig its interface, so it can be called
11911 from both after-change and context fontifying.
11912 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
11914 (c-standard-font-lock-fontify-region-function): New variable.
11915 (c-font-lock-fontify-region): New function.
11917 2011-12-24 Juri Linkov <juri@jurta.org>
11919 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
11922 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
11924 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
11925 existence of source file. (Bug#10325)
11927 2011-12-23 Alan Mackenzie <acm@muc.de>
11929 Fix unstable fontification inside templates.
11931 * progmodes/cc-langs.el (c-before-font-lock-functions):
11932 Newly created from the singular version. The (c c++ objc) entry now
11933 additionally has c-set-fl-decl-start. The other languages (apart
11934 from AWK) have that as a single entry.
11936 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11937 The functionality for "local" declarations has been extracted to
11938 c-set-fl-decl-start.
11940 * progmodes/cc-mode.el (c-common-init, c-after-change):
11941 Changes due to pluralisation of c-before-font-lock-functions.
11942 (c-set-fl-decl-start): New function, extracted from
11943 c-font-lock-enclosing-decls and enhanced.
11945 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
11947 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
11949 2011-12-22 Juri Linkov <juri@jurta.org>
11951 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
11953 2011-12-22 Chong Yidong <cyd@gnu.org>
11955 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
11957 2011-12-21 Drew Adams <drew.adams@oracle.com>
11959 * files.el (file-remote-p): Fix docstring. (Bug#10319)
11961 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
11963 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
11965 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
11967 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
11968 highlighting and support. Fix up comments for capitalization.
11969 (cfengine-mode-debug): New var.
11970 (cfengine3-mode): Change the modeline indicator to "CFE3".
11971 (cfengine3-font-lock-keywords): Improve defun highlighting.
11972 (cfengine2-actions): Rename from `cfengine-actions'.
11973 (cfengine2-font-lock-keywords): Rename from
11974 `cfengine-font-lock-keywords'.
11975 (cfengine2-imenu-expression): Rename from
11976 `cfengine-imenu-expression'.
11977 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
11978 (cfengine2-beginning-of-defun): Rename from
11979 `cfengine-beginning-of-defun'.
11980 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
11981 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
11982 (cfengine2-mode): Rename from `cfengine-mode'. Change the
11983 modeline indicator to "CFE2".
11984 (cfengine-mode): Defalias to `cfengine-auto-mode'.
11985 (cfengine-mode-abbrevs): Mark obsolete.
11987 2011-12-21 Chong Yidong <cyd@gnu.org>
11989 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
11992 2011-12-20 Martin Rudalics <rudalics@gmx.at>
11994 * window.el (window-normalize-buffer-to-display): Remove.
11995 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
11997 2011-12-19 Chong Yidong <cyd@gnu.org>
11999 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
12000 Don't signal an error in a predicate function; return non-nil.
12001 (vc-dir-mark-file): Move the error here.
12002 (vc-dir-mark-unmark): If acting on the region, keep going if one
12003 of the entries cannot be marked/unmarked.
12004 (vc-dir-mark-all-files): If current entry is a directory, mark
12005 only child files, as documented.
12007 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
12009 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
12010 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
12013 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
12015 * term/ns-win.el (ns-get-selection-internal)
12016 (ns-store-selection-internal): Declare.
12017 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
12018 Declare as obsolete.
12019 (ns-get-pasteboard, ns-paste-secondary):
12020 Use ns-get-selection-internal.
12021 (ns-set-pasteboard, ns-copy-including-secondary):
12022 Use ns-store-selection-internal.
12024 2011-12-17 Chong Yidong <cyd@gnu.org>
12026 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
12027 (vc-deduce-fileset): Doc fix.
12029 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
12031 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
12033 2011-12-13 Sam Steingold <sds@gnu.org>
12035 * man.el (Man-getpage-in-background): When running under a
12036 window-system, ignore $MANWIDTH and $COLUMNS.
12038 2011-12-15 Kenichi Handa <handa@m17n.org>
12040 * language/ethio-util.el: Change coding tag to utf-8-emacs.
12041 (setup-ethiopic-environment-internal): Comment out key-binding for
12042 ethio-toggle-punctuation.
12044 2011-12-13 Alan Mackenzie <acm@muc.de>
12046 Add the switch statement to AWK Mode.
12048 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
12049 "default" to the keywords regexp.
12051 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
12052 expression as the rest.
12053 (c-nonlabel-token-key): Allow string literals for AWK.
12054 Refactor for the other modes.
12056 Large brace-block initialisation makes CC Mode slow: Fix.
12057 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
12058 routines. Limit backward searching in c-font-lock-enclosing.decl.
12060 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
12061 pp-state and literal type in addition to the limits.
12062 (c-state-safe-place): New defun, extracted from c-state-literal-at.
12063 (c-state-literal-at): Use the above new defun.
12064 (c-slow-in-literal, c-fast-in-literal): Remove.
12065 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
12067 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
12068 being in a literal. Add a limit for backward searching.
12070 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
12073 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
12075 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
12077 2011-12-13 Martin Rudalics <rudalics@gmx.at>
12079 * window.el (delete-other-windows): Use correct frame in call to
12080 window-with-parameter.
12082 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
12084 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
12085 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
12086 (makefile-gmake-statements, makefile-makepp-statements):
12087 Use it and add new makepp keywords.
12088 (makefile-makepp-font-lock-keywords): Add new patterns.
12089 (makefile-match-function-end): Match new [...] and [[...]].
12091 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
12093 * ses.el (ses-call-printer-return, ses-cell-property-get)
12094 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
12095 (ses-create-cell-variable, ses-reset-header-string)
12096 (ses-cell-set-formula, ses-repair-cell-reference-all)
12097 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
12098 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
12099 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
12100 (ses-aset-with-undo, ses-load, ses-truncate-cell)
12101 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
12102 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
12103 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
12104 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
12105 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
12106 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
12107 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
12108 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
12110 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
12112 * ses.el: The overall change is to add cell renaming, that is
12113 setting fancy names for cell symbols other than name matching
12114 "\\`[A-Z]+[0-9]+\\'" regexp .
12115 (ses-create-cell-variable): New defun.
12116 (ses-relocate-formula): Relocate formulas only for cells the
12117 symbols of which are not renamed, i.e. symbols whose names do not
12118 match regexp "\\`[A-Z]+[0-9]+\\'".
12119 (ses-relocate-all): Relocate values only for cells the symbols of
12120 which are not renamed.
12121 (ses-load): Create cells variables as the (ses-cell ...) are read,
12122 in order to check row col consistency with cell symbol name only
12123 for cells that are not renamed.
12124 (ses-replace-name-in-formula): New defun.
12125 (ses-rename-cell): New defun.
12127 2011-12-11 Chong Yidong <cyd@gnu.org>
12129 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
12130 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
12132 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
12134 * window.el (other-window): Fix docstring.
12136 2011-12-10 Eli Zaretskii <eliz@gnu.org>
12138 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
12139 `from' or `to' address before taking its substring.
12140 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
12141 encoded name is chopped in the middle of the encoded string, and
12142 thus displayed encoded.
12144 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
12146 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
12148 2011-12-10 Eli Zaretskii <eliz@gnu.org>
12150 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
12151 to use texinfo-update-node and commands that call it if the
12152 Texinfo file uses @node lines without next/prev/up pointers.
12153 Correct outdated description about texinfo-master-menu.
12154 (texinfo-all-menus-update, texinfo-master-menu)
12155 (texinfo-update-node, texinfo-every-node-update)
12156 (texinfo-multiple-files-update): Doc fix. Warn against updating
12157 all the @node lines.
12158 (texinfo-master-menu): Only call texinfo-update-node if the prefix
12159 argument is numeric. Explain better in the doc string what the
12160 function really does.
12161 (texinfo-insert-master-menu-list): Improve the error message
12162 displayed if there's no menu in the Top node.
12163 (Bug#2975) See also this thread:
12164 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
12166 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
12168 * speedbar.el (speedbar-supported-extension-expressions):
12169 Add .adb and .ads, commonly used for Ada source code (bug#10256).
12171 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
12173 * printing.el (pr-mode-alist):
12174 * simple.el (filter-buffer-substring-functions)
12175 (completion-list-insert-choice-function):
12176 * window.el (window-with-parameter, window-atom-root)
12177 (window-sides-slots, window-size-fixed, window-min-delta)
12178 (window-max-delta, window--resize-mini-window)
12179 (window--resize-child-windows-normal, window-tree)
12180 (delete-other-windows, quit-window, split-window)
12181 (display-buffer-record-window, special-display-buffer-names)
12182 (special-display-regexps, special-display-popup-frame)
12183 (same-window-p, split-window-sensibly)
12184 (display-buffer-overriding-action, display-buffer-alist)
12185 (display-buffer-base-action, display-buffer, switch-to-buffer)
12186 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
12187 (fit-window-to-buffer, recenter-positions)
12188 (mouse-autoselect-window-state, mouse-autoselect-window-select):
12189 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
12190 and remove unneeded backslashes in docstrings.
12192 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
12194 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
12196 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
12197 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
12199 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
12200 when reading the makefile (bug#10116).
12202 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12204 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
12207 2011-12-06 Glenn Morris <rgm@gnu.org>
12209 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
12211 2011-12-06 Chong Yidong <cyd@gnu.org>
12213 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
12215 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
12217 * textmodes/table.el (table-shorten-cell): Fix typo.
12219 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
12221 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
12223 2011-12-05 Eli Zaretskii <eliz@gnu.org>
12225 * descr-text.el (describe-char): Fix display of strong
12226 right-to-left characters and directional embeddings and overrides.
12228 * simple.el (what-cursor-position): Fix display of codepoints of
12229 strong right-to-left characters.
12231 2011-12-05 Chong Yidong <cyd@gnu.org>
12233 * faces.el (read-color): Doc fix.
12235 2011-12-05 Glenn Morris <rgm@gnu.org>
12237 * align.el (align--set-marker): Add doc-string.
12238 Don't try to move something that is not a marker. (Bug#10216)
12240 2011-12-04 Glenn Morris <rgm@gnu.org>
12242 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
12243 overly zealous deletion of trailing whitespace.
12245 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
12247 * server.el (server-delete-client): On Windows, do not try to delete
12249 (server-process-filter): On Windows, treat requests for a tty frame as
12250 if they were for a GUI frame if the running server is in GUI mode.
12252 2011-12-03 Glenn Morris <rgm@gnu.org>
12254 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
12256 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12258 * electric.el: Streamline electric-indent's hook.
12259 (electric-indent-chars): Revert to simple list.
12260 (electric-indent-functions): New var.
12261 (electric-indent-post-self-insert-function): Use it.
12263 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
12264 there's no inferior buffer (bug#10196).
12265 (prolog-consult-compile): Don't use toggle-read-only.
12267 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
12269 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
12270 interrupt. (Bug#10187)
12272 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12274 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
12277 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
12280 2011-12-02 Juri Linkov <juri@jurta.org>
12282 * info.el (Info-search): Display "end of manual" when Isearch
12283 reaches the end of single-file Info manual. (Bug#9918)
12285 2011-12-02 Eli Zaretskii <eliz@gnu.org>
12287 * isearch.el (isearch-message-prefix): Run the input method part
12288 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
12290 2011-12-02 Juri Linkov <juri@jurta.org>
12292 * isearch.el (isearch-occur): Use `word-search-regexp' for
12294 (isearch-search-and-update): Add condition for `isearch-word' and
12295 call `word-search-regexp'. (Bug#10145)
12297 2011-12-01 Glenn Morris <rgm@gnu.org>
12299 * eshell/em-hist.el (eshell-hist-initialize):
12300 Handle eshell-history-size nil and HISTSIZE set or unset.
12301 (eshell-history-file-name, eshell-history-size): Fix custom type.
12303 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12305 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
12307 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
12309 * progmodes/verilog-mode.el (verilog-pretty-expr):
12310 Rework verilog-pretty-expr to handle new assignment operators in system
12311 verilog, such as += *= and the like.
12312 (verilog-assignment-operator-re): Regular expression to find the
12313 assigment operator in a verilog assignment.
12314 (verilog-assignment-operation-re): Regular expression to find an
12315 assignment statement for pretty-expr.
12316 (verilog-in-attribute-p): Query returns true if point is in an
12317 attribute context; used to skip these for expression line up from
12319 (verilog-in-parameter-p): Query returns true if point is in an
12320 parameter definition context; used to skip these for expression
12321 line up from pretty-expr.
12322 (verilog-in-parenthesis-p): Query returns true if point is in a
12323 parenthetical expression, specifically ( ) but not [ ] or { };
12324 used by pretty-expr.
12325 (verilog-just-one-space): If there is no space, don't add one.
12326 (verilog-get-lineup-indent-2): Specifically skip just attribute
12327 contexts for expression lineup, rather than skipping all
12328 parenthetical expressions.
12329 (verilog-calculate-indent): Fix comment, and fix indent.
12330 (verilog-do-indent): Indent declarations in lists (suggested by
12332 (verilog-mode-abbrev-table): Populate abbrev mode with the various
12334 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
12337 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
12339 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
12340 parameters with embedded comments. Reported by Ray Stevens.
12341 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
12342 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
12343 Reported by Tim Holt.
12344 (verilog-auto): Fix AUTOing a upper module then AUTOing module
12345 instantiated by upper module causing wrong expansion until AUTOed a
12346 second time. Reported by K C Buckenmaier.
12347 (verilog-diff-auto): Fix showing .* as a difference when
12348 `verilog-auto-star-save' off. Reported by Dan Dever.
12349 (verilog-auto-reset, verilog-read-always-signals)
12350 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
12351 temporary signals in reset list if
12352 verilog-auto-reset-blocking-in-non is nil, and match assignment
12353 style to each signal's assignment type, bug381.
12354 Reported by Thomas Esposito.
12355 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
12356 (verilog-uvm-statement-re): Support UVM indentation and
12357 highlighting, with old OVM keywords only.
12358 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
12359 Support AUTOTIEOFF creating non-wire data types.
12360 Suggested by Jonathan Greenlaw.
12361 (verilog-auto-insert-lisp, verilog-delete-to-paren)
12362 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
12363 (verilog-inject-sense, verilog-read-inst-pins)
12364 (verilog-read-sub-decls, verilog-read-sub-decls-line):
12365 Fix mismatching parenthesis inside commented out code when deleting
12366 AUTOINST, bug383. Reported by Jonathan Greenlaw.
12367 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
12368 non-numeric vector width. Reported by Alex Reed.
12369 (verilog-auto-ascii-enum): Add "onehot" option to work around not
12370 detecting signals with parameter widths. Reported by Alex Reed.
12371 (verilog-auto-delete-trailing-whitespace):
12372 With `verilog-auto-delete-trailing-whitespace' remove trailing
12373 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
12374 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
12375 Fix verilog-scan-cache corruption when running user AUTO expansion
12376 hooks that call indentation routines.
12377 (verilog-simplify-range-expression): Fix typo ignoring lower case
12379 (verilog-delete-auto): Fix delete-autos to also remove user created
12380 automatics, as long as they start with AUTO.
12381 (verilog-batch-diff-auto, verilog-diff-auto)
12382 (verilog-diff-function): Add `verilog-diff-auto' and bind to
12383 "C-c?" to report differences in AUTO expansion, ignoring spaces.
12384 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
12385 (verilog-in-paren-quick, verilog-re-search-backward-quick)
12386 (verilog-re-search-forward-quick, verilog-syntax-ppss):
12387 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
12388 is disabled and its cache will get corrupt, causing AUTOS not to
12389 expand. Instead use only -quick functions.
12390 (verilog-scan-region): Fix scanning over escaped quotes.
12391 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
12392 (verilog-re-search-backward-quick)
12393 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
12394 related functions now ignore strings, to fix misparsing of strings
12395 with magic comments embedded in them.
12396 (verilog-read-auto-template):
12397 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
12398 Reported by Brad Dobbie.
12399 (verilog-read-auto-template):
12400 Fix 'verilog-auto-inst-template-numbers' with comments.
12401 Reported by Brad Dobbie.
12402 (verilog-auto-inst, verilog-auto-inst-param)
12403 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
12404 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
12405 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
12406 debugging templates without merge conflicts, bug357.
12407 Reported by Brad Dobbie.
12408 (verilog-read-auto-template):
12409 Fix verilog-auto-inst-template-numbers with multiple templates.
12410 Reported by Brad Dobbie.
12411 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
12412 abbrevs so user won't be asked to save.
12413 (verilog-read-auto-lisp-present): Fix to start at beginning of
12414 buffer in case called outside of verilog-auto.
12415 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
12416 to "X-2". Reported by Matthew Myers.
12417 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
12418 all inputs from module templates. Reported by Leith Johnson.
12419 (verilog-module-inside-filename-p): Fix locating programs as with
12421 (verilog-auto-inst-port): Fix vl-width expressions when using
12422 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
12423 (verilog-decls-get-regs, verilog-decls-get-signals,
12424 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
12425 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
12426 verilog-read-decls): Combine reg and wire structures into one var
12427 structure to represent SystemVerilog concepts.
12428 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
12429 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
12430 (verilog-auto-wire-type, verilog-insert-definition):
12431 Add verilog-auto-wire-type and AUTOLOGIC to support using
12432 SystemVerilog "logic" keyword instead of "wire"/"reg".
12433 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
12434 to declares outputs that also have assignments (presumably in an
12435 ifdef or generate if so there's not a driver conflict).
12436 Reported by Matthew Myers.
12437 (verilog-auto-declare-nettype, verilog-insert-definition):
12438 Add verilog-auto-declare-nettype to fix declarations using
12439 `default_nettype none. Reported by Julian Gorfajn.
12440 (verilog-read-always-signals-recurse, verilog-read-decls)
12441 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
12442 malformed end statement, bug325. Reported by Joshua Wise and
12444 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
12445 (verilog-inst-comment-re): Fix not deleting Interfaced comment
12446 when expanding .* in interfaces, bug320.
12447 Reported by Pierre-David Pfister.
12448 (verilog-read-module-name): Fix import statements between module
12449 name and open parenthesis, bug317.
12450 Reported by Pierre-David Pfister.
12451 (verilog-simplify-range-expression): Fix simplification of
12452 multiplications inside AUTOWIRE connections, bug303.
12453 (verilog-auto-inst-port): Support parameter expansion in
12454 multidimensional arrays.
12455 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
12456 after "assert property". Reported by Julian Gorfajn.
12457 (verilog-simplify-range-expression): Fix "couldn't merge" errors
12458 with multiplication, bug303.
12459 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
12460 Reported by Jan Frode Lonnum.
12462 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
12464 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
12465 (hfy-shell-file-name, hfy-shell):
12466 * international/fontset.el (x-decompose-font-name): Fix typos.
12468 2011-11-29 Ken Brown <kbrown@cornell.edu>
12470 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
12471 (gdb-version): Remove defvar.
12472 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
12473 (gdb-gud-context-command, gdb-non-stop-handler)
12474 (gdb-current-context-command, gdb-stopped): Use it.
12475 (gdb-init-1): Enable pretty printing here.
12476 (gdb-non-stop-handler): Don't enable pretty-printing here.
12477 Check to see if the target supports non-stop mode; if not, turn off
12478 non-stop mode. Use the following.
12479 (gdb-check-target-async): New defun.
12480 (gud-watch, gdb-stopped): Fix whitespace.
12481 (gdb-get-source-file): Don't try to display the source file if
12482 `gdb-main-file' is nil.
12484 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12486 * align.el: Try to generate fewer markers (bug#10047).
12487 (align--set-marker): New macro.
12488 (align-region): Use it.
12490 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12492 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
12494 2011-11-29 Chong Yidong <cyd@gnu.org>
12496 * indent.el (indent-for-tab-command, indent-according-to-mode):
12498 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
12500 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
12502 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
12503 aware of remote file names. (Bug#10124)
12505 2011-11-29 Chong Yidong <cyd@gnu.org>
12507 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
12509 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12511 * files.el (find-file): Don't use force-same-window (bug#10144).
12512 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
12513 use pop-to-buffer if the selected window can't be used.
12514 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
12516 2011-11-28 Eli Zaretskii <eliz@gnu.org>
12518 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
12521 2011-11-28 Chong Yidong <cyd@gnu.org>
12523 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
12525 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
12527 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
12528 gdb-get-source-file-list on gdb-create-source-file-list.
12530 2011-11-26 Eli Zaretskii <eliz@gnu.org>
12532 * whitespace.el (whitespace-newline): Use a different foreground
12533 color for 16-color light-background displays.
12535 2011-11-24 Chong Yidong <cyd@gnu.org>
12537 * window.el (display-buffer--special-action): Doc fix.
12539 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
12541 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
12542 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
12543 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
12544 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
12545 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
12546 (avl-tree-stack-first):
12547 * emacs-lisp/cconv.el (cconv--analyse-use):
12548 * net/gnutls.el (gnutls-negotiate): Fix typos.
12550 2011-11-24 Glenn Morris <rgm@gnu.org>
12552 * lpr.el (lpr-windows-system, lpr-lp-system):
12553 * mail/binhex.el (binhex-begin-line):
12554 * progmodes/grep.el (grep-history, grep-find-history):
12555 * textmodes/flyspell.el:
12556 * vc/pcvs-defs.el (cvs-global-menu):
12557 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
12558 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
12559 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
12561 * net/tls.el: Fix case of "GnuTLS".
12563 * paths.el (rmail-file-name): Format doc-string for make-docfile.
12565 * version.el (emacs-build-system): Give it a doc-string.
12567 2011-11-24 Juri Linkov <juri@jurta.org>
12569 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
12571 2011-11-24 Glenn Morris <rgm@gnu.org>
12573 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
12574 if called on a non-mime message just toggle the headers. (Bug#8006)
12576 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
12578 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
12579 (allout-lead-with-comment-string, allout-structure-deleted-hook)
12580 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
12581 (allout-rebullet-heading, allout-open-sibtopic)
12582 (allout-toggle-current-subtree-encryption)
12583 (allout-toggle-subtree-encryption, allout-encrypt-string)
12584 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
12585 (allout-distinctive-bullets-string, allout-auto-activation):
12586 * window.el (window-normalize-buffer-to-display):
12587 * progmodes/verilog-mode.el (verilog-batch-indent):
12588 * textmodes/bibtex.el (bibtex-field-braces-opt)
12589 (bibtex-field-strings-opt):
12590 * vc/cvs-status.el (cvs-tree-merge):
12593 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
12595 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
12596 `non-essential' to t, in order to avoid remote connections.
12598 2011-11-23 Eli Zaretskii <eliz@gnu.org>
12600 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12601 On MS-DOS and MS-Windows, compare with loaddefs.el
12602 case-insensitively.
12604 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12606 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
12608 2011-11-23 Glenn Morris <rgm@gnu.org>
12610 * paths.el (rmail-file-name): Reformat the doc-string so that it
12613 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
12614 (rmail-auto-file): Ignore case in the "special" field names,
12615 as mail-fetch-field does for all others.
12617 * mail/rmail.el (rmail-forward):
12618 * mail/rmailkwd.el (rmail-set-label):
12619 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
12620 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
12622 * mail/rmail.el (rmail-current-message): Doc fix.
12624 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
12626 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12628 * server.el (server-eval-and-print): Allow C-g (bug#6585).
12630 2011-11-22 Glenn Morris <rgm@gnu.org>
12632 * mail/rmailmm.el (test-rmail-mime-handler)
12633 (test-rmail-mime-bulk-handler)
12634 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
12636 2011-11-21 Juri Linkov <juri@jurta.org>
12638 * calc/calc.el (calc-read-key-sequence):
12639 Let-bind `input-method-function' to nil. (Bug#10018)
12641 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12643 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
12644 Tell the caller that the next line needs recomputation, even
12645 though it doesn't start a sexp (bug#10094).
12647 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12649 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
12651 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12653 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
12654 Use force-same-window.
12656 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
12658 * descr-text.el (describe-char-unicode-data):
12659 * json.el (json-string-escape):
12660 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
12661 (Footnote-unicode, Footnote-style-p):
12662 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
12664 2011-11-20 Chong Yidong <cyd@gnu.org>
12666 * window.el (replace-buffer-in-windows): Restore interactive spec.
12668 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12670 * electric.el (electric-indent-mode): Fix last change (too optimistic).
12672 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
12673 (byte-compile-global-not-obsolete-vars): New var.
12674 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
12676 (byte-compile-warn-obsolete): Align text with the one in *Help*.
12678 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
12680 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
12681 * progmodes/pascal.el (electric-pascal-equal):
12682 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
12683 * xml.el (xml-substitute-special): Fix typos.
12685 2011-11-20 Glenn Morris <rgm@gnu.org>
12687 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
12688 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
12690 (rmail-decode-mime-charset): Mark as obsolete.
12692 * mail/rmailsum.el (rmail-message-regexp-p-1):
12693 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
12694 Before using mime functions, check they are set. (Bug#10077)
12696 2011-11-19 Juri Linkov <juri@jurta.org>
12698 * info.el (Info-finder-find-node): Use `package--builtins' instead
12699 of `package-alist'. Use node names formed by the pattern "Keyword "
12700 and the keyword name.
12702 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
12704 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
12706 2011-11-19 Juri Linkov <juri@jurta.org>
12708 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
12709 that calls `revert-buffer' on all Info buffers. (Bug#9915)
12710 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
12711 `old-history', `old-history-forward'. Add let-binding
12712 `window-selected'. Remove calls to `kill-buffer',
12713 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
12714 before calling `Info-find-node', so `Info-find-node-2' will reread
12715 the Info file. Restore window positions only when `window-selected'
12718 2011-11-19 Juri Linkov <juri@jurta.org>
12720 * isearch.el (isearch-lazy-highlight-new-loop):
12721 Remove condition `(not isearch-error)'. (Bug#9918)
12723 * misearch.el (multi-isearch-search-fun): Add condition
12724 `(not bound)' to ignore lazy-highlighting search.
12725 Add the search-failed message "end of multi" when the end of
12726 multi-sequence is reached. Uncapitalize the search-failed
12727 message "Repeat for next buffer".
12729 * info.el (Info-search): Add the search-failed message
12730 "end of the manual" when the end of the manual is reached
12733 2011-11-19 Juri Linkov <juri@jurta.org>
12735 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
12736 Use non-destructive `remove' instead of `delete' because
12737 `Info-history-list' stored to `Info-isearch-initial-history-list' in
12738 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
12740 2011-11-19 Juri Linkov <juri@jurta.org>
12742 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
12743 to nil instead of binding `search-ring' and `regexp-search-ring'.
12746 2011-11-19 Eli Zaretskii <eliz@gnu.org>
12748 * simple.el (line-move): Force movement by logical lines for any
12749 hscrolled window, not only when auto-hscroll-mode is on.
12750 (line-move-visual): Update doc string to that effect. (Bug#10076)
12752 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
12754 * language/european.el (macintosh): Define as alias for mac-roman.
12756 2011-11-19 Eli Zaretskii <eliz@gnu.org>
12758 * mail/rmailmm.el (rmail-mime-display-header)
12759 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
12760 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
12761 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
12762 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
12763 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
12765 (rmail-mime-entity-segment): To get past the tagline, move forward
12766 2 more lines, to account for the 2 empty lines that precede and
12767 follow the line with the buttons.
12768 (rmail-mime-update-tagline): Move one more line, to get past the
12769 empty line that follows the buttons in the tagline. (Bug#9520)
12771 2011-11-19 Martin Rudalics <rudalics@gmx.at>
12773 * window.el (window-max-delta-1, window-min-delta-1)
12774 (window-min-size-1, window-state-get-1, window-state-put-1)
12775 (window-state-put-2): Use "window--" prefix.
12777 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
12779 * emacs-lisp/smie.el: Improve warnings and conflict detection.
12780 (smie-warning-count): New var.
12781 (smie-set-prec2tab): Use it.
12782 (smie-bnf->prec2): Improve warnings. Add docstring.
12783 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
12784 (smie-bnf--set-class): New function.
12785 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
12788 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
12789 (compilation-error-properties, compilation-move-to-column):
12790 Handle compilation-first-column while in the target buffer.
12792 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
12793 Don't hardcode point-min==1.
12795 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
12796 (eshell-rewrite-for-command): Remove workaround.
12797 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
12798 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
12799 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
12801 * files-x.el (modify-file-local-variable): Obey commenting conventions.
12803 2011-11-17 Glenn Morris <rgm@gnu.org>
12805 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12806 Ignore buffer-local generated-autoload-file if it is the same
12807 as the global value. (Bug#10049)
12809 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
12811 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
12812 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
12813 (reftex-toc-previous-heading, reftex-toc-max-level)
12814 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
12815 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
12816 (reftex-toc-do-promote, reftex-toc-promote-prepare)
12817 (reftex-toc-promote-action, reftex-toc-extract-section-number)
12818 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
12819 (reftex-toc-rename-label, reftex-toc-visit-location)
12820 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
12821 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
12822 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
12823 leaving "*toc*" only for references to the buffer.
12825 2011-11-17 Martin Rudalics <rudalics@gmx.at>
12827 * window.el (window-resize, delete-window, split-window):
12828 Replace window-splits by window-combination-resize.
12829 * cus-start.el (window-splits): Replace by window-combination-resize.
12831 2011-11-17 Glenn Morris <rgm@gnu.org>
12833 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12834 Make bash entry derive from sh entry, not shell entry.
12836 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
12838 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
12841 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
12843 * menu-bar.el (menu-bar-file-menu):
12844 * printing.el (pr-ps-utility):
12845 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
12846 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
12847 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
12848 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
12849 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
12850 (icalendar--convert-cyclic-to-ical)
12851 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
12852 (icalendar--convert-ical-to-diary)
12853 (icalendar--convert-recurring-to-diary)
12854 (icalendar--convert-non-recurring-all-day-to-diary)
12855 (icalendar-import-format-sample):
12856 * progmodes/idlw-shell.el (idlwave-shell-mode):
12857 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
12858 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
12859 (vhdl-ps-print-init): Fix typos.
12861 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
12863 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
12864 FSF and collapse date sequence, obscure author/maintainer email address
12865 better, remove extra version line, track relocation of author's webpage.
12867 * progmodes/python.el (python-pdbtrack-input-prompt)
12868 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
12869 regular python pdb prompts. Adjustments shamelessly taken exactly as
12870 suggested in EmacsWiki page (tiny change):
12871 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
12873 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
12875 * expand.el (expand-pos, expand-index, expand-point):
12876 Remove redundant info from docstring.
12877 (expand-add-abbrevs): Doc fix.
12878 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
12879 (expand-sample-perl-mode-expand-list): Fix typos.
12881 * net/dbus.el (dbus-event-member-name):
12882 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
12883 * term/pc-win.el (msdos-create-frame-with-faces):
12884 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
12886 2011-11-16 Martin Rudalics <rudalics@gmx.at>
12888 * window.el (split-window, window-state-get-1)
12889 (window-state-put-1, window-state-put-2): Rename occurrences of
12890 window-nest to window-combination-limit.
12891 * cus-start.el (window-nest): Rename to window-combination-limit.
12893 2011-11-16 Chong Yidong <cyd@gnu.org>
12895 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
12896 regexp (Bug#10033).
12898 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12900 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
12901 `completing-read' will remove *Completions* and will preserve
12902 current-buffer for us.
12903 (tmm-add-prompt): Users of *Completions* will always (re)set its
12905 (tmm-old-comp-map): Remove.
12907 2011-11-16 Glenn Morris <rgm@gnu.org>
12909 * mail/rmailedit.el: Require rmailmm when compiling.
12910 (rmail-old-mime-state): New declaration.
12911 (rmail-edit-current-message): If editing a mime message,
12912 edit the "raw" message from the mbox buffer.
12913 (rmail-cease-edit): Handle mime messages. (Bug#9840)
12915 2011-11-15 Glenn Morris <rgm@gnu.org>
12917 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
12918 which wasn't being used. Add optional arg to force given state.
12919 (rmail-mime): Add optional arg to force given state.
12921 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
12923 * allout.el (allout-encryption-plaintext-sanitization-regexps):
12924 * frame.el (display-mm-dimensions-alist):
12925 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
12926 (outline-move-subtree-down):
12927 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
12928 (newsticker--treeview-do-get-node):
12929 * net/quickurl.el (quickurl-list-buffer-name):
12930 * progmodes/dcl-mode.el (dcl-mode):
12931 * progmodes/gdb-mi.el (gdb-mapcar*):
12932 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
12934 2011-11-15 Glenn Morris <rgm@gnu.org>
12936 * mail/rmail.el (rmail-file-coding-system): It's only ever used
12937 in a boolean sense, so just make it a boolean, and fix the doc.
12938 (rmail-show-mime-function, rmail-mime-feature)
12939 (rmail-require-mime-maybe): Doc fixes.
12940 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
12942 * mail/rmailmm.el (rmail-show-mime): Doc fix.
12944 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
12946 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
12947 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
12948 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
12949 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
12951 2011-11-15 Glenn Morris <rgm@gnu.org>
12953 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
12954 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
12955 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
12956 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
12957 (rmail-mime, rmail-show-mime): Doc fixes.
12959 * term/ns-win.el (mode-line-frame-identification):
12960 Leave it alone. (Bug#10051)
12962 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
12964 * mail/rmailout.el (rmail-output-to-rmail-buffer):
12965 Handle empty buffers. (Bug#9978)
12967 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
12969 * international/mule.el (define-charset):
12970 * mail/rmailmm.el (rmail-mime-find-header-encoding):
12971 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
12972 * progmodes/verilog-mode.el (verilog-backward-token):
12973 * textmodes/ispell.el (lookup-words):
12974 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
12976 2011-11-14 Glenn Morris <rgm@gnu.org>
12978 * progmodes/executable.el
12979 (executable-make-buffer-file-executable-if-script-p):
12980 Handle file-modes returning nil.
12982 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
12983 message - not necessary, and causes problems. (Bug#9831)
12985 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
12987 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
12989 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
12990 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
12991 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
12993 2011-11-12 Martin Rudalics <rudalics@gmx.at>
12995 * window.el (window-resize, delete-window): Use window-splits
12996 variable instead of function.
12997 (window-state-get-1, window-state-put-2, window-state-put):
12998 Don't deal with windows' splits status.
13000 2011-11-12 Glenn Morris <rgm@gnu.org>
13002 * apropos.el (apropos-do-all, apropos-library, apropos-value)
13003 (apropos-documentation): Doc fixes.
13005 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
13007 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
13008 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
13010 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
13012 * electric.el (electric-indent-post-self-insert-function): Make it
13013 possible for a char to only indent in some circumstances.
13014 (electric-indent-mode): Simplify.
13016 2011-11-11 Martin Rudalics <rudalics@gmx.at>
13018 * window.el (windows-with-parameter): Remove unused function.
13019 (windows-at-side): Rename to window-at-side-list.
13020 (window-check, window-atom-check, window-atom-check-1)
13021 (window-side-check, window-size-ignore, window-size-fixed-1)
13022 (window-in-direction-2): Prefix with "window--".
13023 (window-tree-1): Rename to window--subtree, fix doc-string.
13025 2011-11-11 Glenn Morris <rgm@gnu.org>
13027 * subr.el (eval-after-load): If FILE is already loaded,
13028 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
13030 2011-11-10 Glenn Morris <rgm@gnu.org>
13032 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
13033 Call svn via vc-svn-command rather than vc-do-command.
13034 (vc-svn-command): Add --non-interactive. (Bug#9993)
13035 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
13037 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13038 Add toggle-read-only. (Bug#7292)
13039 * files.el (toggle-read-only): Mention that it should only
13040 be used interactively. (Bug#10006)
13042 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13044 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13045 Adjust regexp for OCaml warnings.
13047 * electric.el (electric-pair-post-self-insert-function): Let user
13048 turn it off buffer-locally (bug#9932).
13050 * progmodes/python.el (python-beginning-of-statement):
13051 Rewrite (bug#2703).
13053 * progmodes/compile.el: Better handle TABs (bug#9749).
13054 (compilation-internal-error-properties)
13055 (compilation-next-error-function): Obey the target buffer's
13056 compilation-error-screen-columns.
13058 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
13060 * progmodes/meta-mode.el: Remove obsolete comments.
13061 (meta-right-comment-regexp, meta-ignore-comment-regexp):
13062 Fix typos in docstrings.
13064 2011-11-09 Martin Rudalics <rudalics@gmx.at>
13066 * window.el (window-size-fixed-p): Rewrite doc-string.
13067 (window-resizable-p): Rename to window--resizable-p. Update callers.
13068 (window--resizable): New function. Make all callers of
13069 window-resizable call window--resizable instead.
13070 (window-resizable): Rewrite in terms of window--resizable.
13072 2011-11-08 Glenn Morris <rgm@gnu.org>
13074 * progmodes/delphi.el (delphi-mode-syntax-table):
13075 Let define-derived-mode define a proper syntax table. (Bug#9994)
13077 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13079 * window.el: Stay away from defsubst.
13080 (window-list-no-nils): Remove.
13081 (window-state-get-1, window-state-get): Use backquote instead.
13083 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13085 * emacs-lisp/find-func.el (find-function-read):
13086 Fix incorrect use of default argument in `completing-read'.
13088 2011-11-08 Martin Rudalics <rudalics@gmx.at>
13090 * window.el (display-buffer-function, special-display-function):
13091 Mention display-buffer-record-window but do not mention
13092 help-setup parameter in doc-strings.
13093 (window-min-delta): Fix doc-string typo.
13095 2011-11-08 Chong Yidong <cyd@gnu.org>
13097 * window.el (window-total-height, window-total-width): Doc fix.
13098 (window-body-size): Move from C.
13099 (window-body-height, window-body-width): Move to C.
13101 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13103 * window.el: Make special-display like display-buffer-alist (bug#9532).
13104 (display-buffer--special-action): New function, morphed
13105 from display-buffer--special.
13106 (display-buffer): Use it to handle special-display-buffers at higher
13107 priority (just after display-buffer-alist).
13108 (display-buffer-fallback-action, display-buffer--other-frame-action)
13109 (pop-to-buffer-same-window): Remove display-buffer--special.
13111 2011-11-07 Glenn Morris <rgm@gnu.org>
13113 * calendar/cal-menu.el (cal-menu-set-date-title):
13114 Do nothing if not in a calendar. (Bug#9976)
13116 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
13118 * files.el (find-file): Always use selected-window.
13120 2011-11-07 Martin Rudalics <rudalics@gmx.at>
13122 * window.el (window-combinations): Make WINDOW argument
13123 mandatory. Rewrite doc-string.
13124 (walk-window-subtree, window-atom-check, window-min-delta)
13125 (window-max-delta, window--resize-this-window)
13126 (window--resize-root-window-vertically, window-tree)
13127 (balance-windows, window-state-put): Rewrite doc-strings as to
13128 not mention the term "subwindow".
13129 (window--resize-subwindows-skip-p): Rename to
13130 window--resize-child-windows-skip-p.
13131 (window--resize-subwindows-normal): Rename to
13132 window--resize-child-windows-normal.
13133 (window--resize-subwindows): Rename to
13134 window--resize-child-windows.
13135 (window-or-subwindow-p): Rename to window--in-subtree-p.
13137 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
13139 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
13140 Ensure that mbox format messages end in two newlines (Bug#9974).
13142 2011-11-06 Chong Yidong <cyd@gnu.org>
13144 * window.el (window-combination-p): Function deleted; its
13145 side-effect is not used in any existing code.
13146 (window-combinations, window-combined-p): Call window-*-child
13149 2011-11-05 Chong Yidong <cyd@gnu.org>
13151 * window.el (window-valid-p): Rename from window-any-p.
13152 (window-size-ignore, window-state-get): Callers changed.
13153 (window-normalize-window): Rename from window-normalize-any-window.
13154 New arg LIVE-ONLY, replacing window-normalize-live-window.
13155 (window-normalize-live-window): Delete.
13156 (window-combination-p, window-combined-p, window-combinations)
13157 (walk-window-subtree, window-atom-root, window-min-size)
13158 (window-sizable, window-sizable-p, window-size-fixed-p)
13159 (window-min-delta, window-max-delta, window-resizable)
13160 (window-resizable-p, window-full-height-p, window-full-width-p)
13161 (window-current-scroll-bars, window-point-1, set-window-point-1)
13162 (window-at-side-p, window-in-direction, window-resize)
13163 (adjust-window-trailing-edge, maximize-window, minimize-window)
13164 (window-deletable-p, delete-window, delete-other-windows)
13165 (record-window-buffer, unrecord-window-buffer)
13166 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
13167 (quit-window, split-window, window-state-put)
13168 (set-window-text-height, fit-window-to-buffer)
13169 (shrink-window-if-larger-than-buffer): Callers changed.
13171 2011-11-04 Eli Zaretskii <eliz@gnu.org>
13173 * mail/rmail.el (rmail-simplified-subject): Decode subject with
13174 rfc2047-decode-string.
13175 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
13178 * window.el (window-body-height, window-body-width): Mention in
13179 the doc string that the return values are in frame's canonical
13182 2011-11-03 Alan Mackenzie <acm@muc.de>
13184 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
13185 change in cc-engine.el.
13187 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
13189 * window.el (switch-to-buffer): Use `force-same-window' interactively.
13191 2011-11-02 Martin Rudalics <rudalics@gmx.at>
13193 * window.el (quit-window): Call unrecord-window-buffer after
13194 showing another buffer in the window. (Bug#9937)
13195 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
13197 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
13199 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
13200 Accept status with more than 9 shelves. (Bug#9935)
13201 Reported by Colin D Bennett <colin@gibibit.com>.
13203 2011-11-01 Martin Rudalics <rudalics@gmx.at>
13205 * help.el (with-help-window): Don't reference
13206 temp-buffer-show-specifiers in doc-string.
13208 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
13210 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
13213 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13215 * whitespace.el: New version 13.2.2.
13216 (whitespace-newline-mode): Disable properly. Reported by Sarah
13219 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
13221 * net/newst-treeview.el: Remove "Time-stamp".
13222 (newsticker--group-manage-orphan-feeds): Do not call
13223 newsticker--treeview-tree-update.
13224 (newsticker-treeview-update, newsticker-treeview):
13225 Call newsticker--treeview-tree-update if necessary.
13227 2011-10-30 Martin Rudalics <rudalics@gmx.at>
13229 * window.el (window-iso-combination-p, window-iso-combined-p)
13230 (window-iso-combinations): Remove "iso-" infix.
13231 Suggested by Chong Yidong.
13232 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
13233 (window-max-delta-1, window-resize, window--resize-siblings)
13234 (window--resize-this-window, adjust-window-trailing-edge)
13235 (split-window, balance-windows-1)
13236 (shrink-window-if-larger-than-buffer):
13237 * calendar/calendar.el (calendar-generate-window):
13238 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
13240 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13242 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
13243 in place (bug#9907).
13244 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
13245 (eshell-rewrite-if-command, eshell-rewrite-for-command)
13246 (eshell-structure-basic-command, eshell-rewrite-while-command)
13247 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
13248 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
13249 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
13250 (eshell-do-pipelines-synchronously, eshell-eval-command):
13251 Use backquotes and prefer setq to set.
13252 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
13253 (eshell-macrop): Use functionp.
13254 (eshell-do-eval): Handle multiple expressions in `while' body.
13256 2011-10-30 Chong Yidong <cyd@gnu.org>
13258 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
13259 instead of set-mark (Bug#9810).
13261 2011-10-30 Chong Yidong <cyd@gnu.org>
13263 * window.el (split-window-below, split-window-right): Rename from
13264 split-window-above-each-other and split-window-side-by-side
13265 respectively. All callers changed.
13266 (split-window-sensibly, split-window-sensibly): Use them.
13267 (split-window-keep-point): Doc fix.
13269 * isearch.el: Add isearch-scroll property to split-window-below
13270 and split-window-right.
13272 * follow.el (follow-mode):
13273 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
13274 * progmodes/ada-xref.el (ada-gdb-application):
13275 * emulation/vip.el (vip-buffer-in-two-windows):
13276 * image-dired.el (image-dired-dired-with-window-configuration):
13277 * dired-x.el (dired-do-find-marked-files):
13278 * dired.el (dired-pop-to-buffer):
13279 * bs.el (bs--show-with-configuration):
13280 * vc/emerge.el (emerge-setup-windows):
13281 * textmodes/two-column.el (2C-two-columns):
13282 * textmodes/reftex-toc.el (reftex-toc):
13283 * progmodes/gdb-mi.el (gdb-setup-windows):
13284 * progmodes/fortran.el (fortran-window-create):
13285 * net/newst-treeview.el (newsticker--treeview-window-init):
13286 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
13287 * emulation/tpu-edt.el (tpu-gold-map):
13288 * emulation/crisp.el (crisp-mode-map):
13289 * calendar/calendar.el (calendar-basic-setup): Callers changed.
13291 2011-10-29 Chong Yidong <cyd@gnu.org>
13293 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
13295 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
13297 * textmodes/flyspell.el (flyspell-word): Fix char offset for
13298 forged Ispell output (Bug#7904).
13300 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
13302 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13304 * doc-view.el: Avoid ugly errors about not finding nil.
13305 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
13306 (doc-view-dvipdf-program, doc-view-unoconv-program)
13307 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
13308 Avoid nil or absolute file name as default value.
13309 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
13311 2011-10-28 Alan Mackenzie <acm@muc.de>
13313 * progmodes/cc-defs.el (c-version): -> 5.32.2.
13315 2011-10-28 Alan Mackenzie <acm@muc.de>
13317 Amend the handling of c-beginning/end-of-defun in nested declaration
13320 * progmodes/cc-vars.el (c-defun-tactic): Move here from
13321 cc-langs.el. Change it to a defcustom.
13323 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
13326 * progmodes/cc-engine.el (c-beginning-of-statement-1):
13327 Prevent "class foo : bar" being spuriously recognized as a label.
13329 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
13330 Add parameter `inclusive' (to include enclosing braces in the region).
13331 (c-widen-to-enclosing-decl-scope): New function.
13332 (c-while-widening-to-decl-block): New macro.
13333 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
13334 outward for defun boundaries, and correspondingly change symbol
13335 `respect-enclosure' to `go-outward'.
13336 (c-declaration-limits): Change algorithm to report only the "innermost"
13337 defun's boundaries.
13339 2011-10-28 Deniz Dogan <deniz@dogan.se>
13341 * net/rcirc.el (rcirc-mode): Use hard newlines.
13343 2011-10-28 Alan Mackenzie <acm@muc.de>
13345 Amend to indent and fontify macros "which include their own semicolon"
13346 correctly, using the "virtual semicolon" mechanism.
13348 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
13350 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
13351 Recode to scan one line at a time rather than having \n and \r
13352 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
13353 (c-forward-label): Amend for virtual semicolons.
13354 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
13356 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
13357 of the new C macros.
13359 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
13360 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
13361 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
13362 (c-opt-cpp-macro-define): Make into a full language variable.
13363 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
13364 AWK Mode (including \n, \r) removed, no longer needed.
13366 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
13367 Invoke c-make-macro-with-semi-re.
13369 * progmodes/cc-vars.el (c-macro-with-semi-re):
13370 (c-macro-names-with-semicolon): New variables.
13371 (c-make-macro-with-semi-re): New function.
13373 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13375 * vc/log-edit.el: Fill empty field rather than adding new one.
13376 (log-edit-add-field): New function.
13377 (log-edit-insert-changelog): Use it.
13379 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
13381 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
13383 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13385 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
13386 (gdb--check-interpreter): New function.
13389 2011-10-27 Glenn Morris <rgm@gnu.org>
13391 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
13392 (least-positive-float, least-negative-float)
13393 (least-positive-normalized-float, least-negative-normalized-float)
13394 (float-epsilon, float-negative-epsilon):
13395 Remove unnecessary declarations.
13397 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
13398 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
13399 (least-positive-float, least-negative-float)
13400 (least-positive-normalized-float, least-negative-normalized-float)
13401 (float-epsilon, float-negative-epsilon): Add doc-strings,
13402 based on those in cl.texi.
13404 * files.el (set-visited-file-name): If the major-mode changed,
13405 reload the local variables. (Bug#9796)
13407 2011-10-27 Chong Yidong <cyd@gnu.org>
13409 * subr.el (change-major-mode-after-body-hook): New hook.
13410 (run-mode-hooks): Run it.
13412 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13413 Use change-major-mode-before-body-hook.
13415 * simple.el (fundamental-mode):
13416 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
13417 change introducing fundamental-mode-hook.
13419 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
13421 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
13423 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
13425 * ido.el (ido-file-name-all-completions-1): Do not require
13426 tramp.el explicitly. (Bug#7583)
13428 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
13430 * progmodes/octave-mod.el:
13431 * progmodes/octave-inf.el: Update maintainer.
13433 2011-10-26 Chong Yidong <cyd@gnu.org>
13435 * subr.el (with-wrapper-hook): Rewrite doc.
13437 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
13439 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
13440 filenames "/method:foo:". (Bug#9793)
13442 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13444 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
13447 2011-10-24 Glenn Morris <rgm@gnu.org>
13449 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
13451 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
13453 * notifications.el: Add the requirement of a running D-Bus session
13454 bus to the Commentary.
13456 2011-10-24 Juri Linkov <juri@jurta.org>
13458 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
13459 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
13462 2011-10-24 Juri Linkov <juri@jurta.org>
13464 * info.el (Info-following-node-name-re): Add newline to the list
13465 of allowed characters for leading space. (Bug#9824)
13467 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13469 * progmodes/octave-inf.el (inferior-octave-mode-map):
13470 Fix C-c C-h binding.
13471 * progmodes/octave-mod.el (octave-help): Remove.
13473 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
13475 Sync with Tramp 2.2.3.
13477 * net/tramp-cache.el (top): Pacify byte-compiler using
13478 `init-file-user' and `site-run-file'.
13480 * net/trampver.el: Update release number.
13482 2011-10-23 Chong Yidong <cyd@gnu.org>
13484 * files.el (toggle-read-only): Remove obsolete comment about
13487 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
13488 for toggle-read-only. Note that this hasn't called vc-next-action
13489 since 2008-05-02, though it wasn't documented at the time.
13491 * vc/ediff-init.el (ediff-toggle-read-only-function):
13492 Use toggle-read-only.
13494 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
13496 Fix bug #9560, sporadic wrong indentation; improve instrumentation
13499 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13500 correct faulty logical expression.
13501 (c-parse-state-state, c-record-parse-state-state):
13502 (c-replay-parse-state-state): New defvar/defuns.
13503 (c-debug-parse-state): Use new functions.
13505 2011-10-22 Martin Rudalics <rudalics@gmx.at>
13507 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
13508 last fix. Use window-in-direction correctly.
13510 2011-10-21 Chong Yidong <cyd@gnu.org>
13512 * progmodes/idlwave.el (idlwave-mode):
13513 * progmodes/vera-mode.el (vera-mode): No need to set
13514 require-final-newline; that's done in prog-mode.
13515 Suggested by Stefan Monnier.
13517 2011-10-21 Martin Rudalics <rudalics@gmx.at>
13519 * mouse.el (mouse-drag-window-above)
13520 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
13521 (mouse-drag-mode-line-1, mouse-drag-header-line)
13522 (mouse-drag-vertical-line-rightward-window): Remove.
13523 (mouse-drag-line): New function.
13524 (mouse-drag-mode-line, mouse-drag-header-line)
13525 (mouse-drag-vertical-line): Call mouse-drag-line.
13526 * window.el (window-at-side-p, windows-at-side): New functions.
13528 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
13530 * tar-mode.el (tar-grind-file-mode):
13531 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
13533 2011-10-21 Chong Yidong <cyd@gnu.org>
13535 * progmodes/idlwave.el (idlwave-mode):
13536 * progmodes/vera-mode.el (vera-mode):
13537 Use mode-require-final-newline.
13539 2011-10-20 Glenn Morris <rgm@gnu.org>
13541 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
13543 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
13545 * emulation/cua-base.el (cua-set-mark): Fix case of string.
13547 2011-10-20 Chong Yidong <cyd@gnu.org>
13549 * emulation/cua-base.el (cua-mode):
13550 * mail/footnote.el (footnote-mode):
13551 * mail/mailabbrev.el (mail-abbrevs-mode):
13552 * net/xesam.el (xesam-minor-mode):
13553 * progmodes/bug-reference.el (bug-reference-mode):
13554 * progmodes/cap-words.el (capitalized-words-mode):
13555 * progmodes/compile.el (compilation-minor-mode)
13556 (compilation-shell-minor-mode):
13557 * progmodes/gud.el (gud-tooltip-mode):
13558 * progmodes/hideif.el (hide-ifdef-mode):
13559 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
13560 * progmodes/subword.el (subword-mode):
13561 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
13562 * progmodes/which-func.el (which-function-mode):
13563 * term/tvi970.el (tvi970-set-keypad-mode):
13564 * term/vt100.el (vt100-wide-mode):
13565 * textmodes/flyspell.el (flyspell-mode):
13566 * textmodes/ispell.el (ispell-minor-mode):
13567 * textmodes/nroff-mode.el (nroff-electric-mode):
13568 * textmodes/paragraphs.el (use-hard-newlines):
13569 * textmodes/refill.el (refill-mode):
13570 * textmodes/reftex.el (reftex-mode):
13571 * textmodes/rst.el (rst-minor-mode):
13572 * textmodes/sgml-mode.el (html-autoview-mode)
13573 (sgml-electric-tag-pair-mode):
13574 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
13575 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
13576 * emulation/crisp.el (crisp-mode):
13577 * emacs-lisp/eldoc.el (eldoc-mode):
13578 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
13579 minor mode behavior.
13581 2011-10-19 Juri Linkov <juri@jurta.org>
13583 * descr-text.el (describe-char): Add #x2010 and #x2011 to
13584 the list of hard-coded chars with escape-glyph face.
13586 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
13588 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
13590 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
13592 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
13595 2011-10-19 Glenn Morris <rgm@gnu.org>
13597 * vc/vc-bzr.el (vc-bzr-after-dir-status):
13598 Ignore ignored files. (Bug#9726)
13600 2011-10-19 Chong Yidong <cyd@gnu.org>
13602 Doc fix for minor modes, stating that an omitted argument enables
13603 the mode unconditionally when called from Lisp.
13605 * abbrev.el (abbrev-mode):
13606 * allout.el (allout-mode):
13607 * autoinsert.el (auto-insert-mode):
13608 * autoarg.el (autoarg-mode, autoarg-kp-mode):
13609 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
13610 (global-auto-revert-mode):
13611 * battery.el (display-battery-mode):
13612 * composite.el (global-auto-composition-mode)
13613 (auto-composition-mode):
13614 * delsel.el (delete-selection-mode):
13615 * desktop.el (desktop-save-mode):
13616 * dired-x.el (dired-omit-mode):
13617 * dirtrack.el (dirtrack-mode):
13618 * doc-view.el (doc-view-minor-mode):
13619 * double.el (double-mode):
13620 * electric.el (electric-indent-mode, electric-pair-mode):
13621 * emacs-lock.el (emacs-lock-mode):
13622 * epa-hook.el (auto-encryption-mode):
13623 * follow.el (follow-mode):
13624 * font-core.el (font-lock-mode):
13625 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
13626 * help.el (temp-buffer-resize-mode):
13627 * hilit-chg.el (highlight-changes-mode)
13628 (highlight-changes-visible-mode):
13629 * hi-lock.el (hi-lock-mode):
13630 * hl-line.el (hl-line-mode, global-hl-line-mode):
13631 * icomplete.el (icomplete-mode):
13632 * ido.el (ido-everywhere):
13633 * image-file.el (auto-image-file-mode):
13634 * image-mode.el (image-minor-mode):
13635 * iswitchb.el (iswitchb-mode):
13636 * jka-cmpr-hook.el (auto-compression-mode):
13637 * linum.el (linum-mode):
13638 * longlines.el (longlines-mode):
13639 * master.el (master-mode):
13640 * mb-depth.el (minibuffer-depth-indicate-mode):
13641 * menu-bar.el (menu-bar-mode):
13642 * minibuf-eldef.el (minibuffer-electric-default-mode):
13643 * mouse-sel.el (mouse-sel-mode):
13644 * msb.el (msb-mode):
13645 * mwheel.el (mouse-wheel-mode):
13646 * outline.el (outline-minor-mode):
13647 * paren.el (show-paren-mode):
13648 * recentf.el (recentf-mode):
13649 * reveal.el (reveal-mode, global-reveal-mode):
13650 * rfn-eshadow.el (file-name-shadow-mode):
13651 * ruler-mode.el (ruler-mode):
13652 * savehist.el (savehist-mode):
13653 * scroll-all.el (scroll-all-mode):
13654 * scroll-bar.el (scroll-bar-mode):
13655 * server.el (server-mode):
13656 * shell.el (shell-dirtrack-mode):
13657 * simple.el (auto-fill-mode, transient-mark-mode)
13658 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
13659 (line-number-mode, column-number-mode, size-indication-mode)
13660 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
13661 * strokes.el (strokes-mode):
13662 * time.el (display-time-mode):
13663 * t-mouse.el (gpm-mouse-mode):
13664 * tool-bar.el (tool-bar-mode):
13665 * tooltip.el (tooltip-mode):
13666 * type-break.el (type-break-mode-line-message-mode)
13667 (type-break-query-mode):
13668 * view.el (view-mode):
13669 * whitespace.el (whitespace-mode, whitespace-newline-mode)
13670 (global-whitespace-mode, global-whitespace-newline-mode):
13671 * xt-mouse.el (xterm-mouse-mode): Doc fix.
13673 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13674 Fix autogenerated docstring.
13676 2011-10-19 Juri Linkov <juri@jurta.org>
13678 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
13679 by checking environment variables "DESKTOP_SESSION" and
13680 "XDG_CURRENT_DESKTOP". (Bug#9779)
13682 2011-10-19 Juri Linkov <juri@jurta.org>
13684 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
13685 (browse-url-chromium-program, browse-url-chromium-arguments):
13687 (browse-url-default-browser): Check for `browse-url-chromium' and
13688 call `browse-url-chromium-program'.
13689 (browse-url-chromium): New command. (Bug#9779)
13691 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
13693 * facemenu.el (list-colors-duplicates): On Windows, detect more
13694 duplicates by assuming that only colors matching "^System" are
13695 special "system colors". (Bug#9722)
13697 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
13699 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
13700 to distinguish the author from the committer.
13702 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
13704 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
13706 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
13708 * international/mule.el (sgml-html-meta-auto-coding-function):
13709 Add support for detecting encoding in HTML5 specified only as
13710 <meta charset="UTF-8">. Implementation just makes http-equiv and
13711 content-type parts from HTML4 encoding string optional. (Bug#9716)
13713 2011-10-18 Glenn Morris <rgm@gnu.org>
13715 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
13717 2011-10-18 Chong Yidong <cyd@gnu.org>
13719 * faces.el (cursor): Doc fix.
13721 2011-10-17 Chong Yidong <cyd@gnu.org>
13723 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
13725 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
13727 * dirtrack.el (dirtrack): Support shell buffers with path
13728 prefixes, e.g. tramp-based remote shells. (Bug#9647)
13730 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
13732 * json.el: Bump version to 1.3 and note change in History.
13733 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
13735 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13737 * comint.el (comint-insert-input, comint-send-input)
13738 (comint-get-old-input-default, comint-backward-matching-input)
13739 (comint-next-prompt): Use nil instead of `input' for field property of
13740 past user input (bug#114).
13742 * minibuffer.el (completion--replace): Inherit surrounding properties
13744 (minibuffer-complete-and-exit): Use it.
13746 * comint.el (comint--table-subvert): Quote the all-completions output
13749 2011-10-17 Martin Rudalics <rudalics@gmx.at>
13751 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
13753 * menu-bar.el (menu-bar-file-menu): Add entry for making new
13754 window on right of selected. (Bug#9350) Reword other window
13755 entries and separate them from frame entries.
13757 2011-10-15 Glenn Morris <rgm@gnu.org>
13759 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
13762 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
13764 * net/network-stream.el (network-stream-open-starttls):
13765 Improve detection of failure due to lack of TLS support.
13767 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
13768 putting the input text in front and in bold.
13770 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
13772 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
13774 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
13777 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
13778 unread-command-events rather than pushing yet-another event.
13780 2011-10-14 Eli Zaretskii <eliz@gnu.org>
13782 * mail/sendmail.el (sendmail-query-once): Improve the wording of
13783 the explanation of the possible choices. Make the options passed
13784 to completing-read shorter.
13786 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13788 * textmodes/flyspell.el (flyspell-large-region): Make sure
13789 extended character mode is used if defined (Bug#1339).
13791 2011-10-13 Eli Zaretskii <eliz@gnu.org>
13793 * simple.el (what-cursor-position): Fix the display of the
13794 character info for LRE, LRO, RLE, and RLO characters by appending
13797 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13799 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
13800 even in case of error; add debug spec; simplify data flow.
13801 (with-timeout-handler): Remove.
13803 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
13805 Fix Bug#6019, Bug#9315.
13807 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
13808 complete `buffer-file-name', the local file name part could look
13809 remotely (for example on VMS).
13811 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
13812 `tramp-run-real-handler'.
13813 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
13814 already quoted by '"'.
13816 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
13817 Let `file-name-handler-alist' be nil, the local file name part
13818 could look remotely (for example on VMS).
13820 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13822 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
13824 (flyspell-post-command-hook): ...to here.
13826 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13828 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
13830 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
13831 using completion. Protect against "slow" callers.
13832 Remove the "message hack".
13834 2011-10-11 Juri Linkov <juri@jurta.org>
13836 * isearch.el (isearch-lazy-highlight-word): New variable.
13837 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
13840 2011-10-11 Glenn Morris <rgm@gnu.org>
13842 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
13843 like f90-previous-statement does.
13845 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13847 * eshell/eshell.el (eshell-command): History should be saved
13848 only in interactive use, to avoid error.
13850 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13852 * minibuffer.el (completion-file-name-table): Fix last change,
13853 i.e. ignore normal errors but not the other ones.
13855 2011-10-10 Martin Rudalics <rudalics@gmx.at>
13857 * window.el (special-display-buffer-names)
13858 (special-display-regexps): Remove some remnants of earlier
13859 changes from doc-strings.
13860 (quit-windows-on): New function.
13862 * vc/vc.el (vc-revert, vc-rollback):
13863 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
13864 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
13865 (Bug#6183) (Bug#7074) (Bug#7447)
13867 2011-10-09 Martin Rudalics <rudalics@gmx.at>
13869 * window.el (frame-auto-hide-function): Add version tag.
13872 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
13874 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
13877 2011-10-09 Leo Liu <sdl.web@gmail.com>
13879 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
13882 2011-10-08 Glenn Morris <rgm@gnu.org>
13884 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
13885 before the first code statement zero indent. (Bug#9690)
13887 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
13889 * simple.el (count-words-region): Always count in the region.
13890 Report the number of lines and characters too.
13891 (count-words): New command, which counts in the buffer if the
13892 region is inactive, as count-words-region used to.
13893 (count-words--message): New function. Handle plurals.
13894 (count-lines-region): Make it an alias for count-words-region.
13896 * bindings.el (esc-map): Replace count-lines-region with
13897 count-words-region.
13899 2011-10-08 Martin Rudalics <rudalics@gmx.at>
13901 * window.el (window--delete): Delete dedicated frame
13902 unconditionally when argument KILL is non-nil. (Bug#9699)
13903 (switch-to-buffer): Fix doc-string typo.
13905 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13907 * eshell/eshell.el (eshell-command): Avoid using hooks.
13909 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
13911 * bindings.el ([M-left],[M-right]): Bind to left-word and
13912 right-word respectively.
13914 2011-10-07 Glenn Morris <rgm@gnu.org>
13916 * cus-start.el (debug-on-quit): Fix custom type.
13918 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13920 * subr.el (define-key-after): Clarify that the function is not
13921 useful for non-menu keymaps.
13923 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
13925 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13927 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
13928 in current minibuffer (Fix bug with recursive minibuffers).
13930 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
13932 * progmodes/gdb-mi.el (gdb): Doc fix.
13934 2011-10-05 Martin Rudalics <rudalics@gmx.at>
13936 * window.el (frame-auto-hide-function): New option replacing
13937 frame-auto-delete. Suggested by Stefan Monnier.
13938 (window--delete): Call frame-auto-hide-function instead of
13939 investigating frame-auto-delete.
13940 (window-point-1, set-window-point-1): New functions.
13941 (window-in-direction, record-window-buffer, window-state-get-1)
13942 (display-buffer-record-window): Use window-point-1 instead of
13944 (set-window-buffer-start-and-point): Use set-window-point-1.
13946 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13948 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
13950 2011-10-05 Glenn Morris <rgm@gnu.org>
13952 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
13953 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
13955 2011-10-05 Leo Liu <sdl.web@gmail.com>
13957 * subr.el (read-char-choice): Fix argument to buffer-live-p which
13958 works with buffer object.
13960 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13962 * mpc.el (mpc-tool-bar-map): Add labels.
13964 2011-10-04 Glenn Morris <rgm@gnu.org>
13966 * calendar/holidays.el (calendar-check-holidays): Doc fix.
13968 2011-10-04 Martin Rudalics <rudalics@gmx.at>
13970 * window.el (window--delete): New function.
13971 (frame-auto-delete): Resuscitate option.
13972 (bury-buffer, replace-buffer-in-windows)
13973 (quit-window): Rewrite using window--delete.
13974 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13975 Pass display-buffer-mark-dedicated to window--display-buffer-2
13978 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13980 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
13981 returns a list (bug#9554). Add remote file name completion.
13982 * comint.el (comint--table-subvert): Curry and get quote&unquote
13983 functions as arguments.
13984 (comint--complete-file-name-data): Adjust call accordingly.
13985 * pcomplete.el (pcomplete--table-subvert): Remove.
13986 (pcomplete-completions-at-point): Use comint--table-subvert instead.
13988 * minibuffer.el (completion-table-case-fold): Use currying.
13989 (completion--styles-type, completion--cycling-threshold-type):
13991 (completion-styles, completion-category-overrides)
13992 (completion-cycle-threshold): Use them.
13993 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
13994 completion-table-case-fold.
13996 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
13998 * minibuffer.el (completion-category-overrides): Fix type of styles
13999 and add more user friendly tags (bug#9660).
14001 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14003 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
14004 (mule-input-method-string): New widget.
14005 (default-input-method, language-info-custom-alist): Use it.
14007 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14009 * pcomplete.el: Require comint.
14010 (pcomplete--common-suffix): Remove.
14011 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
14012 (pcomplete--table-subvert): Sync with comint--table-subvert.
14013 (pcomplete--entries): Use comint-completion-file-name-table.
14014 * comint.el (comint-unquote-filename): Simplify.
14015 (comint-completion-file-name-table): New function (bug#9616).
14016 (comint--complete-file-name-data): Use it.
14018 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
14019 (pcmpl-gnu-tar-buffer): Remove.
14020 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
14021 around. Make sure pcomplete-suffix-list is only changed temporarily.
14022 Don't look inside the tar's file if it's too large.
14024 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
14026 * cus-edit.el (custom-mode-map):
14027 * epa.el (epa-key-list-mode-map):
14028 * man.el (Man-mode-map):
14029 * startup.el (splash-screen-keymap):
14030 * simple.el (special-mode-map): Use scroll-up-command and
14031 scroll-down-command.
14033 * progmodes/idlw-help.el (idlwave-help-mode-map):
14034 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
14035 * net/newst-plainview.el (newsticker-mode-map):
14036 * emulation/ws-mode.el (wordstar-mode-map):
14037 * emulation/vi.el (vi-com-map):
14038 * calc/calc-graph.el (calc-graph-show-dumb):
14039 * term/sun.el (terminal-init-sun):
14040 * term/ns-win.el (global-map):
14041 * progmodes/grep.el (grep-mode-map):
14042 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
14043 * mail/rmail.el (rmail-mode-map):
14044 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
14046 * custom.el (custom-safe-themes, load-theme): Treat value of t for
14047 custom-safe-themes as special.
14049 2011-10-01 Julien Danjou <julien@danjou.info>
14051 * notifications.el (notifications-notify): Fix docstring.
14053 2011-10-01 Per Starbäck <per@starback.se>
14055 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
14057 2011-09-30 Martin Rudalics <rudalics@gmx.at>
14059 * startup.el (command-line-1): Fix last fix by inserting
14060 initial-scratch-message into *scratch* before displaying it.
14061 (Bug#9605) and (Bug#9636)
14063 2011-09-29 Eli Zaretskii <eliz@gnu.org>
14065 * simple.el (line-move): If auto-hscroll-mode is disabled and the
14066 window is hscrolled, move by logical lines. (Bug#9607)
14067 (line-move-visual): Update the doc string to the above effect.
14069 2011-09-29 Martin Rudalics <rudalics@gmx.at>
14071 * window.el (display-buffer-record-window): When WINDOW is the
14072 selected window use `point' instead of `window-point'. (Bug#9626)
14074 * startup.el (command-line-1): Use insert-before-markers when
14075 inserting initial-scratch-message. (Bug#9605)
14077 * help.el (help-window): Remove variable.
14079 2011-09-29 Glenn Morris <rgm@gnu.org>
14081 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
14083 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
14085 * descr-text.el (describe-char-categories): Accept category
14086 descriptions more than one line long.
14088 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
14090 * simple.el (delete-trailing-whitespace): Fix last change.
14092 * progmodes/perl-mode.el (perl-syntax-propertize-function):
14093 Don't confuse "y => 3" as the beginning of a `y' operation.
14095 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
14096 object has more than 4 slots (bug#9613).
14098 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
14100 * subr.el (with-output-to-temp-buffer):
14101 * net/quickurl.el (quickurl, quickurl-browse-url):
14102 Fix typos in docstrings.
14104 2011-09-27 Eli Zaretskii <eliz@gnu.org>
14106 * minibuffer.el (completion-styles)
14107 (completion-category-overrides): Cross reference each other in doc
14110 2011-09-27 Glenn Morris <rgm@gnu.org>
14112 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
14113 to split-string. (Bug#9606)
14115 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
14117 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
14120 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
14122 * emacs-lisp/package.el (list-packages): Fix echo area message.
14124 2011-09-27 Leo Liu <sdl.web@gmail.com>
14126 * ido.el (ido-read-internal): Accept cons cell HIST arg.
14128 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
14130 * net/dbus.el (dbus-unregister-object): Don't release services for
14131 registered signals. (Bug#9581)
14133 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
14135 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
14136 function that picks between cfengine 2 and 3 support
14137 automatically. Update docs accordingly.
14139 2011-09-22 Kenichi Handa <handa@m17n.org>
14141 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
14143 (indian-itrans-v5-table-for-tamil): New variable.
14144 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
14146 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
14148 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
14149 that's true if the current command involved collapsing of text.
14150 It's reset to false at the beginning of the next command.
14151 (allout-post-command-business): Move the cursor to the beginning
14152 of entry if the cursor is hidden and collapsing activity just
14155 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
14157 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
14158 tracking (Bug#9541).
14160 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
14162 * net/newst-reader.el (newsticker-html-renderer)
14163 (newsticker-show-news): Automatically load html rendering package
14164 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
14165 because w3m-fill-column is let-bound" and the error "Symbol's value
14166 as variable is void: w3m-fill-column".
14168 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
14170 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
14171 Release services only if they are defined. (Bug#9581)
14173 2011-09-23 Richard Stallman <rms@gnu.org>
14175 * textmodes/paragraphs.el (forward-sentence): For backwards case,
14176 distinguish start of paragraph from start of its text.
14178 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
14180 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
14181 (rmail-generate-viewer-buffer): Put that hook on view buffer.
14182 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
14184 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
14186 * international/mule-diag.el (mule-diag): Insert a newline after
14187 each fontset description.
14189 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14191 * simple.el (delete-trailing-whitespace):
14192 Document last change; simplify.
14194 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
14196 * simple.el (delete-trailing-whitespace): Also delete
14197 extra newlines at the end of the buffer.
14199 * textmodes/picture.el: Make motion commands obey shift-select-mode.
14200 (picture-newline): Use forward-line so as to ignore fields.
14202 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14204 * subr.el (with-wrapper-hook): Fix edebug spec.
14206 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14208 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
14211 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
14213 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
14214 Fix nasty bug using wrong cached values.
14216 2011-09-23 Alan Mackenzie <acm@muc.de>
14218 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
14220 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
14222 * window.el (pop-to-buffer): Ensure right window is selected if we
14223 chose another frame.
14225 2011-09-22 Eli Zaretskii <eliz@gnu.org>
14227 * simple.el (what-cursor-position): Use get-char-property-change
14228 and next-single-char-property-change, to be able to show display
14229 properties that come from overlays as well as text properties.
14231 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
14233 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
14235 * cmuscheme.el (run-scheme, switch-to-scheme):
14236 * cus-edit.el (customize-group, custom-buffer-create)
14237 (customize-browse):
14239 * shell.el (shell):
14240 * mail/sendmail.el (mail):
14241 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
14243 2011-09-22 Richard Stallman <rms@gnu.org>
14245 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
14246 move back only to line beg, don't move back over blank lines.
14248 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
14250 * files.el (copy-directory): Set directory attributes only in case
14251 they could be retrieved from the source directory. (Bug#9565)
14253 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
14255 * progmodes/hideshow.el (hs-looking-at-block-start-p)
14256 (hs-find-block-beginning, hs-hide-level-recursive):
14257 Ignore strings as well as comments. (Bug#9502)
14259 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
14261 * progmodes/sql.el (sql-comint-postgres):
14262 Convert port number to a string. (Bug#9566)
14264 2011-09-22 Martin Rudalics <rudalics@gmx.at>
14266 * window.el (quit-window): Undedicate window when switching to
14267 previous buffer. Reported by Thierry Volpiatto
14268 <thierry.volpiatto@gmail.com>.
14269 (special-display-popup-frame): When popping up a new frame reset
14270 its previous buffers to nil. Simplify code.
14272 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
14274 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
14275 and process filter, as done also in `shell-command'.
14277 2011-09-21 Martin Rudalics <rudalics@gmx.at>
14279 * window.el (set-window-buffer-start-and-point):
14280 Call set-window-start with NOFORCE argument t.
14281 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
14282 (quit-window): Reword doc-string. Handle new format of
14283 quit-restore parameter. Don't delete window if it has a
14284 previous buffer we can show instead of the present one.
14285 (display-buffer-record-window): Rewrite using a new format for
14286 the quit-restore window parameter
14287 (special-display-popup-frame, display-buffer-same-window)
14288 (display-buffer-reuse-window, display-buffer-pop-up-frame)
14289 (display-buffer-pop-up-window, display-buffer-use-some-window):
14290 Adapt symbol passed to display-buffer-record-window.
14291 * help.el (help-window-setup): Handle new format of quit-restore
14294 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14296 * faces.el (face-list): Fix docstring (bug#9564).
14298 * window.el (display-buffer--action-function-custom-type):
14299 Don't include internal functions in the Custom interface.
14301 2011-09-20 Juri Linkov <juri@jurta.org>
14303 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
14304 (Info-forward-node, Info-backward-node, Info-next-preorder)
14305 (Info-last-preorder): Use it. (Bug#9528)
14307 2011-09-20 Juri Linkov <juri@jurta.org>
14309 * info.el (Info-last-preorder): Visit last menu item only when
14310 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
14312 2011-09-20 Julien Danjou <julien@danjou.info>
14314 * password-cache.el (password-cache-remove): Remove entries even if the
14315 value is nil, so that password with a nil value (negative caching) is
14316 possible to invalidate.
14318 2011-09-20 Lawrence Mitchell <wence@gmx.li>
14320 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
14321 all whitespace around breakpoint. (Bug#9553)
14322 (f90-find-breakpoint): Only break at whitespace inside a comment.
14324 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
14326 * minibuffer.el (completion-file-name-table): Keep track of errors.
14327 (completion-table-with-predicate): Handle the case where pred1 is nil.
14328 * pcomplete.el (pcomplete-completions-at-point): Simplify.
14330 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14332 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
14333 (debugger-return-value): Signal an error if the debugging context does
14334 not await any return value.
14336 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
14337 * image-mode.el (image-toggle-display-text)
14338 (image-toggle-display-image): Stay away from evil `intangible'.
14340 2011-09-19 Leo Liu <sdl.web@gmail.com>
14342 * replace.el (occur-revert-arguments): Make it permanent-local.
14343 (occur-mode): Don't call font-lock-defontify.
14345 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
14347 * net/ldap.el (ldap-search-internal): Don't push empty search
14350 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14352 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
14354 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
14356 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
14357 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
14359 2011-09-18 Juri Linkov <juri@jurta.org>
14361 * buff-menu.el (Buffer-menu-mode-map):
14362 * dired.el (dired-mode-map):
14363 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
14364 (lisp-interaction-mode-map):
14365 * emacs-lisp/package.el (package-menu-mode-map):
14366 * epa.el (epa-key-list-mode-map):
14367 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
14368 (menu-bar-options-menu):
14369 * outline.el (outline-mode-menu-bar-map):
14370 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
14371 * vc/vc-dir.el (vc-dir-menu-map):
14372 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
14373 Capitalize non-function content words in menu item strings.
14375 * dired.el (dired-mode-map): Add menu item for
14376 `image-dired-dired-toggle-marked-thumbs'.
14378 2011-09-18 Juri Linkov <juri@jurta.org>
14380 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
14381 to `isearch-case-fold-search' and restore its original value
14382 after the `isearch-mode' call.
14384 2011-09-18 Juri Linkov <juri@jurta.org>
14386 * progmodes/grep.el (grep-process-setup): Don't check code for 1
14387 because `zgrep' returns 1 for successful matches (bug#9226).
14389 2011-09-18 Juri Linkov <juri@jurta.org>
14391 * info.el (Info-extract-menu-node-name): Check the second match
14392 for empty string (second test-case of bug#9528).
14393 (Info-last-preorder): Let-bind `Info-history' to nil to not add
14394 intermediate nodes to the history (first test-case of bug#9528).
14396 2011-09-18 Juri Linkov <juri@jurta.org>
14398 * info.el (Info-mode-syntax-table): New variable.
14399 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
14401 2011-09-18 Juri Linkov <juri@jurta.org>
14403 * info.el (Info-file-supports-index-cookies):
14404 Increment line-beginning-position's arg from 3 to 4 because makeinfo
14405 outputs one more line for long file names (bug#4142).
14407 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
14409 * newcomment.el (comment-normalize-vars): If prompting for
14410 comment-start, set comment-start-skip too (Bug#8424).
14412 2011-09-18 Johan Bockgård <bojohan@gnu.org>
14414 * icomplete.el: Fix previous fix of Bug#5849.
14415 (icomplete-mode): Don't set completion-show-inline-help.
14416 (icomplete-minibuffer-setup): Set completion-show-inline-help
14417 locally during icompletion.
14419 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
14421 * woman.el (woman2-process-escapes): Don't delete unrecognized
14422 escapes (Bug#7843).
14424 * files.el (inhibit-first-line-modes-regexps): Add image files.
14425 (hack-local-variables-prop-line): Return nil for malformed
14426 prop-lines (Bug#9044).
14428 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
14430 * net/tramp.el (top): Don't require 'shell.
14431 (tramp-methods): Fix docstring.
14432 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
14433 Return complete remote file name. Handle "smb" case.
14434 Use `tramp-tmpdir', if defined for the respective method.
14435 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
14437 * net/tramp-compat.el (top): Require 'shell.
14439 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
14440 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
14441 `tramp-current-host'.
14442 (tramp-get-remote-tmpdir): Remove.
14444 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
14445 `tramp-tmpdir' entries.
14446 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
14447 (tramp-smb-handle-file-attributes): Ignore errors.
14448 (tramp-smb-wait-for-output): Check also for process end.
14450 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
14452 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
14453 when sending QUIT (bug#9312).
14455 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
14457 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
14458 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
14459 occur-mode-display-occurrence.
14460 (occur-edit-mode): Add usage message.
14461 (occur-cease-edit): New command.
14462 (occur-after-change-function): Use text properties to find the
14463 position of the prefix text.
14464 (occur-engine): Set stickiness of prefix text properties.
14466 2011-09-17 Glenn Morris <rgm@gnu.org>
14468 * progmodes/etags.el (complete-tag):
14469 Fix call to completion-in-region. (Bug#9526)
14471 2011-09-17 Juri Linkov <juri@jurta.org>
14473 * textmodes/ispell.el (ispell-word): Add to the error message
14474 the word, ispell program name and current dictionary (bug#9121).
14475 (ispell-tex-arg-end): Capitalize "error" in the error message.
14477 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
14479 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
14482 2011-09-17 Juri Linkov <juri@jurta.org>
14484 * window.el (window-safe-min-height, window-safe-min-width):
14485 Fix typos (followup to bug#9522).
14487 2011-09-17 Sven Joachim <svenjoac@gmx.de>
14489 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
14491 2011-09-16 Eli Zaretskii <eliz@gnu.org>
14493 * simple.el (line-move): If goal-column is set, move by logical
14494 lines, not by display lines. (Bug#971)
14495 (next-line, previous-line, goal-column, line-move-visual): Doc fix
14496 to reflect the above change.
14498 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14500 * image.el (imagemagick-register-types): Use regexp-opt.
14502 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
14504 * window.el (display-buffer-base-action): Rename from
14505 display-buffer-default-action. Make default value empty.
14506 (display-buffer-overriding-action): Convert to defvar.
14507 (display-buffer-fallback-action): New var.
14509 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
14511 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
14513 (package--add-to-archive-contents): If there is a duplicate entry
14514 with an older version, remove it.
14515 (package-menu-mark-delete, package-menu-mark-install)
14516 (package-menu-mark-unmark): Make unused args optional.
14517 (package-menu-mark-obsolete-for-deletion):
14518 Use package-menu-get-status instead of a regexp search.
14519 (package-menu-get-status): Use tabulated-list-entry.
14520 (package-menu-mark-upgrades): New command.
14521 (package-menu-mode-map): Bind it to U. Add it to menu bar.
14522 (package-menu-execute): Do installation before deletion.
14523 (package-menu-refresh, package-menu-execute): Use derived-mode-p
14524 instead of checking major-mode.
14525 (package-menu--find-upgrades): New function.
14527 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14529 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
14530 passwords in the log buffer.
14531 (smtpmail-process-filter): Update the process marker so that the
14532 "broken by peer" status message is inserted in the right place.
14534 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14536 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
14537 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
14538 bibtex-completion-at-point-function.
14539 (bibtex-completion-at-point-function): Use them.
14541 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
14543 * mpc.el (mpc-constraints-tag-lookup): New function.
14544 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
14545 also to browser "album|playlist".
14547 2011-09-14 Juri Linkov <juri@jurta.org>
14549 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
14550 (isearch-edit-string): Use length of `isearch-string' when
14551 `isearch-fail-pos' returns nil.
14552 (isearch-message): Remove duplicate code and call
14553 `isearch-fail-pos' with arg `t'.
14555 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
14557 * replace.el (occur-mode-goto-occurrence): Don't force using other
14560 * dired-aux.el (dired-do-chmod): Don't provide initial input.
14562 2011-09-14 Martin Rudalics <rudalics@gmx.at>
14564 * window.el (display-buffer-window): Remove.
14565 (display-buffer-record-window): Use help-setup window parameter
14566 instead of variable display-buffer-window.
14567 (display-buffer-function, special-display-buffer-names)
14568 (special-display-function): Mention help-setup parameter instead
14569 of display-buffer-window in doc-string.
14570 * help.el (help-window-setup): New argument help-window.
14571 Use help-window-setup parameter instead of display-buffer-window.
14572 Reword some messages.
14573 (with-help-window): Pass window used for displaying the buffer
14574 to help-window-setup. Don't set display-buffer-window.
14576 2011-09-13 Glenn Morris <rgm@gnu.org>
14578 * emacs-lisp/debug.el (debugger-make-xrefs):
14579 Preserve point. (Bug#9462)
14581 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
14583 * window.el (window-deletable-p): Use next-frame.
14585 2011-09-13 Martin Rudalics <rudalics@gmx.at>
14587 * window.el (window-auto-delete): Remove.
14588 (window-deletable-p): Remove argument FORCE. Don't deal with
14589 dedication and previous buffers.
14590 (switch-to-prev-buffer): Don't delete window.
14591 (delete-windows-on): Delete a window's frame if and only if the
14592 window is dedicated.
14593 (replace-buffer-in-windows): Delete buffer's window or frame if
14594 and only if window is dedicated.
14595 (quit-window): Handle quit-restore as before last change.
14596 (bury-buffer): Delete window only if window-deletable-p returns t.
14598 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
14600 * window.el (window-deletable-p): Never delete the last frame on a
14603 2011-09-13 Glenn Morris <rgm@gnu.org>
14605 * help.el (describe-key-briefly): Copy previous standard-output change.
14607 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
14609 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
14611 2011-09-13 Glenn Morris <rgm@gnu.org>
14613 * emacs-lisp/lisp-mode.el (lisp-indent-function):
14614 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
14616 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
14618 * dired-aux.el (dired-mark-read-string): Don't return default
14619 value on empty input (Bug#9361).
14620 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
14621 Omit initial minibuffer contents.
14622 (dired-do-chmod): Signal an error on empty input.
14623 (dired-mark-read-string): Don't return default on empty input.
14625 * files.el (file-modes-symbolic-to-number): Doc fix.
14627 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14629 * international/mule-cmds.el (ucs-completions): Remove.
14630 (read-char-by-name): Use complete-with-action instead; add metadata.
14632 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
14634 * window.el (display-buffer--action-function-custom-type)
14635 (display-buffer--action-custom-type): New vars.
14636 (display-buffer-alist, display-buffer-default-action)
14637 (display-buffer-overriding-action): Add defcustom types.
14639 * frame.el (delete-other-frames): Doc fix (Bug#276).
14641 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14643 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
14645 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
14647 Change modes that used same-window-* vars to use switch-to-buffer.
14649 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
14650 Use switch-to-buffer.
14652 * cus-edit.el (customize-group, custom-buffer-create)
14653 (customize-browse, custom-buffer-create-other-window):
14654 Use switch-to-buffer or switch-to-buffer-other-window.
14656 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
14657 (Info-prev, Info-up, Info-speedbar-goto-node)
14658 (info-display-manual): Use switch-to-buffer.
14659 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
14661 * mail/sendmail.el (mail): Use switch-to-buffer.
14662 (mail-recover): Use switch-to-buffer-other-window.
14664 * cmuscheme.el (run-scheme, switch-to-scheme):
14666 * shell.el (shell):
14667 * net/rlogin.el (rlogin):
14668 * net/telnet.el (telnet, rsh):
14669 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
14671 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
14673 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
14675 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14677 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
14678 so don't mention it (bug#9301).
14679 (dired-sort-toggle-or-edit): Clarify string further.
14681 * faces.el (face-spec-set-match-display): Make `(type graphic)'
14682 match `x', `w32' and `ns', like the manual says (bug#9029).
14684 * subr.el (eval-after-load): Doc string clarification (bug#9125).
14685 (process-kill-buffer-query-function): Mention the buffer name in
14688 * image-mode.el (image-next-line): The line parameter is mandatory
14691 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
14692 which can be useful (bug#9301).
14694 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
14696 * subr.el (match-string): Mention that the current buffer should
14697 be the same as the search was done in (bug#9282).
14699 * facemenu.el: Disable the remove-* commands if the mark isn't
14702 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
14704 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
14706 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
14708 * replace.el (occur-mode-goto-occurrence)
14709 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
14710 and display-buffer.
14712 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
14715 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
14716 special-display and same-window variables.
14717 (mail-other-window): Use switch-to-buffer-other-window.
14718 (mail-other-frame): USe switch-to-buffer-other-frame.
14720 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
14721 Use display-buffer-other-frame.
14722 (gdb-display-gdb-buffer): Use pop-to-buffer.
14724 * progmodes/gud.el (gud-goto-info): Use info-other-window.
14726 * progmodes/python.el: Don't set same-window-buffer-names.
14728 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
14730 * window.el (display-buffer-alist): Add *Python*.
14732 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
14734 * window.el (display-buffer-alist): Add entry for buffers
14735 previously handled same-window-*.
14736 (display-buffer-alist, display-buffer-default-action)
14737 (display-buffer-overriding-action): Mark as risky.
14738 (display-buffer-alist): Document action function changes.
14739 (display-buffer--same-window-action)
14740 (display-buffer--other-frame-action): New variables.
14741 (switch-to-buffer, display-buffer-other-frame): Use them.
14742 (display-buffer): Rename reuse-frame entry to reusable-frames.
14743 (display-buffer-reuse-selected-window): Function deleted.
14744 (display-buffer-reuse-window): Handle reusable-frames alist entry.
14745 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
14746 (display-buffer-special): New function.
14747 (display-buffer--maybe-pop-up-frame-or-window): Rename from
14748 display-buffer-reuse-or-pop-window. Split off special-display
14749 part into display-buffer-special.
14750 (display-buffer-use-some-window): Don't perform any special
14751 pop-up-frames handling.
14752 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
14753 (display-buffer--maybe-same-window): Rename from
14754 display-buffer-maybe-same-window.
14756 * info.el: Don't set same-window-regexps.
14757 (info-setup): New function.
14758 (info-other-window, info): Call it.
14760 * cus-edit.el: Don't set same-window-regexps.
14761 (customize-group): New argument.
14762 (customize-group-other-window): Use it.
14763 (customize-face, customize-face-other-window): Likewise.
14764 (custom-buffer-create-other-window): Use pop-to-buffer directly.
14768 * progmodes/gud.el: Don't set same-window-regexps.
14773 * mail/sendmail.el:
14774 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
14776 2011-09-10 Juri Linkov <juri@jurta.org>
14778 * isearch.el (isearch-edit-string): Remove obsolete mention of
14779 `C-w' (`isearch-yank-word-or-char') from docstring.
14780 (isearch-query-replace): Fix typo in docstring (bug#9466).
14782 2011-09-10 Juri Linkov <juri@jurta.org>
14784 * paren.el (show-paren-function): Don't show escaped parens.
14785 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
14787 2011-09-10 Eli Zaretskii <eliz@gnu.org>
14789 * mail/sendmail.el (mml-to-mime, mml-attach-file)
14790 (mm-default-file-encoding): Remove autoload forms, they are
14791 replaced with autoload cookies in mml.el and mm-encode.el.
14792 (mail-add-attachment): New command.
14793 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
14794 (mail-mode): Mention mail-insert-file and mail-add-attachment in
14796 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
14798 2011-09-10 Reuben Thomas <rrt@sc3d.org>
14800 * simple.el (count-words-region): Use buffer if there's no region
14803 2011-09-09 Juri Linkov <juri@jurta.org>
14805 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
14806 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
14807 (wdired-isearch-filter-read-only): New function. (Bug#6362)
14809 2011-09-09 Alan Mackenzie <acm@muc.de>
14811 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
14812 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
14814 2011-09-09 Eli Zaretskii <eliz@gnu.org>
14816 Fix for Savannah bug#9392.
14817 * simple.el (mail-encode-mml): New defvar.
14819 * mail/rmail.el (mail-encode-mml): Add a defvar.
14820 (rmail-enable-mime-composing): Default to t.
14821 (rmail-forward): Use MIME method of forwarding only if both
14822 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
14823 Set mail-encode-mml non-nil if the MIME method was used.
14825 * mail/sendmail.el (mml-to-mime): Add autoload form.
14826 (mail-encode-mml): Add a defvar.
14827 (mail-mode): Make mail-encode-mml buffer-local and initialize it
14829 (mail-send): If mail-encode-mml is non-nil, run the outgoing
14830 message through mml-to-mime, and reset mail-encode-mml to nil.
14832 2011-09-09 Glenn Morris <rgm@gnu.org>
14834 * woman.el (woman-if-body): When processing an .el block,
14835 do not delete the next .el block as well. (Bug#9447)
14836 (woman-special-characters): Add oq, cq, and hy characters.
14838 2011-09-08 Martin Rudalics <rudalics@gmx.at>
14840 * window.el (window-deletable-p): Make sure window is live before
14841 invoking window-prev-buffers.
14843 2011-09-08 Leo Liu <sdl.web@gmail.com>
14845 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
14847 2011-09-08 Juri Linkov <juri@jurta.org>
14849 * progmodes/compile.el (compilation-environment): Make it
14850 a defcustom (bug#8340).
14852 2011-09-08 Martin Rudalics <rudalics@gmx.at>
14854 * window.el (frame-auto-delete): Rename to window-auto-delete.
14855 Make it control auto-deletion of windows and/or frames.
14856 (window-deletable-p): New argument FORCE. Rewrite conditions
14857 for deleting window/frame. (Bug#9419)
14858 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
14859 Rewrite handling of case when window/frame can be deleted.
14860 (delete-windows-on): Call window-deletable-p with new FORCE
14861 argument t. (Bug#9456)
14863 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
14865 * help-mode.el (help-mode): Restore autoload.
14867 2011-09-07 Juri Linkov <juri@jurta.org>
14869 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
14870 `compilation-environment'. Set buffer-local
14871 `compilation-environment' to `thisenv' later after (funcall mode).
14874 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
14875 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
14876 instead of replacing its value. (Bug#8340)
14878 2011-09-07 Juri Linkov <juri@jurta.org>
14880 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
14881 based on text properties put by `grep-filter' instead of matching
14883 (grep-mode): Set buffer-local `compilation-error-screen-columns'
14884 to the value of `grep-error-screen-columns' (bug#9438).
14886 2011-09-07 Juri Linkov <juri@jurta.org>
14888 * simple.el (next-error-highlight, next-error-highlight-no-select):
14889 Doc fix (bug#9432).
14891 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
14893 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14894 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
14896 2011-09-07 Leo Liu <sdl.web@gmail.com>
14898 * net/rcirc.el (rcirc-mode): Conditionally initialize
14901 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14903 * emacs-lisp/find-func.el (find-function-C-source): Only set
14904 find-function-C-source-directory after checking that we found a source
14905 file there (bug#9440).
14907 2011-09-06 Alan Mackenzie <acm@muc.de>
14909 * isearch.el (isearch-other-meta-char): Wherever a key list is
14910 unread, "unread" the prefix arg, too. This fixes bug #8901.
14912 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
14914 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
14916 2011-09-05 Juri Linkov <juri@jurta.org>
14918 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
14920 2011-09-05 Juri Linkov <juri@jurta.org>
14922 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
14923 keeping point where processing of grep matches begins, and
14924 continue to delete remaining escape sequences from the same point.
14925 (grep-filter): Make leading zero optional in "0?1;31m" because
14926 git-grep emits "\033[1;31m" escape sequences unlike expected
14927 "\033[01;31m" as GNU Grep does (bug#9408).
14928 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
14930 2011-09-05 Juri Linkov <juri@jurta.org>
14932 * subr.el (y-or-n-p): Capitalize "yes".
14934 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
14936 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
14937 `tramp-cache-unload-hook' where appropriate.
14938 (tramp-methods): Rename `tramp-remote-sh' to
14939 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
14940 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
14942 * net/tramp-sh.el (top): Don't require 'shell.
14943 (tramp-methods): Add `tramp-remote-shell' and
14944 `tramp-remote-shell-args' entries.
14945 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
14946 (tramp-sh-handle-shell-command): Remove.
14947 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14948 Use `tramp-remote-shell'.
14950 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
14952 * mail/sendmail.el (sendmail-query-once-function): Delete.
14953 (sendmail-query-once): Save directly to send-mail-function.
14954 Update message-send-mail-function too.
14956 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
14958 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
14960 * progmodes/python.el (python-mode-map): Use correct function to
14961 start python interpreter from menu-bar (as reported by Geert
14963 (inferior-python-mode-map): Fix typo.
14964 (python-shell-map): Remove.
14966 2011-09-03 Deniz Dogan <deniz@dogan.se>
14968 * net/rcirc.el (rcirc-print): Simplify code for
14969 rcirc-scroll-show-maximum-output. There is no need to walk
14970 through all windows to find the right one.
14972 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
14974 * help.el (help-return-method): Doc fix.
14976 2011-09-03 Martin Rudalics <rudalics@gmx.at>
14978 * window.el (window-deletable-p): Don't return a non-nil value
14979 when there's a buffer that was shown in the window before.
14981 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14982 Set window's previous buffers to nil.
14984 2011-09-03 Eli Zaretskii <eliz@gnu.org>
14986 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
14987 newline before and after the tag line, so it doesn't interfere
14988 with determining the paragraph direction of bidirectional text.
14990 2011-09-03 Leo Liu <sdl.web@gmail.com>
14992 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
14994 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
14996 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
14997 (pop-to-buffer): Change interactive spec. Pass second argument
14998 directly to display-buffer.
14999 (display-buffer): Fix interactive spec. Use functionp to
15000 distinguish between a function and a list of functions.
15002 * abbrev.el (edit-abbrevs):
15003 * arc-mode.el (archive-extract):
15004 * autoinsert.el (auto-insert):
15005 * bookmark.el (bookmark-bmenu-list):
15006 * files.el (find-file):
15007 * view.el (view-buffer):
15008 * progmodes/compile.el (compilation-goto-locus):
15009 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
15011 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
15013 * window.el (display-buffer-alist): Doc fix.
15014 (display-buffer): Add docstring. Don't treat
15015 display-buffer-default specially.
15016 (display-buffer-reuse-selected-window)
15017 (display-buffer-same-window, display-buffer-maybe-same-window)
15018 (display-buffer-reuse-window, display-buffer-pop-up-frame)
15019 (display-buffer-pop-up-window)
15020 (display-buffer-reuse-or-pop-window)
15021 (display-buffer-use-some-window): New functions.
15022 (display-buffer-default-action): Use them.
15023 (display-buffer-default): Delete.
15024 (pop-to-buffer-1): Fix choice of actions.
15026 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
15028 * minibuffer.el (completion--insert-strings): Don't get confused by
15029 completion entries that end with an LF char.
15031 2011-09-01 Eli Zaretskii <eliz@gnu.org>
15033 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
15035 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
15037 * window.el (display-buffer): Restore interactive spec.
15038 (display-buffer-same-window, display-buffer-other-window):
15040 (pop-to-buffer-1): New function. Use the above.
15041 (pop-to-buffer, pop-to-buffer-same-window): Use it.
15042 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
15044 * view.el (view-buffer-other-window, view-buffer-other-frame):
15045 Just use pop-to-buffer.
15047 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15049 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
15051 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
15053 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
15055 2011-08-31 Richard Stallman <rms@gnu.org>
15057 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
15058 of the separation of rmail-view-buffer from rmail-buffer.
15059 If you say no to "replace original", the decrypt is in the
15060 view buffer. If you say yes, the decrypt goes into the
15063 2011-08-31 Martin Rudalics <rudalics@gmx.at>
15065 * window.el (display-buffer-window): Rewrite doc-string.
15066 (display-buffer-record-window): New function.
15067 (display-buffer-macro-specifiers)
15068 (display-buffer-even-window-sizes, display-buffer-set-height)
15069 (display-buffer-set-width, display-buffer-in-window)
15070 (display-buffer-reuse-window, display-buffer-split-specifiers)
15071 (display-buffer-side-specifiers, display-buffer-split-window-1)
15072 (display-buffer-split-window, display-buffer-split-atom-window)
15073 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
15074 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
15075 (display-buffer-other-window-means-other-frame)
15076 (display-buffer-normalize-special)
15077 (display-buffer-normalize-default)
15078 (display-buffer-normalize-argument)
15079 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
15080 (display-buffer-normalize-specifiers, display-buffer-frame)
15081 (display-buffer-same-window, display-buffer-same-frame)
15082 (display-buffer-other-window)
15083 (display-buffer-same-frame-other-window)
15084 (display-buffer-other-frame, pop-to-buffer-same-window)
15085 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
15086 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
15087 (switch-to-buffer-same-frame)
15088 (switch-to-buffer-other-window-same-frame)
15089 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
15090 (display-buffer-alist-set-1, display-buffer-alist-set-2)
15091 (display-buffer-alist-set): Remove.
15092 (display-buffer-function, special-display-buffer-names)
15093 (special-display-regexps, special-display-function):
15094 In doc-string refer to display-buffer-window and quit-restore
15096 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
15097 (special-display-frame-alist, special-display-popup-frame)
15098 (same-window-buffer-names, same-window-regexps, same-window-p)
15099 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
15100 (split-window-preferred-function, split-height-threshold)
15101 (split-width-threshold, window-splittable-p)
15102 (split-window-sensibly, window--try-to-split-window)
15103 (window--frame-usable-p, even-window-heights)
15104 (window--even-window-heights, window--display-buffer-1)
15105 (window--display-buffer-2, display-buffer-other-frame):
15106 Restore old Emacs 23 code, order and doc-strings where applicable.
15107 (display-buffer-default, display-buffer-assq-regexp): New functions.
15108 (display-buffer-alist): Rewrite doc-string.
15109 (display-buffer-default-action)
15110 (display-buffer-overriding-action): New variables.
15111 (display-buffer, switch-to-buffer): Rewrite.
15112 (pop-to-buffer): Restore Emacs 23 behavior but use
15113 window-normalize-buffer-to-display.
15114 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
15115 Restore Emacs 23 behavior but use
15116 window-normalize-buffer-to-switch-to.
15117 (pop-to-buffer-same-window): Rewrite.
15118 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
15119 Rewrite using Emacs 23 options.
15121 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
15123 * net/tramp.el (tramp-root-regexp): Remove.
15124 (tramp-completion-file-name-regexp-unified)
15125 (tramp-completion-file-name-regexp-separate)
15126 (tramp-completion-file-name-regexp-url): Don't use leading volume
15127 letter on w32 systems. (Bug#5303, Bug#9311)
15128 (tramp-drop-volume-letter): Simplify definition.
15129 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15131 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
15133 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
15136 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
15138 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
15140 2011-08-29 Juri Linkov <juri@jurta.org>
15142 * isearch.el (isearch-done): Don't display message "Mark saved"
15143 when arg `edit' is non-nil to prevent its flicker in the echo area.
15145 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
15147 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
15148 obsolete packages for deletion.
15150 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
15152 * help-mode.el (help-mode-map): Add special-mode-map to parent.
15153 (help-mode): Derive help-mode from special-mode. Don't invoke
15154 view-mode from help-mode.
15155 (help-xref-override-view-map): Remove.
15156 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
15157 view-mode is not used anymore.
15159 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
15161 * server.el (server-port): Doc fix.
15163 * cus-theme.el (custom-theme-choose-mode): Inherit from
15164 special-mode (Bug#9124).
15165 (custom-theme-choose-mode-map): Add special-mode to parent.
15167 2011-08-28 Alan Mackenzie <acm@muc.de>
15169 * progmodes/cc-fonts.el
15170 (c-make-font-lock-BO-decl-search-function): New function.
15171 (c-basic-matchers-after - "Fontify the clauses after various
15172 keywords"): Extract the three keyword lists for the 3 erroneous
15173 constructs from the list of four, and use the new function above
15174 in place of an old one.
15176 2011-08-28 Deniz Dogan <deniz@dogan.se>
15178 * net/rcirc.el (rcirc-insert-prev-input)
15179 (rcirc-insert-next-input): Remove unused argument.
15181 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
15183 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
15185 2011-08-27 Alan Mackenzie <acm@muc.de>
15187 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
15188 handle function pointer parameters properly.
15190 2011-08-27 Martin Rudalics <rudalics@gmx.at>
15192 * window.el (display-buffer-reuse-window): Fix case where
15193 selected window was reused with non-nil OTHER-WINDOW argument.
15196 2011-08-27 Deniz Dogan <deniz@dogan.se>
15198 * net/rcirc.el (rcirc-check-auth-status): Adding support for
15199 oftc's NickServ messages.
15201 2011-08-27 Glenn Morris <rgm@gnu.org>
15203 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
15205 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
15207 * emacs-lisp/package.el (package-install): Call package-initialize
15208 if called interactively.
15210 2011-08-26 Leo Liu <sdl.web@gmail.com>
15212 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
15214 2011-08-25 Juri Linkov <juri@jurta.org>
15216 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
15217 `search-whitespace-regexp' (bug#9364).
15219 2011-08-25 Juri Linkov <juri@jurta.org>
15221 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
15222 `regexp-search-ring' to their global values to protect from
15223 updating by `read-from-minibuffer' (bug#9185).
15225 2011-08-25 Juri Linkov <juri@jurta.org>
15227 * textmodes/ispell.el (ispell-command-loop): Add newline
15228 at the end of the "Use option `i'..." line.
15230 2011-08-25 Juri Linkov <juri@jurta.org>
15232 * battery.el (display-battery-mode): If `battery-status-function'
15233 or `battery-mode-line-format' is nil, display the message and set
15234 `display-battery-mode' to nil (bug#9363).
15236 2011-08-25 Eli Zaretskii <eliz@gnu.org>
15238 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
15239 bidi-string-mark-left-to-right; they are unnecessary now.
15241 2011-08-25 Deniz Dogan <deniz@dogan.se>
15243 * net/quickurl.el: Documentation typo fixes.
15245 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
15247 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
15249 2011-08-25 Glenn Morris <rgm@gnu.org>
15251 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
15253 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
15254 (smtpmail-via-smtp): Handle nil response from smtp.
15256 2011-08-24 Juri Linkov <juri@jurta.org>
15258 * proced.el (proced-marked): Inherit from `error' instead of
15259 `font-lock-warning-face'.
15261 * ibuffer.el (ibuffer-marked-face): Change default face from
15262 `font-lock-warning-face' to `warning'.
15263 (ibuffer-deletion-face): Change default face from
15264 `font-lock-type-face' to `error'.
15266 * battery.el (battery-update): Use the face `error' instead of
15267 `font-lock-warning-face' (bug#6117).
15269 2011-08-24 Juri Linkov <juri@jurta.org>
15271 * faces.el (success): Change face color from "Green3" to
15272 "ForestGreen" on light background (bug#9353).
15274 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
15276 * window.el (quit-window): Rename from quit-restore-window.
15277 Use same arglist as old quit-window.
15278 (frame-auto-delete): Doc fix.
15280 * view.el (view-mode-exit): Use quit-window.
15282 2011-08-24 Juri Linkov <juri@jurta.org>
15284 * isearch.el (isearch-ring-adjust1): Start visiting previous
15285 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
15286 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
15287 for empty search string (when the last search string is reused
15288 automatically) to adjust the isearch ring to the last element and
15289 prepare the correct index for further M-p commands (bug#9185).
15291 2011-08-24 Kenichi Handa <handa@m17n.org>
15293 * international/ucs-normalize.el: If decomposition property of
15294 CHAR is the default one (i.e. a list of CHAR itself), treat it as
15296 (nfd, nfkd): Likewise.
15298 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15300 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
15301 from process filters aren't reliably transmitted to the surrounding
15302 accept-process-output.
15303 (mpc-proc-check): New function.
15304 (mpc-proc-sync): Use it (bug#8293)
15306 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15308 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
15309 Add compatibility functions (bug#9313).
15311 2011-08-23 Eli Zaretskii <eliz@gnu.org>
15313 * cus-start.el (all): Add entry for bidi-paragraph-direction.
15315 * international/uni-bidi.el: Regenerate.
15317 2011-08-23 Kenichi Handa <handa@m17n.org>
15319 * international/charprop.el:
15320 * international/uni-bidi.el:
15321 * international/uni-category.el:
15322 * international/uni-combining.el:
15323 * international/uni-comment.el:
15324 * international/uni-decimal.el:
15325 * international/uni-decomposition.el:
15326 * international/uni-digit.el:
15327 * international/uni-lowercase.el:
15328 * international/uni-mirrored.el:
15329 * international/uni-name.el:
15330 * international/uni-numeric.el:
15331 * international/uni-old-name.el:
15332 * international/uni-titlecase.el:
15333 * international/uni-uppercase.el: Regenerate.
15335 2011-08-23 Martin Rudalics <rudalics@gmx.at>
15337 * help.el (help-window-setup): Fix message displayed when other
15338 window is reused. (Bug#9341)
15340 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15342 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
15343 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
15345 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
15347 * shell.el (shell-parse-pcomplete-arguments): New function.
15348 (shell-completion-vars): Use it instead (bug#9160).
15350 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15352 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
15353 strings and comments (bug#9333).
15355 * emacs-lisp/debug.el (debug-arglist): New function.
15356 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
15357 (debug-on-entry-1): Handle interpreted closures (bug#9120).
15359 2011-08-22 Juri Linkov <juri@jurta.org>
15361 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15362 Revert regexp that highlights output switches to its old
15363 pre-2010-10-28 value and remove one `?' from it (bug#9319).
15365 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
15366 to check for empty output (bug#9226).
15368 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
15370 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
15371 symbol-constituent as the default, as that stops font-lock from
15372 working properly (Bug#8843).
15374 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15376 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
15377 `coding-system-for-*' around the process open call to avoid
15378 auth-source side effects.
15379 (smtpmail-try-auth-methods): Expand the secret password.
15380 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
15383 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
15385 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
15387 * emacs-lisp/find-func.el (find-function-noselect): New arg
15390 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
15391 signal an error for built-in functions (Bug#6664).
15393 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15395 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
15396 (smtpmail-try-auth-methods): Use it.
15398 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
15400 * font-lock.el (font-lock-fontify-region)
15401 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
15402 (font-lock-default-unfontify-buffer)
15403 (font-lock-default-fontify-region)
15404 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
15406 * progmodes/compile.el (compilation-error-properties):
15407 Fix confusion between file struct and message struct (Bug#9319).
15408 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
15411 * net/browse-url.el (browse-url-firefox): Don't call
15412 browse-url-firefox-sentinel unless using -remote (Bug#9328).
15414 2011-08-20 Glenn Morris <rgm@gnu.org>
15416 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
15418 * tutorial.el (tutorial--default-keys): Update some default bindings.
15420 * files.el (hack-local-variables): Fully ignore case for "mode:".
15422 2011-08-20 Alan Mackenzie <acm@muc.de>
15424 Resolve invalid use of a regexp in regexp-opt.
15426 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
15427 detection for a java annotation.
15429 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
15430 detection for a java annotation.
15432 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
15434 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
15436 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
15438 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
15441 2011-08-20 Alan Mackenzie <acm@muc.de>
15443 Fontify CPP expressions correctly when starting in the middle of
15444 such a construct. Mainly for when jit-lock etc. starts a chunk
15447 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
15449 (c-make-font-lock-search-form): New function, extracted from
15450 c-make-font-lock-search-function.
15451 (c-make-font-lock-search-function): Use the above function.
15452 (c-make-font-lock-context-search-function): New function.
15453 (c-cpp-matchers): Enhance the preprocessor expression case with
15455 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
15456 which takes an expression.
15458 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
15460 2011-08-20 Martin Rudalics <rudalics@gmx.at>
15462 * window.el (display-buffer-reuse-window)
15463 (display-buffer-pop-up-window): Don't reuse or split a side
15466 2011-08-19 Glenn Morris <rgm@gnu.org>
15468 * files.el (hack-local-variables-prop-line, hack-local-variables):
15469 Downcase "Mode:". (Bug#9331)
15471 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
15473 * international/characters.el: Add L and R categories.
15475 * subr.el (bidi-string-mark-left-to-right): Rename from
15476 string-mark-left-to-right. Use category search.
15478 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
15480 2011-08-18 Juri Linkov <juri@jurta.org>
15482 * faces.el (error, warning, success): New faces with definitions
15483 copied from old default values of `font-lock-warning-face',
15484 `compilation-warning', `compilation-info' (bug#6117).
15486 * font-lock.el (font-lock-warning-face): Inherit from `error'.
15488 * progmodes/compile.el (compilation-error): Inherit from `error'.
15489 (compilation-warning): Inherit from `warning'.
15490 (compilation-info): Inherit from `success'.
15492 * dired.el (dired-marked): Inherit from `warning'.
15493 (dired-flagged): Inherit from `error'.
15495 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15497 * mail/smtpmail.el (auth-source): Require to avoid problems with
15498 binding variables (bug#9298). Also clean up some unused
15501 * net/network-stream.el (network-stream-open-starttls):
15502 Support using starttls.el without using gnutls-cli.
15504 2011-08-17 Juri Linkov <juri@jurta.org>
15506 * progmodes/grep.el (rgrep): Handle the case when
15507 `grep-find-command' is a cons cell (bug#9278).
15509 2011-08-17 Martin Rudalics <rudalics@gmx.at>
15511 * window.el (display-buffer-pop-up-frame): Run frame creation
15512 function with BUFFER current (as special-display-popup-frame
15513 does). Reported by Drew Adams.
15515 2011-08-17 Daiki Ueno <ueno@unixuser.org>
15517 * epa-mail.el: Simplify GnuPG group expansion using
15519 (epa-mail-group-alist, epa-mail-group-modtime)
15520 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
15521 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
15522 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
15525 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
15527 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
15529 2011-08-16 Alan Mackenzie <acm@muc.de>
15531 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
15532 Correct, to avoid the inside of macros.
15534 2011-08-16 Richard Stallman <rms@gnu.org>
15536 * epa-mail.el: Handle GnuPG group definitions.
15537 (epa-mail-group-alist, epa-mail-group-modtime)
15538 (epa-mail-gnupg-conf-file): New variables.
15539 (epa-mail-parse-groups, epa-mail-sync-groups)
15540 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
15541 (epa-mail-expand-recipients): New functions.
15542 (epa-mail-encrypt): Call epa-mail-expand-recipients.
15544 * mail/rmail.el (rmail-epa-decrypt): New command.
15546 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
15547 Don't bind buffer-read-only, just inhibit-read-only.
15548 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
15549 (epa-decrypt-armor-in-region): Make error message clearer.
15551 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
15553 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
15554 and "a2b" to "ab" for `prefix'.
15556 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
15558 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
15560 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
15561 Fourquet (Bug#8804).
15563 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
15565 * startup.el (argi): Declare as global variable (bug#9275).
15567 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
15569 * subr.el (string-mark-left-to-right): Search the entire string
15570 for RTL script, not just the terminating character. Doc fix.
15572 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
15574 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
15576 (js--regexp-literal, js-syntax-propertize-function): Remove.
15577 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
15578 (js-mode-map): Don't rebind electric keys.
15579 (js-insert-and-indent): Remove.
15580 (js-mode): Setup electric-layout and electric-indent instead.
15582 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
15584 2011-08-12 Daiki Ueno <ueno@unixuser.org>
15586 * epa.el (epa-progress-callback-function): Fix the logic of
15587 displaying progress.
15588 * epa-file.el (epa-file-insert-file-contents): Make progress
15589 display more user-friendly.
15590 (epa-file-write-region): Ditto.
15592 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
15594 * subr.el (string-mark-left-to-right): New function.
15596 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
15597 Use string-mark-left-to-right.
15598 (list-buffers-noselect): Caller changed.
15600 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15601 Use string-mark-left-to-right.
15602 (tabulated-list-print): Recenter after moving point.
15604 2011-08-10 Juri Linkov <juri@jurta.org>
15606 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
15607 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
15608 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
15610 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
15612 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
15615 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
15617 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
15618 character. (Bug#6594)
15620 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
15622 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
15623 (image-dired--with-db-file): New macro.
15624 (image-dired-write-tags, image-dired-remove-tag)
15625 (image-dired-create-gallery-lists, image-dired-write-comments)
15626 (image-dired-get-comment, image-dired-mark-tagged-files)
15627 (image-dired-list-tags, image-dired-gallery-generate): Use it.
15628 (image-dired-gallery-generate): Use insert-file-contents.
15630 * time.el (display-time-world-list, display-time-world-display):
15631 * time-stamp.el (time-stamp-string):
15632 * vc/add-log.el (add-change-log-entry): Use setenv instead of
15633 set-time-zone-rule (Bug#7337).
15635 2011-08-08 Daiki Ueno <ueno@unixuser.org>
15637 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
15638 (epg-error-to-string, epg-errors-to-string): New function.
15639 (epg-wait-for-completion): Reverse errors list.
15640 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
15641 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
15642 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
15643 (epg-sign-keys, epg-generate-key-from-file)
15644 (epg-generate-key-from-string): Format errors by using
15645 epg-errors-to-string (bug#9255).
15646 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
15648 2011-08-07 Juri Linkov <juri@jurta.org>
15650 * faces.el (list-faces-display): Remove extra angle bracket
15651 from `help-mode-map'.
15653 * info.el (Info-history-toc-nodes): Doc fix.
15655 * longlines.el (longlines-mode): Doc fix.
15657 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
15659 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
15660 of statements and in a few more cases (bug#9183).
15662 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
15664 (cl-transform-lambda): Use them (bug#9239).
15666 2011-08-05 Martin Rudalics <rudalics@gmx.at>
15668 * window.el (display-buffer-same-window)
15669 (display-buffer-same-frame, display-buffer-other-window)
15670 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
15671 (pop-to-buffer-other-window)
15672 (pop-to-buffer-same-frame-other-window)
15673 (pop-to-buffer-other-frame): Make them defuns.
15674 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
15676 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15678 * subr.el (make-composed-keymap): Move from C. Change calling
15679 convention, and improve docstring to bring attention to a subtle point.
15680 * minibuffer.el (completing-read-default): Adjust accordingly.
15682 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
15684 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
15685 (tramp-open-shell): Use `tramp-shell-quote-argument'.
15687 * net/trampver.el: Update release number.
15689 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15691 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
15694 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15696 * mail/sendmail.el (sendmail-query-once): Restore the current
15697 buffer after querying (bug#9074).
15699 * dired.el (dired-flagged): Use different faces for marked and
15700 flagged files (bug#6117).
15702 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
15705 * ido.el (ido-mode): Switch off the message if called
15708 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
15709 before 587, since it appears that that's more likely to work for
15712 * cus-edit.el (custom-file): When running under emacs -q, always
15713 refuse to save the customizations, even if the .emacs file doesn't
15716 * info.el: Remove the `Info-beginning-of-buffer' function
15719 * net/network-stream.el (network-stream-open-starttls):
15720 Use `starttls-available-p' to see whether starttls.el can be used.
15722 2011-08-01 Martin Rudalics <rudalics@gmx.at>
15724 * window.el (display-buffer-in-window): Don't set dedicated status
15725 of window here (Bug#9215).
15726 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
15727 (display-buffer-pop-up-side-window)
15728 (display-buffer-in-side-window): Set dedicated status of window here.
15730 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
15732 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
15733 before binding generated-autoload-file.
15735 2011-08-01 Deniz Dogan <deniz@dogan.se>
15737 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
15739 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
15741 Sync with Tramp 2.2.2.
15743 * net/trampver.el: Update release number.
15745 2011-07-30 Juri Linkov <juri@jurta.org>
15747 * dired-aux.el (dired-touch-initial): Remove function.
15748 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
15749 current time, and `default' to the last modification time of the
15750 current marked file (bug#6887).
15752 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
15754 * simple.el (goto-line): Use string-to-number to provide a
15755 numeric argument to read-number (bug#9163).
15757 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
15759 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
15760 connection process, it could be nil.
15762 2011-07-27 Leo Liu <sdl.web@gmail.com>
15764 Simplify url handling in rcirc-mode.
15766 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
15767 (rcirc-browse-url-at-mouse): Remove.
15768 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
15770 2011-07-26 Alan Mackenzie <acm@muc.de>
15772 Fontify bitfield declarations properly.
15774 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
15775 (c-symbol-chars): Now exported as a lang variable.
15776 (c-not-primitive-type-keywords): New lang variable.
15778 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
15779 QT keyword "more" to prevent "more slots: ...." being spuriously
15780 parsed as a bitfield declaration.
15782 * progmodes/cc-engine.el (c-beginning-of-statement-1):
15783 Refactor and enhance to handle bitfield declarations.
15784 (c-punctuation-in): New function.
15785 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
15786 declarations properly.
15788 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
15790 * calendar/icalendar.el (icalendar--all-events): Take care of
15791 multiple vcalendars in a single file.
15792 (icalendar--convert-float-to-ical): Checkdoc fixes.
15794 2011-07-25 Deniz Dogan <deniz@dogan.se>
15796 * image.el (insert-image): Clarifying docstring.
15798 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
15800 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
15801 `tramp-send-command-and-check' if there is no error.
15802 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
15804 2011-07-22 Alan Mackenzie <acm@muc.de>
15806 Prevent cc-langs.elc being loaded at run time.
15808 * progmodes/cc-mode.el: Remove two autoload forms which loaded
15811 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
15812 "(require 'cc-langs)". Quote a form so it will evaluate at
15813 (cc-mode's) compilation time.
15815 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
15817 * net/tramp.el (tramp-file-name-handler): Avoid recursive
15818 loading. (Bug#9114)
15820 2011-07-21 Martin Rudalics <rudalics@gmx.at>
15822 * window.el (display-buffer-pop-up-window)
15823 (display-buffer-pop-up-side-window)
15824 (display-buffer-in-side-window): Call display-buffer-set-height
15825 and display-buffer-set-width after setting the new window's
15826 buffer so `fit-window-to-buffer' and friends work on the right buffer.
15828 2011-07-20 Sam Steingold <sds@gnu.org>
15830 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
15831 (etags-tags-included-tables): Call `convert-standard-filename' on
15832 the file names contained in TAGS so that windows Emacs can handle
15833 TAGS files created by cygwin ctags.
15835 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
15837 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
15838 which apparently didn't work.
15840 2011-07-19 Roland Winkler <winkler@gnu.org>
15842 * proced.el (proced-send-signal): For *Marked Processes* buffer
15843 put point at beginning of buffer.
15845 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
15847 * proced.el (proced-format): Make header lines align with the text
15850 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15852 * view.el (view-buffer): Allow running in `special' modes if we're
15853 visiting a file (bug#8615).
15855 2011-07-19 Martin Rudalics <rudalics@gmx.at>
15857 * window.el (display-buffer-alist-of-strings-p)
15858 (display-buffer-alist-set-1, display-buffer-alist-set-2):
15860 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
15863 2011-07-18 Alan Mackenzie <acm@muc.de>
15865 Fontify declarators properly when, e.g., a jit-lock chunk begins
15866 inside a declaration.
15868 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
15870 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
15872 (c-complex-decl-matchers): Insert reference to
15873 c-font-lock-enclosing-decls.
15875 * progmodes/cc-engine.el (c-backward-single-comment):
15876 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
15877 to nil around calls to (forward-comment -1).
15879 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15881 * image.el (put-image): Doc typo fix.
15883 * progmodes/etags.el (tags-search): Doc typo fix.
15885 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
15886 password if we get errors 550 to 554.
15888 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15890 * net/gnutls.el (gnutls-log-level): Remove.
15892 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
15893 indentation character (bug#6380).
15895 * files.el (buffer-offer-save): Made permanently local (bug#6241).
15897 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
15898 to clarify what the problem is (bug#4291).
15900 * simple.el (current-kill): Clarify what
15901 `interprogram-paste-function' does (bug#7500).
15902 (auto-fill-mode): Document `auto-fill-function' in relation to
15903 `auto-fill-mode' (bug#2470).
15905 2011-07-16 Lawrence Mitchell <wence@gmx.li>
15907 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
15908 method if slot is read-only (bug#9035).
15910 2011-07-16 Martin Rudalics <rudalics@gmx.at>
15912 * frame.el (select-frame-set-input-focus): New argument NORECORD.
15913 * window.el (pop-to-buffer): Select window used even if it was
15914 selected before, see discussion of (Bug#8615), (Bug#6954).
15915 Pass argument NORECORD on to select-frame-set-input-focus.
15917 2011-07-15 Glenn Morris <rgm@gnu.org>
15919 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
15922 2011-07-09 Lawrence Mitchell <wence@gmx.li>
15924 * net/gnutls.el (gnutls-min-prime-bits): New variable.
15925 (gnutls-negotiate): Use it.
15927 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15929 * net/gnutls.el (gnutls-negotiate):
15930 Upcase `gnutls-algorithm-priority'.
15932 2011-07-15 Glenn Morris <rgm@gnu.org>
15934 * jka-compr.el (jka-compr-verbose): Move from here...
15935 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
15936 Add missing :version tag.
15937 * info.el: No need to require jka-compr when compiling.
15939 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15941 * net/gnutls.el (gnutls-algorithm-priority): New variable.
15942 (gnutls-negotiate): Use it.
15944 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
15946 * info.el (Info-beginning-of-buffer): New command.
15947 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
15948 announcing `b' as the key (bug#8325).
15949 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
15951 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
15953 * international/mule-cmds.el
15954 (describe-specified-language-support): Make the error message
15955 clearer (bug#8905).
15957 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
15959 * isearch.el (isearch-barrier): Add a doc string, since it's
15960 mentioned in a function doc string (bug#8678).
15962 2011-07-15 Martin Rudalics <rudalics@gmx.at>
15964 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
15965 buffer argument (Bug#9083) and self-identifying label argument.
15967 2011-07-15 Glenn Morris <rgm@gnu.org>
15969 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
15971 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15973 * man.el (Man-fontify-manpage): Fix message when formatting the
15974 man page (bug#7929).
15976 2011-07-14 Eli Zaretskii <eliz@gnu.org>
15978 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
15979 argument LRM; if non-nil, append an invisible LRM character to the
15981 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
15982 last argument non-nil, when formatting buffer names.
15983 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
15984 paragraph direction.
15986 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15988 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
15989 the man page name (bug#7929).
15991 * image.el (put-image): Mention the `put-image' overlay property
15994 * scroll-bar.el (set-scroll-bar-mode): Mention that
15995 `scroll-bar-mode' lists the values (bug#7772).
15997 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
15998 command (bug#7729).
16000 * rect.el (apply-on-rectangle): Return the point after the last
16002 (string-rectangle): Go to the point after the last operation
16005 * printing.el (pr-toggle-region): Clarify the documentation
16006 slightly (bug#7493).
16008 * time.el (display-time-update):
16009 Allow `display-time-mail-function' to return nil (bug#7158).
16010 Fix suggested by Detlev Zundel.
16012 * vc/diff.el (diff): Clarify the order the file names are read
16015 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
16016 the doc string (bug#7015).
16018 * font-lock.el (font-lock-maximum-decoration): Mention what
16019 numeric levels mean (bug#6935).
16021 * startup.el (initial-buffer-choice): Don't mention the `none'
16022 selection, which is against policy.
16024 2011-07-14 Martin Rudalics <rudalics@gmx.at>
16026 * window.el (display-buffer-normalize-special):
16027 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
16029 2011-07-14 Eli Zaretskii <eliz@gnu.org>
16031 * subr.el (version<, version<=, version=): Mention "-CVS" and
16032 "-12345" alpha version numbers.
16034 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
16036 * bindings.el: Add advertised binding for set-mark-command
16039 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
16041 * bindings.el (mode-line-other-buffer):
16042 * bookmark.el (bookmark-bmenu-2-window):
16043 * bs.el (bs-cycle-next, bs-cycle-previous):
16044 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
16047 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
16050 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
16052 * follow.el (follow-debug-message, follow-redisplay):
16053 * jka-cmpr-hook.el (with-auto-compression-mode):
16054 Fix typos in docstrings.
16056 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16058 * subr.el (with-silent-modifications): Clarify somewhat what the
16059 macro inhibits (bug#6525).
16061 * simple.el (eval-expression): Note what it does if called
16062 interactively (bug#6495).
16064 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
16066 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
16067 Use pop-to-buffer buffer-or-name if it is nil.
16069 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16070 Remove switch-to-buffer.
16072 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16074 * files.el (make-directory): Clarify that an error will be raised
16075 if there's an error (bug#6397).
16077 * startup.el (initial-buffer-choice): Add `none' as a choice
16080 * subr.el (add-hook): Clarify section about buffer-local hooks
16083 * dired.el (dired-flagged): Clarify doc string (bug#6117).
16085 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
16087 * tabify.el (untabify): Preserve the current column so that point
16088 doesn't move (bug#6032).
16090 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16092 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
16093 Rewrite to avoid awkward possessive "s" (bug#5986).
16095 2011-07-13 Glenn Morris <rgm@gnu.org>
16097 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
16098 (dired-insert-directory): Give a message the first time
16099 if ls is found not to support --dired.
16101 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16103 * simple.el (toggle-truncate-lines): Clarify what is toggled
16104 (bug#5580). Text by Drew Adams.
16106 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
16108 * simple.el (blink-matching-open): Make the error message from the
16109 last change less verbose.
16111 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
16113 * font-lock.el (font-lock-comment-face): Use the high contrast
16114 "yellow" color for font-lock-comment-face on low color terminals
16115 using a dark background color (bug#4221).
16117 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16119 * dired.el (dired-insert-set-properties): Make the doc string
16120 reflect what it does now (bug#5325).
16122 * simple.el (blink-matching-open): Say that we were unable to find
16123 the match within the limit, if we're limited (bug#5122).
16125 * international/mule-cmds.el (prefer-coding-system): Add an
16126 example (bug#4869).
16128 * progmodes/etags.el (tags-search): Document `file-list-form'
16131 2011-07-13 Lawrence Mitchell <wence@gmx.li>
16133 * net/browse-url.el (browse-url-default-browser)
16134 (browse-url-browser-function): Make the default browser choice a
16135 bit more logical (bug#4300). Also clean up the doc string.
16137 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
16139 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
16140 binary endings (bug#4440).
16142 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16144 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
16145 which can be pretty annoying (bug#8971).
16147 * jka-compr.el (jka-compr-verbose): New variable, and use
16148 throughout (bug#8971).
16150 * info.el (Info-find-file): Fall back on the installation
16151 directory if we can't find the info node anywhere else.
16153 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
16155 * vc/vc.el (vc-revert-file):
16156 Don't set file time-stamp in the past. (Bug#5181)
16158 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16160 * files.el (after-find-file): Give a better error message when
16161 trying to find a symlink that points to a file that doesn't exist
16164 * progmodes/cc-vars.el: Remove (probably) misleading comment
16167 2011-07-12 Johan Bockgård <bojohan@gnu.org>
16169 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
16171 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
16173 * mouse-sel.el: Hack restoring functionality, while keeping
16174 compatibility with 2010-07-03 changes to mouse selection.
16175 (mouse-sel-primary-overlay): New var.
16176 (mouse-sel-selection-alist): Use it.
16177 (mouse-sel-mode): Doc fix; remove points that are default features
16180 2011-07-12 Johan Bockgård <bojohan@gnu.org>
16182 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16183 Fix previous fix (bug#2490).
16185 2011-07-12 Roland Winkler <winkler@gnu.org>
16187 * textmodes/bibtex.el (bibtex-initialize):
16188 Use pop-to-buffer-same-window.
16189 (bibtex-search-entries): Fix interactive call.
16191 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16193 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16194 Fontise bytecomp Error lines more correctly (bug#2490).
16195 Fix suggested by Johan Bockgård.
16197 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
16199 * dired-x.el (dired-guess-default): Use `delete-dups'.
16201 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
16203 * dired.el (dired-mark-prompt):
16204 * dired-aux.el (dired-read-shell-command): Doc fix.
16206 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16208 * mail/sendmail.el (sendmail-query-once):
16209 Use `customize-save-variable' unconditionally, now that it works under
16212 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
16214 * cus-edit.el (custom-file): Take an optional no-error variable.
16215 (customize-save-variable): Set the variable, and give a warning if
16216 running under "emacs -q".
16218 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
16220 * loadhist.el (unload-feature-special-hooks):
16221 Add `auto-coding-functions', `fill-nobreak-predicate' and
16222 `find-directory-functions' (bug#5327).
16224 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16226 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
16228 * cus-edit.el (custom-guess-name-alist): -alist variables should
16229 use the `alist' type (bug#3120). Suggested by Drew Adams.
16231 * printing.el: Add documentation to all the `pr-toggle-' commands.
16233 2011-07-11 Leo Liu <sdl.web@gmail.com>
16235 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
16236 backends where it makes sense (bug#2623).
16238 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16240 * dired-x.el (dired-guess-default): Remove duplicate shell command
16241 entries (bug#2028).
16242 (dired-guess-default): Fix grammar in doc string (bug#2028).
16243 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
16245 * subr.el (remove-duplicates): New conveniency function.
16247 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16249 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
16252 2011-07-10 Martin Rudalics <rudalics@gmx.at>
16254 * window.el (display-buffer-normalize-default): Don't invert
16255 meaning of even-window-heights. Reported by Eli Zaretskii
16258 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
16260 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
16262 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
16264 * window.el (display-buffer): Fix arguments to
16265 display-buffer-reuse-window in last change.
16267 * faces.el (link): Use a less saturated blue on light backgrounds.
16269 * startup.el (fancy-startup-text, fancy-about-text)
16270 (fancy-startup-tail): Use font-lock faces, for background safety.
16272 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
16274 * emulation/viper-cmd.el (viper-change-state-to-vi):
16275 Limit triggering of abbrev expansion (Bug#9038).
16277 2011-07-09 Martin Rudalics <rudalics@gmx.at>
16279 * window.el (display-buffer-default-specifiers): Remove.
16280 (display-buffer-macro-specifiers): Remove default specifiers.
16281 (display-buffer-alist): Default to nil.
16282 (display-buffer-reuse-window): New optional argument other-window.
16283 (display-buffer-pop-up-window): Allow splitting internal
16284 windows. Check whether a live window was created.
16285 (display-buffer-other-window-means-other-frame)
16286 (display-buffer-normalize-arguments): Rename to
16287 display-buffer-normalize-argument and rewrite. Set the
16288 other-window specifier.
16289 (display-buffer-normalize-special): New function.
16290 (display-buffer-normalize-options): Rename to
16291 display-buffer-normalize-default and rewrite.
16292 (display-buffer-normalize-options-inhibit): Remove.
16293 (display-buffer-normalize-specifiers): Rewrite.
16294 (display-buffer): Process other-window specifier and call
16295 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
16297 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
16298 (display-buffer-alist-set): Don't handle 'unset default values.
16299 (display-buffer-in-window, display-buffer-alist-set):
16300 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
16301 <tassilo@member.fsf.org>.
16303 2011-07-09 Leo Liu <sdl.web@gmail.com>
16305 * register.el (insert-register): Restore accidental change on
16306 2011-06-26. (Bug#9028)
16308 2011-07-09 Glenn Morris <rgm@gnu.org>
16310 * subr.el (remq): Handle the empty list. (Bug#9024)
16312 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
16314 * mail/sendmail.el (send-mail-function): No longer delay custom
16316 * custom.el (custom-initialize-delay): Doc fix.
16318 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16320 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
16322 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
16324 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
16325 human-friendly prompt.
16327 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16329 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
16330 provided by a particular plugin.
16332 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
16334 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
16335 save customizations (with "emacs -Q"), just set the variable
16336 instead of erroring out.
16338 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
16340 2011-07-08 Juri Linkov <juri@jurta.org>
16342 * arc-mode.el (archive-zip-expunge, archive-zip-update)
16343 (archive-zip-update-case): Use 7z if found by `executable-find'.
16344 The order of searching the available programs is the same as in
16345 `archive-zip-extract' (bug#8968).
16347 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16349 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
16350 (menu-bar-options-menu): Tweak descriptions.
16352 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16354 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
16355 menu items into verb phrases (bug#1421). Also refill to fit under
16358 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16360 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
16361 (Info-read-node-name): Doc fix (Bug#1084).
16363 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
16364 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
16365 (end-of-sexp, beginning-of-sexp)
16366 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
16367 (forward-symbol, forward-same-syntax, word-at-point)
16368 (sentence-at-point): Doc fix (Bug#1144).
16370 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16372 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
16373 should cover it (bug#1281).
16375 * cus-edit.el (custom-show): Mark as obsolete.
16377 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
16378 negotiation fails, then possibly try again with a non-encrypted
16379 connection (bug#9017).
16381 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
16384 2011-07-07 Richard Stallman <rms@gnu.org>
16386 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
16387 property, and handle its changed format.
16388 Look for the correct line number.
16389 Use file's line contents (but not past first =) to find
16390 correct line in message.
16392 2011-07-07 Kenichi Handa <handa@m17n.org>
16394 * international/characters.el (build-unicode-category-table):
16396 (unicode-category-table): Set it by unicode-property-table-internal.
16398 * international/mule-cmds.el (char-code-property-alist): Move to
16400 (get-char-code-property): Call unicode-property-table-internal to
16401 load a file. Call get-unicode-property-internal where necessary.
16402 (put-char-code-property): Call unicode-property-table-internal to
16403 load a file. Call put-unicode-property-internal where necessary.
16404 put-unicode-property-internal where necessary.
16405 (char-code-property-description):
16406 Call unicode-property-table-internal to load a file.
16408 * international/charprop.el:
16409 * international/uni-bidi.el:
16410 * international/uni-category.el:
16411 * international/uni-combining.el:
16412 * international/uni-comment.el:
16413 * international/uni-decimal.el:
16414 * international/uni-decomposition.el:
16415 * international/uni-digit.el:
16416 * international/uni-lowercase.el:
16417 * international/uni-mirrored.el:
16418 * international/uni-name.el:
16419 * international/uni-numeric.el:
16420 * international/uni-old-name.el:
16421 * international/uni-titlecase.el:
16422 * international/uni-uppercase.el: Regenerate.
16424 * loadup.el: Load international/charprop.el before
16425 international/characters.
16427 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16429 * window.el (next-buffer, previous-buffer): Signal an error if
16430 called from a minibuffer window.
16432 * bindings.el: Revert 2011-07-04 change.
16434 2011-07-06 Richard Stallman <rms@gnu.org>
16436 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
16437 (rmail-mime-insert-bulk, rmail-mime-insert-text):
16438 Treat markers like ints.
16439 (rmail-mime-entity): Doc fix.
16441 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16443 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
16444 defcustom again for backwards compatibility.
16446 * simple.el (shell-command-on-region): Fill.
16448 * dired-aux.el (dired-kill-line): Add a doc string.
16450 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
16451 to "\\sw\\|\\s_" (bug#358).
16453 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
16454 (dired-unmark-backward): Ditto.
16455 (dired-flag-backup-files): Ditto.
16457 * dired-x.el (dired-mark-sexp): Ditto.
16459 2011-07-06 Richard Stallman <rms@gnu.org>
16461 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
16462 (rmail-mime-entity): New arg TRUNCATED.
16463 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
16465 (rmail-mime-save): Warn if entity is truncated.
16466 (rmail-mime-toggle-hidden): Likewise, for showing.
16467 (rmail-mime-process-multipart): Record when an entity is truncated.
16469 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
16470 if ENTITY is a string.
16472 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16474 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
16475 of faces when `M-C-x'-ing their definitions (bug#8378).
16476 Also clean up the code slightly.
16478 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
16479 because that makes the colors go away.
16481 * mail/sendmail.el (send-mail-function): Change the default to
16482 `sendmail-query-once'.
16483 (sendmail-query-once): Add an autoload cookie.
16485 * net/network-stream.el (network-stream-open-starttls): Try using
16486 a plain connection even if the server offered STARTTLS, and we
16487 kinda wanted to use it, if Emacs doesn't have any STARTTLS
16488 capability. This should make smtpmail.el work in slightly more
16491 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
16493 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
16495 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
16497 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
16499 * progmodes/sql.el: Version 3.0
16500 (sql-product-alist): Add product :completion-object,
16501 :completion-column, and :statement attributes.
16502 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
16503 (sql-mode-syntax-table): Mark all punctuation.
16504 (sql-font-lock-keywords-builder): Temporarily remove fallback on
16506 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
16507 (sql-mode-oracle-font-lock-keywords): Improve.
16508 (sql-oracle-show-reserved-words): New function for development.
16509 (sql-product-font-lock): Simplify for source code buffers.
16510 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
16512 (sql-highlight-product): Set product specific syntax table.
16513 (sql-mode-map): Add statement movement functions.
16514 (sql-ansi-statement-starters, sql-oracle-statement-starters):
16516 (sql-statement-regexp, sql-beginning-of-statement)
16517 (sql-end-of-statement, sql-signum): New functions.
16518 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
16519 (sql-show-sqli-buffer): Bug fix.
16520 (sql-interactive-mode): Store connection data as buffer local.
16521 (sql-connect): Add NEW-NAME parameter. Redesign interaction
16522 with sql-interactive-mode.
16523 (sql-save-connection): Save buffer local settings.
16524 (sql-connection-menu-filter): Change menu entry name.
16525 (sql-product-interactive): Bug fix.
16526 (sql-preoutput-hold): New variable.
16527 (sql-interactive-remove-continuation-prompt): Bug fixes.
16528 (sql-debug-redirect): New variable.
16529 (sql-str-literal): New function.
16530 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
16532 (sql-oracle-save-settings, sql-oracle-restore-settings)
16533 (sql-oracle-list-all, sql-oracle-list-table): New functions.
16534 (sql-completion-object, sql-completion-column)
16535 (sql-completion-sqlbuf): New variables.
16536 (sql-build-completions-1, sql-build-completions)
16537 (sql-try-completion): New functions.
16538 (sql-read-table-name): Use them.
16539 (sql-contains-names): New buffer local variable.
16540 (sql-list-all, sql-list-table): Use it.
16541 (sql-oracle-completion-types): New variable.
16542 (sql-oracle-completion-object, sql-sqlite-completion-object)
16543 (sql-postgres-completion-object): New functions.
16545 2011-07-06 Glenn Morris <rgm@gnu.org>
16547 * window.el (pop-to-buffer): Doc fix.
16549 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
16551 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
16553 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
16555 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
16557 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
16559 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
16561 * button.el (button): Inherit from link face. Suggested by Dan
16564 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16566 * progmodes/gdb-mi.el: Fit in 80 columns.
16567 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
16570 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
16571 if imenu is simply not configured (bug#8941).
16573 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
16575 * allout.el (allout-post-undo-hook): New allout outline-change
16576 event hook to signal undo activity.
16577 (allout-post-command-business): Run allout-post-undo-hook if an
16578 undo just occurred.
16579 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
16580 * allout-widgets.el (allout-widgets-after-undo-function):
16581 Ensure the integrity of the current item's decoration after it has been
16582 in the vicinity of an undo.
16583 (allout-widgets-mode): Include allout-widgets-after-undo-function
16584 on the new allout-post-undo-hook.
16586 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16588 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
16589 Let define-derived-mode define it.
16590 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
16591 cycles of abbrev-table inheritance (bug#8998).
16593 2011-07-05 Roland Winkler <winkler@gnu.org>
16595 * textmodes/bibtex.el: Add support for biblatex.
16596 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
16597 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
16598 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
16599 (bibtex-entry-alist, bibtex-field-alist): New variables.
16600 (bibtex-entry-field-alist): Obsolete alias for
16601 bibtex-BibTeX-entry-alist.
16602 (bibtex-entry-alist, bibtex-field-alist): New widgets.
16603 (bibtex-set-dialect): New command.
16604 (bibtex-entry-type, bibtex-entry-head)
16605 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
16606 Bind via bibtex-set-dialect.
16607 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
16608 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
16609 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
16610 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
16611 Define via bibtex-set-dialect.
16612 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
16613 Obey bibtex-no-opt-remove-re.
16614 (bibtex-vec-push, bibtex-vec-incr): New functions.
16615 (bibtex-format-entry, bibtex-field-list)
16616 (bibtex-print-help-message, bibtex-validate)
16617 (bibtex-search-entries): Use new format of bibtex-entry-alist.
16619 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16621 * progmodes/compile.el (compilation-goto-locus):
16622 * net/tramp-cmds.el (tramp-append-tramp-buffers):
16623 * bs.el (bs-cycle-next, bs-cycle-previous):
16624 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
16625 * bindings.el (mode-line-other-buffer):
16626 * autoinsert.el (auto-insert):
16627 * arc-mode.el (archive-extract):
16628 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
16630 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16632 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
16633 Fix check of `emacs-lock-unlockable-modes'.
16634 Coerce true values of `emacs-lock--try-unlocking' to t.
16636 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16638 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
16639 * emacs-lock.el: New file.
16641 2011-07-05 Julien Danjou <julien@danjou.info>
16643 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
16644 than `boundp' to check if face is set.
16646 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16648 * register.el (registerv-make):
16649 * window.el (window-min-height): Fix typos in docstrings.
16651 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
16653 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
16656 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
16658 * server.el (server-execute): Catch quit and call
16659 `server-return-error' to pass the error back to emacsclient and
16660 close the connection (bug#8942).
16662 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
16664 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
16665 insecure exception for current topic. Also note that auto-saves
16666 are handled differently.
16668 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
16669 State variables for tracking auto-save inhibition situation.
16671 (allout-write-contents-hook-handler): Rename from
16672 'allout-write-file-hook-handler', and describe how it depends on
16673 write-contents-functions sensitivity to non-nil value to prevent
16676 (allout-auto-save-hook-handler): Remove. auto-save does not check
16677 this in individual buffers, only in the starting buffer, so this
16678 is not the right way for us to inhibit auto-save in a buffer
16679 according to its condition.
16681 (allout-mode): Use new allout-write-contents-hook-handler, and
16682 only with write-contents-functions. Remove auto-save provisions -
16683 they're implemented elsewhere.
16685 (allout-before-change-handler): If undo is in progress, note that
16686 for attention of allout-post-command-business.
16688 (allout-post-command-business): If the command we're following was
16689 an undo, check for change in the status of encrypted items and
16690 adjust auto-save inhibitions accordingly.
16692 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
16693 according to whether there are or aren't any plain-text topics
16694 pending encryption.
16696 (allout-inhibit-auto-save-info-for-decryption):
16697 Adjust buffer-saved-size and some allout state to inhibit auto-saves
16698 if there are plain-text topics pending encryption.
16700 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
16701 buffer-saved-size and some allout state to not inhibit auto-saves
16702 if there are no longer any plain-text topics pending encryption.
16704 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
16705 No longer provide for exemption of the current topic.
16707 2011-07-04 Juri Linkov <juri@jurta.org>
16709 Add 7z operations to delete and save changed members (bug#8968).
16710 * arc-mode.el (archive-7z-expunge, archive-7z-update):
16712 (archive-7z-write-file-member): New function.
16713 (archive-7z-summarize): Fix the number of dashes in the
16716 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16718 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
16721 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
16723 * bindings.el: Ignore next-buffer and previous-buffer in
16724 minibuffer-local-map.
16726 * font-lock.el (font-lock-builtin-face): Change light background
16727 color to dark slate blue (Bug#6693).
16729 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
16731 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
16733 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16735 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
16736 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16737 Add switch-to-buffer.
16739 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16741 * isearch.el (isearch-search-fun-function): Clarify further the
16742 meaning of the function returned.
16744 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
16746 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
16748 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
16749 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
16751 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
16752 `tramp-default-remote-path' does not exist.
16753 (tramp-send-command-and-read): New optional argument NOERROR.
16754 (tramp-open-connection-setup-interactive-shell)
16755 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
16756 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
16757 (tramp-process-sentinel): Flush also process' connection property.
16758 (tramp-sh-handle-start-file-process): Do not set process
16759 sentinel. It is done now ...
16760 (tramp-maybe-open-connection): ... here. (Bug#8929)
16762 2011-07-04 MON KEY <monkey@sandpframing.com>
16764 * play/animate.el (animate-string): Doc fixes and allow changing
16765 the buffer name (bug#5417).
16767 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16769 * play/animate.el (animation-buffer-name): Rename from *animate*.
16771 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
16773 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
16774 This is simpler and helps future-proof the code.
16775 (timer-until): Use time-subtract and float-time.
16776 (timer--time-less-p): Use time-less-p.
16778 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
16780 * type-break.el (timep): Use the value of `float-time' to avoid a
16781 byte-compiler warning.
16783 * server.el (server-eval-and-print): Return any result, even nil.
16785 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
16787 * type-break.el: Accept time formats that the builtins accept.
16788 (timep, type-break-time-difference): Accept any format that
16789 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
16790 This is simpler and helps future-proof the code.
16791 (type-break-time-difference): Round rather than ignoring
16792 subseconds components.
16794 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16796 * info.el (Info-apropos-matches): Make non-interactive, since it
16797 doesn't seem to do anything useful as a command (bug#8829).
16799 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
16801 * frame.el (frame-background-mode, frame-set-background-mode):
16802 Move from faces.el.
16803 (frame-default-terminal-background): New function.
16805 * custom.el (custom-push-theme): Don't record faces in `changed'
16806 theme; this doesn't work correctly for per-frame face settings.
16807 (disable-theme): Use face-set-after-frame-default to reset faces.
16808 (custom--frame-color-default): New function.
16810 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16812 * dired.el (dired-flagging-regexp): Remove unused variable
16815 2011-03-29 Kevin Ryde <user42@zip.com.au>
16817 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16818 `perl-Test2' extend to match possible "fail #N" rep count
16821 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16823 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
16824 `smtpmail-via-smtp' now returns the error instead of nil.
16826 * isearch.el (isearch-search-fun-function): Clarify the doc string
16829 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
16831 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
16832 unnecessary spaces (bug#8987).
16834 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16836 * net/network-stream.el (open-network-stream): Use the
16837 :end-of-capability command thoughout.
16839 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16841 * net/network-stream.el (open-network-stream): Add the
16842 :end-of-capability command parameter, used by pop3.el.
16844 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16846 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
16848 * fringe.el (fringe-query-style): Remove redundant text " (type ?
16849 for list)" (bug#6475).
16851 * files.el (file-expand-wildcards): Ignore non-readable
16852 sub-directories while trying to find matches instead of signaling
16853 an error (bug#6297).
16855 * man.el (Man-reference-regexp): Allow matching possible
16856 word-wrapped references (bug#6289).
16858 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
16859 for consistency with the other vc buffers (bug#6197).
16860 (vc-checkin): Ditto.
16862 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
16864 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
16866 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16868 * custom.el (defcustom): Clarify that :set is only used in the
16869 Customize user interface (bug#6089).
16871 * progmodes/flymake.el (flymake-mode): If the buffer isn't
16872 associated with a file, refuse to run instead of erroring out
16875 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
16876 the doc string, since it appears that using `fill-column' always
16877 controls the width (bug#7845).
16879 * simple.el (shell-command-on-region): Say where the error output
16880 went if `shell-command-default-error-buffer' is set (bug#6857).
16882 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
16884 * allout.el (allout-yank-processing): Adjust cursor position for
16885 backwards-deleted space.
16887 (allout-rebullet-heading): Register changes with
16888 allout-exposure-changed-hook, so the modified topic is properly
16891 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16893 * minibuffer.el (completion-in-region): Document PREDICATE
16896 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
16897 of keyword/argument pairs (bug#6904).
16899 * replace.el (multi-occur):
16900 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
16902 2011-07-02 Drew Adams <drew.adams@oracle.com>
16904 * dired.el (dired-mark-if): Make the message about whether it's
16905 marking or unmarking clearer (bug#8523).
16907 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16909 * disp-table.el (display-table-print-array): New function.
16910 (describe-display-table): Use it to print the vectors more pretty
16913 2011-07-02 Martin Rudalics <rudalics@gmx.at>
16915 * window.el (window-state-get-1): Don't assign clone numbers.
16916 Add clone-of item to list of window parameters.
16917 (window-state-put-2): Don't process clone numbers.
16918 (display-buffer-alist): Fix doc-string.
16920 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
16922 * subr.el (remq): Don't allocate if it's not needed.
16923 (keymap--menu-item-binding, keymap--menu-item-with-binding)
16924 (keymap--merge-bindings): New functions.
16925 (keymap-canonicalize): Use them to refine the canonicalization.
16926 * minibuffer.el (minibuffer-local-completion-map)
16927 (minibuffer-local-must-match-map): Move initialization from C.
16928 (minibuffer-local-filename-completion-map): Move initialization from C;
16929 don't inherit from anything here.
16930 (minibuffer-local-filename-must-match-map): Make obsolete.
16931 (completing-read-default): Use make-composed-keymap to combine
16932 minibuffer-local-filename-completion-map with either
16933 minibuffer-local-must-match-map or
16934 minibuffer-local-filename-completion-map.
16936 2011-07-01 Glenn Morris <rgm@gnu.org>
16938 * type-break.el (type-break-time-sum): Use dolist.
16940 * textmodes/flyspell.el (flyspell-word-search-backward):
16941 Replace CL function.
16943 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16945 * mouse.el (mouse--strip-first-event): New function.
16946 (function-key-map): Use it to map fringe clicks to normal clicks
16949 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
16950 (vc-bzr-revision-completion-table): Add support for annotate and date.
16952 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
16953 inherit from parent.
16955 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16957 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
16958 (dired-show-file-type): Doc fixup (bug#8818).
16960 * dired.el (dired-mode): Fix up the doc string as suggested by
16961 Drew Adams (bug#8817).
16963 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
16964 cookie, since the manual says that it should be possible to add
16965 this function to `find-file-hook' (bug#8709).
16967 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
16969 * progmodes/cfengine.el: Moved all cfengine3.el functionality
16970 here. Noted Ted Zlatanov as the maintainer.
16971 (cfengine-common-settings, cfengine-common-syntax): New functions
16972 to set up common things between `cfengine-mode' and
16974 (cfengine3-mode): New mode.
16975 (cfengine3-defuns cfengine3-defuns-regex
16976 (cfengine3-class-selector-regex cfengine3-category-regex)
16977 (cfengine3-vartypes cfengine3-font-lock-keywords)
16978 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
16979 (cfengine3-indent-line): Add from cfengine3.el.
16981 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
16983 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
16985 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
16987 2011-07-01 Martin Rudalics <rudalics@gmx.at>
16989 * window.el (same-window-buffer-names, same-window-regexps)
16990 (same-window-p, special-display-frame-alist)
16991 (special-display-popup-frame, special-display-function)
16992 (special-display-buffer-names, special-display-regexps)
16993 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
16994 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
16995 (split-window-preferred-function, split-height-threshold)
16996 (split-width-threshold, even-window-heights)
16997 (display-buffer-mark-dedicated, window-splittable-p)
16998 (split-window-sensibly, window-safely-shrinkable-p):
17000 (display-buffer): Don't spread args with function specifier
17001 because special-display-popup-frame won't like it.
17003 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
17005 Time-stamp simplifications and fixes.
17006 These improve accuracy slightly, and future-proof the code
17007 against some potential changes to current-time format.
17009 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
17010 by using time-since and float-time.
17012 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
17013 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
17014 + NNN microseconds".
17016 * type-break.el (type-break-time-sum): Rewrite using time-add.
17018 * play/hanoi.el (hanoi-current-time-float): Remove.
17019 All uses replaced by float-time.
17021 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
17022 This yields a more-accurate answer.
17023 (rng-time-to-float): Remove; no longer needed.
17025 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
17027 * calendar/timeclock.el (timeclock-seconds-to-time):
17028 Defalias to seconds-to-time, since they're the same thing.
17030 * emacs-lisp/elp.el (elp-elapsed-time):
17031 * emacs-lisp/benchmark.el (benchmark-elapse):
17032 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
17034 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
17036 * window.el (bury-buffer): Don't iconify the only frame.
17037 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
17038 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
17040 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
17042 * eshell/em-smart.el (eshell-smart-display-navigate-list):
17043 Add mouse-yank-primary.
17045 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
17047 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
17049 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
17051 * emacs-lisp/find-func.el (find-library--load-name): New fun.
17052 (find-library-name): Use it to find relative load names when provided
17053 absolute file name (bug#8803).
17055 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
17057 * textmodes/flyspell.el (flyspell-word): Consider words that
17058 differ only in case as potential doublons (bug#5687).
17060 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
17061 Remove two rather uninteresting debugging-like messages to make
17062 debbugs.el more silent.
17064 * comint.el (comint-password-prompt-regexp): Accept "Response" as
17065 a password-like phrase.
17067 2011-06-30 Masatake YAMATO <yamato@redhat.com>
17069 * progmodes/cc-guess.el: New file.
17071 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
17073 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
17074 derived from `c-basic-common-init'.
17076 * progmodes/cc-mode.el (top-level): Require cc-guess.
17077 (c-basic-common-init): Use `cc-choose-style-for-mode'.
17079 2011-06-30 Lawrence Mitchell <wence@gmx.li>
17081 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
17083 2011-06-30 Alan Mackenzie <acm@muc.de>
17085 * progmodes/cc-engine.el (c-guess-continued-construct):
17086 Correct the handling of template-args-cont, particularly for when font
17087 lock is disabled. Name this case as "CASE G".
17089 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
17091 * allout.el (allout-yank-processing): Fix injection of extra space
17092 between bullet and non-whitespace character in first topic when
17093 pasting, ensuring that the actual spacing in the pasted topic
17094 following the bullet char is preserved. This extra space was
17095 causing pasted encrypted topics to get a decrypted status even
17096 when the content was actually still encrypted. Now the decryption
17097 status from before the paste is preserved.
17099 (allout-flag-region): Set all allout overlays so they evaporate
17100 when reduced to zero length (evanescent), to prevent overlay
17103 2011-06-30 Glenn Morris <rgm@gnu.org>
17105 * w32-fns.el (w32-charset-info-alist): Declare.
17107 * find-dired.el (find-grep-options): Simplify.
17109 * term/ns-win.el (ns-set-resource): Declare.
17111 * ses.el (row, col): Declare dynamic variables honestly.
17113 * textmodes/reftex-parse.el (index-tags): Declare.
17115 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
17117 * cus-edit.el (customize-push-and-save): New function.
17119 * files.el (hack-local-variables-confirm): Use it.
17121 * custom.el (load-theme): New arg NO-CONFIRM.
17122 Use customize-push-and-save (Bug#8720).
17123 (custom-enabled-themes): Doc fix.
17125 * cus-theme.el (customize-create-theme)
17126 (custom-theme-merge-theme): Callers to load-theme changed.
17128 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
17130 * thingatpt.el (thing-at-point-short-url-regexp): Require that
17131 short URLs have at least one dot in them (bug #7614).
17133 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
17134 nil, because using a pty is apparently too slow (bug #895).
17136 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
17138 * mail/sendmail.el (sendmail-query-once): New function.
17139 (sendmail-query-once-function): New variable.
17141 2011-06-29 Glenn Morris <rgm@gnu.org>
17143 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
17145 * ses.el (top-level): Require cl when compiling.
17146 (ses-set-localvars): Fix error statement.
17147 Call it at compile time to silence a storm of warnings.
17149 2011-06-29 Martin Rudalics <rudalics@gmx.at>
17151 * window.el (normalize-live-buffer): Rename to
17152 window-normalize-buffer.
17153 (normalize-live-frame): Rename to window-normalize-frame.
17154 (normalize-any-window): Rename to window-normalize-any-window.
17155 (normalize-live-window): Rename to window-normalize-live-window.
17156 (make-window-atom): Rename to window-make-atom.
17157 (window-resize-reset): Rename to window--resize-reset.
17158 (window-resize-reset-1): Rename to window--resize-reset-1.
17159 (resize-mini-window): Rename to window--resize-mini-window.
17160 (resize-subwindows-skip-p): Rename to
17161 window--resize-subwindows-skip-p.
17162 (resize-subwindows-normal): Rename to
17163 window--resize-subwindows-normal.
17164 (resize-subwindows): Rename to window--resize-subwindows.
17165 (resize-other-windows): Rename to window--resize-siblings.
17166 (resize-this-window): Rename to window--resize-this-window.
17167 (resize-root-window): Rename to window--resize-root-window.
17168 (resize-root-window-vertically): Rename to
17169 window--resize-root-window-vertically.
17170 (normalize-buffer-to-display): Rename to
17171 window-normalize-buffer-to-display.
17172 (normalize-buffer-to-switch-to): Rename to
17173 window-normalize-buffer-to-switch-to.
17174 Correspondingly update all callers of the functions listed
17176 (display-buffer-alist, display-buffer-normalize-arguments)
17177 (display-buffer-normalize-options, display-buffer)
17178 (display-buffer-alist-set): Use "function" instead of
17181 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
17183 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
17184 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
17185 debbugs.gnu.org. Mention acknowledgment email.
17187 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
17189 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
17190 buffer multibyteness, since it shouldn't matter.
17192 2011-06-28 Martin Rudalics <rudalics@gmx.at>
17194 * window.el (display-buffer-in-side-window): Handle dedicated
17195 windows as in display-buffer-reuse-window.
17196 (display-buffer-normalize-alist): Use value of override
17198 (display-buffer-normalize-specifiers): Use value of
17199 other-window-means-other-frame specifier.
17200 (display-buffer-alist): Rewrite some texts in widgets.
17201 (display-buffer): Spread arguments when calling function
17202 specified by fun-with-args.
17204 2011-06-28 Deniz Dogan <deniz@dogan.se>
17206 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17209 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
17210 selectors (Bug#5732).
17211 (css-proprietary-nmstart-re): Use `regexp-opt'.
17213 2011-06-27 Jari Aalto <jari.aalto@cante.net>
17215 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
17216 (eshell-ls-date-format): New defcustom.
17217 (eshell-ls-file): Use it.
17219 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
17221 * help-fns.el (describe-variable): Fix message for terminal-local vars.
17223 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
17225 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
17226 (ange-ftp-make-tmp-name): New arg.
17227 (ange-ftp-file-local-copy): Use it.
17229 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
17231 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
17232 no-conversion (Bug#8870).
17234 2011-06-27 Martin Rudalics <rudalics@gmx.at>
17236 * window.el (window-right, window-left, window-child)
17237 (window-child-count, window-last-child)
17238 (window-iso-combination-p, walk-window-tree-1)
17239 (window-atom-check-1, window-tree-1, delete-window)
17240 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
17241 new naming conventions - window-vchild, window-hchild,
17242 window-next and window-prev are now called window-top-child,
17243 window-left-child, window-next-sibling and window-prev-sibling
17245 (resize-window-reset): Rename to window-resize-reset.
17246 (resize-window-reset-1): Rename to window-resize-reset-1.
17247 (resize-window): Rename to window-resize.
17248 (window-min-height, window-min-width)
17249 (resize-mini-window, resize-this-window, resize-root-window)
17250 (resize-root-window-vertically, adjust-window-trailing-edge)
17251 (enlarge-window, shrink-window, maximize-window)
17252 (minimize-window, delete-window, quit-restore-window)
17253 (split-window, balance-windows, balance-windows-area-adjust)
17254 (balance-windows-area, window-state-put-2)
17255 (display-buffer-even-window-sizes, display-buffer-set-height)
17256 (display-buffer-set-width, set-window-text-height)
17257 (fit-window-to-buffer): Rename all "resize-window" prefixed
17258 calls to use the "window-resize" prefix convention.
17259 (display-buffer-alist): Fix symbol for label specifier.
17260 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
17261 corresponding specifier.
17262 Reported by Juanma Barranquero <lekktu@gmail.com>.
17264 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
17266 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
17268 (ses-call-printer): Does not pass an empty string to formatter when the
17269 cell is empty to keep from barking printer Calc math-format-value.
17271 2011-06-27 Richard Stallman <rms@gnu.org>
17273 * battery.el (battery-mode-line-limit): New variable.
17274 (battery-update): Handle it.
17276 * mail/rmailmm.el (rmail-mime-process-multipart):
17277 Handle truncated messages.
17279 2011-06-27 Glenn Morris <rgm@gnu.org>
17281 * progmodes/flymake.el (flymake-err-line-patterns):
17282 Allow for column numbers in the ant/javac pattern. (Bug#8866)
17284 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
17286 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
17287 (ses--clean-!, ses--clean-_): New functions.
17288 (ses-range): Add configurability of readout order, and conversion
17291 * ses.el (ses-repair-cell-reference-all): New function.
17292 (ses-cell-symbol): Set macro as safe, so that it can be used in
17295 * ses.el: Update cycle detection algorithm.
17296 (ses-localvars): Add ses--Dijkstra-attempt-nb and
17297 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
17298 (ses-set-localvars): New function.
17299 (ses-make-cell): Add property-list as a cell element.
17300 (ses-cell-property-get-fun, ses-cell-property-get)
17301 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
17302 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
17304 (ses-cell-property-set, ses-cell-property-pop)
17305 (ses-cell-property-get-handle): New macro.
17306 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
17307 New aliases, used for code readability.
17308 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
17310 (ses-self-reference-early-detection): New defcustom.
17311 (ses-formula-references): Robustify against self-referring cells.
17312 (ses-mode): Use ses-set-localvars.
17313 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
17314 before lauching the update processing.
17315 (ses-initialize-Dijkstra-attempt): New function.
17316 (ses-recalculate-cell): Update for cycle detection based on
17317 Dijkstra algorithm.
17319 * ses.el: Fix commenting and indenting convention.
17321 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
17323 * bs.el (bs-cycle-next): Complete last change.
17325 2011-06-27 Drew Adams <drew.adams@oracle.com>
17327 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
17329 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
17331 * net/network-stream.el (network-stream-open-starttls):
17332 Don't re-get capabilities unless we've reestablished connection.
17333 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
17335 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
17336 to binary to possibly avoid line encoding issues on Windows (among
17339 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
17341 * net/network-stream.el (open-network-stream): Return an :error
17342 saying what the problem was, if possible.
17344 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
17347 * net/network-stream.el (network-stream-open-starttls): If we
17348 wanted to use STARTTLS, and the server offered it, but we weren't
17349 able to because we had no STARTTLS support, then close the connection.
17350 (open-network-stream): Return an :error element, if present.
17352 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
17354 * hl-line.el (hl-line-sticky-flag): Doc fix.
17355 (global-hl-line-sticky-flag): New option (Bug#8323).
17356 (global-hl-line-highlight): Obey it.
17358 * vc/vc.el (vc-revert-show-diff): Default to t.
17360 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
17362 * allout-widgets.el (allout-widgets-post-command-business):
17363 Stop decorating intermediate isearch matches. They're not being
17364 undecorated when an isearch is continued past, and isearch
17365 automatically collapses them. This leads to "widget leaks", where
17366 decorated items accumulate in collapsed areas. Lines with lots of
17367 hidden widgets can slow down cursor travel, substantially.
17368 Too much complicated machinery would be needed to ensure undecoration,
17369 so we're doing without this nicety.
17371 (allout-widgets-tally-string): Don't try to do a hash-table-count
17372 of allout-widgets-tally when it's nil. This eliminates spurious "Error
17373 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
17374 *Messages* when allout-widgets-maintain-tally is t.
17376 2011-06-26 Martin Rudalics <rudalics@gmx.at>
17378 * window.el (display-buffer-normalize-argument): Rename to
17379 display-buffer-normalize-arguments. Handle special meaning of
17380 LABEL argument. Respect special-display-function when popping up
17381 a new frame. Fix code searching for a window showing the buffer
17383 (display-buffer-normalize-specifiers):
17384 Call display-buffer-normalize-arguments.
17385 (display-buffer-in-window): Don't undedicate the window if its
17386 buffer remains the same.
17387 Reported by Drew Adams <drew.adams@oracle.com>.
17388 (display-buffer-alist): Add choice for same-window macro
17390 (display-buffer): Mention special meaning of LABEL argument in
17391 doc-string. Fix quoting. Don't pop up a new frame even as
17394 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
17396 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
17397 avoid deleting the current window in some cases (bug#8911).
17399 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
17401 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
17404 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
17406 * net/network-stream.el (network-stream-open-starttls):
17407 Use built-in TLS support if `gnutls-available-p' is true.
17408 (network-stream-open-tls): Ditto.
17410 2011-06-26 Leo Liu <sdl.web@gmail.com>
17412 * register.el (registerv): New struct.
17413 (registerv-make): New function.
17414 (jump-to-register, describe-register-1, insert-register):
17415 Support the jump-func, print-func and insert-func slot of a registerv
17418 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
17420 * vc/vc.el (vc-revert-show-diff): New defcustom.
17421 (vc-diff-internal): New arg specifying diff buffer.
17422 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
17423 reuse an existing *vc-diff* buffer (Bug#8927).
17425 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
17427 2011-06-26 Glenn Morris <rgm@gnu.org>
17429 * progmodes/f90.el (f90-critical-indent): New option.
17430 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
17431 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
17432 (f90-mode): Doc fix.
17433 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
17434 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
17435 (f90-beginning-of-block, f90-next-block, f90-indent-region)
17436 (f90-match-end): Handle block, critical.
17438 2011-06-25 Glenn Morris <rgm@gnu.org>
17440 * calendar/diary-lib.el (diary-included-files): Doc fix.
17441 (diary-include-files): New function, extracted from
17442 diary-include-other-diary-files and diary-mark-included-diary-files.
17443 (diary-include-other-diary-files, diary-mark-included-diary-files):
17444 Just call diary-include-files.
17445 (diary-mark-entries): Reset diary-included-files on first call.
17447 * calendar/diary-lib.el (diary-mark-entries)
17448 (diary-mark-included-diary-files):
17449 Visit included diary-files in temp buffers.
17451 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
17452 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
17453 (f90-start-block-re, f90-imenu-generic-expression)
17454 (f90-looking-at-program-block-start, f90-no-block-limit):
17455 Add support for submodules.
17457 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
17458 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
17460 2011-06-25 Eli Zaretskii <eliz@gnu.org>
17462 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
17463 buffer-file-type before setting its value, to avoid disastrous
17464 global effects on decoding files for DOS/Windows systems. (Bug#8780)
17466 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
17468 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
17470 * ses.el (ses-unload-function):
17471 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
17473 * proced.el (proced-unload-function):
17474 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
17476 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
17478 * server.el (server-create-window-system-frame): Add parameters arg.
17479 (server-process-filter): Doc fix. Handle frame-parameters.
17481 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
17483 Fix bug#8730, bug#8781.
17485 * loadhist.el (unload--set-major-mode): New function.
17486 (unload-feature): Use it.
17488 * progmodes/python.el (python-after-info-look): Add autoload cookie.
17489 (python-unload-function): New function.
17491 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
17493 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
17495 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
17497 * net/browse-url.el (browse-url-firefox-program): Add icecat to
17498 the candidates list.
17500 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
17502 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
17504 2011-06-23 Richard Stallman <rms@gnu.org>
17506 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
17507 (rmail-variables): Set next-error-move-function.
17508 (rmail-what-message): Take argument POS.
17509 (rmail-next-error-move): New function.
17511 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
17513 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
17514 messages for adjacent non-terminals.
17516 2011-06-23 Richard Stallman <rms@gnu.org>
17518 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
17519 (rmail-show-message-1): Preserve buffer modified flag.
17520 (rmail-start-mail): Don't specify use of rmail-mail-return;
17521 that's done by mail-bury now.
17522 (rmail-mail-return): Handle arg NEWBUF.
17524 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
17526 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
17529 2011-06-23 Martin Rudalics <rudalics@gmx.at>
17531 * window.el (get-lru-window, get-mru-window)
17532 (get-largest-window): Never return a minibuffer window.
17533 (display-buffer-pop-up-window): Fix a bug that could lead to
17534 reusing the minibuffer window.
17535 (display-buffer): Pass original specifier argument to
17536 display-buffer-function instead of the normalized one.
17537 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
17539 2011-06-22 Leo Liu <sdl.web@gmail.com>
17541 * minibuffer.el (completing-read-function)
17542 (completing-read-default): Move from minibuf.c.
17544 2011-06-22 Richard Stallman <rms@gnu.org>
17546 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
17547 to Rmail even if not started by a special Rmail command.
17549 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
17550 Copy the buffer currently showing just one message.
17552 2011-06-22 Roland Winkler <winkler@gnu.org>
17554 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
17555 (bibtex-clean-entry): First delete the old key so that a
17556 customized algorithm for generating the new key does not get
17557 confused by the old key.
17558 (bibtex-url): Obey regexp of first step.
17559 (bibtex-search-entries): Do not use add-to-list with local
17562 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17564 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
17565 stored a user name, then query for the password first, instead of
17566 waiting for SMTP to give an error message and the trying again.
17568 2011-06-22 Lawrence Mitchell <wence@gmx.li>
17570 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
17571 BUFFER in call-process.
17573 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17575 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
17577 (smtpmail-try-auth-methods): Require user name and password from
17580 2011-06-22 Martin Rudalics <rudalics@gmx.at>
17582 * window.el (display-buffer-default-specifiers)
17583 (display-buffer-alist): Remove entries for pop-up-frame-alist.
17584 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
17585 (split-window): Normalize SIDE argument (Bug#8916).
17587 * frame.el (pop-up-frame-alist, pop-up-frame-function)
17588 (special-display-frame-alist, special-display-popup-frame):
17589 Remove duplicate declarations. These are now in window.el.
17591 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17593 * mail/smtpmail.el (smtpmail-via-smtp):
17594 Set :use-starttls-if-possible so that we always use STARTTLS if the
17595 server supports it. SMTP servers that support STARTTLS commonly
17598 * net/network-stream.el (network-stream-open-starttls): Support
17599 upgrading to STARTTLS always, even if we don't have built-in support.
17600 (open-network-stream): Add the :always-query-capabilities keyword.
17602 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
17603 upgrades with `open-network-stream', and rely solely on
17604 auth-source for all credentials. Big changes throughout the file,
17606 (smtpmail-auth-credentials): Remove.
17607 (smtpmail-starttls-credentials): Remove.
17608 (smtpmail-via-smtp): Check for servers saying they want AUTH after
17611 * net/network-stream.el (network-stream-open-starttls):
17612 Provide support for client certificates both for external and built-in
17614 (auth-source): Require.
17615 (open-network-stream): Document the :client-certificate keyword.
17616 (network-stream-certificate): Change cert-cert to cert and
17619 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
17621 * net/tramp-cache.el (top): Don't load the persistency file when
17622 "emacs -Q" has been called.
17624 2011-06-21 Tim Harper <timcharper@gmail.com>
17626 * term/ns-win.el (ns-initialize-window-system):
17627 Set application-specific `ApplePressAndHoldEnabled' system
17628 resource to NO as it is not yet supported by the NS port.
17630 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
17632 * misc.el (list-dynamic-libraries--refresh): Compute header here...
17633 (list-dynamic-libraries): ...not here.
17635 2011-06-21 Leo Liu <sdl.web@gmail.com>
17637 * subr.el (sha1): Implement sha1 using secure-hash.
17639 2011-06-21 Martin Rudalics <rudalics@gmx.at>
17641 * window.el (display-buffer-alist): In default value do not
17642 enforce searching a window on any but the selected frame.
17643 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17644 (display-buffer-select-window): Remove function.
17645 (display-buffer-in-window): When a window on another frame gets
17646 reused, do not select it any more but just raise its frame if
17647 necessary (Bug#8851) and (Bug#8856).
17648 (display-buffer-normalize-options): Handle pop-up-frames related
17649 options more faithfully.
17650 (pop-to-buffer): Don't rely on `display-buffer' selecting the
17651 window if it is on another frame.
17652 (display-buffer-alist, display-buffer-default-specifiers):
17653 Don't make new frame unsplittable by default.
17654 (display-buffer-normalize-argument): Fix doc-string typo and use
17655 'same-frame-other-window instead of 'other-window when associating
17656 with display-buffer-macro-specifiers.
17658 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
17660 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
17662 (5x5-mode-map, 5x5-mode-menu): Bind them.
17663 (5x5-draw-grid): Tweak the solver's rendering.
17665 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17667 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
17668 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
17670 2011-06-21 Drew Adams <drew.adams@oracle.com>
17672 * menu-bar.el: Use function variable instead of switch-to-buffer.
17673 (menu-bar-select-buffer-function): New variable.
17674 (menu-bar-update-buffers): Use it (bug#8876).
17676 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17678 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
17681 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
17683 * x-dnd.el (x-dnd-version-from-flags)
17684 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
17685 and long as number (Bug#8899).
17686 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
17688 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
17690 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
17691 (completion-try-completion, completion-all-completions): Compute the
17692 metadata argument if it's missing; make it optional (bug#8795).
17694 * wid-edit.el: Use lex-bind and move towards completion-at-point.
17695 (widget-complete): Use new :completion-function property.
17696 (widget-completions-at-point): New function.
17697 (default): Use :completion-function instead of :complete.
17698 (widget-default-completions): Rename from widget-default-complete;
17700 (widget-string-complete, widget-file-complete, widget-color-complete):
17702 (file, symbol, function, variable, coding-system, color):
17703 * international/mule-cmds.el (default-input-method, charset)
17704 (language-info-custom-alist):
17705 * cus-edit.el (face): Use new property :completions.
17707 * progmodes/pascal.el (pascal-completions-at-point): New function.
17708 (pascal-mode): Use it.
17709 (pascal-mode-map): Use completion-at-point.
17710 (pascal-toggle-completions): Make obsolete.
17711 (pascal-complete-word, pascal-show-completions):
17712 * progmodes/octave-mod.el (octave-complete-symbol):
17713 Redefine as obsolete alias.
17714 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
17715 Signal absence of completion info for old Octave,
17716 (inferior-octave-complete): Redefine as obsolete alias.
17717 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
17718 (meta-completions-at-point): Rename from meta-complete-symbol and
17719 adapt it for use on completion-at-point-functions.
17720 (meta-common-mode): Use it.
17721 (meta-looking-at-backward, meta-match-buffer): Remove.
17722 (meta-complete-symbol): Redefine as obsolete alias.
17723 (meta-common-mode-map): Use completion-at-point.
17724 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
17725 (makefile-mode-map): Use completion-at-point.
17726 (makefile-completions-at-point): Rename from makefile-complete and
17727 adapt it for use on completion-at-point-functions.
17728 (makefile-mode): Use it.
17729 (makefile-complete): Redefine as obsolete alias.
17731 2011-06-20 Deniz Dogan <deniz@dogan.se>
17733 * net/rcirc.el: Delete trailing whitespaces once and for all.
17735 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
17737 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
17739 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
17741 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
17743 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
17745 2011-06-19 Martin Rudalics <rudalics@gmx.at>
17747 * window.el (display-buffer-other-window-means-other-frame):
17748 Call display-buffer-normalize-alist.
17749 (display-buffer-normalize-specifiers-1): Rename to
17750 display-buffer-normalize-argument. New argument other-frame.
17752 (display-buffer-normalize-specifiers-2): Rename to
17753 display-buffer-normalize-options.
17754 (display-buffer-normalize-alist-1): New function.
17755 (display-buffer-normalize-specifiers-3): Rename to
17756 display-buffer-normalize-alist.
17757 Call display-buffer-normalize-alist-1.
17758 (display-buffer-normalize-options-inhibit): New variable.
17759 (display-buffer-normalize-specifiers): Rewrite calling
17760 display-buffer-normalize-alist,
17761 display-buffer-normalize-argument, and
17762 display-buffer-normalize-options. Don't call the latter if
17763 display-buffer-normalize-options-inhibit is non-nil.
17764 (frame-auto-delete): New option.
17765 (window-deletable-p): Use frame-auto-delete.
17766 (window-list-no-nils, window-state-ignored-parameters)
17767 (window-state-get-1, window-state-get, window-state-put-list)
17768 (window-state-put-1, window-state-put-2, window-state-put):
17770 (display-buffer-normalize-options): Move special-display-p group
17771 after pop-up-frame group (Bug#8851) and (Bug#8856).
17773 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
17775 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
17777 (rx-submatch-n): New function.
17780 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
17783 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
17785 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
17787 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
17788 anytime existing face settings are present (Bug#8889).
17790 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
17791 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
17792 Remove unused argument.
17794 2011-06-18 Martin Rudalics <rudalics@gmx.at>
17796 * window.el (display-buffer-default-specifiers):
17797 Remove pop-up-frame. Add pop-up-window-min-height,
17798 pop-up-window-min-width, and another reuse-window specifier
17799 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
17800 (display-buffer-normalize-specifiers-2):
17801 Handle split-height-threshold and split-width-threshold also when
17802 pop-up-windows is unset. Add a reuse-window specifier for the
17803 case popping up a new window fails.
17804 (special-display-popup-frame): Remove double quoting.
17805 (display-buffer-normalize-specifiers-1): Fix thinko.
17807 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
17809 * shell.el (shell-completion-vars): Set pcomplete-termination-string
17810 according to comint-completion-addsuffix.
17812 * pcomplete.el: Convert to lexical binding and fix bug#8819.
17813 (pcomplete-suffix-list): Mark as obsolete.
17814 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
17815 pcomplete-seen in the closure.
17816 (pcomplete-comint-setup): Setup completion-at-point as well.
17817 (pcomplete--entries): New function.
17818 (pcomplete--env-regexp): New var.
17819 (pcomplete-entries): Rewrite to work with partial-completion and
17820 without relying on pcomplete-suffix-list.
17821 (pcomplete-pare-list): Remove, unused.
17823 2011-06-17 Martin Rudalics <rudalics@gmx.at>
17825 * window.el (display-buffer-alist): Set pop-up-window-min-height
17826 and pop-up-window-min-width in default value. Reported by
17827 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
17828 other-window-means-other-frame.
17829 (display-buffer-macro-specifiers): Comment out entry for
17830 other-window specifier.
17831 (display-buffer-other-window-means-other-frame): New function.
17832 (display-buffer-normalize-specifiers-1): New arguments
17833 buffer-name and label. Treat other-window case specially.
17834 (display-buffer-normalize-specifiers-2): Treat other-window case
17836 (display-buffer-normalize-specifiers-3): New function.
17837 (display-buffer-normalize-specifiers):
17838 Call display-buffer-normalize-specifiers-3.
17840 2011-06-17 Martin Rudalics <rudalics@gmx.at>
17842 * window.el (same-window-p): Fix two typos introduced when
17843 adding with-no-warnings.
17844 (display-buffer-normalize-specifiers-1): Don't check
17845 pop-up-frames for 'unset initialization.
17846 (display-buffer-normalize-specifiers-2): Major rewrite using
17847 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
17848 (pop-up-frames, display-buffer-reuse-frames)
17849 (display-buffer-mark-dedicated): Don't initialize to 'unset.
17850 Suggested by David Engster <deng@randomsample.de>.
17851 (even-window-heights): Initialize to 'unset.
17852 (display-buffer-alist-set): Handle new 'unset initializations.
17853 (display-buffer-macro-specifiers): Don't pop up a new frame in the
17856 2011-06-16 Martin Rudalics <rudalics@gmx.at>
17858 * window.el (display-buffer-normalize-specifiers-1):
17859 Respect current value of pop-up-frames for most reasonable values of
17860 second argument of display-buffer (Bug#8865).
17861 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
17862 (switch-to-buffer-other-window-same-frame)
17863 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
17865 (display-buffer): Don't check noninteractive when calling
17866 display-buffer-pop-up-frame.
17867 (display-buffer-pop-up-frame): Never pop up a frame in
17868 noninteractive mode (Bug#8857).
17869 (enlarge-window, shrink-window): Don't report an error when the
17870 window can't be resized as requested (Bug#8862).
17872 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17874 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
17876 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
17878 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
17880 2011-06-15 Alan Mackenzie <acm@muc.de>
17882 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
17883 for declarators, disable knr checking to speed up for normal files.
17884 2: Refactor, replacing a sequence of nested if forms by a cond form.
17886 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17888 * net/network-stream.el (open-network-stream): Add the keyword
17889 :always-query-capabilities for the case where you want to force a
17890 `plain' network connection, but the protocol still requires the
17891 capabilitiy command (i.e., SMTP and EHLO).
17893 * subr.el (process-live-p): Rename from `process-alive-p' for
17894 consistency with other `-live-p' functions.
17896 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17898 * window.el (same-window-buffer-names, same-window-regexps)
17899 (special-display-frame-alist, special-display-popup-frame)
17900 (special-display-function, special-display-buffer-names)
17901 (special-display-regexps, pop-up-frame-alist)
17902 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
17903 (pop-up-windows, split-window-preferred-function)
17904 (split-height-threshold, split-width-threshold, even-window-heights)
17905 (display-buffer-mark-dedicated): Don't encourage the use of
17906 display-buffer-alist from Elisp code.
17908 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
17910 * progmodes/python.el (python-mode): Derive from prog-mode.
17911 * progmodes/ps-mode.el (ps-mode):
17912 * progmodes/mixal-mode.el (mixal-mode):
17913 * progmodes/cfengine.el (cfengine-mode):
17914 * progmodes/ld-script.el (ld-script-mode): Likewise.
17916 2011-06-15 Martin Rudalics <rudalics@gmx.at>
17918 * window.el (display-buffer-alist): Trim default value to avoid
17919 popping up a new frame (Bug#8857) or reusing an arbitrary window
17921 (display-buffer): Do not fall back on popping up a new frame in
17922 batch mode (Bug#8857).
17924 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
17926 * cus-theme.el (describe-theme-1): Use custom-theme-p.
17927 (custom-theme-summary): New function.
17928 (customize-themes): Use it.
17930 2011-06-13 Glenn Morris <rgm@gnu.org>
17932 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
17934 2011-06-13 Martin Rudalics <rudalics@gmx.at>
17936 * help.el (help-window): Remove variable.
17937 (help-window-point-marker, temp-buffer-max-height)
17938 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
17939 (help-print-return-message): Don't set help-window.
17940 (resize-temp-buffer-window): Rewrite cod eand doc-string.
17941 (help-window-setup-finish): Remove.
17942 (help-window-display-message, help-window-setup)
17943 (with-help-window): Major rewrite based on new
17944 display-buffer-window variable.
17946 * help-mode.el (help-mode-finish): Remove help-window related
17949 * view.el (view-exits-all-viewing-windows): Remove reference to
17950 view-return-to-alist in doc-string.
17951 (view-return-to-alist): Make obsolete.
17952 (view-buffer): Call pop-to-buffer-same-window and remove
17954 (view-buffer-other-window): Call pop-to-buffer-other-window and
17955 simplify code. Ignore second argument.
17956 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
17957 simplify code. Ignore second argument.
17958 (view-return-to-alist-update): Make obsolete.
17959 (view-mode-enter): Rename second argument to QUIT-RESTORE.
17960 Rewrite using quit-restore window parameters.
17961 (view-mode-exit): Rename second argument to EXIT-ONLY.
17962 Rewrite using quit-restore-window.
17963 (View-exit, View-exit-and-edit, View-leave, View-quit)
17964 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
17965 appropriate arguments.
17966 (view-end-message): Use quit-restore window parameter.
17968 * window.el (display-buffer-function): Rewrite doc-string.
17969 (display-buffer-window, display-buffer-alist): New variables.
17970 (display-buffer-split-specifiers)
17971 (display-buffer-side-specifiers)
17972 (display-buffer-macro-specifiers): New constants.
17973 (display-buffer-even-window-sizes, display-buffer-set-height)
17974 (display-buffer-set-width, display-buffer-select-window)
17975 (display-buffer-in-window, display-buffer-reuse-window)
17976 (display-buffer-split-window-1, display-buffer-split-window)
17977 (display-buffer-split-atom-window, display-buffer-pop-up-window)
17978 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
17979 (display-buffer-in-side-window, normalize-buffer-to-display)
17980 (display-buffer-normalize-specifiers-1)
17981 (display-buffer-normalize-specifiers-2)
17982 (display-buffer-normalize-specifiers, display-buffer-frame):
17984 (display-buffer): Major rewrite.
17985 (display-buffer-other-window, display-buffer-other-frame)
17986 (pop-to-buffer, switch-to-buffer-other-window)
17987 (switch-to-buffer-other-frame): Rewrite.
17988 (display-buffer-same-window, display-buffer-same-frame)
17989 (display-buffer-same-frame-other-window)
17990 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
17991 (pop-to-buffer-other-window)
17992 (pop-to-buffer-same-frame-other-window)
17993 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
17994 (switch-to-buffer-other-window-same-frame): New functions.
17995 (same-window-p, special-display-p): Rewrite disabling warnings.
17997 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17998 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
18000 (same-window-buffer-names, same-window-regexps)
18001 (special-display-frame-alist, special-display-popup-frame)
18002 (special-display-function, special-display-buffer-names)
18003 (special-display-regexps, pop-up-frame-alist)
18004 (pop-up-frame-function, split-window-preferred-function)
18005 (split-height-threshold, split-width-threshold)
18006 (even-window-heights): Make obsolete.
18008 2011-06-12 Glenn Morris <rgm@gnu.org>
18010 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
18011 Misc simplifications.
18013 2011-06-12 Martin Rudalics <rudalics@gmx.at>
18015 * window.el (window-safely-shrinkable-p): Restore function which
18016 was inadvertently removed in change from 2011-06-11. Declare as
18019 * calendar/calendar.el (calendar-generate-window):
18020 Use window-iso-combined-p instead of combination of one-window-p and
18021 window-safely-shrinkable-p.
18023 2011-06-12 Glenn Morris <rgm@gnu.org>
18025 * progmodes/fortran.el (fortran-mode-syntax-table):
18026 * progmodes/f90.el (f90-mode-syntax-table):
18027 Set % to punctuation. (Bug#8820)
18028 (f90-find-tag-default): Remove, no longer needed.
18030 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
18032 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
18034 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
18036 * image.el (image-animated-p): Return animation delay in seconds.
18037 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
18038 (image-animate-timeout): Remove DELAY argument. Don't assume
18039 every subimage has the same delay; get it from image-animated-p.
18040 (image-animate): Caller changed.
18042 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
18044 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
18045 to ignored backtrace functions.
18047 2011-06-11 Glenn Morris <rgm@gnu.org>
18049 * calendar/appt.el (appt-disp-window-function): Doc fix.
18050 (appt-check): Handle overlapping appointments. (Bug#8337)
18052 2011-06-11 Martin Rudalics <rudalics@gmx.at>
18054 * window.el (window-tree-1, window-tree): New functions, moving
18055 the latter to window.el.
18056 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
18057 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
18058 (bw-refresh-edges): Remove.
18059 (balance-windows-1, balance-windows-2): New functions.
18060 (balance-windows): Rewrite in terms of window tree functions,
18061 balance-windows-1 and balance-windows-2.
18062 (bw-adjust-window): Remove.
18063 (balance-windows-area-adjust): New function with functionality of
18064 bw-adjust-window but using resize-window.
18065 (set-window-text-height): Rewrite doc-string.
18066 Use normalize-live-window and resize-window.
18067 (enlarge-window-horizontally, shrink-window-horizontally):
18068 Rename argument to DELTA.
18069 (window-buffer-height): New function.
18070 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
18071 Rewrite using new window resize routines.
18072 (kill-buffer-and-window, mouse-autoselect-window-select):
18073 Use ignore-errors instead of condition-case.
18074 (quit-window): Call delete-frame instead of delete-windows-on
18075 for the only buffer on frame.
18077 2011-06-10 Martin Rudalics <rudalics@gmx.at>
18079 * loadup.el (top-level): Load window before files for the sake
18080 of replace-buffer-in-windows.
18082 * files.el (read-buffer-to-switch)
18083 (switch-to-buffer-other-window)
18084 (switch-to-buffer-other-frame, display-buffer-other-frame):
18087 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
18088 (previous-buffer): Move to window.el.
18090 * bindings.el (unbury-buffer): Move to window.el.
18092 * window.el (delete-other-windows-vertically): Move after
18093 definition of delete-other-windows.
18094 (other-window, delete-windows-on, replace-buffer-in-windows):
18095 Move here from window.c.
18096 (record-window-buffer, unrecord-window-buffer)
18097 (set-window-buffer-start-and-point, switch-to-prev-buffer)
18098 (switch-to-next-buffer): New functions.
18099 (get-next-valid-buffer, last-buffer, next-buffer): Move here
18100 from simple.el. Call switch-to-next-buffer.
18101 (previous-buffer): Move here from simple.el.
18102 Call switch-to-prev-buffer.
18103 (bury-buffer): Move here from buffer.c. Switch to previous
18104 buffer when window cannot be deleted.
18105 (unbury-buffer): Move here from bindings.el.
18106 (ctl-x-map): Move binding for other-window from window.c to
18108 (read-buffer-to-switch, switch-to-buffer-other-window)
18109 (switch-to-buffer-other-frame): Move here from files.el.
18110 (normalize-buffer-to-switch-to): New functions.
18111 (switch-to-buffer): Move here from buffer.c.
18112 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
18114 2011-06-10 Martin Rudalics <rudalics@gmx.at>
18116 * window.el (window-min-height, window-min-width): Move here
18117 from window.c. Add defcustoms and rewrite doc-strings.
18118 (resize-mini-window, resize-window): New functions.
18119 (adjust-window-trailing-edge, enlarge-window, shrink-window):
18120 Move here from window.c.
18121 (maximize-window, minimize-window): New functions.
18122 (delete-window, delete-other-windows, split-window): Move here
18124 (window-split-min-size): New function.
18125 (split-window-keep-point): Mention split-window-above-each-other
18126 instead of split-window-vertically.
18127 (split-window-above-each-other, split-window-vertically):
18128 Rename split-window-vertically to split-window-above-each-other
18129 and provide defalias for old definition.
18130 (split-window-side-by-side, split-window-horizontally):
18131 Rename split-window-horizontally to split-window-side-by-side
18132 and provide defalias for the old definition.
18133 (ctl-x-map): Move bindings for delete-window,
18134 delete-other-windows and enlarge-window here from window.c.
18135 Replace bindings for split-window-vertically and
18136 split-window-horizontally by bindings for
18137 split-window-above-each-other and split-window-side-by-side.
18139 * cus-start.el (all): Remove entries for window-min-height and
18140 window-min-width. Add entries for window-splits and
18143 2011-06-09 Glenn Morris <rgm@gnu.org>
18145 * calendar/appt.el (appt-mode-line): New function.
18146 (appt-check, appt-disp-window): Use it.
18148 * files.el (hack-one-local-variable-eval-safep):
18149 Allow minor-modes with explicit +/-1 arguments.
18151 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
18153 * term/xterm.el (xterm): Add defgroup.
18154 (xterm-extra-capabilities): Add defcustom to supply known xterm
18155 capabilities, skip querying them, or query them (default).
18156 (terminal-init-xterm): Use it.
18157 (terminal-init-xterm-modify-other-keys): New function to set up
18158 modifyOtherKeys support to simplify `terminal-init-xterm'.
18160 2011-06-09 Martin Rudalics <rudalics@gmx.at>
18162 * window.el (resize-window-reset, resize-window-reset-1)
18163 (resize-subwindows-skip-p, resize-subwindows-normal)
18164 (resize-subwindows, resize-other-windows, resize-this-window)
18165 (resize-root-window, resize-root-window-vertically)
18166 (window-deletable-p, window-or-subwindow-p)
18167 (frame-root-window-p): New functions.
18169 2011-06-09 Glenn Morris <rgm@gnu.org>
18171 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
18172 (ange-ftp-get-files): Use it.
18174 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18176 * mail/sendmail.el (mail-recover-1, mail-recover):
18177 * files.el (recover-file, recover-session):
18178 Handle dired-listing-switches not being just a single short option.
18180 2011-06-09 Glenn Morris <rgm@gnu.org>
18182 * calendar/appt.el (appt-display-message, appt-disp-window):
18183 Handle lists of appointments.
18185 2011-06-08 Martin Rudalics <rudalics@gmx.at>
18187 * window.el (one-window-p): Move down in code.
18188 Rewrite doc-string.
18189 (window-current-scroll-bars): Rewrite doc-string.
18190 Normalize live window argument.
18191 (walk-windows, get-window-with-predicate, count-windows):
18192 Rewrite doc-string. Use window-list-1.
18193 (window-in-direction-2, window-in-direction, get-mru-window):
18196 2011-06-08 Reuben Thomas <rrt@sc3d.org>
18198 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
18199 Doc fix (Bug#8713).
18201 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
18203 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
18205 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
18207 * loadhist.el (unload-feature-special-hooks):
18208 Add `comint-output-filter-functions'.
18210 2011-06-08 Ivan Kanis <gnu@kanis.fr>
18212 * calendar/appt.el (appt-check): Move some initializations into the let.
18214 2011-06-08 Martin Rudalics <rudalics@gmx.at>
18216 * window.el (window-height): Defalias to window-total-height.
18217 (window-width): Defalias to window-body-width.
18219 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
18221 * image-mode.el (image-toggle-animation): New command.
18222 (image-mode-map): Bind it to RET.
18223 (image-mode): Update message.
18224 (image-toggle-display-image): Avoid a spurious cache flush.
18225 (image-transform-rotation): Doc fix.
18226 (image-transform-properties): Return quickly in the normal case.
18227 (image-animate-loop): Rename from image-animate-max-time.
18229 * image.el (image-animate-max-time): Move to image-mode.el.
18230 (create-animated-image): Remove unnecessary function.
18231 (image-animate): Rename from image-animate-start. New arg.
18232 (image-animate-stop): Remove; just use image-animate-timer.
18233 (image-animate-timer): Use car-safe.
18234 (image-animate-timeout): Rename argument.
18236 2011-06-07 Martin Rudalics <rudalics@gmx.at>
18238 * window.el (get-lru-window, get-largest-window): Move here from
18239 window.c. Rename first argument to ALL-FRAMES.
18240 Rephrase doc-strings.
18241 (get-buffer-window-list): Rewrite using window-list-1.
18242 Rephrase doc-string.
18243 (window-safe-min-height, window-safe-min-width): New constants.
18244 (window-size-ignore, window-min-size, window-min-size-1)
18245 (window-sizable, window-sizable-p, window-size-fixed-1)
18246 (window-size-fixed-p, window-min-delta-1, window-min-delta)
18247 (window-max-delta-1, window-max-delta, window-resizable)
18248 (window-resizable-p, window-total-height, window-total-width)
18249 (window-body-width): New functions.
18250 (window-full-height-p, window-full-width-p): Rewrite using
18252 (window-body-height): Rewrite using window-body-size.
18254 2011-06-06 Martin Rudalics <rudalics@gmx.at>
18256 * window.el (window-right, window-left, window-child)
18257 (window-child-count, window-last-child, window-any-p)
18258 (normalize-live-buffer, normalize-live-frame)
18259 (normalize-any-window, normalize-live-window)
18260 (window-iso-combination-p, window-iso-combined-p)
18261 (window-iso-combinations)
18262 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
18263 (windows-with-parameter, window-with-parameter)
18264 (window-atom-root, make-window-atom, window-atom-check-1)
18265 (window-atom-check, window-side-check, window-check):
18267 (ignore-window-parameters, window-sides, window-sides-vertical)
18268 (window-sides-slots): New variables.
18269 (window-size-fixed): Move down in code. Minor doc-string fix.
18271 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
18273 * comint.el (comint-dynamic-complete-as-filename)
18274 (comint-dynamic-complete-filename): Correctly call
18275 completion-in-region.
18277 2011-06-05 Deniz Dogan <deniz@dogan.se>
18279 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
18282 2011-06-05 Deniz Dogan <deniz@dogan.se>
18284 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
18285 (rcirc): Use it to prompt for encryption.
18287 2011-06-05 Roland Winkler <winkler@gnu.org>
18289 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
18290 (bibtex-search-entries): New command bound to C-c C-a.
18291 (bibtex-display-entries): New function.
18293 2011-06-05 Roland Winkler <winkler@gnu.org>
18295 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
18296 (bibtex-insert-kill): After yanking insert newline if necessary.
18297 (bibtex-initialize): Call bibtex-string-files-init only once.
18298 (bibtex-mode): Do not call easy-menu-add.
18299 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
18300 (bibtex-yank): Set arg properly if nil.
18302 2011-06-05 Roland Winkler <winkler@gnu.org>
18304 * textmodes/bibtex.el (bibtex-search-entry-globally):
18306 (bibtex-search-entry): Use it.
18308 2011-06-05 Roland Winkler <winkler@gnu.org>
18310 * textmodes/bibtex.el (bibtex-entry-format): New option
18312 (bibtex-format-entry, bibtex-reformat): Honor this option.
18313 (bibtex-parse-entry): Return fields in proper order.
18315 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
18317 * doc-view.el (doc-view-remove-if): Move computation of result out
18318 of `dolist' to silence misleading lexical-binding warning.
18320 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
18322 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
18323 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
18325 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
18327 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
18330 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
18332 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
18333 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
18334 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
18335 (tramp-parse-putty):
18336 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
18337 (tramp-completion-function-alist-ssh)
18338 (tramp-completion-function-alist-telnet)
18339 (tramp-completion-function-alist-su)
18340 (tramp-completion-function-alist-putty): Set `tramp-autoload'
18343 * net/tramp-ftp.el:
18345 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
18346 load "tramp.el" `tramp-set-completion-function'.
18348 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
18350 * shell.el: Require and use pcomplete.
18351 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
18352 (shell-completion-vars): Set pcomplete-default-completion-function.
18354 2011-06-04 Deniz Dogan <deniz@dogan.se>
18356 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
18359 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
18361 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
18363 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
18365 * bs.el (bs--mark-unmark, bs--nth-wrapper):
18366 * mpc.el (mpc-select-extend, mpc-songpointer-context):
18367 * vc/log-view.el (log-view-beginning-of-defun):
18368 * vc/smerge-mode.el (smerge-apply-resolution-patch)
18369 (smerge-refine-forward, smerge-refine-chopup-region):
18370 Silence warning for unused `dotimes' counter variables.
18372 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
18374 * net/tramp.el (tramp-with-progress-reporter): Rename from
18375 with-progress-reporter. Use `declare'.
18376 * net/tramp-smb.el:
18378 * net/tramp-gvfs.el: Update all uses.
18380 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
18382 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
18383 buffer isn't killed before making it current.
18385 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18387 Silence various byte-compiler warnings.
18388 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
18389 `access-type' and new obsolescence format.
18390 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
18392 (byte-compile-check-variable): New `access-type' argument.
18393 Only warn if the access-type is obsolete.
18394 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
18395 (byte-compile-variable-set): Adjust callers.
18396 * help-fns.el (describe-variable): Adjust to new obsolescence format.
18397 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
18398 setting it as obsolete.
18399 * simple.el (minibuffer-completing-symbol):
18400 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
18401 access as obsolete.
18402 * minibuffer.el (minibuffer-completing-file-name): Don't make it
18404 * international/quail.el (quail-mouse-choose-completion): Remove unused
18405 code referring to obsolete var.
18406 (quail-choose-completion-string): Remove.
18407 * server.el (server-clients-with, server-kill-buffer-query-function)
18408 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
18409 * proced.el (proced-send-signal):
18410 * emacs-lisp/lisp.el (lisp-complete-symbol):
18411 Replace completion-annotate-function with completion-extra-properties.
18413 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18415 * simple.el (goto-line): Use read-number.
18416 (overriding-map-is-bound): Remove.
18417 (saved-overriding-map): Change default.
18418 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
18419 Take the map as argument.
18420 (universal-argument, negative-argument, digit-argument): Use it.
18421 (restore-overriding-map): Adjust.
18422 (do-auto-fill): Use fill-forward-paragraph.
18423 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
18425 * minibuffer.el (minibuffer-inactive-mode-map): New var.
18426 (minibuffer-inactive-mode): New major mode.
18427 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
18428 the *Messages* buffer" hack.
18429 (mouse-popup-menubar): Don't burp if the event is a normal key.
18431 Miscellaneous tweaks.
18432 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
18433 lexical scoping as in subr.el's dolist and dotimes.
18434 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
18435 Silence compiler warning.
18436 * thingatpt.el (forward-whitespace): Trivial coding style fix.
18437 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
18438 * international/ccl.el (ccl-compile): Trivial simplification.
18439 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
18440 * emacs-lisp/testcover.el (testcover-end): Remove spurious
18441 `printflag' argument.
18442 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
18443 Purecopy the whole obsolescence data.
18445 2011-06-01 Leo Liu <sdl.web@gmail.com>
18447 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
18448 improve doc-string as suggested by Marco Pessotto
18449 <melmothx@gmail.com>.
18450 (rcirc-print): Fix last change.
18452 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18454 * minibuffer.el (complete-with-action): Return nil for the metadata and
18455 boundaries of non-functional tables.
18456 (completion-table-dynamic): Return nil for the metadata.
18457 (completion-table-with-terminator): Add default case, using
18458 complete-with-action.
18459 (completion--metadata): New function.
18460 (completion-all-sorted-completions, minibuffer-completion-help): Use it
18461 to try and avoid pathological performance problems.
18462 (completion--embedded-envvar-table): Return `category' metadata.
18464 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
18466 * subr.el (process-alive-p): New tiny convenience function.
18468 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18470 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
18471 content but also its previous major mode.
18473 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
18475 * emacs-lisp/debug.el (debug): Restore the previous content of the
18476 *Backtrace* buffer when we exit with C-M-c.
18478 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18480 * minibuffer.el: Add metadata method to completion tables.
18481 (completion-category-overrides): New defcustom.
18482 (completion-metadata, completion--field-metadata)
18483 (completion-metadata-get, completion--styles)
18484 (completion--cycle-threshold): New functions.
18485 (completion-try-completion, completion-all-completions):
18486 Add `metadata' argument to choose completion-styles.
18487 (completion--do-completion): Use metadata to choose cycling.
18488 (completion-all-sorted-completions): Use metadata for sorting.
18489 Remove :completion-cycle-penalty which is not needed any more.
18490 (completion--try-word-completion): Add `metadata' argument.
18491 (minibuffer-completion-help): Check metadata for annotation function
18493 (completion-file-name-table): Return `category' metadata.
18494 (minibuffer-completing-file-name): Make obsolete.
18495 * simple.el (minibuffer-completing-symbol): Make obsolete.
18496 * icomplete.el (icomplete-completions): Pass new `metadata' param to
18497 completion-try-completion.
18499 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18501 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
18503 2011-05-30 Leo Liu <sdl.web@gmail.com>
18505 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
18506 (rcirc-print): Decode all incoming messages (bug#8744).
18507 (rcirc-decode-coding-system): Allow value nil for automatic coding
18510 2011-06-01 Glenn Morris <rgm@gnu.org>
18512 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
18514 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18516 * image.el (image-animate-max-time): Allow nil and t values.
18518 (create-animated-image): Doc fix.
18519 (image-animate-start): Remove second arg; just use
18520 image-animate-max-time.
18521 (image-animate-timeout): Doc fix. Args changed.
18523 * image-mode.el (image-toggle-display-image): Ensure that the
18524 image spec passed to the animate timer is the same object as in
18525 the buffer's display property (Bug#6981).
18526 (image-transform-properties): Doc fix.
18528 * image.el (image-animate-max-time): Default to nil.
18530 2011-05-29 Martin Rudalics <rudalics@gmx.at>
18532 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
18533 entire buffer list (Bug#8184).
18535 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18537 * image.el (imagemagick-types-inhibit)
18538 (imagemagick-register-types): Doc fix.
18540 2011-05-29 Deniz Dogan <deniz@dogan.se>
18542 * net/rcirc.el (rcirc): Use the user's stored encryption method by
18545 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18547 * select.el: Don't perform clipboard-manager saving in hooks;
18548 leave the hooks empty.
18550 2011-05-28 Leo Liu <sdl.web@gmail.com>
18552 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
18553 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
18554 (occur-edit-mode): New major mode (Bug#8463).
18555 (occur-after-change-function): New function.
18556 (occur-engine): Give Occur tags a read-only property.
18558 2011-05-28 Kevin Ryde <user42@zip.com.au>
18560 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
18562 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18564 * bindings.el (help-echo): Make the initial non-indicator dash
18565 empty on graphical terminals (Bug#7295).
18567 * files.el (auto-mode-alist): Move config rule after the
18568 in-stripping one (Bug#8547).
18570 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
18572 * startup.el (normal-splash-screen): Remove gratuitous mode-line
18573 setting (Bug#8740).
18575 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
18577 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
18578 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
18581 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18583 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
18585 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
18587 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
18588 (hs-hide-block-at-point, hs-find-block-beginning)
18589 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
18592 2011-05-28 Glenn Morris <rgm@gnu.org>
18594 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
18596 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18598 * help-fns.el (describe-function-1): If the function is a derived
18599 major mode, print the parent mode.
18601 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
18602 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
18604 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
18606 * minibuffer.el (completion--capf-wrapper): Check applicability before
18607 returning non-nil for non-exclusive completion data.
18608 * progmodes/etags.el (tags-completion-at-point-function):
18609 * info-look.el (info-lookup-completions-at-point): Mark as
18611 (info-complete): Adjust accordingly.
18613 * info-look.el: Convert to lexical-binding and completion-at-point.
18614 (info-lookup-completions-at-point): New function.
18615 (info-complete): Use it and completion-in-region.
18617 2011-05-28 Drew Adams <drew.adams@oracle.com>
18619 * isearch.el: Let M-e start with point at the first mismatched char.
18620 (isearch-fail-pos): New function.
18621 (isearch-edit-string): Use it.
18623 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
18625 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18627 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
18629 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
18630 traversal functions for avl-trees.
18631 (avl-tree--stack): New struct.
18632 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
18633 (avl-tree-enter): Add optional `updatefun' arg.
18634 (avl-tree--do-enter): Add optional `updatefun' arg.
18635 Change return value.
18636 (avl-tree-delete): Add optional `test' and `nilflag' args.
18637 (avl-tree--do-delete): Add `test' and `nilflag' args.
18638 Change return value.
18639 (avl-tree-member): Add optional `nilflag'
18640 (avl-tree-member-p): New function.
18641 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
18642 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
18643 (avl-tree-stack-empty-p): New functions.
18645 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
18646 avl-tree--del-balance1 and make it work both ways.
18647 (avl-tree--del-balance2): Remove.
18648 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
18649 make it work both ways.
18650 (avl-tree--enter-balance2): Remove.
18651 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
18653 (avl-tree--mapc, avl-tree-map): Add direction argument.
18655 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
18657 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
18659 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
18661 * select.el: Support clipboard managers with built-in function
18662 x-clipboard-manager-save, via delete-frame-functions and
18664 (xselect-convert-to-targets): Add MULTIPLE target to list.
18665 (xselect-convert-to-save-targets): New function.
18667 2011-05-27 Kenichi Handa <handa@m17n.org>
18669 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
18670 let-binding rfc2047-encode-encoded-words to nil.
18672 2011-05-27 Glenn Morris <rgm@gnu.org>
18674 * mail/emacsbug.el: Don't require url-util.
18676 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
18678 * files.el (set-auto-mode):
18679 Also respect mode: entries at the end of the file. (Bug#8586)
18681 2011-05-26 Glenn Morris <rgm@gnu.org>
18683 * files.el (hack-local-variables-prop-line, hack-local-variables):
18684 Downcase mode names, as seems to be traditional.
18685 (hack-local-variables, hack-local-variables-apply): Doc fixes.
18687 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
18688 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
18690 2011-05-25 Julien Danjou <julien@danjou.info>
18692 * textmodes/rst.el (rst-define-level-faces): Do not define face
18693 symbol if it is already defined.
18695 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
18697 * play/5x5.el (5x5-new-game, 5x5-randomize):
18698 Reset 5x5-solver-output to nil when a new grid is cast.
18699 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
18700 these debugging traces, as defmacro breaks the compiled code.
18702 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
18704 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18706 2011-05-24 Leo Liu <sdl.web@gmail.com>
18708 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
18709 (vc-bzr-sha1): Adapt.
18711 * sha1.el: Remove. Function `sha1' is now builtin.
18713 * bindings.el: Provide sha1 feature.
18715 2011-05-24 Kenichi Handa <handa@m17n.org>
18717 * mail/sendmail.el: Require `rfc2047'.
18718 (mail-insert-from-field): Do not perform RFC2047 encoding.
18719 (mail-encode-header): New function.
18720 (sendmail-send-it): Set buffer-file-coding-system of the work
18721 buffer to the return value of select-message-coding-system.
18722 Call mail-encode-header.
18724 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
18726 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
18728 * mail/supercite.el (sc-default-cite-frame):
18729 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
18731 2011-05-24 Glenn Morris <rgm@gnu.org>
18733 * progmodes/python.el (brm-menu): Declare.
18735 * emulation/viper.el (viper-set-hooks): Declare.
18737 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
18738 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
18739 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
18740 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
18741 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
18742 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
18744 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
18746 Add an :exit-function for completion-at-point.
18748 * minibuffer.el (completion--done): New fun.
18749 (completion--do-completion): Use it. New arg `expect-exact'.
18750 (minibuffer-complete, minibuffer-complete-word): Don't output message,
18751 since completion--do-completion does it for us now.
18752 (minibuffer-force-complete): Use completion--done and
18753 completion--replace. Handle sole-completion case with more care.
18754 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
18755 (completion-extra-properties): New var.
18756 (completion-annotate-function): Make obsolete.
18757 (minibuffer-completion-help): Adjust accordingly.
18758 Use completion-list-insert-choice-function.
18759 (completion-at-point, completion-help-at-point):
18760 Bind completion-extra-properties.
18761 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
18762 * simple.el (completion-list-insert-choice-function): New var.
18763 (completion-setup-function): Preserve it.
18764 (choose-completion): Pay attention to it, shuffle the code a bit.
18765 (choose-completion-string): New arg `insert-function'.
18767 * textmodes/bibtex.el: Convert to lexical binding.
18768 (bibtex-mode-map): Use completion-at-point.
18769 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
18770 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
18771 (bibtex-complete): Define as obsolete alias.
18772 (bibtex-complete-internal): Remove.
18773 (bibtex-format-entry): Remove unused sub-group in regexp.
18774 * shell.el (shell--command-completion-data)
18775 (shell-environment-variable-completion):
18776 * pcomplete.el (pcomplete-completions-at-point):
18777 * comint.el (comint--complete-file-name-data): Use :exit-function
18778 instead of completion-table-with-terminator so it also works for
18781 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18783 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
18785 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
18788 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
18790 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
18792 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
18793 customization variable and implement: If non-nil, auto-fill will
18794 be inhibited while on topic's header line.
18796 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
18798 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
18799 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
18800 always have a solution in grid size = 5 cases.
18801 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
18802 (5x5-solver-output, 5x5-log-buffer): New vars.
18803 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
18804 Make these variables buffer local to achieve 5x5 multi-session-ness.
18805 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
18806 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
18807 (5x5-solve-suggest): New funs.
18808 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
18809 randomize a grid so that we ensure that there is always a solution.
18810 (5x5-make-random-grid): Allow other movement than flipping.
18812 2011-05-23 Kevin Ryde <user42@zip.com.au>
18814 * emacs-lisp/advice.el (ad-read-advised-function):
18815 Use `function-called-at-point' as the default, if it has
18816 advice and passes PREDICATE.
18818 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18820 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
18821 byte-compile-lambda if it's actually a lambda.
18823 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
18824 Fix function quoting. Use backquote better.
18826 2011-05-22 Yuanle Song <sylecn@gmail.com>
18828 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
18829 matching (Bug#8516).
18831 2011-01-22 Jari Aalto <jari.aalto@cante.net>
18833 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
18834 different face (Bug#8178).
18836 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
18838 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
18839 defface (Bug#8144).
18841 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
18843 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
18844 funcall as well (bug#8712). Warn when performing those conversions.
18845 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
18847 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
18849 2011-05-22 Glenn Morris <rgm@gnu.org>
18851 * files.el (hack-local-variables-prop-line): Small simplifications.
18852 (hack-local-variables, hack-local-variables-prop-line):
18853 If MODE-ONLY, return the mode, rather than just `t'.
18855 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
18857 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
18859 2011-05-21 Glenn Morris <rgm@gnu.org>
18861 * files.el (hack-local-variables-prop-line, hack-local-variables):
18862 If only interested in the mode, don't bother doing the other stuff.
18864 * image-mode.el (image-after-revert-hook):
18865 Redraw all frames on which the image is visible. (Bug#8567)
18867 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
18869 * wid-edit.el (widget-checklist-match-inline):
18870 Fix 2011-04-19 change. (Bug#8649)
18872 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
18874 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
18875 Also allow singlespace after single-letter capitals followed by a dot.
18877 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
18878 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
18880 2011-05-20 Nix <nix@esperi.org.uk>
18882 * files.el (basic-save-buffer-2):
18883 Fix handling of break-hardlink-on-save with non-existent files.
18885 2011-05-19 Deniz Dogan <deniz@dogan.se>
18887 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
18888 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
18890 2011-05-19 Glenn Morris <rgm@gnu.org>
18892 * progmodes/f90.el (f90-type-def-re):
18893 Handle "type, bind(c)". (Bug#8691)
18895 * emacs-lisp/autoload.el (batch-update-autoloads):
18896 Set autoload-excludes by parsing loadup.el rather than Makefiles.
18898 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
18900 * net/tramp.el (tramp-process-actions): Set "first-password-request"
18901 property for the correct connection in case of multihops.
18903 2011-05-18 Glenn Morris <rgm@gnu.org>
18905 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
18906 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
18908 Rationalize calendar handling of day and month abbrev-arrays.
18909 * calendar/calendar.el (calendar-customized-p): New function.
18910 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
18911 (calendar-day-name-array, calendar-month-name-array): Doc fix.
18913 (calendar-abbrev-length, calendar-day-abbrev-array)
18914 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
18915 (calendar-day-abbrev-array, calendar-month-abbrev-array):
18916 Elements may no longer be nil.
18917 (calendar-day-name, calendar-month-name):
18918 Update for changed nature of abbrev arrays.
18919 * calendar/diary-lib.el (diary-name-pattern):
18920 Update for changed nature of abbrev arrays.
18921 (diary-mark-entries-1): Update calendar-make-alist calls.
18922 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
18923 * calendar/cal-html.el (cal-html-day-abbrev-array):
18924 Simply inherit from calendar-day-abbrev-array.
18926 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
18928 * progmodes/grep.el (grep-mode): Disable default
18929 compilation-directory-matcher setting (bug#8684).
18931 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
18933 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
18934 instead of "head" and "tail". There were problems with SunOS 5.9,
18935 and it performs better.
18937 2011-05-17 Glenn Morris <rgm@gnu.org>
18939 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
18941 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
18942 Replace obsolete function.
18944 * shell.el (pcomplete-parse-arguments-function): Declare.
18946 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
18947 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
18948 (appt-check): Doc fixes.
18949 (appt-disp-window-function, appt-delete-window-function):
18950 Remove needless special case in custom :type.
18951 (appt-display-count): Default to 0, not nil.
18952 (appt-check): Reset appt-display-count to 0, not nil.
18954 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
18956 * progmodes/python.el (python-font-lock-keywords):
18957 Add the Python 3.X keyword "nonlocal" (bug#8639).
18959 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
18961 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
18963 2011-05-16 Kevin Ryde <user42@zip.com.au>
18965 * info-look.el (makefile-automake-mode): New setups, looking in
18966 automake manual, then makefile-mode.
18967 (makefile-mode): Remove automake manual, have it just in
18968 makefile-automake-mode since there's various things different or
18969 not relevant to plain make.
18970 (makefile-mode): Remove "other-modes" non-existent automake-mode,
18971 believe a hypothetical automake-mode would go to makefile-mode,
18972 not the other way around.
18974 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
18976 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
18977 hunk-end tags (Bug#8672).
18979 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
18980 vc-annotate-show-diff-revision-at-line (Bug#8671).
18982 2011-05-14 Glenn Morris <rgm@gnu.org>
18984 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
18985 in the middle of an existing one with multiple authors. (Bug#8645)
18986 (change-log-font-lock-keywords): Also handle multiple author lines
18987 with leading tabs. (Bug#8644)
18989 * calendar/appt.el (appt-check): Rename some local variables.
18990 Some simplification/reordering.
18992 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
18993 (feedmail-sendmail-f-doesnt-sell-me-out)
18994 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18995 (feedmail-debug-sit-for, feedmail-queue-express-hook)
18996 (feedmail-queue-runner-message-sender): Set :version.
18997 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
18998 (bbdb-dwim-net-address, vm-mail): Declare.
18999 (feedmail-binmail-gnulinuxish-template):
19000 Rename from feedmail-binmail-linuxish-template.
19001 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
19002 Use insert-buffer-substring.
19004 2011-05-14 Bill Carpenter <bill@carpenter.org>
19006 * mail/feedmail.el (feedmail-patch-level): Increase.
19007 (feedmail-debug): New custom group.
19008 (feedmail-confirm-outgoing-timeout)
19009 (feedmail-sendmail-f-doesnt-sell-me-out)
19010 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
19011 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
19012 (feedmail-sender-line, feedmail-from-line)
19013 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
19014 (feedmail-spray-this-address)
19015 (feedmail-spray-address-fiddle-plex-list)
19016 (feedmail-queue-use-send-time-for-date)
19017 (feedmail-queue-use-send-time-for-message-id)
19018 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
19019 (feedmail-buffer-eating-function):
19021 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
19022 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
19023 (feedmail-message-action-scroll-down): New functions.
19024 (feedmail-queue-directory, feedmail-queue-draft-directory):
19025 Use expand-file-name.
19026 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
19027 Remove C-v help entry.
19028 (feedmail-queue-buffer-file-name): New variable.
19029 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
19030 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
19031 (feedmail-message-action-send-strong, feedmail-message-action-edit)
19032 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
19033 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
19034 (feedmail-message-action-toggle-spray)
19035 (feedmail-run-the-queue-no-prompts)
19036 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
19037 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
19038 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
19039 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
19040 (feedmail-envelope-deducer, feedmail-fiddle-from)
19041 (feedmail-fiddle-sender, feedmail-default-date-generator)
19042 (feedmail-fiddle-date, feedmail-fiddle-message-id)
19043 (feedmail-fiddle-spray-address)
19044 (feedmail-fiddle-list-of-spray-fiddle-plexes)
19045 (feedmail-fiddle-list-of-fiddle-plexes)
19046 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
19047 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
19048 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
19049 Change default. Doc fix.
19050 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
19051 (feedmail-binmail-linuxish-template): New constant.
19052 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
19053 Respect feedmail-sendmail-f-doesnt-sell-me-out.
19054 (feedmail-send-it): Add debug call.
19055 Use feedmail-queue-buffer-file-name, and
19056 feedmail-send-it-immediately-wrapper.
19057 (feedmail-message-action-send): Add debug call.
19058 Use feedmail-send-it-immediately-wrapper.
19059 (feedmail-queue-express-to-queue): Add debug call.
19060 Run feedmail-queue-express-hook.
19061 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
19062 (feedmail-message-action-help-blat):
19063 Rename from feedmail-queue-send-edit-prompt-help-first.
19064 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
19065 Check line-endings. Handle errors better.
19066 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
19067 Doc fix. Add debug call.
19068 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
19069 Use feedmail-queue-send-edit-prompt-inner.
19070 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
19071 (feedmail-queue-send-edit-prompt-inner): New function, extracted
19072 from feedmail-queue-send-edit-prompt.
19073 (feedmail-queue-send-edit-prompt-help)
19074 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
19075 (feedmail-tidy-up-slug): Add debug call.
19076 Respect feedmail-queue-slug-suspect-regexp.
19077 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
19078 (feedmail-dump-message-to-queue): Add debug call.
19079 Expand queue-directory.
19080 (feedmail-dump-message-to-queue): Change message slightly.
19081 Use feedmail-say-chatter.
19082 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
19083 (feedmail-send-it-immediately-wrapper): New function.
19084 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
19085 Insert empty string rather than newline. Handle full-frame case.
19086 Use catch/throw. Use feedmail-say-chatter.
19087 (feedmail-fiddle-from): Try mail-host-address.
19088 (feedmail-default-message-id-generator): Doc fix.
19089 Bind system-time-locale. Handle missing end.
19090 (feedmail-fiddle-x-mailer): Add debug call.
19091 Handle feedmail-x-mailer-line being nil.
19092 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
19093 Add debug call. Use buffer-substring-no-properties.
19094 (feedmail-say-debug, feedmail-say-chatter): New functions.
19095 (feedmail-find-eoh): Give an explicit error.
19097 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
19099 * net/newst-treeview.el (newsticker-treeview-face): Change default
19100 family from helvetica to sans.
19101 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
19102 etc/images/newsticker.
19104 * net/newst-reader.el (newsticker-feed-face): Change default
19105 family from helvetica to sans.
19107 * net/newst-plainview.el (newsticker-new-item-face)
19108 (newsticker-old-item-face, newsticker-immortal-item-face)
19109 (newsticker-obsolete-item-face, newsticker-date-face)
19110 (newsticker-statistics-face): Change default family from
19112 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
19113 etc/images/newsticker.
19115 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
19116 (newsticker--process-auto-mark-filter-match): Tell user about
19119 2011-05-13 Didier Verna <didier@xemacs.org>
19121 Common Lisp indentation improvements on defmethod and lambda-lists.
19122 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
19124 (lisp-lambda-list-keyword-parameter-indentation)
19125 (lisp-lambda-list-keyword-parameter-alignment)
19126 (lisp-lambda-list-keyword-alignment): New customizable user options.
19127 (lisp-indent-defun-method): Improve docstring.
19128 (extended-loop-p): Fix comment.
19129 (lisp-indent-lambda-list-keywords-regexp): New variable.
19130 (lisp-indent-lambda-list): New function.
19131 (lisp-indent-259): Use it.
19132 (lisp-indent-defmethod): Support for more than one
19133 method qualifier and properly indent methods lambda-lists.
19134 (defgeneric): Provide a missing common-lisp-indent-function property.
19136 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
19138 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
19139 bounds for the empty string (bug#8667).
19141 2011-05-13 Glenn Morris <rgm@gnu.org>
19143 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
19145 * mail/sendmail.el (sendmail-program): Try executable-find first.
19146 (sendmail-send-it): `sendmail-program' cannot be unbound.
19148 * calendar/appt.el (appt-make-list): Simplify.
19149 (appt-time-msg-list): Doc fix.
19150 (appt-check): Change mode-line message at the time of the appointment.
19152 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
19154 * progmodes/ld-script.el (ld-script-keywords)
19155 (ld-script-builtins): Update keywords list.
19157 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19159 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
19161 * shell.el (shell-completion-vars): New function.
19163 * simple.el (read-shell-command): Use it.
19164 (blink-matching-open): No need for " [...]" in minibuffer-message.
19166 2011-05-12 Glenn Morris <rgm@gnu.org>
19168 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
19169 (appt-check): Simplify.
19171 2011-05-12 Eli Zaretskii <eliz@gnu.org>
19173 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
19174 literal "/dev/null".
19176 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19178 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
19181 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
19183 * progmodes/which-func.el (which-function):
19184 Use add-log-current-defun instead of add-log-current-defun-function,
19185 which might not be defined (Bug#8260).
19187 2011-05-12 Glenn Morris <rgm@gnu.org>
19189 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
19190 Let byte-compile-initial-macro-environment always take precedence.
19192 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19194 * net/rcirc.el: Add support for SSL/TLS connections.
19195 (rcirc-server-alist): New field `encryption'.
19196 (rcirc): Check `encryption' settings.
19197 (rcirc-connect): New arg `encryption'. Use open-network-stream.
19198 Merge make-local-variable into `set'.
19199 (rcirc--connection-open-p): New function.
19200 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
19201 the process is not a network process (e.g. running gnutls-cli).
19202 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
19203 Make rcirc-(en|de)code-coding-system local here.
19204 (rcirc-mode): Merge make-local-variable into `set'.
19205 (rcirc-parent-buffer): Make permanent buffer-local.
19206 (rcirc-multiline-minor-mode): Don't do it here.
19207 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
19208 there's no server buffer.
19210 2011-05-11 Glenn Morris <rgm@gnu.org>
19212 * newcomment.el (comment-kill): Prefix "unused" local.
19214 * term/w32console.el (get-screen-color): Declare.
19216 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
19217 Handle symbol elements of byte-compile-initial-macro-environment.
19219 2011-05-10 Leo Liu <sdl.web@gmail.com>
19221 * bookmark.el (bookmark-bmenu-mode-map):
19222 Bind bookmark-bmenu-search to `/'.
19224 * mail/footnote.el: Convert to utf-8 encoding.
19225 (footnote-unicode-string, footnote-unicode-regexp): New variable.
19226 (Footnote-unicode): New function.
19227 (footnote-style-alist): Add unicode style to the list.
19228 (footnote-style): Doc fix.
19230 2011-05-10 Jim Meyering <meyering@redhat.com>
19232 Fix doubled-word typos.
19233 * international/quail.el (quail-insert-kbd-layout): and and -> and
19234 * kermit.el: and and -> and
19235 * net/ldap.el (ldap-search-internal): to to -> to
19236 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
19237 * progmodes/js.el (js-mode): and and -> and
19238 * textmodes/artist.el (artist-move-to-xy): at at -> at
19239 (artist-draw-region-trim-line-endings): if if -> if
19240 And Safetyc -> Safety.
19241 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
19243 2011-05-10 Glenn Morris <rgm@gnu.org>
19244 Stefan Monnier <monnier@iro.umontreal.ca>
19246 * files.el (hack-one-local-variable-eval-safep):
19247 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
19249 2011-05-10 Glenn Morris <rgm@gnu.org>
19251 * calendar/diary-lib.el (diary-list-entries-hook)
19252 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
19253 (diary-nongregorian-marking-hook, diary-list-entries)
19254 (diary-include-other-diary-files, diary-mark-entries)
19255 (diary-mark-included-diary-files): Doc fixes.
19257 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
19259 * misc.el: Require tabulated-list.el during compilation.
19261 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
19263 * progmodes/compile.el (compilation-start):
19264 Run compilation-filter-hook for the async case too.
19265 (compilation-filter-hook): Doc fix.
19267 2011-05-09 Deniz Dogan <deniz@dogan.se>
19269 * wdired.el: Remove outdated installation comment. Fix usage
19272 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
19274 * misc.el: Implement new command `list-dynamic-libraries'.
19275 (list-dynamic-libraries--loaded-only-p): New variable.
19276 (list-dynamic-libraries--refresh): New function.
19277 (list-dynamic-libraries): New command.
19279 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
19281 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19282 Fix the ant regexp to handle end-line and end-column info from jikes.
19283 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
19284 higher priority to avoid clobbering by gnu.
19286 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
19288 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
19289 if the face has existing theme settings (Bug#8454).
19291 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
19293 * progmodes/perl-mode.el (perl-imenu-generic-expression):
19294 Only match variables declared via `my' or `our' (Bug#8261).
19296 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
19297 special file names `.' and `..' (Bug#8259).
19299 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
19301 * progmodes/grep.el (grep-mode-font-lock-keywords):
19302 Remove buffer-changing entries.
19303 (grep-filter): New function.
19304 (grep-mode): Add it to compilation-filter-hook.
19306 * progmodes/compile.el (compilation-filter-hook)
19307 (compilation-filter-start): New defvars.
19308 (compilation-filter): Call compilation-filter-hook prior to
19309 updating the process mark.
19311 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
19313 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
19315 2011-05-07 Eli Zaretskii <eliz@gnu.org>
19317 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
19318 mailclient-send-it even if window-system is nil. (Bug#8595)
19320 * term/w32console.el (terminal-init-w32console):
19321 Call get-screen-color and use its output to set the frame
19322 background-mode. (Bug#8597)
19324 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
19326 Make bytecomp.el understand that defmethod defines funs (bug#8631).
19327 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
19329 (defgeneric, eieio--defmethod): Use them.
19330 (eieio-defgeneric): Remove.
19331 (defmethod): Call defgeneric in a way visible to the byte-compiler.
19333 2011-05-07 Glenn Morris <rgm@gnu.org>
19335 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
19336 Use let rather than let*.
19337 (timeclock-find-discrep): Remove unused local.
19339 * calendar/diary-lib.el (diary-comment-start): Doc fix.
19341 * calendar/appt.el (appt-time-msg-list): Doc fix.
19343 2011-05-06 Noah Friedman <friedman@splode.com>
19345 * apropos.el (apropos-print-doc): Only use
19346 emacs-lisp-docstring-fill-column when it is bound to an integer,
19347 per that variable's documentation.
19349 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19351 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
19352 and warnings are not silently discarded (e.g. use -d instead of -P).
19354 2011-05-06 Glenn Morris <rgm@gnu.org>
19356 * calendar/appt.el (appt-message-warning-time): Doc fix.
19357 (appt-warning-time-regexp): New option.
19358 (appt-make-list): Respect appt-message-warning-time.
19360 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
19362 (diary-add-to-list): Strip comments from the displayed string.
19363 (diary-mode): Set comment-start and comment-end.
19365 * vc/diff-mode.el (smerge-refine-subst): Declare.
19366 (diff-refine-hunk): Don't require smerge-mode when compiling.
19368 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
19370 * simple.el (list-processes): Return nil as the docstring says.
19372 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
19374 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
19376 (ange-ftp-write-region, ange-ftp-insert-file-contents)
19377 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
19378 determining of binary transfer. (Bug#7383)
19380 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
19382 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19383 Fix port computation bug. (Bug#8618)
19385 2011-05-05 Glenn Morris <rgm@gnu.org>
19387 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
19389 * simple.el (shell-dynamic-complete-functions)
19390 (comint-dynamic-complete-functions): Declare.
19392 * net/network-stream.el (gnutls-negotiate):
19393 * simple.el (tabulated-list-print): Fix declarations.
19395 * progmodes/gud.el (syntax-symbol, syntax-point):
19396 Remove unnecessary and incorrect declarations.
19398 * emacs-lisp/check-declare.el (check-declare-scan):
19399 Handle byte-compile-initial-macro-environment in bytecomp.el.
19401 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
19403 Fix earlier half-done eieio-defmethod change (bug#8338).
19404 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
19405 Streamline and change calling convention.
19406 (defmethod): Adjust accordingly and simplify.
19407 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
19408 new eieio--defmethod.
19409 (slot-boundp): Minor CSE simplification.
19411 2011-05-05 Milan Zamazal <pdm@zamazal.org>
19413 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
19414 (glasses-make-readable): Use glasses-separate-capital-groups.
19416 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
19418 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
19419 (warning-series): Doc fix.
19420 (display-warning): Don't try to create the buffer if we just found it.
19422 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
19424 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
19425 (autoload-find-generated-file): New function.
19426 (generate-file-autoloads): Bind generated-autoload-file to
19428 (update-file-autoloads, update-directory-autoloads):
19429 Use autoload-find-generated-file. If called interactively, prompt for
19430 output file (Bug#7989).
19431 (batch-update-autoloads): Doc fix.
19433 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
19435 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
19437 2011-05-04 Glenn Morris <rgm@gnu.org>
19439 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
19440 function, so it follows changes in calendar-date-style.
19441 (diary-fancy-date-matcher): New function.
19442 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
19443 (diary-fancy-font-lock-fontify-region-function):
19444 Use diary-fancy-date-pattern as a function.
19446 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
19447 non-numbers for `year' etc pseudo-variables. (Bug#8583)
19449 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
19451 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
19452 instead of positional arguments. Allow :keylist and :crlfiles
19454 (open-gnutls-stream): Call it.
19456 * net/network-stream.el (network-stream-open-starttls): Adjust to
19457 call `gnutls-negotiate' with :process and :hostname arguments.
19459 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
19461 * minibuffer.el (completion--message): New function.
19462 (completion--do-completion, minibuffer-complete)
19463 (minibuffer-force-complete, minibuffer-complete-word): Use it.
19464 (completion--do-completion): Don't ignore completion-auto-help when in
19467 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
19468 internal encoding (e.g. tibetan zero is not whitespace).
19469 (global-whitespace-mode): Prefer save-current-buffer.
19470 (whitespace-trailing-regexp): Remove useless save-match-data.
19471 (whitespace-empty-at-bob-regexp): Minor simplification.
19473 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
19475 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
19477 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
19479 * textmodes/ispell.el (ispell-add-per-file-word-list):
19480 Use `concat' to create string for insertion.
19482 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19484 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
19485 Avoid open-line which runs post-self-insert-hook.
19486 (bibtex-fill-entry): Remove unused `end' var.
19488 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
19490 * textmodes/ispell.el (ispell-add-per-file-word-list):
19491 Protect against `nil' value of `comment-start' (Bug#8579).
19493 2011-05-03 Leo Liu <sdl.web@gmail.com>
19495 * isearch.el (isearch-yank-pop): New command.
19496 (isearch-mode-map): Bind it to `M-y'.
19497 (isearch-forward): Mention it.
19499 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19501 * simple.el (minibuffer-complete-shell-command): Remove.
19502 (minibuffer-local-shell-command-map): Use completion-at-point.
19503 (read-shell-command): Setup completion vars here instead.
19504 (read-expression-map): Bind TAB to symbol completion.
19506 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
19507 error directly rather via storing it into `results'.
19509 2011-05-02 Leo Liu <sdl.web@gmail.com>
19511 * vc/diff.el: Fix description.
19513 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19515 * server.el (server-eval-at): New function.
19517 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19519 * net/network-stream.el (open-network-stream): Take a :nowait
19520 parameter and pass it on to `make-network-process'.
19521 (network-stream-open-plain): Ditto.
19523 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
19525 * faces.el (face-spec-set-match-display): Don't match toolkit
19526 options on terminal frames.
19528 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
19530 * progmodes/pascal.el: Use lexical binding.
19531 (pascal-mode-map): Remove author preferences.
19533 * pcomplete.el (pcomplete-std-complete): Don't abuse
19534 completion-at-point.
19536 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
19538 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
19539 removing code that has been dead since 1991 or so.
19541 * startup.el (command-line): When warning about "_emacs", use a
19542 delayed warning to allow the user to filter it out.
19544 2011-04-28 Deniz Dogan <deniz@dogan.se>
19546 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
19547 user has not joined.
19549 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19551 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
19552 aren't any completions at point.
19554 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
19556 * subr.el (display-delayed-warnings): New function.
19557 (delayed-warnings-hook): New variable.
19559 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19561 * minibuffer.el (completion-at-point, completion-help-at-point):
19562 Don't presume that a given completion-at-point-function will always
19563 use the same calling convention.
19565 * pcomplete.el (pcomplete-completions-at-point):
19566 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
19567 pcomplete-seen is non-nil.
19568 (pcomplete-comint-setup): Also recognize the new comint/shell
19569 completion functions.
19570 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
19571 pcomplete-seen is non-nil.
19573 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
19575 * calendar/icalendar.el (diary-lib): Add require statement.
19576 (icalendar--create-uid): Read out a uid from a text-property on
19577 the first character in the entry. This allows for code to add its
19578 own uid to the entry.
19579 (icalendar--convert-float-to-ical): Add export of
19580 `diary-float'-entries save for those with the optional DAY
19583 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
19585 * subr.el (shell-quote-argument): Use alternate escaping strategy
19586 when we spot a variable reference in a string.
19588 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
19590 * cus-start.el (all): Define customization for debug-on-event.
19592 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
19594 * subr.el (shell-quote-argument): Escape correctly under Windows.
19596 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19598 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
19600 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
19602 * net/tramp.el (tramp-process-actions): Add POS argument.
19603 Delete region between POS and (pos).
19605 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19606 Use `nil' position in `tramp-process-actions' call.
19607 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
19609 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
19610 position in `tramp-process-actions' call.
19612 * net/trampver.el: Update release number.
19614 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19616 * custom.el (defcustom): Obey lexical-binding.
19618 Fix octave-inf completion problems reported by Alexander Klimov.
19619 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
19620 Inherit from octave-mode-syntax-table.
19621 (inferior-octave-mode): Set info-lookup-mode.
19622 (inferior-octave-completion-at-point): New function.
19623 (inferior-octave-complete): Use it and completion-in-region.
19624 (inferior-octave-dynamic-complete-functions): Use it as well, and use
19625 comint-filename-completion.
19626 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
19627 symbol elements which shouldn't be word elements.
19628 (octave-font-lock-keywords, octave-beginning-of-defun)
19629 (octave-function-header-regexp): Adjust regexps accordingly.
19630 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
19632 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
19634 * net/gnutls.el (gnutls-errorp): Declare before first use.
19636 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
19638 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
19639 verify-error, and verify-hostname-error parameters. Check whether
19640 default trustfile exists before going to use it. Add missing
19641 argument to gnutls-message-maybe call. Return value.
19642 Reported by Claudio Bley <claudio.bley@gmail.com>.
19643 (open-gnutls-stream): Add usage example.
19645 * net/network-stream.el (network-stream-open-starttls): Give host
19646 parameter to `gnutls-negotiate'.
19647 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
19648 * subr.el (shell-quote-argument): Escape correctly under Windows.
19650 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
19652 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
19653 Use correct match group (bug#8438).
19655 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
19657 * emacs-lisp/package.el (package-built-in-p): Fix typo.
19658 (package-menu--generate): New arg specifying packages to show.
19659 (package-menu-refresh, package-menu-execute, list-packages):
19661 (package-show-package-list): New function, replacing deleted
19662 package--list-packages (renamed because it is non-internal).
19664 * finder.el (finder-list-matches): Use package-show-package-list
19665 instead of deleted package--list-packages.
19667 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
19668 Based on a previous implementation by Juanma Barranquero (Bug#8366).
19669 (vc-annotate-mode-map): Bind it to RET.
19671 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
19673 * progmodes/etags.el (next-file): Don't use set-buffer to change
19674 buffers (Bug#8478).
19676 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
19678 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
19680 * apropos.el (apropos-label-face): Avoid variable-pitch face.
19681 (apropos-accumulator): Doc fix.
19682 (apropos-function, apropos-macro, apropos-command)
19683 (apropos-variable, apropos-face, apropos-group, apropos-widget)
19684 (apropos-plist): Add face property.
19685 (apropos-symbols-internal): Fix indentation.
19686 (apropos-print): Simplify help, and recognize apropos-multi-type.
19687 (apropos-print-doc): Use button-type-get to extract the button's
19688 face property. Fill docstring (Bug#8352).
19690 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
19692 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
19694 * play/mpuz.el (mpuz-silent): Doc fix.
19695 (mpuz-mode-map): Use mapc.
19696 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
19697 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
19698 Fix typos in docstrings.
19700 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
19701 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
19703 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
19705 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
19707 * minibuffer.el (completion--do-completion): Avoid the "Next char
19708 not unique" prompt if icomplete-mode is enabled (Bug#5849).
19710 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
19711 mouse-2 into unread-command-events, it is interpreted correctly.
19713 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
19714 (image-toggle-display): Doc fix.
19716 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
19718 * textmodes/page.el (what-page): Use line-number-at-pos to
19719 calculate line number (Bug#6825).
19721 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
19723 * eshell/esh-mode.el (find-tag-interactive): Declare function.
19724 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
19725 Pass argument NO-DEFAULT to `find-tag-interactive'.
19727 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
19729 Lexical-binding cleanup.
19731 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
19732 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
19733 * progmodes/ada-prj.el (ada-prj-initialize-values)
19734 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
19735 (ada-prj-show-value):
19736 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
19737 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
19738 (antlr-invalidate-context-cache, antlr-options-menu-filter)
19739 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
19740 * progmodes/bug-reference.el (bug-reference-push-button):
19741 * progmodes/fortran.el (fortran-line-length):
19742 * progmodes/glasses.el (glasses-change):
19743 * progmodes/octave-mod.el (octave-fill-paragraph):
19744 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
19745 (python-pdbtrack-grub-for-buffer, python-sentinel):
19746 * progmodes/sql.el (sql-save-connection):
19747 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
19748 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
19749 Mark unused parameters.
19751 * progmodes/compile.el (compilation--flush-directory-cache)
19752 (compilation--flush-parse, compile-internal): Mark unused parameters.
19753 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
19754 (compilation-next-error-function): Remove unused variable `timestamp'.
19756 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
19757 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
19759 * progmodes/dcl-mode.el (dcl-end-of-command):
19760 Remove unused variable `start'.
19761 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
19762 (dcl-option-value-basic, dcl-option-value-offset)
19763 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
19764 Mark unused parameters.
19765 (dcl-save-local-variable): Remove unused variable `val'.
19768 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
19769 Mark unused parameters.
19770 (delphi-ignore-changes): Move before first use.
19771 (delphi-charset-token-at): Remove unused variable `start'.
19772 (delphi-else-start): Remove unused variable `if-count'.
19773 (delphi-comment-block-start, delphi-comment-block-end):
19774 Remove unused variable `kind'.
19775 (delphi-indent-line): Remove unused variable `new-point'.
19777 * progmodes/ebrowse.el (ebrowse-files-list)
19778 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
19779 Mark unused parameters. Don't quote `lambda'.
19780 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
19781 Don't quote `lambda'.
19782 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
19783 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
19784 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
19785 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
19786 Use `ignore-errors'.
19787 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
19788 (ebrowse-view/find-file-and-search-pattern)
19789 (ebrowse-view/find-member-declaration/definition):
19790 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
19791 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
19792 Rename parameter PREFIX-ARG to PREFIX.
19793 (ebrowse-tags-read-name): Remove unused variables `start' and
19795 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
19798 * progmodes/etags.el (local-find-tag-hook): Declare.
19799 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
19800 Mark unused parameters.
19802 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
19803 (executable-interpret): Mark unused parameter.
19805 * progmodes/flymake.el (flymake-process-sentinel)
19806 (flymake-after-change-function)
19807 (flymake-create-temp-with-folder-structure)
19808 (flymake-get-include-dirs-dot): Mark unused parameters.
19809 (flymake-safe-delete-directory): Remove unused variable `err'.
19811 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
19812 (speedbar-timer-fn, speedbar-line-text)
19813 (speedbar-change-expand-button-char, speedbar-delete-subblock)
19814 (speedbar-center-buffer-smartly): Declare functions.
19815 (gdb-find-watch-expression): Remove unused variable `array'.
19816 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
19817 (gdb-starting): Mark unused parameters.
19818 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
19819 (gdb-table-string): Remove unused variable `res'.
19820 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
19821 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
19822 (gdb-display-buffer): Remove unused variable `cur-size'.
19824 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
19825 allow lexical-binding compilation.
19826 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
19827 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
19828 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
19829 Mark unused parameters.
19830 (gud-gdb-marker-filter): Remove unused variable `match'.
19831 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
19832 lambda expressions and funcall them, instead of using `fset'.
19834 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
19835 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
19837 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
19838 variable `header-beg'; use `let'.
19840 * progmodes/icon.el (indent-icon-exp): Remove unused variables
19841 `restart', `last-sexp' and `at-do'.
19843 * progmodes/js.el (js--debug): Mark unused parameter.
19844 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
19845 (js--splice-into-items): Remove unused variable `item'.
19846 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
19848 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
19849 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
19850 (makefile-complete): Remove unused variable `try'.
19851 (makefile-fill-paragraph, makefile-match-function-end):
19852 Mark unused parameters.
19854 * progmodes/octave-inf.el (inferior-octave-complete):
19855 Remove unused variable `proc'.
19856 (inferior-octave-output-digest): Mark unused parameter.
19858 * progmodes/perl-mode.el (perl-calculate-indent):
19859 Remove unused variable `err'.
19861 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
19862 (prolog-indent-line): Mark unused parameters.
19863 (prolog-indent-line): Remove unused variable `beg'.
19865 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
19866 (reporter-dont-compact-list): Declare.
19868 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
19869 Remove unused variable `char'.
19870 (sh-debug): Mark unused parameter.
19871 (sh-get-indent-info): Remove unused variable `start'.
19872 (sh-calculate-indent): Remove unused variable `var'.
19874 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
19875 (simula-electric-keyword): Remove unused variable `null'.
19876 (simula-search-backward, simula-search-forward): Remove unused
19877 variables `begin' and `end'.
19879 * progmodes/vera-mode.el (vera-guess-basic-syntax):
19880 Remove unused variable `pos'.
19881 (vera-electric-tab, vera-comment-uncomment-region):
19882 Mark unused parameters.
19883 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
19885 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
19887 * emacs-lisp/package.el (package--builtins, package-alist)
19888 (package-load-descriptor, package-built-in-p, package-activate)
19889 (define-package, package-installed-p)
19890 (package-compute-transaction, package-buffer-info)
19891 (package--push): Doc fix. Distinguish more clearly between
19892 version strings and version lists.
19894 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
19896 Lexical-binding cleanup.
19898 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
19899 (5x5-make-mutate-best):
19900 * play/fortune.el (fortune-in-buffer):
19901 * play/gomoku.el (gomoku-init-display):
19902 * play/solitaire.el (solitaire, solitaire-do-check):
19903 * play/tetris.el (tetris-default-update-speed-function):
19904 Mark unused parameters.
19906 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
19907 (bubbles--shift): Remove unused variable `char-org'.
19908 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
19909 (bubbles--show-images): Remove unused variable `char'.
19911 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
19912 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
19913 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
19914 (decipher-analyze-buffer): Use ?\s.
19915 (decipher-make-checkpoint): Remove unused variable `mapping'.
19917 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
19919 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
19920 Remove unused variable `result'; use `let'.
19922 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
19923 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
19924 (gametree-children-shown-p, gametree-compute-reduced-score):
19925 Use `ignore-errors'.
19927 * play/handwrite.el (ps-lpr-switches): Declare.
19928 (handwrite): Remove unused variables `pmin' and `lastp'.
19930 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
19932 * play/landmark.el (landmark-init-display)
19933 (landmark-update-naught-weights): Mark unused parameters.
19934 (landmark-y): Remove unused variable `noise'. Simplify.
19935 (landmark-human-plays): Remove unused variable `score'.
19937 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
19938 (mpuz-try-proposal): Remove unused variable `game'.
19940 * play/zone.el (life-patterns): Declare.
19942 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
19944 * vc/vc.el (ediff-vc-internal): Declare function.
19946 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19948 * shell.el: Use lexical-binding and std completion UI.
19949 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
19950 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
19951 comint-preoutput-filter-functions rather than on
19952 comint-output-filter-functions.
19953 (shell-command-completion, shell--command-completion-data)
19954 (shell-filename-completion, shell-environment-variable-completion)
19955 (shell-c-a-p-replace-by-expanded-directory): New functions.
19956 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
19957 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
19958 (shell-dynamic-complete-environment-variable): Use them.
19959 (shell-dynamic-complete-as-environment-variable)
19960 (shell-dynamic-complete-as-command): Remove.
19961 (shell-match-partial-variable): Match past point.
19962 * comint.el: Clean up use of completion-at-point-functions.
19963 (comint-completion-at-point): New function.
19964 (comint-mode): Use it completion-at-point-functions.
19965 (comint-dynamic-complete): Make it obsolete.
19966 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
19967 (comint-c-a-p-replace-by-expanded-history): New function.
19968 (comint-dynamic-complete-functions)
19969 (comint-replace-by-expanded-history): Use it.
19970 * minibuffer.el (completion-table-with-terminator): Allow dynamic
19971 termination strings. Try harder to avoid second try-completion.
19972 (completion-in-region-mode-map): Disable bindings that don't work yet.
19974 * comint.el: Use lexical-binding. Require CL.
19975 (comint-dynamic-complete-functions): Use comint-filename-completion.
19976 (comint-completion-addsuffix): Tweak custom type.
19977 (comint-filename-completion, comint--common-suffix)
19978 (comint--common-quoted-suffix, comint--table-subvert)
19979 (comint--complete-file-name-data): New functions.
19980 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
19981 (comint-dynamic-list-filename-completions): Use them.
19982 (comint-dynamic-simple-complete): Make obsolete.
19984 * minibuffer.el (completion-in-region-mode):
19985 Keep completion-in-region-mode--predicate global.
19986 (completion-in-region--postch):
19987 Assume completion-in-region-mode--predicate is not null.
19989 * progmodes/flymake.el (flymake-start-syntax-check-process):
19990 Obey `dir'. Simplify.
19992 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
19993 we're in VC after all.
19995 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
19997 * vc/vc.el (vc-diff-build-argument-list-internal)
19998 (vc-version-ediff, vc-ediff): New commands.
19999 (vc-version-diff): Use vc-diff-build-argument-list-internal.
20001 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
20003 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
20006 * obsolete/erc-hecomplete.el: Make obsolete.
20007 * obsolete/: Standardize obsolescence info in the header.
20009 2011-04-20 Glenn Morris <rgm@gnu.org>
20011 * calendar/solar.el (solar-horizontal-coordinates):
20012 Use the longitude argument rather than `calendar-longitude'.
20013 (solar-date-next-longitude): Remove unused locals.
20015 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20017 * whitespace.el: New version 13.2.1.
20019 2011-04-20 felix <EmacsWiki> (tiny change)
20021 * whitespace.el (global-whitespace-mode): Keep highlight when
20022 switching between major modes on a file.
20024 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
20026 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
20027 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
20028 multi-line comments as well.
20030 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
20032 Lexical-binding cleanup.
20034 * arc-mode.el (archive-mode-revert):
20035 * cmuscheme.el (scheme-interactively-start-process):
20036 * custom.el (custom-initialize-delay):
20037 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
20038 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
20039 * emacs-lock.el (emacs-lock-clear-sentinel):
20040 * ezimage.el (defezimage):
20041 * follow.el (follow-avoid-tail-recenter):
20042 * fringe.el (set-fringe-mode-1):
20043 * generic-x.el (bat-generic-mode-compile):
20044 * help-mode.el (help-info-variable, help-do-xref)
20045 (help-mode-revert-buffer):
20046 * help.el (view-emacs-todo):
20047 * iswitchb.el (iswitchb-completion-help):
20048 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
20049 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
20050 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
20051 * locate.el (locate-update):
20052 * longlines.el (longlines-encode-region)
20053 (longlines-after-change-function):
20054 * outline.el (outline-isearch-open-invisible):
20055 * ps-def.el (declare-function, charset-dimension, char-width)
20057 * ps-mule.el (ps-mule-plot-string):
20058 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
20059 (recentf-edit-list-select, recentf-edit-list-validate)
20060 (recentf-open-files-action):
20061 * rect.el (delete-whitespace-rectangle-line)
20062 (rectangle-number-line-callback):
20063 * register.el (window-configuration-to-register)
20064 (frame-configuration-to-register):
20065 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
20066 * select.el (xselect-convert-to-string, xselect-convert-to-length)
20067 (xselect-convert-to-targets, xselect-convert-to-delete)
20068 (xselect-convert-to-filename, xselect-convert-to-charpos)
20069 (xselect-convert-to-lineno, xselect-convert-to-colno)
20070 (xselect-convert-to-os, xselect-convert-to-host)
20071 (xselect-convert-to-user, xselect-convert-to-class)
20072 (xselect-convert-to-name, xselect-convert-to-integer)
20073 (xselect-convert-to-atom, xselect-convert-to-identity):
20074 * subr.el (declare, ignore, process-kill-without-query)
20075 (text-clone-maintain):
20076 * terminal.el (te-get-char, te-tic-sentinel):
20077 * tool-bar.el (tool-bar-make-keymap):
20078 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
20079 * type-break.el (type-break-mode, type-break-noninteractive-query):
20080 * view.el (View-back-to-mark):
20081 * wid-browse.el (widget-browse-action, widget-browse-widget)
20082 (widget-browse-widgets, widget-browse-sexp):
20083 * widget.el (define-widget-keywords):
20084 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
20085 Mark unused parameters.
20087 * align.el (align-adjust-col-for-rule): Mark unused parameter.
20088 (align-areas): Remove unused variable `look'.
20089 (align-region): Remove unused variables `real-end' and `pos-list'.
20091 * apropos.el (apropos-score-doc): Remove unused variable `i'.
20093 * bindings.el (mode-line-modified, mode-line-remote):
20094 Mark unused parameters.
20095 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
20097 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
20098 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
20100 * comint.el (comint-history-isearch-pop-state)
20101 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
20102 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
20103 (comint-substitute-in-file-name): Doc fix.
20105 * completion.el (cmpl-statistics-block): Mark unused parameter.
20106 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
20107 (save-completions-to-file, load-completions-from-file):
20108 Remove unused local variable `e'.
20110 * composite.el (compose-chars): Remove unused variable `len'.
20111 (lgstring-insert-glyph): Remove unused variable `g'.
20112 (compose-glyph-string): Remove unused variables `ascent',
20113 `descent', `lbearing' and `rbearing'.
20114 (compose-glyph-string-relative): Remove unused variables
20115 `lbearing', `rbearing' and `wadjust'.
20116 (compose-gstring-for-graphic): Remove unused variables `header',
20117 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
20118 (compose-gstring-for-terminal): Remove unused variables `header'
20119 and `nchars'. Use `let', not `let*'.
20121 * cus-edit.el (Custom-set, Custom-save, custom-reset)
20122 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
20123 (Custom-buffer-done, custom-buffer-create-internal)
20124 (custom-browse-visibility-action, custom-browse-group-tag-action)
20125 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
20126 (widget-magic-mouse-down-action, custom-toggle-parent)
20127 (custom-add-parent-links, custom-toggle-hide-variable)
20128 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
20129 (custom-toggle-hide-face, face, hook, custom-group-link-action)
20130 (custom-face-menu-create, custom-variable-menu-create, get)
20131 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
20132 (custom-reset-standard-save-and-update): Remove unused variable `value'.
20133 (customize-apropos): Remove unused variable `tests'.
20134 (custom-group-value-create): Remove unused variable `hidden-p'.
20135 (sort-fold-case): Declare.
20137 * cus-theme.el (custom-reset-standard-faces-list)
20138 (custom-reset-standard-variables-list): Declare.
20139 (customize-create-theme, custom-theme-revert, custom-theme-write)
20140 (custom-theme-choose-mode, customize-themes, custom-theme-save):
20141 Mark unused parameters.
20143 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
20145 * delim-col.el (delimit-columns-max): Move defvar before first use.
20147 * descr-text.el (describe-char-categories): Don't quote `lambda'.
20148 (describe-char): Don't quote `lambda'. Mark unused parameter.
20150 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
20151 (auto-insert): Declare.
20152 (desktop-restore-file-buffer): Rename desktop-* parameters;
20154 (desktop-create-buffer): Rename desktop-* parameters and bind them.
20155 (desktop-buffer): Rename desktop-* parameters.
20157 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
20158 (dframe-reposition-frame-xemacs, dframe-help-echo)
20159 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
20160 Mark unused parameters.
20162 * dired-aux.el (backup-extract-version-start, overwrite-query)
20163 (overwrite-backup-query, rename-regexp-query)
20164 (rename-non-directory-query): Declare.
20165 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
20166 (dired-add-entry): Remove unused variable `orig-file-name'.
20167 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
20168 Use parameter PRESERVE-TIME instead of accessing dynamic variable
20169 `dired-copy-preserve-time' directly.
20170 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
20171 (dired-insert-subdir-newpos): Rename unused variable `pos'.
20173 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
20174 (dired-virtual-revert, dired-make-relative-symlink):
20175 Mark unused parameters.
20176 (manual-program): Declare.
20177 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
20178 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
20179 wrapped in `with-no-warnings' to avoid replacing one warning by another.
20181 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
20183 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
20185 * echistory.el (electric-history-in-progress, Helper-return-blurb):
20188 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
20190 * electric.el (Electric-command-loop): Rename parameter
20191 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
20193 * expand.el (expand-in-literal): Remove unused variable `here'.
20195 * facemenu.el (facemenu-add-new-color):
20196 Remove unused variable `docstring'.
20198 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
20199 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
20200 (face-attr-construct): Mark unused parameter. Doc fix.
20201 (read-color): Remove unused variable `hex-string'.
20203 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
20204 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
20205 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
20206 (display-buffer-other-frame): Remove unused variable `old-window'.
20207 (kill-buffer-hook): Declare.
20208 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
20209 Mark unused parameters.
20210 (after-find-file): Pass 1 to `auto-save-mode', not t.
20212 * files-x.el (auto-insert): Declare.
20213 (modify-file-local-variable-prop-line): Remove unused variable `val'.
20215 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
20216 variable `buf'. Mark unused parameter.
20217 (find-lisp-insert-directory): Mark unused parameter.
20219 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
20220 (format-encode-region): Remove unused variables `cur-buf' and `result'.
20221 (format-common-tail): Remove, unused.
20222 (format-deannotate-region): Remove unused variable `loc'.
20223 (format-annotate-region): Remove unused variable `p'.
20224 (format-annotate-single-property-change): Remove unused variables
20225 `default' and `tail'.
20227 * forms.el (read-file-filter): Declare.
20228 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
20230 * frame.el (frame-creation-function-alist): Mark unused parameter.
20231 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
20233 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
20234 Remove unused parameters.
20235 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
20236 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
20238 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
20239 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
20240 (hfy-prepare-tag-map): Mark unused parameters.
20241 (htmlfontify-buffer): Use `called-interactively-p'.
20243 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
20244 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
20245 (ibuffer-do-occur): Mark unused parameters.
20246 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
20247 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
20249 * ibuffer.el: Don't quote `lambda'.
20250 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
20251 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
20252 Mark unused parameters.
20254 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
20255 (ido-completing-read): Mark unused parameters.
20256 (ido-copy-current-word): Mark unused parameters;
20257 remove unused variable `name'.
20258 (ido-sort-merged-list): Remove unused parameter `dirs'.
20260 * ielm.el (ielm-input-sender): Mark unused parameter.
20261 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
20262 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
20263 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
20264 `ielm-string' as a dynamic variable accessible from the IELM prompt.
20265 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
20267 * image-dired.el (image-dired-display-thumbs): Remove unused
20268 variables `curr-file' and `count'.
20269 (image-dired-remove-tag): Remove unused variable `start'.
20270 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
20271 variable `curr-file'
20272 (image-dired-rotate-original): Remove unused variable `temp-file'.
20273 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
20274 Remove unused variable `file'.
20275 (image-dired-gallery-generate): Remove unused variable `curr'.
20276 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
20278 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
20280 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
20282 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
20284 * isearch.el (minibuffer-history-symbol): Declare.
20285 (isearch-edit-string): Remove unused variable `err'.
20286 (isearch-message-prefix, isearch-message-suffix):
20287 Mark unused parameters.
20289 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
20291 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
20293 * makesum.el (double-column): Remove unused variable `cnt'.
20295 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
20296 (ido-ignore-item-temp-list): Declare.
20298 * mouse-drag.el (mouse-drag-throw): Remove unused variables
20299 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
20300 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
20301 (mouse-drag-drag): Remove unused variables `mouse-delta' and
20304 * mouse-sel.el (mouse-extend-internal):
20305 Remove unused variable `orig-window-frame'.
20307 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
20308 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
20309 Move declarations before first use.
20310 (pcomplete-opt): Mark unused parameters; doc fix.
20312 * proced.el (proced-revert): Mark unused parameter.
20313 (proced-send-signal): Remove unused variable `err'.
20315 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
20316 Rename parameter PREFIX-ARG to ARG.
20317 (ps-basic-plot-string, ps-basic-plot-whitespace):
20318 Mark unused parameters.
20320 * replace.el (replace-count): Define.
20321 (occur-revert-function): Mark unused parameters.
20322 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
20323 (isearch-case-fold-search, isearch-string): Declare.
20324 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
20325 bind `case-fold-search'. Remove unused variables `beg' and `end',
20327 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
20328 COUNT and bind `replace-count'.
20329 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
20332 * savehist.el (print-readably, print-string-length): Declare.
20334 * shadowfile.el (shadow-expand-cluster-in-file-name):
20335 Remove unused variable `cluster'.
20336 (shadow-copy-file): Remove unused variable `i'.
20337 (shadow-noquery, shadow-clusters, shadow-site-cluster)
20338 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
20339 (shadow-define-literal-group, shadow-define-regexp-group)
20340 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
20342 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
20343 (shell): Use `called-interactively-p'.
20344 (shell-directory-tracker): Remove unused variable `chdir-failure'.
20346 * simple.el (compilation-context-lines, comint-file-name-quote-list)
20347 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
20348 (delete-backward-char): Remove unused variable `ocol'.
20349 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
20350 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
20351 (event-apply-hyper-modifier, event-apply-shift-modifier)
20352 (event-apply-control-modifier, event-apply-meta-modifier):
20353 Mark unused parameters.
20354 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
20355 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
20357 * speedbar.el (speedbar-ignored-directory-expressions)
20358 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
20359 (speedbar-find-file, speedbar-dir-follow)
20360 (speedbar-directory-buttons-follow, speedbar-tag-find)
20361 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
20362 (speedbar-buffers-line-directory, speedbar-buffer-click):
20363 Mark unused parameters.
20364 (speedbar-tag-file): Remove unused variable `mode'.
20365 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
20367 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
20369 * talk.el (talk): Remove unused variable `display'.
20371 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
20372 (tar-write-region-annotate): Mark unused parameter.
20374 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
20375 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
20376 Declare them, wrapped in `with-no-warnings' to avoid replacing one
20377 warning by another.
20379 * time-stamp.el (time-stamp-string-preprocess):
20380 Remove unused variable `require-padding'.
20382 * tree-widget.el (widget-glyph-enable): Declare.
20383 (tree-widget-action): Mark unused parameter.
20385 * w32-fns.el (x-get-selection): Mark unused parameter.
20386 (autoload-make-program, generated-autoload-file): Declare.
20388 * wdired.el (wdired-revert): Mark unused parameters.
20389 (wdired-xcase-word): Remove unused variable `err'.
20391 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
20392 (whitespace-help-scroll): Remove unused variable `data-help'.
20394 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
20395 (widget-image-insert, widget-after-change, default)
20396 (widget-default-format-handler, widget-default-notify)
20397 (widget-default-prompt-value, widget-info-link-action)
20398 (widget-url-link-action, widget-function-link-action)
20399 (widget-variable-link-action, widget-file-link-action)
20400 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
20401 (widget-field-prompt-internal, widget-field-action, widget-field-match)
20402 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
20403 (widget-insert-button-action, widget-delete-button-action, visibility)
20404 (widget-documentation-link-action, widget-documentation-string-action)
20405 (widget-const-prompt-value, widget-regexp-match, symbol)
20406 (widget-coding-system-prompt-value)
20407 (widget-key-sequence-value-to-external, sexp)
20408 (widget-sexp-value-to-internal, character, vector, cons)
20409 (widget-choice-prompt-value, widget-boolean-prompt-value)
20410 (widget-color--choose-action): Mark unused parameters.
20411 (widget-item-match-inline, widget-choice-match-inline)
20412 (widget-checklist-match, widget-checklist-match-inline)
20413 (widget-group-match): Rename parameter VALUES to VALS.
20414 (widget-field-value-set): Remove unused variable `size'.
20415 (widget-color-action): Remove unused variables `value' and `start'.
20417 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
20418 variable `dir'. Doc fix.
20419 (windmove-find-other-window): Don't pass it.
20421 * window.el (count-windows): Mark unused parameter.
20422 (bw-adjust-window): Remove unused variable `err'.
20424 * woman.el (woman-file-name): Remove unused variable `default'.
20425 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
20426 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
20427 (global-font-lock-mode): Declare.
20428 (woman-decode-region): Mark unused parameter.
20429 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
20431 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
20432 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
20433 (x-dnd-handle-moz-url): Remove unused variable `title'.
20434 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
20436 * xml.el (xml-parse-tag, xml-parse-attlist):
20437 Remove unused variable `pos'.
20439 2011-04-19 Glenn Morris <rgm@gnu.org>
20441 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
20442 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
20443 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20444 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
20445 * calendar/cal-html.el (cal-html-insert-minical):
20446 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
20447 (calendar-mark-date-pattern):
20448 Prefix "unused" locals.
20450 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
20451 optional argument `style'.
20453 * calendar/appt.el (appt-make-list):
20454 * calendar/cal-china.el (calendar-chinese-date-string):
20455 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
20456 (diary-hebrew-yahrzeit):
20457 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
20458 * calendar/calendar.el (calendar-generate-window):
20459 * calendar/time-date.el (time-to-days):
20460 Remove unused local variables.
20462 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
20464 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
20465 glyphless-char-display table.
20466 (tabulated-list-glyphless-char-display): New var.
20468 2011-04-18 Sam Steingold <sds@gnu.org>
20470 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
20471 to acknowledgments.
20473 2011-04-17 Glenn Morris <rgm@gnu.org>
20475 * calendar/diary-lib.el (diary-sexp-entry):
20476 * calendar/holidays.el (holiday-sexp):
20477 Set debug-on-error rather than the removed stack-trace-on-error.
20479 2011-04-16 Glenn Morris <rgm@gnu.org>
20481 * progmodes/f90.el: Use lexical-binding.
20482 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
20484 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20486 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
20487 (mail-mode): Setup mailalias completion here instead.
20488 * mail/mailalias.el: Use lexical-binding.
20489 (pattern, mailalias-done): Declare dynamic.
20490 (mail-completion-at-point-function): New function, from mail-complete.
20491 (mail-complete): Use it.
20492 (mail-completion-expand): New function.
20493 (mail-get-names): Use it.
20494 (mail-directory, mail-directory-process, mail-directory-stream):
20495 Don't use `pattern' for lexically bound arg.
20497 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
20499 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
20500 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
20501 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
20503 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
20504 (byte-save-window-excursion, byte-temp-output-buffer-setup)
20505 (byte-interactive-p): Define them again, for use when inlining
20508 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
20510 * loadup.el: Use `string-to-number', not `string-to-int'.
20512 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20514 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
20515 gud-gdb-complete-command.
20516 (gud-gdb-completions): New function, from gud-gdb-complete-command.
20517 (gud-gdb-completion-at-point): New function.
20518 (gud-gdb-completions): Remove.
20520 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
20522 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
20523 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
20524 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
20525 whether `executable-find' is bound.
20527 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
20529 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
20531 * minibuffer.el (completion-in-region-mode-predicate)
20532 (completion-in-region-mode--predicate): New vars.
20533 (completion-in-region, completion-in-region--postch)
20534 (completion-in-region-mode): Use them.
20535 (completion--capf-wrapper): Also return the hook function.
20536 (completion-at-point, completion-help-at-point):
20537 Adjust and provide a predicate.
20539 Preserve arg names for advice of subr and lexical functions (bug#8457).
20540 * help-fns.el (help-function-arglist): Consolidate the subr and
20541 new-byte-code cases. Add argument `preserve-names' to extract names
20542 from the docstring when needed.
20543 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
20544 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
20545 (ad-arglist): Use help-function-arglist's new arg.
20546 (ad-definition-type): Use cond.
20548 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
20550 * autorevert.el (auto-revert-handler):
20551 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
20552 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
20553 Don't quote lambda.
20555 * image-mode.el (image-transform-set-scale):
20556 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
20558 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20560 * net/network-stream.el (network-stream-open-starttls): Only do
20561 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
20562 Upgrades via gnutls-cli are too slow to be done opportunistically.
20564 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
20566 * dframe.el (dframe-current-frame): Remove spurious quote.
20568 2011-04-12 Glenn Morris <rgm@gnu.org>
20570 * calendar/cal-tex.el (cal-tex-end-document):
20571 Try to automatically use latin1 input if needed.
20573 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
20574 Don't try to cons a mark onto an empty element.
20576 2011-04-11 Leo Liu <sdl.web@gmail.com>
20578 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
20580 (ido-kill-buffer-at-head): Support killing virtual buffers.
20582 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
20584 * minibuffer.el (completion-show-inline-help): New var.
20585 (completion--do-completion, minibuffer-complete)
20586 (minibuffer-force-complete, minibuffer-complete-word):
20587 Inhibit minibuffer messages if completion-show-inline-help is nil.
20589 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
20590 to avoid interference from inline help (Bug#5849).
20592 2011-04-10 Leo Liu <sdl.web@gmail.com>
20594 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20597 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
20599 * image-mode.el (image-toggle-display-image): Signal an error if
20601 (image-transform-mode, image-transform-resize)
20602 (image-transform-set-rotation): Doc fix.
20603 (image-transform-set-resize): Delete.
20604 (image-transform-set-scale, image-transform-fit-to-height)
20605 (image-transform-fit-to-width): Handle image-toggle-display-image
20606 and image-transform-resize directly.
20608 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
20610 * doc-view.el (doc-view-fit-width-to-window)
20611 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
20612 New functions for fitting the shown image to the Emacs window size.
20613 (doc-view-mode-map): Add bindings for the new functions.
20615 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
20617 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
20618 Fix typo in docstring.
20620 2011-04-08 Eli Zaretskii <eliz@gnu.org>
20622 * files.el (file-size-human-readable): Produce one digit after
20623 decimal, like "ls -lh" does.
20625 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
20626 the file size representation.
20628 * simple.el (list-processes): If async subprocesses are not
20629 available, error out with a clear error message.
20631 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
20633 * help.el (help-form-show): New function, to be called from C.
20634 Put help-form output in a buffer named differently than *Help*.
20636 2011-04-08 Eli Zaretskii <eliz@gnu.org>
20638 * files.el (file-size-human-readable): New function.
20640 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
20641 computing the representation inline. Don't require `cl'.
20643 2011-04-08 Glenn Morris <rgm@gnu.org>
20645 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
20647 * net/browse-url.el (browse-url-firefox):
20648 Test system-type, not system-configuration.
20650 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
20651 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
20652 Use log-edit-empty-buffer-p. (Bug#7598)
20654 * net/rlogin.el (rlogin-process-connection-type): Simplify.
20655 (rlogin-mode-map): Initialize in the defvar.
20656 (rlogin): Use ignore-errors.
20658 * replace.el (occur-mode-map): Some fixes for menu items.
20660 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
20662 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
20664 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
20666 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
20667 issuing unused warnings.
20669 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
20672 * simple.el: Lisp reimplement of list-processes. Based on an
20673 earlier reimplementation by Leo Liu, but using tabulated-list.el.
20674 (process-menu-mode): New major mode.
20675 (list-processes--refresh, list-processes):
20676 (process-menu-visit-buffer): New functions.
20678 * files.el (save-buffers-kill-emacs): Don't assume any return
20679 value of list-processes, which is undocumented anyway.
20681 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
20683 * emacs-lisp/tabulated-list.el: New file.
20685 * emacs-lisp/package.el: Use Tabulated List mode.
20686 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
20687 (package-menu-mode): Derive from tabulated-list-mode. Set up the
20688 table format using Tabulated List mode variables.
20689 (package--push): New macro, replacing package-list-maybe-add.
20690 (package-menu--generate): Use package--push. Renamed from
20691 package--generate-package-list.
20692 (package-menu-refresh, list-packages): Use it.
20693 (package-menu--print-info): Rename from package-print-package.
20694 Return insertion data instead of inserting it directly.
20695 (package-menu-describe-package, package-menu-execute):
20696 Use tabulated-list-get-id.
20697 (package-menu-mark-delete, package-menu-mark-install)
20698 (package-menu-mark-unmark, package-menu-backup-unmark)
20699 (package-menu-mark-obsolete-for-deletion):
20700 Use tabulated-list-put-tag.
20701 (package--list-packages, package-menu-revert)
20702 (package-menu-get-package, package-menu-get-version)
20703 (package-menu-sort-by-column): Functions deleted.
20704 (package-menu-package-list, package-menu-sort-key): Vars deleted.
20705 (package-menu--status-predicate, package-menu--version-predicate)
20706 (package-menu--name-predicate)
20707 (package-menu--description-predicate): Handle arguments in the
20708 Tabulated List format.
20709 (package-list-packages-no-fetch): Call list-packages.
20711 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
20713 * files.el (after-find-file-from-revert-buffer): Remove variable.
20714 (after-find-file): Don't bind it.
20715 (revert-buffer-in-progress-p): New variable.
20716 (revert-buffer): Bind it.
20717 Pass nil for `after-find-file-from-revert-buffer'.
20719 * saveplace.el (save-place-find-file-hook): Use new variable
20720 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
20722 2011-04-06 Glenn Morris <rgm@gnu.org>
20724 * Makefile.in (AUTOGEN_VCS): New variable.
20725 (autoloads): Use $AUTOGEN_VCS.
20727 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
20728 * calendar/calendar.el (calendar-mode-map):
20729 Check for toolkit scroll bars. (Bug#8305)
20731 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
20733 * minibuffer.el (completion-in-region--postch)
20734 (completion-in-region-mode): Remove unnecessary messages.
20736 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
20738 * font-lock.el (font-lock-refresh-defaults):
20739 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
20740 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
20742 * info.el (Info-directory-list, Info-read-node-name-2)
20743 (Info-split-parameter-string): Doc fixes.
20744 (Info-virtual-nodes): Reflow docstring.
20745 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
20746 (Info-apropos-toc-nodes, info-finder, Info-get-token)
20747 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
20748 Fix typos in docstrings.
20749 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
20750 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
20751 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
20752 (Info-restore-desktop-buffer): Mark unused parameters.
20753 (Info-directory-find-file, Info-directory-find-node)
20754 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
20755 (Info-virtual-index-find-node, Info-apropos-find-file)
20756 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
20757 Mark unused parameters; fix typos in docstrings.
20758 (Info-virtual-index): Remove unused local variable `nodename'.
20760 2011-04-05 Deniz Dogan <deniz@dogan.se>
20762 * net/rcirc.el: Update my e-mail address.
20763 (rcirc-mode-map): Remove M-o binding.
20765 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
20767 * startup.el (command-line): Save the cursor's theme-face
20768 directly, instead of using face-override-spec.
20770 * custom.el (load-theme): Minor optimization in assigning faces.
20772 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
20774 * help-fns.el (describe-variable): Complete all variables having
20775 documentation, including keywords.
20776 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
20778 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
20780 Convert to lexical-binding.
20782 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
20783 (bs--get-marked-string, bs--get-modified-string)
20784 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
20785 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
20786 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
20788 * ehelp.el (electric-help-execute-extended)
20789 (electric-help-ctrl-x-prefix):
20790 * hexl.el (hexl-revert-buffer-function):
20791 * linum.el (linum-after-change, linum-after-scroll):
20792 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
20794 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
20796 2011-04-04 Daiki Ueno <ueno@unixuser.org>
20803 * epg.el: Use lexical binding.
20805 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
20807 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
20809 * textmodes/flyspell.el (flyspell-word): Recognize default
20810 dictionary case for flyspell-mark-duplications-exceptions.
20811 Use regexp matching for languages.
20812 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
20813 default dictionary (Bug#7926).
20815 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
20817 * emacs-lisp/package.el (package--with-work-buffer):
20818 Recognize https URLs.
20820 * net/network-stream.el: Move from gnus/proto-stream.el.
20821 Change prefix to network-stream throughout.
20822 (open-protocol-stream): Merge into open-network-stream, leaving
20823 open-protocol-stream as an alias. Handle nil BUFFER args.
20825 * subr.el (open-network-stream): Move to net/network-stream.el.
20827 2011-04-02 Glenn Morris <rgm@gnu.org>
20829 * find-dired.el (find-exec-terminator): New option.
20830 (find-ls-option): Test for -ls support.
20831 (find-ls-subdir-switches): Test for -b in find-ls-option.
20832 (find-dired, find-grep-dired): Doc fixes.
20833 (find-dired): Use find-exec-terminator.
20835 * find-dired.el (find-ls-option, find-ls-subdir-switches)
20836 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
20837 (find-name-arg): Remove purecopy.
20839 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
20840 (grep-compute-defaults): Check for `-exec COMMAND +' support.
20841 Set grep-find-use-xargs, grep-find-command, and grep-find-template
20842 accordingly. Don't add the null-device if not needed.
20844 * files.el (save-some-buffers): Doc fix.
20846 2011-04-02 Eli Zaretskii <eliz@gnu.org>
20848 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
20850 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
20852 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
20853 Use `dolist' rather than `mapcar'.
20855 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
20857 Add lexical binding.
20859 * subr.el (apply-partially): Use new closures rather than CL.
20860 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
20861 (dolist, dotimes): Use slightly different expansion for lexical code.
20862 (functionp): Move to C.
20863 (letrec): New macro.
20864 (with-wrapper-hook): Use it and apply-partially instead of CL.
20865 (eval-after-load): Preserve lexical-binding.
20866 (save-window-excursion, with-output-to-temp-buffer): Turn them
20869 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
20871 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
20873 (help-add-fundoc-usage): Don't add `Not documented'.
20874 (help-function-arglist): Handle closures, subroutines, and new
20875 byte-code-functions.
20876 (help-make-usage): Remove leading underscores.
20877 (describe-function-1): Handle closures.
20878 (describe-variable): Use special-variable-p for completion.
20880 * files.el (lexical-binding): Declare safe.
20882 * emacs-lisp/pcase.el: Don't use destructuring-bind.
20883 (pcase--memoize): Rename from pcase-memoize. Change weakness.
20884 (pcase): Add `let' pattern.
20885 Change memoization so it actually works.
20886 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
20887 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
20890 * emacs-lisp/macroexp.el: Use lexical binding.
20891 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
20892 Don't convert ' to #' without checking that it's indeed quoting
20895 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
20896 Use eval-sexp-add-defvars.
20897 (eval-sexp-add-defvars): New fun.
20899 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
20901 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
20903 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
20904 than the internal `byte-compile-lambda'.
20905 (defmethod): Don't hide code under quotes.
20906 (eieio-defmethod): New `code' argument.
20908 * emacs-lisp/eieio-comp.el: Remove.
20910 * emacs-lisp/edebug.el (edebug-eval-defun)
20911 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
20912 (edebug-toggle): Avoid `eval'.
20914 * emacs-lisp/disass.el (disassemble-internal): Handle new
20916 (disassemble-1): Handle new byte codes.
20918 * emacs-lisp/cl.el (pushnew): Silence warning.
20920 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
20921 (cl-byte-compile-throw): Remove.
20922 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
20924 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
20927 * emacs-lisp/cconv.el: New file.
20929 * emacs-lisp/bytecomp.el: Use lexical binding instead of
20930 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
20931 (byte-compile-initial-macro-environment):
20932 Handle declare-function here.
20933 (byte-compile--lexical-environment): New var.
20934 (byte-stack-ref, byte-stack-set, byte-discardN)
20935 (byte-discardN-preserve-tos): New lap codes.
20936 (byte-interactive-p): Don't use any more.
20937 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
20939 (byte-compile-lapcode): Use them and handle new lap codes.
20940 (byte-compile-obsolete): Remove.
20941 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
20942 (byte-compile-arglist-warn): Check late def of inlinable funs.
20943 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
20944 since they should have been expanded by now.
20945 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
20946 (byte-compile-from-buffer): Remove unused second arg.
20947 (byte-compile-preprocess): New function.
20948 (byte-compile-toplevel-file-form): New function to distinguish
20949 file-form calls from outside from file-form calls from hunk-handlers.
20950 (byte-compile-file-form): Simplify.
20951 (byte-compile-file-form-defsubst): Remove.
20952 (byte-compile-file-form-defmumble): Simplify now that
20953 byte-compile-lambda always returns a byte-code-function.
20954 (byte-compile): Preprocess.
20955 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
20956 Remove, not used any more.
20957 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
20958 (byte-compile-make-args-desc): New funs.
20959 (byte-compile-lambda): Handle lexical functions. Always return
20960 a byte-code-function.
20961 (byte-compile-reserved-constants): New var, to make up room for
20962 closed-over variables.
20963 (byte-compile-constants-vector): Obey it.
20964 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
20965 (byte-compile-macroexpand-declare-function): New function.
20966 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
20967 byte-code-functions.
20968 (byte-compile-form): Check obsolescence here.
20969 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
20970 (byte-compile-variable-ref): Remove.
20971 (byte-compile-dynamic-variable-op): New fun.
20972 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
20973 (byte-compile-variable-set): New funs.
20974 (byte-compile-discard): Add 2 args.
20975 (byte-compile-stack-ref, byte-compile-stack-set)
20976 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
20977 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
20978 macroexpand-all instead.
20979 (byte-compile-quote-form): Remove.
20980 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
20981 (byte-compile-bind, byte-compile-unbind): New funs.
20982 (byte-compile-let): Handle let* and lexical binding.
20983 (byte-compile-let*): Remove.
20984 (byte-compile-catch, byte-compile-unwind-protect)
20985 (byte-compile-track-mouse, byte-compile-condition-case):
20986 Handle a new :fun-body form, used for lexical scoping.
20987 (byte-compile-save-window-excursion)
20988 (byte-compile-with-output-to-temp-buffer): Remove.
20989 (byte-compile-defun): Simplify.
20990 (byte-compile-stack-adjustment): New fun.
20991 (byte-compile-out): Use it.
20992 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
20994 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
20997 * emacs-lisp/byte-opt.el: Use lexical binding.
20998 (byte-inline-lapcode): Remove (to bytecomp).
20999 (byte-compile-inline-expand): Pay attention to inlining to/from
21000 lexically bound code.
21001 (byte-compile-unfold-lambda): Don't handle byte-code-functions
21003 (byte-optimize-form-code-walker): Don't handle save-window-excursion
21004 any more and don't call compiler-macros.
21005 (byte-compile-splice-in-already-compiled-code): Remove.
21006 (byte-code): Don't inline any more.
21007 (disassemble-offset): Receive `bytes' as argument rather than via
21009 (byte-compile-tag-number): Declare before first use.
21010 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
21011 `return' even if make-spliceable.
21012 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
21013 obsolete interactive-p.
21014 (byte-optimize-lapcode): Optimize new lap-codes.
21015 Don't trip up on new form of `byte-constant' lap code.
21017 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
21019 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
21021 * custom.el (custom-initialize-default, custom-declare-variable):
21024 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
21026 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
21027 (COMPILE_FIRST): Add macroexp and cconv.
21028 * makefile.w32-in: Mirror changes in Makefile.in.
21030 * vc/cvs-status.el:
21034 * vc/smerge-mode.el:
21035 * textmodes/bibtex-style.el:
21036 * textmodes/css-mode.el:
21044 * emacs-lisp/smie.el:
21047 * abbrev.el: Use lexical binding.
21049 2011-04-01 Eli Zaretskii <eliz@gnu.org>
21051 * info.el (info-display-manual): New function.
21053 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
21055 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
21057 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
21059 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
21060 an entry for that server in rcirc-authinfo. (Bug#8385)
21062 2011-03-31 Glenn Morris <rgm@gnu.org>
21064 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
21066 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
21068 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
21070 * progmodes/python.el (python-default-interpreter)
21071 (python-python-command-args, python-jython-command-args)
21072 (python-which-shell, python-which-args, python-which-bufname)
21073 (python-file-queue, python-comint-output-filter-function)
21074 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
21075 variables and functions.
21077 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
21079 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
21080 (completion-in-region-mode): New minor mode.
21081 (completion-in-region): Use it.
21082 (completion-in-region--data, completion-in-region-mode-map): New vars.
21083 (completion-in-region--postch): New function.
21084 (completion--capf-misbehave-funs, completion--capf-safe-funs):
21086 (completion--capf-wrapper): New function.
21087 (completion-at-point): Use it to track well-behavedness of
21089 (completion-help-at-point): New command.
21091 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
21093 * vc/add-log.el (add-change-log-entry): Don't use whitespace
21094 syntax class to search for whitespace on a single line
21095 (Message-ID: <4D938140.4030905@redhat.com>).
21097 2011-03-30 Leo Liu <sdl.web@gmail.com>
21099 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
21101 (edit-abbrevs-map): Bind them here.
21102 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
21104 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
21106 * allout.el (allout-hide-by-annotation, allout-flag-region):
21107 Reduce possibility of overlay leakage by making them volatile.
21109 * allout-widgets.el (allout-widgets-tally): Define as nil so the
21110 hash is not shared between buffers. Mode initialization is
21111 responsible for giving it a useful starting value.
21112 (allout-item-span): Reduce possibility of overlay leakage by
21113 making them volatile.
21114 (allout-widgets-count-buttons-in-region): Add diagnostic function
21115 for tracking down button overlay leaks.
21117 2011-03-29 Leo Liu <sdl.web@gmail.com>
21119 * ido.el (ido-read-internal): Use the default history var
21120 minibuffer-history if no HISTORY is specified.
21122 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
21124 * net/imap.el (imap-shell-open, imap-process-connection-type):
21125 Use imap-process-connection-type for 'shell' streams as well as
21126 Kerberos, SSL, other subprocesses.
21128 2011-03-28 Leo Liu <sdl.web@gmail.com>
21130 * abbrev.el (abbrev-table-empty-p): New function.
21131 (prepare-abbrev-list-buffer): Place empty abbrev tables after
21132 nonempty ones. (Bug#5937)
21134 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
21136 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
21138 2011-03-27 Leo Liu <sdl.web@gmail.com>
21140 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
21141 for foreground and background colors.
21142 (ansi-color-make-color-map): Adapt.
21144 2011-03-25 Leo Liu <sdl.web@gmail.com>
21146 * midnight.el (midnight-time-float): Remove. Note it calculates
21147 the microsecond component incorrectly and seconds-to-time does the
21149 Remove redundant (require 'timer).
21151 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
21152 (ido-completions): Remove unused arguments. (Bug#8329)
21154 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
21156 * minibuffer.el (completion--flush-all-sorted-completions):
21157 Remove itself from hook.
21158 (completion-at-point): Let the functions perform the completion
21159 immediately and return nil or t.
21160 * comint.el (comint-dynamic-complete-functions): Now identical to
21161 completion-at-point-functions.
21162 (comint-dynamic-list-input-ring): Remove unused var `index'.
21163 (comint--match-partial-filename, comint--unquote&expand-filename):
21164 New funs, split from comint-match-partial-filename.
21165 (comint-dynamic-complete): Use completion-at-point.
21166 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
21168 2011-03-24 Drew Adams <drew.adams@oracle.com>
21170 * thingatpt.el: Support `defun'.
21172 2011-03-23 Leo Liu <sdl.web@gmail.com>
21174 * abbrevlist.el: Move to obsolete/abbrevlist.el.
21176 * help-mode.el (help-mode-finish): Tweak regexp.
21178 2011-03-23 Glenn Morris <rgm@gnu.org>
21180 * eshell/esh-opt.el (eshell-eval-using-options):
21181 Do not bind unused local variable `eshell-option-stub'.
21183 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
21185 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
21187 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
21188 keymap variable in `with-no-warnings' to avoid a warning when the
21189 keymap has been already `defconst'ed.
21191 2011-03-22 Leo Liu <sdl.web@gmail.com>
21193 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
21194 encode all chars in abbrevs; otherwise use emacs-mule or
21195 utf-8-emacs. (Bug#8308)
21197 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
21199 * simple.el (backward-delete-char-untabify):
21200 Avoid warning about using `delete-backward-char'.
21202 * image.el (image-type-file-name-regexps): Make it variable.
21203 `imagemagick-register-types' modifies it, and the user may want
21204 to add new extensions for known image types.
21205 (imagemagick-register-types): Throw error if not using ImageMagick.
21207 2011-03-22 Leo Liu <sdl.web@gmail.com>
21209 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
21210 located before rcirc-prompt-end-marker.
21211 (rcirc-complete): Error if point is not after rcirc prompt.
21212 Handle the case when table is nil.
21213 (rcirc-user-authenticated): Define to fix compiler warning.
21215 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
21217 * custom.el (custom--inhibit-theme-enable): Make it affect only
21218 custom-theme-set-variables and custom-theme-set-faces.
21219 (provide-theme): Ignore custom--inhibit-theme-enable.
21220 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
21221 (custom-enabling-themes): Delete variable.
21222 (enable-theme): Accept only loaded themes as arguments.
21223 Ignore the special custom-enabled-themes variable.
21224 (custom-enabled-themes): Forbid themes from setting this.
21225 Eliminate use of custom-enabling-themes.
21226 (custom-push-theme): Quote "changed" custom var entry.
21228 2011-03-21 Leo Liu <sdl.web@gmail.com>
21230 * ido.el (ido-read-internal): Add ido-selected to history instead
21233 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
21235 * subr.el (deferred-action-list, deferred-action-function):
21238 2011-03-21 Leo Liu <sdl.web@gmail.com>
21240 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
21241 change on 2011-02-13 (bug#8309).
21243 * minibuffer.el (read-file-name-function): Change default value.
21244 (read-file-name--defaults): Rename from read-file-name-defaults.
21245 (read-file-name-default): Rename from read-file-name.
21246 (read-file-name): Call read-file-name-function.
21248 2011-03-21 Glenn Morris <rgm@gnu.org>
21250 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
21253 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
21255 * cus-theme.el: Add missing provide statement.
21256 (customize-create-theme): Extract theme value correctly.
21257 (custom-theme-visit-theme): Autoload.
21258 (customize-create-theme): Prompt before inserting default faces.
21260 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
21262 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
21263 units and musical notes.
21265 2011-03-20 Leo Liu <sdl.web@gmail.com>
21267 * ido.el (ido-read-internal): Use completing-read-default.
21268 (ido-completing-read): Fix compatibility with completing-read.
21270 2011-03-20 Christian Ohler <ohler@gnu.org>
21272 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
21273 (ert-delete-all-tests): Use `called-interactively-p' rather than
21275 (ert--make-xrefs-region): Respect END.
21277 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
21279 * dired-aux.el (dired-create-directory): Signal an error if the
21280 directory already exists (Bug#8246).
21282 * facemenu.el (list-colors-display): Call list-faces-display
21283 inside with-help-window.
21284 (list-colors-print): Use display property to align the final
21285 column, instead of checking window-width.
21287 2011-03-19 Eli Zaretskii <eliz@gnu.org>
21289 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
21290 windows-nt systems.
21291 (emerge-protect-metachars): Quote correctly for ms-dos and
21292 windows-nt systems.
21294 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
21296 * info.el (info-initialize): Replace all uses of `:' with
21297 path-separator for compatibility with non-Unix systems.
21298 Cache quoting of path-separator. (Bug#8258)
21300 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
21302 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
21303 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
21304 (mouse-avoidance-mode): Fix typos in docstrings.
21306 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
21308 * startup.el (package-subdirectory-regexp): Move from package.el.
21309 Omit \\` and \\', and let callers add them.
21311 * emacs-lisp/package.el (package-strip-version)
21312 (package-load-all-descriptors): Add \\` and \\' to
21313 package-subdirectory-regexp before using it.
21314 (package-untar-buffer): New arg DIR; ensure that file untars only
21315 into this expected directory. Remove superfluous delete-region.
21316 (package-unpack): Caller changed.
21317 (package-tar-file-info): Use package-subdirectory-regexp.
21319 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
21321 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
21322 diff-mode-shared-map (bug#8284).
21323 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
21325 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21327 * calendar/time-date.el (format-seconds): Use assoc instead of
21328 assoc-string, since assoc-string doesn't exist in XEmacs.
21330 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
21332 * custom.el (custom-known-themes): Reflow docstring.
21333 (custom-theme-load-path): Fix typo in docstring.
21334 (load-theme): Fix typo in error message.
21335 (custom-available-themes, custom-variable-theme-value):
21336 Use `let', not `let*'.
21338 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
21340 * calc/README: Mention inclusion of musical notes.
21342 * calc/calc-units.el (calc-lu-quant): Rename from
21343 `calc-logunits-quantity'.
21344 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
21345 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
21346 (calc-db): Rename from `calc-dblevel'.
21347 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
21348 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
21349 (calc-np): Rename from `calc-nplevel'.
21350 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
21351 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
21352 (calc-lu-plus): Rename from `calc-logunits-add'.
21353 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
21354 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
21355 (calc-lu-minus): Rename from `calc-logunits-sub'.
21356 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
21357 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
21358 (calc-lu-times): Rename from `calc-logunits-mul'.
21359 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
21360 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
21361 (calc-lu-divide): Rename from `calc-logunits-div'.
21362 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
21363 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
21365 * calc/calc-ext.el (calc-init-extensions): Update the names of the
21366 functions being autoloaded.
21368 * calc/calc.el (calc-lu-power-reference): Rename from
21369 `calc-logunits-power-reference'.
21370 (calc-lu-field-reference): Rename from
21371 `calc-logunits-field-reference'.
21373 * calc/calc-help.el (calc-l-prefix-help):
21374 Mention musical note functions.
21376 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
21378 * minibuffer.el (completion-all-sorted-completions):
21379 Use :completion-cycle-penalty text property if present.
21381 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
21383 * allout.el (allout-yank-processing): Adjust for new rebulleting
21384 regime so bullet being yanked is used without prompting the user
21387 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
21389 * startup.el (command-line): Warn the user that _emacs is deprecated.
21391 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
21393 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
21394 (delphi-verbose, delphi-comment-face, delphi-string-face)
21395 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
21396 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
21397 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
21398 (delphi-new-comment-line, delphi-font-lock-defaults)
21399 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
21400 Fix typos in docstrings.
21402 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
21404 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
21405 Invert the roles of character and string values for INSTEAD, so a
21406 string is used for the more common case of a defaulting prompt.
21408 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21410 * progmodes/ruby-mode.el (ruby-backward-sexp):
21411 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
21412 * play/gamegrid.el (gamegrid-make-face):
21413 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
21414 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
21415 * notifications.el (notifications-notify):
21416 * net/xesam.el (xesam-search-engines):
21417 * net/quickurl.el (quickurl-list-insert):
21418 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
21420 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
21422 * startup.el (command-line): Update package subdirectory regexp.
21424 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21426 * allout.el (allout-abbreviate-flattened-numbering)
21427 (allout-mode-deactivate-hook): Fix up obsolescence "date".
21429 * subr.el (read-char-choice): Only show the cursor after the prompt,
21430 not after the answer.
21432 2011-03-15 Kevin Ryde <user42@zip.com.au>
21434 * help-fns.el (variable-at-point): Skip leading quotes, if any
21437 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21439 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
21442 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
21444 * shell.el (shell): When called interactively, offer to change the
21445 shell file name on remote hosts.
21447 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
21449 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
21450 integration for LDAP parameters. The host, base, user or binddn,
21451 and secret tokens can be specified in a netrc file, for instance.
21452 This is optional because an `auth-source' parameter must be
21453 specified in the search attributes.
21455 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
21457 * help.el (describe-mode): Link to the mode's definition (bug#8185).
21459 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21461 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
21462 into declaration. Remove redundant and harmful binding.
21464 2011-03-12 Eli Zaretskii <eliz@gnu.org>
21466 * files.el (file-ownership-preserved-p): Pass `integer' as an
21467 explicit 2nd argument to `file-attributes'. If the file's owner
21468 is the Administrators group on Windows, and the current user is
21469 Administrator, consider that a match.
21471 * server.el (server-ensure-safe-dir): Consider server directory
21472 safe on MS-Windows if its owner is the Administrators group while
21473 the current Emacs user is Administrator. Use `=' to compare
21474 numerical UIDs, since they could be integers or floats.
21476 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
21478 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
21480 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
21482 Sync with Tramp 2.2.1.
21484 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
21486 * net/trampver.el: Update release number.
21488 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21490 * progmodes/compile.el (compilation--previous-directory): Fix up
21491 various nil/dead-marker mismatches (bug#8014).
21492 (compilation-directory-properties, compilation-error-properties):
21493 Don't call it at a position past the one we're about to change.
21495 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
21496 Disable obsolescence warnings in the file that declares it.
21498 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
21500 * allout-widgets.el (allout-widgets-tally):
21501 Initialize allout-widgets-tally as a hash table rather than nil to
21502 prevent mode-line redisplay warnings. Also, clarify the module
21503 description and fix a comment typo.
21505 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
21507 * help-fns.el (describe-variable): Don't complete keywords.
21508 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
21510 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
21512 * emacs-lisp/package.el (package-version-join): Impose a standard
21513 string representation for pre/alpha/beta version lists.
21514 (package-unpack-single): Standardize the directory name by passing
21515 it through package-version-join.
21516 (package-strip-rcs-id): Accept any version string that does not
21517 signal an error in version-to-list.
21519 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
21521 * simple.el (delete-trailing-whitespace): Return nil for the
21522 benefit of `write-file-functions'.
21524 2011-03-10 Glenn Morris <rgm@gnu.org>
21526 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
21528 * vc/vc-git.el (vc-git-program): New option.
21529 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
21530 (vc-git--call): Use it.
21532 * eshell/esh-util.el (eshell-condition-case): Doc fix.
21534 * cus-edit.el (Custom-newline): If no button at point, look
21535 for a subgroup button at start-of-line. (Bug#2298)
21537 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
21539 2011-03-10 Julien Danjou <julien@danjou.info>
21541 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
21542 `cursor-type' is nil.
21544 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
21546 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
21548 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
21550 * allout.el: Change so yank of distinctive-bullet items
21551 preserves the existing header prefix, rebulleting it if necessary,
21552 rather than replacing it. This is necessary for proper operation
21553 of cooperative addons like allout-widgets.
21554 (allout-make-topic-prefix, allout-rebullet-heading):
21555 Change SOLICIT arg to INSTEAD, and interpret additionally a string
21556 value as alternate bullet to be used, instead of prompting the user
21557 for a bullet character.
21559 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
21561 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
21562 Do not use `tramp-file-name-port', because this returns also
21563 `tramp-default-port'.
21565 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
21567 * net/rcirc.el (rcirc-handler-001): Remove useless
21568 with-rcirc-process-buffer.
21569 (rcirc-check-auth-status): Swap arguments to string-match.
21571 2011-03-09 Glenn Morris <rgm@gnu.org>
21573 * shell.el (shell-mode):
21574 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
21576 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
21577 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
21579 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
21581 * emacs-lisp/package.el (package-refresh-contents)
21582 (package-menu-execute): Use condition-case-no-debug.
21584 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
21586 * simple.el (shell-command-to-string): Use `process-file'.
21588 * emacs-lisp/package.el (package-tar-file-info): Handle also
21591 * emacs-lisp/package-x.el (package-upload-buffer-internal):
21592 Use `equal' for upload base check.
21594 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
21596 * textmodes/texinfo.el (texinfo-environments):
21597 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
21599 2011-03-08 Glenn Morris <rgm@gnu.org>
21601 * cus-start.el (cursor-in-non-selected-windows):
21602 Fix :set quoting oddness. (Bug#8192)
21604 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
21605 in some setf expressions. (Bug#2159)
21607 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
21609 * custom.el (custom-available-themes): Return themes in
21610 alphabetical order.
21612 See ChangeLog.15 for earlier changes.
21614 ;; Local Variables:
21618 Copyright (C) 2011-2012 Free Software Foundation, Inc.
21620 This file is part of GNU Emacs.
21622 GNU Emacs is free software: you can redistribute it and/or modify
21623 it under the terms of the GNU General Public License as published by
21624 the Free Software Foundation, either version 3 of the License, or
21625 (at your option) any later version.
21627 GNU Emacs is distributed in the hope that it will be useful,
21628 but WITHOUT ANY WARRANTY; without even the implied warranty of
21629 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21630 GNU General Public License for more details.
21632 You should have received a copy of the GNU General Public License
21633 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.