]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Fix use of eval-and-compile in regexps in xml.el.
[gnu-emacs] / lisp / ChangeLog
1 2012-06-30 Chong Yidong <cyd@gnu.org>
2
3 * xml.el (xml-*-re): Convert defvars into defconsts, and
4 eval-and-compile them so eval-and-compile works on derivatives.
5 (xml--entity-replacement-text): Use eval-and-comple.
6
7 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
8
9 * vc/vc-git.el (vc-git-registered): Use cache property
10 `git-registered'.
11 (vc-git-mode-line-string): Call `vc-working-revision' instead of
12 `vc-git-working-revision' in order to benefit from the cache.
13 (vc-git-root): Use cache property `git-root'.
14
15 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
16
17 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
18 removed (likely outside Emacs).
19
20 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
21
22 * emacs-lisp/cl-lib.el: Require macroexp for its macros.
23
24 2012-06-30 Chong Yidong <cyd@gnu.org>
25
26 * xml.el: Implement XML parameter entities.
27 (xml-parameter-entity-alist): New variable.
28 (xml-parse-region, xml-parse-fragment): Preserve previous values
29 of xml-entity-alist and xml-parameter-entity-alist, so that
30 repeated calls on different documents do not change them.
31 (xml-parse-tag): Fix doctype regexp.
32 (xml--entity-replacement-text): New function.
33 (xml-parse-dtd): Use it. Don't handle system entities; doing that
34 properly requires url retrieval which is unimplemented.
35 (xml-escape-string): Doc fix.
36
37 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
38
39 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
40
41 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
42
43 * fringe.el (fringe-mode): Doc fix.
44
45 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
46
47 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
48 is non-nil.
49 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
50 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
51
52 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
53
54 * calendar/cal-dst.el (calendar-current-time-zone):
55 Return calendar-current-time-zone-cache if non-nil.
56
57 2012-06-29 Masatake YAMATO <yamato@redhat.com>
58
59 * progmodes/which-func.el (which-func-format):
60 Add mouse-face. (Bug#11698)
61
62 2012-06-29 Leo Liu <sdl.web@gmail.com>
63
64 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
65
66 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
67
68 * minibuffer.el (minibuffer-confirm-exit-commands):
69 Add completion-at-point (bug#11725).
70
71 2012-06-29 Glenn Morris <rgm@gnu.org>
72
73 * progmodes/f90.el (f90-font-lock-keywords-2):
74 Add some preprocessor elements. (Bug#10499)
75
76 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
77
78 * progmodes/cperl-mode.el (cperl-update-syntaxification):
79 Use syntax-propertize (bug#11739).
80
81 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
82
83 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
84
85 2012-06-28 Julien Danjou <julien@danjou.info>
86
87 * term.el (term-handle-colors-array): Use a set of new faces to
88 color the terminal. Also uses :inverse-video property.
89 (term-default-fg-color): Set to nil by default, deprecate in favor
90 of `term-face'.
91 (term-default-bg-color): Set to nil by default, deprecate in favor
92 of `term-face'.
93 (term-current-face): Use `term-face' by default.
94 (term-bold-attribute): Variable deleted.
95
96 2012-06-28 Glenn Morris <rgm@gnu.org>
97
98 * simple.el (completion-list-mode-finish):
99 Don't use toggle-read-only. (Since completion-list-mode has
100 a special mode-class, it wasn't doing anything extra anyway.)
101
102 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
103
104 Make inlining of other-mode interpreted functions work (bug#11799).
105 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
106 (byte-compile): Use it to fix compilation of lexical-binding closures.
107 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
108 function, if needed.
109
110 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
111
112 * help-mode.el (help-make-xrefs): Don't just withstand
113 cyclic-variable-indirection but any error in documentation-property.
114
115 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
116 memory use.
117 * bindings.el (bindings--define-key): New function.
118 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
119 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
120 * bindings.el: Use it to purecopy define-key bindings.
121
122 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
123
124 * emacs-lisp/cl.el (flet): Mark obsolete.
125 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
126 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
127 * progmodes/js.el (js-c-fill-paragraph):
128 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
129 (ebrowse-switch-member-buffer-to-derived-class):
130 * play/5x5.el (5x5-solver): Use cl-flet.
131
132 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
133 (cl--symbol-function): New macro.
134 (cl--letf, cl--letf*): Use it.
135
136 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
137 Strip "toggle-" if any.
138
139 2012-06-27 Glenn Morris <rgm@gnu.org>
140
141 * info.el (Info-default-directory-list): Move here from paths.el.
142 * paths.el: Remove file, which is now empty.
143 * loadup.el: No longer load "paths".
144
145 * custom.el (custom-initialize-delay): Doc fix.
146
147 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
148 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
149 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
150 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
151 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
152 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
153 * eshell/eshell.el (eshell-defgroup): Remove alias.
154
155 2012-06-27 Chong Yidong <cyd@gnu.org>
156
157 * help.el (help-enable-auto-load): New variable.
158
159 * help-fns.el (help-fns--autoloaded-p): New function.
160 (describe-function-1): Refer to a function as "autoloaded" if it
161 was autoloaded at any time in the past. Perform autoloading if
162 help-enable-auto-load is non-nil.
163
164 2012-06-26 Eli Zaretskii <eliz@gnu.org>
165
166 * makefile.w32-in (compile, compile-always): Depend on
167 update-subdirs, not on subdirs.el. Otherwise, several different
168 sub-targets of 'bootstrap' running in parallel could
169 simultaneously write to subdirs.el, producing a garbled file.
170
171 2012-06-26 Sam Steingold <sds@gnu.org>
172
173 * files.el (file-name-base): New convenience function.
174 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
175 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
176 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
177 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
178 * textmodes/ispell.el, textmodes/reftex-ref.el:
179 * textmodes/tex-mode.el: Use it.
180 Did not touch cedet and org because they are maintained elsewhere.
181
182 2012-06-26 Martin Rudalics <rudalics@gmx.at>
183
184 * calendar/calendar.el (calendar-exit): Don't try to delete or
185 iconify last frame. See:
186 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
187
188 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
189
190 * server.el (server-process-filter): Remember dir in the
191 process's `server-client-directory' properties.
192
193 2012-06-24 Chong Yidong <cyd@gnu.org>
194
195 * xml.el (xml-parse-tag): Correctly handle comment embedded in
196 non-tag text.
197
198 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
199
200 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
201
202 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
203
204 * help-fns.el (describe-variable): Don't croak when doc is not found.
205 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
206 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
207 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
208 * emacs-lisp/smie.el (smie-next-sexp): CSE.
209 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
210 ((lambda ..) ..).
211 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
212
213 2012-06-23 Chong Yidong <cyd@gnu.org>
214
215 * info.el (Info-mouse-follow-link): Accept symbol values of
216 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
217 (Info-fontify-node): Use Info-link-keymap for all navigation
218 buttons, with link-args property to perform the desired action.
219 (Info-link-keymap): Doc fix.
220 (Info-next-link-keymap, Info-prev-link-keymap)
221 (Info-up-link-keymap): Delete now-unused keymaps.
222
223 2012-06-23 Chong Yidong <cyd@gnu.org>
224
225 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
226
227 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
228 system abbrevs.
229
230 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
231
232 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
233
234 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
235 (bug#11719).
236
237 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
238 the requote function doesn't work properly (bug#11714).
239
240 2012-06-23 Glenn Morris <rgm@gnu.org>
241
242 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
243
244 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
245
246 Further GV/CL cleanups.
247 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
248 gv-expander.
249 (gv--defun-declaration): New function.
250 (defun-declarations-alist): Use it.
251 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
252 (gv-place): Autoload.
253 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
254 original definition of dotimes and dolist.
255 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
256 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
257 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
258 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
259 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
260 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
261 to the function's definition.
262 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
263 * window.el:
264 * files.el:
265 * faces.el:
266 * env.el: Don't use CL.
267
268 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
269
270 Support higher-resolution time stamps (Bug#9000).
271
272 * calendar/time-date.el (with-decoded-time-value): New arg
273 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
274 (encode-time-value): New optional arg PICO. New type 3.
275 (time-to-seconds) [!float-time]: Support the new picoseconds
276 component if it's used.
277 (seconds-to-time, time-subtract, time-add):
278 Support ps-resolution time stamps as well.
279
280 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
281 (timerp): Timer vectors now have length 9, not 8.
282 (timer--time): Support new-style (4-part) time stamps.
283 (timer-next-integral-multiple-of-time): Time stamps now have
284 picosecond resolution, so take a bit more care about rounding.
285 (timer-relative-time, timer-inc-time): New optional arg psecs.
286 (timer-set-time-with-usecs): Set psecs to 0.
287 (timer--activate): Check psecs component, too.
288
289 * proced.el (proced-time-lessp): Support ps-resolution stamps.
290
291 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
292
293 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
294 Move the non-essential binding to the post/pre-command-hook where it is
295 more obviously correct.
296
297 * subr.el (read-passwd): Don't use a history at all.
298 * savehist.el (savehist-save): Remove password saved accidentally
299 because of the above bug.
300
301 2012-06-22 Bastien Guerry <bzg@gnu.org>
302
303 * files.el (toggle-read-only): Display a message telling whether
304 the buffer is read-only or not (bug#11726).
305
306 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
307
308 * emacs-lisp/gv.el: New file.
309 * subr.el (push, pop): Extend to generalized variables.
310 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
311 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
312 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
313 gv-define-simple-setter, and gv-define-expander.
314 Remove setf-methods defined in gv. Rename cl-setf -> setf.
315 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
316 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
317 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
318 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
319 gv-letplace.
320 (cl-defstruct): Don't define setf-method any more.
321 * emacs-lisp/cl.el (flet): Don't autoload.
322 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
323 (define-setf-expander, defsetf, define-modify-macro)
324 (cl-struct-setf-expander): Move from cl-lib.el.
325 * emacs-lisp/syntax.el:
326 * emacs-lisp/ewoc.el:
327 * emacs-lisp/smie.el:
328 * emacs-lisp/cconv.el:
329 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
330 (timer--time): Use gv-define-simple-setter.
331 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
332 to avoid coding-system problems in subr.el. Adjust all users.
333 (macroexp--maxsize, macroexp-small-p): New functions.
334 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
335 * scroll-bar.el (scroll-bar-mode):
336 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
337 (normal-erase-is-backspace-mode): Don't use the `eq' place.
338 * winner.el (winner-configuration, winner-make-point-alist)
339 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
340 * files.el (locate-file-completion-table): Avoid list*.
341
342 2012-06-22 Chong Yidong <cyd@gnu.org>
343
344 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
345 (dired-create-files): Doc fix (Bug#11329).
346 (dired-do-copy): Doc fix (Bug#11334).
347 (dired-mark-read-string): Doc fix (Bug#11553).
348
349 * dired.el (dired-recursive-copies, dired-recursive-deletes):
350 Doc fix (Bug#11326).
351 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
352 (dired-dwim-target): Doc fix.
353
354 * wdired.el (wdired-mode): Doc fix.
355
356 2012-06-22 Glenn Morris <rgm@gnu.org>
357
358 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
359 (pcmpl-rpm-cache-stamp-file): New constant.
360 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
361 (pcmpl-rpm-packages): Optionally cache list of packages.
362
363 * pcmpl-rpm.el (pcmpl-rpm): New group.
364 (pcmpl-rpm-query-options): New option.
365 (pcmpl-rpm-packages): No need to inline it.
366 Use pcmpl-rpm-query-options.
367
368 * calendar/calendar.el (calendar-in-read-only-buffer):
369 Avoid some needless mode changes.
370
371 2012-06-21 Chong Yidong <cyd@gnu.org>
372
373 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
374 (desktop-path): Remove . from the default value (Bug#10977).
375 (desktop-read): Use user-emacs-directory if desktop-path is nil.
376
377 2012-06-20 Chong Yidong <cyd@gnu.org>
378
379 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
380
381 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
382
383 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
384 (bug#11201).
385
386 2012-06-20 Chong Yidong <cyd@gnu.org>
387
388 * term.el (term-window-width): Handle the case of a missing right
389 fringe (Bug#8837).
390 (term-check-size): Use window-text-height (Bug#5445).
391 (term-mode): Use define-derived-mode. Minor cleanups.
392 Set font-lock-defaults (Bug#7692).
393 (term-move-columns, term-insert-char, term-emulate-terminal)
394 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
395
396 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
397
398 * net/ange-ftp.el (ange-ftp-get-passwd):
399 Bind `enable-recursive-minibuffers'.
400 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
401
402 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
403
404 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
405
406 2012-06-19 Glenn Morris <rgm@gnu.org>
407
408 * progmodes/python.el (python-mode): Derive from prog-mode.
409
410 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
411
412 * emulation/edt.el (edt-default-menu-bar-update-buffers)
413 (edt-user-menu-bar-update-buffers): New functions.
414 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
415
416 2012-06-19 Chong Yidong <cyd@gnu.org>
417
418 * subr.el (with-selected-window): Preserve the selected window's
419 terminal's top-frame (Bug#4702).
420
421 * window.el (save-selected-window): Likewise.
422
423 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
424
425 * progmodes/python.el (python-rx-constituents): Move backquote.
426 (python-skeleton-define, python-define-auxiliary-skeleton):
427 Use `declare'.
428
429 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
430
431 * minibuffer.el (read-file-name-default): Revert the patch from
432 2012-06-17.
433
434 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
435
436 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
437 (pcase--u1, pcase--q1): Don't use apply-partially.
438
439 2012-06-18 Glenn Morris <rgm@gnu.org>
440
441 * progmodes/python.el (python-proc, python-buffer)
442 (python-send-receive, python-send-string): Fix obsolete versions.
443
444 2012-06-18 Martin Rudalics <rudalics@gmx.at>
445
446 * window.el (special-display-p): Completely remove stringp
447 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
448
449 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
450
451 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
452
453 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
454
455 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
456 * net/tramp-sh.el (tramp-maybe-open-connection):
457 Throw if `non-essential' is non-nil.
458
459 2012-06-17 Martin Rudalics <rudalics@gmx.at>
460
461 * window.el (special-display-p): Signal an error if BUFFER-NAME
462 is not a string (Bug#11713).
463
464 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
465
466 * progmodes/python.el (python-info-beginning-of-backslash):
467 Rename from python-info-beginning-of-backlash, as a spelling fix.
468
469 2012-06-17 Chong Yidong <cyd@gnu.org>
470
471 * term.el (term-emulate-terminal): If term-check-size is called,
472 move point to the process mark without resetting point (Bug#4635).
473
474 2012-06-17 Glenn Morris <rgm@gnu.org>
475
476 * international/mule-cmds.el (mule-menu-keymap)
477 (set-language-environment, set-locale-environment): Doc tweaks.
478
479 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
480
481 * cus-face.el (custom-face-attributes): Add wave-style underline
482 attribute.
483 * faces.el (set-face-attribute): Update docstring to describe
484 wave-style underline attribute.
485
486 2012-06-16 Chong Yidong <cyd@gnu.org>
487
488 * term/xterm.el (terminal-init-xterm): Discard input before
489 querying background mode (Bug#10959).
490
491 2012-06-16 Stefan Merten <smerten@oekonux.de>
492
493 * textmodes/rst.el: Added and corrected some comments.
494 (rst-re-alist-def): Improve symbol syntax.
495 (rst-mode-syntax-table): Correct syntax entries.
496 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
497 (rst-official-version, rst-official-cvs-rev): Update version
498 information.
499
500 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
501
502 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
503 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
504
505 2012-06-15 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
506
507 * progmodes/python.el: New python.el merge.
508 (python-guess-indent): Obsolete var.
509 (python-indent-guess-indent-offset): New defcustom.
510 (python-indent): Obsolete var.
511 (python-indent-offset): New defcustom.
512 (python-python-command, python-jython-command): Delete var.
513 (python-shell-interpreter): New defcustom.
514 (python-pdbtrack-do-tracking-p): Delete var.
515 (python-pdbtrack-activate): New defcustom.
516 (python-use-skeletons): Obsolete var.
517 (python-skeleton-autoinsert): New defcustom.
518 (inferior-python-filter-regexp, python-continuation-offset)
519 (python-honour-comment-indentation, python-indent-string-contents)
520 (python-jython-packages, python-mode-hook)
521 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
522 (python-shell-prompt-alist)
523 (python-source-modes): Delete defcustoms.
524 (python-check-buffer-name, python-eldoc-setup-code)
525 (python-eldoc-string-code, python-ffap-setup-code)
526 (python-ffap-string-code, python-fill-comment-function)
527 (python-fill-decorator-function, python-fill-paren-function)
528 (python-fill-string-function, python-imenu-include-defun-type)
529 (python-imenu-make-tree, python-imenu-subtree-root-label)
530 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
531 (python-shell-compilation-regexp-alist)
532 (python-shell-completion-module-string-code)
533 (python-shell-completion-pdb-string-code)
534 (python-shell-completion-setup-code)
535 (python-shell-completion-string-code)
536 (python-shell-enable-font-lock, python-shell-exec-path)
537 (python-shell-extra-pythonpaths)
538 (python-shell-internal-buffer-name, python-shell-interpreter-args)
539 (python-shell-process-environment)
540 (python-shell-prompt-block-regexp)
541 (python-shell-prompt-output-regexp)
542 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
543 (python-shell-send-setup-max-wait, python-shell-setup-codes)
544 (python-shell-virtualenv-path): New defcustoms.
545 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
546 (inferior-python-mode-syntax-table, python--prompt-regexp)
547 (python-buffer, python-command python-python-command)
548 (python-default-template, python-imports, python-indent-index)
549 (python-indent-list, python-indent-list-length)
550 (python-mode-running, python-pdbtrack-is-tracking-p)
551 (python-preoutput-continuation, python-preoutput-leftover)
552 (python-preoutput-result, python-preoutput-skip-next-prompt)
553 (python-prev-dir/file, python-recursing)
554 (python-saved-check-command, python-version-checked)
555 (python-which-func-length-limit)
556 (view-return-to-alist): Delete vars.
557 (python-check-custom-command, python-dotty-syntax-table)
558 (python-imenu-index-alist, python-indent-current-level)
559 (python-indent-dedenters, python-indent-levels)
560 (python-nav-beginning-of-defun-regexp)
561 (python-nav-list-defun-positions-cache)
562 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
563 (python-shell-internal-buffer)
564 (python-skeleton-available): New vars.
565 (def-python-skeleton): Delete macro.
566 (python-skeleton-define): New macro.
567 (python-define-auxiliary-skeleton, python-rx): New macros.
568 (python-insert-class): Delete command.
569 (python-skeleton-class): New command.
570 (python-insert-def): Delete command.
571 (python-skeleton-def): New command.
572 (python-insert-for): Delete command.
573 (python-skeleton-for): New command.
574 (python-insert-if): Delete command.
575 (python-skeleton-if): New command.
576 (python-insert-try/except, python-insert-try/finally): Delete commands.
577 (python-skeleton-try): New command.
578 (python-insert-while): Delete command.
579 (python-skeleton-while): New command.
580 (python-backspace): Delete command.
581 (python-indent-dedent-line-backspace): New command.
582 (python-electric-colon): Delete command.
583 (python-indent-electric-colon): New command.
584 (python-guess-indent): Delete command.
585 (python-indent-guess-indent-offset): New command.
586 (python-shift-left): Delete command.
587 (python-indent-shift-left): New command.
588 (python-shift-right): Delete command.
589 (python-indent-shift-right): New command.
590 (python-find-function): Delete command.
591 (python-nav-jump-to-defun): New command.
592 (python-next-statement): Delete command.
593 (python-nav-forward-sentence): New command.
594 (python-previous-statement): Delete command.
595 (python-nav-backward-sentence): New command.
596 (python-fill-paragraph): Delete command.
597 (python-fill-paragraph-function): New command.
598 (python-send-buffer): Delete command.
599 (python-shell-send-buffer): New command.
600 (python-send-defun): Delete command.
601 (python-shell-send-defun): New command.
602 (python-send-region, python-send-region-and-go): Delete commands.
603 (python-shell-send-region)
604 (python-shell-switch-to-shell): New commands.
605 (python-send-string): Delete command.
606 (python-shell-send-string): New command.
607 (python-switch-to-python): Delete command.
608 (python-shell-switch-to-shell): New command.
609 (python-describe-symbol): Delete command.
610 (python-eldoc-at-point): New command.
611 (python--set-prompt-regexp, python-args-to-list)
612 (python-after-info-look, python-check-version)
613 (python-check-comint-prompt, python-find-imports)
614 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
615 (python-unload-function, python-expand-template)
616 (python-maybe-jython, python-preoutput-filter)
617 (python-pdbtrack-get-source-buffer)
618 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
619 (python-pdbtrack-toggle-stack-tracking)
620 (python-pdbtrack-track-stack-file, python-initial-text)
621 (python-first-word, python-comment-line-p, python-send-command)
622 (python-setup-brm, python-sentinel, python-set-proc)
623 (python-skip-out, python-input-filter, python-outdent-p)
624 (python-outline-level, python-backslash-continuation-line-p)
625 (python-end-of-block, python-end-of-statement, python-mark-block)
626 (python-beginning-of-block, python-beginning-of-statement)
627 (python-blank-line-p, python-beginning-of-string)
628 (python-open-block-statement-p): Delete functions.
629 (python-indent-line, python-indent-line-1): Delete functions.
630 (python-indent-line): New function.
631 (python-indentation-levels): Delete function.
632 (python-indent-calculate-levels): New function.
633 (python-proc): Delete function.
634 (python-shell-get-process): New function.
635 (python-send-receive): Delete function.
636 (python-shell-send-string-no-output): New function.
637 (python-module-path): Delete function.
638 (python-ffap-module-path): New function.
639 (python-completion-at-point)
640 (python-symbol-completions): Delete functions.
641 (python-completion-complete-at-point): New function.
642 (python-load-file): Delete function.
643 (python-shell-send-file): New function.
644 (python-calculate-indentation): Delete function.
645 (python-indent-calculate-indentation): New function.
646 (python-skip-comments/blanks): Delete function.
647 (python-util-forward-comment): New function.
648 (python-continuation-line-p): Delete function.
649 (python-info-continuation-line-p): New function.
650 (python-which-func, python-current-defun): Delete function.
651 (python-info-current-defun): New function.
652 (python-beginning-of-defun): Delete function.
653 (python-nav-beginning-of-defun): New function.
654 (python-close-block-statement-p)
655 (python-block-end-p): Delete function.
656 (python-info-closing-block): New function.
657 (python-comint-output-filter-function)
658 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
659 (python-fill-comment, python-fill-decorator, python-fill-paren)
660 (python-fill-string, python-imenu-make-element-tree)
661 (python-imenu-make-tree, python-imenu-tree-assoc)
662 (python-indent-context, python-indent-dedent-line)
663 (python-indent-line-function)
664 (python-indent-post-self-insert-function)
665 (python-indent-toggle-levels)
666 (python-info-assignment-continuation-line-p)
667 (python-info-beginning-of-backlash)
668 (python-info-block-continuation-line-p)
669 (python-info-closing-block-message)
670 (python-info-line-ends-backslash-p)
671 (python-info-looking-at-beginning-of-defun)
672 (python-info-ppss-context, python-info-ppss-context-type)
673 (python-nav-list-defun-positions, python-nav-read-defun)
674 (python-nav-sentence-end, python-nav-sentence-start)
675 (python-pdbtrack-comint-output-filter-function)
676 (python-pdbtrack-set-tracked-buffer)
677 (python-shell-calculate-exec-path)
678 (python-shell-calculate-process-environment)
679 (python-shell-completion--do-completion-at-point)
680 (python-shell-completion--get-completions)
681 (python-shell-completion-complete-at-point)
682 (python-shell-completion-complete-or-indent)
683 (python-shell-get-or-create-process)
684 (python-shell-get-process-name)
685 (python-shell-internal-get-or-create-process)
686 (python-shell-internal-get-process-name)
687 (python-shell-internal-send-string, python-shell-make-comint)
688 (python-shell-parse-command, python-shell-send-setup-code)
689 (python-skeleton-add-menu-items)
690 (python-util-clone-local-variables, python-util-position)
691 (run-python-internal, python-indentation-levels)
692 (python-nav-beginning-of-defun)
693 (python-completion-complete-at-point): New functions.
694 (run-python): Change arguments. New API requirements.
695
696 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
697
698 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
699 (bug#11649).
700
701 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
702 (macroexp--expand-all): Use it.
703
704 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
705 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
706 Use `cl-function' instead.
707
708 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
709
710 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
711 Suggested by Stefan Monnier while discussing bug#11657.
712
713 2012-06-14 Sam Steingold <sds@gnu.org>
714
715 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
716
717 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
718
719 * play/doctor.el (doctor-doc): Remove parameter and use
720 doctor-sent instead of sent.
721 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
722
723 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
724
725 * files.el: Require cl-lib.
726 (file-name-non-special): Replace case -> cl-case.
727
728 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
729
730 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
731 mapping from #' to function*.
732
733 2012-06-13 Chong Yidong <cyd@gnu.org>
734
735 * mouse.el (mouse-drag-track): Do not set the mark if the user
736 releases the mouse without selecting anything (Bug#11588).
737
738 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
739
740 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
741 as well (bug#11646).
742
743 * loadup.el: Count byte-code functions as well.
744
745 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
746 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
747
748 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
749 (bug#11649). Add cl-defun and cl-defmacro.
750
751 2012-06-13 Drew Adams <drew.adams@oracle.com>
752
753 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
754 Fix last change.
755
756 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
757
758 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
759 Otherwise, it blocks in batch mode.
760
761 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
762
763 * help-mode.el (bookmark-make-record-default): Declare.
764
765 2012-06-13 Chong Yidong <cyd@gnu.org>
766
767 * emacs-lisp/package.el (list-packages): Compute a list of
768 packages that are newly-available since the last list-packages
769 invocation.
770 (package-menu--new-package-list): New var.
771 (package-menu--generate, package-menu--print-info)
772 (package-menu--status-predicate, package-menu-mark-install):
773 Handle new status label "new".
774
775 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
776
777 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
778 conversion to backquotes.
779
780 2012-06-12 Chong Yidong <cyd@gnu.org>
781
782 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
783 Rename from gud-inhibit-global-bindings.
784
785 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
786
787 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
788 hook from nxml-glyph-set-hook.
789
790 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
791 declaration.
792
793 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
794
795 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
796 Convert to defcustom.
797
798 2012-06-12 Drew Adams <drew.adams@oracle.com>
799
800 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
801 New functions.
802 (help-mode): Use them.
803
804 2012-06-11 Glenn Morris <rgm@gnu.org>
805
806 * progmodes/fortran.el (fortran-font-lock-keywords-3):
807 Use preprocessor face for directives.
808 (fortran-directive-re): Doc fix.
809
810 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
811
812 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
813 conversion to backquotes (bug#11652).
814
815 Fix compiler-expansion of CL's cXXr functions (bug#11673).
816 * emacs-lisp/cl-lib.el (cl--defalias): New function.
817 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
818 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
819 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
820 (cl-ninth, cl-tenth): Mark them as inlinable.
821 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
822 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
823 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
824 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
825 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
826 (cl-list*, cl-adjoin): Don't put an autoload manually.
827 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
828 (cl--compiler-macro-list*): Add autoload cookie.
829 (cl--compiler-macro-cXXr): New function.
830
831 * help-fns.el (help-fns--compiler-macro): New function extracted from
832 describe-function-1; follow aliases and use `compiler-macro' property.
833 (describe-function-1): Use it.
834
835 2012-06-11 Chong Yidong <cyd@gnu.org>
836
837 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
838 is uninstalled, if imagemagick is installed.
839
840 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
841
842 * emacs-lisp/cl-lib.el: Use lexical-binding.
843 (cl-map-extents, cl-maclisp-member): Remove.
844 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
845 (cl--set-substring, cl--block-wrapper, cl--block-throw)
846 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
847 * emacs-lisp/cl-extra.el: Use lexical-binding.
848 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
849 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
850 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
851 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
852 * emacs-lisp/cl-seq.el: Use lexical-binding.
853 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
854 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
855 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
856 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
857 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
858 CL's internals.
859
860 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
861
862 Sync with Tramp 2.2.6-pre.
863
864 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
865 `print-length' and `print-level' to nil, in order to avoid
866 truncation. Reported by Christopher Schmidt
867 <christopher@ristopher.com>.
868
869 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
870
871 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
872 New defmacro.
873 (tramp-compat-copy-directory): Add optional argument
874 COPY-CONTENTS. It is not handled yet.
875
876 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
877 (tramp-ftp-file-name-p): Simplify.
878
879 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
880 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
881 connection vector.
882
883 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
884 (tramp-methods): Do not use `tramp-password-end-of-line'.
885 (tramp-completion-function-alist-putty): Handle UNIX case.
886 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
887 (tramp-do-file-attributes-with-stat)
888 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
889 gid as real numbers. They could run out of integer range on cygwin.
890 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
891 (tramp-sh-handle-expand-file-name): Handle hops.
892 (tramp-open-connection-setup-interactive-shell):
893 Use `tramp-cleanup'. Move check for busyboxes ...
894 (tramp-find-shell): ... here. Simplify implementation.
895 Set "remote-shell" property also for alternative shells.
896 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
897 If failing, a regular file would be written otherwise.
898 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
899 (tramp-find-inline-encoding): Cache the coding commands in the
900 process cache. Apply test command on the remote side, if defined.
901 (tramp-find-inline-compress): Cache the compress commands in the
902 process cache.
903 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
904 when requested. Handle hops.
905 (tramp-current-connection): New defvar.
906 (tramp-maybe-open-connection): Use `tramp-cleanup'.
907 Throw `suppress', if there was a failed connection shortly before.
908 Handle user interrupt. (Bug#10187)
909 (tramp-get-inline-compress, tramp-get-inline-coding):
910 Read connection properties from the process cache.
911
912 * net/tramp-smb.el (tramp-smb-server-version)
913 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
914 New defconsts.
915 (tramp-smb-prompt): Extend for powershell prompt.
916 (tramp-smb-file-name-handler-alist): Add handlers for
917 `process-file', `shell-command' and `start-file-process'.
918 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
919 (tramp-smb-winexe-shell-command-switch): New defcustoms.
920 (tramp-smb-file-name-p): Simplify.
921 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
922 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
923 (tramp-smb-shell-quote-argument): New defuns.
924 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
925 Implement using "tar". By this, time-stamps are preserved.
926 (tramp-smb-handle-copy-file): Handle also the case of directories.
927 (tramp-smb-do-file-attributes-with-stat)
928 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
929 Use `tramp-get-connection-buffer').
930 (tramp-smb-handle-rename-file): Use "rename", when source and
931 target are on the same share.
932 (tramp-smb-maybe-open-connection): Handle wrong passwords.
933 Use `tramp-smb-server-version'.
934 (tramp-smb-wait-for-output): Remove prompt.
935
936 * net/tramp.el (top): Require 'cl.
937 (tramp-methods, tramp-rsh-end-of-line):
938 Remove `tramp-password-end-of-line' from docstring.
939 (tramp-save-ad-hoc-proxies): New defcustom.
940 (tramp-completion-function-alist): Adapt docstring.
941 (tramp-default-password-end-of-line): Remove defcustom.
942 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
943 (tramp-user-regexp, tramp-file-name-regexp-unified)
944 (tramp-file-name-regexp-url): Extend regexp by hop separator.
945 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
946 (tramp-remote-file-name-spec-regexp): New defconst.
947 (tramp-file-name-structure): Extend structure for hops.
948 (tramp-get-method-parameter): Move up.
949 (tramp-file-name-p, tramp-dissect-file-name)
950 (with-parsed-tramp-file-name): Handle hops.
951 (tramp-file-name-hop): New defun.
952 (tramp-make-tramp-file-name): New optional arg HOP.
953 (tramp-message-show-progress-reporter-message): New defvar.
954 (tramp-with-progress-reporter): Use it. We cannot use
955 `tramp-message-show-message' here, because this suppresses also
956 error buffers.
957 (tramp-error-with-buffer): Suppress buffer view, if
958 `tramp-message-show-message' is nil.
959 Use `tramp-get-connection-buffer'.
960 (tramp-cleanup): New defun.
961 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
962 (tramp-file-name-handler): If `debug-on-error' is set, propagate
963 an error unchanged.
964 (tramp-completion-handle-file-name-all-completions): Handle hops.
965 Fix an error when called from ido.
966 (tramp-completion-dissect-file-name): Use better local variable
967 name. Add hop to the vector.
968 (tramp-handle-insert-file-contents): Use progress-reporter for the
969 whole scenario.
970 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
971 to `t'.
972 (tramp-check-for-regexp): Simplify search.
973 (tramp-enter-password): Remove it. Move implementation ...
974 (tramp-action-password): ... here.
975 (tramp-mode-string-to-int, tramp-local-host-p)
976 (tramp-make-tramp-temp-file, tramp-read-passwd)
977 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
978 Set tramp-autoload cookie.
979
980 * net/trampver.el: Update release number.
981
982 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
983 Michael Albinus <michael.albinus@gmx.de>
984
985 * net/tramp.el (tramp-set-completion-function): Fix docstring.
986 (tramp-parse-group, tramp-parse-file)
987 (tramp-parse-shostkeys-sknownhosts): New defuns.
988 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
989 (tramp-parse-shosts-group, tramp-parse-sconfig)
990 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
991 (tramp-parse-sknownhosts, tramp-parse-hosts)
992 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
993 Use them.
994 (tramp-parse-passwd-group, tramp-parse-netrc-group)
995 (tramp-parse-putty-group): Don't narrow.
996 (tramp-parse-putty): Make a loop.
997 (tramp-file-name-handler): Catch the `suppress' signal.
998
999 2012-06-11 Chong Yidong <cyd@gnu.org>
1000
1001 * image.el (imagemagick-register-types): Put the ImageMagick entry
1002 at the end of image-type-file-name-regexps.
1003
1004 2012-06-11 Johan BockgĂ¥rd <bojohan@gnu.org>
1005
1006 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
1007 (pcase, pcase-let*, pcase-dolist): Use them.
1008
1009 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1010
1011 * emacs-lisp/pcase.el (pcase--let*): New function.
1012 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
1013 (pcase--expand): Use macroexp-let².
1014
1015 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1016
1017 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
1018 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
1019 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
1020 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
1021 * emacs-lisp/derived.el: Use pcase instead of `cl'.
1022 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
1023
1024 2012-06-10 Glenn Morris <rgm@gnu.org>
1025
1026 * mail/rmail.el (rmail-yank-current-message): Leave point at
1027 correct position. (Bug#11660)
1028
1029 2012-06-10 Chong Yidong <cyd@gnu.org>
1030
1031 * allout-widgets.el: Fix code header.
1032
1033 2012-06-10 Chong Yidong <cyd@gnu.org>
1034
1035 * cus-edit.el (customize-changed-options-previous-release):
1036 Bump to 24.1.
1037
1038 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
1039
1040 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
1041
1042 2012-06-09 Chong Yidong <cyd@gnu.org>
1043
1044 * ebuff-menu.el (electric-buffer-list): Preserve header line.
1045
1046 2012-06-09 Martin Rudalics <rudalics@gmx.at>
1047
1048 * window.el (special-display-popup-frame): Don't use
1049 window--display-buffer (Bug#11651).
1050
1051 2012-06-09 Eli Zaretskii <eliz@gnu.org>
1052
1053 Fix parallel builds: make sure loaddefs.el is not being written
1054 while Lisp files are compiled.
1055 (compile): Don't depend on 'mh-autoloads'.
1056 (compile-CMD, compile-SH): Depend on 'autoloads'.
1057 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
1058
1059 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
1060
1061 2012-06-09 Chong Yidong <cyd@gnu.org>
1062
1063 * face-remap.el (face-remap-add-relative, face-remap-set-base)
1064 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
1065 Doc fixes (Bug#11225).
1066
1067 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1068
1069 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
1070 a function if there's a clear indication that it has a compiler-macro.
1071 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
1072 (macro-declarations-alist): Add arglist to declaration functions.
1073 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
1074 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
1075 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
1076 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
1077 Also add autoload to find the compiler macro.
1078 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
1079 (cl--compiler-macro-member, cl--compiler-macro-assoc)
1080 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
1081 (cl--compiler-macro-get): New functions, replacing calls to
1082 cl-define-compiler-macro.
1083 (cl-typep) [compiler-macro]: Use macroexp-let².
1084
1085 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
1086
1087 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
1088 string properly, fixes Bug#11473.
1089
1090 2012-06-08 Chong Yidong <cyd@gnu.org>
1091
1092 * faces.el (set-face-attribute): Doc fix.
1093 (modify-face): Don't use :bold and :italic.
1094 (error, warning, success): Tweak definitions.
1095
1096 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
1097 (custom-modified, custom-set, custom-changed, custom-themed)
1098 (custom-saved, custom-button, custom-button-mouse)
1099 (custom-button-pressed, custom-state, custom-comment-tag)
1100 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
1101 (custom-group-subtitle): Use new-style face specs.
1102 (custom-invalid-face, custom-rogue-face, custom-modified-face)
1103 (custom-set-face, custom-changed-face, custom-saved-face)
1104 (custom-button-face, custom-button-pressed-face)
1105 (custom-documentation-face, custom-state-face)
1106 (custom-comment-face, custom-comment-tag-face)
1107 (custom-variable-tag-face, custom-variable-button-face)
1108 (custom-face-tag-face, custom-group-tag-face-1)
1109 (custom-group-tag-face): Remove obsolete face alias.
1110
1111 * epa.el (epa-validity-high, epa-validity-medium)
1112 (epa-validity-low, epa-mark, epa-field-name, epa-string)
1113 (epa-field-name, epa-field-body):
1114 * font-lock.el (font-lock-comment-face, font-lock-string-face)
1115 (font-lock-keyword-face, font-lock-builtin-face)
1116 (font-lock-function-name-face, font-lock-variable-name-face)
1117 (font-lock-type-face, font-lock-constant-face):
1118 * ido.el (ido-first-match, ido-only-match, ido-subdir)
1119 (ido-virtual, ido-indicator, ido-incomplete-regexp):
1120 * speedbar.el (speedbar-button-face, speedbar-file-face)
1121 (speedbar-directory-face, speedbar-tag-face)
1122 (speedbar-selected-face, speedbar-highlight-face)
1123 (speedbar-separator-face):
1124 * whitespace.el (whitespace-newline, whitespace-space)
1125 (whitespace-hspace, whitespace-tab, whitespace-trailing)
1126 (whitespace-line, whitespace-space-before-tab)
1127 (whitespace-space-after-tab, whitespace-indentation)
1128 (whitespace-empty):
1129 * emulation/cua-base.el (cua-global-mark):
1130 * eshell/em-prompt.el (eshell-prompt):
1131 * net/newst-plainview.el (newsticker-new-item-face)
1132 (newsticker-old-item-face, newsticker-immortal-item-face)
1133 (newsticker-obsolete-item-face, newsticker-date-face)
1134 (newsticker-statistics-face, newsticker-default-face):
1135 * net/newst-reader.el (newsticker-feed-face)
1136 (newsticker-extra-face, newsticker-enclosure-face):
1137 * net/newst-treeview.el (newsticker-treeview-face)
1138 (newsticker-treeview-new-face, newsticker-treeview-old-face)
1139 (newsticker-treeview-immortal-face)
1140 (newsticker-treeview-obsolete-face)
1141 (newsticker-treeview-selection-face):
1142 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
1143 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
1144 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
1145 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
1146 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
1147 (nxml-outline-active-indicator, nxml-outline-ellipsis):
1148 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
1149 (mpuz-text):
1150 * progmodes/vera-mode.el (vera-font-lock-number)
1151 (vera-font-lock-function, vera-font-lock-interface):
1152 * textmodes/table.el (table-cell): Use new-style face specs, and
1153 don't use the old :bold and :italic attributes.
1154
1155 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
1156 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
1157 (ebrowse-member-class, ebrowse-progress): Likewise.
1158 (ebrowse-tree-mark-face, ebrowse-root-class-face)
1159 (ebrowse-file-name-face, ebrowse-default-face)
1160 (ebrowse-member-attribute-face, ebrowse-member-class-face)
1161 (ebrowse-progress-face): Remove obsolete faces.
1162
1163 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1164 Inherit from error and warning faces respectively.
1165
1166 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1167 Likewise.
1168 (flyspell-incorrect-face, flyspell-duplicate-face):
1169 Remove obsolete aliases.
1170
1171 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
1172
1173 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1174 Avoid infloop.
1175
1176 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1177
1178 * startup.el (argv, argi): Make lexically scoped.
1179 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
1180 * emacs-lisp/cl-macs.el: Use lexical-binding.
1181 Rename cl-bind-* to cl--bind-*.
1182 * files.el: Don't require `cl' since it doesn't use it.
1183 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
1184
1185 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
1186
1187 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
1188 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
1189 instead of calling external sort utility.
1190 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
1191
1192 2012-06-08 Eli Zaretskii <eliz@gnu.org>
1193
1194 * descr-text.el (describe-char): Mention how to insert the
1195 character, if the current input method doesn't support it.
1196 See the discussion in this thread for the details:
1197 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
1198
1199 2012-06-08 Sam Steingold <sds@gnu.org>
1200
1201 * bindings.el (global-map): Bind XF86Forward to next-buffer and
1202 XF86Back to previous-buffer.
1203 (minibuffer-local-map): Bind them to next-history-element and
1204 previous-history-element respectively.
1205 * help-mode.el (help-mode-map): Bind them to help-go-forward and
1206 help-go-back respectively.
1207 * info.el (Info-mode-map): Bind them to Info-history-forward and
1208 Info-history-back respectively.
1209 These are the keys next to Up on the ThinkPad keyboard.
1210
1211 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1212
1213 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
1214 * emacs-lisp/cl-macs.el: Provide itself.
1215 (cl--labels-convert-cache): New var.
1216 (cl--labels-convert): New function.
1217 (cl-flet, cl-labels): New implementation with new semantics, relying on
1218 lexical-binding.
1219 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
1220 (cl-closure-vars, cl--function-convert-cache)
1221 (cl--function-convert): Move from cl-macs.el.
1222 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
1223 rename by removing the "cl-" prefix.
1224 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
1225
1226 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1227
1228 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
1229 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
1230 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
1231 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
1232 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
1233 (cl-hash-table-count): Add old compatibility aliases.
1234
1235 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
1236 Use macroexpand-all-environment instead.
1237 (cl--old-macroexpand): New var.
1238 (cl--sm-macroexpand): New function.
1239 (cl-symbol-macrolet): Use it during macro expansion.
1240 (cl--function-convert-cache): New var.
1241 (cl--function-convert): New function, extracted from
1242 cl-macroexpand-all.
1243 (cl-lexical-let): Use it.
1244
1245 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
1246 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
1247 (cl-member): Remove old alias.
1248
1249 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
1250 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
1251 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
1252 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
1253 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
1254 (cl-macroexpand-cmacs): Remove var.
1255 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
1256 Use macroexpand-all instead.
1257
1258 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1259
1260 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
1261 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
1262 (macroexp-copyable-p): New functions and macros.
1263 * emacs-lisp/edebug.el (edebug-unwrap):
1264 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
1265 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
1266 (pcase--let*): Remove.
1267 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
1268 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
1269 macroexp-const-p instead.
1270 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
1271
1272 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
1273 instead of "cl-" for internal definitions. Use macroexp-const-p.
1274 (cl-old-bc-file-form): Remove var.
1275 (cl-const-exprs-p): Remove fun.
1276 (cl-labels, cl-macrolet): Use backquote.
1277 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
1278 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
1279 (cl-define-setf-expander): Rename from cl-define-setf-method.
1280 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
1281
1282 * international/mule-cmds.el: Don't require CL.
1283 (view-hello-file): Don't use `letf'.
1284
1285 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1286
1287 * tmm.el (tmm-prompt): Use string-prefix-p.
1288 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
1289 (tmm-add-prompt): Use minibuffer-completion-help.
1290 (tmm-delete-map): Remove.
1291
1292 * subr.el (kbd): Make it its own function.
1293
1294 2012-06-07 Stefan Merten <smerten@oekonux.de>
1295
1296 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
1297 Silence compiler warnings. Fix versions.
1298 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
1299 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
1300 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
1301 (rst-package-emacs-version-alist): Correct Emacs version to
1302 represent major merge with upstream.
1303 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
1304
1305 2012-06-06 Glenn Morris <rgm@gnu.org>
1306
1307 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
1308 Only print environment variables if set.
1309
1310 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1311
1312 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
1313 (macroexp--cons): Rename from maybe-cons.
1314 (macroexp--accumulate): Rename from macroexp-accumulate.
1315 (macroexp--all-forms): Rename from macroexpand-all-forms.
1316 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
1317 (macroexp--expand-all): Rename from macroexpand-all-1.
1318
1319 2012-06-06 Sam Steingold <sds@gnu.org>
1320
1321 * calendar/calendar.el (calendar-in-read-only-buffer):
1322 Call `special-mode' to enable the standard read-only keybindings.
1323
1324 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1325
1326 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
1327 with "loading" messages (bug#11635).
1328
1329 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
1330
1331 * files.el (enable-remote-dir-locals): New option.
1332 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
1333
1334 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1335 Ensure, that the temp directory is local.
1336
1337 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
1338 `temporary-file-directory'.
1339
1340 * progmodes/python.el (python-send-region): Ensure, that the
1341 temporary file is created also in the remote case.
1342
1343 2012-06-06 Glenn Morris <rgm@gnu.org>
1344
1345 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
1346 (vc-rcs-update-changelog): Use it.
1347
1348 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff
1349
1350 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
1351 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
1352 (vc-sccs-diff): Replace use of the external vcdiff script.
1353
1354 2012-06-05 Glenn Morris <rgm@gnu.org>
1355
1356 * ledit.el: Move to obsolete/.
1357
1358 2012-06-05 Sam Steingold <sds@gnu.org>
1359
1360 * calendar/calendar.el (calendar-exit): reinstate the 2012-03-28
1361 patch (Bug#11140).
1362
1363 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1364
1365 * emacs-list/cust-print.el: Move to obsolete.
1366
1367 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
1368 compiler-macro expansion.
1369
1370 Add native compiler-macro support.
1371 * emacs-lisp/macroexp.el (macroexpand-all-1):
1372 Support compiler-macros directly. Properly follow aliases and apply
1373 the compiler macros more thoroughly.
1374 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
1375 macroexpand now properly follows aliases.
1376 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
1377 (cl-compiler-macroexpand): Use new prop.
1378 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
1379
1380 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
1381
1382 2012-06-05 Martin Rudalics <rudalics@gmx.at>
1383
1384 * window.el (get-lru-window, get-mru-window, get-largest-window):
1385 New argument NOT-SELECTED to avoid picking the selected window.
1386 (window--display-buffer-1, window--display-buffer-2): Replace by
1387 new function window--display-buffer
1388 (display-buffer-same-window, display-buffer-reuse-window)
1389 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1390 Use window--display-buffer.
1391 (display-buffer-use-some-window): Remove temporary dedication
1392 hack by calling get-lru-window and get-largest-window with
1393 NOT-SELECTED argument non-nil. Call window--display-buffer.
1394
1395 2012-06-05 Glenn Morris <rgm@gnu.org>
1396
1397 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
1398 Replace external vcdiff script.
1399
1400 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1401
1402 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
1403
1404 2012-06-04 Chong Yidong <cyd@gnu.org>
1405
1406 * image.el (imagemagick-types-inhibit): Revert last change.
1407 Add INFO and M.
1408 (imagemagick-enabled-types): Remove CIN and EPS*.
1409
1410 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1411
1412 * emacs-lisp/cl-lib.el: Rename from cl.el.
1413 * emacs-lisp/cl.el: New compatibility file.
1414 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
1415 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
1416 to obey the "cl-" prefix.
1417 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
1418
1419 2012-06-03 Glenn Morris <rgm@gnu.org>
1420
1421 * emacs-lisp/authors.el (authors-aliases): Addition.
1422
1423 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
1424 Fix :version.
1425
1426 2012-06-03 Stefan Merten <smerten@oekonux.de>
1427
1428 * textmodes/rst.el: Add comments.
1429 (rst-transition, rst-adornment): New faces.
1430 (rst-adornment-faces-alist): Make default safe to reevaluate.
1431 Fixes
1432 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
1433 Improve customization tags.
1434 (rst-define-level-faces): Clarify meaning.
1435
1436 2012-06-03 Chong Yidong <cyd@gnu.org>
1437
1438 * progmodes/compile.el (compilation-mode-line-fail)
1439 (compilation-mode-line-run, compilation-mode-line-exit):
1440 New faces.
1441 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
1442
1443 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
1444
1445 * progmodes/which-func.el (which-func-update-ediff-windows):
1446 New function. Use it in ediff-select-hook (Bug#11478).
1447
1448 2012-06-03 Chong Yidong <cyd@gnu.org>
1449
1450 * bindings.el: Remove explicit help text from format-mode-line.
1451 It is now supplied by mode-line-default-help-echo.
1452 (mode-line-front-space, mode-line-end-spaces)
1453 (mode-line-misc-info): New variables.
1454 (mode-line-modes, mode-line-position): Move the default value to
1455 the variable definition.
1456 (mode-line-default-help-echo): New defcustom.
1457 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
1458 (mode-line-modified-help-echo): New functions.
1459 (mode-line-mule-info, mode-line-modified): Use them.
1460 (mode-line-eol-desc, propertized-buffer-identification):
1461 Consistency fixes for help text.
1462 (mode-line-coding-system-map): Allow using mouse-3 to invoke
1463 set-buffer-file-coding-system (Bug#289).
1464 (mode-line-mule-info-help-echo): Update help text.
1465
1466 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1467
1468 * simple.el (execute-extended-command): Set real-this-command
1469 (bug#11506).
1470
1471 2012-06-02 Chong Yidong <cyd@gnu.org>
1472
1473 Remove incorrect uses of "modeline" in comments, docstrings, and
1474 function/variable names (Bug#10329).
1475
1476 * cus-edit.el (mode-line):
1477 * dframe.el (dframe-mouse-hscroll):
1478 * emacs-lisp/re-builder.el:
1479 * emacs-lisp/easy-mmode.el (define-minor-mode):
1480 * frame.el (set-frame-name):
1481 * help.el (lookup-minor-mode-from-indicator):
1482 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
1483 * progmodes/cc-cmds.el (c-toggle-auto-newline)
1484 (c-toggle-hungry-state):
1485 * progmodes/antlr-mode.el (antlr-language-alist):
1486 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
1487 * progmodes/vhdl-mode.el (vhdl-mode):
1488 * progmodes/which-func.el (which-func, which-func-cleanup-function):
1489 * term/ns-win.el (ns-face-at-pos):
1490 * term/sup-mouse.el (sup-mouse-report):
1491 * textmodes/flyspell.el (flyspell-mode-line-string):
1492 * textmodes/ispell.el (ispell-highlight-face):
1493 * textmodes/reftex-global.el:
1494 * vc/vc-arch.el (vc-arch-mode-line-string):
1495 * vc/vc-cvs.el (vc-cvs-mode-line-string):
1496 * vc/vc-git.el (vc-git-mode-line-string):
1497 * vc/vc-hooks.el (vc-display-status)
1498 (vc-default-mode-line-string):
1499 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
1500
1501 * ansi-color.el (ansi-color-faces-vector): Change default faces.
1502
1503 * dired.el (dired-sort-set-mode-line): Rename from
1504 dired-sort-set-modeline. All callers changed.
1505
1506 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
1507 eshell-status-in-modeline.
1508
1509 * foldout.el (foldout-mode-line-string): Rename from
1510 foldout-modeline-string. All callers changed.
1511 (foldout-update-mode-line): Rename from foldout-update-modeline.
1512
1513 * subr.el (redraw-modeline): Make into obsolete alias.
1514
1515 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
1516 timeclock-modeline-display. Make old name an alias.
1517 (timeclock-update-mode-line): Likewise. All callers changed.
1518 (timeclock-mode-line-display): No need to check before using
1519 add-hook.
1520 (timeclock-relative, timeclock-day-over-hook)
1521 (timeclock-use-elapsed, timeclock-mode-string)
1522 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
1523
1524 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
1525 crisp-mode-modeline-string.
1526
1527 * play/solitaire.el (solitaire-build-mode-line): Rename from
1528 solitaire-build-modeline. All callers changed.
1529
1530 * play/zone.el (zone-hiding-mode-line): Rename from
1531 zone-hiding-modeline. All callers changed.
1532 (zone): Remove unusued `modeline-hidden-level' property.
1533
1534 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
1535 xscheme-modeline-initialize. All callers changed.
1536
1537 * strokes.el (strokes-lighter): Rename from
1538 strokes-modeline-string.
1539
1540 * textmodes/sgml-mode.el (html-face-tag-alist)
1541 (html-tag-face-alist): Use mode-line face instead of obsolete
1542 alias modeline.
1543
1544 2012-06-02 Stefan Merten <smerten@oekonux.de>
1545
1546 * textmodes/rst.el: Always require `cl'.
1547 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
1548
1549 2012-06-02 Chong Yidong <cyd@gnu.org>
1550
1551 * image.el (imagemagick-enabled-types): Rename from
1552 imagemagick-types-enable. Add many more types.
1553 (imagemagick-types-inhibit): Change default to nil.
1554 (imagemagick-filter-types): Caller changed.
1555
1556 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1557
1558 * emacs-lisp/cl-macs.el: Use backquotes.
1559 (cl-transform-function-property): Use eval-and-compile rather than
1560 abusing `require'.
1561 (defstruct): Use declare-function instead of with-no-warnings.
1562
1563 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
1564 (byte-compile-output-docform): Re-add the print-circle bindings.
1565 (byte-compile-fix-header): Use #$ just because it's shorter.
1566 (byte-compile-output-file-form): Remove defun/defmacro.
1567
1568 2012-06-01 Martin Rudalics <rudalics@gmx.at>
1569
1570 * simple.el (choose-completion): Remove now obsolete binding for
1571 owindow.
1572
1573 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
1574
1575 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
1576 in order to avoid "Stack overflow in regexp matcher".
1577
1578 2012-05-31 Glenn Morris <rgm@gnu.org>
1579
1580 * image.el: For clarity, call imagemagick-register-types at
1581 top-level, rather than relying on a custom :initialize.
1582 (imagemagick-types-enable): New option. (Bug#11557)
1583 (imagemagick-filter-types): New function. (Bug#7406)
1584 (imagemagick-register-types): Use imagemagick-filter-types.
1585 If disabling support, remove elements altogether rather
1586 than using an impossible regexp.
1587 (imagemagick-types-inhibit): Give it the default init function.
1588
1589 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1590
1591 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
1592 Handle arbitrary file name lengths (Bug#11585).
1593
1594 2012-05-31 Martin Rudalics <rudalics@gmx.at>
1595
1596 * desktop.el (desktop-read): Clear previous and next buffers for
1597 all windows and bury *Messages* buffer (bug#11556).
1598
1599 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1600
1601 Add `declare' for `defun'. Align `defmacro's with it.
1602 * emacs-lisp/easy-mmode.el (define-minor-mode)
1603 (define-globalized-minor-mode): Don't autoload the var definitions.
1604 * emacs-lisp/byte-run.el: Use lexical-binding.
1605 (defun-declarations-alist, macro-declarations-alist): New vars.
1606 (defmacro, defun): Use them.
1607 (make-obsolete, define-obsolete-function-alias)
1608 (make-obsolete-variable, define-obsolete-variable-alias):
1609 Use `declare'.
1610 (macro-declaration-function): Mark obsolete.
1611 * emacs-lisp/autoload.el: Use lexical-binding.
1612 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
1613
1614 2012-05-30 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1615
1616 * textmodes/ispell.el (ispell-with-no-warnings):
1617 Define as a macro.
1618 (ispell-kill-ispell, ispell-change-dictionary):
1619 Use `called-interactively-p' for Emacs instead of obsolete
1620 `interactive-p'.
1621
1622 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1623
1624 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
1625 (macro-declaration-function): Move var from C code.
1626 (macro-declaration-function): Define function with defalias.
1627 * emacs-lisp/macroexp.el (macroexpand-all-1):
1628 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
1629 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
1630 defun/defmacro any more.
1631 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
1632 Provide fallback for unknown arglist.
1633 (byte-compile-arglist-warn): Change calling convention.
1634 (byte-compile-output-file-form): Move print-vars binding.
1635 (byte-compile-output-docform): Simplify accordingly.
1636 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
1637 (byte-compile-defmacro-declaration): Remove.
1638 (byte-compile-file-form-defmumble): Generalize to defalias.
1639 (byte-compile-output-as-comment): Return byte-positions.
1640 Simplify callers accordingly.
1641 (byte-compile-lambda): Use `assert'.
1642 (byte-compile-defun, byte-compile-defmacro): Remove.
1643 (byte-compile-file-form-defalias):
1644 Use byte-compile-file-form-defmumble.
1645 (byte-compile-defalias-warn): Remove.
1646
1647 2012-05-29 Stefan Merten <smerten@oekonux.de>
1648
1649 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
1650 possible. Fix authors. Improve comments. Improve loading of `cl'.
1651
1652 (rst-mode-abbrev-table): Merge definition.
1653 (rst-mode): Make sure `font-lock-defaults' is buffer local.
1654 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
1655
1656 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
1657
1658 * calendar/icalendar.el
1659 (icalendar-export-region): Export UID properly.
1660
1661 2012-05-29 Leo <sdl.web@gmail.com>
1662 * calendar/icalendar.el (icalendar-import-format):
1663 Add `icalendar-import-format-uid' (Bug#11525).
1664 (icalendar-import-format-uid): New.
1665 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
1666 Export UID.
1667
1668 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1669
1670 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
1671 different alternative patterns.
1672 (pcase-codegen): Be more careful to preserve identity.
1673 (pcase--u1): Don't forget to mark vars as used.
1674
1675 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
1676 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
1677 (byte-compile-from-buffer): ...rather than here.
1678
1679 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
1680 functions from byte-compile-function-environment.
1681
1682 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
1683
1684 * window.el (window-deletable-p): Avoid deleting the root window
1685 of a frame with an active minibuffer.
1686
1687 2012-05-29 Martin Rudalics <rudalics@gmx.at>
1688
1689 * simple.el (choose-completion): Use quit-window (Bug#11567).
1690
1691 2012-05-29 Chong Yidong <cyd@gnu.org>
1692
1693 * whitespace.el (whitespace-cleanup): Fix usage of
1694 whitespace-empty-at-bob-regexp (Bug#11492).
1695
1696 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1697
1698 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
1699 revert (Bug#11488).
1700
1701 2012-05-29 Juri Linkov <juri@jurta.org>
1702
1703 * isearch.el (isearch-mode-map): Bind `M-s _' to
1704 `isearch-toggle-symbol'. Bind `M-s c' to
1705 `isearch-toggle-case-fold'.
1706 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
1707 (isearch-forward): Add `M-s _' to the docstring.
1708 (isearch-forward-symbol, isearch-toggle-case-fold)
1709 (isearch-symbol-regexp): New functions. (Bug#11381)
1710
1711 2012-05-29 Juri Linkov <juri@jurta.org>
1712
1713 * isearch.el (isearch-word): Add docstring. (Bug#11381)
1714 (isearch-occur, isearch-search-and-update): If `isearch-word' is
1715 a function, call it to get the regexp.
1716 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
1717 property `isearch-message-prefix' instead of the string "word ".
1718 (isearch-search-fun-default): For the case of `isearch-word',
1719 return a lambda that calls re-search-forward/re-search-backward
1720 with a regexp returned by `word-search-regexp' or by the function
1721 in `isearch-word'.
1722
1723 2012-05-29 Juri Linkov <juri@jurta.org>
1724
1725 * isearch.el (isearch-search-fun-default): New function.
1726 (isearch-search-fun): Move default part to the new function
1727 `isearch-search-fun-default'.
1728 (isearch-search-fun-function): Set the default value to
1729 `isearch-search-fun-default'. (Bug#11381)
1730
1731 * comint.el (comint-history-isearch-end):
1732 Use `isearch-search-fun-default'.
1733 (comint-history-isearch-search): Use `isearch-search-fun-default'
1734 and remove spacial case for `isearch-word'.
1735 (comint-history-isearch-wrap): Remove spacial case for
1736 `isearch-word'.
1737
1738 * hexl.el (hexl-isearch-search-function):
1739 Use `isearch-search-fun-default'.
1740
1741 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
1742 Use `word-search-regexp' for `isearch-word'.
1743
1744 * misearch.el (multi-isearch-search-fun):
1745 Use `isearch-search-fun-default'.
1746
1747 * simple.el (minibuffer-history-isearch-search):
1748 Use `isearch-search-fun-default' and remove spacial case for
1749 `isearch-word'.
1750 (minibuffer-history-isearch-wrap): Remove spacial case for
1751 `isearch-word'.
1752
1753 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
1754 Remove spacial case for `isearch-word'.
1755 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
1756
1757 2012-05-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1758
1759 Decrease XEmacs incompatibilities.
1760 * textmodes/flyspell.el (flyspell-check-pre-word-p):
1761 Use `string-match'.
1762 (flyspell-delete-region-overlays): Use alternative definition for
1763 XEmacs.
1764 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
1765 (flyspell-word): Use `process-kill-without-query' if XEmacs.
1766 (flyspell-mode-on): Use `interactive-p' if XEmacs.
1767 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
1768 `define-obsolete-face-alias' under XEmacs, but old method.
1769
1770 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
1771 `with-no-warnings' definition or Emacs alias.
1772 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
1773 (ispell-word): Do not use `region-p' if XEmacs.
1774
1775 2012-05-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1776
1777 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1778 Check for `ispell-dictionary-base-alist' instead of full
1779 `ispell-dictionary-alist'.
1780 (ispell-init-process): Show spellchecker when starting new Ispell
1781 process.
1782
1783 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1784
1785 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
1786 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
1787
1788 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
1789
1790 * version.el (motif-version-string, gtk-version-string)
1791 (ns-version-string): Declare.
1792
1793 2012-05-27 Juri Linkov <juri@jurta.org>
1794
1795 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
1796 after the `eval-defun-1' specialcaseing
1797 like in `edebug-eval-defun' (bug#10181).
1798
1799 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
1800 like in `eval-defun-1'.
1801
1802 2012-05-27 Eli Zaretskii <eliz@gnu.org>
1803
1804 * mail/sendmail.el (mail-yank-region):
1805 Recognize rmail-yank-current-message in addition to insert-buffer.
1806 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
1807 a *mail* buffer created through rmail-start-mail with sendmail as
1808 mail-user-agent.
1809
1810 2012-05-27 Chong Yidong <cyd@gnu.org>
1811
1812 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
1813 Default to 256 (Bug#11267).
1814
1815 * help.el (describe-mode): Doc fix.
1816
1817 2012-05-26 Glenn Morris <rgm@gnu.org>
1818
1819 * w32-fns.el (w32-init-info): Remove.
1820 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
1821
1822 * info.el (info-initialize): For self-contained NS builds, put the
1823 included info/ directory at the front. (Bug#2791)
1824
1825 * paths.el (Info-default-directory-list): Make it a defcustom,
1826 mainly so that we can use custom-initialize-delay.
1827
1828 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1829
1830 * subr.el (buffer-has-markers-at): Mark obsolete.
1831
1832 * subr.el (lambda): Use declare.
1833
1834 * emacs-lisp/lisp-mode.el (lambda):
1835 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
1836
1837 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1838
1839 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
1840
1841 2012-05-26 Glenn Morris <rgm@gnu.org>
1842
1843 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
1844
1845 2012-05-25 Glenn Morris <rgm@gnu.org>
1846
1847 * paths.el: Remove no-byte-compile.
1848 * loadup.el: No need to load paths.el uncompiled.
1849
1850 * image.el (imagemagick-types-inhibit): Doc fix.
1851
1852 * version.el: Remove no-byte-compile and associated formatting.
1853 * loadup.el: No need to load version.el uncompiled. AFAICS, this
1854 is ancient code from when there was an "inc-vers.el".
1855
1856 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1857
1858 * progmodes/gdb-mi.el: Minor style changes.
1859 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
1860 Turn into minor modes.
1861 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
1862 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
1863 (gdb-shell): Remove unneeded let-binding.
1864 (gdb-get-many-fields): Eliminate O(n²) behavior.
1865
1866 2012-05-25 Eli Zaretskii <eliz@gnu.org>
1867
1868 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
1869 platforms that don't link in fontset.c.
1870
1871 2012-05-25 Juri Linkov <juri@jurta.org>
1872
1873 Use the same diff color scheme as in modern VCSes (bug#10181).
1874
1875 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
1876 to avoid confusion with `diff-added' that now uses green colors.
1877 (diff-removed): Use shades of red.
1878 (diff-added): Use shades of green.
1879 (diff-changed): Leave just the yellow color.
1880 (diff-use-changed-face): New variable.
1881 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
1882 how to highlight context diff changes.
1883 (diff-refine-change): Use shades of yellow.
1884 (diff-refine-removed): New face that uses shades of red.
1885 (diff-refine-added): New face that uses shades of green.
1886 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
1887 `diff-refine-removed' in the call to `smerge-refine-subst'
1888 depending on the value of `diff-use-changed-face'.
1889
1890 * vc/smerge-mode.el (smerge-mine): Use shades of red.
1891 (smerge-other): Use shades of green.
1892 (smerge-base): Use shades of yellow.
1893 (smerge-refined-change): Empty face.
1894 (smerge-refined-removed): New face that uses shades of red.
1895 (smerge-refined-added): New face that uses shades of green.
1896 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
1897 args `props-r' and `props-a', and use them. Doc fix.
1898 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
1899 on its value use different faces `smerge-refined-change',
1900 `smerge-refined-removed', `smerge-refined-added' in the call to
1901 `smerge-refine-subst'.
1902
1903 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
1904 Add face condition `min-colors 88' with shades of red.
1905 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
1906 `min-colors 88' with shades of green.
1907 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
1908 `min-colors 88' with shades of yellow.
1909
1910 2012-05-24 Glenn Morris <rgm@gnu.org>
1911
1912 * paths.el (prune-directory-list, remote-shell-program): Move to...
1913 * files.el (prune-directory-list, remote-shell-program): ...here.
1914 For the latter, delay initialization, prefer ssh, just search PATH.
1915
1916 * paths.el (term-file-prefix): Move to faces.el (the only user).
1917 * faces.el (term-file-prefix): Move here, make it a defcustom.
1918
1919 * paths.el (news-directory, news-path, news-inews-program):
1920 Move to gnus/nnspool.el.
1921
1922 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
1923
1924 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
1925 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
1926 Make the latter a defcustom, with a delayed initialization.
1927
1928 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
1929 These were deleted from Gnus itself late 2010.
1930
1931 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
1932
1933 * progmodes/which-func.el (which-func-ff-hook):
1934 Check against user-error, not error.
1935
1936 * emacs-lisp/edebug.el (top): Do not load or set up loading of
1937 cl-specs.el, which no longer exists.
1938
1939 2012-05-22 Glenn Morris <rgm@gnu.org>
1940
1941 * info.el (info-emacs-bug): New command.
1942 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
1943 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
1944
1945 2012-05-21 Glenn Morris <rgm@gnu.org>
1946
1947 * makefile.w32-in (update-subdirs-SH):
1948 * Makefile.in (update-subdirs): Update for moved update-subdirs.
1949
1950 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
1951
1952 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
1953
1954 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1955 Simplify Maven regexp, and make sure the file can't start with a space
1956 (bug#11517).
1957
1958 2012-05-21 Glenn Morris <rgm@gnu.org>
1959
1960 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
1961 Scrap superfluous subshells.
1962
1963 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1964
1965 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
1966 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
1967
1968 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
1969
1970 * calc/calc.el (calc-ensure-consistent-units): New variable.
1971
1972 * calc/calc-units.el (math-consistent-units-p)
1973 (math-check-unit-consistency): New functions.
1974 (calc-quick-units, calc-convert-units):
1975 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
1976 is non-nil.
1977 (calc-extract-units): Fix typo.
1978
1979 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1980
1981 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
1982
1983 * textmodes/flyspell.el: Commenting style, plus code simplifications.
1984 (flyspell-default-deplacement-commands): Don't spell check after
1985 repeated window/frame switches (e.g. triggered by mouse-movement).
1986 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
1987 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
1988 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
1989 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
1990 Remove unused vars.
1991 (flyspell-get-casechars, flyspell-get-not-casechars):
1992 Simplify; Don't bother removing a ] just to add it back.
1993 * textmodes/ispell.el (ispell-program-name): Use executable-find.
1994
1995 2012-05-18 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
1996
1997 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
1998 New functions.
1999 (math-function-table): Add support for more C functions.
2000
2001 2012-05-18 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
2002
2003 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
2004 (flyspell-debug-signal-word-checked): Protect delay handling for
2005 otherchars against empty otherchars.
2006
2007 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2008
2009 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
2010 their respective macro declarations.
2011 * skeleton.el (define-skeleton):
2012 * progmodes/compile.el (define-compilation-mode):
2013 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
2014 (define-ibuffer-filter):
2015 * emacs-lisp/generic.el (define-generic-mode):
2016 * emacs-lisp/easy-mmode.el (define-minor-mode)
2017 (define-globalized-minor-mode):
2018 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
2019 * emacs-lisp/byte-run.el (defsubst):
2020 * custom.el (deftheme): Add doc-string metadata.
2021
2022 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2023
2024 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
2025
2026 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2027
2028 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
2029
2030 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
2031 * emacs-lisp/cl-macs.el: Idem.
2032 * emacs-lisp/cl-specs.el: Remove.
2033
2034 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2035
2036 Minor renaming of internal CL functions and variables.
2037 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
2038 (cl--position): Rename from cl-position.
2039 (cl--delete-duplicates): Rename from cl-delete-duplicates.
2040 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
2041 (cl--random-state): Rename from *random-state*.
2042
2043 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2044
2045 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
2046 parens around the arg list (bug#11499).
2047
2048 2012-05-17 Juri Linkov <juri@jurta.org>
2049
2050 * isearch.el (word-search-regexp, word-search-backward)
2051 (word-search-forward, word-search-backward-lax)
2052 (word-search-forward-lax): Move functions from search.c
2053 (bug#10145, bug#11381).
2054
2055 2012-05-16 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
2056
2057 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
2058 (flyspell-debug-signal-word-checked): Delay for otherchars as for
2059 normal word components.
2060
2061 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2062
2063 * minibuffer.el (completion--sifn-requote): Fix last change.
2064 (minibuffer-local-must-match-filename-map):
2065 Move define-obsolete-variable-alias before its var.
2066
2067 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2068
2069 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
2070
2071 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
2072 behavior.
2073 (completion--string-equal-p): New function.
2074 (completion--twq-all): Use it to get better assertion failure data.
2075
2076 Only handle ".." and '..' quoting in shell-mode (bug#11466).
2077 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
2078 (shell--requote-argument): New functions.
2079 (shell-completion-vars): Use them.
2080 (shell--parse-pcomplete-arguments): Rename from
2081 shell-parse-pcomplete-arguments.
2082 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
2083 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
2084 Obey comint-file-name-quote-list.
2085
2086 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
2087 (smie-indent-keyword): Use it.
2088
2089 2012-05-14 Stefan Merten <smerten@oekonux.de>
2090
2091 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
2092
2093 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2094
2095 * net/rlogin.el (rlogin-mode-map): Fix last change.
2096
2097 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
2098
2099 * mail/smtpmail.el (smtpmail-send-command): Send the command and
2100 the following \r\n using a single `process-send-string', since the
2101 Lotus SMTP server refuses to accept any commands if they are sent
2102 with two `process-send-string's (Bug#11444).
2103
2104 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2105
2106 * shell.el (shell-parse-pcomplete-arguments):
2107 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
2108
2109 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2110
2111 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2112 (image-transform-scale, image-transform-right-angle-fudge): New vars.
2113 (image-transform-width, image-transform-fit-width): New functions.
2114 (image-transform-properties): Use them.
2115 (image-transform-check-size): New function.
2116 (image-toggle-display-image): Use it (for testing).
2117 (image-transform-set-rotation): Reduce angle mod 360.
2118 Delete obsolete comment.
2119
2120 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2121
2122 * image-mode.el: Fix scaling (bug#11399).
2123 (image-transform-resize): Doc fix.
2124 (image-transform-properties): Default scale is 1 and height should
2125 be an integer.
2126
2127 2012-05-13 Johan BockgĂ¥rd <bojohan@gnu.org>
2128
2129 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
2130 than hard-coding `car', to fix misbehavior when moving forward.
2131
2132 2012-05-13 Chong Yidong <cyd@gnu.org>
2133
2134 * emacs-lisp/tabulated-list.el (tabulated-list-format)
2135 (tabulated-list-entries, tabulated-list-padding)
2136 (tabulated-list-sort-key): Make permanent-local.
2137
2138 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
2139 (electric-buffer-list): Put electric buffer menu
2140 command descriptions in this docstring, instead of the docstring
2141 of electric-buffer-menu-mode. Code cleanups.
2142 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
2143 Electric-buffer-menu-mode.
2144 (electric-buffer-update-highlight): Minor code cleanup.
2145
2146 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
2147
2148 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
2149 (Bug#11447)
2150
2151 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2152
2153 Move define-obsolete-variable-alias before the var's definition.
2154 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
2155 * tooltip.el (tooltip-hook):
2156 * textmodes/reftex-toc.el (reftex-toc-map):
2157 * textmodes/reftex-sel.el (reftex-select-label-map)
2158 (reftex-select-bib-map):
2159 * textmodes/reftex-index.el (reftex-index-map)
2160 (reftex-index-phrases-map):
2161 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
2162 * progmodes/meta-mode.el (meta-mode-map):
2163 * novice.el (disabled-command-hook):
2164 * loadhist.el (unload-hook-features-list):
2165 * frame.el (blink-cursor):
2166 * files.el (find-file-not-found-hooks, write-file-hooks)
2167 (write-contents-hooks):
2168 * emulation/tpu-edt.el (GOLD-map):
2169 * emacs-lock.el (emacs-lock-from-exiting):
2170 * emacs-lisp/generic.el (generic-font-lock-defaults):
2171 * emacs-lisp/chart.el (chart-map):
2172 * dos-fns.el (register-name-alist):
2173 * dired-x.el (dired-omit-files-p):
2174 * desktop.el (desktop-enable):
2175 * cus-edit.el (custom-mode-hook):
2176 * buff-menu.el (buffer-menu-mode-hook):
2177 * bookmark.el (bookmark-read-annotation-text-func)
2178 (bookmark-exit-hooks):
2179 * allout.el (allout-mode-deactivate-hook)
2180 (allout-exposure-change-hook, allout-structure-added-hook)
2181 (allout-structure-deleted-hook, allout-structure-shifted-hook):
2182 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
2183 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
2184 comes before the corresponding variable's definition.
2185
2186 2012-05-12 Chong Yidong <cyd@gnu.org>
2187
2188 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
2189 (Buffer-menu-mouse-select): Restore function (Bug#11459).
2190 (Buffer-menu-mode-map): Bind it.
2191 (Buffer-menu--pretty-name): Add a mouse-face property.
2192
2193 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2194
2195 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
2196 (prolog-upper-case-string, prolog-lower-case-string)
2197 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
2198 (prolog-use-smie, prolog-smie-grammar): New vars.
2199 (prolog-smie-forward-token, prolog-smie-backward-token)
2200 (prolog-smie-rules): New funs.
2201 (prolog-comment-indent): Remove.
2202 (prolog-mode-variables): Use default comment indentation instead.
2203 Setup SMIE.
2204 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
2205 (prolog-mode): Don't call them any more.
2206 (prolog-electric-colon, prolog-electric-dash)
2207 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
2208
2209 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
2210
2211 * minibuffer.el (completion--twq-all): Again, allow case differences.
2212
2213 * term.el: Move keymap initialization code to be more idiomatic.
2214 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
2215 (term-terminal-menu): Move initialization into declaration.
2216 (term-escape-char): Let the user set it in her .emacs.
2217
2218 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
2219 Provide SMIE-based indentation (not enabled by default yet).
2220 (sh-mode-map): Don't bind electric keys.
2221 Use electric-pair-mode instead of skeleton-pair.
2222 (sh-assignment-regexp): Fit within 80 columns.
2223 (sh-indent-supported): Specify actual shell name instead of boolean.
2224 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
2225 (sh-maybe-here-document): Use it. Make obsolete.
2226 (sh-electric-here-document-mode) New minor mode.
2227 (sh-mode): Use it. Don't set sh-indent-supported-here here.
2228 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
2229 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
2230 (sh-smie-rc-grammar, sh-use-smie): New vars.
2231 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
2232 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
2233 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
2234 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
2235 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
2236 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
2237 (sh-set-shell): Use smie-setup if requested.
2238
2239 * term.el (term-set-escape-char): Properly set term-escape-char.
2240 See http://stackoverflow.com/questions/10524656.
2241
2242 2012-05-10 Chong Yidong <cyd@gnu.org>
2243
2244 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
2245 Use url-generic-parse-url, and handle host names and Windows
2246 filenames properly.
2247 (ffap-url-unwrap-remote): Use url-generic-parse-url.
2248 (ffap-url-unwrap-remote): Accept list values, specifying a list of
2249 URL schemes to work on.
2250 (ffap--toggle-read-only): New function.
2251 (ffap-read-only, ffap-read-only-other-window)
2252 (ffap-read-only-other-frame): Use it.
2253 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
2254 necessary for ffap-url-unwrap-remote.
2255
2256 2012-05-10 Dave Abrahams <dave@boostpro.com>
2257
2258 * cus-start.el (create-lockfiles): Add it.
2259
2260 2012-05-09 Chong Yidong <cyd@gnu.org>
2261
2262 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
2263 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
2264
2265 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
2266
2267 * shell.el (shell-completion-vars): Fix last change (bug#11348).
2268
2269 2012-05-09 Chong Yidong <cyd@gnu.org>
2270
2271 * ansi-color.el (ansi-color-process-output): Check for validity of
2272 comint-last-output-start before using it. This avoids a bad
2273 interaction with gdb-mi's input/output buffer.
2274
2275 2012-05-09 Glenn Morris <rgm@gnu.org>
2276
2277 * files.el (dir-locals-read-from-file):
2278 Mention dir-locals in any error message.
2279
2280 2012-05-09 Chong Yidong <cyd@gnu.org>
2281
2282 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
2283 package (Bug#11410).
2284
2285 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
2286 variables into description.
2287
2288 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
2289
2290 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
2291 shell-delimiter-argument-list (bug#11348).
2292 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
2293
2294 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
2295
2296 * textmodes/rst.el: Silence byte-compiler warnings.
2297 (rst-re-alist, rst-reset-section-caches): Move around.
2298 (rst-re): Use `characterp', not `char-valid-p'.
2299 (font-lock-beg, font-lock-end): Declare.
2300
2301 * progmodes/idlw-shell.el (specs): Remove reference to deleted
2302 variable `idlwave-shell-activate-alt-keybindings' and simplify.
2303
2304 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
2305
2306 2012-05-08 Glenn Morris <rgm@gnu.org>
2307
2308 * files.el (auto-mode-alist): Treat ".make" like ".mk".
2309
2310 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2311
2312 * vc/log-edit.el: Add GNU coding standards highlighting.
2313 (log-edit-font-lock-gnu-style)
2314 (log-edit-font-lock-gnu-keywords): New vars.
2315 (log-edit-font-lock-keywords): New fun.
2316 (log-edit-mode): Don't fold case in font-lock.
2317 (log-edit-font-lock-keywords): Do not assume case-folding.
2318
2319 * imenu.el: Misc cleanup. Make docstrings out of comments.
2320 Use lexical-binding.
2321 (imenu--index-alist, imenu--last-menubar-index-alist)
2322 (imenu-menubar-modified-tick): Use defvar-local.
2323 (imenu--split-menu): Remove unused var.
2324 (imenu--cleanup-seen): Declare as global.
2325 (imenu--cleanup): Use dolist.
2326
2327 * subr.el (defvar-local): Add debug spec and doc-string position.
2328
2329 2012-05-08 Glenn Morris <rgm@gnu.org>
2330
2331 * lisp/language/burmese.el, language/cham.el, language/czech.el:
2332 * language/english.el, language/georgian.el, language/greek.el:
2333 * language/japanese.el, language/khmer.el, language/korean.el:
2334 * language/lao.el, language/misc-lang.el, language/romanian.el:
2335 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
2336 * language/thai.el, language/utf-8-lang.el:
2337 Remove no-byte-compile setting.
2338
2339 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
2340
2341 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2342
2343 * progmodes/make-mode.el (makefile-browse):
2344 Remove unnecessary interactive. (Bug#11324)
2345
2346 2012-05-07 Glenn Morris <rgm@gnu.org>
2347
2348 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
2349
2350 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
2351
2352 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2353
2354 * loadup.el: Preload newcomment.el.
2355 * newcomment.el: Move autoload-only code to toplevel.
2356
2357 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
2358 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
2359 Handle new :right-align column property.
2360 (tabulated-list-print-col): Idem, plus use `display' text-property to
2361 try and preserve alignment for variable pitch fonts.
2362
2363 2012-05-07 Chong Yidong <cyd@gnu.org>
2364
2365 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
2366 (tabulated-list-use-header-line): New var.
2367 (tabulated-list-init-header): Use it.
2368 (tabulated-list-print-fake-header): New function.
2369 (tabulated-list-print): Use it.
2370 (tabulated-list-sort-button-map): Add non-header-line commands.
2371 (tabulated-list-init-header): Add column name property to basic
2372 labels as well.
2373 (tabulated-list-col-sort): Handle non-header-line button case.
2374 (tabulated-list--sort-by-column-name): Fix a corner case.
2375
2376 * buff-menu.el (list-buffers--refresh):
2377 Handle Buffer-menu-use-header-line.
2378
2379 2012-05-06 Chong Yidong <cyd@gnu.org>
2380
2381 * buff-menu.el: Convert to Tabulated List mode.
2382 (Buffer-menu-buffer+size-width): Make obsolete.
2383 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
2384 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
2385 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
2386 documentation into docstring of buffer-menu.
2387 (Buffer-menu-toggle-files-only): Add an informative message.
2388 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
2389 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
2390 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
2391 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
2392 (Buffer-menu-execute, Buffer-menu-select)
2393 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
2394 (Buffer-menu-bury): Use Tabulated List machinery.
2395 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
2396 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
2397 Delete.
2398 (list-buffers--refresh): New function.
2399 (list-buffers-noselect): Use it.
2400 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
2401 (Buffer-menu--pretty-file-name): New helper functions.
2402
2403 * loadup.el: Preload tabulated-list.
2404
2405 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
2406 tabulated-list-sort-column.
2407 (tabulated-list-init-header): Add the initial aligning space even
2408 if tabulated-list-padding is zero.
2409
2410 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
2411
2412 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
2413 whose cdr is not a cons cell correctly (bug#11038).
2414
2415 2012-05-06 Chong Yidong <cyd@gnu.org>
2416
2417 * emacs-lisp/tabulated-list.el (tabulated-list-format):
2418 Accept additional plist in column descriptors.
2419 (tabulated-list-init-header): Obey it.
2420 (tabulated-list-get-entry): New function.
2421 (tabulated-list-put-tag): Use it. Use string-width instead of
2422 length.
2423 (tabulated-list--column-number): New function.
2424 (tabulated-list-print): Use it.
2425 (tabulated-list-print-col): New function.
2426 Set `tabulated-list-column-name' property on each column's text.
2427 (tabulated-list-print-entry): Use it.
2428 (tabulated-list-delete-entry, tabulated-list-set-col):
2429 New functions.
2430 (tabulated-list-sort-column): New command (Bug#11337).
2431
2432 * buff-menu.el (list-buffers): Move C-x C-b binding from
2433 buff-menu.el to bindings.el.
2434
2435 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
2436 :advertised-binding feature.
2437
2438 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
2439
2440 * progmodes/compile.el (compilation-internal-error-properties):
2441 Calculate start position correctly when end-col is set but
2442 end-line is not (Bug#11382).
2443
2444 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
2445
2446 * man.el (Man-unindent): Use text-property-default-nonsticky to
2447 prevent untabify from inheriting face properties (Bug#11408).
2448
2449 2012-05-05 Stefan Merten <smerten@oekonux.de>
2450
2451 * textmodes/rst.el: Major merge with upstream development up to
2452 Docutils SVN r7399 / rst.el V1.2.1.
2453
2454 Clarify maintainership and authors.
2455
2456 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
2457 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
2458 (rst-official-version, rst-official-cvs-rev, rst-version)
2459 (rst-package-emacs-version-alist): New functions and variables
2460 for version information.
2461
2462 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
2463 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
2464 (rst-mode-syntax-table, rst-mode): New and corrected functions
2465 and variables representing reStructuredText features.
2466
2467 (rst-re): New function for reStructuredText regexes. Use in
2468 many places.
2469
2470 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
2471 (rst-mode-map): Rebind keys.
2472
2473 (rst-mode-lazy, rst-font-lock-keywords)
2474 (rst-font-lock-extend-region)
2475 (rst-font-lock-extend-region-internal)
2476 (rst-font-lock-extend-region-extend)
2477 (rst-font-lock-find-unindented-line-limit)
2478 (rst-font-lock-find-unindented-line-match)
2479 (rst-adornment-level, rst-font-lock-adornment-level)
2480 (rst-font-lock-adornment-match)
2481 (rst-font-lock-handle-adornment-pre-match-form)
2482 (rst-font-lock-handle-adornment-matcher): Major revision of
2483 font-locking. Integrate with other code. Use `jit-lock-mode'.
2484
2485 (rst-preferred-adornments, rst-adjust-hook)
2486 (rst-new-adornment-down, rst-preferred-bullets)
2487 (rst-preferred-bullets, rst-indent, rst-indent-width)
2488 (rst-indent-field, rst-indent-literal-normal)
2489 (rst-indent-literal-minimized, rst-indent-comment): Change,
2490 extend and improve customization.
2491
2492 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
2493 (rst-normalize-cursor-position, rst-get-decoration)
2494 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
2495 (rst-rstrip, rst-toc-insert-find-delete-contents)
2496 (rst-shift-fill-region, rst-compute-bullet-tabs)
2497 (rst-debug-print-tabs, rst-debug-mark-found)
2498 (rst-shift-region-guts, rst-shift-region-right)
2499 (rst-shift-region-left, rst-use-char-classes)
2500 (rst-font-lock-keywords-function)
2501 (rst-font-lock-indentation-point)
2502 (rst-font-lock-find-unindented-line-begin)
2503 (rst-font-lock-find-unindented-line-end)
2504 (rst-font-lock-find-unindented-line)
2505 (rst-font-lock-adornment-point, rst-font-lock-level)
2506 (rst-adornment-level-alist): Remove functions and variables.
2507
2508 (rst-compare-adornments, rst-get-adornment-match)
2509 (rst-suggest-new-adornment, rst-get-adornments-around)
2510 (rst-adornment-complete-p, rst-get-next-adornment)
2511 (rst-adjust-adornment, rst-display-adornments-hierarchy)
2512 (rst-straighten-adornments): Standardize function names to
2513 use "adornment" instead of "decoration". Correct callers.
2514 Similar standardizing in many places.
2515
2516 (rst-update-section, rst-adjust, rst-promote-region)
2517 (rst-enumerate-region, rst-bullet-list-region)
2518 (rst-repeat-last-character): Correct use of `interactive'.
2519
2520 (rst-classify-adornment, rst-find-all-adornments)
2521 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
2522 (rst-find-leftmost-column, rst-repeat-last-character):
2523 Refactor functions.
2524
2525 (rst-find-title-line, rst-reset-section-caches)
2526 (rst-get-adornments-around, rst-adjust-adornment-work)
2527 (rst-arabic-to-roman, rst-roman-to-arabic)
2528 (rst-insert-list-pos, rst-insert-list-new-item)
2529 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
2530 New functions.
2531
2532 (rst-all-sections, rst-section-hierarchy)
2533 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
2534 New variables.
2535
2536 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
2537 configuration instead of only buffer. Change where necessary.
2538
2539 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
2540 (rst-shift-region, rst-adaptive-fill): New functions for
2541 indentation and filling.
2542
2543 (rst-comment-line-break, rst-comment-indent)
2544 (rst-comment-insert-comment, rst-comment-region)
2545 (rst-uncomment-region): New functions for handling comments.
2546
2547 (rst-compile): Quote shell arguments.
2548
2549 (rst-compile-pdf-preview, rst-compile-slides-preview):
2550 Delete temporary files after use.
2551
2552 2012-05-05 Glenn Morris <rgm@gnu.org>
2553
2554 * calendar/cal-html.el: Optionally include holidays in the output.
2555 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
2556 (cal-html-holidays): New option.
2557 (cal-html-css-default): Add holiday entry.
2558 (holiday-in-range): Autoload it.
2559 (cal-html-htmlify-entry): Add optional class argument.
2560 (cal-html-htmlify-list): Add optional holidays argument.
2561 (cal-html-insert-agenda-days): Include holidays in the output.
2562 (cal-html-one-month): Maybe include holidays.
2563
2564 * calendar/holidays.el (holiday-in-range):
2565 Move here from cal-tex-list-holidays.
2566 * calendar/cal-tex.el (cal-tex-list-holidays):
2567 Make it an obsolete alias for holiday-in-range. Update all callers.
2568
2569 2012-05-05 Chong Yidong <cyd@gnu.org>
2570
2571 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
2572 Nextstep.
2573
2574 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
2575
2576 * files.el (file-auto-mode-skip): New var.
2577 (set-auto-mode-1): Use it.
2578
2579 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2580
2581 * repeat.el: Use lexical-binding.
2582 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
2583 (repeat-undo-count): Remove.
2584 (repeat):
2585 * progmodes/octave-mod.el (octave-abbrev-start):
2586 * progmodes/f90.el (f90-abbrev-start):
2587 * face-remap.el (text-scale-adjust):
2588 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
2589
2590 * emacs-lisp/pcase.el (pcase--let*): New function.
2591 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
2592 a bit more.
2593 (pcase--split-pred): Be more clever about ruling out overlap between
2594 a predicate and some constant pattern.
2595 (pcase--q1): Use `null' instead of (eq foo nil).
2596
2597 * subr.el (setq-local, defvar-local): New macros.
2598 (kbd): Redefine as an alias.
2599 (with-selected-window): Leave unrelated frames alone.
2600 (set-temporary-overlay-map): New function.
2601
2602 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2603
2604 * subr.el (user-error): New function.
2605 * window.el (switch-to-buffer):
2606 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
2607 (smerge-match-conflict):
2608 * simple.el (previous-matching-history-element)
2609 (next-matching-history-element, goto-history-element, undo-more)
2610 (undo-start):
2611 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
2612 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
2613 (next-file, tags-loop-scan, list-tags, complete-tag):
2614 * progmodes/compile.el (compilation-loop):
2615 * mouse.el (mouse-minibuffer-check):
2616 * man.el (Man-bgproc-sentinel, Man-goto-page):
2617 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
2618 (Info-history-forward, Info-follow-reference, Info-menu)
2619 (Info-extract-menu-item, Info-extract-menu-counting)
2620 (Info-forward-node, Info-backward-node, Info-next-menu-item)
2621 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
2622 (Info-next-reference, Info-prev-reference, Info-index)
2623 (Info-index-next, Info-follow-nearest-node)
2624 (Info-copy-current-node-name):
2625 * imenu.el (imenu--make-index-alist)
2626 (imenu-default-create-index-function, imenu-add-to-menubar):
2627 * files.el (basic-save-buffer, recover-file):
2628 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2629 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
2630 (checkdoc-message-text, checkdoc-defun):
2631 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
2632 * cus-edit.el (customize-changed-options, customize-rogue)
2633 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
2634 (custom-variable-mark-to-reset-standard)
2635 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
2636 (custom-file):
2637 * completion.el (check-completion-length):
2638 * comint.el (comint-search-arg)
2639 (comint-previous-matching-input-string-position)
2640 (comint-previous-matching-input)
2641 (comint-replace-by-expanded-history-before-point, comint-send-input)
2642 (comint-copy-old-input, comint-backward-matching-input)
2643 (comint-goto-process-mark, comint-set-process-mark):
2644 * calendar/calendar.el (calendar-cursor-to-date): Use it.
2645 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
2646
2647 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2648
2649 * dabbrev.el (dabbrev--ignore-case-p): New function.
2650 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
2651 Use it.
2652
2653 * files.el (automount-dir-prefix): Mark as obsolete.
2654
2655 2012-05-04 Glenn Morris <rgm@gnu.org>
2656
2657 * patcomp.el, play/bruce.el: Move to obsolete/.
2658
2659 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
2660
2661 Fix minor Y10k bugs.
2662 * arc-mode.el (archive-unixdate):
2663 * autoinsert.el (auto-insert-alist):
2664 * calc/calc-forms.el (math-this-year):
2665 * emacs-lisp/copyright.el (copyright-current-year)
2666 (copyright-update-year, copyright):
2667 * tar-mode.el (tar-clip-time-string):
2668 * time.el (display-time-update):
2669 Don't assume years have 4 digits.
2670
2671 2012-05-04 Chong Yidong <cyd@gnu.org>
2672
2673 * dos-w32.el (file-name-buffer-file-type-alist)
2674 (direct-print-region-use-command-dot-com):
2675 * ffap.el (ffap-menu-regexp):
2676 * find-file.el (ff-special-constructs):
2677 * follow.el (follow-debug):
2678 * forms.el (forms--debug):
2679 * iswitchb.el (iswitchb-all-frames):
2680 * ido.el (ido-all-frames):
2681 * emacs-lisp/timer.el (timer-max-repeats):
2682 * mail/feedmail.el (feedmail-mail-send-hook)
2683 (feedmail-mail-send-hook-queued):
2684 * mail/footnote.el (footnote-signature-separator):
2685 * mail/mailabbrev.el (mail-alias-separator-string)
2686 (mail-abbrev-mode-regexp):
2687 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
2688 * progmodes/idlwave.el (idlwave-libinfo-file)
2689 (idlwave-default-completion-case-is-down)
2690 (idlwave-library-routines): Convert defvars to defcustoms.
2691
2692 * mail/rmail.el (rmail-decode-mime-charset):
2693 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
2694 (idlwave-shell-fix-inserted-breaks)
2695 (idlwave-shell-activate-alt-keybindings)
2696 (idlwave-shell-use-breakpoint-glyph):
2697 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
2698
2699 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2700
2701 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
2702
2703 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
2704
2705 * progmodes/verilog-mode.el (font-lock-keywords):
2706 Fix mis-highligting auto. Reported by Craig Barner.
2707 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
2708 defines from global name space. Reported by Dan Dever.
2709 (verilog-auto-reset, verilog-auto-reset-widths)
2710 (verilog-auto-tieoff): Support using unbased numbers for
2711 AUTORESET and AUTOTIEOFF.
2712 (verilog-submit-bug-report): Update variable list.
2713 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
2714 parenthesis from not matching. Reported by Michael Rytting.
2715 (verilog-auto-template-lint): Fix hash error when linting modules
2716 with no used templates.
2717 (verilog-warn, verilog-warn-error)
2718 (verilog-warn-fatal): When non-interactive report multiple
2719 warnings before exiting. Suggested by Brad Dobbie.
2720 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
2721 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
2722 to report unused template errors. Reported by Brad Dobbie.
2723 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
2724 nets, bug438. Reported by Vns Blore.
2725 (verilog-auto-inout-module, verilog-auto-reg)
2726 (verilog-read-decls, verilog-read-sub-decls-sig)
2727 (verilog-signals-edit-wire-reg, verilog-signals-with):
2728 Fix passing of Verilog data types in ANSI input/output ports
2729 such as "output logic" into the AUTOs. Special case "wire" and
2730 "reg" for backwards compatibility presuming Verilog 2001.
2731 (verilog-auto-ascii-enum): Add "auto enum" as alias.
2732 (verilog-preprocess): Fix replication of preprocess output.
2733 Reported by Brad Dobbie.
2734 (verilog-auto-inst-interfaced-ports):
2735 Create verilog-auto-inst-interfaced-ports, bug429.
2736 Reported by Julian Gorfajn.
2737 (verilog-after-save-font-hook)
2738 (verilog-before-save-font-hook): New variable.
2739 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
2740 (verilog-save-font-mods): Wrap disabling fontification, reported
2741 by David Rogoff.
2742 (verilog-do-indent, verilog-pretty-declarations-auto)
2743 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
2744 Reported by Pierre-David Pfister.
2745 (verilog-set-auto-endcomments): Fix endtask auto comments outside
2746 of class declarations, bug292. Reported by Kevin Heilman.
2747 (verilog-read-decls): Fix 'parameter type' not appearing in
2748 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
2749 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
2750 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
2751 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
2752 Reported by David Kravitz.
2753
2754 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
2755
2756 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
2757 assignment with tests in ifs and for loops.
2758 (verilog-extended-complete-re, verilog-complete-reg): Change so
2759 that DPI inport functions don't look like fuction declarations.
2760 (verilog-pretty-expr): Don't line up assignment
2761 operations to the test and increment in if and for loops
2762 (verilog-extended-complete-re, verilog-complete-reg): Change so
2763 that DPI inport functions don't look like fuction declarations
2764
2765 2012-05-03 Kenichi Handa <handa@m17n.org>
2766
2767 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
2768 decoding, and show a warning message without signaling an error
2769 (Bug#11282).
2770
2771 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2772
2773 * emacs-lisp/bytecomp.el
2774 (byte-compile-file-form-custom-declare-variable): Compile all elements,
2775 since cconv.el might have introduced :fun-body, internal-make-closure,
2776 and friends for bytecomp to handle (bug#11391).
2777 * custom.el (defcustom): Avoid ((λ ..) ..).
2778
2779 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2780
2781 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
2782
2783 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
2784
2785 * notifications.el (dbus-debug):
2786 * term/linux.el (gpm-mouse-enable):
2787 * term/screen.el (xterm-register-default-colors): Declare.
2788
2789 2012-05-02 Chong Yidong <cyd@gnu.org>
2790
2791 * cus-start.el (gc-cons-percentage, exec-suffixes)
2792 (dos-display-scancodes, dos-hyper-key, dos-super-key)
2793 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
2794 (make-cursor-line-fully-visible, void-text-area-pointer)
2795 (font-list-limit): Add customization data.
2796
2797 * allout.el (allout-exposure-change-functions)
2798 (allout-structure-added-functions)
2799 (allout-structure-deleted-functions)
2800 (allout-structure-shifted-functions): Rename abnormal hooks from
2801 *-hook, and convert to defcustoms.
2802 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
2803 Convert to defcustoms.
2804 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
2805
2806 * allout-widgets.el: Hook callers changed.
2807
2808 2012-05-02 Eli Zaretskii <eliz@gnu.org>
2809
2810 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
2811 the yanked message in preference to the default value of
2812 buffer-file-coding-system.
2813
2814 2012-05-02 Martin Rudalics <rudalics@gmx.at>
2815
2816 * window.el (display-buffer--action-function-custom-type):
2817 Fix entry.
2818
2819 2012-05-02 Alan Mackenzie <acm@muc.de>
2820
2821 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
2822
2823 2012-05-01 Glenn Morris <rgm@gnu.org>
2824
2825 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
2826
2827 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
2828
2829 * cus-edit.el (custom-variable-documentation): Simplify with format.
2830
2831 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2832 Stefan Monnier <monnier@iro.umontreal.ca>
2833
2834 * simple.el (suggest-key-bindings, execute-extended-command):
2835 Move from keyboard.c.
2836
2837 2012-05-01 Chong Yidong <cyd@gnu.org>
2838
2839 * follow.el: Eliminate advice.
2840 (set-process-filter, process-filter, sit-for): Advice deleted.
2841 (follow-mode-off-hook): Obsolete hook removed.
2842 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
2843 Vars deleted.
2844 (follow-auto): Use a :set function.
2845 (follow-mode): Rewritten. Don't advise process filters.
2846 (follow-switch-to-current-buffer-all, follow-scroll-up)
2847 (follow-scroll-down): Assume follow-mode is bound.
2848 (follow-comint-scroll-to-bottom)
2849 (follow-align-compilation-windows): New functions.
2850 (follow--window-sorter): New function.
2851 (follow-all-followers): Use it to explicitly sort windows by their
2852 positions; don't make assumptions about next-window order.
2853 (follow-windows-start-end, follow-delete-other-windows-and-split)
2854 (follow-calc-win-start): Doc fix.
2855 (follow-windows-aligned-p, follow-select-if-visible): Don't call
2856 vertical-motion unnecessarily.
2857 (follow-adjust-window): New function.
2858 (follow-post-command-hook): Use it.
2859 (follow-call-set-process-filter, follow-call-process-filter)
2860 (follow-intercept-process-output, follow-tidy-process-filter-alist)
2861 (follow-stop-intercept-process-output, follow-generic-filter):
2862 Functions deleted.
2863 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
2864 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
2865 New functions, replacing advice on scroll-bar-* commands.
2866 (follow-mwheel-scroll): New function (Bug#4112).
2867
2868 * comint.el (comint-adjust-point): New function.
2869 (comint-postoutput-scroll-to-bottom): Use it.
2870 Call follow-comint-scroll-to-bottom for Follow mode buffers.
2871
2872 2012-05-01 Glenn Morris <rgm@gnu.org>
2873
2874 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
2875 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
2876 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
2877 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
2878 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
2879 Remove no-byte-compile setting.
2880
2881 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2882
2883 * minibuffer.el (completion-table-with-quoting): Fix compatibility
2884 all-completions code to not return a number in the last cdr.
2885
2886 2012-04-30 Leo Liu <sdl.web@gmail.com>
2887
2888 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
2889 read-only error.
2890
2891 2012-04-29 Chong Yidong <cyd@gnu.org>
2892
2893 * follow.el (follow-calc-win-end): Rewrite to handle partial
2894 screen lines correctly (Bug#8390).
2895 (follow-avoid-tail-recenter): Minor cleanup.
2896
2897 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2898
2899 Avoid the obsolete `assoc' package.
2900 * speedbar.el (speedbar-refresh): Avoid adelete.
2901 (speedbar-file-lists): Simplify and avoid aput.
2902 * man.el (Man--sections, Man--refpages): New vars, replacing
2903 Man-sections-alist and Man-refpages-alist.
2904 (Man-build-section-alist, Man-build-references-alist):
2905 Use them; avoid aput.
2906 (Man--last-section, Man--last-refpage): New vars.
2907 (Man-follow-manual-reference): Use them.
2908 Use the `default' arg of completing-read.
2909 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
2910
2911 2012-04-27 Chong Yidong <cyd@gnu.org>
2912
2913 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
2914
2915 * startup.el (x-apply-session-resources): New function.
2916
2917 * term/ns-win.el (ns-initialize-window-system):
2918 * term/w32-win.el (w32-initialize-window-system):
2919 * term/x-win.el (x-initialize-window-system): Use it to properly
2920 set menu-bar-mode and other vars from X resources, even if the
2921 initial frame is not a window-system frame (Bug#2299).
2922
2923 * subr.el (read-key): Avoid running filter function when setting
2924 up temporary tool bar entries (Bug#9922).
2925
2926 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
2927
2928 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
2929 (Bug#11344)
2930
2931 2012-04-27 Chong Yidong <cyd@gnu.org>
2932
2933 * select.el (xselect--encode-string): New function, split from
2934 xselect-convert-to-string.
2935 (xselect-convert-to-string): Use it.
2936 (xselect-convert-to-filename, xselect-convert-to-os)
2937 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
2938 returned strings are properly encoded (Bug#11315).
2939
2940 2012-04-27 Chong Yidong <cyd@gnu.org>
2941
2942 * simple.el (delete-active-region): Move to killing custom group.
2943
2944 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
2945
2946 * progmodes/which-func.el (which-func-current): Quote %
2947 characters for mode-line processing.
2948
2949 2012-04-27 Chong Yidong <cyd@gnu.org>
2950
2951 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
2952 reaching eob (Bug#11286).
2953
2954 2012-04-27 Eli Zaretskii <eliz@gnu.org>
2955
2956 * progmodes/gdb-mi.el (gdb-control-level): New variable.
2957 (gdb): Make it buffer-local and init to zero.
2958 (gdb-control-commands-regexp): New variable.
2959 (gdb-send): Don't wrap in "-interpreter-exec console" if
2960 gdb-control-level is positive. Increment gdb-control-level
2961 whenever the command matches gdb-control-commands-regexp, and
2962 decrement it each time the command is "end". (Bug#11279)
2963
2964 2012-04-27 Martin Rudalics <rudalics@gmx.at>
2965
2966 * window.el (adjust-window-trailing-edge, enlarge-window)
2967 (shrink-window, window-resize):
2968 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
2969 windows (Bug#11276).
2970
2971 2012-04-27 Chong Yidong <cyd@gnu.org>
2972
2973 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
2974 fix "missing prefix" warning. All callers changed.
2975
2976 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2977
2978 * emacs-lisp/assoc.el: Move to obsolete/.
2979
2980 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2981
2982 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
2983
2984 * term/ns-win.el (ns-define-service):
2985 * progmodes/pascal.el (pascal-goto-defun):
2986 * progmodes/js.el (js--read-tab):
2987 * progmodes/etags.el (tags-lazy-completion-table):
2988 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
2989 * emacs-lisp/ewoc.el (ewoc--wrap):
2990 * emacs-lisp/assoc.el (aput, adelete, amake):
2991 * doc-view.el (doc-view-convert-current-doc):
2992 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
2993
2994 2012-04-26 Chong Yidong <cyd@gnu.org>
2995
2996 * image.el (image-type-from-buffer): Only return supported image
2997 type (Bug#9045).
2998
2999 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
3000 value, for symmetry with diff-end-of-hunk.
3001 (diff-split-hunk, diff-find-source-location)
3002 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
3003 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
3004 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
3005 compute the relevant hunk or file properly (Bug#6005).
3006 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
3007
3008 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3009
3010 * vc/vc-mtn.el:
3011 * vc/vc-hg.el:
3012 * vc/vc-git.el:
3013 * vc/vc-dir.el:
3014 * vc/vc-cvs.el:
3015 * vc/vc-bzr.el:
3016 * vc/vc-arch.el:
3017 * vc/vc.el: Replace lexical-let by lexical-binding.
3018 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
3019 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
3020 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
3021
3022 2012-04-26 Chong Yidong <cyd@gnu.org>
3023
3024 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
3025 (diff-mode-shared-map): Bind it to / and [remap undo].
3026
3027 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
3028 (ediff-window-setup-function): Use it as the default, to set up
3029 windows based on whether the current frame is graphical (Bug#2138).
3030 (ediff-choose-window-setup-function-automatically): Make obsolete.
3031
3032 * vc/ediff-init.el: Always define ediff-pixel-width/height.
3033
3034 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
3035
3036 * ffap.el: Remove old code for obsolete package.
3037 (ffap-complete-as-file-p): Remove.
3038
3039 Use completion-table-with-quoting for comint and pcomplete.
3040 * comint.el (comint--unquote&requote-argument)
3041 (comint--unquote-argument, comint--requote-argument): New functions.
3042 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
3043 (comint-quote-filename): Use regexp-opt-charset.
3044 (comint--common-suffix, comint--common-quoted-suffix)
3045 (comint--table-subvert): Remove.
3046 (comint-unquote-function, comint-requote-function): New vars.
3047 (comint--complete-file-name-data): Use them with
3048 completion-table-with-quoting.
3049 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
3050 * pcomplete.el (pcomplete-arg-quote-list)
3051 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
3052 (pcomplete-unquote-argument-function): Default to non-nil.
3053 (pcomplete-unquote-argument): Simplify.
3054 (pcomplete--common-quoted-suffix): Remove.
3055 (pcomplete-requote-argument-function): New var.
3056 (pcomplete--common-suffix): New function.
3057 (pcomplete-completions-at-point): Use completion-table-with-quoting
3058 and completion-table-subvert.
3059
3060 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
3061 (minibuffer--double-dollars): Preserve properties.
3062 (completion--sifn-requote): New function.
3063 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
3064
3065 * minibuffer.el: Add support for completion of quoted/escaped data.
3066 (completion-table-with-quoting, completion-table-subvert): New funs.
3067 (completion--twq-try, completion--twq-all): New functions.
3068 (completion--nth-completion): New function.
3069 (completion-try-completion, completion-all-completions): Use it.
3070
3071 2012-04-25 Leo Liu <sdl.web@gmail.com>
3072
3073 * progmodes/python.el (python-pdbtrack-get-source-buffer):
3074 Use compilation-message if available to find real filename.
3075
3076 2012-04-25 Chong Yidong <cyd@gnu.org>
3077
3078 * vc/diff-mode.el (diff-setup-whitespace): New function.
3079 (diff-mode): Use it.
3080
3081 * vc/diff.el (diff-sentinel):
3082 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
3083 Whitespace mode variables based on diff style (Bug#8612).
3084
3085 2012-04-25 Leo Liu <sdl.web@gmail.com>
3086
3087 * progmodes/python.el (python-send-region): Add suffix .py to the
3088 temp file.
3089
3090 * files.el (auto-mode-alist): Use javascript-mode instead.
3091
3092 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
3093
3094 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
3095
3096 * soap-client.el (soap-resolve-references-for-sequence-type)
3097 (soap-resolve-references-for-array-type): Hack to prevent self
3098 references, see Bug#9.
3099 (soap-parse-envelope): Report the contents of the 'detail' node
3100 when receiving a fault reply.
3101 (soap-parse-envelope): Report the contents of the entire 'detail' node.
3102
3103 * soap-inspect.el (soap-sample-value-for-simple-type)
3104 (soap-inspect-simple-type): New function.
3105
3106 * soap-client.el (soap-simple-type): New struct.
3107 (soap-default-xsd-types, soap-default-soapenc-types)
3108 (soap-decode-basic-type, soap-encode-basic-type):
3109 support unsignedInt and double basic types.
3110 (soap-resolve-references-for-simple-type)
3111 (soap-parse-simple-type, soap-encode-simple-type): New function.
3112 (soap-parse-schema): Parse xsd:simpleType declarations.
3113
3114 * soap-client.el (soap-default-xsd-types)
3115 (soap-default-soapenc-types): Add integer, byte and anyURI types.
3116 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
3117 the local name of "soapenc:Array".
3118 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
3119 decoding integer, byte and anyURI xsd types.
3120
3121 2012-04-25 Chong Yidong <cyd@gnu.org>
3122
3123 * cus-edit.el (custom-buffer-create-internal): Update header text.
3124
3125 2012-04-25 Eli Zaretskii <eliz@gnu.org>
3126
3127 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
3128 settings on 'system-type', not on 'window-system'. On MS-Windows,
3129 set interactive-mode on in GDB.
3130
3131 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3132
3133 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
3134 (ruby-syntax-propertize-regexp): Remove.
3135 (ruby-syntax-propertize-function): Split regexp into chunks.
3136 Match following code directly.
3137
3138 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
3139
3140 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
3141 (ruby-syntax-propertize-regexp): New function.
3142 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
3143 by a special keyword.
3144
3145 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
3146 (ruby-syntax-general-delimiters-goto-beg)
3147 (ruby-syntax-propertize-general-delimiters): New functions.
3148 (ruby-syntax-propertize-function): Use them to handle GDL.
3149 (ruby-font-lock-keywords): Move old handling of GDL...
3150 (ruby-font-lock-syntactic-keywords): .. to here.
3151 (ruby-calculate-indent): Adjust indentation for GDL.
3152
3153 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
3154
3155 * notifications.el (top): Remove unneeded declarations.
3156 (notifications-specification-version): Change to "1.2".
3157 (notifications-interface, notifications-notify-method)
3158 (notifications-close-notification-method): Fix docstring.
3159 (notifications-get-capabilities-method): New defconst.
3160 (notifications-notify): Add :action-items, :resident and
3161 :transient hints. Change "image_data" to "image-data" and
3162 "image_path" to "image-path".
3163 (notifications-get-capabilities): New defun.
3164
3165 2012-04-24 Leo Liu <sdl.web@gmail.com>
3166
3167 * progmodes/python.el: Move hideshow setup to the end.
3168
3169 2012-04-24 Martin Rudalics <rudalics@gmx.at>
3170
3171 * window.el (handle-select-window): Clear echo area since this is
3172 no more done by read_char (Bug#11304).
3173
3174 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3175
3176 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
3177 and `/ M' to filter-derived-mode.
3178 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
3179 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
3180 (ibuffer-mark-by-mode): Use default rather than initial-input.
3181 (ibuffer-filter-by-derived-mode): Autoload and require-match.
3182
3183 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
3184
3185 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
3186 (ibuffer-filter-by-derived-mode): New filter.
3187 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
3188
3189 2012-04-23 Andreas Politz <politza@fh-trier.de>
3190
3191 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
3192
3193 2012-04-23 Chong Yidong <cyd@gnu.org>
3194
3195 * cus-edit.el (customize-apropos, customize-apropos-options):
3196 Disable matching of non-option variables (Bug#11176).
3197 (customize-option, customize-option-other-window)
3198 (customize-changed-options): Doc fix.
3199 (customize-apropos-options, customize-apropos-faces)
3200 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
3201
3202 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
3203 Fix word list splitting (Bug#11132).
3204 (apropos-symbol, apropos-keybinding, apropos-label)
3205 (apropos-property, apropos-function-button)
3206 (apropos-variable-button, apropos-misc-button): New faces.
3207 (apropos-symbol-face, apropos-keybinding-face)
3208 (apropos-label-face, apropos-property-face, apropos-match-face):
3209 Variables removed (Bug#8396).
3210 (apropos-library-button, apropos-format-plist, apropos-print)
3211 (apropos-print-doc, apropos-describe-plist): Callers changed.
3212
3213 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
3214
3215 * net/xesam.el (xesam-mode-map): Use let-bound map in
3216 initialization. (Bug#11292)
3217
3218 2012-04-23 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
3219
3220 Preserve ispell session localwords when switching back to
3221 original buffer.
3222
3223 * ispell.el (ispell-buffer-session-localwords): New buffer-local
3224 variable to hold buffer session localwords.
3225 (ispell-kill-ispell): add option 'clear to delete session
3226 localwords.
3227 (ispell-command-loop, ispell-change-dictionary)
3228 (ispell-buffer-local-words): Preserve session localwords when
3229 needed.
3230
3231 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
3232 Preserve session localwords when needed.
3233
3234 2012-04-23 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
3235
3236 * ispell.el (ispell-insert-word) Remove unneeded function using
3237 obsolete `translation-table-for-input'.
3238 (ispell-word, ispell-process-line, ispell-complete-word):
3239 Use plain `insert' instead of removed `ispell-insert-word'.
3240
3241 2012-04-22 Chong Yidong <cyd@gnu.org>
3242
3243 * cus-edit.el (custom-variable-menu)
3244 (custom-variable-reset-saved, custom-face-menu)
3245 (custom-face-reset-saved): If there is no saved value, make the
3246 "reset-saved" operation bring back the default (Bug#9509).
3247 (custom-face-state): Properly detect themed faces.
3248
3249 * faces.el (face-spec-set): Stop supporting deprecated form of
3250 third arg.
3251
3252 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
3253
3254 Move functions from C to Lisp. Make non-blocking method calls
3255 the default. Implement further D-Bus standard interfaces.
3256
3257 * net/dbus.el (dbus-message-internal): Declare function.
3258 Remove unneeded function declarations.
3259 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
3260 (dbus-message-type-method-return, dbus-message-type-error)
3261 (dbus-message-type-signal): Declare variables. Remove local
3262 definitions.
3263 (dbus-interface-dbus, dbus-interface-peer)
3264 (dbus-interface-introspectable, dbus-interface-properties)
3265 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
3266 Adapt docstring.
3267 (dbus-interface-objectmanager): New defconst.
3268 (dbus-call-method, dbus-call-method-asynchronously)
3269 (dbus-send-signal, dbus-method-return-internal)
3270 (dbus-method-error-internal, dbus-register-service)
3271 (dbus-register-signal, dbus-register-method): New defuns, moved
3272 from dbusbind.c
3273 (dbus-call-method-handler, dbus-setenv)
3274 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
3275 New defuns.
3276 (dbus-call-method-non-blocking): Make it an obsolete function.
3277 (dbus-unregister-object, dbus-unregister-service)
3278 (dbus-handle-event, dbus-register-property)
3279 (dbus-property-handler): Obey the new structure of
3280 `bus-registered-objects'.
3281 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
3282 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3283 Use `dbus-call-method'.
3284
3285 2012-04-22 Chong Yidong <cyd@gnu.org>
3286
3287 * cus-edit.el (custom-commands, custom-reset-menu)
3288 (Custom-reset-standard): Tweak labels.
3289 (custom-reset-button-menu): Change default to t.
3290 (custom-buffer-create-internal): For the custom-reset-button-menu
3291 case, put the revert button first.
3292 (custom-group-subtitle): New face.
3293 (custom-group-value-create): Align docstring to a specific column.
3294
3295 * wid-edit.el (widget-documentation-link-add): Don't handle
3296 indentation in this function.
3297 (widget-documentation-string-indent-to): New function.
3298 (widget-documentation-string-value-create): Use it.
3299
3300 * autorevert.el (auto-revert):
3301 * epg-config.el (epg):
3302 * ibuffer.el (ibuffer):
3303 * mpc.el (mpc):
3304 * ses.el (ses):
3305 * eshell/eshell.el (eshell):
3306 * net/ange-ftp.el (ange-ftp):
3307 * progmodes/ebnf2ps.el (postscript):
3308 * progmodes/flymake.el (flymake):
3309 * progmodes/prolog.el (prolog):
3310 * progmodes/verilog-mode.el (verilog-mode):
3311 * progmodes/which-func.el (which-func):
3312 * term/xterm.el (xterm):
3313 * textmodes/picture.el (picture):
3314 * textmodes/tildify.el (tildify):
3315 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
3316 customization buffers.
3317
3318 2012-04-22 Alan Mackenzie <acm@muc.de>
3319
3320 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
3321 Adding a ) can hide the resulting (..) from searches. Fix it.
3322 Bound the backward search to the position of the existing (.
3323
3324 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
3325
3326 * progmodes/verilog-mode.el (verilog-mode): Check whether
3327 which-func-modes is t before adding verilog-mode.
3328 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
3329
3330 2012-04-21 Leo Liu <sdl.web@gmail.com>
3331
3332 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
3333
3334 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
3335
3336 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
3337 filling of the last column of a table (Bug#5635).
3338 (woman-find-next-control-line): New arg, specifying an additional
3339 regexp component for the control line.
3340 (woman2-roff-buffer): Use it.
3341 (woman-break-table): New function.
3342 (woman2-TS): Use it.
3343
3344 2012-04-21 Chong Yidong <cyd@gnu.org>
3345
3346 * woman.el (woman-set-buffer-display-table, woman-decode-region)
3347 (woman-horizontal-escapes, woman-negative-vertical-space)
3348 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
3349 (WoMan-warn-ignored): Use ?\s instead of ?\ .
3350
3351 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3352
3353 * minibuffer.el (completion-file-name-table): Complete user names.
3354
3355 2012-04-20 Leo Liu <sdl.web@gmail.com>
3356
3357 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
3358 and pcase-let*.
3359
3360 2012-04-20 Chong Yidong <cyd@gnu.org>
3361
3362 * server.el (server-execute): Respect initial-buffer-choice if it
3363 is a string and there are no files to open (Bug#2825).
3364 (server-create-window-system-frame, server-create-tty-frame):
3365 Don't switch buffers here.
3366 (server-process-filter): Only try to open a window system frame if
3367 compiled with graphical support (Bug#8314).
3368
3369 2012-04-20 Dan Nicolaescu <dann@gnu.org>
3370
3371 * battery.el (battery-echo-area-format): Display remaining time
3372 for sysfs backend too (Bug#11269).
3373 (battery-linux-sysfs): Fix conditional for the charge.
3374
3375 2012-04-20 Chong Yidong <cyd@gnu.org>
3376
3377 * progmodes/gdb-mi.el (gdb): Revert previous change.
3378 (gdb-inferior-io--init-proc): New function.
3379 (gdb-init-1): Use it.
3380 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
3381 responsible for allocating a new pty and hooking it to gdb when
3382 the old pty gets an EIO due to process exit.
3383 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
3384 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
3385 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
3386
3387 2012-04-20 Eli Zaretskii <eliz@gnu.org>
3388
3389 * window.el (window-min-size, window-sizable, window-min-delta)
3390 (window-max-delta, window--resizable, window-resizable)
3391 (window-total-size, window-full-height-p, window-full-width-p)
3392 (window-in-direction, window--resize-mini-window, window-resize)
3393 (window--resize-child-windows-normal)
3394 (window--resize-child-windows, window--resize-siblings)
3395 (window--resize-this-window, adjust-window-trailing-edge)
3396 (enlarge-window, shrink-window): Doc fixes.
3397
3398 2012-04-20 Chong Yidong <cyd@gnu.org>
3399
3400 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
3401 New function to call delete-process on the gdb-inferior buffer's pty.
3402 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
3403 pty process (Bug#11273).
3404 (gdb-update): New arg to suppress talking to the gdb process.
3405 (gdb-done-or-error): Use it.
3406 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
3407 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
3408 sentinel not being called.
3409
3410 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
3411
3412 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
3413
3414 2012-04-20 Glenn Morris <rgm@gnu.org>
3415
3416 * net/network-stream.el (open-network-stream): Doc fix.
3417
3418 2012-04-20 Chong Yidong <cyd@gnu.org>
3419
3420 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
3421
3422 2012-04-20 Alan Mackenzie <acm@muc.de>
3423
3424 Ensure searching for keywords is case sensitive.
3425
3426 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
3427 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
3428 (c-defun-name, c-mark-function, c-cpp-define-name)
3429 (c-comment-indent, c-scan-conditionals, c-indent-defun)
3430 (c-context-line-break): Bind case-fold-search to nil.
3431
3432 * progmodes/cc-mode.el (c-font-lock-fontify-region):
3433 Bind case-fold-search to nil.
3434
3435 2012-04-20 Chong Yidong <cyd@gnu.org>
3436
3437 * mail/sendmail.el (mail-bury): Call return action with the right
3438 Rmail buffer (Bug#11242).
3439
3440 * server.el (server-process-filter): Handle corner case where both
3441 tty and nowait options are present (Bug#11102).
3442
3443 2012-04-20 Eli Zaretskii <eliz@gnu.org>
3444
3445 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
3446 (top level): Put into the executable the ident-style '$Id:' tag on
3447 windows-nt as well.
3448
3449 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3450
3451 * electric.el (electric-indent-post-self-insert-function): Check that
3452 electric-indent-mode is enabled in current buffer.
3453
3454 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
3455
3456 * imenu.el (imenu-progress-message): Restore; it is "used" in
3457 erc/erc-imenu.el and net/snmp-mode.el.
3458
3459 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
3460
3461 * avoid.el (mouse-avoidance-mode): Mark unused arg.
3462 (mouse-avoidance-nudge-mouse): Remove unused binding.
3463
3464 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
3465
3466 * descr-text.el (describe-char):
3467 * progmodes/python.el (python-describe-symbol):
3468 Don't call `toggle-read-only', set `buffer-read-only'.
3469
3470 * imenu.el (imenu-default-goto-function): Mark unused args.
3471 (imenu-progress-message): Remove obsolete macro; all callers changed.
3472
3473 * subr.el (keymap-canonicalize): Remove unused binding.
3474 (read-passwd): Mark unused arg.
3475
3476 * tutorial.el (tutorial--display-changes): Remove unused binding.
3477 (tutorial--save-tutorial-to): Remove unused variable.
3478
3479 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
3480 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
3481 (package-generate-autoloads, package-menu--generate)
3482 (package-menu--find-upgrades): Remove unused bindings.
3483
3484 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
3485 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
3486 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
3487 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
3488 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
3489 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
3490 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
3491 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
3492 (cua-delete-char-rectangle): Mark unused args.
3493 (cua-align-rectangle): Remove unused binding.
3494
3495 * mail/rmail.el (compilation--message->loc)
3496 (epa--find-coding-system-for-mime-charset): Declare.
3497
3498 * net/dbus.el (dbus-register-service): Declare.
3499 (dbus-name-owner-changed-handler): Remove unused binding.
3500
3501 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
3502 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
3503 (nxml-scan-backward-within): Mark unused arg.
3504 (nxml-dynamic-markup-word): Remove unused binding.
3505
3506 * mouse.el (mouse-menu-major-mode-map):
3507 * emacs-lisp/authors.el (authors-scan-change-log)
3508 (authors-add-to-author-list):
3509 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
3510 * emacs-lisp/smie.el (smie-auto-fill):
3511 * mail/sendmail.el (mail-bury):
3512 * mail/unrmail.el (unrmail):
3513 * net/tls.el (open-tls-stream):
3514 * textmodes/picture.el (picture-mouse-set-point):
3515 Remove unused bindings.
3516
3517 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
3518
3519 * net/tramp.el (tramp-action-password): Let-bind
3520 `enable-recursive-minibuffers' to t.
3521
3522 2012-04-18 Sam Steingold <sds@gnu.org>
3523
3524 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
3525 instead of 'string to accommodate values like [f11].
3526 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
3527 * progmodes/gdb-mi.el: Likewise.
3528
3529 2012-04-18 Leo Liu <sdl.web@gmail.com>
3530
3531 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
3532 current buffer.
3533 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
3534 LOCAL is nil.
3535
3536 2012-04-18 Chong Yidong <cyd@gnu.org>
3537
3538 * simple.el (line-move): Use forward-line if in batch mode
3539 (Bug#11053).
3540
3541 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
3542
3543 * files.el (after-find-file): Do not try to add a final newline if
3544 the buffer is read-only (Bug#11156).
3545
3546 2012-04-17 Richard Stallman <rms@gnu.org>
3547
3548 * mail/rmail.el (rmail-start-mail):
3549 Pass (rmail-mail-return...) for the return-action.
3550 Pass (rmail-yank-current-message...) for the yank-action.
3551 (rmail-yank-current-message): New function.
3552 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
3553 (rmail-reply): Likewise.
3554 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
3555
3556 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
3557 buffer, not the last. Reject temp buffers. Use the rmail-mode
3558 buffer, not newbuf.
3559
3560 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
3561
3562 * server.el (server-ensure-safe-dir): Simplify.
3563
3564 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
3565
3566 * emacs-lisp/smie.el: Provide smarter auto-filling.
3567 (smie-auto-fill): New function.
3568 (smie-setup): Use it.
3569
3570 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
3571
3572 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
3573
3574 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
3575 (comment-indent): Use it.
3576
3577 2012-04-17 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
3578
3579 * ses.el: The overall change is to add cell renaming, that is
3580 setting fancy names for cell symbols other than name matching
3581 "\\`[A-Z]+[0-9]+\\'" regexp .
3582 (ses-localvars): Add ses--renamed-cell-symb-list.
3583 (ses-create-cell-variable): New defun.
3584 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
3585 (ses-relocate-formula): Relocate formulas only for cells the
3586 symbols of which are not renamed, i.e. symbols whose names do not
3587 match regexp "\\`[A-Z]+[0-9]+\\'".
3588 (ses-relocate-all): Relocate values only for cells the symbols of
3589 which are not renamed.
3590 (ses-load): Create cells variables as the (ses-cell ...) are read,
3591 in order to check row col consistency with cell symbol name only
3592 for cells that are not renamed.
3593 (ses-replace-name-in-formula): New defun.
3594 (ses-rename-cell): New defun.
3595
3596 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
3597
3598 * progmodes/perl-mode.el (perl-indent-parens-as-block):
3599 New option (bug#11118).
3600 (perl-calculate-indent): Respect it.
3601
3602 2012-04-17 Glenn Morris <rgm@gnu.org>
3603
3604 * dired-aux.el (dired-mark-read-string): Doc fix.
3605
3606 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
3607
3608 * dired-aux.el (dired-mark-read-string): Offer optional completion.
3609 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
3610
3611 2012-04-17 Glenn Morris <rgm@gnu.org>
3612
3613 * mouse.el (mouse-drag-track):
3614 * speedbar.el (speedbar-frame-mode):
3615 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
3616
3617 2012-04-16 Leo Liu <sdl.web@gmail.com>
3618
3619 * progmodes/python.el: Trivial cleanup.
3620
3621 2012-04-16 Glenn Morris <rgm@gnu.org>
3622
3623 * vc/vc.el (vc-string-prefix-p):
3624 * vc/pcvs-util.el (cvs-string-prefix-p):
3625 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
3626 * mpc.el (mpc-string-prefix-p):
3627 Make all of these into obsolete aliases for string-prefix-p.
3628 Update callers.
3629 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
3630
3631 * textmodes/two-column.el: Move custom options to the start.
3632 (frame-width): Remove compat definition.
3633 (2C-associate-buffer, 2C-dissociate):
3634 Use with-current-buffer rather than save-excursion.
3635 (2C-dissociate): Force a mode-line update.
3636 (2C-autoscroll): Use ignore-errors.
3637
3638 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
3639 Autoload trivia.
3640
3641 * emacs-lisp/cl-extra.el (*random-state*):
3642 Remove unnecessary declaration.
3643
3644 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
3645
3646 * play/cookie1.el (cookie-snarf):
3647 Give an explicit error if input file cannot be read.
3648
3649 * play/yow.el (yow-file): Use expand-file-name rather than concat.
3650
3651 * progmodes/perl-mode.el (c-macro-expand):
3652 Remove unnecessary autoload (it is in loaddefs.el).
3653
3654 * textmodes/picture.el (picture-desired-column)
3655 (picture-update-desired-column): Convert comments to doc-strings.
3656 (picture-substitute): Remove function.
3657 (picture-mode-map): Initialize in the defvar.
3658
3659 * woman.el: Remove eval-after-load for tar-mode.
3660 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
3661 (woman-tar-extract-file): Autoload it.
3662
3663 * frame.el (automatic-hscrolling): Make this alias obsolete.
3664
3665 2012-04-12 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
3666
3667 * ispell.el (ispell-set-spellchecker-params): Post-process
3668 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3669 (ispell-dictionary-base-alist): Revert to original XEmacs
3670 friendly version for default. [:alpha:] will be added in
3671 `ispell-set-spellchecker-params' if needed
3672
3673 2012-04-16 Chong Yidong <cyd@gnu.org>
3674
3675 * image.el (imagemagick--extension-regexp): New variable.
3676 (imagemagick-register-types): Use it.
3677 (imagemagick-types-inhibit): Add :set function. Allow new value
3678 of t to inhibit all types.
3679
3680 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
3681 so we can preload it.
3682
3683 * loadup.el (fboundp): Preload regexp-opt, needed by
3684 imagemagick-register-types.
3685
3686 2012-04-15 Chong Yidong <cyd@gnu.org>
3687
3688 * frame.el (scrolling): Remove nearly unused customization group.
3689
3690 * scroll-all.el (scroll-all-mode): Move to windows group.
3691
3692 2012-04-15 Chong Yidong <cyd@gnu.org>
3693
3694 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
3695
3696 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3697
3698 Avoid the use of ((lambda ...) ...) in lexical-binding code.
3699 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
3700
3701 2012-04-15 Glenn Morris <rgm@gnu.org>
3702
3703 * simple.el (process-file-side-effects): Doc fix.
3704
3705 2012-04-15 Glenn Morris <rgm@gnu.org>
3706
3707 * international/mule-cmds.el (set-language-environment): Doc fix.
3708
3709 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
3710
3711 * server.el (server-auth-key, server-generate-key): Doc fixes.
3712 (server-get-auth-key): Doc fix. Use `string-match-p'.
3713 (server-start): Reflow docstring.
3714
3715 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
3716
3717 * server.el (server-generate-key): `called-interactively-p'
3718 requires a parameter.
3719
3720 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
3721
3722 * server.el (server-auth-key): New variable.
3723 (server-generate-key, server-get-auth-key): New function.
3724 (server-start): Use the new variable and functions to allow
3725 setting a permanent server key (bug#9423).
3726
3727 2012-04-14 Leo Liu <sdl.web@gmail.com>
3728
3729 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
3730
3731 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
3732
3733 Spelling fixes.
3734 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
3735 Emacs uses American spelling.
3736
3737 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
3738
3739 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
3740 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
3741 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
3742 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
3743
3744 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3745
3746 * progmodes/which-func.el (which-func-modes): Change default.
3747
3748 2012-04-14 Kim F. Storm <storm@cua.dk>
3749
3750 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
3751 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
3752
3753 2012-04-14 Chong Yidong <cyd@gnu.org>
3754
3755 * custom.el (custom-theme-set-variables): Doc fix.
3756
3757 2012-04-14 Glenn Morris <rgm@gnu.org>
3758
3759 * international/mule.el (set-auto-coding-for-load): Doc fix.
3760
3761 2012-04-14 Alan Mackenzie <acm@muc.de>
3762
3763 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
3764 imenu work again for Objective C Mode. Correct the *-index values,
3765 these having been disturbed by a previous change in 2011-08.
3766
3767 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
3768 Correct two search limits.
3769
3770 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3771
3772 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
3773
3774 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
3775
3776 * international/characters.el: Fix sorting.
3777
3778 2012-04-14 Eli Zaretskii <eliz@gnu.org>
3779
3780 * international/characters.el: Add more missing Latin case pairs.
3781
3782 2012-04-14 Glenn Morris <rgm@gnu.org>
3783
3784 * files.el (dir-locals-set-class-variables): Doc fix.
3785
3786 2012-04-14 Eli Zaretskii <eliz@gnu.org>
3787
3788 * international/characters.el: Add set-case-syntax-pair call for
3789 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
3790 counterpart. (Bug#11209)
3791
3792 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
3793
3794 2012-04-14 Glenn Morris <rgm@gnu.org>
3795
3796 * calendar/holidays.el (calendar-check-holidays): Doc fix.
3797
3798 2012-04-14 Eli Zaretskii <eliz@gnu.org>
3799
3800 * textmodes/ispell.el (ispell-dictionary-base-alist):
3801 Add data for Hebrew.
3802
3803 2012-04-14 Chong Yidong <cyd@gnu.org>
3804
3805 * net/rcirc.el (rcirc-cmd-quit):
3806 Revert 2012-03-18 change (Bug#11192).
3807
3808 2012-04-14 Glenn Morris <rgm@gnu.org>
3809
3810 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
3811
3812 2012-04-14 Eli Zaretskii <eliz@gnu.org>
3813
3814 * minibuffer.el (completion-in-region-mode-map):
3815 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
3816
3817 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
3818
3819 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
3820
3821 2012-04-13 Masatake YAMATO <yamato@redhat.com>
3822
3823 * minibuffer.el (minibuffer-local-filename-syntax): New variable
3824 to allow `C-M-f' and `C-M-b' to move to the nearest path
3825 separator (bug#9511).
3826
3827 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
3828
3829 * avoid.el: Require cl when compiling. And also move the
3830 `provide' to the end.
3831
3832 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3833
3834 * avoid.el (mouse-avoidance-banish-position): New variable.
3835 (mouse-avoidance-banish-destination): Use it (bug#10165).
3836
3837 2012-04-13 Leo Liu <sdl.web@gmail.com>
3838
3839 * progmodes/which-func.el (which-func-modes): Add objc-mode.
3840
3841 2012-04-13 Ken Brown <kbrown@cornell.edu>
3842
3843 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
3844 this is no longer needed now that cygstart understands file:// URLs.
3845 (browse-url-filename-alist): For the same reason, don't modify
3846 file:// URLs on Cygwin.
3847
3848 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3849
3850 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
3851 the region on shift if the binding is already shifted (bug#11221).
3852
3853 2012-04-12 Glenn Morris <rgm@gnu.org>
3854
3855 * mail/mailpost.el: Move to obsolete/.
3856
3857 2012-04-12 Drew Adams <drew.adams@oracle.com>
3858
3859 * imenu.el (imenu--generic-function): Ignore invisible definitions
3860 (bug#10123).
3861
3862 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
3863
3864 * hexl.el (hexl-bits): New variable.
3865 (hexl-options): Mention the variable in the doc string.
3866 (hexl-rulerise, hexl-line-displen): New functions.
3867 (hexl-mode): Mention the new variable.
3868 (hexl-mode, hexl-current-address, hexl-current-address):
3869 Use the displen.
3870 (hexl-ascii-start-column): New function.
3871 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
3872 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
3873
3874 2012-04-12 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
3875
3876 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
3877 '("-i" ENCODING), in 2 separate command-line arguments, to specify
3878 the encoding, as expected by hunspell.
3879
3880 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3881
3882 * battery.el (battery--linux-sysfs-regexp): New const.
3883 (battery-status-function): Use it. Remove yeeloong special case.
3884 (battery-yeeloong-sysfs): Remove.
3885 (battery-echo-area-format): Remove yeeloong special case.
3886
3887 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3888
3889 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
3890 Reported by Noah Friedman.
3891
3892 * subr.el (read-passwd): Use read-string.
3893
3894 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3895
3896 * vcursor.el (vcursor-move): Increase the priority of the overlay
3897 (bug#9663).
3898
3899 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3900
3901 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
3902 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
3903
3904 2012-04-11 William Stevenson <yhvh2000@gmail.com>
3905
3906 * textmodes/artist.el (artist-mode): Convert artist-mode to use
3907 define-minor-mode (bug#10760).
3908
3909 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3910
3911 * progmodes/grep.el (rgrep): Tweak the find command line so
3912 that directories matching `grep-find-ignored-files' won't be
3913 pruned (bug#10351).
3914
3915 2012-04-11 Chong Yidong <cyd@gnu.org>
3916
3917 * startup.el (command-line): Remove support for long-obsolete
3918 variable font-lock-face-attributes.
3919
3920 2012-04-11 Glenn Morris <rgm@gnu.org>
3921
3922 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
3923
3924 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3925
3926 * window.el (window--state-get-1): Obey window-point-insertion-type.
3927
3928 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
3929
3930 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
3931 to previous function when point is on the first character of a
3932 function. Take care of that in `narrow-to-defun' (bug#6157).
3933
3934 2012-04-11 Glenn Morris <rgm@gnu.org>
3935
3936 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
3937 not just file-errors.
3938
3939 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
3940 (vc-bzr-sha1): Use internal sha1.
3941
3942 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3943
3944 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
3945
3946 2012-04-10 SĂ©bastien Gross <seb@chezwam.org> (tiny change)
3947
3948 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
3949 that start in the middle of the line (bug#10496).
3950
3951 2012-04-10 Dan Nicolaescu <dann@gnu.org>
3952
3953 * battery.el (battery-linux-proc-acpi): Only one battery is
3954 discharged at a time, but that seems to confuse battery.el when
3955 computing `rate-type' for the battery not being discharged
3956 (bug#10332).
3957
3958 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3959
3960 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
3961
3962 * international/quail.el: Use dolist and simplify.
3963 (quail-define-package, quail-update-keyboard-layout)
3964 (quail-define-rules): Use dolist.
3965 (quail-insert-kbd-layout, quail-get-translation): CSE.
3966
3967 * tmm.el: Use dolist, remove left over hook.
3968 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
3969 Use dolist.
3970 (calendar-load-hook): Don't mess with it.
3971
3972 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
3973 Use derived-mode-p. Run the diff asynchronously.
3974
3975 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3976
3977 * obsolete/mouse-sel.el: Add an Obsolete-since header.
3978
3979 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
3980
3981 * misc.el: Display absolute path of loaded DLLs (bug#10424).
3982 (list-dynamic-libraries--loaded): New function.
3983 (list-dynamic-libraries--refresh): Use it.
3984
3985 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
3986
3987 * progmodes/python.el (python-fill-paragraph):
3988 Make python-fill-region in a multiline string work when font-lock is
3989 disabled (bug#7018).
3990
3991 2012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
3992
3993 * language/european.el (cp775): Add oem/legacy (en)coding on
3994 DOS/MS Windows for the Baltic languages. There are still plenty
3995 of texts written in this encoding/codepage (bug#6519).
3996
3997 2012-04-10 Glenn Morris <rgm@gnu.org>
3998
3999 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
4000 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
4001
4002 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
4003
4004 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
4005 next-line "n" and previous-line "p" in order to make recentf more
4006 consistent with ibuffer, dired or org-mode (bug#9387).
4007
4008 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4009
4010 * image.el (put-image): Return the overlay created instead of the
4011 optional input string (bug#7834). Note that this may break code
4012 that is (for some reason or other) depending on `put-image'
4013 returning the string.
4014
4015 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
4016
4017 * simple.el (zap-to-char): Allow zapping using input methods
4018 (bug#1580).
4019
4020 * textmodes/fill.el (fill-region): Leave point and mark where they
4021 were before filling (bug#5399).
4022
4023 2012-04-09 Glenn Morris <rgm@gnu.org>
4024
4025 * version.el (emacs-bzr-get-version):
4026 Handle lightweight checkouts of local branches.
4027
4028 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
4029
4030 * international/characters.el: Recover lost case pairs. (Bug#11209)
4031
4032 2012-04-09 Chong Yidong <cyd@gnu.org>
4033
4034 * custom.el (custom-variable-p): Return nil for non-symbol
4035 arguments instead of signaling an error.
4036 (user-variable-p): Obsolete alias for custom-variable-p.
4037
4038 * apropos.el (apropos-variable):
4039 * files-x.el (read-file-local-variable):
4040 * simple.el (set-variable):
4041 * woman.el (woman-mini-help):
4042 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
4043
4044 2012-04-09 Glenn Morris <rgm@gnu.org>
4045
4046 * startup.el (normal-top-level): Don't look for leim-list.el
4047 in places where it will not be found. (Bug#910)
4048
4049 * international/mule-cmds.el (set-default-coding-systems):
4050 * files.el (normal-mode):
4051 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
4052 This function was removed with ucs-tables.el in 2008.
4053
4054 2012-04-08 Eli Zaretskii <eliz@gnu.org>
4055
4056 * textmodes/ispell.el (ispell-check-version): For hunspell, set
4057 ispell-encoding8-command to "-i", without a trailing space.
4058 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
4059 separate command-line arguments, to specify the encoding, since
4060 that's how hunspell expects it.
4061
4062 2012-04-08 Glenn Morris <rgm@gnu.org>
4063
4064 * loadup.el: Load bindings before cus-start.
4065 This reduces somewhat the number of "rogue" settings in emacs -Q.
4066
4067 2012-04-07 Glenn Morris <rgm@gnu.org>
4068
4069 * version.el (emacs-bzr-get-version): New function.
4070 (emacs-bzr-version): New variable.
4071 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
4072 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
4073
4074 2012-04-07 Eli Zaretskii <eliz@gnu.org>
4075
4076 * international/uni-bidi.el, international/uni-category.el:
4077 * international/uni-combining.el, international/uni-decimal.el:
4078 * international/uni-decomposition.el, international/uni-digit.el:
4079 * international/uni-lowercase.el, international/uni-mirrored.el:
4080 * international/uni-name.el, international/uni-numeric.el:
4081 * international/uni-titlecase.el, international/uni-uppercase.el:
4082 Update for Unicode 6.1.
4083
4084 2012-04-07 Eli Zaretskii <eliz@gnu.org>
4085
4086 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
4087
4088 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4089
4090 * window.el (shrink-window): Mention the `window-min-height'
4091 variable in the doc string.
4092
4093 2012-04-05 Bastien Guerry <bzg@altern.org>
4094
4095 * color.el (color-lighten-name): Fix typo.
4096
4097 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4098
4099 * server.el (server--on-display-p): New function.
4100 (server--on-display-p): Use it.
4101
4102 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
4103
4104 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
4105 (bug#11145).
4106
4107 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4108
4109 * comint.el (comint--common-quoted-suffix): Check string boundary
4110 before comparing (bug#11158).
4111 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
4112
4113 2012-04-04 Chong Yidong <cyd@gnu.org>
4114
4115 * minibuffer.el (completion-extra-properties): Doc fix.
4116
4117 * subr.el (delayed-warnings-hook): Doc fix.
4118
4119 2012-04-04 Daiki Ueno <ueno@unixuser.org>
4120
4121 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
4122 selection (Bug#11159).
4123 (epa-insert-keys): Inform that the default public key will be
4124 exported if no key is selected.
4125
4126 2012-04-04 Richard Stallman <rms@gnu.org>
4127
4128 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
4129
4130 2012-04-03 Chong Yidong <cyd@gnu.org>
4131
4132 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
4133 mail-insert-file, not its obsolete alias mail-attach-file.
4134
4135 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
4136
4137 * notifications.el (notifications-notify): Fix docstring.
4138
4139 2012-04-02 Glenn Morris <rgm@gnu.org>
4140
4141 * emacs-lisp/authors.el (authors-aliases): Another addition.
4142
4143 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
4144
4145 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
4146 `tramp-compat-call-process' instead of `tramp-local-call-process'.
4147 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
4148
4149 2012-04-01 Chong Yidong <cyd@gnu.org>
4150
4151 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
4152 Handle root directory properly.
4153 (copy-directory): Caller changed.
4154
4155 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4156 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
4157
4158 2012-03-31 Glenn Morris <rgm@gnu.org>
4159
4160 * term/xterm.el (xterm-extra-capabilities): Doc fix.
4161
4162 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
4163
4164 * calendar/calendar.el (calendar-window-list)
4165 (calendar-hide-window): Restore. (Bug#11140)
4166 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
4167
4168 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
4169
4170 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4171
4172 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4173 Check if file is a symlink (Bug#10489).
4174
4175 * files.el (copy-directory): Likewise.
4176
4177 2012-03-30 Chong Yidong <cyd@gnu.org>
4178
4179 * image.el (imagemagick-types-inhibit)
4180 (imagemagick-register-types): Doc fix.
4181
4182 2012-03-30 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
4183
4184 * ispell.el (ispell-get-extended-character-mode):
4185 Disable extended-char-mode for hunspell. hunspell does not support it
4186 and treats ~word as ordinary words in pipe mode.
4187
4188 2012-03-30 Glenn Morris <rgm@gnu.org>
4189
4190 * tutorial.el (help-with-tutorial): Ensure local variables don't
4191 happen to make the buffer read-only. (Bug#11127)
4192
4193 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
4194
4195 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
4196 (perl-calculate-indent): Return `noindent' in strings.
4197
4198 2012-03-28 Sam Steingold <sds@gnu.org>
4199
4200 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
4201 instead of the broken adhockery which does not prevent calendar
4202 buffers from being displayed at random after exit.
4203 (calendar-window-list, calendar-hide-window): Remove the broken
4204 adhockery.
4205
4206 2012-03-28 Glenn Morris <rgm@gnu.org>
4207
4208 * replace.el (query-replace-map): Doc fix.
4209
4210 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
4211
4212 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
4213 contents. (Bug#11109)
4214
4215 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4216
4217 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
4218 (bug#11077).
4219 (avl-tree--check, avl-tree--check-node): New funs.
4220
4221 2012-03-27 Martin Rudalics <rudalics@gmx.at>
4222
4223 * window.el (switch-to-visible-buffer): New option.
4224 (switch-to-prev-buffer, switch-to-next-buffer):
4225 Observe switch-to-visible-buffer. Make sure that checking for a window
4226 showing a buffer already is done on the same frame.
4227
4228 2012-03-27 Glenn Morris <rgm@gnu.org>
4229
4230 * startup.el (mail-host-address): Doc fix.
4231
4232 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4233
4234 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
4235 than 197 variables.
4236
4237 2012-03-26 Ami Fischman <ami@fischman.org>
4238
4239 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
4240
4241 2012-03-26 Glenn Morris <rgm@gnu.org>
4242
4243 * files.el (save-buffers-kill-emacs): Doc fix.
4244
4245 * startup.el (normal-top-level, command-line, command-line-1):
4246 Give them doc strings.
4247
4248 2012-03-25 Eli Zaretskii <eliz@gnu.org>
4249
4250 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
4251 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
4252
4253 2012-03-25 Chong Yidong <cyd@gnu.org>
4254
4255 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
4256 theme if it was previously enabled before (Bug#11031).
4257
4258 * cus-theme.el (custom-theme-write-faces): Retrieve current face
4259 spec with custom-face-get-current-spec if its :shown-value is not
4260 determined yet (Bug#9337).
4261 (customize-create-theme, custom-theme-revert): Doc fixes.
4262
4263 * button.el (button-at): Minor addition to docstring.
4264
4265 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
4266
4267 * vc/vc.el (vc-merge): Fix a prompt.
4268
4269 2012-03-24 Chong Yidong <cyd@gnu.org>
4270
4271 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
4272 point (Bug#9623).
4273
4274 * button.el (button-at): Minor addition to docstring.
4275
4276 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4277
4278 * newcomment.el (comment-choose-indent): No space after BOL.
4279
4280 2012-03-22 Sam Steingold <sds@gnu.org>
4281
4282 * window.el (switch-to-prev-buffer): Revert last patch because the
4283 bug turned out to be an advertised feature (Elisp manual 28.14).
4284
4285 2012-03-22 Glenn Morris <rgm@gnu.org>
4286
4287 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
4288 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
4289
4290 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4291
4292 * net/network-stream.el (network-stream-open-starttls): Make error
4293 message under Windows be less misleading.
4294
4295 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
4296
4297 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
4298 understands (bug#9942).
4299
4300 2012-03-22 Chong Yidong <cyd@gnu.org>
4301
4302 * simple.el (end-of-visible-line): Handle return value of
4303 next-single-property-change properly (Bug#9371).
4304
4305 2012-03-22 Kenichi Handa <handa@m17n.org>
4306
4307 * international/quail.el (quail-insert-kbd-layout): Fix previous
4308 change. To avoid unwanted bidi reordering, use
4309 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
4310
4311 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
4312
4313 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
4314 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
4315 (ruby-beginning-of-indent): Be more careful with the difference
4316 between word-boundary and symbol boundary.
4317 (ruby-mode-syntax-table): Make : a symbol constituent.
4318
4319 2012-03-21 Andreas Politz <politza@fh-trier.de>
4320
4321 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
4322
4323 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4324
4325 * progmodes/etags.el (tags-completion-at-point-function):
4326 Improve last fix.
4327
4328 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
4329
4330 2012-03-21 Sam Steingold <sds@gnu.org>
4331
4332 * progmodes/etags.el (tags-completion-at-point-function):
4333 Avoid the error when point is inside the pattern.
4334
4335 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
4336
4337 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
4338 line (Bug#10855).
4339
4340 2012-03-21 Drew Adams <drew.adams@oracle.com>
4341
4342 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
4343
4344 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
4345
4346 * ido.el (ido-set-current-directory, ido-read-internal)
4347 (ido-choose-completion-string, ido-completion-help): Handle nil
4348 value of ido-completion-buffer (Bug#11008).
4349
4350 2012-03-21 Sam Steingold <sds@gnu.org>
4351
4352 * window.el (switch-to-prev-buffer): Do not switch to a visible
4353 window previous buffer, just like with the frame previous buffers.
4354
4355 2012-03-21 Chong Yidong <cyd@gnu.org>
4356
4357 * faces.el (make-face, make-empty-face, copy-face):
4358 * face-remap.el (face-remap-add-relative, face-remap-set-base):
4359 Doc fixes.
4360
4361 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4362
4363 * wid-edit.el (widget-complete-field): Remove (bug#11051).
4364 (widget-complete): Remove broken use of it.
4365
4366 2012-03-20 Chong Yidong <cyd@gnu.org>
4367
4368 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
4369 Use string-width and truncate-string-width to handle arbitrary
4370 characters.
4371
4372 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
4373
4374 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
4375 to draw rectangles, not squares. (Regression introduced by revno
4376 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
4377
4378 2012-03-18 Chong Yidong <cyd@gnu.org>
4379
4380 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
4381 it is not yet defined (for temacs).
4382
4383 2012-03-18 Leo Liu <sdl.web@gmail.com>
4384
4385 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
4386
4387 2012-03-17 Eli Zaretskii <eliz@gnu.org>
4388
4389 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
4390 (ispell-choices-win-default-height, ispell-silently-savep)
4391 (ispell-dictionary-alist, ispell-encoding8-command)
4392 (ispell-check-version, ispell-aspell-find-dictionary)
4393 (ispell-valid-dictionary-list, ispell-words-keyword)
4394 (ispell-get-word, ispell-internal-change-dictionary)
4395 (ispell-region, ispell-skip-region-list)
4396 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
4397 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
4398 (ispell-message-text-end, ispell-message)
4399 (ispell-buffer-local-parsing): Doc fix.
4400
4401 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
4402
4403 * htmlfontify.el: Add support for code block fontification for ODT
4404 export (Bug #9914).
4405 (hfy-optimisations): Define new option
4406 `body-text-only'
4407 (hfy-fontify-buffer): Honor above setting.
4408 (hfy-begin-span, hfy-end-span): New routines factored out form
4409 `hfy-fontify-buffer'.
4410 (hfy-begin-span-handler, hfy-end-span-handler): New variables
4411 that permit insertion of custom tags.
4412 (hfy-fontify-buffer): Use above handlers.
4413 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
4414 (hfy-face-to-css): Re-defined to be a variable.
4415 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
4416 over multiple runs. This is made possible by having the caller let
4417 bind a special variable `hfy-user-sheet-assoc'.
4418 (htmlfontify-string): New defun.
4419 (hfy-compile-face-map): Make sure that the last char in the
4420 buffer is correctly fontified.
4421 (hfy-face-resolve-face): Whitespace only change.
4422
4423 2012-03-17 Eli Zaretskii <eliz@gnu.org>
4424
4425 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
4426 message more clear.
4427
4428 2012-03-16 Leo Liu <sdl.web@gmail.com>
4429
4430 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
4431
4432 2012-03-16 Alan Mackenzie <acm@muc.de>
4433
4434 Further optimise the handling of large macros.
4435
4436 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
4437 limit to a call of `c-literal-limits'.
4438 (c-determine-+ve-limit): New function.
4439 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
4440 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
4441 In CASE 5B, restrict a search limit to 500.
4442 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
4443
4444 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
4445 Restrict macro bounds to +-500 from after-change's BEG END.
4446
4447 2012-03-16 Leo Liu <sdl.web@gmail.com>
4448
4449 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
4450
4451 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
4452
4453 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
4454 `special-mode' setting of `buffer-read-only'. (Bug#11010)
4455
4456 2012-03-16 Glenn Morris <rgm@gnu.org>
4457
4458 * view.el (view-buffer, view-buffer-other-window)
4459 (view-buffer-other-frame): Doc fixes re special mode-class.
4460
4461 * subr.el (eval-after-load): If named feature is provided not from
4462 a file, run after-load forms. (Bug#10946)
4463
4464 * calendar/calendar.el (calendar-insert-at-column):
4465 Handle non-unit-width characters a bit better. (Bug#10978)
4466
4467 2012-03-15 Chong Yidong <cyd@gnu.org>
4468
4469 * emacs-lisp/ring.el (ring-extend): New function.
4470 (ring-insert+extend): Extend the ring correctly (Bug#11019).
4471
4472 * comint.el (comint-read-input-ring)
4473 (comint-add-to-input-history): Grow comint-input-ring lazily.
4474
4475 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4476
4477 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
4478 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
4479
4480 * imenu.el: Fix multiple inheritance breakage (bug#9199).
4481 (imenu-add-to-menubar): Don't add a redundant index.
4482 (imenu-update-menubar): Handle a dynamically composed keymap.
4483
4484 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
4485
4486 * mail/sendmail.el (mail-encode-header):
4487 Bind rfc2047-encode-encoded-words to nil.
4488
4489 2012-03-13 Glenn Morris <rgm@gnu.org>
4490
4491 * calendar/calendar.el (calendar-string-spread):
4492 Handle non-unit-width characters a bit better. (Bug#10978)
4493
4494 2012-03-13 Leo Liu <sdl.web@gmail.com>
4495
4496 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
4497 directory and file as argument (Bug#10822).
4498
4499 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
4500
4501 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
4502 For dynamically generated code, follow $PC.
4503 (gdb-disassembly-handler-custom): Handle no function name case.
4504
4505 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
4506
4507 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
4508 * emulation/ws-mode.el (ws-query-replace):
4509 * sort.el (sort-regexp-fields):
4510 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
4511
4512 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4513
4514 * dabbrev.el: Fix cycle completion order (bug#10963).
4515 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
4516 (dabbrev-completion): Don't use an obarray; provide
4517 a cycle-sort-function.
4518
4519 2012-03-12 Leo Liu <sdl.web@gmail.com>
4520
4521 * simple.el (kill-new): Use equal-including-properties for comparison.
4522 (kill-do-not-save-duplicates): Doc fix.
4523
4524 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4525
4526 * dabbrev.el: Fix cycle completion (bug#10963).
4527 Use lexical binding and wrap to 80 columns.
4528 (dabbrev-completion): Delay computing the list of completions.
4529
4530 2012-03-12 Kenichi Handa <handa@m17n.org>
4531
4532 * international/quail.el (quail-insert-kbd-layout): Surround each
4533 row by LRO and PDF instead of inserting many LRMs. Pad the left
4534 and right of each non-spacing marks. Insert invisible space
4535 between lower and upper characters to prevent composition.
4536
4537 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4538
4539 * minibuffer.el (minibuffer-complete): Don't get confused when the
4540 function is run twice via different commands (bug#10958).
4541 (complete-with-action): Fix docstring.
4542
4543 2012-03-12 Chong Yidong <cyd@gnu.org>
4544
4545 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
4546 (nxml-completion-at-point-function): New function.
4547 (nxml-mode): Use it.
4548 (nxml-bind-meta-tab-to-complete-flag): Default to t.
4549
4550 * emacs-lisp/package.el (package-unpack, package-unpack-single):
4551 Load generated autoloads file before byte compiling (Bug#10970).
4552 (package--make-autoloads-and-compile): New helper fun.
4553
4554 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
4555
4556 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
4557
4558 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
4559
4560 * autorevert.el (auto-revert-handler): Ensure, that
4561 file-readable-p is applied only for local files or in
4562 auto-revert-tail-mode.
4563
4564 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
4565
4566 * server.el (server-eval-at): Handle non-tcp connections.
4567 Decode result string.
4568
4569 * server.el (server-msg-size): New constant.
4570 (server-reply-print): New function.
4571 (server-eval-and-print): Use it.
4572 (server-eval-at): Use server-quote-arg and server-unquote-arg.
4573 Handle -print-nonl.
4574
4575 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
4576
4577 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
4578 (Bug#10987).
4579
4580 2012-03-11 Chong Yidong <cyd@gnu.org>
4581
4582 * simple.el (goto-line): Doc fix (Bug#9938).
4583
4584 * subr.el (save-window-excursion): Doc fix (Bug#9979).
4585
4586 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
4587 when finished (Bug#10963).
4588
4589 2012-03-11 Martin Rudalics <rudalics@gmx.at>
4590
4591 * window.el (split-window-below): Fix bug in case where
4592 split-window-keep-point is nil (Bug#10971).
4593
4594 2012-03-11 Juri Linkov <juri@jurta.org>
4595
4596 * replace.el (replace-highlight): Set isearch-word to nil
4597 unconditionally. (Bug#10887)
4598
4599 2012-03-10 Eli Zaretskii <eliz@gnu.org>
4600
4601 * net/mairix.el (mairix-replace-invalid-chars): Rename from
4602 mairix-replace-illegal-chars; all callers changed. Don't remove
4603 ^, ~, and = characters: they are meaningful in mairix search specs.
4604 (mairix-widget-create-query): Add usage information about mairix
4605 search forms: negating words, searching for substrings, etc.
4606
4607 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
4608
4609 * international/fontset.el (font-encoding-alist): Add an entry for
4610 ksx1001 (Bug#5667).
4611
4612 2012-03-10 Richard Stallman <rms@gnu.org>
4613
4614 * mail/sendmail.el (mail-encode-header):
4615 Set rfc2047-encode-encoded-words.
4616
4617 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
4618
4619 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
4620 view buffer means not swapped.
4621 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
4622 (rmail-write-region-annotate): Error if real text has disappeared.
4623
4624 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
4625
4626 2012-03-10 Chong Yidong <cyd@gnu.org>
4627
4628 * emulation/cua-rect.el (cua--init-rectangles):
4629 * emulation/cua-base.el (cua--init-keymaps):
4630 Add delete-forward-char to remappings (Bug#9666).
4631
4632 2012-03-10 Martin Rudalics <rudalics@gmx.at>
4633
4634 * speedbar.el (speedbar-unhighlight-one-tag-line):
4635 Avoid unhighlighting due to frame switching (Bug#10275).
4636
4637 2012-03-10 Chong Yidong <cyd@gnu.org>
4638
4639 * minibuffer.el (completion-in-region, completion-help-at-point):
4640 Give the completion field overlay a high priority (Bug#6830).
4641
4642 * dired.el (dired-goto-file): Recognize absolute file name
4643 listings (Bug#7126).
4644 (dired-goto-file-1): New helper function.
4645 (dired-toggle-read-only): Inhibit warnings.
4646
4647 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
4648
4649 * net/dbus.el (dbus-property-handler): Return empty array if
4650 there are no properties.
4651
4652 2012-03-09 Leo Liu <sdl.web@gmail.com>
4653
4654 * savehist.el (savehist-printable): Stricter check for string
4655 value (Bug#10937).
4656
4657 2012-03-09 Eli Zaretskii <eliz@gnu.org>
4658
4659 * mail/smtpmail.el (smtpmail-send-it):
4660 Bind coding-system-for-write to *-unix, so that FCC files are kept in
4661 valid mbox format.
4662
4663 2012-03-09 Glenn Morris <rgm@gnu.org>
4664
4665 * files.el (dir-locals-find-file):
4666 Don't check result is regular, readable.
4667 (dir-locals-read-from-file): Demote errors.
4668
4669 2012-03-08 Eli Zaretskii <eliz@gnu.org>
4670
4671 * international/quail.el (quail-insert-kbd-layout):
4672 Insert invisible LRM characters before each character in a keyboard
4673 layout cell, to prevent their reordering by bidi display engine.
4674 For details, see the discussion in
4675 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
4676
4677 2012-03-08 Alan Mackenzie <acm@muc.de>
4678
4679 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
4680 the starting position; make it extend the marked region when
4681 invoked repeatedly - all under appropriate circumstances.
4682 Fixes bugs #5525, #10906.
4683
4684 2012-03-08 Glenn Morris <rgm@gnu.org>
4685
4686 * files.el (locate-dominating-file, dir-locals-find-file):
4687 Undo 2012-03-06 change.
4688
4689 2012-03-07 Eli Zaretskii <eliz@gnu.org>
4690
4691 * international/quail.el (quail-help):
4692 Force bidi-paragraph-direction be left-to-right. See discussion in
4693 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
4694 for the reason.
4695
4696 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
4697
4698 Avoid superfluous registering of signals. (Bug#10807)
4699
4700 * notifications.el (notifications-on-action-object)
4701 (notifications-on-close-object): New defvars.
4702 (notifications-on-action-signal, notifications-on-closed-signal):
4703 Unregister the signal if not needed any longer.
4704 (notifications-notify): Register `notifications-action-signal' or
4705 `notifications-closed-signal', if :on-action or :on-close has been
4706 passed as argument.
4707
4708 2012-03-07 Chong Yidong <cyd@gnu.org>
4709
4710 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
4711 non-X platforms.
4712
4713 2012-03-06 Glenn Morris <rgm@gnu.org>
4714
4715 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
4716 (x-disown-selection-internal, x-get-selection-internal):
4717 Doc fix (add arglist signatures). (Bug#10783)
4718
4719 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
4720
4721 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
4722 Handle breakpoints with no "type".
4723
4724 2012-03-06 Glenn Morris <rgm@gnu.org>
4725
4726 * files.el (locate-dominating-file): Add optional predicate argument.
4727 (dir-locals-find-file): Make use of above change.
4728
4729 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
4730
4731 * info.el (Info-insert-dir): Also try "dir.gz".
4732
4733 2012-03-06 Glenn Morris <rgm@gnu.org>
4734
4735 * files.el (dir-locals-find-file):
4736 Ignore non-readable or non-regular files. (Bug#10928)
4737
4738 * files.el (locate-dominating-file): Doc fix.
4739
4740 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
4741
4742 * calendar/calendar.el (calendar-set-mode-line):
4743 `getenv' returns a string. (Bug#10951)
4744
4745 2012-03-05 Leo Liu <sdl.web@gmail.com>
4746
4747 * simple.el (backward-delete-char-untabify): Constrain point to
4748 field (Bug#10939).
4749
4750 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
4751
4752 2012-03-05 Chong Yidong <cyd@gnu.org>
4753
4754 * simple.el (count-words): If called from Lisp, return the word
4755 count, for symmetry with `count-lines'. Arglist changed.
4756 (count-words--message): Args changed. Consolidate counting code
4757 from count-words and count-words-region.
4758 (count-words-region): Caller changed.
4759 (count-lines-region): Make it an obsolete alias.
4760
4761 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
4762
4763 * saveplace.el (save-place-to-alist)
4764 (save-place-ignore-files-regexp): Allow value nil to disable this
4765 feature.
4766
4767 2012-03-04 Chong Yidong <cyd@gnu.org>
4768
4769 * faces.el (face-spec-reset-face): For the default face, reset the
4770 attributes to default values (Bug#10748).
4771
4772 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4773
4774 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
4775 previous patch: Check `message-send-mail-function', and not the
4776 default function (bug#10897).
4777
4778 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
4779
4780 * notifications.el (notifications-on-action-signal)
4781 (notifications-on-closed-signal): Check for unique service name of
4782 incoming event. Fix error in removing entry.
4783 (top): Register for signals with wildcard service name.
4784 (notifications-notify): Use daemon unique service name for map entries.
4785
4786 2012-03-04 Chong Yidong <cyd@gnu.org>
4787
4788 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
4789
4790 2012-03-04 Glenn Morris <rgm@gnu.org>
4791
4792 * abbrev.el (copy-abbrev-table, abbrev-table-p)
4793 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
4794 (expand-abbrev, define-abbrev-table): Doc fixes.
4795
4796 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4797
4798 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
4799 `message-default-send-mail-function' and not `send-mail-function'
4800 when doing the prompting for `sendmail-query-once' before sending
4801 in Message buffers (bug#10897).
4802
4803 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4804 This is inconsistent with all the other stream functions, which leave
4805 the setting up to the higher levels (if so wanted) (bug#10931).
4806
4807 2012-03-02 Alan Mackenzie <acm@muc.de>
4808
4809 Depessimize the handling of very large macros.
4810
4811 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
4812 (c-macro-cache-syntactic): New variables to implement a one
4813 element macro cache.
4814 (c-invalidate-macro-cache): New function.
4815 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
4816 Adapt to use the new cache.
4817 (c-state-safe-place): Use better the cache of safe positions.
4818 (c-state-semi-nonlit-pos-cache)
4819 (c-state-semi-nonlit-pos-cache-limit):
4820 New variables for...
4821 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
4822 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
4823 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
4824 Use c-state-semi-safe-place.
4825
4826 * progmodes/cc-langs.el (c-get-state-before-change-functions):
4827 Add c-invalidate-macro-cache to the C, C++, Obj entries.
4828
4829 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
4830
4831 * jka-compr.el (jka-compr-call-process):
4832 Apply `file-accessible-directory-p' only when the default directory is
4833 not remote.
4834
4835 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
4836
4837 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
4838 access of FILE2, if FILE1 does not exist.
4839
4840 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
4841 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
4842
4843 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
4844 Add "PAGER=" to `process-environment'.
4845
4846 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
4847
4848 * progmodes/sql.el: Bug fix
4849 (sql-get-login-ext): Save login values in globals.
4850 (sql-get-login): Use new version of `sql-get-login-ext'.
4851 (sql-interactive-mode): Set global `sql-connection' to nil.
4852 (sql-connect): Set global values for connection.
4853 (sql-product-interactive): Save global values as buffer local.
4854
4855 2012-02-29 Leo Liu <sdl.web@gmail.com>
4856
4857 * abbrev.el (define-abbrevs): Reset sys to nil.
4858
4859 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4860
4861 * files.el (file-equal-p): Rename from `files-equal-p'.
4862 Return nil when one or both files don't exist.
4863 (file-subdir-of-p): Now only top directory must exists,
4864 return nil if it doesn't.
4865 (copy-directory): No need to test with `file-subdir-of-p' after
4866 creating dir.
4867 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
4868 to `file-equal-p'.
4869
4870 2012-02-28 Glenn Morris <rgm@gnu.org>
4871
4872 * shell.el (shell-mode):
4873 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
4874 * play/landmark.el (landmark-font-lock-face-O):
4875 * play/handwrite.el (handwrite):
4876 * play/gomoku.el (gomoku-O):
4877 * net/browse-url.el (browse-url-browser-display):
4878 * international/mule.el (define-charset):
4879 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
4880 * filesets.el (filesets-find-file-delay):
4881 * eshell/em-xtra.el (eshell-xtra):
4882 * eshell/em-unix.el (eshell-grep):
4883 * emulation/viper.el (viper-mode):
4884 * emacs-lisp/regexp-opt.el (regexp-opt-group):
4885 * emacs-lisp/easymenu.el (easy-menu-define):
4886 * calendar/timeclock.el (timeclock-use-display-time):
4887 * bs.el (bs-mode):
4888 * bookmark.el (bookmark-save-flag):
4889 Doc fix (standardize possessive apostrophe usage).
4890
4891 2012-02-27 Chong Yidong <cyd@gnu.org>
4892
4893 * emulation/viper-cmd.el (viper-intercept-ESC-key):
4894 Fix key-binding lookup for ESC key (Bug#9146).
4895
4896 * font-lock.el (font-lock-specified-p): Rename from
4897 font-lock-spec-present. Callers changed.
4898
4899 2012-02-27 Daniel Hackney <dan@haxney.org>
4900
4901 * emacs-lisp/package.el (package-compute-transaction):
4902 Handle holding a package version to t in package-load-list.
4903
4904 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
4905
4906 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
4907 (tramp-get-inode, tramp-get-device): Use cached values.
4908
4909 2012-02-26 Alan Mackenzie <acm@muc.de>
4910
4911 Check there is a font-lock specification before doing initial
4912 fontification.
4913
4914 * font-core.el (font-lock-mode): Move the conditional from
4915 :after-hook to font-lock-initial-fontify.
4916 (font-lock-default-function): Move the check for a specification
4917 to font-lock-spec-present.
4918
4919 * font-lock.el (font-lock-initial-fontify): Call ...
4920 (font-lock-spec-present): New function.
4921
4922 2012-02-26 Jim Blandy <jimb@red-bean.com>
4923
4924 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
4925 (gdb-send): Apply it to the operand of the '-interpreter-exec
4926 console' command, so that we can pass arguments with (say) quotes
4927 in them. Store exact string sent in gdb-debug-log (Bug#10765).
4928
4929 2012-02-26 Chong Yidong <cyd@gnu.org>
4930
4931 * help-fns.el (describe-function-1): Clarify description of
4932 remapping (Bug#10844).
4933
4934 * files.el (files-equal-p): Doc fix.
4935 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
4936 and quit the loop once a mismatch is found.
4937
4938 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
4939
4940 * bs.el (bs--show-with-configuration): Don't throw an error
4941 if the window cannot be split; otherwise, subsequent calls to
4942 bs-show fail, restoring a stale window config. (Bug#10882)
4943
4944 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
4945
4946 * term/ns-win.el (global-map): Bind ns-drag-file to
4947 ns-find-file (Bug#5855, Bug#10050).
4948
4949 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
4950
4951 * calendar/parse-time.el (parse-time-string): Allow extractor to
4952 return nil.
4953
4954 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
4955
4956 * net/tramp.el (tramp-file-name-for-operation):
4957 Add `files-equal-p' and `file-subdir-of-p'.
4958
4959 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
4960 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
4961 Add COPY-CONTENTS argument.
4962
4963 2012-02-25 Chong Yidong <cyd@gnu.org>
4964
4965 Add custom groups for VC backends, for consistency with vc-bzr.
4966
4967 * vc/vc-arch.el (vc-arch):
4968 * vc/vc-cvs.el (vc-cvs):
4969 * vc/vc-git.el (vc-git):
4970 * vc/vc-hg.el (vc-hg):
4971 * vc/vc-mtn.el (vc-mtn):
4972 * vc/vc-rcs.el (vc-rcs):
4973 * vc/vc-sccs.el (vc-sccs):
4974 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
4975 All relevant defcustoms reassigned.
4976
4977 2012-02-25 Chong Yidong <cyd@gnu.org>
4978
4979 * newcomment.el (comment-styles): Add autoload (Bug#10868).
4980
4981 * term/x-win.el (x-initialize-window-system): Reduce default for
4982 x-selection-timeout to 5 seconds (Bug#8869).
4983
4984 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4985
4986 * files.el (files-equal-p, file-subdir-of-p): New functions.
4987 (copy-directory): Error when trying to copy a directory on itself.
4988 Add missing copy-contents arg to tramp handler.
4989 * dired-aux.el (dired-copy-file-recursive): Same.
4990 (dired-create-files): Modify destination when source is equal to
4991 dest when copying files.
4992 Return also when dest is a subdir of source. (Bug#10489)
4993
4994 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
4995
4996 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
4997 (Bug#10874)
4998
4999 2012-02-23 Alan Mackenzie <acm@muc.de>
5000
5001 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
5002 parameter "after-hook:" to allow the expansion to run code after
5003 the execution of the mode hooks.
5004
5005 * font-lock.el (font-lock-initial-fontify): New function extracted
5006 from font-lock-mode-internal.
5007
5008 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
5009 :after-hook.
5010
5011 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5012
5013 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
5014 (completion--cache-all-sorted-completions): New function.
5015 (completion-all-sorted-completions): Use it.
5016 (completion--do-completion, minibuffer-force-complete):
5017 Use it to re-instate the flush hook.
5018
5019 * icomplete.el (icomplete-completions): Replace last fix with a better
5020 one (bug#10850).
5021
5022 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
5023
5024 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
5025 when it might call us back infinitely (bug#10797).
5026
5027 2012-02-23 Glenn Morris <rgm@gnu.org>
5028
5029 * minibuffer.el (completion-category-overrides): Doc fix.
5030
5031 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5032
5033 * minibuffer.el (completion-table-with-context): Fix inf-loop.
5034 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
5035
5036 2012-02-23 Glenn Morris <rgm@gnu.org>
5037
5038 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
5039 (authors-obsolete-files-regexps, authors-ignored-files)
5040 (authors-ambiguous-files, authors-renamed-files-alist):
5041 Add more entries.
5042
5043 2012-02-23 Juri Linkov <juri@jurta.org>
5044
5045 * isearch.el (isearch-occur): Sync interactive spec with occur's
5046 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
5047
5048 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
5049
5050 2012-02-22 Juri Linkov <juri@jurta.org>
5051
5052 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
5053 (ucs-insert): Doc fix. Check for hex digits in the string.
5054 Don't display `nil' in the error message. (Bug#10857)
5055
5056 2012-02-22 Alan Mackenzie <acm@muc.de>
5057
5058 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
5059
5060 2012-02-22 Glenn Morris <rgm@gnu.org>
5061
5062 * ffap.el (ffap-c-path):
5063 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
5064
5065 2012-02-22 Chong Yidong <cyd@gnu.org>
5066
5067 * custom.el (load-theme): Doc fix.
5068
5069 2012-02-22 Glenn Morris <rgm@gnu.org>
5070
5071 * dired-x.el (dired-guess-shell-alist-default):
5072 Remove escape sequences from nroff output. (Bug#172)
5073
5074 2012-02-21 Glenn Morris <rgm@gnu.org>
5075
5076 * vc/emerge.el (emerge-defvar-local):
5077 Set `permanent-local' property rather than unused `preserved'.
5078
5079 * textmodes/picture.el (picture-delete-char): New alias.
5080 (picture-mode-map): Use it. (Bug#10860)
5081 (picture-mode): Doc fix.
5082
5083 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
5084
5085 * newcomment.el (uncomment-region-default): Remove unused binding.
5086
5087 2012-02-21 Glenn Morris <rgm@gnu.org>
5088
5089 * textmodes/picture.el (picture-motion, picture-motion-reverse)
5090 (picture-self-insert, picture-tab-chars): Doc fix.
5091 (picture-mode-map): Fix C-a, C-e.
5092
5093 2012-02-20 Glenn Morris <rgm@gnu.org>
5094
5095 * emacs-lisp/authors.el (authors-aliases): Add another entry.
5096
5097 2012-02-20 Leo Liu <sdl.web@gmail.com>
5098
5099 * icomplete.el (icomplete-completions): Check FROM arg before
5100 passing to substring (Bug#10850).
5101
5102 2012-02-19 Chong Yidong <cyd@gnu.org>
5103
5104 * comint.el: Require ansi-color.
5105 (comint-output-filter-functions): Add ansi-color-process-output.
5106
5107 * ansi-color.el: Don't set comint-output-filter-functions; it is
5108 now in the initial value defined in comint.el.
5109 (ansi-color-apply-face-function): New variable.
5110 (ansi-color-apply-on-region): Use it.
5111 (ansi-color-apply-overlay-face): New function.
5112
5113 * shell.el (shell): No need to require ansi-color.
5114 (shell-mode): Use ansi-color-apply-face-function to highlight
5115 color escapes using font-lock-face property (Bug#10835).
5116
5117 2012-02-19 Chong Yidong <cyd@gnu.org>
5118
5119 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
5120 mode-line formats (Bug#10839).
5121
5122 2012-02-18 Glenn Morris <rgm@gnu.org>
5123
5124 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
5125
5126 * mail/undigest.el (unforward-rmail-message): Doc fix.
5127
5128 * saveplace.el (save-place-ignore-files-regexp): Add :version.
5129
5130 2012-02-18 Eli Zaretskii <eliz@gnu.org>
5131
5132 * international/characters.el (script-list): Sync with the latest
5133 Unicode Character Database.
5134
5135 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
5136
5137 * international/titdic-cnv.el: Remove duplicate coding tag.
5138 * language/cham.el: Likewise.
5139 * language/tai-viet.el: Likewise.
5140
5141 2012-02-18 Glenn Morris <rgm@gnu.org>
5142
5143 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
5144 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
5145 (calendar-bahai-all-holidays-flag, calendar-other-dates):
5146 * calendar/diary-lib.el (diary-abbreviated-year-flag):
5147 * calendar/holidays.el (holiday-bahai-holidays)
5148 (calendar-holidays, list-holidays):
5149 Use utf-8 BahĂ¡'Ă­ in doc-strings, menus, etc.
5150
5151 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
5152
5153 * saveplace.el (save-place-ignore-files-regexp): New variable
5154 allowing for excluding files from saving their location of point.
5155 The default value matches the temporary commit message editing
5156 files from Git, SVN, Bazaar, and Mercurial.
5157 (save-place-to-alist): Use it.
5158
5159 2012-02-17 Lawrence Mitchell <wence@gmx.li>
5160 Stefan Monnier <monnier@iro.umontreal.ca>
5161
5162 * newcomment.el (uncomment-region-default): Don't leave extra space
5163 when an arg is provided (bug#8150).
5164
5165 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
5166
5167 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
5168
5169 2012-02-17 Glenn Morris <rgm@gnu.org>
5170
5171 * net/socks.el: Require network-stream. (Bug#10599)
5172
5173 2012-02-17 Kenichi Handa <handa@m17n.org>
5174
5175 * international/charprop.el:
5176 * international/uni-name.el:
5177 * international/uni-old-name.el:
5178 * international/uni-comment.el: Regenerate.
5179
5180 2012-02-16 Glenn Morris <rgm@gnu.org>
5181
5182 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
5183 Interactively in calendar buffer, give an error if not on a date.
5184
5185 2012-02-15 Glenn Morris <rgm@gnu.org>
5186
5187 * shell.el (shell-delimiter-argument-list):
5188 Revert 2011-02-17 change. (Bug#8027)
5189
5190 2012-02-15 Chong Yidong <cyd@gnu.org>
5191
5192 * minibuffer.el (completion-at-point-functions): Doc fix.
5193
5194 * custom.el (defcustom): Doc fix; note use of defvar.
5195
5196 2012-02-15 Glenn Morris <rgm@gnu.org>
5197
5198 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
5199 Doc fixes.
5200
5201 2012-02-14 Glenn Morris <rgm@gnu.org>
5202
5203 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
5204
5205 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5206
5207 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
5208 way the ports list is computed.
5209 (smtpmail-query-smtp-server): Prompt the user for a port number if
5210 we can't connect to any of the standard ports (bug#10810).
5211
5212 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
5213
5214 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
5215
5216 2012-02-13 Glenn Morris <rgm@gnu.org>
5217
5218 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
5219
5220 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
5221
5222 * net/gnutls.el (gnutls-trustfiles): New variable.
5223 (gnutls-negotiate): Use it.
5224
5225 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
5226
5227 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
5228 does its stuff if Gnus is running.
5229
5230 2012-02-13 Alan Mackenzie <acm@muc.de>
5231
5232 Fix a loop in c-set-fl-decl-start.
5233
5234 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
5235 c-backward-syntactic-ws actually moves backwards.
5236
5237 2012-02-13 Leo Liu <sdl.web@gmail.com>
5238
5239 * net/rcirc.el (rcirc-markup-attributes): Move point to the
5240 beginning so that all \C-o chars are removed.
5241
5242 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
5243
5244 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
5245
5246 2012-02-12 Alan Mackenzie <acm@muc.de>
5247
5248 Fix infinite loop with long macros.
5249 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
5250
5251 2012-02-12 Chong Yidong <cyd@gnu.org>
5252
5253 * window.el (display-buffer): Doc fix (Bug#10785).
5254
5255 2012-02-12 Glenn Morris <rgm@gnu.org>
5256
5257 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5258 (x-disown-selection-internal, x-get-selection-internal):
5259 Sync docs with the xselect.c versions.
5260
5261 * allout-widgets.el: Add missing license notice.
5262
5263 2012-02-11 Glenn Morris <rgm@gnu.org>
5264
5265 * select.el (x-get-selection-internal, x-own-selection-internal)
5266 (x-disown-selection-internal):
5267 * x-dnd.el (x-get-selection-internal): Update declarations.
5268
5269 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
5270
5271 * window.el (window-sides-slots):
5272 * tool-bar.el (tool-bar-position):
5273 * term/xterm.el (xterm-extra-capabilities):
5274 * ses.el (ses-self-reference-early-detection):
5275 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
5276 (verilog-auto-wire-type)
5277 (verilog-auto-delete-trailing-whitespace)
5278 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
5279 (verilog-auto-tieoff-declaration):
5280 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
5281 (sql-oracle-statement-starters, sql-oracle-scan-on):
5282 * progmodes/prolog.el (prolog-align-comments-flag)
5283 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
5284 (prolog-left-indent-regexp, prolog-paren-indent-p)
5285 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
5286 (prolog-types, prolog-mode-specificators)
5287 (prolog-determinism-specificators, prolog-directives)
5288 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
5289 (prolog-electric-dot-flag)
5290 (prolog-electric-dot-full-predicate-template)
5291 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
5292 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
5293 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
5294 (prolog-program-switches, prolog-prompt-regexp)
5295 (prolog-debug-on-string, prolog-debug-off-string)
5296 (prolog-trace-on-string, prolog-trace-off-string)
5297 (prolog-zip-on-string, prolog-zip-off-string)
5298 (prolog-use-standard-consult-compile-method-flag)
5299 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
5300 (prolog-imenu-max-lines, prolog-info-predicate-index)
5301 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
5302 (prolog-char-quote-workaround):
5303 * progmodes/cc-vars.el (c-defun-tactic):
5304 * net/tramp.el (tramp-encoding-command-interactive)
5305 (tramp-local-end-of-line):
5306 * net/soap-client.el (soap-client):
5307 * net/netrc.el (netrc-file):
5308 * net/gnutls.el (gnutls):
5309 * minibuffer.el (completion-category-overrides)
5310 (completion-cycle-threshold)
5311 (completion-pcm-complete-word-inserts-delimiters):
5312 * man.el (Man-name-local-regexp):
5313 * mail/feedmail.el (feedmail-display-full-frame):
5314 * international/characters.el (glyphless-char-display-control):
5315 * eshell/em-ls.el (eshell-ls-date-format):
5316 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
5317 (lisp-lambda-list-keyword-parameter-indentation)
5318 (lisp-lambda-list-keyword-parameter-alignment):
5319 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
5320 * dired-x.el (dired-omit-verbose):
5321 * cus-theme.el (custom-theme-allow-multiple-selections):
5322 * calc/calc.el (calc-highlight-selections-with-faces)
5323 (calc-lu-field-reference, calc-lu-power-reference)
5324 (calc-note-threshold):
5325 * battery.el (battery-mode-line-limit):
5326 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
5327 (archive-7z-update):
5328 * allout.el (allout-prefixed-keybindings)
5329 (allout-unprefixed-keybindings)
5330 (allout-inhibit-auto-fill-on-headline)
5331 (allout-flattened-numbering-abbreviation):
5332 * allout-widgets.el (allout-widgets-auto-activation)
5333 (allout-widgets-icons-dark-subdir)
5334 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
5335 (allout-widgets-theme-dark-background)
5336 (allout-widgets-theme-light-background)
5337 (allout-widgets-item-image-properties-emacs)
5338 (allout-widgets-item-image-properties-xemacs)
5339 (allout-widgets-run-unit-tests-on-load)
5340 (allout-widgets-time-decoration-activity)
5341 (allout-widgets-hook-error-post-time)
5342 (allout-widgets-track-decoration):
5343 Add missing :version tags to new defcustoms and defgroups.
5344
5345 * progmodes/sql.el (sql-ansi-statement-starters)
5346 (sql-oracle-statement-starters): Add custom type.
5347
5348 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
5349 (prolog-system-version): Give it a type.
5350
5351 2012-02-11 Eli Zaretskii <eliz@gnu.org>
5352
5353 * term/pc-win.el (x-select-text, x-selection-owner-p)
5354 (x-own-selection-internal, x-disown-selection-internal)
5355 (x-get-selection-internal): Sync doc strings and argument lists
5356 with xselect.c, common-win.el and x-win.el. (Bug#10783)
5357
5358 2012-02-11 Leo Liu <sdl.web@gmail.com>
5359
5360 * progmodes/python.el (python-end-of-statement): Fix infinite
5361 loop. (Bug#10788)
5362
5363 2012-02-10 Glenn Morris <rgm@gnu.org>
5364
5365 * international/mule-cmds.el (unify-8859-on-encoding-mode)
5366 (unify-8859-on-decoding-mode): Properly mark as obsolete.
5367
5368 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
5369
5370 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
5371 about SMTP before checking the From header.
5372
5373 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
5374 into own function for reuse by emacsbug.el.
5375
5376 2012-02-10 Leo Liu <sdl.web@gmail.com>
5377
5378 * subr.el (condition-case-unless-debug): Rename from
5379 condition-case-no-debug. All callers changed.
5380 (with-demoted-errors): Fix caller.
5381
5382 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
5383 * nxml/rng-valid.el (rng-do-some-validation):
5384 * emacs-lisp/package.el (package-refresh-contents)
5385 (package-menu-execute):
5386 * desktop.el (desktop-create-buffer):
5387 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
5388
5389 2012-02-10 Glenn Morris <rgm@gnu.org>
5390
5391 * textmodes/bibtex.el:
5392 Add missing :version tags for new/changed defcustoms.
5393
5394 * files.el (remote-file-name-inhibit-cache): Doc fixes.
5395
5396 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
5397
5398 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
5399 (smtpmail-via-smtp): Use it, or fall back on the From address.
5400 (smtpmail-send-it): Ditto.
5401
5402 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
5403
5404 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
5405 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
5406 (byte-compile-tmp-var): New const.
5407 (byte-compile-defvar): Use it to minimize .elc size.
5408 Just use `defvar' rather than simulate it (bug#10761).
5409
5410 2012-02-09 Glenn Morris <rgm@gnu.org>
5411
5412 * files.el (rename-uniquely): Doc fix. (Bug#3806)
5413
5414 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
5415 Add :version tags.
5416
5417 * progmodes/compile.el (compilation-error-screen-columns)
5418 (compilation-first-column, compilation-filter-start): Doc fixes.
5419
5420 * vc/log-view.el (log-view-toggle-entry-display):
5421 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
5422
5423 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
5424 (report-emacs-bug-can-use-xdg-email):
5425 (report-emacs-bug-insert-to-mailer): Doc fixes.
5426 (report-emacs-bug): Message fix.
5427
5428 * net/browse-url.el (browse-url-can-use-xdg-open)
5429 (browse-url-xdg-open): Doc fixes.
5430
5431 * electric.el (electric-indent-mode, electric-pair-mode)
5432 (electric-layout-rules, electric-layout-mode): Doc fixes.
5433 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
5434
5435 2012-02-08 Martin Rudalics <rudalics@gmx.at>
5436
5437 * server.el (server-unselect-display): Don't inadvertently kill
5438 the current buffer. (Bug#10729)
5439
5440 2012-02-08 Glenn Morris <rgm@gnu.org>
5441
5442 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
5443 (sql-list-table): Doc fixes.
5444
5445 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
5446 Comment out (does nothing).
5447
5448 * completion.el (dynamic-completion-mode):
5449 * dirtrack.el (dirtrack-debug-mode):
5450 * electric.el (electric-layout-mode):
5451 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
5452 * face-remap.el (text-scale-mode, buffer-face-mode):
5453 * iimage.el (iimage-mode):
5454 * image-mode.el (image-transform-mode):
5455 * minibuffer.el (completion-in-region-mode):
5456 * scroll-lock.el (scroll-lock-mode):
5457 * simple.el (next-error-follow-minor-mode):
5458 * tar-mode.el (tar-subfile-mode):
5459 * tooltip.el (tooltip-mode):
5460 * vcursor.el (vcursor-use-vcursor-map):
5461 * wid-browse.el (widget-minor-mode):
5462 * emulation/tpu-edt.el (tpu-edt-mode):
5463 * emulation/tpu-extras.el (tpu-cursor-free-mode):
5464 * international/iso-ascii.el (iso-ascii-mode):
5465 * language/thai-util.el (thai-word-mode):
5466 * mail/supercite.el (sc-minor-mode):
5467 * net/goto-addr.el (goto-address-mode):
5468 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
5469 * progmodes/cwarn.el (cwarn-mode):
5470 * progmodes/flymake.el (flymake-mode):
5471 * progmodes/glasses.el (glasses-mode):
5472 * progmodes/hideshow.el (hs-minor-mode):
5473 * progmodes/pascal.el (pascal-outline-mode):
5474 * textmodes/enriched.el (enriched-mode):
5475 * vc/smerge-mode.el (smerge-mode):
5476 Doc fixes (minor mode argument).
5477
5478 2012-02-07 Eli Zaretskii <eliz@gnu.org>
5479
5480 * ls-lisp.el (ls-lisp-sanitize): New function.
5481 (ls-lisp-insert-directory): Use it to fix or remove any elements
5482 in file-alist with missing attributes. (Bug#4673)
5483
5484 2012-02-07 Alan Mackenzie <acm@muc.de>
5485
5486 Fix spurious recognition of c-in-knr-argdecl.
5487
5488 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
5489 putative K&R region.
5490
5491 2012-02-07 Alan Mackenzie <acm@muc.de>
5492
5493 * progmodes/cc-engine.el (c-forward-objc-directive):
5494 Prevent looping in "#pragma mark @implementation".
5495
5496 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
5497
5498 * notifications.el (notifications-on-closed-signal): Make `reason'
5499 optional. (Bug#10744)
5500
5501 2012-02-07 Glenn Morris <rgm@gnu.org>
5502
5503 * emacs-lisp/easy-mmode.el (define-minor-mode):
5504 Doc fixes for the macro and the mode it defines.
5505
5506 * image.el (imagemagick-types-inhibit): Doc fix.
5507
5508 * cus-start.el (imagemagick-render-type): Add it.
5509
5510 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
5511
5512 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
5513 Set the default at load time, too, so that `font-lock-fontify-buffer'
5514 can be called without setting up the entire mode first. This fixes
5515 a bug in `mm-inline-text' with C MIME parts.
5516
5517 2012-02-06 Chong Yidong <cyd@gnu.org>
5518
5519 * simple.el (list-processes--refresh): Delete exited processes
5520 (Bug#8094).
5521
5522 * comint.el (comint-next-prompt): next-single-char-property-change
5523 and prev-single-char-property-change never return nil (Bug#8657).
5524
5525 * custom.el (defcustom): Doc fix (Bug#9711).
5526
5527 2012-02-05 Chong Yidong <cyd@gnu.org>
5528
5529 * cus-edit.el (custom-variable-reset-backup): Quote the value
5530 before storing it in the customized-value property (Bug#6712).
5531 (custom-display): Add a customization type tag.
5532 (custom-buffer-create-internal): Improve tooltip message.
5533
5534 * wid-edit.el (widget-field-value-get): New optional arg to
5535 suppress trailing whitespace truncation.
5536 (character): Use it (Bug#2689).
5537
5538 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
5539
5540 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
5541 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
5542
5543 2012-02-05 Chong Yidong <cyd@gnu.org>
5544
5545 * cus-edit.el (custom-variable-value-create): For mismatched
5546 types, show the current value (Bug#7600).
5547
5548 * custom.el (defcustom): Doc fix.
5549
5550 2012-02-05 Glenn Morris <rgm@gnu.org>
5551
5552 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
5553
5554 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
5555
5556 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
5557 (pp-buffer): Use `ignore-errors', `looking-at-p'.
5558 (pp-last-sexp): Use `looking-at-p'.
5559
5560 2012-02-04 Glenn Morris <rgm@gnu.org>
5561
5562 * files.el (revert-buffer):
5563 Doc fix (mention revert-buffer-in-progress-p).
5564
5565 * emacs-lisp/ert-x.el (ert-simulate-command):
5566 Check deferred-action-list (which is obsolete) is bound.
5567
5568 * subr.el (with-wrapper-hook): Doc fixes.
5569
5570 * simple.el (filter-buffer-substring-functions)
5571 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
5572
5573 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
5574
5575 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
5576 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
5577
5578 2012-02-04 Leo Liu <sdl.web@gmail.com>
5579
5580 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
5581
5582 2012-02-04 Glenn Morris <rgm@gnu.org>
5583
5584 * image.el (image-extension-data): Add obsolete alias.
5585
5586 * isearch.el (isearch-update): Doc fix.
5587
5588 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
5589
5590 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
5591
5592 2012-02-03 Glenn Morris <rgm@gnu.org>
5593
5594 * image.el (image-animated-p): Doc fix. Use image-animated-types.
5595 (image-animate-timeout): Doc fix.
5596
5597 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
5598
5599 2012-02-02 Glenn Morris <rgm@gnu.org>
5600
5601 * server.el (server-auth-dir): Doc fix.
5602 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
5603
5604 * subr.el (run-mode-hooks): Doc fix.
5605
5606 2012-02-02 Juri Linkov <juri@jurta.org>
5607
5608 * image-mode.el (image-toggle-display-image): Remove tautological
5609 `major-mode' from the `derived-mode-p' test.
5610
5611 2012-02-02 Kenichi Handa <handa@m17n.org>
5612
5613 * composite.el (compose-region): Cancel previous change.
5614
5615 2012-02-02 Kenichi Handa <handa@m17n.org>
5616
5617 * composite.el (compose-region, compose-string): Signal error for
5618 a null string component (Bug#6988).
5619
5620 2012-02-01 Chong Yidong <cyd@gnu.org>
5621
5622 * view.el (view-buffer-other-window, view-buffer-other-frame):
5623 Handle special modes like view-buffer (Bug#10650).
5624 (view-buffer): Simplify.
5625
5626 * frame.el (set-frame-font): Tweak meaning of third argument.
5627
5628 * dynamic-setting.el (font-setting-change-default-font):
5629 Use set-frame-font (Bug#9982).
5630
5631 2012-02-01 Glenn Morris <rgm@gnu.org>
5632
5633 * progmodes/compile.el (compilation-internal-error-properties):
5634 Respect compilation-first-column in the "*compilation*" buffer.
5635
5636 * emacs-lisp/easy-mmode.el (define-minor-mode):
5637 Relax :variable's test for a named function.
5638
5639 2012-01-31 Alan Mackenzie <acm@muc.de>
5640
5641 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
5642 off by one error.
5643
5644 2012-01-31 Chong Yidong <cyd@gnu.org>
5645
5646 * frame.el (set-frame-font): New arg ALL-FRAMES.
5647
5648 * menu-bar.el (menu-set-font): Use set-frame-font.
5649
5650 * faces.el (face-spec-reset-face): Don't apply unspecified
5651 attribute values to the default face.
5652
5653 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
5654
5655 * progmodes/cwarn.el (cwarn): Remove dead link.
5656 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
5657 Remove * from defcustom docstrings.
5658 (turn-on-cwarn-mode): Make obsolete.
5659 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
5660 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
5661
5662 2012-01-31 Glenn Morris <rgm@gnu.org>
5663
5664 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5665 Fix :variable handling of mode a symbol not equal to modefun.
5666 Allow named functions to be used as the cdr of :variable.
5667
5668 2012-01-30 Glenn Morris <rgm@gnu.org>
5669
5670 * emacs-lisp/authors.el (authors-fixed-entries):
5671 Remove reference to deleted file rnewspost.el.
5672
5673 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
5674
5675 * window.el (window-with-parameter): Remove unused variable `windows'.
5676 (window--side-check): Remove unused variable `code'.
5677 (window--resize-siblings): Remove unused variable `first'.
5678 (adjust-window-trailing-edge): Remove unused variable `failed'.
5679 (window-deletable-p, window--delete): Remove unused variable `buffer'.
5680 Use `let', not `let*'.
5681 (balance-windows-2): Remove unused variable `found'.
5682 (window--state-put-2): Remove unused variable `splits'.
5683 (window-state-put): Remove unused variable `selected'.
5684 (same-window-p): Use `string-match-p'.
5685 (display-buffer-assq-regexp): Remove unused variable `value'.
5686 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5687 Mark argument ALIST as ignored.
5688 (pop-to-buffer): Remove unused variable `old-window'.
5689
5690 2012-01-29 Eli Zaretskii <eliz@gnu.org>
5691
5692 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
5693 and .lzma compressed files.
5694
5695 2012-01-29 Chong Yidong <cyd@gnu.org>
5696
5697 * frame.el (window-system-default-frame-alist): Doc fix.
5698
5699 * dynamic-setting.el (font-setting-change-default-font): Don't
5700 change the default face if SET-FONT argument is non-nil (Bug#9982).
5701
5702 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
5703
5704 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
5705
5706 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
5707
5708 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
5709 breakpoints in files outside current directory (Bug#6098).
5710
5711 2012-01-29 Chong Yidong <cyd@gnu.org>
5712
5713 * progmodes/python.el: Require ansi-color at top-level.
5714
5715 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
5716 Define and use in Emacs Lisp mode (Bug#9360).
5717 (lisp-mode-abbrev-table): Add doc.
5718 (lisp-mode-variables): Don't set local-abbrev-table.
5719 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
5720
5721 2012-01-28 Roland Winkler <winkler@gnu.org>
5722
5723 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
5724
5725 2012-01-28 Roland Winkler <winkler@gnu.org>
5726
5727 * textmodes/bibtex.el (bibtex-entry-alist): New function.
5728 (bibtex-set-dialect): Use it. Either set global values of
5729 dialect-dependent variables or bind these variables buffer-locally
5730 (Bug#10254).
5731 (bibtex-mode): Call bibtex-set-dialect via
5732 hack-local-variables-hook.
5733 (bibtex-dialect): Update docstring.
5734 Add safe-local-variable predicate.
5735 (bibtex-entry-alist, bibtex-field-alist): Initialize via
5736 bibtex-set-dialect.
5737 (bibtex-mode-map): Define menu for each dialect.
5738 (bibtex-entry): Fix docstring.
5739
5740 2012-01-28 Chong Yidong <cyd@gnu.org>
5741
5742 * eshell/esh-arg.el (eshell-quote-argument): New function.
5743
5744 * eshell/esh-ext.el (eshell-invoke-batch-file):
5745 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
5746 first arg to eshell-parse-command (Bug#10523).
5747
5748 2012-01-28 Drew Adams <drew.adams@oracle.com>
5749
5750 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
5751 `default-directory' is non-nil.
5752
5753 2012-01-28 Eli Zaretskii <eliz@gnu.org>
5754
5755 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
5756 line that displays system-configuration-options. (Bug#9924)
5757
5758 2012-01-28 Drew Adams <drew.adams@oracle.com>
5759
5760 * descr-text.el (describe-char): Show information about POS, in
5761 addition to information about the character at POS. Improve and
5762 update the doc string. Change "code point" to "code point in
5763 charset", to avoid confusion with the character's Unicode code
5764 point shown above that. (Bug#10129)
5765
5766 2012-01-28 Eli Zaretskii <eliz@gnu.org>
5767
5768 * descr-text.el (describe-char): Show the raw character, not only
5769 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
5770 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
5771 for the reasons.
5772
5773 2012-01-28 Phil Hagelberg <phil@hagelb.org>
5774
5775 * emacs-lisp/package.el (package-install):
5776 Run package-refresh-contents if there is no archive yet (Bug#9798).
5777
5778 2012-01-28 Chong Yidong <cyd@gnu.org>
5779
5780 * emacs-lisp/package.el (package-maybe-load-descriptor):
5781 New function, split from package-maybe-load-descriptor.
5782 (package-maybe-load-descriptor): Use it.
5783 (package-download-transaction): Fully load required packages
5784 inside the loop, so that `require' calls work (Bug#10593).
5785 (package-install): No need to call package-initialize now.
5786
5787 2012-01-28 Chong Yidong <cyd@gnu.org>
5788
5789 * simple.el (deactivate-mark): Doc fix (Bug#8614).
5790
5791 * tooltip.el (tooltip-mode): Doc fix.
5792 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
5793
5794 * frame.el (set-cursor-color): Doc fix (Bug#352).
5795
5796 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
5797 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
5798
5799 * cus-edit.el (custom-buffer-create-internal): Fix search button
5800 action (Bug#10542).
5801 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
5802
5803 2012-01-27 Eduard Wiebe <usenet@pusto.de>
5804
5805 * dired.el (dired-mark-files-regexp):
5806 Include any subdirectory components. (Bug#10445)
5807
5808 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
5809
5810 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
5811 Handle [host]:port syntax. (Bug#10533)
5812
5813 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
5814
5815 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
5816
5817 2012-01-26 Glenn Morris <rgm@gnu.org>
5818
5819 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
5820 * term.el (term-raw-escape-map): Use Control-X-prefix.
5821 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
5822
5823 2012-01-25 Martin Rudalics <rudalics@gmx.at>
5824
5825 * window.el (window-state-get, window--state-get-1): Don't deal
5826 with fixed-sizeness of windows. Simplify code.
5827
5828 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
5829
5830 * window.el (window--state-get-1, window--state-put-2):
5831 Don't save and restore the mark.
5832
5833 2012-01-25 Chong Yidong <cyd@gnu.org>
5834
5835 * custom.el (custom-variable-p): Doc fix.
5836
5837 2012-01-25 Glenn Morris <rgm@gnu.org>
5838
5839 * dired.el (dired-goto-file): Handle some of the more common
5840 characters that `ls -b' escapes. (Bug#10596)
5841
5842 * progmodes/compile.el (compilation-next-error-function):
5843 Respect compilation-first-column in the "*compilation*" buffer.
5844 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
5845
5846 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
5847
5848 2012-01-24 Glenn Morris <rgm@gnu.org>
5849
5850 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
5851
5852 2012-01-24 Julien Danjou <julien@danjou.info>
5853
5854 * color.el (color-rgb-to-hsl): Fix value computing.
5855 (color-hue-to-rgb): New function.
5856 (color-hsl-to-rgb): New function.
5857 (color-clamp, color-saturate-hsl, color-saturate-name)
5858 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5859 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
5860
5861 2012-01-24 Glenn Morris <rgm@gnu.org>
5862
5863 * vc/vc-rcs.el (vc-rcs-create-tag):
5864 * vc/vc-sccs.el (vc-sccs-create-tag):
5865 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
5866
5867 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
5868
5869 * eshell/esh-util.el (eshell-read-hosts-file):
5870 Skip comment lines. (Bug#10549)
5871
5872 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
5873
5874 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
5875
5876 * subr.el (display-delayed-warnings): Doc fix.
5877 (collapse-delayed-warnings): New function to collapse identical
5878 adjacent warnings.
5879 (delayed-warnings-hook): Add it.
5880
5881 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
5882
5883 * net/tramp.el (tramp-action-login): Set connection property "login-as".
5884
5885 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
5886 (tramp-default-user-alist): Don't add "pscp".
5887 (tramp-do-copy-or-rename-file-out-of-band): Use connection
5888 property "login-as", if set. (Bug#10530)
5889
5890 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
5891
5892 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
5893 "plink1" and "psftp". (Bug#10530)
5894
5895 2012-01-21 Kenichi Handa <handa@m17n.org>
5896
5897 * international/mule-cmds.el (prefer-coding-system): Show a
5898 warning message if the default value of file-name-coding-system
5899 was not changed.
5900
5901 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
5902
5903 * windmove.el (windmove-reference-loc):
5904 Fix windmove-reference-loc miscalculation.
5905
5906 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
5907
5908 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
5909 default unit.
5910
5911 2012-01-21 Glenn Morris <rgm@gnu.org>
5912
5913 * international/mule.el (auto-coding-alist): Add .tbz.
5914
5915 * files.el (local-enable-local-variables): Doc fix.
5916 (inhibit-local-variables-regexps): Rename from
5917 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
5918 Doc fix. Add some extensions from auto-coding-alist.
5919 (inhibit-local-variables-suffixes):
5920 Rename from inhibit-first-line-modes-suffixes. Doc fix.
5921 (inhibit-local-variables-p):
5922 New function, extracted from set-auto-mode-1.
5923 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
5924 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
5925 (hack-local-variables): Doc fix. Make the mode-only case
5926 respect enable-local-variables and friends.
5927 Respect inhibit-local-variables-regexps for file-locals, but
5928 not for directory-locals.
5929 (set-visited-file-name):
5930 Take account of inhibit-local-variables-regexps.
5931 Whether it applies may change as the file name is changed.
5932 * jka-cmpr-hook.el (jka-compr-install):
5933 * jka-compr.el (jka-compr-uninstall):
5934 Update for inhibit-first-line-modes-suffixes name change.
5935
5936 2012-01-20 Martin Rudalics <rudalics@gmx.at>
5937
5938 * help-macro.el (make-help-screen): Temporarily restore original
5939 binding for minor-mode-map-alist (Bug#10454).
5940
5941 2012-01-19 Julien Danjou <julien@danjou.info>
5942
5943 * color.el (color-name-to-rgb): Use the white color to find the max
5944 color component value and return correctly computed values.
5945 (color-name-to-rgb): Add missing float conversion for max value.
5946
5947 2012-01-19 Martin Rudalics <rudalics@gmx.at>
5948
5949 * window.el (window--state-get-1, window-state-get): Do not use
5950 special state value for window-persistent-parameters.
5951 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
5952 (window--state-put-2): Reset all window parameters to nil before
5953 assigning values of persistent parameters.
5954
5955 2012-01-18 Alan Mackenzie <acm@muc.de>
5956
5957 Eliminate sluggishness and hangs in fontification of "semicolon
5958 deserts".
5959
5960 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
5961 Change value 10000 -> 3000.
5962 (c-state-safe-place): Reformulate so it doesn't stack up an
5963 infinite number of wrong entries in c-state-nonlit-pos-cache.
5964 (c-determine-limit-get-base, c-determine-limit): New functions to
5965 determine backward search limits disregarding literals.
5966 (c-find-decl-spots): Amend commenting.
5967 (c-cheap-inside-bracelist-p): New function which detects "={".
5968
5969 * progmodes/cc-fonts.el
5970 (c-make-font-lock-BO-decl-search-function): Give a limit to a
5971 backward search.
5972 (c-font-lock-declarations): Fix an occurrence of point being
5973 undefined. Check additionally for point being in a bracelist or
5974 near a macro invocation without a semicolon so as to avoid a
5975 fruitless time consuming search for a declarator. Give a more
5976 precise search limit for declarators using the new
5977 c-determine-limit.
5978
5979 2012-01-18 Glenn Morris <rgm@gnu.org>
5980
5981 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
5982 (set-auto-mode): Doc fixes.
5983
5984 2012-01-17 Glenn Morris <rgm@gnu.org>
5985
5986 * isearch.el (search-nonincremental-instead): Fix doc typo.
5987
5988 * dired.el (dired-insert-directory): Handle newlines in directory name.
5989 (dired-build-subdir-alist): Unescape newlines in directory name.
5990
5991 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
5992
5993 * net/tramp.el (tramp-local-end-of-line): New defcustom.
5994 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
5995 (tramp-action-terminal): Use it. (Bug#10530)
5996
5997 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
5998
5999 * minibuffer.el (completion--replace): Strip properties (bug#10062).
6000
6001 2012-01-16 Martin Rudalics <rudalics@gmx.at>
6002
6003 * window.el (window-state-ignored-parameters): Remove variable.
6004 (window--state-get-1): Rename argument MARKERS to IGNORE.
6005 Handle persistent window parameters. Make copy of clone-of
6006 parameter only if requested. (Bug#10348)
6007 (window--state-put-2): Install a window parameter only if it has
6008 a non-nil value or an existing parameter shall be overwritten.
6009
6010 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
6011
6012 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
6013
6014 2012-01-14 Eli Zaretskii <eliz@gnu.org>
6015
6016 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
6017 don't pass the (nil) value of `upnode' to string-match.
6018
6019 2012-01-14 Chong Yidong <cyd@gnu.org>
6020
6021 * startup.el (command-line): Fix X resource class for cursorColor.
6022 Fix values recognized by the cursorBlink resource.
6023
6024 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
6025
6026 * epg.el (epg--make-temp-file): Avoid permission race condition
6027 when running on old Emacs versions (bug#10403).
6028
6029 2012-01-14 Glenn Morris <rgm@gnu.org>
6030
6031 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
6032
6033 2012-01-13 Alan Mackenzie <acm@muc.de>
6034
6035 Fix filling for when filladapt mode is enabled.
6036
6037 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
6038 c-mask-paragraph, pass in `fill-paragraph' rather than
6039 `fill-region-as-paragraph'. (This is a reversion of a previous
6040 change.)
6041 * progmodes/cc-mode.el (c-basic-common-init):
6042 Make fill-paragraph-handle-comment buffer local and set it to nil.
6043
6044 2012-01-13 Glenn Morris <rgm@gnu.org>
6045
6046 * dired.el (dired-switches-escape-p): New function.
6047 (dired-insert-directory): Use dired-switches-escape-p.
6048 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
6049
6050 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
6051
6052 2012-01-12 Glenn Morris <rgm@gnu.org>
6053
6054 * mail/sendmail.el (mail-mode): Update paragraph-separate for
6055 changes in adaptive-fill-regexp. (Bug#10276)
6056
6057 2012-01-11 Alan Mackenzie <acm@muc.de>
6058
6059 Fix Emacs bug #10463 - put `widen's around the critical spots.
6060
6061 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
6062 widen around each invocation of c-state-pp-to-literal. Remove an
6063 unused let variable.
6064
6065 2012-01-11 Glenn Morris <rgm@gnu.org>
6066
6067 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
6068 Doc fix.
6069
6070 2012-01-10 Chong Yidong <cyd@gnu.org>
6071
6072 * net/network-stream.el (network-stream-open-starttls):
6073 Avoid emitting a confusing error message when the server gives a bad
6074 response to the capability command.
6075
6076 2012-01-10 Glenn Morris <rgm@gnu.org>
6077
6078 * mail/unrmail.el (unrmail): Tweak previous change.
6079
6080 2012-01-09 Chong Yidong <cyd@gnu.org>
6081
6082 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
6083
6084 2012-01-08 Alan Mackenzie <acm@muc.de>
6085
6086 Optimise font locking in long enum definitions.
6087
6088 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
6089 arm to a cond form to handle enums.
6090 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
6091 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
6092
6093 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6094
6095 * files.el (move-file-to-trash): Preserve default file modes on error.
6096 (Bug#10401)
6097
6098 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6099
6100 * faces.el (set-face-attribute): Clarify the meaning of the nil
6101 frame (bug#10294).
6102
6103 * subr.el (with-selected-frame): Mention that the selected frame
6104 is restored (bug#9980).
6105
6106 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
6107 (bug#9759).
6108
6109 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
6110 (password-read): Don't autoload unused function.
6111
6112 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
6113
6114 * progmodes/which-func.el (which-func-mode): Turn into a
6115 non-interactive function and mark as obsolete (bug#10428).
6116
6117 2012-01-06 Chong Yidong <cyd@gnu.org>
6118
6119 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
6120 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
6121 functions, along with 1 and -1.
6122
6123 2012-01-06 Eli Zaretskii <eliz@gnu.org>
6124
6125 * time.el (display-time-load-average)
6126 (display-time-default-load-average): Doc fixes. See the thread
6127 starting at
6128 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
6129 for the details.
6130
6131 2012-01-06 Glenn Morris <rgm@gnu.org>
6132
6133 * mail/unrmail.el (unrmail): Give an explicit error if the input file
6134 has no messages. (Bug#10377)
6135
6136 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
6137 than Info-edit. (Bug#10385)
6138
6139 * time.el (display-time-load-average, display-time-next-load-average):
6140 Doc fixes.
6141
6142 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
6143 local setting of buffer-read-only to the input buffer. (Bug#10419)
6144
6145 * calendar/calendar.el (calendar-mode):
6146 Locally set scroll-margin to 0. (Bug#10379)
6147
6148 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
6149
6150 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
6151
6152 2012-01-05 Glenn Morris <rgm@gnu.org>
6153
6154 * eshell/em-unix.el (diff-no-select): Autoload it.
6155 (eshell/diff): Use diff-no-select. (Bug#10420)
6156
6157 2012-01-05 Chong Yidong <cyd@gnu.org>
6158
6159 * shell.el (shell-dynamic-complete-functions): Revert last change.
6160 (shell-command-completion-function): New function.
6161 (shell-completion-vars): Use it to implement
6162 shell-completion-execonly (Bug#10417).
6163
6164 * custom.el (enable-theme): Don't set custom-safe-themes.
6165
6166 * cus-theme.el (custom-theme-merge-theme):
6167 Ignore custom-enabled-themes and custom-safe-themes.
6168
6169 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
6170
6171 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
6172 first prompt in `sql-interacive-mode'.
6173 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
6174 keywords.
6175 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
6176 (sql-product-interactive): Bug fix: Set `sql-buffer' in
6177 context of original buffer. Invoke `sql-login-hook'.
6178
6179 2012-01-04 Eli Zaretskii <eliz@gnu.org>
6180
6181 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
6182 letters in cite-prefix.
6183
6184 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6185
6186 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
6187
6188 2012-01-03 Chong Yidong <cyd@gnu.org>
6189
6190 * shell.el (shell-dynamic-complete-functions):
6191 Put pcomplete-completions-at-point, so as to try
6192 comint-filename-completion first (Bug#10417).
6193
6194 2012-01-02 Richard Stallman <rms@gnu.org>
6195
6196 * battery.el (battery-status-function):
6197 Detect when to use battery-yeeloong-sysfs.
6198 (battery-echo-area-format): Add string for Yeeloong.
6199 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
6200 (battery-yeeloong-sysfs): New function.
6201
6202 2012-01-02 Chong Yidong <cyd@gnu.org>
6203
6204 * dirtrack.el (dirtrack-list): Eliminate unused third element.
6205 (dirtrack): Merge code for handling relative filenames in prompt
6206 from shell-dir-cookie-watcher.
6207 (dirtrack-debug-message): New arg to avoid excess format calls.
6208
6209 * shell.el (shell-dir-cookie-re): Variable deleted.
6210 (shell-dir-cookie-watcher): Function deleted.
6211 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
6212 with dirtrack-mode.
6213
6214 2012-01-01 Eli Zaretskii <eliz@gnu.org>
6215
6216 * term/w32-win.el (dynamic-library-alist) <gnutls>:
6217 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
6218 libgnutls-26.dll.
6219
6220 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
6221
6222 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
6223
6224 2011-12-31 Eli Zaretskii <eliz@gnu.org>
6225
6226 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
6227 headers of non-MIME messages, when rmail-enable-mime is non-nil.
6228
6229 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
6230
6231 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
6232 also for alternative shells.
6233 (tramp-open-connection-setup-interactive-shell): Check, whether
6234 the shell is a busybox.
6235 (tramp-send-command): Don't suppress multiple prompts for
6236 busyboxes, it hurts.
6237
6238 2011-12-28 Chong Yidong <cyd@gnu.org>
6239
6240 * progmodes/gdb-mi.el (gdb-get-source-file-list)
6241 (gdb-get-source-file): Move mode line update to
6242 gdb-get-source-file (Bug#10087).
6243
6244 2011-12-25 Chong Yidong <cyd@gnu.org>
6245
6246 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
6247 gud-gdb-marker-filter without taking it as an argument.
6248 (gud-gdb-run-command-fetch-lines): Caller changed.
6249 (gud-gdb-completion-function): New variable.
6250 (gud-gdb-completion-at-point): Use it.
6251 (gud-gdb-completions-1): Split from gud-gdb-completions.
6252
6253 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
6254 function as separate arguments.
6255 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
6256 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
6257 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
6258 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
6259 (gdb-stopped, def-gdb-auto-update-trigger)
6260 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
6261 (gdb-get-changed-registers, gdb-get-main-selected-frame):
6262 Callers changed.
6263 (gud-gdbmi-completions): New function.
6264 (gdb): Use it for generating the completion table.
6265
6266 2011-12-24 Alan Mackenzie <acm@muc.de>
6267
6268 Introduce a mechanism to widen the region used in context font
6269 locking. Use this to protect declarations from losing their contexts.
6270
6271 * progmodes/cc-langs.el (c-before-font-lock-functions):
6272 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
6273 (c-before-context-fontification-functions): New defvar, a list of
6274 functions to be run just before context (etc.) font locking.
6275
6276 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
6277 New, functionality extracted from
6278 c-neutralize-syntax-in-and-mark-CPP.
6279 (c-in-after-change-fontification): New variable.
6280 (c-after-change): Set c-in-after-change-fontification.
6281 (c-set-fl-decl-start): Rejig its interface, so it can be called
6282 from both after-change and context fontifying.
6283 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
6284 New functions.
6285 (c-standard-font-lock-fontify-region-function): New variable.
6286 (c-font-lock-fontify-region): New function.
6287
6288 2011-12-24 Juri Linkov <juri@jurta.org>
6289
6290 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
6291 (Bug#10348)
6292
6293 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
6294
6295 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
6296 existence of source file. (Bug#10325)
6297
6298 2011-12-23 Alan Mackenzie <acm@muc.de>
6299
6300 Fix unstable fontification inside templates.
6301
6302 * progmodes/cc-langs.el (c-before-font-lock-functions):
6303 Newly created from the singular version. The (c c++ objc) entry now
6304 additionally has c-set-fl-decl-start. The other languages (apart
6305 from AWK) have that as a single entry.
6306
6307 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6308 The functionality for "local" declarations has been extracted to
6309 c-set-fl-decl-start.
6310
6311 * progmodes/cc-mode.el (c-common-init, c-after-change):
6312 Changes due to pluralisation of c-before-font-lock-functions.
6313 (c-set-fl-decl-start): New function, extracted from
6314 c-font-lock-enclosing-decls and enhanced.
6315
6316 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
6317
6318 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
6319
6320 2011-12-22 Juri Linkov <juri@jurta.org>
6321
6322 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
6323
6324 2011-12-22 Chong Yidong <cyd@gnu.org>
6325
6326 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
6327
6328 2011-12-21 Drew Adams <drew.adams@oracle.com>
6329
6330 * files.el (file-remote-p): Fix docstring. (Bug#10319)
6331
6332 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6333
6334 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
6335
6336 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
6337
6338 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
6339 highlighting and support. Fix up comments for capitalization.
6340 (cfengine-mode-debug): New var.
6341 (cfengine3-mode): Change the modeline indicator to "CFE3".
6342 (cfengine3-font-lock-keywords): Improve defun highlighting.
6343 (cfengine2-actions): Rename from `cfengine-actions'.
6344 (cfengine2-font-lock-keywords): Rename from
6345 `cfengine-font-lock-keywords'.
6346 (cfengine2-imenu-expression): Rename from
6347 `cfengine-imenu-expression'.
6348 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
6349 (cfengine2-beginning-of-defun): Rename from
6350 `cfengine-beginning-of-defun'.
6351 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
6352 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
6353 (cfengine2-mode): Rename from `cfengine-mode'. Change the
6354 modeline indicator to "CFE2".
6355 (cfengine-mode): Defalias to `cfengine-auto-mode'.
6356 (cfengine-mode-abbrevs): Mark obsolete.
6357
6358 2011-12-21 Chong Yidong <cyd@gnu.org>
6359
6360 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
6361 filename argument.
6362
6363 2011-12-20 Martin Rudalics <rudalics@gmx.at>
6364
6365 * window.el (window-normalize-buffer-to-display): Remove.
6366 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
6367
6368 2011-12-19 Chong Yidong <cyd@gnu.org>
6369
6370 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
6371 Don't signal an error in a predicate function; return non-nil.
6372 (vc-dir-mark-file): Move the error here.
6373 (vc-dir-mark-unmark): If acting on the region, keep going if one
6374 of the entries cannot be marked/unmarked.
6375 (vc-dir-mark-all-files): If current entry is a directory, mark
6376 only child files, as documented.
6377
6378 2011-12-19 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
6379
6380 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
6381 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
6382 addition.
6383
6384 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
6385
6386 * term/ns-win.el (ns-get-selection-internal)
6387 (ns-store-selection-internal): Declare.
6388 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
6389 Declare as obsolete.
6390 (ns-get-pasteboard, ns-paste-secondary):
6391 Use ns-get-selection-internal.
6392 (ns-set-pasteboard, ns-copy-including-secondary):
6393 Use ns-store-selection-internal.
6394
6395 2011-12-17 Chong Yidong <cyd@gnu.org>
6396
6397 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
6398 (vc-deduce-fileset): Doc fix.
6399
6400 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
6401
6402 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
6403
6404 2011-12-13 Sam Steingold <sds@gnu.org>
6405
6406 * man.el (Man-getpage-in-background): When running under a
6407 window-system, ignore $MANWIDTH and $COLUMNS.
6408
6409 2011-12-15 Kenichi Handa <handa@m17n.org>
6410
6411 * language/ethio-util.el: Change coding tag to utf-8-emacs.
6412 (setup-ethiopic-environment-internal): Comment out key-binding for
6413 ethio-toggle-punctuation.
6414
6415 2011-12-13 Alan Mackenzie <acm@muc.de>
6416
6417 Add the switch statement to AWK Mode.
6418
6419 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
6420 "default" to the keywords regexp.
6421
6422 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
6423 expression as the rest.
6424 (c-nonlabel-token-key): Allow string literals for AWK.
6425 Refactor for the other modes.
6426
6427 Large brace-block initialisation makes CC Mode slow: Fix.
6428 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
6429 routines. Limit backward searching in c-font-lock-enclosing.decl.
6430
6431 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
6432 pp-state and literal type in addition to the limits.
6433 (c-state-safe-place): New defun, extracted from c-state-literal-at.
6434 (c-state-literal-at): Use the above new defun.
6435 (c-slow-in-literal, c-fast-in-literal): Remove.
6436 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
6437
6438 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
6439 being in a literal. Add a limit for backward searching.
6440
6441 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
6442 c-slow-in-literal.
6443
6444 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
6445
6446 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
6447
6448 2011-12-13 Martin Rudalics <rudalics@gmx.at>
6449
6450 * window.el (delete-other-windows): Use correct frame in call to
6451 window-with-parameter.
6452
6453 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
6454
6455 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
6456 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
6457 (makefile-gmake-statements, makefile-makepp-statements):
6458 Use it and add new makepp keywords.
6459 (makefile-makepp-font-lock-keywords): Add new patterns.
6460 (makefile-match-function-end): Match new [...] and [[...]].
6461
6462 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
6463
6464 * ses.el (ses-call-printer-return, ses-cell-property-get)
6465 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
6466 (ses-create-cell-variable, ses-reset-header-string)
6467 (ses-cell-set-formula, ses-repair-cell-reference-all)
6468 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
6469 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
6470 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
6471 (ses-aset-with-undo, ses-load, ses-truncate-cell)
6472 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
6473 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
6474 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
6475 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
6476 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
6477 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
6478 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
6479 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
6480
6481 2011-12-11 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
6482
6483 * ses.el: The overall change is to add cell renaming, that is
6484 setting fancy names for cell symbols other than name matching
6485 "\\`[A-Z]+[0-9]+\\'" regexp .
6486 (ses-create-cell-variable): New defun.
6487 (ses-relocate-formula): Relocate formulas only for cells the
6488 symbols of which are not renamed, i.e. symbols whose names do not
6489 match regexp "\\`[A-Z]+[0-9]+\\'".
6490 (ses-relocate-all): Relocate values only for cells the symbols of
6491 which are not renamed.
6492 (ses-load): Create cells variables as the (ses-cell ...) are read,
6493 in order to check row col consistency with cell symbol name only
6494 for cells that are not renamed.
6495 (ses-replace-name-in-formula): New defun.
6496 (ses-rename-cell): New defun.
6497
6498 2011-12-11 Chong Yidong <cyd@gnu.org>
6499
6500 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
6501 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
6502
6503 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
6504
6505 * window.el (other-window): Fix docstring.
6506
6507 2011-12-10 Eli Zaretskii <eliz@gnu.org>
6508
6509 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
6510 `from' or `to' address before taking its substring.
6511 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
6512 encoded name is chopped in the middle of the encoded string, and
6513 thus displayed encoded.
6514
6515 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
6516
6517 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
6518
6519 2011-12-10 Eli Zaretskii <eliz@gnu.org>
6520
6521 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
6522 to use texinfo-update-node and commands that call it if the
6523 Texinfo file uses @node lines without next/prev/up pointers.
6524 Correct outdated description about texinfo-master-menu.
6525 (texinfo-all-menus-update, texinfo-master-menu)
6526 (texinfo-update-node, texinfo-every-node-update)
6527 (texinfo-multiple-files-update): Doc fix. Warn against updating
6528 all the @node lines.
6529 (texinfo-master-menu): Only call texinfo-update-node if the prefix
6530 argument is numeric. Explain better in the doc string what the
6531 function really does.
6532 (texinfo-insert-master-menu-list): Improve the error message
6533 displayed if there's no menu in the Top node.
6534 (Bug#2975) See also this thread:
6535 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
6536
6537 2011-12-09 Manuel GĂ³mez <mgrojo@gmail.com> (tiny change)
6538
6539 * speedbar.el (speedbar-supported-extension-expressions):
6540 Add .adb and .ads, commonly used for Ada source code (bug#10256).
6541
6542 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
6543
6544 * printing.el (pr-mode-alist):
6545 * simple.el (filter-buffer-substring-functions)
6546 (completion-list-insert-choice-function):
6547 * window.el (window-with-parameter, window-atom-root)
6548 (window-sides-slots, window-size-fixed, window-min-delta)
6549 (window-max-delta, window--resize-mini-window)
6550 (window--resize-child-windows-normal, window-tree)
6551 (delete-other-windows, quit-window, split-window)
6552 (display-buffer-record-window, special-display-buffer-names)
6553 (special-display-regexps, special-display-popup-frame)
6554 (same-window-p, split-window-sensibly)
6555 (display-buffer-overriding-action, display-buffer-alist)
6556 (display-buffer-base-action, display-buffer, switch-to-buffer)
6557 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
6558 (fit-window-to-buffer, recenter-positions)
6559 (mouse-autoselect-window-state, mouse-autoselect-window-select):
6560 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
6561 and remove unneeded backslashes in docstrings.
6562
6563 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6564
6565 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
6566
6567 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
6568 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
6569 end in ".mk".
6570 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
6571 when reading the makefile (bug#10116).
6572
6573 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6574
6575 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
6576 (bug#10116).
6577
6578 2011-12-06 Glenn Morris <rgm@gnu.org>
6579
6580 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
6581
6582 2011-12-06 Chong Yidong <cyd@gnu.org>
6583
6584 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
6585
6586 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
6587
6588 * textmodes/table.el (table-shorten-cell): Fix typo.
6589
6590 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
6591
6592 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
6593
6594 2011-12-05 Eli Zaretskii <eliz@gnu.org>
6595
6596 * descr-text.el (describe-char): Fix display of strong
6597 right-to-left characters and directional embeddings and overrides.
6598
6599 * simple.el (what-cursor-position): Fix display of codepoints of
6600 strong right-to-left characters.
6601
6602 2011-12-05 Chong Yidong <cyd@gnu.org>
6603
6604 * faces.el (read-color): Doc fix.
6605
6606 2011-12-05 Glenn Morris <rgm@gnu.org>
6607
6608 * align.el (align--set-marker): Add doc-string.
6609 Don't try to move something that is not a marker. (Bug#10216)
6610
6611 2011-12-04 Glenn Morris <rgm@gnu.org>
6612
6613 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
6614 overly zealous deletion of trailing whitespace.
6615
6616 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
6617
6618 * server.el (server-delete-client): On Windows, do not try to delete
6619 the only terminal.
6620 (server-process-filter): On Windows, treat requests for a tty frame as
6621 if they were for a GUI frame if the running server is in GUI mode.
6622
6623 2011-12-03 Glenn Morris <rgm@gnu.org>
6624
6625 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
6626
6627 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6628
6629 * electric.el: Streamline electric-indent's hook.
6630 (electric-indent-chars): Revert to simple list.
6631 (electric-indent-functions): New var.
6632 (electric-indent-post-self-insert-function): Use it.
6633
6634 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
6635 there's no inferior buffer (bug#10196).
6636 (prolog-consult-compile): Don't use toggle-read-only.
6637
6638 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
6639
6640 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
6641 interrupt. (Bug#10187)
6642
6643 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6644
6645 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
6646 (bug#9160).
6647
6648 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
6649 (bug#10191).
6650
6651 2011-12-02 Juri Linkov <juri@jurta.org>
6652
6653 * info.el (Info-search): Display "end of manual" when Isearch
6654 reaches the end of single-file Info manual. (Bug#9918)
6655
6656 2011-12-02 Eli Zaretskii <eliz@gnu.org>
6657
6658 * isearch.el (isearch-message-prefix): Run the input method part
6659 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
6660
6661 2011-12-02 Juri Linkov <juri@jurta.org>
6662
6663 * isearch.el (isearch-occur): Use `word-search-regexp' for
6664 `isearch-word'.
6665 (isearch-search-and-update): Add condition for `isearch-word' and
6666 call `word-search-regexp'. (Bug#10145)
6667
6668 2011-12-01 Glenn Morris <rgm@gnu.org>
6669
6670 * eshell/em-hist.el (eshell-hist-initialize):
6671 Handle eshell-history-size nil and HISTSIZE set or unset.
6672 (eshell-history-file-name, eshell-history-size): Fix custom type.
6673
6674 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6675
6676 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
6677
6678 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
6679
6680 * progmodes/verilog-mode.el (verilog-pretty-expr):
6681 Rework verilog-pretty-expr to handle new assignment operators in system
6682 verilog, such as += *= and the like.
6683 (verilog-assignment-operator-re): Regular expression to find the
6684 assigment operator in a verilog assignment.
6685 (verilog-assignment-operation-re): Regular expression to find an
6686 assignment statement for pretty-expr.
6687 (verilog-in-attribute-p): Query returns true if point is in an
6688 attribute context; used to skip these for expression line up from
6689 pretty-expr.
6690 (verilog-in-parameter-p): Query returns true if point is in an
6691 parameter definition context; used to skip these for expression
6692 line up from pretty-expr.
6693 (verilog-in-parenthesis-p): Query returns true if point is in a
6694 parenthetical expression, specifically ( ) but not [ ] or { };
6695 used by pretty-expr.
6696 (verilog-just-one-space): If there is no space, don't add one.
6697 (verilog-get-lineup-indent-2): Specifically skip just attribute
6698 contexts for expression lineup, rather than skipping all
6699 parenthetical expressions.
6700 (verilog-calculate-indent): Fix comment, and fix indent.
6701 (verilog-do-indent): Indent declarations in lists (suggested by
6702 Joachim Lechner).
6703 (verilog-mode-abbrev-table): Populate abbrev mode with the various
6704 skeleton items.
6705 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
6706 by Alain Mellan).
6707
6708 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6709
6710 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
6711 parameters with embedded comments. Reported by Ray Stevens.
6712 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
6713 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
6714 Reported by Tim Holt.
6715 (verilog-auto): Fix AUTOing a upper module then AUTOing module
6716 instantiated by upper module causing wrong expansion until AUTOed a
6717 second time. Reported by K C Buckenmaier.
6718 (verilog-diff-auto): Fix showing .* as a difference when
6719 `verilog-auto-star-save' off. Reported by Dan Dever.
6720 (verilog-auto-reset, verilog-read-always-signals)
6721 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
6722 temporary signals in reset list if
6723 verilog-auto-reset-blocking-in-non is nil, and match assignment
6724 style to each signal's assignment type, bug381.
6725 Reported by Thomas Esposito.
6726 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
6727 (verilog-uvm-statement-re): Support UVM indentation and
6728 highlighting, with old OVM keywords only.
6729 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
6730 Support AUTOTIEOFF creating non-wire data types.
6731 Suggested by Jonathan Greenlaw.
6732 (verilog-auto-insert-lisp, verilog-delete-to-paren)
6733 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
6734 (verilog-inject-sense, verilog-read-inst-pins)
6735 (verilog-read-sub-decls, verilog-read-sub-decls-line):
6736 Fix mismatching parenthesis inside commented out code when deleting
6737 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6738 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
6739 non-numeric vector width. Reported by Alex Reed.
6740 (verilog-auto-ascii-enum): Add "onehot" option to work around not
6741 detecting signals with parameter widths. Reported by Alex Reed.
6742 (verilog-auto-delete-trailing-whitespace):
6743 With `verilog-auto-delete-trailing-whitespace' remove trailing
6744 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
6745 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
6746 Fix verilog-scan-cache corruption when running user AUTO expansion
6747 hooks that call indentation routines.
6748 (verilog-simplify-range-expression): Fix typo ignoring lower case
6749 identifiers.
6750 (verilog-delete-auto): Fix delete-autos to also remove user created
6751 automatics, as long as they start with AUTO.
6752 (verilog-batch-diff-auto, verilog-diff-auto)
6753 (verilog-diff-function): Add `verilog-diff-auto' and bind to
6754 "C-c?" to report differences in AUTO expansion, ignoring spaces.
6755 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
6756 (verilog-in-paren-quick, verilog-re-search-backward-quick)
6757 (verilog-re-search-forward-quick, verilog-syntax-ppss):
6758 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6759 is disabled and its cache will get corrupt, causing AUTOS not to
6760 expand. Instead use only -quick functions.
6761 (verilog-scan-region): Fix scanning over escaped quotes.
6762 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
6763 (verilog-re-search-backward-quick)
6764 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
6765 related functions now ignore strings, to fix misparsing of strings
6766 with magic comments embedded in them.
6767 (verilog-read-auto-template):
6768 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
6769 Reported by Brad Dobbie.
6770 (verilog-read-auto-template):
6771 Fix 'verilog-auto-inst-template-numbers' with comments.
6772 Reported by Brad Dobbie.
6773 (verilog-auto-inst, verilog-auto-inst-param)
6774 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
6775 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
6776 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
6777 debugging templates without merge conflicts, bug357.
6778 Reported by Brad Dobbie.
6779 (verilog-read-auto-template):
6780 Fix verilog-auto-inst-template-numbers with multiple templates.
6781 Reported by Brad Dobbie.
6782 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
6783 abbrevs so user won't be asked to save.
6784 (verilog-read-auto-lisp-present): Fix to start at beginning of
6785 buffer in case called outside of verilog-auto.
6786 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
6787 to "X-2". Reported by Matthew Myers.
6788 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
6789 all inputs from module templates. Reported by Leith Johnson.
6790 (verilog-module-inside-filename-p): Fix locating programs as with
6791 modules.
6792 (verilog-auto-inst-port): Fix vl-width expressions when using
6793 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
6794 (verilog-decls-get-regs, verilog-decls-get-signals,
6795 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
6796 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
6797 verilog-read-decls): Combine reg and wire structures into one var
6798 structure to represent SystemVerilog concepts.
6799 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
6800 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
6801 (verilog-auto-wire-type, verilog-insert-definition):
6802 Add verilog-auto-wire-type and AUTOLOGIC to support using
6803 SystemVerilog "logic" keyword instead of "wire"/"reg".
6804 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
6805 to declares outputs that also have assignments (presumably in an
6806 ifdef or generate if so there's not a driver conflict).
6807 Reported by Matthew Myers.
6808 (verilog-auto-declare-nettype, verilog-insert-definition):
6809 Add verilog-auto-declare-nettype to fix declarations using
6810 `default_nettype none. Reported by Julian Gorfajn.
6811 (verilog-read-always-signals-recurse, verilog-read-decls)
6812 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
6813 malformed end statement, bug325. Reported by Joshua Wise and
6814 Andrew Drake.
6815 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
6816 (verilog-inst-comment-re): Fix not deleting Interfaced comment
6817 when expanding .* in interfaces, bug320.
6818 Reported by Pierre-David Pfister.
6819 (verilog-read-module-name): Fix import statements between module
6820 name and open parenthesis, bug317.
6821 Reported by Pierre-David Pfister.
6822 (verilog-simplify-range-expression): Fix simplification of
6823 multiplications inside AUTOWIRE connections, bug303.
6824 (verilog-auto-inst-port): Support parameter expansion in
6825 multidimensional arrays.
6826 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
6827 after "assert property". Reported by Julian Gorfajn.
6828 (verilog-simplify-range-expression): Fix "couldn't merge" errors
6829 with multiplication, bug303.
6830 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
6831 Reported by Jan Frode Lonnum.
6832
6833 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
6834
6835 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
6836 (hfy-shell-file-name, hfy-shell):
6837 * international/fontset.el (x-decompose-font-name): Fix typos.
6838
6839 2011-11-29 Ken Brown <kbrown@cornell.edu>
6840
6841 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
6842 (gdb-version): Remove defvar.
6843 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
6844 (gdb-gud-context-command, gdb-non-stop-handler)
6845 (gdb-current-context-command, gdb-stopped): Use it.
6846 (gdb-init-1): Enable pretty printing here.
6847 (gdb-non-stop-handler): Don't enable pretty-printing here.
6848 Check to see if the target supports non-stop mode; if not, turn off
6849 non-stop mode. Use the following.
6850 (gdb-check-target-async): New defun.
6851 (gud-watch, gdb-stopped): Fix whitespace.
6852 (gdb-get-source-file): Don't try to display the source file if
6853 `gdb-main-file' is nil.
6854
6855 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6856
6857 * align.el: Try to generate fewer markers (bug#10047).
6858 (align--set-marker): New macro.
6859 (align-region): Use it.
6860
6861 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6862
6863 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
6864
6865 2011-11-29 Chong Yidong <cyd@gnu.org>
6866
6867 * indent.el (indent-for-tab-command, indent-according-to-mode):
6868 Doc fix.
6869 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
6870
6871 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
6872
6873 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
6874 aware of remote file names. (Bug#10124)
6875
6876 2011-11-29 Chong Yidong <cyd@gnu.org>
6877
6878 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
6879
6880 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6881
6882 * files.el (find-file): Don't use force-same-window (bug#10144).
6883 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
6884 use pop-to-buffer if the selected window can't be used.
6885 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
6886
6887 2011-11-28 Eli Zaretskii <eliz@gnu.org>
6888
6889 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
6890 special-mode-map.
6891
6892 2011-11-28 Chong Yidong <cyd@gnu.org>
6893
6894 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
6895
6896 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
6897
6898 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
6899 gdb-get-source-file-list on gdb-create-source-file-list.
6900
6901 2011-11-26 Eli Zaretskii <eliz@gnu.org>
6902
6903 * whitespace.el (whitespace-newline): Use a different foreground
6904 color for 16-color light-background displays.
6905
6906 2011-11-24 Chong Yidong <cyd@gnu.org>
6907
6908 * window.el (display-buffer--special-action): Doc fix.
6909
6910 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
6911
6912 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
6913 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
6914 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
6915 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
6916 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
6917 (avl-tree-stack-first):
6918 * emacs-lisp/cconv.el (cconv--analyse-use):
6919 * net/gnutls.el (gnutls-negotiate): Fix typos.
6920
6921 2011-11-24 Glenn Morris <rgm@gnu.org>
6922
6923 * lpr.el (lpr-windows-system, lpr-lp-system):
6924 * mail/binhex.el (binhex-begin-line):
6925 * progmodes/grep.el (grep-history, grep-find-history):
6926 * textmodes/flyspell.el:
6927 * vc/pcvs-defs.el (cvs-global-menu):
6928 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
6929 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
6930 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
6931
6932 * net/tls.el: Fix case of "GnuTLS".
6933
6934 * paths.el (rmail-file-name): Format doc-string for make-docfile.
6935
6936 * version.el (emacs-build-system): Give it a doc-string.
6937
6938 2011-11-24 Juri Linkov <juri@jurta.org>
6939
6940 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
6941
6942 2011-11-24 Glenn Morris <rgm@gnu.org>
6943
6944 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
6945 if called on a non-mime message just toggle the headers. (Bug#8006)
6946
6947 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
6948
6949 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
6950 (allout-lead-with-comment-string, allout-structure-deleted-hook)
6951 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
6952 (allout-rebullet-heading, allout-open-sibtopic)
6953 (allout-toggle-current-subtree-encryption)
6954 (allout-toggle-subtree-encryption, allout-encrypt-string)
6955 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
6956 (allout-distinctive-bullets-string, allout-auto-activation):
6957 * window.el (window-normalize-buffer-to-display):
6958 * progmodes/verilog-mode.el (verilog-batch-indent):
6959 * textmodes/bibtex.el (bibtex-field-braces-opt)
6960 (bibtex-field-strings-opt):
6961 * vc/cvs-status.el (cvs-tree-merge):
6962 Fix typos.
6963
6964 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
6965
6966 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
6967 `non-essential' to t, in order to avoid remote connections.
6968
6969 2011-11-23 Eli Zaretskii <eliz@gnu.org>
6970
6971 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6972 On MS-DOS and MS-Windows, compare with loaddefs.el
6973 case-insensitively.
6974
6975 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
6976
6977 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
6978
6979 2011-11-23 Glenn Morris <rgm@gnu.org>
6980
6981 * paths.el (rmail-file-name): Reformat the doc-string so that it
6982 is picked up.
6983
6984 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
6985 (rmail-auto-file): Ignore case in the "special" field names,
6986 as mail-fetch-field does for all others.
6987
6988 * mail/rmail.el (rmail-forward):
6989 * mail/rmailkwd.el (rmail-set-label):
6990 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
6991 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
6992
6993 * mail/rmail.el (rmail-current-message): Doc fix.
6994
6995 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
6996
6997 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6998
6999 * server.el (server-eval-and-print): Allow C-g (bug#6585).
7000
7001 2011-11-22 Glenn Morris <rgm@gnu.org>
7002
7003 * mail/rmailmm.el (test-rmail-mime-handler)
7004 (test-rmail-mime-bulk-handler)
7005 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
7006
7007 2011-11-21 Juri Linkov <juri@jurta.org>
7008
7009 * calc/calc.el (calc-read-key-sequence):
7010 Let-bind `input-method-function' to nil. (Bug#10018)
7011
7012 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7013
7014 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
7015 Tell the caller that the next line needs recomputation, even
7016 though it doesn't start a sexp (bug#10094).
7017
7018 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7019
7020 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
7021
7022 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7023
7024 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
7025 Use force-same-window.
7026
7027 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
7028
7029 * descr-text.el (describe-char-unicode-data):
7030 * json.el (json-string-escape):
7031 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
7032 (Footnote-unicode, Footnote-style-p):
7033 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
7034
7035 2011-11-20 Chong Yidong <cyd@gnu.org>
7036
7037 * window.el (replace-buffer-in-windows): Restore interactive spec.
7038
7039 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7040
7041 * electric.el (electric-indent-mode): Fix last change (too optimistic).
7042
7043 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
7044 (byte-compile-global-not-obsolete-vars): New var.
7045 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
7046 Use it.
7047 (byte-compile-warn-obsolete): Align text with the one in *Help*.
7048
7049 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
7050
7051 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
7052 * progmodes/pascal.el (electric-pascal-equal):
7053 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
7054 * xml.el (xml-substitute-special): Fix typos.
7055
7056 2011-11-20 Glenn Morris <rgm@gnu.org>
7057
7058 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
7059 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
7060 Doc fixes.
7061 (rmail-decode-mime-charset): Mark as obsolete.
7062
7063 * mail/rmailsum.el (rmail-message-regexp-p-1):
7064 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
7065 Before using mime functions, check they are set. (Bug#10077)
7066
7067 2011-11-19 Juri Linkov <juri@jurta.org>
7068
7069 * info.el (Info-finder-find-node): Use `package--builtins' instead
7070 of `package-alist'. Use node names formed by the pattern "Keyword "
7071 and the keyword name.
7072
7073 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7074
7075 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
7076
7077 2011-11-19 Juri Linkov <juri@jurta.org>
7078
7079 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
7080 that calls `revert-buffer' on all Info buffers. (Bug#9915)
7081 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
7082 `old-history', `old-history-forward'. Add let-binding
7083 `window-selected'. Remove calls to `kill-buffer',
7084 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
7085 before calling `Info-find-node', so `Info-find-node-2' will reread
7086 the Info file. Restore window positions only when `window-selected'
7087 is non-nil.
7088
7089 2011-11-19 Juri Linkov <juri@jurta.org>
7090
7091 * isearch.el (isearch-lazy-highlight-new-loop):
7092 Remove condition `(not isearch-error)'. (Bug#9918)
7093
7094 * misearch.el (multi-isearch-search-fun): Add condition
7095 `(not bound)' to ignore lazy-highlighting search.
7096 Add the search-failed message "end of multi" when the end of
7097 multi-sequence is reached. Uncapitalize the search-failed
7098 message "Repeat for next buffer".
7099
7100 * info.el (Info-search): Add the search-failed message
7101 "end of the manual" when the end of the manual is reached
7102 in Isearch mode.
7103
7104 2011-11-19 Juri Linkov <juri@jurta.org>
7105
7106 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
7107 Use non-destructive `remove' instead of `delete' because
7108 `Info-history-list' stored to `Info-isearch-initial-history-list' in
7109 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
7110
7111 2011-11-19 Juri Linkov <juri@jurta.org>
7112
7113 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
7114 to nil instead of binding `search-ring' and `regexp-search-ring'.
7115 (Bug#9185)
7116
7117 2011-11-19 Eli Zaretskii <eliz@gnu.org>
7118
7119 * simple.el (line-move): Force movement by logical lines for any
7120 hscrolled window, not only when auto-hscroll-mode is on.
7121 (line-move-visual): Update doc string to that effect. (Bug#10076)
7122
7123 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7124
7125 * language/european.el (macintosh): Define as alias for mac-roman.
7126
7127 2011-11-19 Eli Zaretskii <eliz@gnu.org>
7128
7129 * mail/rmailmm.el (rmail-mime-display-header)
7130 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
7131 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
7132 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
7133 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
7134 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
7135 of a raw aref.
7136 (rmail-mime-entity-segment): To get past the tagline, move forward
7137 2 more lines, to account for the 2 empty lines that precede and
7138 follow the line with the buttons.
7139 (rmail-mime-update-tagline): Move one more line, to get past the
7140 empty line that follows the buttons in the tagline. (Bug#9520)
7141
7142 2011-11-19 Martin Rudalics <rudalics@gmx.at>
7143
7144 * window.el (window-max-delta-1, window-min-delta-1)
7145 (window-min-size-1, window-state-get-1, window-state-put-1)
7146 (window-state-put-2): Use "window--" prefix.
7147
7148 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7149
7150 * emacs-lisp/smie.el: Improve warnings and conflict detection.
7151 (smie-warning-count): New var.
7152 (smie-set-prec2tab): Use it.
7153 (smie-bnf->prec2): Improve warnings. Add docstring.
7154 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
7155 (smie-bnf--set-class): New function.
7156 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
7157 corner case.
7158
7159 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
7160 (compilation-error-properties, compilation-move-to-column):
7161 Handle compilation-first-column while in the target buffer.
7162
7163 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
7164 Don't hardcode point-min==1.
7165
7166 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
7167 (eshell-rewrite-for-command): Remove workaround.
7168 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
7169 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
7170 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
7171
7172 * files-x.el (modify-file-local-variable): Obey commenting conventions.
7173
7174 2011-11-17 Glenn Morris <rgm@gnu.org>
7175
7176 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7177 Ignore buffer-local generated-autoload-file if it is the same
7178 as the global value. (Bug#10049)
7179
7180 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
7181
7182 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
7183 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
7184 (reftex-toc-previous-heading, reftex-toc-max-level)
7185 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
7186 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
7187 (reftex-toc-do-promote, reftex-toc-promote-prepare)
7188 (reftex-toc-promote-action, reftex-toc-extract-section-number)
7189 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
7190 (reftex-toc-rename-label, reftex-toc-visit-location)
7191 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
7192 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
7193 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
7194 leaving "*toc*" only for references to the buffer.
7195
7196 2011-11-17 Martin Rudalics <rudalics@gmx.at>
7197
7198 * window.el (window-resize, delete-window, split-window):
7199 Replace window-splits by window-combination-resize.
7200 * cus-start.el (window-splits): Replace by window-combination-resize.
7201
7202 2011-11-17 Glenn Morris <rgm@gnu.org>
7203
7204 * progmodes/sh-script.el (sh-font-lock-keywords-var):
7205 Make bash entry derive from sh entry, not shell entry.
7206
7207 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
7208
7209 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
7210 local file name.
7211
7212 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
7213
7214 * menu-bar.el (menu-bar-file-menu):
7215 * printing.el (pr-ps-utility):
7216 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
7217 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
7218 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
7219 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
7220 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
7221 (icalendar--convert-cyclic-to-ical)
7222 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
7223 (icalendar--convert-ical-to-diary)
7224 (icalendar--convert-recurring-to-diary)
7225 (icalendar--convert-non-recurring-all-day-to-diary)
7226 (icalendar-import-format-sample):
7227 * progmodes/idlw-shell.el (idlwave-shell-mode):
7228 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
7229 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
7230 (vhdl-ps-print-init): Fix typos.
7231
7232 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
7233
7234 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
7235 FSF and collapse date sequence, obscure author/maintainer email address
7236 better, remove extra version line, track relocation of author's webpage.
7237
7238 * progmodes/python.el (python-pdbtrack-input-prompt)
7239 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
7240 regular python pdb prompts. Adjustments shamelessly taken exactly as
7241 suggested in EmacsWiki page (tiny change):
7242 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
7243
7244 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
7245
7246 * expand.el (expand-pos, expand-index, expand-point):
7247 Remove redundant info from docstring.
7248 (expand-add-abbrevs): Doc fix.
7249 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
7250 (expand-sample-perl-mode-expand-list): Fix typos.
7251
7252 * net/dbus.el (dbus-event-member-name):
7253 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
7254 * term/pc-win.el (msdos-create-frame-with-faces):
7255 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
7256
7257 2011-11-16 Martin Rudalics <rudalics@gmx.at>
7258
7259 * window.el (split-window, window-state-get-1)
7260 (window-state-put-1, window-state-put-2): Rename occurrences of
7261 window-nest to window-combination-limit.
7262 * cus-start.el (window-nest): Rename to window-combination-limit.
7263
7264 2011-11-16 Chong Yidong <cyd@gnu.org>
7265
7266 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
7267 regexp (Bug#10033).
7268
7269 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7270
7271 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
7272 `completing-read' will remove *Completions* and will preserve
7273 current-buffer for us.
7274 (tmm-add-prompt): Users of *Completions* will always (re)set its
7275 major mode.
7276 (tmm-old-comp-map): Remove.
7277
7278 2011-11-16 Glenn Morris <rgm@gnu.org>
7279
7280 * mail/rmailedit.el: Require rmailmm when compiling.
7281 (rmail-old-mime-state): New declaration.
7282 (rmail-edit-current-message): If editing a mime message,
7283 edit the "raw" message from the mbox buffer.
7284 (rmail-cease-edit): Handle mime messages. (Bug#9840)
7285
7286 2011-11-15 Glenn Morris <rgm@gnu.org>
7287
7288 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
7289 which wasn't being used. Add optional arg to force given state.
7290 (rmail-mime): Add optional arg to force given state.
7291
7292 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
7293
7294 * allout.el (allout-encryption-plaintext-sanitization-regexps):
7295 * frame.el (display-mm-dimensions-alist):
7296 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
7297 (outline-move-subtree-down):
7298 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
7299 (newsticker--treeview-do-get-node):
7300 * net/quickurl.el (quickurl-list-buffer-name):
7301 * progmodes/dcl-mode.el (dcl-mode):
7302 * progmodes/gdb-mi.el (gdb-mapcar*):
7303 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
7304
7305 2011-11-15 Glenn Morris <rgm@gnu.org>
7306
7307 * mail/rmail.el (rmail-file-coding-system): It's only ever used
7308 in a boolean sense, so just make it a boolean, and fix the doc.
7309 (rmail-show-mime-function, rmail-mime-feature)
7310 (rmail-require-mime-maybe): Doc fixes.
7311 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
7312
7313 * mail/rmailmm.el (rmail-show-mime): Doc fix.
7314
7315 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
7316
7317 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
7318 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
7319 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
7320 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
7321
7322 2011-11-15 Glenn Morris <rgm@gnu.org>
7323
7324 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
7325 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
7326 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
7327 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
7328 (rmail-mime, rmail-show-mime): Doc fixes.
7329
7330 * term/ns-win.el (mode-line-frame-identification):
7331 Leave it alone. (Bug#10051)
7332
7333 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
7334
7335 * mail/rmailout.el (rmail-output-to-rmail-buffer):
7336 Handle empty buffers. (Bug#9978)
7337
7338 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
7339
7340 * international/mule.el (define-charset):
7341 * mail/rmailmm.el (rmail-mime-find-header-encoding):
7342 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
7343 * progmodes/verilog-mode.el (verilog-backward-token):
7344 * textmodes/ispell.el (lookup-words):
7345 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
7346
7347 2011-11-14 Glenn Morris <rgm@gnu.org>
7348
7349 * progmodes/executable.el
7350 (executable-make-buffer-file-executable-if-script-p):
7351 Handle file-modes returning nil.
7352
7353 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
7354 message - not necessary, and causes problems. (Bug#9831)
7355
7356 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
7357
7358 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
7359
7360 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
7361 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
7362 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
7363
7364 2011-11-12 Martin Rudalics <rudalics@gmx.at>
7365
7366 * window.el (window-resize, delete-window): Use window-splits
7367 variable instead of function.
7368 (window-state-get-1, window-state-put-2, window-state-put):
7369 Don't deal with windows' splits status.
7370
7371 2011-11-12 Glenn Morris <rgm@gnu.org>
7372
7373 * apropos.el (apropos-do-all, apropos-library, apropos-value)
7374 (apropos-documentation): Doc fixes.
7375
7376 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
7377
7378 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
7379 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
7380
7381 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7382
7383 * electric.el (electric-indent-post-self-insert-function): Make it
7384 possible for a char to only indent in some circumstances.
7385 (electric-indent-mode): Simplify.
7386
7387 2011-11-11 Martin Rudalics <rudalics@gmx.at>
7388
7389 * window.el (windows-with-parameter): Remove unused function.
7390 (windows-at-side): Rename to window-at-side-list.
7391 (window-check, window-atom-check, window-atom-check-1)
7392 (window-side-check, window-size-ignore, window-size-fixed-1)
7393 (window-in-direction-2): Prefix with "window--".
7394 (window-tree-1): Rename to window--subtree, fix doc-string.
7395
7396 2011-11-11 Glenn Morris <rgm@gnu.org>
7397
7398 * subr.el (eval-after-load): If FILE is already loaded,
7399 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
7400
7401 2011-11-10 Glenn Morris <rgm@gnu.org>
7402
7403 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
7404 Call svn via vc-svn-command rather than vc-do-command.
7405 (vc-svn-command): Add --non-interactive. (Bug#9993)
7406 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
7407
7408 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7409 Add toggle-read-only. (Bug#7292)
7410 * files.el (toggle-read-only): Mention that it should only
7411 be used interactively. (Bug#10006)
7412
7413 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7414
7415 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7416 Adjust regexp for OCaml warnings.
7417
7418 * electric.el (electric-pair-post-self-insert-function): Let user
7419 turn it off buffer-locally (bug#9932).
7420
7421 * progmodes/python.el (python-beginning-of-statement):
7422 Rewrite (bug#2703).
7423
7424 * progmodes/compile.el: Better handle TABs (bug#9749).
7425 (compilation-internal-error-properties)
7426 (compilation-next-error-function): Obey the target buffer's
7427 compilation-error-screen-columns.
7428
7429 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
7430
7431 * progmodes/meta-mode.el: Remove obsolete comments.
7432 (meta-right-comment-regexp, meta-ignore-comment-regexp):
7433 Fix typos in docstrings.
7434
7435 2011-11-09 Martin Rudalics <rudalics@gmx.at>
7436
7437 * window.el (window-size-fixed-p): Rewrite doc-string.
7438 (window-resizable-p): Rename to window--resizable-p. Update callers.
7439 (window--resizable): New function. Make all callers of
7440 window-resizable call window--resizable instead.
7441 (window-resizable): Rewrite in terms of window--resizable.
7442
7443 2011-11-08 Glenn Morris <rgm@gnu.org>
7444
7445 * progmodes/delphi.el (delphi-mode-syntax-table):
7446 Let define-derived-mode define a proper syntax table. (Bug#9994)
7447
7448 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7449
7450 * window.el: Stay away from defsubst.
7451 (window-list-no-nils): Remove.
7452 (window-state-get-1, window-state-get): Use backquote instead.
7453
7454 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7455
7456 * emacs-lisp/find-func.el (find-function-read):
7457 Fix incorrect use of default argument in `completing-read'.
7458
7459 2011-11-08 Martin Rudalics <rudalics@gmx.at>
7460
7461 * window.el (display-buffer-function, special-display-function):
7462 Mention display-buffer-record-window but do not mention
7463 help-setup parameter in doc-strings.
7464 (window-min-delta): Fix doc-string typo.
7465
7466 2011-11-08 Chong Yidong <cyd@gnu.org>
7467
7468 * window.el (window-total-height, window-total-width): Doc fix.
7469 (window-body-size): Move from C.
7470 (window-body-height, window-body-width): Move to C.
7471
7472 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7473
7474 * window.el: Make special-display like display-buffer-alist (bug#9532).
7475 (display-buffer--special-action): New function, morphed
7476 from display-buffer--special.
7477 (display-buffer): Use it to handle special-display-buffers at higher
7478 priority (just after display-buffer-alist).
7479 (display-buffer-fallback-action, display-buffer--other-frame-action)
7480 (pop-to-buffer-same-window): Remove display-buffer--special.
7481
7482 2011-11-07 Glenn Morris <rgm@gnu.org>
7483
7484 * calendar/cal-menu.el (cal-menu-set-date-title):
7485 Do nothing if not in a calendar. (Bug#9976)
7486
7487 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7488
7489 * files.el (find-file): Always use selected-window.
7490
7491 2011-11-07 Martin Rudalics <rudalics@gmx.at>
7492
7493 * window.el (window-combinations): Make WINDOW argument
7494 mandatory. Rewrite doc-string.
7495 (walk-window-subtree, window-atom-check, window-min-delta)
7496 (window-max-delta, window--resize-this-window)
7497 (window--resize-root-window-vertically, window-tree)
7498 (balance-windows, window-state-put): Rewrite doc-strings as to
7499 not mention the term "subwindow".
7500 (window--resize-subwindows-skip-p): Rename to
7501 window--resize-child-windows-skip-p.
7502 (window--resize-subwindows-normal): Rename to
7503 window--resize-child-windows-normal.
7504 (window--resize-subwindows): Rename to
7505 window--resize-child-windows.
7506 (window-or-subwindow-p): Rename to window--in-subtree-p.
7507
7508 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7509
7510 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
7511 Ensure that mbox format messages end in two newlines (Bug#9974).
7512
7513 2011-11-06 Chong Yidong <cyd@gnu.org>
7514
7515 * window.el (window-combination-p): Function deleted; its
7516 side-effect is not used in any existing code.
7517 (window-combinations, window-combined-p): Call window-*-child
7518 directly.
7519
7520 2011-11-05 Chong Yidong <cyd@gnu.org>
7521
7522 * window.el (window-valid-p): Rename from window-any-p.
7523 (window-size-ignore, window-state-get): Callers changed.
7524 (window-normalize-window): Rename from window-normalize-any-window.
7525 New arg LIVE-ONLY, replacing window-normalize-live-window.
7526 (window-normalize-live-window): Delete.
7527 (window-combination-p, window-combined-p, window-combinations)
7528 (walk-window-subtree, window-atom-root, window-min-size)
7529 (window-sizable, window-sizable-p, window-size-fixed-p)
7530 (window-min-delta, window-max-delta, window-resizable)
7531 (window-resizable-p, window-full-height-p, window-full-width-p)
7532 (window-current-scroll-bars, window-point-1, set-window-point-1)
7533 (window-at-side-p, window-in-direction, window-resize)
7534 (adjust-window-trailing-edge, maximize-window, minimize-window)
7535 (window-deletable-p, delete-window, delete-other-windows)
7536 (record-window-buffer, unrecord-window-buffer)
7537 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
7538 (quit-window, split-window, window-state-put)
7539 (set-window-text-height, fit-window-to-buffer)
7540 (shrink-window-if-larger-than-buffer): Callers changed.
7541
7542 2011-11-04 Eli Zaretskii <eliz@gnu.org>
7543
7544 * mail/rmail.el (rmail-simplified-subject): Decode subject with
7545 rfc2047-decode-string.
7546 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
7547 warnings.
7548
7549 * window.el (window-body-height, window-body-width): Mention in
7550 the doc string that the return values are in frame's canonical
7551 units. (Bug#9949)
7552
7553 2011-11-03 Alan Mackenzie <acm@muc.de>
7554
7555 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
7556 change in cc-engine.el.
7557
7558 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7559
7560 * window.el (switch-to-buffer): Use `force-same-window' interactively.
7561
7562 2011-11-02 Martin Rudalics <rudalics@gmx.at>
7563
7564 * window.el (quit-window): Call unrecord-window-buffer after
7565 showing another buffer in the window. (Bug#9937)
7566 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
7567
7568 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
7569
7570 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
7571 Accept status with more than 9 shelves. (Bug#9935)
7572 Reported by Colin D Bennett <colin@gibibit.com>.
7573
7574 2011-11-01 Martin Rudalics <rudalics@gmx.at>
7575
7576 * help.el (with-help-window): Don't reference
7577 temp-buffer-show-specifiers in doc-string.
7578
7579 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
7580
7581 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
7582 menu-item.
7583
7584 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7585
7586 * whitespace.el: New version 13.2.2.
7587 (whitespace-newline-mode): Disable properly. Reported by Sarah
7588 <EmacsWiki>.
7589
7590 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
7591
7592 * net/newst-treeview.el: Remove "Time-stamp".
7593 (newsticker--group-manage-orphan-feeds): Do not call
7594 newsticker--treeview-tree-update.
7595 (newsticker-treeview-update, newsticker-treeview):
7596 Call newsticker--treeview-tree-update if necessary.
7597
7598 2011-10-30 Martin Rudalics <rudalics@gmx.at>
7599
7600 * window.el (window-iso-combination-p, window-iso-combined-p)
7601 (window-iso-combinations): Remove "iso-" infix.
7602 Suggested by Chong Yidong.
7603 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
7604 (window-max-delta-1, window-resize, window--resize-siblings)
7605 (window--resize-this-window, adjust-window-trailing-edge)
7606 (split-window, balance-windows-1)
7607 (shrink-window-if-larger-than-buffer):
7608 * calendar/calendar.el (calendar-generate-window):
7609 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
7610
7611 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7612
7613 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
7614 in place (bug#9907).
7615 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
7616 (eshell-rewrite-if-command, eshell-rewrite-for-command)
7617 (eshell-structure-basic-command, eshell-rewrite-while-command)
7618 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
7619 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
7620 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
7621 (eshell-do-pipelines-synchronously, eshell-eval-command):
7622 Use backquotes and prefer setq to set.
7623 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
7624 (eshell-macrop): Use functionp.
7625 (eshell-do-eval): Handle multiple expressions in `while' body.
7626
7627 2011-10-30 Chong Yidong <cyd@gnu.org>
7628
7629 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
7630 instead of set-mark (Bug#9810).
7631
7632 2011-10-30 Chong Yidong <cyd@gnu.org>
7633
7634 * window.el (split-window-below, split-window-right): Rename from
7635 split-window-above-each-other and split-window-side-by-side
7636 respectively. All callers changed.
7637 (split-window-sensibly, split-window-sensibly): Use them.
7638 (split-window-keep-point): Doc fix.
7639
7640 * isearch.el: Add isearch-scroll property to split-window-below
7641 and split-window-right.
7642
7643 * follow.el (follow-mode):
7644 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
7645 * progmodes/ada-xref.el (ada-gdb-application):
7646 * emulation/vip.el (vip-buffer-in-two-windows):
7647 * image-dired.el (image-dired-dired-with-window-configuration):
7648 * dired-x.el (dired-do-find-marked-files):
7649 * dired.el (dired-pop-to-buffer):
7650 * bs.el (bs--show-with-configuration):
7651 * vc/emerge.el (emerge-setup-windows):
7652 * textmodes/two-column.el (2C-two-columns):
7653 * textmodes/reftex-toc.el (reftex-toc):
7654 * progmodes/gdb-mi.el (gdb-setup-windows):
7655 * progmodes/fortran.el (fortran-window-create):
7656 * net/newst-treeview.el (newsticker--treeview-window-init):
7657 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
7658 * emulation/tpu-edt.el (tpu-gold-map):
7659 * emulation/crisp.el (crisp-mode-map):
7660 * calendar/calendar.el (calendar-basic-setup): Callers changed.
7661
7662 2011-10-29 Chong Yidong <cyd@gnu.org>
7663
7664 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
7665
7666 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
7667
7668 * textmodes/flyspell.el (flyspell-word): Fix char offset for
7669 forged Ispell output (Bug#7904).
7670
7671 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
7672
7673 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7674
7675 * doc-view.el: Avoid ugly errors about not finding nil.
7676 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
7677 (doc-view-dvipdf-program, doc-view-unoconv-program)
7678 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
7679 Avoid nil or absolute file name as default value.
7680 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
7681
7682 2011-10-28 Alan Mackenzie <acm@muc.de>
7683
7684 * progmodes/cc-defs.el (c-version): -> 5.32.2.
7685
7686 2011-10-28 Alan Mackenzie <acm@muc.de>
7687
7688 Amend the handling of c-beginning/end-of-defun in nested declaration
7689 scopes.
7690
7691 * progmodes/cc-vars.el (c-defun-tactic): Move here from
7692 cc-langs.el. Change it to a defcustom.
7693
7694 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
7695 cc-vars.el.
7696
7697 * progmodes/cc-engine.el (c-beginning-of-statement-1):
7698 Prevent "class foo : bar" being spuriously recognized as a label.
7699
7700 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
7701 Add parameter `inclusive' (to include enclosing braces in the region).
7702 (c-widen-to-enclosing-decl-scope): New function.
7703 (c-while-widening-to-decl-block): New macro.
7704 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
7705 outward for defun boundaries, and correspondingly change symbol
7706 `respect-enclosure' to `go-outward'.
7707 (c-declaration-limits): Change algorithm to report only the "innermost"
7708 defun's boundaries.
7709
7710 2011-10-28 Deniz Dogan <deniz@dogan.se>
7711
7712 * net/rcirc.el (rcirc-mode): Use hard newlines.
7713
7714 2011-10-28 Alan Mackenzie <acm@muc.de>
7715
7716 Amend to indent and fontify macros "which include their own semicolon"
7717 correctly, using the "virtual semicolon" mechanism.
7718
7719 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
7720
7721 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7722 Recode to scan one line at a time rather than having \n and \r
7723 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
7724 (c-forward-label): Amend for virtual semicolons.
7725 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
7726
7727 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
7728 of the new C macros.
7729
7730 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
7731 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
7732 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
7733 (c-opt-cpp-macro-define): Make into a full language variable.
7734 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
7735 AWK Mode (including \n, \r) removed, no longer needed.
7736
7737 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
7738 Invoke c-make-macro-with-semi-re.
7739
7740 * progmodes/cc-vars.el (c-macro-with-semi-re):
7741 (c-macro-names-with-semicolon): New variables.
7742 (c-make-macro-with-semi-re): New function.
7743
7744 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7745
7746 * vc/log-edit.el: Fill empty field rather than adding new one.
7747 (log-edit-add-field): New function.
7748 (log-edit-insert-changelog): Use it.
7749
7750 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7751
7752 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
7753
7754 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7755
7756 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
7757 (gdb--check-interpreter): New function.
7758 (gdb): Use it.
7759
7760 2011-10-27 Glenn Morris <rgm@gnu.org>
7761
7762 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
7763 (least-positive-float, least-negative-float)
7764 (least-positive-normalized-float, least-negative-normalized-float)
7765 (float-epsilon, float-negative-epsilon):
7766 Remove unnecessary declarations.
7767
7768 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
7769 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
7770 (least-positive-float, least-negative-float)
7771 (least-positive-normalized-float, least-negative-normalized-float)
7772 (float-epsilon, float-negative-epsilon): Add doc-strings,
7773 based on those in cl.texi.
7774
7775 * files.el (set-visited-file-name): If the major-mode changed,
7776 reload the local variables. (Bug#9796)
7777
7778 2011-10-27 Chong Yidong <cyd@gnu.org>
7779
7780 * subr.el (change-major-mode-after-body-hook): New hook.
7781 (run-mode-hooks): Run it.
7782
7783 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7784 Use change-major-mode-before-body-hook.
7785
7786 * simple.el (fundamental-mode):
7787 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
7788 change introducing fundamental-mode-hook.
7789
7790 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
7791
7792 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
7793
7794 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
7795
7796 * ido.el (ido-file-name-all-completions-1): Do not require
7797 tramp.el explicitly. (Bug#7583)
7798
7799 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7800
7801 * progmodes/octave-mod.el:
7802 * progmodes/octave-inf.el: Update maintainer.
7803
7804 2011-10-26 Chong Yidong <cyd@gnu.org>
7805
7806 * subr.el (with-wrapper-hook): Rewrite doc.
7807
7808 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
7809
7810 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
7811 filenames "/method:foo:". (Bug#9793)
7812
7813 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7814
7815 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
7816 (bug#9865).
7817
7818 2011-10-24 Glenn Morris <rgm@gnu.org>
7819
7820 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
7821
7822 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
7823
7824 * notifications.el: Add the requirement of a running D-Bus session
7825 bus to the Commentary.
7826
7827 2011-10-24 Juri Linkov <juri@jurta.org>
7828
7829 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
7830 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
7831 (Bug#9364)
7832
7833 2011-10-24 Juri Linkov <juri@jurta.org>
7834
7835 * info.el (Info-following-node-name-re): Add newline to the list
7836 of allowed characters for leading space. (Bug#9824)
7837
7838 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7839
7840 * progmodes/octave-inf.el (inferior-octave-mode-map):
7841 Fix C-c C-h binding.
7842 * progmodes/octave-mod.el (octave-help): Remove.
7843
7844 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
7845
7846 Sync with Tramp 2.2.3.
7847
7848 * net/tramp-cache.el (top): Pacify byte-compiler using
7849 `init-file-user' and `site-run-file'.
7850
7851 * net/trampver.el: Update release number.
7852
7853 2011-10-23 Chong Yidong <cyd@gnu.org>
7854
7855 * files.el (toggle-read-only): Remove obsolete comment about
7856 version control.
7857
7858 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
7859 for toggle-read-only. Note that this hasn't called vc-next-action
7860 since 2008-05-02, though it wasn't documented at the time.
7861
7862 * vc/ediff-init.el (ediff-toggle-read-only-function):
7863 Use toggle-read-only.
7864
7865 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
7866
7867 Fix bug #9560, sporadic wrong indentation; improve instrumentation
7868 of c-parse-state.
7869
7870 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
7871 correct faulty logical expression.
7872 (c-parse-state-state, c-record-parse-state-state):
7873 (c-replay-parse-state-state): New defvar/defuns.
7874 (c-debug-parse-state): Use new functions.
7875
7876 2011-10-22 Martin Rudalics <rudalics@gmx.at>
7877
7878 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
7879 last fix. Use window-in-direction correctly.
7880
7881 2011-10-21 Chong Yidong <cyd@gnu.org>
7882
7883 * progmodes/idlwave.el (idlwave-mode):
7884 * progmodes/vera-mode.el (vera-mode): No need to set
7885 require-final-newline; that's done in prog-mode.
7886 Suggested by Stefan Monnier.
7887
7888 2011-10-21 Martin Rudalics <rudalics@gmx.at>
7889
7890 * mouse.el (mouse-drag-window-above)
7891 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
7892 (mouse-drag-mode-line-1, mouse-drag-header-line)
7893 (mouse-drag-vertical-line-rightward-window): Remove.
7894 (mouse-drag-line): New function.
7895 (mouse-drag-mode-line, mouse-drag-header-line)
7896 (mouse-drag-vertical-line): Call mouse-drag-line.
7897 * window.el (window-at-side-p, windows-at-side): New functions.
7898
7899 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
7900
7901 * tar-mode.el (tar-grind-file-mode):
7902 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
7903
7904 2011-10-21 Chong Yidong <cyd@gnu.org>
7905
7906 * progmodes/idlwave.el (idlwave-mode):
7907 * progmodes/vera-mode.el (vera-mode):
7908 Use mode-require-final-newline.
7909
7910 2011-10-20 Glenn Morris <rgm@gnu.org>
7911
7912 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
7913
7914 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
7915
7916 * emulation/cua-base.el (cua-set-mark): Fix case of string.
7917
7918 2011-10-20 Chong Yidong <cyd@gnu.org>
7919
7920 * emulation/cua-base.el (cua-mode):
7921 * mail/footnote.el (footnote-mode):
7922 * mail/mailabbrev.el (mail-abbrevs-mode):
7923 * net/xesam.el (xesam-minor-mode):
7924 * progmodes/bug-reference.el (bug-reference-mode):
7925 * progmodes/cap-words.el (capitalized-words-mode):
7926 * progmodes/compile.el (compilation-minor-mode)
7927 (compilation-shell-minor-mode):
7928 * progmodes/gud.el (gud-tooltip-mode):
7929 * progmodes/hideif.el (hide-ifdef-mode):
7930 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
7931 * progmodes/subword.el (subword-mode):
7932 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
7933 * progmodes/which-func.el (which-function-mode):
7934 * term/tvi970.el (tvi970-set-keypad-mode):
7935 * term/vt100.el (vt100-wide-mode):
7936 * textmodes/flyspell.el (flyspell-mode):
7937 * textmodes/ispell.el (ispell-minor-mode):
7938 * textmodes/nroff-mode.el (nroff-electric-mode):
7939 * textmodes/paragraphs.el (use-hard-newlines):
7940 * textmodes/refill.el (refill-mode):
7941 * textmodes/reftex.el (reftex-mode):
7942 * textmodes/rst.el (rst-minor-mode):
7943 * textmodes/sgml-mode.el (html-autoview-mode)
7944 (sgml-electric-tag-pair-mode):
7945 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
7946 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
7947 * emulation/crisp.el (crisp-mode):
7948 * emacs-lisp/eldoc.el (eldoc-mode):
7949 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
7950 minor mode behavior.
7951
7952 2011-10-19 Juri Linkov <juri@jurta.org>
7953
7954 * descr-text.el (describe-char): Add #x2010 and #x2011 to
7955 the list of hard-coded chars with escape-glyph face.
7956
7957 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7958
7959 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
7960
7961 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
7962
7963 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
7964 running process.
7965
7966 2011-10-19 Glenn Morris <rgm@gnu.org>
7967
7968 * vc/vc-bzr.el (vc-bzr-after-dir-status):
7969 Ignore ignored files. (Bug#9726)
7970
7971 2011-10-19 Chong Yidong <cyd@gnu.org>
7972
7973 Doc fix for minor modes, stating that an omitted argument enables
7974 the mode unconditionally when called from Lisp.
7975
7976 * abbrev.el (abbrev-mode):
7977 * allout.el (allout-mode):
7978 * autoinsert.el (auto-insert-mode):
7979 * autoarg.el (autoarg-mode, autoarg-kp-mode):
7980 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
7981 (global-auto-revert-mode):
7982 * battery.el (display-battery-mode):
7983 * composite.el (global-auto-composition-mode)
7984 (auto-composition-mode):
7985 * delsel.el (delete-selection-mode):
7986 * desktop.el (desktop-save-mode):
7987 * dired-x.el (dired-omit-mode):
7988 * dirtrack.el (dirtrack-mode):
7989 * doc-view.el (doc-view-minor-mode):
7990 * double.el (double-mode):
7991 * electric.el (electric-indent-mode, electric-pair-mode):
7992 * emacs-lock.el (emacs-lock-mode):
7993 * epa-hook.el (auto-encryption-mode):
7994 * follow.el (follow-mode):
7995 * font-core.el (font-lock-mode):
7996 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
7997 * help.el (temp-buffer-resize-mode):
7998 * hilit-chg.el (highlight-changes-mode)
7999 (highlight-changes-visible-mode):
8000 * hi-lock.el (hi-lock-mode):
8001 * hl-line.el (hl-line-mode, global-hl-line-mode):
8002 * icomplete.el (icomplete-mode):
8003 * ido.el (ido-everywhere):
8004 * image-file.el (auto-image-file-mode):
8005 * image-mode.el (image-minor-mode):
8006 * iswitchb.el (iswitchb-mode):
8007 * jka-cmpr-hook.el (auto-compression-mode):
8008 * linum.el (linum-mode):
8009 * longlines.el (longlines-mode):
8010 * master.el (master-mode):
8011 * mb-depth.el (minibuffer-depth-indicate-mode):
8012 * menu-bar.el (menu-bar-mode):
8013 * minibuf-eldef.el (minibuffer-electric-default-mode):
8014 * mouse-sel.el (mouse-sel-mode):
8015 * msb.el (msb-mode):
8016 * mwheel.el (mouse-wheel-mode):
8017 * outline.el (outline-minor-mode):
8018 * paren.el (show-paren-mode):
8019 * recentf.el (recentf-mode):
8020 * reveal.el (reveal-mode, global-reveal-mode):
8021 * rfn-eshadow.el (file-name-shadow-mode):
8022 * ruler-mode.el (ruler-mode):
8023 * savehist.el (savehist-mode):
8024 * scroll-all.el (scroll-all-mode):
8025 * scroll-bar.el (scroll-bar-mode):
8026 * server.el (server-mode):
8027 * shell.el (shell-dirtrack-mode):
8028 * simple.el (auto-fill-mode, transient-mark-mode)
8029 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
8030 (line-number-mode, column-number-mode, size-indication-mode)
8031 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
8032 * strokes.el (strokes-mode):
8033 * time.el (display-time-mode):
8034 * t-mouse.el (gpm-mouse-mode):
8035 * tool-bar.el (tool-bar-mode):
8036 * tooltip.el (tooltip-mode):
8037 * type-break.el (type-break-mode-line-message-mode)
8038 (type-break-query-mode):
8039 * view.el (view-mode):
8040 * whitespace.el (whitespace-mode, whitespace-newline-mode)
8041 (global-whitespace-mode, global-whitespace-newline-mode):
8042 * xt-mouse.el (xterm-mouse-mode): Doc fix.
8043
8044 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8045 Fix autogenerated docstring.
8046
8047 2011-10-19 Juri Linkov <juri@jurta.org>
8048
8049 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
8050 by checking environment variables "DESKTOP_SESSION" and
8051 "XDG_CURRENT_DESKTOP". (Bug#9779)
8052
8053 2011-10-19 Juri Linkov <juri@jurta.org>
8054
8055 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
8056 (browse-url-chromium-program, browse-url-chromium-arguments):
8057 New defcustoms.
8058 (browse-url-default-browser): Check for `browse-url-chromium' and
8059 call `browse-url-chromium-program'.
8060 (browse-url-chromium): New command. (Bug#9779)
8061
8062 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
8063
8064 * facemenu.el (list-colors-duplicates): On Windows, detect more
8065 duplicates by assuming that only colors matching "^System" are
8066 special "system colors". (Bug#9722)
8067
8068 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8069
8070 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
8071 to distinguish the author from the committer.
8072
8073 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
8074
8075 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
8076
8077 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
8078
8079 * international/mule.el (sgml-html-meta-auto-coding-function):
8080 Add support for detecting encoding in HTML5 specified only as
8081 <meta charset="UTF-8">. Implementation just makes http-equiv and
8082 content-type parts from HTML4 encoding string optional. (Bug#9716)
8083
8084 2011-10-18 Glenn Morris <rgm@gnu.org>
8085
8086 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
8087
8088 2011-10-18 Chong Yidong <cyd@gnu.org>
8089
8090 * faces.el (cursor): Doc fix.
8091
8092 2011-10-17 Chong Yidong <cyd@gnu.org>
8093
8094 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
8095
8096 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
8097
8098 * dirtrack.el (dirtrack): Support shell buffers with path
8099 prefixes, e.g. tramp-based remote shells. (Bug#9647)
8100
8101 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
8102
8103 * json.el: Bump version to 1.3 and note change in History.
8104 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
8105
8106 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8107
8108 * comint.el (comint-insert-input, comint-send-input)
8109 (comint-get-old-input-default, comint-backward-matching-input)
8110 (comint-next-prompt): Use nil instead of `input' for field property of
8111 past user input (bug#114).
8112
8113 * minibuffer.el (completion--replace): Inherit surrounding properties
8114 (bug#114).
8115 (minibuffer-complete-and-exit): Use it.
8116
8117 * comint.el (comint--table-subvert): Quote the all-completions output
8118 (bug#9160).
8119
8120 2011-10-17 Martin Rudalics <rudalics@gmx.at>
8121
8122 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
8123
8124 * menu-bar.el (menu-bar-file-menu): Add entry for making new
8125 window on right of selected. (Bug#9350) Reword other window
8126 entries and separate them from frame entries.
8127
8128 2011-10-15 Glenn Morris <rgm@gnu.org>
8129
8130 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
8131 Doc fixes.
8132
8133 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
8134
8135 * net/network-stream.el (network-stream-open-starttls):
8136 Improve detection of failure due to lack of TLS support.
8137
8138 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
8139 putting the input text in front and in bold.
8140
8141 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8142
8143 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
8144
8145 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
8146 empty buffer.
8147
8148 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
8149 unread-command-events rather than pushing yet-another event.
8150
8151 2011-10-14 Eli Zaretskii <eliz@gnu.org>
8152
8153 * mail/sendmail.el (sendmail-query-once): Improve the wording of
8154 the explanation of the possible choices. Make the options passed
8155 to completing-read shorter.
8156
8157 2011-10-13 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
8158
8159 * textmodes/flyspell.el (flyspell-large-region): Make sure
8160 extended character mode is used if defined (Bug#1339).
8161
8162 2011-10-13 Eli Zaretskii <eliz@gnu.org>
8163
8164 * simple.el (what-cursor-position): Fix the display of the
8165 character info for LRE, LRO, RLE, and RLO characters by appending
8166 an invisible PDF.
8167
8168 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8169
8170 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
8171 even in case of error; add debug spec; simplify data flow.
8172 (with-timeout-handler): Remove.
8173
8174 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
8175
8176 Fix Bug#6019, Bug#9315.
8177
8178 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
8179 complete `buffer-file-name', the local file name part could look
8180 remotely (for example on VMS).
8181
8182 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
8183 `tramp-run-real-handler'.
8184 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
8185 already quoted by '"'.
8186
8187 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
8188 Let `file-name-handler-alist' be nil, the local file name part
8189 could look remotely (for example on VMS).
8190
8191 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8192
8193 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
8194 from here...
8195 (flyspell-post-command-hook): ...to here.
8196
8197 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8198
8199 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
8200 if not needed.
8201 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
8202 using completion. Protect against "slow" callers.
8203 Remove the "message hack".
8204
8205 2011-10-11 Juri Linkov <juri@jurta.org>
8206
8207 * isearch.el (isearch-lazy-highlight-word): New variable.
8208 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8209 Use it. (Bug#9727)
8210
8211 2011-10-11 Glenn Morris <rgm@gnu.org>
8212
8213 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
8214 like f90-previous-statement does.
8215
8216 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8217
8218 * eshell/eshell.el (eshell-command): History should be saved
8219 only in interactive use, to avoid error.
8220
8221 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8222
8223 * minibuffer.el (completion-file-name-table): Fix last change,
8224 i.e. ignore normal errors but not the other ones.
8225
8226 2011-10-10 Martin Rudalics <rudalics@gmx.at>
8227
8228 * window.el (special-display-buffer-names)
8229 (special-display-regexps): Remove some remnants of earlier
8230 changes from doc-strings.
8231 (quit-windows-on): New function.
8232
8233 * vc/vc.el (vc-revert, vc-rollback):
8234 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
8235 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
8236 (Bug#6183) (Bug#7074) (Bug#7447)
8237
8238 2011-10-09 Martin Rudalics <rudalics@gmx.at>
8239
8240 * window.el (frame-auto-hide-function): Add version tag.
8241 (Bug#9699)
8242
8243 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
8244
8245 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
8246 condition.
8247
8248 2011-10-09 Leo Liu <sdl.web@gmail.com>
8249
8250 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
8251 (Bug#9701)
8252
8253 2011-10-08 Glenn Morris <rgm@gnu.org>
8254
8255 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
8256 before the first code statement zero indent. (Bug#9690)
8257
8258 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
8259
8260 * simple.el (count-words-region): Always count in the region.
8261 Report the number of lines and characters too.
8262 (count-words): New command, which counts in the buffer if the
8263 region is inactive, as count-words-region used to.
8264 (count-words--message): New function. Handle plurals.
8265 (count-lines-region): Make it an alias for count-words-region.
8266
8267 * bindings.el (esc-map): Replace count-lines-region with
8268 count-words-region.
8269
8270 2011-10-08 Martin Rudalics <rudalics@gmx.at>
8271
8272 * window.el (window--delete): Delete dedicated frame
8273 unconditionally when argument KILL is non-nil. (Bug#9699)
8274 (switch-to-buffer): Fix doc-string typo.
8275
8276 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8277
8278 * eshell/eshell.el (eshell-command): Avoid using hooks.
8279
8280 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
8281
8282 * bindings.el ([M-left],[M-right]): Bind to left-word and
8283 right-word respectively.
8284
8285 2011-10-07 Glenn Morris <rgm@gnu.org>
8286
8287 * cus-start.el (debug-on-quit): Fix custom type.
8288
8289 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8290
8291 * subr.el (define-key-after): Clarify that the function is not
8292 useful for non-menu keymaps.
8293
8294 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
8295
8296 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8297
8298 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8299 in current minibuffer (Fix bug with recursive minibuffers).
8300
8301 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
8302
8303 * progmodes/gdb-mi.el (gdb): Doc fix.
8304
8305 2011-10-05 Martin Rudalics <rudalics@gmx.at>
8306
8307 * window.el (frame-auto-hide-function): New option replacing
8308 frame-auto-delete. Suggested by Stefan Monnier.
8309 (window--delete): Call frame-auto-hide-function instead of
8310 investigating frame-auto-delete.
8311 (window-point-1, set-window-point-1): New functions.
8312 (window-in-direction, record-window-buffer, window-state-get-1)
8313 (display-buffer-record-window): Use window-point-1 instead of
8314 window-point.
8315 (set-window-buffer-start-and-point): Use set-window-point-1.
8316
8317 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8318
8319 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
8320
8321 2011-10-05 Glenn Morris <rgm@gnu.org>
8322
8323 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
8324 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
8325
8326 2011-10-05 Leo Liu <sdl.web@gmail.com>
8327
8328 * subr.el (read-char-choice): Fix argument to buffer-live-p which
8329 works with buffer object.
8330
8331 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8332
8333 * mpc.el (mpc-tool-bar-map): Add labels.
8334
8335 2011-10-04 Glenn Morris <rgm@gnu.org>
8336
8337 * calendar/holidays.el (calendar-check-holidays): Doc fix.
8338
8339 2011-10-04 Martin Rudalics <rudalics@gmx.at>
8340
8341 * window.el (window--delete): New function.
8342 (frame-auto-delete): Resuscitate option.
8343 (bury-buffer, replace-buffer-in-windows)
8344 (quit-window): Rewrite using window--delete.
8345 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8346 Pass display-buffer-mark-dedicated to window--display-buffer-2
8347 (Bug#9639).
8348
8349 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8350
8351 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
8352 returns a list (bug#9554). Add remote file name completion.
8353 * comint.el (comint--table-subvert): Curry and get quote&unquote
8354 functions as arguments.
8355 (comint--complete-file-name-data): Adjust call accordingly.
8356 * pcomplete.el (pcomplete--table-subvert): Remove.
8357 (pcomplete-completions-at-point): Use comint--table-subvert instead.
8358
8359 * minibuffer.el (completion-table-case-fold): Use currying.
8360 (completion--styles-type, completion--cycling-threshold-type):
8361 New constants.
8362 (completion-styles, completion-category-overrides)
8363 (completion-cycle-threshold): Use them.
8364 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
8365 completion-table-case-fold.
8366
8367 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
8368
8369 * minibuffer.el (completion-category-overrides): Fix type of styles
8370 and add more user friendly tags (bug#9660).
8371
8372 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8373
8374 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
8375 (mule-input-method-string): New widget.
8376 (default-input-method, language-info-custom-alist): Use it.
8377
8378 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8379
8380 * pcomplete.el: Require comint.
8381 (pcomplete--common-suffix): Remove.
8382 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
8383 (pcomplete--table-subvert): Sync with comint--table-subvert.
8384 (pcomplete--entries): Use comint-completion-file-name-table.
8385 * comint.el (comint-unquote-filename): Simplify.
8386 (comint-completion-file-name-table): New function (bug#9616).
8387 (comint--complete-file-name-data): Use it.
8388
8389 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
8390 (pcmpl-gnu-tar-buffer): Remove.
8391 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
8392 around. Make sure pcomplete-suffix-list is only changed temporarily.
8393 Don't look inside the tar's file if it's too large.
8394
8395 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
8396
8397 * cus-edit.el (custom-mode-map):
8398 * epa.el (epa-key-list-mode-map):
8399 * man.el (Man-mode-map):
8400 * startup.el (splash-screen-keymap):
8401 * simple.el (special-mode-map): Use scroll-up-command and
8402 scroll-down-command.
8403
8404 * progmodes/idlw-help.el (idlwave-help-mode-map):
8405 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
8406 * net/newst-plainview.el (newsticker-mode-map):
8407 * emulation/ws-mode.el (wordstar-mode-map):
8408 * emulation/vi.el (vi-com-map):
8409 * calc/calc-graph.el (calc-graph-show-dumb):
8410 * term/sun.el (terminal-init-sun):
8411 * term/ns-win.el (global-map):
8412 * progmodes/grep.el (grep-mode-map):
8413 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
8414 * mail/rmail.el (rmail-mode-map):
8415 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
8416
8417 * custom.el (custom-safe-themes, load-theme): Treat value of t for
8418 custom-safe-themes as special.
8419
8420 2011-10-01 Julien Danjou <julien@danjou.info>
8421
8422 * notifications.el (notifications-notify): Fix docstring.
8423
8424 2011-10-01 Per Starbäck <per@starback.se>
8425
8426 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
8427
8428 2011-09-30 Martin Rudalics <rudalics@gmx.at>
8429
8430 * startup.el (command-line-1): Fix last fix by inserting
8431 initial-scratch-message into *scratch* before displaying it.
8432 (Bug#9605) and (Bug#9636)
8433
8434 2011-09-29 Eli Zaretskii <eliz@gnu.org>
8435
8436 * simple.el (line-move): If auto-hscroll-mode is disabled and the
8437 window is hscrolled, move by logical lines. (Bug#9607)
8438 (line-move-visual): Update the doc string to the above effect.
8439
8440 2011-09-29 Martin Rudalics <rudalics@gmx.at>
8441
8442 * window.el (display-buffer-record-window): When WINDOW is the
8443 selected window use `point' instead of `window-point'. (Bug#9626)
8444
8445 * startup.el (command-line-1): Use insert-before-markers when
8446 inserting initial-scratch-message. (Bug#9605)
8447
8448 * help.el (help-window): Remove variable.
8449
8450 2011-09-29 Glenn Morris <rgm@gnu.org>
8451
8452 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
8453
8454 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
8455
8456 * descr-text.el (describe-char-categories): Accept category
8457 descriptions more than one line long.
8458
8459 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8460
8461 * simple.el (delete-trailing-whitespace): Fix last change.
8462
8463 * progmodes/perl-mode.el (perl-syntax-propertize-function):
8464 Don't confuse "y => 3" as the beginning of a `y' operation.
8465
8466 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
8467 object has more than 4 slots (bug#9613).
8468
8469 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
8470
8471 * subr.el (with-output-to-temp-buffer):
8472 * net/quickurl.el (quickurl, quickurl-browse-url):
8473 Fix typos in docstrings.
8474
8475 2011-09-27 Eli Zaretskii <eliz@gnu.org>
8476
8477 * minibuffer.el (completion-styles)
8478 (completion-category-overrides): Cross reference each other in doc
8479 strings.
8480
8481 2011-09-27 Glenn Morris <rgm@gnu.org>
8482
8483 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
8484 to split-string. (Bug#9606)
8485
8486 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8487
8488 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
8489 (bug#9615).
8490
8491 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
8492
8493 * emacs-lisp/package.el (list-packages): Fix echo area message.
8494
8495 2011-09-27 Leo Liu <sdl.web@gmail.com>
8496
8497 * ido.el (ido-read-internal): Accept cons cell HIST arg.
8498
8499 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
8500
8501 * net/dbus.el (dbus-unregister-object): Don't release services for
8502 registered signals. (Bug#9581)
8503
8504 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
8505
8506 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
8507 function that picks between cfengine 2 and 3 support
8508 automatically. Update docs accordingly.
8509
8510 2011-09-22 Kenichi Handa <handa@m17n.org>
8511
8512 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
8513 ZERO.
8514 (indian-itrans-v5-table-for-tamil): New variable.
8515 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
8516
8517 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
8518
8519 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
8520 that's true if the current command involved collapsing of text.
8521 It's reset to false at the beginning of the next command.
8522 (allout-post-command-business): Move the cursor to the beginning
8523 of entry if the cursor is hidden and collapsing activity just
8524 happened.
8525
8526 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
8527
8528 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
8529 tracking (Bug#9541).
8530
8531 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
8532
8533 * net/newst-reader.el (newsticker-html-renderer)
8534 (newsticker-show-news): Automatically load html rendering package
8535 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
8536 because w3m-fill-column is let-bound" and the error "Symbol's value
8537 as variable is void: w3m-fill-column".
8538
8539 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
8540
8541 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
8542 Release services only if they are defined. (Bug#9581)
8543
8544 2011-09-23 Richard Stallman <rms@gnu.org>
8545
8546 * textmodes/paragraphs.el (forward-sentence): For backwards case,
8547 distinguish start of paragraph from start of its text.
8548
8549 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
8550
8551 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
8552 (rmail-generate-viewer-buffer): Put that hook on view buffer.
8553 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
8554
8555 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
8556
8557 * international/mule-diag.el (mule-diag): Insert a newline after
8558 each fontset description.
8559
8560 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8561
8562 * simple.el (delete-trailing-whitespace):
8563 Document last change; simplify.
8564
8565 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
8566
8567 * simple.el (delete-trailing-whitespace): Also delete
8568 extra newlines at the end of the buffer.
8569
8570 * textmodes/picture.el: Make motion commands obey shift-select-mode.
8571 (picture-newline): Use forward-line so as to ignore fields.
8572
8573 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8574
8575 * subr.el (with-wrapper-hook): Fix edebug spec.
8576
8577 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8578
8579 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
8580 (bug#4538).
8581
8582 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
8583
8584 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
8585 Fix nasty bug using wrong cached values.
8586
8587 2011-09-23 Alan Mackenzie <acm@muc.de>
8588
8589 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
8590
8591 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
8592
8593 * window.el (pop-to-buffer): Ensure right window is selected if we
8594 chose another frame.
8595
8596 2011-09-22 Eli Zaretskii <eliz@gnu.org>
8597
8598 * simple.el (what-cursor-position): Use get-char-property-change
8599 and next-single-char-property-change, to be able to show display
8600 properties that come from overlays as well as text properties.
8601
8602 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
8603
8604 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
8605
8606 * cmuscheme.el (run-scheme, switch-to-scheme):
8607 * cus-edit.el (customize-group, custom-buffer-create)
8608 (customize-browse):
8609 * info.el (info):
8610 * shell.el (shell):
8611 * mail/sendmail.el (mail):
8612 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
8613
8614 2011-09-22 Richard Stallman <rms@gnu.org>
8615
8616 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
8617 move back only to line beg, don't move back over blank lines.
8618
8619 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
8620
8621 * files.el (copy-directory): Set directory attributes only in case
8622 they could be retrieved from the source directory. (Bug#9565)
8623
8624 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
8625
8626 * progmodes/hideshow.el (hs-looking-at-block-start-p)
8627 (hs-find-block-beginning, hs-hide-level-recursive):
8628 Ignore strings as well as comments. (Bug#9502)
8629
8630 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
8631
8632 * progmodes/sql.el (sql-comint-postgres):
8633 Convert port number to a string. (Bug#9566)
8634
8635 2011-09-22 Martin Rudalics <rudalics@gmx.at>
8636
8637 * window.el (quit-window): Undedicate window when switching to
8638 previous buffer. Reported by Thierry Volpiatto
8639 <thierry.volpiatto@gmail.com>.
8640 (special-display-popup-frame): When popping up a new frame reset
8641 its previous buffers to nil. Simplify code.
8642
8643 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
8644
8645 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
8646 and process filter, as done also in `shell-command'.
8647
8648 2011-09-21 Martin Rudalics <rudalics@gmx.at>
8649
8650 * window.el (set-window-buffer-start-and-point):
8651 Call set-window-start with NOFORCE argument t.
8652 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
8653 (quit-window): Reword doc-string. Handle new format of
8654 quit-restore parameter. Don't delete window if it has a
8655 previous buffer we can show instead of the present one.
8656 (display-buffer-record-window): Rewrite using a new format for
8657 the quit-restore window parameter
8658 (special-display-popup-frame, display-buffer-same-window)
8659 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8660 (display-buffer-pop-up-window, display-buffer-use-some-window):
8661 Adapt symbol passed to display-buffer-record-window.
8662 * help.el (help-window-setup): Handle new format of quit-restore
8663 parameter.
8664
8665 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8666
8667 * faces.el (face-list): Fix docstring (bug#9564).
8668
8669 * window.el (display-buffer--action-function-custom-type):
8670 Don't include internal functions in the Custom interface.
8671
8672 2011-09-20 Juri Linkov <juri@jurta.org>
8673
8674 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
8675 (Info-forward-node, Info-backward-node, Info-next-preorder)
8676 (Info-last-preorder): Use it. (Bug#9528)
8677
8678 2011-09-20 Juri Linkov <juri@jurta.org>
8679
8680 * info.el (Info-last-preorder): Visit last menu item only when
8681 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
8682
8683 2011-09-20 Julien Danjou <julien@danjou.info>
8684
8685 * password-cache.el (password-cache-remove): Remove entries even if the
8686 value is nil, so that password with a nil value (negative caching) is
8687 possible to invalidate.
8688
8689 2011-09-20 Lawrence Mitchell <wence@gmx.li>
8690
8691 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
8692 all whitespace around breakpoint. (Bug#9553)
8693 (f90-find-breakpoint): Only break at whitespace inside a comment.
8694
8695 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8696
8697 * minibuffer.el (completion-file-name-table): Keep track of errors.
8698 (completion-table-with-predicate): Handle the case where pred1 is nil.
8699 * pcomplete.el (pcomplete-completions-at-point): Simplify.
8700
8701 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8702
8703 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
8704 (debugger-return-value): Signal an error if the debugging context does
8705 not await any return value.
8706
8707 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
8708 * image-mode.el (image-toggle-display-text)
8709 (image-toggle-display-image): Stay away from evil `intangible'.
8710
8711 2011-09-19 Leo Liu <sdl.web@gmail.com>
8712
8713 * replace.el (occur-revert-arguments): Make it permanent-local.
8714 (occur-mode): Don't call font-lock-defontify.
8715
8716 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
8717
8718 * net/ldap.el (ldap-search-internal): Don't push empty search
8719 result (Bug#9508).
8720
8721 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8722
8723 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
8724
8725 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
8726
8727 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
8728 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
8729
8730 2011-09-18 Juri Linkov <juri@jurta.org>
8731
8732 * buff-menu.el (Buffer-menu-mode-map):
8733 * dired.el (dired-mode-map):
8734 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
8735 (lisp-interaction-mode-map):
8736 * emacs-lisp/package.el (package-menu-mode-map):
8737 * epa.el (epa-key-list-mode-map):
8738 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
8739 (menu-bar-options-menu):
8740 * outline.el (outline-mode-menu-bar-map):
8741 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
8742 * vc/vc-dir.el (vc-dir-menu-map):
8743 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
8744 Capitalize non-function content words in menu item strings.
8745
8746 * dired.el (dired-mode-map): Add menu item for
8747 `image-dired-dired-toggle-marked-thumbs'.
8748
8749 2011-09-18 Juri Linkov <juri@jurta.org>
8750
8751 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
8752 to `isearch-case-fold-search' and restore its original value
8753 after the `isearch-mode' call.
8754
8755 2011-09-18 Juri Linkov <juri@jurta.org>
8756
8757 * progmodes/grep.el (grep-process-setup): Don't check code for 1
8758 because `zgrep' returns 1 for successful matches (bug#9226).
8759
8760 2011-09-18 Juri Linkov <juri@jurta.org>
8761
8762 * info.el (Info-extract-menu-node-name): Check the second match
8763 for empty string (second test-case of bug#9528).
8764 (Info-last-preorder): Let-bind `Info-history' to nil to not add
8765 intermediate nodes to the history (first test-case of bug#9528).
8766
8767 2011-09-18 Juri Linkov <juri@jurta.org>
8768
8769 * info.el (Info-mode-syntax-table): New variable.
8770 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
8771
8772 2011-09-18 Juri Linkov <juri@jurta.org>
8773
8774 * info.el (Info-file-supports-index-cookies):
8775 Increment line-beginning-position's arg from 3 to 4 because makeinfo
8776 outputs one more line for long file names (bug#4142).
8777
8778 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
8779
8780 * newcomment.el (comment-normalize-vars): If prompting for
8781 comment-start, set comment-start-skip too (Bug#8424).
8782
8783 2011-09-18 Johan BockgĂ¥rd <bojohan@gnu.org>
8784
8785 * icomplete.el: Fix previous fix of Bug#5849.
8786 (icomplete-mode): Don't set completion-show-inline-help.
8787 (icomplete-minibuffer-setup): Set completion-show-inline-help
8788 locally during icompletion.
8789
8790 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
8791
8792 * woman.el (woman2-process-escapes): Don't delete unrecognized
8793 escapes (Bug#7843).
8794
8795 * files.el (inhibit-first-line-modes-regexps): Add image files.
8796 (hack-local-variables-prop-line): Return nil for malformed
8797 prop-lines (Bug#9044).
8798
8799 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
8800
8801 * net/tramp.el (top): Don't require 'shell.
8802 (tramp-methods): Fix docstring.
8803 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8804 Return complete remote file name. Handle "smb" case.
8805 Use `tramp-tmpdir', if defined for the respective method.
8806 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
8807
8808 * net/tramp-compat.el (top): Require 'shell.
8809
8810 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
8811 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
8812 `tramp-current-host'.
8813 (tramp-get-remote-tmpdir): Remove.
8814
8815 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
8816 `tramp-tmpdir' entries.
8817 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
8818 (tramp-smb-handle-file-attributes): Ignore errors.
8819 (tramp-smb-wait-for-output): Check also for process end.
8820
8821 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8822
8823 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
8824 when sending QUIT (bug#9312).
8825
8826 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
8827
8828 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
8829 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
8830 occur-mode-display-occurrence.
8831 (occur-edit-mode): Add usage message.
8832 (occur-cease-edit): New command.
8833 (occur-after-change-function): Use text properties to find the
8834 position of the prefix text.
8835 (occur-engine): Set stickiness of prefix text properties.
8836
8837 2011-09-17 Glenn Morris <rgm@gnu.org>
8838
8839 * progmodes/etags.el (complete-tag):
8840 Fix call to completion-in-region. (Bug#9526)
8841
8842 2011-09-17 Juri Linkov <juri@jurta.org>
8843
8844 * textmodes/ispell.el (ispell-word): Add to the error message
8845 the word, ispell program name and current dictionary (bug#9121).
8846 (ispell-tex-arg-end): Capitalize "error" in the error message.
8847
8848 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
8849
8850 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
8851 check. (Bug#4251)
8852
8853 2011-09-17 Juri Linkov <juri@jurta.org>
8854
8855 * window.el (window-safe-min-height, window-safe-min-width):
8856 Fix typos (followup to bug#9522).
8857
8858 2011-09-17 Sven Joachim <svenjoac@gmx.de>
8859
8860 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
8861
8862 2011-09-16 Eli Zaretskii <eliz@gnu.org>
8863
8864 * simple.el (line-move): If goal-column is set, move by logical
8865 lines, not by display lines. (Bug#971)
8866 (next-line, previous-line, goal-column, line-move-visual): Doc fix
8867 to reflect the above change.
8868
8869 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8870
8871 * image.el (imagemagick-register-types): Use regexp-opt.
8872
8873 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
8874
8875 * window.el (display-buffer-base-action): Rename from
8876 display-buffer-default-action. Make default value empty.
8877 (display-buffer-overriding-action): Convert to defvar.
8878 (display-buffer-fallback-action): New var.
8879
8880 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
8881
8882 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
8883 declaration.
8884 (package--add-to-archive-contents): If there is a duplicate entry
8885 with an older version, remove it.
8886 (package-menu-mark-delete, package-menu-mark-install)
8887 (package-menu-mark-unmark): Make unused args optional.
8888 (package-menu-mark-obsolete-for-deletion):
8889 Use package-menu-get-status instead of a regexp search.
8890 (package-menu-get-status): Use tabulated-list-entry.
8891 (package-menu-mark-upgrades): New command.
8892 (package-menu-mode-map): Bind it to U. Add it to menu bar.
8893 (package-menu-execute): Do installation before deletion.
8894 (package-menu-refresh, package-menu-execute): Use derived-mode-p
8895 instead of checking major-mode.
8896 (package-menu--find-upgrades): New function.
8897
8898 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8899
8900 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
8901 passwords in the log buffer.
8902 (smtpmail-process-filter): Update the process marker so that the
8903 "broken by peer" status message is inserted in the right place.
8904
8905 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8906
8907 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
8908 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
8909 bibtex-completion-at-point-function.
8910 (bibtex-completion-at-point-function): Use them.
8911
8912 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
8913
8914 * mpc.el (mpc-constraints-tag-lookup): New function.
8915 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
8916 also to browser "album|playlist".
8917
8918 2011-09-14 Juri Linkov <juri@jurta.org>
8919
8920 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
8921 (isearch-edit-string): Use length of `isearch-string' when
8922 `isearch-fail-pos' returns nil.
8923 (isearch-message): Remove duplicate code and call
8924 `isearch-fail-pos' with arg `t'.
8925
8926 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
8927
8928 * replace.el (occur-mode-goto-occurrence): Don't force using other
8929 window (Bug#9499).
8930
8931 * dired-aux.el (dired-do-chmod): Don't provide initial input.
8932
8933 2011-09-14 Martin Rudalics <rudalics@gmx.at>
8934
8935 * window.el (display-buffer-window): Remove.
8936 (display-buffer-record-window): Use help-setup window parameter
8937 instead of variable display-buffer-window.
8938 (display-buffer-function, special-display-buffer-names)
8939 (special-display-function): Mention help-setup parameter instead
8940 of display-buffer-window in doc-string.
8941 * help.el (help-window-setup): New argument help-window.
8942 Use help-window-setup parameter instead of display-buffer-window.
8943 Reword some messages.
8944 (with-help-window): Pass window used for displaying the buffer
8945 to help-window-setup. Don't set display-buffer-window.
8946
8947 2011-09-13 Glenn Morris <rgm@gnu.org>
8948
8949 * emacs-lisp/debug.el (debugger-make-xrefs):
8950 Preserve point. (Bug#9462)
8951
8952 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
8953
8954 * window.el (window-deletable-p): Use next-frame.
8955
8956 2011-09-13 Martin Rudalics <rudalics@gmx.at>
8957
8958 * window.el (window-auto-delete): Remove.
8959 (window-deletable-p): Remove argument FORCE. Don't deal with
8960 dedication and previous buffers.
8961 (switch-to-prev-buffer): Don't delete window.
8962 (delete-windows-on): Delete a window's frame if and only if the
8963 window is dedicated.
8964 (replace-buffer-in-windows): Delete buffer's window or frame if
8965 and only if window is dedicated.
8966 (quit-window): Handle quit-restore as before last change.
8967 (bury-buffer): Delete window only if window-deletable-p returns t.
8968
8969 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
8970
8971 * window.el (window-deletable-p): Never delete the last frame on a
8972 given terminal.
8973
8974 2011-09-13 Glenn Morris <rgm@gnu.org>
8975
8976 * help.el (describe-key-briefly): Copy previous standard-output change.
8977
8978 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
8979
8980 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
8981
8982 2011-09-13 Glenn Morris <rgm@gnu.org>
8983
8984 * emacs-lisp/lisp-mode.el (lisp-indent-function):
8985 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
8986
8987 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
8988
8989 * dired-aux.el (dired-mark-read-string): Don't return default
8990 value on empty input (Bug#9361).
8991 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
8992 Omit initial minibuffer contents.
8993 (dired-do-chmod): Signal an error on empty input.
8994 (dired-mark-read-string): Don't return default on empty input.
8995
8996 * files.el (file-modes-symbolic-to-number): Doc fix.
8997
8998 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8999
9000 * international/mule-cmds.el (ucs-completions): Remove.
9001 (read-char-by-name): Use complete-with-action instead; add metadata.
9002
9003 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
9004
9005 * window.el (display-buffer--action-function-custom-type)
9006 (display-buffer--action-custom-type): New vars.
9007 (display-buffer-alist, display-buffer-default-action)
9008 (display-buffer-overriding-action): Add defcustom types.
9009
9010 * frame.el (delete-other-frames): Doc fix (Bug#276).
9011
9012 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9013
9014 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
9015
9016 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
9017
9018 Change modes that used same-window-* vars to use switch-to-buffer.
9019
9020 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
9021 Use switch-to-buffer.
9022
9023 * cus-edit.el (customize-group, custom-buffer-create)
9024 (customize-browse, custom-buffer-create-other-window):
9025 Use switch-to-buffer or switch-to-buffer-other-window.
9026
9027 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
9028 (Info-prev, Info-up, Info-speedbar-goto-node)
9029 (info-display-manual): Use switch-to-buffer.
9030 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
9031
9032 * mail/sendmail.el (mail): Use switch-to-buffer.
9033 (mail-recover): Use switch-to-buffer-other-window.
9034
9035 * cmuscheme.el (run-scheme, switch-to-scheme):
9036 * ielm.el (ielm):
9037 * shell.el (shell):
9038 * net/rlogin.el (rlogin):
9039 * net/telnet.el (telnet, rsh):
9040 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
9041
9042 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
9043
9044 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
9045
9046 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9047
9048 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
9049 so don't mention it (bug#9301).
9050 (dired-sort-toggle-or-edit): Clarify string further.
9051
9052 * faces.el (face-spec-set-match-display): Make `(type graphic)'
9053 match `x', `w32' and `ns', like the manual says (bug#9029).
9054
9055 * subr.el (eval-after-load): Doc string clarification (bug#9125).
9056 (process-kill-buffer-query-function): Mention the buffer name in
9057 the query.
9058
9059 * image-mode.el (image-next-line): The line parameter is mandatory
9060 (bug#9258).
9061
9062 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
9063 which can be useful (bug#9301).
9064
9065 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
9066
9067 * subr.el (match-string): Mention that the current buffer should
9068 be the same as the search was done in (bug#9282).
9069
9070 * facemenu.el: Disable the remove-* commands if the mark isn't
9071 active (bug#9162).
9072
9073 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
9074
9075 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
9076 of display-buffer.
9077 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
9078
9079 * replace.el (occur-mode-goto-occurrence)
9080 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
9081 and display-buffer.
9082
9083 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
9084 display-buffer.
9085
9086 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
9087 special-display and same-window variables.
9088 (mail-other-window): Use switch-to-buffer-other-window.
9089 (mail-other-frame): USe switch-to-buffer-other-frame.
9090
9091 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
9092 Use display-buffer-other-frame.
9093 (gdb-display-gdb-buffer): Use pop-to-buffer.
9094
9095 * progmodes/gud.el (gud-goto-info): Use info-other-window.
9096
9097 * progmodes/python.el: Don't set same-window-buffer-names.
9098
9099 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
9100
9101 * window.el (display-buffer-alist): Add *Python*.
9102
9103 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
9104
9105 * window.el (display-buffer-alist): Add entry for buffers
9106 previously handled same-window-*.
9107 (display-buffer-alist, display-buffer-default-action)
9108 (display-buffer-overriding-action): Mark as risky.
9109 (display-buffer-alist): Document action function changes.
9110 (display-buffer--same-window-action)
9111 (display-buffer--other-frame-action): New variables.
9112 (switch-to-buffer, display-buffer-other-frame): Use them.
9113 (display-buffer): Rename reuse-frame entry to reusable-frames.
9114 (display-buffer-reuse-selected-window): Function deleted.
9115 (display-buffer-reuse-window): Handle reusable-frames alist entry.
9116 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
9117 (display-buffer-special): New function.
9118 (display-buffer--maybe-pop-up-frame-or-window): Rename from
9119 display-buffer-reuse-or-pop-window. Split off special-display
9120 part into display-buffer-special.
9121 (display-buffer-use-some-window): Don't perform any special
9122 pop-up-frames handling.
9123 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
9124 (display-buffer--maybe-same-window): Rename from
9125 display-buffer-maybe-same-window.
9126
9127 * info.el: Don't set same-window-regexps.
9128 (info-setup): New function.
9129 (info-other-window, info): Call it.
9130
9131 * cus-edit.el: Don't set same-window-regexps.
9132 (customize-group): New argument.
9133 (customize-group-other-window): Use it.
9134 (customize-face, customize-face-other-window): Likewise.
9135 (custom-buffer-create-other-window): Use pop-to-buffer directly.
9136
9137 * net/rlogin.el:
9138 * net/telnet.el:
9139 * progmodes/gud.el: Don't set same-window-regexps.
9140
9141 * cmuscheme.el:
9142 * ielm.el:
9143 * shell.el:
9144 * mail/sendmail.el:
9145 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
9146
9147 2011-09-10 Juri Linkov <juri@jurta.org>
9148
9149 * isearch.el (isearch-edit-string): Remove obsolete mention of
9150 `C-w' (`isearch-yank-word-or-char') from docstring.
9151 (isearch-query-replace): Fix typo in docstring (bug#9466).
9152
9153 2011-09-10 Juri Linkov <juri@jurta.org>
9154
9155 * paren.el (show-paren-function): Don't show escaped parens.
9156 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
9157
9158 2011-09-10 Eli Zaretskii <eliz@gnu.org>
9159
9160 * mail/sendmail.el (mml-to-mime, mml-attach-file)
9161 (mm-default-file-encoding): Remove autoload forms, they are
9162 replaced with autoload cookies in mml.el and mm-encode.el.
9163 (mail-add-attachment): New command.
9164 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
9165 (mail-mode): Mention mail-insert-file and mail-add-attachment in
9166 the doc string.
9167 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
9168
9169 2011-09-10 Reuben Thomas <rrt@sc3d.org>
9170
9171 * simple.el (count-words-region): Use buffer if there's no region
9172 (bug#9429).
9173
9174 2011-09-09 Juri Linkov <juri@jurta.org>
9175
9176 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
9177 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
9178 (wdired-isearch-filter-read-only): New function. (Bug#6362)
9179
9180 2011-09-09 Alan Mackenzie <acm@muc.de>
9181
9182 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
9183 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
9184
9185 2011-09-09 Eli Zaretskii <eliz@gnu.org>
9186
9187 Fix for Savannah bug#9392.
9188 * simple.el (mail-encode-mml): New defvar.
9189
9190 * mail/rmail.el (mail-encode-mml): Add a defvar.
9191 (rmail-enable-mime-composing): Default to t.
9192 (rmail-forward): Use MIME method of forwarding only if both
9193 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
9194 Set mail-encode-mml non-nil if the MIME method was used.
9195
9196 * mail/sendmail.el (mml-to-mime): Add autoload form.
9197 (mail-encode-mml): Add a defvar.
9198 (mail-mode): Make mail-encode-mml buffer-local and initialize it
9199 to nil.
9200 (mail-send): If mail-encode-mml is non-nil, run the outgoing
9201 message through mml-to-mime, and reset mail-encode-mml to nil.
9202
9203 2011-09-09 Glenn Morris <rgm@gnu.org>
9204
9205 * woman.el (woman-if-body): When processing an .el block,
9206 do not delete the next .el block as well. (Bug#9447)
9207 (woman-special-characters): Add oq, cq, and hy characters.
9208
9209 2011-09-08 Martin Rudalics <rudalics@gmx.at>
9210
9211 * window.el (window-deletable-p): Make sure window is live before
9212 invoking window-prev-buffers.
9213
9214 2011-09-08 Leo Liu <sdl.web@gmail.com>
9215
9216 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
9217
9218 2011-09-08 Juri Linkov <juri@jurta.org>
9219
9220 * progmodes/compile.el (compilation-environment): Make it
9221 a defcustom (bug#8340).
9222
9223 2011-09-08 Martin Rudalics <rudalics@gmx.at>
9224
9225 * window.el (frame-auto-delete): Rename to window-auto-delete.
9226 Make it control auto-deletion of windows and/or frames.
9227 (window-deletable-p): New argument FORCE. Rewrite conditions
9228 for deleting window/frame. (Bug#9419)
9229 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
9230 Rewrite handling of case when window/frame can be deleted.
9231 (delete-windows-on): Call window-deletable-p with new FORCE
9232 argument t. (Bug#9456)
9233
9234 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
9235
9236 * help-mode.el (help-mode): Restore autoload.
9237
9238 2011-09-07 Juri Linkov <juri@jurta.org>
9239
9240 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
9241 `compilation-environment'. Set buffer-local
9242 `compilation-environment' to `thisenv' later after (funcall mode).
9243 (Bug#8340)
9244
9245 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
9246 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
9247 instead of replacing its value. (Bug#8340)
9248
9249 2011-09-07 Juri Linkov <juri@jurta.org>
9250
9251 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
9252 based on text properties put by `grep-filter' instead of matching
9253 escape sequences.
9254 (grep-mode): Set buffer-local `compilation-error-screen-columns'
9255 to the value of `grep-error-screen-columns' (bug#9438).
9256
9257 2011-09-07 Juri Linkov <juri@jurta.org>
9258
9259 * simple.el (next-error-highlight, next-error-highlight-no-select):
9260 Doc fix (bug#9432).
9261
9262 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
9263
9264 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9265 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
9266
9267 2011-09-07 Leo Liu <sdl.web@gmail.com>
9268
9269 * net/rcirc.el (rcirc-mode): Conditionally initialize
9270 rcirc-input-ring.
9271
9272 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9273
9274 * emacs-lisp/find-func.el (find-function-C-source): Only set
9275 find-function-C-source-directory after checking that we found a source
9276 file there (bug#9440).
9277
9278 2011-09-06 Alan Mackenzie <acm@muc.de>
9279
9280 * isearch.el (isearch-other-meta-char): Wherever a key list is
9281 unread, "unread" the prefix arg, too. This fixes bug #8901.
9282
9283 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9284
9285 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
9286
9287 2011-09-05 Juri Linkov <juri@jurta.org>
9288
9289 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
9290
9291 2011-09-05 Juri Linkov <juri@jurta.org>
9292
9293 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
9294 keeping point where processing of grep matches begins, and
9295 continue to delete remaining escape sequences from the same point.
9296 (grep-filter): Make leading zero optional in "0?1;31m" because
9297 git-grep emits "\033[1;31m" escape sequences unlike expected
9298 "\033[01;31m" as GNU Grep does (bug#9408).
9299 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
9300
9301 2011-09-05 Juri Linkov <juri@jurta.org>
9302
9303 * subr.el (y-or-n-p): Capitalize "yes".
9304
9305 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
9306
9307 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
9308 `tramp-cache-unload-hook' where appropriate.
9309 (tramp-methods): Rename `tramp-remote-sh' to
9310 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
9311 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
9312
9313 * net/tramp-sh.el (top): Don't require 'shell.
9314 (tramp-methods): Add `tramp-remote-shell' and
9315 `tramp-remote-shell-args' entries.
9316 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
9317 (tramp-sh-handle-shell-command): Remove.
9318 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9319 Use `tramp-remote-shell'.
9320
9321 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
9322
9323 * mail/sendmail.el (sendmail-query-once-function): Delete.
9324 (sendmail-query-once): Save directly to send-mail-function.
9325 Update message-send-mail-function too.
9326
9327 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
9328
9329 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9330
9331 * progmodes/python.el (python-mode-map): Use correct function to
9332 start python interpreter from menu-bar (as reported by Geert
9333 Kloosterman).
9334 (inferior-python-mode-map): Fix typo.
9335 (python-shell-map): Remove.
9336
9337 2011-09-03 Deniz Dogan <deniz@dogan.se>
9338
9339 * net/rcirc.el (rcirc-print): Simplify code for
9340 rcirc-scroll-show-maximum-output. There is no need to walk
9341 through all windows to find the right one.
9342
9343 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9344
9345 * help.el (help-return-method): Doc fix.
9346
9347 2011-09-03 Martin Rudalics <rudalics@gmx.at>
9348
9349 * window.el (window-deletable-p): Don't return a non-nil value
9350 when there's a buffer that was shown in the window before.
9351 (Bug#9419)
9352 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9353 Set window's previous buffers to nil.
9354
9355 2011-09-03 Eli Zaretskii <eliz@gnu.org>
9356
9357 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
9358 newline before and after the tag line, so it doesn't interfere
9359 with determining the paragraph direction of bidirectional text.
9360
9361 2011-09-03 Leo Liu <sdl.web@gmail.com>
9362
9363 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
9364
9365 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
9366
9367 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
9368 (pop-to-buffer): Change interactive spec. Pass second argument
9369 directly to display-buffer.
9370 (display-buffer): Fix interactive spec. Use functionp to
9371 distinguish between a function and a list of functions.
9372
9373 * abbrev.el (edit-abbrevs):
9374 * arc-mode.el (archive-extract):
9375 * autoinsert.el (auto-insert):
9376 * bookmark.el (bookmark-bmenu-list):
9377 * files.el (find-file):
9378 * view.el (view-buffer):
9379 * progmodes/compile.el (compilation-goto-locus):
9380 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
9381
9382 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
9383
9384 * window.el (display-buffer-alist): Doc fix.
9385 (display-buffer): Add docstring. Don't treat
9386 display-buffer-default specially.
9387 (display-buffer-reuse-selected-window)
9388 (display-buffer-same-window, display-buffer-maybe-same-window)
9389 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9390 (display-buffer-pop-up-window)
9391 (display-buffer-reuse-or-pop-window)
9392 (display-buffer-use-some-window): New functions.
9393 (display-buffer-default-action): Use them.
9394 (display-buffer-default): Delete.
9395 (pop-to-buffer-1): Fix choice of actions.
9396
9397 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9398
9399 * minibuffer.el (completion--insert-strings): Don't get confused by
9400 completion entries that end with an LF char.
9401
9402 2011-09-01 Eli Zaretskii <eliz@gnu.org>
9403
9404 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
9405
9406 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
9407
9408 * window.el (display-buffer): Restore interactive spec.
9409 (display-buffer-same-window, display-buffer-other-window):
9410 New functions.
9411 (pop-to-buffer-1): New function. Use the above.
9412 (pop-to-buffer, pop-to-buffer-same-window): Use it.
9413 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
9414
9415 * view.el (view-buffer-other-window, view-buffer-other-frame):
9416 Just use pop-to-buffer.
9417
9418 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9419
9420 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
9421
9422 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
9423
9424 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
9425
9426 2011-08-31 Richard Stallman <rms@gnu.org>
9427
9428 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
9429 of the separation of rmail-view-buffer from rmail-buffer.
9430 If you say no to "replace original", the decrypt is in the
9431 view buffer. If you say yes, the decrypt goes into the
9432 rmail buffer also.
9433
9434 2011-08-31 Martin Rudalics <rudalics@gmx.at>
9435
9436 * window.el (display-buffer-window): Rewrite doc-string.
9437 (display-buffer-record-window): New function.
9438 (display-buffer-macro-specifiers)
9439 (display-buffer-even-window-sizes, display-buffer-set-height)
9440 (display-buffer-set-width, display-buffer-in-window)
9441 (display-buffer-reuse-window, display-buffer-split-specifiers)
9442 (display-buffer-side-specifiers, display-buffer-split-window-1)
9443 (display-buffer-split-window, display-buffer-split-atom-window)
9444 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
9445 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
9446 (display-buffer-other-window-means-other-frame)
9447 (display-buffer-normalize-special)
9448 (display-buffer-normalize-default)
9449 (display-buffer-normalize-argument)
9450 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
9451 (display-buffer-normalize-specifiers, display-buffer-frame)
9452 (display-buffer-same-window, display-buffer-same-frame)
9453 (display-buffer-other-window)
9454 (display-buffer-same-frame-other-window)
9455 (display-buffer-other-frame, pop-to-buffer-same-window)
9456 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
9457 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
9458 (switch-to-buffer-same-frame)
9459 (switch-to-buffer-other-window-same-frame)
9460 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
9461 (display-buffer-alist-set-1, display-buffer-alist-set-2)
9462 (display-buffer-alist-set): Remove.
9463 (display-buffer-function, special-display-buffer-names)
9464 (special-display-regexps, special-display-function):
9465 In doc-string refer to display-buffer-window and quit-restore
9466 parameter.
9467 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
9468 (special-display-frame-alist, special-display-popup-frame)
9469 (same-window-buffer-names, same-window-regexps, same-window-p)
9470 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9471 (split-window-preferred-function, split-height-threshold)
9472 (split-width-threshold, window-splittable-p)
9473 (split-window-sensibly, window--try-to-split-window)
9474 (window--frame-usable-p, even-window-heights)
9475 (window--even-window-heights, window--display-buffer-1)
9476 (window--display-buffer-2, display-buffer-other-frame):
9477 Restore old Emacs 23 code, order and doc-strings where applicable.
9478 (display-buffer-default, display-buffer-assq-regexp): New functions.
9479 (display-buffer-alist): Rewrite doc-string.
9480 (display-buffer-default-action)
9481 (display-buffer-overriding-action): New variables.
9482 (display-buffer, switch-to-buffer): Rewrite.
9483 (pop-to-buffer): Restore Emacs 23 behavior but use
9484 window-normalize-buffer-to-display.
9485 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
9486 Restore Emacs 23 behavior but use
9487 window-normalize-buffer-to-switch-to.
9488 (pop-to-buffer-same-window): Rewrite.
9489 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
9490 Rewrite using Emacs 23 options.
9491
9492 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
9493
9494 * net/tramp.el (tramp-root-regexp): Remove.
9495 (tramp-completion-file-name-regexp-unified)
9496 (tramp-completion-file-name-regexp-separate)
9497 (tramp-completion-file-name-regexp-url): Don't use leading volume
9498 letter on win32 systems. (Bug#5303, Bug#9311)
9499 (tramp-drop-volume-letter): Simplify definition.
9500 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9501
9502 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9503
9504 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
9505 (bug#9356).
9506
9507 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
9508
9509 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
9510
9511 2011-08-29 Juri Linkov <juri@jurta.org>
9512
9513 * isearch.el (isearch-done): Don't display message "Mark saved"
9514 when arg `edit' is non-nil to prevent its flicker in the echo area.
9515
9516 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
9517
9518 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
9519 obsolete packages for deletion.
9520
9521 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
9522
9523 * help-mode.el (help-mode-map): Add special-mode-map to parent.
9524 (help-mode): Derive help-mode from special-mode. Don't invoke
9525 view-mode from help-mode.
9526 (help-xref-override-view-map): Remove.
9527 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
9528 view-mode is not used anymore.
9529
9530 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
9531
9532 * server.el (server-port): Doc fix.
9533
9534 * cus-theme.el (custom-theme-choose-mode): Inherit from
9535 special-mode (Bug#9124).
9536 (custom-theme-choose-mode-map): Add special-mode to parent.
9537
9538 2011-08-28 Alan Mackenzie <acm@muc.de>
9539
9540 * progmodes/cc-fonts.el
9541 (c-make-font-lock-BO-decl-search-function): New function.
9542 (c-basic-matchers-after - "Fontify the clauses after various
9543 keywords"): Extract the three keyword lists for the 3 erroneous
9544 constructs from the list of four, and use the new function above
9545 in place of an old one.
9546
9547 2011-08-28 Deniz Dogan <deniz@dogan.se>
9548
9549 * net/rcirc.el (rcirc-insert-prev-input)
9550 (rcirc-insert-next-input): Remove unused argument.
9551
9552 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9553
9554 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
9555
9556 2011-08-27 Alan Mackenzie <acm@muc.de>
9557
9558 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
9559 handle function pointer parameters properly.
9560
9561 2011-08-27 Martin Rudalics <rudalics@gmx.at>
9562
9563 * window.el (display-buffer-reuse-window): Fix case where
9564 selected window was reused with non-nil OTHER-WINDOW argument.
9565 (Bug#9381)
9566
9567 2011-08-27 Deniz Dogan <deniz@dogan.se>
9568
9569 * net/rcirc.el (rcirc-check-auth-status): Adding support for
9570 oftc's NickServ messages.
9571
9572 2011-08-27 Glenn Morris <rgm@gnu.org>
9573
9574 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
9575
9576 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
9577
9578 * emacs-lisp/package.el (package-install): Call package-initialize
9579 if called interactively.
9580
9581 2011-08-26 Leo Liu <sdl.web@gmail.com>
9582
9583 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
9584
9585 2011-08-25 Juri Linkov <juri@jurta.org>
9586
9587 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
9588 `search-whitespace-regexp' (bug#9364).
9589
9590 2011-08-25 Juri Linkov <juri@jurta.org>
9591
9592 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
9593 `regexp-search-ring' to their global values to protect from
9594 updating by `read-from-minibuffer' (bug#9185).
9595
9596 2011-08-25 Juri Linkov <juri@jurta.org>
9597
9598 * textmodes/ispell.el (ispell-command-loop): Add newline
9599 at the end of the "Use option `i'..." line.
9600
9601 2011-08-25 Juri Linkov <juri@jurta.org>
9602
9603 * battery.el (display-battery-mode): If `battery-status-function'
9604 or `battery-mode-line-format' is nil, display the message and set
9605 `display-battery-mode' to nil (bug#9363).
9606
9607 2011-08-25 Eli Zaretskii <eliz@gnu.org>
9608
9609 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
9610 bidi-string-mark-left-to-right; they are unnecessary now.
9611
9612 2011-08-25 Deniz Dogan <deniz@dogan.se>
9613
9614 * net/quickurl.el: Documentation typo fixes.
9615
9616 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
9617
9618 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
9619
9620 2011-08-25 Glenn Morris <rgm@gnu.org>
9621
9622 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
9623
9624 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
9625 (smtpmail-via-smtp): Handle nil response from smtp.
9626
9627 2011-08-24 Juri Linkov <juri@jurta.org>
9628
9629 * proced.el (proced-marked): Inherit from `error' instead of
9630 `font-lock-warning-face'.
9631
9632 * ibuffer.el (ibuffer-marked-face): Change default face from
9633 `font-lock-warning-face' to `warning'.
9634 (ibuffer-deletion-face): Change default face from
9635 `font-lock-type-face' to `error'.
9636
9637 * battery.el (battery-update): Use the face `error' instead of
9638 `font-lock-warning-face' (bug#6117).
9639
9640 2011-08-24 Juri Linkov <juri@jurta.org>
9641
9642 * faces.el (success): Change face color from "Green3" to
9643 "ForestGreen" on light background (bug#9353).
9644
9645 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
9646
9647 * window.el (quit-window): Rename from quit-restore-window.
9648 Use same arglist as old quit-window.
9649 (frame-auto-delete): Doc fix.
9650
9651 * view.el (view-mode-exit): Use quit-window.
9652
9653 2011-08-24 Juri Linkov <juri@jurta.org>
9654
9655 * isearch.el (isearch-ring-adjust1): Start visiting previous
9656 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
9657 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
9658 for empty search string (when the last search string is reused
9659 automatically) to adjust the isearch ring to the last element and
9660 prepare the correct index for further M-p commands (bug#9185).
9661
9662 2011-08-24 Kenichi Handa <handa@m17n.org>
9663
9664 * international/ucs-normalize.el: If decomposition property of
9665 CHAR is the default one (i.e. a list of CHAR itself), treat it as
9666 nil.
9667 (nfd, nfkd): Likewise.
9668
9669 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9670
9671 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
9672 from process filters aren't reliably transmitted to the surrounding
9673 accept-process-output.
9674 (mpc-proc-check): New function.
9675 (mpc-proc-sync): Use it (bug#8293)
9676
9677 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9678
9679 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
9680 Add compatibility functions (bug#9313).
9681
9682 2011-08-23 Eli Zaretskii <eliz@gnu.org>
9683
9684 * cus-start.el (all): Add entry for bidi-paragraph-direction.
9685
9686 * international/uni-bidi.el: Regenerate.
9687
9688 2011-08-23 Kenichi Handa <handa@m17n.org>
9689
9690 * international/charprop.el:
9691 * international/uni-bidi.el:
9692 * international/uni-category.el:
9693 * international/uni-combining.el:
9694 * international/uni-comment.el:
9695 * international/uni-decimal.el:
9696 * international/uni-decomposition.el:
9697 * international/uni-digit.el:
9698 * international/uni-lowercase.el:
9699 * international/uni-mirrored.el:
9700 * international/uni-name.el:
9701 * international/uni-numeric.el:
9702 * international/uni-old-name.el:
9703 * international/uni-titlecase.el:
9704 * international/uni-uppercase.el: Regenerate.
9705
9706 2011-08-23 Martin Rudalics <rudalics@gmx.at>
9707
9708 * help.el (help-window-setup): Fix message displayed when other
9709 window is reused. (Bug#9341)
9710
9711 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9712
9713 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
9714 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
9715
9716 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
9717 Mark obsolete.
9718 * shell.el (shell-parse-pcomplete-arguments): New function.
9719 (shell-completion-vars): Use it instead (bug#9160).
9720
9721 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9722
9723 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
9724 strings and comments (bug#9333).
9725
9726 * emacs-lisp/debug.el (debug-arglist): New function.
9727 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
9728 (debug-on-entry-1): Handle interpreted closures (bug#9120).
9729
9730 2011-08-22 Juri Linkov <juri@jurta.org>
9731
9732 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9733 Revert regexp that highlights output switches to its old
9734 pre-2010-10-28 value and remove one `?' from it (bug#9319).
9735
9736 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
9737 to check for empty output (bug#9226).
9738
9739 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
9740
9741 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
9742 symbol-constituent as the default, as that stops font-lock from
9743 working properly (Bug#8843).
9744
9745 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9746
9747 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
9748 `coding-system-for-*' around the process open call to avoid
9749 auth-source side effects.
9750 (smtpmail-try-auth-methods): Expand the secret password.
9751 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
9752 probe hangs.
9753
9754 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
9755
9756 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
9757
9758 * emacs-lisp/find-func.el (find-function-noselect): New arg
9759 lisp-only.
9760
9761 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
9762 signal an error for built-in functions (Bug#6664).
9763
9764 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9765
9766 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
9767 (smtpmail-try-auth-methods): Use it.
9768
9769 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
9770
9771 * font-lock.el (font-lock-fontify-region)
9772 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
9773 (font-lock-default-unfontify-buffer)
9774 (font-lock-default-fontify-region)
9775 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
9776
9777 * progmodes/compile.el (compilation-error-properties):
9778 Fix confusion between file struct and message struct (Bug#9319).
9779 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
9780 `ant' regexp.
9781
9782 * net/browse-url.el (browse-url-firefox): Don't call
9783 browse-url-firefox-sentinel unless using -remote (Bug#9328).
9784
9785 2011-08-20 Glenn Morris <rgm@gnu.org>
9786
9787 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
9788
9789 * tutorial.el (tutorial--default-keys): Update some default bindings.
9790
9791 * files.el (hack-local-variables): Fully ignore case for "mode:".
9792
9793 2011-08-20 Alan Mackenzie <acm@muc.de>
9794
9795 Resolve invalid use of a regexp in regexp-opt.
9796
9797 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
9798 detection for a java annotation.
9799
9800 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
9801 detection for a java annotation.
9802
9803 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
9804 handling for java.
9805 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
9806
9807 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
9808
9809 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
9810 (Bug#9274).
9811
9812 2011-08-20 Alan Mackenzie <acm@muc.de>
9813
9814 Fontify CPP expressions correctly when starting in the middle of
9815 such a construct. Mainly for when jit-lock etc. starts a chunk
9816 here.
9817
9818 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
9819 variable.
9820 (c-make-font-lock-search-form): New function, extracted from
9821 c-make-font-lock-search-function.
9822 (c-make-font-lock-search-function): Use the above function.
9823 (c-make-font-lock-context-search-function): New function.
9824 (c-cpp-matchers): Enhance the preprocessor expression case with
9825 the above function
9826 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
9827 which takes an expression.
9828
9829 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
9830
9831 2011-08-20 Martin Rudalics <rudalics@gmx.at>
9832
9833 * window.el (display-buffer-reuse-window)
9834 (display-buffer-pop-up-window): Don't reuse or split a side
9835 window.
9836
9837 2011-08-19 Glenn Morris <rgm@gnu.org>
9838
9839 * files.el (hack-local-variables-prop-line, hack-local-variables):
9840 Downcase "Mode:". (Bug#9331)
9841
9842 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
9843
9844 * international/characters.el: Add L and R categories.
9845
9846 * subr.el (bidi-string-mark-left-to-right): Rename from
9847 string-mark-left-to-right. Use category search.
9848
9849 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
9850
9851 2011-08-18 Juri Linkov <juri@jurta.org>
9852
9853 * faces.el (error, warning, success): New faces with definitions
9854 copied from old default values of `font-lock-warning-face',
9855 `compilation-warning', `compilation-info' (bug#6117).
9856
9857 * font-lock.el (font-lock-warning-face): Inherit from `error'.
9858
9859 * progmodes/compile.el (compilation-error): Inherit from `error'.
9860 (compilation-warning): Inherit from `warning'.
9861 (compilation-info): Inherit from `success'.
9862
9863 * dired.el (dired-marked): Inherit from `warning'.
9864 (dired-flagged): Inherit from `error'.
9865
9866 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9867
9868 * mail/smtpmail.el (auth-source): Require to avoid problems with
9869 binding variables (bug#9298). Also clean up some unused
9870 autoloads.
9871
9872 * net/network-stream.el (network-stream-open-starttls):
9873 Support using starttls.el without using gnutls-cli.
9874
9875 2011-08-17 Juri Linkov <juri@jurta.org>
9876
9877 * progmodes/grep.el (rgrep): Handle the case when
9878 `grep-find-command' is a cons cell (bug#9278).
9879
9880 2011-08-17 Martin Rudalics <rudalics@gmx.at>
9881
9882 * window.el (display-buffer-pop-up-frame): Run frame creation
9883 function with BUFFER current (as special-display-popup-frame
9884 does). Reported by Drew Adams.
9885
9886 2011-08-17 Daiki Ueno <ueno@unixuser.org>
9887
9888 * epa-mail.el: Simplify GnuPG group expansion using
9889 epg-expand-group.
9890 (epa-mail-group-alist, epa-mail-group-modtime)
9891 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
9892 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
9893 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
9894 Remove.
9895
9896 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
9897
9898 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
9899
9900 2011-08-16 Alan Mackenzie <acm@muc.de>
9901
9902 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
9903 Correct, to avoid the inside of macros.
9904
9905 2011-08-16 Richard Stallman <rms@gnu.org>
9906
9907 * epa-mail.el: Handle GnuPG group definitions.
9908 (epa-mail-group-alist, epa-mail-group-modtime)
9909 (epa-mail-gnupg-conf-file): New variables.
9910 (epa-mail-parse-groups, epa-mail-sync-groups)
9911 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
9912 (epa-mail-expand-recipients): New functions.
9913 (epa-mail-encrypt): Call epa-mail-expand-recipients.
9914
9915 * mail/rmail.el (rmail-epa-decrypt): New command.
9916
9917 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
9918 Don't bind buffer-read-only, just inhibit-read-only.
9919 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
9920 (epa-decrypt-armor-in-region): Make error message clearer.
9921
9922 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9923
9924 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
9925 and "a2b" to "ab" for `prefix'.
9926
9927 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
9928
9929 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
9930 filter groups.
9931 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
9932 Fourquet (Bug#8804).
9933
9934 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
9935
9936 * startup.el (argi): Declare as global variable (bug#9275).
9937
9938 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
9939
9940 * subr.el (string-mark-left-to-right): Search the entire string
9941 for RTL script, not just the terminating character. Doc fix.
9942
9943 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
9944
9945 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
9946 New function.
9947 (js--regexp-literal, js-syntax-propertize-function): Remove.
9948 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
9949 (js-mode-map): Don't rebind electric keys.
9950 (js-insert-and-indent): Remove.
9951 (js-mode): Setup electric-layout and electric-indent instead.
9952
9953 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
9954
9955 2011-08-12 Daiki Ueno <ueno@unixuser.org>
9956
9957 * epa.el (epa-progress-callback-function): Fix the logic of
9958 displaying progress.
9959 * epa-file.el (epa-file-insert-file-contents): Make progress
9960 display more user-friendly.
9961 (epa-file-write-region): Ditto.
9962
9963 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
9964
9965 * subr.el (string-mark-left-to-right): New function.
9966
9967 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
9968 Use string-mark-left-to-right.
9969 (list-buffers-noselect): Caller changed.
9970
9971 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9972 Use string-mark-left-to-right.
9973 (tabulated-list-print): Recenter after moving point.
9974
9975 2011-08-10 Juri Linkov <juri@jurta.org>
9976
9977 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
9978 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
9979 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
9980
9981 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
9982
9983 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
9984 (Bug#7554).
9985
9986 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
9987
9988 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
9989 character. (Bug#6594)
9990
9991 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
9992
9993 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
9994 (image-dired--with-db-file): New macro.
9995 (image-dired-write-tags, image-dired-remove-tag)
9996 (image-dired-create-gallery-lists, image-dired-write-comments)
9997 (image-dired-get-comment, image-dired-mark-tagged-files)
9998 (image-dired-list-tags, image-dired-gallery-generate): Use it.
9999 (image-dired-gallery-generate): Use insert-file-contents.
10000
10001 * time.el (display-time-world-list, display-time-world-display):
10002 * time-stamp.el (time-stamp-string):
10003 * vc/add-log.el (add-change-log-entry): Use setenv instead of
10004 set-time-zone-rule (Bug#7337).
10005
10006 2011-08-08 Daiki Ueno <ueno@unixuser.org>
10007
10008 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
10009 (epg-error-to-string, epg-errors-to-string): New function.
10010 (epg-wait-for-completion): Reverse errors list.
10011 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
10012 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
10013 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
10014 (epg-sign-keys, epg-generate-key-from-file)
10015 (epg-generate-key-from-string): Format errors by using
10016 epg-errors-to-string (bug#9255).
10017 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
10018
10019 2011-08-07 Juri Linkov <juri@jurta.org>
10020
10021 * faces.el (list-faces-display): Remove extra angle bracket
10022 from `help-mode-map'.
10023
10024 * info.el (Info-history-toc-nodes): Doc fix.
10025
10026 * longlines.el (longlines-mode): Doc fix.
10027
10028 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
10029
10030 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
10031 of statements and in a few more cases (bug#9183).
10032
10033 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
10034 New functions.
10035 (cl-transform-lambda): Use them (bug#9239).
10036
10037 2011-08-05 Martin Rudalics <rudalics@gmx.at>
10038
10039 * window.el (display-buffer-same-window)
10040 (display-buffer-same-frame, display-buffer-other-window)
10041 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10042 (pop-to-buffer-other-window)
10043 (pop-to-buffer-same-frame-other-window)
10044 (pop-to-buffer-other-frame): Make them defuns.
10045 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
10046
10047 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10048
10049 * subr.el (make-composed-keymap): Move from C. Change calling
10050 convention, and improve docstring to bring attention to a subtle point.
10051 * minibuffer.el (completing-read-default): Adjust accordingly.
10052
10053 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
10054
10055 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
10056 (tramp-open-shell): Use `tramp-shell-quote-argument'.
10057
10058 * net/trampver.el: Update release number.
10059
10060 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10061
10062 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
10063 "in" (bug#9190).
10064
10065 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10066
10067 * mail/sendmail.el (sendmail-query-once): Restore the current
10068 buffer after querying (bug#9074).
10069
10070 * dired.el (dired-flagged): Use different faces for marked and
10071 flagged files (bug#6117).
10072
10073 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
10074 (bug#4433).
10075
10076 * ido.el (ido-mode): Switch off the message if called
10077 non-interactively.
10078
10079 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
10080 before 587, since it appears that that's more likely to work for
10081 more people.
10082
10083 * cus-edit.el (custom-file): When running under emacs -q, always
10084 refuse to save the customizations, even if the .emacs file doesn't
10085 exist.
10086
10087 * info.el: Remove the `Info-beginning-of-buffer' function
10088 (bug#8325).
10089
10090 * net/network-stream.el (network-stream-open-starttls):
10091 Use `starttls-available-p' to see whether starttls.el can be used.
10092
10093 2011-08-01 Martin Rudalics <rudalics@gmx.at>
10094
10095 * window.el (display-buffer-in-window): Don't set dedicated status
10096 of window here (Bug#9215).
10097 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10098 (display-buffer-pop-up-side-window)
10099 (display-buffer-in-side-window): Set dedicated status of window here.
10100
10101 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10102
10103 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
10104 before binding generated-autoload-file.
10105
10106 2011-08-01 Deniz Dogan <deniz@dogan.se>
10107
10108 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
10109
10110 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
10111
10112 Sync with Tramp 2.2.2.
10113
10114 * net/trampver.el: Update release number.
10115
10116 2011-07-30 Juri Linkov <juri@jurta.org>
10117
10118 * dired-aux.el (dired-touch-initial): Remove function.
10119 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
10120 current time, and `default' to the last modification time of the
10121 current marked file (bug#6887).
10122
10123 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
10124
10125 * simple.el (goto-line): Use string-to-number to provide a
10126 numeric argument to read-number (bug#9163).
10127
10128 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
10129
10130 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
10131 connection process, it could be nil.
10132
10133 2011-07-27 Leo Liu <sdl.web@gmail.com>
10134
10135 Simplify url handling in rcirc-mode.
10136
10137 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
10138 (rcirc-browse-url-at-mouse): Remove.
10139 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
10140
10141 2011-07-26 Alan Mackenzie <acm@muc.de>
10142
10143 Fontify bitfield declarations properly.
10144
10145 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
10146 (c-symbol-chars): Now exported as a lang variable.
10147 (c-not-primitive-type-keywords): New lang variable.
10148
10149 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
10150 QT keyword "more" to prevent "more slots: ...." being spuriously
10151 parsed as a bitfield declaration.
10152
10153 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10154 Refactor and enhance to handle bitfield declarations.
10155 (c-punctuation-in): New function.
10156 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
10157 declarations properly.
10158
10159 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
10160
10161 * calendar/icalendar.el (icalendar--all-events): Take care of
10162 multiple vcalendars in a single file.
10163 (icalendar--convert-float-to-ical): Checkdoc fixes.
10164
10165 2011-07-25 Deniz Dogan <deniz@dogan.se>
10166
10167 * image.el (insert-image): Clarifying docstring.
10168
10169 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
10170
10171 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
10172 `tramp-send-command-and-check' if there is no error.
10173 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
10174
10175 2011-07-22 Alan Mackenzie <acm@muc.de>
10176
10177 Prevent cc-langs.elc being loaded at run time.
10178
10179 * progmodes/cc-mode.el: Remove two autoload forms which loaded
10180 cc-langs.
10181
10182 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
10183 "(require 'cc-langs)". Quote a form so it will evaluate at
10184 (cc-mode's) compilation time.
10185
10186 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
10187
10188 * net/tramp.el (tramp-file-name-handler): Avoid recursive
10189 loading. (Bug#9114)
10190
10191 2011-07-21 Martin Rudalics <rudalics@gmx.at>
10192
10193 * window.el (display-buffer-pop-up-window)
10194 (display-buffer-pop-up-side-window)
10195 (display-buffer-in-side-window): Call display-buffer-set-height
10196 and display-buffer-set-width after setting the new window's
10197 buffer so `fit-window-to-buffer' and friends work on the right buffer.
10198
10199 2011-07-20 Sam Steingold <sds@gnu.org>
10200
10201 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
10202 (etags-tags-included-tables): Call `convert-standard-filename' on
10203 the file names contained in TAGS so that windows Emacs can handle
10204 TAGS files created by cygwin ctags.
10205
10206 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10207
10208 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
10209 which apparently didn't work.
10210
10211 2011-07-19 Roland Winkler <winkler@gnu.org>
10212
10213 * proced.el (proced-send-signal): For *Marked Processes* buffer
10214 put point at beginning of buffer.
10215
10216 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
10217
10218 * proced.el (proced-format): Make header lines align with the text
10219 (bug#1779).
10220
10221 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10222
10223 * view.el (view-buffer): Allow running in `special' modes if we're
10224 visiting a file (bug#8615).
10225
10226 2011-07-19 Martin Rudalics <rudalics@gmx.at>
10227
10228 * window.el (display-buffer-alist-of-strings-p)
10229 (display-buffer-alist-set-1, display-buffer-alist-set-2):
10230 New functions.
10231 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
10232 more accurately.
10233
10234 2011-07-18 Alan Mackenzie <acm@muc.de>
10235
10236 Fontify declarators properly when, e.g., a jit-lock chunk begins
10237 inside a declaration.
10238
10239 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
10240
10241 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10242 New function.
10243 (c-complex-decl-matchers): Insert reference to
10244 c-font-lock-enclosing-decls.
10245
10246 * progmodes/cc-engine.el (c-backward-single-comment):
10247 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
10248 to nil around calls to (forward-comment -1).
10249
10250 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10251
10252 * image.el (put-image): Doc typo fix.
10253
10254 * progmodes/etags.el (tags-search): Doc typo fix.
10255
10256 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
10257 password if we get errors 550 to 554.
10258
10259 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10260
10261 * net/gnutls.el (gnutls-log-level): Remove.
10262
10263 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
10264 indentation character (bug#6380).
10265
10266 * files.el (buffer-offer-save): Made permanently local (bug#6241).
10267
10268 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
10269 to clarify what the problem is (bug#4291).
10270
10271 * simple.el (current-kill): Clarify what
10272 `interprogram-paste-function' does (bug#7500).
10273 (auto-fill-mode): Document `auto-fill-function' in relation to
10274 `auto-fill-mode' (bug#2470).
10275
10276 2011-07-16 Lawrence Mitchell <wence@gmx.li>
10277
10278 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
10279 method if slot is read-only (bug#9035).
10280
10281 2011-07-16 Martin Rudalics <rudalics@gmx.at>
10282
10283 * frame.el (select-frame-set-input-focus): New argument NORECORD.
10284 * window.el (pop-to-buffer): Select window used even if it was
10285 selected before, see discussion of (Bug#8615), (Bug#6954).
10286 Pass argument NORECORD on to select-frame-set-input-focus.
10287
10288 2011-07-15 Glenn Morris <rgm@gnu.org>
10289
10290 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
10291 Respect help-form.
10292
10293 2011-07-09 Lawrence Mitchell <wence@gmx.li>
10294
10295 * net/gnutls.el (gnutls-min-prime-bits): New variable.
10296 (gnutls-negotiate): Use it.
10297
10298 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10299
10300 * net/gnutls.el (gnutls-negotiate):
10301 Upcase `gnutls-algorithm-priority'.
10302
10303 2011-07-15 Glenn Morris <rgm@gnu.org>
10304
10305 * jka-compr.el (jka-compr-verbose): Move from here...
10306 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
10307 Add missing :version tag.
10308 * info.el: No need to require jka-compr when compiling.
10309
10310 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10311
10312 * net/gnutls.el (gnutls-algorithm-priority): New variable.
10313 (gnutls-negotiate): Use it.
10314
10315 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
10316
10317 * info.el (Info-beginning-of-buffer): New command.
10318 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
10319 announcing `b' as the key (bug#8325).
10320 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
10321
10322 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
10323
10324 * international/mule-cmds.el
10325 (describe-specified-language-support): Make the error message
10326 clearer (bug#8905).
10327
10328 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
10329
10330 * isearch.el (isearch-barrier): Add a doc string, since it's
10331 mentioned in a function doc string (bug#8678).
10332
10333 2011-07-15 Martin Rudalics <rudalics@gmx.at>
10334
10335 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
10336 buffer argument (Bug#9083) and self-identifying label argument.
10337
10338 2011-07-15 Glenn Morris <rgm@gnu.org>
10339
10340 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
10341
10342 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10343
10344 * man.el (Man-fontify-manpage): Fix message when formatting the
10345 man page (bug#7929).
10346
10347 2011-07-14 Eli Zaretskii <eliz@gnu.org>
10348
10349 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
10350 argument LRM; if non-nil, append an invisible LRM character to the
10351 buffer name.
10352 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
10353 last argument non-nil, when formatting buffer names.
10354 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
10355 paragraph direction.
10356
10357 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10358
10359 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
10360 the man page name (bug#7929).
10361
10362 * image.el (put-image): Mention the `put-image' overlay property
10363 (bug#7834).
10364
10365 * scroll-bar.el (set-scroll-bar-mode): Mention that
10366 `scroll-bar-mode' lists the values (bug#7772).
10367
10368 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
10369 command (bug#7729).
10370
10371 * rect.el (apply-on-rectangle): Return the point after the last
10372 operation.
10373 (string-rectangle): Go to the point after the last operation
10374 (bug#7522).
10375
10376 * printing.el (pr-toggle-region): Clarify the documentation
10377 slightly (bug#7493).
10378
10379 * time.el (display-time-update):
10380 Allow `display-time-mail-function' to return nil (bug#7158).
10381 Fix suggested by Detlev Zundel.
10382
10383 * vc/diff.el (diff): Clarify the order the file names are read
10384 (bug#7111).
10385
10386 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
10387 the doc string (bug#7015).
10388
10389 * font-lock.el (font-lock-maximum-decoration): Mention what
10390 numeric levels mean (bug#6935).
10391
10392 * startup.el (initial-buffer-choice): Don't mention the `none'
10393 selection, which is against policy.
10394
10395 2011-07-14 Martin Rudalics <rudalics@gmx.at>
10396
10397 * window.el (display-buffer-normalize-special):
10398 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
10399
10400 2011-07-14 Eli Zaretskii <eliz@gnu.org>
10401
10402 * subr.el (version<, version<=, version=): Mention "-CVS" and
10403 "-12345" alpha version numbers.
10404
10405 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
10406
10407 * bindings.el: Add advertised binding for set-mark-command
10408 (Bug#5772).
10409
10410 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
10411
10412 * bindings.el (mode-line-other-buffer):
10413 * bookmark.el (bookmark-bmenu-2-window):
10414 * bs.el (bs-cycle-next, bs-cycle-previous):
10415 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
10416 switch-to-buffer.
10417
10418 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
10419 Delete.
10420
10421 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
10422
10423 * follow.el (follow-debug-message, follow-redisplay):
10424 * jka-cmpr-hook.el (with-auto-compression-mode):
10425 Fix typos in docstrings.
10426
10427 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10428
10429 * subr.el (with-silent-modifications): Clarify somewhat what the
10430 macro inhibits (bug#6525).
10431
10432 * simple.el (eval-expression): Note what it does if called
10433 interactively (bug#6495).
10434
10435 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
10436
10437 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
10438 Use pop-to-buffer buffer-or-name if it is nil.
10439
10440 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10441 Remove switch-to-buffer.
10442
10443 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10444
10445 * files.el (make-directory): Clarify that an error will be raised
10446 if there's an error (bug#6397).
10447
10448 * startup.el (initial-buffer-choice): Add `none' as a choice
10449 (bug#6234).
10450
10451 * subr.el (add-hook): Clarify section about buffer-local hooks
10452 (bug#6218).
10453
10454 * dired.el (dired-flagged): Clarify doc string (bug#6117).
10455
10456 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
10457
10458 * tabify.el (untabify): Preserve the current column so that point
10459 doesn't move (bug#6032).
10460
10461 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10462
10463 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
10464 Rewrite to avoid awkward possessive "s" (bug#5986).
10465
10466 2011-07-13 Glenn Morris <rgm@gnu.org>
10467
10468 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
10469 (dired-insert-directory): Give a message the first time
10470 if ls is found not to support --dired.
10471
10472 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10473
10474 * simple.el (toggle-truncate-lines): Clarify what is toggled
10475 (bug#5580). Text by Drew Adams.
10476
10477 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
10478
10479 * simple.el (blink-matching-open): Make the error message from the
10480 last change less verbose.
10481
10482 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
10483
10484 * font-lock.el (font-lock-comment-face): Use the high contrast
10485 "yellow" color for font-lock-comment-face on low color terminals
10486 using a dark background color (bug#4221).
10487
10488 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10489
10490 * dired.el (dired-insert-set-properties): Make the doc string
10491 reflect what it does now (bug#5325).
10492
10493 * simple.el (blink-matching-open): Say that we were unable to find
10494 the match within the limit, if we're limited (bug#5122).
10495
10496 * international/mule-cmds.el (prefer-coding-system): Add an
10497 example (bug#4869).
10498
10499 * progmodes/etags.el (tags-search): Document `file-list-form'
10500 (bug#4731).
10501
10502 2011-07-13 Lawrence Mitchell <wence@gmx.li>
10503
10504 * net/browse-url.el (browse-url-default-browser)
10505 (browse-url-browser-function): Make the default browser choice a
10506 bit more logical (bug#4300). Also clean up the doc string.
10507
10508 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
10509
10510 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
10511 binary endings (bug#4440).
10512
10513 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10514
10515 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
10516 which can be pretty annoying (bug#8971).
10517
10518 * jka-compr.el (jka-compr-verbose): New variable, and use
10519 throughout (bug#8971).
10520
10521 * info.el (Info-find-file): Fall back on the installation
10522 directory if we can't find the info node anywhere else.
10523
10524 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
10525
10526 * vc/vc.el (vc-revert-file):
10527 Don't set file time-stamp in the past. (Bug#5181)
10528
10529 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10530
10531 * files.el (after-find-file): Give a better error message when
10532 trying to find a symlink that points to a file that doesn't exist
10533 (bug#4398).
10534
10535 * progmodes/cc-vars.el: Remove (probably) misleading comment
10536 (bug#4396).
10537
10538 2011-07-12 Johan BockgĂ¥rd <bojohan@gnu.org>
10539
10540 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
10541
10542 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
10543
10544 * mouse-sel.el: Hack restoring functionality, while keeping
10545 compatibility with 2010-07-03 changes to mouse selection.
10546 (mouse-sel-primary-overlay): New var.
10547 (mouse-sel-selection-alist): Use it.
10548 (mouse-sel-mode): Doc fix; remove points that are default features
10549 of mouse.el.
10550
10551 2011-07-12 Johan BockgĂ¥rd <bojohan@gnu.org>
10552
10553 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10554 Fix previous fix (bug#2490).
10555
10556 2011-07-12 Roland Winkler <winkler@gnu.org>
10557
10558 * textmodes/bibtex.el (bibtex-initialize):
10559 Use pop-to-buffer-same-window.
10560 (bibtex-search-entries): Fix interactive call.
10561
10562 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10563
10564 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10565 Fontise bytecomp Error lines more correctly (bug#2490).
10566 Fix suggested by Johan BockgĂ¥rd.
10567
10568 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
10569
10570 * dired-x.el (dired-guess-default): Use `delete-dups'.
10571
10572 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
10573
10574 * dired.el (dired-mark-prompt):
10575 * dired-aux.el (dired-read-shell-command): Doc fix.
10576
10577 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10578
10579 * mail/sendmail.el (sendmail-query-once):
10580 Use `customize-save-variable' unconditionally, now that it works under
10581 emacs -Q.
10582
10583 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
10584
10585 * cus-edit.el (custom-file): Take an optional no-error variable.
10586 (customize-save-variable): Set the variable, and give a warning if
10587 running under "emacs -q".
10588
10589 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
10590
10591 * loadhist.el (unload-feature-special-hooks):
10592 Add `auto-coding-functions', `fill-nobreak-predicate' and
10593 `find-directory-functions' (bug#5327).
10594
10595 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10596
10597 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
10598
10599 * cus-edit.el (custom-guess-name-alist): -alist variables should
10600 use the `alist' type (bug#3120). Suggested by Drew Adams.
10601
10602 * printing.el: Add documentation to all the `pr-toggle-' commands.
10603
10604 2011-07-11 Leo Liu <sdl.web@gmail.com>
10605
10606 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
10607 backends where it makes sense (bug#2623).
10608
10609 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10610
10611 * dired-x.el (dired-guess-default): Remove duplicate shell command
10612 entries (bug#2028).
10613 (dired-guess-default): Fix grammar in doc string (bug#2028).
10614 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
10615
10616 * subr.el (remove-duplicates): New conveniency function.
10617
10618 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10619
10620 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
10621 (bug#1526).
10622
10623 2011-07-10 Martin Rudalics <rudalics@gmx.at>
10624
10625 * window.el (display-buffer-normalize-default): Don't invert
10626 meaning of even-window-heights. Reported by Eli Zaretskii
10627 <eliz@gnu.org>.
10628
10629 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
10630
10631 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
10632
10633 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
10634
10635 * window.el (display-buffer): Fix arguments to
10636 display-buffer-reuse-window in last change.
10637
10638 * faces.el (link): Use a less saturated blue on light backgrounds.
10639
10640 * startup.el (fancy-startup-text, fancy-about-text)
10641 (fancy-startup-tail): Use font-lock faces, for background safety.
10642
10643 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
10644
10645 * emulation/viper-cmd.el (viper-change-state-to-vi):
10646 Limit triggering of abbrev expansion (Bug#9038).
10647
10648 2011-07-09 Martin Rudalics <rudalics@gmx.at>
10649
10650 * window.el (display-buffer-default-specifiers): Remove.
10651 (display-buffer-macro-specifiers): Remove default specifiers.
10652 (display-buffer-alist): Default to nil.
10653 (display-buffer-reuse-window): New optional argument other-window.
10654 (display-buffer-pop-up-window): Allow splitting internal
10655 windows. Check whether a live window was created.
10656 (display-buffer-other-window-means-other-frame)
10657 (display-buffer-normalize-arguments): Rename to
10658 display-buffer-normalize-argument and rewrite. Set the
10659 other-window specifier.
10660 (display-buffer-normalize-special): New function.
10661 (display-buffer-normalize-options): Rename to
10662 display-buffer-normalize-default and rewrite.
10663 (display-buffer-normalize-options-inhibit): Remove.
10664 (display-buffer-normalize-specifiers): Rewrite.
10665 (display-buffer): Process other-window specifier and call
10666 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
10667 more faithfully.
10668 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
10669 (display-buffer-alist-set): Don't handle 'unset default values.
10670 (display-buffer-in-window, display-buffer-alist-set):
10671 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
10672 <tassilo@member.fsf.org>.
10673
10674 2011-07-09 Leo Liu <sdl.web@gmail.com>
10675
10676 * register.el (insert-register): Restore accidental change on
10677 2011-06-26. (Bug#9028)
10678
10679 2011-07-09 Glenn Morris <rgm@gnu.org>
10680
10681 * subr.el (remq): Handle the empty list. (Bug#9024)
10682
10683 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
10684
10685 * mail/sendmail.el (send-mail-function): No longer delay custom
10686 initialization.
10687 * custom.el (custom-initialize-delay): Doc fix.
10688
10689 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10690
10691 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
10692
10693 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
10694
10695 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
10696 human-friendly prompt.
10697
10698 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10699
10700 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
10701 provided by a particular plugin.
10702
10703 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10704
10705 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
10706 save customizations (with "emacs -Q"), just set the variable
10707 instead of erroring out.
10708
10709 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
10710
10711 2011-07-08 Juri Linkov <juri@jurta.org>
10712
10713 * arc-mode.el (archive-zip-expunge, archive-zip-update)
10714 (archive-zip-update-case): Use 7z if found by `executable-find'.
10715 The order of searching the available programs is the same as in
10716 `archive-zip-extract' (bug#8968).
10717
10718 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
10719
10720 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
10721 (menu-bar-options-menu): Tweak descriptions.
10722
10723 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10724
10725 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
10726 menu items into verb phrases (bug#1421). Also refill to fit under
10727 80 columns.
10728
10729 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
10730
10731 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
10732 (Info-read-node-name): Doc fix (Bug#1084).
10733
10734 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
10735 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
10736 (end-of-sexp, beginning-of-sexp)
10737 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
10738 (forward-symbol, forward-same-syntax, word-at-point)
10739 (sentence-at-point): Doc fix (Bug#1144).
10740
10741 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10742
10743 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
10744 should cover it (bug#1281).
10745
10746 * cus-edit.el (custom-show): Mark as obsolete.
10747
10748 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
10749 negotiation fails, then possibly try again with a non-encrypted
10750 connection (bug#9017).
10751
10752 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
10753 be used.
10754
10755 2011-07-07 Richard Stallman <rms@gnu.org>
10756
10757 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
10758 property, and handle its changed format.
10759 Look for the correct line number.
10760 Use file's line contents (but not past first =) to find
10761 correct line in message.
10762
10763 2011-07-07 Kenichi Handa <handa@m17n.org>
10764
10765 * international/characters.el (build-unicode-category-table):
10766 Delete it.
10767 (unicode-category-table): Set it by unicode-property-table-internal.
10768
10769 * international/mule-cmds.el (char-code-property-alist): Move to
10770 to src/chartab.c.
10771 (get-char-code-property): Call unicode-property-table-internal to
10772 load a file. Call get-unicode-property-internal where necessary.
10773 (put-char-code-property): Call unicode-property-table-internal to
10774 load a file. Call put-unicode-property-internal where necessary.
10775 put-unicode-property-internal where necessary.
10776 (char-code-property-description):
10777 Call unicode-property-table-internal to load a file.
10778
10779 * international/charprop.el:
10780 * international/uni-bidi.el:
10781 * international/uni-category.el:
10782 * international/uni-combining.el:
10783 * international/uni-comment.el:
10784 * international/uni-decimal.el:
10785 * international/uni-decomposition.el:
10786 * international/uni-digit.el:
10787 * international/uni-lowercase.el:
10788 * international/uni-mirrored.el:
10789 * international/uni-name.el:
10790 * international/uni-numeric.el:
10791 * international/uni-old-name.el:
10792 * international/uni-titlecase.el:
10793 * international/uni-uppercase.el: Regenerate.
10794
10795 * loadup.el: Load international/charprop.el before
10796 international/characters.
10797
10798 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
10799
10800 * window.el (next-buffer, previous-buffer): Signal an error if
10801 called from a minibuffer window.
10802
10803 * bindings.el: Revert 2011-07-04 change.
10804
10805 2011-07-06 Richard Stallman <rms@gnu.org>
10806
10807 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
10808 (rmail-mime-insert-bulk, rmail-mime-insert-text):
10809 Treat markers like ints.
10810 (rmail-mime-entity): Doc fix.
10811
10812 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10813
10814 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
10815 defcustom again for backwards compatibility.
10816
10817 * simple.el (shell-command-on-region): Fill.
10818
10819 * dired-aux.el (dired-kill-line): Add a doc string.
10820
10821 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
10822 to "\\sw\\|\\s_" (bug#358).
10823
10824 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
10825 (dired-unmark-backward): Ditto.
10826 (dired-flag-backup-files): Ditto.
10827
10828 * dired-x.el (dired-mark-sexp): Ditto.
10829
10830 2011-07-06 Richard Stallman <rms@gnu.org>
10831
10832 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
10833 (rmail-mime-entity): New arg TRUNCATED.
10834 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
10835 New functions.
10836 (rmail-mime-save): Warn if entity is truncated.
10837 (rmail-mime-toggle-hidden): Likewise, for showing.
10838 (rmail-mime-process-multipart): Record when an entity is truncated.
10839
10840 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
10841 if ENTITY is a string.
10842
10843 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10844
10845 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
10846 of faces when `M-C-x'-ing their definitions (bug#8378).
10847 Also clean up the code slightly.
10848
10849 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
10850 because that makes the colors go away.
10851
10852 * mail/sendmail.el (send-mail-function): Change the default to
10853 `sendmail-query-once'.
10854 (sendmail-query-once): Add an autoload cookie.
10855
10856 * net/network-stream.el (network-stream-open-starttls): Try using
10857 a plain connection even if the server offered STARTTLS, and we
10858 kinda wanted to use it, if Emacs doesn't have any STARTTLS
10859 capability. This should make smtpmail.el work in slightly more
10860 configurations.
10861
10862 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
10863
10864 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
10865 New defun.
10866 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
10867
10868 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
10869
10870 * progmodes/sql.el: Version 3.0
10871 (sql-product-alist): Add product :completion-object,
10872 :completion-column, and :statement attributes.
10873 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
10874 (sql-mode-syntax-table): Mark all punctuation.
10875 (sql-font-lock-keywords-builder): Temporarily remove fallback on
10876 ansi keywords.
10877 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
10878 (sql-mode-oracle-font-lock-keywords): Improve.
10879 (sql-oracle-show-reserved-words): New function for development.
10880 (sql-product-font-lock): Simplify for source code buffers.
10881 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
10882 New functions.
10883 (sql-highlight-product): Set product specific syntax table.
10884 (sql-mode-map): Add statement movement functions.
10885 (sql-ansi-statement-starters, sql-oracle-statement-starters):
10886 New variable.
10887 (sql-statement-regexp, sql-beginning-of-statement)
10888 (sql-end-of-statement, sql-signum): New functions.
10889 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
10890 (sql-show-sqli-buffer): Bug fix.
10891 (sql-interactive-mode): Store connection data as buffer local.
10892 (sql-connect): Add NEW-NAME parameter. Redesign interaction
10893 with sql-interactive-mode.
10894 (sql-save-connection): Save buffer local settings.
10895 (sql-connection-menu-filter): Change menu entry name.
10896 (sql-product-interactive): Bug fix.
10897 (sql-preoutput-hold): New variable.
10898 (sql-interactive-remove-continuation-prompt): Bug fixes.
10899 (sql-debug-redirect): New variable.
10900 (sql-str-literal): New function.
10901 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
10902 Redesign.
10903 (sql-oracle-save-settings, sql-oracle-restore-settings)
10904 (sql-oracle-list-all, sql-oracle-list-table): New functions.
10905 (sql-completion-object, sql-completion-column)
10906 (sql-completion-sqlbuf): New variables.
10907 (sql-build-completions-1, sql-build-completions)
10908 (sql-try-completion): New functions.
10909 (sql-read-table-name): Use them.
10910 (sql-contains-names): New buffer local variable.
10911 (sql-list-all, sql-list-table): Use it.
10912 (sql-oracle-completion-types): New variable.
10913 (sql-oracle-completion-object, sql-sqlite-completion-object)
10914 (sql-postgres-completion-object): New functions.
10915
10916 2011-07-06 Glenn Morris <rgm@gnu.org>
10917
10918 * window.el (pop-to-buffer): Doc fix.
10919
10920 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
10921
10922 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
10923
10924 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
10925
10926 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
10927
10928 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
10929
10930 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
10931
10932 * button.el (button): Inherit from link face. Suggested by Dan
10933 Nicolaescu.
10934
10935 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10936
10937 * progmodes/gdb-mi.el: Fit in 80 columns.
10938 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
10939 switch-to-buffer.
10940
10941 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
10942 if imenu is simply not configured (bug#8941).
10943
10944 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
10945
10946 * allout.el (allout-post-undo-hook): New allout outline-change
10947 event hook to signal undo activity.
10948 (allout-post-command-business): Run allout-post-undo-hook if an
10949 undo just occurred.
10950 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
10951 * allout-widgets.el (allout-widgets-after-undo-function):
10952 Ensure the integrity of the current item's decoration after it has been
10953 in the vicinity of an undo.
10954 (allout-widgets-mode): Include allout-widgets-after-undo-function
10955 on the new allout-post-undo-hook.
10956
10957 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10958
10959 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
10960 Let define-derived-mode define it.
10961 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
10962 cycles of abbrev-table inheritance (bug#8998).
10963
10964 2011-07-05 Roland Winkler <winkler@gnu.org>
10965
10966 * textmodes/bibtex.el: Add support for biblatex.
10967 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
10968 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
10969 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
10970 (bibtex-entry-alist, bibtex-field-alist): New variables.
10971 (bibtex-entry-field-alist): Obsolete alias for
10972 bibtex-BibTeX-entry-alist.
10973 (bibtex-entry-alist, bibtex-field-alist): New widgets.
10974 (bibtex-set-dialect): New command.
10975 (bibtex-entry-type, bibtex-entry-head)
10976 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
10977 Bind via bibtex-set-dialect.
10978 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
10979 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
10980 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
10981 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
10982 Define via bibtex-set-dialect.
10983 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
10984 Obey bibtex-no-opt-remove-re.
10985 (bibtex-vec-push, bibtex-vec-incr): New functions.
10986 (bibtex-format-entry, bibtex-field-list)
10987 (bibtex-print-help-message, bibtex-validate)
10988 (bibtex-search-entries): Use new format of bibtex-entry-alist.
10989
10990 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10991
10992 * progmodes/compile.el (compilation-goto-locus):
10993 * net/tramp-cmds.el (tramp-append-tramp-buffers):
10994 * bs.el (bs-cycle-next, bs-cycle-previous):
10995 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
10996 * bindings.el (mode-line-other-buffer):
10997 * autoinsert.el (auto-insert):
10998 * arc-mode.el (archive-extract):
10999 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
11000
11001 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
11002
11003 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
11004 Fix check of `emacs-lock-unlockable-modes'.
11005 Coerce true values of `emacs-lock--try-unlocking' to t.
11006
11007 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
11008
11009 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
11010 * emacs-lock.el: New file.
11011
11012 2011-07-05 Julien Danjou <julien@danjou.info>
11013
11014 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
11015 than `boundp' to check if face is set.
11016
11017 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
11018
11019 * register.el (registerv-make):
11020 * window.el (window-min-height): Fix typos in docstrings.
11021
11022 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
11023
11024 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
11025 Update doc string.
11026
11027 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
11028
11029 * server.el (server-execute): Catch quit and call
11030 `server-return-error' to pass the error back to emacsclient and
11031 close the connection (bug#8942).
11032
11033 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
11034
11035 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
11036 insecure exception for current topic. Also note that auto-saves
11037 are handled differently.
11038
11039 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
11040 State variables for tracking auto-save inhibition situation.
11041
11042 (allout-write-contents-hook-handler): Rename from
11043 'allout-write-file-hook-handler', and describe how it depends on
11044 write-contents-functions sensitivity to non-nil value to prevent
11045 file write.
11046
11047 (allout-auto-save-hook-handler): Remove. auto-save does not check
11048 this in individual buffers, only in the starting buffer, so this
11049 is not the right way for us to inhibit auto-save in a buffer
11050 according to its condition.
11051
11052 (allout-mode): Use new allout-write-contents-hook-handler, and
11053 only with write-contents-functions. Remove auto-save provisions -
11054 they're implemented elsewhere.
11055
11056 (allout-before-change-handler): If undo is in progress, note that
11057 for attention of allout-post-command-business.
11058
11059 (allout-post-command-business): If the command we're following was
11060 an undo, check for change in the status of encrypted items and
11061 adjust auto-save inhibitions accordingly.
11062
11063 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
11064 according to whether there are or aren't any plain-text topics
11065 pending encryption.
11066
11067 (allout-inhibit-auto-save-info-for-decryption):
11068 Adjust buffer-saved-size and some allout state to inhibit auto-saves
11069 if there are plain-text topics pending encryption.
11070
11071 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
11072 buffer-saved-size and some allout state to not inhibit auto-saves
11073 if there are no longer any plain-text topics pending encryption.
11074
11075 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
11076 No longer provide for exemption of the current topic.
11077
11078 2011-07-04 Juri Linkov <juri@jurta.org>
11079
11080 Add 7z operations to delete and save changed members (bug#8968).
11081 * arc-mode.el (archive-7z-expunge, archive-7z-update):
11082 New defcustoms.
11083 (archive-7z-write-file-member): New function.
11084 (archive-7z-summarize): Fix the number of dashes in the
11085 listing output.
11086
11087 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11088
11089 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
11090 (bug#8958).
11091
11092 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
11093
11094 * bindings.el: Ignore next-buffer and previous-buffer in
11095 minibuffer-local-map.
11096
11097 * font-lock.el (font-lock-builtin-face): Change light background
11098 color to dark slate blue (Bug#6693).
11099
11100 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
11101
11102 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
11103
11104 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11105
11106 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
11107 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11108 Add switch-to-buffer.
11109
11110 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11111
11112 * isearch.el (isearch-search-fun-function): Clarify further the
11113 meaning of the function returned.
11114
11115 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
11116
11117 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
11118
11119 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
11120 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
11121 Use it.
11122 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
11123 `tramp-default-remote-path' does not exist.
11124 (tramp-send-command-and-read): New optional argument NOERROR.
11125 (tramp-open-connection-setup-interactive-shell)
11126 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
11127 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
11128 (tramp-process-sentinel): Flush also process' connection property.
11129 (tramp-sh-handle-start-file-process): Do not set process
11130 sentinel. It is done now ...
11131 (tramp-maybe-open-connection): ... here. (Bug#8929)
11132
11133 2011-07-04 MON KEY <monkey@sandpframing.com>
11134
11135 * play/animate.el (animate-string): Doc fixes and allow changing
11136 the buffer name (bug#5417).
11137
11138 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11139
11140 * play/animate.el (animation-buffer-name): Rename from *animate*.
11141
11142 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
11143
11144 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
11145 This is simpler and helps future-proof the code.
11146 (timer-until): Use time-subtract and float-time.
11147 (timer--time-less-p): Use time-less-p.
11148
11149 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
11150
11151 * type-break.el (timep): Use the value of `float-time' to avoid a
11152 byte-compiler warning.
11153
11154 * server.el (server-eval-and-print): Return any result, even nil.
11155
11156 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
11157
11158 * type-break.el: Accept time formats that the builtins accept.
11159 (timep, type-break-time-difference): Accept any format that
11160 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
11161 This is simpler and helps future-proof the code.
11162 (type-break-time-difference): Round rather than ignoring
11163 subseconds components.
11164
11165 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11166
11167 * info.el (Info-apropos-matches): Make non-interactive, since it
11168 doesn't seem to do anything useful as a command (bug#8829).
11169
11170 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
11171
11172 * frame.el (frame-background-mode, frame-set-background-mode):
11173 Move from faces.el.
11174 (frame-default-terminal-background): New function.
11175
11176 * custom.el (custom-push-theme): Don't record faces in `changed'
11177 theme; this doesn't work correctly for per-frame face settings.
11178 (disable-theme): Use face-set-after-frame-default to reset faces.
11179 (custom--frame-color-default): New function.
11180
11181 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11182
11183 * dired.el (dired-flagging-regexp): Remove unused variable
11184 (bug#8769).
11185
11186 2011-03-29 Kevin Ryde <user42@zip.com.au>
11187
11188 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11189 `perl-Test2' extend to match possible "fail #N" rep count
11190 (bug#8377).
11191
11192 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11193
11194 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
11195 `smtpmail-via-smtp' now returns the error instead of nil.
11196
11197 * isearch.el (isearch-search-fun-function): Clarify the doc string
11198 (bug#8101).
11199
11200 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
11201
11202 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
11203 unnecessary spaces (bug#8987).
11204
11205 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11206
11207 * net/network-stream.el (open-network-stream): Use the
11208 :end-of-capability command thoughout.
11209
11210 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11211
11212 * net/network-stream.el (open-network-stream): Add the
11213 :end-of-capability command parameter, used by pop3.el.
11214
11215 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11216
11217 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
11218
11219 * fringe.el (fringe-query-style): Remove redundant text " (type ?
11220 for list)" (bug#6475).
11221
11222 * files.el (file-expand-wildcards): Ignore non-readable
11223 sub-directories while trying to find matches instead of signaling
11224 an error (bug#6297).
11225
11226 * man.el (Man-reference-regexp): Allow matching possible
11227 word-wrapped references (bug#6289).
11228
11229 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
11230 for consistency with the other vc buffers (bug#6197).
11231 (vc-checkin): Ditto.
11232
11233 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
11234
11235 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
11236
11237 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11238
11239 * custom.el (defcustom): Clarify that :set is only used in the
11240 Customize user interface (bug#6089).
11241
11242 * progmodes/flymake.el (flymake-mode): If the buffer isn't
11243 associated with a file, refuse to run instead of erroring out
11244 (bug#6084).
11245
11246 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
11247 the doc string, since it appears that using `fill-column' always
11248 controls the width (bug#7845).
11249
11250 * simple.el (shell-command-on-region): Say where the error output
11251 went if `shell-command-default-error-buffer' is set (bug#6857).
11252
11253 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
11254
11255 * allout.el (allout-yank-processing): Adjust cursor position for
11256 backwards-deleted space.
11257
11258 (allout-rebullet-heading): Register changes with
11259 allout-exposure-changed-hook, so the modified topic is properly
11260 decorated.
11261
11262 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11263
11264 * minibuffer.el (completion-in-region): Document PREDICATE
11265 (bug#7136).
11266
11267 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
11268 of keyword/argument pairs (bug#6904).
11269
11270 * replace.el (multi-occur):
11271 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
11272
11273 2011-07-02 Drew Adams <drew.adams@oracle.com>
11274
11275 * dired.el (dired-mark-if): Make the message about whether it's
11276 marking or unmarking clearer (bug#8523).
11277
11278 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11279
11280 * disp-table.el (display-table-print-array): New function.
11281 (describe-display-table): Use it to print the vectors more pretty
11282 (Bug#8859).
11283
11284 2011-07-02 Martin Rudalics <rudalics@gmx.at>
11285
11286 * window.el (window-state-get-1): Don't assign clone numbers.
11287 Add clone-of item to list of window parameters.
11288 (window-state-put-2): Don't process clone numbers.
11289 (display-buffer-alist): Fix doc-string.
11290
11291 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11292
11293 * subr.el (remq): Don't allocate if it's not needed.
11294 (keymap--menu-item-binding, keymap--menu-item-with-binding)
11295 (keymap--merge-bindings): New functions.
11296 (keymap-canonicalize): Use them to refine the canonicalization.
11297 * minibuffer.el (minibuffer-local-completion-map)
11298 (minibuffer-local-must-match-map): Move initialization from C.
11299 (minibuffer-local-filename-completion-map): Move initialization from C;
11300 don't inherit from anything here.
11301 (minibuffer-local-filename-must-match-map): Make obsolete.
11302 (completing-read-default): Use make-composed-keymap to combine
11303 minibuffer-local-filename-completion-map with either
11304 minibuffer-local-must-match-map or
11305 minibuffer-local-filename-completion-map.
11306
11307 2011-07-01 Glenn Morris <rgm@gnu.org>
11308
11309 * type-break.el (type-break-time-sum): Use dolist.
11310
11311 * textmodes/flyspell.el (flyspell-word-search-backward):
11312 Replace CL function.
11313
11314 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11315
11316 * mouse.el (mouse--strip-first-event): New function.
11317 (function-key-map): Use it to map fringe clicks to normal clicks
11318 by default.
11319
11320 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
11321 (vc-bzr-revision-completion-table): Add support for annotate and date.
11322
11323 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
11324 inherit from parent.
11325
11326 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11327
11328 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
11329 (dired-show-file-type): Doc fixup (bug#8818).
11330
11331 * dired.el (dired-mode): Fix up the doc string as suggested by
11332 Drew Adams (bug#8817).
11333
11334 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
11335 cookie, since the manual says that it should be possible to add
11336 this function to `find-file-hook' (bug#8709).
11337
11338 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
11339
11340 * progmodes/cfengine.el: Moved all cfengine3.el functionality
11341 here. Noted Ted Zlatanov as the maintainer.
11342 (cfengine-common-settings, cfengine-common-syntax): New functions
11343 to set up common things between `cfengine-mode' and
11344 `cfengine3-mode'.
11345 (cfengine3-mode): New mode.
11346 (cfengine3-defuns cfengine3-defuns-regex
11347 (cfengine3-class-selector-regex cfengine3-category-regex)
11348 (cfengine3-vartypes cfengine3-font-lock-keywords)
11349 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
11350 (cfengine3-indent-line): Add from cfengine3.el.
11351
11352 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
11353
11354 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
11355
11356 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
11357
11358 2011-07-01 Martin Rudalics <rudalics@gmx.at>
11359
11360 * window.el (same-window-buffer-names, same-window-regexps)
11361 (same-window-p, special-display-frame-alist)
11362 (special-display-popup-frame, special-display-function)
11363 (special-display-buffer-names, special-display-regexps)
11364 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
11365 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
11366 (split-window-preferred-function, split-height-threshold)
11367 (split-width-threshold, even-window-heights)
11368 (display-buffer-mark-dedicated, window-splittable-p)
11369 (split-window-sensibly, window-safely-shrinkable-p):
11370 Un-obsolete.
11371 (display-buffer): Don't spread args with function specifier
11372 because special-display-popup-frame won't like it.
11373
11374 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
11375
11376 Time-stamp simplifications and fixes.
11377 These improve accuracy slightly, and future-proof the code
11378 against some potential changes to current-time format.
11379
11380 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
11381 by using time-since and float-time.
11382
11383 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
11384 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
11385 + NNN microseconds".
11386
11387 * type-break.el (type-break-time-sum): Rewrite using time-add.
11388
11389 * play/hanoi.el (hanoi-current-time-float): Remove.
11390 All uses replaced by float-time.
11391
11392 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
11393 This yields a more-accurate answer.
11394 (rng-time-to-float): Remove; no longer needed.
11395
11396 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
11397
11398 * calendar/timeclock.el (timeclock-seconds-to-time):
11399 Defalias to seconds-to-time, since they're the same thing.
11400
11401 * emacs-lisp/elp.el (elp-elapsed-time):
11402 * emacs-lisp/benchmark.el (benchmark-elapse):
11403 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
11404
11405 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11406
11407 * window.el (bury-buffer): Don't iconify the only frame.
11408 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
11409 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
11410
11411 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
11412
11413 * eshell/em-smart.el (eshell-smart-display-navigate-list):
11414 Add mouse-yank-primary.
11415
11416 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
11417
11418 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
11419
11420 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11421
11422 * emacs-lisp/find-func.el (find-library--load-name): New fun.
11423 (find-library-name): Use it to find relative load names when provided
11424 absolute file name (bug#8803).
11425
11426 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11427
11428 * textmodes/flyspell.el (flyspell-word): Consider words that
11429 differ only in case as potential doublons (bug#5687).
11430
11431 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
11432 Remove two rather uninteresting debugging-like messages to make
11433 debbugs.el more silent.
11434
11435 * comint.el (comint-password-prompt-regexp): Accept "Response" as
11436 a password-like phrase.
11437
11438 2011-06-30 Masatake YAMATO <yamato@redhat.com>
11439
11440 * progmodes/cc-guess.el: New file.
11441
11442 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
11443
11444 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
11445 derived from `c-basic-common-init'.
11446
11447 * progmodes/cc-mode.el (top-level): Require cc-guess.
11448 (c-basic-common-init): Use `cc-choose-style-for-mode'.
11449
11450 2011-06-30 Lawrence Mitchell <wence@gmx.li>
11451
11452 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
11453
11454 2011-06-30 Alan Mackenzie <acm@muc.de>
11455
11456 * progmodes/cc-engine.el (c-guess-continued-construct):
11457 Correct the handling of template-args-cont, particularly for when font
11458 lock is disabled. Name this case as "CASE G".
11459
11460 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
11461
11462 * allout.el (allout-yank-processing): Fix injection of extra space
11463 between bullet and non-whitespace character in first topic when
11464 pasting, ensuring that the actual spacing in the pasted topic
11465 following the bullet char is preserved. This extra space was
11466 causing pasted encrypted topics to get a decrypted status even
11467 when the content was actually still encrypted. Now the decryption
11468 status from before the paste is preserved.
11469
11470 (allout-flag-region): Set all allout overlays so they evaporate
11471 when reduced to zero length (evanescent), to prevent overlay
11472 leakage.
11473
11474 2011-06-30 Glenn Morris <rgm@gnu.org>
11475
11476 * w32-fns.el (w32-charset-info-alist): Declare.
11477
11478 * find-dired.el (find-grep-options): Simplify.
11479
11480 * term/ns-win.el (ns-set-resource): Declare.
11481
11482 * ses.el (row, col): Declare dynamic variables honestly.
11483
11484 * textmodes/reftex-parse.el (index-tags): Declare.
11485
11486 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
11487
11488 * cus-edit.el (customize-push-and-save): New function.
11489
11490 * files.el (hack-local-variables-confirm): Use it.
11491
11492 * custom.el (load-theme): New arg NO-CONFIRM.
11493 Use customize-push-and-save (Bug#8720).
11494 (custom-enabled-themes): Doc fix.
11495
11496 * cus-theme.el (customize-create-theme)
11497 (custom-theme-merge-theme): Callers to load-theme changed.
11498
11499 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11500
11501 * thingatpt.el (thing-at-point-short-url-regexp): Require that
11502 short URLs have at least one dot in them (bug #7614).
11503
11504 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
11505 nil, because using a pty is apparently too slow (bug #895).
11506
11507 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11508
11509 * mail/sendmail.el (sendmail-query-once): New function.
11510 (sendmail-query-once-function): New variable.
11511
11512 2011-06-29 Glenn Morris <rgm@gnu.org>
11513
11514 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
11515
11516 * ses.el (top-level): Require cl when compiling.
11517 (ses-set-localvars): Fix error statement.
11518 Call it at compile time to silence a storm of warnings.
11519
11520 2011-06-29 Martin Rudalics <rudalics@gmx.at>
11521
11522 * window.el (normalize-live-buffer): Rename to
11523 window-normalize-buffer.
11524 (normalize-live-frame): Rename to window-normalize-frame.
11525 (normalize-any-window): Rename to window-normalize-any-window.
11526 (normalize-live-window): Rename to window-normalize-live-window.
11527 (make-window-atom): Rename to window-make-atom.
11528 (window-resize-reset): Rename to window--resize-reset.
11529 (window-resize-reset-1): Rename to window--resize-reset-1.
11530 (resize-mini-window): Rename to window--resize-mini-window.
11531 (resize-subwindows-skip-p): Rename to
11532 window--resize-subwindows-skip-p.
11533 (resize-subwindows-normal): Rename to
11534 window--resize-subwindows-normal.
11535 (resize-subwindows): Rename to window--resize-subwindows.
11536 (resize-other-windows): Rename to window--resize-siblings.
11537 (resize-this-window): Rename to window--resize-this-window.
11538 (resize-root-window): Rename to window--resize-root-window.
11539 (resize-root-window-vertically): Rename to
11540 window--resize-root-window-vertically.
11541 (normalize-buffer-to-display): Rename to
11542 window-normalize-buffer-to-display.
11543 (normalize-buffer-to-switch-to): Rename to
11544 window-normalize-buffer-to-switch-to.
11545 Correspondingly update all callers of the functions listed
11546 above.
11547 (display-buffer-alist, display-buffer-normalize-arguments)
11548 (display-buffer-normalize-options, display-buffer)
11549 (display-buffer-alist-set): Use "function" instead of
11550 "fun-with-args".
11551
11552 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
11553
11554 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
11555 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
11556 debbugs.gnu.org. Mention acknowledgment email.
11557
11558 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
11559
11560 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
11561 buffer multibyteness, since it shouldn't matter.
11562
11563 2011-06-28 Martin Rudalics <rudalics@gmx.at>
11564
11565 * window.el (display-buffer-in-side-window): Handle dedicated
11566 windows as in display-buffer-reuse-window.
11567 (display-buffer-normalize-alist): Use value of override
11568 specifier.
11569 (display-buffer-normalize-specifiers): Use value of
11570 other-window-means-other-frame specifier.
11571 (display-buffer-alist): Rewrite some texts in widgets.
11572 (display-buffer): Spread arguments when calling function
11573 specified by fun-with-args.
11574
11575 2011-06-28 Deniz Dogan <deniz@dogan.se>
11576
11577 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11578 Unnest `let'.
11579
11580 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
11581 selectors (Bug#5732).
11582 (css-proprietary-nmstart-re): Use `regexp-opt'.
11583
11584 2011-06-27 Jari Aalto <jari.aalto@cante.net>
11585
11586 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
11587 (eshell-ls-date-format): New defcustom.
11588 (eshell-ls-file): Use it.
11589
11590 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11591
11592 * help-fns.el (describe-variable): Fix message for terminal-local vars.
11593
11594 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
11595
11596 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
11597 (ange-ftp-make-tmp-name): New arg.
11598 (ange-ftp-file-local-copy): Use it.
11599
11600 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
11601
11602 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
11603 no-conversion (Bug#8870).
11604
11605 2011-06-27 Martin Rudalics <rudalics@gmx.at>
11606
11607 * window.el (window-right, window-left, window-child)
11608 (window-child-count, window-last-child)
11609 (window-iso-combination-p, walk-window-tree-1)
11610 (window-atom-check-1, window-tree-1, delete-window)
11611 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
11612 new naming conventions - window-vchild, window-hchild,
11613 window-next and window-prev are now called window-top-child,
11614 window-left-child, window-next-sibling and window-prev-sibling
11615 respectively.
11616 (resize-window-reset): Rename to window-resize-reset.
11617 (resize-window-reset-1): Rename to window-resize-reset-1.
11618 (resize-window): Rename to window-resize.
11619 (window-min-height, window-min-width)
11620 (resize-mini-window, resize-this-window, resize-root-window)
11621 (resize-root-window-vertically, adjust-window-trailing-edge)
11622 (enlarge-window, shrink-window, maximize-window)
11623 (minimize-window, delete-window, quit-restore-window)
11624 (split-window, balance-windows, balance-windows-area-adjust)
11625 (balance-windows-area, window-state-put-2)
11626 (display-buffer-even-window-sizes, display-buffer-set-height)
11627 (display-buffer-set-width, set-window-text-height)
11628 (fit-window-to-buffer): Rename all "resize-window" prefixed
11629 calls to use the "window-resize" prefix convention.
11630 (display-buffer-alist): Fix symbol for label specifier.
11631 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
11632 corresponding specifier.
11633 Reported by Juanma Barranquero <lekktu@gmail.com>.
11634
11635 2011-06-27 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
11636
11637 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
11638 convention.
11639 (ses-call-printer): Does not pass an empty string to formatter when the
11640 cell is empty to keep from barking printer Calc math-format-value.
11641
11642 2011-06-27 Richard Stallman <rms@gnu.org>
11643
11644 * battery.el (battery-mode-line-limit): New variable.
11645 (battery-update): Handle it.
11646
11647 * mail/rmailmm.el (rmail-mime-process-multipart):
11648 Handle truncated messages.
11649
11650 2011-06-27 Glenn Morris <rgm@gnu.org>
11651
11652 * progmodes/flymake.el (flymake-err-line-patterns):
11653 Allow for column numbers in the ant/javac pattern. (Bug#8866)
11654
11655 2011-06-27 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
11656
11657 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
11658 (ses--clean-!, ses--clean-_): New functions.
11659 (ses-range): Add configurability of readout order, and conversion
11660 to Calc vector.
11661
11662 * ses.el (ses-repair-cell-reference-all): New function.
11663 (ses-cell-symbol): Set macro as safe, so that it can be used in
11664 formulas.
11665
11666 * ses.el: Update cycle detection algorithm.
11667 (ses-localvars): Add ses--Dijkstra-attempt-nb and
11668 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
11669 (ses-set-localvars): New function.
11670 (ses-make-cell): Add property-list as a cell element.
11671 (ses-cell-property-get-fun, ses-cell-property-get)
11672 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
11673 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
11674 New functions.
11675 (ses-cell-property-set, ses-cell-property-pop)
11676 (ses-cell-property-get-handle): New macro.
11677 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
11678 New aliases, used for code readability.
11679 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
11680 cycle detection.
11681 (ses-self-reference-early-detection): New defcustom.
11682 (ses-formula-references): Robustify against self-referring cells.
11683 (ses-mode): Use ses-set-localvars.
11684 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
11685 before lauching the update processing.
11686 (ses-initialize-Dijkstra-attempt): New function.
11687 (ses-recalculate-cell): Update for cycle detection based on
11688 Dijkstra algorithm.
11689
11690 * ses.el: Fix commenting and indenting convention.
11691
11692 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11693
11694 * bs.el (bs-cycle-next): Complete last change.
11695
11696 2011-06-27 Drew Adams <drew.adams@oracle.com>
11697
11698 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
11699
11700 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11701
11702 * net/network-stream.el (network-stream-open-starttls):
11703 Don't re-get capabilities unless we've reestablished connection.
11704 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
11705
11706 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
11707 to binary to possibly avoid line encoding issues on Windows (among
11708 other things).
11709
11710 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11711
11712 * net/network-stream.el (open-network-stream): Return an :error
11713 saying what the problem was, if possible.
11714
11715 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
11716 server.
11717
11718 * net/network-stream.el (network-stream-open-starttls): If we
11719 wanted to use STARTTLS, and the server offered it, but we weren't
11720 able to because we had no STARTTLS support, then close the connection.
11721 (open-network-stream): Return an :error element, if present.
11722
11723 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
11724
11725 * hl-line.el (hl-line-sticky-flag): Doc fix.
11726 (global-hl-line-sticky-flag): New option (Bug#8323).
11727 (global-hl-line-highlight): Obey it.
11728
11729 * vc/vc.el (vc-revert-show-diff): Default to t.
11730
11731 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
11732
11733 * allout-widgets.el (allout-widgets-post-command-business):
11734 Stop decorating intermediate isearch matches. They're not being
11735 undecorated when an isearch is continued past, and isearch
11736 automatically collapses them. This leads to "widget leaks", where
11737 decorated items accumulate in collapsed areas. Lines with lots of
11738 hidden widgets can slow down cursor travel, substantially.
11739 Too much complicated machinery would be needed to ensure undecoration,
11740 so we're doing without this nicety.
11741
11742 (allout-widgets-tally-string): Don't try to do a hash-table-count
11743 of allout-widgets-tally when it's nil. This eliminates spurious "Error
11744 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
11745 *Messages* when allout-widgets-maintain-tally is t.
11746
11747 2011-06-26 Martin Rudalics <rudalics@gmx.at>
11748
11749 * window.el (display-buffer-normalize-argument): Rename to
11750 display-buffer-normalize-arguments. Handle special meaning of
11751 LABEL argument. Respect special-display-function when popping up
11752 a new frame. Fix code searching for a window showing the buffer
11753 on another frame.
11754 (display-buffer-normalize-specifiers):
11755 Call display-buffer-normalize-arguments.
11756 (display-buffer-in-window): Don't undedicate the window if its
11757 buffer remains the same.
11758 Reported by Drew Adams <drew.adams@oracle.com>.
11759 (display-buffer-alist): Add choice for same-window macro
11760 specfier.
11761 (display-buffer): Mention special meaning of LABEL argument in
11762 doc-string. Fix quoting. Don't pop up a new frame even as
11763 fallback.
11764
11765 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
11766
11767 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
11768 avoid deleting the current window in some cases (bug#8911).
11769
11770 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
11771
11772 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
11773 (Bug#8934)
11774
11775 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11776
11777 * net/network-stream.el (network-stream-open-starttls):
11778 Use built-in TLS support if `gnutls-available-p' is true.
11779 (network-stream-open-tls): Ditto.
11780
11781 2011-06-26 Leo Liu <sdl.web@gmail.com>
11782
11783 * register.el (registerv): New struct.
11784 (registerv-make): New function.
11785 (jump-to-register, describe-register-1, insert-register):
11786 Support the jump-func, print-func and insert-func slot of a registerv
11787 struct. (Bug#8415)
11788
11789 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
11790
11791 * vc/vc.el (vc-revert-show-diff): New defcustom.
11792 (vc-diff-internal): New arg specifying diff buffer.
11793 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
11794 reuse an existing *vc-diff* buffer (Bug#8927).
11795
11796 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
11797
11798 2011-06-26 Glenn Morris <rgm@gnu.org>
11799
11800 * progmodes/f90.el (f90-critical-indent): New option.
11801 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
11802 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
11803 (f90-mode): Doc fix.
11804 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
11805 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
11806 (f90-beginning-of-block, f90-next-block, f90-indent-region)
11807 (f90-match-end): Handle block, critical.
11808
11809 2011-06-25 Glenn Morris <rgm@gnu.org>
11810
11811 * calendar/diary-lib.el (diary-included-files): Doc fix.
11812 (diary-include-files): New function, extracted from
11813 diary-include-other-diary-files and diary-mark-included-diary-files.
11814 (diary-include-other-diary-files, diary-mark-included-diary-files):
11815 Just call diary-include-files.
11816 (diary-mark-entries): Reset diary-included-files on first call.
11817
11818 * calendar/diary-lib.el (diary-mark-entries)
11819 (diary-mark-included-diary-files):
11820 Visit included diary-files in temp buffers.
11821
11822 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
11823 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
11824 (f90-start-block-re, f90-imenu-generic-expression)
11825 (f90-looking-at-program-block-start, f90-no-block-limit):
11826 Add support for submodules.
11827
11828 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
11829 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
11830
11831 2011-06-25 Eli Zaretskii <eliz@gnu.org>
11832
11833 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
11834 buffer-file-type before setting its value, to avoid disastrous
11835 global effects on decoding files for DOS/Windows systems. (Bug#8780)
11836
11837 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
11838
11839 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
11840
11841 * ses.el (ses-unload-function):
11842 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
11843
11844 * proced.el (proced-unload-function):
11845 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
11846
11847 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
11848
11849 * server.el (server-create-window-system-frame): Add parameters arg.
11850 (server-process-filter): Doc fix. Handle frame-parameters.
11851
11852 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
11853
11854 Fix bug#8730, bug#8781.
11855
11856 * loadhist.el (unload--set-major-mode): New function.
11857 (unload-feature): Use it.
11858
11859 * progmodes/python.el (python-after-info-look): Add autoload cookie.
11860 (python-unload-function): New function.
11861
11862 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11863
11864 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
11865
11866 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
11867
11868 * net/browse-url.el (browse-url-firefox-program): Add icecat to
11869 the candidates list.
11870
11871 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
11872
11873 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
11874
11875 2011-06-23 Richard Stallman <rms@gnu.org>
11876
11877 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
11878 (rmail-variables): Set next-error-move-function.
11879 (rmail-what-message): Take argument POS.
11880 (rmail-next-error-move): New function.
11881
11882 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
11883
11884 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
11885 messages for adjacent non-terminals.
11886
11887 2011-06-23 Richard Stallman <rms@gnu.org>
11888
11889 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
11890 (rmail-show-message-1): Preserve buffer modified flag.
11891 (rmail-start-mail): Don't specify use of rmail-mail-return;
11892 that's done by mail-bury now.
11893 (rmail-mail-return): Handle arg NEWBUF.
11894
11895 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
11896
11897 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
11898 SIZE is a number.
11899
11900 2011-06-23 Martin Rudalics <rudalics@gmx.at>
11901
11902 * window.el (get-lru-window, get-mru-window)
11903 (get-largest-window): Never return a minibuffer window.
11904 (display-buffer-pop-up-window): Fix a bug that could lead to
11905 reusing the minibuffer window.
11906 (display-buffer): Pass original specifier argument to
11907 display-buffer-function instead of the normalized one.
11908 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
11909
11910 2011-06-22 Leo Liu <sdl.web@gmail.com>
11911
11912 * minibuffer.el (completing-read-function)
11913 (completing-read-default): Move from minibuf.c
11914
11915 2011-06-22 Richard Stallman <rms@gnu.org>
11916
11917 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
11918 to Rmail even if not started by a special Rmail command.
11919
11920 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
11921 Copy the buffer currently showing just one message.
11922
11923 2011-06-22 Roland Winkler <winkler@gnu.org>
11924
11925 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
11926 (bibtex-clean-entry): First delete the old key so that a
11927 customized algorithm for generating the new key does not get
11928 confused by the old key.
11929 (bibtex-url): Obey regexp of first step.
11930 (bibtex-search-entries): Do not use add-to-list with local
11931 list-var.
11932
11933 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11934
11935 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
11936 stored a user name, then query for the password first, instead of
11937 waiting for SMTP to give an error message and the trying again.
11938
11939 2011-06-22 Lawrence Mitchell <wence@gmx.li>
11940
11941 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
11942 BUFFER in call-process.
11943
11944 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11945
11946 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
11947 QUIT twice.
11948 (smtpmail-try-auth-methods): Require user name and password from
11949 auth-source.
11950
11951 2011-06-22 Martin Rudalics <rudalics@gmx.at>
11952
11953 * window.el (display-buffer-default-specifiers)
11954 (display-buffer-alist): Remove entries for pop-up-frame-alist.
11955 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
11956 (split-window): Normalize SIDE argument (Bug#8916).
11957
11958 * frame.el (pop-up-frame-alist, pop-up-frame-function)
11959 (special-display-frame-alist, special-display-popup-frame):
11960 Remove duplicate declarations. These are now in window.el.
11961
11962 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11963
11964 * mail/smtpmail.el (smtpmail-via-smtp):
11965 Set :use-starttls-if-possible so that we always use STARTTLS if the
11966 server supports it. SMTP servers that support STARTTLS commonly
11967 require it.
11968
11969 * net/network-stream.el (network-stream-open-starttls): Support
11970 upgrading to STARTTLS always, even if we don't have built-in support.
11971 (open-network-stream): Add the :always-query-capabilities keyword.
11972
11973 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
11974 upgrades with `open-network-stream', and rely solely on
11975 auth-source for all credentials. Big changes throughout the file,
11976 but in particular:
11977 (smtpmail-auth-credentials): Remove.
11978 (smtpmail-starttls-credentials): Remove.
11979 (smtpmail-via-smtp): Check for servers saying they want AUTH after
11980 MAIL FROM, too.
11981
11982 * net/network-stream.el (network-stream-open-starttls):
11983 Provide support for client certificates both for external and built-in
11984 STARTTLS.
11985 (auth-source): Require.
11986 (open-network-stream): Document the :client-certificate keyword.
11987 (network-stream-certificate): Change cert-cert to cert and
11988 cert-key to key.
11989
11990 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
11991
11992 * net/tramp-cache.el (top): Don't load the persistency file when
11993 "emacs -Q" has been called.
11994
11995 2011-06-21 Tim Harper <timcharper@gmail.com>
11996
11997 * term/ns-win.el (ns-initialize-window-system):
11998 Set application-specific `ApplePressAndHoldEnabled' system
11999 resource to NO as it is not yet supported by the NS port.
12000
12001 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
12002
12003 * misc.el (list-dynamic-libraries--refresh): Compute header here...
12004 (list-dynamic-libraries): ...not here.
12005
12006 2011-06-21 Leo Liu <sdl.web@gmail.com>
12007
12008 * subr.el (sha1): Implement sha1 using secure-hash.
12009
12010 2011-06-21 Martin Rudalics <rudalics@gmx.at>
12011
12012 * window.el (display-buffer-alist): In default value do not
12013 enforce searching a window on any but the selected frame.
12014 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
12015 (display-buffer-select-window): Remove function.
12016 (display-buffer-in-window): When a window on another frame gets
12017 reused, do not select it any more but just raise its frame if
12018 necessary (Bug#8851) and (Bug#8856).
12019 (display-buffer-normalize-options): Handle pop-up-frames related
12020 options more faithfully.
12021 (pop-to-buffer): Don't rely on `display-buffer' selecting the
12022 window if it is on another frame.
12023 (display-buffer-alist, display-buffer-default-specifiers):
12024 Don't make new frame unsplittable by default.
12025 (display-buffer-normalize-argument): Fix doc-string typo and use
12026 'same-frame-other-window instead of 'other-window when associating
12027 with display-buffer-macro-specifiers.
12028
12029 2011-06-21 Vincent BelaĂ¯che <vincent.b.1@hotmail.fr>
12030
12031 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
12032 New functions.
12033 (5x5-mode-map, 5x5-mode-menu): Bind them.
12034 (5x5-draw-grid): Tweak the solver's rendering.
12035
12036 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12037
12038 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
12039 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
12040
12041 2011-06-21 Drew Adams <drew.adams@oracle.com>
12042
12043 * menu-bar.el: Use function variable instead of switch-to-buffer.
12044 (menu-bar-select-buffer-function): New variable.
12045 (menu-bar-update-buffers): Use it (bug#8876).
12046
12047 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12048
12049 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
12050 variable's status.
12051
12052 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
12053
12054 * x-dnd.el (x-dnd-version-from-flags)
12055 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
12056 and long as number (Bug#8899).
12057 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
12058
12059 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12060
12061 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
12062 (completion-try-completion, completion-all-completions): Compute the
12063 metadata argument if it's missing; make it optional (bug#8795).
12064
12065 * wid-edit.el: Use lex-bind and move towards completion-at-point.
12066 (widget-complete): Use new :completion-function property.
12067 (widget-completions-at-point): New function.
12068 (default): Use :completion-function instead of :complete.
12069 (widget-default-completions): Rename from widget-default-complete;
12070 Rewrite.
12071 (widget-string-complete, widget-file-complete, widget-color-complete):
12072 Remove functions.
12073 (file, symbol, function, variable, coding-system, color):
12074 * international/mule-cmds.el (default-input-method, charset)
12075 (language-info-custom-alist):
12076 * cus-edit.el (face): Use new property :completions.
12077
12078 * progmodes/pascal.el (pascal-completions-at-point): New function.
12079 (pascal-mode): Use it.
12080 (pascal-mode-map): Use completion-at-point.
12081 (pascal-toggle-completions): Make obsolete.
12082 (pascal-complete-word, pascal-show-completions):
12083 * progmodes/octave-mod.el (octave-complete-symbol):
12084 Redefine as obsolete alias.
12085 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
12086 Signal absence of completion info for old Octave,
12087 (inferior-octave-complete): Redefine as obsolete alias.
12088 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
12089 (meta-completions-at-point): Rename from meta-complete-symbol and
12090 adapt it for use on completion-at-point-functions.
12091 (meta-common-mode): Use it.
12092 (meta-looking-at-backward, meta-match-buffer): Remove.
12093 (meta-complete-symbol): Redefine as obsolete alias.
12094 (meta-common-mode-map): Use completion-at-point.
12095 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
12096 (makefile-mode-map): Use completion-at-point.
12097 (makefile-completions-at-point): Rename from makefile-complete and
12098 adapt it for use on completion-at-point-functions.
12099 (makefile-mode): Use it.
12100 (makefile-complete): Redefine as obsolete alias.
12101
12102 2011-06-20 Deniz Dogan <deniz@dogan.se>
12103
12104 * net/rcirc.el: Delete trailing whitespaces once and for all.
12105
12106 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
12107
12108 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
12109
12110 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
12111
12112 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
12113
12114 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
12115
12116 2011-06-19 Martin Rudalics <rudalics@gmx.at>
12117
12118 * window.el (display-buffer-other-window-means-other-frame):
12119 Call display-buffer-normalize-alist.
12120 (display-buffer-normalize-specifiers-1): Rename to
12121 display-buffer-normalize-argument. New argument other-frame.
12122 Rewrite.
12123 (display-buffer-normalize-specifiers-2): Rename to
12124 display-buffer-normalize-options.
12125 (display-buffer-normalize-alist-1): New function.
12126 (display-buffer-normalize-specifiers-3): Rename to
12127 display-buffer-normalize-alist.
12128 Call display-buffer-normalize-alist-1.
12129 (display-buffer-normalize-options-inhibit): New variable.
12130 (display-buffer-normalize-specifiers): Rewrite calling
12131 display-buffer-normalize-alist,
12132 display-buffer-normalize-argument, and
12133 display-buffer-normalize-options. Don't call the latter if
12134 display-buffer-normalize-options-inhibit is non-nil.
12135 (frame-auto-delete): New option.
12136 (window-deletable-p): Use frame-auto-delete.
12137 (window-list-no-nils, window-state-ignored-parameters)
12138 (window-state-get-1, window-state-get, window-state-put-list)
12139 (window-state-put-1, window-state-put-2, window-state-put):
12140 New functions.
12141 (display-buffer-normalize-options): Move special-display-p group
12142 after pop-up-frame group (Bug#8851) and (Bug#8856).
12143
12144 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
12145
12146 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
12147 groups (Bug#8776).
12148 (rx-submatch-n): New function.
12149 (rx): Document it.
12150
12151 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
12152 (Bug#8768).
12153
12154 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
12155
12156 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
12157
12158 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
12159 anytime existing face settings are present (Bug#8889).
12160
12161 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
12162 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
12163 Remove unused argument.
12164
12165 2011-06-18 Martin Rudalics <rudalics@gmx.at>
12166
12167 * window.el (display-buffer-default-specifiers):
12168 Remove pop-up-frame. Add pop-up-window-min-height,
12169 pop-up-window-min-width, and another reuse-window specifier
12170 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
12171 (display-buffer-normalize-specifiers-2):
12172 Handle split-height-threshold and split-width-threshold also when
12173 pop-up-windows is unset. Add a reuse-window specifier for the
12174 case popping up a new window fails.
12175 (special-display-popup-frame): Remove double quoting.
12176 (display-buffer-normalize-specifiers-1): Fix thinko.
12177
12178 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12179
12180 * shell.el (shell-completion-vars): Set pcomplete-termination-string
12181 according to comint-completion-addsuffix.
12182
12183 * pcomplete.el: Convert to lexical binding and fix bug#8819.
12184 (pcomplete-suffix-list): Mark as obsolete.
12185 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
12186 pcomplete-seen in the closure.
12187 (pcomplete-comint-setup): Setup completion-at-point as well.
12188 (pcomplete--entries): New function.
12189 (pcomplete--env-regexp): New var.
12190 (pcomplete-entries): Rewrite to work with partial-completion and
12191 without relying on pcomplete-suffix-list.
12192 (pcomplete-pare-list): Remove, unused.
12193
12194 2011-06-17 Martin Rudalics <rudalics@gmx.at>
12195
12196 * window.el (display-buffer-alist): Set pop-up-window-min-height
12197 and pop-up-window-min-width in default value. Reported by
12198 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
12199 other-window-means-other-frame.
12200 (display-buffer-macro-specifiers): Comment out entry for
12201 other-window specifier.
12202 (display-buffer-other-window-means-other-frame): New function.
12203 (display-buffer-normalize-specifiers-1): New arguments
12204 buffer-name and label. Treat other-window case specially.
12205 (display-buffer-normalize-specifiers-2): Treat other-window case
12206 specially.
12207 (display-buffer-normalize-specifiers-3): New function.
12208 (display-buffer-normalize-specifiers):
12209 Call display-buffer-normalize-specifiers-3.
12210
12211 2011-06-17 Martin Rudalics <rudalics@gmx.at>
12212
12213 * window.el (same-window-p): Fix two typos introduced when
12214 adding with-no-warnings.
12215 (display-buffer-normalize-specifiers-1): Don't check
12216 pop-up-frames for 'unset initialization.
12217 (display-buffer-normalize-specifiers-2): Major rewrite using
12218 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
12219 (pop-up-frames, display-buffer-reuse-frames)
12220 (display-buffer-mark-dedicated): Don't initialize to 'unset.
12221 Suggested by David Engster <deng@randomsample.de>.
12222 (even-window-heights): Initialize to 'unset.
12223 (display-buffer-alist-set): Handle new 'unset initializations.
12224 (display-buffer-macro-specifiers): Don't pop up a new frame in the
12225 other window case.
12226
12227 2011-06-16 Martin Rudalics <rudalics@gmx.at>
12228
12229 * window.el (display-buffer-normalize-specifiers-1):
12230 Respect current value of pop-up-frames for most reasonable values of
12231 second argument of display-buffer (Bug#8865).
12232 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
12233 (switch-to-buffer-other-window-same-frame)
12234 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
12235 Adams (Bug#8875).
12236 (display-buffer): Don't check noninteractive when calling
12237 display-buffer-pop-up-frame.
12238 (display-buffer-pop-up-frame): Never pop up a frame in
12239 noninteractive mode (Bug#8857).
12240 (enlarge-window, shrink-window): Don't report an error when the
12241 window can't be resized as requested (Bug#8862).
12242
12243 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12244
12245 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
12246
12247 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
12248
12249 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
12250
12251 2011-06-15 Alan Mackenzie <acm@muc.de>
12252
12253 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
12254 for declarators, disable knr checking to speed up for normal files.
12255 2: Refactor, replacing a sequence of nested if forms by a cond form.
12256
12257 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12258
12259 * net/network-stream.el (open-network-stream): Add the keyword
12260 :always-query-capabilities for the case where you want to force a
12261 `plain' network connection, but the protocol still requires the
12262 capabilitiy command (i.e., SMTP and EHLO).
12263
12264 * subr.el (process-live-p): Rename from `process-alive-p' for
12265 consistency with other `-live-p' functions.
12266
12267 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12268
12269 * window.el (same-window-buffer-names, same-window-regexps)
12270 (special-display-frame-alist, special-display-popup-frame)
12271 (special-display-function, special-display-buffer-names)
12272 (special-display-regexps, pop-up-frame-alist)
12273 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
12274 (pop-up-windows, split-window-preferred-function)
12275 (split-height-threshold, split-width-threshold, even-window-heights)
12276 (display-buffer-mark-dedicated): Don't encourage the use of
12277 display-buffer-alist from Elisp code.
12278
12279 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
12280
12281 * progmodes/python.el (python-mode): Derive from prog-mode.
12282 * progmodes/ps-mode.el (ps-mode):
12283 * progmodes/mixal-mode.el (mixal-mode):
12284 * progmodes/cfengine.el (cfengine-mode):
12285 * progmodes/ld-script.el (ld-script-mode): Likewise.
12286
12287 2011-06-15 Martin Rudalics <rudalics@gmx.at>
12288
12289 * window.el (display-buffer-alist): Trim default value to avoid
12290 popping up a new frame (Bug#8857) or reusing an arbitrary window
12291 on another frame.
12292 (display-buffer): Do not fall back on popping up a new frame in
12293 batch mode (Bug#8857).
12294
12295 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
12296
12297 * cus-theme.el (describe-theme-1): Use custom-theme-p.
12298 (custom-theme-summary): New function.
12299 (customize-themes): Use it.
12300
12301 2011-06-13 Glenn Morris <rgm@gnu.org>
12302
12303 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
12304
12305 2011-06-13 Martin Rudalics <rudalics@gmx.at>
12306
12307 * help.el (help-window): Remove variable.
12308 (help-window-point-marker, temp-buffer-max-height)
12309 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
12310 (help-print-return-message): Don't set help-window.
12311 (resize-temp-buffer-window): Rewrite cod eand doc-string.
12312 (help-window-setup-finish): Remove.
12313 (help-window-display-message, help-window-setup)
12314 (with-help-window): Major rewrite based on new
12315 display-buffer-window variable.
12316
12317 * help-mode.el (help-mode-finish): Remove help-window related
12318 code.
12319
12320 * view.el (view-exits-all-viewing-windows): Remove reference to
12321 view-return-to-alist in doc-string.
12322 (view-return-to-alist): Make obsolete.
12323 (view-buffer): Call pop-to-buffer-same-window and remove
12324 undo-window code.
12325 (view-buffer-other-window): Call pop-to-buffer-other-window and
12326 simplify code. Ignore second argument.
12327 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
12328 simplify code. Ignore second argument.
12329 (view-return-to-alist-update): Make obsolete.
12330 (view-mode-enter): Rename second argument to QUIT-RESTORE.
12331 Rewrite using quit-restore window parameters.
12332 (view-mode-exit): Rename second argument to EXIT-ONLY.
12333 Rewrite using quit-restore-window.
12334 (View-exit, View-exit-and-edit, View-leave, View-quit)
12335 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
12336 appropriate arguments.
12337 (view-end-message): Use quit-restore window parameter.
12338
12339 * window.el (display-buffer-function): Rewrite doc-string.
12340 (display-buffer-window, display-buffer-alist): New variables.
12341 (display-buffer-split-specifiers)
12342 (display-buffer-side-specifiers)
12343 (display-buffer-macro-specifiers): New constants.
12344 (display-buffer-even-window-sizes, display-buffer-set-height)
12345 (display-buffer-set-width, display-buffer-select-window)
12346 (display-buffer-in-window, display-buffer-reuse-window)
12347 (display-buffer-split-window-1, display-buffer-split-window)
12348 (display-buffer-split-atom-window, display-buffer-pop-up-window)
12349 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
12350 (display-buffer-in-side-window, normalize-buffer-to-display)
12351 (display-buffer-normalize-specifiers-1)
12352 (display-buffer-normalize-specifiers-2)
12353 (display-buffer-normalize-specifiers, display-buffer-frame):
12354 New functions.
12355 (display-buffer): Major rewrite.
12356 (display-buffer-other-window, display-buffer-other-frame)
12357 (pop-to-buffer, switch-to-buffer-other-window)
12358 (switch-to-buffer-other-frame): Rewrite.
12359 (display-buffer-same-window, display-buffer-same-frame)
12360 (display-buffer-same-frame-other-window)
12361 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
12362 (pop-to-buffer-other-window)
12363 (pop-to-buffer-same-frame-other-window)
12364 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
12365 (switch-to-buffer-other-window-same-frame): New functions.
12366 (same-window-p, special-display-p): Rewrite disabling warnings.
12367 Make obsolete.
12368 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12369 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
12370 Make obsolete
12371 (same-window-buffer-names, same-window-regexps)
12372 (special-display-frame-alist, special-display-popup-frame)
12373 (special-display-function, special-display-buffer-names)
12374 (special-display-regexps, pop-up-frame-alist)
12375 (pop-up-frame-function, split-window-preferred-function)
12376 (split-height-threshold, split-width-threshold)
12377 (even-window-heights): Make obsolete.
12378
12379 2011-06-12 Glenn Morris <rgm@gnu.org>
12380
12381 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
12382 Misc simplifications.
12383
12384 2011-06-12 Martin Rudalics <rudalics@gmx.at>
12385
12386 * window.el (window-safely-shrinkable-p): Restore function which
12387 was inadvertently removed in change from 2011-06-11. Declare as
12388 obsolete.
12389
12390 * calendar/calendar.el (calendar-generate-window):
12391 Use window-iso-combined-p instead of combination of one-window-p and
12392 window-safely-shrinkable-p.
12393
12394 2011-06-12 Glenn Morris <rgm@gnu.org>
12395
12396 * progmodes/fortran.el (fortran-mode-syntax-table):
12397 * progmodes/f90.el (f90-mode-syntax-table):
12398 Set % to punctuation. (Bug#8820)
12399 (f90-find-tag-default): Remove, no longer needed.
12400
12401 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
12402
12403 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
12404
12405 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
12406
12407 * image.el (image-animated-p): Return animation delay in seconds.
12408 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
12409 (image-animate-timeout): Remove DELAY argument. Don't assume
12410 every subimage has the same delay; get it from image-animated-p.
12411 (image-animate): Caller changed.
12412
12413 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
12414
12415 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
12416 to ignored backtrace functions.
12417
12418 2011-06-11 Glenn Morris <rgm@gnu.org>
12419
12420 * calendar/appt.el (appt-disp-window-function): Doc fix.
12421 (appt-check): Handle overlapping appointments. (Bug#8337)
12422
12423 2011-06-11 Martin Rudalics <rudalics@gmx.at>
12424
12425 * window.el (window-tree-1, window-tree): New functions, moving
12426 the latter to window.el.
12427 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
12428 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
12429 (bw-refresh-edges): Remove.
12430 (balance-windows-1, balance-windows-2): New functions.
12431 (balance-windows): Rewrite in terms of window tree functions,
12432 balance-windows-1 and balance-windows-2.
12433 (bw-adjust-window): Remove.
12434 (balance-windows-area-adjust): New function with functionality of
12435 bw-adjust-window but using resize-window.
12436 (set-window-text-height): Rewrite doc-string.
12437 Use normalize-live-window and resize-window.
12438 (enlarge-window-horizontally, shrink-window-horizontally):
12439 Rename argument to DELTA.
12440 (window-buffer-height): New function.
12441 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
12442 Rewrite using new window resize routines.
12443 (kill-buffer-and-window, mouse-autoselect-window-select):
12444 Use ignore-errors instead of condition-case.
12445 (quit-window): Call delete-frame instead of delete-windows-on
12446 for the only buffer on frame.
12447
12448 2011-06-10 Martin Rudalics <rudalics@gmx.at>
12449
12450 * loadup.el (top-level): Load window before files for the sake
12451 of replace-buffer-in-windows.
12452
12453 * files.el (read-buffer-to-switch)
12454 (switch-to-buffer-other-window)
12455 (switch-to-buffer-other-frame, display-buffer-other-frame):
12456 Move to window.el.
12457
12458 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
12459 (previous-buffer): Move to window.el.
12460
12461 * bindings.el (unbury-buffer): Move to window.el.
12462
12463 * window.el (delete-other-windows-vertically): Move after
12464 definition of delete-other-windows.
12465 (other-window, delete-windows-on, replace-buffer-in-windows):
12466 Move here from window.c.
12467 (record-window-buffer, unrecord-window-buffer)
12468 (set-window-buffer-start-and-point, switch-to-prev-buffer)
12469 (switch-to-next-buffer): New functions.
12470 (get-next-valid-buffer, last-buffer, next-buffer): Move here
12471 from simple.el. Call switch-to-next-buffer.
12472 (previous-buffer): Move here from simple.el.
12473 Call switch-to-prev-buffer.
12474 (bury-buffer): Move here from buffer.c. Switch to previous
12475 buffer when window cannot be deleted.
12476 (unbury-buffer): Move here from bindings.el.
12477 (ctl-x-map): Move binding for other-window from window.c to
12478 here.
12479 (read-buffer-to-switch, switch-to-buffer-other-window)
12480 (switch-to-buffer-other-frame): Move here from files.el.
12481 (normalize-buffer-to-switch-to): New functions.
12482 (switch-to-buffer): Move here from buffer.c.
12483 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
12484
12485 2011-06-10 Martin Rudalics <rudalics@gmx.at>
12486
12487 * window.el (window-min-height, window-min-width): Move here
12488 from window.c. Add defcustoms and rewrite doc-strings.
12489 (resize-mini-window, resize-window): New functions.
12490 (adjust-window-trailing-edge, enlarge-window, shrink-window):
12491 Move here from window.c.
12492 (maximize-window, minimize-window): New functions.
12493 (delete-window, delete-other-windows, split-window): Move here
12494 from window.c.
12495 (window-split-min-size): New function.
12496 (split-window-keep-point): Mention split-window-above-each-other
12497 instead of split-window-vertically.
12498 (split-window-above-each-other, split-window-vertically):
12499 Rename split-window-vertically to split-window-above-each-other
12500 and provide defalias for old definition.
12501 (split-window-side-by-side, split-window-horizontally):
12502 Rename split-window-horizontally to split-window-side-by-side
12503 and provide defalias for the old definition.
12504 (ctl-x-map): Move bindings for delete-window,
12505 delete-other-windows and enlarge-window here from window.c.
12506 Replace bindings for split-window-vertically and
12507 split-window-horizontally by bindings for
12508 split-window-above-each-other and split-window-side-by-side.
12509
12510 * cus-start.el (all): Remove entries for window-min-height and
12511 window-min-width. Add entries for window-splits and
12512 window-nest.
12513
12514 2011-06-09 Glenn Morris <rgm@gnu.org>
12515
12516 * calendar/appt.el (appt-mode-line): New function.
12517 (appt-check, appt-disp-window): Use it.
12518
12519 * files.el (hack-one-local-variable-eval-safep):
12520 Allow minor-modes with explicit +/-1 arguments.
12521
12522 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
12523
12524 * term/xterm.el (xterm): Add defgroup.
12525 (xterm-extra-capabilities): Add defcustom to supply known xterm
12526 capabilities, skip querying them, or query them (default).
12527 (terminal-init-xterm): Use it.
12528 (terminal-init-xterm-modify-other-keys): New function to set up
12529 modifyOtherKeys support to simplify `terminal-init-xterm'.
12530
12531 2011-06-09 Martin Rudalics <rudalics@gmx.at>
12532
12533 * window.el (resize-window-reset, resize-window-reset-1)
12534 (resize-subwindows-skip-p, resize-subwindows-normal)
12535 (resize-subwindows, resize-other-windows, resize-this-window)
12536 (resize-root-window, resize-root-window-vertically)
12537 (window-deletable-p, window-or-subwindow-p)
12538 (frame-root-window-p): New functions.
12539
12540 2011-06-09 Glenn Morris <rgm@gnu.org>
12541
12542 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
12543 (ange-ftp-get-files): Use it.
12544
12545 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
12546
12547 * mail/sendmail.el (mail-recover-1, mail-recover):
12548 * files.el (recover-file, recover-session):
12549 Handle dired-listing-switches not being just a single short option.
12550
12551 2011-06-09 Glenn Morris <rgm@gnu.org>
12552
12553 * calendar/appt.el (appt-display-message, appt-disp-window):
12554 Handle lists of appointments.
12555
12556 2011-06-08 Martin Rudalics <rudalics@gmx.at>
12557
12558 * window.el (one-window-p): Move down in code.
12559 Rewrite doc-string.
12560 (window-current-scroll-bars): Rewrite doc-string.
12561 Normalize live window argument.
12562 (walk-windows, get-window-with-predicate, count-windows):
12563 Rewrite doc-string. Use window-list-1.
12564 (window-in-direction-2, window-in-direction, get-mru-window):
12565 New functions.
12566
12567 2011-06-08 Reuben Thomas <rrt@sc3d.org>
12568
12569 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
12570 Doc fix (Bug#8713).
12571
12572 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
12573
12574 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
12575
12576 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
12577
12578 * loadhist.el (unload-feature-special-hooks):
12579 Add `comint-output-filter-functions'.
12580
12581 2011-06-08 Ivan Kanis <gnu@kanis.fr>
12582
12583 * calendar/appt.el (appt-check): Move some initializations into the let.
12584
12585 2011-06-08 Martin Rudalics <rudalics@gmx.at>
12586
12587 * window.el (window-height): Defalias to window-total-height.
12588 (window-width): Defalias to window-body-width.
12589
12590 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
12591
12592 * image-mode.el (image-toggle-animation): New command.
12593 (image-mode-map): Bind it to RET.
12594 (image-mode): Update message.
12595 (image-toggle-display-image): Avoid a spurious cache flush.
12596 (image-transform-rotation): Doc fix.
12597 (image-transform-properties): Return quickly in the normal case.
12598 (image-animate-loop): Rename from image-animate-max-time.
12599
12600 * image.el (image-animate-max-time): Move to image-mode.el.
12601 (create-animated-image): Remove unnecessary function.
12602 (image-animate): Rename from image-animate-start. New arg.
12603 (image-animate-stop): Remove; just use image-animate-timer.
12604 (image-animate-timer): Use car-safe.
12605 (image-animate-timeout): Rename argument.
12606
12607 2011-06-07 Martin Rudalics <rudalics@gmx.at>
12608
12609 * window.el (get-lru-window, get-largest-window): Move here from
12610 window.c. Rename first argument to ALL-FRAMES.
12611 Rephrase doc-strings.
12612 (get-buffer-window-list): Rewrite using window-list-1.
12613 Rephrase doc-string.
12614 (window-safe-min-height, window-safe-min-width): New constants.
12615 (window-size-ignore, window-min-size, window-min-size-1)
12616 (window-sizable, window-sizable-p, window-size-fixed-1)
12617 (window-size-fixed-p, window-min-delta-1, window-min-delta)
12618 (window-max-delta-1, window-max-delta, window-resizable)
12619 (window-resizable-p, window-total-height, window-total-width)
12620 (window-body-width): New functions.
12621 (window-full-height-p, window-full-width-p): Rewrite using
12622 window-total-size.
12623 (window-body-height): Rewrite using window-body-size.
12624
12625 2011-06-06 Martin Rudalics <rudalics@gmx.at>
12626
12627 * window.el (window-right, window-left, window-child)
12628 (window-child-count, window-last-child, window-any-p)
12629 (normalize-live-buffer, normalize-live-frame)
12630 (normalize-any-window, normalize-live-window)
12631 (window-iso-combination-p, window-iso-combined-p)
12632 (window-iso-combinations)
12633 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
12634 (windows-with-parameter, window-with-parameter)
12635 (window-atom-root, make-window-atom, window-atom-check-1)
12636 (window-atom-check, window-side-check, window-check):
12637 New functions.
12638 (ignore-window-parameters, window-sides, window-sides-vertical)
12639 (window-sides-slots): New variables.
12640 (window-size-fixed): Move down in code. Minor doc-string fix.
12641
12642 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
12643
12644 * comint.el (comint-dynamic-complete-as-filename)
12645 (comint-dynamic-complete-filename): Correctly call
12646 completion-in-region.
12647
12648 2011-06-05 Deniz Dogan <deniz@dogan.se>
12649
12650 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
12651 in last change.
12652
12653 2011-06-05 Deniz Dogan <deniz@dogan.se>
12654
12655 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
12656 (rcirc): Use it to prompt for encryption.
12657
12658 2011-06-05 Roland Winkler <winkler@gnu.org>
12659
12660 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
12661 (bibtex-search-entries): New command bound to C-c C-a.
12662 (bibtex-display-entries): New function.
12663
12664 2011-06-05 Roland Winkler <winkler@gnu.org>
12665
12666 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
12667 (bibtex-insert-kill): After yanking insert newline if necessary.
12668 (bibtex-initialize): Call bibtex-string-files-init only once.
12669 (bibtex-mode): Do not call easy-menu-add.
12670 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
12671 (bibtex-yank): Set arg properly if nil.
12672
12673 2011-06-05 Roland Winkler <winkler@gnu.org>
12674
12675 * textmodes/bibtex.el (bibtex-search-entry-globally):
12676 New variable.
12677 (bibtex-search-entry): Use it.
12678
12679 2011-06-05 Roland Winkler <winkler@gnu.org>
12680
12681 * textmodes/bibtex.el (bibtex-entry-format): New option
12682 sort-fields.
12683 (bibtex-format-entry, bibtex-reformat): Honor this option.
12684 (bibtex-parse-entry): Return fields in proper order.
12685
12686 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
12687
12688 * doc-view.el (doc-view-remove-if): Move computation of result out
12689 of `dolist' to silence misleading lexical-binding warning.
12690
12691 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
12692
12693 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
12694 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
12695
12696 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
12697
12698 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
12699 "SunOS 5.10".
12700
12701 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
12702
12703 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
12704 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
12705 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
12706 (tramp-parse-putty):
12707 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
12708 (tramp-completion-function-alist-ssh)
12709 (tramp-completion-function-alist-telnet)
12710 (tramp-completion-function-alist-su)
12711 (tramp-completion-function-alist-putty): Set `tramp-autoload'
12712 cookie.
12713
12714 * net/tramp-ftp.el:
12715 * net/tramp-sh.el:
12716 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
12717 load "tramp.el" `tramp-set-completion-function'.
12718
12719 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
12720
12721 * shell.el: Require and use pcomplete.
12722 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
12723 (shell-completion-vars): Set pcomplete-default-completion-function.
12724
12725 2011-06-04 Deniz Dogan <deniz@dogan.se>
12726
12727 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
12728 `memq' (Bug#8799).
12729
12730 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
12731
12732 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
12733
12734 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
12735
12736 * bs.el (bs--mark-unmark, bs--nth-wrapper):
12737 * mpc.el (mpc-select-extend, mpc-songpointer-context):
12738 * vc/log-view.el (log-view-beginning-of-defun):
12739 * vc/smerge-mode.el (smerge-apply-resolution-patch)
12740 (smerge-refine-forward, smerge-refine-chopup-region):
12741 Silence warning for unused `dotimes' counter variables.
12742
12743 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
12744
12745 * net/tramp.el (tramp-with-progress-reporter): Rename from
12746 with-progress-reporter. Use `declare'.
12747 * net/tramp-smb.el:
12748 * net/tramp-sh.el:
12749 * net/tramp-gvfs.el: Update all uses.
12750
12751 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
12752
12753 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
12754 buffer isn't killed before making it current.
12755
12756 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12757
12758 Silence various byte-compiler warnings.
12759 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
12760 `access-type' and new obsolescence format.
12761 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
12762 new format.
12763 (byte-compile-check-variable): New `access-type' argument.
12764 Only warn if the access-type is obsolete.
12765 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
12766 (byte-compile-variable-set): Adjust callers.
12767 * help-fns.el (describe-variable): Adjust to new obsolescence format.
12768 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
12769 setting it as obsolete.
12770 * simple.el (minibuffer-completing-symbol):
12771 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
12772 access as obsolete.
12773 * minibuffer.el (minibuffer-completing-file-name): Don't make it
12774 obsolete yet.
12775 * international/quail.el (quail-mouse-choose-completion): Remove unused
12776 code referring to obsolete var.
12777 (quail-choose-completion-string): Remove.
12778 * server.el (server-clients-with, server-kill-buffer-query-function)
12779 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
12780 * proced.el (proced-send-signal):
12781 * emacs-lisp/lisp.el (lisp-complete-symbol):
12782 Replace completion-annotate-function with completion-extra-properties.
12783
12784 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12785
12786 * simple.el (goto-line): Use read-number.
12787 (overriding-map-is-bound): Remove.
12788 (saved-overriding-map): Change default.
12789 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
12790 Take the map as argument.
12791 (universal-argument, negative-argument, digit-argument): Use it.
12792 (restore-overriding-map): Adjust.
12793 (do-auto-fill): Use fill-forward-paragraph.
12794 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
12795
12796 * minibuffer.el (minibuffer-inactive-mode-map): New var.
12797 (minibuffer-inactive-mode): New major mode.
12798 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
12799 the *Messages* buffer" hack.
12800 (mouse-popup-menubar): Don't burp if the event is a normal key.
12801
12802 Miscellaneous tweaks.
12803 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
12804 lexical scoping as in subr.el's dolist and dotimes.
12805 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
12806 Silence compiler warning.
12807 * thingatpt.el (forward-whitespace): Trivial coding style fix.
12808 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
12809 * international/ccl.el (ccl-compile): Trivial simplification.
12810 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
12811 * emacs-lisp/testcover.el (testcover-end): Remove spurious
12812 `printflag' argument.
12813 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
12814 Purecopy the whole obsolescence data.
12815
12816 2011-06-01 Leo Liu <sdl.web@gmail.com>
12817
12818 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
12819 improve doc-string as suggested by Marco Pessotto
12820 <melmothx@gmail.com>.
12821 (rcirc-print): Fix last change.
12822
12823 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12824
12825 * minibuffer.el (complete-with-action): Return nil for the metadata and
12826 boundaries of non-functional tables.
12827 (completion-table-dynamic): Return nil for the metadata.
12828 (completion-table-with-terminator): Add default case, using
12829 complete-with-action.
12830 (completion--metadata): New function.
12831 (completion-all-sorted-completions, minibuffer-completion-help): Use it
12832 to try and avoid pathological performance problems.
12833 (completion--embedded-envvar-table): Return `category' metadata.
12834
12835 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
12836
12837 * subr.el (process-alive-p): New tiny convenience function.
12838
12839 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12840
12841 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
12842 content but also its previous major mode.
12843
12844 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
12845
12846 * emacs-lisp/debug.el (debug): Restore the previous content of the
12847 *Backtrace* buffer when we exit with C-M-c.
12848
12849 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12850
12851 * minibuffer.el: Add metadata method to completion tables.
12852 (completion-category-overrides): New defcustom.
12853 (completion-metadata, completion--field-metadata)
12854 (completion-metadata-get, completion--styles)
12855 (completion--cycle-threshold): New functions.
12856 (completion-try-completion, completion-all-completions):
12857 Add `metadata' argument to choose completion-styles.
12858 (completion--do-completion): Use metadata to choose cycling.
12859 (completion-all-sorted-completions): Use metadata for sorting.
12860 Remove :completion-cycle-penalty which is not needed any more.
12861 (completion--try-word-completion): Add `metadata' argument.
12862 (minibuffer-completion-help): Check metadata for annotation function
12863 and sorting.
12864 (completion-file-name-table): Return `category' metadata.
12865 (minibuffer-completing-file-name): Make obsolete.
12866 * simple.el (minibuffer-completing-symbol): Make obsolete.
12867 * icomplete.el (icomplete-completions): Pass new `metadata' param to
12868 completion-try-completion.
12869
12870 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12871
12872 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
12873
12874 2011-05-30 Leo Liu <sdl.web@gmail.com>
12875
12876 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
12877 (rcirc-print): Decode all incoming messages (bug#8744).
12878 (rcirc-decode-coding-system): Allow value nil for automatic coding
12879 system detection.
12880
12881 2011-06-01 Glenn Morris <rgm@gnu.org>
12882
12883 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
12884
12885 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
12886
12887 * image.el (image-animate-max-time): Allow nil and t values.
12888 Default to nil.
12889 (create-animated-image): Doc fix.
12890 (image-animate-start): Remove second arg; just use
12891 image-animate-max-time.
12892 (image-animate-timeout): Doc fix. Args changed.
12893
12894 * image-mode.el (image-toggle-display-image): Ensure that the
12895 image spec passed to the animate timer is the same object as in
12896 the buffer's display property (Bug#6981).
12897 (image-transform-properties): Doc fix.
12898
12899 * image.el (image-animate-max-time): Default to nil.
12900
12901 2011-05-29 Martin Rudalics <rudalics@gmx.at>
12902
12903 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
12904 entire buffer list (Bug#8184).
12905
12906 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
12907
12908 * image.el (imagemagick-types-inhibit)
12909 (imagemagick-register-types): Doc fix.
12910
12911 2011-05-29 Deniz Dogan <deniz@dogan.se>
12912
12913 * net/rcirc.el (rcirc): Use the user's stored encryption method by
12914 default.
12915
12916 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
12917
12918 * select.el: Don't perform clipboard-manager saving in hooks;
12919 leave the hooks empty.
12920
12921 2011-05-28 Leo Liu <sdl.web@gmail.com>
12922
12923 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
12924 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
12925 (occur-edit-mode): New major mode (Bug#8463).
12926 (occur-after-change-function): New function.
12927 (occur-engine): Give Occur tags a read-only property.
12928
12929 2011-05-28 Kevin Ryde <user42@zip.com.au>
12930
12931 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
12932
12933 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
12934
12935 * bindings.el (help-echo): Make the initial non-indicator dash
12936 empty on graphical terminals (Bug#7295).
12937
12938 * files.el (auto-mode-alist): Move config rule after the
12939 in-stripping one (Bug#8547).
12940
12941 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
12942
12943 * startup.el (normal-splash-screen): Remove gratuitous mode-line
12944 setting (Bug#8740).
12945
12946 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
12947
12948 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
12949 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
12950 (Bug#8539).
12951
12952 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
12953
12954 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
12955
12956 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
12957
12958 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
12959 (hs-hide-block-at-point, hs-find-block-beginning)
12960 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
12961 (Bug#8279).
12962
12963 2011-05-28 Glenn Morris <rgm@gnu.org>
12964
12965 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
12966
12967 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
12968
12969 * help-fns.el (describe-function-1): If the function is a derived
12970 major mode, print the parent mode.
12971
12972 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
12973 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
12974
12975 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12976
12977 * minibuffer.el (completion--capf-wrapper): Check applicability before
12978 returning non-nil for non-exclusive completion data.
12979 * progmodes/etags.el (tags-completion-at-point-function):
12980 * info-look.el (info-lookup-completions-at-point): Mark as
12981 non-exclusive.
12982 (info-complete): Adjust accordingly.
12983
12984 * info-look.el: Convert to lexical-binding and completion-at-point.
12985 (info-lookup-completions-at-point): New function.
12986 (info-complete): Use it and completion-in-region.
12987
12988 2011-05-28 Drew Adams <drew.adams@oracle.com>
12989
12990 * isearch.el: Let M-e start with point at the first mismatched char.
12991 (isearch-fail-pos): New function.
12992 (isearch-edit-string): Use it.
12993
12994 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
12995
12996 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
12997
12998 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
12999
13000 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
13001 traversal functions for avl-trees.
13002 (avl-tree--stack): New struct.
13003 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
13004 (avl-tree-enter): Add optional `updatefun' arg.
13005 (avl-tree--do-enter): Add optional `updatefun' arg.
13006 Change return value.
13007 (avl-tree-delete): Add optional `test' and `nilflag' args.
13008 (avl-tree--do-delete): Add `test' and `nilflag' args.
13009 Change return value.
13010 (avl-tree-member): Add optional `nilflag'
13011 (avl-tree-member-p): New function.
13012 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
13013 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
13014 (avl-tree-stack-empty-p): New functions.
13015
13016 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
13017 avl-tree--del-balance1 and make it work both ways.
13018 (avl-tree--del-balance2): Remove.
13019 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
13020 make it work both ways.
13021 (avl-tree--enter-balance2): Remove.
13022 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
13023 New macros.
13024 (avl-tree--mapc, avl-tree-map): Add direction argument.
13025
13026 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
13027
13028 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
13029
13030 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
13031
13032 * select.el: Support clipboard managers with built-in function
13033 x-clipboard-manager-save, via delete-frame-functions and
13034 kill-emacs-hook.
13035 (xselect-convert-to-targets): Add MULTIPLE target to list.
13036 (xselect-convert-to-save-targets): New function.
13037
13038 2011-05-27 Kenichi Handa <handa@m17n.org>
13039
13040 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
13041 let-binding rfc2047-encode-encoded-words to nil.
13042
13043 2011-05-27 Glenn Morris <rgm@gnu.org>
13044
13045 * mail/emacsbug.el: Don't require url-util.
13046
13047 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
13048
13049 * files.el (set-auto-mode):
13050 Also respect mode: entries at the end of the file. (Bug#8586)
13051
13052 2011-05-26 Glenn Morris <rgm@gnu.org>
13053
13054 * files.el (hack-local-variables-prop-line, hack-local-variables):
13055 Downcase mode names, as seems to be traditional.
13056 (hack-local-variables, hack-local-variables-apply): Doc fixes.
13057
13058 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
13059 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
13060
13061 2011-05-25 Julien Danjou <julien@danjou.info>
13062
13063 * textmodes/rst.el (rst-define-level-faces): Do not define face
13064 symbol if it is already defined.
13065
13066 2011-05-24 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
13067
13068 * play/5x5.el (5x5-new-game, 5x5-randomize):
13069 Reset 5x5-solver-output to nil when a new grid is cast.
13070 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
13071 these debugging traces, as defmacro breaks the compiled code.
13072
13073 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13074
13075 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13076
13077 2011-05-24 Leo Liu <sdl.web@gmail.com>
13078
13079 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
13080 (vc-bzr-sha1): Adapt.
13081
13082 * sha1.el: Remove. Function `sha1' is now builtin.
13083
13084 * bindings.el: Provide sha1 feature.
13085
13086 2011-05-24 Kenichi Handa <handa@m17n.org>
13087
13088 * mail/sendmail.el: Require `rfc2047'.
13089 (mail-insert-from-field): Do not perform RFC2047 encoding.
13090 (mail-encode-header): New function.
13091 (sendmail-send-it): Set buffer-file-coding-system of the work
13092 buffer to the return value of select-message-coding-system.
13093 Call mail-encode-header.
13094
13095 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
13096
13097 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
13098
13099 * mail/supercite.el (sc-default-cite-frame):
13100 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
13101
13102 2011-05-24 Glenn Morris <rgm@gnu.org>
13103
13104 * progmodes/python.el (brm-menu): Declare.
13105
13106 * emulation/viper.el (viper-set-hooks): Declare.
13107
13108 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
13109 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
13110 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
13111 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
13112 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
13113 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
13114
13115 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13116
13117 Add an :exit-function for completion-at-point.
13118
13119 * minibuffer.el (completion--done): New fun.
13120 (completion--do-completion): Use it. New arg `expect-exact'.
13121 (minibuffer-complete, minibuffer-complete-word): Don't output message,
13122 since completion--do-completion does it for us now.
13123 (minibuffer-force-complete): Use completion--done and
13124 completion--replace. Handle sole-completion case with more care.
13125 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
13126 (completion-extra-properties): New var.
13127 (completion-annotate-function): Make obsolete.
13128 (minibuffer-completion-help): Adjust accordingly.
13129 Use completion-list-insert-choice-function.
13130 (completion-at-point, completion-help-at-point):
13131 Bind completion-extra-properties.
13132 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
13133 * simple.el (completion-list-insert-choice-function): New var.
13134 (completion-setup-function): Preserve it.
13135 (choose-completion): Pay attention to it, shuffle the code a bit.
13136 (choose-completion-string): New arg `insert-function'.
13137
13138 * textmodes/bibtex.el: Convert to lexical binding.
13139 (bibtex-mode-map): Use completion-at-point.
13140 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
13141 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
13142 (bibtex-complete): Define as obsolete alias.
13143 (bibtex-complete-internal): Remove.
13144 (bibtex-format-entry): Remove unused sub-group in regexp.
13145 * shell.el (shell--command-completion-data)
13146 (shell-environment-variable-completion):
13147 * pcomplete.el (pcomplete-completions-at-point):
13148 * comint.el (comint--complete-file-name-data): Use :exit-function
13149 instead of completion-table-with-terminator so it also works for
13150 choose-completion.
13151
13152 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13153
13154 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
13155
13156 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
13157 (bug#8710).
13158
13159 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
13160
13161 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
13162
13163 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
13164 customization variable and implement: If non-nil, auto-fill will
13165 be inhibited while on topic's header line.
13166
13167 2011-05-23 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
13168
13169 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
13170 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
13171 always have a solution in grid size = 5 cases.
13172 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
13173 (5x5-solver-output, 5x5-log-buffer): New vars.
13174 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
13175 Make these variables buffer local to achieve 5x5 multi-session-ness.
13176 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
13177 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
13178 (5x5-solve-suggest): New funs.
13179 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
13180 randomize a grid so that we ensure that there is always a solution.
13181 (5x5-make-random-grid): Allow other movement than flipping.
13182
13183 2011-05-23 Kevin Ryde <user42@zip.com.au>
13184
13185 * emacs-lisp/advice.el (ad-read-advised-function):
13186 Use `function-called-at-point' as the default, if it has
13187 advice and passes PREDICATE.
13188
13189 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13190
13191 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
13192 byte-compile-lambda if it's actually a lambda.
13193
13194 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
13195 Fix function quoting. Use backquote better.
13196
13197 2011-05-22 Yuanle Song <sylecn@gmail.com>
13198
13199 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
13200 matching (Bug#8516).
13201
13202 2011-01-22 Jari Aalto <jari.aalto@cante.net>
13203
13204 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
13205 different face (Bug#8178).
13206
13207 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
13208
13209 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
13210 defface (Bug#8144).
13211
13212 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13213
13214 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
13215 funcall as well (bug#8712). Warn when performing those conversions.
13216 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
13217
13218 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
13219
13220 2011-05-22 Glenn Morris <rgm@gnu.org>
13221
13222 * files.el (hack-local-variables-prop-line): Small simplifications.
13223 (hack-local-variables, hack-local-variables-prop-line):
13224 If MODE-ONLY, return the mode, rather than just `t'.
13225
13226 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
13227
13228 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
13229
13230 2011-05-21 Glenn Morris <rgm@gnu.org>
13231
13232 * files.el (hack-local-variables-prop-line, hack-local-variables):
13233 If only interested in the mode, don't bother doing the other stuff.
13234
13235 * image-mode.el (image-after-revert-hook):
13236 Redraw all frames on which the image is visible. (Bug#8567)
13237
13238 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
13239
13240 * wid-edit.el (widget-checklist-match-inline):
13241 Fix 2011-04-19 change. (Bug#8649)
13242
13243 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13244
13245 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
13246 Also allow singlespace after single-letter capitals followed by a dot.
13247
13248 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
13249 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
13250
13251 2011-05-20 Nix <nix@esperi.org.uk>
13252
13253 * files.el (basic-save-buffer-2):
13254 Fix handling of break-hardlink-on-save with non-existent files.
13255
13256 2011-05-19 Deniz Dogan <deniz@dogan.se>
13257
13258 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
13259 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
13260
13261 2011-05-19 Glenn Morris <rgm@gnu.org>
13262
13263 * progmodes/f90.el (f90-type-def-re):
13264 Handle "type, bind(c)". (Bug#8691)
13265
13266 * emacs-lisp/autoload.el (batch-update-autoloads):
13267 Set autoload-excludes by parsing loadup.el rather than Makefiles.
13268
13269 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
13270
13271 * net/tramp.el (tramp-process-actions): Set "first-password-request"
13272 property for the correct connection in case of multihops.
13273
13274 2011-05-18 Glenn Morris <rgm@gnu.org>
13275
13276 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
13277 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
13278
13279 Rationalize calendar handling of day and month abbrev-arrays.
13280 * calendar/calendar.el (calendar-customized-p): New function.
13281 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
13282 (calendar-day-name-array, calendar-month-name-array): Doc fix.
13283 Add :set function.
13284 (calendar-abbrev-length, calendar-day-abbrev-array)
13285 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
13286 (calendar-day-abbrev-array, calendar-month-abbrev-array):
13287 Elements may no longer be nil.
13288 (calendar-day-name, calendar-month-name):
13289 Update for changed nature of abbrev arrays.
13290 * calendar/diary-lib.el (diary-name-pattern):
13291 Update for changed nature of abbrev arrays.
13292 (diary-mark-entries-1): Update calendar-make-alist calls.
13293 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
13294 * calendar/cal-html.el (cal-html-day-abbrev-array):
13295 Simply inherit from calendar-day-abbrev-array.
13296
13297 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13298
13299 * progmodes/grep.el (grep-mode): Disable default
13300 compilation-directory-matcher setting (bug#8684).
13301
13302 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
13303
13304 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
13305 instead of "head" and "tail". There were problems with SunOS 5.9,
13306 and it performs better.
13307
13308 2011-05-17 Glenn Morris <rgm@gnu.org>
13309
13310 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
13311
13312 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
13313 Replace obsolete function.
13314
13315 * shell.el (pcomplete-parse-arguments-function): Declare.
13316
13317 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
13318 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
13319 (appt-check): Doc fixes.
13320 (appt-disp-window-function, appt-delete-window-function):
13321 Remove needless special case in custom :type.
13322 (appt-display-count): Default to 0, not nil.
13323 (appt-check): Reset appt-display-count to 0, not nil.
13324
13325 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
13326
13327 * progmodes/python.el (python-font-lock-keywords):
13328 Add the Python 3.X keyword "nonlocal" (bug#8639).
13329
13330 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13331
13332 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
13333
13334 2011-05-16 Kevin Ryde <user42@zip.com.au>
13335
13336 * info-look.el (makefile-automake-mode): New setups, looking in
13337 automake manual, then makefile-mode.
13338 (makefile-mode): Remove automake manual, have it just in
13339 makefile-automake-mode since there's various things different or
13340 not relevant to plain make.
13341 (makefile-mode): Remove "other-modes" non-existent automake-mode,
13342 believe a hypothetical automake-mode would go to makefile-mode,
13343 not the other way around.
13344
13345 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
13346
13347 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
13348 hunk-end tags (Bug#8672).
13349
13350 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
13351 vc-annotate-show-diff-revision-at-line (Bug#8671).
13352
13353 2011-05-14 Glenn Morris <rgm@gnu.org>
13354
13355 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
13356 in the middle of an existing one with multiple authors. (Bug#8645)
13357 (change-log-font-lock-keywords): Also handle multiple author lines
13358 with leading tabs. (Bug#8644)
13359
13360 * calendar/appt.el (appt-check): Rename some local variables.
13361 Some simplification/reordering.
13362
13363 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
13364 (feedmail-sendmail-f-doesnt-sell-me-out)
13365 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13366 (feedmail-debug-sit-for, feedmail-queue-express-hook)
13367 (feedmail-queue-runner-message-sender): Set :version.
13368 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
13369 (bbdb-dwim-net-address, vm-mail): Declare.
13370 (feedmail-binmail-gnulinuxish-template):
13371 Rename from feedmail-binmail-linuxish-template.
13372 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
13373 Use insert-buffer-substring.
13374
13375 2011-05-14 Bill Carpenter <bill@carpenter.org>
13376
13377 * mail/feedmail.el (feedmail-patch-level): Increase.
13378 (feedmail-debug): New custom group.
13379 (feedmail-confirm-outgoing-timeout)
13380 (feedmail-sendmail-f-doesnt-sell-me-out)
13381 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13382 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
13383 (feedmail-sender-line, feedmail-from-line)
13384 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
13385 (feedmail-spray-this-address)
13386 (feedmail-spray-address-fiddle-plex-list)
13387 (feedmail-queue-use-send-time-for-date)
13388 (feedmail-queue-use-send-time-for-message-id)
13389 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
13390 (feedmail-buffer-eating-function):
13391 Doc fixes.
13392 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
13393 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
13394 (feedmail-message-action-scroll-down): New functions.
13395 (feedmail-queue-directory, feedmail-queue-draft-directory):
13396 Use expand-file-name.
13397 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
13398 Remove C-v help entry.
13399 (feedmail-queue-buffer-file-name): New variable.
13400 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
13401 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
13402 (feedmail-message-action-send-strong, feedmail-message-action-edit)
13403 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
13404 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
13405 (feedmail-message-action-toggle-spray)
13406 (feedmail-run-the-queue-no-prompts)
13407 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
13408 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
13409 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
13410 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
13411 (feedmail-envelope-deducer, feedmail-fiddle-from)
13412 (feedmail-fiddle-sender, feedmail-default-date-generator)
13413 (feedmail-fiddle-date, feedmail-fiddle-message-id)
13414 (feedmail-fiddle-spray-address)
13415 (feedmail-fiddle-list-of-spray-fiddle-plexes)
13416 (feedmail-fiddle-list-of-fiddle-plexes)
13417 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
13418 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
13419 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
13420 Change default. Doc fix.
13421 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
13422 (feedmail-binmail-linuxish-template): New constant.
13423 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
13424 Respect feedmail-sendmail-f-doesnt-sell-me-out.
13425 (feedmail-send-it): Add debug call.
13426 Use feedmail-queue-buffer-file-name, and
13427 feedmail-send-it-immediately-wrapper.
13428 (feedmail-message-action-send): Add debug call.
13429 Use feedmail-send-it-immediately-wrapper.
13430 (feedmail-queue-express-to-queue): Add debug call.
13431 Run feedmail-queue-express-hook.
13432 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
13433 (feedmail-message-action-help-blat):
13434 Rename from feedmail-queue-send-edit-prompt-help-first.
13435 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
13436 Check line-endings. Handle errors better.
13437 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
13438 Doc fix. Add debug call.
13439 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
13440 Use feedmail-queue-send-edit-prompt-inner.
13441 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
13442 (feedmail-queue-send-edit-prompt-inner): New function, extracted
13443 from feedmail-queue-send-edit-prompt.
13444 (feedmail-queue-send-edit-prompt-help)
13445 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
13446 (feedmail-tidy-up-slug): Add debug call.
13447 Respect feedmail-queue-slug-suspect-regexp.
13448 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
13449 (feedmail-dump-message-to-queue): Add debug call.
13450 Expand queue-directory.
13451 (feedmail-dump-message-to-queue): Change message slightly.
13452 Use feedmail-say-chatter.
13453 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
13454 (feedmail-send-it-immediately-wrapper): New function.
13455 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
13456 Insert empty string rather than newline. Handle full-frame case.
13457 Use catch/throw. Use feedmail-say-chatter.
13458 (feedmail-fiddle-from): Try mail-host-address.
13459 (feedmail-default-message-id-generator): Doc fix.
13460 Bind system-time-locale. Handle missing end.
13461 (feedmail-fiddle-x-mailer): Add debug call.
13462 Handle feedmail-x-mailer-line being nil.
13463 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
13464 Add debug call. Use buffer-substring-no-properties.
13465 (feedmail-say-debug, feedmail-say-chatter): New functions.
13466 (feedmail-find-eoh): Give an explicit error.
13467
13468 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
13469
13470 * net/newst-treeview.el (newsticker-treeview-face): Change default
13471 family from helvetica to sans.
13472 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
13473 etc/images/newsticker.
13474
13475 * net/newst-reader.el (newsticker-feed-face): Change default
13476 family from helvetica to sans.
13477
13478 * net/newst-plainview.el (newsticker-new-item-face)
13479 (newsticker-old-item-face, newsticker-immortal-item-face)
13480 (newsticker-obsolete-item-face, newsticker-date-face)
13481 (newsticker-statistics-face): Change default family from
13482 helvetica to sans.
13483 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
13484 etc/images/newsticker.
13485
13486 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
13487 (newsticker--process-auto-mark-filter-match): Tell user about
13488 auto-marking.
13489
13490 2011-05-13 Didier Verna <didier@xemacs.org>
13491
13492 Common Lisp indentation improvements on defmethod and lambda-lists.
13493 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
13494 TODO entries.
13495 (lisp-lambda-list-keyword-parameter-indentation)
13496 (lisp-lambda-list-keyword-parameter-alignment)
13497 (lisp-lambda-list-keyword-alignment): New customizable user options.
13498 (lisp-indent-defun-method): Improve docstring.
13499 (extended-loop-p): Fix comment.
13500 (lisp-indent-lambda-list-keywords-regexp): New variable.
13501 (lisp-indent-lambda-list): New function.
13502 (lisp-indent-259): Use it.
13503 (lisp-indent-defmethod): Support for more than one
13504 method qualifier and properly indent methods lambda-lists.
13505 (defgeneric): Provide a missing common-lisp-indent-function property.
13506
13507 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
13508
13509 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
13510 bounds for the empty string (bug#8667).
13511
13512 2011-05-13 Glenn Morris <rgm@gnu.org>
13513
13514 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
13515
13516 * mail/sendmail.el (sendmail-program): Try executable-find first.
13517 (sendmail-send-it): `sendmail-program' cannot be unbound.
13518
13519 * calendar/appt.el (appt-make-list): Simplify.
13520 (appt-time-msg-list): Doc fix.
13521 (appt-check): Change mode-line message at the time of the appointment.
13522
13523 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
13524
13525 * progmodes/ld-script.el (ld-script-keywords)
13526 (ld-script-builtins): Update keywords list.
13527
13528 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13529
13530 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
13531
13532 * shell.el (shell-completion-vars): New function.
13533 (shell-mode):
13534 * simple.el (read-shell-command): Use it.
13535 (blink-matching-open): No need for " [...]" in minibuffer-message.
13536
13537 2011-05-12 Glenn Morris <rgm@gnu.org>
13538
13539 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
13540 (appt-check): Simplify.
13541
13542 2011-05-12 Eli Zaretskii <eliz@gnu.org>
13543
13544 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
13545 literal "/dev/null".
13546
13547 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13548
13549 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
13550 Fix typo.
13551
13552 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
13553
13554 * progmodes/which-func.el (which-function):
13555 Use add-log-current-defun instead of add-log-current-defun-function,
13556 which might not be defined (Bug#8260).
13557
13558 2011-05-12 Glenn Morris <rgm@gnu.org>
13559
13560 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
13561 Let byte-compile-initial-macro-environment always take precedence.
13562
13563 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13564
13565 * net/rcirc.el: Add support for SSL/TLS connections.
13566 (rcirc-server-alist): New field `encryption'.
13567 (rcirc): Check `encryption' settings.
13568 (rcirc-connect): New arg `encryption'. Use open-network-stream.
13569 Merge make-local-variable into `set'.
13570 (rcirc--connection-open-p): New function.
13571 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
13572 the process is not a network process (e.g. running gnutls-cli).
13573 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13574 Make rcirc-(en|de)code-coding-system local here.
13575 (rcirc-mode): Merge make-local-variable into `set'.
13576 (rcirc-parent-buffer): Make permanent buffer-local.
13577 (rcirc-multiline-minor-mode): Don't do it here.
13578 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
13579 there's no server buffer.
13580
13581 2011-05-11 Glenn Morris <rgm@gnu.org>
13582
13583 * newcomment.el (comment-kill): Prefix "unused" local.
13584
13585 * term/w32console.el (get-screen-color): Declare.
13586
13587 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
13588 Handle symbol elements of byte-compile-initial-macro-environment.
13589
13590 2011-05-10 Leo Liu <sdl.web@gmail.com>
13591
13592 * bookmark.el (bookmark-bmenu-mode-map):
13593 Bind bookmark-bmenu-search to `/'.
13594
13595 * mail/footnote.el: Convert to utf-8 encoding.
13596 (footnote-unicode-string, footnote-unicode-regexp): New variable.
13597 (Footnote-unicode): New function.
13598 (footnote-style-alist): Add unicode style to the list.
13599 (footnote-style): Doc fix.
13600
13601 2011-05-10 Jim Meyering <meyering@redhat.com>
13602
13603 Fix doubled-word typos.
13604 * international/quail.el (quail-insert-kbd-layout): and and -> and
13605 * kermit.el: and and -> and
13606 * net/ldap.el (ldap-search-internal): to to -> to
13607 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
13608 * progmodes/js.el (js-mode): and and -> and
13609 * textmodes/artist.el (artist-move-to-xy): at at -> at
13610 (artist-draw-region-trim-line-endings): if if -> if
13611 And Safetyc -> Safety.
13612 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
13613
13614 2011-05-10 Glenn Morris <rgm@gnu.org>
13615 Stefan Monnier <monnier@iro.umontreal.ca>
13616
13617 * files.el (hack-one-local-variable-eval-safep):
13618 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
13619
13620 2011-05-10 Glenn Morris <rgm@gnu.org>
13621
13622 * calendar/diary-lib.el (diary-list-entries-hook)
13623 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
13624 (diary-nongregorian-marking-hook, diary-list-entries)
13625 (diary-include-other-diary-files, diary-mark-entries)
13626 (diary-mark-included-diary-files): Doc fixes.
13627
13628 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
13629
13630 * misc.el: Require tabulated-list.el during compilation.
13631
13632 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
13633
13634 * progmodes/compile.el (compilation-start):
13635 Run compilation-filter-hook for the async case too.
13636 (compilation-filter-hook): Doc fix.
13637
13638 2011-05-09 Deniz Dogan <deniz@dogan.se>
13639
13640 * wdired.el: Remove outdated installation comment. Fix usage
13641 comment.
13642
13643 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
13644
13645 * misc.el: Implement new command `list-dynamic-libraries'.
13646 (list-dynamic-libraries--loaded-only-p): New variable.
13647 (list-dynamic-libraries--refresh): New function.
13648 (list-dynamic-libraries): New command.
13649
13650 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
13651
13652 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13653 Fix the ant regexp to handle end-line and end-column info from jikes.
13654 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
13655 higher priority to avoid clobbering by gnu.
13656
13657 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
13658
13659 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
13660 if the face has existing theme settings (Bug#8454).
13661
13662 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
13663
13664 * progmodes/perl-mode.el (perl-imenu-generic-expression):
13665 Only match variables declared via `my' or `our' (Bug#8261).
13666
13667 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
13668 special file names `.' and `..' (Bug#8259).
13669
13670 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
13671
13672 * progmodes/grep.el (grep-mode-font-lock-keywords):
13673 Remove buffer-changing entries.
13674 (grep-filter): New function.
13675 (grep-mode): Add it to compilation-filter-hook.
13676
13677 * progmodes/compile.el (compilation-filter-hook)
13678 (compilation-filter-start): New defvars.
13679 (compilation-filter): Call compilation-filter-hook prior to
13680 updating the process mark.
13681
13682 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13683
13684 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
13685
13686 2011-05-07 Eli Zaretskii <eliz@gnu.org>
13687
13688 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
13689 mailclient-send-it even if window-system is nil. (Bug#8595)
13690
13691 * term/w32console.el (terminal-init-w32console):
13692 Call get-screen-color and use its output to set the frame
13693 background-mode. (Bug#8597)
13694
13695 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13696
13697 Make bytecomp.el understand that defmethod defines funs (bug#8631).
13698 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
13699 New functions.
13700 (defgeneric, eieio--defmethod): Use them.
13701 (eieio-defgeneric): Remove.
13702 (defmethod): Call defgeneric in a way visible to the byte-compiler.
13703
13704 2011-05-07 Glenn Morris <rgm@gnu.org>
13705
13706 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
13707 Use let rather than let*.
13708 (timeclock-find-discrep): Remove unused local.
13709
13710 * calendar/diary-lib.el (diary-comment-start): Doc fix.
13711
13712 * calendar/appt.el (appt-time-msg-list): Doc fix.
13713
13714 2011-05-06 Noah Friedman <friedman@splode.com>
13715
13716 * apropos.el (apropos-print-doc): Only use
13717 emacs-lisp-docstring-fill-column when it is bound to an integer,
13718 per that variable's documentation.
13719
13720 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13721
13722 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
13723 and warnings are not silently discarded (e.g. use -d instead of -P).
13724
13725 2011-05-06 Glenn Morris <rgm@gnu.org>
13726
13727 * calendar/appt.el (appt-message-warning-time): Doc fix.
13728 (appt-warning-time-regexp): New option.
13729 (appt-make-list): Respect appt-message-warning-time.
13730
13731 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
13732 New options.
13733 (diary-add-to-list): Strip comments from the displayed string.
13734 (diary-mode): Set comment-start and comment-end.
13735
13736 * vc/diff-mode.el (smerge-refine-subst): Declare.
13737 (diff-refine-hunk): Don't require smerge-mode when compiling.
13738
13739 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
13740
13741 * simple.el (list-processes): Return nil as the docstring says.
13742
13743 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
13744
13745 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
13746 to "".
13747 (ange-ftp-write-region, ange-ftp-insert-file-contents)
13748 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
13749 determining of binary transfer. (Bug#7383)
13750
13751 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
13752
13753 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13754 Fix port computation bug. (Bug#8618)
13755
13756 2011-05-05 Glenn Morris <rgm@gnu.org>
13757
13758 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
13759
13760 * simple.el (shell-dynamic-complete-functions)
13761 (comint-dynamic-complete-functions): Declare.
13762
13763 * net/network-stream.el (gnutls-negotiate):
13764 * simple.el (tabulated-list-print): Fix declarations.
13765
13766 * progmodes/gud.el (syntax-symbol, syntax-point):
13767 Remove unnecessary and incorrect declarations.
13768
13769 * emacs-lisp/check-declare.el (check-declare-scan):
13770 Handle byte-compile-initial-macro-environment in bytecomp.el
13771
13772 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13773
13774 Fix earlier half-done eieio-defmethod change (bug#8338).
13775 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
13776 Streamline and change calling convention.
13777 (defmethod): Adjust accordingly and simplify.
13778 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
13779 new eieio--defmethod.
13780 (slot-boundp): Minor CSE simplification.
13781
13782 2011-05-05 Milan Zamazal <pdm@zamazal.org>
13783
13784 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
13785 (glasses-make-readable): Use glasses-separate-capital-groups.
13786
13787 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
13788
13789 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
13790 (warning-series): Doc fix.
13791 (display-warning): Don't try to create the buffer if we just found it.
13792
13793 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
13794
13795 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
13796 (autoload-find-generated-file): New function.
13797 (generate-file-autoloads): Bind generated-autoload-file to
13798 buffer-file-name.
13799 (update-file-autoloads, update-directory-autoloads):
13800 Use autoload-find-generated-file. If called interactively, prompt for
13801 output file (Bug#7989).
13802 (batch-update-autoloads): Doc fix.
13803
13804 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
13805
13806 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
13807
13808 2011-05-04 Glenn Morris <rgm@gnu.org>
13809
13810 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
13811 function, so it follows changes in calendar-date-style.
13812 (diary-fancy-date-matcher): New function.
13813 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
13814 (diary-fancy-font-lock-fontify-region-function):
13815 Use diary-fancy-date-pattern as a function.
13816
13817 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
13818 non-numbers for `year' etc pseudo-variables. (Bug#8583)
13819
13820 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
13821
13822 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
13823 instead of positional arguments. Allow :keylist and :crlfiles
13824 arguments.
13825 (open-gnutls-stream): Call it.
13826
13827 * net/network-stream.el (network-stream-open-starttls): Adjust to
13828 call `gnutls-negotiate' with :process and :hostname arguments.
13829
13830 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13831
13832 * minibuffer.el (completion--message): New function.
13833 (completion--do-completion, minibuffer-complete)
13834 (minibuffer-force-complete, minibuffer-complete-word): Use it.
13835 (completion--do-completion): Don't ignore completion-auto-help when in
13836 icomplete-mode.
13837
13838 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
13839 internal encoding (e.g. tibetan zero is not whitespace).
13840 (global-whitespace-mode): Prefer save-current-buffer.
13841 (whitespace-trailing-regexp): Remove useless save-match-data.
13842 (whitespace-empty-at-bob-regexp): Minor simplification.
13843
13844 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
13845
13846 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
13847
13848 2011-05-03 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
13849
13850 * textmodes/ispell.el (ispell-add-per-file-word-list):
13851 Use `concat' to create string for insertion.
13852
13853 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13854
13855 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
13856 Avoid open-line which runs post-self-insert-hook.
13857 (bibtex-fill-entry): Remove unused `end' var.
13858
13859 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
13860
13861 * textmodes/ispell.el (ispell-add-per-file-word-list):
13862 Protect against `nil' value of `comment-start' (Bug#8579).
13863
13864 2011-05-03 Leo Liu <sdl.web@gmail.com>
13865
13866 * isearch.el (isearch-yank-pop): New command.
13867 (isearch-mode-map): Bind it to `M-y'.
13868 (isearch-forward): Mention it.
13869
13870 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13871
13872 * simple.el (minibuffer-complete-shell-command): Remove.
13873 (minibuffer-local-shell-command-map): Use completion-at-point.
13874 (read-shell-command): Setup completion vars here instead.
13875 (read-expression-map): Bind TAB to symbol completion.
13876
13877 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
13878 error directly rather via storing it into `results'.
13879
13880 2011-05-02 Leo Liu <sdl.web@gmail.com>
13881
13882 * vc/diff.el: Fix description.
13883
13884 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
13885
13886 * server.el (server-eval-at): New function.
13887
13888 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13889
13890 * net/network-stream.el (open-network-stream): Take a :nowait
13891 parameter and pass it on to `make-network-process'.
13892 (network-stream-open-plain): Ditto.
13893
13894 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
13895
13896 * faces.el (face-spec-set-match-display): Don't match toolkit
13897 options on terminal frames.
13898
13899 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13900
13901 * progmodes/pascal.el: Use lexical binding.
13902 (pascal-mode-map): Remove author preferences.
13903
13904 * pcomplete.el (pcomplete-std-complete): Don't abuse
13905 completion-at-point.
13906
13907 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
13908
13909 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
13910 removing code that has been dead since 1991 or so.
13911
13912 * startup.el (command-line): When warning about "_emacs", use a
13913 delayed warning to allow the user to filter it out.
13914
13915 2011-04-28 Deniz Dogan <deniz@dogan.se>
13916
13917 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
13918 user has not joined.
13919
13920 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13921
13922 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
13923 aren't any completions at point.
13924
13925 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
13926
13927 * subr.el (display-delayed-warnings): New function.
13928 (delayed-warnings-hook): New variable.
13929
13930 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13931
13932 * minibuffer.el (completion-at-point, completion-help-at-point):
13933 Don't presume that a given completion-at-point-function will always
13934 use the same calling convention.
13935
13936 * pcomplete.el (pcomplete-completions-at-point):
13937 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
13938 pcomplete-seen is non-nil.
13939 (pcomplete-comint-setup): Also recognize the new comint/shell
13940 completion functions.
13941 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
13942 pcomplete-seen is non-nil.
13943
13944 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
13945
13946 * calendar/icalendar.el (diary-lib): Add require statement.
13947 (icalendar--create-uid): Read out a uid from a text-property on
13948 the first character in the entry. This allows for code to add its
13949 own uid to the entry.
13950 (icalendar--convert-float-to-ical): Add export of
13951 `diary-float'-entries save for those with the optional DAY
13952 argument.
13953
13954 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
13955
13956 * subr.el (shell-quote-argument): Use alternate escaping strategy
13957 when we spot a variable reference in a string.
13958
13959 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
13960
13961 * cus-start.el (all): Define customization for debug-on-event.
13962
13963 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
13964
13965 * subr.el (shell-quote-argument): Escape correctly under Windows.
13966
13967 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13968
13969 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
13970
13971 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
13972
13973 * net/tramp.el (tramp-process-actions): Add POS argument.
13974 Delete region between POS and (pos).
13975
13976 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13977 Use `nil' position in `tramp-process-actions' call.
13978 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
13979
13980 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
13981 position in `tramp-process-actions' call.
13982
13983 * net/trampver.el: Update release number.
13984
13985 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13986
13987 * custom.el (defcustom): Obey lexical-binding.
13988
13989 Fix octave-inf completion problems reported by Alexander Klimov.
13990 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
13991 Inherit from octave-mode-syntax-table.
13992 (inferior-octave-mode): Set info-lookup-mode.
13993 (inferior-octave-completion-at-point): New function.
13994 (inferior-octave-complete): Use it and completion-in-region.
13995 (inferior-octave-dynamic-complete-functions): Use it as well, and use
13996 comint-filename-completion.
13997 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
13998 symbol elements which shouldn't be word elements.
13999 (octave-font-lock-keywords, octave-beginning-of-defun)
14000 (octave-function-header-regexp): Adjust regexps accordingly.
14001 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
14002
14003 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
14004
14005 * net/gnutls.el (gnutls-errorp): Declare before first use.
14006
14007 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
14008
14009 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
14010 verify-error, and verify-hostname-error parameters. Check whether
14011 default trustfile exists before going to use it. Add missing
14012 argument to gnutls-message-maybe call. Return value.
14013 Reported by Claudio Bley <claudio.bley@gmail.com>.
14014 (open-gnutls-stream): Add usage example.
14015
14016 * net/network-stream.el (network-stream-open-starttls): Give host
14017 parameter to `gnutls-negotiate'.
14018 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
14019 * subr.el (shell-quote-argument): Escape correctly under Windows.
14020
14021 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
14022
14023 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
14024 Use correct match group (bug#8438).
14025
14026 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
14027
14028 * emacs-lisp/package.el (package-built-in-p): Fix typo.
14029 (package-menu--generate): New arg specifying packages to show.
14030 (package-menu-refresh, package-menu-execute, list-packages):
14031 Callers changed.
14032 (package-show-package-list): New function, replacing deleted
14033 package--list-packages (renamed because it is non-internal).
14034
14035 * finder.el (finder-list-matches): Use package-show-package-list
14036 instead of deleted package--list-packages.
14037
14038 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
14039 Based on a previous implementation by Juanma Barranquero (Bug#8366).
14040 (vc-annotate-mode-map): Bind it to RET.
14041
14042 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
14043
14044 * progmodes/etags.el (next-file): Don't use set-buffer to change
14045 buffers (Bug#8478).
14046
14047 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
14048
14049 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
14050
14051 * apropos.el (apropos-label-face): Avoid variable-pitch face.
14052 (apropos-accumulator): Doc fix.
14053 (apropos-function, apropos-macro, apropos-command)
14054 (apropos-variable, apropos-face, apropos-group, apropos-widget)
14055 (apropos-plist): Add face property.
14056 (apropos-symbols-internal): Fix indentation.
14057 (apropos-print): Simplify help, and recognize apropos-multi-type.
14058 (apropos-print-doc): Use button-type-get to extract the button's
14059 face property. Fill docstring (Bug#8352).
14060
14061 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
14062
14063 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
14064
14065 * play/mpuz.el (mpuz-silent): Doc fix.
14066 (mpuz-mode-map): Use mapc.
14067 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
14068 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
14069 Fix typos in docstrings.
14070
14071 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
14072 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
14073
14074 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
14075
14076 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
14077
14078 * minibuffer.el (completion--do-completion): Avoid the "Next char
14079 not unique" prompt if icomplete-mode is enabled (Bug#5849).
14080
14081 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
14082 mouse-2 into unread-command-events, it is interpreted correctly.
14083
14084 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
14085 (image-toggle-display): Doc fix.
14086
14087 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
14088
14089 * textmodes/page.el (what-page): Use line-number-at-pos to
14090 calculate line number (Bug#6825).
14091
14092 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
14093
14094 * eshell/esh-mode.el (find-tag-interactive): Declare function.
14095 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
14096 Pass argument NO-DEFAULT to `find-tag-interactive'.
14097
14098 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
14099
14100 Lexical-binding cleanup.
14101
14102 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
14103 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
14104 * progmodes/ada-prj.el (ada-prj-initialize-values)
14105 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
14106 (ada-prj-show-value):
14107 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
14108 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
14109 (antlr-invalidate-context-cache, antlr-options-menu-filter)
14110 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
14111 * progmodes/bug-reference.el (bug-reference-push-button):
14112 * progmodes/fortran.el (fortran-line-length):
14113 * progmodes/glasses.el (glasses-change):
14114 * progmodes/octave-mod.el (octave-fill-paragraph):
14115 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
14116 (python-pdbtrack-grub-for-buffer, python-sentinel):
14117 * progmodes/sql.el (sql-save-connection):
14118 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
14119 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
14120 Mark unused parameters.
14121
14122 * progmodes/compile.el (compilation--flush-directory-cache)
14123 (compilation--flush-parse, compile-internal): Mark unused parameters.
14124 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
14125 (compilation-next-error-function): Remove unused variable `timestamp'.
14126
14127 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
14128 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
14129
14130 * progmodes/dcl-mode.el (dcl-end-of-command):
14131 Remove unused variable `start'.
14132 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
14133 (dcl-option-value-basic, dcl-option-value-offset)
14134 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
14135 Mark unused parameters.
14136 (dcl-save-local-variable): Remove unused variable `val'.
14137 (mode): Declare.
14138
14139 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
14140 Mark unused parameters.
14141 (delphi-ignore-changes): Move before first use.
14142 (delphi-charset-token-at): Remove unused variable `start'.
14143 (delphi-else-start): Remove unused variable `if-count'.
14144 (delphi-comment-block-start, delphi-comment-block-end):
14145 Remove unused variable `kind'.
14146 (delphi-indent-line): Remove unused variable `new-point'.
14147
14148 * progmodes/ebrowse.el (ebrowse-files-list)
14149 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
14150 Mark unused parameters. Don't quote `lambda'.
14151 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
14152 Don't quote `lambda'.
14153 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
14154 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
14155 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
14156 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
14157 Use `ignore-errors'.
14158 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
14159 (ebrowse-view/find-file-and-search-pattern)
14160 (ebrowse-view/find-member-declaration/definition):
14161 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
14162 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
14163 Rename parameter PREFIX-ARG to PREFIX.
14164 (ebrowse-tags-read-name): Remove unused variables `start' and
14165 `member-info'.
14166 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
14167 to `tags-file'.
14168
14169 * progmodes/etags.el (local-find-tag-hook): Declare.
14170 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
14171 Mark unused parameters.
14172
14173 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
14174 (executable-interpret): Mark unused parameter.
14175
14176 * progmodes/flymake.el (flymake-process-sentinel)
14177 (flymake-after-change-function)
14178 (flymake-create-temp-with-folder-structure)
14179 (flymake-get-include-dirs-dot): Mark unused parameters.
14180 (flymake-safe-delete-directory): Remove unused variable `err'.
14181
14182 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
14183 (speedbar-timer-fn, speedbar-line-text)
14184 (speedbar-change-expand-button-char, speedbar-delete-subblock)
14185 (speedbar-center-buffer-smartly): Declare functions.
14186 (gdb-find-watch-expression): Remove unused variable `array'.
14187 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
14188 (gdb-starting): Mark unused parameters.
14189 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
14190 (gdb-table-string): Remove unused variable `res'.
14191 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
14192 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
14193 (gdb-display-buffer): Remove unused variable `cur-size'.
14194
14195 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
14196 allow lexical-binding compilation.
14197 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
14198 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
14199 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
14200 Mark unused parameters.
14201 (gud-gdb-marker-filter): Remove unused variable `match'.
14202 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
14203 lambda expressions and funcall them, instead of using `fset'.
14204
14205 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
14206 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
14207
14208 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
14209 variable `header-beg'; use `let'.
14210
14211 * progmodes/icon.el (indent-icon-exp): Remove unused variables
14212 `restart', `last-sexp' and `at-do'.
14213
14214 * progmodes/js.el (js--debug): Mark unused parameter.
14215 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
14216 (js--splice-into-items): Remove unused variable `item'.
14217 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
14218
14219 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
14220 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
14221 (makefile-complete): Remove unused variable `try'.
14222 (makefile-fill-paragraph, makefile-match-function-end):
14223 Mark unused parameters.
14224
14225 * progmodes/octave-inf.el (inferior-octave-complete):
14226 Remove unused variable `proc'.
14227 (inferior-octave-output-digest): Mark unused parameter.
14228
14229 * progmodes/perl-mode.el (perl-calculate-indent):
14230 Remove unused variable `err'.
14231
14232 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
14233 (prolog-indent-line): Mark unused parameters.
14234 (prolog-indent-line): Remove unused variable `beg'.
14235
14236 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
14237 (reporter-dont-compact-list): Declare.
14238
14239 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
14240 Remove unused variable `char'.
14241 (sh-debug): Mark unused parameter.
14242 (sh-get-indent-info): Remove unused variable `start'.
14243 (sh-calculate-indent): Remove unused variable `var'.
14244
14245 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
14246 (simula-electric-keyword): Remove unused variable `null'.
14247 (simula-search-backward, simula-search-forward): Remove unused
14248 variables `begin' and `end'.
14249
14250 * progmodes/vera-mode.el (vera-guess-basic-syntax):
14251 Remove unused variable `pos'.
14252 (vera-electric-tab, vera-comment-uncomment-region):
14253 Mark unused parameters.
14254 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
14255
14256 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
14257
14258 * emacs-lisp/package.el (package--builtins, package-alist)
14259 (package-load-descriptor, package-built-in-p, package-activate)
14260 (define-package, package-installed-p)
14261 (package-compute-transaction, package-buffer-info)
14262 (package--push): Doc fix. Distinguish more clearly between
14263 version strings and version lists.
14264
14265 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
14266
14267 Lexical-binding cleanup.
14268
14269 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
14270 (5x5-make-mutate-best):
14271 * play/fortune.el (fortune-in-buffer):
14272 * play/gomoku.el (gomoku-init-display):
14273 * play/solitaire.el (solitaire, solitaire-do-check):
14274 * play/tetris.el (tetris-default-update-speed-function):
14275 Mark unused parameters.
14276
14277 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
14278 (bubbles--shift): Remove unused variable `char-org'.
14279 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
14280 (bubbles--show-images): Remove unused variable `char'.
14281
14282 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
14283 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
14284 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
14285 (decipher-analyze-buffer): Use ?\s.
14286 (decipher-make-checkpoint): Remove unused variable `mapping'.
14287
14288 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
14289
14290 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
14291 Remove unused variable `result'; use `let'.
14292
14293 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
14294 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
14295 (gametree-children-shown-p, gametree-compute-reduced-score):
14296 Use `ignore-errors'.
14297
14298 * play/handwrite.el (ps-lpr-switches): Declare.
14299 (handwrite): Remove unused variables `pmin' and `lastp'.
14300
14301 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
14302
14303 * play/landmark.el (landmark-init-display)
14304 (landmark-update-naught-weights): Mark unused parameters.
14305 (landmark-y): Remove unused variable `noise'. Simplify.
14306 (landmark-human-plays): Remove unused variable `score'.
14307
14308 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
14309 (mpuz-try-proposal): Remove unused variable `game'.
14310
14311 * play/zone.el (life-patterns): Declare.
14312
14313 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
14314
14315 * vc/vc.el (ediff-vc-internal): Declare function.
14316
14317 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14318
14319 * shell.el: Use lexical-binding and std completion UI.
14320 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
14321 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
14322 comint-preoutput-filter-functions rather than on
14323 comint-output-filter-functions.
14324 (shell-command-completion, shell--command-completion-data)
14325 (shell-filename-completion, shell-environment-variable-completion)
14326 (shell-c-a-p-replace-by-expanded-directory): New functions.
14327 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
14328 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
14329 (shell-dynamic-complete-environment-variable): Use them.
14330 (shell-dynamic-complete-as-environment-variable)
14331 (shell-dynamic-complete-as-command): Remove.
14332 (shell-match-partial-variable): Match past point.
14333 * comint.el: Clean up use of completion-at-point-functions.
14334 (comint-completion-at-point): New function.
14335 (comint-mode): Use it completion-at-point-functions.
14336 (comint-dynamic-complete): Make it obsolete.
14337 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
14338 (comint-c-a-p-replace-by-expanded-history): New function.
14339 (comint-dynamic-complete-functions)
14340 (comint-replace-by-expanded-history): Use it.
14341 * minibuffer.el (completion-table-with-terminator): Allow dynamic
14342 termination strings. Try harder to avoid second try-completion.
14343 (completion-in-region-mode-map): Disable bindings that don't work yet.
14344
14345 * comint.el: Use lexical-binding. Require CL.
14346 (comint-dynamic-complete-functions): Use comint-filename-completion.
14347 (comint-completion-addsuffix): Tweak custom type.
14348 (comint-filename-completion, comint--common-suffix)
14349 (comint--common-quoted-suffix, comint--table-subvert)
14350 (comint--complete-file-name-data): New functions.
14351 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
14352 (comint-dynamic-list-filename-completions): Use them.
14353 (comint-dynamic-simple-complete): Make obsolete.
14354
14355 * minibuffer.el (completion-in-region-mode):
14356 Keep completion-in-region-mode--predicate global.
14357 (completion-in-region--postch):
14358 Assume completion-in-region-mode--predicate is not null.
14359
14360 * progmodes/flymake.el (flymake-start-syntax-check-process):
14361 Obey `dir'. Simplify.
14362
14363 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
14364 we're in VC after all.
14365
14366 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
14367
14368 * vc/vc.el (vc-diff-build-argument-list-internal)
14369 (vc-version-ediff, vc-ediff): New commands.
14370 (vc-version-diff): Use vc-diff-build-argument-list-internal.
14371
14372 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14373
14374 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
14375 add sanity check.
14376
14377 * obsolete/erc-hecomplete.el: Make obsolete.
14378 * obsolete/: Standardize obsolescence info in the header.
14379
14380 2011-04-20 Glenn Morris <rgm@gnu.org>
14381
14382 * calendar/solar.el (solar-horizontal-coordinates):
14383 Use the longitude argument rather than `calendar-longitude'.
14384 (solar-date-next-longitude): Remove unused locals.
14385
14386 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14387
14388 * whitespace.el: New version 13.2.1.
14389
14390 2011-04-20 felix <EmacsWiki> (tiny change)
14391
14392 * whitespace.el (global-whitespace-mode): Keep highlight when
14393 switching between major modes on a file.
14394
14395 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14396
14397 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
14398 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
14399 multi-line comments as well.
14400
14401 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
14402
14403 Lexical-binding cleanup.
14404
14405 * arc-mode.el (archive-mode-revert):
14406 * cmuscheme.el (scheme-interactively-start-process):
14407 * custom.el (custom-initialize-delay):
14408 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
14409 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
14410 * emacs-lock.el (emacs-lock-clear-sentinel):
14411 * ezimage.el (defezimage):
14412 * follow.el (follow-avoid-tail-recenter):
14413 * fringe.el (set-fringe-mode-1):
14414 * generic-x.el (bat-generic-mode-compile):
14415 * help-mode.el (help-info-variable, help-do-xref)
14416 (help-mode-revert-buffer):
14417 * help.el (view-emacs-todo):
14418 * iswitchb.el (iswitchb-completion-help):
14419 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
14420 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
14421 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
14422 * locate.el (locate-update):
14423 * longlines.el (longlines-encode-region)
14424 (longlines-after-change-function):
14425 * outline.el (outline-isearch-open-invisible):
14426 * ps-def.el (declare-function, charset-dimension, char-width)
14427 (encode-char):
14428 * ps-mule.el (ps-mule-plot-string):
14429 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
14430 (recentf-edit-list-select, recentf-edit-list-validate)
14431 (recentf-open-files-action):
14432 * rect.el (delete-whitespace-rectangle-line)
14433 (rectangle-number-line-callback):
14434 * register.el (window-configuration-to-register)
14435 (frame-configuration-to-register):
14436 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
14437 * select.el (xselect-convert-to-string, xselect-convert-to-length)
14438 (xselect-convert-to-targets, xselect-convert-to-delete)
14439 (xselect-convert-to-filename, xselect-convert-to-charpos)
14440 (xselect-convert-to-lineno, xselect-convert-to-colno)
14441 (xselect-convert-to-os, xselect-convert-to-host)
14442 (xselect-convert-to-user, xselect-convert-to-class)
14443 (xselect-convert-to-name, xselect-convert-to-integer)
14444 (xselect-convert-to-atom, xselect-convert-to-identity):
14445 * subr.el (declare, ignore, process-kill-without-query)
14446 (text-clone-maintain):
14447 * terminal.el (te-get-char, te-tic-sentinel):
14448 * tool-bar.el (tool-bar-make-keymap):
14449 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
14450 * type-break.el (type-break-mode, type-break-noninteractive-query):
14451 * view.el (View-back-to-mark):
14452 * wid-browse.el (widget-browse-action, widget-browse-widget)
14453 (widget-browse-widgets, widget-browse-sexp):
14454 * widget.el (define-widget-keywords):
14455 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
14456 Mark unused parameters.
14457
14458 * align.el (align-adjust-col-for-rule): Mark unused parameter.
14459 (align-areas): Remove unused variable `look'.
14460 (align-region): Remove unused variables `real-end' and `pos-list'.
14461
14462 * apropos.el (apropos-score-doc): Remove unused variable `i'.
14463
14464 * bindings.el (mode-line-modified, mode-line-remote):
14465 Mark unused parameters.
14466 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
14467
14468 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
14469 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
14470
14471 * comint.el (comint-history-isearch-pop-state)
14472 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
14473 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
14474 (comint-substitute-in-file-name): Doc fix.
14475
14476 * completion.el (cmpl-statistics-block): Mark unused parameter.
14477 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
14478 (save-completions-to-file, load-completions-from-file):
14479 Remove unused local variable `e'.
14480
14481 * composite.el (compose-chars): Remove unused variable `len'.
14482 (lgstring-insert-glyph): Remove unused variable `g'.
14483 (compose-glyph-string): Remove unused variables `ascent',
14484 `descent', `lbearing' and `rbearing'.
14485 (compose-glyph-string-relative): Remove unused variables
14486 `lbearing', `rbearing' and `wadjust'.
14487 (compose-gstring-for-graphic): Remove unused variables `header',
14488 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
14489 (compose-gstring-for-terminal): Remove unused variables `header'
14490 and `nchars'. Use `let', not `let*'.
14491
14492 * cus-edit.el (Custom-set, Custom-save, custom-reset)
14493 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
14494 (Custom-buffer-done, custom-buffer-create-internal)
14495 (custom-browse-visibility-action, custom-browse-group-tag-action)
14496 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
14497 (widget-magic-mouse-down-action, custom-toggle-parent)
14498 (custom-add-parent-links, custom-toggle-hide-variable)
14499 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
14500 (custom-toggle-hide-face, face, hook, custom-group-link-action)
14501 (custom-face-menu-create, custom-variable-menu-create, get)
14502 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
14503 (custom-reset-standard-save-and-update): Remove unused variable `value'.
14504 (customize-apropos): Remove unused variable `tests'.
14505 (custom-group-value-create): Remove unused variable `hidden-p'.
14506 (sort-fold-case): Declare.
14507
14508 * cus-theme.el (custom-reset-standard-faces-list)
14509 (custom-reset-standard-variables-list): Declare.
14510 (customize-create-theme, custom-theme-revert, custom-theme-write)
14511 (custom-theme-choose-mode, customize-themes, custom-theme-save):
14512 Mark unused parameters.
14513
14514 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
14515
14516 * delim-col.el (delimit-columns-max): Move defvar before first use.
14517
14518 * descr-text.el (describe-char-categories): Don't quote `lambda'.
14519 (describe-char): Don't quote `lambda'. Mark unused parameter.
14520
14521 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
14522 (auto-insert): Declare.
14523 (desktop-restore-file-buffer): Rename desktop-* parameters;
14524 mark unused ones.
14525 (desktop-create-buffer): Rename desktop-* parameters and bind them.
14526 (desktop-buffer): Rename desktop-* parameters.
14527
14528 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
14529 (dframe-reposition-frame-xemacs, dframe-help-echo)
14530 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
14531 Mark unused parameters.
14532
14533 * dired-aux.el (backup-extract-version-start, overwrite-query)
14534 (overwrite-backup-query, rename-regexp-query)
14535 (rename-non-directory-query): Declare.
14536 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
14537 (dired-add-entry): Remove unused variable `orig-file-name'.
14538 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
14539 Use parameter PRESERVE-TIME instead of accessing dynamic variable
14540 `dired-copy-preserve-time' directly.
14541 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
14542 (dired-insert-subdir-newpos): Rename unused variable `pos'.
14543
14544 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
14545 (dired-virtual-revert, dired-make-relative-symlink):
14546 Mark unused parameters.
14547 (manual-program): Declare.
14548 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
14549 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
14550 wrapped in `with-no-warnings' to avoid replacing one warning by another.
14551
14552 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
14553
14554 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
14555
14556 * echistory.el (electric-history-in-progress, Helper-return-blurb):
14557 Declare.
14558
14559 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
14560
14561 * electric.el (Electric-command-loop): Rename parameter
14562 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
14563
14564 * expand.el (expand-in-literal): Remove unused variable `here'.
14565
14566 * facemenu.el (facemenu-add-new-color):
14567 Remove unused variable `docstring'.
14568
14569 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
14570 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
14571 (face-attr-construct): Mark unused parameter. Doc fix.
14572 (read-color): Remove unused variable `hex-string'.
14573
14574 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
14575 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
14576 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
14577 (display-buffer-other-frame): Remove unused variable `old-window'.
14578 (kill-buffer-hook): Declare.
14579 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
14580 Mark unused parameters.
14581 (after-find-file): Pass 1 to `auto-save-mode', not t.
14582
14583 * files-x.el (auto-insert): Declare.
14584 (modify-file-local-variable-prop-line): Remove unused variable `val'.
14585
14586 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
14587 variable `buf'. Mark unused parameter.
14588 (find-lisp-insert-directory): Mark unused parameter.
14589
14590 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
14591 (format-encode-region): Remove unused variables `cur-buf' and `result'.
14592 (format-common-tail): Remove, unused.
14593 (format-deannotate-region): Remove unused variable `loc'.
14594 (format-annotate-region): Remove unused variable `p'.
14595 (format-annotate-single-property-change): Remove unused variables
14596 `default' and `tail'.
14597
14598 * forms.el (read-file-filter): Declare.
14599 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
14600
14601 * frame.el (frame-creation-function-alist): Mark unused parameter.
14602 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
14603
14604 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
14605 Remove unused parameters.
14606 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
14607 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
14608
14609 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
14610 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
14611 (hfy-prepare-tag-map): Mark unused parameters.
14612 (htmlfontify-buffer): Use `called-interactively-p'.
14613
14614 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
14615 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
14616 (ibuffer-do-occur): Mark unused parameters.
14617 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
14618 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
14619
14620 * ibuffer.el: Don't quote `lambda'.
14621 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
14622 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
14623 Mark unused parameters.
14624
14625 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
14626 (ido-completing-read): Mark unused parameters.
14627 (ido-copy-current-word): Mark unused parameters;
14628 remove unused variable `name'.
14629 (ido-sort-merged-list): Remove unused parameter `dirs'.
14630
14631 * ielm.el (ielm-input-sender): Mark unused parameter.
14632 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
14633 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
14634 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
14635 `ielm-string' as a dynamic variable accessible from the IELM prompt.
14636 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
14637
14638 * image-dired.el (image-dired-display-thumbs): Remove unused
14639 variables `curr-file' and `count'.
14640 (image-dired-remove-tag): Remove unused variable `start'.
14641 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
14642 variable `curr-file'
14643 (image-dired-rotate-original): Remove unused variable `temp-file'.
14644 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
14645 Remove unused variable `file'.
14646 (image-dired-gallery-generate): Remove unused variable `curr'.
14647 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
14648
14649 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
14650
14651 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
14652
14653 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
14654
14655 * isearch.el (minibuffer-history-symbol): Declare.
14656 (isearch-edit-string): Remove unused variable `err'.
14657 (isearch-message-prefix, isearch-message-suffix):
14658 Mark unused parameters.
14659
14660 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
14661
14662 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
14663
14664 * makesum.el (double-column): Remove unused variable `cnt'.
14665
14666 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
14667 (ido-ignore-item-temp-list): Declare.
14668
14669 * mouse-drag.el (mouse-drag-throw): Remove unused variables
14670 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
14671 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
14672 (mouse-drag-drag): Remove unused variables `mouse-delta' and
14673 `mouse-col-delta'.
14674
14675 * mouse-sel.el (mouse-extend-internal):
14676 Remove unused variable `orig-window-frame'.
14677
14678 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
14679 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
14680 Move declarations before first use.
14681 (pcomplete-opt): Mark unused parameters; doc fix.
14682
14683 * proced.el (proced-revert): Mark unused parameter.
14684 (proced-send-signal): Remove unused variable `err'.
14685
14686 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
14687 Rename parameter PREFIX-ARG to ARG.
14688 (ps-basic-plot-string, ps-basic-plot-whitespace):
14689 Mark unused parameters.
14690
14691 * replace.el (replace-count): Define.
14692 (occur-revert-function): Mark unused parameters.
14693 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
14694 (isearch-case-fold-search, isearch-string): Declare.
14695 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
14696 bind `case-fold-search'. Remove unused variables `beg' and `end',
14697 and simplify.
14698 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
14699 COUNT and bind `replace-count'.
14700 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
14701 to COUNT.
14702
14703 * savehist.el (print-readably, print-string-length): Declare.
14704
14705 * shadowfile.el (shadow-expand-cluster-in-file-name):
14706 Remove unused variable `cluster'.
14707 (shadow-copy-file): Remove unused variable `i'.
14708 (shadow-noquery, shadow-clusters, shadow-site-cluster)
14709 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
14710 (shadow-define-literal-group, shadow-define-regexp-group)
14711 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
14712
14713 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
14714 (shell): Use `called-interactively-p'.
14715 (shell-directory-tracker): Remove unused variable `chdir-failure'.
14716
14717 * simple.el (compilation-context-lines, comint-file-name-quote-list)
14718 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
14719 (delete-backward-char): Remove unused variable `ocol'.
14720 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
14721 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
14722 (event-apply-hyper-modifier, event-apply-shift-modifier)
14723 (event-apply-control-modifier, event-apply-meta-modifier):
14724 Mark unused parameters.
14725 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
14726 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
14727
14728 * speedbar.el (speedbar-ignored-directory-expressions)
14729 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
14730 (speedbar-find-file, speedbar-dir-follow)
14731 (speedbar-directory-buttons-follow, speedbar-tag-find)
14732 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
14733 (speedbar-buffers-line-directory, speedbar-buffer-click):
14734 Mark unused parameters.
14735 (speedbar-tag-file): Remove unused variable `mode'.
14736 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
14737
14738 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
14739
14740 * talk.el (talk): Remove unused variable `display'.
14741
14742 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
14743 (tar-write-region-annotate): Mark unused parameter.
14744
14745 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
14746 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
14747 Declare them, wrapped in `with-no-warnings' to avoid replacing one
14748 warning by another.
14749
14750 * time-stamp.el (time-stamp-string-preprocess):
14751 Remove unused variable `require-padding'.
14752
14753 * tree-widget.el (widget-glyph-enable): Declare.
14754 (tree-widget-action): Mark unused parameter.
14755
14756 * w32-fns.el (x-get-selection): Mark unused parameter.
14757 (autoload-make-program, generated-autoload-file): Declare.
14758
14759 * wdired.el (wdired-revert): Mark unused parameters.
14760 (wdired-xcase-word): Remove unused variable `err'.
14761
14762 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
14763 (whitespace-help-scroll): Remove unused variable `data-help'.
14764
14765 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
14766 (widget-image-insert, widget-after-change, default)
14767 (widget-default-format-handler, widget-default-notify)
14768 (widget-default-prompt-value, widget-info-link-action)
14769 (widget-url-link-action, widget-function-link-action)
14770 (widget-variable-link-action, widget-file-link-action)
14771 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
14772 (widget-field-prompt-internal, widget-field-action, widget-field-match)
14773 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
14774 (widget-insert-button-action, widget-delete-button-action, visibility)
14775 (widget-documentation-link-action, widget-documentation-string-action)
14776 (widget-const-prompt-value, widget-regexp-match, symbol)
14777 (widget-coding-system-prompt-value)
14778 (widget-key-sequence-value-to-external, sexp)
14779 (widget-sexp-value-to-internal, character, vector, cons)
14780 (widget-choice-prompt-value, widget-boolean-prompt-value)
14781 (widget-color--choose-action): Mark unused parameters.
14782 (widget-item-match-inline, widget-choice-match-inline)
14783 (widget-checklist-match, widget-checklist-match-inline)
14784 (widget-group-match): Rename parameter VALUES to VALS.
14785 (widget-field-value-set): Remove unused variable `size'.
14786 (widget-color-action): Remove unused variables `value' and `start'.
14787
14788 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
14789 variable `dir'. Doc fix.
14790 (windmove-find-other-window): Don't pass it.
14791
14792 * window.el (count-windows): Mark unused parameter.
14793 (bw-adjust-window): Remove unused variable `err'.
14794
14795 * woman.el (woman-file-name): Remove unused variable `default'.
14796 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
14797 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
14798 (global-font-lock-mode): Declare.
14799 (woman-decode-region): Mark unused parameter.
14800 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
14801
14802 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
14803 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
14804 (x-dnd-handle-moz-url): Remove unused variable `title'.
14805 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
14806
14807 * xml.el (xml-parse-tag, xml-parse-attlist):
14808 Remove unused variable `pos'.
14809
14810 2011-04-19 Glenn Morris <rgm@gnu.org>
14811
14812 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
14813 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
14814 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
14815 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
14816 * calendar/cal-html.el (cal-html-insert-minical):
14817 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
14818 (calendar-mark-date-pattern):
14819 Prefix "unused" locals.
14820
14821 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
14822 optional argument `style'.
14823
14824 * calendar/appt.el (appt-make-list):
14825 * calendar/cal-china.el (calendar-chinese-date-string):
14826 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
14827 (diary-hebrew-yahrzeit):
14828 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
14829 * calendar/calendar.el (calendar-generate-window):
14830 * calendar/time-date.el (time-to-days):
14831 Remove unused local variables.
14832
14833 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
14834
14835 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
14836 glyphless-char-display table.
14837 (tabulated-list-glyphless-char-display): New var.
14838
14839 2011-04-18 Sam Steingold <sds@gnu.org>
14840
14841 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
14842 to acknowledgments.
14843
14844 2011-04-17 Glenn Morris <rgm@gnu.org>
14845
14846 * calendar/diary-lib.el (diary-sexp-entry):
14847 * calendar/holidays.el (holiday-sexp):
14848 Set debug-on-error rather than the removed stack-trace-on-error.
14849
14850 2011-04-16 Glenn Morris <rgm@gnu.org>
14851
14852 * progmodes/f90.el: Use lexical-binding.
14853 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
14854
14855 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14856
14857 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
14858 (mail-mode): Setup mailalias completion here instead.
14859 * mail/mailalias.el: Use lexical-binding.
14860 (pattern, mailalias-done): Declare dynamic.
14861 (mail-completion-at-point-function): New function, from mail-complete.
14862 (mail-complete): Use it.
14863 (mail-completion-expand): New function.
14864 (mail-get-names): Use it.
14865 (mail-directory, mail-directory-process, mail-directory-stream):
14866 Don't use `pattern' for lexically bound arg.
14867
14868 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
14869
14870 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
14871 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
14872 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
14873
14874 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
14875 (byte-save-window-excursion, byte-temp-output-buffer-setup)
14876 (byte-interactive-p): Define them again, for use when inlining
14877 old code.
14878
14879 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
14880
14881 * loadup.el: Use `string-to-number', not `string-to-int'.
14882
14883 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14884
14885 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
14886 gud-gdb-complete-command.
14887 (gud-gdb-completions): New function, from gud-gdb-complete-command.
14888 (gud-gdb-completion-at-point): New function.
14889 (gud-gdb-completions): Remove.
14890
14891 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
14892
14893 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
14894 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
14895 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
14896 whether `executable-find' is bound.
14897
14898 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
14899
14900 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14901
14902 * minibuffer.el (completion-in-region-mode-predicate)
14903 (completion-in-region-mode--predicate): New vars.
14904 (completion-in-region, completion-in-region--postch)
14905 (completion-in-region-mode): Use them.
14906 (completion--capf-wrapper): Also return the hook function.
14907 (completion-at-point, completion-help-at-point):
14908 Adjust and provide a predicate.
14909
14910 Preserve arg names for advice of subr and lexical functions (bug#8457).
14911 * help-fns.el (help-function-arglist): Consolidate the subr and
14912 new-byte-code cases. Add argument `preserve-names' to extract names
14913 from the docstring when needed.
14914 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
14915 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
14916 (ad-arglist): Use help-function-arglist's new arg.
14917 (ad-definition-type): Use cond.
14918
14919 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
14920
14921 * autorevert.el (auto-revert-handler):
14922 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
14923 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
14924 Don't quote lambda.
14925
14926 * image-mode.el (image-transform-set-scale):
14927 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
14928
14929 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14930
14931 * net/network-stream.el (network-stream-open-starttls): Only do
14932 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
14933 Upgrades via gnutls-cli are too slow to be done opportunistically.
14934
14935 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
14936
14937 * dframe.el (dframe-current-frame): Remove spurious quote.
14938
14939 2011-04-12 Glenn Morris <rgm@gnu.org>
14940
14941 * calendar/cal-tex.el (cal-tex-end-document):
14942 Try to automatically use latin1 input if needed.
14943
14944 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
14945 Don't try to cons a mark onto an empty element.
14946
14947 2011-04-11 Leo Liu <sdl.web@gmail.com>
14948
14949 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
14950 buffers.
14951 (ido-kill-buffer-at-head): Support killing virtual buffers.
14952
14953 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
14954
14955 * minibuffer.el (completion-show-inline-help): New var.
14956 (completion--do-completion, minibuffer-complete)
14957 (minibuffer-force-complete, minibuffer-complete-word):
14958 Inhibit minibuffer messages if completion-show-inline-help is nil.
14959
14960 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
14961 to avoid interference from inline help (Bug#5849).
14962
14963 2011-04-10 Leo Liu <sdl.web@gmail.com>
14964
14965 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14966 Fix typo.
14967
14968 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
14969
14970 * image-mode.el (image-toggle-display-image): Signal an error if
14971 not in Image mode.
14972 (image-transform-mode, image-transform-resize)
14973 (image-transform-set-rotation): Doc fix.
14974 (image-transform-set-resize): Delete.
14975 (image-transform-set-scale, image-transform-fit-to-height)
14976 (image-transform-fit-to-width): Handle image-toggle-display-image
14977 and image-transform-resize directly.
14978
14979 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
14980
14981 * doc-view.el (doc-view-fit-width-to-window)
14982 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
14983 New functions for fitting the shown image to the Emacs window size.
14984 (doc-view-mode-map): Add bindings for the new functions.
14985
14986 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
14987
14988 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
14989 Fix typo in docstring.
14990
14991 2011-04-08 Eli Zaretskii <eliz@gnu.org>
14992
14993 * files.el (file-size-human-readable): Produce one digit after
14994 decimal, like "ls -lh" does.
14995
14996 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
14997 the file size representation.
14998
14999 * simple.el (list-processes): If async subprocesses are not
15000 available, error out with a clear error message.
15001
15002 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
15003
15004 * help.el (help-form-show): New function, to be called from C.
15005 Put help-form output in a buffer named differently than *Help*.
15006
15007 2011-04-08 Eli Zaretskii <eliz@gnu.org>
15008
15009 * files.el (file-size-human-readable): New function.
15010
15011 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
15012 computing the representation inline. Don't require `cl'.
15013
15014 2011-04-08 Glenn Morris <rgm@gnu.org>
15015
15016 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
15017
15018 * net/browse-url.el (browse-url-firefox):
15019 Test system-type, not system-configuration.
15020
15021 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
15022 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
15023 Use log-edit-empty-buffer-p. (Bug#7598)
15024
15025 * net/rlogin.el (rlogin-process-connection-type): Simplify.
15026 (rlogin-mode-map): Initialize in the defvar.
15027 (rlogin): Use ignore-errors.
15028
15029 * replace.el (occur-mode-map): Some fixes for menu items.
15030
15031 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
15032
15033 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
15034
15035 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
15036
15037 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
15038 issuing unused warnings.
15039
15040 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
15041 macro directly.
15042
15043 * simple.el: Lisp reimplement of list-processes. Based on an
15044 earlier reimplementation by Leo Liu, but using tabulated-list.el.
15045 (process-menu-mode): New major mode.
15046 (list-processes--refresh, list-processes):
15047 (process-menu-visit-buffer): New functions.
15048
15049 * files.el (save-buffers-kill-emacs): Don't assume any return
15050 value of list-processes, which is undocumented anyway.
15051
15052 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
15053
15054 * emacs-lisp/tabulated-list.el: New file.
15055
15056 * emacs-lisp/package.el: Use Tabulated List mode.
15057 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
15058 (package-menu-mode): Derive from tabulated-list-mode. Set up the
15059 table format using Tabulated List mode variables.
15060 (package--push): New macro, replacing package-list-maybe-add.
15061 (package-menu--generate): Use package--push. Renamed from
15062 package--generate-package-list.
15063 (package-menu-refresh, list-packages): Use it.
15064 (package-menu--print-info): Rename from package-print-package.
15065 Return insertion data instead of inserting it directly.
15066 (package-menu-describe-package, package-menu-execute):
15067 Use tabulated-list-get-id.
15068 (package-menu-mark-delete, package-menu-mark-install)
15069 (package-menu-mark-unmark, package-menu-backup-unmark)
15070 (package-menu-mark-obsolete-for-deletion):
15071 Use tabulated-list-put-tag.
15072 (package--list-packages, package-menu-revert)
15073 (package-menu-get-package, package-menu-get-version)
15074 (package-menu-sort-by-column): Functions deleted.
15075 (package-menu-package-list, package-menu-sort-key): Vars deleted.
15076 (package-menu--status-predicate, package-menu--version-predicate)
15077 (package-menu--name-predicate)
15078 (package-menu--description-predicate): Handle arguments in the
15079 Tabulated List format.
15080 (package-list-packages-no-fetch): Call list-packages.
15081
15082 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
15083
15084 * files.el (after-find-file-from-revert-buffer): Remove variable.
15085 (after-find-file): Don't bind it.
15086 (revert-buffer-in-progress-p): New variable.
15087 (revert-buffer): Bind it.
15088 Pass nil for `after-find-file-from-revert-buffer'.
15089
15090 * saveplace.el (save-place-find-file-hook): Use new variable
15091 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
15092
15093 2011-04-06 Glenn Morris <rgm@gnu.org>
15094
15095 * Makefile.in (AUTOGEN_VCS): New variable.
15096 (autoloads): Use $AUTOGEN_VCS.
15097
15098 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
15099 * calendar/calendar.el (calendar-mode-map):
15100 Check for toolkit scroll bars. (Bug#8305)
15101
15102 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
15103
15104 * minibuffer.el (completion-in-region--postch)
15105 (completion-in-region-mode): Remove unnecessary messages.
15106
15107 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
15108
15109 * font-lock.el (font-lock-refresh-defaults):
15110 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
15111 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
15112
15113 * info.el (Info-directory-list, Info-read-node-name-2)
15114 (Info-split-parameter-string): Doc fixes.
15115 (Info-virtual-nodes): Reflow docstring.
15116 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
15117 (Info-apropos-toc-nodes, info-finder, Info-get-token)
15118 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
15119 Fix typos in docstrings.
15120 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
15121 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
15122 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
15123 (Info-restore-desktop-buffer): Mark unused parameters.
15124 (Info-directory-find-file, Info-directory-find-node)
15125 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
15126 (Info-virtual-index-find-node, Info-apropos-find-file)
15127 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
15128 Mark unused parameters; fix typos in docstrings.
15129 (Info-virtual-index): Remove unused local variable `nodename'.
15130
15131 2011-04-05 Deniz Dogan <deniz@dogan.se>
15132
15133 * net/rcirc.el: Update my e-mail address.
15134 (rcirc-mode-map): Remove M-o binding.
15135
15136 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
15137
15138 * startup.el (command-line): Save the cursor's theme-face
15139 directly, instead of using face-override-spec.
15140
15141 * custom.el (load-theme): Minor optimization in assigning faces.
15142
15143 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
15144
15145 * help-fns.el (describe-variable): Complete all variables having
15146 documentation, including keywords.
15147 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
15148
15149 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
15150
15151 Convert to lexical-binding.
15152
15153 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
15154 (bs--get-marked-string, bs--get-modified-string)
15155 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
15156 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
15157 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
15158
15159 * ehelp.el (electric-help-execute-extended)
15160 (electric-help-ctrl-x-prefix):
15161 * hexl.el (hexl-revert-buffer-function):
15162 * linum.el (linum-after-change, linum-after-scroll):
15163 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
15164
15165 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
15166
15167 2011-04-04 Daiki Ueno <ueno@unixuser.org>
15168
15169 * epa-dired.el:
15170 * epa-mail.el:
15171 * epa-hook.el:
15172 * epa-file.el:
15173 * epa.el:
15174 * epg.el: Use lexical binding.
15175
15176 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
15177
15178 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
15179
15180 * textmodes/flyspell.el (flyspell-word): Recognize default
15181 dictionary case for flyspell-mark-duplications-exceptions.
15182 Use regexp matching for languages.
15183 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
15184 default dictionary (Bug#7926).
15185
15186 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
15187
15188 * emacs-lisp/package.el (package--with-work-buffer):
15189 Recognize https URLs.
15190
15191 * net/network-stream.el: Move from gnus/proto-stream.el.
15192 Change prefix to network-stream throughout.
15193 (open-protocol-stream): Merge into open-network-stream, leaving
15194 open-protocol-stream as an alias. Handle nil BUFFER args.
15195
15196 * subr.el (open-network-stream): Move to net/network-stream.el.
15197
15198 2011-04-02 Glenn Morris <rgm@gnu.org>
15199
15200 * find-dired.el (find-exec-terminator): New option.
15201 (find-ls-option): Test for -ls support.
15202 (find-ls-subdir-switches): Test for -b in find-ls-option.
15203 (find-dired, find-grep-dired): Doc fixes.
15204 (find-dired): Use find-exec-terminator.
15205
15206 * find-dired.el (find-ls-option, find-ls-subdir-switches)
15207 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
15208 (find-name-arg): Remove purecopy.
15209
15210 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
15211 (grep-compute-defaults): Check for `-exec COMMAND +' support.
15212 Set grep-find-use-xargs, grep-find-command, and grep-find-template
15213 accordingly. Don't add the null-device if not needed.
15214
15215 * files.el (save-some-buffers): Doc fix.
15216
15217 2011-04-02 Eli Zaretskii <eliz@gnu.org>
15218
15219 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
15220
15221 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
15222
15223 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
15224 Use `dolist' rather than `mapcar'.
15225
15226 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15227
15228 Add lexical binding.
15229
15230 * subr.el (apply-partially): Use new closures rather than CL.
15231 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
15232 (dolist, dotimes): Use slightly different expansion for lexical code.
15233 (functionp): Move to C.
15234 (letrec): New macro.
15235 (with-wrapper-hook): Use it and apply-partially instead of CL.
15236 (eval-after-load): Preserve lexical-binding.
15237 (save-window-excursion, with-output-to-temp-buffer): Turn them
15238 into macros.
15239
15240 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
15241
15242 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
15243 than the arglist.
15244 (help-add-fundoc-usage): Don't add `Not documented'.
15245 (help-function-arglist): Handle closures, subroutines, and new
15246 byte-code-functions.
15247 (help-make-usage): Remove leading underscores.
15248 (describe-function-1): Handle closures.
15249 (describe-variable): Use special-variable-p for completion.
15250
15251 * files.el (lexical-binding): Declare safe.
15252
15253 * emacs-lisp/pcase.el: Don't use destructuring-bind.
15254 (pcase--memoize): Rename from pcase-memoize. Change weakness.
15255 (pcase): Add `let' pattern.
15256 Change memoization so it actually works.
15257 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
15258 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
15259 <let>: New case.
15260
15261 * emacs-lisp/macroexp.el: Use lexical binding.
15262 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
15263 Don't convert ' to #' without checking that it's indeed quoting
15264 a lambda.
15265
15266 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
15267 Use eval-sexp-add-defvars.
15268 (eval-sexp-add-defvars): New fun.
15269
15270 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
15271
15272 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
15273 Don't autoload.
15274 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
15275 than the internal `byte-compile-lambda'.
15276 (defmethod): Don't hide code under quotes.
15277 (eieio-defmethod): New `code' argument.
15278
15279 * emacs-lisp/eieio-comp.el: Remove.
15280
15281 * emacs-lisp/edebug.el (edebug-eval-defun)
15282 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
15283 (edebug-toggle): Avoid `eval'.
15284
15285 * emacs-lisp/disass.el (disassemble-internal): Handle new
15286 `closure' objects.
15287 (disassemble-1): Handle new byte codes.
15288
15289 * emacs-lisp/cl.el (pushnew): Silence warning.
15290
15291 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
15292 (cl-byte-compile-throw): Remove.
15293 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
15294
15295 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
15296 closures.
15297
15298 * emacs-lisp/cconv.el: New file.
15299
15300 * emacs-lisp/bytecomp.el: Use lexical binding instead of
15301 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
15302 (byte-compile-initial-macro-environment):
15303 Handle declare-function here.
15304 (byte-compile--lexical-environment): New var.
15305 (byte-stack-ref, byte-stack-set, byte-discardN)
15306 (byte-discardN-preserve-tos): New lap codes.
15307 (byte-interactive-p): Don't use any more.
15308 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
15309 New macros.
15310 (byte-compile-lapcode): Use them and handle new lap codes.
15311 (byte-compile-obsolete): Remove.
15312 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
15313 (byte-compile-arglist-warn): Check late def of inlinable funs.
15314 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
15315 since they should have been expanded by now.
15316 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
15317 (byte-compile-from-buffer): Remove unused second arg.
15318 (byte-compile-preprocess): New function.
15319 (byte-compile-toplevel-file-form): New function to distinguish
15320 file-form calls from outside from file-form calls from hunk-handlers.
15321 (byte-compile-file-form): Simplify.
15322 (byte-compile-file-form-defsubst): Remove.
15323 (byte-compile-file-form-defmumble): Simplify now that
15324 byte-compile-lambda always returns a byte-code-function.
15325 (byte-compile): Preprocess.
15326 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
15327 Remove, not used any more.
15328 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
15329 (byte-compile-make-args-desc): New funs.
15330 (byte-compile-lambda): Handle lexical functions. Always return
15331 a byte-code-function.
15332 (byte-compile-reserved-constants): New var, to make up room for
15333 closed-over variables.
15334 (byte-compile-constants-vector): Obey it.
15335 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
15336 (byte-compile-macroexpand-declare-function): New function.
15337 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
15338 byte-code-functions.
15339 (byte-compile-form): Check obsolescence here.
15340 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
15341 (byte-compile-variable-ref): Remove.
15342 (byte-compile-dynamic-variable-op): New fun.
15343 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
15344 (byte-compile-variable-set): New funs.
15345 (byte-compile-discard): Add 2 args.
15346 (byte-compile-stack-ref, byte-compile-stack-set)
15347 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
15348 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
15349 macroexpand-all instead.
15350 (byte-compile-quote-form): Remove.
15351 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
15352 (byte-compile-bind, byte-compile-unbind): New funs.
15353 (byte-compile-let): Handle let* and lexical binding.
15354 (byte-compile-let*): Remove.
15355 (byte-compile-catch, byte-compile-unwind-protect)
15356 (byte-compile-track-mouse, byte-compile-condition-case):
15357 Handle a new :fun-body form, used for lexical scoping.
15358 (byte-compile-save-window-excursion)
15359 (byte-compile-with-output-to-temp-buffer): Remove.
15360 (byte-compile-defun): Simplify.
15361 (byte-compile-stack-adjustment): New fun.
15362 (byte-compile-out): Use it.
15363 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
15364
15365 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
15366 handler any more.
15367
15368 * emacs-lisp/byte-opt.el: Use lexical binding.
15369 (byte-inline-lapcode): Remove (to bytecomp).
15370 (byte-compile-inline-expand): Pay attention to inlining to/from
15371 lexically bound code.
15372 (byte-compile-unfold-lambda): Don't handle byte-code-functions
15373 any more.
15374 (byte-optimize-form-code-walker): Don't handle save-window-excursion
15375 any more and don't call compiler-macros.
15376 (byte-compile-splice-in-already-compiled-code): Remove.
15377 (byte-code): Don't inline any more.
15378 (disassemble-offset): Receive `bytes' as argument rather than via
15379 dynamic scoping.
15380 (byte-compile-tag-number): Declare before first use.
15381 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
15382 `return' even if make-spliceable.
15383 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
15384 obsolete interactive-p.
15385 (byte-optimize-lapcode): Optimize new lap-codes.
15386 Don't trip up on new form of `byte-constant' lap code.
15387
15388 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
15389
15390 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
15391
15392 * custom.el (custom-initialize-default, custom-declare-variable):
15393 Use `defvar'.
15394
15395 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
15396 New variables.
15397 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
15398 (COMPILE_FIRST): Add macroexp and cconv.
15399 * makefile.w32-in: Mirror changes in Makefile.in.
15400
15401 * vc/cvs-status.el:
15402 * vc/diff-mode.el:
15403 * vc/log-edit.el:
15404 * vc/log-view.el:
15405 * vc/smerge-mode.el:
15406 * textmodes/bibtex-style.el:
15407 * textmodes/css.el:
15408 * startup.el:
15409 * uniquify.el:
15410 * minibuffer.el:
15411 * newcomment.el:
15412 * reveal.el:
15413 * server.el:
15414 * mpc.el:
15415 * emacs-lisp/smie.el:
15416 * doc-view.el:
15417 * dired.el:
15418 * abbrev.el: Use lexical binding.
15419
15420 2011-04-01 Eli Zaretskii <eliz@gnu.org>
15421
15422 * info.el (info-display-manual): New function.
15423
15424 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15425
15426 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
15427
15428 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
15429
15430 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
15431 an entry for that server in rcirc-authinfo. (Bug#8385)
15432
15433 2011-03-31 Glenn Morris <rgm@gnu.org>
15434
15435 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
15436
15437 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
15438
15439 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
15440
15441 * progmodes/python.el (python-default-interpreter)
15442 (python-python-command-args, python-jython-command-args)
15443 (python-which-shell, python-which-args, python-which-bufname)
15444 (python-file-queue, python-comint-output-filter-function)
15445 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
15446 variables and functions.
15447
15448 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
15449
15450 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
15451 (completion-in-region-mode): New minor mode.
15452 (completion-in-region): Use it.
15453 (completion-in-region--data, completion-in-region-mode-map): New vars.
15454 (completion-in-region--postch): New function.
15455 (completion--capf-misbehave-funs, completion--capf-safe-funs):
15456 New vars.
15457 (completion--capf-wrapper): New function.
15458 (completion-at-point): Use it to track well-behavedness of
15459 hook functions.
15460 (completion-help-at-point): New command.
15461
15462 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
15463
15464 * vc/add-log.el (add-change-log-entry): Don't use whitespace
15465 syntax class to search for whitespace on a single line
15466 (Message-ID: <4D938140.4030905@redhat.com>).
15467
15468 2011-03-30 Leo Liu <sdl.web@gmail.com>
15469
15470 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
15471 New commands.
15472 (edit-abbrevs-map): Bind them here.
15473 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
15474
15475 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
15476
15477 * allout.el (allout-hide-by-annotation, allout-flag-region):
15478 Reduce possibility of overlay leakage by making them volatile.
15479
15480 * allout-widgets.el (allout-widgets-tally): Define as nil so the
15481 hash is not shared between buffers. Mode initialization is
15482 responsible for giving it a useful starting value.
15483 (allout-item-span): Reduce possibility of overlay leakage by
15484 making them volatile.
15485 (allout-widgets-count-buttons-in-region): Add diagnostic function
15486 for tracking down button overlay leaks.
15487
15488 2011-03-29 Leo Liu <sdl.web@gmail.com>
15489
15490 * ido.el (ido-read-internal): Use the default history var
15491 minibuffer-history if no HISTORY is specified.
15492
15493 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
15494
15495 * net/imap.el (imap-shell-open, imap-process-connection-type):
15496 Use imap-process-connection-type for 'shell' streams as well as
15497 Kerberos, SSL, other subprocesses.
15498
15499 2011-03-28 Leo Liu <sdl.web@gmail.com>
15500
15501 * abbrev.el (abbrev-table-empty-p): New function.
15502 (prepare-abbrev-list-buffer): Place empty abbrev tables after
15503 nonempty ones. (Bug#5937)
15504
15505 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
15506
15507 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
15508
15509 2011-03-27 Leo Liu <sdl.web@gmail.com>
15510
15511 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
15512 for foreground and background colors.
15513 (ansi-color-make-color-map): Adapt.
15514
15515 2011-03-25 Leo Liu <sdl.web@gmail.com>
15516
15517 * midnight.el (midnight-time-float): Remove. Note it calculates
15518 the microsecond component incorrectly and seconds-to-time does the
15519 same job.
15520 Remove redundant (require 'timer).
15521
15522 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
15523 (ido-completions): Remove unused arguments. (Bug#8329)
15524
15525 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15526
15527 * minibuffer.el (completion--flush-all-sorted-completions):
15528 Remove itself from hook.
15529 (completion-at-point): Let the functions perform the completion
15530 immediately and return nil or t.
15531 * comint.el (comint-dynamic-complete-functions): Now identical to
15532 completion-at-point-functions.
15533 (comint-dynamic-list-input-ring): Remove unused var `index'.
15534 (comint--match-partial-filename, comint--unquote&expand-filename):
15535 New funs, split from comint-match-partial-filename.
15536 (comint-dynamic-complete): Use completion-at-point.
15537 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
15538
15539 2011-03-24 Drew Adams <drew.adams@oracle.com>
15540
15541 * thingatpt.el: Support `defun'.
15542
15543 2011-03-23 Leo Liu <sdl.web@gmail.com>
15544
15545 * abbrevlist.el: Move to obsolete/abbrevlist.el.
15546
15547 * help-mode.el (help-mode-finish): Tweak regexp.
15548
15549 2011-03-23 Glenn Morris <rgm@gnu.org>
15550
15551 * eshell/esh-opt.el (eshell-eval-using-options):
15552 Do not bind unused local variable `eshell-option-stub'.
15553
15554 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
15555
15556 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
15557
15558 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
15559 keymap variable in `with-no-warnings' to avoid a warning when the
15560 keymap has been already `defconst'ed.
15561
15562 2011-03-22 Leo Liu <sdl.web@gmail.com>
15563
15564 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
15565 encode all chars in abbrevs; otherwise use emacs-mule or
15566 utf-8-emacs. (Bug#8308)
15567
15568 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
15569
15570 * simple.el (backward-delete-char-untabify):
15571 Avoid warning about using `delete-backward-char'.
15572
15573 * image.el (image-type-file-name-regexps): Make it variable.
15574 `imagemagick-register-types' modifies it, and the user may want
15575 to add new extensions for known image types.
15576 (imagemagick-register-types): Throw error if not using ImageMagick.
15577
15578 2011-03-22 Leo Liu <sdl.web@gmail.com>
15579
15580 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
15581 located before rcirc-prompt-end-marker.
15582 (rcirc-complete): Error if point is not after rcirc prompt.
15583 Handle the case when table is nil.
15584 (rcirc-user-authenticated): Define to fix compiler warning.
15585
15586 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
15587
15588 * custom.el (custom--inhibit-theme-enable): Make it affect only
15589 custom-theme-set-variables and custom-theme-set-faces.
15590 (provide-theme): Ignore custom--inhibit-theme-enable.
15591 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
15592 (custom-enabling-themes): Delete variable.
15593 (enable-theme): Accept only loaded themes as arguments.
15594 Ignore the special custom-enabled-themes variable.
15595 (custom-enabled-themes): Forbid themes from setting this.
15596 Eliminate use of custom-enabling-themes.
15597 (custom-push-theme): Quote "changed" custom var entry.
15598
15599 2011-03-21 Leo Liu <sdl.web@gmail.com>
15600
15601 * ido.el (ido-read-internal): Add ido-selected to history instead
15602 of user input.
15603
15604 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15605
15606 * subr.el (deferred-action-list, deferred-action-function):
15607 Mark obsolete.
15608
15609 2011-03-21 Leo Liu <sdl.web@gmail.com>
15610
15611 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
15612 change on 2011-02-13 (bug#8309).
15613
15614 * minibuffer.el (read-file-name-function): Change default value.
15615 (read-file-name--defaults): Rename from read-file-name-defaults.
15616 (read-file-name-default): Rename from read-file-name.
15617 (read-file-name): Call read-file-name-function.
15618
15619 2011-03-21 Glenn Morris <rgm@gnu.org>
15620
15621 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
15622 Doc fixes.
15623
15624 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
15625
15626 * cus-theme.el: Add missing provide statement.
15627 (customize-create-theme): Extract theme value correctly.
15628 (custom-theme-visit-theme): Autoload.
15629 (customize-create-theme): Prompt before inserting default faces.
15630
15631 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
15632
15633 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
15634 units and musical notes.
15635
15636 2011-03-20 Leo Liu <sdl.web@gmail.com>
15637
15638 * ido.el (ido-read-internal): Use completing-read-default.
15639 (ido-completing-read): Fix compatibility with completing-read.
15640
15641 2011-03-20 Christian Ohler <ohler@gnu.org>
15642
15643 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
15644 (ert-delete-all-tests): Use `called-interactively-p' rather than
15645 `interactive-p'.
15646 (ert--make-xrefs-region): Respect END.
15647
15648 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
15649
15650 * dired-aux.el (dired-create-directory): Signal an error if the
15651 directory already exists (Bug#8246).
15652
15653 * facemenu.el (list-colors-display): Call list-faces-display
15654 inside with-help-window.
15655 (list-colors-print): Use display property to align the final
15656 column, instead of checking window-width.
15657
15658 2011-03-19 Eli Zaretskii <eliz@gnu.org>
15659
15660 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
15661 windows-nt systems.
15662 (emerge-protect-metachars): Quote correctly for ms-dos and
15663 windows-nt systems.
15664
15665 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
15666
15667 * info.el (info-initialize): Replace all uses of `:' with
15668 path-separator for compatibility with non-Unix systems.
15669 Cache quoting of path-separator. (Bug#8258)
15670
15671 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
15672
15673 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
15674 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
15675 (mouse-avoidance-mode): Fix typos in docstrings.
15676
15677 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
15678
15679 * startup.el (package-subdirectory-regexp): Move from package.el.
15680 Omit \\` and \\', and let callers add them.
15681
15682 * emacs-lisp/package.el (package-strip-version)
15683 (package-load-all-descriptors): Add \\` and \\' to
15684 package-subdirectory-regexp before using it.
15685 (package-untar-buffer): New arg DIR; ensure that file untars only
15686 into this expected directory. Remove superfluous delete-region.
15687 (package-unpack): Caller changed.
15688 (package-tar-file-info): Use package-subdirectory-regexp.
15689
15690 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
15691
15692 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
15693 diff-mode-shared-map (bug#8284).
15694 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
15695
15696 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15697
15698 * calendar/time-date.el (format-seconds): Use assoc instead of
15699 assoc-string, since assoc-string doesn't exist in XEmacs.
15700
15701 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
15702
15703 * custom.el (custom-known-themes): Reflow docstring.
15704 (custom-theme-load-path): Fix typo in docstring.
15705 (load-theme): Fix typo in error message.
15706 (custom-available-themes, custom-variable-theme-value):
15707 Use `let', not `let*'.
15708
15709 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
15710
15711 * calc/README: Mention inclusion of musical notes.
15712
15713 * calc/calc-units.el (calc-lu-quant): Rename from
15714 `calc-logunits-quantity'.
15715 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
15716 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
15717 (calc-db): Rename from `calc-dblevel'.
15718 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
15719 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
15720 (calc-np): Rename from `calc-nplevel'.
15721 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
15722 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
15723 (calc-lu-plus): Rename from `calc-logunits-add'.
15724 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
15725 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
15726 (calc-lu-minus): Rename from `calc-logunits-sub'.
15727 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
15728 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
15729 (calc-lu-times): Rename from `calc-logunits-mul'.
15730 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
15731 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
15732 (calc-lu-divide): Rename from `calc-logunits-div'.
15733 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
15734 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
15735
15736 * calc/calc-ext.el (calc-init-extensions): Update the names of the
15737 functions being autoloaded.
15738
15739 * calc/calc.el (calc-lu-power-reference): Rename from
15740 `calc-logunits-power-reference'.
15741 (calc-lu-field-reference): Rename from
15742 `calc-logunits-field-reference'.
15743
15744 * calc/calc-help.el (calc-l-prefix-help):
15745 Mention musical note functions.
15746
15747 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
15748
15749 * minibuffer.el (completion-all-sorted-completions):
15750 Use :completion-cycle-penalty text property if present.
15751
15752 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
15753
15754 * allout.el (allout-yank-processing): Adjust for new rebulleting
15755 regime so bullet being yanked is used without prompting the user
15756 for a choice.
15757
15758 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
15759
15760 * startup.el (command-line): Warn the user that _emacs is deprecated.
15761
15762 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
15763
15764 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
15765 (delphi-verbose, delphi-comment-face, delphi-string-face)
15766 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
15767 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
15768 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
15769 (delphi-new-comment-line, delphi-font-lock-defaults)
15770 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
15771 Fix typos in docstrings.
15772
15773 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
15774
15775 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
15776 Invert the roles of character and string values for INSTEAD, so a
15777 string is used for the more common case of a defaulting prompt.
15778
15779 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15780
15781 * progmodes/ruby-mode.el (ruby-backward-sexp):
15782 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
15783 * play/gamegrid.el (gamegrid-make-face):
15784 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
15785 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
15786 * notifications.el (notifications-notify):
15787 * net/xesam.el (xesam-search-engines):
15788 * net/quickurl.el (quickurl-list-insert):
15789 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
15790
15791 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
15792
15793 * startup.el (command-line): Update package subdirectory regexp.
15794
15795 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15796
15797 * allout.el (allout-abbreviate-flattened-numbering)
15798 (allout-mode-deactivate-hook): Fix up obsolescence "date".
15799
15800 * subr.el (read-char-choice): Only show the cursor after the prompt,
15801 not after the answer.
15802
15803 2011-03-15 Kevin Ryde <user42@zip.com.au>
15804
15805 * help-fns.el (variable-at-point): Skip leading quotes, if any
15806 (bug#8253).
15807
15808 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15809
15810 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
15811 warning message.
15812
15813 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
15814
15815 * shell.el (shell): When called interactively, offer to change the
15816 shell file name on remote hosts.
15817
15818 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
15819
15820 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
15821 integration for LDAP parameters. The host, base, user or binddn,
15822 and secret tokens can be specified in a netrc file, for instance.
15823 This is optional because an `auth-source' parameter must be
15824 specified in the search attributes.
15825
15826 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
15827
15828 * help.el (describe-mode): Link to the mode's definition (bug#8185).
15829
15830 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15831
15832 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
15833 into declaration. Remove redundant and harmful binding.
15834
15835 2011-03-12 Eli Zaretskii <eliz@gnu.org>
15836
15837 * files.el (file-ownership-preserved-p): Pass `integer' as an
15838 explicit 2nd argument to `file-attributes'. If the file's owner
15839 is the Administrators group on Windows, and the current user is
15840 Administrator, consider that a match.
15841
15842 * server.el (server-ensure-safe-dir): Consider server directory
15843 safe on MS-Windows if its owner is the Administrators group while
15844 the current Emacs user is Administrator. Use `=' to compare
15845 numerical UIDs, since they could be integers or floats.
15846
15847 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
15848
15849 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
15850
15851 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
15852
15853 Sync with Tramp 2.2.1.
15854
15855 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
15856
15857 * net/trampver.el: Update release number.
15858
15859 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15860
15861 * progmodes/compile.el (compilation--previous-directory): Fix up
15862 various nil/dead-marker mismatches (bug#8014).
15863 (compilation-directory-properties, compilation-error-properties):
15864 Don't call it at a position past the one we're about to change.
15865
15866 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
15867 Disable obsolescence warnings in the file that declares it.
15868
15869 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
15870
15871 * allout-widgets.el (allout-widgets-tally):
15872 Initialize allout-widgets-tally as a hash table rather than nil to
15873 prevent mode-line redisplay warnings. Also, clarify the module
15874 description and fix a comment typo.
15875
15876 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
15877
15878 * help-fns.el (describe-variable): Don't complete keywords.
15879 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
15880
15881 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
15882
15883 * emacs-lisp/package.el (package-version-join): Impose a standard
15884 string representation for pre/alpha/beta version lists.
15885 (package-unpack-single): Standardize the directory name by passing
15886 it through package-version-join.
15887 (package-strip-rcs-id): Accept any version string that does not
15888 signal an error in version-to-list.
15889
15890 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
15891
15892 * simple.el (delete-trailing-whitespace): Return nil for the
15893 benefit of `write-file-functions'.
15894
15895 2011-03-10 Glenn Morris <rgm@gnu.org>
15896
15897 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
15898
15899 * vc/vc-git.el (vc-git-program): New option.
15900 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
15901 (vc-git--call): Use it.
15902
15903 * eshell/esh-util.el (eshell-condition-case): Doc fix.
15904
15905 * cus-edit.el (Custom-newline): If no button at point, look
15906 for a subgroup button at start-of-line. (Bug#2298)
15907
15908 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
15909
15910 2011-03-10 Julien Danjou <julien@danjou.info>
15911
15912 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
15913 `cursor-type' is nil.
15914
15915 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
15916
15917 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
15918
15919 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
15920
15921 * allout.el: Change so yank of distinctive-bullet items
15922 preserves the existing header prefix, rebulleting it if necessary,
15923 rather than replacing it. This is necessary for proper operation
15924 of cooperative addons like allout-widgets.
15925 (allout-make-topic-prefix, allout-rebullet-heading):
15926 Change SOLICIT arg to INSTEAD, and interpret additionally a string
15927 value as alternate bullet to be used, instead of prompting the user
15928 for a bullet character.
15929
15930 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
15931
15932 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
15933 Do not use `tramp-file-name-port', because this returns also
15934 `tramp-default-port'.
15935
15936 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
15937
15938 * net/rcirc.el (rcirc-handler-001): Remove useless
15939 with-rcirc-process-buffer.
15940 (rcirc-check-auth-status): Swap arguments to string-match.
15941
15942 2011-03-09 Glenn Morris <rgm@gnu.org>
15943
15944 * shell.el (shell-mode):
15945 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
15946
15947 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
15948 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
15949
15950 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
15951
15952 * emacs-lisp/package.el (package-refresh-contents)
15953 (package-menu-execute): Use condition-case-no-debug.
15954
15955 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
15956
15957 * simple.el (shell-command-to-string): Use `process-file'.
15958
15959 * emacs-lisp/package.el (package-tar-file-info): Handle also
15960 remote files.
15961
15962 * emacs-lisp/package-x.el (package-upload-buffer-internal):
15963 Use `equal' for upload base check.
15964
15965 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
15966
15967 * textmodes/texinfo.el (texinfo-environments):
15968 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
15969
15970 2011-03-08 Glenn Morris <rgm@gnu.org>
15971
15972 * cus-start.el (cursor-in-non-selected-windows):
15973 Fix :set quoting oddness. (Bug#8192)
15974
15975 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
15976 in some setf expressions. (Bug#2159)
15977
15978 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
15979
15980 * custom.el (custom-available-themes): Return themes in
15981 alphabetical order.
15982
15983 See ChangeLog.15 for earlier changes.
15984
15985 ;; Local Variables:
15986 ;; coding: utf-8
15987 ;; End:
15988
15989 Copyright (C) 2011-2012 Free Software Foundation, Inc.
15990
15991 This file is part of GNU Emacs.
15992
15993 GNU Emacs is free software: you can redistribute it and/or modify
15994 it under the terms of the GNU General Public License as published by
15995 the Free Software Foundation, either version 3 of the License, or
15996 (at your option) any later version.
15997
15998 GNU Emacs is distributed in the hope that it will be useful,
15999 but WITHOUT ANY WARRANTY; without even the implied warranty of
16000 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16001 GNU General Public License for more details.
16002
16003 You should have received a copy of the GNU General Public License
16004 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.