788a94e01b3bd50f375cc7db270aa793f174f407
[bpt/emacs.git] / lisp / ChangeLog
1 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
4 is non-nil.
5 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
6 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
7
8 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
9
10 * calendar/cal-dst.el (calendar-current-time-zone):
11 Return calendar-current-time-zone-cache if non-nil.
12
13 2012-06-29 Masatake YAMATO <yamato@redhat.com>
14
15 * progmodes/which-func.el (which-func-format):
16 Add mouse-face. (Bug#11698)
17
18 2012-06-29 Leo Liu <sdl.web@gmail.com>
19
20 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
21
22 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
23
24 * minibuffer.el (minibuffer-confirm-exit-commands):
25 Add completion-at-point (bug#11725).
26
27 2012-06-29 Glenn Morris <rgm@gnu.org>
28
29 * progmodes/f90.el (f90-font-lock-keywords-2):
30 Add some preprocessor elements. (Bug#10499)
31
32 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
33
34 * progmodes/cperl-mode.el (cperl-update-syntaxification):
35 Use syntax-propertize (bug#11739).
36
37 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
38
39 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
40
41 2012-06-28 Julien Danjou <julien@danjou.info>
42
43 * term.el (term-handle-colors-array): Use a set of new faces to
44 color the terminal. Also uses :inverse-video property.
45 (term-default-fg-color): Set to nil by default, deprecate in favor
46 of `term-face'.
47 (term-default-bg-color): Set to nil by default, deprecate in favor
48 of `term-face'.
49 (term-current-face): Use `term-face' by default.
50 (term-bold-attribute): Variable deleted.
51
52 2012-06-28 Glenn Morris <rgm@gnu.org>
53
54 * simple.el (completion-list-mode-finish):
55 Don't use toggle-read-only. (Since completion-list-mode has
56 a special mode-class, it wasn't doing anything extra anyway.)
57
58 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
59
60 Make inlining of other-mode interpreted functions work (bug#11799).
61 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
62 (byte-compile): Use it to fix compilation of lexical-binding closures.
63 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
64 function, if needed.
65
66 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
67
68 * help-mode.el (help-make-xrefs): Don't just withstand
69 cyclic-variable-indirection but any error in documentation-property.
70
71 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
72 memory use.
73 * bindings.el (bindings--define-key): New function.
74 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
75 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
76 * bindings.el: Use it to purecopy define-key bindings.
77
78 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
79
80 * emacs-lisp/cl.el (flet): Mark obsolete.
81 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
82 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
83 * progmodes/js.el (js-c-fill-paragraph):
84 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
85 (ebrowse-switch-member-buffer-to-derived-class):
86 * play/5x5.el (5x5-solver): Use cl-flet.
87
88 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
89 (cl--symbol-function): New macro.
90 (cl--letf, cl--letf*): Use it.
91
92 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
93 Strip "toggle-" if any.
94
95 2012-06-27 Glenn Morris <rgm@gnu.org>
96
97 * info.el (Info-default-directory-list): Move here from paths.el.
98 * paths.el: Remove file, which is now empty.
99 * loadup.el: No longer load "paths".
100
101 * custom.el (custom-initialize-delay): Doc fix.
102
103 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
104 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
105 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
106 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
107 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
108 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
109 * eshell/eshell.el (eshell-defgroup): Remove alias.
110
111 2012-06-27 Chong Yidong <cyd@gnu.org>
112
113 * help.el (help-enable-auto-load): New variable.
114
115 * help-fns.el (help-fns--autoloaded-p): New function.
116 (describe-function-1): Refer to a function as "autoloaded" if it
117 was autoloaded at any time in the past. Perform autoloading if
118 help-enable-auto-load is non-nil.
119
120 2012-06-26 Eli Zaretskii <eliz@gnu.org>
121
122 * makefile.w32-in (compile, compile-always): Depend on
123 update-subdirs, not on subdirs.el. Otherwise, several different
124 sub-targets of 'bootstrap' running in parallel could
125 simultaneously write to subdirs.el, producing a garbled file.
126
127 2012-06-26 Sam Steingold <sds@gnu.org>
128
129 * files.el (file-name-base): New convenience function.
130 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
131 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
132 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
133 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
134 * textmodes/ispell.el, textmodes/reftex-ref.el:
135 * textmodes/tex-mode.el: Use it.
136 Did not touch cedet and org because they are maintained elsewhere.
137
138 2012-06-26 Martin Rudalics <rudalics@gmx.at>
139
140 * calendar/calendar.el (calendar-exit): Don't try to delete or
141 iconify last frame. See:
142 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
143
144 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
145
146 * server.el (server-process-filter): Remember dir in the
147 process's `server-client-directory' properties.
148
149 2012-06-24 Chong Yidong <cyd@gnu.org>
150
151 * xml.el (xml-parse-tag): Correctly handle comment embedded in
152 non-tag text.
153
154 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
155
156 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
157
158 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
159
160 * help-fns.el (describe-variable): Don't croak when doc is not found.
161 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
162 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
163 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
164 * emacs-lisp/smie.el (smie-next-sexp): CSE.
165 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
166 ((lambda ..) ..).
167 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
168
169 2012-06-23 Chong Yidong <cyd@gnu.org>
170
171 * info.el (Info-mouse-follow-link): Accept symbol values of
172 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
173 (Info-fontify-node): Use Info-link-keymap for all navigation
174 buttons, with link-args property to perform the desired action.
175 (Info-link-keymap): Doc fix.
176 (Info-next-link-keymap, Info-prev-link-keymap)
177 (Info-up-link-keymap): Delete now-unused keymaps.
178
179 2012-06-23 Chong Yidong <cyd@gnu.org>
180
181 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
182
183 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
184 system abbrevs.
185
186 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
187
188 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
189
190 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
191 (bug#11719).
192
193 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
194 the requote function doesn't work properly (bug#11714).
195
196 2012-06-23 Glenn Morris <rgm@gnu.org>
197
198 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
199
200 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
201
202 Further GV/CL cleanups.
203 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
204 gv-expander.
205 (gv--defun-declaration): New function.
206 (defun-declarations-alist): Use it.
207 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
208 (gv-place): Autoload.
209 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
210 original definition of dotimes and dolist.
211 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
212 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
213 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
214 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
215 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
216 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
217 to the function's definition.
218 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
219 * window.el:
220 * files.el:
221 * faces.el:
222 * env.el: Don't use CL.
223
224 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
225
226 Support higher-resolution time stamps (Bug#9000).
227
228 * calendar/time-date.el (with-decoded-time-value): New arg
229 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
230 (encode-time-value): New optional arg PICO. New type 3.
231 (time-to-seconds) [!float-time]: Support the new picoseconds
232 component if it's used.
233 (seconds-to-time, time-subtract, time-add):
234 Support ps-resolution time stamps as well.
235
236 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
237 (timerp): Timer vectors now have length 9, not 8.
238 (timer--time): Support new-style (4-part) time stamps.
239 (timer-next-integral-multiple-of-time): Time stamps now have
240 picosecond resolution, so take a bit more care about rounding.
241 (timer-relative-time, timer-inc-time): New optional arg psecs.
242 (timer-set-time-with-usecs): Set psecs to 0.
243 (timer--activate): Check psecs component, too.
244
245 * proced.el (proced-time-lessp): Support ps-resolution stamps.
246
247 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
248
249 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
250 Move the non-essential binding to the post/pre-command-hook where it is
251 more obviously correct.
252
253 * subr.el (read-passwd): Don't use a history at all.
254 * savehist.el (savehist-save): Remove password saved accidentally
255 because of the above bug.
256
257 2012-06-22 Bastien Guerry <bzg@gnu.org>
258
259 * files.el (toggle-read-only): Display a message telling whether
260 the buffer is read-only or not (bug#11726).
261
262 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
263
264 * emacs-lisp/gv.el: New file.
265 * subr.el (push, pop): Extend to generalized variables.
266 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
267 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
268 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
269 gv-define-simple-setter, and gv-define-expander.
270 Remove setf-methods defined in gv. Rename cl-setf -> setf.
271 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
272 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
273 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
274 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
275 gv-letplace.
276 (cl-defstruct): Don't define setf-method any more.
277 * emacs-lisp/cl.el (flet): Don't autoload.
278 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
279 (define-setf-expander, defsetf, define-modify-macro)
280 (cl-struct-setf-expander): Move from cl-lib.el.
281 * emacs-lisp/syntax.el:
282 * emacs-lisp/ewoc.el:
283 * emacs-lisp/smie.el:
284 * emacs-lisp/cconv.el:
285 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
286 (timer--time): Use gv-define-simple-setter.
287 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
288 to avoid coding-system problems in subr.el. Adjust all users.
289 (macroexp--maxsize, macroexp-small-p): New functions.
290 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
291 * scroll-bar.el (scroll-bar-mode):
292 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
293 (normal-erase-is-backspace-mode): Don't use the `eq' place.
294 * winner.el (winner-configuration, winner-make-point-alist)
295 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
296 * files.el (locate-file-completion-table): Avoid list*.
297
298 2012-06-22 Chong Yidong <cyd@gnu.org>
299
300 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
301 (dired-create-files): Doc fix (Bug#11329).
302 (dired-do-copy): Doc fix (Bug#11334).
303 (dired-mark-read-string): Doc fix (Bug#11553).
304
305 * dired.el (dired-recursive-copies, dired-recursive-deletes):
306 Doc fix (Bug#11326).
307 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
308 (dired-dwim-target): Doc fix.
309
310 * wdired.el (wdired-mode): Doc fix.
311
312 2012-06-22 Glenn Morris <rgm@gnu.org>
313
314 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
315 (pcmpl-rpm-cache-stamp-file): New constant.
316 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
317 (pcmpl-rpm-packages): Optionally cache list of packages.
318
319 * pcmpl-rpm.el (pcmpl-rpm): New group.
320 (pcmpl-rpm-query-options): New option.
321 (pcmpl-rpm-packages): No need to inline it.
322 Use pcmpl-rpm-query-options.
323
324 * calendar/calendar.el (calendar-in-read-only-buffer):
325 Avoid some needless mode changes.
326
327 2012-06-21 Chong Yidong <cyd@gnu.org>
328
329 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
330 (desktop-path): Remove . from the default value (Bug#10977).
331 (desktop-read): Use user-emacs-directory if desktop-path is nil.
332
333 2012-06-20 Chong Yidong <cyd@gnu.org>
334
335 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
336
337 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
338
339 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
340 (bug#11201).
341
342 2012-06-20 Chong Yidong <cyd@gnu.org>
343
344 * term.el (term-window-width): Handle the case of a missing right
345 fringe (Bug#8837).
346 (term-check-size): Use window-text-height (Bug#5445).
347 (term-mode): Use define-derived-mode. Minor cleanups.
348 Set font-lock-defaults (Bug#7692).
349 (term-move-columns, term-insert-char, term-emulate-terminal)
350 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
351
352 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
353
354 * net/ange-ftp.el (ange-ftp-get-passwd):
355 Bind `enable-recursive-minibuffers'.
356 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
357
358 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
359
360 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
361
362 2012-06-19 Glenn Morris <rgm@gnu.org>
363
364 * progmodes/python.el (python-mode): Derive from prog-mode.
365
366 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
367
368 * emulation/edt.el (edt-default-menu-bar-update-buffers)
369 (edt-user-menu-bar-update-buffers): New functions.
370 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
371
372 2012-06-19 Chong Yidong <cyd@gnu.org>
373
374 * subr.el (with-selected-window): Preserve the selected window's
375 terminal's top-frame (Bug#4702).
376
377 * window.el (save-selected-window): Likewise.
378
379 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
380
381 * progmodes/python.el (python-rx-constituents): Move backquote.
382 (python-skeleton-define, python-define-auxiliary-skeleton):
383 Use `declare'.
384
385 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
386
387 * minibuffer.el (read-file-name-default): Revert the patch from
388 2012-06-17.
389
390 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
391
392 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
393 (pcase--u1, pcase--q1): Don't use apply-partially.
394
395 2012-06-18 Glenn Morris <rgm@gnu.org>
396
397 * progmodes/python.el (python-proc, python-buffer)
398 (python-send-receive, python-send-string): Fix obsolete versions.
399
400 2012-06-18 Martin Rudalics <rudalics@gmx.at>
401
402 * window.el (special-display-p): Completely remove stringp
403 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
404
405 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
406
407 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
408
409 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
410
411 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
412 * net/tramp-sh.el (tramp-maybe-open-connection):
413 Throw if `non-essential' is non-nil.
414
415 2012-06-17 Martin Rudalics <rudalics@gmx.at>
416
417 * window.el (special-display-p): Signal an error if BUFFER-NAME
418 is not a string (Bug#11713).
419
420 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
421
422 * progmodes/python.el (python-info-beginning-of-backslash):
423 Rename from python-info-beginning-of-backlash, as a spelling fix.
424
425 2012-06-17 Chong Yidong <cyd@gnu.org>
426
427 * term.el (term-emulate-terminal): If term-check-size is called,
428 move point to the process mark without resetting point (Bug#4635).
429
430 2012-06-17 Glenn Morris <rgm@gnu.org>
431
432 * international/mule-cmds.el (mule-menu-keymap)
433 (set-language-environment, set-locale-environment): Doc tweaks.
434
435 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
436
437 * cus-face.el (custom-face-attributes): Add wave-style underline
438 attribute.
439 * faces.el (set-face-attribute): Update docstring to describe
440 wave-style underline attribute.
441
442 2012-06-16 Chong Yidong <cyd@gnu.org>
443
444 * term/xterm.el (terminal-init-xterm): Discard input before
445 querying background mode (Bug#10959).
446
447 2012-06-16 Stefan Merten <smerten@oekonux.de>
448
449 * textmodes/rst.el: Added and corrected some comments.
450 (rst-re-alist-def): Improve symbol syntax.
451 (rst-mode-syntax-table): Correct syntax entries.
452 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
453 (rst-official-version, rst-official-cvs-rev): Update version
454 information.
455
456 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
457
458 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
459 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
460
461 2012-06-15 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
462
463 * progmodes/python.el: New python.el merge.
464 (python-guess-indent): Obsolete var.
465 (python-indent-guess-indent-offset): New defcustom.
466 (python-indent): Obsolete var.
467 (python-indent-offset): New defcustom.
468 (python-python-command, python-jython-command): Delete var.
469 (python-shell-interpreter): New defcustom.
470 (python-pdbtrack-do-tracking-p): Delete var.
471 (python-pdbtrack-activate): New defcustom.
472 (python-use-skeletons): Obsolete var.
473 (python-skeleton-autoinsert): New defcustom.
474 (inferior-python-filter-regexp, python-continuation-offset)
475 (python-honour-comment-indentation, python-indent-string-contents)
476 (python-jython-packages, python-mode-hook)
477 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
478 (python-shell-prompt-alist)
479 (python-source-modes): Delete defcustoms.
480 (python-check-buffer-name, python-eldoc-setup-code)
481 (python-eldoc-string-code, python-ffap-setup-code)
482 (python-ffap-string-code, python-fill-comment-function)
483 (python-fill-decorator-function, python-fill-paren-function)
484 (python-fill-string-function, python-imenu-include-defun-type)
485 (python-imenu-make-tree, python-imenu-subtree-root-label)
486 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
487 (python-shell-compilation-regexp-alist)
488 (python-shell-completion-module-string-code)
489 (python-shell-completion-pdb-string-code)
490 (python-shell-completion-setup-code)
491 (python-shell-completion-string-code)
492 (python-shell-enable-font-lock, python-shell-exec-path)
493 (python-shell-extra-pythonpaths)
494 (python-shell-internal-buffer-name, python-shell-interpreter-args)
495 (python-shell-process-environment)
496 (python-shell-prompt-block-regexp)
497 (python-shell-prompt-output-regexp)
498 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
499 (python-shell-send-setup-max-wait, python-shell-setup-codes)
500 (python-shell-virtualenv-path): New defcustoms.
501 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
502 (inferior-python-mode-syntax-table, python--prompt-regexp)
503 (python-buffer, python-command python-python-command)
504 (python-default-template, python-imports, python-indent-index)
505 (python-indent-list, python-indent-list-length)
506 (python-mode-running, python-pdbtrack-is-tracking-p)
507 (python-preoutput-continuation, python-preoutput-leftover)
508 (python-preoutput-result, python-preoutput-skip-next-prompt)
509 (python-prev-dir/file, python-recursing)
510 (python-saved-check-command, python-version-checked)
511 (python-which-func-length-limit)
512 (view-return-to-alist): Delete vars.
513 (python-check-custom-command, python-dotty-syntax-table)
514 (python-imenu-index-alist, python-indent-current-level)
515 (python-indent-dedenters, python-indent-levels)
516 (python-nav-beginning-of-defun-regexp)
517 (python-nav-list-defun-positions-cache)
518 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
519 (python-shell-internal-buffer)
520 (python-skeleton-available): New vars.
521 (def-python-skeleton): Delete macro.
522 (python-skeleton-define): New macro.
523 (python-define-auxiliary-skeleton, python-rx): New macros.
524 (python-insert-class): Delete command.
525 (python-skeleton-class): New command.
526 (python-insert-def): Delete command.
527 (python-skeleton-def): New command.
528 (python-insert-for): Delete command.
529 (python-skeleton-for): New command.
530 (python-insert-if): Delete command.
531 (python-skeleton-if): New command.
532 (python-insert-try/except, python-insert-try/finally): Delete commands.
533 (python-skeleton-try): New command.
534 (python-insert-while): Delete command.
535 (python-skeleton-while): New command.
536 (python-backspace): Delete command.
537 (python-indent-dedent-line-backspace): New command.
538 (python-electric-colon): Delete command.
539 (python-indent-electric-colon): New command.
540 (python-guess-indent): Delete command.
541 (python-indent-guess-indent-offset): New command.
542 (python-shift-left): Delete command.
543 (python-indent-shift-left): New command.
544 (python-shift-right): Delete command.
545 (python-indent-shift-right): New command.
546 (python-find-function): Delete command.
547 (python-nav-jump-to-defun): New command.
548 (python-next-statement): Delete command.
549 (python-nav-forward-sentence): New command.
550 (python-previous-statement): Delete command.
551 (python-nav-backward-sentence): New command.
552 (python-fill-paragraph): Delete command.
553 (python-fill-paragraph-function): New command.
554 (python-send-buffer): Delete command.
555 (python-shell-send-buffer): New command.
556 (python-send-defun): Delete command.
557 (python-shell-send-defun): New command.
558 (python-send-region, python-send-region-and-go): Delete commands.
559 (python-shell-send-region)
560 (python-shell-switch-to-shell): New commands.
561 (python-send-string): Delete command.
562 (python-shell-send-string): New command.
563 (python-switch-to-python): Delete command.
564 (python-shell-switch-to-shell): New command.
565 (python-describe-symbol): Delete command.
566 (python-eldoc-at-point): New command.
567 (python--set-prompt-regexp, python-args-to-list)
568 (python-after-info-look, python-check-version)
569 (python-check-comint-prompt, python-find-imports)
570 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
571 (python-unload-function, python-expand-template)
572 (python-maybe-jython, python-preoutput-filter)
573 (python-pdbtrack-get-source-buffer)
574 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
575 (python-pdbtrack-toggle-stack-tracking)
576 (python-pdbtrack-track-stack-file, python-initial-text)
577 (python-first-word, python-comment-line-p, python-send-command)
578 (python-setup-brm, python-sentinel, python-set-proc)
579 (python-skip-out, python-input-filter, python-outdent-p)
580 (python-outline-level, python-backslash-continuation-line-p)
581 (python-end-of-block, python-end-of-statement, python-mark-block)
582 (python-beginning-of-block, python-beginning-of-statement)
583 (python-blank-line-p, python-beginning-of-string)
584 (python-open-block-statement-p): Delete functions.
585 (python-indent-line, python-indent-line-1): Delete functions.
586 (python-indent-line): New function.
587 (python-indentation-levels): Delete function.
588 (python-indent-calculate-levels): New function.
589 (python-proc): Delete function.
590 (python-shell-get-process): New function.
591 (python-send-receive): Delete function.
592 (python-shell-send-string-no-output): New function.
593 (python-module-path): Delete function.
594 (python-ffap-module-path): New function.
595 (python-completion-at-point)
596 (python-symbol-completions): Delete functions.
597 (python-completion-complete-at-point): New function.
598 (python-load-file): Delete function.
599 (python-shell-send-file): New function.
600 (python-calculate-indentation): Delete function.
601 (python-indent-calculate-indentation): New function.
602 (python-skip-comments/blanks): Delete function.
603 (python-util-forward-comment): New function.
604 (python-continuation-line-p): Delete function.
605 (python-info-continuation-line-p): New function.
606 (python-which-func, python-current-defun): Delete function.
607 (python-info-current-defun): New function.
608 (python-beginning-of-defun): Delete function.
609 (python-nav-beginning-of-defun): New function.
610 (python-close-block-statement-p)
611 (python-block-end-p): Delete function.
612 (python-info-closing-block): New function.
613 (python-comint-output-filter-function)
614 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
615 (python-fill-comment, python-fill-decorator, python-fill-paren)
616 (python-fill-string, python-imenu-make-element-tree)
617 (python-imenu-make-tree, python-imenu-tree-assoc)
618 (python-indent-context, python-indent-dedent-line)
619 (python-indent-line-function)
620 (python-indent-post-self-insert-function)
621 (python-indent-toggle-levels)
622 (python-info-assignment-continuation-line-p)
623 (python-info-beginning-of-backlash)
624 (python-info-block-continuation-line-p)
625 (python-info-closing-block-message)
626 (python-info-line-ends-backslash-p)
627 (python-info-looking-at-beginning-of-defun)
628 (python-info-ppss-context, python-info-ppss-context-type)
629 (python-nav-list-defun-positions, python-nav-read-defun)
630 (python-nav-sentence-end, python-nav-sentence-start)
631 (python-pdbtrack-comint-output-filter-function)
632 (python-pdbtrack-set-tracked-buffer)
633 (python-shell-calculate-exec-path)
634 (python-shell-calculate-process-environment)
635 (python-shell-completion--do-completion-at-point)
636 (python-shell-completion--get-completions)
637 (python-shell-completion-complete-at-point)
638 (python-shell-completion-complete-or-indent)
639 (python-shell-get-or-create-process)
640 (python-shell-get-process-name)
641 (python-shell-internal-get-or-create-process)
642 (python-shell-internal-get-process-name)
643 (python-shell-internal-send-string, python-shell-make-comint)
644 (python-shell-parse-command, python-shell-send-setup-code)
645 (python-skeleton-add-menu-items)
646 (python-util-clone-local-variables, python-util-position)
647 (run-python-internal, python-indentation-levels)
648 (python-nav-beginning-of-defun)
649 (python-completion-complete-at-point): New functions.
650 (run-python): Change arguments. New API requirements.
651
652 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
653
654 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
655 (bug#11649).
656
657 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
658 (macroexp--expand-all): Use it.
659
660 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
661 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
662 Use `cl-function' instead.
663
664 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
665
666 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
667 Suggested by Stefan Monnier while discussing bug#11657.
668
669 2012-06-14 Sam Steingold <sds@gnu.org>
670
671 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
672
673 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
674
675 * play/doctor.el (doctor-doc): Remove parameter and use
676 doctor-sent instead of sent.
677 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
678
679 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
680
681 * files.el: Require cl-lib.
682 (file-name-non-special): Replace case -> cl-case.
683
684 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
685
686 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
687 mapping from #' to function*.
688
689 2012-06-13 Chong Yidong <cyd@gnu.org>
690
691 * mouse.el (mouse-drag-track): Do not set the mark if the user
692 releases the mouse without selecting anything (Bug#11588).
693
694 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
695
696 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
697 as well (bug#11646).
698
699 * loadup.el: Count byte-code functions as well.
700
701 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
702 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
703
704 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
705 (bug#11649). Add cl-defun and cl-defmacro.
706
707 2012-06-13 Drew Adams <drew.adams@oracle.com>
708
709 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
710 Fix last change.
711
712 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
713
714 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
715 Otherwise, it blocks in batch mode.
716
717 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
718
719 * help-mode.el (bookmark-make-record-default): Declare.
720
721 2012-06-13 Chong Yidong <cyd@gnu.org>
722
723 * emacs-lisp/package.el (list-packages): Compute a list of
724 packages that are newly-available since the last list-packages
725 invocation.
726 (package-menu--new-package-list): New var.
727 (package-menu--generate, package-menu--print-info)
728 (package-menu--status-predicate, package-menu-mark-install):
729 Handle new status label "new".
730
731 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
732
733 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
734 conversion to backquotes.
735
736 2012-06-12 Chong Yidong <cyd@gnu.org>
737
738 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
739 Rename from gud-inhibit-global-bindings.
740
741 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
742
743 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
744 hook from nxml-glyph-set-hook.
745
746 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
747 declaration.
748
749 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
750
751 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
752 Convert to defcustom.
753
754 2012-06-12 Drew Adams <drew.adams@oracle.com>
755
756 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
757 New functions.
758 (help-mode): Use them.
759
760 2012-06-11 Glenn Morris <rgm@gnu.org>
761
762 * progmodes/fortran.el (fortran-font-lock-keywords-3):
763 Use preprocessor face for directives.
764 (fortran-directive-re): Doc fix.
765
766 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
767
768 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
769 conversion to backquotes (bug#11652).
770
771 Fix compiler-expansion of CL's cXXr functions (bug#11673).
772 * emacs-lisp/cl-lib.el (cl--defalias): New function.
773 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
774 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
775 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
776 (cl-ninth, cl-tenth): Mark them as inlinable.
777 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
778 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
779 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
780 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
781 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
782 (cl-list*, cl-adjoin): Don't put an autoload manually.
783 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
784 (cl--compiler-macro-list*): Add autoload cookie.
785 (cl--compiler-macro-cXXr): New function.
786
787 * help-fns.el (help-fns--compiler-macro): New function extracted from
788 describe-function-1; follow aliases and use `compiler-macro' property.
789 (describe-function-1): Use it.
790
791 2012-06-11 Chong Yidong <cyd@gnu.org>
792
793 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
794 is uninstalled, if imagemagick is installed.
795
796 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
797
798 * emacs-lisp/cl-lib.el: Use lexical-binding.
799 (cl-map-extents, cl-maclisp-member): Remove.
800 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
801 (cl--set-substring, cl--block-wrapper, cl--block-throw)
802 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
803 * emacs-lisp/cl-extra.el: Use lexical-binding.
804 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
805 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
806 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
807 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
808 * emacs-lisp/cl-seq.el: Use lexical-binding.
809 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
810 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
811 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
812 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
813 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
814 CL's internals.
815
816 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
817
818 Sync with Tramp 2.2.6-pre.
819
820 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
821 `print-length' and `print-level' to nil, in order to avoid
822 truncation. Reported by Christopher Schmidt
823 <christopher@ristopher.com>.
824
825 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
826
827 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
828 New defmacro.
829 (tramp-compat-copy-directory): Add optional argument
830 COPY-CONTENTS. It is not handled yet.
831
832 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
833 (tramp-ftp-file-name-p): Simplify.
834
835 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
836 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
837 connection vector.
838
839 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
840 (tramp-methods): Do not use `tramp-password-end-of-line'.
841 (tramp-completion-function-alist-putty): Handle UNIX case.
842 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
843 (tramp-do-file-attributes-with-stat)
844 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
845 gid as real numbers. They could run out of integer range on cygwin.
846 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
847 (tramp-sh-handle-expand-file-name): Handle hops.
848 (tramp-open-connection-setup-interactive-shell):
849 Use `tramp-cleanup'. Move check for busyboxes ...
850 (tramp-find-shell): ... here. Simplify implementation.
851 Set "remote-shell" property also for alternative shells.
852 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
853 If failing, a regular file would be written otherwise.
854 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
855 (tramp-find-inline-encoding): Cache the coding commands in the
856 process cache. Apply test command on the remote side, if defined.
857 (tramp-find-inline-compress): Cache the compress commands in the
858 process cache.
859 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
860 when requested. Handle hops.
861 (tramp-current-connection): New defvar.
862 (tramp-maybe-open-connection): Use `tramp-cleanup'.
863 Throw `suppress', if there was a failed connection shortly before.
864 Handle user interrupt. (Bug#10187)
865 (tramp-get-inline-compress, tramp-get-inline-coding):
866 Read connection properties from the process cache.
867
868 * net/tramp-smb.el (tramp-smb-server-version)
869 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
870 New defconsts.
871 (tramp-smb-prompt): Extend for powershell prompt.
872 (tramp-smb-file-name-handler-alist): Add handlers for
873 `process-file', `shell-command' and `start-file-process'.
874 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
875 (tramp-smb-winexe-shell-command-switch): New defcustoms.
876 (tramp-smb-file-name-p): Simplify.
877 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
878 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
879 (tramp-smb-shell-quote-argument): New defuns.
880 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
881 Implement using "tar". By this, time-stamps are preserved.
882 (tramp-smb-handle-copy-file): Handle also the case of directories.
883 (tramp-smb-do-file-attributes-with-stat)
884 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
885 Use `tramp-get-connection-buffer').
886 (tramp-smb-handle-rename-file): Use "rename", when source and
887 target are on the same share.
888 (tramp-smb-maybe-open-connection): Handle wrong passwords.
889 Use `tramp-smb-server-version'.
890 (tramp-smb-wait-for-output): Remove prompt.
891
892 * net/tramp.el (top): Require 'cl.
893 (tramp-methods, tramp-rsh-end-of-line):
894 Remove `tramp-password-end-of-line' from docstring.
895 (tramp-save-ad-hoc-proxies): New defcustom.
896 (tramp-completion-function-alist): Adapt docstring.
897 (tramp-default-password-end-of-line): Remove defcustom.
898 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
899 (tramp-user-regexp, tramp-file-name-regexp-unified)
900 (tramp-file-name-regexp-url): Extend regexp by hop separator.
901 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
902 (tramp-remote-file-name-spec-regexp): New defconst.
903 (tramp-file-name-structure): Extend structure for hops.
904 (tramp-get-method-parameter): Move up.
905 (tramp-file-name-p, tramp-dissect-file-name)
906 (with-parsed-tramp-file-name): Handle hops.
907 (tramp-file-name-hop): New defun.
908 (tramp-make-tramp-file-name): New optional arg HOP.
909 (tramp-message-show-progress-reporter-message): New defvar.
910 (tramp-with-progress-reporter): Use it. We cannot use
911 `tramp-message-show-message' here, because this suppresses also
912 error buffers.
913 (tramp-error-with-buffer): Suppress buffer view, if
914 `tramp-message-show-message' is nil.
915 Use `tramp-get-connection-buffer'.
916 (tramp-cleanup): New defun.
917 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
918 (tramp-file-name-handler): If `debug-on-error' is set, propagate
919 an error unchanged.
920 (tramp-completion-handle-file-name-all-completions): Handle hops.
921 Fix an error when called from ido.
922 (tramp-completion-dissect-file-name): Use better local variable
923 name. Add hop to the vector.
924 (tramp-handle-insert-file-contents): Use progress-reporter for the
925 whole scenario.
926 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
927 to `t'.
928 (tramp-check-for-regexp): Simplify search.
929 (tramp-enter-password): Remove it. Move implementation ...
930 (tramp-action-password): ... here.
931 (tramp-mode-string-to-int, tramp-local-host-p)
932 (tramp-make-tramp-temp-file, tramp-read-passwd)
933 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
934 Set tramp-autoload cookie.
935
936 * net/trampver.el: Update release number.
937
938 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
939 Michael Albinus <michael.albinus@gmx.de>
940
941 * net/tramp.el (tramp-set-completion-function): Fix docstring.
942 (tramp-parse-group, tramp-parse-file)
943 (tramp-parse-shostkeys-sknownhosts): New defuns.
944 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
945 (tramp-parse-shosts-group, tramp-parse-sconfig)
946 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
947 (tramp-parse-sknownhosts, tramp-parse-hosts)
948 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
949 Use them.
950 (tramp-parse-passwd-group, tramp-parse-netrc-group)
951 (tramp-parse-putty-group): Don't narrow.
952 (tramp-parse-putty): Make a loop.
953 (tramp-file-name-handler): Catch the `suppress' signal.
954
955 2012-06-11 Chong Yidong <cyd@gnu.org>
956
957 * image.el (imagemagick-register-types): Put the ImageMagick entry
958 at the end of image-type-file-name-regexps.
959
960 2012-06-11 Johan BockgĂ¥rd <bojohan@gnu.org>
961
962 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
963 (pcase, pcase-let*, pcase-dolist): Use them.
964
965 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
966
967 * emacs-lisp/pcase.el (pcase--let*): New function.
968 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
969 (pcase--expand): Use macroexp-let².
970
971 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
972
973 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
974 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
975 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
976 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
977 * emacs-lisp/derived.el: Use pcase instead of `cl'.
978 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
979
980 2012-06-10 Glenn Morris <rgm@gnu.org>
981
982 * mail/rmail.el (rmail-yank-current-message): Leave point at
983 correct position. (Bug#11660)
984
985 2012-06-10 Chong Yidong <cyd@gnu.org>
986
987 * allout-widgets.el: Fix code header.
988
989 2012-06-10 Chong Yidong <cyd@gnu.org>
990
991 * cus-edit.el (customize-changed-options-previous-release):
992 Bump to 24.1.
993
994 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
995
996 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
997
998 2012-06-09 Chong Yidong <cyd@gnu.org>
999
1000 * ebuff-menu.el (electric-buffer-list): Preserve header line.
1001
1002 2012-06-09 Martin Rudalics <rudalics@gmx.at>
1003
1004 * window.el (special-display-popup-frame): Don't use
1005 window--display-buffer (Bug#11651).
1006
1007 2012-06-09 Eli Zaretskii <eliz@gnu.org>
1008
1009 Fix parallel builds: make sure loaddefs.el is not being written
1010 while Lisp files are compiled.
1011 (compile): Don't depend on 'mh-autoloads'.
1012 (compile-CMD, compile-SH): Depend on 'autoloads'.
1013 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
1014
1015 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
1016
1017 2012-06-09 Chong Yidong <cyd@gnu.org>
1018
1019 * face-remap.el (face-remap-add-relative, face-remap-set-base)
1020 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
1021 Doc fixes (Bug#11225).
1022
1023 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1024
1025 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
1026 a function if there's a clear indication that it has a compiler-macro.
1027 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
1028 (macro-declarations-alist): Add arglist to declaration functions.
1029 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
1030 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
1031 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
1032 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
1033 Also add autoload to find the compiler macro.
1034 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
1035 (cl--compiler-macro-member, cl--compiler-macro-assoc)
1036 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
1037 (cl--compiler-macro-get): New functions, replacing calls to
1038 cl-define-compiler-macro.
1039 (cl-typep) [compiler-macro]: Use macroexp-let².
1040
1041 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
1042
1043 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
1044 string properly, fixes Bug#11473.
1045
1046 2012-06-08 Chong Yidong <cyd@gnu.org>
1047
1048 * faces.el (set-face-attribute): Doc fix.
1049 (modify-face): Don't use :bold and :italic.
1050 (error, warning, success): Tweak definitions.
1051
1052 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
1053 (custom-modified, custom-set, custom-changed, custom-themed)
1054 (custom-saved, custom-button, custom-button-mouse)
1055 (custom-button-pressed, custom-state, custom-comment-tag)
1056 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
1057 (custom-group-subtitle): Use new-style face specs.
1058 (custom-invalid-face, custom-rogue-face, custom-modified-face)
1059 (custom-set-face, custom-changed-face, custom-saved-face)
1060 (custom-button-face, custom-button-pressed-face)
1061 (custom-documentation-face, custom-state-face)
1062 (custom-comment-face, custom-comment-tag-face)
1063 (custom-variable-tag-face, custom-variable-button-face)
1064 (custom-face-tag-face, custom-group-tag-face-1)
1065 (custom-group-tag-face): Remove obsolete face alias.
1066
1067 * epa.el (epa-validity-high, epa-validity-medium)
1068 (epa-validity-low, epa-mark, epa-field-name, epa-string)
1069 (epa-field-name, epa-field-body):
1070 * font-lock.el (font-lock-comment-face, font-lock-string-face)
1071 (font-lock-keyword-face, font-lock-builtin-face)
1072 (font-lock-function-name-face, font-lock-variable-name-face)
1073 (font-lock-type-face, font-lock-constant-face):
1074 * ido.el (ido-first-match, ido-only-match, ido-subdir)
1075 (ido-virtual, ido-indicator, ido-incomplete-regexp):
1076 * speedbar.el (speedbar-button-face, speedbar-file-face)
1077 (speedbar-directory-face, speedbar-tag-face)
1078 (speedbar-selected-face, speedbar-highlight-face)
1079 (speedbar-separator-face):
1080 * whitespace.el (whitespace-newline, whitespace-space)
1081 (whitespace-hspace, whitespace-tab, whitespace-trailing)
1082 (whitespace-line, whitespace-space-before-tab)
1083 (whitespace-space-after-tab, whitespace-indentation)
1084 (whitespace-empty):
1085 * emulation/cua-base.el (cua-global-mark):
1086 * eshell/em-prompt.el (eshell-prompt):
1087 * net/newst-plainview.el (newsticker-new-item-face)
1088 (newsticker-old-item-face, newsticker-immortal-item-face)
1089 (newsticker-obsolete-item-face, newsticker-date-face)
1090 (newsticker-statistics-face, newsticker-default-face):
1091 * net/newst-reader.el (newsticker-feed-face)
1092 (newsticker-extra-face, newsticker-enclosure-face):
1093 * net/newst-treeview.el (newsticker-treeview-face)
1094 (newsticker-treeview-new-face, newsticker-treeview-old-face)
1095 (newsticker-treeview-immortal-face)
1096 (newsticker-treeview-obsolete-face)
1097 (newsticker-treeview-selection-face):
1098 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
1099 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
1100 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
1101 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
1102 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
1103 (nxml-outline-active-indicator, nxml-outline-ellipsis):
1104 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
1105 (mpuz-text):
1106 * progmodes/vera-mode.el (vera-font-lock-number)
1107 (vera-font-lock-function, vera-font-lock-interface):
1108 * textmodes/table.el (table-cell): Use new-style face specs, and
1109 don't use the old :bold and :italic attributes.
1110
1111 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
1112 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
1113 (ebrowse-member-class, ebrowse-progress): Likewise.
1114 (ebrowse-tree-mark-face, ebrowse-root-class-face)
1115 (ebrowse-file-name-face, ebrowse-default-face)
1116 (ebrowse-member-attribute-face, ebrowse-member-class-face)
1117 (ebrowse-progress-face): Remove obsolete faces.
1118
1119 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1120 Inherit from error and warning faces respectively.
1121
1122 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1123 Likewise.
1124 (flyspell-incorrect-face, flyspell-duplicate-face):
1125 Remove obsolete aliases.
1126
1127 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
1128
1129 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1130 Avoid infloop.
1131
1132 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1133
1134 * startup.el (argv, argi): Make lexically scoped.
1135 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
1136 * emacs-lisp/cl-macs.el: Use lexical-binding.
1137 Rename cl-bind-* to cl--bind-*.
1138 * files.el: Don't require `cl' since it doesn't use it.
1139 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
1140
1141 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
1142
1143 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
1144 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
1145 instead of calling external sort utility.
1146 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
1147
1148 2012-06-08 Eli Zaretskii <eliz@gnu.org>
1149
1150 * descr-text.el (describe-char): Mention how to insert the
1151 character, if the current input method doesn't support it.
1152 See the discussion in this thread for the details:
1153 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
1154
1155 2012-06-08 Sam Steingold <sds@gnu.org>
1156
1157 * bindings.el (global-map): Bind XF86Forward to next-buffer and
1158 XF86Back to previous-buffer.
1159 (minibuffer-local-map): Bind them to next-history-element and
1160 previous-history-element respectively.
1161 * help-mode.el (help-mode-map): Bind them to help-go-forward and
1162 help-go-back respectively.
1163 * info.el (Info-mode-map): Bind them to Info-history-forward and
1164 Info-history-back respectively.
1165 These are the keys next to Up on the ThinkPad keyboard.
1166
1167 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1168
1169 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
1170 * emacs-lisp/cl-macs.el: Provide itself.
1171 (cl--labels-convert-cache): New var.
1172 (cl--labels-convert): New function.
1173 (cl-flet, cl-labels): New implementation with new semantics, relying on
1174 lexical-binding.
1175 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
1176 (cl-closure-vars, cl--function-convert-cache)
1177 (cl--function-convert): Move from cl-macs.el.
1178 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
1179 rename by removing the "cl-" prefix.
1180 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
1181
1182 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1183
1184 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
1185 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
1186 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
1187 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
1188 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
1189 (cl-hash-table-count): Add old compatibility aliases.
1190
1191 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
1192 Use macroexpand-all-environment instead.
1193 (cl--old-macroexpand): New var.
1194 (cl--sm-macroexpand): New function.
1195 (cl-symbol-macrolet): Use it during macro expansion.
1196 (cl--function-convert-cache): New var.
1197 (cl--function-convert): New function, extracted from
1198 cl-macroexpand-all.
1199 (cl-lexical-let): Use it.
1200
1201 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
1202 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
1203 (cl-member): Remove old alias.
1204
1205 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
1206 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
1207 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
1208 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
1209 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
1210 (cl-macroexpand-cmacs): Remove var.
1211 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
1212 Use macroexpand-all instead.
1213
1214 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1215
1216 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
1217 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
1218 (macroexp-copyable-p): New functions and macros.
1219 * emacs-lisp/edebug.el (edebug-unwrap):
1220 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
1221 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
1222 (pcase--let*): Remove.
1223 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
1224 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
1225 macroexp-const-p instead.
1226 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
1227
1228 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
1229 instead of "cl-" for internal definitions. Use macroexp-const-p.
1230 (cl-old-bc-file-form): Remove var.
1231 (cl-const-exprs-p): Remove fun.
1232 (cl-labels, cl-macrolet): Use backquote.
1233 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
1234 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
1235 (cl-define-setf-expander): Rename from cl-define-setf-method.
1236 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
1237
1238 * international/mule-cmds.el: Don't require CL.
1239 (view-hello-file): Don't use `letf'.
1240
1241 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1242
1243 * tmm.el (tmm-prompt): Use string-prefix-p.
1244 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
1245 (tmm-add-prompt): Use minibuffer-completion-help.
1246 (tmm-delete-map): Remove.
1247
1248 * subr.el (kbd): Make it its own function.
1249
1250 2012-06-07 Stefan Merten <smerten@oekonux.de>
1251
1252 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
1253 Silence compiler warnings. Fix versions.
1254 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
1255 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
1256 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
1257 (rst-package-emacs-version-alist): Correct Emacs version to
1258 represent major merge with upstream.
1259 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
1260
1261 2012-06-06 Glenn Morris <rgm@gnu.org>
1262
1263 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
1264 Only print environment variables if set.
1265
1266 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1267
1268 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
1269 (macroexp--cons): Rename from maybe-cons.
1270 (macroexp--accumulate): Rename from macroexp-accumulate.
1271 (macroexp--all-forms): Rename from macroexpand-all-forms.
1272 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
1273 (macroexp--expand-all): Rename from macroexpand-all-1.
1274
1275 2012-06-06 Sam Steingold <sds@gnu.org>
1276
1277 * calendar/calendar.el (calendar-in-read-only-buffer):
1278 Call `special-mode' to enable the standard read-only keybindings.
1279
1280 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1281
1282 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
1283 with "loading" messages (bug#11635).
1284
1285 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
1286
1287 * files.el (enable-remote-dir-locals): New option.
1288 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
1289
1290 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1291 Ensure, that the temp directory is local.
1292
1293 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
1294 `temporary-file-directory'.
1295
1296 * progmodes/python.el (python-send-region): Ensure, that the
1297 temporary file is created also in the remote case.
1298
1299 2012-06-06 Glenn Morris <rgm@gnu.org>
1300
1301 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
1302 (vc-rcs-update-changelog): Use it.
1303
1304 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff
1305
1306 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
1307 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
1308 (vc-sccs-diff): Replace use of the external vcdiff script.
1309
1310 2012-06-05 Glenn Morris <rgm@gnu.org>
1311
1312 * ledit.el: Move to obsolete/.
1313
1314 2012-06-05 Sam Steingold <sds@gnu.org>
1315
1316 * calendar/calendar.el (calendar-exit): reinstate the 2012-03-28
1317 patch (Bug#11140).
1318
1319 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1320
1321 * emacs-list/cust-print.el: Move to obsolete.
1322
1323 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
1324 compiler-macro expansion.
1325
1326 Add native compiler-macro support.
1327 * emacs-lisp/macroexp.el (macroexpand-all-1):
1328 Support compiler-macros directly. Properly follow aliases and apply
1329 the compiler macros more thoroughly.
1330 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
1331 macroexpand now properly follows aliases.
1332 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
1333 (cl-compiler-macroexpand): Use new prop.
1334 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
1335
1336 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
1337
1338 2012-06-05 Martin Rudalics <rudalics@gmx.at>
1339
1340 * window.el (get-lru-window, get-mru-window, get-largest-window):
1341 New argument NOT-SELECTED to avoid picking the selected window.
1342 (window--display-buffer-1, window--display-buffer-2): Replace by
1343 new function window--display-buffer
1344 (display-buffer-same-window, display-buffer-reuse-window)
1345 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1346 Use window--display-buffer.
1347 (display-buffer-use-some-window): Remove temporary dedication
1348 hack by calling get-lru-window and get-largest-window with
1349 NOT-SELECTED argument non-nil. Call window--display-buffer.
1350
1351 2012-06-05 Glenn Morris <rgm@gnu.org>
1352
1353 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
1354 Replace external vcdiff script.
1355
1356 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1357
1358 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
1359
1360 2012-06-04 Chong Yidong <cyd@gnu.org>
1361
1362 * image.el (imagemagick-types-inhibit): Revert last change.
1363 Add INFO and M.
1364 (imagemagick-enabled-types): Remove CIN and EPS*.
1365
1366 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1367
1368 * emacs-lisp/cl-lib.el: Rename from cl.el.
1369 * emacs-lisp/cl.el: New compatibility file.
1370 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
1371 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
1372 to obey the "cl-" prefix.
1373 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
1374
1375 2012-06-03 Glenn Morris <rgm@gnu.org>
1376
1377 * emacs-lisp/authors.el (authors-aliases): Addition.
1378
1379 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
1380 Fix :version.
1381
1382 2012-06-03 Stefan Merten <smerten@oekonux.de>
1383
1384 * textmodes/rst.el: Add comments.
1385 (rst-transition, rst-adornment): New faces.
1386 (rst-adornment-faces-alist): Make default safe to reevaluate.
1387 Fixes
1388 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
1389 Improve customization tags.
1390 (rst-define-level-faces): Clarify meaning.
1391
1392 2012-06-03 Chong Yidong <cyd@gnu.org>
1393
1394 * progmodes/compile.el (compilation-mode-line-fail)
1395 (compilation-mode-line-run, compilation-mode-line-exit):
1396 New faces.
1397 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
1398
1399 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
1400
1401 * progmodes/which-func.el (which-func-update-ediff-windows):
1402 New function. Use it in ediff-select-hook (Bug#11478).
1403
1404 2012-06-03 Chong Yidong <cyd@gnu.org>
1405
1406 * bindings.el: Remove explicit help text from format-mode-line.
1407 It is now supplied by mode-line-default-help-echo.
1408 (mode-line-front-space, mode-line-end-spaces)
1409 (mode-line-misc-info): New variables.
1410 (mode-line-modes, mode-line-position): Move the default value to
1411 the variable definition.
1412 (mode-line-default-help-echo): New defcustom.
1413 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
1414 (mode-line-modified-help-echo): New functions.
1415 (mode-line-mule-info, mode-line-modified): Use them.
1416 (mode-line-eol-desc, propertized-buffer-identification):
1417 Consistency fixes for help text.
1418 (mode-line-coding-system-map): Allow using mouse-3 to invoke
1419 set-buffer-file-coding-system (Bug#289).
1420 (mode-line-mule-info-help-echo): Update help text.
1421
1422 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1423
1424 * simple.el (execute-extended-command): Set real-this-command
1425 (bug#11506).
1426
1427 2012-06-02 Chong Yidong <cyd@gnu.org>
1428
1429 Remove incorrect uses of "modeline" in comments, docstrings, and
1430 function/variable names (Bug#10329).
1431
1432 * cus-edit.el (mode-line):
1433 * dframe.el (dframe-mouse-hscroll):
1434 * emacs-lisp/re-builder.el:
1435 * emacs-lisp/easy-mmode.el (define-minor-mode):
1436 * frame.el (set-frame-name):
1437 * help.el (lookup-minor-mode-from-indicator):
1438 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
1439 * progmodes/cc-cmds.el (c-toggle-auto-newline)
1440 (c-toggle-hungry-state):
1441 * progmodes/antlr-mode.el (antlr-language-alist):
1442 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
1443 * progmodes/vhdl-mode.el (vhdl-mode):
1444 * progmodes/which-func.el (which-func, which-func-cleanup-function):
1445 * term/ns-win.el (ns-face-at-pos):
1446 * term/sup-mouse.el (sup-mouse-report):
1447 * textmodes/flyspell.el (flyspell-mode-line-string):
1448 * textmodes/ispell.el (ispell-highlight-face):
1449 * textmodes/reftex-global.el:
1450 * vc/vc-arch.el (vc-arch-mode-line-string):
1451 * vc/vc-cvs.el (vc-cvs-mode-line-string):
1452 * vc/vc-git.el (vc-git-mode-line-string):
1453 * vc/vc-hooks.el (vc-display-status)
1454 (vc-default-mode-line-string):
1455 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
1456
1457 * ansi-color.el (ansi-color-faces-vector): Change default faces.
1458
1459 * dired.el (dired-sort-set-mode-line): Rename from
1460 dired-sort-set-modeline. All callers changed.
1461
1462 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
1463 eshell-status-in-modeline.
1464
1465 * foldout.el (foldout-mode-line-string): Rename from
1466 foldout-modeline-string. All callers changed.
1467 (foldout-update-mode-line): Rename from foldout-update-modeline.
1468
1469 * subr.el (redraw-modeline): Make into obsolete alias.
1470
1471 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
1472 timeclock-modeline-display. Make old name an alias.
1473 (timeclock-update-mode-line): Likewise. All callers changed.
1474 (timeclock-mode-line-display): No need to check before using
1475 add-hook.
1476 (timeclock-relative, timeclock-day-over-hook)
1477 (timeclock-use-elapsed, timeclock-mode-string)
1478 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
1479
1480 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
1481 crisp-mode-modeline-string.
1482
1483 * play/solitaire.el (solitaire-build-mode-line): Rename from
1484 solitaire-build-modeline. All callers changed.
1485
1486 * play/zone.el (zone-hiding-mode-line): Rename from
1487 zone-hiding-modeline. All callers changed.
1488 (zone): Remove unusued `modeline-hidden-level' property.
1489
1490 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
1491 xscheme-modeline-initialize. All callers changed.
1492
1493 * strokes.el (strokes-lighter): Rename from
1494 strokes-modeline-string.
1495
1496 * textmodes/sgml-mode.el (html-face-tag-alist)
1497 (html-tag-face-alist): Use mode-line face instead of obsolete
1498 alias modeline.
1499
1500 2012-06-02 Stefan Merten <smerten@oekonux.de>
1501
1502 * textmodes/rst.el: Always require `cl'.
1503 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
1504
1505 2012-06-02 Chong Yidong <cyd@gnu.org>
1506
1507 * image.el (imagemagick-enabled-types): Rename from
1508 imagemagick-types-enable. Add many more types.
1509 (imagemagick-types-inhibit): Change default to nil.
1510 (imagemagick-filter-types): Caller changed.
1511
1512 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1513
1514 * emacs-lisp/cl-macs.el: Use backquotes.
1515 (cl-transform-function-property): Use eval-and-compile rather than
1516 abusing `require'.
1517 (defstruct): Use declare-function instead of with-no-warnings.
1518
1519 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
1520 (byte-compile-output-docform): Re-add the print-circle bindings.
1521 (byte-compile-fix-header): Use #$ just because it's shorter.
1522 (byte-compile-output-file-form): Remove defun/defmacro.
1523
1524 2012-06-01 Martin Rudalics <rudalics@gmx.at>
1525
1526 * simple.el (choose-completion): Remove now obsolete binding for
1527 owindow.
1528
1529 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
1530
1531 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
1532 in order to avoid "Stack overflow in regexp matcher".
1533
1534 2012-05-31 Glenn Morris <rgm@gnu.org>
1535
1536 * image.el: For clarity, call imagemagick-register-types at
1537 top-level, rather than relying on a custom :initialize.
1538 (imagemagick-types-enable): New option. (Bug#11557)
1539 (imagemagick-filter-types): New function. (Bug#7406)
1540 (imagemagick-register-types): Use imagemagick-filter-types.
1541 If disabling support, remove elements altogether rather
1542 than using an impossible regexp.
1543 (imagemagick-types-inhibit): Give it the default init function.
1544
1545 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1546
1547 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
1548 Handle arbitrary file name lengths (Bug#11585).
1549
1550 2012-05-31 Martin Rudalics <rudalics@gmx.at>
1551
1552 * desktop.el (desktop-read): Clear previous and next buffers for
1553 all windows and bury *Messages* buffer (bug#11556).
1554
1555 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1556
1557 Add `declare' for `defun'. Align `defmacro's with it.
1558 * emacs-lisp/easy-mmode.el (define-minor-mode)
1559 (define-globalized-minor-mode): Don't autoload the var definitions.
1560 * emacs-lisp/byte-run.el: Use lexical-binding.
1561 (defun-declarations-alist, macro-declarations-alist): New vars.
1562 (defmacro, defun): Use them.
1563 (make-obsolete, define-obsolete-function-alias)
1564 (make-obsolete-variable, define-obsolete-variable-alias):
1565 Use `declare'.
1566 (macro-declaration-function): Mark obsolete.
1567 * emacs-lisp/autoload.el: Use lexical-binding.
1568 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
1569
1570 2012-05-30 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1571
1572 * textmodes/ispell.el (ispell-with-no-warnings):
1573 Define as a macro.
1574 (ispell-kill-ispell, ispell-change-dictionary):
1575 Use `called-interactively-p' for Emacs instead of obsolete
1576 `interactive-p'.
1577
1578 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1579
1580 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
1581 (macro-declaration-function): Move var from C code.
1582 (macro-declaration-function): Define function with defalias.
1583 * emacs-lisp/macroexp.el (macroexpand-all-1):
1584 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
1585 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
1586 defun/defmacro any more.
1587 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
1588 Provide fallback for unknown arglist.
1589 (byte-compile-arglist-warn): Change calling convention.
1590 (byte-compile-output-file-form): Move print-vars binding.
1591 (byte-compile-output-docform): Simplify accordingly.
1592 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
1593 (byte-compile-defmacro-declaration): Remove.
1594 (byte-compile-file-form-defmumble): Generalize to defalias.
1595 (byte-compile-output-as-comment): Return byte-positions.
1596 Simplify callers accordingly.
1597 (byte-compile-lambda): Use `assert'.
1598 (byte-compile-defun, byte-compile-defmacro): Remove.
1599 (byte-compile-file-form-defalias):
1600 Use byte-compile-file-form-defmumble.
1601 (byte-compile-defalias-warn): Remove.
1602
1603 2012-05-29 Stefan Merten <smerten@oekonux.de>
1604
1605 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
1606 possible. Fix authors. Improve comments. Improve loading of `cl'.
1607
1608 (rst-mode-abbrev-table): Merge definition.
1609 (rst-mode): Make sure `font-lock-defaults' is buffer local.
1610 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
1611
1612 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
1613
1614 * calendar/icalendar.el
1615 (icalendar-export-region): Export UID properly.
1616
1617 2012-05-29 Leo <sdl.web@gmail.com>
1618 * calendar/icalendar.el (icalendar-import-format):
1619 Add `icalendar-import-format-uid' (Bug#11525).
1620 (icalendar-import-format-uid): New.
1621 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
1622 Export UID.
1623
1624 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1625
1626 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
1627 different alternative patterns.
1628 (pcase-codegen): Be more careful to preserve identity.
1629 (pcase--u1): Don't forget to mark vars as used.
1630
1631 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
1632 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
1633 (byte-compile-from-buffer): ...rather than here.
1634
1635 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
1636 functions from byte-compile-function-environment.
1637
1638 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
1639
1640 * window.el (window-deletable-p): Avoid deleting the root window
1641 of a frame with an active minibuffer.
1642
1643 2012-05-29 Martin Rudalics <rudalics@gmx.at>
1644
1645 * simple.el (choose-completion): Use quit-window (Bug#11567).
1646
1647 2012-05-29 Chong Yidong <cyd@gnu.org>
1648
1649 * whitespace.el (whitespace-cleanup): Fix usage of
1650 whitespace-empty-at-bob-regexp (Bug#11492).
1651
1652 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1653
1654 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
1655 revert (Bug#11488).
1656
1657 2012-05-29 Juri Linkov <juri@jurta.org>
1658
1659 * isearch.el (isearch-mode-map): Bind `M-s _' to
1660 `isearch-toggle-symbol'. Bind `M-s c' to
1661 `isearch-toggle-case-fold'.
1662 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
1663 (isearch-forward): Add `M-s _' to the docstring.
1664 (isearch-forward-symbol, isearch-toggle-case-fold)
1665 (isearch-symbol-regexp): New functions. (Bug#11381)
1666
1667 2012-05-29 Juri Linkov <juri@jurta.org>
1668
1669 * isearch.el (isearch-word): Add docstring. (Bug#11381)
1670 (isearch-occur, isearch-search-and-update): If `isearch-word' is
1671 a function, call it to get the regexp.
1672 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
1673 property `isearch-message-prefix' instead of the string "word ".
1674 (isearch-search-fun-default): For the case of `isearch-word',
1675 return a lambda that calls re-search-forward/re-search-backward
1676 with a regexp returned by `word-search-regexp' or by the function
1677 in `isearch-word'.
1678
1679 2012-05-29 Juri Linkov <juri@jurta.org>
1680
1681 * isearch.el (isearch-search-fun-default): New function.
1682 (isearch-search-fun): Move default part to the new function
1683 `isearch-search-fun-default'.
1684 (isearch-search-fun-function): Set the default value to
1685 `isearch-search-fun-default'. (Bug#11381)
1686
1687 * comint.el (comint-history-isearch-end):
1688 Use `isearch-search-fun-default'.
1689 (comint-history-isearch-search): Use `isearch-search-fun-default'
1690 and remove spacial case for `isearch-word'.
1691 (comint-history-isearch-wrap): Remove spacial case for
1692 `isearch-word'.
1693
1694 * hexl.el (hexl-isearch-search-function):
1695 Use `isearch-search-fun-default'.
1696
1697 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
1698 Use `word-search-regexp' for `isearch-word'.
1699
1700 * misearch.el (multi-isearch-search-fun):
1701 Use `isearch-search-fun-default'.
1702
1703 * simple.el (minibuffer-history-isearch-search):
1704 Use `isearch-search-fun-default' and remove spacial case for
1705 `isearch-word'.
1706 (minibuffer-history-isearch-wrap): Remove spacial case for
1707 `isearch-word'.
1708
1709 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
1710 Remove spacial case for `isearch-word'.
1711 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
1712
1713 2012-05-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1714
1715 Decrease XEmacs incompatibilities.
1716 * textmodes/flyspell.el (flyspell-check-pre-word-p):
1717 Use `string-match'.
1718 (flyspell-delete-region-overlays): Use alternative definition for
1719 XEmacs.
1720 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
1721 (flyspell-word): Use `process-kill-without-query' if XEmacs.
1722 (flyspell-mode-on): Use `interactive-p' if XEmacs.
1723 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
1724 `define-obsolete-face-alias' under XEmacs, but old method.
1725
1726 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
1727 `with-no-warnings' definition or Emacs alias.
1728 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
1729 (ispell-word): Do not use `region-p' if XEmacs.
1730
1731 2012-05-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1732
1733 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1734 Check for `ispell-dictionary-base-alist' instead of full
1735 `ispell-dictionary-alist'.
1736 (ispell-init-process): Show spellchecker when starting new Ispell
1737 process.
1738
1739 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1740
1741 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
1742 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
1743
1744 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
1745
1746 * version.el (motif-version-string, gtk-version-string)
1747 (ns-version-string): Declare.
1748
1749 2012-05-27 Juri Linkov <juri@jurta.org>
1750
1751 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
1752 after the `eval-defun-1' specialcaseing
1753 like in `edebug-eval-defun' (bug#10181).
1754
1755 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
1756 like in `eval-defun-1'.
1757
1758 2012-05-27 Eli Zaretskii <eliz@gnu.org>
1759
1760 * mail/sendmail.el (mail-yank-region):
1761 Recognize rmail-yank-current-message in addition to insert-buffer.
1762 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
1763 a *mail* buffer created through rmail-start-mail with sendmail as
1764 mail-user-agent.
1765
1766 2012-05-27 Chong Yidong <cyd@gnu.org>
1767
1768 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
1769 Default to 256 (Bug#11267).
1770
1771 * help.el (describe-mode): Doc fix.
1772
1773 2012-05-26 Glenn Morris <rgm@gnu.org>
1774
1775 * w32-fns.el (w32-init-info): Remove.
1776 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
1777
1778 * info.el (info-initialize): For self-contained NS builds, put the
1779 included info/ directory at the front. (Bug#2791)
1780
1781 * paths.el (Info-default-directory-list): Make it a defcustom,
1782 mainly so that we can use custom-initialize-delay.
1783
1784 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1785
1786 * subr.el (buffer-has-markers-at): Mark obsolete.
1787
1788 * subr.el (lambda): Use declare.
1789
1790 * emacs-lisp/lisp-mode.el (lambda):
1791 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
1792
1793 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1794
1795 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
1796
1797 2012-05-26 Glenn Morris <rgm@gnu.org>
1798
1799 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
1800
1801 2012-05-25 Glenn Morris <rgm@gnu.org>
1802
1803 * paths.el: Remove no-byte-compile.
1804 * loadup.el: No need to load paths.el uncompiled.
1805
1806 * image.el (imagemagick-types-inhibit): Doc fix.
1807
1808 * version.el: Remove no-byte-compile and associated formatting.
1809 * loadup.el: No need to load version.el uncompiled. AFAICS, this
1810 is ancient code from when there was an "inc-vers.el".
1811
1812 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1813
1814 * progmodes/gdb-mi.el: Minor style changes.
1815 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
1816 Turn into minor modes.
1817 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
1818 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
1819 (gdb-shell): Remove unneeded let-binding.
1820 (gdb-get-many-fields): Eliminate O(n²) behavior.
1821
1822 2012-05-25 Eli Zaretskii <eliz@gnu.org>
1823
1824 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
1825 platforms that don't link in fontset.c.
1826
1827 2012-05-25 Juri Linkov <juri@jurta.org>
1828
1829 Use the same diff color scheme as in modern VCSes (bug#10181).
1830
1831 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
1832 to avoid confusion with `diff-added' that now uses green colors.
1833 (diff-removed): Use shades of red.
1834 (diff-added): Use shades of green.
1835 (diff-changed): Leave just the yellow color.
1836 (diff-use-changed-face): New variable.
1837 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
1838 how to highlight context diff changes.
1839 (diff-refine-change): Use shades of yellow.
1840 (diff-refine-removed): New face that uses shades of red.
1841 (diff-refine-added): New face that uses shades of green.
1842 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
1843 `diff-refine-removed' in the call to `smerge-refine-subst'
1844 depending on the value of `diff-use-changed-face'.
1845
1846 * vc/smerge-mode.el (smerge-mine): Use shades of red.
1847 (smerge-other): Use shades of green.
1848 (smerge-base): Use shades of yellow.
1849 (smerge-refined-change): Empty face.
1850 (smerge-refined-removed): New face that uses shades of red.
1851 (smerge-refined-added): New face that uses shades of green.
1852 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
1853 args `props-r' and `props-a', and use them. Doc fix.
1854 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
1855 on its value use different faces `smerge-refined-change',
1856 `smerge-refined-removed', `smerge-refined-added' in the call to
1857 `smerge-refine-subst'.
1858
1859 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
1860 Add face condition `min-colors 88' with shades of red.
1861 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
1862 `min-colors 88' with shades of green.
1863 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
1864 `min-colors 88' with shades of yellow.
1865
1866 2012-05-24 Glenn Morris <rgm@gnu.org>
1867
1868 * paths.el (prune-directory-list, remote-shell-program): Move to...
1869 * files.el (prune-directory-list, remote-shell-program): ...here.
1870 For the latter, delay initialization, prefer ssh, just search PATH.
1871
1872 * paths.el (term-file-prefix): Move to faces.el (the only user).
1873 * faces.el (term-file-prefix): Move here, make it a defcustom.
1874
1875 * paths.el (news-directory, news-path, news-inews-program):
1876 Move to gnus/nnspool.el.
1877
1878 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
1879
1880 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
1881 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
1882 Make the latter a defcustom, with a delayed initialization.
1883
1884 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
1885 These were deleted from Gnus itself late 2010.
1886
1887 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
1888
1889 * progmodes/which-func.el (which-func-ff-hook):
1890 Check against user-error, not error.
1891
1892 * emacs-lisp/edebug.el (top): Do not load or set up loading of
1893 cl-specs.el, which no longer exists.
1894
1895 2012-05-22 Glenn Morris <rgm@gnu.org>
1896
1897 * info.el (info-emacs-bug): New command.
1898 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
1899 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
1900
1901 2012-05-21 Glenn Morris <rgm@gnu.org>
1902
1903 * makefile.w32-in (update-subdirs-SH):
1904 * Makefile.in (update-subdirs): Update for moved update-subdirs.
1905
1906 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
1907
1908 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
1909
1910 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1911 Simplify Maven regexp, and make sure the file can't start with a space
1912 (bug#11517).
1913
1914 2012-05-21 Glenn Morris <rgm@gnu.org>
1915
1916 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
1917 Scrap superfluous subshells.
1918
1919 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1920
1921 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
1922 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
1923
1924 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
1925
1926 * calc/calc.el (calc-ensure-consistent-units): New variable.
1927
1928 * calc/calc-units.el (math-consistent-units-p)
1929 (math-check-unit-consistency): New functions.
1930 (calc-quick-units, calc-convert-units):
1931 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
1932 is non-nil.
1933 (calc-extract-units): Fix typo.
1934
1935 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1936
1937 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
1938
1939 * textmodes/flyspell.el: Commenting style, plus code simplifications.
1940 (flyspell-default-deplacement-commands): Don't spell check after
1941 repeated window/frame switches (e.g. triggered by mouse-movement).
1942 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
1943 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
1944 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
1945 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
1946 Remove unused vars.
1947 (flyspell-get-casechars, flyspell-get-not-casechars):
1948 Simplify; Don't bother removing a ] just to add it back.
1949 * textmodes/ispell.el (ispell-program-name): Use executable-find.
1950
1951 2012-05-18 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
1952
1953 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
1954 New functions.
1955 (math-function-table): Add support for more C functions.
1956
1957 2012-05-18 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1958
1959 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
1960 (flyspell-debug-signal-word-checked): Protect delay handling for
1961 otherchars against empty otherchars.
1962
1963 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1964
1965 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
1966 their respective macro declarations.
1967 * skeleton.el (define-skeleton):
1968 * progmodes/compile.el (define-compilation-mode):
1969 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
1970 (define-ibuffer-filter):
1971 * emacs-lisp/generic.el (define-generic-mode):
1972 * emacs-lisp/easy-mmode.el (define-minor-mode)
1973 (define-globalized-minor-mode):
1974 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
1975 * emacs-lisp/byte-run.el (defsubst):
1976 * custom.el (deftheme): Add doc-string metadata.
1977
1978 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1979
1980 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
1981
1982 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1983
1984 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
1985
1986 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
1987 * emacs-lisp/cl-macs.el: Idem.
1988 * emacs-lisp/cl-specs.el: Remove.
1989
1990 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1991
1992 Minor renaming of internal CL functions and variables.
1993 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
1994 (cl--position): Rename from cl-position.
1995 (cl--delete-duplicates): Rename from cl-delete-duplicates.
1996 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
1997 (cl--random-state): Rename from *random-state*.
1998
1999 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2000
2001 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
2002 parens around the arg list (bug#11499).
2003
2004 2012-05-17 Juri Linkov <juri@jurta.org>
2005
2006 * isearch.el (word-search-regexp, word-search-backward)
2007 (word-search-forward, word-search-backward-lax)
2008 (word-search-forward-lax): Move functions from search.c
2009 (bug#10145, bug#11381).
2010
2011 2012-05-16 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
2012
2013 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
2014 (flyspell-debug-signal-word-checked): Delay for otherchars as for
2015 normal word components.
2016
2017 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2018
2019 * minibuffer.el (completion--sifn-requote): Fix last change.
2020 (minibuffer-local-must-match-filename-map):
2021 Move define-obsolete-variable-alias before its var.
2022
2023 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2024
2025 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
2026
2027 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
2028 behavior.
2029 (completion--string-equal-p): New function.
2030 (completion--twq-all): Use it to get better assertion failure data.
2031
2032 Only handle ".." and '..' quoting in shell-mode (bug#11466).
2033 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
2034 (shell--requote-argument): New functions.
2035 (shell-completion-vars): Use them.
2036 (shell--parse-pcomplete-arguments): Rename from
2037 shell-parse-pcomplete-arguments.
2038 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
2039 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
2040 Obey comint-file-name-quote-list.
2041
2042 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
2043 (smie-indent-keyword): Use it.
2044
2045 2012-05-14 Stefan Merten <smerten@oekonux.de>
2046
2047 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
2048
2049 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2050
2051 * net/rlogin.el (rlogin-mode-map): Fix last change.
2052
2053 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
2054
2055 * mail/smtpmail.el (smtpmail-send-command): Send the command and
2056 the following \r\n using a single `process-send-string', since the
2057 Lotus SMTP server refuses to accept any commands if they are sent
2058 with two `process-send-string's (Bug#11444).
2059
2060 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2061
2062 * shell.el (shell-parse-pcomplete-arguments):
2063 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
2064
2065 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2066
2067 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2068 (image-transform-scale, image-transform-right-angle-fudge): New vars.
2069 (image-transform-width, image-transform-fit-width): New functions.
2070 (image-transform-properties): Use them.
2071 (image-transform-check-size): New function.
2072 (image-toggle-display-image): Use it (for testing).
2073 (image-transform-set-rotation): Reduce angle mod 360.
2074 Delete obsolete comment.
2075
2076 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2077
2078 * image-mode.el: Fix scaling (bug#11399).
2079 (image-transform-resize): Doc fix.
2080 (image-transform-properties): Default scale is 1 and height should
2081 be an integer.
2082
2083 2012-05-13 Johan BockgĂ¥rd <bojohan@gnu.org>
2084
2085 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
2086 than hard-coding `car', to fix misbehavior when moving forward.
2087
2088 2012-05-13 Chong Yidong <cyd@gnu.org>
2089
2090 * emacs-lisp/tabulated-list.el (tabulated-list-format)
2091 (tabulated-list-entries, tabulated-list-padding)
2092 (tabulated-list-sort-key): Make permanent-local.
2093
2094 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
2095 (electric-buffer-list): Put electric buffer menu
2096 command descriptions in this docstring, instead of the docstring
2097 of electric-buffer-menu-mode. Code cleanups.
2098 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
2099 Electric-buffer-menu-mode.
2100 (electric-buffer-update-highlight): Minor code cleanup.
2101
2102 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
2103
2104 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
2105 (Bug#11447)
2106
2107 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2108
2109 Move define-obsolete-variable-alias before the var's definition.
2110 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
2111 * tooltip.el (tooltip-hook):
2112 * textmodes/reftex-toc.el (reftex-toc-map):
2113 * textmodes/reftex-sel.el (reftex-select-label-map)
2114 (reftex-select-bib-map):
2115 * textmodes/reftex-index.el (reftex-index-map)
2116 (reftex-index-phrases-map):
2117 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
2118 * progmodes/meta-mode.el (meta-mode-map):
2119 * novice.el (disabled-command-hook):
2120 * loadhist.el (unload-hook-features-list):
2121 * frame.el (blink-cursor):
2122 * files.el (find-file-not-found-hooks, write-file-hooks)
2123 (write-contents-hooks):
2124 * emulation/tpu-edt.el (GOLD-map):
2125 * emacs-lock.el (emacs-lock-from-exiting):
2126 * emacs-lisp/generic.el (generic-font-lock-defaults):
2127 * emacs-lisp/chart.el (chart-map):
2128 * dos-fns.el (register-name-alist):
2129 * dired-x.el (dired-omit-files-p):
2130 * desktop.el (desktop-enable):
2131 * cus-edit.el (custom-mode-hook):
2132 * buff-menu.el (buffer-menu-mode-hook):
2133 * bookmark.el (bookmark-read-annotation-text-func)
2134 (bookmark-exit-hooks):
2135 * allout.el (allout-mode-deactivate-hook)
2136 (allout-exposure-change-hook, allout-structure-added-hook)
2137 (allout-structure-deleted-hook, allout-structure-shifted-hook):
2138 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
2139 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
2140 comes before the corresponding variable's definition.
2141
2142 2012-05-12 Chong Yidong <cyd@gnu.org>
2143
2144 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
2145 (Buffer-menu-mouse-select): Restore function (Bug#11459).
2146 (Buffer-menu-mode-map): Bind it.
2147 (Buffer-menu--pretty-name): Add a mouse-face property.
2148
2149 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2150
2151 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
2152 (prolog-upper-case-string, prolog-lower-case-string)
2153 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
2154 (prolog-use-smie, prolog-smie-grammar): New vars.
2155 (prolog-smie-forward-token, prolog-smie-backward-token)
2156 (prolog-smie-rules): New funs.
2157 (prolog-comment-indent): Remove.
2158 (prolog-mode-variables): Use default comment indentation instead.
2159 Setup SMIE.
2160 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
2161 (prolog-mode): Don't call them any more.
2162 (prolog-electric-colon, prolog-electric-dash)
2163 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
2164
2165 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
2166
2167 * minibuffer.el (completion--twq-all): Again, allow case differences.
2168
2169 * term.el: Move keymap initialization code to be more idiomatic.
2170 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
2171 (term-terminal-menu): Move initialization into declaration.
2172 (term-escape-char): Let the user set it in her .emacs.
2173
2174 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
2175 Provide SMIE-based indentation (not enabled by default yet).
2176 (sh-mode-map): Don't bind electric keys.
2177 Use electric-pair-mode instead of skeleton-pair.
2178 (sh-assignment-regexp): Fit within 80 columns.
2179 (sh-indent-supported): Specify actual shell name instead of boolean.
2180 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
2181 (sh-maybe-here-document): Use it. Make obsolete.
2182 (sh-electric-here-document-mode) New minor mode.
2183 (sh-mode): Use it. Don't set sh-indent-supported-here here.
2184 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
2185 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
2186 (sh-smie-rc-grammar, sh-use-smie): New vars.
2187 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
2188 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
2189 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
2190 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
2191 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
2192 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
2193 (sh-set-shell): Use smie-setup if requested.
2194
2195 * term.el (term-set-escape-char): Properly set term-escape-char.
2196 See http://stackoverflow.com/questions/10524656.
2197
2198 2012-05-10 Chong Yidong <cyd@gnu.org>
2199
2200 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
2201 Use url-generic-parse-url, and handle host names and Windows
2202 filenames properly.
2203 (ffap-url-unwrap-remote): Use url-generic-parse-url.
2204 (ffap-url-unwrap-remote): Accept list values, specifying a list of
2205 URL schemes to work on.
2206 (ffap--toggle-read-only): New function.
2207 (ffap-read-only, ffap-read-only-other-window)
2208 (ffap-read-only-other-frame): Use it.
2209 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
2210 necessary for ffap-url-unwrap-remote.
2211
2212 2012-05-10 Dave Abrahams <dave@boostpro.com>
2213
2214 * cus-start.el (create-lockfiles): Add it.
2215
2216 2012-05-09 Chong Yidong <cyd@gnu.org>
2217
2218 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
2219 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
2220
2221 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
2222
2223 * shell.el (shell-completion-vars): Fix last change (bug#11348).
2224
2225 2012-05-09 Chong Yidong <cyd@gnu.org>
2226
2227 * ansi-color.el (ansi-color-process-output): Check for validity of
2228 comint-last-output-start before using it. This avoids a bad
2229 interaction with gdb-mi's input/output buffer.
2230
2231 2012-05-09 Glenn Morris <rgm@gnu.org>
2232
2233 * files.el (dir-locals-read-from-file):
2234 Mention dir-locals in any error message.
2235
2236 2012-05-09 Chong Yidong <cyd@gnu.org>
2237
2238 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
2239 package (Bug#11410).
2240
2241 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
2242 variables into description.
2243
2244 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
2245
2246 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
2247 shell-delimiter-argument-list (bug#11348).
2248 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
2249
2250 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
2251
2252 * textmodes/rst.el: Silence byte-compiler warnings.
2253 (rst-re-alist, rst-reset-section-caches): Move around.
2254 (rst-re): Use `characterp', not `char-valid-p'.
2255 (font-lock-beg, font-lock-end): Declare.
2256
2257 * progmodes/idlw-shell.el (specs): Remove reference to deleted
2258 variable `idlwave-shell-activate-alt-keybindings' and simplify.
2259
2260 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
2261
2262 2012-05-08 Glenn Morris <rgm@gnu.org>
2263
2264 * files.el (auto-mode-alist): Treat ".make" like ".mk".
2265
2266 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2267
2268 * vc/log-edit.el: Add GNU coding standards highlighting.
2269 (log-edit-font-lock-gnu-style)
2270 (log-edit-font-lock-gnu-keywords): New vars.
2271 (log-edit-font-lock-keywords): New fun.
2272 (log-edit-mode): Don't fold case in font-lock.
2273 (log-edit-font-lock-keywords): Do not assume case-folding.
2274
2275 * imenu.el: Misc cleanup. Make docstrings out of comments.
2276 Use lexical-binding.
2277 (imenu--index-alist, imenu--last-menubar-index-alist)
2278 (imenu-menubar-modified-tick): Use defvar-local.
2279 (imenu--split-menu): Remove unused var.
2280 (imenu--cleanup-seen): Declare as global.
2281 (imenu--cleanup): Use dolist.
2282
2283 * subr.el (defvar-local): Add debug spec and doc-string position.
2284
2285 2012-05-08 Glenn Morris <rgm@gnu.org>
2286
2287 * lisp/language/burmese.el, language/cham.el, language/czech.el:
2288 * language/english.el, language/georgian.el, language/greek.el:
2289 * language/japanese.el, language/khmer.el, language/korean.el:
2290 * language/lao.el, language/misc-lang.el, language/romanian.el:
2291 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
2292 * language/thai.el, language/utf-8-lang.el:
2293 Remove no-byte-compile setting.
2294
2295 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
2296
2297 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2298
2299 * progmodes/make-mode.el (makefile-browse):
2300 Remove unnecessary interactive. (Bug#11324)
2301
2302 2012-05-07 Glenn Morris <rgm@gnu.org>
2303
2304 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
2305
2306 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
2307
2308 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2309
2310 * loadup.el: Preload newcomment.el.
2311 * newcomment.el: Move autoload-only code to toplevel.
2312
2313 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
2314 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
2315 Handle new :right-align column property.
2316 (tabulated-list-print-col): Idem, plus use `display' text-property to
2317 try and preserve alignment for variable pitch fonts.
2318
2319 2012-05-07 Chong Yidong <cyd@gnu.org>
2320
2321 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
2322 (tabulated-list-use-header-line): New var.
2323 (tabulated-list-init-header): Use it.
2324 (tabulated-list-print-fake-header): New function.
2325 (tabulated-list-print): Use it.
2326 (tabulated-list-sort-button-map): Add non-header-line commands.
2327 (tabulated-list-init-header): Add column name property to basic
2328 labels as well.
2329 (tabulated-list-col-sort): Handle non-header-line button case.
2330 (tabulated-list--sort-by-column-name): Fix a corner case.
2331
2332 * buff-menu.el (list-buffers--refresh):
2333 Handle Buffer-menu-use-header-line.
2334
2335 2012-05-06 Chong Yidong <cyd@gnu.org>
2336
2337 * buff-menu.el: Convert to Tabulated List mode.
2338 (Buffer-menu-buffer+size-width): Make obsolete.
2339 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
2340 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
2341 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
2342 documentation into docstring of buffer-menu.
2343 (Buffer-menu-toggle-files-only): Add an informative message.
2344 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
2345 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
2346 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
2347 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
2348 (Buffer-menu-execute, Buffer-menu-select)
2349 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
2350 (Buffer-menu-bury): Use Tabulated List machinery.
2351 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
2352 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
2353 Delete.
2354 (list-buffers--refresh): New function.
2355 (list-buffers-noselect): Use it.
2356 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
2357 (Buffer-menu--pretty-file-name): New helper functions.
2358
2359 * loadup.el: Preload tabulated-list.
2360
2361 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
2362 tabulated-list-sort-column.
2363 (tabulated-list-init-header): Add the initial aligning space even
2364 if tabulated-list-padding is zero.
2365
2366 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
2367
2368 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
2369 whose cdr is not a cons cell correctly (bug#11038).
2370
2371 2012-05-06 Chong Yidong <cyd@gnu.org>
2372
2373 * emacs-lisp/tabulated-list.el (tabulated-list-format):
2374 Accept additional plist in column descriptors.
2375 (tabulated-list-init-header): Obey it.
2376 (tabulated-list-get-entry): New function.
2377 (tabulated-list-put-tag): Use it. Use string-width instead of
2378 length.
2379 (tabulated-list--column-number): New function.
2380 (tabulated-list-print): Use it.
2381 (tabulated-list-print-col): New function.
2382 Set `tabulated-list-column-name' property on each column's text.
2383 (tabulated-list-print-entry): Use it.
2384 (tabulated-list-delete-entry, tabulated-list-set-col):
2385 New functions.
2386 (tabulated-list-sort-column): New command (Bug#11337).
2387
2388 * buff-menu.el (list-buffers): Move C-x C-b binding from
2389 buff-menu.el to bindings.el.
2390
2391 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
2392 :advertised-binding feature.
2393
2394 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
2395
2396 * progmodes/compile.el (compilation-internal-error-properties):
2397 Calculate start position correctly when end-col is set but
2398 end-line is not (Bug#11382).
2399
2400 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
2401
2402 * man.el (Man-unindent): Use text-property-default-nonsticky to
2403 prevent untabify from inheriting face properties (Bug#11408).
2404
2405 2012-05-05 Stefan Merten <smerten@oekonux.de>
2406
2407 * textmodes/rst.el: Major merge with upstream development up to
2408 Docutils SVN r7399 / rst.el V1.2.1.
2409
2410 Clarify maintainership and authors.
2411
2412 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
2413 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
2414 (rst-official-version, rst-official-cvs-rev, rst-version)
2415 (rst-package-emacs-version-alist): New functions and variables
2416 for version information.
2417
2418 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
2419 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
2420 (rst-mode-syntax-table, rst-mode): New and corrected functions
2421 and variables representing reStructuredText features.
2422
2423 (rst-re): New function for reStructuredText regexes. Use in
2424 many places.
2425
2426 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
2427 (rst-mode-map): Rebind keys.
2428
2429 (rst-mode-lazy, rst-font-lock-keywords)
2430 (rst-font-lock-extend-region)
2431 (rst-font-lock-extend-region-internal)
2432 (rst-font-lock-extend-region-extend)
2433 (rst-font-lock-find-unindented-line-limit)
2434 (rst-font-lock-find-unindented-line-match)
2435 (rst-adornment-level, rst-font-lock-adornment-level)
2436 (rst-font-lock-adornment-match)
2437 (rst-font-lock-handle-adornment-pre-match-form)
2438 (rst-font-lock-handle-adornment-matcher): Major revision of
2439 font-locking. Integrate with other code. Use `jit-lock-mode'.
2440
2441 (rst-preferred-adornments, rst-adjust-hook)
2442 (rst-new-adornment-down, rst-preferred-bullets)
2443 (rst-preferred-bullets, rst-indent, rst-indent-width)
2444 (rst-indent-field, rst-indent-literal-normal)
2445 (rst-indent-literal-minimized, rst-indent-comment): Change,
2446 extend and improve customization.
2447
2448 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
2449 (rst-normalize-cursor-position, rst-get-decoration)
2450 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
2451 (rst-rstrip, rst-toc-insert-find-delete-contents)
2452 (rst-shift-fill-region, rst-compute-bullet-tabs)
2453 (rst-debug-print-tabs, rst-debug-mark-found)
2454 (rst-shift-region-guts, rst-shift-region-right)
2455 (rst-shift-region-left, rst-use-char-classes)
2456 (rst-font-lock-keywords-function)
2457 (rst-font-lock-indentation-point)
2458 (rst-font-lock-find-unindented-line-begin)
2459 (rst-font-lock-find-unindented-line-end)
2460 (rst-font-lock-find-unindented-line)
2461 (rst-font-lock-adornment-point, rst-font-lock-level)
2462 (rst-adornment-level-alist): Remove functions and variables.
2463
2464 (rst-compare-adornments, rst-get-adornment-match)
2465 (rst-suggest-new-adornment, rst-get-adornments-around)
2466 (rst-adornment-complete-p, rst-get-next-adornment)
2467 (rst-adjust-adornment, rst-display-adornments-hierarchy)
2468 (rst-straighten-adornments): Standardize function names to
2469 use "adornment" instead of "decoration". Correct callers.
2470 Similar standardizing in many places.
2471
2472 (rst-update-section, rst-adjust, rst-promote-region)
2473 (rst-enumerate-region, rst-bullet-list-region)
2474 (rst-repeat-last-character): Correct use of `interactive'.
2475
2476 (rst-classify-adornment, rst-find-all-adornments)
2477 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
2478 (rst-find-leftmost-column, rst-repeat-last-character):
2479 Refactor functions.
2480
2481 (rst-find-title-line, rst-reset-section-caches)
2482 (rst-get-adornments-around, rst-adjust-adornment-work)
2483 (rst-arabic-to-roman, rst-roman-to-arabic)
2484 (rst-insert-list-pos, rst-insert-list-new-item)
2485 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
2486 New functions.
2487
2488 (rst-all-sections, rst-section-hierarchy)
2489 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
2490 New variables.
2491
2492 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
2493 configuration instead of only buffer. Change where necessary.
2494
2495 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
2496 (rst-shift-region, rst-adaptive-fill): New functions for
2497 indentation and filling.
2498
2499 (rst-comment-line-break, rst-comment-indent)
2500 (rst-comment-insert-comment, rst-comment-region)
2501 (rst-uncomment-region): New functions for handling comments.
2502
2503 (rst-compile): Quote shell arguments.
2504
2505 (rst-compile-pdf-preview, rst-compile-slides-preview):
2506 Delete temporary files after use.
2507
2508 2012-05-05 Glenn Morris <rgm@gnu.org>
2509
2510 * calendar/cal-html.el: Optionally include holidays in the output.
2511 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
2512 (cal-html-holidays): New option.
2513 (cal-html-css-default): Add holiday entry.
2514 (holiday-in-range): Autoload it.
2515 (cal-html-htmlify-entry): Add optional class argument.
2516 (cal-html-htmlify-list): Add optional holidays argument.
2517 (cal-html-insert-agenda-days): Include holidays in the output.
2518 (cal-html-one-month): Maybe include holidays.
2519
2520 * calendar/holidays.el (holiday-in-range):
2521 Move here from cal-tex-list-holidays.
2522 * calendar/cal-tex.el (cal-tex-list-holidays):
2523 Make it an obsolete alias for holiday-in-range. Update all callers.
2524
2525 2012-05-05 Chong Yidong <cyd@gnu.org>
2526
2527 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
2528 Nextstep.
2529
2530 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
2531
2532 * files.el (file-auto-mode-skip): New var.
2533 (set-auto-mode-1): Use it.
2534
2535 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2536
2537 * repeat.el: Use lexical-binding.
2538 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
2539 (repeat-undo-count): Remove.
2540 (repeat):
2541 * progmodes/octave-mod.el (octave-abbrev-start):
2542 * progmodes/f90.el (f90-abbrev-start):
2543 * face-remap.el (text-scale-adjust):
2544 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
2545
2546 * emacs-lisp/pcase.el (pcase--let*): New function.
2547 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
2548 a bit more.
2549 (pcase--split-pred): Be more clever about ruling out overlap between
2550 a predicate and some constant pattern.
2551 (pcase--q1): Use `null' instead of (eq foo nil).
2552
2553 * subr.el (setq-local, defvar-local): New macros.
2554 (kbd): Redefine as an alias.
2555 (with-selected-window): Leave unrelated frames alone.
2556 (set-temporary-overlay-map): New function.
2557
2558 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2559
2560 * subr.el (user-error): New function.
2561 * window.el (switch-to-buffer):
2562 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
2563 (smerge-match-conflict):
2564 * simple.el (previous-matching-history-element)
2565 (next-matching-history-element, goto-history-element, undo-more)
2566 (undo-start):
2567 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
2568 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
2569 (next-file, tags-loop-scan, list-tags, complete-tag):
2570 * progmodes/compile.el (compilation-loop):
2571 * mouse.el (mouse-minibuffer-check):
2572 * man.el (Man-bgproc-sentinel, Man-goto-page):
2573 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
2574 (Info-history-forward, Info-follow-reference, Info-menu)
2575 (Info-extract-menu-item, Info-extract-menu-counting)
2576 (Info-forward-node, Info-backward-node, Info-next-menu-item)
2577 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
2578 (Info-next-reference, Info-prev-reference, Info-index)
2579 (Info-index-next, Info-follow-nearest-node)
2580 (Info-copy-current-node-name):
2581 * imenu.el (imenu--make-index-alist)
2582 (imenu-default-create-index-function, imenu-add-to-menubar):
2583 * files.el (basic-save-buffer, recover-file):
2584 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2585 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
2586 (checkdoc-message-text, checkdoc-defun):
2587 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
2588 * cus-edit.el (customize-changed-options, customize-rogue)
2589 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
2590 (custom-variable-mark-to-reset-standard)
2591 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
2592 (custom-file):
2593 * completion.el (check-completion-length):
2594 * comint.el (comint-search-arg)
2595 (comint-previous-matching-input-string-position)
2596 (comint-previous-matching-input)
2597 (comint-replace-by-expanded-history-before-point, comint-send-input)
2598 (comint-copy-old-input, comint-backward-matching-input)
2599 (comint-goto-process-mark, comint-set-process-mark):
2600 * calendar/calendar.el (calendar-cursor-to-date): Use it.
2601 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
2602
2603 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2604
2605 * dabbrev.el (dabbrev--ignore-case-p): New function.
2606 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
2607 Use it.
2608
2609 * files.el (automount-dir-prefix): Mark as obsolete.
2610
2611 2012-05-04 Glenn Morris <rgm@gnu.org>
2612
2613 * patcomp.el, play/bruce.el: Move to obsolete/.
2614
2615 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
2616
2617 Fix minor Y10k bugs.
2618 * arc-mode.el (archive-unixdate):
2619 * autoinsert.el (auto-insert-alist):
2620 * calc/calc-forms.el (math-this-year):
2621 * emacs-lisp/copyright.el (copyright-current-year)
2622 (copyright-update-year, copyright):
2623 * tar-mode.el (tar-clip-time-string):
2624 * time.el (display-time-update):
2625 Don't assume years have 4 digits.
2626
2627 2012-05-04 Chong Yidong <cyd@gnu.org>
2628
2629 * dos-w32.el (file-name-buffer-file-type-alist)
2630 (direct-print-region-use-command-dot-com):
2631 * ffap.el (ffap-menu-regexp):
2632 * find-file.el (ff-special-constructs):
2633 * follow.el (follow-debug):
2634 * forms.el (forms--debug):
2635 * iswitchb.el (iswitchb-all-frames):
2636 * ido.el (ido-all-frames):
2637 * emacs-lisp/timer.el (timer-max-repeats):
2638 * mail/feedmail.el (feedmail-mail-send-hook)
2639 (feedmail-mail-send-hook-queued):
2640 * mail/footnote.el (footnote-signature-separator):
2641 * mail/mailabbrev.el (mail-alias-separator-string)
2642 (mail-abbrev-mode-regexp):
2643 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
2644 * progmodes/idlwave.el (idlwave-libinfo-file)
2645 (idlwave-default-completion-case-is-down)
2646 (idlwave-library-routines): Convert defvars to defcustoms.
2647
2648 * mail/rmail.el (rmail-decode-mime-charset):
2649 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
2650 (idlwave-shell-fix-inserted-breaks)
2651 (idlwave-shell-activate-alt-keybindings)
2652 (idlwave-shell-use-breakpoint-glyph):
2653 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
2654
2655 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2656
2657 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
2658
2659 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
2660
2661 * progmodes/verilog-mode.el (font-lock-keywords):
2662 Fix mis-highligting auto. Reported by Craig Barner.
2663 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
2664 defines from global name space. Reported by Dan Dever.
2665 (verilog-auto-reset, verilog-auto-reset-widths)
2666 (verilog-auto-tieoff): Support using unbased numbers for
2667 AUTORESET and AUTOTIEOFF.
2668 (verilog-submit-bug-report): Update variable list.
2669 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
2670 parenthesis from not matching. Reported by Michael Rytting.
2671 (verilog-auto-template-lint): Fix hash error when linting modules
2672 with no used templates.
2673 (verilog-warn, verilog-warn-error)
2674 (verilog-warn-fatal): When non-interactive report multiple
2675 warnings before exiting. Suggested by Brad Dobbie.
2676 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
2677 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
2678 to report unused template errors. Reported by Brad Dobbie.
2679 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
2680 nets, bug438. Reported by Vns Blore.
2681 (verilog-auto-inout-module, verilog-auto-reg)
2682 (verilog-read-decls, verilog-read-sub-decls-sig)
2683 (verilog-signals-edit-wire-reg, verilog-signals-with):
2684 Fix passing of Verilog data types in ANSI input/output ports
2685 such as "output logic" into the AUTOs. Special case "wire" and
2686 "reg" for backwards compatibility presuming Verilog 2001.
2687 (verilog-auto-ascii-enum): Add "auto enum" as alias.
2688 (verilog-preprocess): Fix replication of preprocess output.
2689 Reported by Brad Dobbie.
2690 (verilog-auto-inst-interfaced-ports):
2691 Create verilog-auto-inst-interfaced-ports, bug429.
2692 Reported by Julian Gorfajn.
2693 (verilog-after-save-font-hook)
2694 (verilog-before-save-font-hook): New variable.
2695 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
2696 (verilog-save-font-mods): Wrap disabling fontification, reported
2697 by David Rogoff.
2698 (verilog-do-indent, verilog-pretty-declarations-auto)
2699 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
2700 Reported by Pierre-David Pfister.
2701 (verilog-set-auto-endcomments): Fix endtask auto comments outside
2702 of class declarations, bug292. Reported by Kevin Heilman.
2703 (verilog-read-decls): Fix 'parameter type' not appearing in
2704 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
2705 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
2706 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
2707 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
2708 Reported by David Kravitz.
2709
2710 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
2711
2712 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
2713 assignment with tests in ifs and for loops.
2714 (verilog-extended-complete-re, verilog-complete-reg): Change so
2715 that DPI inport functions don't look like fuction declarations.
2716 (verilog-pretty-expr): Don't line up assignment
2717 operations to the test and increment in if and for loops
2718 (verilog-extended-complete-re, verilog-complete-reg): Change so
2719 that DPI inport functions don't look like fuction declarations
2720
2721 2012-05-03 Kenichi Handa <handa@m17n.org>
2722
2723 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
2724 decoding, and show a warning message without signaling an error
2725 (Bug#11282).
2726
2727 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2728
2729 * emacs-lisp/bytecomp.el
2730 (byte-compile-file-form-custom-declare-variable): Compile all elements,
2731 since cconv.el might have introduced :fun-body, internal-make-closure,
2732 and friends for bytecomp to handle (bug#11391).
2733 * custom.el (defcustom): Avoid ((λ ..) ..).
2734
2735 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2736
2737 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
2738
2739 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
2740
2741 * notifications.el (dbus-debug):
2742 * term/linux.el (gpm-mouse-enable):
2743 * term/screen.el (xterm-register-default-colors): Declare.
2744
2745 2012-05-02 Chong Yidong <cyd@gnu.org>
2746
2747 * cus-start.el (gc-cons-percentage, exec-suffixes)
2748 (dos-display-scancodes, dos-hyper-key, dos-super-key)
2749 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
2750 (make-cursor-line-fully-visible, void-text-area-pointer)
2751 (font-list-limit): Add customization data.
2752
2753 * allout.el (allout-exposure-change-functions)
2754 (allout-structure-added-functions)
2755 (allout-structure-deleted-functions)
2756 (allout-structure-shifted-functions): Rename abnormal hooks from
2757 *-hook, and convert to defcustoms.
2758 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
2759 Convert to defcustoms.
2760 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
2761
2762 * allout-widgets.el: Hook callers changed.
2763
2764 2012-05-02 Eli Zaretskii <eliz@gnu.org>
2765
2766 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
2767 the yanked message in preference to the default value of
2768 buffer-file-coding-system.
2769
2770 2012-05-02 Martin Rudalics <rudalics@gmx.at>
2771
2772 * window.el (display-buffer--action-function-custom-type):
2773 Fix entry.
2774
2775 2012-05-02 Alan Mackenzie <acm@muc.de>
2776
2777 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
2778
2779 2012-05-01 Glenn Morris <rgm@gnu.org>
2780
2781 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
2782
2783 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
2784
2785 * cus-edit.el (custom-variable-documentation): Simplify with format.
2786
2787 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2788 Stefan Monnier <monnier@iro.umontreal.ca>
2789
2790 * simple.el (suggest-key-bindings, execute-extended-command):
2791 Move from keyboard.c.
2792
2793 2012-05-01 Chong Yidong <cyd@gnu.org>
2794
2795 * follow.el: Eliminate advice.
2796 (set-process-filter, process-filter, sit-for): Advice deleted.
2797 (follow-mode-off-hook): Obsolete hook removed.
2798 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
2799 Vars deleted.
2800 (follow-auto): Use a :set function.
2801 (follow-mode): Rewritten. Don't advise process filters.
2802 (follow-switch-to-current-buffer-all, follow-scroll-up)
2803 (follow-scroll-down): Assume follow-mode is bound.
2804 (follow-comint-scroll-to-bottom)
2805 (follow-align-compilation-windows): New functions.
2806 (follow--window-sorter): New function.
2807 (follow-all-followers): Use it to explicitly sort windows by their
2808 positions; don't make assumptions about next-window order.
2809 (follow-windows-start-end, follow-delete-other-windows-and-split)
2810 (follow-calc-win-start): Doc fix.
2811 (follow-windows-aligned-p, follow-select-if-visible): Don't call
2812 vertical-motion unnecessarily.
2813 (follow-adjust-window): New function.
2814 (follow-post-command-hook): Use it.
2815 (follow-call-set-process-filter, follow-call-process-filter)
2816 (follow-intercept-process-output, follow-tidy-process-filter-alist)
2817 (follow-stop-intercept-process-output, follow-generic-filter):
2818 Functions deleted.
2819 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
2820 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
2821 New functions, replacing advice on scroll-bar-* commands.
2822 (follow-mwheel-scroll): New function (Bug#4112).
2823
2824 * comint.el (comint-adjust-point): New function.
2825 (comint-postoutput-scroll-to-bottom): Use it.
2826 Call follow-comint-scroll-to-bottom for Follow mode buffers.
2827
2828 2012-05-01 Glenn Morris <rgm@gnu.org>
2829
2830 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
2831 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
2832 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
2833 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
2834 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
2835 Remove no-byte-compile setting.
2836
2837 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2838
2839 * minibuffer.el (completion-table-with-quoting): Fix compatibility
2840 all-completions code to not return a number in the last cdr.
2841
2842 2012-04-30 Leo Liu <sdl.web@gmail.com>
2843
2844 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
2845 read-only error.
2846
2847 2012-04-29 Chong Yidong <cyd@gnu.org>
2848
2849 * follow.el (follow-calc-win-end): Rewrite to handle partial
2850 screen lines correctly (Bug#8390).
2851 (follow-avoid-tail-recenter): Minor cleanup.
2852
2853 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2854
2855 Avoid the obsolete `assoc' package.
2856 * speedbar.el (speedbar-refresh): Avoid adelete.
2857 (speedbar-file-lists): Simplify and avoid aput.
2858 * man.el (Man--sections, Man--refpages): New vars, replacing
2859 Man-sections-alist and Man-refpages-alist.
2860 (Man-build-section-alist, Man-build-references-alist):
2861 Use them; avoid aput.
2862 (Man--last-section, Man--last-refpage): New vars.
2863 (Man-follow-manual-reference): Use them.
2864 Use the `default' arg of completing-read.
2865 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
2866
2867 2012-04-27 Chong Yidong <cyd@gnu.org>
2868
2869 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
2870
2871 * startup.el (x-apply-session-resources): New function.
2872
2873 * term/ns-win.el (ns-initialize-window-system):
2874 * term/w32-win.el (w32-initialize-window-system):
2875 * term/x-win.el (x-initialize-window-system): Use it to properly
2876 set menu-bar-mode and other vars from X resources, even if the
2877 initial frame is not a window-system frame (Bug#2299).
2878
2879 * subr.el (read-key): Avoid running filter function when setting
2880 up temporary tool bar entries (Bug#9922).
2881
2882 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
2883
2884 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
2885 (Bug#11344)
2886
2887 2012-04-27 Chong Yidong <cyd@gnu.org>
2888
2889 * select.el (xselect--encode-string): New function, split from
2890 xselect-convert-to-string.
2891 (xselect-convert-to-string): Use it.
2892 (xselect-convert-to-filename, xselect-convert-to-os)
2893 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
2894 returned strings are properly encoded (Bug#11315).
2895
2896 2012-04-27 Chong Yidong <cyd@gnu.org>
2897
2898 * simple.el (delete-active-region): Move to killing custom group.
2899
2900 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
2901
2902 * progmodes/which-func.el (which-func-current): Quote %
2903 characters for mode-line processing.
2904
2905 2012-04-27 Chong Yidong <cyd@gnu.org>
2906
2907 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
2908 reaching eob (Bug#11286).
2909
2910 2012-04-27 Eli Zaretskii <eliz@gnu.org>
2911
2912 * progmodes/gdb-mi.el (gdb-control-level): New variable.
2913 (gdb): Make it buffer-local and init to zero.
2914 (gdb-control-commands-regexp): New variable.
2915 (gdb-send): Don't wrap in "-interpreter-exec console" if
2916 gdb-control-level is positive. Increment gdb-control-level
2917 whenever the command matches gdb-control-commands-regexp, and
2918 decrement it each time the command is "end". (Bug#11279)
2919
2920 2012-04-27 Martin Rudalics <rudalics@gmx.at>
2921
2922 * window.el (adjust-window-trailing-edge, enlarge-window)
2923 (shrink-window, window-resize):
2924 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
2925 windows (Bug#11276).
2926
2927 2012-04-27 Chong Yidong <cyd@gnu.org>
2928
2929 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
2930 fix "missing prefix" warning. All callers changed.
2931
2932 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2933
2934 * emacs-lisp/assoc.el: Move to obsolete/.
2935
2936 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2937
2938 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
2939
2940 * term/ns-win.el (ns-define-service):
2941 * progmodes/pascal.el (pascal-goto-defun):
2942 * progmodes/js.el (js--read-tab):
2943 * progmodes/etags.el (tags-lazy-completion-table):
2944 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
2945 * emacs-lisp/ewoc.el (ewoc--wrap):
2946 * emacs-lisp/assoc.el (aput, adelete, amake):
2947 * doc-view.el (doc-view-convert-current-doc):
2948 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
2949
2950 2012-04-26 Chong Yidong <cyd@gnu.org>
2951
2952 * image.el (image-type-from-buffer): Only return supported image
2953 type (Bug#9045).
2954
2955 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
2956 value, for symmetry with diff-end-of-hunk.
2957 (diff-split-hunk, diff-find-source-location)
2958 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
2959 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
2960 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
2961 compute the relevant hunk or file properly (Bug#6005).
2962 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
2963
2964 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2965
2966 * vc/vc-mtn.el:
2967 * vc/vc-hg.el:
2968 * vc/vc-git.el:
2969 * vc/vc-dir.el:
2970 * vc/vc-cvs.el:
2971 * vc/vc-bzr.el:
2972 * vc/vc-arch.el:
2973 * vc/vc.el: Replace lexical-let by lexical-binding.
2974 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
2975 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
2976 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
2977
2978 2012-04-26 Chong Yidong <cyd@gnu.org>
2979
2980 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
2981 (diff-mode-shared-map): Bind it to / and [remap undo].
2982
2983 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
2984 (ediff-window-setup-function): Use it as the default, to set up
2985 windows based on whether the current frame is graphical (Bug#2138).
2986 (ediff-choose-window-setup-function-automatically): Make obsolete.
2987
2988 * vc/ediff-init.el: Always define ediff-pixel-width/height.
2989
2990 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
2991
2992 * ffap.el: Remove old code for obsolete package.
2993 (ffap-complete-as-file-p): Remove.
2994
2995 Use completion-table-with-quoting for comint and pcomplete.
2996 * comint.el (comint--unquote&requote-argument)
2997 (comint--unquote-argument, comint--requote-argument): New functions.
2998 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
2999 (comint-quote-filename): Use regexp-opt-charset.
3000 (comint--common-suffix, comint--common-quoted-suffix)
3001 (comint--table-subvert): Remove.
3002 (comint-unquote-function, comint-requote-function): New vars.
3003 (comint--complete-file-name-data): Use them with
3004 completion-table-with-quoting.
3005 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
3006 * pcomplete.el (pcomplete-arg-quote-list)
3007 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
3008 (pcomplete-unquote-argument-function): Default to non-nil.
3009 (pcomplete-unquote-argument): Simplify.
3010 (pcomplete--common-quoted-suffix): Remove.
3011 (pcomplete-requote-argument-function): New var.
3012 (pcomplete--common-suffix): New function.
3013 (pcomplete-completions-at-point): Use completion-table-with-quoting
3014 and completion-table-subvert.
3015
3016 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
3017 (minibuffer--double-dollars): Preserve properties.
3018 (completion--sifn-requote): New function.
3019 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
3020
3021 * minibuffer.el: Add support for completion of quoted/escaped data.
3022 (completion-table-with-quoting, completion-table-subvert): New funs.
3023 (completion--twq-try, completion--twq-all): New functions.
3024 (completion--nth-completion): New function.
3025 (completion-try-completion, completion-all-completions): Use it.
3026
3027 2012-04-25 Leo Liu <sdl.web@gmail.com>
3028
3029 * progmodes/python.el (python-pdbtrack-get-source-buffer):
3030 Use compilation-message if available to find real filename.
3031
3032 2012-04-25 Chong Yidong <cyd@gnu.org>
3033
3034 * vc/diff-mode.el (diff-setup-whitespace): New function.
3035 (diff-mode): Use it.
3036
3037 * vc/diff.el (diff-sentinel):
3038 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
3039 Whitespace mode variables based on diff style (Bug#8612).
3040
3041 2012-04-25 Leo Liu <sdl.web@gmail.com>
3042
3043 * progmodes/python.el (python-send-region): Add suffix .py to the
3044 temp file.
3045
3046 * files.el (auto-mode-alist): Use javascript-mode instead.
3047
3048 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
3049
3050 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
3051
3052 * soap-client.el (soap-resolve-references-for-sequence-type)
3053 (soap-resolve-references-for-array-type): Hack to prevent self
3054 references, see Bug#9.
3055 (soap-parse-envelope): Report the contents of the 'detail' node
3056 when receiving a fault reply.
3057 (soap-parse-envelope): Report the contents of the entire 'detail' node.
3058
3059 * soap-inspect.el (soap-sample-value-for-simple-type)
3060 (soap-inspect-simple-type): New function.
3061
3062 * soap-client.el (soap-simple-type): New struct.
3063 (soap-default-xsd-types, soap-default-soapenc-types)
3064 (soap-decode-basic-type, soap-encode-basic-type):
3065 support unsignedInt and double basic types.
3066 (soap-resolve-references-for-simple-type)
3067 (soap-parse-simple-type, soap-encode-simple-type): New function.
3068 (soap-parse-schema): Parse xsd:simpleType declarations.
3069
3070 * soap-client.el (soap-default-xsd-types)
3071 (soap-default-soapenc-types): Add integer, byte and anyURI types.
3072 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
3073 the local name of "soapenc:Array".
3074 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
3075 decoding integer, byte and anyURI xsd types.
3076
3077 2012-04-25 Chong Yidong <cyd@gnu.org>
3078
3079 * cus-edit.el (custom-buffer-create-internal): Update header text.
3080
3081 2012-04-25 Eli Zaretskii <eliz@gnu.org>
3082
3083 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
3084 settings on 'system-type', not on 'window-system'. On MS-Windows,
3085 set interactive-mode on in GDB.
3086
3087 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3088
3089 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
3090 (ruby-syntax-propertize-regexp): Remove.
3091 (ruby-syntax-propertize-function): Split regexp into chunks.
3092 Match following code directly.
3093
3094 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
3095
3096 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
3097 (ruby-syntax-propertize-regexp): New function.
3098 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
3099 by a special keyword.
3100
3101 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
3102 (ruby-syntax-general-delimiters-goto-beg)
3103 (ruby-syntax-propertize-general-delimiters): New functions.
3104 (ruby-syntax-propertize-function): Use them to handle GDL.
3105 (ruby-font-lock-keywords): Move old handling of GDL...
3106 (ruby-font-lock-syntactic-keywords): .. to here.
3107 (ruby-calculate-indent): Adjust indentation for GDL.
3108
3109 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
3110
3111 * notifications.el (top): Remove unneeded declarations.
3112 (notifications-specification-version): Change to "1.2".
3113 (notifications-interface, notifications-notify-method)
3114 (notifications-close-notification-method): Fix docstring.
3115 (notifications-get-capabilities-method): New defconst.
3116 (notifications-notify): Add :action-items, :resident and
3117 :transient hints. Change "image_data" to "image-data" and
3118 "image_path" to "image-path".
3119 (notifications-get-capabilities): New defun.
3120
3121 2012-04-24 Leo Liu <sdl.web@gmail.com>
3122
3123 * progmodes/python.el: Move hideshow setup to the end.
3124
3125 2012-04-24 Martin Rudalics <rudalics@gmx.at>
3126
3127 * window.el (handle-select-window): Clear echo area since this is
3128 no more done by read_char (Bug#11304).
3129
3130 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3131
3132 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
3133 and `/ M' to filter-derived-mode.
3134 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
3135 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
3136 (ibuffer-mark-by-mode): Use default rather than initial-input.
3137 (ibuffer-filter-by-derived-mode): Autoload and require-match.
3138
3139 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
3140
3141 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
3142 (ibuffer-filter-by-derived-mode): New filter.
3143 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
3144
3145 2012-04-23 Andreas Politz <politza@fh-trier.de>
3146
3147 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
3148
3149 2012-04-23 Chong Yidong <cyd@gnu.org>
3150
3151 * cus-edit.el (customize-apropos, customize-apropos-options):
3152 Disable matching of non-option variables (Bug#11176).
3153 (customize-option, customize-option-other-window)
3154 (customize-changed-options): Doc fix.
3155 (customize-apropos-options, customize-apropos-faces)
3156 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
3157
3158 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
3159 Fix word list splitting (Bug#11132).
3160 (apropos-symbol, apropos-keybinding, apropos-label)
3161 (apropos-property, apropos-function-button)
3162 (apropos-variable-button, apropos-misc-button): New faces.
3163 (apropos-symbol-face, apropos-keybinding-face)
3164 (apropos-label-face, apropos-property-face, apropos-match-face):
3165 Variables removed (Bug#8396).
3166 (apropos-library-button, apropos-format-plist, apropos-print)
3167 (apropos-print-doc, apropos-describe-plist): Callers changed.
3168
3169 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
3170
3171 * net/xesam.el (xesam-mode-map): Use let-bound map in
3172 initialization. (Bug#11292)
3173
3174 2012-04-23 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
3175
3176 Preserve ispell session localwords when switching back to
3177 original buffer.
3178
3179 * ispell.el (ispell-buffer-session-localwords): New buffer-local
3180 variable to hold buffer session localwords.
3181 (ispell-kill-ispell): add option 'clear to delete session
3182 localwords.
3183 (ispell-command-loop, ispell-change-dictionary)
3184 (ispell-buffer-local-words): Preserve session localwords when
3185 needed.
3186
3187 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
3188 Preserve session localwords when needed.
3189
3190 2012-04-23 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
3191
3192 * ispell.el (ispell-insert-word) Remove unneeded function using
3193 obsolete `translation-table-for-input'.
3194 (ispell-word, ispell-process-line, ispell-complete-word):
3195 Use plain `insert' instead of removed `ispell-insert-word'.
3196
3197 2012-04-22 Chong Yidong <cyd@gnu.org>
3198
3199 * cus-edit.el (custom-variable-menu)
3200 (custom-variable-reset-saved, custom-face-menu)
3201 (custom-face-reset-saved): If there is no saved value, make the
3202 "reset-saved" operation bring back the default (Bug#9509).
3203 (custom-face-state): Properly detect themed faces.
3204
3205 * faces.el (face-spec-set): Stop supporting deprecated form of
3206 third arg.
3207
3208 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
3209
3210 Move functions from C to Lisp. Make non-blocking method calls
3211 the default. Implement further D-Bus standard interfaces.
3212
3213 * net/dbus.el (dbus-message-internal): Declare function.
3214 Remove unneeded function declarations.
3215 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
3216 (dbus-message-type-method-return, dbus-message-type-error)
3217 (dbus-message-type-signal): Declare variables. Remove local
3218 definitions.
3219 (dbus-interface-dbus, dbus-interface-peer)
3220 (dbus-interface-introspectable, dbus-interface-properties)
3221 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
3222 Adapt docstring.
3223 (dbus-interface-objectmanager): New defconst.
3224 (dbus-call-method, dbus-call-method-asynchronously)
3225 (dbus-send-signal, dbus-method-return-internal)
3226 (dbus-method-error-internal, dbus-register-service)
3227 (dbus-register-signal, dbus-register-method): New defuns, moved
3228 from dbusbind.c
3229 (dbus-call-method-handler, dbus-setenv)
3230 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
3231 New defuns.
3232 (dbus-call-method-non-blocking): Make it an obsolete function.
3233 (dbus-unregister-object, dbus-unregister-service)
3234 (dbus-handle-event, dbus-register-property)
3235 (dbus-property-handler): Obey the new structure of
3236 `bus-registered-objects'.
3237 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
3238 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3239 Use `dbus-call-method'.
3240
3241 2012-04-22 Chong Yidong <cyd@gnu.org>
3242
3243 * cus-edit.el (custom-commands, custom-reset-menu)
3244 (Custom-reset-standard): Tweak labels.
3245 (custom-reset-button-menu): Change default to t.
3246 (custom-buffer-create-internal): For the custom-reset-button-menu
3247 case, put the revert button first.
3248 (custom-group-subtitle): New face.
3249 (custom-group-value-create): Align docstring to a specific column.
3250
3251 * wid-edit.el (widget-documentation-link-add): Don't handle
3252 indentation in this function.
3253 (widget-documentation-string-indent-to): New function.
3254 (widget-documentation-string-value-create): Use it.
3255
3256 * autorevert.el (auto-revert):
3257 * epg-config.el (epg):
3258 * ibuffer.el (ibuffer):
3259 * mpc.el (mpc):
3260 * ses.el (ses):
3261 * eshell/eshell.el (eshell):
3262 * net/ange-ftp.el (ange-ftp):
3263 * progmodes/ebnf2ps.el (postscript):
3264 * progmodes/flymake.el (flymake):
3265 * progmodes/prolog.el (prolog):
3266 * progmodes/verilog-mode.el (verilog-mode):
3267 * progmodes/which-func.el (which-func):
3268 * term/xterm.el (xterm):
3269 * textmodes/picture.el (picture):
3270 * textmodes/tildify.el (tildify):
3271 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
3272 customization buffers.
3273
3274 2012-04-22 Alan Mackenzie <acm@muc.de>
3275
3276 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
3277 Adding a ) can hide the resulting (..) from searches. Fix it.
3278 Bound the backward search to the position of the existing (.
3279
3280 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
3281
3282 * progmodes/verilog-mode.el (verilog-mode): Check whether
3283 which-func-modes is t before adding verilog-mode.
3284 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
3285
3286 2012-04-21 Leo Liu <sdl.web@gmail.com>
3287
3288 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
3289
3290 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
3291
3292 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
3293 filling of the last column of a table (Bug#5635).
3294 (woman-find-next-control-line): New arg, specifying an additional
3295 regexp component for the control line.
3296 (woman2-roff-buffer): Use it.
3297 (woman-break-table): New function.
3298 (woman2-TS): Use it.
3299
3300 2012-04-21 Chong Yidong <cyd@gnu.org>
3301
3302 * woman.el (woman-set-buffer-display-table, woman-decode-region)
3303 (woman-horizontal-escapes, woman-negative-vertical-space)
3304 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
3305 (WoMan-warn-ignored): Use ?\s instead of ?\ .
3306
3307 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3308
3309 * minibuffer.el (completion-file-name-table): Complete user names.
3310
3311 2012-04-20 Leo Liu <sdl.web@gmail.com>
3312
3313 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
3314 and pcase-let*.
3315
3316 2012-04-20 Chong Yidong <cyd@gnu.org>
3317
3318 * server.el (server-execute): Respect initial-buffer-choice if it
3319 is a string and there are no files to open (Bug#2825).
3320 (server-create-window-system-frame, server-create-tty-frame):
3321 Don't switch buffers here.
3322 (server-process-filter): Only try to open a window system frame if
3323 compiled with graphical support (Bug#8314).
3324
3325 2012-04-20 Dan Nicolaescu <dann@gnu.org>
3326
3327 * battery.el (battery-echo-area-format): Display remaining time
3328 for sysfs backend too (Bug#11269).
3329 (battery-linux-sysfs): Fix conditional for the charge.
3330
3331 2012-04-20 Chong Yidong <cyd@gnu.org>
3332
3333 * progmodes/gdb-mi.el (gdb): Revert previous change.
3334 (gdb-inferior-io--init-proc): New function.
3335 (gdb-init-1): Use it.
3336 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
3337 responsible for allocating a new pty and hooking it to gdb when
3338 the old pty gets an EIO due to process exit.
3339 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
3340 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
3341 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
3342
3343 2012-04-20 Eli Zaretskii <eliz@gnu.org>
3344
3345 * window.el (window-min-size, window-sizable, window-min-delta)
3346 (window-max-delta, window--resizable, window-resizable)
3347 (window-total-size, window-full-height-p, window-full-width-p)
3348 (window-in-direction, window--resize-mini-window, window-resize)
3349 (window--resize-child-windows-normal)
3350 (window--resize-child-windows, window--resize-siblings)
3351 (window--resize-this-window, adjust-window-trailing-edge)
3352 (enlarge-window, shrink-window): Doc fixes.
3353
3354 2012-04-20 Chong Yidong <cyd@gnu.org>
3355
3356 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
3357 New function to call delete-process on the gdb-inferior buffer's pty.
3358 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
3359 pty process (Bug#11273).
3360 (gdb-update): New arg to suppress talking to the gdb process.
3361 (gdb-done-or-error): Use it.
3362 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
3363 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
3364 sentinel not being called.
3365
3366 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
3367
3368 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
3369
3370 2012-04-20 Glenn Morris <rgm@gnu.org>
3371
3372 * net/network-stream.el (open-network-stream): Doc fix.
3373
3374 2012-04-20 Chong Yidong <cyd@gnu.org>
3375
3376 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
3377
3378 2012-04-20 Alan Mackenzie <acm@muc.de>
3379
3380 Ensure searching for keywords is case sensitive.
3381
3382 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
3383 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
3384 (c-defun-name, c-mark-function, c-cpp-define-name)
3385 (c-comment-indent, c-scan-conditionals, c-indent-defun)
3386 (c-context-line-break): Bind case-fold-search to nil.
3387
3388 * progmodes/cc-mode.el (c-font-lock-fontify-region):
3389 Bind case-fold-search to nil.
3390
3391 2012-04-20 Chong Yidong <cyd@gnu.org>
3392
3393 * mail/sendmail.el (mail-bury): Call return action with the right
3394 Rmail buffer (Bug#11242).
3395
3396 * server.el (server-process-filter): Handle corner case where both
3397 tty and nowait options are present (Bug#11102).
3398
3399 2012-04-20 Eli Zaretskii <eliz@gnu.org>
3400
3401 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
3402 (top level): Put into the executable the ident-style '$Id:' tag on
3403 windows-nt as well.
3404
3405 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3406
3407 * electric.el (electric-indent-post-self-insert-function): Check that
3408 electric-indent-mode is enabled in current buffer.
3409
3410 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
3411
3412 * imenu.el (imenu-progress-message): Restore; it is "used" in
3413 erc/erc-imenu.el and net/snmp-mode.el.
3414
3415 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
3416
3417 * avoid.el (mouse-avoidance-mode): Mark unused arg.
3418 (mouse-avoidance-nudge-mouse): Remove unused binding.
3419
3420 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
3421
3422 * descr-text.el (describe-char):
3423 * progmodes/python.el (python-describe-symbol):
3424 Don't call `toggle-read-only', set `buffer-read-only'.
3425
3426 * imenu.el (imenu-default-goto-function): Mark unused args.
3427 (imenu-progress-message): Remove obsolete macro; all callers changed.
3428
3429 * subr.el (keymap-canonicalize): Remove unused binding.
3430 (read-passwd): Mark unused arg.
3431
3432 * tutorial.el (tutorial--display-changes): Remove unused binding.
3433 (tutorial--save-tutorial-to): Remove unused variable.
3434
3435 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
3436 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
3437 (package-generate-autoloads, package-menu--generate)
3438 (package-menu--find-upgrades): Remove unused bindings.
3439
3440 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
3441 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
3442 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
3443 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
3444 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
3445 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
3446 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
3447 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
3448 (cua-delete-char-rectangle): Mark unused args.
3449 (cua-align-rectangle): Remove unused binding.
3450
3451 * mail/rmail.el (compilation--message->loc)
3452 (epa--find-coding-system-for-mime-charset): Declare.
3453
3454 * net/dbus.el (dbus-register-service): Declare.
3455 (dbus-name-owner-changed-handler): Remove unused binding.
3456
3457 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
3458 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
3459 (nxml-scan-backward-within): Mark unused arg.
3460 (nxml-dynamic-markup-word): Remove unused binding.
3461
3462 * mouse.el (mouse-menu-major-mode-map):
3463 * emacs-lisp/authors.el (authors-scan-change-log)
3464 (authors-add-to-author-list):
3465 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
3466 * emacs-lisp/smie.el (smie-auto-fill):
3467 * mail/sendmail.el (mail-bury):
3468 * mail/unrmail.el (unrmail):
3469 * net/tls.el (open-tls-stream):
3470 * textmodes/picture.el (picture-mouse-set-point):
3471 Remove unused bindings.
3472
3473 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
3474
3475 * net/tramp.el (tramp-action-password): Let-bind
3476 `enable-recursive-minibuffers' to t.
3477
3478 2012-04-18 Sam Steingold <sds@gnu.org>
3479
3480 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
3481 instead of 'string to accommodate values like [f11].
3482 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
3483 * progmodes/gdb-mi.el: Likewise.
3484
3485 2012-04-18 Leo Liu <sdl.web@gmail.com>
3486
3487 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
3488 current buffer.
3489 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
3490 LOCAL is nil.
3491
3492 2012-04-18 Chong Yidong <cyd@gnu.org>
3493
3494 * simple.el (line-move): Use forward-line if in batch mode
3495 (Bug#11053).
3496
3497 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
3498
3499 * files.el (after-find-file): Do not try to add a final newline if
3500 the buffer is read-only (Bug#11156).
3501
3502 2012-04-17 Richard Stallman <rms@gnu.org>
3503
3504 * mail/rmail.el (rmail-start-mail):
3505 Pass (rmail-mail-return...) for the return-action.
3506 Pass (rmail-yank-current-message...) for the yank-action.
3507 (rmail-yank-current-message): New function.
3508 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
3509 (rmail-reply): Likewise.
3510 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
3511
3512 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
3513 buffer, not the last. Reject temp buffers. Use the rmail-mode
3514 buffer, not newbuf.
3515
3516 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
3517
3518 * server.el (server-ensure-safe-dir): Simplify.
3519
3520 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
3521
3522 * emacs-lisp/smie.el: Provide smarter auto-filling.
3523 (smie-auto-fill): New function.
3524 (smie-setup): Use it.
3525
3526 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
3527
3528 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
3529
3530 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
3531 (comment-indent): Use it.
3532
3533 2012-04-17 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
3534
3535 * ses.el: The overall change is to add cell renaming, that is
3536 setting fancy names for cell symbols other than name matching
3537 "\\`[A-Z]+[0-9]+\\'" regexp .
3538 (ses-localvars): Add ses--renamed-cell-symb-list.
3539 (ses-create-cell-variable): New defun.
3540 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
3541 (ses-relocate-formula): Relocate formulas only for cells the
3542 symbols of which are not renamed, i.e. symbols whose names do not
3543 match regexp "\\`[A-Z]+[0-9]+\\'".
3544 (ses-relocate-all): Relocate values only for cells the symbols of
3545 which are not renamed.
3546 (ses-load): Create cells variables as the (ses-cell ...) are read,
3547 in order to check row col consistency with cell symbol name only
3548 for cells that are not renamed.
3549 (ses-replace-name-in-formula): New defun.
3550 (ses-rename-cell): New defun.
3551
3552 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
3553
3554 * progmodes/perl-mode.el (perl-indent-parens-as-block):
3555 New option (bug#11118).
3556 (perl-calculate-indent): Respect it.
3557
3558 2012-04-17 Glenn Morris <rgm@gnu.org>
3559
3560 * dired-aux.el (dired-mark-read-string): Doc fix.
3561
3562 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
3563
3564 * dired-aux.el (dired-mark-read-string): Offer optional completion.
3565 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
3566
3567 2012-04-17 Glenn Morris <rgm@gnu.org>
3568
3569 * mouse.el (mouse-drag-track):
3570 * speedbar.el (speedbar-frame-mode):
3571 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
3572
3573 2012-04-16 Leo Liu <sdl.web@gmail.com>
3574
3575 * progmodes/python.el: Trivial cleanup.
3576
3577 2012-04-16 Glenn Morris <rgm@gnu.org>
3578
3579 * vc/vc.el (vc-string-prefix-p):
3580 * vc/pcvs-util.el (cvs-string-prefix-p):
3581 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
3582 * mpc.el (mpc-string-prefix-p):
3583 Make all of these into obsolete aliases for string-prefix-p.
3584 Update callers.
3585 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
3586
3587 * textmodes/two-column.el: Move custom options to the start.
3588 (frame-width): Remove compat definition.
3589 (2C-associate-buffer, 2C-dissociate):
3590 Use with-current-buffer rather than save-excursion.
3591 (2C-dissociate): Force a mode-line update.
3592 (2C-autoscroll): Use ignore-errors.
3593
3594 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
3595 Autoload trivia.
3596
3597 * emacs-lisp/cl-extra.el (*random-state*):
3598 Remove unnecessary declaration.
3599
3600 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
3601
3602 * play/cookie1.el (cookie-snarf):
3603 Give an explicit error if input file cannot be read.
3604
3605 * play/yow.el (yow-file): Use expand-file-name rather than concat.
3606
3607 * progmodes/perl-mode.el (c-macro-expand):
3608 Remove unnecessary autoload (it is in loaddefs.el).
3609
3610 * textmodes/picture.el (picture-desired-column)
3611 (picture-update-desired-column): Convert comments to doc-strings.
3612 (picture-substitute): Remove function.
3613 (picture-mode-map): Initialize in the defvar.
3614
3615 * woman.el: Remove eval-after-load for tar-mode.
3616 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
3617 (woman-tar-extract-file): Autoload it.
3618
3619 * frame.el (automatic-hscrolling): Make this alias obsolete.
3620
3621 2012-04-12 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
3622
3623 * ispell.el (ispell-set-spellchecker-params): Post-process
3624 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3625 (ispell-dictionary-base-alist): Revert to original XEmacs
3626 friendly version for default. [:alpha:] will be added in
3627 `ispell-set-spellchecker-params' if needed
3628
3629 2012-04-16 Chong Yidong <cyd@gnu.org>
3630
3631 * image.el (imagemagick--extension-regexp): New variable.
3632 (imagemagick-register-types): Use it.
3633 (imagemagick-types-inhibit): Add :set function. Allow new value
3634 of t to inhibit all types.
3635
3636 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
3637 so we can preload it.
3638
3639 * loadup.el (fboundp): Preload regexp-opt, needed by
3640 imagemagick-register-types.
3641
3642 2012-04-15 Chong Yidong <cyd@gnu.org>
3643
3644 * frame.el (scrolling): Remove nearly unused customization group.
3645
3646 * scroll-all.el (scroll-all-mode): Move to windows group.
3647
3648 2012-04-15 Chong Yidong <cyd@gnu.org>
3649
3650 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
3651
3652 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3653
3654 Avoid the use of ((lambda ...) ...) in lexical-binding code.
3655 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
3656
3657 2012-04-15 Glenn Morris <rgm@gnu.org>
3658
3659 * simple.el (process-file-side-effects): Doc fix.
3660
3661 2012-04-15 Glenn Morris <rgm@gnu.org>
3662
3663 * international/mule-cmds.el (set-language-environment): Doc fix.
3664
3665 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
3666
3667 * server.el (server-auth-key, server-generate-key): Doc fixes.
3668 (server-get-auth-key): Doc fix. Use `string-match-p'.
3669 (server-start): Reflow docstring.
3670
3671 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
3672
3673 * server.el (server-generate-key): `called-interactively-p'
3674 requires a parameter.
3675
3676 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
3677
3678 * server.el (server-auth-key): New variable.
3679 (server-generate-key, server-get-auth-key): New function.
3680 (server-start): Use the new variable and functions to allow
3681 setting a permanent server key (bug#9423).
3682
3683 2012-04-14 Leo Liu <sdl.web@gmail.com>
3684
3685 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
3686
3687 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
3688
3689 Spelling fixes.
3690 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
3691 Emacs uses American spelling.
3692
3693 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
3694
3695 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
3696 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
3697 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
3698 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
3699
3700 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3701
3702 * progmodes/which-func.el (which-func-modes): Change default.
3703
3704 2012-04-14 Kim F. Storm <storm@cua.dk>
3705
3706 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
3707 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
3708
3709 2012-04-14 Chong Yidong <cyd@gnu.org>
3710
3711 * custom.el (custom-theme-set-variables): Doc fix.
3712
3713 2012-04-14 Glenn Morris <rgm@gnu.org>
3714
3715 * international/mule.el (set-auto-coding-for-load): Doc fix.
3716
3717 2012-04-14 Alan Mackenzie <acm@muc.de>
3718
3719 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
3720 imenu work again for Objective C Mode. Correct the *-index values,
3721 these having been disturbed by a previous change in 2011-08.
3722
3723 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
3724 Correct two search limits.
3725
3726 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3727
3728 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
3729
3730 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
3731
3732 * international/characters.el: Fix sorting.
3733
3734 2012-04-14 Eli Zaretskii <eliz@gnu.org>
3735
3736 * international/characters.el: Add more missing Latin case pairs.
3737
3738 2012-04-14 Glenn Morris <rgm@gnu.org>
3739
3740 * files.el (dir-locals-set-class-variables): Doc fix.
3741
3742 2012-04-14 Eli Zaretskii <eliz@gnu.org>
3743
3744 * international/characters.el: Add set-case-syntax-pair call for
3745 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
3746 counterpart. (Bug#11209)
3747
3748 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
3749
3750 2012-04-14 Glenn Morris <rgm@gnu.org>
3751
3752 * calendar/holidays.el (calendar-check-holidays): Doc fix.
3753
3754 2012-04-14 Eli Zaretskii <eliz@gnu.org>
3755
3756 * textmodes/ispell.el (ispell-dictionary-base-alist):
3757 Add data for Hebrew.
3758
3759 2012-04-14 Chong Yidong <cyd@gnu.org>
3760
3761 * net/rcirc.el (rcirc-cmd-quit):
3762 Revert 2012-03-18 change (Bug#11192).
3763
3764 2012-04-14 Glenn Morris <rgm@gnu.org>
3765
3766 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
3767
3768 2012-04-14 Eli Zaretskii <eliz@gnu.org>
3769
3770 * minibuffer.el (completion-in-region-mode-map):
3771 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
3772
3773 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
3774
3775 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
3776
3777 2012-04-13 Masatake YAMATO <yamato@redhat.com>
3778
3779 * minibuffer.el (minibuffer-local-filename-syntax): New variable
3780 to allow `C-M-f' and `C-M-b' to move to the nearest path
3781 separator (bug#9511).
3782
3783 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
3784
3785 * avoid.el: Require cl when compiling. And also move the
3786 `provide' to the end.
3787
3788 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3789
3790 * avoid.el (mouse-avoidance-banish-position): New variable.
3791 (mouse-avoidance-banish-destination): Use it (bug#10165).
3792
3793 2012-04-13 Leo Liu <sdl.web@gmail.com>
3794
3795 * progmodes/which-func.el (which-func-modes): Add objc-mode.
3796
3797 2012-04-13 Ken Brown <kbrown@cornell.edu>
3798
3799 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
3800 this is no longer needed now that cygstart understands file:// URLs.
3801 (browse-url-filename-alist): For the same reason, don't modify
3802 file:// URLs on Cygwin.
3803
3804 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3805
3806 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
3807 the region on shift if the binding is already shifted (bug#11221).
3808
3809 2012-04-12 Glenn Morris <rgm@gnu.org>
3810
3811 * mail/mailpost.el: Move to obsolete/.
3812
3813 2012-04-12 Drew Adams <drew.adams@oracle.com>
3814
3815 * imenu.el (imenu--generic-function): Ignore invisible definitions
3816 (bug#10123).
3817
3818 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
3819
3820 * hexl.el (hexl-bits): New variable.
3821 (hexl-options): Mention the variable in the doc string.
3822 (hexl-rulerise, hexl-line-displen): New functions.
3823 (hexl-mode): Mention the new variable.
3824 (hexl-mode, hexl-current-address, hexl-current-address):
3825 Use the displen.
3826 (hexl-ascii-start-column): New function.
3827 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
3828 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
3829
3830 2012-04-12 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
3831
3832 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
3833 '("-i" ENCODING), in 2 separate command-line arguments, to specify
3834 the encoding, as expected by hunspell.
3835
3836 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3837
3838 * battery.el (battery--linux-sysfs-regexp): New const.
3839 (battery-status-function): Use it. Remove yeeloong special case.
3840 (battery-yeeloong-sysfs): Remove.
3841 (battery-echo-area-format): Remove yeeloong special case.
3842
3843 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3844
3845 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
3846 Reported by Noah Friedman.
3847
3848 * subr.el (read-passwd): Use read-string.
3849
3850 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3851
3852 * vcursor.el (vcursor-move): Increase the priority of the overlay
3853 (bug#9663).
3854
3855 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3856
3857 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
3858 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
3859
3860 2012-04-11 William Stevenson <yhvh2000@gmail.com>
3861
3862 * textmodes/artist.el (artist-mode): Convert artist-mode to use
3863 define-minor-mode (bug#10760).
3864
3865 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3866
3867 * progmodes/grep.el (rgrep): Tweak the find command line so
3868 that directories matching `grep-find-ignored-files' won't be
3869 pruned (bug#10351).
3870
3871 2012-04-11 Chong Yidong <cyd@gnu.org>
3872
3873 * startup.el (command-line): Remove support for long-obsolete
3874 variable font-lock-face-attributes.
3875
3876 2012-04-11 Glenn Morris <rgm@gnu.org>
3877
3878 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
3879
3880 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3881
3882 * window.el (window--state-get-1): Obey window-point-insertion-type.
3883
3884 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
3885
3886 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
3887 to previous function when point is on the first character of a
3888 function. Take care of that in `narrow-to-defun' (bug#6157).
3889
3890 2012-04-11 Glenn Morris <rgm@gnu.org>
3891
3892 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
3893 not just file-errors.
3894
3895 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
3896 (vc-bzr-sha1): Use internal sha1.
3897
3898 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3899
3900 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
3901
3902 2012-04-10 SĂ©bastien Gross <seb@chezwam.org> (tiny change)
3903
3904 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
3905 that start in the middle of the line (bug#10496).
3906
3907 2012-04-10 Dan Nicolaescu <dann@gnu.org>
3908
3909 * battery.el (battery-linux-proc-acpi): Only one battery is
3910 discharged at a time, but that seems to confuse battery.el when
3911 computing `rate-type' for the battery not being discharged
3912 (bug#10332).
3913
3914 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3915
3916 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
3917
3918 * international/quail.el: Use dolist and simplify.
3919 (quail-define-package, quail-update-keyboard-layout)
3920 (quail-define-rules): Use dolist.
3921 (quail-insert-kbd-layout, quail-get-translation): CSE.
3922
3923 * tmm.el: Use dolist, remove left over hook.
3924 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
3925 Use dolist.
3926 (calendar-load-hook): Don't mess with it.
3927
3928 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
3929 Use derived-mode-p. Run the diff asynchronously.
3930
3931 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3932
3933 * obsolete/mouse-sel.el: Add an Obsolete-since header.
3934
3935 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
3936
3937 * misc.el: Display absolute path of loaded DLLs (bug#10424).
3938 (list-dynamic-libraries--loaded): New function.
3939 (list-dynamic-libraries--refresh): Use it.
3940
3941 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
3942
3943 * progmodes/python.el (python-fill-paragraph):
3944 Make python-fill-region in a multiline string work when font-lock is
3945 disabled (bug#7018).
3946
3947 2012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
3948
3949 * language/european.el (cp775): Add oem/legacy (en)coding on
3950 DOS/MS Windows for the Baltic languages. There are still plenty
3951 of texts written in this encoding/codepage (bug#6519).
3952
3953 2012-04-10 Glenn Morris <rgm@gnu.org>
3954
3955 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
3956 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
3957
3958 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
3959
3960 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
3961 next-line "n" and previous-line "p" in order to make recentf more
3962 consistent with ibuffer, dired or org-mode (bug#9387).
3963
3964 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3965
3966 * image.el (put-image): Return the overlay created instead of the
3967 optional input string (bug#7834). Note that this may break code
3968 that is (for some reason or other) depending on `put-image'
3969 returning the string.
3970
3971 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
3972
3973 * simple.el (zap-to-char): Allow zapping using input methods
3974 (bug#1580).
3975
3976 * textmodes/fill.el (fill-region): Leave point and mark where they
3977 were before filling (bug#5399).
3978
3979 2012-04-09 Glenn Morris <rgm@gnu.org>
3980
3981 * version.el (emacs-bzr-get-version):
3982 Handle lightweight checkouts of local branches.
3983
3984 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
3985
3986 * international/characters.el: Recover lost case pairs. (Bug#11209)
3987
3988 2012-04-09 Chong Yidong <cyd@gnu.org>
3989
3990 * custom.el (custom-variable-p): Return nil for non-symbol
3991 arguments instead of signaling an error.
3992 (user-variable-p): Obsolete alias for custom-variable-p.
3993
3994 * apropos.el (apropos-variable):
3995 * files-x.el (read-file-local-variable):
3996 * simple.el (set-variable):
3997 * woman.el (woman-mini-help):
3998 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
3999
4000 2012-04-09 Glenn Morris <rgm@gnu.org>
4001
4002 * startup.el (normal-top-level): Don't look for leim-list.el
4003 in places where it will not be found. (Bug#910)
4004
4005 * international/mule-cmds.el (set-default-coding-systems):
4006 * files.el (normal-mode):
4007 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
4008 This function was removed with ucs-tables.el in 2008.
4009
4010 2012-04-08 Eli Zaretskii <eliz@gnu.org>
4011
4012 * textmodes/ispell.el (ispell-check-version): For hunspell, set
4013 ispell-encoding8-command to "-i", without a trailing space.
4014 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
4015 separate command-line arguments, to specify the encoding, since
4016 that's how hunspell expects it.
4017
4018 2012-04-08 Glenn Morris <rgm@gnu.org>
4019
4020 * loadup.el: Load bindings before cus-start.
4021 This reduces somewhat the number of "rogue" settings in emacs -Q.
4022
4023 2012-04-07 Glenn Morris <rgm@gnu.org>
4024
4025 * version.el (emacs-bzr-get-version): New function.
4026 (emacs-bzr-version): New variable.
4027 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
4028 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
4029
4030 2012-04-07 Eli Zaretskii <eliz@gnu.org>
4031
4032 * international/uni-bidi.el, international/uni-category.el:
4033 * international/uni-combining.el, international/uni-decimal.el:
4034 * international/uni-decomposition.el, international/uni-digit.el:
4035 * international/uni-lowercase.el, international/uni-mirrored.el:
4036 * international/uni-name.el, international/uni-numeric.el:
4037 * international/uni-titlecase.el, international/uni-uppercase.el:
4038 Update for Unicode 6.1.
4039
4040 2012-04-07 Eli Zaretskii <eliz@gnu.org>
4041
4042 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
4043
4044 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4045
4046 * window.el (shrink-window): Mention the `window-min-height'
4047 variable in the doc string.
4048
4049 2012-04-05 Bastien Guerry <bzg@altern.org>
4050
4051 * color.el (color-lighten-name): Fix typo.
4052
4053 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4054
4055 * server.el (server--on-display-p): New function.
4056 (server--on-display-p): Use it.
4057
4058 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
4059
4060 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
4061 (bug#11145).
4062
4063 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4064
4065 * comint.el (comint--common-quoted-suffix): Check string boundary
4066 before comparing (bug#11158).
4067 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
4068
4069 2012-04-04 Chong Yidong <cyd@gnu.org>
4070
4071 * minibuffer.el (completion-extra-properties): Doc fix.
4072
4073 * subr.el (delayed-warnings-hook): Doc fix.
4074
4075 2012-04-04 Daiki Ueno <ueno@unixuser.org>
4076
4077 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
4078 selection (Bug#11159).
4079 (epa-insert-keys): Inform that the default public key will be
4080 exported if no key is selected.
4081
4082 2012-04-04 Richard Stallman <rms@gnu.org>
4083
4084 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
4085
4086 2012-04-03 Chong Yidong <cyd@gnu.org>
4087
4088 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
4089 mail-insert-file, not its obsolete alias mail-attach-file.
4090
4091 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
4092
4093 * notifications.el (notifications-notify): Fix docstring.
4094
4095 2012-04-02 Glenn Morris <rgm@gnu.org>
4096
4097 * emacs-lisp/authors.el (authors-aliases): Another addition.
4098
4099 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
4100
4101 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
4102 `tramp-compat-call-process' instead of `tramp-local-call-process'.
4103 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
4104
4105 2012-04-01 Chong Yidong <cyd@gnu.org>
4106
4107 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
4108 Handle root directory properly.
4109 (copy-directory): Caller changed.
4110
4111 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4112 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
4113
4114 2012-03-31 Glenn Morris <rgm@gnu.org>
4115
4116 * term/xterm.el (xterm-extra-capabilities): Doc fix.
4117
4118 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
4119
4120 * calendar/calendar.el (calendar-window-list)
4121 (calendar-hide-window): Restore. (Bug#11140)
4122 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
4123
4124 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
4125
4126 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4127
4128 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4129 Check if file is a symlink (Bug#10489).
4130
4131 * files.el (copy-directory): Likewise.
4132
4133 2012-03-30 Chong Yidong <cyd@gnu.org>
4134
4135 * image.el (imagemagick-types-inhibit)
4136 (imagemagick-register-types): Doc fix.
4137
4138 2012-03-30 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
4139
4140 * ispell.el (ispell-get-extended-character-mode):
4141 Disable extended-char-mode for hunspell. hunspell does not support it
4142 and treats ~word as ordinary words in pipe mode.
4143
4144 2012-03-30 Glenn Morris <rgm@gnu.org>
4145
4146 * tutorial.el (help-with-tutorial): Ensure local variables don't
4147 happen to make the buffer read-only. (Bug#11127)
4148
4149 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
4150
4151 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
4152 (perl-calculate-indent): Return `noindent' in strings.
4153
4154 2012-03-28 Sam Steingold <sds@gnu.org>
4155
4156 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
4157 instead of the broken adhockery which does not prevent calendar
4158 buffers from being displayed at random after exit.
4159 (calendar-window-list, calendar-hide-window): Remove the broken
4160 adhockery.
4161
4162 2012-03-28 Glenn Morris <rgm@gnu.org>
4163
4164 * replace.el (query-replace-map): Doc fix.
4165
4166 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
4167
4168 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
4169 contents. (Bug#11109)
4170
4171 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4172
4173 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
4174 (bug#11077).
4175 (avl-tree--check, avl-tree--check-node): New funs.
4176
4177 2012-03-27 Martin Rudalics <rudalics@gmx.at>
4178
4179 * window.el (switch-to-visible-buffer): New option.
4180 (switch-to-prev-buffer, switch-to-next-buffer):
4181 Observe switch-to-visible-buffer. Make sure that checking for a window
4182 showing a buffer already is done on the same frame.
4183
4184 2012-03-27 Glenn Morris <rgm@gnu.org>
4185
4186 * startup.el (mail-host-address): Doc fix.
4187
4188 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4189
4190 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
4191 than 197 variables.
4192
4193 2012-03-26 Ami Fischman <ami@fischman.org>
4194
4195 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
4196
4197 2012-03-26 Glenn Morris <rgm@gnu.org>
4198
4199 * files.el (save-buffers-kill-emacs): Doc fix.
4200
4201 * startup.el (normal-top-level, command-line, command-line-1):
4202 Give them doc strings.
4203
4204 2012-03-25 Eli Zaretskii <eliz@gnu.org>
4205
4206 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
4207 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
4208
4209 2012-03-25 Chong Yidong <cyd@gnu.org>
4210
4211 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
4212 theme if it was previously enabled before (Bug#11031).
4213
4214 * cus-theme.el (custom-theme-write-faces): Retrieve current face
4215 spec with custom-face-get-current-spec if its :shown-value is not
4216 determined yet (Bug#9337).
4217 (customize-create-theme, custom-theme-revert): Doc fixes.
4218
4219 * button.el (button-at): Minor addition to docstring.
4220
4221 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
4222
4223 * vc/vc.el (vc-merge): Fix a prompt.
4224
4225 2012-03-24 Chong Yidong <cyd@gnu.org>
4226
4227 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
4228 point (Bug#9623).
4229
4230 * button.el (button-at): Minor addition to docstring.
4231
4232 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4233
4234 * newcomment.el (comment-choose-indent): No space after BOL.
4235
4236 2012-03-22 Sam Steingold <sds@gnu.org>
4237
4238 * window.el (switch-to-prev-buffer): Revert last patch because the
4239 bug turned out to be an advertised feature (Elisp manual 28.14).
4240
4241 2012-03-22 Glenn Morris <rgm@gnu.org>
4242
4243 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
4244 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
4245
4246 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4247
4248 * net/network-stream.el (network-stream-open-starttls): Make error
4249 message under Windows be less misleading.
4250
4251 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
4252
4253 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
4254 understands (bug#9942).
4255
4256 2012-03-22 Chong Yidong <cyd@gnu.org>
4257
4258 * simple.el (end-of-visible-line): Handle return value of
4259 next-single-property-change properly (Bug#9371).
4260
4261 2012-03-22 Kenichi Handa <handa@m17n.org>
4262
4263 * international/quail.el (quail-insert-kbd-layout): Fix previous
4264 change. To avoid unwanted bidi reordering, use
4265 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
4266
4267 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
4268
4269 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
4270 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
4271 (ruby-beginning-of-indent): Be more careful with the difference
4272 between word-boundary and symbol boundary.
4273 (ruby-mode-syntax-table): Make : a symbol constituent.
4274
4275 2012-03-21 Andreas Politz <politza@fh-trier.de>
4276
4277 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
4278
4279 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4280
4281 * progmodes/etags.el (tags-completion-at-point-function):
4282 Improve last fix.
4283
4284 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
4285
4286 2012-03-21 Sam Steingold <sds@gnu.org>
4287
4288 * progmodes/etags.el (tags-completion-at-point-function):
4289 Avoid the error when point is inside the pattern.
4290
4291 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
4292
4293 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
4294 line (Bug#10855).
4295
4296 2012-03-21 Drew Adams <drew.adams@oracle.com>
4297
4298 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
4299
4300 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
4301
4302 * ido.el (ido-set-current-directory, ido-read-internal)
4303 (ido-choose-completion-string, ido-completion-help): Handle nil
4304 value of ido-completion-buffer (Bug#11008).
4305
4306 2012-03-21 Sam Steingold <sds@gnu.org>
4307
4308 * window.el (switch-to-prev-buffer): Do not switch to a visible
4309 window previous buffer, just like with the frame previous buffers.
4310
4311 2012-03-21 Chong Yidong <cyd@gnu.org>
4312
4313 * faces.el (make-face, make-empty-face, copy-face):
4314 * face-remap.el (face-remap-add-relative, face-remap-set-base):
4315 Doc fixes.
4316
4317 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4318
4319 * wid-edit.el (widget-complete-field): Remove (bug#11051).
4320 (widget-complete): Remove broken use of it.
4321
4322 2012-03-20 Chong Yidong <cyd@gnu.org>
4323
4324 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
4325 Use string-width and truncate-string-width to handle arbitrary
4326 characters.
4327
4328 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
4329
4330 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
4331 to draw rectangles, not squares. (Regression introduced by revno
4332 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
4333
4334 2012-03-18 Chong Yidong <cyd@gnu.org>
4335
4336 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
4337 it is not yet defined (for temacs).
4338
4339 2012-03-18 Leo Liu <sdl.web@gmail.com>
4340
4341 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
4342
4343 2012-03-17 Eli Zaretskii <eliz@gnu.org>
4344
4345 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
4346 (ispell-choices-win-default-height, ispell-silently-savep)
4347 (ispell-dictionary-alist, ispell-encoding8-command)
4348 (ispell-check-version, ispell-aspell-find-dictionary)
4349 (ispell-valid-dictionary-list, ispell-words-keyword)
4350 (ispell-get-word, ispell-internal-change-dictionary)
4351 (ispell-region, ispell-skip-region-list)
4352 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
4353 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
4354 (ispell-message-text-end, ispell-message)
4355 (ispell-buffer-local-parsing): Doc fix.
4356
4357 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
4358
4359 * htmlfontify.el: Add support for code block fontification for ODT
4360 export (Bug #9914).
4361 (hfy-optimisations): Define new option
4362 `body-text-only'
4363 (hfy-fontify-buffer): Honor above setting.
4364 (hfy-begin-span, hfy-end-span): New routines factored out form
4365 `hfy-fontify-buffer'.
4366 (hfy-begin-span-handler, hfy-end-span-handler): New variables
4367 that permit insertion of custom tags.
4368 (hfy-fontify-buffer): Use above handlers.
4369 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
4370 (hfy-face-to-css): Re-defined to be a variable.
4371 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
4372 over multiple runs. This is made possible by having the caller let
4373 bind a special variable `hfy-user-sheet-assoc'.
4374 (htmlfontify-string): New defun.
4375 (hfy-compile-face-map): Make sure that the last char in the
4376 buffer is correctly fontified.
4377 (hfy-face-resolve-face): Whitespace only change.
4378
4379 2012-03-17 Eli Zaretskii <eliz@gnu.org>
4380
4381 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
4382 message more clear.
4383
4384 2012-03-16 Leo Liu <sdl.web@gmail.com>
4385
4386 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
4387
4388 2012-03-16 Alan Mackenzie <acm@muc.de>
4389
4390 Further optimise the handling of large macros.
4391
4392 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
4393 limit to a call of `c-literal-limits'.
4394 (c-determine-+ve-limit): New function.
4395 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
4396 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
4397 In CASE 5B, restrict a search limit to 500.
4398 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
4399
4400 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
4401 Restrict macro bounds to +-500 from after-change's BEG END.
4402
4403 2012-03-16 Leo Liu <sdl.web@gmail.com>
4404
4405 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
4406
4407 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
4408
4409 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
4410 `special-mode' setting of `buffer-read-only'. (Bug#11010)
4411
4412 2012-03-16 Glenn Morris <rgm@gnu.org>
4413
4414 * view.el (view-buffer, view-buffer-other-window)
4415 (view-buffer-other-frame): Doc fixes re special mode-class.
4416
4417 * subr.el (eval-after-load): If named feature is provided not from
4418 a file, run after-load forms. (Bug#10946)
4419
4420 * calendar/calendar.el (calendar-insert-at-column):
4421 Handle non-unit-width characters a bit better. (Bug#10978)
4422
4423 2012-03-15 Chong Yidong <cyd@gnu.org>
4424
4425 * emacs-lisp/ring.el (ring-extend): New function.
4426 (ring-insert+extend): Extend the ring correctly (Bug#11019).
4427
4428 * comint.el (comint-read-input-ring)
4429 (comint-add-to-input-history): Grow comint-input-ring lazily.
4430
4431 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4432
4433 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
4434 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
4435
4436 * imenu.el: Fix multiple inheritance breakage (bug#9199).
4437 (imenu-add-to-menubar): Don't add a redundant index.
4438 (imenu-update-menubar): Handle a dynamically composed keymap.
4439
4440 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
4441
4442 * mail/sendmail.el (mail-encode-header):
4443 Bind rfc2047-encode-encoded-words to nil.
4444
4445 2012-03-13 Glenn Morris <rgm@gnu.org>
4446
4447 * calendar/calendar.el (calendar-string-spread):
4448 Handle non-unit-width characters a bit better. (Bug#10978)
4449
4450 2012-03-13 Leo Liu <sdl.web@gmail.com>
4451
4452 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
4453 directory and file as argument (Bug#10822).
4454
4455 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
4456
4457 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
4458 For dynamically generated code, follow $PC.
4459 (gdb-disassembly-handler-custom): Handle no function name case.
4460
4461 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
4462
4463 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
4464 * emulation/ws-mode.el (ws-query-replace):
4465 * sort.el (sort-regexp-fields):
4466 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
4467
4468 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4469
4470 * dabbrev.el: Fix cycle completion order (bug#10963).
4471 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
4472 (dabbrev-completion): Don't use an obarray; provide
4473 a cycle-sort-function.
4474
4475 2012-03-12 Leo Liu <sdl.web@gmail.com>
4476
4477 * simple.el (kill-new): Use equal-including-properties for comparison.
4478 (kill-do-not-save-duplicates): Doc fix.
4479
4480 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4481
4482 * dabbrev.el: Fix cycle completion (bug#10963).
4483 Use lexical binding and wrap to 80 columns.
4484 (dabbrev-completion): Delay computing the list of completions.
4485
4486 2012-03-12 Kenichi Handa <handa@m17n.org>
4487
4488 * international/quail.el (quail-insert-kbd-layout): Surround each
4489 row by LRO and PDF instead of inserting many LRMs. Pad the left
4490 and right of each non-spacing marks. Insert invisible space
4491 between lower and upper characters to prevent composition.
4492
4493 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4494
4495 * minibuffer.el (minibuffer-complete): Don't get confused when the
4496 function is run twice via different commands (bug#10958).
4497 (complete-with-action): Fix docstring.
4498
4499 2012-03-12 Chong Yidong <cyd@gnu.org>
4500
4501 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
4502 (nxml-completion-at-point-function): New function.
4503 (nxml-mode): Use it.
4504 (nxml-bind-meta-tab-to-complete-flag): Default to t.
4505
4506 * emacs-lisp/package.el (package-unpack, package-unpack-single):
4507 Load generated autoloads file before byte compiling (Bug#10970).
4508 (package--make-autoloads-and-compile): New helper fun.
4509
4510 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
4511
4512 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
4513
4514 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
4515
4516 * autorevert.el (auto-revert-handler): Ensure, that
4517 file-readable-p is applied only for local files or in
4518 auto-revert-tail-mode.
4519
4520 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
4521
4522 * server.el (server-eval-at): Handle non-tcp connections.
4523 Decode result string.
4524
4525 * server.el (server-msg-size): New constant.
4526 (server-reply-print): New function.
4527 (server-eval-and-print): Use it.
4528 (server-eval-at): Use server-quote-arg and server-unquote-arg.
4529 Handle -print-nonl.
4530
4531 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
4532
4533 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
4534 (Bug#10987).
4535
4536 2012-03-11 Chong Yidong <cyd@gnu.org>
4537
4538 * simple.el (goto-line): Doc fix (Bug#9938).
4539
4540 * subr.el (save-window-excursion): Doc fix (Bug#9979).
4541
4542 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
4543 when finished (Bug#10963).
4544
4545 2012-03-11 Martin Rudalics <rudalics@gmx.at>
4546
4547 * window.el (split-window-below): Fix bug in case where
4548 split-window-keep-point is nil (Bug#10971).
4549
4550 2012-03-11 Juri Linkov <juri@jurta.org>
4551
4552 * replace.el (replace-highlight): Set isearch-word to nil
4553 unconditionally. (Bug#10887)
4554
4555 2012-03-10 Eli Zaretskii <eliz@gnu.org>
4556
4557 * net/mairix.el (mairix-replace-invalid-chars): Rename from
4558 mairix-replace-illegal-chars; all callers changed. Don't remove
4559 ^, ~, and = characters: they are meaningful in mairix search specs.
4560 (mairix-widget-create-query): Add usage information about mairix
4561 search forms: negating words, searching for substrings, etc.
4562
4563 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
4564
4565 * international/fontset.el (font-encoding-alist): Add an entry for
4566 ksx1001 (Bug#5667).
4567
4568 2012-03-10 Richard Stallman <rms@gnu.org>
4569
4570 * mail/sendmail.el (mail-encode-header):
4571 Set rfc2047-encode-encoded-words.
4572
4573 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
4574
4575 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
4576 view buffer means not swapped.
4577 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
4578 (rmail-write-region-annotate): Error if real text has disappeared.
4579
4580 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
4581
4582 2012-03-10 Chong Yidong <cyd@gnu.org>
4583
4584 * emulation/cua-rect.el (cua--init-rectangles):
4585 * emulation/cua-base.el (cua--init-keymaps):
4586 Add delete-forward-char to remappings (Bug#9666).
4587
4588 2012-03-10 Martin Rudalics <rudalics@gmx.at>
4589
4590 * speedbar.el (speedbar-unhighlight-one-tag-line):
4591 Avoid unhighlighting due to frame switching (Bug#10275).
4592
4593 2012-03-10 Chong Yidong <cyd@gnu.org>
4594
4595 * minibuffer.el (completion-in-region, completion-help-at-point):
4596 Give the completion field overlay a high priority (Bug#6830).
4597
4598 * dired.el (dired-goto-file): Recognize absolute file name
4599 listings (Bug#7126).
4600 (dired-goto-file-1): New helper function.
4601 (dired-toggle-read-only): Inhibit warnings.
4602
4603 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
4604
4605 * net/dbus.el (dbus-property-handler): Return empty array if
4606 there are no properties.
4607
4608 2012-03-09 Leo Liu <sdl.web@gmail.com>
4609
4610 * savehist.el (savehist-printable): Stricter check for string
4611 value (Bug#10937).
4612
4613 2012-03-09 Eli Zaretskii <eliz@gnu.org>
4614
4615 * mail/smtpmail.el (smtpmail-send-it):
4616 Bind coding-system-for-write to *-unix, so that FCC files are kept in
4617 valid mbox format.
4618
4619 2012-03-09 Glenn Morris <rgm@gnu.org>
4620
4621 * files.el (dir-locals-find-file):
4622 Don't check result is regular, readable.
4623 (dir-locals-read-from-file): Demote errors.
4624
4625 2012-03-08 Eli Zaretskii <eliz@gnu.org>
4626
4627 * international/quail.el (quail-insert-kbd-layout):
4628 Insert invisible LRM characters before each character in a keyboard
4629 layout cell, to prevent their reordering by bidi display engine.
4630 For details, see the discussion in
4631 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
4632
4633 2012-03-08 Alan Mackenzie <acm@muc.de>
4634
4635 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
4636 the starting position; make it extend the marked region when
4637 invoked repeatedly - all under appropriate circumstances.
4638 Fixes bugs #5525, #10906.
4639
4640 2012-03-08 Glenn Morris <rgm@gnu.org>
4641
4642 * files.el (locate-dominating-file, dir-locals-find-file):
4643 Undo 2012-03-06 change.
4644
4645 2012-03-07 Eli Zaretskii <eliz@gnu.org>
4646
4647 * international/quail.el (quail-help):
4648 Force bidi-paragraph-direction be left-to-right. See discussion in
4649 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
4650 for the reason.
4651
4652 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
4653
4654 Avoid superfluous registering of signals. (Bug#10807)
4655
4656 * notifications.el (notifications-on-action-object)
4657 (notifications-on-close-object): New defvars.
4658 (notifications-on-action-signal, notifications-on-closed-signal):
4659 Unregister the signal if not needed any longer.
4660 (notifications-notify): Register `notifications-action-signal' or
4661 `notifications-closed-signal', if :on-action or :on-close has been
4662 passed as argument.
4663
4664 2012-03-07 Chong Yidong <cyd@gnu.org>
4665
4666 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
4667 non-X platforms.
4668
4669 2012-03-06 Glenn Morris <rgm@gnu.org>
4670
4671 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
4672 (x-disown-selection-internal, x-get-selection-internal):
4673 Doc fix (add arglist signatures). (Bug#10783)
4674
4675 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
4676
4677 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
4678 Handle breakpoints with no "type".
4679
4680 2012-03-06 Glenn Morris <rgm@gnu.org>
4681
4682 * files.el (locate-dominating-file): Add optional predicate argument.
4683 (dir-locals-find-file): Make use of above change.
4684
4685 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
4686
4687 * info.el (Info-insert-dir): Also try "dir.gz".
4688
4689 2012-03-06 Glenn Morris <rgm@gnu.org>
4690
4691 * files.el (dir-locals-find-file):
4692 Ignore non-readable or non-regular files. (Bug#10928)
4693
4694 * files.el (locate-dominating-file): Doc fix.
4695
4696 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
4697
4698 * calendar/calendar.el (calendar-set-mode-line):
4699 `getenv' returns a string. (Bug#10951)
4700
4701 2012-03-05 Leo Liu <sdl.web@gmail.com>
4702
4703 * simple.el (backward-delete-char-untabify): Constrain point to
4704 field (Bug#10939).
4705
4706 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
4707
4708 2012-03-05 Chong Yidong <cyd@gnu.org>
4709
4710 * simple.el (count-words): If called from Lisp, return the word
4711 count, for symmetry with `count-lines'. Arglist changed.
4712 (count-words--message): Args changed. Consolidate counting code
4713 from count-words and count-words-region.
4714 (count-words-region): Caller changed.
4715 (count-lines-region): Make it an obsolete alias.
4716
4717 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
4718
4719 * saveplace.el (save-place-to-alist)
4720 (save-place-ignore-files-regexp): Allow value nil to disable this
4721 feature.
4722
4723 2012-03-04 Chong Yidong <cyd@gnu.org>
4724
4725 * faces.el (face-spec-reset-face): For the default face, reset the
4726 attributes to default values (Bug#10748).
4727
4728 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4729
4730 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
4731 previous patch: Check `message-send-mail-function', and not the
4732 default function (bug#10897).
4733
4734 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
4735
4736 * notifications.el (notifications-on-action-signal)
4737 (notifications-on-closed-signal): Check for unique service name of
4738 incoming event. Fix error in removing entry.
4739 (top): Register for signals with wildcard service name.
4740 (notifications-notify): Use daemon unique service name for map entries.
4741
4742 2012-03-04 Chong Yidong <cyd@gnu.org>
4743
4744 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
4745
4746 2012-03-04 Glenn Morris <rgm@gnu.org>
4747
4748 * abbrev.el (copy-abbrev-table, abbrev-table-p)
4749 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
4750 (expand-abbrev, define-abbrev-table): Doc fixes.
4751
4752 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4753
4754 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
4755 `message-default-send-mail-function' and not `send-mail-function'
4756 when doing the prompting for `sendmail-query-once' before sending
4757 in Message buffers (bug#10897).
4758
4759 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4760 This is inconsistent with all the other stream functions, which leave
4761 the setting up to the higher levels (if so wanted) (bug#10931).
4762
4763 2012-03-02 Alan Mackenzie <acm@muc.de>
4764
4765 Depessimize the handling of very large macros.
4766
4767 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
4768 (c-macro-cache-syntactic): New variables to implement a one
4769 element macro cache.
4770 (c-invalidate-macro-cache): New function.
4771 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
4772 Adapt to use the new cache.
4773 (c-state-safe-place): Use better the cache of safe positions.
4774 (c-state-semi-nonlit-pos-cache)
4775 (c-state-semi-nonlit-pos-cache-limit):
4776 New variables for...
4777 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
4778 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
4779 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
4780 Use c-state-semi-safe-place.
4781
4782 * progmodes/cc-langs.el (c-get-state-before-change-functions):
4783 Add c-invalidate-macro-cache to the C, C++, Obj entries.
4784
4785 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
4786
4787 * jka-compr.el (jka-compr-call-process):
4788 Apply `file-accessible-directory-p' only when the default directory is
4789 not remote.
4790
4791 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
4792
4793 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
4794 access of FILE2, if FILE1 does not exist.
4795
4796 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
4797 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
4798
4799 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
4800 Add "PAGER=" to `process-environment'.
4801
4802 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
4803
4804 * progmodes/sql.el: Bug fix
4805 (sql-get-login-ext): Save login values in globals.
4806 (sql-get-login): Use new version of `sql-get-login-ext'.
4807 (sql-interactive-mode): Set global `sql-connection' to nil.
4808 (sql-connect): Set global values for connection.
4809 (sql-product-interactive): Save global values as buffer local.
4810
4811 2012-02-29 Leo Liu <sdl.web@gmail.com>
4812
4813 * abbrev.el (define-abbrevs): Reset sys to nil.
4814
4815 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4816
4817 * files.el (file-equal-p): Rename from `files-equal-p'.
4818 Return nil when one or both files don't exist.
4819 (file-subdir-of-p): Now only top directory must exists,
4820 return nil if it doesn't.
4821 (copy-directory): No need to test with `file-subdir-of-p' after
4822 creating dir.
4823 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
4824 to `file-equal-p'.
4825
4826 2012-02-28 Glenn Morris <rgm@gnu.org>
4827
4828 * shell.el (shell-mode):
4829 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
4830 * play/landmark.el (landmark-font-lock-face-O):
4831 * play/handwrite.el (handwrite):
4832 * play/gomoku.el (gomoku-O):
4833 * net/browse-url.el (browse-url-browser-display):
4834 * international/mule.el (define-charset):
4835 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
4836 * filesets.el (filesets-find-file-delay):
4837 * eshell/em-xtra.el (eshell-xtra):
4838 * eshell/em-unix.el (eshell-grep):
4839 * emulation/viper.el (viper-mode):
4840 * emacs-lisp/regexp-opt.el (regexp-opt-group):
4841 * emacs-lisp/easymenu.el (easy-menu-define):
4842 * calendar/timeclock.el (timeclock-use-display-time):
4843 * bs.el (bs-mode):
4844 * bookmark.el (bookmark-save-flag):
4845 Doc fix (standardize possessive apostrophe usage).
4846
4847 2012-02-27 Chong Yidong <cyd@gnu.org>
4848
4849 * emulation/viper-cmd.el (viper-intercept-ESC-key):
4850 Fix key-binding lookup for ESC key (Bug#9146).
4851
4852 * font-lock.el (font-lock-specified-p): Rename from
4853 font-lock-spec-present. Callers changed.
4854
4855 2012-02-27 Daniel Hackney <dan@haxney.org>
4856
4857 * emacs-lisp/package.el (package-compute-transaction):
4858 Handle holding a package version to t in package-load-list.
4859
4860 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
4861
4862 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
4863 (tramp-get-inode, tramp-get-device): Use cached values.
4864
4865 2012-02-26 Alan Mackenzie <acm@muc.de>
4866
4867 Check there is a font-lock specification before doing initial
4868 fontification.
4869
4870 * font-core.el (font-lock-mode): Move the conditional from
4871 :after-hook to font-lock-initial-fontify.
4872 (font-lock-default-function): Move the check for a specification
4873 to font-lock-spec-present.
4874
4875 * font-lock.el (font-lock-initial-fontify): Call ...
4876 (font-lock-spec-present): New function.
4877
4878 2012-02-26 Jim Blandy <jimb@red-bean.com>
4879
4880 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
4881 (gdb-send): Apply it to the operand of the '-interpreter-exec
4882 console' command, so that we can pass arguments with (say) quotes
4883 in them. Store exact string sent in gdb-debug-log (Bug#10765).
4884
4885 2012-02-26 Chong Yidong <cyd@gnu.org>
4886
4887 * help-fns.el (describe-function-1): Clarify description of
4888 remapping (Bug#10844).
4889
4890 * files.el (files-equal-p): Doc fix.
4891 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
4892 and quit the loop once a mismatch is found.
4893
4894 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
4895
4896 * bs.el (bs--show-with-configuration): Don't throw an error
4897 if the window cannot be split; otherwise, subsequent calls to
4898 bs-show fail, restoring a stale window config. (Bug#10882)
4899
4900 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
4901
4902 * term/ns-win.el (global-map): Bind ns-drag-file to
4903 ns-find-file (Bug#5855, Bug#10050).
4904
4905 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
4906
4907 * calendar/parse-time.el (parse-time-string): Allow extractor to
4908 return nil.
4909
4910 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
4911
4912 * net/tramp.el (tramp-file-name-for-operation):
4913 Add `files-equal-p' and `file-subdir-of-p'.
4914
4915 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
4916 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
4917 Add COPY-CONTENTS argument.
4918
4919 2012-02-25 Chong Yidong <cyd@gnu.org>
4920
4921 Add custom groups for VC backends, for consistency with vc-bzr.
4922
4923 * vc/vc-arch.el (vc-arch):
4924 * vc/vc-cvs.el (vc-cvs):
4925 * vc/vc-git.el (vc-git):
4926 * vc/vc-hg.el (vc-hg):
4927 * vc/vc-mtn.el (vc-mtn):
4928 * vc/vc-rcs.el (vc-rcs):
4929 * vc/vc-sccs.el (vc-sccs):
4930 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
4931 All relevant defcustoms reassigned.
4932
4933 2012-02-25 Chong Yidong <cyd@gnu.org>
4934
4935 * newcomment.el (comment-styles): Add autoload (Bug#10868).
4936
4937 * term/x-win.el (x-initialize-window-system): Reduce default for
4938 x-selection-timeout to 5 seconds (Bug#8869).
4939
4940 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4941
4942 * files.el (files-equal-p, file-subdir-of-p): New functions.
4943 (copy-directory): Error when trying to copy a directory on itself.
4944 Add missing copy-contents arg to tramp handler.
4945 * dired-aux.el (dired-copy-file-recursive): Same.
4946 (dired-create-files): Modify destination when source is equal to
4947 dest when copying files.
4948 Return also when dest is a subdir of source. (Bug#10489)
4949
4950 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
4951
4952 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
4953 (Bug#10874)
4954
4955 2012-02-23 Alan Mackenzie <acm@muc.de>
4956
4957 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
4958 parameter "after-hook:" to allow the expansion to run code after
4959 the execution of the mode hooks.
4960
4961 * font-lock.el (font-lock-initial-fontify): New function extracted
4962 from font-lock-mode-internal.
4963
4964 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
4965 :after-hook.
4966
4967 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4968
4969 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
4970 (completion--cache-all-sorted-completions): New function.
4971 (completion-all-sorted-completions): Use it.
4972 (completion--do-completion, minibuffer-force-complete):
4973 Use it to re-instate the flush hook.
4974
4975 * icomplete.el (icomplete-completions): Replace last fix with a better
4976 one (bug#10850).
4977
4978 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
4979
4980 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
4981 when it might call us back infinitely (bug#10797).
4982
4983 2012-02-23 Glenn Morris <rgm@gnu.org>
4984
4985 * minibuffer.el (completion-category-overrides): Doc fix.
4986
4987 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4988
4989 * minibuffer.el (completion-table-with-context): Fix inf-loop.
4990 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
4991
4992 2012-02-23 Glenn Morris <rgm@gnu.org>
4993
4994 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
4995 (authors-obsolete-files-regexps, authors-ignored-files)
4996 (authors-ambiguous-files, authors-renamed-files-alist):
4997 Add more entries.
4998
4999 2012-02-23 Juri Linkov <juri@jurta.org>
5000
5001 * isearch.el (isearch-occur): Sync interactive spec with occur's
5002 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
5003
5004 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
5005
5006 2012-02-22 Juri Linkov <juri@jurta.org>
5007
5008 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
5009 (ucs-insert): Doc fix. Check for hex digits in the string.
5010 Don't display `nil' in the error message. (Bug#10857)
5011
5012 2012-02-22 Alan Mackenzie <acm@muc.de>
5013
5014 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
5015
5016 2012-02-22 Glenn Morris <rgm@gnu.org>
5017
5018 * ffap.el (ffap-c-path):
5019 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
5020
5021 2012-02-22 Chong Yidong <cyd@gnu.org>
5022
5023 * custom.el (load-theme): Doc fix.
5024
5025 2012-02-22 Glenn Morris <rgm@gnu.org>
5026
5027 * dired-x.el (dired-guess-shell-alist-default):
5028 Remove escape sequences from nroff output. (Bug#172)
5029
5030 2012-02-21 Glenn Morris <rgm@gnu.org>
5031
5032 * vc/emerge.el (emerge-defvar-local):
5033 Set `permanent-local' property rather than unused `preserved'.
5034
5035 * textmodes/picture.el (picture-delete-char): New alias.
5036 (picture-mode-map): Use it. (Bug#10860)
5037 (picture-mode): Doc fix.
5038
5039 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
5040
5041 * newcomment.el (uncomment-region-default): Remove unused binding.
5042
5043 2012-02-21 Glenn Morris <rgm@gnu.org>
5044
5045 * textmodes/picture.el (picture-motion, picture-motion-reverse)
5046 (picture-self-insert, picture-tab-chars): Doc fix.
5047 (picture-mode-map): Fix C-a, C-e.
5048
5049 2012-02-20 Glenn Morris <rgm@gnu.org>
5050
5051 * emacs-lisp/authors.el (authors-aliases): Add another entry.
5052
5053 2012-02-20 Leo Liu <sdl.web@gmail.com>
5054
5055 * icomplete.el (icomplete-completions): Check FROM arg before
5056 passing to substring (Bug#10850).
5057
5058 2012-02-19 Chong Yidong <cyd@gnu.org>
5059
5060 * comint.el: Require ansi-color.
5061 (comint-output-filter-functions): Add ansi-color-process-output.
5062
5063 * ansi-color.el: Don't set comint-output-filter-functions; it is
5064 now in the initial value defined in comint.el.
5065 (ansi-color-apply-face-function): New variable.
5066 (ansi-color-apply-on-region): Use it.
5067 (ansi-color-apply-overlay-face): New function.
5068
5069 * shell.el (shell): No need to require ansi-color.
5070 (shell-mode): Use ansi-color-apply-face-function to highlight
5071 color escapes using font-lock-face property (Bug#10835).
5072
5073 2012-02-19 Chong Yidong <cyd@gnu.org>
5074
5075 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
5076 mode-line formats (Bug#10839).
5077
5078 2012-02-18 Glenn Morris <rgm@gnu.org>
5079
5080 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
5081
5082 * mail/undigest.el (unforward-rmail-message): Doc fix.
5083
5084 * saveplace.el (save-place-ignore-files-regexp): Add :version.
5085
5086 2012-02-18 Eli Zaretskii <eliz@gnu.org>
5087
5088 * international/characters.el (script-list): Sync with the latest
5089 Unicode Character Database.
5090
5091 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
5092
5093 * international/titdic-cnv.el: Remove duplicate coding tag.
5094 * language/cham.el: Likewise.
5095 * language/tai-viet.el: Likewise.
5096
5097 2012-02-18 Glenn Morris <rgm@gnu.org>
5098
5099 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
5100 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
5101 (calendar-bahai-all-holidays-flag, calendar-other-dates):
5102 * calendar/diary-lib.el (diary-abbreviated-year-flag):
5103 * calendar/holidays.el (holiday-bahai-holidays)
5104 (calendar-holidays, list-holidays):
5105 Use utf-8 BahĂ¡'Ă­ in doc-strings, menus, etc.
5106
5107 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
5108
5109 * saveplace.el (save-place-ignore-files-regexp): New variable
5110 allowing for excluding files from saving their location of point.
5111 The default value matches the temporary commit message editing
5112 files from Git, SVN, Bazaar, and Mercurial.
5113 (save-place-to-alist): Use it.
5114
5115 2012-02-17 Lawrence Mitchell <wence@gmx.li>
5116 Stefan Monnier <monnier@iro.umontreal.ca>
5117
5118 * newcomment.el (uncomment-region-default): Don't leave extra space
5119 when an arg is provided (bug#8150).
5120
5121 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
5122
5123 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
5124
5125 2012-02-17 Glenn Morris <rgm@gnu.org>
5126
5127 * net/socks.el: Require network-stream. (Bug#10599)
5128
5129 2012-02-17 Kenichi Handa <handa@m17n.org>
5130
5131 * international/charprop.el:
5132 * international/uni-name.el:
5133 * international/uni-old-name.el:
5134 * international/uni-comment.el: Regenerate.
5135
5136 2012-02-16 Glenn Morris <rgm@gnu.org>
5137
5138 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
5139 Interactively in calendar buffer, give an error if not on a date.
5140
5141 2012-02-15 Glenn Morris <rgm@gnu.org>
5142
5143 * shell.el (shell-delimiter-argument-list):
5144 Revert 2011-02-17 change. (Bug#8027)
5145
5146 2012-02-15 Chong Yidong <cyd@gnu.org>
5147
5148 * minibuffer.el (completion-at-point-functions): Doc fix.
5149
5150 * custom.el (defcustom): Doc fix; note use of defvar.
5151
5152 2012-02-15 Glenn Morris <rgm@gnu.org>
5153
5154 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
5155 Doc fixes.
5156
5157 2012-02-14 Glenn Morris <rgm@gnu.org>
5158
5159 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
5160
5161 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5162
5163 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
5164 way the ports list is computed.
5165 (smtpmail-query-smtp-server): Prompt the user for a port number if
5166 we can't connect to any of the standard ports (bug#10810).
5167
5168 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
5169
5170 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
5171
5172 2012-02-13 Glenn Morris <rgm@gnu.org>
5173
5174 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
5175
5176 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
5177
5178 * net/gnutls.el (gnutls-trustfiles): New variable.
5179 (gnutls-negotiate): Use it.
5180
5181 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
5182
5183 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
5184 does its stuff if Gnus is running.
5185
5186 2012-02-13 Alan Mackenzie <acm@muc.de>
5187
5188 Fix a loop in c-set-fl-decl-start.
5189
5190 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
5191 c-backward-syntactic-ws actually moves backwards.
5192
5193 2012-02-13 Leo Liu <sdl.web@gmail.com>
5194
5195 * net/rcirc.el (rcirc-markup-attributes): Move point to the
5196 beginning so that all \C-o chars are removed.
5197
5198 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
5199
5200 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
5201
5202 2012-02-12 Alan Mackenzie <acm@muc.de>
5203
5204 Fix infinite loop with long macros.
5205 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
5206
5207 2012-02-12 Chong Yidong <cyd@gnu.org>
5208
5209 * window.el (display-buffer): Doc fix (Bug#10785).
5210
5211 2012-02-12 Glenn Morris <rgm@gnu.org>
5212
5213 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5214 (x-disown-selection-internal, x-get-selection-internal):
5215 Sync docs with the xselect.c versions.
5216
5217 * allout-widgets.el: Add missing license notice.
5218
5219 2012-02-11 Glenn Morris <rgm@gnu.org>
5220
5221 * select.el (x-get-selection-internal, x-own-selection-internal)
5222 (x-disown-selection-internal):
5223 * x-dnd.el (x-get-selection-internal): Update declarations.
5224
5225 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
5226
5227 * window.el (window-sides-slots):
5228 * tool-bar.el (tool-bar-position):
5229 * term/xterm.el (xterm-extra-capabilities):
5230 * ses.el (ses-self-reference-early-detection):
5231 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
5232 (verilog-auto-wire-type)
5233 (verilog-auto-delete-trailing-whitespace)
5234 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
5235 (verilog-auto-tieoff-declaration):
5236 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
5237 (sql-oracle-statement-starters, sql-oracle-scan-on):
5238 * progmodes/prolog.el (prolog-align-comments-flag)
5239 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
5240 (prolog-left-indent-regexp, prolog-paren-indent-p)
5241 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
5242 (prolog-types, prolog-mode-specificators)
5243 (prolog-determinism-specificators, prolog-directives)
5244 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
5245 (prolog-electric-dot-flag)
5246 (prolog-electric-dot-full-predicate-template)
5247 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
5248 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
5249 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
5250 (prolog-program-switches, prolog-prompt-regexp)
5251 (prolog-debug-on-string, prolog-debug-off-string)
5252 (prolog-trace-on-string, prolog-trace-off-string)
5253 (prolog-zip-on-string, prolog-zip-off-string)
5254 (prolog-use-standard-consult-compile-method-flag)
5255 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
5256 (prolog-imenu-max-lines, prolog-info-predicate-index)
5257 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
5258 (prolog-char-quote-workaround):
5259 * progmodes/cc-vars.el (c-defun-tactic):
5260 * net/tramp.el (tramp-encoding-command-interactive)
5261 (tramp-local-end-of-line):
5262 * net/soap-client.el (soap-client):
5263 * net/netrc.el (netrc-file):
5264 * net/gnutls.el (gnutls):
5265 * minibuffer.el (completion-category-overrides)
5266 (completion-cycle-threshold)
5267 (completion-pcm-complete-word-inserts-delimiters):
5268 * man.el (Man-name-local-regexp):
5269 * mail/feedmail.el (feedmail-display-full-frame):
5270 * international/characters.el (glyphless-char-display-control):
5271 * eshell/em-ls.el (eshell-ls-date-format):
5272 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
5273 (lisp-lambda-list-keyword-parameter-indentation)
5274 (lisp-lambda-list-keyword-parameter-alignment):
5275 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
5276 * dired-x.el (dired-omit-verbose):
5277 * cus-theme.el (custom-theme-allow-multiple-selections):
5278 * calc/calc.el (calc-highlight-selections-with-faces)
5279 (calc-lu-field-reference, calc-lu-power-reference)
5280 (calc-note-threshold):
5281 * battery.el (battery-mode-line-limit):
5282 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
5283 (archive-7z-update):
5284 * allout.el (allout-prefixed-keybindings)
5285 (allout-unprefixed-keybindings)
5286 (allout-inhibit-auto-fill-on-headline)
5287 (allout-flattened-numbering-abbreviation):
5288 * allout-widgets.el (allout-widgets-auto-activation)
5289 (allout-widgets-icons-dark-subdir)
5290 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
5291 (allout-widgets-theme-dark-background)
5292 (allout-widgets-theme-light-background)
5293 (allout-widgets-item-image-properties-emacs)
5294 (allout-widgets-item-image-properties-xemacs)
5295 (allout-widgets-run-unit-tests-on-load)
5296 (allout-widgets-time-decoration-activity)
5297 (allout-widgets-hook-error-post-time)
5298 (allout-widgets-track-decoration):
5299 Add missing :version tags to new defcustoms and defgroups.
5300
5301 * progmodes/sql.el (sql-ansi-statement-starters)
5302 (sql-oracle-statement-starters): Add custom type.
5303
5304 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
5305 (prolog-system-version): Give it a type.
5306
5307 2012-02-11 Eli Zaretskii <eliz@gnu.org>
5308
5309 * term/pc-win.el (x-select-text, x-selection-owner-p)
5310 (x-own-selection-internal, x-disown-selection-internal)
5311 (x-get-selection-internal): Sync doc strings and argument lists
5312 with xselect.c, common-win.el and x-win.el. (Bug#10783)
5313
5314 2012-02-11 Leo Liu <sdl.web@gmail.com>
5315
5316 * progmodes/python.el (python-end-of-statement): Fix infinite
5317 loop. (Bug#10788)
5318
5319 2012-02-10 Glenn Morris <rgm@gnu.org>
5320
5321 * international/mule-cmds.el (unify-8859-on-encoding-mode)
5322 (unify-8859-on-decoding-mode): Properly mark as obsolete.
5323
5324 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
5325
5326 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
5327 about SMTP before checking the From header.
5328
5329 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
5330 into own function for reuse by emacsbug.el.
5331
5332 2012-02-10 Leo Liu <sdl.web@gmail.com>
5333
5334 * subr.el (condition-case-unless-debug): Rename from
5335 condition-case-no-debug. All callers changed.
5336 (with-demoted-errors): Fix caller.
5337
5338 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
5339 * nxml/rng-valid.el (rng-do-some-validation):
5340 * emacs-lisp/package.el (package-refresh-contents)
5341 (package-menu-execute):
5342 * desktop.el (desktop-create-buffer):
5343 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
5344
5345 2012-02-10 Glenn Morris <rgm@gnu.org>
5346
5347 * textmodes/bibtex.el:
5348 Add missing :version tags for new/changed defcustoms.
5349
5350 * files.el (remote-file-name-inhibit-cache): Doc fixes.
5351
5352 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
5353
5354 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
5355 (smtpmail-via-smtp): Use it, or fall back on the From address.
5356 (smtpmail-send-it): Ditto.
5357
5358 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
5359
5360 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
5361 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
5362 (byte-compile-tmp-var): New const.
5363 (byte-compile-defvar): Use it to minimize .elc size.
5364 Just use `defvar' rather than simulate it (bug#10761).
5365
5366 2012-02-09 Glenn Morris <rgm@gnu.org>
5367
5368 * files.el (rename-uniquely): Doc fix. (Bug#3806)
5369
5370 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
5371 Add :version tags.
5372
5373 * progmodes/compile.el (compilation-error-screen-columns)
5374 (compilation-first-column, compilation-filter-start): Doc fixes.
5375
5376 * vc/log-view.el (log-view-toggle-entry-display):
5377 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
5378
5379 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
5380 (report-emacs-bug-can-use-xdg-email):
5381 (report-emacs-bug-insert-to-mailer): Doc fixes.
5382 (report-emacs-bug): Message fix.
5383
5384 * net/browse-url.el (browse-url-can-use-xdg-open)
5385 (browse-url-xdg-open): Doc fixes.
5386
5387 * electric.el (electric-indent-mode, electric-pair-mode)
5388 (electric-layout-rules, electric-layout-mode): Doc fixes.
5389 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
5390
5391 2012-02-08 Martin Rudalics <rudalics@gmx.at>
5392
5393 * server.el (server-unselect-display): Don't inadvertently kill
5394 the current buffer. (Bug#10729)
5395
5396 2012-02-08 Glenn Morris <rgm@gnu.org>
5397
5398 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
5399 (sql-list-table): Doc fixes.
5400
5401 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
5402 Comment out (does nothing).
5403
5404 * completion.el (dynamic-completion-mode):
5405 * dirtrack.el (dirtrack-debug-mode):
5406 * electric.el (electric-layout-mode):
5407 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
5408 * face-remap.el (text-scale-mode, buffer-face-mode):
5409 * iimage.el (iimage-mode):
5410 * image-mode.el (image-transform-mode):
5411 * minibuffer.el (completion-in-region-mode):
5412 * scroll-lock.el (scroll-lock-mode):
5413 * simple.el (next-error-follow-minor-mode):
5414 * tar-mode.el (tar-subfile-mode):
5415 * tooltip.el (tooltip-mode):
5416 * vcursor.el (vcursor-use-vcursor-map):
5417 * wid-browse.el (widget-minor-mode):
5418 * emulation/tpu-edt.el (tpu-edt-mode):
5419 * emulation/tpu-extras.el (tpu-cursor-free-mode):
5420 * international/iso-ascii.el (iso-ascii-mode):
5421 * language/thai-util.el (thai-word-mode):
5422 * mail/supercite.el (sc-minor-mode):
5423 * net/goto-addr.el (goto-address-mode):
5424 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
5425 * progmodes/cwarn.el (cwarn-mode):
5426 * progmodes/flymake.el (flymake-mode):
5427 * progmodes/glasses.el (glasses-mode):
5428 * progmodes/hideshow.el (hs-minor-mode):
5429 * progmodes/pascal.el (pascal-outline-mode):
5430 * textmodes/enriched.el (enriched-mode):
5431 * vc/smerge-mode.el (smerge-mode):
5432 Doc fixes (minor mode argument).
5433
5434 2012-02-07 Eli Zaretskii <eliz@gnu.org>
5435
5436 * ls-lisp.el (ls-lisp-sanitize): New function.
5437 (ls-lisp-insert-directory): Use it to fix or remove any elements
5438 in file-alist with missing attributes. (Bug#4673)
5439
5440 2012-02-07 Alan Mackenzie <acm@muc.de>
5441
5442 Fix spurious recognition of c-in-knr-argdecl.
5443
5444 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
5445 putative K&R region.
5446
5447 2012-02-07 Alan Mackenzie <acm@muc.de>
5448
5449 * progmodes/cc-engine.el (c-forward-objc-directive):
5450 Prevent looping in "#pragma mark @implementation".
5451
5452 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
5453
5454 * notifications.el (notifications-on-closed-signal): Make `reason'
5455 optional. (Bug#10744)
5456
5457 2012-02-07 Glenn Morris <rgm@gnu.org>
5458
5459 * emacs-lisp/easy-mmode.el (define-minor-mode):
5460 Doc fixes for the macro and the mode it defines.
5461
5462 * image.el (imagemagick-types-inhibit): Doc fix.
5463
5464 * cus-start.el (imagemagick-render-type): Add it.
5465
5466 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
5467
5468 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
5469 Set the default at load time, too, so that `font-lock-fontify-buffer'
5470 can be called without setting up the entire mode first. This fixes
5471 a bug in `mm-inline-text' with C MIME parts.
5472
5473 2012-02-06 Chong Yidong <cyd@gnu.org>
5474
5475 * simple.el (list-processes--refresh): Delete exited processes
5476 (Bug#8094).
5477
5478 * comint.el (comint-next-prompt): next-single-char-property-change
5479 and prev-single-char-property-change never return nil (Bug#8657).
5480
5481 * custom.el (defcustom): Doc fix (Bug#9711).
5482
5483 2012-02-05 Chong Yidong <cyd@gnu.org>
5484
5485 * cus-edit.el (custom-variable-reset-backup): Quote the value
5486 before storing it in the customized-value property (Bug#6712).
5487 (custom-display): Add a customization type tag.
5488 (custom-buffer-create-internal): Improve tooltip message.
5489
5490 * wid-edit.el (widget-field-value-get): New optional arg to
5491 suppress trailing whitespace truncation.
5492 (character): Use it (Bug#2689).
5493
5494 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
5495
5496 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
5497 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
5498
5499 2012-02-05 Chong Yidong <cyd@gnu.org>
5500
5501 * cus-edit.el (custom-variable-value-create): For mismatched
5502 types, show the current value (Bug#7600).
5503
5504 * custom.el (defcustom): Doc fix.
5505
5506 2012-02-05 Glenn Morris <rgm@gnu.org>
5507
5508 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
5509
5510 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
5511
5512 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
5513 (pp-buffer): Use `ignore-errors', `looking-at-p'.
5514 (pp-last-sexp): Use `looking-at-p'.
5515
5516 2012-02-04 Glenn Morris <rgm@gnu.org>
5517
5518 * files.el (revert-buffer):
5519 Doc fix (mention revert-buffer-in-progress-p).
5520
5521 * emacs-lisp/ert-x.el (ert-simulate-command):
5522 Check deferred-action-list (which is obsolete) is bound.
5523
5524 * subr.el (with-wrapper-hook): Doc fixes.
5525
5526 * simple.el (filter-buffer-substring-functions)
5527 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
5528
5529 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
5530
5531 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
5532 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
5533
5534 2012-02-04 Leo Liu <sdl.web@gmail.com>
5535
5536 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
5537
5538 2012-02-04 Glenn Morris <rgm@gnu.org>
5539
5540 * image.el (image-extension-data): Add obsolete alias.
5541
5542 * isearch.el (isearch-update): Doc fix.
5543
5544 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
5545
5546 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
5547
5548 2012-02-03 Glenn Morris <rgm@gnu.org>
5549
5550 * image.el (image-animated-p): Doc fix. Use image-animated-types.
5551 (image-animate-timeout): Doc fix.
5552
5553 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
5554
5555 2012-02-02 Glenn Morris <rgm@gnu.org>
5556
5557 * server.el (server-auth-dir): Doc fix.
5558 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
5559
5560 * subr.el (run-mode-hooks): Doc fix.
5561
5562 2012-02-02 Juri Linkov <juri@jurta.org>
5563
5564 * image-mode.el (image-toggle-display-image): Remove tautological
5565 `major-mode' from the `derived-mode-p' test.
5566
5567 2012-02-02 Kenichi Handa <handa@m17n.org>
5568
5569 * composite.el (compose-region): Cancel previous change.
5570
5571 2012-02-02 Kenichi Handa <handa@m17n.org>
5572
5573 * composite.el (compose-region, compose-string): Signal error for
5574 a null string component (Bug#6988).
5575
5576 2012-02-01 Chong Yidong <cyd@gnu.org>
5577
5578 * view.el (view-buffer-other-window, view-buffer-other-frame):
5579 Handle special modes like view-buffer (Bug#10650).
5580 (view-buffer): Simplify.
5581
5582 * frame.el (set-frame-font): Tweak meaning of third argument.
5583
5584 * dynamic-setting.el (font-setting-change-default-font):
5585 Use set-frame-font (Bug#9982).
5586
5587 2012-02-01 Glenn Morris <rgm@gnu.org>
5588
5589 * progmodes/compile.el (compilation-internal-error-properties):
5590 Respect compilation-first-column in the "*compilation*" buffer.
5591
5592 * emacs-lisp/easy-mmode.el (define-minor-mode):
5593 Relax :variable's test for a named function.
5594
5595 2012-01-31 Alan Mackenzie <acm@muc.de>
5596
5597 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
5598 off by one error.
5599
5600 2012-01-31 Chong Yidong <cyd@gnu.org>
5601
5602 * frame.el (set-frame-font): New arg ALL-FRAMES.
5603
5604 * menu-bar.el (menu-set-font): Use set-frame-font.
5605
5606 * faces.el (face-spec-reset-face): Don't apply unspecified
5607 attribute values to the default face.
5608
5609 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
5610
5611 * progmodes/cwarn.el (cwarn): Remove dead link.
5612 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
5613 Remove * from defcustom docstrings.
5614 (turn-on-cwarn-mode): Make obsolete.
5615 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
5616 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
5617
5618 2012-01-31 Glenn Morris <rgm@gnu.org>
5619
5620 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5621 Fix :variable handling of mode a symbol not equal to modefun.
5622 Allow named functions to be used as the cdr of :variable.
5623
5624 2012-01-30 Glenn Morris <rgm@gnu.org>
5625
5626 * emacs-lisp/authors.el (authors-fixed-entries):
5627 Remove reference to deleted file rnewspost.el.
5628
5629 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
5630
5631 * window.el (window-with-parameter): Remove unused variable `windows'.
5632 (window--side-check): Remove unused variable `code'.
5633 (window--resize-siblings): Remove unused variable `first'.
5634 (adjust-window-trailing-edge): Remove unused variable `failed'.
5635 (window-deletable-p, window--delete): Remove unused variable `buffer'.
5636 Use `let', not `let*'.
5637 (balance-windows-2): Remove unused variable `found'.
5638 (window--state-put-2): Remove unused variable `splits'.
5639 (window-state-put): Remove unused variable `selected'.
5640 (same-window-p): Use `string-match-p'.
5641 (display-buffer-assq-regexp): Remove unused variable `value'.
5642 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5643 Mark argument ALIST as ignored.
5644 (pop-to-buffer): Remove unused variable `old-window'.
5645
5646 2012-01-29 Eli Zaretskii <eliz@gnu.org>
5647
5648 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
5649 and .lzma compressed files.
5650
5651 2012-01-29 Chong Yidong <cyd@gnu.org>
5652
5653 * frame.el (window-system-default-frame-alist): Doc fix.
5654
5655 * dynamic-setting.el (font-setting-change-default-font): Don't
5656 change the default face if SET-FONT argument is non-nil (Bug#9982).
5657
5658 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
5659
5660 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
5661
5662 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
5663
5664 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
5665 breakpoints in files outside current directory (Bug#6098).
5666
5667 2012-01-29 Chong Yidong <cyd@gnu.org>
5668
5669 * progmodes/python.el: Require ansi-color at top-level.
5670
5671 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
5672 Define and use in Emacs Lisp mode (Bug#9360).
5673 (lisp-mode-abbrev-table): Add doc.
5674 (lisp-mode-variables): Don't set local-abbrev-table.
5675 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
5676
5677 2012-01-28 Roland Winkler <winkler@gnu.org>
5678
5679 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
5680
5681 2012-01-28 Roland Winkler <winkler@gnu.org>
5682
5683 * textmodes/bibtex.el (bibtex-entry-alist): New function.
5684 (bibtex-set-dialect): Use it. Either set global values of
5685 dialect-dependent variables or bind these variables buffer-locally
5686 (Bug#10254).
5687 (bibtex-mode): Call bibtex-set-dialect via
5688 hack-local-variables-hook.
5689 (bibtex-dialect): Update docstring.
5690 Add safe-local-variable predicate.
5691 (bibtex-entry-alist, bibtex-field-alist): Initialize via
5692 bibtex-set-dialect.
5693 (bibtex-mode-map): Define menu for each dialect.
5694 (bibtex-entry): Fix docstring.
5695
5696 2012-01-28 Chong Yidong <cyd@gnu.org>
5697
5698 * eshell/esh-arg.el (eshell-quote-argument): New function.
5699
5700 * eshell/esh-ext.el (eshell-invoke-batch-file):
5701 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
5702 first arg to eshell-parse-command (Bug#10523).
5703
5704 2012-01-28 Drew Adams <drew.adams@oracle.com>
5705
5706 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
5707 `default-directory' is non-nil.
5708
5709 2012-01-28 Eli Zaretskii <eliz@gnu.org>
5710
5711 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
5712 line that displays system-configuration-options. (Bug#9924)
5713
5714 2012-01-28 Drew Adams <drew.adams@oracle.com>
5715
5716 * descr-text.el (describe-char): Show information about POS, in
5717 addition to information about the character at POS. Improve and
5718 update the doc string. Change "code point" to "code point in
5719 charset", to avoid confusion with the character's Unicode code
5720 point shown above that. (Bug#10129)
5721
5722 2012-01-28 Eli Zaretskii <eliz@gnu.org>
5723
5724 * descr-text.el (describe-char): Show the raw character, not only
5725 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
5726 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
5727 for the reasons.
5728
5729 2012-01-28 Phil Hagelberg <phil@hagelb.org>
5730
5731 * emacs-lisp/package.el (package-install):
5732 Run package-refresh-contents if there is no archive yet (Bug#9798).
5733
5734 2012-01-28 Chong Yidong <cyd@gnu.org>
5735
5736 * emacs-lisp/package.el (package-maybe-load-descriptor):
5737 New function, split from package-maybe-load-descriptor.
5738 (package-maybe-load-descriptor): Use it.
5739 (package-download-transaction): Fully load required packages
5740 inside the loop, so that `require' calls work (Bug#10593).
5741 (package-install): No need to call package-initialize now.
5742
5743 2012-01-28 Chong Yidong <cyd@gnu.org>
5744
5745 * simple.el (deactivate-mark): Doc fix (Bug#8614).
5746
5747 * tooltip.el (tooltip-mode): Doc fix.
5748 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
5749
5750 * frame.el (set-cursor-color): Doc fix (Bug#352).
5751
5752 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
5753 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
5754
5755 * cus-edit.el (custom-buffer-create-internal): Fix search button
5756 action (Bug#10542).
5757 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
5758
5759 2012-01-27 Eduard Wiebe <usenet@pusto.de>
5760
5761 * dired.el (dired-mark-files-regexp):
5762 Include any subdirectory components. (Bug#10445)
5763
5764 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
5765
5766 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
5767 Handle [host]:port syntax. (Bug#10533)
5768
5769 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
5770
5771 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
5772
5773 2012-01-26 Glenn Morris <rgm@gnu.org>
5774
5775 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
5776 * term.el (term-raw-escape-map): Use Control-X-prefix.
5777 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
5778
5779 2012-01-25 Martin Rudalics <rudalics@gmx.at>
5780
5781 * window.el (window-state-get, window--state-get-1): Don't deal
5782 with fixed-sizeness of windows. Simplify code.
5783
5784 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
5785
5786 * window.el (window--state-get-1, window--state-put-2):
5787 Don't save and restore the mark.
5788
5789 2012-01-25 Chong Yidong <cyd@gnu.org>
5790
5791 * custom.el (custom-variable-p): Doc fix.
5792
5793 2012-01-25 Glenn Morris <rgm@gnu.org>
5794
5795 * dired.el (dired-goto-file): Handle some of the more common
5796 characters that `ls -b' escapes. (Bug#10596)
5797
5798 * progmodes/compile.el (compilation-next-error-function):
5799 Respect compilation-first-column in the "*compilation*" buffer.
5800 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
5801
5802 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
5803
5804 2012-01-24 Glenn Morris <rgm@gnu.org>
5805
5806 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
5807
5808 2012-01-24 Julien Danjou <julien@danjou.info>
5809
5810 * color.el (color-rgb-to-hsl): Fix value computing.
5811 (color-hue-to-rgb): New function.
5812 (color-hsl-to-rgb): New function.
5813 (color-clamp, color-saturate-hsl, color-saturate-name)
5814 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5815 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
5816
5817 2012-01-24 Glenn Morris <rgm@gnu.org>
5818
5819 * vc/vc-rcs.el (vc-rcs-create-tag):
5820 * vc/vc-sccs.el (vc-sccs-create-tag):
5821 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
5822
5823 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
5824
5825 * eshell/esh-util.el (eshell-read-hosts-file):
5826 Skip comment lines. (Bug#10549)
5827
5828 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
5829
5830 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
5831
5832 * subr.el (display-delayed-warnings): Doc fix.
5833 (collapse-delayed-warnings): New function to collapse identical
5834 adjacent warnings.
5835 (delayed-warnings-hook): Add it.
5836
5837 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
5838
5839 * net/tramp.el (tramp-action-login): Set connection property "login-as".
5840
5841 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
5842 (tramp-default-user-alist): Don't add "pscp".
5843 (tramp-do-copy-or-rename-file-out-of-band): Use connection
5844 property "login-as", if set. (Bug#10530)
5845
5846 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
5847
5848 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
5849 "plink1" and "psftp". (Bug#10530)
5850
5851 2012-01-21 Kenichi Handa <handa@m17n.org>
5852
5853 * international/mule-cmds.el (prefer-coding-system): Show a
5854 warning message if the default value of file-name-coding-system
5855 was not changed.
5856
5857 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
5858
5859 * windmove.el (windmove-reference-loc):
5860 Fix windmove-reference-loc miscalculation.
5861
5862 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
5863
5864 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
5865 default unit.
5866
5867 2012-01-21 Glenn Morris <rgm@gnu.org>
5868
5869 * international/mule.el (auto-coding-alist): Add .tbz.
5870
5871 * files.el (local-enable-local-variables): Doc fix.
5872 (inhibit-local-variables-regexps): Rename from
5873 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
5874 Doc fix. Add some extensions from auto-coding-alist.
5875 (inhibit-local-variables-suffixes):
5876 Rename from inhibit-first-line-modes-suffixes. Doc fix.
5877 (inhibit-local-variables-p):
5878 New function, extracted from set-auto-mode-1.
5879 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
5880 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
5881 (hack-local-variables): Doc fix. Make the mode-only case
5882 respect enable-local-variables and friends.
5883 Respect inhibit-local-variables-regexps for file-locals, but
5884 not for directory-locals.
5885 (set-visited-file-name):
5886 Take account of inhibit-local-variables-regexps.
5887 Whether it applies may change as the file name is changed.
5888 * jka-cmpr-hook.el (jka-compr-install):
5889 * jka-compr.el (jka-compr-uninstall):
5890 Update for inhibit-first-line-modes-suffixes name change.
5891
5892 2012-01-20 Martin Rudalics <rudalics@gmx.at>
5893
5894 * help-macro.el (make-help-screen): Temporarily restore original
5895 binding for minor-mode-map-alist (Bug#10454).
5896
5897 2012-01-19 Julien Danjou <julien@danjou.info>
5898
5899 * color.el (color-name-to-rgb): Use the white color to find the max
5900 color component value and return correctly computed values.
5901 (color-name-to-rgb): Add missing float conversion for max value.
5902
5903 2012-01-19 Martin Rudalics <rudalics@gmx.at>
5904
5905 * window.el (window--state-get-1, window-state-get): Do not use
5906 special state value for window-persistent-parameters.
5907 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
5908 (window--state-put-2): Reset all window parameters to nil before
5909 assigning values of persistent parameters.
5910
5911 2012-01-18 Alan Mackenzie <acm@muc.de>
5912
5913 Eliminate sluggishness and hangs in fontification of "semicolon
5914 deserts".
5915
5916 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
5917 Change value 10000 -> 3000.
5918 (c-state-safe-place): Reformulate so it doesn't stack up an
5919 infinite number of wrong entries in c-state-nonlit-pos-cache.
5920 (c-determine-limit-get-base, c-determine-limit): New functions to
5921 determine backward search limits disregarding literals.
5922 (c-find-decl-spots): Amend commenting.
5923 (c-cheap-inside-bracelist-p): New function which detects "={".
5924
5925 * progmodes/cc-fonts.el
5926 (c-make-font-lock-BO-decl-search-function): Give a limit to a
5927 backward search.
5928 (c-font-lock-declarations): Fix an occurrence of point being
5929 undefined. Check additionally for point being in a bracelist or
5930 near a macro invocation without a semicolon so as to avoid a
5931 fruitless time consuming search for a declarator. Give a more
5932 precise search limit for declarators using the new
5933 c-determine-limit.
5934
5935 2012-01-18 Glenn Morris <rgm@gnu.org>
5936
5937 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
5938 (set-auto-mode): Doc fixes.
5939
5940 2012-01-17 Glenn Morris <rgm@gnu.org>
5941
5942 * isearch.el (search-nonincremental-instead): Fix doc typo.
5943
5944 * dired.el (dired-insert-directory): Handle newlines in directory name.
5945 (dired-build-subdir-alist): Unescape newlines in directory name.
5946
5947 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
5948
5949 * net/tramp.el (tramp-local-end-of-line): New defcustom.
5950 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
5951 (tramp-action-terminal): Use it. (Bug#10530)
5952
5953 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
5954
5955 * minibuffer.el (completion--replace): Strip properties (bug#10062).
5956
5957 2012-01-16 Martin Rudalics <rudalics@gmx.at>
5958
5959 * window.el (window-state-ignored-parameters): Remove variable.
5960 (window--state-get-1): Rename argument MARKERS to IGNORE.
5961 Handle persistent window parameters. Make copy of clone-of
5962 parameter only if requested. (Bug#10348)
5963 (window--state-put-2): Install a window parameter only if it has
5964 a non-nil value or an existing parameter shall be overwritten.
5965
5966 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
5967
5968 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
5969
5970 2012-01-14 Eli Zaretskii <eliz@gnu.org>
5971
5972 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
5973 don't pass the (nil) value of `upnode' to string-match.
5974
5975 2012-01-14 Chong Yidong <cyd@gnu.org>
5976
5977 * startup.el (command-line): Fix X resource class for cursorColor.
5978 Fix values recognized by the cursorBlink resource.
5979
5980 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
5981
5982 * epg.el (epg--make-temp-file): Avoid permission race condition
5983 when running on old Emacs versions (bug#10403).
5984
5985 2012-01-14 Glenn Morris <rgm@gnu.org>
5986
5987 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
5988
5989 2012-01-13 Alan Mackenzie <acm@muc.de>
5990
5991 Fix filling for when filladapt mode is enabled.
5992
5993 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
5994 c-mask-paragraph, pass in `fill-paragraph' rather than
5995 `fill-region-as-paragraph'. (This is a reversion of a previous
5996 change.)
5997 * progmodes/cc-mode.el (c-basic-common-init):
5998 Make fill-paragraph-handle-comment buffer local and set it to nil.
5999
6000 2012-01-13 Glenn Morris <rgm@gnu.org>
6001
6002 * dired.el (dired-switches-escape-p): New function.
6003 (dired-insert-directory): Use dired-switches-escape-p.
6004 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
6005
6006 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
6007
6008 2012-01-12 Glenn Morris <rgm@gnu.org>
6009
6010 * mail/sendmail.el (mail-mode): Update paragraph-separate for
6011 changes in adaptive-fill-regexp. (Bug#10276)
6012
6013 2012-01-11 Alan Mackenzie <acm@muc.de>
6014
6015 Fix Emacs bug #10463 - put `widen's around the critical spots.
6016
6017 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
6018 widen around each invocation of c-state-pp-to-literal. Remove an
6019 unused let variable.
6020
6021 2012-01-11 Glenn Morris <rgm@gnu.org>
6022
6023 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
6024 Doc fix.
6025
6026 2012-01-10 Chong Yidong <cyd@gnu.org>
6027
6028 * net/network-stream.el (network-stream-open-starttls):
6029 Avoid emitting a confusing error message when the server gives a bad
6030 response to the capability command.
6031
6032 2012-01-10 Glenn Morris <rgm@gnu.org>
6033
6034 * mail/unrmail.el (unrmail): Tweak previous change.
6035
6036 2012-01-09 Chong Yidong <cyd@gnu.org>
6037
6038 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
6039
6040 2012-01-08 Alan Mackenzie <acm@muc.de>
6041
6042 Optimise font locking in long enum definitions.
6043
6044 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
6045 arm to a cond form to handle enums.
6046 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
6047 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
6048
6049 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6050
6051 * files.el (move-file-to-trash): Preserve default file modes on error.
6052 (Bug#10401)
6053
6054 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6055
6056 * faces.el (set-face-attribute): Clarify the meaning of the nil
6057 frame (bug#10294).
6058
6059 * subr.el (with-selected-frame): Mention that the selected frame
6060 is restored (bug#9980).
6061
6062 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
6063 (bug#9759).
6064
6065 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
6066 (password-read): Don't autoload unused function.
6067
6068 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
6069
6070 * progmodes/which-func.el (which-func-mode): Turn into a
6071 non-interactive function and mark as obsolete (bug#10428).
6072
6073 2012-01-06 Chong Yidong <cyd@gnu.org>
6074
6075 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
6076 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
6077 functions, along with 1 and -1.
6078
6079 2012-01-06 Eli Zaretskii <eliz@gnu.org>
6080
6081 * time.el (display-time-load-average)
6082 (display-time-default-load-average): Doc fixes. See the thread
6083 starting at
6084 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
6085 for the details.
6086
6087 2012-01-06 Glenn Morris <rgm@gnu.org>
6088
6089 * mail/unrmail.el (unrmail): Give an explicit error if the input file
6090 has no messages. (Bug#10377)
6091
6092 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
6093 than Info-edit. (Bug#10385)
6094
6095 * time.el (display-time-load-average, display-time-next-load-average):
6096 Doc fixes.
6097
6098 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
6099 local setting of buffer-read-only to the input buffer. (Bug#10419)
6100
6101 * calendar/calendar.el (calendar-mode):
6102 Locally set scroll-margin to 0. (Bug#10379)
6103
6104 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
6105
6106 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
6107
6108 2012-01-05 Glenn Morris <rgm@gnu.org>
6109
6110 * eshell/em-unix.el (diff-no-select): Autoload it.
6111 (eshell/diff): Use diff-no-select. (Bug#10420)
6112
6113 2012-01-05 Chong Yidong <cyd@gnu.org>
6114
6115 * shell.el (shell-dynamic-complete-functions): Revert last change.
6116 (shell-command-completion-function): New function.
6117 (shell-completion-vars): Use it to implement
6118 shell-completion-execonly (Bug#10417).
6119
6120 * custom.el (enable-theme): Don't set custom-safe-themes.
6121
6122 * cus-theme.el (custom-theme-merge-theme):
6123 Ignore custom-enabled-themes and custom-safe-themes.
6124
6125 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
6126
6127 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
6128 first prompt in `sql-interacive-mode'.
6129 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
6130 keywords.
6131 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
6132 (sql-product-interactive): Bug fix: Set `sql-buffer' in
6133 context of original buffer. Invoke `sql-login-hook'.
6134
6135 2012-01-04 Eli Zaretskii <eliz@gnu.org>
6136
6137 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
6138 letters in cite-prefix.
6139
6140 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6141
6142 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
6143
6144 2012-01-03 Chong Yidong <cyd@gnu.org>
6145
6146 * shell.el (shell-dynamic-complete-functions):
6147 Put pcomplete-completions-at-point, so as to try
6148 comint-filename-completion first (Bug#10417).
6149
6150 2012-01-02 Richard Stallman <rms@gnu.org>
6151
6152 * battery.el (battery-status-function):
6153 Detect when to use battery-yeeloong-sysfs.
6154 (battery-echo-area-format): Add string for Yeeloong.
6155 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
6156 (battery-yeeloong-sysfs): New function.
6157
6158 2012-01-02 Chong Yidong <cyd@gnu.org>
6159
6160 * dirtrack.el (dirtrack-list): Eliminate unused third element.
6161 (dirtrack): Merge code for handling relative filenames in prompt
6162 from shell-dir-cookie-watcher.
6163 (dirtrack-debug-message): New arg to avoid excess format calls.
6164
6165 * shell.el (shell-dir-cookie-re): Variable deleted.
6166 (shell-dir-cookie-watcher): Function deleted.
6167 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
6168 with dirtrack-mode.
6169
6170 2012-01-01 Eli Zaretskii <eliz@gnu.org>
6171
6172 * term/w32-win.el (dynamic-library-alist) <gnutls>:
6173 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
6174 libgnutls-26.dll.
6175
6176 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
6177
6178 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
6179
6180 2011-12-31 Eli Zaretskii <eliz@gnu.org>
6181
6182 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
6183 headers of non-MIME messages, when rmail-enable-mime is non-nil.
6184
6185 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
6186
6187 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
6188 also for alternative shells.
6189 (tramp-open-connection-setup-interactive-shell): Check, whether
6190 the shell is a busybox.
6191 (tramp-send-command): Don't suppress multiple prompts for
6192 busyboxes, it hurts.
6193
6194 2011-12-28 Chong Yidong <cyd@gnu.org>
6195
6196 * progmodes/gdb-mi.el (gdb-get-source-file-list)
6197 (gdb-get-source-file): Move mode line update to
6198 gdb-get-source-file (Bug#10087).
6199
6200 2011-12-25 Chong Yidong <cyd@gnu.org>
6201
6202 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
6203 gud-gdb-marker-filter without taking it as an argument.
6204 (gud-gdb-run-command-fetch-lines): Caller changed.
6205 (gud-gdb-completion-function): New variable.
6206 (gud-gdb-completion-at-point): Use it.
6207 (gud-gdb-completions-1): Split from gud-gdb-completions.
6208
6209 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
6210 function as separate arguments.
6211 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
6212 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
6213 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
6214 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
6215 (gdb-stopped, def-gdb-auto-update-trigger)
6216 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
6217 (gdb-get-changed-registers, gdb-get-main-selected-frame):
6218 Callers changed.
6219 (gud-gdbmi-completions): New function.
6220 (gdb): Use it for generating the completion table.
6221
6222 2011-12-24 Alan Mackenzie <acm@muc.de>
6223
6224 Introduce a mechanism to widen the region used in context font
6225 locking. Use this to protect declarations from losing their contexts.
6226
6227 * progmodes/cc-langs.el (c-before-font-lock-functions):
6228 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
6229 (c-before-context-fontification-functions): New defvar, a list of
6230 functions to be run just before context (etc.) font locking.
6231
6232 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
6233 New, functionality extracted from
6234 c-neutralize-syntax-in-and-mark-CPP.
6235 (c-in-after-change-fontification): New variable.
6236 (c-after-change): Set c-in-after-change-fontification.
6237 (c-set-fl-decl-start): Rejig its interface, so it can be called
6238 from both after-change and context fontifying.
6239 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
6240 New functions.
6241 (c-standard-font-lock-fontify-region-function): New variable.
6242 (c-font-lock-fontify-region): New function.
6243
6244 2011-12-24 Juri Linkov <juri@jurta.org>
6245
6246 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
6247 (Bug#10348)
6248
6249 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
6250
6251 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
6252 existence of source file. (Bug#10325)
6253
6254 2011-12-23 Alan Mackenzie <acm@muc.de>
6255
6256 Fix unstable fontification inside templates.
6257
6258 * progmodes/cc-langs.el (c-before-font-lock-functions):
6259 Newly created from the singular version. The (c c++ objc) entry now
6260 additionally has c-set-fl-decl-start. The other languages (apart
6261 from AWK) have that as a single entry.
6262
6263 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6264 The functionality for "local" declarations has been extracted to
6265 c-set-fl-decl-start.
6266
6267 * progmodes/cc-mode.el (c-common-init, c-after-change):
6268 Changes due to pluralisation of c-before-font-lock-functions.
6269 (c-set-fl-decl-start): New function, extracted from
6270 c-font-lock-enclosing-decls and enhanced.
6271
6272 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
6273
6274 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
6275
6276 2011-12-22 Juri Linkov <juri@jurta.org>
6277
6278 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
6279
6280 2011-12-22 Chong Yidong <cyd@gnu.org>
6281
6282 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
6283
6284 2011-12-21 Drew Adams <drew.adams@oracle.com>
6285
6286 * files.el (file-remote-p): Fix docstring. (Bug#10319)
6287
6288 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6289
6290 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
6291
6292 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
6293
6294 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
6295 highlighting and support. Fix up comments for capitalization.
6296 (cfengine-mode-debug): New var.
6297 (cfengine3-mode): Change the modeline indicator to "CFE3".
6298 (cfengine3-font-lock-keywords): Improve defun highlighting.
6299 (cfengine2-actions): Rename from `cfengine-actions'.
6300 (cfengine2-font-lock-keywords): Rename from
6301 `cfengine-font-lock-keywords'.
6302 (cfengine2-imenu-expression): Rename from
6303 `cfengine-imenu-expression'.
6304 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
6305 (cfengine2-beginning-of-defun): Rename from
6306 `cfengine-beginning-of-defun'.
6307 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
6308 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
6309 (cfengine2-mode): Rename from `cfengine-mode'. Change the
6310 modeline indicator to "CFE2".
6311 (cfengine-mode): Defalias to `cfengine-auto-mode'.
6312 (cfengine-mode-abbrevs): Mark obsolete.
6313
6314 2011-12-21 Chong Yidong <cyd@gnu.org>
6315
6316 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
6317 filename argument.
6318
6319 2011-12-20 Martin Rudalics <rudalics@gmx.at>
6320
6321 * window.el (window-normalize-buffer-to-display): Remove.
6322 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
6323
6324 2011-12-19 Chong Yidong <cyd@gnu.org>
6325
6326 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
6327 Don't signal an error in a predicate function; return non-nil.
6328 (vc-dir-mark-file): Move the error here.
6329 (vc-dir-mark-unmark): If acting on the region, keep going if one
6330 of the entries cannot be marked/unmarked.
6331 (vc-dir-mark-all-files): If current entry is a directory, mark
6332 only child files, as documented.
6333
6334 2011-12-19 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
6335
6336 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
6337 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
6338 addition.
6339
6340 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
6341
6342 * term/ns-win.el (ns-get-selection-internal)
6343 (ns-store-selection-internal): Declare.
6344 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
6345 Declare as obsolete.
6346 (ns-get-pasteboard, ns-paste-secondary):
6347 Use ns-get-selection-internal.
6348 (ns-set-pasteboard, ns-copy-including-secondary):
6349 Use ns-store-selection-internal.
6350
6351 2011-12-17 Chong Yidong <cyd@gnu.org>
6352
6353 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
6354 (vc-deduce-fileset): Doc fix.
6355
6356 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
6357
6358 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
6359
6360 2011-12-13 Sam Steingold <sds@gnu.org>
6361
6362 * man.el (Man-getpage-in-background): When running under a
6363 window-system, ignore $MANWIDTH and $COLUMNS.
6364
6365 2011-12-15 Kenichi Handa <handa@m17n.org>
6366
6367 * language/ethio-util.el: Change coding tag to utf-8-emacs.
6368 (setup-ethiopic-environment-internal): Comment out key-binding for
6369 ethio-toggle-punctuation.
6370
6371 2011-12-13 Alan Mackenzie <acm@muc.de>
6372
6373 Add the switch statement to AWK Mode.
6374
6375 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
6376 "default" to the keywords regexp.
6377
6378 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
6379 expression as the rest.
6380 (c-nonlabel-token-key): Allow string literals for AWK.
6381 Refactor for the other modes.
6382
6383 Large brace-block initialisation makes CC Mode slow: Fix.
6384 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
6385 routines. Limit backward searching in c-font-lock-enclosing.decl.
6386
6387 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
6388 pp-state and literal type in addition to the limits.
6389 (c-state-safe-place): New defun, extracted from c-state-literal-at.
6390 (c-state-literal-at): Use the above new defun.
6391 (c-slow-in-literal, c-fast-in-literal): Remove.
6392 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
6393
6394 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
6395 being in a literal. Add a limit for backward searching.
6396
6397 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
6398 c-slow-in-literal.
6399
6400 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
6401
6402 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
6403
6404 2011-12-13 Martin Rudalics <rudalics@gmx.at>
6405
6406 * window.el (delete-other-windows): Use correct frame in call to
6407 window-with-parameter.
6408
6409 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
6410
6411 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
6412 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
6413 (makefile-gmake-statements, makefile-makepp-statements):
6414 Use it and add new makepp keywords.
6415 (makefile-makepp-font-lock-keywords): Add new patterns.
6416 (makefile-match-function-end): Match new [...] and [[...]].
6417
6418 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
6419
6420 * ses.el (ses-call-printer-return, ses-cell-property-get)
6421 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
6422 (ses-create-cell-variable, ses-reset-header-string)
6423 (ses-cell-set-formula, ses-repair-cell-reference-all)
6424 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
6425 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
6426 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
6427 (ses-aset-with-undo, ses-load, ses-truncate-cell)
6428 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
6429 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
6430 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
6431 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
6432 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
6433 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
6434 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
6435 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
6436
6437 2011-12-11 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
6438
6439 * ses.el: The overall change is to add cell renaming, that is
6440 setting fancy names for cell symbols other than name matching
6441 "\\`[A-Z]+[0-9]+\\'" regexp .
6442 (ses-create-cell-variable): New defun.
6443 (ses-relocate-formula): Relocate formulas only for cells the
6444 symbols of which are not renamed, i.e. symbols whose names do not
6445 match regexp "\\`[A-Z]+[0-9]+\\'".
6446 (ses-relocate-all): Relocate values only for cells the symbols of
6447 which are not renamed.
6448 (ses-load): Create cells variables as the (ses-cell ...) are read,
6449 in order to check row col consistency with cell symbol name only
6450 for cells that are not renamed.
6451 (ses-replace-name-in-formula): New defun.
6452 (ses-rename-cell): New defun.
6453
6454 2011-12-11 Chong Yidong <cyd@gnu.org>
6455
6456 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
6457 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
6458
6459 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
6460
6461 * window.el (other-window): Fix docstring.
6462
6463 2011-12-10 Eli Zaretskii <eliz@gnu.org>
6464
6465 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
6466 `from' or `to' address before taking its substring.
6467 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
6468 encoded name is chopped in the middle of the encoded string, and
6469 thus displayed encoded.
6470
6471 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
6472
6473 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
6474
6475 2011-12-10 Eli Zaretskii <eliz@gnu.org>
6476
6477 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
6478 to use texinfo-update-node and commands that call it if the
6479 Texinfo file uses @node lines without next/prev/up pointers.
6480 Correct outdated description about texinfo-master-menu.
6481 (texinfo-all-menus-update, texinfo-master-menu)
6482 (texinfo-update-node, texinfo-every-node-update)
6483 (texinfo-multiple-files-update): Doc fix. Warn against updating
6484 all the @node lines.
6485 (texinfo-master-menu): Only call texinfo-update-node if the prefix
6486 argument is numeric. Explain better in the doc string what the
6487 function really does.
6488 (texinfo-insert-master-menu-list): Improve the error message
6489 displayed if there's no menu in the Top node.
6490 (Bug#2975) See also this thread:
6491 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
6492
6493 2011-12-09 Manuel GĂ³mez <mgrojo@gmail.com> (tiny change)
6494
6495 * speedbar.el (speedbar-supported-extension-expressions):
6496 Add .adb and .ads, commonly used for Ada source code (bug#10256).
6497
6498 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
6499
6500 * printing.el (pr-mode-alist):
6501 * simple.el (filter-buffer-substring-functions)
6502 (completion-list-insert-choice-function):
6503 * window.el (window-with-parameter, window-atom-root)
6504 (window-sides-slots, window-size-fixed, window-min-delta)
6505 (window-max-delta, window--resize-mini-window)
6506 (window--resize-child-windows-normal, window-tree)
6507 (delete-other-windows, quit-window, split-window)
6508 (display-buffer-record-window, special-display-buffer-names)
6509 (special-display-regexps, special-display-popup-frame)
6510 (same-window-p, split-window-sensibly)
6511 (display-buffer-overriding-action, display-buffer-alist)
6512 (display-buffer-base-action, display-buffer, switch-to-buffer)
6513 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
6514 (fit-window-to-buffer, recenter-positions)
6515 (mouse-autoselect-window-state, mouse-autoselect-window-select):
6516 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
6517 and remove unneeded backslashes in docstrings.
6518
6519 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6520
6521 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
6522
6523 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
6524 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
6525 end in ".mk".
6526 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
6527 when reading the makefile (bug#10116).
6528
6529 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6530
6531 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
6532 (bug#10116).
6533
6534 2011-12-06 Glenn Morris <rgm@gnu.org>
6535
6536 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
6537
6538 2011-12-06 Chong Yidong <cyd@gnu.org>
6539
6540 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
6541
6542 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
6543
6544 * textmodes/table.el (table-shorten-cell): Fix typo.
6545
6546 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
6547
6548 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
6549
6550 2011-12-05 Eli Zaretskii <eliz@gnu.org>
6551
6552 * descr-text.el (describe-char): Fix display of strong
6553 right-to-left characters and directional embeddings and overrides.
6554
6555 * simple.el (what-cursor-position): Fix display of codepoints of
6556 strong right-to-left characters.
6557
6558 2011-12-05 Chong Yidong <cyd@gnu.org>
6559
6560 * faces.el (read-color): Doc fix.
6561
6562 2011-12-05 Glenn Morris <rgm@gnu.org>
6563
6564 * align.el (align--set-marker): Add doc-string.
6565 Don't try to move something that is not a marker. (Bug#10216)
6566
6567 2011-12-04 Glenn Morris <rgm@gnu.org>
6568
6569 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
6570 overly zealous deletion of trailing whitespace.
6571
6572 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
6573
6574 * server.el (server-delete-client): On Windows, do not try to delete
6575 the only terminal.
6576 (server-process-filter): On Windows, treat requests for a tty frame as
6577 if they were for a GUI frame if the running server is in GUI mode.
6578
6579 2011-12-03 Glenn Morris <rgm@gnu.org>
6580
6581 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
6582
6583 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6584
6585 * electric.el: Streamline electric-indent's hook.
6586 (electric-indent-chars): Revert to simple list.
6587 (electric-indent-functions): New var.
6588 (electric-indent-post-self-insert-function): Use it.
6589
6590 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
6591 there's no inferior buffer (bug#10196).
6592 (prolog-consult-compile): Don't use toggle-read-only.
6593
6594 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
6595
6596 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
6597 interrupt. (Bug#10187)
6598
6599 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6600
6601 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
6602 (bug#9160).
6603
6604 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
6605 (bug#10191).
6606
6607 2011-12-02 Juri Linkov <juri@jurta.org>
6608
6609 * info.el (Info-search): Display "end of manual" when Isearch
6610 reaches the end of single-file Info manual. (Bug#9918)
6611
6612 2011-12-02 Eli Zaretskii <eliz@gnu.org>
6613
6614 * isearch.el (isearch-message-prefix): Run the input method part
6615 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
6616
6617 2011-12-02 Juri Linkov <juri@jurta.org>
6618
6619 * isearch.el (isearch-occur): Use `word-search-regexp' for
6620 `isearch-word'.
6621 (isearch-search-and-update): Add condition for `isearch-word' and
6622 call `word-search-regexp'. (Bug#10145)
6623
6624 2011-12-01 Glenn Morris <rgm@gnu.org>
6625
6626 * eshell/em-hist.el (eshell-hist-initialize):
6627 Handle eshell-history-size nil and HISTSIZE set or unset.
6628 (eshell-history-file-name, eshell-history-size): Fix custom type.
6629
6630 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6631
6632 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
6633
6634 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
6635
6636 * progmodes/verilog-mode.el (verilog-pretty-expr):
6637 Rework verilog-pretty-expr to handle new assignment operators in system
6638 verilog, such as += *= and the like.
6639 (verilog-assignment-operator-re): Regular expression to find the
6640 assigment operator in a verilog assignment.
6641 (verilog-assignment-operation-re): Regular expression to find an
6642 assignment statement for pretty-expr.
6643 (verilog-in-attribute-p): Query returns true if point is in an
6644 attribute context; used to skip these for expression line up from
6645 pretty-expr.
6646 (verilog-in-parameter-p): Query returns true if point is in an
6647 parameter definition context; used to skip these for expression
6648 line up from pretty-expr.
6649 (verilog-in-parenthesis-p): Query returns true if point is in a
6650 parenthetical expression, specifically ( ) but not [ ] or { };
6651 used by pretty-expr.
6652 (verilog-just-one-space): If there is no space, don't add one.
6653 (verilog-get-lineup-indent-2): Specifically skip just attribute
6654 contexts for expression lineup, rather than skipping all
6655 parenthetical expressions.
6656 (verilog-calculate-indent): Fix comment, and fix indent.
6657 (verilog-do-indent): Indent declarations in lists (suggested by
6658 Joachim Lechner).
6659 (verilog-mode-abbrev-table): Populate abbrev mode with the various
6660 skeleton items.
6661 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
6662 by Alain Mellan).
6663
6664 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6665
6666 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
6667 parameters with embedded comments. Reported by Ray Stevens.
6668 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
6669 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
6670 Reported by Tim Holt.
6671 (verilog-auto): Fix AUTOing a upper module then AUTOing module
6672 instantiated by upper module causing wrong expansion until AUTOed a
6673 second time. Reported by K C Buckenmaier.
6674 (verilog-diff-auto): Fix showing .* as a difference when
6675 `verilog-auto-star-save' off. Reported by Dan Dever.
6676 (verilog-auto-reset, verilog-read-always-signals)
6677 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
6678 temporary signals in reset list if
6679 verilog-auto-reset-blocking-in-non is nil, and match assignment
6680 style to each signal's assignment type, bug381.
6681 Reported by Thomas Esposito.
6682 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
6683 (verilog-uvm-statement-re): Support UVM indentation and
6684 highlighting, with old OVM keywords only.
6685 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
6686 Support AUTOTIEOFF creating non-wire data types.
6687 Suggested by Jonathan Greenlaw.
6688 (verilog-auto-insert-lisp, verilog-delete-to-paren)
6689 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
6690 (verilog-inject-sense, verilog-read-inst-pins)
6691 (verilog-read-sub-decls, verilog-read-sub-decls-line):
6692 Fix mismatching parenthesis inside commented out code when deleting
6693 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6694 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
6695 non-numeric vector width. Reported by Alex Reed.
6696 (verilog-auto-ascii-enum): Add "onehot" option to work around not
6697 detecting signals with parameter widths. Reported by Alex Reed.
6698 (verilog-auto-delete-trailing-whitespace):
6699 With `verilog-auto-delete-trailing-whitespace' remove trailing
6700 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
6701 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
6702 Fix verilog-scan-cache corruption when running user AUTO expansion
6703 hooks that call indentation routines.
6704 (verilog-simplify-range-expression): Fix typo ignoring lower case
6705 identifiers.
6706 (verilog-delete-auto): Fix delete-autos to also remove user created
6707 automatics, as long as they start with AUTO.
6708 (verilog-batch-diff-auto, verilog-diff-auto)
6709 (verilog-diff-function): Add `verilog-diff-auto' and bind to
6710 "C-c?" to report differences in AUTO expansion, ignoring spaces.
6711 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
6712 (verilog-in-paren-quick, verilog-re-search-backward-quick)
6713 (verilog-re-search-forward-quick, verilog-syntax-ppss):
6714 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6715 is disabled and its cache will get corrupt, causing AUTOS not to
6716 expand. Instead use only -quick functions.
6717 (verilog-scan-region): Fix scanning over escaped quotes.
6718 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
6719 (verilog-re-search-backward-quick)
6720 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
6721 related functions now ignore strings, to fix misparsing of strings
6722 with magic comments embedded in them.
6723 (verilog-read-auto-template):
6724 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
6725 Reported by Brad Dobbie.
6726 (verilog-read-auto-template):
6727 Fix 'verilog-auto-inst-template-numbers' with comments.
6728 Reported by Brad Dobbie.
6729 (verilog-auto-inst, verilog-auto-inst-param)
6730 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
6731 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
6732 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
6733 debugging templates without merge conflicts, bug357.
6734 Reported by Brad Dobbie.
6735 (verilog-read-auto-template):
6736 Fix verilog-auto-inst-template-numbers with multiple templates.
6737 Reported by Brad Dobbie.
6738 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
6739 abbrevs so user won't be asked to save.
6740 (verilog-read-auto-lisp-present): Fix to start at beginning of
6741 buffer in case called outside of verilog-auto.
6742 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
6743 to "X-2". Reported by Matthew Myers.
6744 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
6745 all inputs from module templates. Reported by Leith Johnson.
6746 (verilog-module-inside-filename-p): Fix locating programs as with
6747 modules.
6748 (verilog-auto-inst-port): Fix vl-width expressions when using
6749 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
6750 (verilog-decls-get-regs, verilog-decls-get-signals,
6751 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
6752 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
6753 verilog-read-decls): Combine reg and wire structures into one var
6754 structure to represent SystemVerilog concepts.
6755 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
6756 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
6757 (verilog-auto-wire-type, verilog-insert-definition):
6758 Add verilog-auto-wire-type and AUTOLOGIC to support using
6759 SystemVerilog "logic" keyword instead of "wire"/"reg".
6760 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
6761 to declares outputs that also have assignments (presumably in an
6762 ifdef or generate if so there's not a driver conflict).
6763 Reported by Matthew Myers.
6764 (verilog-auto-declare-nettype, verilog-insert-definition):
6765 Add verilog-auto-declare-nettype to fix declarations using
6766 `default_nettype none. Reported by Julian Gorfajn.
6767 (verilog-read-always-signals-recurse, verilog-read-decls)
6768 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
6769 malformed end statement, bug325. Reported by Joshua Wise and
6770 Andrew Drake.
6771 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
6772 (verilog-inst-comment-re): Fix not deleting Interfaced comment
6773 when expanding .* in interfaces, bug320.
6774 Reported by Pierre-David Pfister.
6775 (verilog-read-module-name): Fix import statements between module
6776 name and open parenthesis, bug317.
6777 Reported by Pierre-David Pfister.
6778 (verilog-simplify-range-expression): Fix simplification of
6779 multiplications inside AUTOWIRE connections, bug303.
6780 (verilog-auto-inst-port): Support parameter expansion in
6781 multidimensional arrays.
6782 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
6783 after "assert property". Reported by Julian Gorfajn.
6784 (verilog-simplify-range-expression): Fix "couldn't merge" errors
6785 with multiplication, bug303.
6786 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
6787 Reported by Jan Frode Lonnum.
6788
6789 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
6790
6791 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
6792 (hfy-shell-file-name, hfy-shell):
6793 * international/fontset.el (x-decompose-font-name): Fix typos.
6794
6795 2011-11-29 Ken Brown <kbrown@cornell.edu>
6796
6797 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
6798 (gdb-version): Remove defvar.
6799 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
6800 (gdb-gud-context-command, gdb-non-stop-handler)
6801 (gdb-current-context-command, gdb-stopped): Use it.
6802 (gdb-init-1): Enable pretty printing here.
6803 (gdb-non-stop-handler): Don't enable pretty-printing here.
6804 Check to see if the target supports non-stop mode; if not, turn off
6805 non-stop mode. Use the following.
6806 (gdb-check-target-async): New defun.
6807 (gud-watch, gdb-stopped): Fix whitespace.
6808 (gdb-get-source-file): Don't try to display the source file if
6809 `gdb-main-file' is nil.
6810
6811 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6812
6813 * align.el: Try to generate fewer markers (bug#10047).
6814 (align--set-marker): New macro.
6815 (align-region): Use it.
6816
6817 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6818
6819 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
6820
6821 2011-11-29 Chong Yidong <cyd@gnu.org>
6822
6823 * indent.el (indent-for-tab-command, indent-according-to-mode):
6824 Doc fix.
6825 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
6826
6827 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
6828
6829 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
6830 aware of remote file names. (Bug#10124)
6831
6832 2011-11-29 Chong Yidong <cyd@gnu.org>
6833
6834 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
6835
6836 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6837
6838 * files.el (find-file): Don't use force-same-window (bug#10144).
6839 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
6840 use pop-to-buffer if the selected window can't be used.
6841 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
6842
6843 2011-11-28 Eli Zaretskii <eliz@gnu.org>
6844
6845 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
6846 special-mode-map.
6847
6848 2011-11-28 Chong Yidong <cyd@gnu.org>
6849
6850 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
6851
6852 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
6853
6854 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
6855 gdb-get-source-file-list on gdb-create-source-file-list.
6856
6857 2011-11-26 Eli Zaretskii <eliz@gnu.org>
6858
6859 * whitespace.el (whitespace-newline): Use a different foreground
6860 color for 16-color light-background displays.
6861
6862 2011-11-24 Chong Yidong <cyd@gnu.org>
6863
6864 * window.el (display-buffer--special-action): Doc fix.
6865
6866 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
6867
6868 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
6869 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
6870 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
6871 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
6872 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
6873 (avl-tree-stack-first):
6874 * emacs-lisp/cconv.el (cconv--analyse-use):
6875 * net/gnutls.el (gnutls-negotiate): Fix typos.
6876
6877 2011-11-24 Glenn Morris <rgm@gnu.org>
6878
6879 * lpr.el (lpr-windows-system, lpr-lp-system):
6880 * mail/binhex.el (binhex-begin-line):
6881 * progmodes/grep.el (grep-history, grep-find-history):
6882 * textmodes/flyspell.el:
6883 * vc/pcvs-defs.el (cvs-global-menu):
6884 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
6885 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
6886 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
6887
6888 * net/tls.el: Fix case of "GnuTLS".
6889
6890 * paths.el (rmail-file-name): Format doc-string for make-docfile.
6891
6892 * version.el (emacs-build-system): Give it a doc-string.
6893
6894 2011-11-24 Juri Linkov <juri@jurta.org>
6895
6896 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
6897
6898 2011-11-24 Glenn Morris <rgm@gnu.org>
6899
6900 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
6901 if called on a non-mime message just toggle the headers. (Bug#8006)
6902
6903 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
6904
6905 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
6906 (allout-lead-with-comment-string, allout-structure-deleted-hook)
6907 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
6908 (allout-rebullet-heading, allout-open-sibtopic)
6909 (allout-toggle-current-subtree-encryption)
6910 (allout-toggle-subtree-encryption, allout-encrypt-string)
6911 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
6912 (allout-distinctive-bullets-string, allout-auto-activation):
6913 * window.el (window-normalize-buffer-to-display):
6914 * progmodes/verilog-mode.el (verilog-batch-indent):
6915 * textmodes/bibtex.el (bibtex-field-braces-opt)
6916 (bibtex-field-strings-opt):
6917 * vc/cvs-status.el (cvs-tree-merge):
6918 Fix typos.
6919
6920 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
6921
6922 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
6923 `non-essential' to t, in order to avoid remote connections.
6924
6925 2011-11-23 Eli Zaretskii <eliz@gnu.org>
6926
6927 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6928 On MS-DOS and MS-Windows, compare with loaddefs.el
6929 case-insensitively.
6930
6931 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
6932
6933 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
6934
6935 2011-11-23 Glenn Morris <rgm@gnu.org>
6936
6937 * paths.el (rmail-file-name): Reformat the doc-string so that it
6938 is picked up.
6939
6940 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
6941 (rmail-auto-file): Ignore case in the "special" field names,
6942 as mail-fetch-field does for all others.
6943
6944 * mail/rmail.el (rmail-forward):
6945 * mail/rmailkwd.el (rmail-set-label):
6946 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
6947 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
6948
6949 * mail/rmail.el (rmail-current-message): Doc fix.
6950
6951 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
6952
6953 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6954
6955 * server.el (server-eval-and-print): Allow C-g (bug#6585).
6956
6957 2011-11-22 Glenn Morris <rgm@gnu.org>
6958
6959 * mail/rmailmm.el (test-rmail-mime-handler)
6960 (test-rmail-mime-bulk-handler)
6961 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
6962
6963 2011-11-21 Juri Linkov <juri@jurta.org>
6964
6965 * calc/calc.el (calc-read-key-sequence):
6966 Let-bind `input-method-function' to nil. (Bug#10018)
6967
6968 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6969
6970 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
6971 Tell the caller that the next line needs recomputation, even
6972 though it doesn't start a sexp (bug#10094).
6973
6974 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6975
6976 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
6977
6978 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6979
6980 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
6981 Use force-same-window.
6982
6983 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
6984
6985 * descr-text.el (describe-char-unicode-data):
6986 * json.el (json-string-escape):
6987 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
6988 (Footnote-unicode, Footnote-style-p):
6989 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
6990
6991 2011-11-20 Chong Yidong <cyd@gnu.org>
6992
6993 * window.el (replace-buffer-in-windows): Restore interactive spec.
6994
6995 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6996
6997 * electric.el (electric-indent-mode): Fix last change (too optimistic).
6998
6999 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
7000 (byte-compile-global-not-obsolete-vars): New var.
7001 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
7002 Use it.
7003 (byte-compile-warn-obsolete): Align text with the one in *Help*.
7004
7005 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
7006
7007 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
7008 * progmodes/pascal.el (electric-pascal-equal):
7009 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
7010 * xml.el (xml-substitute-special): Fix typos.
7011
7012 2011-11-20 Glenn Morris <rgm@gnu.org>
7013
7014 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
7015 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
7016 Doc fixes.
7017 (rmail-decode-mime-charset): Mark as obsolete.
7018
7019 * mail/rmailsum.el (rmail-message-regexp-p-1):
7020 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
7021 Before using mime functions, check they are set. (Bug#10077)
7022
7023 2011-11-19 Juri Linkov <juri@jurta.org>
7024
7025 * info.el (Info-finder-find-node): Use `package--builtins' instead
7026 of `package-alist'. Use node names formed by the pattern "Keyword "
7027 and the keyword name.
7028
7029 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7030
7031 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
7032
7033 2011-11-19 Juri Linkov <juri@jurta.org>
7034
7035 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
7036 that calls `revert-buffer' on all Info buffers. (Bug#9915)
7037 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
7038 `old-history', `old-history-forward'. Add let-binding
7039 `window-selected'. Remove calls to `kill-buffer',
7040 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
7041 before calling `Info-find-node', so `Info-find-node-2' will reread
7042 the Info file. Restore window positions only when `window-selected'
7043 is non-nil.
7044
7045 2011-11-19 Juri Linkov <juri@jurta.org>
7046
7047 * isearch.el (isearch-lazy-highlight-new-loop):
7048 Remove condition `(not isearch-error)'. (Bug#9918)
7049
7050 * misearch.el (multi-isearch-search-fun): Add condition
7051 `(not bound)' to ignore lazy-highlighting search.
7052 Add the search-failed message "end of multi" when the end of
7053 multi-sequence is reached. Uncapitalize the search-failed
7054 message "Repeat for next buffer".
7055
7056 * info.el (Info-search): Add the search-failed message
7057 "end of the manual" when the end of the manual is reached
7058 in Isearch mode.
7059
7060 2011-11-19 Juri Linkov <juri@jurta.org>
7061
7062 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
7063 Use non-destructive `remove' instead of `delete' because
7064 `Info-history-list' stored to `Info-isearch-initial-history-list' in
7065 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
7066
7067 2011-11-19 Juri Linkov <juri@jurta.org>
7068
7069 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
7070 to nil instead of binding `search-ring' and `regexp-search-ring'.
7071 (Bug#9185)
7072
7073 2011-11-19 Eli Zaretskii <eliz@gnu.org>
7074
7075 * simple.el (line-move): Force movement by logical lines for any
7076 hscrolled window, not only when auto-hscroll-mode is on.
7077 (line-move-visual): Update doc string to that effect. (Bug#10076)
7078
7079 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7080
7081 * language/european.el (macintosh): Define as alias for mac-roman.
7082
7083 2011-11-19 Eli Zaretskii <eliz@gnu.org>
7084
7085 * mail/rmailmm.el (rmail-mime-display-header)
7086 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
7087 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
7088 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
7089 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
7090 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
7091 of a raw aref.
7092 (rmail-mime-entity-segment): To get past the tagline, move forward
7093 2 more lines, to account for the 2 empty lines that precede and
7094 follow the line with the buttons.
7095 (rmail-mime-update-tagline): Move one more line, to get past the
7096 empty line that follows the buttons in the tagline. (Bug#9520)
7097
7098 2011-11-19 Martin Rudalics <rudalics@gmx.at>
7099
7100 * window.el (window-max-delta-1, window-min-delta-1)
7101 (window-min-size-1, window-state-get-1, window-state-put-1)
7102 (window-state-put-2): Use "window--" prefix.
7103
7104 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7105
7106 * emacs-lisp/smie.el: Improve warnings and conflict detection.
7107 (smie-warning-count): New var.
7108 (smie-set-prec2tab): Use it.
7109 (smie-bnf->prec2): Improve warnings. Add docstring.
7110 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
7111 (smie-bnf--set-class): New function.
7112 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
7113 corner case.
7114
7115 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
7116 (compilation-error-properties, compilation-move-to-column):
7117 Handle compilation-first-column while in the target buffer.
7118
7119 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
7120 Don't hardcode point-min==1.
7121
7122 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
7123 (eshell-rewrite-for-command): Remove workaround.
7124 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
7125 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
7126 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
7127
7128 * files-x.el (modify-file-local-variable): Obey commenting conventions.
7129
7130 2011-11-17 Glenn Morris <rgm@gnu.org>
7131
7132 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7133 Ignore buffer-local generated-autoload-file if it is the same
7134 as the global value. (Bug#10049)
7135
7136 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
7137
7138 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
7139 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
7140 (reftex-toc-previous-heading, reftex-toc-max-level)
7141 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
7142 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
7143 (reftex-toc-do-promote, reftex-toc-promote-prepare)
7144 (reftex-toc-promote-action, reftex-toc-extract-section-number)
7145 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
7146 (reftex-toc-rename-label, reftex-toc-visit-location)
7147 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
7148 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
7149 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
7150 leaving "*toc*" only for references to the buffer.
7151
7152 2011-11-17 Martin Rudalics <rudalics@gmx.at>
7153
7154 * window.el (window-resize, delete-window, split-window):
7155 Replace window-splits by window-combination-resize.
7156 * cus-start.el (window-splits): Replace by window-combination-resize.
7157
7158 2011-11-17 Glenn Morris <rgm@gnu.org>
7159
7160 * progmodes/sh-script.el (sh-font-lock-keywords-var):
7161 Make bash entry derive from sh entry, not shell entry.
7162
7163 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
7164
7165 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
7166 local file name.
7167
7168 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
7169
7170 * menu-bar.el (menu-bar-file-menu):
7171 * printing.el (pr-ps-utility):
7172 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
7173 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
7174 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
7175 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
7176 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
7177 (icalendar--convert-cyclic-to-ical)
7178 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
7179 (icalendar--convert-ical-to-diary)
7180 (icalendar--convert-recurring-to-diary)
7181 (icalendar--convert-non-recurring-all-day-to-diary)
7182 (icalendar-import-format-sample):
7183 * progmodes/idlw-shell.el (idlwave-shell-mode):
7184 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
7185 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
7186 (vhdl-ps-print-init): Fix typos.
7187
7188 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
7189
7190 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
7191 FSF and collapse date sequence, obscure author/maintainer email address
7192 better, remove extra version line, track relocation of author's webpage.
7193
7194 * progmodes/python.el (python-pdbtrack-input-prompt)
7195 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
7196 regular python pdb prompts. Adjustments shamelessly taken exactly as
7197 suggested in EmacsWiki page (tiny change):
7198 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
7199
7200 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
7201
7202 * expand.el (expand-pos, expand-index, expand-point):
7203 Remove redundant info from docstring.
7204 (expand-add-abbrevs): Doc fix.
7205 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
7206 (expand-sample-perl-mode-expand-list): Fix typos.
7207
7208 * net/dbus.el (dbus-event-member-name):
7209 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
7210 * term/pc-win.el (msdos-create-frame-with-faces):
7211 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
7212
7213 2011-11-16 Martin Rudalics <rudalics@gmx.at>
7214
7215 * window.el (split-window, window-state-get-1)
7216 (window-state-put-1, window-state-put-2): Rename occurrences of
7217 window-nest to window-combination-limit.
7218 * cus-start.el (window-nest): Rename to window-combination-limit.
7219
7220 2011-11-16 Chong Yidong <cyd@gnu.org>
7221
7222 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
7223 regexp (Bug#10033).
7224
7225 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7226
7227 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
7228 `completing-read' will remove *Completions* and will preserve
7229 current-buffer for us.
7230 (tmm-add-prompt): Users of *Completions* will always (re)set its
7231 major mode.
7232 (tmm-old-comp-map): Remove.
7233
7234 2011-11-16 Glenn Morris <rgm@gnu.org>
7235
7236 * mail/rmailedit.el: Require rmailmm when compiling.
7237 (rmail-old-mime-state): New declaration.
7238 (rmail-edit-current-message): If editing a mime message,
7239 edit the "raw" message from the mbox buffer.
7240 (rmail-cease-edit): Handle mime messages. (Bug#9840)
7241
7242 2011-11-15 Glenn Morris <rgm@gnu.org>
7243
7244 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
7245 which wasn't being used. Add optional arg to force given state.
7246 (rmail-mime): Add optional arg to force given state.
7247
7248 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
7249
7250 * allout.el (allout-encryption-plaintext-sanitization-regexps):
7251 * frame.el (display-mm-dimensions-alist):
7252 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
7253 (outline-move-subtree-down):
7254 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
7255 (newsticker--treeview-do-get-node):
7256 * net/quickurl.el (quickurl-list-buffer-name):
7257 * progmodes/dcl-mode.el (dcl-mode):
7258 * progmodes/gdb-mi.el (gdb-mapcar*):
7259 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
7260
7261 2011-11-15 Glenn Morris <rgm@gnu.org>
7262
7263 * mail/rmail.el (rmail-file-coding-system): It's only ever used
7264 in a boolean sense, so just make it a boolean, and fix the doc.
7265 (rmail-show-mime-function, rmail-mime-feature)
7266 (rmail-require-mime-maybe): Doc fixes.
7267 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
7268
7269 * mail/rmailmm.el (rmail-show-mime): Doc fix.
7270
7271 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
7272
7273 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
7274 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
7275 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
7276 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
7277
7278 2011-11-15 Glenn Morris <rgm@gnu.org>
7279
7280 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
7281 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
7282 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
7283 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
7284 (rmail-mime, rmail-show-mime): Doc fixes.
7285
7286 * term/ns-win.el (mode-line-frame-identification):
7287 Leave it alone. (Bug#10051)
7288
7289 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
7290
7291 * mail/rmailout.el (rmail-output-to-rmail-buffer):
7292 Handle empty buffers. (Bug#9978)
7293
7294 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
7295
7296 * international/mule.el (define-charset):
7297 * mail/rmailmm.el (rmail-mime-find-header-encoding):
7298 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
7299 * progmodes/verilog-mode.el (verilog-backward-token):
7300 * textmodes/ispell.el (lookup-words):
7301 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
7302
7303 2011-11-14 Glenn Morris <rgm@gnu.org>
7304
7305 * progmodes/executable.el
7306 (executable-make-buffer-file-executable-if-script-p):
7307 Handle file-modes returning nil.
7308
7309 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
7310 message - not necessary, and causes problems. (Bug#9831)
7311
7312 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
7313
7314 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
7315
7316 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
7317 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
7318 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
7319
7320 2011-11-12 Martin Rudalics <rudalics@gmx.at>
7321
7322 * window.el (window-resize, delete-window): Use window-splits
7323 variable instead of function.
7324 (window-state-get-1, window-state-put-2, window-state-put):
7325 Don't deal with windows' splits status.
7326
7327 2011-11-12 Glenn Morris <rgm@gnu.org>
7328
7329 * apropos.el (apropos-do-all, apropos-library, apropos-value)
7330 (apropos-documentation): Doc fixes.
7331
7332 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
7333
7334 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
7335 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
7336
7337 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7338
7339 * electric.el (electric-indent-post-self-insert-function): Make it
7340 possible for a char to only indent in some circumstances.
7341 (electric-indent-mode): Simplify.
7342
7343 2011-11-11 Martin Rudalics <rudalics@gmx.at>
7344
7345 * window.el (windows-with-parameter): Remove unused function.
7346 (windows-at-side): Rename to window-at-side-list.
7347 (window-check, window-atom-check, window-atom-check-1)
7348 (window-side-check, window-size-ignore, window-size-fixed-1)
7349 (window-in-direction-2): Prefix with "window--".
7350 (window-tree-1): Rename to window--subtree, fix doc-string.
7351
7352 2011-11-11 Glenn Morris <rgm@gnu.org>
7353
7354 * subr.el (eval-after-load): If FILE is already loaded,
7355 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
7356
7357 2011-11-10 Glenn Morris <rgm@gnu.org>
7358
7359 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
7360 Call svn via vc-svn-command rather than vc-do-command.
7361 (vc-svn-command): Add --non-interactive. (Bug#9993)
7362 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
7363
7364 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7365 Add toggle-read-only. (Bug#7292)
7366 * files.el (toggle-read-only): Mention that it should only
7367 be used interactively. (Bug#10006)
7368
7369 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7370
7371 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7372 Adjust regexp for OCaml warnings.
7373
7374 * electric.el (electric-pair-post-self-insert-function): Let user
7375 turn it off buffer-locally (bug#9932).
7376
7377 * progmodes/python.el (python-beginning-of-statement):
7378 Rewrite (bug#2703).
7379
7380 * progmodes/compile.el: Better handle TABs (bug#9749).
7381 (compilation-internal-error-properties)
7382 (compilation-next-error-function): Obey the target buffer's
7383 compilation-error-screen-columns.
7384
7385 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
7386
7387 * progmodes/meta-mode.el: Remove obsolete comments.
7388 (meta-right-comment-regexp, meta-ignore-comment-regexp):
7389 Fix typos in docstrings.
7390
7391 2011-11-09 Martin Rudalics <rudalics@gmx.at>
7392
7393 * window.el (window-size-fixed-p): Rewrite doc-string.
7394 (window-resizable-p): Rename to window--resizable-p. Update callers.
7395 (window--resizable): New function. Make all callers of
7396 window-resizable call window--resizable instead.
7397 (window-resizable): Rewrite in terms of window--resizable.
7398
7399 2011-11-08 Glenn Morris <rgm@gnu.org>
7400
7401 * progmodes/delphi.el (delphi-mode-syntax-table):
7402 Let define-derived-mode define a proper syntax table. (Bug#9994)
7403
7404 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7405
7406 * window.el: Stay away from defsubst.
7407 (window-list-no-nils): Remove.
7408 (window-state-get-1, window-state-get): Use backquote instead.
7409
7410 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7411
7412 * emacs-lisp/find-func.el (find-function-read):
7413 Fix incorrect use of default argument in `completing-read'.
7414
7415 2011-11-08 Martin Rudalics <rudalics@gmx.at>
7416
7417 * window.el (display-buffer-function, special-display-function):
7418 Mention display-buffer-record-window but do not mention
7419 help-setup parameter in doc-strings.
7420 (window-min-delta): Fix doc-string typo.
7421
7422 2011-11-08 Chong Yidong <cyd@gnu.org>
7423
7424 * window.el (window-total-height, window-total-width): Doc fix.
7425 (window-body-size): Move from C.
7426 (window-body-height, window-body-width): Move to C.
7427
7428 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7429
7430 * window.el: Make special-display like display-buffer-alist (bug#9532).
7431 (display-buffer--special-action): New function, morphed
7432 from display-buffer--special.
7433 (display-buffer): Use it to handle special-display-buffers at higher
7434 priority (just after display-buffer-alist).
7435 (display-buffer-fallback-action, display-buffer--other-frame-action)
7436 (pop-to-buffer-same-window): Remove display-buffer--special.
7437
7438 2011-11-07 Glenn Morris <rgm@gnu.org>
7439
7440 * calendar/cal-menu.el (cal-menu-set-date-title):
7441 Do nothing if not in a calendar. (Bug#9976)
7442
7443 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7444
7445 * files.el (find-file): Always use selected-window.
7446
7447 2011-11-07 Martin Rudalics <rudalics@gmx.at>
7448
7449 * window.el (window-combinations): Make WINDOW argument
7450 mandatory. Rewrite doc-string.
7451 (walk-window-subtree, window-atom-check, window-min-delta)
7452 (window-max-delta, window--resize-this-window)
7453 (window--resize-root-window-vertically, window-tree)
7454 (balance-windows, window-state-put): Rewrite doc-strings as to
7455 not mention the term "subwindow".
7456 (window--resize-subwindows-skip-p): Rename to
7457 window--resize-child-windows-skip-p.
7458 (window--resize-subwindows-normal): Rename to
7459 window--resize-child-windows-normal.
7460 (window--resize-subwindows): Rename to
7461 window--resize-child-windows.
7462 (window-or-subwindow-p): Rename to window--in-subtree-p.
7463
7464 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7465
7466 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
7467 Ensure that mbox format messages end in two newlines (Bug#9974).
7468
7469 2011-11-06 Chong Yidong <cyd@gnu.org>
7470
7471 * window.el (window-combination-p): Function deleted; its
7472 side-effect is not used in any existing code.
7473 (window-combinations, window-combined-p): Call window-*-child
7474 directly.
7475
7476 2011-11-05 Chong Yidong <cyd@gnu.org>
7477
7478 * window.el (window-valid-p): Rename from window-any-p.
7479 (window-size-ignore, window-state-get): Callers changed.
7480 (window-normalize-window): Rename from window-normalize-any-window.
7481 New arg LIVE-ONLY, replacing window-normalize-live-window.
7482 (window-normalize-live-window): Delete.
7483 (window-combination-p, window-combined-p, window-combinations)
7484 (walk-window-subtree, window-atom-root, window-min-size)
7485 (window-sizable, window-sizable-p, window-size-fixed-p)
7486 (window-min-delta, window-max-delta, window-resizable)
7487 (window-resizable-p, window-full-height-p, window-full-width-p)
7488 (window-current-scroll-bars, window-point-1, set-window-point-1)
7489 (window-at-side-p, window-in-direction, window-resize)
7490 (adjust-window-trailing-edge, maximize-window, minimize-window)
7491 (window-deletable-p, delete-window, delete-other-windows)
7492 (record-window-buffer, unrecord-window-buffer)
7493 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
7494 (quit-window, split-window, window-state-put)
7495 (set-window-text-height, fit-window-to-buffer)
7496 (shrink-window-if-larger-than-buffer): Callers changed.
7497
7498 2011-11-04 Eli Zaretskii <eliz@gnu.org>
7499
7500 * mail/rmail.el (rmail-simplified-subject): Decode subject with
7501 rfc2047-decode-string.
7502 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
7503 warnings.
7504
7505 * window.el (window-body-height, window-body-width): Mention in
7506 the doc string that the return values are in frame's canonical
7507 units. (Bug#9949)
7508
7509 2011-11-03 Alan Mackenzie <acm@muc.de>
7510
7511 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
7512 change in cc-engine.el.
7513
7514 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7515
7516 * window.el (switch-to-buffer): Use `force-same-window' interactively.
7517
7518 2011-11-02 Martin Rudalics <rudalics@gmx.at>
7519
7520 * window.el (quit-window): Call unrecord-window-buffer after
7521 showing another buffer in the window. (Bug#9937)
7522 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
7523
7524 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
7525
7526 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
7527 Accept status with more than 9 shelves. (Bug#9935)
7528 Reported by Colin D Bennett <colin@gibibit.com>.
7529
7530 2011-11-01 Martin Rudalics <rudalics@gmx.at>
7531
7532 * help.el (with-help-window): Don't reference
7533 temp-buffer-show-specifiers in doc-string.
7534
7535 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
7536
7537 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
7538 menu-item.
7539
7540 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7541
7542 * whitespace.el: New version 13.2.2.
7543 (whitespace-newline-mode): Disable properly. Reported by Sarah
7544 <EmacsWiki>.
7545
7546 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
7547
7548 * net/newst-treeview.el: Remove "Time-stamp".
7549 (newsticker--group-manage-orphan-feeds): Do not call
7550 newsticker--treeview-tree-update.
7551 (newsticker-treeview-update, newsticker-treeview):
7552 Call newsticker--treeview-tree-update if necessary.
7553
7554 2011-10-30 Martin Rudalics <rudalics@gmx.at>
7555
7556 * window.el (window-iso-combination-p, window-iso-combined-p)
7557 (window-iso-combinations): Remove "iso-" infix.
7558 Suggested by Chong Yidong.
7559 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
7560 (window-max-delta-1, window-resize, window--resize-siblings)
7561 (window--resize-this-window, adjust-window-trailing-edge)
7562 (split-window, balance-windows-1)
7563 (shrink-window-if-larger-than-buffer):
7564 * calendar/calendar.el (calendar-generate-window):
7565 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
7566
7567 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7568
7569 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
7570 in place (bug#9907).
7571 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
7572 (eshell-rewrite-if-command, eshell-rewrite-for-command)
7573 (eshell-structure-basic-command, eshell-rewrite-while-command)
7574 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
7575 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
7576 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
7577 (eshell-do-pipelines-synchronously, eshell-eval-command):
7578 Use backquotes and prefer setq to set.
7579 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
7580 (eshell-macrop): Use functionp.
7581 (eshell-do-eval): Handle multiple expressions in `while' body.
7582
7583 2011-10-30 Chong Yidong <cyd@gnu.org>
7584
7585 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
7586 instead of set-mark (Bug#9810).
7587
7588 2011-10-30 Chong Yidong <cyd@gnu.org>
7589
7590 * window.el (split-window-below, split-window-right): Rename from
7591 split-window-above-each-other and split-window-side-by-side
7592 respectively. All callers changed.
7593 (split-window-sensibly, split-window-sensibly): Use them.
7594 (split-window-keep-point): Doc fix.
7595
7596 * isearch.el: Add isearch-scroll property to split-window-below
7597 and split-window-right.
7598
7599 * follow.el (follow-mode):
7600 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
7601 * progmodes/ada-xref.el (ada-gdb-application):
7602 * emulation/vip.el (vip-buffer-in-two-windows):
7603 * image-dired.el (image-dired-dired-with-window-configuration):
7604 * dired-x.el (dired-do-find-marked-files):
7605 * dired.el (dired-pop-to-buffer):
7606 * bs.el (bs--show-with-configuration):
7607 * vc/emerge.el (emerge-setup-windows):
7608 * textmodes/two-column.el (2C-two-columns):
7609 * textmodes/reftex-toc.el (reftex-toc):
7610 * progmodes/gdb-mi.el (gdb-setup-windows):
7611 * progmodes/fortran.el (fortran-window-create):
7612 * net/newst-treeview.el (newsticker--treeview-window-init):
7613 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
7614 * emulation/tpu-edt.el (tpu-gold-map):
7615 * emulation/crisp.el (crisp-mode-map):
7616 * calendar/calendar.el (calendar-basic-setup): Callers changed.
7617
7618 2011-10-29 Chong Yidong <cyd@gnu.org>
7619
7620 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
7621
7622 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
7623
7624 * textmodes/flyspell.el (flyspell-word): Fix char offset for
7625 forged Ispell output (Bug#7904).
7626
7627 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
7628
7629 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7630
7631 * doc-view.el: Avoid ugly errors about not finding nil.
7632 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
7633 (doc-view-dvipdf-program, doc-view-unoconv-program)
7634 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
7635 Avoid nil or absolute file name as default value.
7636 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
7637
7638 2011-10-28 Alan Mackenzie <acm@muc.de>
7639
7640 * progmodes/cc-defs.el (c-version): -> 5.32.2.
7641
7642 2011-10-28 Alan Mackenzie <acm@muc.de>
7643
7644 Amend the handling of c-beginning/end-of-defun in nested declaration
7645 scopes.
7646
7647 * progmodes/cc-vars.el (c-defun-tactic): Move here from
7648 cc-langs.el. Change it to a defcustom.
7649
7650 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
7651 cc-vars.el.
7652
7653 * progmodes/cc-engine.el (c-beginning-of-statement-1):
7654 Prevent "class foo : bar" being spuriously recognized as a label.
7655
7656 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
7657 Add parameter `inclusive' (to include enclosing braces in the region).
7658 (c-widen-to-enclosing-decl-scope): New function.
7659 (c-while-widening-to-decl-block): New macro.
7660 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
7661 outward for defun boundaries, and correspondingly change symbol
7662 `respect-enclosure' to `go-outward'.
7663 (c-declaration-limits): Change algorithm to report only the "innermost"
7664 defun's boundaries.
7665
7666 2011-10-28 Deniz Dogan <deniz@dogan.se>
7667
7668 * net/rcirc.el (rcirc-mode): Use hard newlines.
7669
7670 2011-10-28 Alan Mackenzie <acm@muc.de>
7671
7672 Amend to indent and fontify macros "which include their own semicolon"
7673 correctly, using the "virtual semicolon" mechanism.
7674
7675 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
7676
7677 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7678 Recode to scan one line at a time rather than having \n and \r
7679 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
7680 (c-forward-label): Amend for virtual semicolons.
7681 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
7682
7683 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
7684 of the new C macros.
7685
7686 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
7687 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
7688 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
7689 (c-opt-cpp-macro-define): Make into a full language variable.
7690 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
7691 AWK Mode (including \n, \r) removed, no longer needed.
7692
7693 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
7694 Invoke c-make-macro-with-semi-re.
7695
7696 * progmodes/cc-vars.el (c-macro-with-semi-re):
7697 (c-macro-names-with-semicolon): New variables.
7698 (c-make-macro-with-semi-re): New function.
7699
7700 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7701
7702 * vc/log-edit.el: Fill empty field rather than adding new one.
7703 (log-edit-add-field): New function.
7704 (log-edit-insert-changelog): Use it.
7705
7706 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7707
7708 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
7709
7710 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7711
7712 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
7713 (gdb--check-interpreter): New function.
7714 (gdb): Use it.
7715
7716 2011-10-27 Glenn Morris <rgm@gnu.org>
7717
7718 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
7719 (least-positive-float, least-negative-float)
7720 (least-positive-normalized-float, least-negative-normalized-float)
7721 (float-epsilon, float-negative-epsilon):
7722 Remove unnecessary declarations.
7723
7724 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
7725 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
7726 (least-positive-float, least-negative-float)
7727 (least-positive-normalized-float, least-negative-normalized-float)
7728 (float-epsilon, float-negative-epsilon): Add doc-strings,
7729 based on those in cl.texi.
7730
7731 * files.el (set-visited-file-name): If the major-mode changed,
7732 reload the local variables. (Bug#9796)
7733
7734 2011-10-27 Chong Yidong <cyd@gnu.org>
7735
7736 * subr.el (change-major-mode-after-body-hook): New hook.
7737 (run-mode-hooks): Run it.
7738
7739 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7740 Use change-major-mode-before-body-hook.
7741
7742 * simple.el (fundamental-mode):
7743 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
7744 change introducing fundamental-mode-hook.
7745
7746 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
7747
7748 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
7749
7750 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
7751
7752 * ido.el (ido-file-name-all-completions-1): Do not require
7753 tramp.el explicitly. (Bug#7583)
7754
7755 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7756
7757 * progmodes/octave-mod.el:
7758 * progmodes/octave-inf.el: Update maintainer.
7759
7760 2011-10-26 Chong Yidong <cyd@gnu.org>
7761
7762 * subr.el (with-wrapper-hook): Rewrite doc.
7763
7764 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
7765
7766 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
7767 filenames "/method:foo:". (Bug#9793)
7768
7769 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7770
7771 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
7772 (bug#9865).
7773
7774 2011-10-24 Glenn Morris <rgm@gnu.org>
7775
7776 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
7777
7778 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
7779
7780 * notifications.el: Add the requirement of a running D-Bus session
7781 bus to the Commentary.
7782
7783 2011-10-24 Juri Linkov <juri@jurta.org>
7784
7785 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
7786 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
7787 (Bug#9364)
7788
7789 2011-10-24 Juri Linkov <juri@jurta.org>
7790
7791 * info.el (Info-following-node-name-re): Add newline to the list
7792 of allowed characters for leading space. (Bug#9824)
7793
7794 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7795
7796 * progmodes/octave-inf.el (inferior-octave-mode-map):
7797 Fix C-c C-h binding.
7798 * progmodes/octave-mod.el (octave-help): Remove.
7799
7800 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
7801
7802 Sync with Tramp 2.2.3.
7803
7804 * net/tramp-cache.el (top): Pacify byte-compiler using
7805 `init-file-user' and `site-run-file'.
7806
7807 * net/trampver.el: Update release number.
7808
7809 2011-10-23 Chong Yidong <cyd@gnu.org>
7810
7811 * files.el (toggle-read-only): Remove obsolete comment about
7812 version control.
7813
7814 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
7815 for toggle-read-only. Note that this hasn't called vc-next-action
7816 since 2008-05-02, though it wasn't documented at the time.
7817
7818 * vc/ediff-init.el (ediff-toggle-read-only-function):
7819 Use toggle-read-only.
7820
7821 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
7822
7823 Fix bug #9560, sporadic wrong indentation; improve instrumentation
7824 of c-parse-state.
7825
7826 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
7827 correct faulty logical expression.
7828 (c-parse-state-state, c-record-parse-state-state):
7829 (c-replay-parse-state-state): New defvar/defuns.
7830 (c-debug-parse-state): Use new functions.
7831
7832 2011-10-22 Martin Rudalics <rudalics@gmx.at>
7833
7834 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
7835 last fix. Use window-in-direction correctly.
7836
7837 2011-10-21 Chong Yidong <cyd@gnu.org>
7838
7839 * progmodes/idlwave.el (idlwave-mode):
7840 * progmodes/vera-mode.el (vera-mode): No need to set
7841 require-final-newline; that's done in prog-mode.
7842 Suggested by Stefan Monnier.
7843
7844 2011-10-21 Martin Rudalics <rudalics@gmx.at>
7845
7846 * mouse.el (mouse-drag-window-above)
7847 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
7848 (mouse-drag-mode-line-1, mouse-drag-header-line)
7849 (mouse-drag-vertical-line-rightward-window): Remove.
7850 (mouse-drag-line): New function.
7851 (mouse-drag-mode-line, mouse-drag-header-line)
7852 (mouse-drag-vertical-line): Call mouse-drag-line.
7853 * window.el (window-at-side-p, windows-at-side): New functions.
7854
7855 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
7856
7857 * tar-mode.el (tar-grind-file-mode):
7858 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
7859
7860 2011-10-21 Chong Yidong <cyd@gnu.org>
7861
7862 * progmodes/idlwave.el (idlwave-mode):
7863 * progmodes/vera-mode.el (vera-mode):
7864 Use mode-require-final-newline.
7865
7866 2011-10-20 Glenn Morris <rgm@gnu.org>
7867
7868 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
7869
7870 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
7871
7872 * emulation/cua-base.el (cua-set-mark): Fix case of string.
7873
7874 2011-10-20 Chong Yidong <cyd@gnu.org>
7875
7876 * emulation/cua-base.el (cua-mode):
7877 * mail/footnote.el (footnote-mode):
7878 * mail/mailabbrev.el (mail-abbrevs-mode):
7879 * net/xesam.el (xesam-minor-mode):
7880 * progmodes/bug-reference.el (bug-reference-mode):
7881 * progmodes/cap-words.el (capitalized-words-mode):
7882 * progmodes/compile.el (compilation-minor-mode)
7883 (compilation-shell-minor-mode):
7884 * progmodes/gud.el (gud-tooltip-mode):
7885 * progmodes/hideif.el (hide-ifdef-mode):
7886 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
7887 * progmodes/subword.el (subword-mode):
7888 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
7889 * progmodes/which-func.el (which-function-mode):
7890 * term/tvi970.el (tvi970-set-keypad-mode):
7891 * term/vt100.el (vt100-wide-mode):
7892 * textmodes/flyspell.el (flyspell-mode):
7893 * textmodes/ispell.el (ispell-minor-mode):
7894 * textmodes/nroff-mode.el (nroff-electric-mode):
7895 * textmodes/paragraphs.el (use-hard-newlines):
7896 * textmodes/refill.el (refill-mode):
7897 * textmodes/reftex.el (reftex-mode):
7898 * textmodes/rst.el (rst-minor-mode):
7899 * textmodes/sgml-mode.el (html-autoview-mode)
7900 (sgml-electric-tag-pair-mode):
7901 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
7902 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
7903 * emulation/crisp.el (crisp-mode):
7904 * emacs-lisp/eldoc.el (eldoc-mode):
7905 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
7906 minor mode behavior.
7907
7908 2011-10-19 Juri Linkov <juri@jurta.org>
7909
7910 * descr-text.el (describe-char): Add #x2010 and #x2011 to
7911 the list of hard-coded chars with escape-glyph face.
7912
7913 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7914
7915 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
7916
7917 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
7918
7919 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
7920 running process.
7921
7922 2011-10-19 Glenn Morris <rgm@gnu.org>
7923
7924 * vc/vc-bzr.el (vc-bzr-after-dir-status):
7925 Ignore ignored files. (Bug#9726)
7926
7927 2011-10-19 Chong Yidong <cyd@gnu.org>
7928
7929 Doc fix for minor modes, stating that an omitted argument enables
7930 the mode unconditionally when called from Lisp.
7931
7932 * abbrev.el (abbrev-mode):
7933 * allout.el (allout-mode):
7934 * autoinsert.el (auto-insert-mode):
7935 * autoarg.el (autoarg-mode, autoarg-kp-mode):
7936 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
7937 (global-auto-revert-mode):
7938 * battery.el (display-battery-mode):
7939 * composite.el (global-auto-composition-mode)
7940 (auto-composition-mode):
7941 * delsel.el (delete-selection-mode):
7942 * desktop.el (desktop-save-mode):
7943 * dired-x.el (dired-omit-mode):
7944 * dirtrack.el (dirtrack-mode):
7945 * doc-view.el (doc-view-minor-mode):
7946 * double.el (double-mode):
7947 * electric.el (electric-indent-mode, electric-pair-mode):
7948 * emacs-lock.el (emacs-lock-mode):
7949 * epa-hook.el (auto-encryption-mode):
7950 * follow.el (follow-mode):
7951 * font-core.el (font-lock-mode):
7952 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
7953 * help.el (temp-buffer-resize-mode):
7954 * hilit-chg.el (highlight-changes-mode)
7955 (highlight-changes-visible-mode):
7956 * hi-lock.el (hi-lock-mode):
7957 * hl-line.el (hl-line-mode, global-hl-line-mode):
7958 * icomplete.el (icomplete-mode):
7959 * ido.el (ido-everywhere):
7960 * image-file.el (auto-image-file-mode):
7961 * image-mode.el (image-minor-mode):
7962 * iswitchb.el (iswitchb-mode):
7963 * jka-cmpr-hook.el (auto-compression-mode):
7964 * linum.el (linum-mode):
7965 * longlines.el (longlines-mode):
7966 * master.el (master-mode):
7967 * mb-depth.el (minibuffer-depth-indicate-mode):
7968 * menu-bar.el (menu-bar-mode):
7969 * minibuf-eldef.el (minibuffer-electric-default-mode):
7970 * mouse-sel.el (mouse-sel-mode):
7971 * msb.el (msb-mode):
7972 * mwheel.el (mouse-wheel-mode):
7973 * outline.el (outline-minor-mode):
7974 * paren.el (show-paren-mode):
7975 * recentf.el (recentf-mode):
7976 * reveal.el (reveal-mode, global-reveal-mode):
7977 * rfn-eshadow.el (file-name-shadow-mode):
7978 * ruler-mode.el (ruler-mode):
7979 * savehist.el (savehist-mode):
7980 * scroll-all.el (scroll-all-mode):
7981 * scroll-bar.el (scroll-bar-mode):
7982 * server.el (server-mode):
7983 * shell.el (shell-dirtrack-mode):
7984 * simple.el (auto-fill-mode, transient-mark-mode)
7985 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
7986 (line-number-mode, column-number-mode, size-indication-mode)
7987 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
7988 * strokes.el (strokes-mode):
7989 * time.el (display-time-mode):
7990 * t-mouse.el (gpm-mouse-mode):
7991 * tool-bar.el (tool-bar-mode):
7992 * tooltip.el (tooltip-mode):
7993 * type-break.el (type-break-mode-line-message-mode)
7994 (type-break-query-mode):
7995 * view.el (view-mode):
7996 * whitespace.el (whitespace-mode, whitespace-newline-mode)
7997 (global-whitespace-mode, global-whitespace-newline-mode):
7998 * xt-mouse.el (xterm-mouse-mode): Doc fix.
7999
8000 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8001 Fix autogenerated docstring.
8002
8003 2011-10-19 Juri Linkov <juri@jurta.org>
8004
8005 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
8006 by checking environment variables "DESKTOP_SESSION" and
8007 "XDG_CURRENT_DESKTOP". (Bug#9779)
8008
8009 2011-10-19 Juri Linkov <juri@jurta.org>
8010
8011 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
8012 (browse-url-chromium-program, browse-url-chromium-arguments):
8013 New defcustoms.
8014 (browse-url-default-browser): Check for `browse-url-chromium' and
8015 call `browse-url-chromium-program'.
8016 (browse-url-chromium): New command. (Bug#9779)
8017
8018 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
8019
8020 * facemenu.el (list-colors-duplicates): On Windows, detect more
8021 duplicates by assuming that only colors matching "^System" are
8022 special "system colors". (Bug#9722)
8023
8024 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8025
8026 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
8027 to distinguish the author from the committer.
8028
8029 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
8030
8031 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
8032
8033 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
8034
8035 * international/mule.el (sgml-html-meta-auto-coding-function):
8036 Add support for detecting encoding in HTML5 specified only as
8037 <meta charset="UTF-8">. Implementation just makes http-equiv and
8038 content-type parts from HTML4 encoding string optional. (Bug#9716)
8039
8040 2011-10-18 Glenn Morris <rgm@gnu.org>
8041
8042 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
8043
8044 2011-10-18 Chong Yidong <cyd@gnu.org>
8045
8046 * faces.el (cursor): Doc fix.
8047
8048 2011-10-17 Chong Yidong <cyd@gnu.org>
8049
8050 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
8051
8052 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
8053
8054 * dirtrack.el (dirtrack): Support shell buffers with path
8055 prefixes, e.g. tramp-based remote shells. (Bug#9647)
8056
8057 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
8058
8059 * json.el: Bump version to 1.3 and note change in History.
8060 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
8061
8062 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8063
8064 * comint.el (comint-insert-input, comint-send-input)
8065 (comint-get-old-input-default, comint-backward-matching-input)
8066 (comint-next-prompt): Use nil instead of `input' for field property of
8067 past user input (bug#114).
8068
8069 * minibuffer.el (completion--replace): Inherit surrounding properties
8070 (bug#114).
8071 (minibuffer-complete-and-exit): Use it.
8072
8073 * comint.el (comint--table-subvert): Quote the all-completions output
8074 (bug#9160).
8075
8076 2011-10-17 Martin Rudalics <rudalics@gmx.at>
8077
8078 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
8079
8080 * menu-bar.el (menu-bar-file-menu): Add entry for making new
8081 window on right of selected. (Bug#9350) Reword other window
8082 entries and separate them from frame entries.
8083
8084 2011-10-15 Glenn Morris <rgm@gnu.org>
8085
8086 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
8087 Doc fixes.
8088
8089 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
8090
8091 * net/network-stream.el (network-stream-open-starttls):
8092 Improve detection of failure due to lack of TLS support.
8093
8094 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
8095 putting the input text in front and in bold.
8096
8097 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8098
8099 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
8100
8101 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
8102 empty buffer.
8103
8104 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
8105 unread-command-events rather than pushing yet-another event.
8106
8107 2011-10-14 Eli Zaretskii <eliz@gnu.org>
8108
8109 * mail/sendmail.el (sendmail-query-once): Improve the wording of
8110 the explanation of the possible choices. Make the options passed
8111 to completing-read shorter.
8112
8113 2011-10-13 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
8114
8115 * textmodes/flyspell.el (flyspell-large-region): Make sure
8116 extended character mode is used if defined (Bug#1339).
8117
8118 2011-10-13 Eli Zaretskii <eliz@gnu.org>
8119
8120 * simple.el (what-cursor-position): Fix the display of the
8121 character info for LRE, LRO, RLE, and RLO characters by appending
8122 an invisible PDF.
8123
8124 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8125
8126 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
8127 even in case of error; add debug spec; simplify data flow.
8128 (with-timeout-handler): Remove.
8129
8130 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
8131
8132 Fix Bug#6019, Bug#9315.
8133
8134 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
8135 complete `buffer-file-name', the local file name part could look
8136 remotely (for example on VMS).
8137
8138 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
8139 `tramp-run-real-handler'.
8140 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
8141 already quoted by '"'.
8142
8143 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
8144 Let `file-name-handler-alist' be nil, the local file name part
8145 could look remotely (for example on VMS).
8146
8147 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8148
8149 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
8150 from here...
8151 (flyspell-post-command-hook): ...to here.
8152
8153 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8154
8155 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
8156 if not needed.
8157 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
8158 using completion. Protect against "slow" callers.
8159 Remove the "message hack".
8160
8161 2011-10-11 Juri Linkov <juri@jurta.org>
8162
8163 * isearch.el (isearch-lazy-highlight-word): New variable.
8164 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8165 Use it. (Bug#9727)
8166
8167 2011-10-11 Glenn Morris <rgm@gnu.org>
8168
8169 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
8170 like f90-previous-statement does.
8171
8172 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8173
8174 * eshell/eshell.el (eshell-command): History should be saved
8175 only in interactive use, to avoid error.
8176
8177 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8178
8179 * minibuffer.el (completion-file-name-table): Fix last change,
8180 i.e. ignore normal errors but not the other ones.
8181
8182 2011-10-10 Martin Rudalics <rudalics@gmx.at>
8183
8184 * window.el (special-display-buffer-names)
8185 (special-display-regexps): Remove some remnants of earlier
8186 changes from doc-strings.
8187 (quit-windows-on): New function.
8188
8189 * vc/vc.el (vc-revert, vc-rollback):
8190 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
8191 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
8192 (Bug#6183) (Bug#7074) (Bug#7447)
8193
8194 2011-10-09 Martin Rudalics <rudalics@gmx.at>
8195
8196 * window.el (frame-auto-hide-function): Add version tag.
8197 (Bug#9699)
8198
8199 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
8200
8201 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
8202 condition.
8203
8204 2011-10-09 Leo Liu <sdl.web@gmail.com>
8205
8206 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
8207 (Bug#9701)
8208
8209 2011-10-08 Glenn Morris <rgm@gnu.org>
8210
8211 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
8212 before the first code statement zero indent. (Bug#9690)
8213
8214 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
8215
8216 * simple.el (count-words-region): Always count in the region.
8217 Report the number of lines and characters too.
8218 (count-words): New command, which counts in the buffer if the
8219 region is inactive, as count-words-region used to.
8220 (count-words--message): New function. Handle plurals.
8221 (count-lines-region): Make it an alias for count-words-region.
8222
8223 * bindings.el (esc-map): Replace count-lines-region with
8224 count-words-region.
8225
8226 2011-10-08 Martin Rudalics <rudalics@gmx.at>
8227
8228 * window.el (window--delete): Delete dedicated frame
8229 unconditionally when argument KILL is non-nil. (Bug#9699)
8230 (switch-to-buffer): Fix doc-string typo.
8231
8232 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8233
8234 * eshell/eshell.el (eshell-command): Avoid using hooks.
8235
8236 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
8237
8238 * bindings.el ([M-left],[M-right]): Bind to left-word and
8239 right-word respectively.
8240
8241 2011-10-07 Glenn Morris <rgm@gnu.org>
8242
8243 * cus-start.el (debug-on-quit): Fix custom type.
8244
8245 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8246
8247 * subr.el (define-key-after): Clarify that the function is not
8248 useful for non-menu keymaps.
8249
8250 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
8251
8252 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8253
8254 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8255 in current minibuffer (Fix bug with recursive minibuffers).
8256
8257 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
8258
8259 * progmodes/gdb-mi.el (gdb): Doc fix.
8260
8261 2011-10-05 Martin Rudalics <rudalics@gmx.at>
8262
8263 * window.el (frame-auto-hide-function): New option replacing
8264 frame-auto-delete. Suggested by Stefan Monnier.
8265 (window--delete): Call frame-auto-hide-function instead of
8266 investigating frame-auto-delete.
8267 (window-point-1, set-window-point-1): New functions.
8268 (window-in-direction, record-window-buffer, window-state-get-1)
8269 (display-buffer-record-window): Use window-point-1 instead of
8270 window-point.
8271 (set-window-buffer-start-and-point): Use set-window-point-1.
8272
8273 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8274
8275 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
8276
8277 2011-10-05 Glenn Morris <rgm@gnu.org>
8278
8279 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
8280 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
8281
8282 2011-10-05 Leo Liu <sdl.web@gmail.com>
8283
8284 * subr.el (read-char-choice): Fix argument to buffer-live-p which
8285 works with buffer object.
8286
8287 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8288
8289 * mpc.el (mpc-tool-bar-map): Add labels.
8290
8291 2011-10-04 Glenn Morris <rgm@gnu.org>
8292
8293 * calendar/holidays.el (calendar-check-holidays): Doc fix.
8294
8295 2011-10-04 Martin Rudalics <rudalics@gmx.at>
8296
8297 * window.el (window--delete): New function.
8298 (frame-auto-delete): Resuscitate option.
8299 (bury-buffer, replace-buffer-in-windows)
8300 (quit-window): Rewrite using window--delete.
8301 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8302 Pass display-buffer-mark-dedicated to window--display-buffer-2
8303 (Bug#9639).
8304
8305 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8306
8307 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
8308 returns a list (bug#9554). Add remote file name completion.
8309 * comint.el (comint--table-subvert): Curry and get quote&unquote
8310 functions as arguments.
8311 (comint--complete-file-name-data): Adjust call accordingly.
8312 * pcomplete.el (pcomplete--table-subvert): Remove.
8313 (pcomplete-completions-at-point): Use comint--table-subvert instead.
8314
8315 * minibuffer.el (completion-table-case-fold): Use currying.
8316 (completion--styles-type, completion--cycling-threshold-type):
8317 New constants.
8318 (completion-styles, completion-category-overrides)
8319 (completion-cycle-threshold): Use them.
8320 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
8321 completion-table-case-fold.
8322
8323 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
8324
8325 * minibuffer.el (completion-category-overrides): Fix type of styles
8326 and add more user friendly tags (bug#9660).
8327
8328 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8329
8330 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
8331 (mule-input-method-string): New widget.
8332 (default-input-method, language-info-custom-alist): Use it.
8333
8334 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8335
8336 * pcomplete.el: Require comint.
8337 (pcomplete--common-suffix): Remove.
8338 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
8339 (pcomplete--table-subvert): Sync with comint--table-subvert.
8340 (pcomplete--entries): Use comint-completion-file-name-table.
8341 * comint.el (comint-unquote-filename): Simplify.
8342 (comint-completion-file-name-table): New function (bug#9616).
8343 (comint--complete-file-name-data): Use it.
8344
8345 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
8346 (pcmpl-gnu-tar-buffer): Remove.
8347 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
8348 around. Make sure pcomplete-suffix-list is only changed temporarily.
8349 Don't look inside the tar's file if it's too large.
8350
8351 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
8352
8353 * cus-edit.el (custom-mode-map):
8354 * epa.el (epa-key-list-mode-map):
8355 * man.el (Man-mode-map):
8356 * startup.el (splash-screen-keymap):
8357 * simple.el (special-mode-map): Use scroll-up-command and
8358 scroll-down-command.
8359
8360 * progmodes/idlw-help.el (idlwave-help-mode-map):
8361 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
8362 * net/newst-plainview.el (newsticker-mode-map):
8363 * emulation/ws-mode.el (wordstar-mode-map):
8364 * emulation/vi.el (vi-com-map):
8365 * calc/calc-graph.el (calc-graph-show-dumb):
8366 * term/sun.el (terminal-init-sun):
8367 * term/ns-win.el (global-map):
8368 * progmodes/grep.el (grep-mode-map):
8369 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
8370 * mail/rmail.el (rmail-mode-map):
8371 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
8372
8373 * custom.el (custom-safe-themes, load-theme): Treat value of t for
8374 custom-safe-themes as special.
8375
8376 2011-10-01 Julien Danjou <julien@danjou.info>
8377
8378 * notifications.el (notifications-notify): Fix docstring.
8379
8380 2011-10-01 Per Starbäck <per@starback.se>
8381
8382 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
8383
8384 2011-09-30 Martin Rudalics <rudalics@gmx.at>
8385
8386 * startup.el (command-line-1): Fix last fix by inserting
8387 initial-scratch-message into *scratch* before displaying it.
8388 (Bug#9605) and (Bug#9636)
8389
8390 2011-09-29 Eli Zaretskii <eliz@gnu.org>
8391
8392 * simple.el (line-move): If auto-hscroll-mode is disabled and the
8393 window is hscrolled, move by logical lines. (Bug#9607)
8394 (line-move-visual): Update the doc string to the above effect.
8395
8396 2011-09-29 Martin Rudalics <rudalics@gmx.at>
8397
8398 * window.el (display-buffer-record-window): When WINDOW is the
8399 selected window use `point' instead of `window-point'. (Bug#9626)
8400
8401 * startup.el (command-line-1): Use insert-before-markers when
8402 inserting initial-scratch-message. (Bug#9605)
8403
8404 * help.el (help-window): Remove variable.
8405
8406 2011-09-29 Glenn Morris <rgm@gnu.org>
8407
8408 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
8409
8410 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
8411
8412 * descr-text.el (describe-char-categories): Accept category
8413 descriptions more than one line long.
8414
8415 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8416
8417 * simple.el (delete-trailing-whitespace): Fix last change.
8418
8419 * progmodes/perl-mode.el (perl-syntax-propertize-function):
8420 Don't confuse "y => 3" as the beginning of a `y' operation.
8421
8422 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
8423 object has more than 4 slots (bug#9613).
8424
8425 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
8426
8427 * subr.el (with-output-to-temp-buffer):
8428 * net/quickurl.el (quickurl, quickurl-browse-url):
8429 Fix typos in docstrings.
8430
8431 2011-09-27 Eli Zaretskii <eliz@gnu.org>
8432
8433 * minibuffer.el (completion-styles)
8434 (completion-category-overrides): Cross reference each other in doc
8435 strings.
8436
8437 2011-09-27 Glenn Morris <rgm@gnu.org>
8438
8439 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
8440 to split-string. (Bug#9606)
8441
8442 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8443
8444 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
8445 (bug#9615).
8446
8447 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
8448
8449 * emacs-lisp/package.el (list-packages): Fix echo area message.
8450
8451 2011-09-27 Leo Liu <sdl.web@gmail.com>
8452
8453 * ido.el (ido-read-internal): Accept cons cell HIST arg.
8454
8455 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
8456
8457 * net/dbus.el (dbus-unregister-object): Don't release services for
8458 registered signals. (Bug#9581)
8459
8460 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
8461
8462 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
8463 function that picks between cfengine 2 and 3 support
8464 automatically. Update docs accordingly.
8465
8466 2011-09-22 Kenichi Handa <handa@m17n.org>
8467
8468 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
8469 ZERO.
8470 (indian-itrans-v5-table-for-tamil): New variable.
8471 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
8472
8473 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
8474
8475 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
8476 that's true if the current command involved collapsing of text.
8477 It's reset to false at the beginning of the next command.
8478 (allout-post-command-business): Move the cursor to the beginning
8479 of entry if the cursor is hidden and collapsing activity just
8480 happened.
8481
8482 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
8483
8484 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
8485 tracking (Bug#9541).
8486
8487 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
8488
8489 * net/newst-reader.el (newsticker-html-renderer)
8490 (newsticker-show-news): Automatically load html rendering package
8491 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
8492 because w3m-fill-column is let-bound" and the error "Symbol's value
8493 as variable is void: w3m-fill-column".
8494
8495 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
8496
8497 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
8498 Release services only if they are defined. (Bug#9581)
8499
8500 2011-09-23 Richard Stallman <rms@gnu.org>
8501
8502 * textmodes/paragraphs.el (forward-sentence): For backwards case,
8503 distinguish start of paragraph from start of its text.
8504
8505 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
8506
8507 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
8508 (rmail-generate-viewer-buffer): Put that hook on view buffer.
8509 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
8510
8511 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
8512
8513 * international/mule-diag.el (mule-diag): Insert a newline after
8514 each fontset description.
8515
8516 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8517
8518 * simple.el (delete-trailing-whitespace):
8519 Document last change; simplify.
8520
8521 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
8522
8523 * simple.el (delete-trailing-whitespace): Also delete
8524 extra newlines at the end of the buffer.
8525
8526 * textmodes/picture.el: Make motion commands obey shift-select-mode.
8527 (picture-newline): Use forward-line so as to ignore fields.
8528
8529 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8530
8531 * subr.el (with-wrapper-hook): Fix edebug spec.
8532
8533 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8534
8535 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
8536 (bug#4538).
8537
8538 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
8539
8540 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
8541 Fix nasty bug using wrong cached values.
8542
8543 2011-09-23 Alan Mackenzie <acm@muc.de>
8544
8545 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
8546
8547 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
8548
8549 * window.el (pop-to-buffer): Ensure right window is selected if we
8550 chose another frame.
8551
8552 2011-09-22 Eli Zaretskii <eliz@gnu.org>
8553
8554 * simple.el (what-cursor-position): Use get-char-property-change
8555 and next-single-char-property-change, to be able to show display
8556 properties that come from overlays as well as text properties.
8557
8558 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
8559
8560 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
8561
8562 * cmuscheme.el (run-scheme, switch-to-scheme):
8563 * cus-edit.el (customize-group, custom-buffer-create)
8564 (customize-browse):
8565 * info.el (info):
8566 * shell.el (shell):
8567 * mail/sendmail.el (mail):
8568 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
8569
8570 2011-09-22 Richard Stallman <rms@gnu.org>
8571
8572 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
8573 move back only to line beg, don't move back over blank lines.
8574
8575 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
8576
8577 * files.el (copy-directory): Set directory attributes only in case
8578 they could be retrieved from the source directory. (Bug#9565)
8579
8580 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
8581
8582 * progmodes/hideshow.el (hs-looking-at-block-start-p)
8583 (hs-find-block-beginning, hs-hide-level-recursive):
8584 Ignore strings as well as comments. (Bug#9502)
8585
8586 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
8587
8588 * progmodes/sql.el (sql-comint-postgres):
8589 Convert port number to a string. (Bug#9566)
8590
8591 2011-09-22 Martin Rudalics <rudalics@gmx.at>
8592
8593 * window.el (quit-window): Undedicate window when switching to
8594 previous buffer. Reported by Thierry Volpiatto
8595 <thierry.volpiatto@gmail.com>.
8596 (special-display-popup-frame): When popping up a new frame reset
8597 its previous buffers to nil. Simplify code.
8598
8599 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
8600
8601 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
8602 and process filter, as done also in `shell-command'.
8603
8604 2011-09-21 Martin Rudalics <rudalics@gmx.at>
8605
8606 * window.el (set-window-buffer-start-and-point):
8607 Call set-window-start with NOFORCE argument t.
8608 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
8609 (quit-window): Reword doc-string. Handle new format of
8610 quit-restore parameter. Don't delete window if it has a
8611 previous buffer we can show instead of the present one.
8612 (display-buffer-record-window): Rewrite using a new format for
8613 the quit-restore window parameter
8614 (special-display-popup-frame, display-buffer-same-window)
8615 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8616 (display-buffer-pop-up-window, display-buffer-use-some-window):
8617 Adapt symbol passed to display-buffer-record-window.
8618 * help.el (help-window-setup): Handle new format of quit-restore
8619 parameter.
8620
8621 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8622
8623 * faces.el (face-list): Fix docstring (bug#9564).
8624
8625 * window.el (display-buffer--action-function-custom-type):
8626 Don't include internal functions in the Custom interface.
8627
8628 2011-09-20 Juri Linkov <juri@jurta.org>
8629
8630 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
8631 (Info-forward-node, Info-backward-node, Info-next-preorder)
8632 (Info-last-preorder): Use it. (Bug#9528)
8633
8634 2011-09-20 Juri Linkov <juri@jurta.org>
8635
8636 * info.el (Info-last-preorder): Visit last menu item only when
8637 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
8638
8639 2011-09-20 Julien Danjou <julien@danjou.info>
8640
8641 * password-cache.el (password-cache-remove): Remove entries even if the
8642 value is nil, so that password with a nil value (negative caching) is
8643 possible to invalidate.
8644
8645 2011-09-20 Lawrence Mitchell <wence@gmx.li>
8646
8647 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
8648 all whitespace around breakpoint. (Bug#9553)
8649 (f90-find-breakpoint): Only break at whitespace inside a comment.
8650
8651 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8652
8653 * minibuffer.el (completion-file-name-table): Keep track of errors.
8654 (completion-table-with-predicate): Handle the case where pred1 is nil.
8655 * pcomplete.el (pcomplete-completions-at-point): Simplify.
8656
8657 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8658
8659 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
8660 (debugger-return-value): Signal an error if the debugging context does
8661 not await any return value.
8662
8663 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
8664 * image-mode.el (image-toggle-display-text)
8665 (image-toggle-display-image): Stay away from evil `intangible'.
8666
8667 2011-09-19 Leo Liu <sdl.web@gmail.com>
8668
8669 * replace.el (occur-revert-arguments): Make it permanent-local.
8670 (occur-mode): Don't call font-lock-defontify.
8671
8672 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
8673
8674 * net/ldap.el (ldap-search-internal): Don't push empty search
8675 result (Bug#9508).
8676
8677 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8678
8679 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
8680
8681 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
8682
8683 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
8684 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
8685
8686 2011-09-18 Juri Linkov <juri@jurta.org>
8687
8688 * buff-menu.el (Buffer-menu-mode-map):
8689 * dired.el (dired-mode-map):
8690 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
8691 (lisp-interaction-mode-map):
8692 * emacs-lisp/package.el (package-menu-mode-map):
8693 * epa.el (epa-key-list-mode-map):
8694 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
8695 (menu-bar-options-menu):
8696 * outline.el (outline-mode-menu-bar-map):
8697 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
8698 * vc/vc-dir.el (vc-dir-menu-map):
8699 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
8700 Capitalize non-function content words in menu item strings.
8701
8702 * dired.el (dired-mode-map): Add menu item for
8703 `image-dired-dired-toggle-marked-thumbs'.
8704
8705 2011-09-18 Juri Linkov <juri@jurta.org>
8706
8707 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
8708 to `isearch-case-fold-search' and restore its original value
8709 after the `isearch-mode' call.
8710
8711 2011-09-18 Juri Linkov <juri@jurta.org>
8712
8713 * progmodes/grep.el (grep-process-setup): Don't check code for 1
8714 because `zgrep' returns 1 for successful matches (bug#9226).
8715
8716 2011-09-18 Juri Linkov <juri@jurta.org>
8717
8718 * info.el (Info-extract-menu-node-name): Check the second match
8719 for empty string (second test-case of bug#9528).
8720 (Info-last-preorder): Let-bind `Info-history' to nil to not add
8721 intermediate nodes to the history (first test-case of bug#9528).
8722
8723 2011-09-18 Juri Linkov <juri@jurta.org>
8724
8725 * info.el (Info-mode-syntax-table): New variable.
8726 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
8727
8728 2011-09-18 Juri Linkov <juri@jurta.org>
8729
8730 * info.el (Info-file-supports-index-cookies):
8731 Increment line-beginning-position's arg from 3 to 4 because makeinfo
8732 outputs one more line for long file names (bug#4142).
8733
8734 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
8735
8736 * newcomment.el (comment-normalize-vars): If prompting for
8737 comment-start, set comment-start-skip too (Bug#8424).
8738
8739 2011-09-18 Johan BockgĂ¥rd <bojohan@gnu.org>
8740
8741 * icomplete.el: Fix previous fix of Bug#5849.
8742 (icomplete-mode): Don't set completion-show-inline-help.
8743 (icomplete-minibuffer-setup): Set completion-show-inline-help
8744 locally during icompletion.
8745
8746 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
8747
8748 * woman.el (woman2-process-escapes): Don't delete unrecognized
8749 escapes (Bug#7843).
8750
8751 * files.el (inhibit-first-line-modes-regexps): Add image files.
8752 (hack-local-variables-prop-line): Return nil for malformed
8753 prop-lines (Bug#9044).
8754
8755 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
8756
8757 * net/tramp.el (top): Don't require 'shell.
8758 (tramp-methods): Fix docstring.
8759 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8760 Return complete remote file name. Handle "smb" case.
8761 Use `tramp-tmpdir', if defined for the respective method.
8762 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
8763
8764 * net/tramp-compat.el (top): Require 'shell.
8765
8766 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
8767 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
8768 `tramp-current-host'.
8769 (tramp-get-remote-tmpdir): Remove.
8770
8771 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
8772 `tramp-tmpdir' entries.
8773 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
8774 (tramp-smb-handle-file-attributes): Ignore errors.
8775 (tramp-smb-wait-for-output): Check also for process end.
8776
8777 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8778
8779 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
8780 when sending QUIT (bug#9312).
8781
8782 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
8783
8784 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
8785 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
8786 occur-mode-display-occurrence.
8787 (occur-edit-mode): Add usage message.
8788 (occur-cease-edit): New command.
8789 (occur-after-change-function): Use text properties to find the
8790 position of the prefix text.
8791 (occur-engine): Set stickiness of prefix text properties.
8792
8793 2011-09-17 Glenn Morris <rgm@gnu.org>
8794
8795 * progmodes/etags.el (complete-tag):
8796 Fix call to completion-in-region. (Bug#9526)
8797
8798 2011-09-17 Juri Linkov <juri@jurta.org>
8799
8800 * textmodes/ispell.el (ispell-word): Add to the error message
8801 the word, ispell program name and current dictionary (bug#9121).
8802 (ispell-tex-arg-end): Capitalize "error" in the error message.
8803
8804 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
8805
8806 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
8807 check. (Bug#4251)
8808
8809 2011-09-17 Juri Linkov <juri@jurta.org>
8810
8811 * window.el (window-safe-min-height, window-safe-min-width):
8812 Fix typos (followup to bug#9522).
8813
8814 2011-09-17 Sven Joachim <svenjoac@gmx.de>
8815
8816 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
8817
8818 2011-09-16 Eli Zaretskii <eliz@gnu.org>
8819
8820 * simple.el (line-move): If goal-column is set, move by logical
8821 lines, not by display lines. (Bug#971)
8822 (next-line, previous-line, goal-column, line-move-visual): Doc fix
8823 to reflect the above change.
8824
8825 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8826
8827 * image.el (imagemagick-register-types): Use regexp-opt.
8828
8829 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
8830
8831 * window.el (display-buffer-base-action): Rename from
8832 display-buffer-default-action. Make default value empty.
8833 (display-buffer-overriding-action): Convert to defvar.
8834 (display-buffer-fallback-action): New var.
8835
8836 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
8837
8838 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
8839 declaration.
8840 (package--add-to-archive-contents): If there is a duplicate entry
8841 with an older version, remove it.
8842 (package-menu-mark-delete, package-menu-mark-install)
8843 (package-menu-mark-unmark): Make unused args optional.
8844 (package-menu-mark-obsolete-for-deletion):
8845 Use package-menu-get-status instead of a regexp search.
8846 (package-menu-get-status): Use tabulated-list-entry.
8847 (package-menu-mark-upgrades): New command.
8848 (package-menu-mode-map): Bind it to U. Add it to menu bar.
8849 (package-menu-execute): Do installation before deletion.
8850 (package-menu-refresh, package-menu-execute): Use derived-mode-p
8851 instead of checking major-mode.
8852 (package-menu--find-upgrades): New function.
8853
8854 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8855
8856 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
8857 passwords in the log buffer.
8858 (smtpmail-process-filter): Update the process marker so that the
8859 "broken by peer" status message is inserted in the right place.
8860
8861 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8862
8863 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
8864 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
8865 bibtex-completion-at-point-function.
8866 (bibtex-completion-at-point-function): Use them.
8867
8868 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
8869
8870 * mpc.el (mpc-constraints-tag-lookup): New function.
8871 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
8872 also to browser "album|playlist".
8873
8874 2011-09-14 Juri Linkov <juri@jurta.org>
8875
8876 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
8877 (isearch-edit-string): Use length of `isearch-string' when
8878 `isearch-fail-pos' returns nil.
8879 (isearch-message): Remove duplicate code and call
8880 `isearch-fail-pos' with arg `t'.
8881
8882 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
8883
8884 * replace.el (occur-mode-goto-occurrence): Don't force using other
8885 window (Bug#9499).
8886
8887 * dired-aux.el (dired-do-chmod): Don't provide initial input.
8888
8889 2011-09-14 Martin Rudalics <rudalics@gmx.at>
8890
8891 * window.el (display-buffer-window): Remove.
8892 (display-buffer-record-window): Use help-setup window parameter
8893 instead of variable display-buffer-window.
8894 (display-buffer-function, special-display-buffer-names)
8895 (special-display-function): Mention help-setup parameter instead
8896 of display-buffer-window in doc-string.
8897 * help.el (help-window-setup): New argument help-window.
8898 Use help-window-setup parameter instead of display-buffer-window.
8899 Reword some messages.
8900 (with-help-window): Pass window used for displaying the buffer
8901 to help-window-setup. Don't set display-buffer-window.
8902
8903 2011-09-13 Glenn Morris <rgm@gnu.org>
8904
8905 * emacs-lisp/debug.el (debugger-make-xrefs):
8906 Preserve point. (Bug#9462)
8907
8908 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
8909
8910 * window.el (window-deletable-p): Use next-frame.
8911
8912 2011-09-13 Martin Rudalics <rudalics@gmx.at>
8913
8914 * window.el (window-auto-delete): Remove.
8915 (window-deletable-p): Remove argument FORCE. Don't deal with
8916 dedication and previous buffers.
8917 (switch-to-prev-buffer): Don't delete window.
8918 (delete-windows-on): Delete a window's frame if and only if the
8919 window is dedicated.
8920 (replace-buffer-in-windows): Delete buffer's window or frame if
8921 and only if window is dedicated.
8922 (quit-window): Handle quit-restore as before last change.
8923 (bury-buffer): Delete window only if window-deletable-p returns t.
8924
8925 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
8926
8927 * window.el (window-deletable-p): Never delete the last frame on a
8928 given terminal.
8929
8930 2011-09-13 Glenn Morris <rgm@gnu.org>
8931
8932 * help.el (describe-key-briefly): Copy previous standard-output change.
8933
8934 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
8935
8936 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
8937
8938 2011-09-13 Glenn Morris <rgm@gnu.org>
8939
8940 * emacs-lisp/lisp-mode.el (lisp-indent-function):
8941 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
8942
8943 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
8944
8945 * dired-aux.el (dired-mark-read-string): Don't return default
8946 value on empty input (Bug#9361).
8947 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
8948 Omit initial minibuffer contents.
8949 (dired-do-chmod): Signal an error on empty input.
8950 (dired-mark-read-string): Don't return default on empty input.
8951
8952 * files.el (file-modes-symbolic-to-number): Doc fix.
8953
8954 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8955
8956 * international/mule-cmds.el (ucs-completions): Remove.
8957 (read-char-by-name): Use complete-with-action instead; add metadata.
8958
8959 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
8960
8961 * window.el (display-buffer--action-function-custom-type)
8962 (display-buffer--action-custom-type): New vars.
8963 (display-buffer-alist, display-buffer-default-action)
8964 (display-buffer-overriding-action): Add defcustom types.
8965
8966 * frame.el (delete-other-frames): Doc fix (Bug#276).
8967
8968 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8969
8970 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
8971
8972 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
8973
8974 Change modes that used same-window-* vars to use switch-to-buffer.
8975
8976 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
8977 Use switch-to-buffer.
8978
8979 * cus-edit.el (customize-group, custom-buffer-create)
8980 (customize-browse, custom-buffer-create-other-window):
8981 Use switch-to-buffer or switch-to-buffer-other-window.
8982
8983 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
8984 (Info-prev, Info-up, Info-speedbar-goto-node)
8985 (info-display-manual): Use switch-to-buffer.
8986 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
8987
8988 * mail/sendmail.el (mail): Use switch-to-buffer.
8989 (mail-recover): Use switch-to-buffer-other-window.
8990
8991 * cmuscheme.el (run-scheme, switch-to-scheme):
8992 * ielm.el (ielm):
8993 * shell.el (shell):
8994 * net/rlogin.el (rlogin):
8995 * net/telnet.el (telnet, rsh):
8996 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
8997
8998 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
8999
9000 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
9001
9002 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9003
9004 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
9005 so don't mention it (bug#9301).
9006 (dired-sort-toggle-or-edit): Clarify string further.
9007
9008 * faces.el (face-spec-set-match-display): Make `(type graphic)'
9009 match `x', `w32' and `ns', like the manual says (bug#9029).
9010
9011 * subr.el (eval-after-load): Doc string clarification (bug#9125).
9012 (process-kill-buffer-query-function): Mention the buffer name in
9013 the query.
9014
9015 * image-mode.el (image-next-line): The line parameter is mandatory
9016 (bug#9258).
9017
9018 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
9019 which can be useful (bug#9301).
9020
9021 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
9022
9023 * subr.el (match-string): Mention that the current buffer should
9024 be the same as the search was done in (bug#9282).
9025
9026 * facemenu.el: Disable the remove-* commands if the mark isn't
9027 active (bug#9162).
9028
9029 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
9030
9031 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
9032 of display-buffer.
9033 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
9034
9035 * replace.el (occur-mode-goto-occurrence)
9036 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
9037 and display-buffer.
9038
9039 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
9040 display-buffer.
9041
9042 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
9043 special-display and same-window variables.
9044 (mail-other-window): Use switch-to-buffer-other-window.
9045 (mail-other-frame): USe switch-to-buffer-other-frame.
9046
9047 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
9048 Use display-buffer-other-frame.
9049 (gdb-display-gdb-buffer): Use pop-to-buffer.
9050
9051 * progmodes/gud.el (gud-goto-info): Use info-other-window.
9052
9053 * progmodes/python.el: Don't set same-window-buffer-names.
9054
9055 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
9056
9057 * window.el (display-buffer-alist): Add *Python*.
9058
9059 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
9060
9061 * window.el (display-buffer-alist): Add entry for buffers
9062 previously handled same-window-*.
9063 (display-buffer-alist, display-buffer-default-action)
9064 (display-buffer-overriding-action): Mark as risky.
9065 (display-buffer-alist): Document action function changes.
9066 (display-buffer--same-window-action)
9067 (display-buffer--other-frame-action): New variables.
9068 (switch-to-buffer, display-buffer-other-frame): Use them.
9069 (display-buffer): Rename reuse-frame entry to reusable-frames.
9070 (display-buffer-reuse-selected-window): Function deleted.
9071 (display-buffer-reuse-window): Handle reusable-frames alist entry.
9072 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
9073 (display-buffer-special): New function.
9074 (display-buffer--maybe-pop-up-frame-or-window): Rename from
9075 display-buffer-reuse-or-pop-window. Split off special-display
9076 part into display-buffer-special.
9077 (display-buffer-use-some-window): Don't perform any special
9078 pop-up-frames handling.
9079 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
9080 (display-buffer--maybe-same-window): Rename from
9081 display-buffer-maybe-same-window.
9082
9083 * info.el: Don't set same-window-regexps.
9084 (info-setup): New function.
9085 (info-other-window, info): Call it.
9086
9087 * cus-edit.el: Don't set same-window-regexps.
9088 (customize-group): New argument.
9089 (customize-group-other-window): Use it.
9090 (customize-face, customize-face-other-window): Likewise.
9091 (custom-buffer-create-other-window): Use pop-to-buffer directly.
9092
9093 * net/rlogin.el:
9094 * net/telnet.el:
9095 * progmodes/gud.el: Don't set same-window-regexps.
9096
9097 * cmuscheme.el:
9098 * ielm.el:
9099 * shell.el:
9100 * mail/sendmail.el:
9101 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
9102
9103 2011-09-10 Juri Linkov <juri@jurta.org>
9104
9105 * isearch.el (isearch-edit-string): Remove obsolete mention of
9106 `C-w' (`isearch-yank-word-or-char') from docstring.
9107 (isearch-query-replace): Fix typo in docstring (bug#9466).
9108
9109 2011-09-10 Juri Linkov <juri@jurta.org>
9110
9111 * paren.el (show-paren-function): Don't show escaped parens.
9112 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
9113
9114 2011-09-10 Eli Zaretskii <eliz@gnu.org>
9115
9116 * mail/sendmail.el (mml-to-mime, mml-attach-file)
9117 (mm-default-file-encoding): Remove autoload forms, they are
9118 replaced with autoload cookies in mml.el and mm-encode.el.
9119 (mail-add-attachment): New command.
9120 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
9121 (mail-mode): Mention mail-insert-file and mail-add-attachment in
9122 the doc string.
9123 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
9124
9125 2011-09-10 Reuben Thomas <rrt@sc3d.org>
9126
9127 * simple.el (count-words-region): Use buffer if there's no region
9128 (bug#9429).
9129
9130 2011-09-09 Juri Linkov <juri@jurta.org>
9131
9132 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
9133 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
9134 (wdired-isearch-filter-read-only): New function. (Bug#6362)
9135
9136 2011-09-09 Alan Mackenzie <acm@muc.de>
9137
9138 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
9139 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
9140
9141 2011-09-09 Eli Zaretskii <eliz@gnu.org>
9142
9143 Fix for Savannah bug#9392.
9144 * simple.el (mail-encode-mml): New defvar.
9145
9146 * mail/rmail.el (mail-encode-mml): Add a defvar.
9147 (rmail-enable-mime-composing): Default to t.
9148 (rmail-forward): Use MIME method of forwarding only if both
9149 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
9150 Set mail-encode-mml non-nil if the MIME method was used.
9151
9152 * mail/sendmail.el (mml-to-mime): Add autoload form.
9153 (mail-encode-mml): Add a defvar.
9154 (mail-mode): Make mail-encode-mml buffer-local and initialize it
9155 to nil.
9156 (mail-send): If mail-encode-mml is non-nil, run the outgoing
9157 message through mml-to-mime, and reset mail-encode-mml to nil.
9158
9159 2011-09-09 Glenn Morris <rgm@gnu.org>
9160
9161 * woman.el (woman-if-body): When processing an .el block,
9162 do not delete the next .el block as well. (Bug#9447)
9163 (woman-special-characters): Add oq, cq, and hy characters.
9164
9165 2011-09-08 Martin Rudalics <rudalics@gmx.at>
9166
9167 * window.el (window-deletable-p): Make sure window is live before
9168 invoking window-prev-buffers.
9169
9170 2011-09-08 Leo Liu <sdl.web@gmail.com>
9171
9172 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
9173
9174 2011-09-08 Juri Linkov <juri@jurta.org>
9175
9176 * progmodes/compile.el (compilation-environment): Make it
9177 a defcustom (bug#8340).
9178
9179 2011-09-08 Martin Rudalics <rudalics@gmx.at>
9180
9181 * window.el (frame-auto-delete): Rename to window-auto-delete.
9182 Make it control auto-deletion of windows and/or frames.
9183 (window-deletable-p): New argument FORCE. Rewrite conditions
9184 for deleting window/frame. (Bug#9419)
9185 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
9186 Rewrite handling of case when window/frame can be deleted.
9187 (delete-windows-on): Call window-deletable-p with new FORCE
9188 argument t. (Bug#9456)
9189
9190 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
9191
9192 * help-mode.el (help-mode): Restore autoload.
9193
9194 2011-09-07 Juri Linkov <juri@jurta.org>
9195
9196 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
9197 `compilation-environment'. Set buffer-local
9198 `compilation-environment' to `thisenv' later after (funcall mode).
9199 (Bug#8340)
9200
9201 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
9202 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
9203 instead of replacing its value. (Bug#8340)
9204
9205 2011-09-07 Juri Linkov <juri@jurta.org>
9206
9207 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
9208 based on text properties put by `grep-filter' instead of matching
9209 escape sequences.
9210 (grep-mode): Set buffer-local `compilation-error-screen-columns'
9211 to the value of `grep-error-screen-columns' (bug#9438).
9212
9213 2011-09-07 Juri Linkov <juri@jurta.org>
9214
9215 * simple.el (next-error-highlight, next-error-highlight-no-select):
9216 Doc fix (bug#9432).
9217
9218 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
9219
9220 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9221 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
9222
9223 2011-09-07 Leo Liu <sdl.web@gmail.com>
9224
9225 * net/rcirc.el (rcirc-mode): Conditionally initialize
9226 rcirc-input-ring.
9227
9228 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9229
9230 * emacs-lisp/find-func.el (find-function-C-source): Only set
9231 find-function-C-source-directory after checking that we found a source
9232 file there (bug#9440).
9233
9234 2011-09-06 Alan Mackenzie <acm@muc.de>
9235
9236 * isearch.el (isearch-other-meta-char): Wherever a key list is
9237 unread, "unread" the prefix arg, too. This fixes bug #8901.
9238
9239 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9240
9241 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
9242
9243 2011-09-05 Juri Linkov <juri@jurta.org>
9244
9245 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
9246
9247 2011-09-05 Juri Linkov <juri@jurta.org>
9248
9249 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
9250 keeping point where processing of grep matches begins, and
9251 continue to delete remaining escape sequences from the same point.
9252 (grep-filter): Make leading zero optional in "0?1;31m" because
9253 git-grep emits "\033[1;31m" escape sequences unlike expected
9254 "\033[01;31m" as GNU Grep does (bug#9408).
9255 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
9256
9257 2011-09-05 Juri Linkov <juri@jurta.org>
9258
9259 * subr.el (y-or-n-p): Capitalize "yes".
9260
9261 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
9262
9263 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
9264 `tramp-cache-unload-hook' where appropriate.
9265 (tramp-methods): Rename `tramp-remote-sh' to
9266 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
9267 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
9268
9269 * net/tramp-sh.el (top): Don't require 'shell.
9270 (tramp-methods): Add `tramp-remote-shell' and
9271 `tramp-remote-shell-args' entries.
9272 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
9273 (tramp-sh-handle-shell-command): Remove.
9274 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9275 Use `tramp-remote-shell'.
9276
9277 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
9278
9279 * mail/sendmail.el (sendmail-query-once-function): Delete.
9280 (sendmail-query-once): Save directly to send-mail-function.
9281 Update message-send-mail-function too.
9282
9283 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
9284
9285 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9286
9287 * progmodes/python.el (python-mode-map): Use correct function to
9288 start python interpreter from menu-bar (as reported by Geert
9289 Kloosterman).
9290 (inferior-python-mode-map): Fix typo.
9291 (python-shell-map): Remove.
9292
9293 2011-09-03 Deniz Dogan <deniz@dogan.se>
9294
9295 * net/rcirc.el (rcirc-print): Simplify code for
9296 rcirc-scroll-show-maximum-output. There is no need to walk
9297 through all windows to find the right one.
9298
9299 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9300
9301 * help.el (help-return-method): Doc fix.
9302
9303 2011-09-03 Martin Rudalics <rudalics@gmx.at>
9304
9305 * window.el (window-deletable-p): Don't return a non-nil value
9306 when there's a buffer that was shown in the window before.
9307 (Bug#9419)
9308 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9309 Set window's previous buffers to nil.
9310
9311 2011-09-03 Eli Zaretskii <eliz@gnu.org>
9312
9313 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
9314 newline before and after the tag line, so it doesn't interfere
9315 with determining the paragraph direction of bidirectional text.
9316
9317 2011-09-03 Leo Liu <sdl.web@gmail.com>
9318
9319 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
9320
9321 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
9322
9323 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
9324 (pop-to-buffer): Change interactive spec. Pass second argument
9325 directly to display-buffer.
9326 (display-buffer): Fix interactive spec. Use functionp to
9327 distinguish between a function and a list of functions.
9328
9329 * abbrev.el (edit-abbrevs):
9330 * arc-mode.el (archive-extract):
9331 * autoinsert.el (auto-insert):
9332 * bookmark.el (bookmark-bmenu-list):
9333 * files.el (find-file):
9334 * view.el (view-buffer):
9335 * progmodes/compile.el (compilation-goto-locus):
9336 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
9337
9338 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
9339
9340 * window.el (display-buffer-alist): Doc fix.
9341 (display-buffer): Add docstring. Don't treat
9342 display-buffer-default specially.
9343 (display-buffer-reuse-selected-window)
9344 (display-buffer-same-window, display-buffer-maybe-same-window)
9345 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9346 (display-buffer-pop-up-window)
9347 (display-buffer-reuse-or-pop-window)
9348 (display-buffer-use-some-window): New functions.
9349 (display-buffer-default-action): Use them.
9350 (display-buffer-default): Delete.
9351 (pop-to-buffer-1): Fix choice of actions.
9352
9353 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9354
9355 * minibuffer.el (completion--insert-strings): Don't get confused by
9356 completion entries that end with an LF char.
9357
9358 2011-09-01 Eli Zaretskii <eliz@gnu.org>
9359
9360 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
9361
9362 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
9363
9364 * window.el (display-buffer): Restore interactive spec.
9365 (display-buffer-same-window, display-buffer-other-window):
9366 New functions.
9367 (pop-to-buffer-1): New function. Use the above.
9368 (pop-to-buffer, pop-to-buffer-same-window): Use it.
9369 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
9370
9371 * view.el (view-buffer-other-window, view-buffer-other-frame):
9372 Just use pop-to-buffer.
9373
9374 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9375
9376 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
9377
9378 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
9379
9380 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
9381
9382 2011-08-31 Richard Stallman <rms@gnu.org>
9383
9384 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
9385 of the separation of rmail-view-buffer from rmail-buffer.
9386 If you say no to "replace original", the decrypt is in the
9387 view buffer. If you say yes, the decrypt goes into the
9388 rmail buffer also.
9389
9390 2011-08-31 Martin Rudalics <rudalics@gmx.at>
9391
9392 * window.el (display-buffer-window): Rewrite doc-string.
9393 (display-buffer-record-window): New function.
9394 (display-buffer-macro-specifiers)
9395 (display-buffer-even-window-sizes, display-buffer-set-height)
9396 (display-buffer-set-width, display-buffer-in-window)
9397 (display-buffer-reuse-window, display-buffer-split-specifiers)
9398 (display-buffer-side-specifiers, display-buffer-split-window-1)
9399 (display-buffer-split-window, display-buffer-split-atom-window)
9400 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
9401 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
9402 (display-buffer-other-window-means-other-frame)
9403 (display-buffer-normalize-special)
9404 (display-buffer-normalize-default)
9405 (display-buffer-normalize-argument)
9406 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
9407 (display-buffer-normalize-specifiers, display-buffer-frame)
9408 (display-buffer-same-window, display-buffer-same-frame)
9409 (display-buffer-other-window)
9410 (display-buffer-same-frame-other-window)
9411 (display-buffer-other-frame, pop-to-buffer-same-window)
9412 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
9413 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
9414 (switch-to-buffer-same-frame)
9415 (switch-to-buffer-other-window-same-frame)
9416 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
9417 (display-buffer-alist-set-1, display-buffer-alist-set-2)
9418 (display-buffer-alist-set): Remove.
9419 (display-buffer-function, special-display-buffer-names)
9420 (special-display-regexps, special-display-function):
9421 In doc-string refer to display-buffer-window and quit-restore
9422 parameter.
9423 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
9424 (special-display-frame-alist, special-display-popup-frame)
9425 (same-window-buffer-names, same-window-regexps, same-window-p)
9426 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9427 (split-window-preferred-function, split-height-threshold)
9428 (split-width-threshold, window-splittable-p)
9429 (split-window-sensibly, window--try-to-split-window)
9430 (window--frame-usable-p, even-window-heights)
9431 (window--even-window-heights, window--display-buffer-1)
9432 (window--display-buffer-2, display-buffer-other-frame):
9433 Restore old Emacs 23 code, order and doc-strings where applicable.
9434 (display-buffer-default, display-buffer-assq-regexp): New functions.
9435 (display-buffer-alist): Rewrite doc-string.
9436 (display-buffer-default-action)
9437 (display-buffer-overriding-action): New variables.
9438 (display-buffer, switch-to-buffer): Rewrite.
9439 (pop-to-buffer): Restore Emacs 23 behavior but use
9440 window-normalize-buffer-to-display.
9441 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
9442 Restore Emacs 23 behavior but use
9443 window-normalize-buffer-to-switch-to.
9444 (pop-to-buffer-same-window): Rewrite.
9445 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
9446 Rewrite using Emacs 23 options.
9447
9448 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
9449
9450 * net/tramp.el (tramp-root-regexp): Remove.
9451 (tramp-completion-file-name-regexp-unified)
9452 (tramp-completion-file-name-regexp-separate)
9453 (tramp-completion-file-name-regexp-url): Don't use leading volume
9454 letter on win32 systems. (Bug#5303, Bug#9311)
9455 (tramp-drop-volume-letter): Simplify definition.
9456 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9457
9458 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9459
9460 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
9461 (bug#9356).
9462
9463 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
9464
9465 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
9466
9467 2011-08-29 Juri Linkov <juri@jurta.org>
9468
9469 * isearch.el (isearch-done): Don't display message "Mark saved"
9470 when arg `edit' is non-nil to prevent its flicker in the echo area.
9471
9472 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
9473
9474 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
9475 obsolete packages for deletion.
9476
9477 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
9478
9479 * help-mode.el (help-mode-map): Add special-mode-map to parent.
9480 (help-mode): Derive help-mode from special-mode. Don't invoke
9481 view-mode from help-mode.
9482 (help-xref-override-view-map): Remove.
9483 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
9484 view-mode is not used anymore.
9485
9486 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
9487
9488 * server.el (server-port): Doc fix.
9489
9490 * cus-theme.el (custom-theme-choose-mode): Inherit from
9491 special-mode (Bug#9124).
9492 (custom-theme-choose-mode-map): Add special-mode to parent.
9493
9494 2011-08-28 Alan Mackenzie <acm@muc.de>
9495
9496 * progmodes/cc-fonts.el
9497 (c-make-font-lock-BO-decl-search-function): New function.
9498 (c-basic-matchers-after - "Fontify the clauses after various
9499 keywords"): Extract the three keyword lists for the 3 erroneous
9500 constructs from the list of four, and use the new function above
9501 in place of an old one.
9502
9503 2011-08-28 Deniz Dogan <deniz@dogan.se>
9504
9505 * net/rcirc.el (rcirc-insert-prev-input)
9506 (rcirc-insert-next-input): Remove unused argument.
9507
9508 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9509
9510 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
9511
9512 2011-08-27 Alan Mackenzie <acm@muc.de>
9513
9514 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
9515 handle function pointer parameters properly.
9516
9517 2011-08-27 Martin Rudalics <rudalics@gmx.at>
9518
9519 * window.el (display-buffer-reuse-window): Fix case where
9520 selected window was reused with non-nil OTHER-WINDOW argument.
9521 (Bug#9381)
9522
9523 2011-08-27 Deniz Dogan <deniz@dogan.se>
9524
9525 * net/rcirc.el (rcirc-check-auth-status): Adding support for
9526 oftc's NickServ messages.
9527
9528 2011-08-27 Glenn Morris <rgm@gnu.org>
9529
9530 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
9531
9532 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
9533
9534 * emacs-lisp/package.el (package-install): Call package-initialize
9535 if called interactively.
9536
9537 2011-08-26 Leo Liu <sdl.web@gmail.com>
9538
9539 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
9540
9541 2011-08-25 Juri Linkov <juri@jurta.org>
9542
9543 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
9544 `search-whitespace-regexp' (bug#9364).
9545
9546 2011-08-25 Juri Linkov <juri@jurta.org>
9547
9548 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
9549 `regexp-search-ring' to their global values to protect from
9550 updating by `read-from-minibuffer' (bug#9185).
9551
9552 2011-08-25 Juri Linkov <juri@jurta.org>
9553
9554 * textmodes/ispell.el (ispell-command-loop): Add newline
9555 at the end of the "Use option `i'..." line.
9556
9557 2011-08-25 Juri Linkov <juri@jurta.org>
9558
9559 * battery.el (display-battery-mode): If `battery-status-function'
9560 or `battery-mode-line-format' is nil, display the message and set
9561 `display-battery-mode' to nil (bug#9363).
9562
9563 2011-08-25 Eli Zaretskii <eliz@gnu.org>
9564
9565 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
9566 bidi-string-mark-left-to-right; they are unnecessary now.
9567
9568 2011-08-25 Deniz Dogan <deniz@dogan.se>
9569
9570 * net/quickurl.el: Documentation typo fixes.
9571
9572 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
9573
9574 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
9575
9576 2011-08-25 Glenn Morris <rgm@gnu.org>
9577
9578 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
9579
9580 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
9581 (smtpmail-via-smtp): Handle nil response from smtp.
9582
9583 2011-08-24 Juri Linkov <juri@jurta.org>
9584
9585 * proced.el (proced-marked): Inherit from `error' instead of
9586 `font-lock-warning-face'.
9587
9588 * ibuffer.el (ibuffer-marked-face): Change default face from
9589 `font-lock-warning-face' to `warning'.
9590 (ibuffer-deletion-face): Change default face from
9591 `font-lock-type-face' to `error'.
9592
9593 * battery.el (battery-update): Use the face `error' instead of
9594 `font-lock-warning-face' (bug#6117).
9595
9596 2011-08-24 Juri Linkov <juri@jurta.org>
9597
9598 * faces.el (success): Change face color from "Green3" to
9599 "ForestGreen" on light background (bug#9353).
9600
9601 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
9602
9603 * window.el (quit-window): Rename from quit-restore-window.
9604 Use same arglist as old quit-window.
9605 (frame-auto-delete): Doc fix.
9606
9607 * view.el (view-mode-exit): Use quit-window.
9608
9609 2011-08-24 Juri Linkov <juri@jurta.org>
9610
9611 * isearch.el (isearch-ring-adjust1): Start visiting previous
9612 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
9613 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
9614 for empty search string (when the last search string is reused
9615 automatically) to adjust the isearch ring to the last element and
9616 prepare the correct index for further M-p commands (bug#9185).
9617
9618 2011-08-24 Kenichi Handa <handa@m17n.org>
9619
9620 * international/ucs-normalize.el: If decomposition property of
9621 CHAR is the default one (i.e. a list of CHAR itself), treat it as
9622 nil.
9623 (nfd, nfkd): Likewise.
9624
9625 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9626
9627 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
9628 from process filters aren't reliably transmitted to the surrounding
9629 accept-process-output.
9630 (mpc-proc-check): New function.
9631 (mpc-proc-sync): Use it (bug#8293)
9632
9633 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9634
9635 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
9636 Add compatibility functions (bug#9313).
9637
9638 2011-08-23 Eli Zaretskii <eliz@gnu.org>
9639
9640 * cus-start.el (all): Add entry for bidi-paragraph-direction.
9641
9642 * international/uni-bidi.el: Regenerate.
9643
9644 2011-08-23 Kenichi Handa <handa@m17n.org>
9645
9646 * international/charprop.el:
9647 * international/uni-bidi.el:
9648 * international/uni-category.el:
9649 * international/uni-combining.el:
9650 * international/uni-comment.el:
9651 * international/uni-decimal.el:
9652 * international/uni-decomposition.el:
9653 * international/uni-digit.el:
9654 * international/uni-lowercase.el:
9655 * international/uni-mirrored.el:
9656 * international/uni-name.el:
9657 * international/uni-numeric.el:
9658 * international/uni-old-name.el:
9659 * international/uni-titlecase.el:
9660 * international/uni-uppercase.el: Regenerate.
9661
9662 2011-08-23 Martin Rudalics <rudalics@gmx.at>
9663
9664 * help.el (help-window-setup): Fix message displayed when other
9665 window is reused. (Bug#9341)
9666
9667 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9668
9669 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
9670 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
9671
9672 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
9673 Mark obsolete.
9674 * shell.el (shell-parse-pcomplete-arguments): New function.
9675 (shell-completion-vars): Use it instead (bug#9160).
9676
9677 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9678
9679 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
9680 strings and comments (bug#9333).
9681
9682 * emacs-lisp/debug.el (debug-arglist): New function.
9683 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
9684 (debug-on-entry-1): Handle interpreted closures (bug#9120).
9685
9686 2011-08-22 Juri Linkov <juri@jurta.org>
9687
9688 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9689 Revert regexp that highlights output switches to its old
9690 pre-2010-10-28 value and remove one `?' from it (bug#9319).
9691
9692 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
9693 to check for empty output (bug#9226).
9694
9695 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
9696
9697 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
9698 symbol-constituent as the default, as that stops font-lock from
9699 working properly (Bug#8843).
9700
9701 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9702
9703 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
9704 `coding-system-for-*' around the process open call to avoid
9705 auth-source side effects.
9706 (smtpmail-try-auth-methods): Expand the secret password.
9707 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
9708 probe hangs.
9709
9710 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
9711
9712 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
9713
9714 * emacs-lisp/find-func.el (find-function-noselect): New arg
9715 lisp-only.
9716
9717 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
9718 signal an error for built-in functions (Bug#6664).
9719
9720 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9721
9722 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
9723 (smtpmail-try-auth-methods): Use it.
9724
9725 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
9726
9727 * font-lock.el (font-lock-fontify-region)
9728 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
9729 (font-lock-default-unfontify-buffer)
9730 (font-lock-default-fontify-region)
9731 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
9732
9733 * progmodes/compile.el (compilation-error-properties):
9734 Fix confusion between file struct and message struct (Bug#9319).
9735 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
9736 `ant' regexp.
9737
9738 * net/browse-url.el (browse-url-firefox): Don't call
9739 browse-url-firefox-sentinel unless using -remote (Bug#9328).
9740
9741 2011-08-20 Glenn Morris <rgm@gnu.org>
9742
9743 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
9744
9745 * tutorial.el (tutorial--default-keys): Update some default bindings.
9746
9747 * files.el (hack-local-variables): Fully ignore case for "mode:".
9748
9749 2011-08-20 Alan Mackenzie <acm@muc.de>
9750
9751 Resolve invalid use of a regexp in regexp-opt.
9752
9753 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
9754 detection for a java annotation.
9755
9756 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
9757 detection for a java annotation.
9758
9759 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
9760 handling for java.
9761 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
9762
9763 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
9764
9765 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
9766 (Bug#9274).
9767
9768 2011-08-20 Alan Mackenzie <acm@muc.de>
9769
9770 Fontify CPP expressions correctly when starting in the middle of
9771 such a construct. Mainly for when jit-lock etc. starts a chunk
9772 here.
9773
9774 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
9775 variable.
9776 (c-make-font-lock-search-form): New function, extracted from
9777 c-make-font-lock-search-function.
9778 (c-make-font-lock-search-function): Use the above function.
9779 (c-make-font-lock-context-search-function): New function.
9780 (c-cpp-matchers): Enhance the preprocessor expression case with
9781 the above function
9782 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
9783 which takes an expression.
9784
9785 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
9786
9787 2011-08-20 Martin Rudalics <rudalics@gmx.at>
9788
9789 * window.el (display-buffer-reuse-window)
9790 (display-buffer-pop-up-window): Don't reuse or split a side
9791 window.
9792
9793 2011-08-19 Glenn Morris <rgm@gnu.org>
9794
9795 * files.el (hack-local-variables-prop-line, hack-local-variables):
9796 Downcase "Mode:". (Bug#9331)
9797
9798 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
9799
9800 * international/characters.el: Add L and R categories.
9801
9802 * subr.el (bidi-string-mark-left-to-right): Rename from
9803 string-mark-left-to-right. Use category search.
9804
9805 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
9806
9807 2011-08-18 Juri Linkov <juri@jurta.org>
9808
9809 * faces.el (error, warning, success): New faces with definitions
9810 copied from old default values of `font-lock-warning-face',
9811 `compilation-warning', `compilation-info' (bug#6117).
9812
9813 * font-lock.el (font-lock-warning-face): Inherit from `error'.
9814
9815 * progmodes/compile.el (compilation-error): Inherit from `error'.
9816 (compilation-warning): Inherit from `warning'.
9817 (compilation-info): Inherit from `success'.
9818
9819 * dired.el (dired-marked): Inherit from `warning'.
9820 (dired-flagged): Inherit from `error'.
9821
9822 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9823
9824 * mail/smtpmail.el (auth-source): Require to avoid problems with
9825 binding variables (bug#9298). Also clean up some unused
9826 autoloads.
9827
9828 * net/network-stream.el (network-stream-open-starttls):
9829 Support using starttls.el without using gnutls-cli.
9830
9831 2011-08-17 Juri Linkov <juri@jurta.org>
9832
9833 * progmodes/grep.el (rgrep): Handle the case when
9834 `grep-find-command' is a cons cell (bug#9278).
9835
9836 2011-08-17 Martin Rudalics <rudalics@gmx.at>
9837
9838 * window.el (display-buffer-pop-up-frame): Run frame creation
9839 function with BUFFER current (as special-display-popup-frame
9840 does). Reported by Drew Adams.
9841
9842 2011-08-17 Daiki Ueno <ueno@unixuser.org>
9843
9844 * epa-mail.el: Simplify GnuPG group expansion using
9845 epg-expand-group.
9846 (epa-mail-group-alist, epa-mail-group-modtime)
9847 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
9848 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
9849 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
9850 Remove.
9851
9852 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
9853
9854 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
9855
9856 2011-08-16 Alan Mackenzie <acm@muc.de>
9857
9858 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
9859 Correct, to avoid the inside of macros.
9860
9861 2011-08-16 Richard Stallman <rms@gnu.org>
9862
9863 * epa-mail.el: Handle GnuPG group definitions.
9864 (epa-mail-group-alist, epa-mail-group-modtime)
9865 (epa-mail-gnupg-conf-file): New variables.
9866 (epa-mail-parse-groups, epa-mail-sync-groups)
9867 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
9868 (epa-mail-expand-recipients): New functions.
9869 (epa-mail-encrypt): Call epa-mail-expand-recipients.
9870
9871 * mail/rmail.el (rmail-epa-decrypt): New command.
9872
9873 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
9874 Don't bind buffer-read-only, just inhibit-read-only.
9875 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
9876 (epa-decrypt-armor-in-region): Make error message clearer.
9877
9878 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9879
9880 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
9881 and "a2b" to "ab" for `prefix'.
9882
9883 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
9884
9885 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
9886 filter groups.
9887 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
9888 Fourquet (Bug#8804).
9889
9890 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
9891
9892 * startup.el (argi): Declare as global variable (bug#9275).
9893
9894 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
9895
9896 * subr.el (string-mark-left-to-right): Search the entire string
9897 for RTL script, not just the terminating character. Doc fix.
9898
9899 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
9900
9901 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
9902 New function.
9903 (js--regexp-literal, js-syntax-propertize-function): Remove.
9904 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
9905 (js-mode-map): Don't rebind electric keys.
9906 (js-insert-and-indent): Remove.
9907 (js-mode): Setup electric-layout and electric-indent instead.
9908
9909 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
9910
9911 2011-08-12 Daiki Ueno <ueno@unixuser.org>
9912
9913 * epa.el (epa-progress-callback-function): Fix the logic of
9914 displaying progress.
9915 * epa-file.el (epa-file-insert-file-contents): Make progress
9916 display more user-friendly.
9917 (epa-file-write-region): Ditto.
9918
9919 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
9920
9921 * subr.el (string-mark-left-to-right): New function.
9922
9923 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
9924 Use string-mark-left-to-right.
9925 (list-buffers-noselect): Caller changed.
9926
9927 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9928 Use string-mark-left-to-right.
9929 (tabulated-list-print): Recenter after moving point.
9930
9931 2011-08-10 Juri Linkov <juri@jurta.org>
9932
9933 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
9934 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
9935 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
9936
9937 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
9938
9939 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
9940 (Bug#7554).
9941
9942 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
9943
9944 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
9945 character. (Bug#6594)
9946
9947 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
9948
9949 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
9950 (image-dired--with-db-file): New macro.
9951 (image-dired-write-tags, image-dired-remove-tag)
9952 (image-dired-create-gallery-lists, image-dired-write-comments)
9953 (image-dired-get-comment, image-dired-mark-tagged-files)
9954 (image-dired-list-tags, image-dired-gallery-generate): Use it.
9955 (image-dired-gallery-generate): Use insert-file-contents.
9956
9957 * time.el (display-time-world-list, display-time-world-display):
9958 * time-stamp.el (time-stamp-string):
9959 * vc/add-log.el (add-change-log-entry): Use setenv instead of
9960 set-time-zone-rule (Bug#7337).
9961
9962 2011-08-08 Daiki Ueno <ueno@unixuser.org>
9963
9964 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
9965 (epg-error-to-string, epg-errors-to-string): New function.
9966 (epg-wait-for-completion): Reverse errors list.
9967 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
9968 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
9969 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
9970 (epg-sign-keys, epg-generate-key-from-file)
9971 (epg-generate-key-from-string): Format errors by using
9972 epg-errors-to-string (bug#9255).
9973 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
9974
9975 2011-08-07 Juri Linkov <juri@jurta.org>
9976
9977 * faces.el (list-faces-display): Remove extra angle bracket
9978 from `help-mode-map'.
9979
9980 * info.el (Info-history-toc-nodes): Doc fix.
9981
9982 * longlines.el (longlines-mode): Doc fix.
9983
9984 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
9985
9986 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
9987 of statements and in a few more cases (bug#9183).
9988
9989 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
9990 New functions.
9991 (cl-transform-lambda): Use them (bug#9239).
9992
9993 2011-08-05 Martin Rudalics <rudalics@gmx.at>
9994
9995 * window.el (display-buffer-same-window)
9996 (display-buffer-same-frame, display-buffer-other-window)
9997 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
9998 (pop-to-buffer-other-window)
9999 (pop-to-buffer-same-frame-other-window)
10000 (pop-to-buffer-other-frame): Make them defuns.
10001 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
10002
10003 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10004
10005 * subr.el (make-composed-keymap): Move from C. Change calling
10006 convention, and improve docstring to bring attention to a subtle point.
10007 * minibuffer.el (completing-read-default): Adjust accordingly.
10008
10009 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
10010
10011 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
10012 (tramp-open-shell): Use `tramp-shell-quote-argument'.
10013
10014 * net/trampver.el: Update release number.
10015
10016 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10017
10018 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
10019 "in" (bug#9190).
10020
10021 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10022
10023 * mail/sendmail.el (sendmail-query-once): Restore the current
10024 buffer after querying (bug#9074).
10025
10026 * dired.el (dired-flagged): Use different faces for marked and
10027 flagged files (bug#6117).
10028
10029 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
10030 (bug#4433).
10031
10032 * ido.el (ido-mode): Switch off the message if called
10033 non-interactively.
10034
10035 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
10036 before 587, since it appears that that's more likely to work for
10037 more people.
10038
10039 * cus-edit.el (custom-file): When running under emacs -q, always
10040 refuse to save the customizations, even if the .emacs file doesn't
10041 exist.
10042
10043 * info.el: Remove the `Info-beginning-of-buffer' function
10044 (bug#8325).
10045
10046 * net/network-stream.el (network-stream-open-starttls):
10047 Use `starttls-available-p' to see whether starttls.el can be used.
10048
10049 2011-08-01 Martin Rudalics <rudalics@gmx.at>
10050
10051 * window.el (display-buffer-in-window): Don't set dedicated status
10052 of window here (Bug#9215).
10053 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10054 (display-buffer-pop-up-side-window)
10055 (display-buffer-in-side-window): Set dedicated status of window here.
10056
10057 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10058
10059 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
10060 before binding generated-autoload-file.
10061
10062 2011-08-01 Deniz Dogan <deniz@dogan.se>
10063
10064 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
10065
10066 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
10067
10068 Sync with Tramp 2.2.2.
10069
10070 * net/trampver.el: Update release number.
10071
10072 2011-07-30 Juri Linkov <juri@jurta.org>
10073
10074 * dired-aux.el (dired-touch-initial): Remove function.
10075 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
10076 current time, and `default' to the last modification time of the
10077 current marked file (bug#6887).
10078
10079 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
10080
10081 * simple.el (goto-line): Use string-to-number to provide a
10082 numeric argument to read-number (bug#9163).
10083
10084 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
10085
10086 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
10087 connection process, it could be nil.
10088
10089 2011-07-27 Leo Liu <sdl.web@gmail.com>
10090
10091 Simplify url handling in rcirc-mode.
10092
10093 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
10094 (rcirc-browse-url-at-mouse): Remove.
10095 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
10096
10097 2011-07-26 Alan Mackenzie <acm@muc.de>
10098
10099 Fontify bitfield declarations properly.
10100
10101 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
10102 (c-symbol-chars): Now exported as a lang variable.
10103 (c-not-primitive-type-keywords): New lang variable.
10104
10105 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
10106 QT keyword "more" to prevent "more slots: ...." being spuriously
10107 parsed as a bitfield declaration.
10108
10109 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10110 Refactor and enhance to handle bitfield declarations.
10111 (c-punctuation-in): New function.
10112 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
10113 declarations properly.
10114
10115 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
10116
10117 * calendar/icalendar.el (icalendar--all-events): Take care of
10118 multiple vcalendars in a single file.
10119 (icalendar--convert-float-to-ical): Checkdoc fixes.
10120
10121 2011-07-25 Deniz Dogan <deniz@dogan.se>
10122
10123 * image.el (insert-image): Clarifying docstring.
10124
10125 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
10126
10127 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
10128 `tramp-send-command-and-check' if there is no error.
10129 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
10130
10131 2011-07-22 Alan Mackenzie <acm@muc.de>
10132
10133 Prevent cc-langs.elc being loaded at run time.
10134
10135 * progmodes/cc-mode.el: Remove two autoload forms which loaded
10136 cc-langs.
10137
10138 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
10139 "(require 'cc-langs)". Quote a form so it will evaluate at
10140 (cc-mode's) compilation time.
10141
10142 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
10143
10144 * net/tramp.el (tramp-file-name-handler): Avoid recursive
10145 loading. (Bug#9114)
10146
10147 2011-07-21 Martin Rudalics <rudalics@gmx.at>
10148
10149 * window.el (display-buffer-pop-up-window)
10150 (display-buffer-pop-up-side-window)
10151 (display-buffer-in-side-window): Call display-buffer-set-height
10152 and display-buffer-set-width after setting the new window's
10153 buffer so `fit-window-to-buffer' and friends work on the right buffer.
10154
10155 2011-07-20 Sam Steingold <sds@gnu.org>
10156
10157 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
10158 (etags-tags-included-tables): Call `convert-standard-filename' on
10159 the file names contained in TAGS so that windows Emacs can handle
10160 TAGS files created by cygwin ctags.
10161
10162 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10163
10164 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
10165 which apparently didn't work.
10166
10167 2011-07-19 Roland Winkler <winkler@gnu.org>
10168
10169 * proced.el (proced-send-signal): For *Marked Processes* buffer
10170 put point at beginning of buffer.
10171
10172 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
10173
10174 * proced.el (proced-format): Make header lines align with the text
10175 (bug#1779).
10176
10177 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10178
10179 * view.el (view-buffer): Allow running in `special' modes if we're
10180 visiting a file (bug#8615).
10181
10182 2011-07-19 Martin Rudalics <rudalics@gmx.at>
10183
10184 * window.el (display-buffer-alist-of-strings-p)
10185 (display-buffer-alist-set-1, display-buffer-alist-set-2):
10186 New functions.
10187 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
10188 more accurately.
10189
10190 2011-07-18 Alan Mackenzie <acm@muc.de>
10191
10192 Fontify declarators properly when, e.g., a jit-lock chunk begins
10193 inside a declaration.
10194
10195 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
10196
10197 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10198 New function.
10199 (c-complex-decl-matchers): Insert reference to
10200 c-font-lock-enclosing-decls.
10201
10202 * progmodes/cc-engine.el (c-backward-single-comment):
10203 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
10204 to nil around calls to (forward-comment -1).
10205
10206 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10207
10208 * image.el (put-image): Doc typo fix.
10209
10210 * progmodes/etags.el (tags-search): Doc typo fix.
10211
10212 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
10213 password if we get errors 550 to 554.
10214
10215 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10216
10217 * net/gnutls.el (gnutls-log-level): Remove.
10218
10219 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
10220 indentation character (bug#6380).
10221
10222 * files.el (buffer-offer-save): Made permanently local (bug#6241).
10223
10224 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
10225 to clarify what the problem is (bug#4291).
10226
10227 * simple.el (current-kill): Clarify what
10228 `interprogram-paste-function' does (bug#7500).
10229 (auto-fill-mode): Document `auto-fill-function' in relation to
10230 `auto-fill-mode' (bug#2470).
10231
10232 2011-07-16 Lawrence Mitchell <wence@gmx.li>
10233
10234 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
10235 method if slot is read-only (bug#9035).
10236
10237 2011-07-16 Martin Rudalics <rudalics@gmx.at>
10238
10239 * frame.el (select-frame-set-input-focus): New argument NORECORD.
10240 * window.el (pop-to-buffer): Select window used even if it was
10241 selected before, see discussion of (Bug#8615), (Bug#6954).
10242 Pass argument NORECORD on to select-frame-set-input-focus.
10243
10244 2011-07-15 Glenn Morris <rgm@gnu.org>
10245
10246 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
10247 Respect help-form.
10248
10249 2011-07-09 Lawrence Mitchell <wence@gmx.li>
10250
10251 * net/gnutls.el (gnutls-min-prime-bits): New variable.
10252 (gnutls-negotiate): Use it.
10253
10254 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10255
10256 * net/gnutls.el (gnutls-negotiate):
10257 Upcase `gnutls-algorithm-priority'.
10258
10259 2011-07-15 Glenn Morris <rgm@gnu.org>
10260
10261 * jka-compr.el (jka-compr-verbose): Move from here...
10262 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
10263 Add missing :version tag.
10264 * info.el: No need to require jka-compr when compiling.
10265
10266 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10267
10268 * net/gnutls.el (gnutls-algorithm-priority): New variable.
10269 (gnutls-negotiate): Use it.
10270
10271 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
10272
10273 * info.el (Info-beginning-of-buffer): New command.
10274 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
10275 announcing `b' as the key (bug#8325).
10276 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
10277
10278 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
10279
10280 * international/mule-cmds.el
10281 (describe-specified-language-support): Make the error message
10282 clearer (bug#8905).
10283
10284 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
10285
10286 * isearch.el (isearch-barrier): Add a doc string, since it's
10287 mentioned in a function doc string (bug#8678).
10288
10289 2011-07-15 Martin Rudalics <rudalics@gmx.at>
10290
10291 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
10292 buffer argument (Bug#9083) and self-identifying label argument.
10293
10294 2011-07-15 Glenn Morris <rgm@gnu.org>
10295
10296 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
10297
10298 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10299
10300 * man.el (Man-fontify-manpage): Fix message when formatting the
10301 man page (bug#7929).
10302
10303 2011-07-14 Eli Zaretskii <eliz@gnu.org>
10304
10305 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
10306 argument LRM; if non-nil, append an invisible LRM character to the
10307 buffer name.
10308 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
10309 last argument non-nil, when formatting buffer names.
10310 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
10311 paragraph direction.
10312
10313 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10314
10315 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
10316 the man page name (bug#7929).
10317
10318 * image.el (put-image): Mention the `put-image' overlay property
10319 (bug#7834).
10320
10321 * scroll-bar.el (set-scroll-bar-mode): Mention that
10322 `scroll-bar-mode' lists the values (bug#7772).
10323
10324 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
10325 command (bug#7729).
10326
10327 * rect.el (apply-on-rectangle): Return the point after the last
10328 operation.
10329 (string-rectangle): Go to the point after the last operation
10330 (bug#7522).
10331
10332 * printing.el (pr-toggle-region): Clarify the documentation
10333 slightly (bug#7493).
10334
10335 * time.el (display-time-update):
10336 Allow `display-time-mail-function' to return nil (bug#7158).
10337 Fix suggested by Detlev Zundel.
10338
10339 * vc/diff.el (diff): Clarify the order the file names are read
10340 (bug#7111).
10341
10342 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
10343 the doc string (bug#7015).
10344
10345 * font-lock.el (font-lock-maximum-decoration): Mention what
10346 numeric levels mean (bug#6935).
10347
10348 * startup.el (initial-buffer-choice): Don't mention the `none'
10349 selection, which is against policy.
10350
10351 2011-07-14 Martin Rudalics <rudalics@gmx.at>
10352
10353 * window.el (display-buffer-normalize-special):
10354 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
10355
10356 2011-07-14 Eli Zaretskii <eliz@gnu.org>
10357
10358 * subr.el (version<, version<=, version=): Mention "-CVS" and
10359 "-12345" alpha version numbers.
10360
10361 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
10362
10363 * bindings.el: Add advertised binding for set-mark-command
10364 (Bug#5772).
10365
10366 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
10367
10368 * bindings.el (mode-line-other-buffer):
10369 * bookmark.el (bookmark-bmenu-2-window):
10370 * bs.el (bs-cycle-next, bs-cycle-previous):
10371 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
10372 switch-to-buffer.
10373
10374 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
10375 Delete.
10376
10377 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
10378
10379 * follow.el (follow-debug-message, follow-redisplay):
10380 * jka-cmpr-hook.el (with-auto-compression-mode):
10381 Fix typos in docstrings.
10382
10383 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10384
10385 * subr.el (with-silent-modifications): Clarify somewhat what the
10386 macro inhibits (bug#6525).
10387
10388 * simple.el (eval-expression): Note what it does if called
10389 interactively (bug#6495).
10390
10391 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
10392
10393 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
10394 Use pop-to-buffer buffer-or-name if it is nil.
10395
10396 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10397 Remove switch-to-buffer.
10398
10399 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10400
10401 * files.el (make-directory): Clarify that an error will be raised
10402 if there's an error (bug#6397).
10403
10404 * startup.el (initial-buffer-choice): Add `none' as a choice
10405 (bug#6234).
10406
10407 * subr.el (add-hook): Clarify section about buffer-local hooks
10408 (bug#6218).
10409
10410 * dired.el (dired-flagged): Clarify doc string (bug#6117).
10411
10412 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
10413
10414 * tabify.el (untabify): Preserve the current column so that point
10415 doesn't move (bug#6032).
10416
10417 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10418
10419 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
10420 Rewrite to avoid awkward possessive "s" (bug#5986).
10421
10422 2011-07-13 Glenn Morris <rgm@gnu.org>
10423
10424 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
10425 (dired-insert-directory): Give a message the first time
10426 if ls is found not to support --dired.
10427
10428 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10429
10430 * simple.el (toggle-truncate-lines): Clarify what is toggled
10431 (bug#5580). Text by Drew Adams.
10432
10433 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
10434
10435 * simple.el (blink-matching-open): Make the error message from the
10436 last change less verbose.
10437
10438 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
10439
10440 * font-lock.el (font-lock-comment-face): Use the high contrast
10441 "yellow" color for font-lock-comment-face on low color terminals
10442 using a dark background color (bug#4221).
10443
10444 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10445
10446 * dired.el (dired-insert-set-properties): Make the doc string
10447 reflect what it does now (bug#5325).
10448
10449 * simple.el (blink-matching-open): Say that we were unable to find
10450 the match within the limit, if we're limited (bug#5122).
10451
10452 * international/mule-cmds.el (prefer-coding-system): Add an
10453 example (bug#4869).
10454
10455 * progmodes/etags.el (tags-search): Document `file-list-form'
10456 (bug#4731).
10457
10458 2011-07-13 Lawrence Mitchell <wence@gmx.li>
10459
10460 * net/browse-url.el (browse-url-default-browser)
10461 (browse-url-browser-function): Make the default browser choice a
10462 bit more logical (bug#4300). Also clean up the doc string.
10463
10464 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
10465
10466 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
10467 binary endings (bug#4440).
10468
10469 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10470
10471 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
10472 which can be pretty annoying (bug#8971).
10473
10474 * jka-compr.el (jka-compr-verbose): New variable, and use
10475 throughout (bug#8971).
10476
10477 * info.el (Info-find-file): Fall back on the installation
10478 directory if we can't find the info node anywhere else.
10479
10480 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
10481
10482 * vc/vc.el (vc-revert-file):
10483 Don't set file time-stamp in the past. (Bug#5181)
10484
10485 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10486
10487 * files.el (after-find-file): Give a better error message when
10488 trying to find a symlink that points to a file that doesn't exist
10489 (bug#4398).
10490
10491 * progmodes/cc-vars.el: Remove (probably) misleading comment
10492 (bug#4396).
10493
10494 2011-07-12 Johan BockgĂ¥rd <bojohan@gnu.org>
10495
10496 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
10497
10498 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
10499
10500 * mouse-sel.el: Hack restoring functionality, while keeping
10501 compatibility with 2010-07-03 changes to mouse selection.
10502 (mouse-sel-primary-overlay): New var.
10503 (mouse-sel-selection-alist): Use it.
10504 (mouse-sel-mode): Doc fix; remove points that are default features
10505 of mouse.el.
10506
10507 2011-07-12 Johan BockgĂ¥rd <bojohan@gnu.org>
10508
10509 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10510 Fix previous fix (bug#2490).
10511
10512 2011-07-12 Roland Winkler <winkler@gnu.org>
10513
10514 * textmodes/bibtex.el (bibtex-initialize):
10515 Use pop-to-buffer-same-window.
10516 (bibtex-search-entries): Fix interactive call.
10517
10518 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10519
10520 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10521 Fontise bytecomp Error lines more correctly (bug#2490).
10522 Fix suggested by Johan BockgĂ¥rd.
10523
10524 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
10525
10526 * dired-x.el (dired-guess-default): Use `delete-dups'.
10527
10528 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
10529
10530 * dired.el (dired-mark-prompt):
10531 * dired-aux.el (dired-read-shell-command): Doc fix.
10532
10533 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10534
10535 * mail/sendmail.el (sendmail-query-once):
10536 Use `customize-save-variable' unconditionally, now that it works under
10537 emacs -Q.
10538
10539 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
10540
10541 * cus-edit.el (custom-file): Take an optional no-error variable.
10542 (customize-save-variable): Set the variable, and give a warning if
10543 running under "emacs -q".
10544
10545 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
10546
10547 * loadhist.el (unload-feature-special-hooks):
10548 Add `auto-coding-functions', `fill-nobreak-predicate' and
10549 `find-directory-functions' (bug#5327).
10550
10551 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10552
10553 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
10554
10555 * cus-edit.el (custom-guess-name-alist): -alist variables should
10556 use the `alist' type (bug#3120). Suggested by Drew Adams.
10557
10558 * printing.el: Add documentation to all the `pr-toggle-' commands.
10559
10560 2011-07-11 Leo Liu <sdl.web@gmail.com>
10561
10562 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
10563 backends where it makes sense (bug#2623).
10564
10565 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10566
10567 * dired-x.el (dired-guess-default): Remove duplicate shell command
10568 entries (bug#2028).
10569 (dired-guess-default): Fix grammar in doc string (bug#2028).
10570 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
10571
10572 * subr.el (remove-duplicates): New conveniency function.
10573
10574 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10575
10576 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
10577 (bug#1526).
10578
10579 2011-07-10 Martin Rudalics <rudalics@gmx.at>
10580
10581 * window.el (display-buffer-normalize-default): Don't invert
10582 meaning of even-window-heights. Reported by Eli Zaretskii
10583 <eliz@gnu.org>.
10584
10585 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
10586
10587 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
10588
10589 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
10590
10591 * window.el (display-buffer): Fix arguments to
10592 display-buffer-reuse-window in last change.
10593
10594 * faces.el (link): Use a less saturated blue on light backgrounds.
10595
10596 * startup.el (fancy-startup-text, fancy-about-text)
10597 (fancy-startup-tail): Use font-lock faces, for background safety.
10598
10599 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
10600
10601 * emulation/viper-cmd.el (viper-change-state-to-vi):
10602 Limit triggering of abbrev expansion (Bug#9038).
10603
10604 2011-07-09 Martin Rudalics <rudalics@gmx.at>
10605
10606 * window.el (display-buffer-default-specifiers): Remove.
10607 (display-buffer-macro-specifiers): Remove default specifiers.
10608 (display-buffer-alist): Default to nil.
10609 (display-buffer-reuse-window): New optional argument other-window.
10610 (display-buffer-pop-up-window): Allow splitting internal
10611 windows. Check whether a live window was created.
10612 (display-buffer-other-window-means-other-frame)
10613 (display-buffer-normalize-arguments): Rename to
10614 display-buffer-normalize-argument and rewrite. Set the
10615 other-window specifier.
10616 (display-buffer-normalize-special): New function.
10617 (display-buffer-normalize-options): Rename to
10618 display-buffer-normalize-default and rewrite.
10619 (display-buffer-normalize-options-inhibit): Remove.
10620 (display-buffer-normalize-specifiers): Rewrite.
10621 (display-buffer): Process other-window specifier and call
10622 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
10623 more faithfully.
10624 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
10625 (display-buffer-alist-set): Don't handle 'unset default values.
10626 (display-buffer-in-window, display-buffer-alist-set):
10627 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
10628 <tassilo@member.fsf.org>.
10629
10630 2011-07-09 Leo Liu <sdl.web@gmail.com>
10631
10632 * register.el (insert-register): Restore accidental change on
10633 2011-06-26. (Bug#9028)
10634
10635 2011-07-09 Glenn Morris <rgm@gnu.org>
10636
10637 * subr.el (remq): Handle the empty list. (Bug#9024)
10638
10639 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
10640
10641 * mail/sendmail.el (send-mail-function): No longer delay custom
10642 initialization.
10643 * custom.el (custom-initialize-delay): Doc fix.
10644
10645 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10646
10647 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
10648
10649 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
10650
10651 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
10652 human-friendly prompt.
10653
10654 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10655
10656 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
10657 provided by a particular plugin.
10658
10659 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10660
10661 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
10662 save customizations (with "emacs -Q"), just set the variable
10663 instead of erroring out.
10664
10665 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
10666
10667 2011-07-08 Juri Linkov <juri@jurta.org>
10668
10669 * arc-mode.el (archive-zip-expunge, archive-zip-update)
10670 (archive-zip-update-case): Use 7z if found by `executable-find'.
10671 The order of searching the available programs is the same as in
10672 `archive-zip-extract' (bug#8968).
10673
10674 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
10675
10676 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
10677 (menu-bar-options-menu): Tweak descriptions.
10678
10679 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10680
10681 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
10682 menu items into verb phrases (bug#1421). Also refill to fit under
10683 80 columns.
10684
10685 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
10686
10687 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
10688 (Info-read-node-name): Doc fix (Bug#1084).
10689
10690 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
10691 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
10692 (end-of-sexp, beginning-of-sexp)
10693 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
10694 (forward-symbol, forward-same-syntax, word-at-point)
10695 (sentence-at-point): Doc fix (Bug#1144).
10696
10697 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10698
10699 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
10700 should cover it (bug#1281).
10701
10702 * cus-edit.el (custom-show): Mark as obsolete.
10703
10704 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
10705 negotiation fails, then possibly try again with a non-encrypted
10706 connection (bug#9017).
10707
10708 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
10709 be used.
10710
10711 2011-07-07 Richard Stallman <rms@gnu.org>
10712
10713 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
10714 property, and handle its changed format.
10715 Look for the correct line number.
10716 Use file's line contents (but not past first =) to find
10717 correct line in message.
10718
10719 2011-07-07 Kenichi Handa <handa@m17n.org>
10720
10721 * international/characters.el (build-unicode-category-table):
10722 Delete it.
10723 (unicode-category-table): Set it by unicode-property-table-internal.
10724
10725 * international/mule-cmds.el (char-code-property-alist): Move to
10726 to src/chartab.c.
10727 (get-char-code-property): Call unicode-property-table-internal to
10728 load a file. Call get-unicode-property-internal where necessary.
10729 (put-char-code-property): Call unicode-property-table-internal to
10730 load a file. Call put-unicode-property-internal where necessary.
10731 put-unicode-property-internal where necessary.
10732 (char-code-property-description):
10733 Call unicode-property-table-internal to load a file.
10734
10735 * international/charprop.el:
10736 * international/uni-bidi.el:
10737 * international/uni-category.el:
10738 * international/uni-combining.el:
10739 * international/uni-comment.el:
10740 * international/uni-decimal.el:
10741 * international/uni-decomposition.el:
10742 * international/uni-digit.el:
10743 * international/uni-lowercase.el:
10744 * international/uni-mirrored.el:
10745 * international/uni-name.el:
10746 * international/uni-numeric.el:
10747 * international/uni-old-name.el:
10748 * international/uni-titlecase.el:
10749 * international/uni-uppercase.el: Regenerate.
10750
10751 * loadup.el: Load international/charprop.el before
10752 international/characters.
10753
10754 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
10755
10756 * window.el (next-buffer, previous-buffer): Signal an error if
10757 called from a minibuffer window.
10758
10759 * bindings.el: Revert 2011-07-04 change.
10760
10761 2011-07-06 Richard Stallman <rms@gnu.org>
10762
10763 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
10764 (rmail-mime-insert-bulk, rmail-mime-insert-text):
10765 Treat markers like ints.
10766 (rmail-mime-entity): Doc fix.
10767
10768 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10769
10770 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
10771 defcustom again for backwards compatibility.
10772
10773 * simple.el (shell-command-on-region): Fill.
10774
10775 * dired-aux.el (dired-kill-line): Add a doc string.
10776
10777 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
10778 to "\\sw\\|\\s_" (bug#358).
10779
10780 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
10781 (dired-unmark-backward): Ditto.
10782 (dired-flag-backup-files): Ditto.
10783
10784 * dired-x.el (dired-mark-sexp): Ditto.
10785
10786 2011-07-06 Richard Stallman <rms@gnu.org>
10787
10788 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
10789 (rmail-mime-entity): New arg TRUNCATED.
10790 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
10791 New functions.
10792 (rmail-mime-save): Warn if entity is truncated.
10793 (rmail-mime-toggle-hidden): Likewise, for showing.
10794 (rmail-mime-process-multipart): Record when an entity is truncated.
10795
10796 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
10797 if ENTITY is a string.
10798
10799 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10800
10801 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
10802 of faces when `M-C-x'-ing their definitions (bug#8378).
10803 Also clean up the code slightly.
10804
10805 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
10806 because that makes the colors go away.
10807
10808 * mail/sendmail.el (send-mail-function): Change the default to
10809 `sendmail-query-once'.
10810 (sendmail-query-once): Add an autoload cookie.
10811
10812 * net/network-stream.el (network-stream-open-starttls): Try using
10813 a plain connection even if the server offered STARTTLS, and we
10814 kinda wanted to use it, if Emacs doesn't have any STARTTLS
10815 capability. This should make smtpmail.el work in slightly more
10816 configurations.
10817
10818 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
10819
10820 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
10821 New defun.
10822 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
10823
10824 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
10825
10826 * progmodes/sql.el: Version 3.0
10827 (sql-product-alist): Add product :completion-object,
10828 :completion-column, and :statement attributes.
10829 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
10830 (sql-mode-syntax-table): Mark all punctuation.
10831 (sql-font-lock-keywords-builder): Temporarily remove fallback on
10832 ansi keywords.
10833 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
10834 (sql-mode-oracle-font-lock-keywords): Improve.
10835 (sql-oracle-show-reserved-words): New function for development.
10836 (sql-product-font-lock): Simplify for source code buffers.
10837 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
10838 New functions.
10839 (sql-highlight-product): Set product specific syntax table.
10840 (sql-mode-map): Add statement movement functions.
10841 (sql-ansi-statement-starters, sql-oracle-statement-starters):
10842 New variable.
10843 (sql-statement-regexp, sql-beginning-of-statement)
10844 (sql-end-of-statement, sql-signum): New functions.
10845 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
10846 (sql-show-sqli-buffer): Bug fix.
10847 (sql-interactive-mode): Store connection data as buffer local.
10848 (sql-connect): Add NEW-NAME parameter. Redesign interaction
10849 with sql-interactive-mode.
10850 (sql-save-connection): Save buffer local settings.
10851 (sql-connection-menu-filter): Change menu entry name.
10852 (sql-product-interactive): Bug fix.
10853 (sql-preoutput-hold): New variable.
10854 (sql-interactive-remove-continuation-prompt): Bug fixes.
10855 (sql-debug-redirect): New variable.
10856 (sql-str-literal): New function.
10857 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
10858 Redesign.
10859 (sql-oracle-save-settings, sql-oracle-restore-settings)
10860 (sql-oracle-list-all, sql-oracle-list-table): New functions.
10861 (sql-completion-object, sql-completion-column)
10862 (sql-completion-sqlbuf): New variables.
10863 (sql-build-completions-1, sql-build-completions)
10864 (sql-try-completion): New functions.
10865 (sql-read-table-name): Use them.
10866 (sql-contains-names): New buffer local variable.
10867 (sql-list-all, sql-list-table): Use it.
10868 (sql-oracle-completion-types): New variable.
10869 (sql-oracle-completion-object, sql-sqlite-completion-object)
10870 (sql-postgres-completion-object): New functions.
10871
10872 2011-07-06 Glenn Morris <rgm@gnu.org>
10873
10874 * window.el (pop-to-buffer): Doc fix.
10875
10876 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
10877
10878 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
10879
10880 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
10881
10882 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
10883
10884 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
10885
10886 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
10887
10888 * button.el (button): Inherit from link face. Suggested by Dan
10889 Nicolaescu.
10890
10891 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10892
10893 * progmodes/gdb-mi.el: Fit in 80 columns.
10894 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
10895 switch-to-buffer.
10896
10897 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
10898 if imenu is simply not configured (bug#8941).
10899
10900 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
10901
10902 * allout.el (allout-post-undo-hook): New allout outline-change
10903 event hook to signal undo activity.
10904 (allout-post-command-business): Run allout-post-undo-hook if an
10905 undo just occurred.
10906 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
10907 * allout-widgets.el (allout-widgets-after-undo-function):
10908 Ensure the integrity of the current item's decoration after it has been
10909 in the vicinity of an undo.
10910 (allout-widgets-mode): Include allout-widgets-after-undo-function
10911 on the new allout-post-undo-hook.
10912
10913 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10914
10915 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
10916 Let define-derived-mode define it.
10917 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
10918 cycles of abbrev-table inheritance (bug#8998).
10919
10920 2011-07-05 Roland Winkler <winkler@gnu.org>
10921
10922 * textmodes/bibtex.el: Add support for biblatex.
10923 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
10924 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
10925 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
10926 (bibtex-entry-alist, bibtex-field-alist): New variables.
10927 (bibtex-entry-field-alist): Obsolete alias for
10928 bibtex-BibTeX-entry-alist.
10929 (bibtex-entry-alist, bibtex-field-alist): New widgets.
10930 (bibtex-set-dialect): New command.
10931 (bibtex-entry-type, bibtex-entry-head)
10932 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
10933 Bind via bibtex-set-dialect.
10934 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
10935 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
10936 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
10937 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
10938 Define via bibtex-set-dialect.
10939 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
10940 Obey bibtex-no-opt-remove-re.
10941 (bibtex-vec-push, bibtex-vec-incr): New functions.
10942 (bibtex-format-entry, bibtex-field-list)
10943 (bibtex-print-help-message, bibtex-validate)
10944 (bibtex-search-entries): Use new format of bibtex-entry-alist.
10945
10946 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10947
10948 * progmodes/compile.el (compilation-goto-locus):
10949 * net/tramp-cmds.el (tramp-append-tramp-buffers):
10950 * bs.el (bs-cycle-next, bs-cycle-previous):
10951 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
10952 * bindings.el (mode-line-other-buffer):
10953 * autoinsert.el (auto-insert):
10954 * arc-mode.el (archive-extract):
10955 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
10956
10957 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
10958
10959 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
10960 Fix check of `emacs-lock-unlockable-modes'.
10961 Coerce true values of `emacs-lock--try-unlocking' to t.
10962
10963 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
10964
10965 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
10966 * emacs-lock.el: New file.
10967
10968 2011-07-05 Julien Danjou <julien@danjou.info>
10969
10970 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
10971 than `boundp' to check if face is set.
10972
10973 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
10974
10975 * register.el (registerv-make):
10976 * window.el (window-min-height): Fix typos in docstrings.
10977
10978 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
10979
10980 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
10981 Update doc string.
10982
10983 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
10984
10985 * server.el (server-execute): Catch quit and call
10986 `server-return-error' to pass the error back to emacsclient and
10987 close the connection (bug#8942).
10988
10989 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
10990
10991 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
10992 insecure exception for current topic. Also note that auto-saves
10993 are handled differently.
10994
10995 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
10996 State variables for tracking auto-save inhibition situation.
10997
10998 (allout-write-contents-hook-handler): Rename from
10999 'allout-write-file-hook-handler', and describe how it depends on
11000 write-contents-functions sensitivity to non-nil value to prevent
11001 file write.
11002
11003 (allout-auto-save-hook-handler): Remove. auto-save does not check
11004 this in individual buffers, only in the starting buffer, so this
11005 is not the right way for us to inhibit auto-save in a buffer
11006 according to its condition.
11007
11008 (allout-mode): Use new allout-write-contents-hook-handler, and
11009 only with write-contents-functions. Remove auto-save provisions -
11010 they're implemented elsewhere.
11011
11012 (allout-before-change-handler): If undo is in progress, note that
11013 for attention of allout-post-command-business.
11014
11015 (allout-post-command-business): If the command we're following was
11016 an undo, check for change in the status of encrypted items and
11017 adjust auto-save inhibitions accordingly.
11018
11019 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
11020 according to whether there are or aren't any plain-text topics
11021 pending encryption.
11022
11023 (allout-inhibit-auto-save-info-for-decryption):
11024 Adjust buffer-saved-size and some allout state to inhibit auto-saves
11025 if there are plain-text topics pending encryption.
11026
11027 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
11028 buffer-saved-size and some allout state to not inhibit auto-saves
11029 if there are no longer any plain-text topics pending encryption.
11030
11031 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
11032 No longer provide for exemption of the current topic.
11033
11034 2011-07-04 Juri Linkov <juri@jurta.org>
11035
11036 Add 7z operations to delete and save changed members (bug#8968).
11037 * arc-mode.el (archive-7z-expunge, archive-7z-update):
11038 New defcustoms.
11039 (archive-7z-write-file-member): New function.
11040 (archive-7z-summarize): Fix the number of dashes in the
11041 listing output.
11042
11043 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11044
11045 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
11046 (bug#8958).
11047
11048 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
11049
11050 * bindings.el: Ignore next-buffer and previous-buffer in
11051 minibuffer-local-map.
11052
11053 * font-lock.el (font-lock-builtin-face): Change light background
11054 color to dark slate blue (Bug#6693).
11055
11056 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
11057
11058 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
11059
11060 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11061
11062 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
11063 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11064 Add switch-to-buffer.
11065
11066 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11067
11068 * isearch.el (isearch-search-fun-function): Clarify further the
11069 meaning of the function returned.
11070
11071 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
11072
11073 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
11074
11075 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
11076 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
11077 Use it.
11078 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
11079 `tramp-default-remote-path' does not exist.
11080 (tramp-send-command-and-read): New optional argument NOERROR.
11081 (tramp-open-connection-setup-interactive-shell)
11082 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
11083 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
11084 (tramp-process-sentinel): Flush also process' connection property.
11085 (tramp-sh-handle-start-file-process): Do not set process
11086 sentinel. It is done now ...
11087 (tramp-maybe-open-connection): ... here. (Bug#8929)
11088
11089 2011-07-04 MON KEY <monkey@sandpframing.com>
11090
11091 * play/animate.el (animate-string): Doc fixes and allow changing
11092 the buffer name (bug#5417).
11093
11094 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11095
11096 * play/animate.el (animation-buffer-name): Rename from *animate*.
11097
11098 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
11099
11100 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
11101 This is simpler and helps future-proof the code.
11102 (timer-until): Use time-subtract and float-time.
11103 (timer--time-less-p): Use time-less-p.
11104
11105 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
11106
11107 * type-break.el (timep): Use the value of `float-time' to avoid a
11108 byte-compiler warning.
11109
11110 * server.el (server-eval-and-print): Return any result, even nil.
11111
11112 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
11113
11114 * type-break.el: Accept time formats that the builtins accept.
11115 (timep, type-break-time-difference): Accept any format that
11116 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
11117 This is simpler and helps future-proof the code.
11118 (type-break-time-difference): Round rather than ignoring
11119 subseconds components.
11120
11121 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11122
11123 * info.el (Info-apropos-matches): Make non-interactive, since it
11124 doesn't seem to do anything useful as a command (bug#8829).
11125
11126 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
11127
11128 * frame.el (frame-background-mode, frame-set-background-mode):
11129 Move from faces.el.
11130 (frame-default-terminal-background): New function.
11131
11132 * custom.el (custom-push-theme): Don't record faces in `changed'
11133 theme; this doesn't work correctly for per-frame face settings.
11134 (disable-theme): Use face-set-after-frame-default to reset faces.
11135 (custom--frame-color-default): New function.
11136
11137 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11138
11139 * dired.el (dired-flagging-regexp): Remove unused variable
11140 (bug#8769).
11141
11142 2011-03-29 Kevin Ryde <user42@zip.com.au>
11143
11144 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11145 `perl-Test2' extend to match possible "fail #N" rep count
11146 (bug#8377).
11147
11148 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11149
11150 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
11151 `smtpmail-via-smtp' now returns the error instead of nil.
11152
11153 * isearch.el (isearch-search-fun-function): Clarify the doc string
11154 (bug#8101).
11155
11156 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
11157
11158 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
11159 unnecessary spaces (bug#8987).
11160
11161 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11162
11163 * net/network-stream.el (open-network-stream): Use the
11164 :end-of-capability command thoughout.
11165
11166 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11167
11168 * net/network-stream.el (open-network-stream): Add the
11169 :end-of-capability command parameter, used by pop3.el.
11170
11171 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11172
11173 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
11174
11175 * fringe.el (fringe-query-style): Remove redundant text " (type ?
11176 for list)" (bug#6475).
11177
11178 * files.el (file-expand-wildcards): Ignore non-readable
11179 sub-directories while trying to find matches instead of signaling
11180 an error (bug#6297).
11181
11182 * man.el (Man-reference-regexp): Allow matching possible
11183 word-wrapped references (bug#6289).
11184
11185 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
11186 for consistency with the other vc buffers (bug#6197).
11187 (vc-checkin): Ditto.
11188
11189 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
11190
11191 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
11192
11193 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11194
11195 * custom.el (defcustom): Clarify that :set is only used in the
11196 Customize user interface (bug#6089).
11197
11198 * progmodes/flymake.el (flymake-mode): If the buffer isn't
11199 associated with a file, refuse to run instead of erroring out
11200 (bug#6084).
11201
11202 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
11203 the doc string, since it appears that using `fill-column' always
11204 controls the width (bug#7845).
11205
11206 * simple.el (shell-command-on-region): Say where the error output
11207 went if `shell-command-default-error-buffer' is set (bug#6857).
11208
11209 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
11210
11211 * allout.el (allout-yank-processing): Adjust cursor position for
11212 backwards-deleted space.
11213
11214 (allout-rebullet-heading): Register changes with
11215 allout-exposure-changed-hook, so the modified topic is properly
11216 decorated.
11217
11218 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11219
11220 * minibuffer.el (completion-in-region): Document PREDICATE
11221 (bug#7136).
11222
11223 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
11224 of keyword/argument pairs (bug#6904).
11225
11226 * replace.el (multi-occur):
11227 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
11228
11229 2011-07-02 Drew Adams <drew.adams@oracle.com>
11230
11231 * dired.el (dired-mark-if): Make the message about whether it's
11232 marking or unmarking clearer (bug#8523).
11233
11234 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11235
11236 * disp-table.el (display-table-print-array): New function.
11237 (describe-display-table): Use it to print the vectors more pretty
11238 (Bug#8859).
11239
11240 2011-07-02 Martin Rudalics <rudalics@gmx.at>
11241
11242 * window.el (window-state-get-1): Don't assign clone numbers.
11243 Add clone-of item to list of window parameters.
11244 (window-state-put-2): Don't process clone numbers.
11245 (display-buffer-alist): Fix doc-string.
11246
11247 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11248
11249 * subr.el (remq): Don't allocate if it's not needed.
11250 (keymap--menu-item-binding, keymap--menu-item-with-binding)
11251 (keymap--merge-bindings): New functions.
11252 (keymap-canonicalize): Use them to refine the canonicalization.
11253 * minibuffer.el (minibuffer-local-completion-map)
11254 (minibuffer-local-must-match-map): Move initialization from C.
11255 (minibuffer-local-filename-completion-map): Move initialization from C;
11256 don't inherit from anything here.
11257 (minibuffer-local-filename-must-match-map): Make obsolete.
11258 (completing-read-default): Use make-composed-keymap to combine
11259 minibuffer-local-filename-completion-map with either
11260 minibuffer-local-must-match-map or
11261 minibuffer-local-filename-completion-map.
11262
11263 2011-07-01 Glenn Morris <rgm@gnu.org>
11264
11265 * type-break.el (type-break-time-sum): Use dolist.
11266
11267 * textmodes/flyspell.el (flyspell-word-search-backward):
11268 Replace CL function.
11269
11270 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11271
11272 * mouse.el (mouse--strip-first-event): New function.
11273 (function-key-map): Use it to map fringe clicks to normal clicks
11274 by default.
11275
11276 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
11277 (vc-bzr-revision-completion-table): Add support for annotate and date.
11278
11279 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
11280 inherit from parent.
11281
11282 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11283
11284 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
11285 (dired-show-file-type): Doc fixup (bug#8818).
11286
11287 * dired.el (dired-mode): Fix up the doc string as suggested by
11288 Drew Adams (bug#8817).
11289
11290 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
11291 cookie, since the manual says that it should be possible to add
11292 this function to `find-file-hook' (bug#8709).
11293
11294 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
11295
11296 * progmodes/cfengine.el: Moved all cfengine3.el functionality
11297 here. Noted Ted Zlatanov as the maintainer.
11298 (cfengine-common-settings, cfengine-common-syntax): New functions
11299 to set up common things between `cfengine-mode' and
11300 `cfengine3-mode'.
11301 (cfengine3-mode): New mode.
11302 (cfengine3-defuns cfengine3-defuns-regex
11303 (cfengine3-class-selector-regex cfengine3-category-regex)
11304 (cfengine3-vartypes cfengine3-font-lock-keywords)
11305 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
11306 (cfengine3-indent-line): Add from cfengine3.el.
11307
11308 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
11309
11310 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
11311
11312 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
11313
11314 2011-07-01 Martin Rudalics <rudalics@gmx.at>
11315
11316 * window.el (same-window-buffer-names, same-window-regexps)
11317 (same-window-p, special-display-frame-alist)
11318 (special-display-popup-frame, special-display-function)
11319 (special-display-buffer-names, special-display-regexps)
11320 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
11321 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
11322 (split-window-preferred-function, split-height-threshold)
11323 (split-width-threshold, even-window-heights)
11324 (display-buffer-mark-dedicated, window-splittable-p)
11325 (split-window-sensibly, window-safely-shrinkable-p):
11326 Un-obsolete.
11327 (display-buffer): Don't spread args with function specifier
11328 because special-display-popup-frame won't like it.
11329
11330 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
11331
11332 Time-stamp simplifications and fixes.
11333 These improve accuracy slightly, and future-proof the code
11334 against some potential changes to current-time format.
11335
11336 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
11337 by using time-since and float-time.
11338
11339 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
11340 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
11341 + NNN microseconds".
11342
11343 * type-break.el (type-break-time-sum): Rewrite using time-add.
11344
11345 * play/hanoi.el (hanoi-current-time-float): Remove.
11346 All uses replaced by float-time.
11347
11348 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
11349 This yields a more-accurate answer.
11350 (rng-time-to-float): Remove; no longer needed.
11351
11352 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
11353
11354 * calendar/timeclock.el (timeclock-seconds-to-time):
11355 Defalias to seconds-to-time, since they're the same thing.
11356
11357 * emacs-lisp/elp.el (elp-elapsed-time):
11358 * emacs-lisp/benchmark.el (benchmark-elapse):
11359 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
11360
11361 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11362
11363 * window.el (bury-buffer): Don't iconify the only frame.
11364 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
11365 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
11366
11367 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
11368
11369 * eshell/em-smart.el (eshell-smart-display-navigate-list):
11370 Add mouse-yank-primary.
11371
11372 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
11373
11374 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
11375
11376 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11377
11378 * emacs-lisp/find-func.el (find-library--load-name): New fun.
11379 (find-library-name): Use it to find relative load names when provided
11380 absolute file name (bug#8803).
11381
11382 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11383
11384 * textmodes/flyspell.el (flyspell-word): Consider words that
11385 differ only in case as potential doublons (bug#5687).
11386
11387 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
11388 Remove two rather uninteresting debugging-like messages to make
11389 debbugs.el more silent.
11390
11391 * comint.el (comint-password-prompt-regexp): Accept "Response" as
11392 a password-like phrase.
11393
11394 2011-06-30 Masatake YAMATO <yamato@redhat.com>
11395
11396 * progmodes/cc-guess.el: New file.
11397
11398 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
11399
11400 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
11401 derived from `c-basic-common-init'.
11402
11403 * progmodes/cc-mode.el (top-level): Require cc-guess.
11404 (c-basic-common-init): Use `cc-choose-style-for-mode'.
11405
11406 2011-06-30 Lawrence Mitchell <wence@gmx.li>
11407
11408 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
11409
11410 2011-06-30 Alan Mackenzie <acm@muc.de>
11411
11412 * progmodes/cc-engine.el (c-guess-continued-construct):
11413 Correct the handling of template-args-cont, particularly for when font
11414 lock is disabled. Name this case as "CASE G".
11415
11416 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
11417
11418 * allout.el (allout-yank-processing): Fix injection of extra space
11419 between bullet and non-whitespace character in first topic when
11420 pasting, ensuring that the actual spacing in the pasted topic
11421 following the bullet char is preserved. This extra space was
11422 causing pasted encrypted topics to get a decrypted status even
11423 when the content was actually still encrypted. Now the decryption
11424 status from before the paste is preserved.
11425
11426 (allout-flag-region): Set all allout overlays so they evaporate
11427 when reduced to zero length (evanescent), to prevent overlay
11428 leakage.
11429
11430 2011-06-30 Glenn Morris <rgm@gnu.org>
11431
11432 * w32-fns.el (w32-charset-info-alist): Declare.
11433
11434 * find-dired.el (find-grep-options): Simplify.
11435
11436 * term/ns-win.el (ns-set-resource): Declare.
11437
11438 * ses.el (row, col): Declare dynamic variables honestly.
11439
11440 * textmodes/reftex-parse.el (index-tags): Declare.
11441
11442 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
11443
11444 * cus-edit.el (customize-push-and-save): New function.
11445
11446 * files.el (hack-local-variables-confirm): Use it.
11447
11448 * custom.el (load-theme): New arg NO-CONFIRM.
11449 Use customize-push-and-save (Bug#8720).
11450 (custom-enabled-themes): Doc fix.
11451
11452 * cus-theme.el (customize-create-theme)
11453 (custom-theme-merge-theme): Callers to load-theme changed.
11454
11455 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11456
11457 * thingatpt.el (thing-at-point-short-url-regexp): Require that
11458 short URLs have at least one dot in them (bug #7614).
11459
11460 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
11461 nil, because using a pty is apparently too slow (bug #895).
11462
11463 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11464
11465 * mail/sendmail.el (sendmail-query-once): New function.
11466 (sendmail-query-once-function): New variable.
11467
11468 2011-06-29 Glenn Morris <rgm@gnu.org>
11469
11470 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
11471
11472 * ses.el (top-level): Require cl when compiling.
11473 (ses-set-localvars): Fix error statement.
11474 Call it at compile time to silence a storm of warnings.
11475
11476 2011-06-29 Martin Rudalics <rudalics@gmx.at>
11477
11478 * window.el (normalize-live-buffer): Rename to
11479 window-normalize-buffer.
11480 (normalize-live-frame): Rename to window-normalize-frame.
11481 (normalize-any-window): Rename to window-normalize-any-window.
11482 (normalize-live-window): Rename to window-normalize-live-window.
11483 (make-window-atom): Rename to window-make-atom.
11484 (window-resize-reset): Rename to window--resize-reset.
11485 (window-resize-reset-1): Rename to window--resize-reset-1.
11486 (resize-mini-window): Rename to window--resize-mini-window.
11487 (resize-subwindows-skip-p): Rename to
11488 window--resize-subwindows-skip-p.
11489 (resize-subwindows-normal): Rename to
11490 window--resize-subwindows-normal.
11491 (resize-subwindows): Rename to window--resize-subwindows.
11492 (resize-other-windows): Rename to window--resize-siblings.
11493 (resize-this-window): Rename to window--resize-this-window.
11494 (resize-root-window): Rename to window--resize-root-window.
11495 (resize-root-window-vertically): Rename to
11496 window--resize-root-window-vertically.
11497 (normalize-buffer-to-display): Rename to
11498 window-normalize-buffer-to-display.
11499 (normalize-buffer-to-switch-to): Rename to
11500 window-normalize-buffer-to-switch-to.
11501 Correspondingly update all callers of the functions listed
11502 above.
11503 (display-buffer-alist, display-buffer-normalize-arguments)
11504 (display-buffer-normalize-options, display-buffer)
11505 (display-buffer-alist-set): Use "function" instead of
11506 "fun-with-args".
11507
11508 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
11509
11510 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
11511 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
11512 debbugs.gnu.org. Mention acknowledgment email.
11513
11514 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
11515
11516 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
11517 buffer multibyteness, since it shouldn't matter.
11518
11519 2011-06-28 Martin Rudalics <rudalics@gmx.at>
11520
11521 * window.el (display-buffer-in-side-window): Handle dedicated
11522 windows as in display-buffer-reuse-window.
11523 (display-buffer-normalize-alist): Use value of override
11524 specifier.
11525 (display-buffer-normalize-specifiers): Use value of
11526 other-window-means-other-frame specifier.
11527 (display-buffer-alist): Rewrite some texts in widgets.
11528 (display-buffer): Spread arguments when calling function
11529 specified by fun-with-args.
11530
11531 2011-06-28 Deniz Dogan <deniz@dogan.se>
11532
11533 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11534 Unnest `let'.
11535
11536 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
11537 selectors (Bug#5732).
11538 (css-proprietary-nmstart-re): Use `regexp-opt'.
11539
11540 2011-06-27 Jari Aalto <jari.aalto@cante.net>
11541
11542 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
11543 (eshell-ls-date-format): New defcustom.
11544 (eshell-ls-file): Use it.
11545
11546 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11547
11548 * help-fns.el (describe-variable): Fix message for terminal-local vars.
11549
11550 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
11551
11552 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
11553 (ange-ftp-make-tmp-name): New arg.
11554 (ange-ftp-file-local-copy): Use it.
11555
11556 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
11557
11558 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
11559 no-conversion (Bug#8870).
11560
11561 2011-06-27 Martin Rudalics <rudalics@gmx.at>
11562
11563 * window.el (window-right, window-left, window-child)
11564 (window-child-count, window-last-child)
11565 (window-iso-combination-p, walk-window-tree-1)
11566 (window-atom-check-1, window-tree-1, delete-window)
11567 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
11568 new naming conventions - window-vchild, window-hchild,
11569 window-next and window-prev are now called window-top-child,
11570 window-left-child, window-next-sibling and window-prev-sibling
11571 respectively.
11572 (resize-window-reset): Rename to window-resize-reset.
11573 (resize-window-reset-1): Rename to window-resize-reset-1.
11574 (resize-window): Rename to window-resize.
11575 (window-min-height, window-min-width)
11576 (resize-mini-window, resize-this-window, resize-root-window)
11577 (resize-root-window-vertically, adjust-window-trailing-edge)
11578 (enlarge-window, shrink-window, maximize-window)
11579 (minimize-window, delete-window, quit-restore-window)
11580 (split-window, balance-windows, balance-windows-area-adjust)
11581 (balance-windows-area, window-state-put-2)
11582 (display-buffer-even-window-sizes, display-buffer-set-height)
11583 (display-buffer-set-width, set-window-text-height)
11584 (fit-window-to-buffer): Rename all "resize-window" prefixed
11585 calls to use the "window-resize" prefix convention.
11586 (display-buffer-alist): Fix symbol for label specifier.
11587 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
11588 corresponding specifier.
11589 Reported by Juanma Barranquero <lekktu@gmail.com>.
11590
11591 2011-06-27 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
11592
11593 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
11594 convention.
11595 (ses-call-printer): Does not pass an empty string to formatter when the
11596 cell is empty to keep from barking printer Calc math-format-value.
11597
11598 2011-06-27 Richard Stallman <rms@gnu.org>
11599
11600 * battery.el (battery-mode-line-limit): New variable.
11601 (battery-update): Handle it.
11602
11603 * mail/rmailmm.el (rmail-mime-process-multipart):
11604 Handle truncated messages.
11605
11606 2011-06-27 Glenn Morris <rgm@gnu.org>
11607
11608 * progmodes/flymake.el (flymake-err-line-patterns):
11609 Allow for column numbers in the ant/javac pattern. (Bug#8866)
11610
11611 2011-06-27 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
11612
11613 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
11614 (ses--clean-!, ses--clean-_): New functions.
11615 (ses-range): Add configurability of readout order, and conversion
11616 to Calc vector.
11617
11618 * ses.el (ses-repair-cell-reference-all): New function.
11619 (ses-cell-symbol): Set macro as safe, so that it can be used in
11620 formulas.
11621
11622 * ses.el: Update cycle detection algorithm.
11623 (ses-localvars): Add ses--Dijkstra-attempt-nb and
11624 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
11625 (ses-set-localvars): New function.
11626 (ses-make-cell): Add property-list as a cell element.
11627 (ses-cell-property-get-fun, ses-cell-property-get)
11628 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
11629 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
11630 New functions.
11631 (ses-cell-property-set, ses-cell-property-pop)
11632 (ses-cell-property-get-handle): New macro.
11633 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
11634 New aliases, used for code readability.
11635 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
11636 cycle detection.
11637 (ses-self-reference-early-detection): New defcustom.
11638 (ses-formula-references): Robustify against self-referring cells.
11639 (ses-mode): Use ses-set-localvars.
11640 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
11641 before lauching the update processing.
11642 (ses-initialize-Dijkstra-attempt): New function.
11643 (ses-recalculate-cell): Update for cycle detection based on
11644 Dijkstra algorithm.
11645
11646 * ses.el: Fix commenting and indenting convention.
11647
11648 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11649
11650 * bs.el (bs-cycle-next): Complete last change.
11651
11652 2011-06-27 Drew Adams <drew.adams@oracle.com>
11653
11654 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
11655
11656 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11657
11658 * net/network-stream.el (network-stream-open-starttls):
11659 Don't re-get capabilities unless we've reestablished connection.
11660 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
11661
11662 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
11663 to binary to possibly avoid line encoding issues on Windows (among
11664 other things).
11665
11666 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11667
11668 * net/network-stream.el (open-network-stream): Return an :error
11669 saying what the problem was, if possible.
11670
11671 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
11672 server.
11673
11674 * net/network-stream.el (network-stream-open-starttls): If we
11675 wanted to use STARTTLS, and the server offered it, but we weren't
11676 able to because we had no STARTTLS support, then close the connection.
11677 (open-network-stream): Return an :error element, if present.
11678
11679 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
11680
11681 * hl-line.el (hl-line-sticky-flag): Doc fix.
11682 (global-hl-line-sticky-flag): New option (Bug#8323).
11683 (global-hl-line-highlight): Obey it.
11684
11685 * vc/vc.el (vc-revert-show-diff): Default to t.
11686
11687 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
11688
11689 * allout-widgets.el (allout-widgets-post-command-business):
11690 Stop decorating intermediate isearch matches. They're not being
11691 undecorated when an isearch is continued past, and isearch
11692 automatically collapses them. This leads to "widget leaks", where
11693 decorated items accumulate in collapsed areas. Lines with lots of
11694 hidden widgets can slow down cursor travel, substantially.
11695 Too much complicated machinery would be needed to ensure undecoration,
11696 so we're doing without this nicety.
11697
11698 (allout-widgets-tally-string): Don't try to do a hash-table-count
11699 of allout-widgets-tally when it's nil. This eliminates spurious "Error
11700 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
11701 *Messages* when allout-widgets-maintain-tally is t.
11702
11703 2011-06-26 Martin Rudalics <rudalics@gmx.at>
11704
11705 * window.el (display-buffer-normalize-argument): Rename to
11706 display-buffer-normalize-arguments. Handle special meaning of
11707 LABEL argument. Respect special-display-function when popping up
11708 a new frame. Fix code searching for a window showing the buffer
11709 on another frame.
11710 (display-buffer-normalize-specifiers):
11711 Call display-buffer-normalize-arguments.
11712 (display-buffer-in-window): Don't undedicate the window if its
11713 buffer remains the same.
11714 Reported by Drew Adams <drew.adams@oracle.com>.
11715 (display-buffer-alist): Add choice for same-window macro
11716 specfier.
11717 (display-buffer): Mention special meaning of LABEL argument in
11718 doc-string. Fix quoting. Don't pop up a new frame even as
11719 fallback.
11720
11721 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
11722
11723 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
11724 avoid deleting the current window in some cases (bug#8911).
11725
11726 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
11727
11728 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
11729 (Bug#8934)
11730
11731 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11732
11733 * net/network-stream.el (network-stream-open-starttls):
11734 Use built-in TLS support if `gnutls-available-p' is true.
11735 (network-stream-open-tls): Ditto.
11736
11737 2011-06-26 Leo Liu <sdl.web@gmail.com>
11738
11739 * register.el (registerv): New struct.
11740 (registerv-make): New function.
11741 (jump-to-register, describe-register-1, insert-register):
11742 Support the jump-func, print-func and insert-func slot of a registerv
11743 struct. (Bug#8415)
11744
11745 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
11746
11747 * vc/vc.el (vc-revert-show-diff): New defcustom.
11748 (vc-diff-internal): New arg specifying diff buffer.
11749 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
11750 reuse an existing *vc-diff* buffer (Bug#8927).
11751
11752 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
11753
11754 2011-06-26 Glenn Morris <rgm@gnu.org>
11755
11756 * progmodes/f90.el (f90-critical-indent): New option.
11757 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
11758 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
11759 (f90-mode): Doc fix.
11760 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
11761 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
11762 (f90-beginning-of-block, f90-next-block, f90-indent-region)
11763 (f90-match-end): Handle block, critical.
11764
11765 2011-06-25 Glenn Morris <rgm@gnu.org>
11766
11767 * calendar/diary-lib.el (diary-included-files): Doc fix.
11768 (diary-include-files): New function, extracted from
11769 diary-include-other-diary-files and diary-mark-included-diary-files.
11770 (diary-include-other-diary-files, diary-mark-included-diary-files):
11771 Just call diary-include-files.
11772 (diary-mark-entries): Reset diary-included-files on first call.
11773
11774 * calendar/diary-lib.el (diary-mark-entries)
11775 (diary-mark-included-diary-files):
11776 Visit included diary-files in temp buffers.
11777
11778 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
11779 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
11780 (f90-start-block-re, f90-imenu-generic-expression)
11781 (f90-looking-at-program-block-start, f90-no-block-limit):
11782 Add support for submodules.
11783
11784 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
11785 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
11786
11787 2011-06-25 Eli Zaretskii <eliz@gnu.org>
11788
11789 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
11790 buffer-file-type before setting its value, to avoid disastrous
11791 global effects on decoding files for DOS/Windows systems. (Bug#8780)
11792
11793 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
11794
11795 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
11796
11797 * ses.el (ses-unload-function):
11798 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
11799
11800 * proced.el (proced-unload-function):
11801 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
11802
11803 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
11804
11805 * server.el (server-create-window-system-frame): Add parameters arg.
11806 (server-process-filter): Doc fix. Handle frame-parameters.
11807
11808 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
11809
11810 Fix bug#8730, bug#8781.
11811
11812 * loadhist.el (unload--set-major-mode): New function.
11813 (unload-feature): Use it.
11814
11815 * progmodes/python.el (python-after-info-look): Add autoload cookie.
11816 (python-unload-function): New function.
11817
11818 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11819
11820 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
11821
11822 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
11823
11824 * net/browse-url.el (browse-url-firefox-program): Add icecat to
11825 the candidates list.
11826
11827 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
11828
11829 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
11830
11831 2011-06-23 Richard Stallman <rms@gnu.org>
11832
11833 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
11834 (rmail-variables): Set next-error-move-function.
11835 (rmail-what-message): Take argument POS.
11836 (rmail-next-error-move): New function.
11837
11838 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
11839
11840 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
11841 messages for adjacent non-terminals.
11842
11843 2011-06-23 Richard Stallman <rms@gnu.org>
11844
11845 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
11846 (rmail-show-message-1): Preserve buffer modified flag.
11847 (rmail-start-mail): Don't specify use of rmail-mail-return;
11848 that's done by mail-bury now.
11849 (rmail-mail-return): Handle arg NEWBUF.
11850
11851 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
11852
11853 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
11854 SIZE is a number.
11855
11856 2011-06-23 Martin Rudalics <rudalics@gmx.at>
11857
11858 * window.el (get-lru-window, get-mru-window)
11859 (get-largest-window): Never return a minibuffer window.
11860 (display-buffer-pop-up-window): Fix a bug that could lead to
11861 reusing the minibuffer window.
11862 (display-buffer): Pass original specifier argument to
11863 display-buffer-function instead of the normalized one.
11864 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
11865
11866 2011-06-22 Leo Liu <sdl.web@gmail.com>
11867
11868 * minibuffer.el (completing-read-function)
11869 (completing-read-default): Move from minibuf.c
11870
11871 2011-06-22 Richard Stallman <rms@gnu.org>
11872
11873 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
11874 to Rmail even if not started by a special Rmail command.
11875
11876 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
11877 Copy the buffer currently showing just one message.
11878
11879 2011-06-22 Roland Winkler <winkler@gnu.org>
11880
11881 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
11882 (bibtex-clean-entry): First delete the old key so that a
11883 customized algorithm for generating the new key does not get
11884 confused by the old key.
11885 (bibtex-url): Obey regexp of first step.
11886 (bibtex-search-entries): Do not use add-to-list with local
11887 list-var.
11888
11889 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11890
11891 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
11892 stored a user name, then query for the password first, instead of
11893 waiting for SMTP to give an error message and the trying again.
11894
11895 2011-06-22 Lawrence Mitchell <wence@gmx.li>
11896
11897 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
11898 BUFFER in call-process.
11899
11900 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11901
11902 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
11903 QUIT twice.
11904 (smtpmail-try-auth-methods): Require user name and password from
11905 auth-source.
11906
11907 2011-06-22 Martin Rudalics <rudalics@gmx.at>
11908
11909 * window.el (display-buffer-default-specifiers)
11910 (display-buffer-alist): Remove entries for pop-up-frame-alist.
11911 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
11912 (split-window): Normalize SIDE argument (Bug#8916).
11913
11914 * frame.el (pop-up-frame-alist, pop-up-frame-function)
11915 (special-display-frame-alist, special-display-popup-frame):
11916 Remove duplicate declarations. These are now in window.el.
11917
11918 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11919
11920 * mail/smtpmail.el (smtpmail-via-smtp):
11921 Set :use-starttls-if-possible so that we always use STARTTLS if the
11922 server supports it. SMTP servers that support STARTTLS commonly
11923 require it.
11924
11925 * net/network-stream.el (network-stream-open-starttls): Support
11926 upgrading to STARTTLS always, even if we don't have built-in support.
11927 (open-network-stream): Add the :always-query-capabilities keyword.
11928
11929 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
11930 upgrades with `open-network-stream', and rely solely on
11931 auth-source for all credentials. Big changes throughout the file,
11932 but in particular:
11933 (smtpmail-auth-credentials): Remove.
11934 (smtpmail-starttls-credentials): Remove.
11935 (smtpmail-via-smtp): Check for servers saying they want AUTH after
11936 MAIL FROM, too.
11937
11938 * net/network-stream.el (network-stream-open-starttls):
11939 Provide support for client certificates both for external and built-in
11940 STARTTLS.
11941 (auth-source): Require.
11942 (open-network-stream): Document the :client-certificate keyword.
11943 (network-stream-certificate): Change cert-cert to cert and
11944 cert-key to key.
11945
11946 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
11947
11948 * net/tramp-cache.el (top): Don't load the persistency file when
11949 "emacs -Q" has been called.
11950
11951 2011-06-21 Tim Harper <timcharper@gmail.com>
11952
11953 * term/ns-win.el (ns-initialize-window-system):
11954 Set application-specific `ApplePressAndHoldEnabled' system
11955 resource to NO as it is not yet supported by the NS port.
11956
11957 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
11958
11959 * misc.el (list-dynamic-libraries--refresh): Compute header here...
11960 (list-dynamic-libraries): ...not here.
11961
11962 2011-06-21 Leo Liu <sdl.web@gmail.com>
11963
11964 * subr.el (sha1): Implement sha1 using secure-hash.
11965
11966 2011-06-21 Martin Rudalics <rudalics@gmx.at>
11967
11968 * window.el (display-buffer-alist): In default value do not
11969 enforce searching a window on any but the selected frame.
11970 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
11971 (display-buffer-select-window): Remove function.
11972 (display-buffer-in-window): When a window on another frame gets
11973 reused, do not select it any more but just raise its frame if
11974 necessary (Bug#8851) and (Bug#8856).
11975 (display-buffer-normalize-options): Handle pop-up-frames related
11976 options more faithfully.
11977 (pop-to-buffer): Don't rely on `display-buffer' selecting the
11978 window if it is on another frame.
11979 (display-buffer-alist, display-buffer-default-specifiers):
11980 Don't make new frame unsplittable by default.
11981 (display-buffer-normalize-argument): Fix doc-string typo and use
11982 'same-frame-other-window instead of 'other-window when associating
11983 with display-buffer-macro-specifiers.
11984
11985 2011-06-21 Vincent BelaĂ¯che <vincent.b.1@hotmail.fr>
11986
11987 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
11988 New functions.
11989 (5x5-mode-map, 5x5-mode-menu): Bind them.
11990 (5x5-draw-grid): Tweak the solver's rendering.
11991
11992 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11993
11994 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
11995 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
11996
11997 2011-06-21 Drew Adams <drew.adams@oracle.com>
11998
11999 * menu-bar.el: Use function variable instead of switch-to-buffer.
12000 (menu-bar-select-buffer-function): New variable.
12001 (menu-bar-update-buffers): Use it (bug#8876).
12002
12003 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12004
12005 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
12006 variable's status.
12007
12008 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
12009
12010 * x-dnd.el (x-dnd-version-from-flags)
12011 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
12012 and long as number (Bug#8899).
12013 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
12014
12015 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12016
12017 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
12018 (completion-try-completion, completion-all-completions): Compute the
12019 metadata argument if it's missing; make it optional (bug#8795).
12020
12021 * wid-edit.el: Use lex-bind and move towards completion-at-point.
12022 (widget-complete): Use new :completion-function property.
12023 (widget-completions-at-point): New function.
12024 (default): Use :completion-function instead of :complete.
12025 (widget-default-completions): Rename from widget-default-complete;
12026 Rewrite.
12027 (widget-string-complete, widget-file-complete, widget-color-complete):
12028 Remove functions.
12029 (file, symbol, function, variable, coding-system, color):
12030 * international/mule-cmds.el (default-input-method, charset)
12031 (language-info-custom-alist):
12032 * cus-edit.el (face): Use new property :completions.
12033
12034 * progmodes/pascal.el (pascal-completions-at-point): New function.
12035 (pascal-mode): Use it.
12036 (pascal-mode-map): Use completion-at-point.
12037 (pascal-toggle-completions): Make obsolete.
12038 (pascal-complete-word, pascal-show-completions):
12039 * progmodes/octave-mod.el (octave-complete-symbol):
12040 Redefine as obsolete alias.
12041 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
12042 Signal absence of completion info for old Octave,
12043 (inferior-octave-complete): Redefine as obsolete alias.
12044 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
12045 (meta-completions-at-point): Rename from meta-complete-symbol and
12046 adapt it for use on completion-at-point-functions.
12047 (meta-common-mode): Use it.
12048 (meta-looking-at-backward, meta-match-buffer): Remove.
12049 (meta-complete-symbol): Redefine as obsolete alias.
12050 (meta-common-mode-map): Use completion-at-point.
12051 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
12052 (makefile-mode-map): Use completion-at-point.
12053 (makefile-completions-at-point): Rename from makefile-complete and
12054 adapt it for use on completion-at-point-functions.
12055 (makefile-mode): Use it.
12056 (makefile-complete): Redefine as obsolete alias.
12057
12058 2011-06-20 Deniz Dogan <deniz@dogan.se>
12059
12060 * net/rcirc.el: Delete trailing whitespaces once and for all.
12061
12062 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
12063
12064 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
12065
12066 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
12067
12068 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
12069
12070 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
12071
12072 2011-06-19 Martin Rudalics <rudalics@gmx.at>
12073
12074 * window.el (display-buffer-other-window-means-other-frame):
12075 Call display-buffer-normalize-alist.
12076 (display-buffer-normalize-specifiers-1): Rename to
12077 display-buffer-normalize-argument. New argument other-frame.
12078 Rewrite.
12079 (display-buffer-normalize-specifiers-2): Rename to
12080 display-buffer-normalize-options.
12081 (display-buffer-normalize-alist-1): New function.
12082 (display-buffer-normalize-specifiers-3): Rename to
12083 display-buffer-normalize-alist.
12084 Call display-buffer-normalize-alist-1.
12085 (display-buffer-normalize-options-inhibit): New variable.
12086 (display-buffer-normalize-specifiers): Rewrite calling
12087 display-buffer-normalize-alist,
12088 display-buffer-normalize-argument, and
12089 display-buffer-normalize-options. Don't call the latter if
12090 display-buffer-normalize-options-inhibit is non-nil.
12091 (frame-auto-delete): New option.
12092 (window-deletable-p): Use frame-auto-delete.
12093 (window-list-no-nils, window-state-ignored-parameters)
12094 (window-state-get-1, window-state-get, window-state-put-list)
12095 (window-state-put-1, window-state-put-2, window-state-put):
12096 New functions.
12097 (display-buffer-normalize-options): Move special-display-p group
12098 after pop-up-frame group (Bug#8851) and (Bug#8856).
12099
12100 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
12101
12102 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
12103 groups (Bug#8776).
12104 (rx-submatch-n): New function.
12105 (rx): Document it.
12106
12107 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
12108 (Bug#8768).
12109
12110 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
12111
12112 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
12113
12114 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
12115 anytime existing face settings are present (Bug#8889).
12116
12117 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
12118 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
12119 Remove unused argument.
12120
12121 2011-06-18 Martin Rudalics <rudalics@gmx.at>
12122
12123 * window.el (display-buffer-default-specifiers):
12124 Remove pop-up-frame. Add pop-up-window-min-height,
12125 pop-up-window-min-width, and another reuse-window specifier
12126 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
12127 (display-buffer-normalize-specifiers-2):
12128 Handle split-height-threshold and split-width-threshold also when
12129 pop-up-windows is unset. Add a reuse-window specifier for the
12130 case popping up a new window fails.
12131 (special-display-popup-frame): Remove double quoting.
12132 (display-buffer-normalize-specifiers-1): Fix thinko.
12133
12134 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12135
12136 * shell.el (shell-completion-vars): Set pcomplete-termination-string
12137 according to comint-completion-addsuffix.
12138
12139 * pcomplete.el: Convert to lexical binding and fix bug#8819.
12140 (pcomplete-suffix-list): Mark as obsolete.
12141 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
12142 pcomplete-seen in the closure.
12143 (pcomplete-comint-setup): Setup completion-at-point as well.
12144 (pcomplete--entries): New function.
12145 (pcomplete--env-regexp): New var.
12146 (pcomplete-entries): Rewrite to work with partial-completion and
12147 without relying on pcomplete-suffix-list.
12148 (pcomplete-pare-list): Remove, unused.
12149
12150 2011-06-17 Martin Rudalics <rudalics@gmx.at>
12151
12152 * window.el (display-buffer-alist): Set pop-up-window-min-height
12153 and pop-up-window-min-width in default value. Reported by
12154 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
12155 other-window-means-other-frame.
12156 (display-buffer-macro-specifiers): Comment out entry for
12157 other-window specifier.
12158 (display-buffer-other-window-means-other-frame): New function.
12159 (display-buffer-normalize-specifiers-1): New arguments
12160 buffer-name and label. Treat other-window case specially.
12161 (display-buffer-normalize-specifiers-2): Treat other-window case
12162 specially.
12163 (display-buffer-normalize-specifiers-3): New function.
12164 (display-buffer-normalize-specifiers):
12165 Call display-buffer-normalize-specifiers-3.
12166
12167 2011-06-17 Martin Rudalics <rudalics@gmx.at>
12168
12169 * window.el (same-window-p): Fix two typos introduced when
12170 adding with-no-warnings.
12171 (display-buffer-normalize-specifiers-1): Don't check
12172 pop-up-frames for 'unset initialization.
12173 (display-buffer-normalize-specifiers-2): Major rewrite using
12174 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
12175 (pop-up-frames, display-buffer-reuse-frames)
12176 (display-buffer-mark-dedicated): Don't initialize to 'unset.
12177 Suggested by David Engster <deng@randomsample.de>.
12178 (even-window-heights): Initialize to 'unset.
12179 (display-buffer-alist-set): Handle new 'unset initializations.
12180 (display-buffer-macro-specifiers): Don't pop up a new frame in the
12181 other window case.
12182
12183 2011-06-16 Martin Rudalics <rudalics@gmx.at>
12184
12185 * window.el (display-buffer-normalize-specifiers-1):
12186 Respect current value of pop-up-frames for most reasonable values of
12187 second argument of display-buffer (Bug#8865).
12188 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
12189 (switch-to-buffer-other-window-same-frame)
12190 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
12191 Adams (Bug#8875).
12192 (display-buffer): Don't check noninteractive when calling
12193 display-buffer-pop-up-frame.
12194 (display-buffer-pop-up-frame): Never pop up a frame in
12195 noninteractive mode (Bug#8857).
12196 (enlarge-window, shrink-window): Don't report an error when the
12197 window can't be resized as requested (Bug#8862).
12198
12199 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12200
12201 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
12202
12203 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
12204
12205 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
12206
12207 2011-06-15 Alan Mackenzie <acm@muc.de>
12208
12209 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
12210 for declarators, disable knr checking to speed up for normal files.
12211 2: Refactor, replacing a sequence of nested if forms by a cond form.
12212
12213 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12214
12215 * net/network-stream.el (open-network-stream): Add the keyword
12216 :always-query-capabilities for the case where you want to force a
12217 `plain' network connection, but the protocol still requires the
12218 capabilitiy command (i.e., SMTP and EHLO).
12219
12220 * subr.el (process-live-p): Rename from `process-alive-p' for
12221 consistency with other `-live-p' functions.
12222
12223 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12224
12225 * window.el (same-window-buffer-names, same-window-regexps)
12226 (special-display-frame-alist, special-display-popup-frame)
12227 (special-display-function, special-display-buffer-names)
12228 (special-display-regexps, pop-up-frame-alist)
12229 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
12230 (pop-up-windows, split-window-preferred-function)
12231 (split-height-threshold, split-width-threshold, even-window-heights)
12232 (display-buffer-mark-dedicated): Don't encourage the use of
12233 display-buffer-alist from Elisp code.
12234
12235 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
12236
12237 * progmodes/python.el (python-mode): Derive from prog-mode.
12238 * progmodes/ps-mode.el (ps-mode):
12239 * progmodes/mixal-mode.el (mixal-mode):
12240 * progmodes/cfengine.el (cfengine-mode):
12241 * progmodes/ld-script.el (ld-script-mode): Likewise.
12242
12243 2011-06-15 Martin Rudalics <rudalics@gmx.at>
12244
12245 * window.el (display-buffer-alist): Trim default value to avoid
12246 popping up a new frame (Bug#8857) or reusing an arbitrary window
12247 on another frame.
12248 (display-buffer): Do not fall back on popping up a new frame in
12249 batch mode (Bug#8857).
12250
12251 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
12252
12253 * cus-theme.el (describe-theme-1): Use custom-theme-p.
12254 (custom-theme-summary): New function.
12255 (customize-themes): Use it.
12256
12257 2011-06-13 Glenn Morris <rgm@gnu.org>
12258
12259 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
12260
12261 2011-06-13 Martin Rudalics <rudalics@gmx.at>
12262
12263 * help.el (help-window): Remove variable.
12264 (help-window-point-marker, temp-buffer-max-height)
12265 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
12266 (help-print-return-message): Don't set help-window.
12267 (resize-temp-buffer-window): Rewrite cod eand doc-string.
12268 (help-window-setup-finish): Remove.
12269 (help-window-display-message, help-window-setup)
12270 (with-help-window): Major rewrite based on new
12271 display-buffer-window variable.
12272
12273 * help-mode.el (help-mode-finish): Remove help-window related
12274 code.
12275
12276 * view.el (view-exits-all-viewing-windows): Remove reference to
12277 view-return-to-alist in doc-string.
12278 (view-return-to-alist): Make obsolete.
12279 (view-buffer): Call pop-to-buffer-same-window and remove
12280 undo-window code.
12281 (view-buffer-other-window): Call pop-to-buffer-other-window and
12282 simplify code. Ignore second argument.
12283 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
12284 simplify code. Ignore second argument.
12285 (view-return-to-alist-update): Make obsolete.
12286 (view-mode-enter): Rename second argument to QUIT-RESTORE.
12287 Rewrite using quit-restore window parameters.
12288 (view-mode-exit): Rename second argument to EXIT-ONLY.
12289 Rewrite using quit-restore-window.
12290 (View-exit, View-exit-and-edit, View-leave, View-quit)
12291 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
12292 appropriate arguments.
12293 (view-end-message): Use quit-restore window parameter.
12294
12295 * window.el (display-buffer-function): Rewrite doc-string.
12296 (display-buffer-window, display-buffer-alist): New variables.
12297 (display-buffer-split-specifiers)
12298 (display-buffer-side-specifiers)
12299 (display-buffer-macro-specifiers): New constants.
12300 (display-buffer-even-window-sizes, display-buffer-set-height)
12301 (display-buffer-set-width, display-buffer-select-window)
12302 (display-buffer-in-window, display-buffer-reuse-window)
12303 (display-buffer-split-window-1, display-buffer-split-window)
12304 (display-buffer-split-atom-window, display-buffer-pop-up-window)
12305 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
12306 (display-buffer-in-side-window, normalize-buffer-to-display)
12307 (display-buffer-normalize-specifiers-1)
12308 (display-buffer-normalize-specifiers-2)
12309 (display-buffer-normalize-specifiers, display-buffer-frame):
12310 New functions.
12311 (display-buffer): Major rewrite.
12312 (display-buffer-other-window, display-buffer-other-frame)
12313 (pop-to-buffer, switch-to-buffer-other-window)
12314 (switch-to-buffer-other-frame): Rewrite.
12315 (display-buffer-same-window, display-buffer-same-frame)
12316 (display-buffer-same-frame-other-window)
12317 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
12318 (pop-to-buffer-other-window)
12319 (pop-to-buffer-same-frame-other-window)
12320 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
12321 (switch-to-buffer-other-window-same-frame): New functions.
12322 (same-window-p, special-display-p): Rewrite disabling warnings.
12323 Make obsolete.
12324 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12325 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
12326 Make obsolete
12327 (same-window-buffer-names, same-window-regexps)
12328 (special-display-frame-alist, special-display-popup-frame)
12329 (special-display-function, special-display-buffer-names)
12330 (special-display-regexps, pop-up-frame-alist)
12331 (pop-up-frame-function, split-window-preferred-function)
12332 (split-height-threshold, split-width-threshold)
12333 (even-window-heights): Make obsolete.
12334
12335 2011-06-12 Glenn Morris <rgm@gnu.org>
12336
12337 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
12338 Misc simplifications.
12339
12340 2011-06-12 Martin Rudalics <rudalics@gmx.at>
12341
12342 * window.el (window-safely-shrinkable-p): Restore function which
12343 was inadvertently removed in change from 2011-06-11. Declare as
12344 obsolete.
12345
12346 * calendar/calendar.el (calendar-generate-window):
12347 Use window-iso-combined-p instead of combination of one-window-p and
12348 window-safely-shrinkable-p.
12349
12350 2011-06-12 Glenn Morris <rgm@gnu.org>
12351
12352 * progmodes/fortran.el (fortran-mode-syntax-table):
12353 * progmodes/f90.el (f90-mode-syntax-table):
12354 Set % to punctuation. (Bug#8820)
12355 (f90-find-tag-default): Remove, no longer needed.
12356
12357 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
12358
12359 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
12360
12361 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
12362
12363 * image.el (image-animated-p): Return animation delay in seconds.
12364 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
12365 (image-animate-timeout): Remove DELAY argument. Don't assume
12366 every subimage has the same delay; get it from image-animated-p.
12367 (image-animate): Caller changed.
12368
12369 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
12370
12371 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
12372 to ignored backtrace functions.
12373
12374 2011-06-11 Glenn Morris <rgm@gnu.org>
12375
12376 * calendar/appt.el (appt-disp-window-function): Doc fix.
12377 (appt-check): Handle overlapping appointments. (Bug#8337)
12378
12379 2011-06-11 Martin Rudalics <rudalics@gmx.at>
12380
12381 * window.el (window-tree-1, window-tree): New functions, moving
12382 the latter to window.el.
12383 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
12384 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
12385 (bw-refresh-edges): Remove.
12386 (balance-windows-1, balance-windows-2): New functions.
12387 (balance-windows): Rewrite in terms of window tree functions,
12388 balance-windows-1 and balance-windows-2.
12389 (bw-adjust-window): Remove.
12390 (balance-windows-area-adjust): New function with functionality of
12391 bw-adjust-window but using resize-window.
12392 (set-window-text-height): Rewrite doc-string.
12393 Use normalize-live-window and resize-window.
12394 (enlarge-window-horizontally, shrink-window-horizontally):
12395 Rename argument to DELTA.
12396 (window-buffer-height): New function.
12397 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
12398 Rewrite using new window resize routines.
12399 (kill-buffer-and-window, mouse-autoselect-window-select):
12400 Use ignore-errors instead of condition-case.
12401 (quit-window): Call delete-frame instead of delete-windows-on
12402 for the only buffer on frame.
12403
12404 2011-06-10 Martin Rudalics <rudalics@gmx.at>
12405
12406 * loadup.el (top-level): Load window before files for the sake
12407 of replace-buffer-in-windows.
12408
12409 * files.el (read-buffer-to-switch)
12410 (switch-to-buffer-other-window)
12411 (switch-to-buffer-other-frame, display-buffer-other-frame):
12412 Move to window.el.
12413
12414 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
12415 (previous-buffer): Move to window.el.
12416
12417 * bindings.el (unbury-buffer): Move to window.el.
12418
12419 * window.el (delete-other-windows-vertically): Move after
12420 definition of delete-other-windows.
12421 (other-window, delete-windows-on, replace-buffer-in-windows):
12422 Move here from window.c.
12423 (record-window-buffer, unrecord-window-buffer)
12424 (set-window-buffer-start-and-point, switch-to-prev-buffer)
12425 (switch-to-next-buffer): New functions.
12426 (get-next-valid-buffer, last-buffer, next-buffer): Move here
12427 from simple.el. Call switch-to-next-buffer.
12428 (previous-buffer): Move here from simple.el.
12429 Call switch-to-prev-buffer.
12430 (bury-buffer): Move here from buffer.c. Switch to previous
12431 buffer when window cannot be deleted.
12432 (unbury-buffer): Move here from bindings.el.
12433 (ctl-x-map): Move binding for other-window from window.c to
12434 here.
12435 (read-buffer-to-switch, switch-to-buffer-other-window)
12436 (switch-to-buffer-other-frame): Move here from files.el.
12437 (normalize-buffer-to-switch-to): New functions.
12438 (switch-to-buffer): Move here from buffer.c.
12439 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
12440
12441 2011-06-10 Martin Rudalics <rudalics@gmx.at>
12442
12443 * window.el (window-min-height, window-min-width): Move here
12444 from window.c. Add defcustoms and rewrite doc-strings.
12445 (resize-mini-window, resize-window): New functions.
12446 (adjust-window-trailing-edge, enlarge-window, shrink-window):
12447 Move here from window.c.
12448 (maximize-window, minimize-window): New functions.
12449 (delete-window, delete-other-windows, split-window): Move here
12450 from window.c.
12451 (window-split-min-size): New function.
12452 (split-window-keep-point): Mention split-window-above-each-other
12453 instead of split-window-vertically.
12454 (split-window-above-each-other, split-window-vertically):
12455 Rename split-window-vertically to split-window-above-each-other
12456 and provide defalias for old definition.
12457 (split-window-side-by-side, split-window-horizontally):
12458 Rename split-window-horizontally to split-window-side-by-side
12459 and provide defalias for the old definition.
12460 (ctl-x-map): Move bindings for delete-window,
12461 delete-other-windows and enlarge-window here from window.c.
12462 Replace bindings for split-window-vertically and
12463 split-window-horizontally by bindings for
12464 split-window-above-each-other and split-window-side-by-side.
12465
12466 * cus-start.el (all): Remove entries for window-min-height and
12467 window-min-width. Add entries for window-splits and
12468 window-nest.
12469
12470 2011-06-09 Glenn Morris <rgm@gnu.org>
12471
12472 * calendar/appt.el (appt-mode-line): New function.
12473 (appt-check, appt-disp-window): Use it.
12474
12475 * files.el (hack-one-local-variable-eval-safep):
12476 Allow minor-modes with explicit +/-1 arguments.
12477
12478 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
12479
12480 * term/xterm.el (xterm): Add defgroup.
12481 (xterm-extra-capabilities): Add defcustom to supply known xterm
12482 capabilities, skip querying them, or query them (default).
12483 (terminal-init-xterm): Use it.
12484 (terminal-init-xterm-modify-other-keys): New function to set up
12485 modifyOtherKeys support to simplify `terminal-init-xterm'.
12486
12487 2011-06-09 Martin Rudalics <rudalics@gmx.at>
12488
12489 * window.el (resize-window-reset, resize-window-reset-1)
12490 (resize-subwindows-skip-p, resize-subwindows-normal)
12491 (resize-subwindows, resize-other-windows, resize-this-window)
12492 (resize-root-window, resize-root-window-vertically)
12493 (window-deletable-p, window-or-subwindow-p)
12494 (frame-root-window-p): New functions.
12495
12496 2011-06-09 Glenn Morris <rgm@gnu.org>
12497
12498 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
12499 (ange-ftp-get-files): Use it.
12500
12501 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
12502
12503 * mail/sendmail.el (mail-recover-1, mail-recover):
12504 * files.el (recover-file, recover-session):
12505 Handle dired-listing-switches not being just a single short option.
12506
12507 2011-06-09 Glenn Morris <rgm@gnu.org>
12508
12509 * calendar/appt.el (appt-display-message, appt-disp-window):
12510 Handle lists of appointments.
12511
12512 2011-06-08 Martin Rudalics <rudalics@gmx.at>
12513
12514 * window.el (one-window-p): Move down in code.
12515 Rewrite doc-string.
12516 (window-current-scroll-bars): Rewrite doc-string.
12517 Normalize live window argument.
12518 (walk-windows, get-window-with-predicate, count-windows):
12519 Rewrite doc-string. Use window-list-1.
12520 (window-in-direction-2, window-in-direction, get-mru-window):
12521 New functions.
12522
12523 2011-06-08 Reuben Thomas <rrt@sc3d.org>
12524
12525 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
12526 Doc fix (Bug#8713).
12527
12528 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
12529
12530 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
12531
12532 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
12533
12534 * loadhist.el (unload-feature-special-hooks):
12535 Add `comint-output-filter-functions'.
12536
12537 2011-06-08 Ivan Kanis <gnu@kanis.fr>
12538
12539 * calendar/appt.el (appt-check): Move some initializations into the let.
12540
12541 2011-06-08 Martin Rudalics <rudalics@gmx.at>
12542
12543 * window.el (window-height): Defalias to window-total-height.
12544 (window-width): Defalias to window-body-width.
12545
12546 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
12547
12548 * image-mode.el (image-toggle-animation): New command.
12549 (image-mode-map): Bind it to RET.
12550 (image-mode): Update message.
12551 (image-toggle-display-image): Avoid a spurious cache flush.
12552 (image-transform-rotation): Doc fix.
12553 (image-transform-properties): Return quickly in the normal case.
12554 (image-animate-loop): Rename from image-animate-max-time.
12555
12556 * image.el (image-animate-max-time): Move to image-mode.el.
12557 (create-animated-image): Remove unnecessary function.
12558 (image-animate): Rename from image-animate-start. New arg.
12559 (image-animate-stop): Remove; just use image-animate-timer.
12560 (image-animate-timer): Use car-safe.
12561 (image-animate-timeout): Rename argument.
12562
12563 2011-06-07 Martin Rudalics <rudalics@gmx.at>
12564
12565 * window.el (get-lru-window, get-largest-window): Move here from
12566 window.c. Rename first argument to ALL-FRAMES.
12567 Rephrase doc-strings.
12568 (get-buffer-window-list): Rewrite using window-list-1.
12569 Rephrase doc-string.
12570 (window-safe-min-height, window-safe-min-width): New constants.
12571 (window-size-ignore, window-min-size, window-min-size-1)
12572 (window-sizable, window-sizable-p, window-size-fixed-1)
12573 (window-size-fixed-p, window-min-delta-1, window-min-delta)
12574 (window-max-delta-1, window-max-delta, window-resizable)
12575 (window-resizable-p, window-total-height, window-total-width)
12576 (window-body-width): New functions.
12577 (window-full-height-p, window-full-width-p): Rewrite using
12578 window-total-size.
12579 (window-body-height): Rewrite using window-body-size.
12580
12581 2011-06-06 Martin Rudalics <rudalics@gmx.at>
12582
12583 * window.el (window-right, window-left, window-child)
12584 (window-child-count, window-last-child, window-any-p)
12585 (normalize-live-buffer, normalize-live-frame)
12586 (normalize-any-window, normalize-live-window)
12587 (window-iso-combination-p, window-iso-combined-p)
12588 (window-iso-combinations)
12589 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
12590 (windows-with-parameter, window-with-parameter)
12591 (window-atom-root, make-window-atom, window-atom-check-1)
12592 (window-atom-check, window-side-check, window-check):
12593 New functions.
12594 (ignore-window-parameters, window-sides, window-sides-vertical)
12595 (window-sides-slots): New variables.
12596 (window-size-fixed): Move down in code. Minor doc-string fix.
12597
12598 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
12599
12600 * comint.el (comint-dynamic-complete-as-filename)
12601 (comint-dynamic-complete-filename): Correctly call
12602 completion-in-region.
12603
12604 2011-06-05 Deniz Dogan <deniz@dogan.se>
12605
12606 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
12607 in last change.
12608
12609 2011-06-05 Deniz Dogan <deniz@dogan.se>
12610
12611 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
12612 (rcirc): Use it to prompt for encryption.
12613
12614 2011-06-05 Roland Winkler <winkler@gnu.org>
12615
12616 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
12617 (bibtex-search-entries): New command bound to C-c C-a.
12618 (bibtex-display-entries): New function.
12619
12620 2011-06-05 Roland Winkler <winkler@gnu.org>
12621
12622 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
12623 (bibtex-insert-kill): After yanking insert newline if necessary.
12624 (bibtex-initialize): Call bibtex-string-files-init only once.
12625 (bibtex-mode): Do not call easy-menu-add.
12626 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
12627 (bibtex-yank): Set arg properly if nil.
12628
12629 2011-06-05 Roland Winkler <winkler@gnu.org>
12630
12631 * textmodes/bibtex.el (bibtex-search-entry-globally):
12632 New variable.
12633 (bibtex-search-entry): Use it.
12634
12635 2011-06-05 Roland Winkler <winkler@gnu.org>
12636
12637 * textmodes/bibtex.el (bibtex-entry-format): New option
12638 sort-fields.
12639 (bibtex-format-entry, bibtex-reformat): Honor this option.
12640 (bibtex-parse-entry): Return fields in proper order.
12641
12642 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
12643
12644 * doc-view.el (doc-view-remove-if): Move computation of result out
12645 of `dolist' to silence misleading lexical-binding warning.
12646
12647 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
12648
12649 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
12650 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
12651
12652 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
12653
12654 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
12655 "SunOS 5.10".
12656
12657 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
12658
12659 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
12660 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
12661 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
12662 (tramp-parse-putty):
12663 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
12664 (tramp-completion-function-alist-ssh)
12665 (tramp-completion-function-alist-telnet)
12666 (tramp-completion-function-alist-su)
12667 (tramp-completion-function-alist-putty): Set `tramp-autoload'
12668 cookie.
12669
12670 * net/tramp-ftp.el:
12671 * net/tramp-sh.el:
12672 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
12673 load "tramp.el" `tramp-set-completion-function'.
12674
12675 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
12676
12677 * shell.el: Require and use pcomplete.
12678 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
12679 (shell-completion-vars): Set pcomplete-default-completion-function.
12680
12681 2011-06-04 Deniz Dogan <deniz@dogan.se>
12682
12683 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
12684 `memq' (Bug#8799).
12685
12686 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
12687
12688 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
12689
12690 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
12691
12692 * bs.el (bs--mark-unmark, bs--nth-wrapper):
12693 * mpc.el (mpc-select-extend, mpc-songpointer-context):
12694 * vc/log-view.el (log-view-beginning-of-defun):
12695 * vc/smerge-mode.el (smerge-apply-resolution-patch)
12696 (smerge-refine-forward, smerge-refine-chopup-region):
12697 Silence warning for unused `dotimes' counter variables.
12698
12699 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
12700
12701 * net/tramp.el (tramp-with-progress-reporter): Rename from
12702 with-progress-reporter. Use `declare'.
12703 * net/tramp-smb.el:
12704 * net/tramp-sh.el:
12705 * net/tramp-gvfs.el: Update all uses.
12706
12707 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
12708
12709 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
12710 buffer isn't killed before making it current.
12711
12712 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12713
12714 Silence various byte-compiler warnings.
12715 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
12716 `access-type' and new obsolescence format.
12717 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
12718 new format.
12719 (byte-compile-check-variable): New `access-type' argument.
12720 Only warn if the access-type is obsolete.
12721 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
12722 (byte-compile-variable-set): Adjust callers.
12723 * help-fns.el (describe-variable): Adjust to new obsolescence format.
12724 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
12725 setting it as obsolete.
12726 * simple.el (minibuffer-completing-symbol):
12727 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
12728 access as obsolete.
12729 * minibuffer.el (minibuffer-completing-file-name): Don't make it
12730 obsolete yet.
12731 * international/quail.el (quail-mouse-choose-completion): Remove unused
12732 code referring to obsolete var.
12733 (quail-choose-completion-string): Remove.
12734 * server.el (server-clients-with, server-kill-buffer-query-function)
12735 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
12736 * proced.el (proced-send-signal):
12737 * emacs-lisp/lisp.el (lisp-complete-symbol):
12738 Replace completion-annotate-function with completion-extra-properties.
12739
12740 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12741
12742 * simple.el (goto-line): Use read-number.
12743 (overriding-map-is-bound): Remove.
12744 (saved-overriding-map): Change default.
12745 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
12746 Take the map as argument.
12747 (universal-argument, negative-argument, digit-argument): Use it.
12748 (restore-overriding-map): Adjust.
12749 (do-auto-fill): Use fill-forward-paragraph.
12750 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
12751
12752 * minibuffer.el (minibuffer-inactive-mode-map): New var.
12753 (minibuffer-inactive-mode): New major mode.
12754 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
12755 the *Messages* buffer" hack.
12756 (mouse-popup-menubar): Don't burp if the event is a normal key.
12757
12758 Miscellaneous tweaks.
12759 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
12760 lexical scoping as in subr.el's dolist and dotimes.
12761 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
12762 Silence compiler warning.
12763 * thingatpt.el (forward-whitespace): Trivial coding style fix.
12764 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
12765 * international/ccl.el (ccl-compile): Trivial simplification.
12766 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
12767 * emacs-lisp/testcover.el (testcover-end): Remove spurious
12768 `printflag' argument.
12769 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
12770 Purecopy the whole obsolescence data.
12771
12772 2011-06-01 Leo Liu <sdl.web@gmail.com>
12773
12774 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
12775 improve doc-string as suggested by Marco Pessotto
12776 <melmothx@gmail.com>.
12777 (rcirc-print): Fix last change.
12778
12779 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12780
12781 * minibuffer.el (complete-with-action): Return nil for the metadata and
12782 boundaries of non-functional tables.
12783 (completion-table-dynamic): Return nil for the metadata.
12784 (completion-table-with-terminator): Add default case, using
12785 complete-with-action.
12786 (completion--metadata): New function.
12787 (completion-all-sorted-completions, minibuffer-completion-help): Use it
12788 to try and avoid pathological performance problems.
12789 (completion--embedded-envvar-table): Return `category' metadata.
12790
12791 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
12792
12793 * subr.el (process-alive-p): New tiny convenience function.
12794
12795 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12796
12797 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
12798 content but also its previous major mode.
12799
12800 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
12801
12802 * emacs-lisp/debug.el (debug): Restore the previous content of the
12803 *Backtrace* buffer when we exit with C-M-c.
12804
12805 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12806
12807 * minibuffer.el: Add metadata method to completion tables.
12808 (completion-category-overrides): New defcustom.
12809 (completion-metadata, completion--field-metadata)
12810 (completion-metadata-get, completion--styles)
12811 (completion--cycle-threshold): New functions.
12812 (completion-try-completion, completion-all-completions):
12813 Add `metadata' argument to choose completion-styles.
12814 (completion--do-completion): Use metadata to choose cycling.
12815 (completion-all-sorted-completions): Use metadata for sorting.
12816 Remove :completion-cycle-penalty which is not needed any more.
12817 (completion--try-word-completion): Add `metadata' argument.
12818 (minibuffer-completion-help): Check metadata for annotation function
12819 and sorting.
12820 (completion-file-name-table): Return `category' metadata.
12821 (minibuffer-completing-file-name): Make obsolete.
12822 * simple.el (minibuffer-completing-symbol): Make obsolete.
12823 * icomplete.el (icomplete-completions): Pass new `metadata' param to
12824 completion-try-completion.
12825
12826 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12827
12828 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
12829
12830 2011-05-30 Leo Liu <sdl.web@gmail.com>
12831
12832 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
12833 (rcirc-print): Decode all incoming messages (bug#8744).
12834 (rcirc-decode-coding-system): Allow value nil for automatic coding
12835 system detection.
12836
12837 2011-06-01 Glenn Morris <rgm@gnu.org>
12838
12839 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
12840
12841 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
12842
12843 * image.el (image-animate-max-time): Allow nil and t values.
12844 Default to nil.
12845 (create-animated-image): Doc fix.
12846 (image-animate-start): Remove second arg; just use
12847 image-animate-max-time.
12848 (image-animate-timeout): Doc fix. Args changed.
12849
12850 * image-mode.el (image-toggle-display-image): Ensure that the
12851 image spec passed to the animate timer is the same object as in
12852 the buffer's display property (Bug#6981).
12853 (image-transform-properties): Doc fix.
12854
12855 * image.el (image-animate-max-time): Default to nil.
12856
12857 2011-05-29 Martin Rudalics <rudalics@gmx.at>
12858
12859 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
12860 entire buffer list (Bug#8184).
12861
12862 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
12863
12864 * image.el (imagemagick-types-inhibit)
12865 (imagemagick-register-types): Doc fix.
12866
12867 2011-05-29 Deniz Dogan <deniz@dogan.se>
12868
12869 * net/rcirc.el (rcirc): Use the user's stored encryption method by
12870 default.
12871
12872 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
12873
12874 * select.el: Don't perform clipboard-manager saving in hooks;
12875 leave the hooks empty.
12876
12877 2011-05-28 Leo Liu <sdl.web@gmail.com>
12878
12879 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
12880 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
12881 (occur-edit-mode): New major mode (Bug#8463).
12882 (occur-after-change-function): New function.
12883 (occur-engine): Give Occur tags a read-only property.
12884
12885 2011-05-28 Kevin Ryde <user42@zip.com.au>
12886
12887 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
12888
12889 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
12890
12891 * bindings.el (help-echo): Make the initial non-indicator dash
12892 empty on graphical terminals (Bug#7295).
12893
12894 * files.el (auto-mode-alist): Move config rule after the
12895 in-stripping one (Bug#8547).
12896
12897 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
12898
12899 * startup.el (normal-splash-screen): Remove gratuitous mode-line
12900 setting (Bug#8740).
12901
12902 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
12903
12904 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
12905 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
12906 (Bug#8539).
12907
12908 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
12909
12910 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
12911
12912 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
12913
12914 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
12915 (hs-hide-block-at-point, hs-find-block-beginning)
12916 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
12917 (Bug#8279).
12918
12919 2011-05-28 Glenn Morris <rgm@gnu.org>
12920
12921 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
12922
12923 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
12924
12925 * help-fns.el (describe-function-1): If the function is a derived
12926 major mode, print the parent mode.
12927
12928 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
12929 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
12930
12931 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12932
12933 * minibuffer.el (completion--capf-wrapper): Check applicability before
12934 returning non-nil for non-exclusive completion data.
12935 * progmodes/etags.el (tags-completion-at-point-function):
12936 * info-look.el (info-lookup-completions-at-point): Mark as
12937 non-exclusive.
12938 (info-complete): Adjust accordingly.
12939
12940 * info-look.el: Convert to lexical-binding and completion-at-point.
12941 (info-lookup-completions-at-point): New function.
12942 (info-complete): Use it and completion-in-region.
12943
12944 2011-05-28 Drew Adams <drew.adams@oracle.com>
12945
12946 * isearch.el: Let M-e start with point at the first mismatched char.
12947 (isearch-fail-pos): New function.
12948 (isearch-edit-string): Use it.
12949
12950 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
12951
12952 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
12953
12954 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
12955
12956 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
12957 traversal functions for avl-trees.
12958 (avl-tree--stack): New struct.
12959 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
12960 (avl-tree-enter): Add optional `updatefun' arg.
12961 (avl-tree--do-enter): Add optional `updatefun' arg.
12962 Change return value.
12963 (avl-tree-delete): Add optional `test' and `nilflag' args.
12964 (avl-tree--do-delete): Add `test' and `nilflag' args.
12965 Change return value.
12966 (avl-tree-member): Add optional `nilflag'
12967 (avl-tree-member-p): New function.
12968 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
12969 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
12970 (avl-tree-stack-empty-p): New functions.
12971
12972 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
12973 avl-tree--del-balance1 and make it work both ways.
12974 (avl-tree--del-balance2): Remove.
12975 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
12976 make it work both ways.
12977 (avl-tree--enter-balance2): Remove.
12978 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
12979 New macros.
12980 (avl-tree--mapc, avl-tree-map): Add direction argument.
12981
12982 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
12983
12984 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
12985
12986 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
12987
12988 * select.el: Support clipboard managers with built-in function
12989 x-clipboard-manager-save, via delete-frame-functions and
12990 kill-emacs-hook.
12991 (xselect-convert-to-targets): Add MULTIPLE target to list.
12992 (xselect-convert-to-save-targets): New function.
12993
12994 2011-05-27 Kenichi Handa <handa@m17n.org>
12995
12996 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
12997 let-binding rfc2047-encode-encoded-words to nil.
12998
12999 2011-05-27 Glenn Morris <rgm@gnu.org>
13000
13001 * mail/emacsbug.el: Don't require url-util.
13002
13003 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
13004
13005 * files.el (set-auto-mode):
13006 Also respect mode: entries at the end of the file. (Bug#8586)
13007
13008 2011-05-26 Glenn Morris <rgm@gnu.org>
13009
13010 * files.el (hack-local-variables-prop-line, hack-local-variables):
13011 Downcase mode names, as seems to be traditional.
13012 (hack-local-variables, hack-local-variables-apply): Doc fixes.
13013
13014 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
13015 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
13016
13017 2011-05-25 Julien Danjou <julien@danjou.info>
13018
13019 * textmodes/rst.el (rst-define-level-faces): Do not define face
13020 symbol if it is already defined.
13021
13022 2011-05-24 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
13023
13024 * play/5x5.el (5x5-new-game, 5x5-randomize):
13025 Reset 5x5-solver-output to nil when a new grid is cast.
13026 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
13027 these debugging traces, as defmacro breaks the compiled code.
13028
13029 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13030
13031 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13032
13033 2011-05-24 Leo Liu <sdl.web@gmail.com>
13034
13035 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
13036 (vc-bzr-sha1): Adapt.
13037
13038 * sha1.el: Remove. Function `sha1' is now builtin.
13039
13040 * bindings.el: Provide sha1 feature.
13041
13042 2011-05-24 Kenichi Handa <handa@m17n.org>
13043
13044 * mail/sendmail.el: Require `rfc2047'.
13045 (mail-insert-from-field): Do not perform RFC2047 encoding.
13046 (mail-encode-header): New function.
13047 (sendmail-send-it): Set buffer-file-coding-system of the work
13048 buffer to the return value of select-message-coding-system.
13049 Call mail-encode-header.
13050
13051 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
13052
13053 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
13054
13055 * mail/supercite.el (sc-default-cite-frame):
13056 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
13057
13058 2011-05-24 Glenn Morris <rgm@gnu.org>
13059
13060 * progmodes/python.el (brm-menu): Declare.
13061
13062 * emulation/viper.el (viper-set-hooks): Declare.
13063
13064 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
13065 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
13066 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
13067 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
13068 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
13069 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
13070
13071 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13072
13073 Add an :exit-function for completion-at-point.
13074
13075 * minibuffer.el (completion--done): New fun.
13076 (completion--do-completion): Use it. New arg `expect-exact'.
13077 (minibuffer-complete, minibuffer-complete-word): Don't output message,
13078 since completion--do-completion does it for us now.
13079 (minibuffer-force-complete): Use completion--done and
13080 completion--replace. Handle sole-completion case with more care.
13081 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
13082 (completion-extra-properties): New var.
13083 (completion-annotate-function): Make obsolete.
13084 (minibuffer-completion-help): Adjust accordingly.
13085 Use completion-list-insert-choice-function.
13086 (completion-at-point, completion-help-at-point):
13087 Bind completion-extra-properties.
13088 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
13089 * simple.el (completion-list-insert-choice-function): New var.
13090 (completion-setup-function): Preserve it.
13091 (choose-completion): Pay attention to it, shuffle the code a bit.
13092 (choose-completion-string): New arg `insert-function'.
13093
13094 * textmodes/bibtex.el: Convert to lexical binding.
13095 (bibtex-mode-map): Use completion-at-point.
13096 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
13097 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
13098 (bibtex-complete): Define as obsolete alias.
13099 (bibtex-complete-internal): Remove.
13100 (bibtex-format-entry): Remove unused sub-group in regexp.
13101 * shell.el (shell--command-completion-data)
13102 (shell-environment-variable-completion):
13103 * pcomplete.el (pcomplete-completions-at-point):
13104 * comint.el (comint--complete-file-name-data): Use :exit-function
13105 instead of completion-table-with-terminator so it also works for
13106 choose-completion.
13107
13108 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13109
13110 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
13111
13112 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
13113 (bug#8710).
13114
13115 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
13116
13117 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
13118
13119 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
13120 customization variable and implement: If non-nil, auto-fill will
13121 be inhibited while on topic's header line.
13122
13123 2011-05-23 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
13124
13125 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
13126 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
13127 always have a solution in grid size = 5 cases.
13128 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
13129 (5x5-solver-output, 5x5-log-buffer): New vars.
13130 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
13131 Make these variables buffer local to achieve 5x5 multi-session-ness.
13132 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
13133 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
13134 (5x5-solve-suggest): New funs.
13135 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
13136 randomize a grid so that we ensure that there is always a solution.
13137 (5x5-make-random-grid): Allow other movement than flipping.
13138
13139 2011-05-23 Kevin Ryde <user42@zip.com.au>
13140
13141 * emacs-lisp/advice.el (ad-read-advised-function):
13142 Use `function-called-at-point' as the default, if it has
13143 advice and passes PREDICATE.
13144
13145 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13146
13147 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
13148 byte-compile-lambda if it's actually a lambda.
13149
13150 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
13151 Fix function quoting. Use backquote better.
13152
13153 2011-05-22 Yuanle Song <sylecn@gmail.com>
13154
13155 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
13156 matching (Bug#8516).
13157
13158 2011-01-22 Jari Aalto <jari.aalto@cante.net>
13159
13160 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
13161 different face (Bug#8178).
13162
13163 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
13164
13165 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
13166 defface (Bug#8144).
13167
13168 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13169
13170 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
13171 funcall as well (bug#8712). Warn when performing those conversions.
13172 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
13173
13174 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
13175
13176 2011-05-22 Glenn Morris <rgm@gnu.org>
13177
13178 * files.el (hack-local-variables-prop-line): Small simplifications.
13179 (hack-local-variables, hack-local-variables-prop-line):
13180 If MODE-ONLY, return the mode, rather than just `t'.
13181
13182 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
13183
13184 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
13185
13186 2011-05-21 Glenn Morris <rgm@gnu.org>
13187
13188 * files.el (hack-local-variables-prop-line, hack-local-variables):
13189 If only interested in the mode, don't bother doing the other stuff.
13190
13191 * image-mode.el (image-after-revert-hook):
13192 Redraw all frames on which the image is visible. (Bug#8567)
13193
13194 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
13195
13196 * wid-edit.el (widget-checklist-match-inline):
13197 Fix 2011-04-19 change. (Bug#8649)
13198
13199 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13200
13201 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
13202 Also allow singlespace after single-letter capitals followed by a dot.
13203
13204 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
13205 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
13206
13207 2011-05-20 Nix <nix@esperi.org.uk>
13208
13209 * files.el (basic-save-buffer-2):
13210 Fix handling of break-hardlink-on-save with non-existent files.
13211
13212 2011-05-19 Deniz Dogan <deniz@dogan.se>
13213
13214 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
13215 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
13216
13217 2011-05-19 Glenn Morris <rgm@gnu.org>
13218
13219 * progmodes/f90.el (f90-type-def-re):
13220 Handle "type, bind(c)". (Bug#8691)
13221
13222 * emacs-lisp/autoload.el (batch-update-autoloads):
13223 Set autoload-excludes by parsing loadup.el rather than Makefiles.
13224
13225 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
13226
13227 * net/tramp.el (tramp-process-actions): Set "first-password-request"
13228 property for the correct connection in case of multihops.
13229
13230 2011-05-18 Glenn Morris <rgm@gnu.org>
13231
13232 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
13233 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
13234
13235 Rationalize calendar handling of day and month abbrev-arrays.
13236 * calendar/calendar.el (calendar-customized-p): New function.
13237 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
13238 (calendar-day-name-array, calendar-month-name-array): Doc fix.
13239 Add :set function.
13240 (calendar-abbrev-length, calendar-day-abbrev-array)
13241 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
13242 (calendar-day-abbrev-array, calendar-month-abbrev-array):
13243 Elements may no longer be nil.
13244 (calendar-day-name, calendar-month-name):
13245 Update for changed nature of abbrev arrays.
13246 * calendar/diary-lib.el (diary-name-pattern):
13247 Update for changed nature of abbrev arrays.
13248 (diary-mark-entries-1): Update calendar-make-alist calls.
13249 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
13250 * calendar/cal-html.el (cal-html-day-abbrev-array):
13251 Simply inherit from calendar-day-abbrev-array.
13252
13253 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13254
13255 * progmodes/grep.el (grep-mode): Disable default
13256 compilation-directory-matcher setting (bug#8684).
13257
13258 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
13259
13260 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
13261 instead of "head" and "tail". There were problems with SunOS 5.9,
13262 and it performs better.
13263
13264 2011-05-17 Glenn Morris <rgm@gnu.org>
13265
13266 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
13267
13268 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
13269 Replace obsolete function.
13270
13271 * shell.el (pcomplete-parse-arguments-function): Declare.
13272
13273 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
13274 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
13275 (appt-check): Doc fixes.
13276 (appt-disp-window-function, appt-delete-window-function):
13277 Remove needless special case in custom :type.
13278 (appt-display-count): Default to 0, not nil.
13279 (appt-check): Reset appt-display-count to 0, not nil.
13280
13281 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
13282
13283 * progmodes/python.el (python-font-lock-keywords):
13284 Add the Python 3.X keyword "nonlocal" (bug#8639).
13285
13286 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13287
13288 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
13289
13290 2011-05-16 Kevin Ryde <user42@zip.com.au>
13291
13292 * info-look.el (makefile-automake-mode): New setups, looking in
13293 automake manual, then makefile-mode.
13294 (makefile-mode): Remove automake manual, have it just in
13295 makefile-automake-mode since there's various things different or
13296 not relevant to plain make.
13297 (makefile-mode): Remove "other-modes" non-existent automake-mode,
13298 believe a hypothetical automake-mode would go to makefile-mode,
13299 not the other way around.
13300
13301 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
13302
13303 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
13304 hunk-end tags (Bug#8672).
13305
13306 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
13307 vc-annotate-show-diff-revision-at-line (Bug#8671).
13308
13309 2011-05-14 Glenn Morris <rgm@gnu.org>
13310
13311 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
13312 in the middle of an existing one with multiple authors. (Bug#8645)
13313 (change-log-font-lock-keywords): Also handle multiple author lines
13314 with leading tabs. (Bug#8644)
13315
13316 * calendar/appt.el (appt-check): Rename some local variables.
13317 Some simplification/reordering.
13318
13319 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
13320 (feedmail-sendmail-f-doesnt-sell-me-out)
13321 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13322 (feedmail-debug-sit-for, feedmail-queue-express-hook)
13323 (feedmail-queue-runner-message-sender): Set :version.
13324 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
13325 (bbdb-dwim-net-address, vm-mail): Declare.
13326 (feedmail-binmail-gnulinuxish-template):
13327 Rename from feedmail-binmail-linuxish-template.
13328 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
13329 Use insert-buffer-substring.
13330
13331 2011-05-14 Bill Carpenter <bill@carpenter.org>
13332
13333 * mail/feedmail.el (feedmail-patch-level): Increase.
13334 (feedmail-debug): New custom group.
13335 (feedmail-confirm-outgoing-timeout)
13336 (feedmail-sendmail-f-doesnt-sell-me-out)
13337 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13338 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
13339 (feedmail-sender-line, feedmail-from-line)
13340 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
13341 (feedmail-spray-this-address)
13342 (feedmail-spray-address-fiddle-plex-list)
13343 (feedmail-queue-use-send-time-for-date)
13344 (feedmail-queue-use-send-time-for-message-id)
13345 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
13346 (feedmail-buffer-eating-function):
13347 Doc fixes.
13348 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
13349 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
13350 (feedmail-message-action-scroll-down): New functions.
13351 (feedmail-queue-directory, feedmail-queue-draft-directory):
13352 Use expand-file-name.
13353 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
13354 Remove C-v help entry.
13355 (feedmail-queue-buffer-file-name): New variable.
13356 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
13357 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
13358 (feedmail-message-action-send-strong, feedmail-message-action-edit)
13359 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
13360 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
13361 (feedmail-message-action-toggle-spray)
13362 (feedmail-run-the-queue-no-prompts)
13363 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
13364 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
13365 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
13366 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
13367 (feedmail-envelope-deducer, feedmail-fiddle-from)
13368 (feedmail-fiddle-sender, feedmail-default-date-generator)
13369 (feedmail-fiddle-date, feedmail-fiddle-message-id)
13370 (feedmail-fiddle-spray-address)
13371 (feedmail-fiddle-list-of-spray-fiddle-plexes)
13372 (feedmail-fiddle-list-of-fiddle-plexes)
13373 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
13374 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
13375 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
13376 Change default. Doc fix.
13377 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
13378 (feedmail-binmail-linuxish-template): New constant.
13379 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
13380 Respect feedmail-sendmail-f-doesnt-sell-me-out.
13381 (feedmail-send-it): Add debug call.
13382 Use feedmail-queue-buffer-file-name, and
13383 feedmail-send-it-immediately-wrapper.
13384 (feedmail-message-action-send): Add debug call.
13385 Use feedmail-send-it-immediately-wrapper.
13386 (feedmail-queue-express-to-queue): Add debug call.
13387 Run feedmail-queue-express-hook.
13388 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
13389 (feedmail-message-action-help-blat):
13390 Rename from feedmail-queue-send-edit-prompt-help-first.
13391 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
13392 Check line-endings. Handle errors better.
13393 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
13394 Doc fix. Add debug call.
13395 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
13396 Use feedmail-queue-send-edit-prompt-inner.
13397 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
13398 (feedmail-queue-send-edit-prompt-inner): New function, extracted
13399 from feedmail-queue-send-edit-prompt.
13400 (feedmail-queue-send-edit-prompt-help)
13401 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
13402 (feedmail-tidy-up-slug): Add debug call.
13403 Respect feedmail-queue-slug-suspect-regexp.
13404 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
13405 (feedmail-dump-message-to-queue): Add debug call.
13406 Expand queue-directory.
13407 (feedmail-dump-message-to-queue): Change message slightly.
13408 Use feedmail-say-chatter.
13409 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
13410 (feedmail-send-it-immediately-wrapper): New function.
13411 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
13412 Insert empty string rather than newline. Handle full-frame case.
13413 Use catch/throw. Use feedmail-say-chatter.
13414 (feedmail-fiddle-from): Try mail-host-address.
13415 (feedmail-default-message-id-generator): Doc fix.
13416 Bind system-time-locale. Handle missing end.
13417 (feedmail-fiddle-x-mailer): Add debug call.
13418 Handle feedmail-x-mailer-line being nil.
13419 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
13420 Add debug call. Use buffer-substring-no-properties.
13421 (feedmail-say-debug, feedmail-say-chatter): New functions.
13422 (feedmail-find-eoh): Give an explicit error.
13423
13424 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
13425
13426 * net/newst-treeview.el (newsticker-treeview-face): Change default
13427 family from helvetica to sans.
13428 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
13429 etc/images/newsticker.
13430
13431 * net/newst-reader.el (newsticker-feed-face): Change default
13432 family from helvetica to sans.
13433
13434 * net/newst-plainview.el (newsticker-new-item-face)
13435 (newsticker-old-item-face, newsticker-immortal-item-face)
13436 (newsticker-obsolete-item-face, newsticker-date-face)
13437 (newsticker-statistics-face): Change default family from
13438 helvetica to sans.
13439 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
13440 etc/images/newsticker.
13441
13442 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
13443 (newsticker--process-auto-mark-filter-match): Tell user about
13444 auto-marking.
13445
13446 2011-05-13 Didier Verna <didier@xemacs.org>
13447
13448 Common Lisp indentation improvements on defmethod and lambda-lists.
13449 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
13450 TODO entries.
13451 (lisp-lambda-list-keyword-parameter-indentation)
13452 (lisp-lambda-list-keyword-parameter-alignment)
13453 (lisp-lambda-list-keyword-alignment): New customizable user options.
13454 (lisp-indent-defun-method): Improve docstring.
13455 (extended-loop-p): Fix comment.
13456 (lisp-indent-lambda-list-keywords-regexp): New variable.
13457 (lisp-indent-lambda-list): New function.
13458 (lisp-indent-259): Use it.
13459 (lisp-indent-defmethod): Support for more than one
13460 method qualifier and properly indent methods lambda-lists.
13461 (defgeneric): Provide a missing common-lisp-indent-function property.
13462
13463 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
13464
13465 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
13466 bounds for the empty string (bug#8667).
13467
13468 2011-05-13 Glenn Morris <rgm@gnu.org>
13469
13470 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
13471
13472 * mail/sendmail.el (sendmail-program): Try executable-find first.
13473 (sendmail-send-it): `sendmail-program' cannot be unbound.
13474
13475 * calendar/appt.el (appt-make-list): Simplify.
13476 (appt-time-msg-list): Doc fix.
13477 (appt-check): Change mode-line message at the time of the appointment.
13478
13479 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
13480
13481 * progmodes/ld-script.el (ld-script-keywords)
13482 (ld-script-builtins): Update keywords list.
13483
13484 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13485
13486 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
13487
13488 * shell.el (shell-completion-vars): New function.
13489 (shell-mode):
13490 * simple.el (read-shell-command): Use it.
13491 (blink-matching-open): No need for " [...]" in minibuffer-message.
13492
13493 2011-05-12 Glenn Morris <rgm@gnu.org>
13494
13495 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
13496 (appt-check): Simplify.
13497
13498 2011-05-12 Eli Zaretskii <eliz@gnu.org>
13499
13500 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
13501 literal "/dev/null".
13502
13503 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13504
13505 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
13506 Fix typo.
13507
13508 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
13509
13510 * progmodes/which-func.el (which-function):
13511 Use add-log-current-defun instead of add-log-current-defun-function,
13512 which might not be defined (Bug#8260).
13513
13514 2011-05-12 Glenn Morris <rgm@gnu.org>
13515
13516 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
13517 Let byte-compile-initial-macro-environment always take precedence.
13518
13519 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13520
13521 * net/rcirc.el: Add support for SSL/TLS connections.
13522 (rcirc-server-alist): New field `encryption'.
13523 (rcirc): Check `encryption' settings.
13524 (rcirc-connect): New arg `encryption'. Use open-network-stream.
13525 Merge make-local-variable into `set'.
13526 (rcirc--connection-open-p): New function.
13527 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
13528 the process is not a network process (e.g. running gnutls-cli).
13529 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13530 Make rcirc-(en|de)code-coding-system local here.
13531 (rcirc-mode): Merge make-local-variable into `set'.
13532 (rcirc-parent-buffer): Make permanent buffer-local.
13533 (rcirc-multiline-minor-mode): Don't do it here.
13534 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
13535 there's no server buffer.
13536
13537 2011-05-11 Glenn Morris <rgm@gnu.org>
13538
13539 * newcomment.el (comment-kill): Prefix "unused" local.
13540
13541 * term/w32console.el (get-screen-color): Declare.
13542
13543 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
13544 Handle symbol elements of byte-compile-initial-macro-environment.
13545
13546 2011-05-10 Leo Liu <sdl.web@gmail.com>
13547
13548 * bookmark.el (bookmark-bmenu-mode-map):
13549 Bind bookmark-bmenu-search to `/'.
13550
13551 * mail/footnote.el: Convert to utf-8 encoding.
13552 (footnote-unicode-string, footnote-unicode-regexp): New variable.
13553 (Footnote-unicode): New function.
13554 (footnote-style-alist): Add unicode style to the list.
13555 (footnote-style): Doc fix.
13556
13557 2011-05-10 Jim Meyering <meyering@redhat.com>
13558
13559 Fix doubled-word typos.
13560 * international/quail.el (quail-insert-kbd-layout): and and -> and
13561 * kermit.el: and and -> and
13562 * net/ldap.el (ldap-search-internal): to to -> to
13563 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
13564 * progmodes/js.el (js-mode): and and -> and
13565 * textmodes/artist.el (artist-move-to-xy): at at -> at
13566 (artist-draw-region-trim-line-endings): if if -> if
13567 And Safetyc -> Safety.
13568 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
13569
13570 2011-05-10 Glenn Morris <rgm@gnu.org>
13571 Stefan Monnier <monnier@iro.umontreal.ca>
13572
13573 * files.el (hack-one-local-variable-eval-safep):
13574 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
13575
13576 2011-05-10 Glenn Morris <rgm@gnu.org>
13577
13578 * calendar/diary-lib.el (diary-list-entries-hook)
13579 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
13580 (diary-nongregorian-marking-hook, diary-list-entries)
13581 (diary-include-other-diary-files, diary-mark-entries)
13582 (diary-mark-included-diary-files): Doc fixes.
13583
13584 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
13585
13586 * misc.el: Require tabulated-list.el during compilation.
13587
13588 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
13589
13590 * progmodes/compile.el (compilation-start):
13591 Run compilation-filter-hook for the async case too.
13592 (compilation-filter-hook): Doc fix.
13593
13594 2011-05-09 Deniz Dogan <deniz@dogan.se>
13595
13596 * wdired.el: Remove outdated installation comment. Fix usage
13597 comment.
13598
13599 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
13600
13601 * misc.el: Implement new command `list-dynamic-libraries'.
13602 (list-dynamic-libraries--loaded-only-p): New variable.
13603 (list-dynamic-libraries--refresh): New function.
13604 (list-dynamic-libraries): New command.
13605
13606 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
13607
13608 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13609 Fix the ant regexp to handle end-line and end-column info from jikes.
13610 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
13611 higher priority to avoid clobbering by gnu.
13612
13613 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
13614
13615 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
13616 if the face has existing theme settings (Bug#8454).
13617
13618 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
13619
13620 * progmodes/perl-mode.el (perl-imenu-generic-expression):
13621 Only match variables declared via `my' or `our' (Bug#8261).
13622
13623 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
13624 special file names `.' and `..' (Bug#8259).
13625
13626 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
13627
13628 * progmodes/grep.el (grep-mode-font-lock-keywords):
13629 Remove buffer-changing entries.
13630 (grep-filter): New function.
13631 (grep-mode): Add it to compilation-filter-hook.
13632
13633 * progmodes/compile.el (compilation-filter-hook)
13634 (compilation-filter-start): New defvars.
13635 (compilation-filter): Call compilation-filter-hook prior to
13636 updating the process mark.
13637
13638 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13639
13640 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
13641
13642 2011-05-07 Eli Zaretskii <eliz@gnu.org>
13643
13644 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
13645 mailclient-send-it even if window-system is nil. (Bug#8595)
13646
13647 * term/w32console.el (terminal-init-w32console):
13648 Call get-screen-color and use its output to set the frame
13649 background-mode. (Bug#8597)
13650
13651 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13652
13653 Make bytecomp.el understand that defmethod defines funs (bug#8631).
13654 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
13655 New functions.
13656 (defgeneric, eieio--defmethod): Use them.
13657 (eieio-defgeneric): Remove.
13658 (defmethod): Call defgeneric in a way visible to the byte-compiler.
13659
13660 2011-05-07 Glenn Morris <rgm@gnu.org>
13661
13662 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
13663 Use let rather than let*.
13664 (timeclock-find-discrep): Remove unused local.
13665
13666 * calendar/diary-lib.el (diary-comment-start): Doc fix.
13667
13668 * calendar/appt.el (appt-time-msg-list): Doc fix.
13669
13670 2011-05-06 Noah Friedman <friedman@splode.com>
13671
13672 * apropos.el (apropos-print-doc): Only use
13673 emacs-lisp-docstring-fill-column when it is bound to an integer,
13674 per that variable's documentation.
13675
13676 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13677
13678 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
13679 and warnings are not silently discarded (e.g. use -d instead of -P).
13680
13681 2011-05-06 Glenn Morris <rgm@gnu.org>
13682
13683 * calendar/appt.el (appt-message-warning-time): Doc fix.
13684 (appt-warning-time-regexp): New option.
13685 (appt-make-list): Respect appt-message-warning-time.
13686
13687 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
13688 New options.
13689 (diary-add-to-list): Strip comments from the displayed string.
13690 (diary-mode): Set comment-start and comment-end.
13691
13692 * vc/diff-mode.el (smerge-refine-subst): Declare.
13693 (diff-refine-hunk): Don't require smerge-mode when compiling.
13694
13695 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
13696
13697 * simple.el (list-processes): Return nil as the docstring says.
13698
13699 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
13700
13701 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
13702 to "".
13703 (ange-ftp-write-region, ange-ftp-insert-file-contents)
13704 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
13705 determining of binary transfer. (Bug#7383)
13706
13707 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
13708
13709 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13710 Fix port computation bug. (Bug#8618)
13711
13712 2011-05-05 Glenn Morris <rgm@gnu.org>
13713
13714 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
13715
13716 * simple.el (shell-dynamic-complete-functions)
13717 (comint-dynamic-complete-functions): Declare.
13718
13719 * net/network-stream.el (gnutls-negotiate):
13720 * simple.el (tabulated-list-print): Fix declarations.
13721
13722 * progmodes/gud.el (syntax-symbol, syntax-point):
13723 Remove unnecessary and incorrect declarations.
13724
13725 * emacs-lisp/check-declare.el (check-declare-scan):
13726 Handle byte-compile-initial-macro-environment in bytecomp.el
13727
13728 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13729
13730 Fix earlier half-done eieio-defmethod change (bug#8338).
13731 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
13732 Streamline and change calling convention.
13733 (defmethod): Adjust accordingly and simplify.
13734 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
13735 new eieio--defmethod.
13736 (slot-boundp): Minor CSE simplification.
13737
13738 2011-05-05 Milan Zamazal <pdm@zamazal.org>
13739
13740 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
13741 (glasses-make-readable): Use glasses-separate-capital-groups.
13742
13743 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
13744
13745 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
13746 (warning-series): Doc fix.
13747 (display-warning): Don't try to create the buffer if we just found it.
13748
13749 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
13750
13751 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
13752 (autoload-find-generated-file): New function.
13753 (generate-file-autoloads): Bind generated-autoload-file to
13754 buffer-file-name.
13755 (update-file-autoloads, update-directory-autoloads):
13756 Use autoload-find-generated-file. If called interactively, prompt for
13757 output file (Bug#7989).
13758 (batch-update-autoloads): Doc fix.
13759
13760 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
13761
13762 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
13763
13764 2011-05-04 Glenn Morris <rgm@gnu.org>
13765
13766 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
13767 function, so it follows changes in calendar-date-style.
13768 (diary-fancy-date-matcher): New function.
13769 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
13770 (diary-fancy-font-lock-fontify-region-function):
13771 Use diary-fancy-date-pattern as a function.
13772
13773 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
13774 non-numbers for `year' etc pseudo-variables. (Bug#8583)
13775
13776 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
13777
13778 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
13779 instead of positional arguments. Allow :keylist and :crlfiles
13780 arguments.
13781 (open-gnutls-stream): Call it.
13782
13783 * net/network-stream.el (network-stream-open-starttls): Adjust to
13784 call `gnutls-negotiate' with :process and :hostname arguments.
13785
13786 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13787
13788 * minibuffer.el (completion--message): New function.
13789 (completion--do-completion, minibuffer-complete)
13790 (minibuffer-force-complete, minibuffer-complete-word): Use it.
13791 (completion--do-completion): Don't ignore completion-auto-help when in
13792 icomplete-mode.
13793
13794 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
13795 internal encoding (e.g. tibetan zero is not whitespace).
13796 (global-whitespace-mode): Prefer save-current-buffer.
13797 (whitespace-trailing-regexp): Remove useless save-match-data.
13798 (whitespace-empty-at-bob-regexp): Minor simplification.
13799
13800 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
13801
13802 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
13803
13804 2011-05-03 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
13805
13806 * textmodes/ispell.el (ispell-add-per-file-word-list):
13807 Use `concat' to create string for insertion.
13808
13809 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13810
13811 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
13812 Avoid open-line which runs post-self-insert-hook.
13813 (bibtex-fill-entry): Remove unused `end' var.
13814
13815 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
13816
13817 * textmodes/ispell.el (ispell-add-per-file-word-list):
13818 Protect against `nil' value of `comment-start' (Bug#8579).
13819
13820 2011-05-03 Leo Liu <sdl.web@gmail.com>
13821
13822 * isearch.el (isearch-yank-pop): New command.
13823 (isearch-mode-map): Bind it to `M-y'.
13824 (isearch-forward): Mention it.
13825
13826 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13827
13828 * simple.el (minibuffer-complete-shell-command): Remove.
13829 (minibuffer-local-shell-command-map): Use completion-at-point.
13830 (read-shell-command): Setup completion vars here instead.
13831 (read-expression-map): Bind TAB to symbol completion.
13832
13833 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
13834 error directly rather via storing it into `results'.
13835
13836 2011-05-02 Leo Liu <sdl.web@gmail.com>
13837
13838 * vc/diff.el: Fix description.
13839
13840 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
13841
13842 * server.el (server-eval-at): New function.
13843
13844 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13845
13846 * net/network-stream.el (open-network-stream): Take a :nowait
13847 parameter and pass it on to `make-network-process'.
13848 (network-stream-open-plain): Ditto.
13849
13850 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
13851
13852 * faces.el (face-spec-set-match-display): Don't match toolkit
13853 options on terminal frames.
13854
13855 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13856
13857 * progmodes/pascal.el: Use lexical binding.
13858 (pascal-mode-map): Remove author preferences.
13859
13860 * pcomplete.el (pcomplete-std-complete): Don't abuse
13861 completion-at-point.
13862
13863 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
13864
13865 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
13866 removing code that has been dead since 1991 or so.
13867
13868 * startup.el (command-line): When warning about "_emacs", use a
13869 delayed warning to allow the user to filter it out.
13870
13871 2011-04-28 Deniz Dogan <deniz@dogan.se>
13872
13873 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
13874 user has not joined.
13875
13876 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13877
13878 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
13879 aren't any completions at point.
13880
13881 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
13882
13883 * subr.el (display-delayed-warnings): New function.
13884 (delayed-warnings-hook): New variable.
13885
13886 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13887
13888 * minibuffer.el (completion-at-point, completion-help-at-point):
13889 Don't presume that a given completion-at-point-function will always
13890 use the same calling convention.
13891
13892 * pcomplete.el (pcomplete-completions-at-point):
13893 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
13894 pcomplete-seen is non-nil.
13895 (pcomplete-comint-setup): Also recognize the new comint/shell
13896 completion functions.
13897 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
13898 pcomplete-seen is non-nil.
13899
13900 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
13901
13902 * calendar/icalendar.el (diary-lib): Add require statement.
13903 (icalendar--create-uid): Read out a uid from a text-property on
13904 the first character in the entry. This allows for code to add its
13905 own uid to the entry.
13906 (icalendar--convert-float-to-ical): Add export of
13907 `diary-float'-entries save for those with the optional DAY
13908 argument.
13909
13910 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
13911
13912 * subr.el (shell-quote-argument): Use alternate escaping strategy
13913 when we spot a variable reference in a string.
13914
13915 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
13916
13917 * cus-start.el (all): Define customization for debug-on-event.
13918
13919 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
13920
13921 * subr.el (shell-quote-argument): Escape correctly under Windows.
13922
13923 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13924
13925 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
13926
13927 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
13928
13929 * net/tramp.el (tramp-process-actions): Add POS argument.
13930 Delete region between POS and (pos).
13931
13932 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13933 Use `nil' position in `tramp-process-actions' call.
13934 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
13935
13936 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
13937 position in `tramp-process-actions' call.
13938
13939 * net/trampver.el: Update release number.
13940
13941 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13942
13943 * custom.el (defcustom): Obey lexical-binding.
13944
13945 Fix octave-inf completion problems reported by Alexander Klimov.
13946 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
13947 Inherit from octave-mode-syntax-table.
13948 (inferior-octave-mode): Set info-lookup-mode.
13949 (inferior-octave-completion-at-point): New function.
13950 (inferior-octave-complete): Use it and completion-in-region.
13951 (inferior-octave-dynamic-complete-functions): Use it as well, and use
13952 comint-filename-completion.
13953 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
13954 symbol elements which shouldn't be word elements.
13955 (octave-font-lock-keywords, octave-beginning-of-defun)
13956 (octave-function-header-regexp): Adjust regexps accordingly.
13957 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
13958
13959 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
13960
13961 * net/gnutls.el (gnutls-errorp): Declare before first use.
13962
13963 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
13964
13965 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
13966 verify-error, and verify-hostname-error parameters. Check whether
13967 default trustfile exists before going to use it. Add missing
13968 argument to gnutls-message-maybe call. Return value.
13969 Reported by Claudio Bley <claudio.bley@gmail.com>.
13970 (open-gnutls-stream): Add usage example.
13971
13972 * net/network-stream.el (network-stream-open-starttls): Give host
13973 parameter to `gnutls-negotiate'.
13974 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
13975 * subr.el (shell-quote-argument): Escape correctly under Windows.
13976
13977 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
13978
13979 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
13980 Use correct match group (bug#8438).
13981
13982 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
13983
13984 * emacs-lisp/package.el (package-built-in-p): Fix typo.
13985 (package-menu--generate): New arg specifying packages to show.
13986 (package-menu-refresh, package-menu-execute, list-packages):
13987 Callers changed.
13988 (package-show-package-list): New function, replacing deleted
13989 package--list-packages (renamed because it is non-internal).
13990
13991 * finder.el (finder-list-matches): Use package-show-package-list
13992 instead of deleted package--list-packages.
13993
13994 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
13995 Based on a previous implementation by Juanma Barranquero (Bug#8366).
13996 (vc-annotate-mode-map): Bind it to RET.
13997
13998 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
13999
14000 * progmodes/etags.el (next-file): Don't use set-buffer to change
14001 buffers (Bug#8478).
14002
14003 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
14004
14005 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
14006
14007 * apropos.el (apropos-label-face): Avoid variable-pitch face.
14008 (apropos-accumulator): Doc fix.
14009 (apropos-function, apropos-macro, apropos-command)
14010 (apropos-variable, apropos-face, apropos-group, apropos-widget)
14011 (apropos-plist): Add face property.
14012 (apropos-symbols-internal): Fix indentation.
14013 (apropos-print): Simplify help, and recognize apropos-multi-type.
14014 (apropos-print-doc): Use button-type-get to extract the button's
14015 face property. Fill docstring (Bug#8352).
14016
14017 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
14018
14019 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
14020
14021 * play/mpuz.el (mpuz-silent): Doc fix.
14022 (mpuz-mode-map): Use mapc.
14023 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
14024 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
14025 Fix typos in docstrings.
14026
14027 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
14028 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
14029
14030 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
14031
14032 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
14033
14034 * minibuffer.el (completion--do-completion): Avoid the "Next char
14035 not unique" prompt if icomplete-mode is enabled (Bug#5849).
14036
14037 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
14038 mouse-2 into unread-command-events, it is interpreted correctly.
14039
14040 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
14041 (image-toggle-display): Doc fix.
14042
14043 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
14044
14045 * textmodes/page.el (what-page): Use line-number-at-pos to
14046 calculate line number (Bug#6825).
14047
14048 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
14049
14050 * eshell/esh-mode.el (find-tag-interactive): Declare function.
14051 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
14052 Pass argument NO-DEFAULT to `find-tag-interactive'.
14053
14054 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
14055
14056 Lexical-binding cleanup.
14057
14058 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
14059 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
14060 * progmodes/ada-prj.el (ada-prj-initialize-values)
14061 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
14062 (ada-prj-show-value):
14063 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
14064 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
14065 (antlr-invalidate-context-cache, antlr-options-menu-filter)
14066 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
14067 * progmodes/bug-reference.el (bug-reference-push-button):
14068 * progmodes/fortran.el (fortran-line-length):
14069 * progmodes/glasses.el (glasses-change):
14070 * progmodes/octave-mod.el (octave-fill-paragraph):
14071 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
14072 (python-pdbtrack-grub-for-buffer, python-sentinel):
14073 * progmodes/sql.el (sql-save-connection):
14074 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
14075 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
14076 Mark unused parameters.
14077
14078 * progmodes/compile.el (compilation--flush-directory-cache)
14079 (compilation--flush-parse, compile-internal): Mark unused parameters.
14080 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
14081 (compilation-next-error-function): Remove unused variable `timestamp'.
14082
14083 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
14084 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
14085
14086 * progmodes/dcl-mode.el (dcl-end-of-command):
14087 Remove unused variable `start'.
14088 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
14089 (dcl-option-value-basic, dcl-option-value-offset)
14090 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
14091 Mark unused parameters.
14092 (dcl-save-local-variable): Remove unused variable `val'.
14093 (mode): Declare.
14094
14095 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
14096 Mark unused parameters.
14097 (delphi-ignore-changes): Move before first use.
14098 (delphi-charset-token-at): Remove unused variable `start'.
14099 (delphi-else-start): Remove unused variable `if-count'.
14100 (delphi-comment-block-start, delphi-comment-block-end):
14101 Remove unused variable `kind'.
14102 (delphi-indent-line): Remove unused variable `new-point'.
14103
14104 * progmodes/ebrowse.el (ebrowse-files-list)
14105 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
14106 Mark unused parameters. Don't quote `lambda'.
14107 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
14108 Don't quote `lambda'.
14109 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
14110 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
14111 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
14112 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
14113 Use `ignore-errors'.
14114 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
14115 (ebrowse-view/find-file-and-search-pattern)
14116 (ebrowse-view/find-member-declaration/definition):
14117 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
14118 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
14119 Rename parameter PREFIX-ARG to PREFIX.
14120 (ebrowse-tags-read-name): Remove unused variables `start' and
14121 `member-info'.
14122 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
14123 to `tags-file'.
14124
14125 * progmodes/etags.el (local-find-tag-hook): Declare.
14126 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
14127 Mark unused parameters.
14128
14129 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
14130 (executable-interpret): Mark unused parameter.
14131
14132 * progmodes/flymake.el (flymake-process-sentinel)
14133 (flymake-after-change-function)
14134 (flymake-create-temp-with-folder-structure)
14135 (flymake-get-include-dirs-dot): Mark unused parameters.
14136 (flymake-safe-delete-directory): Remove unused variable `err'.
14137
14138 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
14139 (speedbar-timer-fn, speedbar-line-text)
14140 (speedbar-change-expand-button-char, speedbar-delete-subblock)
14141 (speedbar-center-buffer-smartly): Declare functions.
14142 (gdb-find-watch-expression): Remove unused variable `array'.
14143 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
14144 (gdb-starting): Mark unused parameters.
14145 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
14146 (gdb-table-string): Remove unused variable `res'.
14147 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
14148 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
14149 (gdb-display-buffer): Remove unused variable `cur-size'.
14150
14151 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
14152 allow lexical-binding compilation.
14153 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
14154 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
14155 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
14156 Mark unused parameters.
14157 (gud-gdb-marker-filter): Remove unused variable `match'.
14158 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
14159 lambda expressions and funcall them, instead of using `fset'.
14160
14161 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
14162 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
14163
14164 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
14165 variable `header-beg'; use `let'.
14166
14167 * progmodes/icon.el (indent-icon-exp): Remove unused variables
14168 `restart', `last-sexp' and `at-do'.
14169
14170 * progmodes/js.el (js--debug): Mark unused parameter.
14171 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
14172 (js--splice-into-items): Remove unused variable `item'.
14173 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
14174
14175 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
14176 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
14177 (makefile-complete): Remove unused variable `try'.
14178 (makefile-fill-paragraph, makefile-match-function-end):
14179 Mark unused parameters.
14180
14181 * progmodes/octave-inf.el (inferior-octave-complete):
14182 Remove unused variable `proc'.
14183 (inferior-octave-output-digest): Mark unused parameter.
14184
14185 * progmodes/perl-mode.el (perl-calculate-indent):
14186 Remove unused variable `err'.
14187
14188 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
14189 (prolog-indent-line): Mark unused parameters.
14190 (prolog-indent-line): Remove unused variable `beg'.
14191
14192 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
14193 (reporter-dont-compact-list): Declare.
14194
14195 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
14196 Remove unused variable `char'.
14197 (sh-debug): Mark unused parameter.
14198 (sh-get-indent-info): Remove unused variable `start'.
14199 (sh-calculate-indent): Remove unused variable `var'.
14200
14201 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
14202 (simula-electric-keyword): Remove unused variable `null'.
14203 (simula-search-backward, simula-search-forward): Remove unused
14204 variables `begin' and `end'.
14205
14206 * progmodes/vera-mode.el (vera-guess-basic-syntax):
14207 Remove unused variable `pos'.
14208 (vera-electric-tab, vera-comment-uncomment-region):
14209 Mark unused parameters.
14210 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
14211
14212 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
14213
14214 * emacs-lisp/package.el (package--builtins, package-alist)
14215 (package-load-descriptor, package-built-in-p, package-activate)
14216 (define-package, package-installed-p)
14217 (package-compute-transaction, package-buffer-info)
14218 (package--push): Doc fix. Distinguish more clearly between
14219 version strings and version lists.
14220
14221 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
14222
14223 Lexical-binding cleanup.
14224
14225 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
14226 (5x5-make-mutate-best):
14227 * play/fortune.el (fortune-in-buffer):
14228 * play/gomoku.el (gomoku-init-display):
14229 * play/solitaire.el (solitaire, solitaire-do-check):
14230 * play/tetris.el (tetris-default-update-speed-function):
14231 Mark unused parameters.
14232
14233 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
14234 (bubbles--shift): Remove unused variable `char-org'.
14235 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
14236 (bubbles--show-images): Remove unused variable `char'.
14237
14238 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
14239 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
14240 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
14241 (decipher-analyze-buffer): Use ?\s.
14242 (decipher-make-checkpoint): Remove unused variable `mapping'.
14243
14244 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
14245
14246 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
14247 Remove unused variable `result'; use `let'.
14248
14249 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
14250 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
14251 (gametree-children-shown-p, gametree-compute-reduced-score):
14252 Use `ignore-errors'.
14253
14254 * play/handwrite.el (ps-lpr-switches): Declare.
14255 (handwrite): Remove unused variables `pmin' and `lastp'.
14256
14257 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
14258
14259 * play/landmark.el (landmark-init-display)
14260 (landmark-update-naught-weights): Mark unused parameters.
14261 (landmark-y): Remove unused variable `noise'. Simplify.
14262 (landmark-human-plays): Remove unused variable `score'.
14263
14264 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
14265 (mpuz-try-proposal): Remove unused variable `game'.
14266
14267 * play/zone.el (life-patterns): Declare.
14268
14269 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
14270
14271 * vc/vc.el (ediff-vc-internal): Declare function.
14272
14273 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14274
14275 * shell.el: Use lexical-binding and std completion UI.
14276 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
14277 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
14278 comint-preoutput-filter-functions rather than on
14279 comint-output-filter-functions.
14280 (shell-command-completion, shell--command-completion-data)
14281 (shell-filename-completion, shell-environment-variable-completion)
14282 (shell-c-a-p-replace-by-expanded-directory): New functions.
14283 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
14284 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
14285 (shell-dynamic-complete-environment-variable): Use them.
14286 (shell-dynamic-complete-as-environment-variable)
14287 (shell-dynamic-complete-as-command): Remove.
14288 (shell-match-partial-variable): Match past point.
14289 * comint.el: Clean up use of completion-at-point-functions.
14290 (comint-completion-at-point): New function.
14291 (comint-mode): Use it completion-at-point-functions.
14292 (comint-dynamic-complete): Make it obsolete.
14293 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
14294 (comint-c-a-p-replace-by-expanded-history): New function.
14295 (comint-dynamic-complete-functions)
14296 (comint-replace-by-expanded-history): Use it.
14297 * minibuffer.el (completion-table-with-terminator): Allow dynamic
14298 termination strings. Try harder to avoid second try-completion.
14299 (completion-in-region-mode-map): Disable bindings that don't work yet.
14300
14301 * comint.el: Use lexical-binding. Require CL.
14302 (comint-dynamic-complete-functions): Use comint-filename-completion.
14303 (comint-completion-addsuffix): Tweak custom type.
14304 (comint-filename-completion, comint--common-suffix)
14305 (comint--common-quoted-suffix, comint--table-subvert)
14306 (comint--complete-file-name-data): New functions.
14307 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
14308 (comint-dynamic-list-filename-completions): Use them.
14309 (comint-dynamic-simple-complete): Make obsolete.
14310
14311 * minibuffer.el (completion-in-region-mode):
14312 Keep completion-in-region-mode--predicate global.
14313 (completion-in-region--postch):
14314 Assume completion-in-region-mode--predicate is not null.
14315
14316 * progmodes/flymake.el (flymake-start-syntax-check-process):
14317 Obey `dir'. Simplify.
14318
14319 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
14320 we're in VC after all.
14321
14322 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
14323
14324 * vc/vc.el (vc-diff-build-argument-list-internal)
14325 (vc-version-ediff, vc-ediff): New commands.
14326 (vc-version-diff): Use vc-diff-build-argument-list-internal.
14327
14328 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14329
14330 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
14331 add sanity check.
14332
14333 * obsolete/erc-hecomplete.el: Make obsolete.
14334 * obsolete/: Standardize obsolescence info in the header.
14335
14336 2011-04-20 Glenn Morris <rgm@gnu.org>
14337
14338 * calendar/solar.el (solar-horizontal-coordinates):
14339 Use the longitude argument rather than `calendar-longitude'.
14340 (solar-date-next-longitude): Remove unused locals.
14341
14342 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14343
14344 * whitespace.el: New version 13.2.1.
14345
14346 2011-04-20 felix <EmacsWiki> (tiny change)
14347
14348 * whitespace.el (global-whitespace-mode): Keep highlight when
14349 switching between major modes on a file.
14350
14351 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14352
14353 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
14354 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
14355 multi-line comments as well.
14356
14357 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
14358
14359 Lexical-binding cleanup.
14360
14361 * arc-mode.el (archive-mode-revert):
14362 * cmuscheme.el (scheme-interactively-start-process):
14363 * custom.el (custom-initialize-delay):
14364 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
14365 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
14366 * emacs-lock.el (emacs-lock-clear-sentinel):
14367 * ezimage.el (defezimage):
14368 * follow.el (follow-avoid-tail-recenter):
14369 * fringe.el (set-fringe-mode-1):
14370 * generic-x.el (bat-generic-mode-compile):
14371 * help-mode.el (help-info-variable, help-do-xref)
14372 (help-mode-revert-buffer):
14373 * help.el (view-emacs-todo):
14374 * iswitchb.el (iswitchb-completion-help):
14375 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
14376 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
14377 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
14378 * locate.el (locate-update):
14379 * longlines.el (longlines-encode-region)
14380 (longlines-after-change-function):
14381 * outline.el (outline-isearch-open-invisible):
14382 * ps-def.el (declare-function, charset-dimension, char-width)
14383 (encode-char):
14384 * ps-mule.el (ps-mule-plot-string):
14385 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
14386 (recentf-edit-list-select, recentf-edit-list-validate)
14387 (recentf-open-files-action):
14388 * rect.el (delete-whitespace-rectangle-line)
14389 (rectangle-number-line-callback):
14390 * register.el (window-configuration-to-register)
14391 (frame-configuration-to-register):
14392 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
14393 * select.el (xselect-convert-to-string, xselect-convert-to-length)
14394 (xselect-convert-to-targets, xselect-convert-to-delete)
14395 (xselect-convert-to-filename, xselect-convert-to-charpos)
14396 (xselect-convert-to-lineno, xselect-convert-to-colno)
14397 (xselect-convert-to-os, xselect-convert-to-host)
14398 (xselect-convert-to-user, xselect-convert-to-class)
14399 (xselect-convert-to-name, xselect-convert-to-integer)
14400 (xselect-convert-to-atom, xselect-convert-to-identity):
14401 * subr.el (declare, ignore, process-kill-without-query)
14402 (text-clone-maintain):
14403 * terminal.el (te-get-char, te-tic-sentinel):
14404 * tool-bar.el (tool-bar-make-keymap):
14405 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
14406 * type-break.el (type-break-mode, type-break-noninteractive-query):
14407 * view.el (View-back-to-mark):
14408 * wid-browse.el (widget-browse-action, widget-browse-widget)
14409 (widget-browse-widgets, widget-browse-sexp):
14410 * widget.el (define-widget-keywords):
14411 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
14412 Mark unused parameters.
14413
14414 * align.el (align-adjust-col-for-rule): Mark unused parameter.
14415 (align-areas): Remove unused variable `look'.
14416 (align-region): Remove unused variables `real-end' and `pos-list'.
14417
14418 * apropos.el (apropos-score-doc): Remove unused variable `i'.
14419
14420 * bindings.el (mode-line-modified, mode-line-remote):
14421 Mark unused parameters.
14422 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
14423
14424 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
14425 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
14426
14427 * comint.el (comint-history-isearch-pop-state)
14428 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
14429 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
14430 (comint-substitute-in-file-name): Doc fix.
14431
14432 * completion.el (cmpl-statistics-block): Mark unused parameter.
14433 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
14434 (save-completions-to-file, load-completions-from-file):
14435 Remove unused local variable `e'.
14436
14437 * composite.el (compose-chars): Remove unused variable `len'.
14438 (lgstring-insert-glyph): Remove unused variable `g'.
14439 (compose-glyph-string): Remove unused variables `ascent',
14440 `descent', `lbearing' and `rbearing'.
14441 (compose-glyph-string-relative): Remove unused variables
14442 `lbearing', `rbearing' and `wadjust'.
14443 (compose-gstring-for-graphic): Remove unused variables `header',
14444 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
14445 (compose-gstring-for-terminal): Remove unused variables `header'
14446 and `nchars'. Use `let', not `let*'.
14447
14448 * cus-edit.el (Custom-set, Custom-save, custom-reset)
14449 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
14450 (Custom-buffer-done, custom-buffer-create-internal)
14451 (custom-browse-visibility-action, custom-browse-group-tag-action)
14452 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
14453 (widget-magic-mouse-down-action, custom-toggle-parent)
14454 (custom-add-parent-links, custom-toggle-hide-variable)
14455 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
14456 (custom-toggle-hide-face, face, hook, custom-group-link-action)
14457 (custom-face-menu-create, custom-variable-menu-create, get)
14458 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
14459 (custom-reset-standard-save-and-update): Remove unused variable `value'.
14460 (customize-apropos): Remove unused variable `tests'.
14461 (custom-group-value-create): Remove unused variable `hidden-p'.
14462 (sort-fold-case): Declare.
14463
14464 * cus-theme.el (custom-reset-standard-faces-list)
14465 (custom-reset-standard-variables-list): Declare.
14466 (customize-create-theme, custom-theme-revert, custom-theme-write)
14467 (custom-theme-choose-mode, customize-themes, custom-theme-save):
14468 Mark unused parameters.
14469
14470 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
14471
14472 * delim-col.el (delimit-columns-max): Move defvar before first use.
14473
14474 * descr-text.el (describe-char-categories): Don't quote `lambda'.
14475 (describe-char): Don't quote `lambda'. Mark unused parameter.
14476
14477 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
14478 (auto-insert): Declare.
14479 (desktop-restore-file-buffer): Rename desktop-* parameters;
14480 mark unused ones.
14481 (desktop-create-buffer): Rename desktop-* parameters and bind them.
14482 (desktop-buffer): Rename desktop-* parameters.
14483
14484 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
14485 (dframe-reposition-frame-xemacs, dframe-help-echo)
14486 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
14487 Mark unused parameters.
14488
14489 * dired-aux.el (backup-extract-version-start, overwrite-query)
14490 (overwrite-backup-query, rename-regexp-query)
14491 (rename-non-directory-query): Declare.
14492 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
14493 (dired-add-entry): Remove unused variable `orig-file-name'.
14494 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
14495 Use parameter PRESERVE-TIME instead of accessing dynamic variable
14496 `dired-copy-preserve-time' directly.
14497 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
14498 (dired-insert-subdir-newpos): Rename unused variable `pos'.
14499
14500 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
14501 (dired-virtual-revert, dired-make-relative-symlink):
14502 Mark unused parameters.
14503 (manual-program): Declare.
14504 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
14505 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
14506 wrapped in `with-no-warnings' to avoid replacing one warning by another.
14507
14508 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
14509
14510 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
14511
14512 * echistory.el (electric-history-in-progress, Helper-return-blurb):
14513 Declare.
14514
14515 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
14516
14517 * electric.el (Electric-command-loop): Rename parameter
14518 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
14519
14520 * expand.el (expand-in-literal): Remove unused variable `here'.
14521
14522 * facemenu.el (facemenu-add-new-color):
14523 Remove unused variable `docstring'.
14524
14525 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
14526 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
14527 (face-attr-construct): Mark unused parameter. Doc fix.
14528 (read-color): Remove unused variable `hex-string'.
14529
14530 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
14531 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
14532 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
14533 (display-buffer-other-frame): Remove unused variable `old-window'.
14534 (kill-buffer-hook): Declare.
14535 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
14536 Mark unused parameters.
14537 (after-find-file): Pass 1 to `auto-save-mode', not t.
14538
14539 * files-x.el (auto-insert): Declare.
14540 (modify-file-local-variable-prop-line): Remove unused variable `val'.
14541
14542 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
14543 variable `buf'. Mark unused parameter.
14544 (find-lisp-insert-directory): Mark unused parameter.
14545
14546 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
14547 (format-encode-region): Remove unused variables `cur-buf' and `result'.
14548 (format-common-tail): Remove, unused.
14549 (format-deannotate-region): Remove unused variable `loc'.
14550 (format-annotate-region): Remove unused variable `p'.
14551 (format-annotate-single-property-change): Remove unused variables
14552 `default' and `tail'.
14553
14554 * forms.el (read-file-filter): Declare.
14555 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
14556
14557 * frame.el (frame-creation-function-alist): Mark unused parameter.
14558 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
14559
14560 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
14561 Remove unused parameters.
14562 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
14563 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
14564
14565 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
14566 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
14567 (hfy-prepare-tag-map): Mark unused parameters.
14568 (htmlfontify-buffer): Use `called-interactively-p'.
14569
14570 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
14571 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
14572 (ibuffer-do-occur): Mark unused parameters.
14573 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
14574 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
14575
14576 * ibuffer.el: Don't quote `lambda'.
14577 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
14578 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
14579 Mark unused parameters.
14580
14581 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
14582 (ido-completing-read): Mark unused parameters.
14583 (ido-copy-current-word): Mark unused parameters;
14584 remove unused variable `name'.
14585 (ido-sort-merged-list): Remove unused parameter `dirs'.
14586
14587 * ielm.el (ielm-input-sender): Mark unused parameter.
14588 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
14589 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
14590 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
14591 `ielm-string' as a dynamic variable accessible from the IELM prompt.
14592 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
14593
14594 * image-dired.el (image-dired-display-thumbs): Remove unused
14595 variables `curr-file' and `count'.
14596 (image-dired-remove-tag): Remove unused variable `start'.
14597 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
14598 variable `curr-file'
14599 (image-dired-rotate-original): Remove unused variable `temp-file'.
14600 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
14601 Remove unused variable `file'.
14602 (image-dired-gallery-generate): Remove unused variable `curr'.
14603 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
14604
14605 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
14606
14607 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
14608
14609 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
14610
14611 * isearch.el (minibuffer-history-symbol): Declare.
14612 (isearch-edit-string): Remove unused variable `err'.
14613 (isearch-message-prefix, isearch-message-suffix):
14614 Mark unused parameters.
14615
14616 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
14617
14618 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
14619
14620 * makesum.el (double-column): Remove unused variable `cnt'.
14621
14622 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
14623 (ido-ignore-item-temp-list): Declare.
14624
14625 * mouse-drag.el (mouse-drag-throw): Remove unused variables
14626 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
14627 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
14628 (mouse-drag-drag): Remove unused variables `mouse-delta' and
14629 `mouse-col-delta'.
14630
14631 * mouse-sel.el (mouse-extend-internal):
14632 Remove unused variable `orig-window-frame'.
14633
14634 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
14635 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
14636 Move declarations before first use.
14637 (pcomplete-opt): Mark unused parameters; doc fix.
14638
14639 * proced.el (proced-revert): Mark unused parameter.
14640 (proced-send-signal): Remove unused variable `err'.
14641
14642 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
14643 Rename parameter PREFIX-ARG to ARG.
14644 (ps-basic-plot-string, ps-basic-plot-whitespace):
14645 Mark unused parameters.
14646
14647 * replace.el (replace-count): Define.
14648 (occur-revert-function): Mark unused parameters.
14649 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
14650 (isearch-case-fold-search, isearch-string): Declare.
14651 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
14652 bind `case-fold-search'. Remove unused variables `beg' and `end',
14653 and simplify.
14654 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
14655 COUNT and bind `replace-count'.
14656 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
14657 to COUNT.
14658
14659 * savehist.el (print-readably, print-string-length): Declare.
14660
14661 * shadowfile.el (shadow-expand-cluster-in-file-name):
14662 Remove unused variable `cluster'.
14663 (shadow-copy-file): Remove unused variable `i'.
14664 (shadow-noquery, shadow-clusters, shadow-site-cluster)
14665 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
14666 (shadow-define-literal-group, shadow-define-regexp-group)
14667 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
14668
14669 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
14670 (shell): Use `called-interactively-p'.
14671 (shell-directory-tracker): Remove unused variable `chdir-failure'.
14672
14673 * simple.el (compilation-context-lines, comint-file-name-quote-list)
14674 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
14675 (delete-backward-char): Remove unused variable `ocol'.
14676 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
14677 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
14678 (event-apply-hyper-modifier, event-apply-shift-modifier)
14679 (event-apply-control-modifier, event-apply-meta-modifier):
14680 Mark unused parameters.
14681 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
14682 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
14683
14684 * speedbar.el (speedbar-ignored-directory-expressions)
14685 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
14686 (speedbar-find-file, speedbar-dir-follow)
14687 (speedbar-directory-buttons-follow, speedbar-tag-find)
14688 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
14689 (speedbar-buffers-line-directory, speedbar-buffer-click):
14690 Mark unused parameters.
14691 (speedbar-tag-file): Remove unused variable `mode'.
14692 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
14693
14694 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
14695
14696 * talk.el (talk): Remove unused variable `display'.
14697
14698 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
14699 (tar-write-region-annotate): Mark unused parameter.
14700
14701 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
14702 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
14703 Declare them, wrapped in `with-no-warnings' to avoid replacing one
14704 warning by another.
14705
14706 * time-stamp.el (time-stamp-string-preprocess):
14707 Remove unused variable `require-padding'.
14708
14709 * tree-widget.el (widget-glyph-enable): Declare.
14710 (tree-widget-action): Mark unused parameter.
14711
14712 * w32-fns.el (x-get-selection): Mark unused parameter.
14713 (autoload-make-program, generated-autoload-file): Declare.
14714
14715 * wdired.el (wdired-revert): Mark unused parameters.
14716 (wdired-xcase-word): Remove unused variable `err'.
14717
14718 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
14719 (whitespace-help-scroll): Remove unused variable `data-help'.
14720
14721 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
14722 (widget-image-insert, widget-after-change, default)
14723 (widget-default-format-handler, widget-default-notify)
14724 (widget-default-prompt-value, widget-info-link-action)
14725 (widget-url-link-action, widget-function-link-action)
14726 (widget-variable-link-action, widget-file-link-action)
14727 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
14728 (widget-field-prompt-internal, widget-field-action, widget-field-match)
14729 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
14730 (widget-insert-button-action, widget-delete-button-action, visibility)
14731 (widget-documentation-link-action, widget-documentation-string-action)
14732 (widget-const-prompt-value, widget-regexp-match, symbol)
14733 (widget-coding-system-prompt-value)
14734 (widget-key-sequence-value-to-external, sexp)
14735 (widget-sexp-value-to-internal, character, vector, cons)
14736 (widget-choice-prompt-value, widget-boolean-prompt-value)
14737 (widget-color--choose-action): Mark unused parameters.
14738 (widget-item-match-inline, widget-choice-match-inline)
14739 (widget-checklist-match, widget-checklist-match-inline)
14740 (widget-group-match): Rename parameter VALUES to VALS.
14741 (widget-field-value-set): Remove unused variable `size'.
14742 (widget-color-action): Remove unused variables `value' and `start'.
14743
14744 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
14745 variable `dir'. Doc fix.
14746 (windmove-find-other-window): Don't pass it.
14747
14748 * window.el (count-windows): Mark unused parameter.
14749 (bw-adjust-window): Remove unused variable `err'.
14750
14751 * woman.el (woman-file-name): Remove unused variable `default'.
14752 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
14753 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
14754 (global-font-lock-mode): Declare.
14755 (woman-decode-region): Mark unused parameter.
14756 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
14757
14758 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
14759 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
14760 (x-dnd-handle-moz-url): Remove unused variable `title'.
14761 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
14762
14763 * xml.el (xml-parse-tag, xml-parse-attlist):
14764 Remove unused variable `pos'.
14765
14766 2011-04-19 Glenn Morris <rgm@gnu.org>
14767
14768 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
14769 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
14770 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
14771 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
14772 * calendar/cal-html.el (cal-html-insert-minical):
14773 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
14774 (calendar-mark-date-pattern):
14775 Prefix "unused" locals.
14776
14777 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
14778 optional argument `style'.
14779
14780 * calendar/appt.el (appt-make-list):
14781 * calendar/cal-china.el (calendar-chinese-date-string):
14782 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
14783 (diary-hebrew-yahrzeit):
14784 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
14785 * calendar/calendar.el (calendar-generate-window):
14786 * calendar/time-date.el (time-to-days):
14787 Remove unused local variables.
14788
14789 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
14790
14791 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
14792 glyphless-char-display table.
14793 (tabulated-list-glyphless-char-display): New var.
14794
14795 2011-04-18 Sam Steingold <sds@gnu.org>
14796
14797 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
14798 to acknowledgments.
14799
14800 2011-04-17 Glenn Morris <rgm@gnu.org>
14801
14802 * calendar/diary-lib.el (diary-sexp-entry):
14803 * calendar/holidays.el (holiday-sexp):
14804 Set debug-on-error rather than the removed stack-trace-on-error.
14805
14806 2011-04-16 Glenn Morris <rgm@gnu.org>
14807
14808 * progmodes/f90.el: Use lexical-binding.
14809 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
14810
14811 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14812
14813 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
14814 (mail-mode): Setup mailalias completion here instead.
14815 * mail/mailalias.el: Use lexical-binding.
14816 (pattern, mailalias-done): Declare dynamic.
14817 (mail-completion-at-point-function): New function, from mail-complete.
14818 (mail-complete): Use it.
14819 (mail-completion-expand): New function.
14820 (mail-get-names): Use it.
14821 (mail-directory, mail-directory-process, mail-directory-stream):
14822 Don't use `pattern' for lexically bound arg.
14823
14824 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
14825
14826 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
14827 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
14828 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
14829
14830 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
14831 (byte-save-window-excursion, byte-temp-output-buffer-setup)
14832 (byte-interactive-p): Define them again, for use when inlining
14833 old code.
14834
14835 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
14836
14837 * loadup.el: Use `string-to-number', not `string-to-int'.
14838
14839 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14840
14841 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
14842 gud-gdb-complete-command.
14843 (gud-gdb-completions): New function, from gud-gdb-complete-command.
14844 (gud-gdb-completion-at-point): New function.
14845 (gud-gdb-completions): Remove.
14846
14847 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
14848
14849 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
14850 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
14851 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
14852 whether `executable-find' is bound.
14853
14854 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
14855
14856 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14857
14858 * minibuffer.el (completion-in-region-mode-predicate)
14859 (completion-in-region-mode--predicate): New vars.
14860 (completion-in-region, completion-in-region--postch)
14861 (completion-in-region-mode): Use them.
14862 (completion--capf-wrapper): Also return the hook function.
14863 (completion-at-point, completion-help-at-point):
14864 Adjust and provide a predicate.
14865
14866 Preserve arg names for advice of subr and lexical functions (bug#8457).
14867 * help-fns.el (help-function-arglist): Consolidate the subr and
14868 new-byte-code cases. Add argument `preserve-names' to extract names
14869 from the docstring when needed.
14870 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
14871 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
14872 (ad-arglist): Use help-function-arglist's new arg.
14873 (ad-definition-type): Use cond.
14874
14875 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
14876
14877 * autorevert.el (auto-revert-handler):
14878 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
14879 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
14880 Don't quote lambda.
14881
14882 * image-mode.el (image-transform-set-scale):
14883 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
14884
14885 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14886
14887 * net/network-stream.el (network-stream-open-starttls): Only do
14888 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
14889 Upgrades via gnutls-cli are too slow to be done opportunistically.
14890
14891 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
14892
14893 * dframe.el (dframe-current-frame): Remove spurious quote.
14894
14895 2011-04-12 Glenn Morris <rgm@gnu.org>
14896
14897 * calendar/cal-tex.el (cal-tex-end-document):
14898 Try to automatically use latin1 input if needed.
14899
14900 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
14901 Don't try to cons a mark onto an empty element.
14902
14903 2011-04-11 Leo Liu <sdl.web@gmail.com>
14904
14905 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
14906 buffers.
14907 (ido-kill-buffer-at-head): Support killing virtual buffers.
14908
14909 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
14910
14911 * minibuffer.el (completion-show-inline-help): New var.
14912 (completion--do-completion, minibuffer-complete)
14913 (minibuffer-force-complete, minibuffer-complete-word):
14914 Inhibit minibuffer messages if completion-show-inline-help is nil.
14915
14916 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
14917 to avoid interference from inline help (Bug#5849).
14918
14919 2011-04-10 Leo Liu <sdl.web@gmail.com>
14920
14921 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14922 Fix typo.
14923
14924 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
14925
14926 * image-mode.el (image-toggle-display-image): Signal an error if
14927 not in Image mode.
14928 (image-transform-mode, image-transform-resize)
14929 (image-transform-set-rotation): Doc fix.
14930 (image-transform-set-resize): Delete.
14931 (image-transform-set-scale, image-transform-fit-to-height)
14932 (image-transform-fit-to-width): Handle image-toggle-display-image
14933 and image-transform-resize directly.
14934
14935 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
14936
14937 * doc-view.el (doc-view-fit-width-to-window)
14938 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
14939 New functions for fitting the shown image to the Emacs window size.
14940 (doc-view-mode-map): Add bindings for the new functions.
14941
14942 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
14943
14944 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
14945 Fix typo in docstring.
14946
14947 2011-04-08 Eli Zaretskii <eliz@gnu.org>
14948
14949 * files.el (file-size-human-readable): Produce one digit after
14950 decimal, like "ls -lh" does.
14951
14952 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
14953 the file size representation.
14954
14955 * simple.el (list-processes): If async subprocesses are not
14956 available, error out with a clear error message.
14957
14958 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
14959
14960 * help.el (help-form-show): New function, to be called from C.
14961 Put help-form output in a buffer named differently than *Help*.
14962
14963 2011-04-08 Eli Zaretskii <eliz@gnu.org>
14964
14965 * files.el (file-size-human-readable): New function.
14966
14967 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
14968 computing the representation inline. Don't require `cl'.
14969
14970 2011-04-08 Glenn Morris <rgm@gnu.org>
14971
14972 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
14973
14974 * net/browse-url.el (browse-url-firefox):
14975 Test system-type, not system-configuration.
14976
14977 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
14978 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
14979 Use log-edit-empty-buffer-p. (Bug#7598)
14980
14981 * net/rlogin.el (rlogin-process-connection-type): Simplify.
14982 (rlogin-mode-map): Initialize in the defvar.
14983 (rlogin): Use ignore-errors.
14984
14985 * replace.el (occur-mode-map): Some fixes for menu items.
14986
14987 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14988
14989 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
14990
14991 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
14992
14993 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
14994 issuing unused warnings.
14995
14996 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
14997 macro directly.
14998
14999 * simple.el: Lisp reimplement of list-processes. Based on an
15000 earlier reimplementation by Leo Liu, but using tabulated-list.el.
15001 (process-menu-mode): New major mode.
15002 (list-processes--refresh, list-processes):
15003 (process-menu-visit-buffer): New functions.
15004
15005 * files.el (save-buffers-kill-emacs): Don't assume any return
15006 value of list-processes, which is undocumented anyway.
15007
15008 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
15009
15010 * emacs-lisp/tabulated-list.el: New file.
15011
15012 * emacs-lisp/package.el: Use Tabulated List mode.
15013 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
15014 (package-menu-mode): Derive from tabulated-list-mode. Set up the
15015 table format using Tabulated List mode variables.
15016 (package--push): New macro, replacing package-list-maybe-add.
15017 (package-menu--generate): Use package--push. Renamed from
15018 package--generate-package-list.
15019 (package-menu-refresh, list-packages): Use it.
15020 (package-menu--print-info): Rename from package-print-package.
15021 Return insertion data instead of inserting it directly.
15022 (package-menu-describe-package, package-menu-execute):
15023 Use tabulated-list-get-id.
15024 (package-menu-mark-delete, package-menu-mark-install)
15025 (package-menu-mark-unmark, package-menu-backup-unmark)
15026 (package-menu-mark-obsolete-for-deletion):
15027 Use tabulated-list-put-tag.
15028 (package--list-packages, package-menu-revert)
15029 (package-menu-get-package, package-menu-get-version)
15030 (package-menu-sort-by-column): Functions deleted.
15031 (package-menu-package-list, package-menu-sort-key): Vars deleted.
15032 (package-menu--status-predicate, package-menu--version-predicate)
15033 (package-menu--name-predicate)
15034 (package-menu--description-predicate): Handle arguments in the
15035 Tabulated List format.
15036 (package-list-packages-no-fetch): Call list-packages.
15037
15038 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
15039
15040 * files.el (after-find-file-from-revert-buffer): Remove variable.
15041 (after-find-file): Don't bind it.
15042 (revert-buffer-in-progress-p): New variable.
15043 (revert-buffer): Bind it.
15044 Pass nil for `after-find-file-from-revert-buffer'.
15045
15046 * saveplace.el (save-place-find-file-hook): Use new variable
15047 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
15048
15049 2011-04-06 Glenn Morris <rgm@gnu.org>
15050
15051 * Makefile.in (AUTOGEN_VCS): New variable.
15052 (autoloads): Use $AUTOGEN_VCS.
15053
15054 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
15055 * calendar/calendar.el (calendar-mode-map):
15056 Check for toolkit scroll bars. (Bug#8305)
15057
15058 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
15059
15060 * minibuffer.el (completion-in-region--postch)
15061 (completion-in-region-mode): Remove unnecessary messages.
15062
15063 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
15064
15065 * font-lock.el (font-lock-refresh-defaults):
15066 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
15067 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
15068
15069 * info.el (Info-directory-list, Info-read-node-name-2)
15070 (Info-split-parameter-string): Doc fixes.
15071 (Info-virtual-nodes): Reflow docstring.
15072 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
15073 (Info-apropos-toc-nodes, info-finder, Info-get-token)
15074 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
15075 Fix typos in docstrings.
15076 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
15077 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
15078 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
15079 (Info-restore-desktop-buffer): Mark unused parameters.
15080 (Info-directory-find-file, Info-directory-find-node)
15081 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
15082 (Info-virtual-index-find-node, Info-apropos-find-file)
15083 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
15084 Mark unused parameters; fix typos in docstrings.
15085 (Info-virtual-index): Remove unused local variable `nodename'.
15086
15087 2011-04-05 Deniz Dogan <deniz@dogan.se>
15088
15089 * net/rcirc.el: Update my e-mail address.
15090 (rcirc-mode-map): Remove M-o binding.
15091
15092 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
15093
15094 * startup.el (command-line): Save the cursor's theme-face
15095 directly, instead of using face-override-spec.
15096
15097 * custom.el (load-theme): Minor optimization in assigning faces.
15098
15099 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
15100
15101 * help-fns.el (describe-variable): Complete all variables having
15102 documentation, including keywords.
15103 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
15104
15105 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
15106
15107 Convert to lexical-binding.
15108
15109 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
15110 (bs--get-marked-string, bs--get-modified-string)
15111 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
15112 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
15113 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
15114
15115 * ehelp.el (electric-help-execute-extended)
15116 (electric-help-ctrl-x-prefix):
15117 * hexl.el (hexl-revert-buffer-function):
15118 * linum.el (linum-after-change, linum-after-scroll):
15119 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
15120
15121 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
15122
15123 2011-04-04 Daiki Ueno <ueno@unixuser.org>
15124
15125 * epa-dired.el:
15126 * epa-mail.el:
15127 * epa-hook.el:
15128 * epa-file.el:
15129 * epa.el:
15130 * epg.el: Use lexical binding.
15131
15132 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
15133
15134 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
15135
15136 * textmodes/flyspell.el (flyspell-word): Recognize default
15137 dictionary case for flyspell-mark-duplications-exceptions.
15138 Use regexp matching for languages.
15139 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
15140 default dictionary (Bug#7926).
15141
15142 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
15143
15144 * emacs-lisp/package.el (package--with-work-buffer):
15145 Recognize https URLs.
15146
15147 * net/network-stream.el: Move from gnus/proto-stream.el.
15148 Change prefix to network-stream throughout.
15149 (open-protocol-stream): Merge into open-network-stream, leaving
15150 open-protocol-stream as an alias. Handle nil BUFFER args.
15151
15152 * subr.el (open-network-stream): Move to net/network-stream.el.
15153
15154 2011-04-02 Glenn Morris <rgm@gnu.org>
15155
15156 * find-dired.el (find-exec-terminator): New option.
15157 (find-ls-option): Test for -ls support.
15158 (find-ls-subdir-switches): Test for -b in find-ls-option.
15159 (find-dired, find-grep-dired): Doc fixes.
15160 (find-dired): Use find-exec-terminator.
15161
15162 * find-dired.el (find-ls-option, find-ls-subdir-switches)
15163 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
15164 (find-name-arg): Remove purecopy.
15165
15166 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
15167 (grep-compute-defaults): Check for `-exec COMMAND +' support.
15168 Set grep-find-use-xargs, grep-find-command, and grep-find-template
15169 accordingly. Don't add the null-device if not needed.
15170
15171 * files.el (save-some-buffers): Doc fix.
15172
15173 2011-04-02 Eli Zaretskii <eliz@gnu.org>
15174
15175 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
15176
15177 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
15178
15179 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
15180 Use `dolist' rather than `mapcar'.
15181
15182 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15183
15184 Add lexical binding.
15185
15186 * subr.el (apply-partially): Use new closures rather than CL.
15187 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
15188 (dolist, dotimes): Use slightly different expansion for lexical code.
15189 (functionp): Move to C.
15190 (letrec): New macro.
15191 (with-wrapper-hook): Use it and apply-partially instead of CL.
15192 (eval-after-load): Preserve lexical-binding.
15193 (save-window-excursion, with-output-to-temp-buffer): Turn them
15194 into macros.
15195
15196 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
15197
15198 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
15199 than the arglist.
15200 (help-add-fundoc-usage): Don't add `Not documented'.
15201 (help-function-arglist): Handle closures, subroutines, and new
15202 byte-code-functions.
15203 (help-make-usage): Remove leading underscores.
15204 (describe-function-1): Handle closures.
15205 (describe-variable): Use special-variable-p for completion.
15206
15207 * files.el (lexical-binding): Declare safe.
15208
15209 * emacs-lisp/pcase.el: Don't use destructuring-bind.
15210 (pcase--memoize): Rename from pcase-memoize. Change weakness.
15211 (pcase): Add `let' pattern.
15212 Change memoization so it actually works.
15213 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
15214 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
15215 <let>: New case.
15216
15217 * emacs-lisp/macroexp.el: Use lexical binding.
15218 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
15219 Don't convert ' to #' without checking that it's indeed quoting
15220 a lambda.
15221
15222 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
15223 Use eval-sexp-add-defvars.
15224 (eval-sexp-add-defvars): New fun.
15225
15226 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
15227
15228 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
15229 Don't autoload.
15230 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
15231 than the internal `byte-compile-lambda'.
15232 (defmethod): Don't hide code under quotes.
15233 (eieio-defmethod): New `code' argument.
15234
15235 * emacs-lisp/eieio-comp.el: Remove.
15236
15237 * emacs-lisp/edebug.el (edebug-eval-defun)
15238 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
15239 (edebug-toggle): Avoid `eval'.
15240
15241 * emacs-lisp/disass.el (disassemble-internal): Handle new
15242 `closure' objects.
15243 (disassemble-1): Handle new byte codes.
15244
15245 * emacs-lisp/cl.el (pushnew): Silence warning.
15246
15247 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
15248 (cl-byte-compile-throw): Remove.
15249 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
15250
15251 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
15252 closures.
15253
15254 * emacs-lisp/cconv.el: New file.
15255
15256 * emacs-lisp/bytecomp.el: Use lexical binding instead of
15257 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
15258 (byte-compile-initial-macro-environment):
15259 Handle declare-function here.
15260 (byte-compile--lexical-environment): New var.
15261 (byte-stack-ref, byte-stack-set, byte-discardN)
15262 (byte-discardN-preserve-tos): New lap codes.
15263 (byte-interactive-p): Don't use any more.
15264 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
15265 New macros.
15266 (byte-compile-lapcode): Use them and handle new lap codes.
15267 (byte-compile-obsolete): Remove.
15268 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
15269 (byte-compile-arglist-warn): Check late def of inlinable funs.
15270 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
15271 since they should have been expanded by now.
15272 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
15273 (byte-compile-from-buffer): Remove unused second arg.
15274 (byte-compile-preprocess): New function.
15275 (byte-compile-toplevel-file-form): New function to distinguish
15276 file-form calls from outside from file-form calls from hunk-handlers.
15277 (byte-compile-file-form): Simplify.
15278 (byte-compile-file-form-defsubst): Remove.
15279 (byte-compile-file-form-defmumble): Simplify now that
15280 byte-compile-lambda always returns a byte-code-function.
15281 (byte-compile): Preprocess.
15282 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
15283 Remove, not used any more.
15284 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
15285 (byte-compile-make-args-desc): New funs.
15286 (byte-compile-lambda): Handle lexical functions. Always return
15287 a byte-code-function.
15288 (byte-compile-reserved-constants): New var, to make up room for
15289 closed-over variables.
15290 (byte-compile-constants-vector): Obey it.
15291 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
15292 (byte-compile-macroexpand-declare-function): New function.
15293 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
15294 byte-code-functions.
15295 (byte-compile-form): Check obsolescence here.
15296 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
15297 (byte-compile-variable-ref): Remove.
15298 (byte-compile-dynamic-variable-op): New fun.
15299 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
15300 (byte-compile-variable-set): New funs.
15301 (byte-compile-discard): Add 2 args.
15302 (byte-compile-stack-ref, byte-compile-stack-set)
15303 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
15304 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
15305 macroexpand-all instead.
15306 (byte-compile-quote-form): Remove.
15307 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
15308 (byte-compile-bind, byte-compile-unbind): New funs.
15309 (byte-compile-let): Handle let* and lexical binding.
15310 (byte-compile-let*): Remove.
15311 (byte-compile-catch, byte-compile-unwind-protect)
15312 (byte-compile-track-mouse, byte-compile-condition-case):
15313 Handle a new :fun-body form, used for lexical scoping.
15314 (byte-compile-save-window-excursion)
15315 (byte-compile-with-output-to-temp-buffer): Remove.
15316 (byte-compile-defun): Simplify.
15317 (byte-compile-stack-adjustment): New fun.
15318 (byte-compile-out): Use it.
15319 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
15320
15321 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
15322 handler any more.
15323
15324 * emacs-lisp/byte-opt.el: Use lexical binding.
15325 (byte-inline-lapcode): Remove (to bytecomp).
15326 (byte-compile-inline-expand): Pay attention to inlining to/from
15327 lexically bound code.
15328 (byte-compile-unfold-lambda): Don't handle byte-code-functions
15329 any more.
15330 (byte-optimize-form-code-walker): Don't handle save-window-excursion
15331 any more and don't call compiler-macros.
15332 (byte-compile-splice-in-already-compiled-code): Remove.
15333 (byte-code): Don't inline any more.
15334 (disassemble-offset): Receive `bytes' as argument rather than via
15335 dynamic scoping.
15336 (byte-compile-tag-number): Declare before first use.
15337 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
15338 `return' even if make-spliceable.
15339 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
15340 obsolete interactive-p.
15341 (byte-optimize-lapcode): Optimize new lap-codes.
15342 Don't trip up on new form of `byte-constant' lap code.
15343
15344 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
15345
15346 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
15347
15348 * custom.el (custom-initialize-default, custom-declare-variable):
15349 Use `defvar'.
15350
15351 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
15352 New variables.
15353 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
15354 (COMPILE_FIRST): Add macroexp and cconv.
15355 * makefile.w32-in: Mirror changes in Makefile.in.
15356
15357 * vc/cvs-status.el:
15358 * vc/diff-mode.el:
15359 * vc/log-edit.el:
15360 * vc/log-view.el:
15361 * vc/smerge-mode.el:
15362 * textmodes/bibtex-style.el:
15363 * textmodes/css.el:
15364 * startup.el:
15365 * uniquify.el:
15366 * minibuffer.el:
15367 * newcomment.el:
15368 * reveal.el:
15369 * server.el:
15370 * mpc.el:
15371 * emacs-lisp/smie.el:
15372 * doc-view.el:
15373 * dired.el:
15374 * abbrev.el: Use lexical binding.
15375
15376 2011-04-01 Eli Zaretskii <eliz@gnu.org>
15377
15378 * info.el (info-display-manual): New function.
15379
15380 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15381
15382 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
15383
15384 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
15385
15386 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
15387 an entry for that server in rcirc-authinfo. (Bug#8385)
15388
15389 2011-03-31 Glenn Morris <rgm@gnu.org>
15390
15391 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
15392
15393 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
15394
15395 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
15396
15397 * progmodes/python.el (python-default-interpreter)
15398 (python-python-command-args, python-jython-command-args)
15399 (python-which-shell, python-which-args, python-which-bufname)
15400 (python-file-queue, python-comint-output-filter-function)
15401 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
15402 variables and functions.
15403
15404 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
15405
15406 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
15407 (completion-in-region-mode): New minor mode.
15408 (completion-in-region): Use it.
15409 (completion-in-region--data, completion-in-region-mode-map): New vars.
15410 (completion-in-region--postch): New function.
15411 (completion--capf-misbehave-funs, completion--capf-safe-funs):
15412 New vars.
15413 (completion--capf-wrapper): New function.
15414 (completion-at-point): Use it to track well-behavedness of
15415 hook functions.
15416 (completion-help-at-point): New command.
15417
15418 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
15419
15420 * vc/add-log.el (add-change-log-entry): Don't use whitespace
15421 syntax class to search for whitespace on a single line
15422 (Message-ID: <4D938140.4030905@redhat.com>).
15423
15424 2011-03-30 Leo Liu <sdl.web@gmail.com>
15425
15426 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
15427 New commands.
15428 (edit-abbrevs-map): Bind them here.
15429 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
15430
15431 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
15432
15433 * allout.el (allout-hide-by-annotation, allout-flag-region):
15434 Reduce possibility of overlay leakage by making them volatile.
15435
15436 * allout-widgets.el (allout-widgets-tally): Define as nil so the
15437 hash is not shared between buffers. Mode initialization is
15438 responsible for giving it a useful starting value.
15439 (allout-item-span): Reduce possibility of overlay leakage by
15440 making them volatile.
15441 (allout-widgets-count-buttons-in-region): Add diagnostic function
15442 for tracking down button overlay leaks.
15443
15444 2011-03-29 Leo Liu <sdl.web@gmail.com>
15445
15446 * ido.el (ido-read-internal): Use the default history var
15447 minibuffer-history if no HISTORY is specified.
15448
15449 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
15450
15451 * net/imap.el (imap-shell-open, imap-process-connection-type):
15452 Use imap-process-connection-type for 'shell' streams as well as
15453 Kerberos, SSL, other subprocesses.
15454
15455 2011-03-28 Leo Liu <sdl.web@gmail.com>
15456
15457 * abbrev.el (abbrev-table-empty-p): New function.
15458 (prepare-abbrev-list-buffer): Place empty abbrev tables after
15459 nonempty ones. (Bug#5937)
15460
15461 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
15462
15463 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
15464
15465 2011-03-27 Leo Liu <sdl.web@gmail.com>
15466
15467 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
15468 for foreground and background colors.
15469 (ansi-color-make-color-map): Adapt.
15470
15471 2011-03-25 Leo Liu <sdl.web@gmail.com>
15472
15473 * midnight.el (midnight-time-float): Remove. Note it calculates
15474 the microsecond component incorrectly and seconds-to-time does the
15475 same job.
15476 Remove redundant (require 'timer).
15477
15478 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
15479 (ido-completions): Remove unused arguments. (Bug#8329)
15480
15481 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15482
15483 * minibuffer.el (completion--flush-all-sorted-completions):
15484 Remove itself from hook.
15485 (completion-at-point): Let the functions perform the completion
15486 immediately and return nil or t.
15487 * comint.el (comint-dynamic-complete-functions): Now identical to
15488 completion-at-point-functions.
15489 (comint-dynamic-list-input-ring): Remove unused var `index'.
15490 (comint--match-partial-filename, comint--unquote&expand-filename):
15491 New funs, split from comint-match-partial-filename.
15492 (comint-dynamic-complete): Use completion-at-point.
15493 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
15494
15495 2011-03-24 Drew Adams <drew.adams@oracle.com>
15496
15497 * thingatpt.el: Support `defun'.
15498
15499 2011-03-23 Leo Liu <sdl.web@gmail.com>
15500
15501 * abbrevlist.el: Move to obsolete/abbrevlist.el.
15502
15503 * help-mode.el (help-mode-finish): Tweak regexp.
15504
15505 2011-03-23 Glenn Morris <rgm@gnu.org>
15506
15507 * eshell/esh-opt.el (eshell-eval-using-options):
15508 Do not bind unused local variable `eshell-option-stub'.
15509
15510 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
15511
15512 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
15513
15514 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
15515 keymap variable in `with-no-warnings' to avoid a warning when the
15516 keymap has been already `defconst'ed.
15517
15518 2011-03-22 Leo Liu <sdl.web@gmail.com>
15519
15520 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
15521 encode all chars in abbrevs; otherwise use emacs-mule or
15522 utf-8-emacs. (Bug#8308)
15523
15524 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
15525
15526 * simple.el (backward-delete-char-untabify):
15527 Avoid warning about using `delete-backward-char'.
15528
15529 * image.el (image-type-file-name-regexps): Make it variable.
15530 `imagemagick-register-types' modifies it, and the user may want
15531 to add new extensions for known image types.
15532 (imagemagick-register-types): Throw error if not using ImageMagick.
15533
15534 2011-03-22 Leo Liu <sdl.web@gmail.com>
15535
15536 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
15537 located before rcirc-prompt-end-marker.
15538 (rcirc-complete): Error if point is not after rcirc prompt.
15539 Handle the case when table is nil.
15540 (rcirc-user-authenticated): Define to fix compiler warning.
15541
15542 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
15543
15544 * custom.el (custom--inhibit-theme-enable): Make it affect only
15545 custom-theme-set-variables and custom-theme-set-faces.
15546 (provide-theme): Ignore custom--inhibit-theme-enable.
15547 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
15548 (custom-enabling-themes): Delete variable.
15549 (enable-theme): Accept only loaded themes as arguments.
15550 Ignore the special custom-enabled-themes variable.
15551 (custom-enabled-themes): Forbid themes from setting this.
15552 Eliminate use of custom-enabling-themes.
15553 (custom-push-theme): Quote "changed" custom var entry.
15554
15555 2011-03-21 Leo Liu <sdl.web@gmail.com>
15556
15557 * ido.el (ido-read-internal): Add ido-selected to history instead
15558 of user input.
15559
15560 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15561
15562 * subr.el (deferred-action-list, deferred-action-function):
15563 Mark obsolete.
15564
15565 2011-03-21 Leo Liu <sdl.web@gmail.com>
15566
15567 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
15568 change on 2011-02-13 (bug#8309).
15569
15570 * minibuffer.el (read-file-name-function): Change default value.
15571 (read-file-name--defaults): Rename from read-file-name-defaults.
15572 (read-file-name-default): Rename from read-file-name.
15573 (read-file-name): Call read-file-name-function.
15574
15575 2011-03-21 Glenn Morris <rgm@gnu.org>
15576
15577 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
15578 Doc fixes.
15579
15580 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
15581
15582 * cus-theme.el: Add missing provide statement.
15583 (customize-create-theme): Extract theme value correctly.
15584 (custom-theme-visit-theme): Autoload.
15585 (customize-create-theme): Prompt before inserting default faces.
15586
15587 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
15588
15589 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
15590 units and musical notes.
15591
15592 2011-03-20 Leo Liu <sdl.web@gmail.com>
15593
15594 * ido.el (ido-read-internal): Use completing-read-default.
15595 (ido-completing-read): Fix compatibility with completing-read.
15596
15597 2011-03-20 Christian Ohler <ohler@gnu.org>
15598
15599 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
15600 (ert-delete-all-tests): Use `called-interactively-p' rather than
15601 `interactive-p'.
15602 (ert--make-xrefs-region): Respect END.
15603
15604 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
15605
15606 * dired-aux.el (dired-create-directory): Signal an error if the
15607 directory already exists (Bug#8246).
15608
15609 * facemenu.el (list-colors-display): Call list-faces-display
15610 inside with-help-window.
15611 (list-colors-print): Use display property to align the final
15612 column, instead of checking window-width.
15613
15614 2011-03-19 Eli Zaretskii <eliz@gnu.org>
15615
15616 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
15617 windows-nt systems.
15618 (emerge-protect-metachars): Quote correctly for ms-dos and
15619 windows-nt systems.
15620
15621 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
15622
15623 * info.el (info-initialize): Replace all uses of `:' with
15624 path-separator for compatibility with non-Unix systems.
15625 Cache quoting of path-separator. (Bug#8258)
15626
15627 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
15628
15629 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
15630 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
15631 (mouse-avoidance-mode): Fix typos in docstrings.
15632
15633 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
15634
15635 * startup.el (package-subdirectory-regexp): Move from package.el.
15636 Omit \\` and \\', and let callers add them.
15637
15638 * emacs-lisp/package.el (package-strip-version)
15639 (package-load-all-descriptors): Add \\` and \\' to
15640 package-subdirectory-regexp before using it.
15641 (package-untar-buffer): New arg DIR; ensure that file untars only
15642 into this expected directory. Remove superfluous delete-region.
15643 (package-unpack): Caller changed.
15644 (package-tar-file-info): Use package-subdirectory-regexp.
15645
15646 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
15647
15648 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
15649 diff-mode-shared-map (bug#8284).
15650 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
15651
15652 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15653
15654 * calendar/time-date.el (format-seconds): Use assoc instead of
15655 assoc-string, since assoc-string doesn't exist in XEmacs.
15656
15657 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
15658
15659 * custom.el (custom-known-themes): Reflow docstring.
15660 (custom-theme-load-path): Fix typo in docstring.
15661 (load-theme): Fix typo in error message.
15662 (custom-available-themes, custom-variable-theme-value):
15663 Use `let', not `let*'.
15664
15665 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
15666
15667 * calc/README: Mention inclusion of musical notes.
15668
15669 * calc/calc-units.el (calc-lu-quant): Rename from
15670 `calc-logunits-quantity'.
15671 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
15672 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
15673 (calc-db): Rename from `calc-dblevel'.
15674 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
15675 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
15676 (calc-np): Rename from `calc-nplevel'.
15677 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
15678 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
15679 (calc-lu-plus): Rename from `calc-logunits-add'.
15680 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
15681 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
15682 (calc-lu-minus): Rename from `calc-logunits-sub'.
15683 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
15684 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
15685 (calc-lu-times): Rename from `calc-logunits-mul'.
15686 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
15687 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
15688 (calc-lu-divide): Rename from `calc-logunits-div'.
15689 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
15690 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
15691
15692 * calc/calc-ext.el (calc-init-extensions): Update the names of the
15693 functions being autoloaded.
15694
15695 * calc/calc.el (calc-lu-power-reference): Rename from
15696 `calc-logunits-power-reference'.
15697 (calc-lu-field-reference): Rename from
15698 `calc-logunits-field-reference'.
15699
15700 * calc/calc-help.el (calc-l-prefix-help):
15701 Mention musical note functions.
15702
15703 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
15704
15705 * minibuffer.el (completion-all-sorted-completions):
15706 Use :completion-cycle-penalty text property if present.
15707
15708 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
15709
15710 * allout.el (allout-yank-processing): Adjust for new rebulleting
15711 regime so bullet being yanked is used without prompting the user
15712 for a choice.
15713
15714 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
15715
15716 * startup.el (command-line): Warn the user that _emacs is deprecated.
15717
15718 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
15719
15720 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
15721 (delphi-verbose, delphi-comment-face, delphi-string-face)
15722 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
15723 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
15724 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
15725 (delphi-new-comment-line, delphi-font-lock-defaults)
15726 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
15727 Fix typos in docstrings.
15728
15729 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
15730
15731 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
15732 Invert the roles of character and string values for INSTEAD, so a
15733 string is used for the more common case of a defaulting prompt.
15734
15735 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15736
15737 * progmodes/ruby-mode.el (ruby-backward-sexp):
15738 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
15739 * play/gamegrid.el (gamegrid-make-face):
15740 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
15741 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
15742 * notifications.el (notifications-notify):
15743 * net/xesam.el (xesam-search-engines):
15744 * net/quickurl.el (quickurl-list-insert):
15745 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
15746
15747 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
15748
15749 * startup.el (command-line): Update package subdirectory regexp.
15750
15751 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15752
15753 * allout.el (allout-abbreviate-flattened-numbering)
15754 (allout-mode-deactivate-hook): Fix up obsolescence "date".
15755
15756 * subr.el (read-char-choice): Only show the cursor after the prompt,
15757 not after the answer.
15758
15759 2011-03-15 Kevin Ryde <user42@zip.com.au>
15760
15761 * help-fns.el (variable-at-point): Skip leading quotes, if any
15762 (bug#8253).
15763
15764 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15765
15766 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
15767 warning message.
15768
15769 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
15770
15771 * shell.el (shell): When called interactively, offer to change the
15772 shell file name on remote hosts.
15773
15774 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
15775
15776 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
15777 integration for LDAP parameters. The host, base, user or binddn,
15778 and secret tokens can be specified in a netrc file, for instance.
15779 This is optional because an `auth-source' parameter must be
15780 specified in the search attributes.
15781
15782 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
15783
15784 * help.el (describe-mode): Link to the mode's definition (bug#8185).
15785
15786 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15787
15788 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
15789 into declaration. Remove redundant and harmful binding.
15790
15791 2011-03-12 Eli Zaretskii <eliz@gnu.org>
15792
15793 * files.el (file-ownership-preserved-p): Pass `integer' as an
15794 explicit 2nd argument to `file-attributes'. If the file's owner
15795 is the Administrators group on Windows, and the current user is
15796 Administrator, consider that a match.
15797
15798 * server.el (server-ensure-safe-dir): Consider server directory
15799 safe on MS-Windows if its owner is the Administrators group while
15800 the current Emacs user is Administrator. Use `=' to compare
15801 numerical UIDs, since they could be integers or floats.
15802
15803 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
15804
15805 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
15806
15807 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
15808
15809 Sync with Tramp 2.2.1.
15810
15811 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
15812
15813 * net/trampver.el: Update release number.
15814
15815 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15816
15817 * progmodes/compile.el (compilation--previous-directory): Fix up
15818 various nil/dead-marker mismatches (bug#8014).
15819 (compilation-directory-properties, compilation-error-properties):
15820 Don't call it at a position past the one we're about to change.
15821
15822 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
15823 Disable obsolescence warnings in the file that declares it.
15824
15825 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
15826
15827 * allout-widgets.el (allout-widgets-tally):
15828 Initialize allout-widgets-tally as a hash table rather than nil to
15829 prevent mode-line redisplay warnings. Also, clarify the module
15830 description and fix a comment typo.
15831
15832 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
15833
15834 * help-fns.el (describe-variable): Don't complete keywords.
15835 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
15836
15837 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
15838
15839 * emacs-lisp/package.el (package-version-join): Impose a standard
15840 string representation for pre/alpha/beta version lists.
15841 (package-unpack-single): Standardize the directory name by passing
15842 it through package-version-join.
15843 (package-strip-rcs-id): Accept any version string that does not
15844 signal an error in version-to-list.
15845
15846 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
15847
15848 * simple.el (delete-trailing-whitespace): Return nil for the
15849 benefit of `write-file-functions'.
15850
15851 2011-03-10 Glenn Morris <rgm@gnu.org>
15852
15853 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
15854
15855 * vc/vc-git.el (vc-git-program): New option.
15856 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
15857 (vc-git--call): Use it.
15858
15859 * eshell/esh-util.el (eshell-condition-case): Doc fix.
15860
15861 * cus-edit.el (Custom-newline): If no button at point, look
15862 for a subgroup button at start-of-line. (Bug#2298)
15863
15864 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
15865
15866 2011-03-10 Julien Danjou <julien@danjou.info>
15867
15868 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
15869 `cursor-type' is nil.
15870
15871 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
15872
15873 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
15874
15875 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
15876
15877 * allout.el: Change so yank of distinctive-bullet items
15878 preserves the existing header prefix, rebulleting it if necessary,
15879 rather than replacing it. This is necessary for proper operation
15880 of cooperative addons like allout-widgets.
15881 (allout-make-topic-prefix, allout-rebullet-heading):
15882 Change SOLICIT arg to INSTEAD, and interpret additionally a string
15883 value as alternate bullet to be used, instead of prompting the user
15884 for a bullet character.
15885
15886 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
15887
15888 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
15889 Do not use `tramp-file-name-port', because this returns also
15890 `tramp-default-port'.
15891
15892 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
15893
15894 * net/rcirc.el (rcirc-handler-001): Remove useless
15895 with-rcirc-process-buffer.
15896 (rcirc-check-auth-status): Swap arguments to string-match.
15897
15898 2011-03-09 Glenn Morris <rgm@gnu.org>
15899
15900 * shell.el (shell-mode):
15901 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
15902
15903 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
15904 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
15905
15906 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
15907
15908 * emacs-lisp/package.el (package-refresh-contents)
15909 (package-menu-execute): Use condition-case-no-debug.
15910
15911 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
15912
15913 * simple.el (shell-command-to-string): Use `process-file'.
15914
15915 * emacs-lisp/package.el (package-tar-file-info): Handle also
15916 remote files.
15917
15918 * emacs-lisp/package-x.el (package-upload-buffer-internal):
15919 Use `equal' for upload base check.
15920
15921 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
15922
15923 * textmodes/texinfo.el (texinfo-environments):
15924 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
15925
15926 2011-03-08 Glenn Morris <rgm@gnu.org>
15927
15928 * cus-start.el (cursor-in-non-selected-windows):
15929 Fix :set quoting oddness. (Bug#8192)
15930
15931 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
15932 in some setf expressions. (Bug#2159)
15933
15934 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
15935
15936 * custom.el (custom-available-themes): Return themes in
15937 alphabetical order.
15938
15939 See ChangeLog.15 for earlier changes.
15940
15941 ;; Local Variables:
15942 ;; coding: utf-8
15943 ;; End:
15944
15945 Copyright (C) 2011-2012 Free Software Foundation, Inc.
15946
15947 This file is part of GNU Emacs.
15948
15949 GNU Emacs is free software: you can redistribute it and/or modify
15950 it under the terms of the GNU General Public License as published by
15951 the Free Software Foundation, either version 3 of the License, or
15952 (at your option) any later version.
15953
15954 GNU Emacs is distributed in the hope that it will be useful,
15955 but WITHOUT ANY WARRANTY; without even the implied warranty of
15956 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15957 GNU General Public License for more details.
15958
15959 You should have received a copy of the GNU General Public License
15960 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.