* lisp/custom.el (custom-initialize-delay): Doc fix.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
35ff222c
GM
12012-06-27 Glenn Morris <rgm@gnu.org>
2
0ea0e51b
GM
3 * custom.el (custom-initialize-delay): Doc fix.
4
35ff222c
GM
5 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
7 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
8 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
9 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
11 * eshell/eshell.el (eshell-defgroup): Remove alias.
12
c89926a5
CY
132012-06-27 Chong Yidong <cyd@gnu.org>
14
15 * help.el (help-enable-auto-load): New variable.
16
17 * help-fns.el (help-fns--autoloaded-p): New function.
18 (describe-function-1): Refer to a function as "autoloaded" if it
19 was autoloaded at any time in the past. Perform autoloading if
20 help-enable-auto-load is non-nil.
21
cc06e7e7
EZ
222012-06-26 Eli Zaretskii <eliz@gnu.org>
23
24 * makefile.w32-in (compile, compile-always): Depend on
25 update-subdirs, not on subdirs.el. Otherwise, several different
26 sub-targets of 'bootstrap' running in parallel could
27 simultaneously write to subdirs.el, producing a garbled file.
28
d2c32364
SS
292012-06-26 Sam Steingold <sds@gnu.org>
30
31 * files.el (file-name-base): New convenience function.
0d14cc21
GM
32 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
33 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
34 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
35 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
36 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
37 * textmodes/tex-mode.el: Use it.
38 Did not touch cedet and org because they are maintained elsewhere.
39
5cf983b2
MR
402012-06-26 Martin Rudalics <rudalics@gmx.at>
41
42 * calendar/calendar.el (calendar-exit): Don't try to delete or
43 iconify last frame. See:
44 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
45
8c4f2952
JD
462012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
47
48 * server.el (server-process-filter): Remember dir in the
49 process's `server-client-directory' properties.
50
772b2e2c
CY
512012-06-24 Chong Yidong <cyd@gnu.org>
52
53 * xml.el (xml-parse-tag): Correctly handle comment embedded in
54 non-tag text.
55
711b11e1
JB
562012-06-23 Juanma Barranquero <lekktu@gmail.com>
57
58 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
59
dc5d230c
SM
602012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
61
62 * help-fns.el (describe-variable): Don't croak when doc is not found.
63 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
64 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
65 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
66 * emacs-lisp/smie.el (smie-next-sexp): CSE.
67 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
68 ((lambda ..) ..).
69 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
70
136e1c1d
CY
712012-06-23 Chong Yidong <cyd@gnu.org>
72
e8c1cabf
CY
73 * info.el (Info-mouse-follow-link): Accept symbol values of
74 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
75 (Info-fontify-node): Use Info-link-keymap for all navigation
76 buttons, with link-args property to perform the desired action.
77 (Info-link-keymap): Doc fix.
78 (Info-next-link-keymap, Info-prev-link-keymap)
79 (Info-up-link-keymap): Delete now-unused keymaps.
80
0e9e6c6a
CY
812012-06-23 Chong Yidong <cyd@gnu.org>
82
05e89fea
CY
83 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
84
0e9e6c6a
CY
85 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
86 system abbrevs.
87
88 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
89
e33c6771
SM
902012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
91
b68581e2
SM
92 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
93 (bug#11719).
94
e33c6771
SM
95 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
96 the requote function doesn't work properly (bug#11714).
97
7117e105
GM
982012-06-23 Glenn Morris <rgm@gnu.org>
99
100 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
101
36cec983
SM
1022012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
103
104 Further GV/CL cleanups.
105 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
106 gv-expander.
107 (gv--defun-declaration): New function.
108 (defun-declarations-alist): Use it.
109 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
110 (gv-place): Autoload.
111 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
112 original definition of dotimes and dolist.
113 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
114 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
115 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
116 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
117 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
118 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
119 to the function's definition.
120 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
121 * window.el:
122 * files.el:
123 * faces.el:
124 * env.el: Don't use CL.
125
d35af63c
PE
1262012-06-22 Paul Eggert <eggert@cs.ucla.edu>
127
128 Support higher-resolution time stamps (Bug#9000).
129
130 * calendar/time-date.el (with-decoded-time-value): New arg
131 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
132 (encode-time-value): New optional arg PICO. New type 3.
133 (time-to-seconds) [!float-time]: Support the new picoseconds
134 component if it's used.
135 (seconds-to-time, time-subtract, time-add):
136 Support ps-resolution time stamps as well.
137
138 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
139 (timerp): Timer vectors now have length 9, not 8.
140 (timer--time): Support new-style (4-part) time stamps.
141 (timer-next-integral-multiple-of-time): Time stamps now have
142 picosecond resolution, so take a bit more care about rounding.
143 (timer-relative-time, timer-inc-time): New optional arg psecs.
144 (timer-set-time-with-usecs): Set psecs to 0.
145 (timer--activate): Check psecs component, too.
146
147 * proced.el (proced-time-lessp): Support ps-resolution stamps.
148
ac77b21a
SM
1492012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
150
f143bfe3
SM
151 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
152 Move the non-essential binding to the post/pre-command-hook where it is
153 more obviously correct.
154
ac77b21a
SM
155 * subr.el (read-passwd): Don't use a history at all.
156 * savehist.el (savehist-save): Remove password saved accidentally
157 because of the above bug.
158
76386c5a
BG
1592012-06-22 Bastien Guerry <bzg@gnu.org>
160
161 * files.el (toggle-read-only): Display a message telling whether
162 the buffer is read-only or not (bug#11726).
163
2ee3d7f0
SM
1642012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
165
166 * emacs-lisp/gv.el: New file.
167 * subr.el (push, pop): Extend to generalized variables.
168 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
169 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
170 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
171 gv-define-simple-setter, and gv-define-expander.
172 Remove setf-methods defined in gv. Rename cl-setf -> setf.
173 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
174 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
175 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
176 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
177 gv-letplace.
178 (cl-defstruct): Don't define setf-method any more.
179 * emacs-lisp/cl.el (flet): Don't autoload.
180 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
181 (define-setf-expander, defsetf, define-modify-macro)
182 (cl-struct-setf-expander): Move from cl-lib.el.
183 * emacs-lisp/syntax.el:
184 * emacs-lisp/ewoc.el:
185 * emacs-lisp/smie.el:
186 * emacs-lisp/cconv.el:
187 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
188 (timer--time): Use gv-define-simple-setter.
189 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
190 to avoid coding-system problems in subr.el. Adjust all users.
191 (macroexp--maxsize, macroexp-small-p): New functions.
192 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
193 * scroll-bar.el (scroll-bar-mode):
194 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
195 (normal-erase-is-backspace-mode): Don't use the `eq' place.
196 * winner.el (winner-configuration, winner-make-point-alist)
197 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
198 * files.el (locate-file-completion-table): Avoid list*.
199
c5695d1d
CY
2002012-06-22 Chong Yidong <cyd@gnu.org>
201
202 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
203 (dired-create-files): Doc fix (Bug#11329).
204 (dired-do-copy): Doc fix (Bug#11334).
205 (dired-mark-read-string): Doc fix (Bug#11553).
206
2ee3d7f0
SM
207 * dired.el (dired-recursive-copies, dired-recursive-deletes):
208 Doc fix (Bug#11326).
c5695d1d
CY
209 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
210 (dired-dwim-target): Doc fix.
211
212 * wdired.el (wdired-mode): Doc fix.
213
89b5595a
GM
2142012-06-22 Glenn Morris <rgm@gnu.org>
215
575db3f1
GM
216 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
217 (pcmpl-rpm-cache-stamp-file): New constant.
218 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
219 (pcmpl-rpm-packages): Optionally cache list of packages.
220
a4c8dd51
GM
221 * pcmpl-rpm.el (pcmpl-rpm): New group.
222 (pcmpl-rpm-query-options): New option.
223 (pcmpl-rpm-packages): No need to inline it.
224 Use pcmpl-rpm-query-options.
225
89b5595a
GM
226 * calendar/calendar.el (calendar-in-read-only-buffer):
227 Avoid some needless mode changes.
228
e76f0800
CY
2292012-06-21 Chong Yidong <cyd@gnu.org>
230
231 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
232 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 233 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 234
297a8f1d
CY
2352012-06-20 Chong Yidong <cyd@gnu.org>
236
237 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
238
d34c18b1
DR
2392012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
240
241 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
242 (bug#11201).
243
32f7f28e
CY
2442012-06-20 Chong Yidong <cyd@gnu.org>
245
246 * term.el (term-window-width): Handle the case of a missing right
247 fringe (Bug#8837).
248 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
249 (term-mode): Use define-derived-mode. Minor cleanups.
250 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
251 (term-move-columns, term-insert-char, term-emulate-terminal)
252 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 253
493c6688
MA
2542012-06-20 Michael Albinus <michael.albinus@gmx.de>
255
d34c18b1
DR
256 * net/ange-ftp.el (ange-ftp-get-passwd):
257 Bind `enable-recursive-minibuffers'.
493c6688
MA
258 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
259
3f06ecf4
DR
2602012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
261
262 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
263
68f12411
GM
2642012-06-19 Glenn Morris <rgm@gnu.org>
265
266 * progmodes/python.el (python-mode): Derive from prog-mode.
267
b3820318
KG
2682012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
269
270 * emulation/edt.el (edt-default-menu-bar-update-buffers)
271 (edt-user-menu-bar-update-buffers): New functions.
272 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
273
c6bf3022
CY
2742012-06-19 Chong Yidong <cyd@gnu.org>
275
276 * subr.el (with-selected-window): Preserve the selected window's
277 terminal's top-frame (Bug#4702).
278
279 * window.el (save-selected-window): Likewise.
280
25f09295
SM
2812012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
282
283 * progmodes/python.el (python-rx-constituents): Move backquote.
284 (python-skeleton-define, python-define-auxiliary-skeleton):
285 Use `declare'.
286
6b11952a
MA
2872012-06-18 Michael Albinus <michael.albinus@gmx.de>
288
289 * minibuffer.el (read-file-name-default): Revert the patch from
290 2012-06-17.
291
ee4b1330
SM
2922012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
293
294 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
295 (pcase--u1, pcase--q1): Don't use apply-partially.
296
35647f79
GM
2972012-06-18 Glenn Morris <rgm@gnu.org>
298
299 * progmodes/python.el (python-proc, python-buffer)
300 (python-send-receive, python-send-string): Fix obsolete versions.
301
24b0cff0
MR
3022012-06-18 Martin Rudalics <rudalics@gmx.at>
303
304 * window.el (special-display-p): Completely remove stringp
305 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
306
29855149
MA
3072012-06-17 Michael Albinus <michael.albinus@gmx.de>
308
309 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
310
311 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
312
313 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
314 * net/tramp-sh.el (tramp-maybe-open-connection):
315 Throw if `non-essential' is non-nil.
316
07463363
MR
3172012-06-17 Martin Rudalics <rudalics@gmx.at>
318
319 * window.el (special-display-p): Signal an error if BUFFER-NAME
320 is not a string (Bug#11713).
321
48d1354e
PE
3222012-06-17 Paul Eggert <eggert@cs.ucla.edu>
323
324 * progmodes/python.el (python-info-beginning-of-backslash):
325 Rename from python-info-beginning-of-backlash, as a spelling fix.
326
eb4a8a9a
CY
3272012-06-17 Chong Yidong <cyd@gnu.org>
328
329 * term.el (term-emulate-terminal): If term-check-size is called,
330 move point to the process mark without resetting point (Bug#4635).
331
ddfbf826 3322012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
333
334 * international/mule-cmds.el (mule-menu-keymap)
335 (set-language-environment, set-locale-environment): Doc tweaks.
336
9b0e3eba
AA
3372012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
338
339 * cus-face.el (custom-face-attributes): Add wave-style underline
340 attribute.
341 * faces.el (set-face-attribute): Update docstring to describe
342 wave-style underline attribute.
343
771e3eae
CY
3442012-06-16 Chong Yidong <cyd@gnu.org>
345
346 * term/xterm.el (terminal-init-xterm): Discard input before
347 querying background mode (Bug#10959).
348
7ae2ea10
SM
3492012-06-16 Stefan Merten <smerten@oekonux.de>
350
351 * textmodes/rst.el: Added and corrected some comments.
352 (rst-re-alist-def): Improve symbol syntax.
353 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
354 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
355 (rst-official-version, rst-official-cvs-rev): Update version
356 information.
7ae2ea10 357
b6974efa
JB
3582012-06-15 Juanma Barranquero <lekktu@gmail.com>
359
360 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
361 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
362
8826d473
GM
3632012-06-15 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
364
365 * progmodes/python.el: New python.el merge.
366 (python-guess-indent): Obsolete var.
367 (python-indent-guess-indent-offset): New defcustom.
368 (python-indent): Obsolete var.
369 (python-indent-offset): New defcustom.
370 (python-python-command, python-jython-command): Delete var.
371 (python-shell-interpreter): New defcustom.
372 (python-pdbtrack-do-tracking-p): Delete var.
373 (python-pdbtrack-activate): New defcustom.
374 (python-use-skeletons): Obsolete var.
375 (python-skeleton-autoinsert): New defcustom.
376 (inferior-python-filter-regexp, python-continuation-offset)
377 (python-honour-comment-indentation, python-indent-string-contents)
378 (python-jython-packages, python-mode-hook)
379 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
380 (python-shell-prompt-alist)
381 (python-source-modes): Delete defcustoms.
382 (python-check-buffer-name, python-eldoc-setup-code)
383 (python-eldoc-string-code, python-ffap-setup-code)
384 (python-ffap-string-code, python-fill-comment-function)
385 (python-fill-decorator-function, python-fill-paren-function)
386 (python-fill-string-function, python-imenu-include-defun-type)
387 (python-imenu-make-tree, python-imenu-subtree-root-label)
388 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
389 (python-shell-compilation-regexp-alist)
390 (python-shell-completion-module-string-code)
391 (python-shell-completion-pdb-string-code)
392 (python-shell-completion-setup-code)
393 (python-shell-completion-string-code)
394 (python-shell-enable-font-lock, python-shell-exec-path)
395 (python-shell-extra-pythonpaths)
396 (python-shell-internal-buffer-name, python-shell-interpreter-args)
397 (python-shell-process-environment)
398 (python-shell-prompt-block-regexp)
399 (python-shell-prompt-output-regexp)
400 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
401 (python-shell-send-setup-max-wait, python-shell-setup-codes)
402 (python-shell-virtualenv-path): New defcustoms.
403 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
404 (inferior-python-mode-syntax-table, python--prompt-regexp)
405 (python-buffer, python-command python-python-command)
406 (python-default-template, python-imports, python-indent-index)
407 (python-indent-list, python-indent-list-length)
408 (python-mode-running, python-pdbtrack-is-tracking-p)
409 (python-preoutput-continuation, python-preoutput-leftover)
410 (python-preoutput-result, python-preoutput-skip-next-prompt)
411 (python-prev-dir/file, python-recursing)
412 (python-saved-check-command, python-version-checked)
413 (python-which-func-length-limit)
414 (view-return-to-alist): Delete vars.
415 (python-check-custom-command, python-dotty-syntax-table)
416 (python-imenu-index-alist, python-indent-current-level)
417 (python-indent-dedenters, python-indent-levels)
418 (python-nav-beginning-of-defun-regexp)
419 (python-nav-list-defun-positions-cache)
420 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
421 (python-shell-internal-buffer)
422 (python-skeleton-available): New vars.
423 (def-python-skeleton): Delete macro.
424 (python-skeleton-define): New macro.
425 (python-define-auxiliary-skeleton, python-rx): New macros.
426 (python-insert-class): Delete command.
427 (python-skeleton-class): New command.
428 (python-insert-def): Delete command.
429 (python-skeleton-def): New command.
430 (python-insert-for): Delete command.
431 (python-skeleton-for): New command.
432 (python-insert-if): Delete command.
433 (python-skeleton-if): New command.
434 (python-insert-try/except, python-insert-try/finally): Delete commands.
435 (python-skeleton-try): New command.
436 (python-insert-while): Delete command.
437 (python-skeleton-while): New command.
438 (python-backspace): Delete command.
439 (python-indent-dedent-line-backspace): New command.
440 (python-electric-colon): Delete command.
441 (python-indent-electric-colon): New command.
442 (python-guess-indent): Delete command.
443 (python-indent-guess-indent-offset): New command.
444 (python-shift-left): Delete command.
445 (python-indent-shift-left): New command.
446 (python-shift-right): Delete command.
447 (python-indent-shift-right): New command.
448 (python-find-function): Delete command.
449 (python-nav-jump-to-defun): New command.
450 (python-next-statement): Delete command.
451 (python-nav-forward-sentence): New command.
452 (python-previous-statement): Delete command.
453 (python-nav-backward-sentence): New command.
454 (python-fill-paragraph): Delete command.
455 (python-fill-paragraph-function): New command.
456 (python-send-buffer): Delete command.
457 (python-shell-send-buffer): New command.
458 (python-send-defun): Delete command.
459 (python-shell-send-defun): New command.
460 (python-send-region, python-send-region-and-go): Delete commands.
461 (python-shell-send-region)
462 (python-shell-switch-to-shell): New commands.
463 (python-send-string): Delete command.
464 (python-shell-send-string): New command.
465 (python-switch-to-python): Delete command.
466 (python-shell-switch-to-shell): New command.
467 (python-describe-symbol): Delete command.
468 (python-eldoc-at-point): New command.
469 (python--set-prompt-regexp, python-args-to-list)
470 (python-after-info-look, python-check-version)
471 (python-check-comint-prompt, python-find-imports)
472 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
473 (python-unload-function, python-expand-template)
474 (python-maybe-jython, python-preoutput-filter)
475 (python-pdbtrack-get-source-buffer)
476 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
477 (python-pdbtrack-toggle-stack-tracking)
478 (python-pdbtrack-track-stack-file, python-initial-text)
479 (python-first-word, python-comment-line-p, python-send-command)
480 (python-setup-brm, python-sentinel, python-set-proc)
481 (python-skip-out, python-input-filter, python-outdent-p)
482 (python-outline-level, python-backslash-continuation-line-p)
483 (python-end-of-block, python-end-of-statement, python-mark-block)
484 (python-beginning-of-block, python-beginning-of-statement)
485 (python-blank-line-p, python-beginning-of-string)
486 (python-open-block-statement-p): Delete functions.
487 (python-indent-line, python-indent-line-1): Delete functions.
488 (python-indent-line): New function.
489 (python-indentation-levels): Delete function.
490 (python-indent-calculate-levels): New function.
491 (python-proc): Delete function.
492 (python-shell-get-process): New function.
493 (python-send-receive): Delete function.
494 (python-shell-send-string-no-output): New function.
495 (python-module-path): Delete function.
496 (python-ffap-module-path): New function.
497 (python-completion-at-point)
498 (python-symbol-completions): Delete functions.
499 (python-completion-complete-at-point): New function.
500 (python-load-file): Delete function.
501 (python-shell-send-file): New function.
502 (python-calculate-indentation): Delete function.
503 (python-indent-calculate-indentation): New function.
504 (python-skip-comments/blanks): Delete function.
505 (python-util-forward-comment): New function.
506 (python-continuation-line-p): Delete function.
507 (python-info-continuation-line-p): New function.
508 (python-which-func, python-current-defun): Delete function.
509 (python-info-current-defun): New function.
510 (python-beginning-of-defun): Delete function.
511 (python-nav-beginning-of-defun): New function.
512 (python-close-block-statement-p)
513 (python-block-end-p): Delete function.
514 (python-info-closing-block): New function.
515 (python-comint-output-filter-function)
516 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
517 (python-fill-comment, python-fill-decorator, python-fill-paren)
518 (python-fill-string, python-imenu-make-element-tree)
519 (python-imenu-make-tree, python-imenu-tree-assoc)
520 (python-indent-context, python-indent-dedent-line)
521 (python-indent-line-function)
522 (python-indent-post-self-insert-function)
523 (python-indent-toggle-levels)
524 (python-info-assignment-continuation-line-p)
525 (python-info-beginning-of-backlash)
526 (python-info-block-continuation-line-p)
527 (python-info-closing-block-message)
528 (python-info-line-ends-backslash-p)
529 (python-info-looking-at-beginning-of-defun)
530 (python-info-ppss-context, python-info-ppss-context-type)
531 (python-nav-list-defun-positions, python-nav-read-defun)
532 (python-nav-sentence-end, python-nav-sentence-start)
533 (python-pdbtrack-comint-output-filter-function)
534 (python-pdbtrack-set-tracked-buffer)
535 (python-shell-calculate-exec-path)
536 (python-shell-calculate-process-environment)
537 (python-shell-completion--do-completion-at-point)
538 (python-shell-completion--get-completions)
539 (python-shell-completion-complete-at-point)
540 (python-shell-completion-complete-or-indent)
541 (python-shell-get-or-create-process)
542 (python-shell-get-process-name)
543 (python-shell-internal-get-or-create-process)
544 (python-shell-internal-get-process-name)
545 (python-shell-internal-send-string, python-shell-make-comint)
546 (python-shell-parse-command, python-shell-send-setup-code)
547 (python-skeleton-add-menu-items)
548 (python-util-clone-local-variables, python-util-position)
549 (run-python-internal, python-indentation-levels)
550 (python-nav-beginning-of-defun)
551 (python-completion-complete-at-point): New functions.
552 (run-python): Change arguments. New API requirements.
553
4302f5ba
SM
5542012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
555
f38ea36d
SM
556 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
557 (bug#11649).
558
559 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
560 (macroexp--expand-all): Use it.
561
4302f5ba
SM
562 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
563 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
564 Use `cl-function' instead.
565
33377562
JB
5662012-06-14 Juanma Barranquero <lekktu@gmail.com>
567
568 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
569 Suggested by Stefan Monnier while discussing bug#11657.
570
54c5ba1a
SS
5712012-06-14 Sam Steingold <sds@gnu.org>
572
573 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
574
f9f1b1fe
AS
5752012-06-14 Andreas Schwab <schwab@linux-m68k.org>
576
577 * play/doctor.el (doctor-doc): Remove parameter and use
578 doctor-sent instead of sent.
579 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
580
a81068ba
SM
5812012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
582
5a315f9c
SM
583 * files.el: Require cl-lib.
584 (file-name-non-special): Replace case -> cl-case.
585
586 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
587
a81068ba
SM
588 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
589 mapping from #' to function*.
590
8cca9703
CY
5912012-06-13 Chong Yidong <cyd@gnu.org>
592
593 * mouse.el (mouse-drag-track): Do not set the mark if the user
594 releases the mouse without selecting anything (Bug#11588).
595
a12ac9d7
SM
5962012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
597
ccf1dc18
SM
598 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
599 as well (bug#11646).
600
ef62b23d
SM
601 * loadup.el: Count byte-code functions as well.
602
c4c8444a
SM
603 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
604 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
605
a12ac9d7
SM
606 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
607 (bug#11649). Add cl-defun and cl-defmacro.
608
87e6e64f
DA
6092012-06-13 Drew Adams <drew.adams@oracle.com>
610
611 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
612 Fix last change.
613
682cefaf
MA
6142012-06-13 Michael Albinus <michael.albinus@gmx.de>
615
616 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
617 Otherwise, it blocks in batch mode.
618
773e1f08
JB
6192012-06-13 Juanma Barranquero <lekktu@gmail.com>
620
621 * help-mode.el (bookmark-make-record-default): Declare.
622
60057926
CY
6232012-06-13 Chong Yidong <cyd@gnu.org>
624
625 * emacs-lisp/package.el (list-packages): Compute a list of
626 packages that are newly-available since the last list-packages
627 invocation.
628 (package-menu--new-package-list): New var.
629 (package-menu--generate, package-menu--print-info)
630 (package-menu--status-predicate, package-menu-mark-install):
631 Handle new status label "new".
632
ad4d226c
SM
6332012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
634
635 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
636 conversion to backquotes.
637
f1a4e679
CY
6382012-06-12 Chong Yidong <cyd@gnu.org>
639
640 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
641 Rename from gud-inhibit-global-bindings.
642
643 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
644
645 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
646 hook from nxml-glyph-set-hook.
647
648 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
649 declaration.
650
651 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
652
653 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
654 Convert to defcustom.
655
0c9e42b5
DA
6562012-06-12 Drew Adams <drew.adams@oracle.com>
657
658 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
659 New functions.
660 (help-mode): Use them.
661
09e06855
GM
6622012-06-11 Glenn Morris <rgm@gnu.org>
663
664 * progmodes/fortran.el (fortran-font-lock-keywords-3):
665 Use preprocessor face for directives.
666 (fortran-directive-re): Doc fix.
667
71adb94b
SM
6682012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
669
2eb87922
SM
670 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
671 conversion to backquotes (bug#11652).
672
71adb94b
SM
673 Fix compiler-expansion of CL's cXXr functions (bug#11673).
674 * emacs-lisp/cl-lib.el (cl--defalias): New function.
675 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
676 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
677 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
678 (cl-ninth, cl-tenth): Mark them as inlinable.
679 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
680 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
681 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
682 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
683 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
684 (cl-list*, cl-adjoin): Don't put an autoload manually.
685 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
686 (cl--compiler-macro-list*): Add autoload cookie.
687 (cl--compiler-macro-cXXr): New function.
2eb87922 688
71adb94b
SM
689 * help-fns.el (help-fns--compiler-macro): New function extracted from
690 describe-function-1; follow aliases and use `compiler-macro' property.
691 (describe-function-1): Use it.
692
a6674402
CY
6932012-06-11 Chong Yidong <cyd@gnu.org>
694
695 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
696 is uninstalled, if imagemagick is installed.
697
bb3faf5b
SM
6982012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
699
700 * emacs-lisp/cl-lib.el: Use lexical-binding.
701 (cl-map-extents, cl-maclisp-member): Remove.
702 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
703 (cl--set-substring, cl--block-wrapper, cl--block-throw)
704 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
705 * emacs-lisp/cl-extra.el: Use lexical-binding.
706 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
707 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
708 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
709 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
710 * emacs-lisp/cl-seq.el: Use lexical-binding.
711 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
712 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
713 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
714 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
715 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
716 CL's internals.
717
2fe4b125
MA
7182012-06-11 Michael Albinus <michael.albinus@gmx.de>
719
720 Sync with Tramp 2.2.6-pre.
721
722 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
723 `print-length' and `print-level' to nil, in order to avoid
724 truncation. Reported by Christopher Schmidt
725 <christopher@ristopher.com>.
726
727 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
728
729 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
730 New defmacro.
731 (tramp-compat-copy-directory): Add optional argument
732 COPY-CONTENTS. It is not handled yet.
733
734 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
735 (tramp-ftp-file-name-p): Simplify.
736
737 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
738 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
739 connection vector.
740
741 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
742 (tramp-methods): Do not use `tramp-password-end-of-line'.
743 (tramp-completion-function-alist-putty): Handle UNIX case.
744 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
745 (tramp-do-file-attributes-with-stat)
746 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
747 gid as real numbers. They could run out of integer range on cygwin.
748 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
749 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
750 (tramp-open-connection-setup-interactive-shell):
751 Use `tramp-cleanup'. Move check for busyboxes ...
752 (tramp-find-shell): ... here. Simplify implementation.
753 Set "remote-shell" property also for alternative shells.
754 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
755 If failing, a regular file would be written otherwise.
756 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
757 (tramp-find-inline-encoding): Cache the coding commands in the
758 process cache. Apply test command on the remote side, if defined.
759 (tramp-find-inline-compress): Cache the compress commands in the
760 process cache.
761 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
762 when requested. Handle hops.
763 (tramp-current-connection): New defvar.
87e6e64f
DA
764 (tramp-maybe-open-connection): Use `tramp-cleanup'.
765 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 766 Handle user interrupt. (Bug#10187)
87e6e64f
DA
767 (tramp-get-inline-compress, tramp-get-inline-coding):
768 Read connection properties from the process cache.
2fe4b125
MA
769
770 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
771 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
772 New defconsts.
2fe4b125
MA
773 (tramp-smb-prompt): Extend for powershell prompt.
774 (tramp-smb-file-name-handler-alist): Add handlers for
775 `process-file', `shell-command' and `start-file-process'.
776 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
777 (tramp-smb-winexe-shell-command-switch): New defcustoms.
778 (tramp-smb-file-name-p): Simplify.
779 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
780 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
781 (tramp-smb-shell-quote-argument): New defuns.
782 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
783 Implement using "tar". By this, time-stamps are preserved.
784 (tramp-smb-handle-copy-file): Handle also the case of directories.
785 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
786 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
787 Use `tramp-get-connection-buffer').
2fe4b125
MA
788 (tramp-smb-handle-rename-file): Use "rename", when source and
789 target are on the same share.
87e6e64f
DA
790 (tramp-smb-maybe-open-connection): Handle wrong passwords.
791 Use `tramp-smb-server-version'.
2fe4b125
MA
792 (tramp-smb-wait-for-output): Remove prompt.
793
794 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
795 (tramp-methods, tramp-rsh-end-of-line):
796 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
797 (tramp-save-ad-hoc-proxies): New defcustom.
798 (tramp-completion-function-alist): Adapt docstring.
799 (tramp-default-password-end-of-line): Remove defcustom.
800 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
801 (tramp-user-regexp, tramp-file-name-regexp-unified)
802 (tramp-file-name-regexp-url): Extend regexp by hop separator.
803 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
804 (tramp-remote-file-name-spec-regexp): New defconst.
805 (tramp-file-name-structure): Extend structure for hops.
806 (tramp-get-method-parameter): Move up.
807 (tramp-file-name-p, tramp-dissect-file-name)
808 (with-parsed-tramp-file-name): Handle hops.
809 (tramp-file-name-hop): New defun.
810 (tramp-make-tramp-file-name): New optional arg HOP.
811 (tramp-message-show-progress-reporter-message): New defvar.
812 (tramp-with-progress-reporter): Use it. We cannot use
813 `tramp-message-show-message' here, because this suppresses also
814 error buffers.
815 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
816 `tramp-message-show-message' is nil.
817 Use `tramp-get-connection-buffer'.
2fe4b125
MA
818 (tramp-cleanup): New defun.
819 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
820 (tramp-file-name-handler): If `debug-on-error' is set, propagate
821 an error unchanged.
822 (tramp-completion-handle-file-name-all-completions): Handle hops.
823 Fix an error when called from ido.
824 (tramp-completion-dissect-file-name): Use better local variable
825 name. Add hop to the vector.
826 (tramp-handle-insert-file-contents): Use progress-reporter for the
827 whole scenario.
828 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
829 to `t'.
830 (tramp-check-for-regexp): Simplify search.
831 (tramp-enter-password): Remove it. Move implementation ...
832 (tramp-action-password): ... here.
833 (tramp-mode-string-to-int, tramp-local-host-p)
834 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
835 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
836 Set tramp-autoload cookie.
2fe4b125
MA
837
838 * net/trampver.el: Update release number.
839
8402012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
841 Michael Albinus <michael.albinus@gmx.de>
842
843 * net/tramp.el (tramp-set-completion-function): Fix docstring.
844 (tramp-parse-group, tramp-parse-file)
845 (tramp-parse-shostkeys-sknownhosts): New defuns.
846 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
847 (tramp-parse-shosts-group, tramp-parse-sconfig)
848 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
849 (tramp-parse-sknownhosts, tramp-parse-hosts)
850 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
851 Use them.
852 (tramp-parse-passwd-group, tramp-parse-netrc-group)
853 (tramp-parse-putty-group): Don't narrow.
854 (tramp-parse-putty): Make a loop.
855 (tramp-file-name-handler): Catch the `suppress' signal.
856
72834e10
CY
8572012-06-11 Chong Yidong <cyd@gnu.org>
858
859 * image.el (imagemagick-register-types): Put the ImageMagick entry
860 at the end of image-type-file-name-regexps.
861
a4712e11
JB
8622012-06-11 Johan BockgĂ¥rd <bojohan@gnu.org>
863
864 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
865 (pcase, pcase-let*, pcase-dolist): Use them.
866
82ad98e3
SM
8672012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
868
869 * emacs-lisp/pcase.el (pcase--let*): New function.
870 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
871 (pcase--expand): Use macroexp-let².
872
f80efb86
SM
8732012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
874
875 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
876 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
877 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
878 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
879 * emacs-lisp/derived.el: Use pcase instead of `cl'.
880 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
881
31ca4639 8822012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 883
31ca4639
CY
884 * mail/rmail.el (rmail-yank-current-message): Leave point at
885 correct position. (Bug#11660)
94f0aa34 886
31ca4639 8872012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 888
31ca4639 889 * allout-widgets.el: Fix code header.
9e1b8ec4 890
31ca4639 8912012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 892
f80efb86
SM
893 * cus-edit.el (customize-changed-options-previous-release):
894 Bump to 24.1.
31ca4639 895
642b6d30
AS
8962012-06-09 Andreas Schwab <schwab@linux-m68k.org>
897
898 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
899
4f5d2ba1
CY
9002012-06-09 Chong Yidong <cyd@gnu.org>
901
902 * ebuff-menu.el (electric-buffer-list): Preserve header line.
903
e75852fd
MR
9042012-06-09 Martin Rudalics <rudalics@gmx.at>
905
906 * window.el (special-display-popup-frame): Don't use
907 window--display-buffer (Bug#11651).
908
1e48e282
EZ
9092012-06-09 Eli Zaretskii <eliz@gnu.org>
910
8a26b487
EZ
911 Fix parallel builds: make sure loaddefs.el is not being written
912 while Lisp files are compiled.
913 (compile): Don't depend on 'mh-autoloads'.
914 (compile-CMD, compile-SH): Depend on 'autoloads'.
915 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
916
1e48e282
EZ
917 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
918
6175e34b
CY
9192012-06-09 Chong Yidong <cyd@gnu.org>
920
921 * face-remap.el (face-remap-add-relative, face-remap-set-base)
922 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
923 Doc fixes (Bug#11225).
924
d9857e53
SM
9252012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
926
927 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
928 a function if there's a clear indication that it has a compiler-macro.
929 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
930 (macro-declarations-alist): Add arglist to declaration functions.
931 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
932 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
933 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
934 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
935 Also add autoload to find the compiler macro.
936 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
937 (cl--compiler-macro-member, cl--compiler-macro-assoc)
938 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
939 (cl--compiler-macro-get): New functions, replacing calls to
940 cl-define-compiler-macro.
941 (cl-typep) [compiler-macro]: Use macroexp-let².
942
f81298f8 9432012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
944
945 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
946 string properly, fixes Bug#11473.
947
4b56d0fe
CY
9482012-06-08 Chong Yidong <cyd@gnu.org>
949
950 * faces.el (set-face-attribute): Doc fix.
951 (modify-face): Don't use :bold and :italic.
952 (error, warning, success): Tweak definitions.
953
954 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
955 (custom-modified, custom-set, custom-changed, custom-themed)
956 (custom-saved, custom-button, custom-button-mouse)
957 (custom-button-pressed, custom-state, custom-comment-tag)
958 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
959 (custom-group-subtitle): Use new-style face specs.
960 (custom-invalid-face, custom-rogue-face, custom-modified-face)
961 (custom-set-face, custom-changed-face, custom-saved-face)
962 (custom-button-face, custom-button-pressed-face)
963 (custom-documentation-face, custom-state-face)
964 (custom-comment-face, custom-comment-tag-face)
965 (custom-variable-tag-face, custom-variable-button-face)
966 (custom-face-tag-face, custom-group-tag-face-1)
967 (custom-group-tag-face): Remove obsolete face alias.
968
969 * epa.el (epa-validity-high, epa-validity-medium)
970 (epa-validity-low, epa-mark, epa-field-name, epa-string)
971 (epa-field-name, epa-field-body):
972 * font-lock.el (font-lock-comment-face, font-lock-string-face)
973 (font-lock-keyword-face, font-lock-builtin-face)
974 (font-lock-function-name-face, font-lock-variable-name-face)
975 (font-lock-type-face, font-lock-constant-face):
976 * ido.el (ido-first-match, ido-only-match, ido-subdir)
977 (ido-virtual, ido-indicator, ido-incomplete-regexp):
978 * speedbar.el (speedbar-button-face, speedbar-file-face)
979 (speedbar-directory-face, speedbar-tag-face)
980 (speedbar-selected-face, speedbar-highlight-face)
981 (speedbar-separator-face):
982 * whitespace.el (whitespace-newline, whitespace-space)
983 (whitespace-hspace, whitespace-tab, whitespace-trailing)
984 (whitespace-line, whitespace-space-before-tab)
985 (whitespace-space-after-tab, whitespace-indentation)
986 (whitespace-empty):
987 * emulation/cua-base.el (cua-global-mark):
988 * eshell/em-prompt.el (eshell-prompt):
989 * net/newst-plainview.el (newsticker-new-item-face)
990 (newsticker-old-item-face, newsticker-immortal-item-face)
991 (newsticker-obsolete-item-face, newsticker-date-face)
992 (newsticker-statistics-face, newsticker-default-face):
993 * net/newst-reader.el (newsticker-feed-face)
994 (newsticker-extra-face, newsticker-enclosure-face):
995 * net/newst-treeview.el (newsticker-treeview-face)
996 (newsticker-treeview-new-face, newsticker-treeview-old-face)
997 (newsticker-treeview-immortal-face)
998 (newsticker-treeview-obsolete-face)
999 (newsticker-treeview-selection-face):
1000 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
1001 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
1002 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
1003 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
1004 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
1005 (nxml-outline-active-indicator, nxml-outline-ellipsis):
1006 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
1007 (mpuz-text):
1008 * progmodes/vera-mode.el (vera-font-lock-number)
1009 (vera-font-lock-function, vera-font-lock-interface):
1010 * textmodes/table.el (table-cell): Use new-style face specs, and
1011 don't use the old :bold and :italic attributes.
1012
1013 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
1014 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
1015 (ebrowse-member-class, ebrowse-progress): Likewise.
1016 (ebrowse-tree-mark-face, ebrowse-root-class-face)
1017 (ebrowse-file-name-face, ebrowse-default-face)
1018 (ebrowse-member-attribute-face, ebrowse-member-class-face)
1019 (ebrowse-progress-face): Remove obsolete faces.
1020
1021 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1022 Inherit from error and warning faces respectively.
1023
1024 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1025 Likewise.
f80efb86
SM
1026 (flyspell-incorrect-face, flyspell-duplicate-face):
1027 Remove obsolete aliases.
4b56d0fe 1028
03310646
MA
10292012-06-08 Michael Albinus <michael.albinus@gmx.de>
1030
1031 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1032 Avoid infloop.
1033
513749ee
SM
10342012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1035
1036 * startup.el (argv, argi): Make lexically scoped.
1037 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
1038 * emacs-lisp/cl-macs.el: Use lexical-binding.
1039 Rename cl-bind-* to cl--bind-*.
1040 * files.el: Don't require `cl' since it doesn't use it.
1041 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
1042
595ef4ad
JB
10432012-06-08 Juanma Barranquero <lekktu@gmail.com>
1044
1045 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
1046 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
1047 instead of calling external sort utility.
1048 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
1049
e9f66fcb
EZ
10502012-06-08 Eli Zaretskii <eliz@gnu.org>
1051
1052 * descr-text.el (describe-char): Mention how to insert the
1053 character, if the current input method doesn't support it.
1054 See the discussion in this thread for the details:
1055 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
1056
3d10db47
SS
10572012-06-08 Sam Steingold <sds@gnu.org>
1058
1059 * bindings.el (global-map): Bind XF86Forward to next-buffer and
1060 XF86Back to previous-buffer.
1061 (minibuffer-local-map): Bind them to next-history-element and
1062 previous-history-element respectively.
1063 * help-mode.el (help-mode-map): Bind them to help-go-forward and
1064 help-go-back respectively.
1065 * info.el (Info-mode-map): Bind them to Info-history-forward and
1066 Info-history-back respectively.
1067 These are the keys next to Up on the ThinkPad keyboard.
1068
de7e2b36
SM
10692012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1070
1071 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
1072 * emacs-lisp/cl-macs.el: Provide itself.
1073 (cl--labels-convert-cache): New var.
1074 (cl--labels-convert): New function.
1075 (cl-flet, cl-labels): New implementation with new semantics, relying on
1076 lexical-binding.
1077 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
1078 (cl-closure-vars, cl--function-convert-cache)
1079 (cl--function-convert): Move from cl-macs.el.
1080 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
1081 rename by removing the "cl-" prefix.
1082 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
1083
6fa6c4ae
SM
10842012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1085
1086 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
1087 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
1088 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
1089 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
1090 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
1091 (cl-hash-table-count): Add old compatibility aliases.
1092
1093 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
1094 Use macroexpand-all-environment instead.
1095 (cl--old-macroexpand): New var.
1096 (cl--sm-macroexpand): New function.
1097 (cl-symbol-macrolet): Use it during macro expansion.
1098 (cl--function-convert-cache): New var.
1099 (cl--function-convert): New function, extracted from
1100 cl-macroexpand-all.
1101 (cl-lexical-let): Use it.
1102
1103 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
1104 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
1105 (cl-member): Remove old alias.
1106
1107 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
1108 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
1109 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
1110 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
1111 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
1112 (cl-macroexpand-cmacs): Remove var.
1113 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
1114 Use macroexpand-all instead.
1115
4dd1c416
SM
11162012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1117
1118 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
1119 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
1120 (macroexp-copyable-p): New functions and macros.
1121 * emacs-lisp/edebug.el (edebug-unwrap):
1122 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
1123 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
1124 (pcase--let*): Remove.
1125 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
1126 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
1127 macroexp-const-p instead.
1128 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
1129
1130 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
1131 instead of "cl-" for internal definitions. Use macroexp-const-p.
1132 (cl-old-bc-file-form): Remove var.
1133 (cl-const-exprs-p): Remove fun.
1134 (cl-labels, cl-macrolet): Use backquote.
1135 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
1136 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
1137 (cl-define-setf-expander): Rename from cl-define-setf-method.
1138 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
1139
1140 * international/mule-cmds.el: Don't require CL.
1141 (view-hello-file): Don't use `letf'.
1142
ed8bd4d7
SM
11432012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1144
7287f2f3
SM
1145 * tmm.el (tmm-prompt): Use string-prefix-p.
1146 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
1147 (tmm-add-prompt): Use minibuffer-completion-help.
1148 (tmm-delete-map): Remove.
1149
ed8bd4d7
SM
1150 * subr.el (kbd): Make it its own function.
1151
7b4cdbf4
SM
11522012-06-07 Stefan Merten <smerten@oekonux.de>
1153
1154 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
1155 Silence compiler warnings. Fix versions.
ed8bd4d7 1156 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 1157 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 1158 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
1159 (rst-package-emacs-version-alist): Correct Emacs version to
1160 represent major merge with upstream.
ed8bd4d7 1161 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 1162
2b48d721
GM
11632012-06-06 Glenn Morris <rgm@gnu.org>
1164
1165 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
1166 Only print environment variables if set.
1167
fa779ab0
SM
11682012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1169
1170 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
1171 (macroexp--cons): Rename from maybe-cons.
1172 (macroexp--accumulate): Rename from macroexp-accumulate.
1173 (macroexp--all-forms): Rename from macroexpand-all-forms.
1174 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
1175 (macroexp--expand-all): Rename from macroexpand-all-1.
1176
628299e0
SS
11772012-06-06 Sam Steingold <sds@gnu.org>
1178
1179 * calendar/calendar.el (calendar-in-read-only-buffer):
1180 Call `special-mode' to enable the standard read-only keybindings.
1181
b7bb5838
SM
11822012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1183
1184 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
1185 with "loading" messages (bug#11635).
1186
dfb308ba
MA
11872012-06-06 Michael Albinus <michael.albinus@gmx.de>
1188
1189 * files.el (enable-remote-dir-locals): New option.
1190 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
1191
0372ee92
MA
1192 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1193 Ensure, that the temp directory is local.
1194
1195 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
1196 `temporary-file-directory'.
1197
eed0bb91
MA
1198 * progmodes/python.el (python-send-region): Ensure, that the
1199 temporary file is created also in the remote case.
1200
7a58f64d
GM
12012012-06-06 Glenn Morris <rgm@gnu.org>
1202
f7dd4e98
GM
1203 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
1204 (vc-rcs-update-changelog): Use it.
1205
276d5f5d
GM
1206 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff
1207
7a58f64d
GM
1208 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
1209 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
1210 (vc-sccs-diff): Replace use of the external vcdiff script.
1211
daed4003
GM
12122012-06-05 Glenn Morris <rgm@gnu.org>
1213
1214 * ledit.el: Move to obsolete/.
1215
48c455c7
SS
12162012-06-05 Sam Steingold <sds@gnu.org>
1217
1218 * calendar/calendar.el (calendar-exit): reinstate the 2012-03-28
1219 patch (Bug#11140).
1220
57a7d507
SM
12212012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1222
d32926ff
SM
1223 * emacs-list/cust-print.el: Move to obsolete.
1224
53aacf21
SM
1225 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
1226 compiler-macro expansion.
1227
57a7d507
SM
1228 Add native compiler-macro support.
1229 * emacs-lisp/macroexp.el (macroexpand-all-1):
1230 Support compiler-macros directly. Properly follow aliases and apply
1231 the compiler macros more thoroughly.
1232 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
1233 macroexpand now properly follows aliases.
1234 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
1235 (cl-compiler-macroexpand): Use new prop.
1236 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
1237
1238 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
1239
51a5f9d8
MR
12402012-06-05 Martin Rudalics <rudalics@gmx.at>
1241
1242 * window.el (get-lru-window, get-mru-window, get-largest-window):
1243 New argument NOT-SELECTED to avoid picking the selected window.
1244 (window--display-buffer-1, window--display-buffer-2): Replace by
1245 new function window--display-buffer
1246 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
1247 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1248 Use window--display-buffer.
51a5f9d8
MR
1249 (display-buffer-use-some-window): Remove temporary dedication
1250 hack by calling get-lru-window and get-largest-window with
1251 NOT-SELECTED argument non-nil. Call window--display-buffer.
1252
08f9f738
GM
12532012-06-05 Glenn Morris <rgm@gnu.org>
1254
1255 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
1256 Replace external vcdiff script.
1257
e364a2b7
SM
12582012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1259
1260 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
1261
041df390
CY
12622012-06-04 Chong Yidong <cyd@gnu.org>
1263
e364a2b7
SM
1264 * image.el (imagemagick-types-inhibit): Revert last change.
1265 Add INFO and M.
47b36b94 1266 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 1267
7c1898a7
SM
12682012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1269
1270 * emacs-lisp/cl-lib.el: Rename from cl.el.
1271 * emacs-lisp/cl.el: New compatibility file.
1272 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
1273 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
1274 to obey the "cl-" prefix.
1275 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
1276
0c3461de
GM
12772012-06-03 Glenn Morris <rgm@gnu.org>
1278
1e266c88
GM
1279 * emacs-lisp/authors.el (authors-aliases): Addition.
1280
0c3461de
GM
1281 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
1282 Fix :version.
1283
d8a52e15
SM
12842012-06-03 Stefan Merten <smerten@oekonux.de>
1285
1286 * textmodes/rst.el: Add comments.
1287 (rst-transition, rst-adornment): New faces.
1288 (rst-adornment-faces-alist): Make default safe to reevaluate.
1289 Fixes
1290 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
1291 Improve customization tags.
1292 (rst-define-level-faces): Clarify meaning.
1293
5205d6f6
CY
12942012-06-03 Chong Yidong <cyd@gnu.org>
1295
1296 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
1297 (compilation-mode-line-run, compilation-mode-line-exit):
1298 New faces.
5205d6f6
CY
1299 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
1300
757ee657
JD
13012012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
1302
7c1898a7
SM
1303 * progmodes/which-func.el (which-func-update-ediff-windows):
1304 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 1305
5f2c76c6
CY
13062012-06-03 Chong Yidong <cyd@gnu.org>
1307
1308 * bindings.el: Remove explicit help text from format-mode-line.
1309 It is now supplied by mode-line-default-help-echo.
1310 (mode-line-front-space, mode-line-end-spaces)
1311 (mode-line-misc-info): New variables.
1312 (mode-line-modes, mode-line-position): Move the default value to
1313 the variable definition.
1314 (mode-line-default-help-echo): New defcustom.
383f7350
CY
1315 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
1316 (mode-line-modified-help-echo): New functions.
1317 (mode-line-mule-info, mode-line-modified): Use them.
1318 (mode-line-eol-desc, propertized-buffer-identification):
1319 Consistency fixes for help text.
cbe46e5f
CY
1320 (mode-line-coding-system-map): Allow using mouse-3 to invoke
1321 set-buffer-file-coding-system (Bug#289).
1322 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 1323
f2d6a3df
SM
13242012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1325
1326 * simple.el (execute-extended-command): Set real-this-command
1327 (bug#11506).
1328
37269466
CY
13292012-06-02 Chong Yidong <cyd@gnu.org>
1330
1331 Remove incorrect uses of "modeline" in comments, docstrings, and
1332 function/variable names (Bug#10329).
1333
1334 * cus-edit.el (mode-line):
1335 * dframe.el (dframe-mouse-hscroll):
1336 * emacs-lisp/re-builder.el:
1337 * emacs-lisp/easy-mmode.el (define-minor-mode):
1338 * frame.el (set-frame-name):
1339 * help.el (lookup-minor-mode-from-indicator):
1340 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
1341 * progmodes/cc-cmds.el (c-toggle-auto-newline)
1342 (c-toggle-hungry-state):
1343 * progmodes/antlr-mode.el (antlr-language-alist):
1344 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
1345 * progmodes/vhdl-mode.el (vhdl-mode):
1346 * progmodes/which-func.el (which-func, which-func-cleanup-function):
1347 * term/ns-win.el (ns-face-at-pos):
1348 * term/sup-mouse.el (sup-mouse-report):
1349 * textmodes/flyspell.el (flyspell-mode-line-string):
1350 * textmodes/ispell.el (ispell-highlight-face):
1351 * textmodes/reftex-global.el:
1352 * vc/vc-arch.el (vc-arch-mode-line-string):
1353 * vc/vc-cvs.el (vc-cvs-mode-line-string):
1354 * vc/vc-git.el (vc-git-mode-line-string):
1355 * vc/vc-hooks.el (vc-display-status)
1356 (vc-default-mode-line-string):
1357 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
1358
1359 * ansi-color.el (ansi-color-faces-vector): Change default faces.
1360
1361 * dired.el (dired-sort-set-mode-line): Rename from
1362 dired-sort-set-modeline. All callers changed.
1363
1364 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
1365 eshell-status-in-modeline.
1366
1367 * foldout.el (foldout-mode-line-string): Rename from
1368 foldout-modeline-string. All callers changed.
1369 (foldout-update-mode-line): Rename from foldout-update-modeline.
1370
1371 * subr.el (redraw-modeline): Make into obsolete alias.
1372
1373 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
1374 timeclock-modeline-display. Make old name an alias.
1375 (timeclock-update-mode-line): Likewise. All callers changed.
1376 (timeclock-mode-line-display): No need to check before using
1377 add-hook.
1378 (timeclock-relative, timeclock-day-over-hook)
1379 (timeclock-use-elapsed, timeclock-mode-string)
1380 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
1381
1382 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
1383 crisp-mode-modeline-string.
1384
1385 * play/solitaire.el (solitaire-build-mode-line): Rename from
1386 solitaire-build-modeline. All callers changed.
1387
1388 * play/zone.el (zone-hiding-mode-line): Rename from
1389 zone-hiding-modeline. All callers changed.
1390 (zone): Remove unusued `modeline-hidden-level' property.
1391
1392 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
1393 xscheme-modeline-initialize. All callers changed.
1394
1395 * strokes.el (strokes-lighter): Rename from
1396 strokes-modeline-string.
1397
1398 * textmodes/sgml-mode.el (html-face-tag-alist)
1399 (html-tag-face-alist): Use mode-line face instead of obsolete
1400 alias modeline.
1401
42152ee4
SM
14022012-06-02 Stefan Merten <smerten@oekonux.de>
1403
1404 * textmodes/rst.el: Always require `cl'.
4cf9b38d 1405 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 1406
95f520b5
CY
14072012-06-02 Chong Yidong <cyd@gnu.org>
1408
1409 * image.el (imagemagick-enabled-types): Rename from
1410 imagemagick-types-enable. Add many more types.
1411 (imagemagick-types-inhibit): Change default to nil.
1412 (imagemagick-filter-types): Caller changed.
1413
4a5f187a
SM
14142012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1415
03fef3e6
SM
1416 * emacs-lisp/cl-macs.el: Use backquotes.
1417 (cl-transform-function-property): Use eval-and-compile rather than
1418 abusing `require'.
1419 (defstruct): Use declare-function instead of with-no-warnings.
1420
4a5f187a
SM
1421 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
1422 (byte-compile-output-docform): Re-add the print-circle bindings.
1423 (byte-compile-fix-header): Use #$ just because it's shorter.
1424 (byte-compile-output-file-form): Remove defun/defmacro.
1425
bd56924f
MR
14262012-06-01 Martin Rudalics <rudalics@gmx.at>
1427
1428 * simple.el (choose-completion): Remove now obsolete binding for
1429 owindow.
1430
046e38ce
MA
14312012-06-01 Michael Albinus <michael.albinus@gmx.de>
1432
1433 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
1434 in order to avoid "Stack overflow in regexp matcher".
1435
32d72c2f
GM
14362012-05-31 Glenn Morris <rgm@gnu.org>
1437
1438 * image.el: For clarity, call imagemagick-register-types at
1439 top-level, rather than relying on a custom :initialize.
1440 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
1441 (imagemagick-filter-types): New function. (Bug#7406)
1442 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
1443 If disabling support, remove elements altogether rather
1444 than using an impossible regexp.
1445 (imagemagick-types-inhibit): Give it the default init function.
1446
dd41169b
SM
14472012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1448
4a5f187a
SM
1449 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
1450 Handle arbitrary file name lengths (Bug#11585).
dd41169b 1451
efc00ab1 14522012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
1453
1454 * desktop.el (desktop-read): Clear previous and next buffers for
1455 all windows and bury *Messages* buffer (bug#11556).
1456
500fcedc
SM
14572012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1458
1459 Add `declare' for `defun'. Align `defmacro's with it.
1460 * emacs-lisp/easy-mmode.el (define-minor-mode)
1461 (define-globalized-minor-mode): Don't autoload the var definitions.
1462 * emacs-lisp/byte-run.el: Use lexical-binding.
1463 (defun-declarations-alist, macro-declarations-alist): New vars.
1464 (defmacro, defun): Use them.
1465 (make-obsolete, define-obsolete-function-alias)
1466 (make-obsolete-variable, define-obsolete-variable-alias):
1467 Use `declare'.
1468 (macro-declaration-function): Mark obsolete.
1469 * emacs-lisp/autoload.el: Use lexical-binding.
1470 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
1471
6e8a1786
AM
14722012-05-30 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1473
1474 * textmodes/ispell.el (ispell-with-no-warnings):
1475 Define as a macro.
500fcedc
SM
1476 (ispell-kill-ispell, ispell-change-dictionary):
1477 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
1478 `interactive-p'.
1479
61b108cc
SM
14802012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1481
1482 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
1483 (macro-declaration-function): Move var from C code.
1484 (macro-declaration-function): Define function with defalias.
1485 * emacs-lisp/macroexp.el (macroexpand-all-1):
1486 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
1487 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
1488 defun/defmacro any more.
1489 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
1490 Provide fallback for unknown arglist.
1491 (byte-compile-arglist-warn): Change calling convention.
1492 (byte-compile-output-file-form): Move print-vars binding.
1493 (byte-compile-output-docform): Simplify accordingly.
1494 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
1495 (byte-compile-defmacro-declaration): Remove.
1496 (byte-compile-file-form-defmumble): Generalize to defalias.
1497 (byte-compile-output-as-comment): Return byte-positions.
1498 Simplify callers accordingly.
1499 (byte-compile-lambda): Use `assert'.
1500 (byte-compile-defun, byte-compile-defmacro): Remove.
1501 (byte-compile-file-form-defalias):
1502 Use byte-compile-file-form-defmumble.
1503 (byte-compile-defalias-warn): Remove.
1504
6d3f7c2f
SM
15052012-05-29 Stefan Merten <smerten@oekonux.de>
1506
1507 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 1508 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
1509
1510 (rst-mode-abbrev-table): Merge definition.
1511 (rst-mode): Make sure `font-lock-defaults' is buffer local.
1512 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
1513
6dbaa1c7
UJ
15142012-05-29 Ulf Jasper <ulf.jasper@web.de>
1515
1516 * calendar/icalendar.el
1517 (icalendar-export-region): Export UID properly.
1518
15192012-05-29 Leo <sdl.web@gmail.com>
61b108cc
SM
1520 * calendar/icalendar.el (icalendar-import-format):
1521 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
1522 (icalendar-import-format-uid): New.
1523 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
1524 Export UID.
1525
6876a58d
SM
15262012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1527
1528 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
1529 different alternative patterns.
1530 (pcase-codegen): Be more careful to preserve identity.
1531 (pcase--u1): Don't forget to mark vars as used.
1532
1533 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
1534 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
1535 (byte-compile-from-buffer): ...rather than here.
1536
1537 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
1538 functions from byte-compile-function-environment.
1539
46b7967e
TN
15402012-05-29 Troels Nielsen <bn.troels@gmail.com>
1541
1542 * window.el (window-deletable-p): Avoid deleting the root window
1543 of a frame with an active minibuffer.
1544
69d565e2
MR
15452012-05-29 Martin Rudalics <rudalics@gmx.at>
1546
1547 * simple.el (choose-completion): Use quit-window (Bug#11567).
1548
a149fa51
CY
15492012-05-29 Chong Yidong <cyd@gnu.org>
1550
1551 * whitespace.el (whitespace-cleanup): Fix usage of
1552 whitespace-empty-at-bob-regexp (Bug#11492).
1553
2b311310
AH
15542012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1555
1556 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
1557 revert (Bug#11488).
1558
b9cb2387
JL
15592012-05-29 Juri Linkov <juri@jurta.org>
1560
1561 * isearch.el (isearch-mode-map): Bind `M-s _' to
1562 `isearch-toggle-symbol'. Bind `M-s c' to
1563 `isearch-toggle-case-fold'.
1564 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
1565 (isearch-forward): Add `M-s _' to the docstring.
1566 (isearch-forward-symbol, isearch-toggle-case-fold)
1567 (isearch-symbol-regexp): New functions. (Bug#11381)
1568
d5e61c1c
JL
15692012-05-29 Juri Linkov <juri@jurta.org>
1570
1571 * isearch.el (isearch-word): Add docstring. (Bug#11381)
1572 (isearch-occur, isearch-search-and-update): If `isearch-word' is
1573 a function, call it to get the regexp.
1574 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
1575 property `isearch-message-prefix' instead of the string "word ".
1576 (isearch-search-fun-default): For the case of `isearch-word',
1577 return a lambda that calls re-search-forward/re-search-backward
1578 with a regexp returned by `word-search-regexp' or by the function
1579 in `isearch-word'.
1580
8cbd80f7
JL
15812012-05-29 Juri Linkov <juri@jurta.org>
1582
1583 * isearch.el (isearch-search-fun-default): New function.
1584 (isearch-search-fun): Move default part to the new function
1585 `isearch-search-fun-default'.
1586 (isearch-search-fun-function): Set the default value to
1587 `isearch-search-fun-default'. (Bug#11381)
1588
1589 * comint.el (comint-history-isearch-end):
1590 Use `isearch-search-fun-default'.
1591 (comint-history-isearch-search): Use `isearch-search-fun-default'
1592 and remove spacial case for `isearch-word'.
1593 (comint-history-isearch-wrap): Remove spacial case for
1594 `isearch-word'.
1595
1596 * hexl.el (hexl-isearch-search-function):
1597 Use `isearch-search-fun-default'.
1598
1599 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
1600 Use `word-search-regexp' for `isearch-word'.
1601
1602 * misearch.el (multi-isearch-search-fun):
1603 Use `isearch-search-fun-default'.
1604
1605 * simple.el (minibuffer-history-isearch-search):
1606 Use `isearch-search-fun-default' and remove spacial case for
1607 `isearch-word'.
1608 (minibuffer-history-isearch-wrap): Remove spacial case for
1609 `isearch-word'.
1610
1611 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
1612 Remove spacial case for `isearch-word'.
1613 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
1614
85c8c5b6
AM
16152012-05-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1616
1617 Decrease XEmacs incompatibilities.
1618 * textmodes/flyspell.el (flyspell-check-pre-word-p):
1619 Use `string-match'.
1620 (flyspell-delete-region-overlays): Use alternative definition for
1621 XEmacs.
1622 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
1623 (flyspell-word): Use `process-kill-without-query' if XEmacs.
1624 (flyspell-mode-on): Use `interactive-p' if XEmacs.
1625 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
1626 `define-obsolete-face-alias' under XEmacs, but old method.
1627
1628 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
1629 `with-no-warnings' definition or Emacs alias.
1630 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
1631 (ispell-word): Do not use `region-p' if XEmacs.
1632
8cab9efc
AM
16332012-05-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1634
1635 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1636 Check for `ispell-dictionary-base-alist' instead of full
1637 `ispell-dictionary-alist'.
1638 (ispell-init-process): Show spellchecker when starting new Ispell
1639 process.
1640
fda91268
RZ
16412012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1642
1643 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
1644 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
1645
694ea8e3
JB
16462012-05-27 Juanma Barranquero <lekktu@gmail.com>
1647
1648 * version.el (motif-version-string, gtk-version-string)
1649 (ns-version-string): Declare.
1650
e4d4f539
JL
16512012-05-27 Juri Linkov <juri@jurta.org>
1652
1653 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
1654 after the `eval-defun-1' specialcaseing
1655 like in `edebug-eval-defun' (bug#10181).
1656
1657 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
1658 like in `eval-defun-1'.
1659
33017faf 16602012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 1661
fda91268
RZ
1662 * mail/sendmail.el (mail-yank-region):
1663 Recognize rmail-yank-current-message in addition to insert-buffer.
1664 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
1665 a *mail* buffer created through rmail-start-mail with sendmail as
1666 mail-user-agent.
1667
33017faf
GM
16682012-05-27 Chong Yidong <cyd@gnu.org>
1669
1670 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
1671 Default to 256 (Bug#11267).
1672
1673 * help.el (describe-mode): Doc fix.
1674
04188bb9
GM
16752012-05-26 Glenn Morris <rgm@gnu.org>
1676
38264cc9
GM
1677 * w32-fns.el (w32-init-info): Remove.
1678 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
1679
eb7afdad
GM
1680 * info.el (info-initialize): For self-contained NS builds, put the
1681 included info/ directory at the front. (Bug#2791)
1682
04188bb9
GM
1683 * paths.el (Info-default-directory-list): Make it a defcustom,
1684 mainly so that we can use custom-initialize-delay.
1685
a179e3f7
SM
16862012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1687
43416392
SM
1688 * subr.el (buffer-has-markers-at): Mark obsolete.
1689
a179e3f7 1690 * subr.el (lambda): Use declare.
43416392 1691
a179e3f7
SM
1692 * emacs-lisp/lisp-mode.el (lambda):
1693 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
1694
34a008d9
AH
16952012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1696
1697 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
1698
0a3b289f
GM
16992012-05-26 Glenn Morris <rgm@gnu.org>
1700
1701 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
1702
758c81e8
GM
17032012-05-25 Glenn Morris <rgm@gnu.org>
1704
f9f334f0
GM
1705 * paths.el: Remove no-byte-compile.
1706 * loadup.el: No need to load paths.el uncompiled.
1707
87eb79c2
GM
1708 * image.el (imagemagick-types-inhibit): Doc fix.
1709
758c81e8
GM
1710 * version.el: Remove no-byte-compile and associated formatting.
1711 * loadup.el: No need to load version.el uncompiled. AFAICS, this
1712 is ancient code from when there was an "inc-vers.el".
1713
e7e85dc0
SM
17142012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1715
1716 * progmodes/gdb-mi.el: Minor style changes.
1717 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
1718 Turn into minor modes.
1719 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
1720 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
1721 (gdb-shell): Remove unneeded let-binding.
1722 (gdb-get-many-fields): Eliminate O(n²) behavior.
1723
f31237a4
EZ
17242012-05-25 Eli Zaretskii <eliz@gnu.org>
1725
1726 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
1727 platforms that don't link in fontset.c.
1728
bc1b21bb
JL
17292012-05-25 Juri Linkov <juri@jurta.org>
1730
1731 Use the same diff color scheme as in modern VCSes (bug#10181).
1732
1733 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
1734 to avoid confusion with `diff-added' that now uses green colors.
1735 (diff-removed): Use shades of red.
1736 (diff-added): Use shades of green.
1737 (diff-changed): Leave just the yellow color.
1738 (diff-use-changed-face): New variable.
1739 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
1740 how to highlight context diff changes.
1741 (diff-refine-change): Use shades of yellow.
1742 (diff-refine-removed): New face that uses shades of red.
1743 (diff-refine-added): New face that uses shades of green.
1744 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
1745 `diff-refine-removed' in the call to `smerge-refine-subst'
1746 depending on the value of `diff-use-changed-face'.
1747
1748 * vc/smerge-mode.el (smerge-mine): Use shades of red.
1749 (smerge-other): Use shades of green.
1750 (smerge-base): Use shades of yellow.
1751 (smerge-refined-change): Empty face.
1752 (smerge-refined-removed): New face that uses shades of red.
1753 (smerge-refined-added): New face that uses shades of green.
1754 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
1755 args `props-r' and `props-a', and use them. Doc fix.
1756 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
1757 on its value use different faces `smerge-refined-change',
1758 `smerge-refined-removed', `smerge-refined-added' in the call to
1759 `smerge-refine-subst'.
1760
1761 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
1762 Add face condition `min-colors 88' with shades of red.
1763 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
1764 `min-colors 88' with shades of green.
1765 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
1766 `min-colors 88' with shades of yellow.
1767
6df9112c
GM
17682012-05-24 Glenn Morris <rgm@gnu.org>
1769
ead5edc0
GM
1770 * paths.el (prune-directory-list, remote-shell-program): Move to...
1771 * files.el (prune-directory-list, remote-shell-program): ...here.
1772 For the latter, delay initialization, prefer ssh, just search PATH.
1773
f18b81e6
GM
1774 * paths.el (term-file-prefix): Move to faces.el (the only user).
1775 * faces.el (term-file-prefix): Move here, make it a defcustom.
1776
ee2f89a6
GM
1777 * paths.el (news-directory, news-path, news-inews-program):
1778 Move to gnus/nnspool.el.
61a583ca 1779
f8815e4c
GM
1780 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
1781
c8f3b42c
GM
1782 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
1783 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
1784 Make the latter a defcustom, with a delayed initialization.
1785
6df9112c
GM
1786 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
1787 These were deleted from Gnus itself late 2010.
1788
5dadff36
JB
17892012-05-22 Juanma Barranquero <lekktu@gmail.com>
1790
9e1701c6
JB
1791 * progmodes/which-func.el (which-func-ff-hook):
1792 Check against user-error, not error.
1793
bd7239f5 1794 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
1795 cl-specs.el, which no longer exists.
1796
3290526d
GM
17972012-05-22 Glenn Morris <rgm@gnu.org>
1798
1799 * info.el (info-emacs-bug): New command.
1800 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
1801 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
1802
ff0c3cfb
GM
18032012-05-21 Glenn Morris <rgm@gnu.org>
1804
1805 * makefile.w32-in (update-subdirs-SH):
1806 * Makefile.in (update-subdirs): Update for moved update-subdirs.
1807
5814f126
SM
18082012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
1809
a52c0aa0
SM
1810 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
1811
5814f126
SM
1812 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1813 Simplify Maven regexp, and make sure the file can't start with a space
1814 (bug#11517).
1815
b847032c
GM
18162012-05-21 Glenn Morris <rgm@gnu.org>
1817
1818 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
1819 Scrap superfluous subshells.
1820
3858bfe7
SM
18212012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1822
1823 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
1824 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
1825
d14b0029
JB
18262012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
1827
1828 * calc/calc.el (calc-ensure-consistent-units): New variable.
1829
a52c0aa0
SM
1830 * calc/calc-units.el (math-consistent-units-p)
1831 (math-check-unit-consistency): New functions.
1832 (calc-quick-units, calc-convert-units):
1833 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
1834 is non-nil.
d14b0029
JB
1835 (calc-extract-units): Fix typo.
1836
60c4db3a
SM
18372012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1838
77f3b62e
SM
1839 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
1840
60c4db3a
SM
1841 * textmodes/flyspell.el: Commenting style, plus code simplifications.
1842 (flyspell-default-deplacement-commands): Don't spell check after
1843 repeated window/frame switches (e.g. triggered by mouse-movement).
1844 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
1845 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
1846 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
1847 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
1848 Remove unused vars.
1849 (flyspell-get-casechars, flyspell-get-not-casechars):
1850 Simplify; Don't bother removing a ] just to add it back.
1851 * textmodes/ispell.el (ispell-program-name): Use executable-find.
1852
b1a10716
RS
18532012-05-18 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
1854
1855 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
1856 New functions.
bd7239f5 1857 (math-function-table): Add support for more C functions.
b1a10716 1858
3f1b25b5
AM
18592012-05-18 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1860
1861 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
1862 (flyspell-debug-signal-word-checked): Protect delay handling for
1863 otherchars against empty otherchars.
1864
b581bb5c
SM
18652012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1866
1867 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
1868 their respective macro declarations.
1869 * skeleton.el (define-skeleton):
1870 * progmodes/compile.el (define-compilation-mode):
1871 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
1872 (define-ibuffer-filter):
1873 * emacs-lisp/generic.el (define-generic-mode):
1874 * emacs-lisp/easy-mmode.el (define-minor-mode)
1875 (define-globalized-minor-mode):
1876 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
1877 * emacs-lisp/byte-run.el (defsubst):
1878 * custom.el (deftheme): Add doc-string metadata.
1879
70b8ef8f
SM
18802012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1881
1882 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
1883
b1198e17
SM
18842012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1885
9abdc45d
SM
1886 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
1887
b1198e17
SM
1888 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
1889 * emacs-lisp/cl-macs.el: Idem.
1890 * emacs-lisp/cl-specs.el: Remove.
1891
4735906a
SM
18922012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1893
1894 Minor renaming of internal CL functions and variables.
1895 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
1896 (cl--position): Rename from cl-position.
1897 (cl--delete-duplicates): Rename from cl-delete-duplicates.
1898 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
1899 (cl--random-state): Rename from *random-state*.
1900
ac348012
SM
19012012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1902
1903 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
1904 parens around the arg list (bug#11499).
1905
a0a79cde
JL
19062012-05-17 Juri Linkov <juri@jurta.org>
1907
1908 * isearch.el (word-search-regexp, word-search-backward)
1909 (word-search-forward, word-search-backward-lax)
1910 (word-search-forward-lax): Move functions from search.c
1911 (bug#10145, bug#11381).
1912
65034a51
AM
19132012-05-16 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1914
1915 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
1916 (flyspell-debug-signal-word-checked): Delay for otherchars as for
1917 normal word components.
1918
1a72a195
SM
19192012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1920
1921 * minibuffer.el (completion--sifn-requote): Fix last change.
1922 (minibuffer-local-must-match-filename-map):
1923 Move define-obsolete-variable-alias before its var.
1924
fdb058c2
SM
19252012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1926
c41045e6
SM
1927 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
1928
036dfb8b
SM
1929 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
1930 behavior.
1931 (completion--string-equal-p): New function.
1932 (completion--twq-all): Use it to get better assertion failure data.
1933
2473256d
SM
1934 Only handle ".." and '..' quoting in shell-mode (bug#11466).
1935 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
1936 (shell--requote-argument): New functions.
1937 (shell-completion-vars): Use them.
1938 (shell--parse-pcomplete-arguments): Rename from
1939 shell-parse-pcomplete-arguments.
1940 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
1941 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
1942 Obey comint-file-name-quote-list.
1943
fdb058c2
SM
1944 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
1945 (smie-indent-keyword): Use it.
1946
51fa99f1
SM
19472012-05-14 Stefan Merten <smerten@oekonux.de>
1948
1949 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
1950
e18afed7 19512012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
1952
1953 * net/rlogin.el (rlogin-mode-map): Fix last change.
1954
e18afed7 19552012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
1956
1957 * mail/smtpmail.el (smtpmail-send-command): Send the command and
1958 the following \r\n using a single `process-send-string', since the
1959 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 1960 with two `process-send-string's (Bug#11444).
8633b1f4 1961
e18afed7 19622012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 1963
fdb058c2
SM
1964 * shell.el (shell-parse-pcomplete-arguments):
1965 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 1966
2d21d7f6
WJ
19672012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
1968
e18afed7 1969 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
1970 (image-transform-scale, image-transform-right-angle-fudge): New vars.
1971 (image-transform-width, image-transform-fit-width): New functions.
1972 (image-transform-properties): Use them.
1973 (image-transform-check-size): New function.
1974 (image-toggle-display-image): Use it (for testing).
1975 (image-transform-set-rotation): Reduce angle mod 360.
1976 Delete obsolete comment.
1977
7102e6d0
WJ
19782012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
1979
1980 * image-mode.el: Fix scaling (bug#11399).
1981 (image-transform-resize): Doc fix.
1982 (image-transform-properties): Default scale is 1 and height should
1983 be an integer.
1984
06bc5e6e
SM
19852012-05-13 Johan BockgĂ¥rd <bojohan@gnu.org>
1986
1987 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
1988 than hard-coding `car', to fix misbehavior when moving forward.
1989
0ae03b6a
CY
19902012-05-13 Chong Yidong <cyd@gnu.org>
1991
1992 * emacs-lisp/tabulated-list.el (tabulated-list-format)
1993 (tabulated-list-entries, tabulated-list-padding)
1994 (tabulated-list-sort-key): Make permanent-local.
1995
1996 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
1997 (electric-buffer-list): Put electric buffer menu
1998 command descriptions in this docstring, instead of the docstring
1999 of electric-buffer-menu-mode. Code cleanups.
2000 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
2001 Electric-buffer-menu-mode.
2002 (electric-buffer-update-highlight): Minor code cleanup.
2003
205a7391
MA
20042012-05-13 Michael Albinus <michael.albinus@gmx.de>
2005
2006 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
2007 (Bug#11447)
2008
e5bd0a28
SM
20092012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2010
2011 Move define-obsolete-variable-alias before the var's definition.
2012 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
2013 * tooltip.el (tooltip-hook):
2014 * textmodes/reftex-toc.el (reftex-toc-map):
2015 * textmodes/reftex-sel.el (reftex-select-label-map)
2016 (reftex-select-bib-map):
2017 * textmodes/reftex-index.el (reftex-index-map)
2018 (reftex-index-phrases-map):
2019 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
2020 * progmodes/meta-mode.el (meta-mode-map):
2021 * novice.el (disabled-command-hook):
2022 * loadhist.el (unload-hook-features-list):
2023 * frame.el (blink-cursor):
2024 * files.el (find-file-not-found-hooks, write-file-hooks)
2025 (write-contents-hooks):
2026 * emulation/tpu-edt.el (GOLD-map):
2027 * emacs-lock.el (emacs-lock-from-exiting):
2028 * emacs-lisp/generic.el (generic-font-lock-defaults):
2029 * emacs-lisp/chart.el (chart-map):
2030 * dos-fns.el (register-name-alist):
2031 * dired-x.el (dired-omit-files-p):
2032 * desktop.el (desktop-enable):
2033 * cus-edit.el (custom-mode-hook):
2034 * buff-menu.el (buffer-menu-mode-hook):
2035 * bookmark.el (bookmark-read-annotation-text-func)
2036 (bookmark-exit-hooks):
2037 * allout.el (allout-mode-deactivate-hook)
2038 (allout-exposure-change-hook, allout-structure-added-hook)
2039 (allout-structure-deleted-hook, allout-structure-shifted-hook):
2040 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
2041 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
2042 comes before the corresponding variable's definition.
2043
ac59c2f6
CY
20442012-05-12 Chong Yidong <cyd@gnu.org>
2045
2046 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
2047 (Buffer-menu-mouse-select): Restore function (Bug#11459).
2048 (Buffer-menu-mode-map): Bind it.
2049 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 2050
dee6c9a3
SM
20512012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2052
2171cea5
SM
2053 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
2054 (prolog-upper-case-string, prolog-lower-case-string)
2055 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
2056 (prolog-use-smie, prolog-smie-grammar): New vars.
2057 (prolog-smie-forward-token, prolog-smie-backward-token)
2058 (prolog-smie-rules): New funs.
2059 (prolog-comment-indent): Remove.
2060 (prolog-mode-variables): Use default comment indentation instead.
2061 Setup SMIE.
2062 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
2063 (prolog-mode): Don't call them any more.
2064 (prolog-electric-colon, prolog-electric-dash)
2065 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
2066
aa0382bd
SM
2067 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
2068
dbacb4bd
SM
2069 * minibuffer.el (completion--twq-all): Again, allow case differences.
2070
13bdd94c
SM
2071 * term.el: Move keymap initialization code to be more idiomatic.
2072 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
2073 (term-terminal-menu): Move initialization into declaration.
2074 (term-escape-char): Let the user set it in her .emacs.
2075
ff46c759
SM
2076 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
2077 Provide SMIE-based indentation (not enabled by default yet).
2078 (sh-mode-map): Don't bind electric keys.
2079 Use electric-pair-mode instead of skeleton-pair.
2080 (sh-assignment-regexp): Fit within 80 columns.
2081 (sh-indent-supported): Specify actual shell name instead of boolean.
2082 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
2083 (sh-maybe-here-document): Use it. Make obsolete.
2084 (sh-electric-here-document-mode) New minor mode.
2085 (sh-mode): Use it. Don't set sh-indent-supported-here here.
2086 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
2087 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
2088 (sh-smie-rc-grammar, sh-use-smie): New vars.
2089 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
2090 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
2091 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
2092 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
2093 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
2094 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
2095 (sh-set-shell): Use smie-setup if requested.
2096
dee6c9a3
SM
2097 * term.el (term-set-escape-char): Properly set term-escape-char.
2098 See http://stackoverflow.com/questions/10524656.
2099
9f9aa044
CY
21002012-05-10 Chong Yidong <cyd@gnu.org>
2101
2102 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
2103 Use url-generic-parse-url, and handle host names and Windows
2104 filenames properly.
2105 (ffap-url-unwrap-remote): Use url-generic-parse-url.
2106 (ffap-url-unwrap-remote): Accept list values, specifying a list of
2107 URL schemes to work on.
2108 (ffap--toggle-read-only): New function.
2109 (ffap-read-only, ffap-read-only-other-window)
2110 (ffap-read-only-other-frame): Use it.
2111 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
2112 necessary for ffap-url-unwrap-remote.
2113
836d29b3
DA
21142012-05-10 Dave Abrahams <dave@boostpro.com>
2115
2116 * cus-start.el (create-lockfiles): Add it.
2117
00fd78ed
CY
21182012-05-09 Chong Yidong <cyd@gnu.org>
2119
2120 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
2121 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
2122
666b903b 21232012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
2124
2125 * shell.el (shell-completion-vars): Fix last change (bug#11348).
2126
666b903b 21272012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
2128
2129 * ansi-color.el (ansi-color-process-output): Check for validity of
2130 comint-last-output-start before using it. This avoids a bad
2131 interaction with gdb-mi's input/output buffer.
2132
666b903b 21332012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
2134
2135 * files.el (dir-locals-read-from-file):
2136 Mention dir-locals in any error message.
2137
666b903b 21382012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
2139
2140 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
2141 package (Bug#11410).
2142
f677562b
CY
2143 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
2144 variables into description.
2145
666b903b 21462012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
2147
2148 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
2149 shell-delimiter-argument-list (bug#11348).
2150 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
2151
b499d8d0
JB
21522012-05-09 Juanma Barranquero <lekktu@gmail.com>
2153
8f6b6da8
JB
2154 * textmodes/rst.el: Silence byte-compiler warnings.
2155 (rst-re-alist, rst-reset-section-caches): Move around.
2156 (rst-re): Use `characterp', not `char-valid-p'.
2157 (font-lock-beg, font-lock-end): Declare.
2158
4824146a
JB
2159 * progmodes/idlw-shell.el (specs): Remove reference to deleted
2160 variable `idlwave-shell-activate-alt-keybindings' and simplify.
2161
b499d8d0
JB
2162 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
2163
ad89bb83
GM
21642012-05-08 Glenn Morris <rgm@gnu.org>
2165
2166 * files.el (auto-mode-alist): Treat ".make" like ".mk".
2167
8bba5a75
SM
21682012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2169
49ed9c8e
SM
2170 * vc/log-edit.el: Add GNU coding standards highlighting.
2171 (log-edit-font-lock-gnu-style)
2172 (log-edit-font-lock-gnu-keywords): New vars.
2173 (log-edit-font-lock-keywords): New fun.
2174 (log-edit-mode): Don't fold case in font-lock.
2175 (log-edit-font-lock-keywords): Do not assume case-folding.
2176
07d00b56
SM
2177 * imenu.el: Misc cleanup. Make docstrings out of comments.
2178 Use lexical-binding.
2179 (imenu--index-alist, imenu--last-menubar-index-alist)
2180 (imenu-menubar-modified-tick): Use defvar-local.
2181 (imenu--split-menu): Remove unused var.
2182 (imenu--cleanup-seen): Declare as global.
2183 (imenu--cleanup): Use dolist.
2184
8bba5a75
SM
2185 * subr.el (defvar-local): Add debug spec and doc-string position.
2186
5075bdb5
GM
21872012-05-08 Glenn Morris <rgm@gnu.org>
2188
c052c904
GM
2189 * lisp/language/burmese.el, language/cham.el, language/czech.el:
2190 * language/english.el, language/georgian.el, language/greek.el:
2191 * language/japanese.el, language/khmer.el, language/korean.el:
2192 * language/lao.el, language/misc-lang.el, language/romanian.el:
2193 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
2194 * language/thai.el, language/utf-8-lang.el:
2195 Remove no-byte-compile setting.
2196
5075bdb5
GM
2197 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
2198
06f679a7
AH
21992012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2200
2201 * progmodes/make-mode.el (makefile-browse):
2202 Remove unnecessary interactive. (Bug#11324)
2203
03794570
GM
22042012-05-07 Glenn Morris <rgm@gnu.org>
2205
af8630f4
GM
2206 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
2207
03794570
GM
2208 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
2209
f0809a9d
SM
22102012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2211
28be5ce7
SM
2212 * loadup.el: Preload newcomment.el.
2213 * newcomment.el: Move autoload-only code to toplevel.
2214
f0809a9d
SM
2215 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
2216 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
2217 Handle new :right-align column property.
2218 (tabulated-list-print-col): Idem, plus use `display' text-property to
2219 try and preserve alignment for variable pitch fonts.
2220
1241b724
CY
22212012-05-07 Chong Yidong <cyd@gnu.org>
2222
2223 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
2224 (tabulated-list-use-header-line): New var.
2225 (tabulated-list-init-header): Use it.
2226 (tabulated-list-print-fake-header): New function.
2227 (tabulated-list-print): Use it.
2228 (tabulated-list-sort-button-map): Add non-header-line commands.
2229 (tabulated-list-init-header): Add column name property to basic
2230 labels as well.
2231 (tabulated-list-col-sort): Handle non-header-line button case.
2232 (tabulated-list--sort-by-column-name): Fix a corner case.
2233
f0809a9d
SM
2234 * buff-menu.el (list-buffers--refresh):
2235 Handle Buffer-menu-use-header-line.
1241b724 2236
e5f9458f
CY
22372012-05-06 Chong Yidong <cyd@gnu.org>
2238
2239 * buff-menu.el: Convert to Tabulated List mode.
2240 (Buffer-menu-buffer+size-width): Make obsolete.
2241 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
2242 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
2243 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
2244 documentation into docstring of buffer-menu.
2245 (Buffer-menu-toggle-files-only): Add an informative message.
2246 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
2247 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
2248 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
2249 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
2250 (Buffer-menu-execute, Buffer-menu-select)
2251 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
2252 (Buffer-menu-bury): Use Tabulated List machinery.
2253 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
2254 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 2255 Delete.
e5f9458f
CY
2256 (list-buffers--refresh): New function.
2257 (list-buffers-noselect): Use it.
2258 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
2259 (Buffer-menu--pretty-file-name): New helper functions.
2260
2261 * loadup.el: Preload tabulated-list.
2262
2263 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
2264 tabulated-list-sort-column.
2265 (tabulated-list-init-header): Add the initial aligning space even
2266 if tabulated-list-padding is zero.
2267
e129292c
CS
22682012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
2269
2270 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
2271 whose cdr is not a cons cell correctly (bug#11038).
2272
6632d361
CY
22732012-05-06 Chong Yidong <cyd@gnu.org>
2274
e129292c
CS
2275 * emacs-lisp/tabulated-list.el (tabulated-list-format):
2276 Accept additional plist in column descriptors.
6632d361
CY
2277 (tabulated-list-init-header): Obey it.
2278 (tabulated-list-get-entry): New function.
2279 (tabulated-list-put-tag): Use it. Use string-width instead of
2280 length.
2281 (tabulated-list--column-number): New function.
2282 (tabulated-list-print): Use it.
e129292c
CS
2283 (tabulated-list-print-col): New function.
2284 Set `tabulated-list-column-name' property on each column's text.
6632d361 2285 (tabulated-list-print-entry): Use it.
e129292c
CS
2286 (tabulated-list-delete-entry, tabulated-list-set-col):
2287 New functions.
6632d361
CY
2288 (tabulated-list-sort-column): New command (Bug#11337).
2289
3cc99f68
CY
2290 * buff-menu.el (list-buffers): Move C-x C-b binding from
2291 buff-menu.el to bindings.el.
2292
2293 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
2294 :advertised-binding feature.
2295
52b61776
TN
22962012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
2297
2298 * progmodes/compile.el (compilation-internal-error-properties):
2299 Calculate start position correctly when end-col is set but
2300 end-line is not (Bug#11382).
2301
ebfe2597
WJ
23022012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
2303
2304 * man.el (Man-unindent): Use text-property-default-nonsticky to
2305 prevent untabify from inheriting face properties (Bug#11408).
2306
6d3f7c2f
SM
23072012-05-05 Stefan Merten <smerten@oekonux.de>
2308
2309 * textmodes/rst.el: Major merge with upstream development up to
2310 Docutils SVN r7399 / rst.el V1.2.1.
2311
2312 Clarify maintainership and authors.
2313
2314 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
2315 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
2316 (rst-official-version, rst-official-cvs-rev, rst-version)
2317 (rst-package-emacs-version-alist): New functions and variables
2318 for version information.
2319
2320 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
2321 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
2322 (rst-mode-syntax-table, rst-mode): New and corrected functions
2323 and variables representing reStructuredText features.
2324
2325 (rst-re): New function for reStructuredText regexes. Use in
2326 many places.
2327
2328 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
2329 (rst-mode-map): Rebind keys.
2330
2331 (rst-mode-lazy, rst-font-lock-keywords)
2332 (rst-font-lock-extend-region)
2333 (rst-font-lock-extend-region-internal)
2334 (rst-font-lock-extend-region-extend)
2335 (rst-font-lock-find-unindented-line-limit)
2336 (rst-font-lock-find-unindented-line-match)
2337 (rst-adornment-level, rst-font-lock-adornment-level)
2338 (rst-font-lock-adornment-match)
2339 (rst-font-lock-handle-adornment-pre-match-form)
2340 (rst-font-lock-handle-adornment-matcher): Major revision of
2341 font-locking. Integrate with other code. Use `jit-lock-mode'.
2342
2343 (rst-preferred-adornments, rst-adjust-hook)
2344 (rst-new-adornment-down, rst-preferred-bullets)
2345 (rst-preferred-bullets, rst-indent, rst-indent-width)
2346 (rst-indent-field, rst-indent-literal-normal)
2347 (rst-indent-literal-minimized, rst-indent-comment): Change,
2348 extend and improve customization.
2349
2350 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
2351 (rst-normalize-cursor-position, rst-get-decoration)
2352 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
2353 (rst-rstrip, rst-toc-insert-find-delete-contents)
2354 (rst-shift-fill-region, rst-compute-bullet-tabs)
2355 (rst-debug-print-tabs, rst-debug-mark-found)
2356 (rst-shift-region-guts, rst-shift-region-right)
2357 (rst-shift-region-left, rst-use-char-classes)
2358 (rst-font-lock-keywords-function)
2359 (rst-font-lock-indentation-point)
2360 (rst-font-lock-find-unindented-line-begin)
2361 (rst-font-lock-find-unindented-line-end)
2362 (rst-font-lock-find-unindented-line)
2363 (rst-font-lock-adornment-point, rst-font-lock-level)
2364 (rst-adornment-level-alist): Remove functions and variables.
2365
2366 (rst-compare-adornments, rst-get-adornment-match)
2367 (rst-suggest-new-adornment, rst-get-adornments-around)
2368 (rst-adornment-complete-p, rst-get-next-adornment)
2369 (rst-adjust-adornment, rst-display-adornments-hierarchy)
2370 (rst-straighten-adornments): Standardize function names to
2371 use "adornment" instead of "decoration". Correct callers.
2372 Similar standardizing in many places.
2373
2374 (rst-update-section, rst-adjust, rst-promote-region)
2375 (rst-enumerate-region, rst-bullet-list-region)
2376 (rst-repeat-last-character): Correct use of `interactive'.
2377
2378 (rst-classify-adornment, rst-find-all-adornments)
2379 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
2380 (rst-find-leftmost-column, rst-repeat-last-character):
2381 Refactor functions.
2382
2383 (rst-find-title-line, rst-reset-section-caches)
2384 (rst-get-adornments-around, rst-adjust-adornment-work)
2385 (rst-arabic-to-roman, rst-roman-to-arabic)
2386 (rst-insert-list-pos, rst-insert-list-new-item)
2387 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
2388 New functions.
2389
2390 (rst-all-sections, rst-section-hierarchy)
2391 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
2392 New variables.
2393
2394 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
2395 configuration instead of only buffer. Change where necessary.
2396
2397 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
2398 (rst-shift-region, rst-adaptive-fill): New functions for
2399 indentation and filling.
2400
2401 (rst-comment-line-break, rst-comment-indent)
2402 (rst-comment-insert-comment, rst-comment-region)
2403 (rst-uncomment-region): New functions for handling comments.
2404
2405 (rst-compile): Quote shell arguments.
2406
2407 (rst-compile-pdf-preview, rst-compile-slides-preview):
2408 Delete temporary files after use.
2409
a43f98b3
GM
24102012-05-05 Glenn Morris <rgm@gnu.org>
2411
48176e8b
GM
2412 * calendar/cal-html.el: Optionally include holidays in the output.
2413 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
2414 (cal-html-holidays): New option.
2415 (cal-html-css-default): Add holiday entry.
2416 (holiday-in-range): Autoload it.
2417 (cal-html-htmlify-entry): Add optional class argument.
2418 (cal-html-htmlify-list): Add optional holidays argument.
2419 (cal-html-insert-agenda-days): Include holidays in the output.
2420 (cal-html-one-month): Maybe include holidays.
2421
a43f98b3
GM
2422 * calendar/holidays.el (holiday-in-range):
2423 Move here from cal-tex-list-holidays.
2424 * calendar/cal-tex.el (cal-tex-list-holidays):
2425 Make it an obsolete alias for holiday-in-range. Update all callers.
2426
fef9d149 24272012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
2428
2429 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
2430 Nextstep.
2431
248da2f4
RW
24322012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
2433
2434 * files.el (file-auto-mode-skip): New var.
2435 (set-auto-mode-1): Use it.
2436
f95e9344
SM
24372012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2438
df96ab1e
SM
2439 * repeat.el: Use lexical-binding.
2440 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
2441 (repeat-undo-count): Remove.
2442 (repeat):
2443 * progmodes/octave-mod.el (octave-abbrev-start):
2444 * progmodes/f90.el (f90-abbrev-start):
2445 * face-remap.el (text-scale-adjust):
2446 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
2447
5342bb06
SM
2448 * emacs-lisp/pcase.el (pcase--let*): New function.
2449 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
2450 a bit more.
2451 (pcase--split-pred): Be more clever about ruling out overlap between
2452 a predicate and some constant pattern.
2453 (pcase--q1): Use `null' instead of (eq foo nil).
2454
f95e9344
SM
2455 * subr.el (setq-local, defvar-local): New macros.
2456 (kbd): Redefine as an alias.
2457 (with-selected-window): Leave unrelated frames alone.
2458 (set-temporary-overlay-map): New function.
2459
71873e2b
SM
24602012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2461
2462 * subr.el (user-error): New function.
2463 * window.el (switch-to-buffer):
2464 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
2465 (smerge-match-conflict):
2466 * simple.el (previous-matching-history-element)
2467 (next-matching-history-element, goto-history-element, undo-more)
2468 (undo-start):
2469 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
2470 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
2471 (next-file, tags-loop-scan, list-tags, complete-tag):
2472 * progmodes/compile.el (compilation-loop):
2473 * mouse.el (mouse-minibuffer-check):
2474 * man.el (Man-bgproc-sentinel, Man-goto-page):
2475 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
2476 (Info-history-forward, Info-follow-reference, Info-menu)
2477 (Info-extract-menu-item, Info-extract-menu-counting)
2478 (Info-forward-node, Info-backward-node, Info-next-menu-item)
2479 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
2480 (Info-next-reference, Info-prev-reference, Info-index)
2481 (Info-index-next, Info-follow-nearest-node)
2482 (Info-copy-current-node-name):
2483 * imenu.el (imenu--make-index-alist)
2484 (imenu-default-create-index-function, imenu-add-to-menubar):
2485 * files.el (basic-save-buffer, recover-file):
2486 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2487 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
2488 (checkdoc-message-text, checkdoc-defun):
2489 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
2490 * cus-edit.el (customize-changed-options, customize-rogue)
2491 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
2492 (custom-variable-mark-to-reset-standard)
2493 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
2494 (custom-file):
2495 * completion.el (check-completion-length):
2496 * comint.el (comint-search-arg)
2497 (comint-previous-matching-input-string-position)
2498 (comint-previous-matching-input)
2499 (comint-replace-by-expanded-history-before-point, comint-send-input)
2500 (comint-copy-old-input, comint-backward-matching-input)
2501 (comint-goto-process-mark, comint-set-process-mark):
2502 * calendar/calendar.el (calendar-cursor-to-date): Use it.
2503 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
2504
8a61ee22
SM
25052012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2506
66408d1e
SM
2507 * dabbrev.el (dabbrev--ignore-case-p): New function.
2508 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
2509 Use it.
2510
8a61ee22
SM
2511 * files.el (automount-dir-prefix): Mark as obsolete.
2512
3c74813a
GM
25132012-05-04 Glenn Morris <rgm@gnu.org>
2514
2515 * patcomp.el, play/bruce.el: Move to obsolete/.
2516
0bfcf5c5
PE
25172012-05-04 Paul Eggert <eggert@cs.ucla.edu>
2518
2519 Fix minor Y10k bugs.
2520 * arc-mode.el (archive-unixdate):
2521 * autoinsert.el (auto-insert-alist):
2522 * calc/calc-forms.el (math-this-year):
2523 * emacs-lisp/copyright.el (copyright-current-year)
2524 (copyright-update-year, copyright):
2525 * tar-mode.el (tar-clip-time-string):
2526 * time.el (display-time-update):
2527 Don't assume years have 4 digits.
2528
78f3273a
CY
25292012-05-04 Chong Yidong <cyd@gnu.org>
2530
2531 * dos-w32.el (file-name-buffer-file-type-alist)
2532 (direct-print-region-use-command-dot-com):
2533 * ffap.el (ffap-menu-regexp):
2534 * find-file.el (ff-special-constructs):
2535 * follow.el (follow-debug):
2536 * forms.el (forms--debug):
2537 * iswitchb.el (iswitchb-all-frames):
2538 * ido.el (ido-all-frames):
2539 * emacs-lisp/timer.el (timer-max-repeats):
2540 * mail/feedmail.el (feedmail-mail-send-hook)
2541 (feedmail-mail-send-hook-queued):
2542 * mail/footnote.el (footnote-signature-separator):
2543 * mail/mailabbrev.el (mail-alias-separator-string)
2544 (mail-abbrev-mode-regexp):
2545 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
2546 * progmodes/idlwave.el (idlwave-libinfo-file)
2547 (idlwave-default-completion-case-is-down)
2548 (idlwave-library-routines): Convert defvars to defcustoms.
2549
2550 * mail/rmail.el (rmail-decode-mime-charset):
2551 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
2552 (idlwave-shell-fix-inserted-breaks)
2553 (idlwave-shell-activate-alt-keybindings)
2554 (idlwave-shell-use-breakpoint-glyph):
2555 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
2556
f7ae6719
SM
25572012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2558
2559 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
2560
47086495
WS
25612012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
2562
2563 * progmodes/verilog-mode.el (font-lock-keywords):
2564 Fix mis-highligting auto. Reported by Craig Barner.
2565 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
2566 defines from global name space. Reported by Dan Dever.
2567 (verilog-auto-reset, verilog-auto-reset-widths)
2568 (verilog-auto-tieoff): Support using unbased numbers for
2569 AUTORESET and AUTOTIEOFF.
2570 (verilog-submit-bug-report): Update variable list.
2571 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
2572 parenthesis from not matching. Reported by Michael Rytting.
2573 (verilog-auto-template-lint): Fix hash error when linting modules
2574 with no used templates.
2575 (verilog-warn, verilog-warn-error)
2576 (verilog-warn-fatal): When non-interactive report multiple
2577 warnings before exiting. Suggested by Brad Dobbie.
2578 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
2579 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
2580 to report unused template errors. Reported by Brad Dobbie.
2581 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
2582 nets, bug438. Reported by Vns Blore.
2583 (verilog-auto-inout-module, verilog-auto-reg)
2584 (verilog-read-decls, verilog-read-sub-decls-sig)
2585 (verilog-signals-edit-wire-reg, verilog-signals-with):
2586 Fix passing of Verilog data types in ANSI input/output ports
2587 such as "output logic" into the AUTOs. Special case "wire" and
2588 "reg" for backwards compatibility presuming Verilog 2001.
2589 (verilog-auto-ascii-enum): Add "auto enum" as alias.
2590 (verilog-preprocess): Fix replication of preprocess output.
2591 Reported by Brad Dobbie.
2592 (verilog-auto-inst-interfaced-ports):
2593 Create verilog-auto-inst-interfaced-ports, bug429.
2594 Reported by Julian Gorfajn.
2595 (verilog-after-save-font-hook)
2596 (verilog-before-save-font-hook): New variable.
2597 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
2598 (verilog-save-font-mods): Wrap disabling fontification, reported
2599 by David Rogoff.
2600 (verilog-do-indent, verilog-pretty-declarations-auto)
2601 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
2602 Reported by Pierre-David Pfister.
2603 (verilog-set-auto-endcomments): Fix endtask auto comments outside
2604 of class declarations, bug292. Reported by Kevin Heilman.
2605 (verilog-read-decls): Fix 'parameter type' not appearing in
2606 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
2607 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
2608 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
2609 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
2610 Reported by David Kravitz.
2611
26122012-05-03 Michael McNamara <mac@mail.brushroad.com>
2613
2614 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
2615 assignment with tests in ifs and for loops.
2616 (verilog-extended-complete-re, verilog-complete-reg): Change so
2617 that DPI inport functions don't look like fuction declarations.
2618 (verilog-pretty-expr): Don't line up assignment
2619 operations to the test and increment in if and for loops
2620 (verilog-extended-complete-re, verilog-complete-reg): Change so
2621 that DPI inport functions don't look like fuction declarations
2622
2e51d4b5
KH
26232012-05-03 Kenichi Handa <handa@m17n.org>
2624
2625 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 2626 decoding, and show a warning message without signaling an error
2e51d4b5
KH
2627 (Bug#11282).
2628
2bd785a2
SM
26292012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2630
2631 * emacs-lisp/bytecomp.el
2632 (byte-compile-file-form-custom-declare-variable): Compile all elements,
2633 since cconv.el might have introduced :fun-body, internal-make-closure,
2634 and friends for bytecomp to handle (bug#11391).
2635 * custom.el (defcustom): Avoid ((λ ..) ..).
2636
99d27583
SM
26372012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2638
2639 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
2640
55a71479
JB
26412012-05-02 Juanma Barranquero <lekktu@gmail.com>
2642
2643 * notifications.el (dbus-debug):
2644 * term/linux.el (gpm-mouse-enable):
2645 * term/screen.el (xterm-register-default-colors): Declare.
2646
7b97c764
CY
26472012-05-02 Chong Yidong <cyd@gnu.org>
2648
2bc356d7
CY
2649 * cus-start.el (gc-cons-percentage, exec-suffixes)
2650 (dos-display-scancodes, dos-hyper-key, dos-super-key)
2651 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
2652 (make-cursor-line-fully-visible, void-text-area-pointer)
2653 (font-list-limit): Add customization data.
2654
7b97c764
CY
2655 * allout.el (allout-exposure-change-functions)
2656 (allout-structure-added-functions)
2657 (allout-structure-deleted-functions)
2658 (allout-structure-shifted-functions): Rename abnormal hooks from
2659 *-hook, and convert to defcustoms.
5d3385a0
JB
2660 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
2661 Convert to defcustoms.
7b97c764
CY
2662 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
2663
2664 * allout-widgets.el: Hook callers changed.
2665
90207a15 26662012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
2667
2668 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
2669 the yanked message in preference to the default value of
2670 buffer-file-coding-system.
2671
90207a15 26722012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 2673
5d3385a0
JB
2674 * window.el (display-buffer--action-function-custom-type):
2675 Fix entry.
d9558cad 2676
90207a15 26772012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
2678
2679 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
2680
d80ac57b
GM
26812012-05-01 Glenn Morris <rgm@gnu.org>
2682
976f7668
GM
2683 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
2684
beb83b5a
GM
2685 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
2686
d80ac57b
GM
2687 * cus-edit.el (custom-variable-documentation): Simplify with format.
2688
b593d6a9
AH
26892012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2690 Stefan Monnier <monnier@iro.umontreal.ca>
2691
2692 * simple.el (suggest-key-bindings, execute-extended-command):
2693 Move from keyboard.c.
2694
782fbf2a
CY
26952012-05-01 Chong Yidong <cyd@gnu.org>
2696
2697 * follow.el: Eliminate advice.
2698 (set-process-filter, process-filter, sit-for): Advice deleted.
2699 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
2700 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
2701 Vars deleted.
782fbf2a
CY
2702 (follow-auto): Use a :set function.
2703 (follow-mode): Rewritten. Don't advise process filters.
2704 (follow-switch-to-current-buffer-all, follow-scroll-up)
2705 (follow-scroll-down): Assume follow-mode is bound.
2706 (follow-comint-scroll-to-bottom)
2707 (follow-align-compilation-windows): New functions.
2708 (follow--window-sorter): New function.
2709 (follow-all-followers): Use it to explicitly sort windows by their
2710 positions; don't make assumptions about next-window order.
2711 (follow-windows-start-end, follow-delete-other-windows-and-split)
2712 (follow-calc-win-start): Doc fix.
2713 (follow-windows-aligned-p, follow-select-if-visible): Don't call
2714 vertical-motion unnecessarily.
2715 (follow-adjust-window): New function.
2716 (follow-post-command-hook): Use it.
2717 (follow-call-set-process-filter, follow-call-process-filter)
2718 (follow-intercept-process-output, follow-tidy-process-filter-alist)
2719 (follow-stop-intercept-process-output, follow-generic-filter):
2720 Functions deleted.
2721 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
2722 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
2723 New functions, replacing advice on scroll-bar-* commands.
87233a14 2724 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
2725
2726 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
2727 (comint-postoutput-scroll-to-bottom): Use it.
2728 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 2729
290af740
GM
27302012-05-01 Glenn Morris <rgm@gnu.org>
2731
2732 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
2733 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
2734 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
2735 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
2736 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
2737 Remove no-byte-compile setting.
2738
6eac8dc9
SM
27392012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2740
2741 * minibuffer.el (completion-table-with-quoting): Fix compatibility
2742 all-completions code to not return a number in the last cdr.
2743
9cc7819c
LL
27442012-04-30 Leo Liu <sdl.web@gmail.com>
2745
2746 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
2747 read-only error.
2748
c93b886f
CY
27492012-04-29 Chong Yidong <cyd@gnu.org>
2750
2751 * follow.el (follow-calc-win-end): Rewrite to handle partial
2752 screen lines correctly (Bug#8390).
2753 (follow-avoid-tail-recenter): Minor cleanup.
2754
8b6c19f4
SM
27552012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2756
2757 Avoid the obsolete `assoc' package.
2758 * speedbar.el (speedbar-refresh): Avoid adelete.
2759 (speedbar-file-lists): Simplify and avoid aput.
2760 * man.el (Man--sections, Man--refpages): New vars, replacing
2761 Man-sections-alist and Man-refpages-alist.
2762 (Man-build-section-alist, Man-build-references-alist):
2763 Use them; avoid aput.
2764 (Man--last-section, Man--last-refpage): New vars.
2765 (Man-follow-manual-reference): Use them.
2766 Use the `default' arg of completing-read.
2767 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
2768
c5bb7569
CY
27692012-04-27 Chong Yidong <cyd@gnu.org>
2770
d1d2e2e8
CY
2771 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
2772
15cd8efd
CY
2773 * startup.el (x-apply-session-resources): New function.
2774
2775 * term/ns-win.el (ns-initialize-window-system):
2776 * term/w32-win.el (w32-initialize-window-system):
2777 * term/x-win.el (x-initialize-window-system): Use it to properly
2778 set menu-bar-mode and other vars from X resources, even if the
2779 initial frame is not a window-system frame (Bug#2299).
2780
c5bb7569
CY
2781 * subr.el (read-key): Avoid running filter function when setting
2782 up temporary tool bar entries (Bug#9922).
2783
a8e7d6d7 27842012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
2785
2786 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
2787 (Bug#11344)
2788
a8e7d6d7 27892012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
2790
2791 * select.el (xselect--encode-string): New function, split from
2792 xselect-convert-to-string.
2793 (xselect-convert-to-string): Use it.
2794 (xselect-convert-to-filename, xselect-convert-to-os)
2795 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
2796 returned strings are properly encoded (Bug#11315).
2797
a8e7d6d7 27982012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
2799
2800 * simple.el (delete-active-region): Move to killing custom group.
2801
a8e7d6d7 28022012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
2803
2804 * progmodes/which-func.el (which-func-current): Quote %
2805 characters for mode-line processing.
2806
578c1d4b 28072012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
2808
2809 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
2810 reaching eob (Bug#11286).
2811
a8e7d6d7 28122012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
2813
2814 * progmodes/gdb-mi.el (gdb-control-level): New variable.
2815 (gdb): Make it buffer-local and init to zero.
2816 (gdb-control-commands-regexp): New variable.
2817 (gdb-send): Don't wrap in "-interpreter-exec console" if
2818 gdb-control-level is positive. Increment gdb-control-level
2819 whenever the command matches gdb-control-commands-regexp, and
2820 decrement it each time the command is "end". (Bug#11279)
2821
a8e7d6d7 28222012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
2823
2824 * window.el (adjust-window-trailing-edge, enlarge-window)
2825 (shrink-window, window-resize):
2826 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
2827 windows (Bug#11276).
2828
b3608390
CY
28292012-04-27 Chong Yidong <cyd@gnu.org>
2830
2831 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 2832 fix "missing prefix" warning. All callers changed.
b3608390 2833
797e6e88
SM
28342012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2835
2836 * emacs-lisp/assoc.el: Move to obsolete/.
2837
e95a67dc
SM
28382012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2839
657c21e4 2840 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
2841
2842 * term/ns-win.el (ns-define-service):
2843 * progmodes/pascal.el (pascal-goto-defun):
2844 * progmodes/js.el (js--read-tab):
2845 * progmodes/etags.el (tags-lazy-completion-table):
2846 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
2847 * emacs-lisp/ewoc.el (ewoc--wrap):
2848 * emacs-lisp/assoc.el (aput, adelete, amake):
2849 * doc-view.el (doc-view-convert-current-doc):
2850 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
2851
cb3e7ae0
CY
28522012-04-26 Chong Yidong <cyd@gnu.org>
2853
dce04f7f
CY
2854 * image.el (image-type-from-buffer): Only return supported image
2855 type (Bug#9045).
2856
cb3e7ae0
CY
2857 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
2858 value, for symmetry with diff-end-of-hunk.
2859 (diff-split-hunk, diff-find-source-location)
2860 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
2861 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
2862 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
2863 compute the relevant hunk or file properly (Bug#6005).
2864 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
2865
0d42eb3e
SM
28662012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2867
2868 * vc/vc-mtn.el:
2869 * vc/vc-hg.el:
2870 * vc/vc-git.el:
2871 * vc/vc-dir.el:
2872 * vc/vc-cvs.el:
2873 * vc/vc-bzr.el:
2874 * vc/vc-arch.el:
2875 * vc/vc.el: Replace lexical-let by lexical-binding.
2876 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
2877 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
2878 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
2879
f08ae1c9
CY
28802012-04-26 Chong Yidong <cyd@gnu.org>
2881
8b71081d
CY
2882 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
2883 (diff-mode-shared-map): Bind it to / and [remap undo].
2884
f08ae1c9
CY
2885 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
2886 (ediff-window-setup-function): Use it as the default, to set up
2887 windows based on whether the current frame is graphical (Bug#2138).
2888 (ediff-choose-window-setup-function-automatically): Make obsolete.
2889
2890 * vc/ediff-init.el: Always define ediff-pixel-width/height.
2891
ef24141c
SM
28922012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
2893
cc356a5d
SM
2894 * ffap.el: Remove old code for obsolete package.
2895 (ffap-complete-as-file-p): Remove.
2896
b4ff4f1f
SM
2897 Use completion-table-with-quoting for comint and pcomplete.
2898 * comint.el (comint--unquote&requote-argument)
2899 (comint--unquote-argument, comint--requote-argument): New functions.
2900 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
2901 (comint-quote-filename): Use regexp-opt-charset.
2902 (comint--common-suffix, comint--common-quoted-suffix)
2903 (comint--table-subvert): Remove.
2904 (comint-unquote-function, comint-requote-function): New vars.
2905 (comint--complete-file-name-data): Use them with
2906 completion-table-with-quoting.
2907 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
2908 * pcomplete.el (pcomplete-arg-quote-list)
2909 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
2910 (pcomplete-unquote-argument-function): Default to non-nil.
2911 (pcomplete-unquote-argument): Simplify.
2912 (pcomplete--common-quoted-suffix): Remove.
2913 (pcomplete-requote-argument-function): New var.
2914 (pcomplete--common-suffix): New function.
2915 (pcomplete-completions-at-point): Use completion-table-with-quoting
2916 and completion-table-subvert.
2917
79c4eeb4
SM
2918 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
2919 (minibuffer--double-dollars): Preserve properties.
2920 (completion--sifn-requote): New function.
2921 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
2922
ef24141c
SM
2923 * minibuffer.el: Add support for completion of quoted/escaped data.
2924 (completion-table-with-quoting, completion-table-subvert): New funs.
2925 (completion--twq-try, completion--twq-all): New functions.
2926 (completion--nth-completion): New function.
2927 (completion-try-completion, completion-all-completions): Use it.
2928
784e7d6e
LL
29292012-04-25 Leo Liu <sdl.web@gmail.com>
2930
dd2ac746
SM
2931 * progmodes/python.el (python-pdbtrack-get-source-buffer):
2932 Use compilation-message if available to find real filename.
784e7d6e 2933
07875ee7
CY
29342012-04-25 Chong Yidong <cyd@gnu.org>
2935
2936 * vc/diff-mode.el (diff-setup-whitespace): New function.
2937 (diff-mode): Use it.
2938
2939 * vc/diff.el (diff-sentinel):
2940 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
2941 Whitespace mode variables based on diff style (Bug#8612).
2942
5055880d
LL
29432012-04-25 Leo Liu <sdl.web@gmail.com>
2944
daf75653
LL
2945 * progmodes/python.el (python-send-region): Add suffix .py to the
2946 temp file.
2947
5055880d
LL
2948 * files.el (auto-mode-alist): Use javascript-mode instead.
2949
db9b177b
AH
29502012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
2951
ef24141c 2952 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b
AH
2953
2954 * soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 2955 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 2956 references, see Bug#9.
ef24141c 2957 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 2958 when receiving a fault reply.
ef24141c 2959 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b
AH
2960
2961 * soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 2962 (soap-inspect-simple-type): New function.
db9b177b 2963
ef24141c 2964 * soap-client.el (soap-simple-type): New struct.
db9b177b 2965 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
2966 (soap-decode-basic-type, soap-encode-basic-type):
2967 support unsignedInt and double basic types.
db9b177b 2968 (soap-resolve-references-for-simple-type)
ef24141c
SM
2969 (soap-parse-simple-type, soap-encode-simple-type): New function.
2970 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b
AH
2971
2972 * soap-client.el (soap-default-xsd-types)
ef24141c
SM
2973 (soap-default-soapenc-types): Add integer, byte and anyURI types.
2974 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
2975 the local name of "soapenc:Array".
2976 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
2977 decoding integer, byte and anyURI xsd types.
2978
1fc6097b
CY
29792012-04-25 Chong Yidong <cyd@gnu.org>
2980
2981 * cus-edit.el (custom-buffer-create-internal): Update header text.
2982
afc6df87
EZ
29832012-04-25 Eli Zaretskii <eliz@gnu.org>
2984
2985 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
2986 settings on 'system-type', not on 'window-system'. On MS-Windows,
2987 set interactive-mode on in GDB.
2988
dfbd787f
SM
29892012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2990
2991 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
2992 (ruby-syntax-propertize-regexp): Remove.
2993 (ruby-syntax-propertize-function): Split regexp into chunks.
2994 Match following code directly.
2995
85222d44
DG
29962012-04-24 Dmitry Gutov <dgutov@yandex.ru>
2997
51a8ea2a
DG
2998 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
2999 (ruby-syntax-propertize-regexp): New function.
3000 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
3001 by a special keyword.
3002
85222d44
DG
3003 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
3004 (ruby-syntax-general-delimiters-goto-beg)
3005 (ruby-syntax-propertize-general-delimiters): New functions.
3006 (ruby-syntax-propertize-function): Use them to handle GDL.
3007 (ruby-font-lock-keywords): Move old handling of GDL...
3008 (ruby-font-lock-syntactic-keywords): .. to here.
3009 (ruby-calculate-indent): Adjust indentation for GDL.
3010
b613912b
MA
30112012-04-24 Michael Albinus <michael.albinus@gmx.de>
3012
b5380639
MA
3013 * notifications.el (top): Remove unneeded declarations.
3014 (notifications-specification-version): Change to "1.2".
e43042fe 3015 (notifications-interface, notifications-notify-method)
b613912b
MA
3016 (notifications-close-notification-method): Fix docstring.
3017 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
3018 (notifications-notify): Add :action-items, :resident and
3019 :transient hints. Change "image_data" to "image-data" and
3020 "image_path" to "image-path".
b613912b
MA
3021 (notifications-get-capabilities): New defun.
3022
257440aa
LL
30232012-04-24 Leo Liu <sdl.web@gmail.com>
3024
3025 * progmodes/python.el: Move hideshow setup to the end.
3026
b1bac16e
MR
30272012-04-24 Martin Rudalics <rudalics@gmx.at>
3028
3029 * window.el (handle-select-window): Clear echo area since this is
3030 no more done by read_char (Bug#11304).
3031
d81bd059
SM
30322012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3033
3034 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
3035 and `/ M' to filter-derived-mode.
3036 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
3037 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
3038 (ibuffer-mark-by-mode): Use default rather than initial-input.
3039 (ibuffer-filter-by-derived-mode): Autoload and require-match.
3040
c4cf6d91
IA
30412012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
3042
3043 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
3044 (ibuffer-filter-by-derived-mode): New filter.
3045 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
3046
7511ded8
CY
30472012-04-23 Andreas Politz <politza@fh-trier.de>
3048
3049 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
3050
775c916b
CY
30512012-04-23 Chong Yidong <cyd@gnu.org>
3052
3053 * cus-edit.el (customize-apropos, customize-apropos-options):
3054 Disable matching of non-option variables (Bug#11176).
3055 (customize-option, customize-option-other-window)
3056 (customize-changed-options): Doc fix.
3057 (customize-apropos-options, customize-apropos-faces)
3058 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
3059
3060 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 3061 Fix word list splitting (Bug#11132).
46c71e23
CY
3062 (apropos-symbol, apropos-keybinding, apropos-label)
3063 (apropos-property, apropos-function-button)
3064 (apropos-variable-button, apropos-misc-button): New faces.
3065 (apropos-symbol-face, apropos-keybinding-face)
3066 (apropos-label-face, apropos-property-face, apropos-match-face):
3067 Variables removed (Bug#8396).
3068 (apropos-library-button, apropos-format-plist, apropos-print)
3069 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 3070
2df41f9c
MA
30712012-04-23 Michael Albinus <michael.albinus@gmx.de>
3072
3073 * net/xesam.el (xesam-mode-map): Use let-bound map in
3074 initialization. (Bug#11292)
3075
da00640a
AM
30762012-04-23 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
3077
3078 Preserve ispell session localwords when switching back to
3079 original buffer.
3080
3081 * ispell.el (ispell-buffer-session-localwords): New buffer-local
3082 variable to hold buffer session localwords.
3083 (ispell-kill-ispell): add option 'clear to delete session
3084 localwords.
3085 (ispell-command-loop, ispell-change-dictionary)
3086 (ispell-buffer-local-words): Preserve session localwords when
3087 needed.
3088
3089 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
3090 Preserve session localwords when needed.
3091
f621ccf5
AM
30922012-04-23 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
3093
3094 * ispell.el (ispell-insert-word) Remove unneeded function using
3095 obsolete `translation-table-for-input'.
ef24141c
SM
3096 (ispell-word, ispell-process-line, ispell-complete-word):
3097 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 3098
c2d1019e
CY
30992012-04-22 Chong Yidong <cyd@gnu.org>
3100
3101 * cus-edit.el (custom-variable-menu)
3102 (custom-variable-reset-saved, custom-face-menu)
3103 (custom-face-reset-saved): If there is no saved value, make the
3104 "reset-saved" operation bring back the default (Bug#9509).
3105 (custom-face-state): Properly detect themed faces.
3106
eeddc531
CY
3107 * faces.el (face-spec-set): Stop supporting deprecated form of
3108 third arg.
3109
dcbf5805
MA
31102012-04-22 Michael Albinus <michael.albinus@gmx.de>
3111
3112 Move functions from C to Lisp. Make non-blocking method calls
3113 the default. Implement further D-Bus standard interfaces.
3114
ef24141c
SM
3115 * net/dbus.el (dbus-message-internal): Declare function.
3116 Remove unneeded function declarations.
dcbf5805
MA
3117 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
3118 (dbus-message-type-method-return, dbus-message-type-error)
3119 (dbus-message-type-signal): Declare variables. Remove local
3120 definitions.
3121 (dbus-interface-dbus, dbus-interface-peer)
3122 (dbus-interface-introspectable, dbus-interface-properties)
3123 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
3124 Adapt docstring.
3125 (dbus-interface-objectmanager): New defconst.
3126 (dbus-call-method, dbus-call-method-asynchronously)
3127 (dbus-send-signal, dbus-method-return-internal)
3128 (dbus-method-error-internal, dbus-register-service)
3129 (dbus-register-signal, dbus-register-method): New defuns, moved
3130 from dbusbind.c
3131 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
3132 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
3133 New defuns.
dcbf5805
MA
3134 (dbus-call-method-non-blocking): Make it an obsolete function.
3135 (dbus-unregister-object, dbus-unregister-service)
3136 (dbus-handle-event, dbus-register-property)
3137 (dbus-property-handler): Obey the new structure of
3138 `bus-registered-objects'.
3139 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
3140 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3141 Use `dbus-call-method'.
3142
cf20dee0
CY
31432012-04-22 Chong Yidong <cyd@gnu.org>
3144
3145 * cus-edit.el (custom-commands, custom-reset-menu)
3146 (Custom-reset-standard): Tweak labels.
3147 (custom-reset-button-menu): Change default to t.
3148 (custom-buffer-create-internal): For the custom-reset-button-menu
3149 case, put the revert button first.
3150 (custom-group-subtitle): New face.
3151 (custom-group-value-create): Align docstring to a specific column.
3152
3153 * wid-edit.el (widget-documentation-link-add): Don't handle
3154 indentation in this function.
3155 (widget-documentation-string-indent-to): New function.
3156 (widget-documentation-string-value-create): Use it.
3157
3158 * autorevert.el (auto-revert):
3159 * epg-config.el (epg):
3160 * ibuffer.el (ibuffer):
3161 * mpc.el (mpc):
3162 * ses.el (ses):
3163 * eshell/eshell.el (eshell):
3164 * net/ange-ftp.el (ange-ftp):
3165 * progmodes/ebnf2ps.el (postscript):
3166 * progmodes/flymake.el (flymake):
3167 * progmodes/prolog.el (prolog):
3168 * progmodes/verilog-mode.el (verilog-mode):
3169 * progmodes/which-func.el (which-func):
3170 * term/xterm.el (xterm):
3171 * textmodes/picture.el (picture):
3172 * textmodes/tildify.el (tildify):
3173 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
3174 customization buffers.
3175
583e23bd
AM
31762012-04-22 Alan Mackenzie <acm@muc.de>
3177
3178 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
3179 Adding a ) can hide the resulting (..) from searches. Fix it.
3180 Bound the backward search to the position of the existing (.
3181
7dd51bf1
JB
31822012-04-21 Juanma Barranquero <lekktu@gmail.com>
3183
3184 * progmodes/verilog-mode.el (verilog-mode): Check whether
3185 which-func-modes is t before adding verilog-mode.
3186 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
3187
d64a438f
LL
31882012-04-21 Leo Liu <sdl.web@gmail.com>
3189
7dd51bf1 3190 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 3191
081e8d65
MV
31922012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
3193
3194 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
3195 filling of the last column of a table (Bug#5635).
3196 (woman-find-next-control-line): New arg, specifying an additional
3197 regexp component for the control line.
3198 (woman2-roff-buffer): Use it.
3199 (woman-break-table): New function.
3200 (woman2-TS): Use it.
3201
32022012-04-21 Chong Yidong <cyd@gnu.org>
3203
3204 * woman.el (woman-set-buffer-display-table, woman-decode-region)
3205 (woman-horizontal-escapes, woman-negative-vertical-space)
3206 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
3207 (WoMan-warn-ignored): Use ?\s instead of ?\ .
3208
ed571ccb
SM
32092012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3210
3211 * minibuffer.el (completion-file-name-table): Complete user names.
3212
39773899
LL
32132012-04-20 Leo Liu <sdl.web@gmail.com>
3214
3215 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
3216 and pcase-let*.
3217
de6ff46d
CY
32182012-04-20 Chong Yidong <cyd@gnu.org>
3219
3220 * server.el (server-execute): Respect initial-buffer-choice if it
3221 is a string and there are no files to open (Bug#2825).
3222 (server-create-window-system-frame, server-create-tty-frame):
3223 Don't switch buffers here.
2d0e8e61
CY
3224 (server-process-filter): Only try to open a window system frame if
3225 compiled with graphical support (Bug#8314).
de6ff46d 3226
54071013
DN
32272012-04-20 Dan Nicolaescu <dann@gnu.org>
3228
3229 * battery.el (battery-echo-area-format): Display remaining time
3230 for sysfs backend too (Bug#11269).
3231 (battery-linux-sysfs): Fix conditional for the charge.
3232
f30d612a
CY
32332012-04-20 Chong Yidong <cyd@gnu.org>
3234
c07a4c0b 3235 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
3236 (gdb-inferior-io--init-proc): New function.
3237 (gdb-init-1): Use it.
3238 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
3239 responsible for allocating a new pty and hooking it to gdb when
3240 the old pty gets an EIO due to process exit.
3241 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
3242 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
3243 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
3244
2116e93c
EZ
32452012-04-20 Eli Zaretskii <eliz@gnu.org>
3246
3247 * window.el (window-min-size, window-sizable, window-min-delta)
3248 (window-max-delta, window--resizable, window-resizable)
3249 (window-total-size, window-full-height-p, window-full-width-p)
3250 (window-in-direction, window--resize-mini-window, window-resize)
3251 (window--resize-child-windows-normal)
3252 (window--resize-child-windows, window--resize-siblings)
3253 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 3254 (enlarge-window, shrink-window): Doc fixes.
2116e93c 3255
c07a4c0b 32562012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 3257
ef24141c
SM
3258 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
3259 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
3260 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
3261 pty process (Bug#11273).
3262 (gdb-update): New arg to suppress talking to the gdb process.
3263 (gdb-done-or-error): Use it.
3264 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
3265 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
3266 sentinel not being called.
3267
3268 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
3269
d02766ab
CY
3270 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
3271
c07a4c0b 32722012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
3273
3274 * net/network-stream.el (open-network-stream): Doc fix.
3275
c07a4c0b 32762012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
3277
3278 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
3279
c07a4c0b 32802012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
3281
3282 Ensure searching for keywords is case sensitive.
3283
3284 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
3285 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
3286 (c-defun-name, c-mark-function, c-cpp-define-name)
3287 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 3288 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 3289
ef24141c
SM
3290 * progmodes/cc-mode.el (c-font-lock-fontify-region):
3291 Bind case-fold-search to nil.
f0f6bc35 3292
c07a4c0b 32932012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
3294
3295 * mail/sendmail.el (mail-bury): Call return action with the right
3296 Rmail buffer (Bug#11242).
3297
9a864fa2
CY
3298 * server.el (server-process-filter): Handle corner case where both
3299 tty and nowait options are present (Bug#11102).
3300
539aa513
EZ
33012012-04-20 Eli Zaretskii <eliz@gnu.org>
3302
3303 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
3304 (top level): Put into the executable the ident-style '$Id:' tag on
3305 windows-nt as well.
539aa513 3306
cfc7d5da
SM
33072012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3308
3309 * electric.el (electric-indent-post-self-insert-function): Check that
3310 electric-indent-mode is enabled in current buffer.
3311
5b01685c
JB
33122012-04-19 Juanma Barranquero <lekktu@gmail.com>
3313
3314 * imenu.el (imenu-progress-message): Restore; it is "used" in
3315 erc/erc-imenu.el and net/snmp-mode.el.
3316
4d6769e1
JB
33172012-04-19 Juanma Barranquero <lekktu@gmail.com>
3318
3319 * avoid.el (mouse-avoidance-mode): Mark unused arg.
3320 (mouse-avoidance-nudge-mouse): Remove unused binding.
3321
3322 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
3323
3324 * descr-text.el (describe-char):
3325 * progmodes/python.el (python-describe-symbol):
3326 Don't call `toggle-read-only', set `buffer-read-only'.
3327
3328 * imenu.el (imenu-default-goto-function): Mark unused args.
3329 (imenu-progress-message): Remove obsolete macro; all callers changed.
3330
3331 * subr.el (keymap-canonicalize): Remove unused binding.
3332 (read-passwd): Mark unused arg.
3333
3334 * tutorial.el (tutorial--display-changes): Remove unused binding.
3335 (tutorial--save-tutorial-to): Remove unused variable.
3336
3337 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
3338 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
3339 (package-generate-autoloads, package-menu--generate)
3340 (package-menu--find-upgrades): Remove unused bindings.
3341
3342 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
3343 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
3344 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
3345 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
3346 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
3347 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
3348 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
3349 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
3350 (cua-delete-char-rectangle): Mark unused args.
3351 (cua-align-rectangle): Remove unused binding.
3352
3353 * mail/rmail.el (compilation--message->loc)
3354 (epa--find-coding-system-for-mime-charset): Declare.
3355
3356 * net/dbus.el (dbus-register-service): Declare.
3357 (dbus-name-owner-changed-handler): Remove unused binding.
3358
3359 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
3360 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
3361 (nxml-scan-backward-within): Mark unused arg.
3362 (nxml-dynamic-markup-word): Remove unused binding.
3363
3364 * mouse.el (mouse-menu-major-mode-map):
3365 * emacs-lisp/authors.el (authors-scan-change-log)
3366 (authors-add-to-author-list):
3367 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
3368 * emacs-lisp/smie.el (smie-auto-fill):
3369 * mail/sendmail.el (mail-bury):
3370 * mail/unrmail.el (unrmail):
3371 * net/tls.el (open-tls-stream):
3372 * textmodes/picture.el (picture-mouse-set-point):
3373 Remove unused bindings.
3374
8c8fc5df
MA
33752012-04-19 Michael Albinus <michael.albinus@gmx.de>
3376
3377 * net/tramp.el (tramp-action-password): Let-bind
3378 `enable-recursive-minibuffers' to t.
3379
a77b0ac9
SS
33802012-04-18 Sam Steingold <sds@gnu.org>
3381
3382 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
3383 instead of 'string to accommodate values like [f11].
3384 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
3385 * progmodes/gdb-mi.el: Likewise.
3386
12a106a9
LL
33872012-04-18 Leo Liu <sdl.web@gmail.com>
3388
3389 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
3390 current buffer.
3391 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
3392 LOCAL is nil.
3393
bc6494ef
CY
33942012-04-18 Chong Yidong <cyd@gnu.org>
3395
3396 * simple.el (line-move): Use forward-line if in batch mode
3397 (Bug#11053).
3398
c09c46b2
CS
33992012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
3400
3401 * files.el (after-find-file): Do not try to add a final newline if
3402 the buffer is read-only (Bug#11156).
3403
5f6530ea
RS
34042012-04-17 Richard Stallman <rms@gnu.org>
3405
3406 * mail/rmail.el (rmail-start-mail):
3407 Pass (rmail-mail-return...) for the return-action.
3408 Pass (rmail-yank-current-message...) for the yank-action.
3409 (rmail-yank-current-message): New function.
3410 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
3411 (rmail-reply): Likewise.
3412 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
3413
3414 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 3415 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
3416 buffer, not newbuf.
3417
197b6f3c
JB
34182012-04-17 Juanma Barranquero <lekktu@gmail.com>
3419
3420 * server.el (server-ensure-safe-dir): Simplify.
3421
2311d8e5 34222012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 3423
2311d8e5
GM
3424 * emacs-lisp/smie.el: Provide smarter auto-filling.
3425 (smie-auto-fill): New function.
3426 (smie-setup): Use it.
98fb480e 3427
2311d8e5
GM
3428 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
3429
34302012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
3431
3432 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
3433 (comment-indent): Use it.
3434
2311d8e5 34352012-04-17 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
3436
3437 * ses.el: The overall change is to add cell renaming, that is
3438 setting fancy names for cell symbols other than name matching
3439 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 3440 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 3441 (ses-create-cell-variable): New defun.
2311d8e5 3442 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
3443 (ses-relocate-formula): Relocate formulas only for cells the
3444 symbols of which are not renamed, i.e. symbols whose names do not
3445 match regexp "\\`[A-Z]+[0-9]+\\'".
3446 (ses-relocate-all): Relocate values only for cells the symbols of
3447 which are not renamed.
3448 (ses-load): Create cells variables as the (ses-cell ...) are read,
3449 in order to check row col consistency with cell symbol name only
3450 for cells that are not renamed.
3451 (ses-replace-name-in-formula): New defun.
3452 (ses-rename-cell): New defun.
4bdf2ad2 3453
fc72b15c
PO
34542012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
3455
3456 * progmodes/perl-mode.el (perl-indent-parens-as-block):
3457 New option (bug#11118).
3458 (perl-calculate-indent): Respect it.
3459
12e10e61
GM
34602012-04-17 Glenn Morris <rgm@gnu.org>
3461
3462 * dired-aux.el (dired-mark-read-string): Doc fix.
3463
30009afd
DA
34642012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
3465
3466 * dired-aux.el (dired-mark-read-string): Offer optional completion.
3467 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
3468
41f03f4d
GM
34692012-04-17 Glenn Morris <rgm@gnu.org>
3470
3471 * mouse.el (mouse-drag-track):
3472 * speedbar.el (speedbar-frame-mode):
3473 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
3474
f45f90f3
LL
34752012-04-16 Leo Liu <sdl.web@gmail.com>
3476
3477 * progmodes/python.el: Trivial cleanup.
3478
94ee8db5
GM
34792012-04-16 Glenn Morris <rgm@gnu.org>
3480
121b8917
GM
3481 * vc/vc.el (vc-string-prefix-p):
3482 * vc/pcvs-util.el (cvs-string-prefix-p):
3483 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
3484 * mpc.el (mpc-string-prefix-p):
3485 Make all of these into obsolete aliases for string-prefix-p.
3486 Update callers.
3487 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
3488
1197ecfa
GM
3489 * textmodes/two-column.el: Move custom options to the start.
3490 (frame-width): Remove compat definition.
3491 (2C-associate-buffer, 2C-dissociate):
3492 Use with-current-buffer rather than save-excursion.
3493 (2C-dissociate): Force a mode-line update.
3494 (2C-autoscroll): Use ignore-errors.
3495
099e7202
GM
3496 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
3497 Autoload trivia.
3498
bf350d6a
GM
3499 * emacs-lisp/cl-extra.el (*random-state*):
3500 Remove unnecessary declaration.
3501
0e829eab
GM
3502 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
3503
e3ad7552
GM
3504 * play/cookie1.el (cookie-snarf):
3505 Give an explicit error if input file cannot be read.
3506
68892d27
GM
3507 * play/yow.el (yow-file): Use expand-file-name rather than concat.
3508
20f0c46d
GM
3509 * progmodes/perl-mode.el (c-macro-expand):
3510 Remove unnecessary autoload (it is in loaddefs.el).
3511
5a0978ce
GM
3512 * textmodes/picture.el (picture-desired-column)
3513 (picture-update-desired-column): Convert comments to doc-strings.
3514 (picture-substitute): Remove function.
3515 (picture-mode-map): Initialize in the defvar.
3516
6b955486
GM
3517 * woman.el: Remove eval-after-load for tar-mode.
3518 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
3519 (woman-tar-extract-file): Autoload it.
3520
94ee8db5
GM
3521 * frame.el (automatic-hscrolling): Make this alias obsolete.
3522
177eca34
AM
35232012-04-12 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
3524
3525 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 3526 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
3527 (ispell-dictionary-base-alist): Revert to original XEmacs
3528 friendly version for default. [:alpha:] will be added in
3529 `ispell-set-spellchecker-params' if needed
177eca34 3530
c505aaeb
CY
35312012-04-16 Chong Yidong <cyd@gnu.org>
3532
3533 * image.el (imagemagick--extension-regexp): New variable.
3534 (imagemagick-register-types): Use it.
3535 (imagemagick-types-inhibit): Add :set function. Allow new value
3536 of t to inhibit all types.
3537
3538 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
3539 so we can preload it.
3540
3541 * loadup.el (fboundp): Preload regexp-opt, needed by
3542 imagemagick-register-types.
3543
60efac0f
CY
35442012-04-15 Chong Yidong <cyd@gnu.org>
3545
3546 * frame.el (scrolling): Remove nearly unused customization group.
3547
3548 * scroll-all.el (scroll-all-mode): Move to windows group.
3549
5dd1713e
CY
35502012-04-15 Chong Yidong <cyd@gnu.org>
3551
3552 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
3553
e6fd457e
CY
35542012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3555
3556 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 3557 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 3558
e153c136
GM
35592012-04-15 Glenn Morris <rgm@gnu.org>
3560
3561 * simple.el (process-file-side-effects): Doc fix.
3562
e6fd457e 35632012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
3564
3565 * international/mule-cmds.el (set-language-environment): Doc fix.
3566
3603c3b1
JB
35672012-04-14 Juanma Barranquero <lekktu@gmail.com>
3568
3569 * server.el (server-auth-key, server-generate-key): Doc fixes.
3570 (server-get-auth-key): Doc fix. Use `string-match-p'.
3571 (server-start): Reflow docstring.
3572
e6de100c
LI
35732012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
3574
3575 * server.el (server-generate-key): `called-interactively-p'
3576 requires a parameter.
3577
29734c21
MN
35782012-04-14 Michal Nazarewicz <mina86@mina86.com>
3579
3580 * server.el (server-auth-key): New variable.
75f1671a 3581 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
3582 (server-start): Use the new variable and functions to allow
3583 setting a permanent server key (bug#9423).
3584
d65c9521
LL
35852012-04-14 Leo Liu <sdl.web@gmail.com>
3586
3587 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
3588
5ae255c7
PE
35892012-04-14 Paul Eggert <eggert@cs.ucla.edu>
3590
3591 Spelling fixes.
3592 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
3593 Emacs uses American spelling.
3594
d5e6342e
JB
35952012-04-14 Juanma Barranquero <lekktu@gmail.com>
3596
3597 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
3598 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
3599 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
3600 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
3601
ab036cd7
SM
36022012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3603
3604 * progmodes/which-func.el (which-func-modes): Change default.
3605
35dc09a1 36062012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
3607
3608 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
3609 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
3610
35dc09a1 36112012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
3612
3613 * custom.el (custom-theme-set-variables): Doc fix.
3614
35dc09a1 36152012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
3616
3617 * international/mule.el (set-auto-coding-for-load): Doc fix.
3618
35dc09a1 36192012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 3620
35dc09a1
GM
3621 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
3622 imenu work again for Objective C Mode. Correct the *-index values,
3623 these having been disturbed by a previous change in 2011-08.
57f845ee 3624
0de3da9f
AM
3625 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
3626 Correct two search limits.
3627
35dc09a1 36282012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
3629
3630 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
3631
35dc09a1 36322012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
3633
3634 * international/characters.el: Fix sorting.
3635
35dc09a1 36362012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
3637
3638 * international/characters.el: Add more missing Latin case pairs.
3639
35dc09a1 36402012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
3641
3642 * files.el (dir-locals-set-class-variables): Doc fix.
3643
35dc09a1 36442012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 3645
3f1b5bf8
EZ
3646 * international/characters.el: Add set-case-syntax-pair call for
3647 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
3648 counterpart. (Bug#11209)
3649
9f847f41
EZ
3650 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
3651
35dc09a1 36522012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
3653
3654 * calendar/holidays.el (calendar-check-holidays): Doc fix.
3655
35dc09a1 36562012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 3657
35dc09a1
GM
3658 * textmodes/ispell.el (ispell-dictionary-base-alist):
3659 Add data for Hebrew.
e2627d21 3660
35dc09a1 36612012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 3662
35dc09a1
GM
3663 * net/rcirc.el (rcirc-cmd-quit):
3664 Revert 2012-03-18 change (Bug#11192).
5c14e333 3665
35dc09a1 36662012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
3667
3668 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
3669
35dc09a1 36702012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 3671
4517fe3a
SM
3672 * minibuffer.el (completion-in-region-mode-map):
3673 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 3674
b472a594
VD
36752012-04-13 Vivek Dasmohapatra <vivek@etla.org>
3676
3677 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
3678
09b95ce3
MY
36792012-04-13 Masatake YAMATO <yamato@redhat.com>
3680
3681 * minibuffer.el (minibuffer-local-filename-syntax): New variable
3682 to allow `C-M-f' and `C-M-b' to move to the nearest path
3683 separator (bug#9511).
3684
4b63a9ca
LI
36852012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
3686
3687 * avoid.el: Require cl when compiling. And also move the
3688 `provide' to the end.
3689
7b55b8bf
TV
36902012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3691
3692 * avoid.el (mouse-avoidance-banish-position): New variable.
3693 (mouse-avoidance-banish-destination): Use it (bug#10165).
3694
adedaa1f
LL
36952012-04-13 Leo Liu <sdl.web@gmail.com>
3696
3697 * progmodes/which-func.el (which-func-modes): Add objc-mode.
3698
70e74021
KB
36992012-04-13 Ken Brown <kbrown@cornell.edu>
3700
3701 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 3702 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
3703 (browse-url-filename-alist): For the same reason, don't modify
3704 file:// URLs on Cygwin.
3705
e75e89ba
SM
37062012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3707
3708 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
3709 the region on shift if the binding is already shifted (bug#11221).
3710
82f289a4
GM
37112012-04-12 Glenn Morris <rgm@gnu.org>
3712
3713 * mail/mailpost.el: Move to obsolete/.
3714
d333dc4c
DA
37152012-04-12 Drew Adams <drew.adams@oracle.com>
3716
3717 * imenu.el (imenu--generic-function): Ignore invisible definitions
3718 (bug#10123).
3719
0d15b5ba
VD
37202012-04-12 Vivek Dasmohapatra <vivek@etla.org>
3721
3722 * hexl.el (hexl-bits): New variable.
3723 (hexl-options): Mention the variable in the doc string.
75f1671a 3724 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 3725 (hexl-mode): Mention the new variable.
75f1671a
JB
3726 (hexl-mode, hexl-current-address, hexl-current-address):
3727 Use the displen.
0d15b5ba
VD
3728 (hexl-ascii-start-column): New function.
3729 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
3730 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
3731
64a440db
AM
37322012-04-12 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
3733
3734 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
3735 '("-i" ENCODING), in 2 separate command-line arguments, to specify
3736 the encoding, as expected by hunspell.
3737
6decb6c2
SM
37382012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3739
3740 * battery.el (battery--linux-sysfs-regexp): New const.
3741 (battery-status-function): Use it. Remove yeeloong special case.
3742 (battery-yeeloong-sysfs): Remove.
3743 (battery-echo-area-format): Remove yeeloong special case.
3744
088be6fb
SM
37452012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3746
6622e416
SM
3747 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
3748 Reported by Noah Friedman.
3749
088be6fb
SM
3750 * subr.el (read-passwd): Use read-string.
3751
b49f886e
LMI
37522012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3753
3754 * vcursor.el (vcursor-move): Increase the priority of the overlay
3755 (bug#9663).
3756
a63067fc
DD
37572012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3758
3759 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
3760 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
3761
ac3cf14a
WS
37622012-04-11 William Stevenson <yhvh2000@gmail.com>
3763
3764 * textmodes/artist.el (artist-mode): Convert artist-mode to use
3765 define-minor-mode (bug#10760).
3766
c4fc691b 37672012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 3768
4d6769e1 3769 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
3770 that directories matching `grep-find-ignored-files' won't be
3771 pruned (bug#10351).
3772
af23e2e5
CY
37732012-04-11 Chong Yidong <cyd@gnu.org>
3774
3775 * startup.el (command-line): Remove support for long-obsolete
3776 variable font-lock-face-attributes.
3777
ab7ce8c1
GM
37782012-04-11 Glenn Morris <rgm@gnu.org>
3779
3780 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
3781
de8c03dc
SM
37822012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3783
3784 * window.el (window--state-get-1): Obey window-point-insertion-type.
3785
050cc68b
LB
37862012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
3787
3788 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
3789 to previous function when point is on the first character of a
75f1671a 3790 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 3791
a38c310c
GM
37922012-04-11 Glenn Morris <rgm@gnu.org>
3793
effed0c2
GM
3794 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
3795 not just file-errors.
3796
a38c310c
GM
3797 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
3798 (vc-bzr-sha1): Use internal sha1.
3799
0221e323
SM
38002012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3801
3802 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
3803
43956923
SG
38042012-04-10 SĂ©bastien Gross <seb@chezwam.org> (tiny change)
3805
3806 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
3807 that start in the middle of the line (bug#10496).
3808
6a8c9eaf
DN
38092012-04-10 Dan Nicolaescu <dann@gnu.org>
3810
3811 * battery.el (battery-linux-proc-acpi): Only one battery is
3812 discharged at a time, but that seems to confuse battery.el when
3813 computing `rate-type' for the battery not being discharged
3814 (bug#10332).
3815
1930bf5d
SM
38162012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3817
2a718f6f
SM
3818 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
3819
599430d0
SM
3820 * international/quail.el: Use dolist and simplify.
3821 (quail-define-package, quail-update-keyboard-layout)
3822 (quail-define-rules): Use dolist.
3823 (quail-insert-kbd-layout, quail-get-translation): CSE.
3824
a2754b6c
SM
3825 * tmm.el: Use dolist, remove left over hook.
3826 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
3827 Use dolist.
3828 (calendar-load-hook): Don't mess with it.
3829
1930bf5d
SM
3830 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
3831 Use derived-mode-p. Run the diff asynchronously.
3832
9f67961c
LMI
38332012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3834
3835 * obsolete/mouse-sel.el: Add an Obsolete-since header.
3836
2a8ce227
JB
38372012-04-10 Juanma Barranquero <lekktu@gmail.com>
3838
3839 * misc.el: Display absolute path of loaded DLLs (bug#10424).
3840 (list-dynamic-libraries--loaded): New function.
3841 (list-dynamic-libraries--refresh): Use it.
3842
8f33b5f8
NW
38432012-04-10 Nathan Weizenbaum <nweiz@google.com>
3844
1930bf5d
SM
3845 * progmodes/python.el (python-fill-paragraph):
3846 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
3847 disabled (bug#7018).
3848
b12f0439
L
38492012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
3850
1930bf5d 3851 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
3852 DOS/MS Windows for the Baltic languages. There are still plenty
3853 of texts written in this encoding/codepage (bug#6519).
b12f0439 3854
57c3bd01
GM
38552012-04-10 Glenn Morris <rgm@gnu.org>
3856
3857 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
3858 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
3859
6c3eab30
FA
38602012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
3861
1930bf5d 3862 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
3863 next-line "n" and previous-line "p" in order to make recentf more
3864 consistent with ibuffer, dired or org-mode (bug#9387).
3865
24d78a88
LMI
38662012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3867
bc72b5d9
LMI
3868 * image.el (put-image): Return the overlay created instead of the
3869 optional input string (bug#7834). Note that this may break code
3870 that is (for some reason or other) depending on `put-image'
3871 returning the string.
3872
bd2dba5a
LMI
3873 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
3874
74beb59f
LMI
3875 * simple.el (zap-to-char): Allow zapping using input methods
3876 (bug#1580).
3877
24d78a88
LMI
3878 * textmodes/fill.el (fill-region): Leave point and mark where they
3879 were before filling (bug#5399).
3880
263f20cd
GM
38812012-04-09 Glenn Morris <rgm@gnu.org>
3882
3883 * version.el (emacs-bzr-get-version):
3884 Handle lightweight checkouts of local branches.
3885
58d1f797
AS
38862012-04-09 Andreas Schwab <schwab@linux-m68k.org>
3887
263f20cd 3888 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 3889
b4d3bc10
CY
38902012-04-09 Chong Yidong <cyd@gnu.org>
3891
3892 * custom.el (custom-variable-p): Return nil for non-symbol
3893 arguments instead of signaling an error.
3894 (user-variable-p): Obsolete alias for custom-variable-p.
3895
3896 * apropos.el (apropos-variable):
3897 * files-x.el (read-file-local-variable):
3898 * simple.el (set-variable):
3899 * woman.el (woman-mini-help):
3900 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
3901
fd06db5d
GM
39022012-04-09 Glenn Morris <rgm@gnu.org>
3903
e5fcdb5e
GM
3904 * startup.el (normal-top-level): Don't look for leim-list.el
3905 in places where it will not be found. (Bug#910)
3906
fd06db5d
GM
3907 * international/mule-cmds.el (set-default-coding-systems):
3908 * files.el (normal-mode):
3909 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
3910 This function was removed with ucs-tables.el in 2008.
3911
b39bb7e1
EZ
39122012-04-08 Eli Zaretskii <eliz@gnu.org>
3913
3914 * textmodes/ispell.el (ispell-check-version): For hunspell, set
3915 ispell-encoding8-command to "-i", without a trailing space.
3916 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
3917 separate command-line arguments, to specify the encoding, since
3918 that's how hunspell expects it.
3919
5c5b8e23
GM
39202012-04-08 Glenn Morris <rgm@gnu.org>
3921
3922 * loadup.el: Load bindings before cus-start.
3923 This reduces somewhat the number of "rogue" settings in emacs -Q.
3924
a1ed8b05
GM
39252012-04-07 Glenn Morris <rgm@gnu.org>
3926
3927 * version.el (emacs-bzr-get-version): New function.
dfae128a 3928 (emacs-bzr-version): New variable.
a1ed8b05
GM
3929 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
3930 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
3931
b142f158
EZ
39322012-04-07 Eli Zaretskii <eliz@gnu.org>
3933
dfae128a
GM
3934 * international/uni-bidi.el, international/uni-category.el:
3935 * international/uni-combining.el, international/uni-decimal.el:
3936 * international/uni-decomposition.el, international/uni-digit.el:
3937 * international/uni-lowercase.el, international/uni-mirrored.el:
3938 * international/uni-name.el, international/uni-numeric.el:
3939 * international/uni-titlecase.el, international/uni-uppercase.el:
3940 Update for Unicode 6.1.
b142f158 3941
9078ead6
EZ
39422012-04-07 Eli Zaretskii <eliz@gnu.org>
3943
3944 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
3945
f23d2c7d
LMI
39462012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3947
3948 * window.el (shrink-window): Mention the `window-min-height'
3949 variable in the doc string.
3950
0a0a3573
BG
39512012-04-05 Bastien Guerry <bzg@altern.org>
3952
3953 * color.el (color-lighten-name): Fix typo.
3954
e5248ac9
SM
39552012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3956
3957 * server.el (server--on-display-p): New function.
3958 (server--on-display-p): Use it.
3959
b4243e22
GV
39602012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
3961
3962 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
3963 (bug#11145).
3964
305d9f44
SM
39652012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3966
3967 * comint.el (comint--common-quoted-suffix): Check string boundary
3968 before comparing (bug#11158).
3969 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
3970
3d439cd1
CY
39712012-04-04 Chong Yidong <cyd@gnu.org>
3972
321cc491
CY
3973 * minibuffer.el (completion-extra-properties): Doc fix.
3974
3d439cd1
CY
3975 * subr.el (delayed-warnings-hook): Doc fix.
3976
2d562c0f
DU
39772012-04-04 Daiki Ueno <ueno@unixuser.org>
3978
3979 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
3980 selection (Bug#11159).
3981 (epa-insert-keys): Inform that the default public key will be
3982 exported if no key is selected.
3983
4443f204
RS
39842012-04-04 Richard Stallman <rms@gnu.org>
3985
3986 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
3987
529c06b6
CY
39882012-04-03 Chong Yidong <cyd@gnu.org>
3989
3990 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
3991 mail-insert-file, not its obsolete alias mail-attach-file.
3992
66b907dc
MA
39932012-04-03 Michael Albinus <michael.albinus@gmx.de>
3994
3995 * notifications.el (notifications-notify): Fix docstring.
3996
c0ea195d
GM
39972012-04-02 Glenn Morris <rgm@gnu.org>
3998
3999 * emacs-lisp/authors.el (authors-aliases): Another addition.
4000
5ca64e00
MA
40012012-04-02 Michael Albinus <michael.albinus@gmx.de>
4002
4003 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
4004 `tramp-compat-call-process' instead of `tramp-local-call-process'.
4005 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
4006
42ee526b
CY
40072012-04-01 Chong Yidong <cyd@gnu.org>
4008
4009 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
4010 Handle root directory properly.
4011 (copy-directory): Caller changed.
4012
4013 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4014 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
4015
0b021094
GM
40162012-03-31 Glenn Morris <rgm@gnu.org>
4017
40f86458
GM
4018 * term/xterm.el (xterm-extra-capabilities): Doc fix.
4019
7019c177
GM
4020 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
4021
a1daddd6
GM
4022 * calendar/calendar.el (calendar-window-list)
4023 (calendar-hide-window): Restore. (Bug#11140)
4024 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
4025
0b021094
GM
4026 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
4027
40311efc
TV
40282012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4029
4030 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4031 Check if file is a symlink (Bug#10489).
4032
4033 * files.el (copy-directory): Likewise.
4034
5319014e
CY
40352012-03-30 Chong Yidong <cyd@gnu.org>
4036
4037 * image.el (imagemagick-types-inhibit)
4038 (imagemagick-register-types): Doc fix.
4039
935d1290
AM
40402012-03-30 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
4041
ef24141c
SM
4042 * ispell.el (ispell-get-extended-character-mode):
4043 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 4044 and treats ~word as ordinary words in pipe mode.
935d1290 4045
61c6e8fd
GM
40462012-03-30 Glenn Morris <rgm@gnu.org>
4047
4048 * tutorial.el (help-with-tutorial): Ensure local variables don't
4049 happen to make the buffer read-only. (Bug#11127)
4050
81fdff00
SM
40512012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
4052
4053 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
4054 (perl-calculate-indent): Return `noindent' in strings.
4055
6e7a6ec0
SS
40562012-03-28 Sam Steingold <sds@gnu.org>
4057
4058 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
4059 instead of the broken adhockery which does not prevent calendar
4060 buffers from being displayed at random after exit.
4061 (calendar-window-list, calendar-hide-window): Remove the broken
4062 adhockery.
4063
fee88ca0
GM
40642012-03-28 Glenn Morris <rgm@gnu.org>
4065
4066 * replace.el (query-replace-map): Doc fix.
4067
38de3354
AS
40682012-03-28 Andreas Schwab <schwab@linux-m68k.org>
4069
4070 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
4071 contents. (Bug#11109)
4072
b973155e
SM
40732012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4074
4075 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
4076 (bug#11077).
4077 (avl-tree--check, avl-tree--check-node): New funs.
4078
dcb6e7b3
MR
40792012-03-27 Martin Rudalics <rudalics@gmx.at>
4080
4081 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
4082 (switch-to-prev-buffer, switch-to-next-buffer):
4083 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
4084 showing a buffer already is done on the same frame.
4085
b4fa35fa
GM
40862012-03-27 Glenn Morris <rgm@gnu.org>
4087
4088 * startup.el (mail-host-address): Doc fix.
4089
f9210e18
SM
40902012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4091
4092 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
4093 than 197 variables.
4094
c0bf7753
AF
40952012-03-26 Ami Fischman <ami@fischman.org>
4096
4097 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
4098
33da7b16
GM
40992012-03-26 Glenn Morris <rgm@gnu.org>
4100
02243d9d
GM
4101 * files.el (save-buffers-kill-emacs): Doc fix.
4102
33da7b16
GM
4103 * startup.el (normal-top-level, command-line, command-line-1):
4104 Give them doc strings.
4105
e5a69fd0
EZ
41062012-03-25 Eli Zaretskii <eliz@gnu.org>
4107
4108 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 4109 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 4110
9a69676a
CY
41112012-03-25 Chong Yidong <cyd@gnu.org>
4112
4125cb8b
CY
4113 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
4114 theme if it was previously enabled before (Bug#11031).
4115
dd470960
CY
4116 * cus-theme.el (custom-theme-write-faces): Retrieve current face
4117 spec with custom-face-get-current-spec if its :shown-value is not
4118 determined yet (Bug#9337).
4125cb8b 4119 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 4120
9a69676a
CY
4121 * button.el (button-at): Minor addition to docstring.
4122
6e7e90fa
SL
41232012-03-24 Simon Leinen <simon.leinen@gmail.com>
4124
4125 * vc/vc.el (vc-merge): Fix a prompt.
4126
f06e2758
CY
41272012-03-24 Chong Yidong <cyd@gnu.org>
4128
4129 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
4130 point (Bug#9623).
4131
6e7e90fa
SL
4132 * button.el (button-at): Minor addition to docstring.
4133
b9d0879b
SM
41342012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4135
4136 * newcomment.el (comment-choose-indent): No space after BOL.
4137
e71cebb3
SS
41382012-03-22 Sam Steingold <sds@gnu.org>
4139
4140 * window.el (switch-to-prev-buffer): Revert last patch because the
4141 bug turned out to be an advertised feature (Elisp manual 28.14).
4142
335aff35
GM
41432012-03-22 Glenn Morris <rgm@gnu.org>
4144
4145 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
4146 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
4147
c676576a
LMI
41482012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4149
4150 * net/network-stream.el (network-stream-open-starttls): Make error
4151 message under Windows be less misleading.
4152
126f3d39
LW
41532012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
4154
4155 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
4156 understands (bug#9942).
4157
64fee311
CY
41582012-03-22 Chong Yidong <cyd@gnu.org>
4159
4160 * simple.el (end-of-visible-line): Handle return value of
4161 next-single-property-change properly (Bug#9371).
4162
a640d29a
KH
41632012-03-22 Kenichi Handa <handa@m17n.org>
4164
4165 * international/quail.el (quail-insert-kbd-layout): Fix previous
4166 change. To avoid unwanted bidi reordering, use
4167 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
4168
39675016
DG
41692012-03-21 Dmitry Gutov <dgutov@yandex.ru>
4170
4171 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
4172 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
4173 (ruby-beginning-of-indent): Be more careful with the difference
4174 between word-boundary and symbol boundary.
4175 (ruby-mode-syntax-table): Make : a symbol constituent.
4176
0a6934fc 41772012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 4178
3d008e4f
SM
4179 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
4180
0a6934fc
SM
41812012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4182
af67c9d7
SM
4183 * progmodes/etags.el (tags-completion-at-point-function):
4184 Improve last fix.
4185
1acad97c
SM
4186 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
4187
e298b5da
SS
41882012-03-21 Sam Steingold <sds@gnu.org>
4189
4190 * progmodes/etags.el (tags-completion-at-point-function):
4191 Avoid the error when point is inside the pattern.
4192
91d82a70
JY
41932012-03-21 John Yates <john@yates-sheets.org> (tiny change)
4194
4195 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
4196 line (Bug#10855).
4197
69188b79
CY
41982012-03-21 Drew Adams <drew.adams@oracle.com>
4199
4200 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
4201
99fc91fe
AK
42022012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
4203
4204 * ido.el (ido-set-current-directory, ido-read-internal)
4205 (ido-choose-completion-string, ido-completion-help): Handle nil
4206 value of ido-completion-buffer (Bug#11008).
4207
087bbb4c
SS
42082012-03-21 Sam Steingold <sds@gnu.org>
4209
4210 * window.el (switch-to-prev-buffer): Do not switch to a visible
4211 window previous buffer, just like with the frame previous buffers.
4212
fb5b8aca
CY
42132012-03-21 Chong Yidong <cyd@gnu.org>
4214
4215 * faces.el (make-face, make-empty-face, copy-face):
4216 * face-remap.el (face-remap-add-relative, face-remap-set-base):
4217 Doc fixes.
4218
dc9924b8
SM
42192012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4220
4221 * wid-edit.el (widget-complete-field): Remove (bug#11051).
4222 (widget-complete): Remove broken use of it.
4223
f0bcceb9
CY
42242012-03-20 Chong Yidong <cyd@gnu.org>
4225
dc9924b8
SM
4226 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
4227 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
4228 characters.
4229
ee52ebf3
TH
42302012-03-20 Tassilo Horn <tassilo@member.fsf.org>
4231
4232 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
4233 to draw rectangles, not squares. (Regression introduced by revno
4234 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
4235
4c5779ab
CY
42362012-03-18 Chong Yidong <cyd@gnu.org>
4237
4238 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
4239 it is not yet defined (for temacs).
4240
15360934
LL
42412012-03-18 Leo Liu <sdl.web@gmail.com>
4242
dc9924b8 4243 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 4244
d9a8eb66
EZ
42452012-03-17 Eli Zaretskii <eliz@gnu.org>
4246
4247 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
4248 (ispell-choices-win-default-height, ispell-silently-savep)
4249 (ispell-dictionary-alist, ispell-encoding8-command)
4250 (ispell-check-version, ispell-aspell-find-dictionary)
4251 (ispell-valid-dictionary-list, ispell-words-keyword)
4252 (ispell-get-word, ispell-internal-change-dictionary)
4253 (ispell-region, ispell-skip-region-list)
4254 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
4255 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
4256 (ispell-message-text-end, ispell-message)
4257 (ispell-buffer-local-parsing): Doc fix.
4258
f02ff80d
J
42592012-03-13 Jambunathan K <kjambunathan@gmail.com>
4260
4261 * htmlfontify.el: Add support for code block fontification for ODT
4262 export (Bug #9914).
4263 (hfy-optimisations): Define new option
4264 `body-text-only'
4265 (hfy-fontify-buffer): Honor above setting.
4266 (hfy-begin-span, hfy-end-span): New routines factored out form
4267 `hfy-fontify-buffer'.
4268 (hfy-begin-span-handler, hfy-end-span-handler): New variables
4269 that permit insertion of custom tags.
4270 (hfy-fontify-buffer): Use above handlers.
4271 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
4272 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 4273 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 4274 over multiple runs. This is made possible by having the caller let
f02ff80d
J
4275 bind a special variable `hfy-user-sheet-assoc'.
4276 (htmlfontify-string): New defun.
4277 (hfy-compile-face-map): Make sure that the last char in the
4278 buffer is correctly fontified.
4279 (hfy-face-resolve-face): Whitespace only change.
4280
9ac7a13f
EZ
42812012-03-17 Eli Zaretskii <eliz@gnu.org>
4282
4283 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
4284 message more clear.
4285
e2b5bdd7
LL
42862012-03-16 Leo Liu <sdl.web@gmail.com>
4287
4288 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
4289
2e492df3
AM
42902012-03-16 Alan Mackenzie <acm@muc.de>
4291
4292 Further optimise the handling of large macros.
4293
4294 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
4295 limit to a call of `c-literal-limits'.
4296 (c-determine-+ve-limit): New function.
dc9924b8
SM
4297 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
4298 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
4299 In CASE 5B, restrict a search limit to 500.
4300 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
4301
4302 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
4303 Restrict macro bounds to +-500 from after-change's BEG END.
4304
50e94f0c
LL
43052012-03-16 Leo Liu <sdl.web@gmail.com>
4306
4307 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
4308
6f09f6ed
AH
43092012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
4310
4311 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 4312 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 4313
c7e73d51
GM
43142012-03-16 Glenn Morris <rgm@gnu.org>
4315
da986230
GM
4316 * view.el (view-buffer, view-buffer-other-window)
4317 (view-buffer-other-frame): Doc fixes re special mode-class.
4318
0835f01e
GM
4319 * subr.el (eval-after-load): If named feature is provided not from
4320 a file, run after-load forms. (Bug#10946)
4321
c7e73d51
GM
4322 * calendar/calendar.el (calendar-insert-at-column):
4323 Handle non-unit-width characters a bit better. (Bug#10978)
4324
3f2eafd1
CY
43252012-03-15 Chong Yidong <cyd@gnu.org>
4326
4327 * emacs-lisp/ring.el (ring-extend): New function.
4328 (ring-insert+extend): Extend the ring correctly (Bug#11019).
4329
4330 * comint.el (comint-read-input-ring)
4331 (comint-add-to-input-history): Grow comint-input-ring lazily.
4332
103af3fe
SM
43332012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4334
663b1677
SM
4335 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
4336 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
4337
103af3fe
SM
4338 * imenu.el: Fix multiple inheritance breakage (bug#9199).
4339 (imenu-add-to-menubar): Don't add a redundant index.
4340 (imenu-update-menubar): Handle a dynamically composed keymap.
4341
899cb7cb
KY
43422012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
4343
4344 * mail/sendmail.el (mail-encode-header):
4345 Bind rfc2047-encode-encoded-words to nil.
4346
3809f91d
GM
43472012-03-13 Glenn Morris <rgm@gnu.org>
4348
4349 * calendar/calendar.el (calendar-string-spread):
4350 Handle non-unit-width characters a bit better. (Bug#10978)
4351
9e345a01
LL
43522012-03-13 Leo Liu <sdl.web@gmail.com>
4353
4354 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
4355 directory and file as argument (Bug#10822).
4356
4a07df36
KS
43572012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
4358
4359 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
4360 For dynamically generated code, follow $PC.
4361 (gdb-disassembly-handler-custom): Handle no function name case.
4362
4aaa9356
TL
43632012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
4364
4365 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
4366 * emulation/ws-mode.el (ws-query-replace):
4367 * sort.el (sort-regexp-fields):
4368 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
4369
225979da
SM
43702012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4371
4372 * dabbrev.el: Fix cycle completion order (bug#10963).
4373 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
4374 (dabbrev-completion): Don't use an obarray; provide
4375 a cycle-sort-function.
4376
e2f1fdab
LL
43772012-03-12 Leo Liu <sdl.web@gmail.com>
4378
dc9924b8 4379 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
4380 (kill-do-not-save-duplicates): Doc fix.
4381
b19490ed
SM
43822012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4383
4384 * dabbrev.el: Fix cycle completion (bug#10963).
4385 Use lexical binding and wrap to 80 columns.
4386 (dabbrev-completion): Delay computing the list of completions.
4387
4b05d722
KH
43882012-03-12 Kenichi Handa <handa@m17n.org>
4389
4390 * international/quail.el (quail-insert-kbd-layout): Surround each
4391 row by LRO and PDF instead of inserting many LRMs. Pad the left
4392 and right of each non-spacing marks. Insert invisible space
4393 between lower and upper characters to prevent composition.
4394
dbbc2e69
SM
43952012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4396
4397 * minibuffer.el (minibuffer-complete): Don't get confused when the
4398 function is run twice via different commands (bug#10958).
4399 (complete-with-action): Fix docstring.
4400
292112ed
CY
44012012-03-12 Chong Yidong <cyd@gnu.org>
4402
5d1ac394
CY
4403 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
4404 (nxml-completion-at-point-function): New function.
4405 (nxml-mode): Use it.
4406 (nxml-bind-meta-tab-to-complete-flag): Default to t.
4407
292112ed
CY
4408 * emacs-lisp/package.el (package-unpack, package-unpack-single):
4409 Load generated autoloads file before byte compiling (Bug#10970).
4410 (package--make-autoloads-and-compile): New helper fun.
4411
4098f8f7
CS
44122012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
4413
4414 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
4415
8f754691
MA
44162012-03-11 Michael Albinus <michael.albinus@gmx.de>
4417
4418 * autorevert.el (auto-revert-handler): Ensure, that
4419 file-readable-p is applied only for local files or in
4420 auto-revert-tail-mode.
4421
e29ab36b
AS
44222012-03-11 Andreas Schwab <schwab@linux-m68k.org>
4423
dbbc2e69
SM
4424 * server.el (server-eval-at): Handle non-tcp connections.
4425 Decode result string.
ad0bf5b6 4426
e29ab36b
AS
4427 * server.el (server-msg-size): New constant.
4428 (server-reply-print): New function.
4429 (server-eval-and-print): Use it.
4430 (server-eval-at): Use server-quote-arg and server-unquote-arg.
4431 Handle -print-nonl.
4432
de5939ba
CS
44332012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
4434
4435 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
4436 (Bug#10987).
4437
0c93eabf
CY
44382012-03-11 Chong Yidong <cyd@gnu.org>
4439
397a688f
CY
4440 * simple.el (goto-line): Doc fix (Bug#9938).
4441
2cc775f9
CY
4442 * subr.el (save-window-excursion): Doc fix (Bug#9979).
4443
0c93eabf
CY
4444 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
4445 when finished (Bug#10963).
4446
c491fa41
MR
44472012-03-11 Martin Rudalics <rudalics@gmx.at>
4448
4449 * window.el (split-window-below): Fix bug in case where
4450 split-window-keep-point is nil (Bug#10971).
4451
300e8fa5
JL
44522012-03-11 Juri Linkov <juri@jurta.org>
4453
4454 * replace.el (replace-highlight): Set isearch-word to nil
4455 unconditionally. (Bug#10887)
4456
dbf6c5a1
EZ
44572012-03-10 Eli Zaretskii <eliz@gnu.org>
4458
4459 * net/mairix.el (mairix-replace-invalid-chars): Rename from
4460 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 4461 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
4462 (mairix-widget-create-query): Add usage information about mairix
4463 search forms: negating words, searching for substrings, etc.
4464
b9e501de
JP
44652012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
4466
4467 * international/fontset.el (font-encoding-alist): Add an entry for
4468 ksx1001 (Bug#5667).
4469
92795c91
RS
44702012-03-10 Richard Stallman <rms@gnu.org>
4471
1694e6c1
RS
4472 * mail/sendmail.el (mail-encode-header):
4473 Set rfc2047-encode-encoded-words.
4474
607e8555
RS
4475 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
4476
de3bc99a
RS
4477 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
4478 view buffer means not swapped.
4479 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
4480 (rmail-write-region-annotate): Error if real text has disappeared.
4481
92795c91
RS
4482 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
4483
699bd04e
CY
44842012-03-10 Chong Yidong <cyd@gnu.org>
4485
4486 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
4487 * emulation/cua-base.el (cua--init-keymaps):
4488 Add delete-forward-char to remappings (Bug#9666).
699bd04e 4489
570a1714
MR
44902012-03-10 Martin Rudalics <rudalics@gmx.at>
4491
dbbc2e69
SM
4492 * speedbar.el (speedbar-unhighlight-one-tag-line):
4493 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 4494
82dcf4e4
CY
44952012-03-10 Chong Yidong <cyd@gnu.org>
4496
7a2c7ca7
CY
4497 * minibuffer.el (completion-in-region, completion-help-at-point):
4498 Give the completion field overlay a high priority (Bug#6830).
4499
82dcf4e4
CY
4500 * dired.el (dired-goto-file): Recognize absolute file name
4501 listings (Bug#7126).
4502 (dired-goto-file-1): New helper function.
4503 (dired-toggle-read-only): Inhibit warnings.
4504
052e28ac
MA
45052012-03-09 Michael Albinus <michael.albinus@gmx.de>
4506
75f1671a 4507 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
4508 there are no properties.
4509
95d5e396
LL
45102012-03-09 Leo Liu <sdl.web@gmail.com>
4511
4512 * savehist.el (savehist-printable): Stricter check for string
4513 value (Bug#10937).
4514
3f018d6d
EZ
45152012-03-09 Eli Zaretskii <eliz@gnu.org>
4516
dbbc2e69
SM
4517 * mail/smtpmail.el (smtpmail-send-it):
4518 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
4519 valid mbox format.
4520
f7fd3d79
GM
45212012-03-09 Glenn Morris <rgm@gnu.org>
4522
4523 * files.el (dir-locals-find-file):
4524 Don't check result is regular, readable.
4525 (dir-locals-read-from-file): Demote errors.
4526
6ff6e72f
EZ
45272012-03-08 Eli Zaretskii <eliz@gnu.org>
4528
dbbc2e69
SM
4529 * international/quail.el (quail-insert-kbd-layout):
4530 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
4531 layout cell, to prevent their reordering by bidi display engine.
4532 For details, see the discussion in
4533 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
4534
9cec7834
AM
45352012-03-08 Alan Mackenzie <acm@muc.de>
4536
4537 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
4538 the starting position; make it extend the marked region when
4539 invoked repeatedly - all under appropriate circumstances.
4540 Fixes bugs #5525, #10906.
4541
9a40b8d4
GM
45422012-03-08 Glenn Morris <rgm@gnu.org>
4543
4544 * files.el (locate-dominating-file, dir-locals-find-file):
4545 Undo 2012-03-06 change.
4546
7a08ed35
EZ
45472012-03-07 Eli Zaretskii <eliz@gnu.org>
4548
dbbc2e69
SM
4549 * international/quail.el (quail-help):
4550 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
4551 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
4552 for the reason.
4553
5aca4f71 45542012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
4555
4556 Avoid superfluous registering of signals. (Bug#10807)
4557
4558 * notifications.el (notifications-on-action-object)
4559 (notifications-on-close-object): New defvars.
4560 (notifications-on-action-signal, notifications-on-closed-signal):
4561 Unregister the signal if not needed any longer.
4562 (notifications-notify): Register `notifications-action-signal' or
4563 `notifications-closed-signal', if :on-action or :on-close has been
4564 passed as argument.
4565
78e8b10a
CY
45662012-03-07 Chong Yidong <cyd@gnu.org>
4567
4568 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
4569 non-X platforms.
4570
69481eb8
GM
45712012-03-06 Glenn Morris <rgm@gnu.org>
4572
4573 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
4574 (x-disown-selection-internal, x-get-selection-internal):
4575 Doc fix (add arglist signatures). (Bug#10783)
4576
133b8e11
KS
45772012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
4578
4579 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
4580 Handle breakpoints with no "type".
4581
99a83064
GM
45822012-03-06 Glenn Morris <rgm@gnu.org>
4583
4584 * files.el (locate-dominating-file): Add optional predicate argument.
4585 (dir-locals-find-file): Make use of above change.
4586
17798e78
TTN
45872012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
4588
4589 * info.el (Info-insert-dir): Also try "dir.gz".
4590
eb182446
GM
45912012-03-06 Glenn Morris <rgm@gnu.org>
4592
8f2114ee
GM
4593 * files.el (dir-locals-find-file):
4594 Ignore non-readable or non-regular files. (Bug#10928)
4595
eb182446
GM
4596 * files.el (locate-dominating-file): Doc fix.
4597
24679323
AS
45982012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
4599
4600 * calendar/calendar.el (calendar-set-mode-line):
4601 `getenv' returns a string. (Bug#10951)
4602
01d972a9
LL
46032012-03-05 Leo Liu <sdl.web@gmail.com>
4604
109aa8a9
LL
4605 * simple.el (backward-delete-char-untabify): Constrain point to
4606 field (Bug#10939).
4607
01d972a9
LL
4608 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
4609
10607bea
CY
46102012-03-05 Chong Yidong <cyd@gnu.org>
4611
4612 * simple.el (count-words): If called from Lisp, return the word
4613 count, for symmetry with `count-lines'. Arglist changed.
4614 (count-words--message): Args changed. Consolidate counting code
4615 from count-words and count-words-region.
4616 (count-words-region): Caller changed.
4617 (count-lines-region): Make it an obsolete alias.
4618
5dd11cfe
TH
46192012-03-04 Tassilo Horn <tassilo@member.fsf.org>
4620
4621 * saveplace.el (save-place-to-alist)
4622 (save-place-ignore-files-regexp): Allow value nil to disable this
4623 feature.
4624
c349f4e6
CY
46252012-03-04 Chong Yidong <cyd@gnu.org>
4626
4627 * faces.el (face-spec-reset-face): For the default face, reset the
4628 attributes to default values (Bug#10748).
4629
e627be4c
LMI
46302012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4631
4632 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
4633 previous patch: Check `message-send-mail-function', and not the
4634 default function (bug#10897).
4635
ebeabff4
MA
46362012-03-04 Michael Albinus <michael.albinus@gmx.de>
4637
a41a6cf4
MA
4638 * notifications.el (notifications-on-action-signal)
4639 (notifications-on-closed-signal): Check for unique service name of
4640 incoming event. Fix error in removing entry.
ebeabff4 4641 (top): Register for signals with wildcard service name.
a41a6cf4 4642 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 4643
c1ca42b4
CY
46442012-03-04 Chong Yidong <cyd@gnu.org>
4645
dc9924b8 4646 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 4647
ea16568d
GM
46482012-03-04 Glenn Morris <rgm@gnu.org>
4649
4650 * abbrev.el (copy-abbrev-table, abbrev-table-p)
4651 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
4652 (expand-abbrev, define-abbrev-table): Doc fixes.
4653
fbae4637
LMI
46542012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4655
4656 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
4657 `message-default-send-mail-function' and not `send-mail-function'
4658 when doing the prompting for `sendmail-query-once' before sending
4659 in Message buffers (bug#10897).
4660
a1e7225c
LMI
4661 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4662 This is inconsistent with all the other stream functions, which leave
4663 the setting up to the higher levels (if so wanted) (bug#10931).
4664
56d093a9
AM
46652012-03-02 Alan Mackenzie <acm@muc.de>
4666
4667 Depessimize the handling of very large macros.
4668
4669 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
4670 (c-macro-cache-syntactic): New variables to implement a one
4671 element macro cache.
4672 (c-invalidate-macro-cache): New function.
4673 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
4674 Adapt to use the new cache.
4675 (c-state-safe-place): Use better the cache of safe positions.
4676 (c-state-semi-nonlit-pos-cache)
4677 (c-state-semi-nonlit-pos-cache-limit):
4678 New variables for...
4679 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
4680 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
4681 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
4682 Use c-state-semi-safe-place.
56d093a9 4683
dbbc2e69
SM
4684 * progmodes/cc-langs.el (c-get-state-before-change-functions):
4685 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 4686
817e5c3d
MA
46872012-03-02 Michael Albinus <michael.albinus@gmx.de>
4688
dbbc2e69
SM
4689 * jka-compr.el (jka-compr-call-process):
4690 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
4691 not remote.
4692
a032a702
MA
46932012-03-01 Michael Albinus <michael.albinus@gmx.de>
4694
4695 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
4696 access of FILE2, if FILE1 does not exist.
4697
99a54f21
MA
4698 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
4699 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
4700
4701 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
4702 Add "PAGER=" to `process-environment'.
4703
f6561e1f
MM
47042012-03-01 Michael R. Mauger <mmaug@yahoo.com>
4705
4706 * progmodes/sql.el: Bug fix
4707 (sql-get-login-ext): Save login values in globals.
4708 (sql-get-login): Use new version of `sql-get-login-ext'.
4709 (sql-interactive-mode): Set global `sql-connection' to nil.
4710 (sql-connect): Set global values for connection.
4711 (sql-product-interactive): Save global values as buffer local.
4712
2d44d9cc
LL
47132012-02-29 Leo Liu <sdl.web@gmail.com>
4714
4715 * abbrev.el (define-abbrevs): Reset sys to nil.
4716
96b49301 47172012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4718
bf7f9bc5
JB
4719 * files.el (file-equal-p): Rename from `files-equal-p'.
4720 Return nil when one or both files don't exist.
96b49301 4721 (file-subdir-of-p): Now only top directory must exists,
4722 return nil if it doesn't.
bf7f9bc5
JB
4723 (copy-directory): No need to test with `file-subdir-of-p' after
4724 creating dir.
4725 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
4726 to `file-equal-p'.
96b49301 4727
44e97401
GM
47282012-02-28 Glenn Morris <rgm@gnu.org>
4729
4730 * shell.el (shell-mode):
4731 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
4732 * play/landmark.el (landmark-font-lock-face-O):
4733 * play/handwrite.el (handwrite):
4734 * play/gomoku.el (gomoku-O):
4735 * net/browse-url.el (browse-url-browser-display):
4736 * international/mule.el (define-charset):
4737 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
4738 * filesets.el (filesets-find-file-delay):
4739 * eshell/em-xtra.el (eshell-xtra):
4740 * eshell/em-unix.el (eshell-grep):
4741 * emulation/viper.el (viper-mode):
4742 * emacs-lisp/regexp-opt.el (regexp-opt-group):
4743 * emacs-lisp/easymenu.el (easy-menu-define):
4744 * calendar/timeclock.el (timeclock-use-display-time):
4745 * bs.el (bs-mode):
4746 * bookmark.el (bookmark-save-flag):
4747 Doc fix (standardize possessive apostrophe usage).
4748
c98c6276
CY
47492012-02-27 Chong Yidong <cyd@gnu.org>
4750
bf7f9bc5
JB
4751 * emulation/viper-cmd.el (viper-intercept-ESC-key):
4752 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 4753
c98c6276
CY
4754 * font-lock.el (font-lock-specified-p): Rename from
4755 font-lock-spec-present. Callers changed.
4756
9c62cd04 47572012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 4758
bf7f9bc5
JB
4759 * emacs-lisp/package.el (package-compute-transaction):
4760 Handle holding a package version to t in package-load-list.
8ac9e529 4761
530739c9
MA
47622012-02-26 Michael Albinus <michael.albinus@gmx.de>
4763
4764 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
4765 (tramp-get-inode, tramp-get-device): Use cached values.
4766
487915d7
AM
47672012-02-26 Alan Mackenzie <acm@muc.de>
4768
4769 Check there is a font-lock specification before doing initial
4770 fontification.
4771
4772 * font-core.el (font-lock-mode): Move the conditional from
4773 :after-hook to font-lock-initial-fontify.
4774 (font-lock-default-function): Move the check for a specification
4775 to font-lock-spec-present.
4776
dc9924b8 4777 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
4778 (font-lock-spec-present): New function.
4779
4fd96557
JB
47802012-02-26 Jim Blandy <jimb@red-bean.com>
4781
4782 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
4783 (gdb-send): Apply it to the operand of the '-interpreter-exec
4784 console' command, so that we can pass arguments with (say) quotes
4785 in them. Store exact string sent in gdb-debug-log (Bug#10765).
4786
9a4888c0
CY
47872012-02-26 Chong Yidong <cyd@gnu.org>
4788
07498861
CY
4789 * help-fns.el (describe-function-1): Clarify description of
4790 remapping (Bug#10844).
4791
9a4888c0
CY
4792 * files.el (files-equal-p): Doc fix.
4793 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
4794 and quit the loop once a mismatch is found.
4795
ea8fb88d
JB
47962012-02-25 Juanma Barranquero <lekktu@gmail.com>
4797
4798 * bs.el (bs--show-with-configuration): Don't throw an error
4799 if the window cannot be split; otherwise, subsequent calls to
4800 bs-show fail, restoring a stale window config. (Bug#10882)
4801
525795c1
JD
48022012-02-25 Jan Djärv <jan.h.d@swipnet.se>
4803
4804 * term/ns-win.el (global-map): Bind ns-drag-file to
4805 ns-find-file (Bug#5855, Bug#10050).
4806
f008086f
AS
48072012-02-25 Andreas Schwab <schwab@linux-m68k.org>
4808
4809 * calendar/parse-time.el (parse-time-string): Allow extractor to
4810 return nil.
4811
a3fcfa99
MA
48122012-02-25 Michael Albinus <michael.albinus@gmx.de>
4813
91027d08
JB
4814 * net/tramp.el (tramp-file-name-for-operation):
4815 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
4816
4817 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
4818 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
4819 Add COPY-CONTENTS argument.
a3fcfa99 4820
67b0de11
CY
48212012-02-25 Chong Yidong <cyd@gnu.org>
4822
4823 Add custom groups for VC backends, for consistency with vc-bzr.
4824
4825 * vc/vc-arch.el (vc-arch):
4826 * vc/vc-cvs.el (vc-cvs):
4827 * vc/vc-git.el (vc-git):
4828 * vc/vc-hg.el (vc-hg):
4829 * vc/vc-mtn.el (vc-mtn):
4830 * vc/vc-rcs.el (vc-rcs):
4831 * vc/vc-sccs.el (vc-sccs):
4832 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
4833 All relevant defcustoms reassigned.
4834
3c9dfce6
CY
48352012-02-25 Chong Yidong <cyd@gnu.org>
4836
1339bf43
CY
4837 * newcomment.el (comment-styles): Add autoload (Bug#10868).
4838
3c9dfce6
CY
4839 * term/x-win.el (x-initialize-window-system): Reduce default for
4840 x-selection-timeout to 5 seconds (Bug#8869).
4841
25b2e303 48422012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4843
ec70a47d
GM
4844 * files.el (files-equal-p, file-subdir-of-p): New functions.
4845 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 4846 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
4847 * dired-aux.el (dired-copy-file-recursive): Same.
4848 (dired-create-files): Modify destination when source is equal to
4849 dest when copying files.
53a46cd0 4850 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 4851
914260cd
MA
48522012-02-24 Michael Albinus <michael.albinus@gmx.de>
4853
4854 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
4855 (Bug#10874)
4856
2cb228f7
AM
48572012-02-23 Alan Mackenzie <acm@muc.de>
4858
4859 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
4860 parameter "after-hook:" to allow the expansion to run code after
4861 the execution of the mode hooks.
4862
4863 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 4864 from font-lock-mode-internal.
2cb228f7 4865
91027d08 4866 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
4867 :after-hook.
4868
8f0fde21
SM
48692012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4870
3e88618b
SM
4871 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
4872 (completion--cache-all-sorted-completions): New function.
4873 (completion-all-sorted-completions): Use it.
4874 (completion--do-completion, minibuffer-force-complete):
4875 Use it to re-instate the flush hook.
4876
8f0fde21
SM
4877 * icomplete.el (icomplete-completions): Replace last fix with a better
4878 one (bug#10850).
4879
8e911f6f
DG
48802012-02-23 Dmitry Gutov <dgutov@yandex.ru>
4881
4882 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
4883 when it might call us back infinitely (bug#10797).
4884
49fe4321
GM
48852012-02-23 Glenn Morris <rgm@gnu.org>
4886
4887 * minibuffer.el (completion-category-overrides): Doc fix.
4888
b291b572
SM
48892012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4890
4891 * minibuffer.el (completion-table-with-context): Fix inf-loop.
4892 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
4893
31a9ef2e
GM
48942012-02-23 Glenn Morris <rgm@gnu.org>
4895
5e6e6794 4896 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
4897 (authors-obsolete-files-regexps, authors-ignored-files)
4898 (authors-ambiguous-files, authors-renamed-files-alist):
4899 Add more entries.
4900
0bd1e074
JL
49012012-02-23 Juri Linkov <juri@jurta.org>
4902
4903 * isearch.el (isearch-occur): Sync interactive spec with occur's
4904 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
4905
b617673c
JL
4906 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
4907
19e9789e
JL
49082012-02-22 Juri Linkov <juri@jurta.org>
4909
4910 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
4911 (ucs-insert): Doc fix. Check for hex digits in the string.
4912 Don't display `nil' in the error message. (Bug#10857)
4913
f41ce09d
AM
49142012-02-22 Alan Mackenzie <acm@muc.de>
4915
7a71b18d 4916 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 4917
ac2eceee
GM
49182012-02-22 Glenn Morris <rgm@gnu.org>
4919
4920 * ffap.el (ffap-c-path):
4921 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
4922
abd1f678
CY
49232012-02-22 Chong Yidong <cyd@gnu.org>
4924
4925 * custom.el (load-theme): Doc fix.
4926
f25aef2e
GM
49272012-02-22 Glenn Morris <rgm@gnu.org>
4928
4929 * dired-x.el (dired-guess-shell-alist-default):
4930 Remove escape sequences from nroff output. (Bug#172)
4931
5f8dc2ca
GM
49322012-02-21 Glenn Morris <rgm@gnu.org>
4933
6ff86ec4
GM
4934 * vc/emerge.el (emerge-defvar-local):
4935 Set `permanent-local' property rather than unused `preserved'.
4936
be3223a3 4937 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
4938 (picture-mode-map): Use it. (Bug#10860)
4939 (picture-mode): Doc fix.
4940
3fe58f4f
JB
49412012-02-21 Juanma Barranquero <lekktu@gmail.com>
4942
4943 * newcomment.el (uncomment-region-default): Remove unused binding.
4944
f9a998c3
GM
49452012-02-21 Glenn Morris <rgm@gnu.org>
4946
4947 * textmodes/picture.el (picture-motion, picture-motion-reverse)
4948 (picture-self-insert, picture-tab-chars): Doc fix.
4949 (picture-mode-map): Fix C-a, C-e.
4950
c6029348
GM
49512012-02-20 Glenn Morris <rgm@gnu.org>
4952
4953 * emacs-lisp/authors.el (authors-aliases): Add another entry.
4954
ab1ce9d7
LL
49552012-02-20 Leo Liu <sdl.web@gmail.com>
4956
4957 * icomplete.el (icomplete-completions): Check FROM arg before
4958 passing to substring (Bug#10850).
4959
0fd40f89
CY
49602012-02-19 Chong Yidong <cyd@gnu.org>
4961
4962 * comint.el: Require ansi-color.
4963 (comint-output-filter-functions): Add ansi-color-process-output.
4964
4965 * ansi-color.el: Don't set comint-output-filter-functions; it is
4966 now in the initial value defined in comint.el.
4967 (ansi-color-apply-face-function): New variable.
4968 (ansi-color-apply-on-region): Use it.
4969 (ansi-color-apply-overlay-face): New function.
4970
4971 * shell.el (shell): No need to require ansi-color.
4972 (shell-mode): Use ansi-color-apply-face-function to highlight
4973 color escapes using font-lock-face property (Bug#10835).
4974
20af2394
CY
49752012-02-19 Chong Yidong <cyd@gnu.org>
4976
4977 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
4978 mode-line formats (Bug#10839).
4979
e23a3fbe
GM
49802012-02-18 Glenn Morris <rgm@gnu.org>
4981
b474519e
GM
4982 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
4983
4984 * mail/undigest.el (unforward-rmail-message): Doc fix.
4985
e23a3fbe
GM
4986 * saveplace.el (save-place-ignore-files-regexp): Add :version.
4987
57939ff4
EZ
49882012-02-18 Eli Zaretskii <eliz@gnu.org>
4989
4990 * international/characters.el (script-list): Sync with the latest
4991 Unicode Character Database.
4992
0c23686e
AS
49932012-02-18 Andreas Schwab <schwab@linux-m68k.org>
4994
4995 * international/titdic-cnv.el: Remove duplicate coding tag.
4996 * language/cham.el: Likewise.
4997 * language/tai-viet.el: Likewise.
4998
6818b449
GM
49992012-02-18 Glenn Morris <rgm@gnu.org>
5000
5001 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
5002 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
5003 (calendar-bahai-all-holidays-flag, calendar-other-dates):
5004 * calendar/diary-lib.el (diary-abbreviated-year-flag):
5005 * calendar/holidays.el (holiday-bahai-holidays)
5006 (calendar-holidays, list-holidays):
5007 Use utf-8 BahĂ¡'Ă­ in doc-strings, menus, etc.
5008
0311a3fc
TH
50092012-02-17 Tassilo Horn <tassilo@member.fsf.org>
5010
5011 * saveplace.el (save-place-ignore-files-regexp): New variable
5012 allowing for excluding files from saving their location of point.
5013 The default value matches the temporary commit message editing
5014 files from Git, SVN, Bazaar, and Mercurial.
5015 (save-place-to-alist): Use it.
5016
eb864a71
LM
50172012-02-17 Lawrence Mitchell <wence@gmx.li>
5018 Stefan Monnier <monnier@iro.umontreal.ca>
5019
5020 * newcomment.el (uncomment-region-default): Don't leave extra space
5021 when an arg is provided (bug#8150).
5022
ee0ce425
TZ
50232012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
5024
eb864a71 5025 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 5026
95ddf442
GM
50272012-02-17 Glenn Morris <rgm@gnu.org>
5028
5029 * net/socks.el: Require network-stream. (Bug#10599)
5030
48dd1e39 50312012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
5032
5033 * international/charprop.el:
5034 * international/uni-name.el:
5035 * international/uni-old-name.el:
5036 * international/uni-comment.el: Regenerate.
5037
d68cd087
GM
50382012-02-16 Glenn Morris <rgm@gnu.org>
5039
5040 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
5041 Interactively in calendar buffer, give an error if not on a date.
5042
13932042
GM
50432012-02-15 Glenn Morris <rgm@gnu.org>
5044
5045 * shell.el (shell-delimiter-argument-list):
5046 Revert 2011-02-17 change. (Bug#8027)
5047
c3a70e2b
CY
50482012-02-15 Chong Yidong <cyd@gnu.org>
5049
60236b0d
CY
5050 * minibuffer.el (completion-at-point-functions): Doc fix.
5051
c3a70e2b
CY
5052 * custom.el (defcustom): Doc fix; note use of defvar.
5053
9f26dc24
GM
50542012-02-15 Glenn Morris <rgm@gnu.org>
5055
5056 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
5057 Doc fixes.
5058
6546b134
GM
50592012-02-14 Glenn Morris <rgm@gnu.org>
5060
5061 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
5062
d29b2b4c
LI
50632012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5064
5065 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
5066 way the ports list is computed.
835bdcba
LI
5067 (smtpmail-query-smtp-server): Prompt the user for a port number if
5068 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 5069
08dcdbc9
TZ
50702012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
5071
5072 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
5073
2605051a
GM
50742012-02-13 Glenn Morris <rgm@gnu.org>
5075
5076 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
5077
7ee99f32
TZ
50782012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
5079
5080 * net/gnutls.el (gnutls-trustfiles): New variable.
5081 (gnutls-negotiate): Use it.
5082
5f0af64f
LI
50832012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
5084
5085 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
5086 does its stuff if Gnus is running.
5087
c14fcc95
AM
50882012-02-13 Alan Mackenzie <acm@muc.de>
5089
5090 Fix a loop in c-set-fl-decl-start.
5091
7a71b18d 5092 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
5093 c-backward-syntactic-ws actually moves backwards.
5094
142b4d90
LL
50952012-02-13 Leo Liu <sdl.web@gmail.com>
5096
5097 * net/rcirc.el (rcirc-markup-attributes): Move point to the
5098 beginning so that all \C-o chars are removed.
5099
fa9958a6
TZ
51002012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
5101
dc9924b8 5102 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 5103
0bc5886a
AM
51042012-02-12 Alan Mackenzie <acm@muc.de>
5105
5106 Fix infinite loop with long macros.
4d6769e1 5107 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 5108
d4bd55e7
CY
51092012-02-12 Chong Yidong <cyd@gnu.org>
5110
5111 * window.el (display-buffer): Doc fix (Bug#10785).
5112
66f3fe22
GM
51132012-02-12 Glenn Morris <rgm@gnu.org>
5114
bd7da63e
GM
5115 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5116 (x-disown-selection-internal, x-get-selection-internal):
5117 Sync docs with the xselect.c versions.
5118
66f3fe22
GM
5119 * allout-widgets.el: Add missing license notice.
5120
3e0d2fa7
GM
51212012-02-11 Glenn Morris <rgm@gnu.org>
5122
cfecdf09
GM
5123 * select.el (x-get-selection-internal, x-own-selection-internal)
5124 (x-disown-selection-internal):
5125 * x-dnd.el (x-get-selection-internal): Update declarations.
5126
6d216d7f
GM
5127 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
5128
2bed3f04
GM
5129 * window.el (window-sides-slots):
5130 * tool-bar.el (tool-bar-position):
5131 * term/xterm.el (xterm-extra-capabilities):
5132 * ses.el (ses-self-reference-early-detection):
5133 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
5134 (verilog-auto-wire-type)
5135 (verilog-auto-delete-trailing-whitespace)
5136 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
5137 (verilog-auto-tieoff-declaration):
5138 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
5139 (sql-oracle-statement-starters, sql-oracle-scan-on):
5140 * progmodes/prolog.el (prolog-align-comments-flag)
5141 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
5142 (prolog-left-indent-regexp, prolog-paren-indent-p)
5143 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
5144 (prolog-types, prolog-mode-specificators)
5145 (prolog-determinism-specificators, prolog-directives)
5146 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
5147 (prolog-electric-dot-flag)
5148 (prolog-electric-dot-full-predicate-template)
5149 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
5150 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
5151 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
5152 (prolog-program-switches, prolog-prompt-regexp)
5153 (prolog-debug-on-string, prolog-debug-off-string)
5154 (prolog-trace-on-string, prolog-trace-off-string)
5155 (prolog-zip-on-string, prolog-zip-off-string)
5156 (prolog-use-standard-consult-compile-method-flag)
5157 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
5158 (prolog-imenu-max-lines, prolog-info-predicate-index)
5159 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
5160 (prolog-char-quote-workaround):
5161 * progmodes/cc-vars.el (c-defun-tactic):
5162 * net/tramp.el (tramp-encoding-command-interactive)
5163 (tramp-local-end-of-line):
5164 * net/soap-client.el (soap-client):
5165 * net/netrc.el (netrc-file):
5166 * net/gnutls.el (gnutls):
5167 * minibuffer.el (completion-category-overrides)
5168 (completion-cycle-threshold)
5169 (completion-pcm-complete-word-inserts-delimiters):
5170 * man.el (Man-name-local-regexp):
5171 * mail/feedmail.el (feedmail-display-full-frame):
5172 * international/characters.el (glyphless-char-display-control):
5173 * eshell/em-ls.el (eshell-ls-date-format):
5174 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
5175 (lisp-lambda-list-keyword-parameter-indentation)
5176 (lisp-lambda-list-keyword-parameter-alignment):
5177 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
5178 * dired-x.el (dired-omit-verbose):
5179 * cus-theme.el (custom-theme-allow-multiple-selections):
5180 * calc/calc.el (calc-highlight-selections-with-faces)
5181 (calc-lu-field-reference, calc-lu-power-reference)
5182 (calc-note-threshold):
5183 * battery.el (battery-mode-line-limit):
5184 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
5185 (archive-7z-update):
5186 * allout.el (allout-prefixed-keybindings)
5187 (allout-unprefixed-keybindings)
5188 (allout-inhibit-auto-fill-on-headline)
5189 (allout-flattened-numbering-abbreviation):
5190 * allout-widgets.el (allout-widgets-auto-activation)
5191 (allout-widgets-icons-dark-subdir)
5192 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
5193 (allout-widgets-theme-dark-background)
5194 (allout-widgets-theme-light-background)
5195 (allout-widgets-item-image-properties-emacs)
5196 (allout-widgets-item-image-properties-xemacs)
5197 (allout-widgets-run-unit-tests-on-load)
5198 (allout-widgets-time-decoration-activity)
5199 (allout-widgets-hook-error-post-time)
5200 (allout-widgets-track-decoration):
5201 Add missing :version tags to new defcustoms and defgroups.
5202
5fec1b8e
GM
5203 * progmodes/sql.el (sql-ansi-statement-starters)
5204 (sql-oracle-statement-starters): Add custom type.
5205
3e0d2fa7
GM
5206 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
5207 (prolog-system-version): Give it a type.
5208
90b671e2
EZ
52092012-02-11 Eli Zaretskii <eliz@gnu.org>
5210
5211 * term/pc-win.el (x-select-text, x-selection-owner-p)
5212 (x-own-selection-internal, x-disown-selection-internal)
5213 (x-get-selection-internal): Sync doc strings and argument lists
5214 with xselect.c, common-win.el and x-win.el. (Bug#10783)
5215
5eac0c02
LL
52162012-02-11 Leo Liu <sdl.web@gmail.com>
5217
5218 * progmodes/python.el (python-end-of-statement): Fix infinite
5219 loop. (Bug#10788)
5220
f82cb659
GM
52212012-02-10 Glenn Morris <rgm@gnu.org>
5222
5223 * international/mule-cmds.el (unify-8859-on-encoding-mode)
5224 (unify-8859-on-decoding-mode): Properly mark as obsolete.
5225
cc26d239
LI
52262012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
5227
5228 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
5229 about SMTP before checking the From header.
5230
91027d08 5231 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
5232 into own function for reuse by emacsbug.el.
5233
1be3ca5a
LL
52342012-02-10 Leo Liu <sdl.web@gmail.com>
5235
5236 * subr.el (condition-case-unless-debug): Rename from
5237 condition-case-no-debug. All callers changed.
5238 (with-demoted-errors): Fix caller.
5239
5240 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
5241 * nxml/rng-valid.el (rng-do-some-validation):
5242 * emacs-lisp/package.el (package-refresh-contents)
5243 (package-menu-execute):
5244 * desktop.el (desktop-create-buffer):
91027d08 5245 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 5246
b011fbfe
GM
52472012-02-10 Glenn Morris <rgm@gnu.org>
5248
b2096d72
GM
5249 * textmodes/bibtex.el:
5250 Add missing :version tags for new/changed defcustoms.
5251
b011fbfe
GM
5252 * files.el (remote-file-name-inhibit-cache): Doc fixes.
5253
4c7e65bf
LI
52542012-02-09 Lars Ingebrigtsen <larsi@rusty>
5255
5256 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
5257 (smtpmail-via-smtp): Use it, or fall back on the From address.
5258 (smtpmail-send-it): Ditto.
5259
f3934f6f
SM
52602012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
5261
5262 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
5263 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
5264 (byte-compile-tmp-var): New const.
5265 (byte-compile-defvar): Use it to minimize .elc size.
5266 Just use `defvar' rather than simulate it (bug#10761).
5267
a075a2c5
GM
52682012-02-09 Glenn Morris <rgm@gnu.org>
5269
cf3aa21b
GM
5270 * files.el (rename-uniquely): Doc fix. (Bug#3806)
5271
354998cd
GM
5272 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
5273 Add :version tags.
5274
dc9924b8
SM
5275 * progmodes/compile.el (compilation-error-screen-columns)
5276 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 5277
dab3703d
GM
5278 * vc/log-view.el (log-view-toggle-entry-display):
5279 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
5280
3f88cd72
GM
5281 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
5282 (report-emacs-bug-can-use-xdg-email):
5283 (report-emacs-bug-insert-to-mailer): Doc fixes.
5284 (report-emacs-bug): Message fix.
5285
d95b247d
GM
5286 * net/browse-url.el (browse-url-can-use-xdg-open)
5287 (browse-url-xdg-open): Doc fixes.
5288
a075a2c5
GM
5289 * electric.el (electric-indent-mode, electric-pair-mode)
5290 (electric-layout-rules, electric-layout-mode): Doc fixes.
5291 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
5292
ffb6157e
MR
52932012-02-08 Martin Rudalics <rudalics@gmx.at>
5294
5295 * server.el (server-unselect-display): Don't inadvertently kill
5296 the current buffer. (Bug#10729)
5297
e1ac4066
GM
52982012-02-08 Glenn Morris <rgm@gnu.org>
5299
34e8a2da
GM
5300 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
5301 (sql-list-table): Doc fixes.
5302
b4ac6e8c
GM
5303 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
5304 Comment out (does nothing).
5305
e1ac4066
GM
5306 * completion.el (dynamic-completion-mode):
5307 * dirtrack.el (dirtrack-debug-mode):
5308 * electric.el (electric-layout-mode):
5309 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
5310 * face-remap.el (text-scale-mode, buffer-face-mode):
5311 * iimage.el (iimage-mode):
5312 * image-mode.el (image-transform-mode):
5313 * minibuffer.el (completion-in-region-mode):
5314 * scroll-lock.el (scroll-lock-mode):
5315 * simple.el (next-error-follow-minor-mode):
5316 * tar-mode.el (tar-subfile-mode):
5317 * tooltip.el (tooltip-mode):
5318 * vcursor.el (vcursor-use-vcursor-map):
5319 * wid-browse.el (widget-minor-mode):
5320 * emulation/tpu-edt.el (tpu-edt-mode):
5321 * emulation/tpu-extras.el (tpu-cursor-free-mode):
5322 * international/iso-ascii.el (iso-ascii-mode):
5323 * language/thai-util.el (thai-word-mode):
5324 * mail/supercite.el (sc-minor-mode):
5325 * net/goto-addr.el (goto-address-mode):
5326 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
5327 * progmodes/cwarn.el (cwarn-mode):
5328 * progmodes/flymake.el (flymake-mode):
5329 * progmodes/glasses.el (glasses-mode):
5330 * progmodes/hideshow.el (hs-minor-mode):
5331 * progmodes/pascal.el (pascal-outline-mode):
5332 * textmodes/enriched.el (enriched-mode):
5333 * vc/smerge-mode.el (smerge-mode):
5334 Doc fixes (minor mode argument).
5335
5e0d957f
EZ
53362012-02-07 Eli Zaretskii <eliz@gnu.org>
5337
5338 * ls-lisp.el (ls-lisp-sanitize): New function.
5339 (ls-lisp-insert-directory): Use it to fix or remove any elements
5340 in file-alist with missing attributes. (Bug#4673)
5341
98d7371e
AM
53422012-02-07 Alan Mackenzie <acm@muc.de>
5343
5344 Fix spurious recognition of c-in-knr-argdecl.
5345
5346 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
5347 putative K&R region.
5348
667ced3a
AM
53492012-02-07 Alan Mackenzie <acm@muc.de>
5350
eb864a71
LM
5351 * progmodes/cc-engine.el (c-forward-objc-directive):
5352 Prevent looping in "#pragma mark @implementation".
667ced3a 5353
5b77774d
MA
53542012-02-07 Michael Albinus <michael.albinus@gmx.de>
5355
5356 * notifications.el (notifications-on-closed-signal): Make `reason'
5357 optional. (Bug#10744)
5358
af008560
GM
53592012-02-07 Glenn Morris <rgm@gnu.org>
5360
60d47423
GM
5361 * emacs-lisp/easy-mmode.el (define-minor-mode):
5362 Doc fixes for the macro and the mode it defines.
5363
dd605cc4
GM
5364 * image.el (imagemagick-types-inhibit): Doc fix.
5365
af008560
GM
5366 * cus-start.el (imagemagick-render-type): Add it.
5367
5cc59a37
LI
53682012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
5369
4d6769e1
JB
5370 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
5371 Set the default at load time, too, so that `font-lock-fontify-buffer'
5372 can be called without setting up the entire mode first. This fixes
5373 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 5374
9a6dd747
CY
53752012-02-06 Chong Yidong <cyd@gnu.org>
5376
2d16b285
CY
5377 * simple.el (list-processes--refresh): Delete exited processes
5378 (Bug#8094).
5379
171e9b6e
CY
5380 * comint.el (comint-next-prompt): next-single-char-property-change
5381 and prev-single-char-property-change never return nil (Bug#8657).
5382
9a6dd747
CY
5383 * custom.el (defcustom): Doc fix (Bug#9711).
5384
aa4589a7
CY
53852012-02-05 Chong Yidong <cyd@gnu.org>
5386
5c2a252f
CY
5387 * cus-edit.el (custom-variable-reset-backup): Quote the value
5388 before storing it in the customized-value property (Bug#6712).
4aab9006 5389 (custom-display): Add a customization type tag.
983b9602 5390 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 5391
aa4589a7
CY
5392 * wid-edit.el (widget-field-value-get): New optional arg to
5393 suppress trailing whitespace truncation.
5394 (character): Use it (Bug#2689).
5395
1ff980ae
AS
53962012-02-05 Andreas Schwab <schwab@linux-m68k.org>
5397
5398 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
5399 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
5400
03988c98
CY
54012012-02-05 Chong Yidong <cyd@gnu.org>
5402
eeb6cc88
CY
5403 * cus-edit.el (custom-variable-value-create): For mismatched
5404 types, show the current value (Bug#7600).
5405
03988c98
CY
5406 * custom.el (defcustom): Doc fix.
5407
f8cdeef0
GM
54082012-02-05 Glenn Morris <rgm@gnu.org>
5409
5410 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
5411
0696d255
JB
54122012-02-05 Juanma Barranquero <lekktu@gmail.com>
5413
5414 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
5415 (pp-buffer): Use `ignore-errors', `looking-at-p'.
5416 (pp-last-sexp): Use `looking-at-p'.
5417
34c99998
GM
54182012-02-04 Glenn Morris <rgm@gnu.org>
5419
8f05da42
GM
5420 * files.el (revert-buffer):
5421 Doc fix (mention revert-buffer-in-progress-p).
5422
f160676e
GM
5423 * emacs-lisp/ert-x.el (ert-simulate-command):
5424 Check deferred-action-list (which is obsolete) is bound.
5425
c7291ad9
GM
5426 * subr.el (with-wrapper-hook): Doc fixes.
5427
34c99998
GM
5428 * simple.el (filter-buffer-substring-functions)
5429 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
5430
6283a7d3
LL
54312012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
5432
5433 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
5434 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
5435
e96e3013
LL
54362012-02-04 Leo Liu <sdl.web@gmail.com>
5437
5438 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
5439
8ded50f2
GM
54402012-02-04 Glenn Morris <rgm@gnu.org>
5441
82ff1d13
GM
5442 * image.el (image-extension-data): Add obsolete alias.
5443
987a0a16
GM
5444 * isearch.el (isearch-update): Doc fix.
5445
ea32ef46
GM
5446 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
5447
8ded50f2
GM
5448 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
5449
eea14f31
GM
54502012-02-03 Glenn Morris <rgm@gnu.org>
5451
5452 * image.el (image-animated-p): Doc fix. Use image-animated-types.
5453 (image-animate-timeout): Doc fix.
5454
5455 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
5456
12f381b7
GM
54572012-02-02 Glenn Morris <rgm@gnu.org>
5458
953cebf5
GM
5459 * server.el (server-auth-dir): Doc fix.
5460 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
5461
12f381b7
GM
5462 * subr.el (run-mode-hooks): Doc fix.
5463
953a8c3b
JL
54642012-02-02 Juri Linkov <juri@jurta.org>
5465
5466 * image-mode.el (image-toggle-display-image): Remove tautological
5467 `major-mode' from the `derived-mode-p' test.
5468
c5d3843c
KH
54692012-02-02 Kenichi Handa <handa@m17n.org>
5470
9f6e692e 5471 * composite.el (compose-region): Cancel previous change.
c5d3843c 5472
159462d4 54732012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
5474
5475 * composite.el (compose-region, compose-string): Signal error for
5476 a null string component (Bug#6988).
5477
9f562668
CY
54782012-02-01 Chong Yidong <cyd@gnu.org>
5479
e2cef717
CY
5480 * view.el (view-buffer-other-window, view-buffer-other-frame):
5481 Handle special modes like view-buffer (Bug#10650).
5482 (view-buffer): Simplify.
5483
9f562668
CY
5484 * frame.el (set-frame-font): Tweak meaning of third argument.
5485
9f6e692e
JB
5486 * dynamic-setting.el (font-setting-change-default-font):
5487 Use set-frame-font (Bug#9982).
9f562668 5488
781acb9f
GM
54892012-02-01 Glenn Morris <rgm@gnu.org>
5490
6035be52
GM
5491 * progmodes/compile.el (compilation-internal-error-properties):
5492 Respect compilation-first-column in the "*compilation*" buffer.
5493
781acb9f
GM
5494 * emacs-lisp/easy-mmode.el (define-minor-mode):
5495 Relax :variable's test for a named function.
5496
abbceb00
AM
54972012-01-31 Alan Mackenzie <acm@muc.de>
5498
5499 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
5500 off by one error.
5501
fce3fdeb
CY
55022012-01-31 Chong Yidong <cyd@gnu.org>
5503
5504 * frame.el (set-frame-font): New arg ALL-FRAMES.
5505
5506 * menu-bar.el (menu-set-font): Use set-frame-font.
5507
5508 * faces.el (face-spec-reset-face): Don't apply unspecified
5509 attribute values to the default face.
5510
47893581
JB
55112012-01-31 Juanma Barranquero <lekktu@gmail.com>
5512
5513 * progmodes/cwarn.el (cwarn): Remove dead link.
5514 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
5515 Remove * from defcustom docstrings.
5516 (turn-on-cwarn-mode): Make obsolete.
5517 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
5518 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
5519
e58e988a
GM
55202012-01-31 Glenn Morris <rgm@gnu.org>
5521
60dc2671 5522 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 5523 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 5524 Allow named functions to be used as the cdr of :variable.
e58e988a 5525
7a3f511d
GM
55262012-01-30 Glenn Morris <rgm@gnu.org>
5527
5528 * emacs-lisp/authors.el (authors-fixed-entries):
5529 Remove reference to deleted file rnewspost.el.
5530
cb882333
JB
55312012-01-29 Juanma Barranquero <lekktu@gmail.com>
5532
5533 * window.el (window-with-parameter): Remove unused variable `windows'.
5534 (window--side-check): Remove unused variable `code'.
5535 (window--resize-siblings): Remove unused variable `first'.
5536 (adjust-window-trailing-edge): Remove unused variable `failed'.
5537 (window-deletable-p, window--delete): Remove unused variable `buffer'.
5538 Use `let', not `let*'.
5539 (balance-windows-2): Remove unused variable `found'.
5540 (window--state-put-2): Remove unused variable `splits'.
5541 (window-state-put): Remove unused variable `selected'.
5542 (same-window-p): Use `string-match-p'.
5543 (display-buffer-assq-regexp): Remove unused variable `value'.
5544 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5545 Mark argument ALIST as ignored.
5546 (pop-to-buffer): Remove unused variable `old-window'.
5547
907201af
EZ
55482012-01-29 Eli Zaretskii <eliz@gnu.org>
5549
5550 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
5551 and .lzma compressed files.
5552
ea162670
CY
55532012-01-29 Chong Yidong <cyd@gnu.org>
5554
5b95ee8a
CY
5555 * frame.el (window-system-default-frame-alist): Doc fix.
5556
ea162670
CY
5557 * dynamic-setting.el (font-setting-change-default-font): Don't
5558 change the default face if SET-FONT argument is non-nil (Bug#9982).
5559
d6e6f4b1
SB
55602012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
5561
5562 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
5563
0f29fa41 55642012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
5565
5566 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
5567 breakpoints in files outside current directory (Bug#6098).
5568
db174434
CY
55692012-01-29 Chong Yidong <cyd@gnu.org>
5570
6b25e4e2
SE
5571 * progmodes/python.el: Require ansi-color at top-level.
5572
6df6ae42
JB
5573 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
5574 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
5575 (lisp-mode-abbrev-table): Add doc.
5576 (lisp-mode-variables): Don't set local-abbrev-table.
5577 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
5578
e70ee681
RW
55792012-01-28 Roland Winkler <winkler@gnu.org>
5580
5581 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
5582
ace88aa2
RW
55832012-01-28 Roland Winkler <winkler@gnu.org>
5584
5585 * textmodes/bibtex.el (bibtex-entry-alist): New function.
5586 (bibtex-set-dialect): Use it. Either set global values of
5587 dialect-dependent variables or bind these variables buffer-locally
5588 (Bug#10254).
5589 (bibtex-mode): Call bibtex-set-dialect via
5590 hack-local-variables-hook.
eb864a71
LM
5591 (bibtex-dialect): Update docstring.
5592 Add safe-local-variable predicate.
ace88aa2
RW
5593 (bibtex-entry-alist, bibtex-field-alist): Initialize via
5594 bibtex-set-dialect.
5595 (bibtex-mode-map): Define menu for each dialect.
5596 (bibtex-entry): Fix docstring.
5597
93376c5b
CY
55982012-01-28 Chong Yidong <cyd@gnu.org>
5599
5600 * eshell/esh-arg.el (eshell-quote-argument): New function.
5601
5602 * eshell/esh-ext.el (eshell-invoke-batch-file):
5603 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
5604 first arg to eshell-parse-command (Bug#10523).
5605
4372494f
DA
56062012-01-28 Drew Adams <drew.adams@oracle.com>
5607
5608 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
5609 `default-directory' is non-nil.
5610
4d4ec1f8
EZ
56112012-01-28 Eli Zaretskii <eliz@gnu.org>
5612
5613 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
5614 line that displays system-configuration-options. (Bug#9924)
5615
7c188927
DA
56162012-01-28 Drew Adams <drew.adams@oracle.com>
5617
5618 * descr-text.el (describe-char): Show information about POS, in
5619 addition to information about the character at POS. Improve and
5620 update the doc string. Change "code point" to "code point in
5621 charset", to avoid confusion with the character's Unicode code
5622 point shown above that. (Bug#10129)
5623
e0da685a
EZ
56242012-01-28 Eli Zaretskii <eliz@gnu.org>
5625
5626 * descr-text.el (describe-char): Show the raw character, not only
5627 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
5628 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
5629 for the reasons.
5630
70550acf
PH
56312012-01-28 Phil Hagelberg <phil@hagelb.org>
5632
eb864a71
LM
5633 * emacs-lisp/package.el (package-install):
5634 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 5635
0ce8e868
CY
56362012-01-28 Chong Yidong <cyd@gnu.org>
5637
cb882333
JB
5638 * emacs-lisp/package.el (package-maybe-load-descriptor):
5639 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
5640 (package-maybe-load-descriptor): Use it.
5641 (package-download-transaction): Fully load required packages
5642 inside the loop, so that `require' calls work (Bug#10593).
5643 (package-install): No need to call package-initialize now.
5644
2e7f3bea
CY
56452012-01-28 Chong Yidong <cyd@gnu.org>
5646
6e9bad14
CY
5647 * simple.el (deactivate-mark): Doc fix (Bug#8614).
5648
f823b8ca
CY
5649 * tooltip.el (tooltip-mode): Doc fix.
5650 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
5651
2680c309
CY
5652 * frame.el (set-cursor-color): Doc fix (Bug#352).
5653
d7a9e63b
CY
5654 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
5655 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
5656
2e7f3bea
CY
5657 * cus-edit.el (custom-buffer-create-internal): Fix search button
5658 action (Bug#10542).
2ae01800 5659 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 5660
fc4f7a23
EW
56612012-01-27 Eduard Wiebe <usenet@pusto.de>
5662
5663 * dired.el (dired-mark-files-regexp):
5664 Include any subdirectory components. (Bug#10445)
5665
7dd37071
ML
56662012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
5667
5668 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
5669 Handle [host]:port syntax. (Bug#10533)
5670
a268160b
AH
56712012-01-27 Alex Harsanyi <harsanyi@mac.com>
5672
5673 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
5674
e43273ef
GM
56752012-01-26 Glenn Morris <rgm@gnu.org>
5676
5677 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
5678 * term.el (term-raw-escape-map): Use Control-X-prefix.
5679 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
5680
1edf595d
MR
56812012-01-25 Martin Rudalics <rudalics@gmx.at>
5682
5683 * window.el (window-state-get, window--state-get-1): Don't deal
5684 with fixed-sizeness of windows. Simplify code.
5685
fa8eafef
JC
56862012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
5687
6df6ae42
JB
5688 * window.el (window--state-get-1, window--state-put-2):
5689 Don't save and restore the mark.
fa8eafef 5690
0b21c100
CY
56912012-01-25 Chong Yidong <cyd@gnu.org>
5692
5693 * custom.el (custom-variable-p): Doc fix.
5694
5ae1a6c8
GM
56952012-01-25 Glenn Morris <rgm@gnu.org>
5696
40047858
GM
5697 * dired.el (dired-goto-file): Handle some of the more common
5698 characters that `ls -b' escapes. (Bug#10596)
5699
5ddce96c
GM
5700 * progmodes/compile.el (compilation-next-error-function):
5701 Respect compilation-first-column in the "*compilation*" buffer.
5702 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
5703
5ae1a6c8
GM
5704 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
5705
b559f1a9
GM
57062012-01-24 Glenn Morris <rgm@gnu.org>
5707
5708 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
5709
6725d21a
JD
57102012-01-24 Julien Danjou <julien@danjou.info>
5711
5712 * color.el (color-rgb-to-hsl): Fix value computing.
5713 (color-hue-to-rgb): New function.
5714 (color-hsl-to-rgb): New function.
5715 (color-clamp, color-saturate-hsl, color-saturate-name)
5716 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5717 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
5718
70df4bbe
GM
57192012-01-24 Glenn Morris <rgm@gnu.org>
5720
5721 * vc/vc-rcs.el (vc-rcs-create-tag):
5722 * vc/vc-sccs.el (vc-sccs-create-tag):
5723 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
5724
802a2ae2
ML
57252012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
5726
5727 * eshell/esh-util.el (eshell-read-hosts-file):
5728 Skip comment lines. (Bug#10549)
5729
d7128bb1
ML
5730 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
5731
d1a5c3b4
JB
57322012-01-23 Juanma Barranquero <lekktu@gmail.com>
5733
2724d9c7
JB
5734 * subr.el (display-delayed-warnings): Doc fix.
5735 (collapse-delayed-warnings): New function to collapse identical
5736 adjacent warnings.
5737 (delayed-warnings-hook): Add it.
d1a5c3b4 5738
a5509865
MA
57392012-01-22 Michael Albinus <michael.albinus@gmx.de>
5740
5741 * net/tramp.el (tramp-action-login): Set connection property "login-as".
5742
a5509865
MA
5743 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
5744 (tramp-default-user-alist): Don't add "pscp".
5745 (tramp-do-copy-or-rename-file-out-of-band): Use connection
5746 property "login-as", if set. (Bug#10530)
5747
cc6d5805
MA
57482012-01-21 Michael Albinus <michael.albinus@gmx.de>
5749
5750 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
5751 "plink1" and "psftp". (Bug#10530)
5752
57532012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
5754
5755 * international/mule-cmds.el (prefer-coding-system): Show a
5756 warning message if the default value of file-name-coding-system
5757 was not changed.
5758
f0960428
JC
57592012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
5760
cb882333
JB
5761 * windmove.el (windmove-reference-loc):
5762 Fix windmove-reference-loc miscalculation.
f0960428 5763
dd6f2a63
JB
57642012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
5765
5766 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
5767 default unit.
5768
7b447e9b
GM
57692012-01-21 Glenn Morris <rgm@gnu.org>
5770
117a9ea1
GM
5771 * international/mule.el (auto-coding-alist): Add .tbz.
5772
7b447e9b
GM
5773 * files.el (local-enable-local-variables): Doc fix.
5774 (inhibit-local-variables-regexps): Rename from
5775 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
5776 Doc fix. Add some extensions from auto-coding-alist.
5777 (inhibit-local-variables-suffixes):
5778 Rename from inhibit-first-line-modes-suffixes. Doc fix.
5779 (inhibit-local-variables-p):
5780 New function, extracted from set-auto-mode-1.
5781 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
5782 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
5783 (hack-local-variables): Doc fix. Make the mode-only case
5784 respect enable-local-variables and friends.
5785 Respect inhibit-local-variables-regexps for file-locals, but
5786 not for directory-locals.
5787 (set-visited-file-name):
5788 Take account of inhibit-local-variables-regexps.
5789 Whether it applies may change as the file name is changed.
5790 * jka-cmpr-hook.el (jka-compr-install):
5791 * jka-compr.el (jka-compr-uninstall):
5792 Update for inhibit-first-line-modes-suffixes name change.
5793
dd6e3cdd
MR
57942012-01-20 Martin Rudalics <rudalics@gmx.at>
5795
5796 * help-macro.el (make-help-screen): Temporarily restore original
5797 binding for minor-mode-map-alist (Bug#10454).
5798
0d0deb38
JD
57992012-01-19 Julien Danjou <julien@danjou.info>
5800
5801 * color.el (color-name-to-rgb): Use the white color to find the max
5802 color component value and return correctly computed values.
5803 (color-name-to-rgb): Add missing float conversion for max value.
5804
34a02f46
MR
58052012-01-19 Martin Rudalics <rudalics@gmx.at>
5806
5807 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
5808 special state value for window-persistent-parameters.
5809 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
5810 (window--state-put-2): Reset all window parameters to nil before
5811 assigning values of persistent parameters.
5812
606c44c4
AM
58132012-01-18 Alan Mackenzie <acm@muc.de>
5814
5815 Eliminate sluggishness and hangs in fontification of "semicolon
5816 deserts".
5817
cb882333
JB
5818 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
5819 Change value 10000 -> 3000.
606c44c4
AM
5820 (c-state-safe-place): Reformulate so it doesn't stack up an
5821 infinite number of wrong entries in c-state-nonlit-pos-cache.
5822 (c-determine-limit-get-base, c-determine-limit): New functions to
5823 determine backward search limits disregarding literals.
5824 (c-find-decl-spots): Amend commenting.
5825 (c-cheap-inside-bracelist-p): New function which detects "={".
5826
5827 * progmodes/cc-fonts.el
5828 (c-make-font-lock-BO-decl-search-function): Give a limit to a
5829 backward search.
5830 (c-font-lock-declarations): Fix an occurrence of point being
5831 undefined. Check additionally for point being in a bracelist or
5832 near a macro invocation without a semicolon so as to avoid a
5833 fruitless time consuming search for a declarator. Give a more
5834 precise search limit for declarators using the new
5835 c-determine-limit.
5836
f3860cea
GM
58372012-01-18 Glenn Morris <rgm@gnu.org>
5838
5839 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
5840 (set-auto-mode): Doc fixes.
5841
1db03b16
GM
58422012-01-17 Glenn Morris <rgm@gnu.org>
5843
0e6038be
GM
5844 * isearch.el (search-nonincremental-instead): Fix doc typo.
5845
1db03b16
GM
5846 * dired.el (dired-insert-directory): Handle newlines in directory name.
5847 (dired-build-subdir-alist): Unescape newlines in directory name.
5848
4cb0aa75
MA
58492012-01-17 Michael Albinus <michael.albinus@gmx.de>
5850
5851 * net/tramp.el (tramp-local-end-of-line): New defcustom.
5852 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
5853 (tramp-action-terminal): Use it. (Bug#10530)
5854
1d00653d
SM
58552012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
5856
5857 * minibuffer.el (completion--replace): Strip properties (bug#10062).
5858
6a6ee00d
MR
58592012-01-16 Martin Rudalics <rudalics@gmx.at>
5860
5861 * window.el (window-state-ignored-parameters): Remove variable.
5862 (window--state-get-1): Rename argument MARKERS to IGNORE.
5863 Handle persistent window parameters. Make copy of clone-of
5864 parameter only if requested. (Bug#10348)
5865 (window--state-put-2): Install a window parameter only if it has
5866 a non-nil value or an existing parameter shall be overwritten.
5867
97912def
MA
58682012-01-15 Michael Albinus <michael.albinus@gmx.de>
5869
5870 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
5871
688070a5
EZ
58722012-01-14 Eli Zaretskii <eliz@gnu.org>
5873
5874 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
5875 don't pass the (nil) value of `upnode' to string-match.
5876
301afadc
CY
58772012-01-14 Chong Yidong <cyd@gnu.org>
5878
5879 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 5880 Fix values recognized by the cursorBlink resource.
301afadc 5881
9e5788aa
PE
58822012-01-14 Paul Eggert <eggert@cs.ucla.edu>
5883
5884 * epg.el (epg--make-temp-file): Avoid permission race condition
5885 when running on old Emacs versions (bug#10403).
5886
3cdb7f5a
GM
58872012-01-14 Glenn Morris <rgm@gnu.org>
5888
5889 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
5890
8c82b1b4
AM
58912012-01-13 Alan Mackenzie <acm@muc.de>
5892
5893 Fix filling for when filladapt mode is enabled.
5894
5895 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
5896 c-mask-paragraph, pass in `fill-paragraph' rather than
5897 `fill-region-as-paragraph'. (This is a reversion of a previous
5898 change.)
eb864a71
LM
5899 * progmodes/cc-mode.el (c-basic-common-init):
5900 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 5901
e517eda4
GM
59022012-01-13 Glenn Morris <rgm@gnu.org>
5903
1498536e
GM
5904 * dired.el (dired-switches-escape-p): New function.
5905 (dired-insert-directory): Use dired-switches-escape-p.
5906 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
5907
e517eda4
GM
5908 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
5909
328f984d
GM
59102012-01-12 Glenn Morris <rgm@gnu.org>
5911
5912 * mail/sendmail.el (mail-mode): Update paragraph-separate for
5913 changes in adaptive-fill-regexp. (Bug#10276)
5914
2cc769a8
AM
59152012-01-11 Alan Mackenzie <acm@muc.de>
5916
5917 Fix Emacs bug #10463 - put `widen's around the critical spots.
5918
1d00653d 5919 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
5920 widen around each invocation of c-state-pp-to-literal. Remove an
5921 unused let variable.
5922
e52c37fa
GM
59232012-01-11 Glenn Morris <rgm@gnu.org>
5924
5925 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 5926 Doc fix.
e52c37fa 5927
96f8741e
CY
59282012-01-10 Chong Yidong <cyd@gnu.org>
5929
1d00653d
SM
5930 * net/network-stream.el (network-stream-open-starttls):
5931 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
5932 response to the capability command.
5933
b09a806e
GM
59342012-01-10 Glenn Morris <rgm@gnu.org>
5935
5936 * mail/unrmail.el (unrmail): Tweak previous change.
5937
7655cb66
CY
59382012-01-09 Chong Yidong <cyd@gnu.org>
5939
5940 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
5941
9d5a8f0b
AM
59422012-01-08 Alan Mackenzie <acm@muc.de>
5943
5944 Optimise font locking in long enum definitions.
5945
5946 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
5947 arm to a cond form to handle enums.
5948 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
5949 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
5950
9a0115ab 59512012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
5952
5953 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 5954 (Bug#10401)
6bb72cbd 5955
f186bb95
LMI
59562012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5957
29232a68
LMI
5958 * faces.el (set-face-attribute): Clarify the meaning of the nil
5959 frame (bug#10294).
5960
4e5d086d
LMI
5961 * subr.el (with-selected-frame): Mention that the selected frame
5962 is restored (bug#9980).
5963
8e66aebe
LMI
5964 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
5965 (bug#9759).
5966
cd394be1 5967 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
5968 (password-read): Don't autoload unused function.
5969
adf4e762
JB
59702012-01-07 Juanma Barranquero <lekktu@gmail.com>
5971
5972 * progmodes/which-func.el (which-func-mode): Turn into a
5973 non-interactive function and mark as obsolete (bug#10428).
5974
89bd9ccd
CY
59752012-01-06 Chong Yidong <cyd@gnu.org>
5976
5977 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
5978 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
5979 functions, along with 1 and -1.
5980
4afee9d5
EZ
59812012-01-06 Eli Zaretskii <eliz@gnu.org>
5982
5983 * time.el (display-time-load-average)
5984 (display-time-default-load-average): Doc fixes. See the thread
5985 starting at
5986 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
5987 for the details.
5988
536aea70
GM
59892012-01-06 Glenn Morris <rgm@gnu.org>
5990
665ae865
GM
5991 * mail/unrmail.el (unrmail): Give an explicit error if the input file
5992 has no messages. (Bug#10377)
5993
c869783d
GM
5994 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
5995 than Info-edit. (Bug#10385)
5996
2bb4227e
GM
5997 * time.el (display-time-load-average, display-time-next-load-average):
5998 Doc fixes.
5999
7d5944b9
GM
6000 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
6001 local setting of buffer-read-only to the input buffer. (Bug#10419)
6002
536aea70
GM
6003 * calendar/calendar.el (calendar-mode):
6004 Locally set scroll-margin to 0. (Bug#10379)
6005
7dccca16
UM
60062012-01-06 Ulrich Mueller <ulm@gentoo.org>
6007
6008 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
6009
afbb7930
GM
60102012-01-05 Glenn Morris <rgm@gnu.org>
6011
6012 * eshell/em-unix.el (diff-no-select): Autoload it.
6013 (eshell/diff): Use diff-no-select. (Bug#10420)
6014
04482335
CY
60152012-01-05 Chong Yidong <cyd@gnu.org>
6016
7baca3bc
CY
6017 * shell.el (shell-dynamic-complete-functions): Revert last change.
6018 (shell-command-completion-function): New function.
6019 (shell-completion-vars): Use it to implement
6020 shell-completion-execonly (Bug#10417).
6021
04482335
CY
6022 * custom.el (enable-theme): Don't set custom-safe-themes.
6023
1d00653d
SM
6024 * cus-theme.el (custom-theme-merge-theme):
6025 Ignore custom-enabled-themes and custom-safe-themes.
04482335 6026
bb5aa5d6
MM
60272012-01-05 Michael R. Mauger <mmaug@yahoo.com>
6028
6029 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
6030 first prompt in `sql-interacive-mode'.
6031 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 6032 keywords.
6df6ae42 6033 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
6034 (sql-product-interactive): Bug fix: Set `sql-buffer' in
6035 context of original buffer. Invoke `sql-login-hook'.
6036
a7183d7c
EZ
60372012-01-04 Eli Zaretskii <eliz@gnu.org>
6038
6039 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
6040 letters in cite-prefix.
6041
a1eacd1e
LMI
60422012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6043
6044 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
6045
787cdb34
CY
60462012-01-03 Chong Yidong <cyd@gnu.org>
6047
1d00653d
SM
6048 * shell.el (shell-dynamic-complete-functions):
6049 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
6050 comint-filename-completion first (Bug#10417).
6051
30710442
RS
60522012-01-02 Richard Stallman <rms@gnu.org>
6053
6054 * battery.el (battery-status-function):
6055 Detect when to use battery-yeeloong-sysfs.
6056 (battery-echo-area-format): Add string for Yeeloong.
6057 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
6058 (battery-yeeloong-sysfs): New function.
6059
f75bfc33
CY
60602012-01-02 Chong Yidong <cyd@gnu.org>
6061
6062 * dirtrack.el (dirtrack-list): Eliminate unused third element.
6063 (dirtrack): Merge code for handling relative filenames in prompt
6064 from shell-dir-cookie-watcher.
6065 (dirtrack-debug-message): New arg to avoid excess format calls.
6066
6067 * shell.el (shell-dir-cookie-re): Variable deleted.
6068 (shell-dir-cookie-watcher): Function deleted.
6069 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
6070 with dirtrack-mode.
6071
651e947e
EZ
60722012-01-01 Eli Zaretskii <eliz@gnu.org>
6073
1d00653d
SM
6074 * term/w32-win.el (dynamic-library-alist) <gnutls>:
6075 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
6076 libgnutls-26.dll.
6077
94d4c7dc
AS
60782011-12-31 Andreas Schwab <schwab@linux-m68k.org>
6079
6080 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
6081
8d43f3cd
EZ
60822011-12-31 Eli Zaretskii <eliz@gnu.org>
6083
6084 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
6085 headers of non-MIME messages, when rmail-enable-mime is non-nil.
6086
98c8795a
MA
60872011-12-29 Michael Albinus <michael.albinus@gmx.de>
6088
6089 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
6090 also for alternative shells.
6091 (tramp-open-connection-setup-interactive-shell): Check, whether
6092 the shell is a busybox.
6093 (tramp-send-command): Don't suppress multiple prompts for
6094 busyboxes, it hurts.
6095
51281b32
CY
60962011-12-28 Chong Yidong <cyd@gnu.org>
6097
6098 * progmodes/gdb-mi.el (gdb-get-source-file-list)
6099 (gdb-get-source-file): Move mode line update to
6100 gdb-get-source-file (Bug#10087).
6101
2170cb53
CY
61022011-12-25 Chong Yidong <cyd@gnu.org>
6103
6104 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
6105 gud-gdb-marker-filter without taking it as an argument.
6106 (gud-gdb-run-command-fetch-lines): Caller changed.
6107 (gud-gdb-completion-function): New variable.
6108 (gud-gdb-completion-at-point): Use it.
6109 (gud-gdb-completions-1): Split from gud-gdb-completions.
6110
6111 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
6112 function as separate arguments.
6113 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
6114 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
6115 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
6116 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
6117 (gdb-stopped, def-gdb-auto-update-trigger)
6118 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
6119 (gdb-get-changed-registers, gdb-get-main-selected-frame):
6120 Callers changed.
2170cb53
CY
6121 (gud-gdbmi-completions): New function.
6122 (gdb): Use it for generating the completion table.
6123
be8b11bb
AM
61242011-12-24 Alan Mackenzie <acm@muc.de>
6125
6126 Introduce a mechanism to widen the region used in context font
1d00653d 6127 locking. Use this to protect declarations from losing their contexts.
be8b11bb 6128
1d00653d
SM
6129 * progmodes/cc-langs.el (c-before-font-lock-functions):
6130 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 6131 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
6132 functions to be run just before context (etc.) font locking.
6133
6134 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 6135 New, functionality extracted from
be8b11bb 6136 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 6137 (c-in-after-change-fontification): New variable.
be8b11bb
AM
6138 (c-after-change): Set c-in-after-change-fontification.
6139 (c-set-fl-decl-start): Rejig its interface, so it can be called
6140 from both after-change and context fontifying.
b81d40f0
JB
6141 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
6142 New functions.
6143 (c-standard-font-lock-fontify-region-function): New variable.
6144 (c-font-lock-fontify-region): New function.
be8b11bb 6145
341cf6ac
JL
61462011-12-24 Juri Linkov <juri@jurta.org>
6147
6148 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
6149 (Bug#10348)
6150
bffcee0a
MA
61512011-12-23 Michael Albinus <michael.albinus@gmx.de>
6152
6153 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
6154 existence of source file. (Bug#10325)
6155
cb5e207c
AM
61562011-12-23 Alan Mackenzie <acm@muc.de>
6157
6158 Fix unstable fontification inside templates.
6159
b81d40f0
JB
6160 * progmodes/cc-langs.el (c-before-font-lock-functions):
6161 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
6162 additionally has c-set-fl-decl-start. The other languages (apart
6163 from AWK) have that as a single entry.
6164
b81d40f0
JB
6165 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6166 The functionality for "local" declarations has been extracted to
cb5e207c
AM
6167 c-set-fl-decl-start.
6168
b81d40f0
JB
6169 * progmodes/cc-mode.el (c-common-init, c-after-change):
6170 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
6171 (c-set-fl-decl-start): New function, extracted from
6172 c-font-lock-enclosing-decls and enhanced.
6173
60ff536c
JB
61742011-12-23 Juanma Barranquero <lekktu@gmail.com>
6175
6176 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
6177
1c4757d6
JL
61782011-12-22 Juri Linkov <juri@jurta.org>
6179
6180 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
6181
d031f2c7
CY
61822011-12-22 Chong Yidong <cyd@gnu.org>
6183
6184 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
6185
bace743a
DA
61862011-12-21 Drew Adams <drew.adams@oracle.com>
6187
6188 * files.el (file-remote-p): Fix docstring. (Bug#10319)
6189
728a1f2b
JC
61902011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6191
6192 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
6193
0d373f73
TZ
61942011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
6195
fec0aaa4
TZ
6196 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
6197 highlighting and support. Fix up comments for capitalization.
6198 (cfengine-mode-debug): New var.
6199 (cfengine3-mode): Change the modeline indicator to "CFE3".
6200 (cfengine3-font-lock-keywords): Improve defun highlighting.
6201 (cfengine2-actions): Rename from `cfengine-actions'.
6202 (cfengine2-font-lock-keywords): Rename from
6203 `cfengine-font-lock-keywords'.
6204 (cfengine2-imenu-expression): Rename from
6205 `cfengine-imenu-expression'.
6206 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
6207 (cfengine2-beginning-of-defun): Rename from
6208 `cfengine-beginning-of-defun'.
6209 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
6210 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
6211 (cfengine2-mode): Rename from `cfengine-mode'. Change the
6212 modeline indicator to "CFE2".
6213 (cfengine-mode): Defalias to `cfengine-auto-mode'.
6214 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 6215
bc86f573
CY
62162011-12-21 Chong Yidong <cyd@gnu.org>
6217
6218 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
6219 filename argument.
6220
d45ba96b
MR
62212011-12-20 Martin Rudalics <rudalics@gmx.at>
6222
6223 * window.el (window-normalize-buffer-to-display): Remove.
6224 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
6225
a6198c90
CY
62262011-12-19 Chong Yidong <cyd@gnu.org>
6227
6228 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
6229 Don't signal an error in a predicate function; return non-nil.
6230 (vc-dir-mark-file): Move the error here.
6231 (vc-dir-mark-unmark): If acting on the region, keep going if one
6232 of the entries cannot be marked/unmarked.
6233 (vc-dir-mark-all-files): If current entry is a directory, mark
6234 only child files, as documented.
6235
34c5fb55
VB
62362011-12-19 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
6237
6238 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
6239 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
6240 addition.
6241
c803b2b7
JD
62422011-12-18 Jan Djärv <jan.h.d@swipnet.se>
6243
6244 * term/ns-win.el (ns-get-selection-internal)
6245 (ns-store-selection-internal): Declare.
1154d12e
JB
6246 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
6247 Declare as obsolete.
6248 (ns-get-pasteboard, ns-paste-secondary):
6249 Use ns-get-selection-internal.
6250 (ns-set-pasteboard, ns-copy-including-secondary):
6251 Use ns-store-selection-internal.
c803b2b7 6252
9cff91f8 62532011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
6254
6255 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 6256 (vc-deduce-fileset): Doc fix.
99a289d9 6257
f16c898a
AS
62582011-12-16 Andreas Schwab <schwab@linux-m68k.org>
6259
6260 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
6261
763237c4
SS
62622011-12-13 Sam Steingold <sds@gnu.org>
6263
6264 * man.el (Man-getpage-in-background): When running under a
6265 window-system, ignore $MANWIDTH and $COLUMNS.
6266
5fc1c122
KH
62672011-12-15 Kenichi Handa <handa@m17n.org>
6268
6269 * language/ethio-util.el: Change coding tag to utf-8-emacs.
6270 (setup-ethiopic-environment-internal): Comment out key-binding for
6271 ethio-toggle-punctuation.
6272
13d49cbb
AM
62732011-12-13 Alan Mackenzie <acm@muc.de>
6274
898169a2
AM
6275 Add the switch statement to AWK Mode.
6276
7a71b18d 6277 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
6278 "default" to the keywords regexp.
6279
7a71b18d 6280 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 6281 expression as the rest.
1d00653d
SM
6282 (c-nonlabel-token-key): Allow string literals for AWK.
6283 Refactor for the other modes.
898169a2 6284
13d49cbb 6285 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 6286 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
6287 routines. Limit backward searching in c-font-lock-enclosing.decl.
6288
6289 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
6290 pp-state and literal type in addition to the limits.
1d00653d 6291 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 6292 (c-state-literal-at): Use the above new defun.
1d00653d
SM
6293 (c-slow-in-literal, c-fast-in-literal): Remove.
6294 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
6295
6296 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
6297 being in a literal. Add a limit for backward searching.
6298
6299 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
6300 c-slow-in-literal.
6301
15e0efc7
SM
63022011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
6303
6304 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
6305
454592a6
MR
63062011-12-13 Martin Rudalics <rudalics@gmx.at>
6307
6308 * window.el (delete-other-windows): Use correct frame in call to
6309 window-with-parameter.
6310
87393f26
DP
63112011-12-12 Daniel Pfeiffer <occitan@t-online.de>
6312
6313 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
6314 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
6315 (makefile-gmake-statements, makefile-makepp-statements):
6316 Use it and add new makepp keywords.
6317 (makefile-makepp-font-lock-keywords): Add new patterns.
6318 (makefile-match-function-end): Match new [...] and [[...]].
6319
11636b22
JB
63202011-12-11 Juanma Barranquero <lekktu@gmail.com>
6321
6322 * ses.el (ses-call-printer-return, ses-cell-property-get)
6323 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
6324 (ses-create-cell-variable, ses-reset-header-string)
6325 (ses-cell-set-formula, ses-repair-cell-reference-all)
6326 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
6327 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
6328 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
6329 (ses-aset-with-undo, ses-load, ses-truncate-cell)
6330 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
6331 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
6332 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
6333 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
6334 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
6335 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
6336 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
6337 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
6338
cf018193
VB
63392011-12-11 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
6340
6341 * ses.el: The overall change is to add cell renaming, that is
6342 setting fancy names for cell symbols other than name matching
6343 "\\`[A-Z]+[0-9]+\\'" regexp .
6344 (ses-create-cell-variable): New defun.
6345 (ses-relocate-formula): Relocate formulas only for cells the
6346 symbols of which are not renamed, i.e. symbols whose names do not
6347 match regexp "\\`[A-Z]+[0-9]+\\'".
6348 (ses-relocate-all): Relocate values only for cells the symbols of
6349 which are not renamed.
6350 (ses-load): Create cells variables as the (ses-cell ...) are read,
6351 in order to check row col consistency with cell symbol name only
6352 for cells that are not renamed.
6353 (ses-replace-name-in-formula): New defun.
6354 (ses-rename-cell): New defun.
6355
ee957461
CY
63562011-12-11 Chong Yidong <cyd@gnu.org>
6357
6358 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
6359 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
6360
9a9e9ef0
MR
63612011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
6362
6363 * window.el (other-window): Fix docstring.
6364
92a8eba5
EZ
63652011-12-10 Eli Zaretskii <eliz@gnu.org>
6366
6367 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
6368 `from' or `to' address before taking its substring.
6369 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
6370 encoded name is chopped in the middle of the encoded string, and
6371 thus displayed encoded.
6372
e152e577
JB
63732011-12-10 Juanma Barranquero <lekktu@gmail.com>
6374
6375 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
6376
e5d84bfe
EZ
63772011-12-10 Eli Zaretskii <eliz@gnu.org>
6378
6379 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
6380 to use texinfo-update-node and commands that call it if the
6381 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 6382 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
6383 (texinfo-all-menus-update, texinfo-master-menu)
6384 (texinfo-update-node, texinfo-every-node-update)
6385 (texinfo-multiple-files-update): Doc fix. Warn against updating
6386 all the @node lines.
6387 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
6388 argument is numeric. Explain better in the doc string what the
6389 function really does.
6390 (texinfo-insert-master-menu-list): Improve the error message
6391 displayed if there's no menu in the Top node.
6392 (Bug#2975) See also this thread:
e5d84bfe
EZ
6393 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
6394
1d84e9bb
MG
63952011-12-09 Manuel GĂ³mez <mgrojo@gmail.com> (tiny change)
6396
6397 * speedbar.el (speedbar-supported-extension-expressions):
6398 Add .adb and .ads, commonly used for Ada source code (bug#10256).
6399
382c953b
JB
64002011-12-09 Juanma Barranquero <lekktu@gmail.com>
6401
6402 * printing.el (pr-mode-alist):
6403 * simple.el (filter-buffer-substring-functions)
6404 (completion-list-insert-choice-function):
6405 * window.el (window-with-parameter, window-atom-root)
6406 (window-sides-slots, window-size-fixed, window-min-delta)
6407 (window-max-delta, window--resize-mini-window)
6408 (window--resize-child-windows-normal, window-tree)
6409 (delete-other-windows, quit-window, split-window)
6410 (display-buffer-record-window, special-display-buffer-names)
6411 (special-display-regexps, special-display-popup-frame)
6412 (same-window-p, split-window-sensibly)
6413 (display-buffer-overriding-action, display-buffer-alist)
6414 (display-buffer-base-action, display-buffer, switch-to-buffer)
6415 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
6416 (fit-window-to-buffer, recenter-positions)
6417 (mouse-autoselect-window-state, mouse-autoselect-window-select):
6418 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
6419 and remove unneeded backslashes in docstrings.
6420
39c9faef
SM
64212011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6422
98449af8
SM
6423 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
6424
39c9faef
SM
6425 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
6426 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
6427 end in ".mk".
6428 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
6429 when reading the makefile (bug#10116).
6430
86ed9fdc
SM
64312011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6432
6433 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
6434 (bug#10116).
6435
5580f89d
GM
64362011-12-06 Glenn Morris <rgm@gnu.org>
6437
6438 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
6439
28d3917c
CY
64402011-12-06 Chong Yidong <cyd@gnu.org>
6441
6442 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
6443
a98edce9
JB
64442011-12-06 Juanma Barranquero <lekktu@gmail.com>
6445
6446 * textmodes/table.el (table-shorten-cell): Fix typo.
6447
e65adfac
CG
64482011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
6449
6450 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
6451
71cc0b74
EZ
64522011-12-05 Eli Zaretskii <eliz@gnu.org>
6453
6454 * descr-text.el (describe-char): Fix display of strong
6455 right-to-left characters and directional embeddings and overrides.
6456
6457 * simple.el (what-cursor-position): Fix display of codepoints of
6458 strong right-to-left characters.
6459
315bc30d
CY
64602011-12-05 Chong Yidong <cyd@gnu.org>
6461
6462 * faces.el (read-color): Doc fix.
6463
58a70b94
GM
64642011-12-05 Glenn Morris <rgm@gnu.org>
6465
6466 * align.el (align--set-marker): Add doc-string.
6467 Don't try to move something that is not a marker. (Bug#10216)
6468
5158face
GM
64692011-12-04 Glenn Morris <rgm@gnu.org>
6470
6471 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
6472 overly zealous deletion of trailing whitespace.
6473
520fca41
JB
64742011-12-04 Juanma Barranquero <lekktu@gmail.com>
6475
6476 * server.el (server-delete-client): On Windows, do not try to delete
6477 the only terminal.
6478 (server-process-filter): On Windows, treat requests for a tty frame as
6479 if they were for a GUI frame if the running server is in GUI mode.
6480
5e605a2e
GM
64812011-12-03 Glenn Morris <rgm@gnu.org>
6482
6483 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
6484
5c3fe83f
SM
64852011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6486
6f5e57e7
SM
6487 * electric.el: Streamline electric-indent's hook.
6488 (electric-indent-chars): Revert to simple list.
6489 (electric-indent-functions): New var.
6490 (electric-indent-post-self-insert-function): Use it.
6491
5c3fe83f
SM
6492 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
6493 there's no inferior buffer (bug#10196).
6494 (prolog-consult-compile): Don't use toggle-read-only.
6495
6bdac736
MA
64962011-12-02 Michael Albinus <michael.albinus@gmx.de>
6497
6498 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
6499 interrupt. (Bug#10187)
6500
6131ba7f
SM
65012011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6502
99c79fee
SM
6503 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
6504 (bug#9160).
6505
6131ba7f
SM
6506 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
6507 (bug#10191).
6508
cb0a02ea
JL
65092011-12-02 Juri Linkov <juri@jurta.org>
6510
6511 * info.el (Info-search): Display "end of manual" when Isearch
6512 reaches the end of single-file Info manual. (Bug#9918)
6513
66e0570c
EZ
65142011-12-02 Eli Zaretskii <eliz@gnu.org>
6515
6516 * isearch.el (isearch-message-prefix): Run the input method part
6517 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
6518
02b16839
JL
65192011-12-02 Juri Linkov <juri@jurta.org>
6520
6521 * isearch.el (isearch-occur): Use `word-search-regexp' for
6522 `isearch-word'.
6523 (isearch-search-and-update): Add condition for `isearch-word' and
6524 call `word-search-regexp'. (Bug#10145)
6525
0b950688
GM
65262011-12-01 Glenn Morris <rgm@gnu.org>
6527
6528 * eshell/em-hist.el (eshell-hist-initialize):
6529 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 6530 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 6531
9505c3c7
SM
65322011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6533
6534 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
6535
1bbe96b2 65362011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 6537
a1beca85
SM
6538 * progmodes/verilog-mode.el (verilog-pretty-expr):
6539 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
6540 verilog, such as += *= and the like.
6541 (verilog-assignment-operator-re): Regular expression to find the
6542 assigment operator in a verilog assignment.
6543 (verilog-assignment-operation-re): Regular expression to find an
6544 assignment statement for pretty-expr.
6545 (verilog-in-attribute-p): Query returns true if point is in an
6546 attribute context; used to skip these for expression line up from
6547 pretty-expr.
6548 (verilog-in-parameter-p): Query returns true if point is in an
6549 parameter definition context; used to skip these for expression
6550 line up from pretty-expr.
6551 (verilog-in-parenthesis-p): Query returns true if point is in a
6552 parenthetical expression, specifically ( ) but not [ ] or { };
6553 used by pretty-expr.
6554 (verilog-just-one-space): If there is no space, don't add one.
6555 (verilog-get-lineup-indent-2): Specifically skip just attribute
6556 contexts for expression lineup, rather than skipping all
6557 parenthetical expressions.
6558 (verilog-calculate-indent): Fix comment, and fix indent.
6559 (verilog-do-indent): Indent declarations in lists (suggested by
6560 Joachim Lechner).
6561 (verilog-mode-abbrev-table): Populate abbrev mode with the various
6562 skeleton items.
6563 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
6564 by Alain Mellan).
6565
1bbe96b2 65662011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
6567
6568 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
6569 parameters with embedded comments. Reported by Ray Stevens.
6570 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
6571 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
6572 Reported by Tim Holt.
6573 (verilog-auto): Fix AUTOing a upper module then AUTOing module
6574 instantiated by upper module causing wrong expansion until AUTOed a
6575 second time. Reported by K C Buckenmaier.
6576 (verilog-diff-auto): Fix showing .* as a difference when
6577 `verilog-auto-star-save' off. Reported by Dan Dever.
6578 (verilog-auto-reset, verilog-read-always-signals)
6579 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
6580 temporary signals in reset list if
6581 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
6582 style to each signal's assignment type, bug381.
6583 Reported by Thomas Esposito.
6288f0ca
WS
6584 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
6585 (verilog-uvm-statement-re): Support UVM indentation and
6586 highlighting, with old OVM keywords only.
a1beca85 6587 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
6588 Support AUTOTIEOFF creating non-wire data types.
6589 Suggested by Jonathan Greenlaw.
6288f0ca
WS
6590 (verilog-auto-insert-lisp, verilog-delete-to-paren)
6591 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
6592 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
6593 (verilog-read-sub-decls, verilog-read-sub-decls-line):
6594 Fix mismatching parenthesis inside commented out code when deleting
382c953b 6595 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
6596 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
6597 non-numeric vector width. Reported by Alex Reed.
6598 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 6599 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
6600 (verilog-auto-delete-trailing-whitespace):
6601 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
6602 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
6603 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
6604 Fix verilog-scan-cache corruption when running user AUTO expansion
6605 hooks that call indentation routines.
6606 (verilog-simplify-range-expression): Fix typo ignoring lower case
6607 identifiers.
6608 (verilog-delete-auto): Fix delete-autos to also remove user created
6609 automatics, as long as they start with AUTO.
6610 (verilog-batch-diff-auto, verilog-diff-auto)
6611 (verilog-diff-function): Add `verilog-diff-auto' and bind to
6612 "C-c?" to report differences in AUTO expansion, ignoring spaces.
6613 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
6614 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
6615 (verilog-re-search-forward-quick, verilog-syntax-ppss):
6616 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
6617 is disabled and its cache will get corrupt, causing AUTOS not to
6618 expand. Instead use only -quick functions.
6619 (verilog-scan-region): Fix scanning over escaped quotes.
6620 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
6621 (verilog-re-search-backward-quick)
6622 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
6623 related functions now ignore strings, to fix misparsing of strings
6624 with magic comments embedded in them.
a1beca85
SM
6625 (verilog-read-auto-template):
6626 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
6627 Reported by Brad Dobbie.
6628 (verilog-read-auto-template):
6629 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 6630 Reported by Brad Dobbie.
6288f0ca
WS
6631 (verilog-auto-inst, verilog-auto-inst-param)
6632 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
6633 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
6634 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
6635 debugging templates without merge conflicts, bug357.
6636 Reported by Brad Dobbie.
6637 (verilog-read-auto-template):
6638 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
6639 Reported by Brad Dobbie.
6640 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
6641 abbrevs so user won't be asked to save.
6642 (verilog-read-auto-lisp-present): Fix to start at beginning of
6643 buffer in case called outside of verilog-auto.
6644 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
6645 to "X-2". Reported by Matthew Myers.
6646 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
6647 all inputs from module templates. Reported by Leith Johnson.
6648 (verilog-module-inside-filename-p): Fix locating programs as with
6649 modules.
6650 (verilog-auto-inst-port): Fix vl-width expressions when using
6651 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
6652 (verilog-decls-get-regs, verilog-decls-get-signals,
6653 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
6654 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
6655 verilog-read-decls): Combine reg and wire structures into one var
6656 structure to represent SystemVerilog concepts.
6657 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
6658 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
6659 (verilog-auto-wire-type, verilog-insert-definition):
6660 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
6661 SystemVerilog "logic" keyword instead of "wire"/"reg".
6662 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
6663 to declares outputs that also have assignments (presumably in an
a1beca85
SM
6664 ifdef or generate if so there's not a driver conflict).
6665 Reported by Matthew Myers.
6666 (verilog-auto-declare-nettype, verilog-insert-definition):
6667 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
6668 `default_nettype none. Reported by Julian Gorfajn.
6669 (verilog-read-always-signals-recurse, verilog-read-decls)
6670 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
6671 malformed end statement, bug325. Reported by Joshua Wise and
6672 Andrew Drake.
6673 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
6674 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
6675 when expanding .* in interfaces, bug320.
6676 Reported by Pierre-David Pfister.
6288f0ca 6677 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
6678 name and open parenthesis, bug317.
6679 Reported by Pierre-David Pfister.
6288f0ca
WS
6680 (verilog-simplify-range-expression): Fix simplification of
6681 multiplications inside AUTOWIRE connections, bug303.
6682 (verilog-auto-inst-port): Support parameter expansion in
6683 multidimensional arrays.
6684 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
6685 after "assert property". Reported by Julian Gorfajn.
6686 (verilog-simplify-range-expression): Fix "couldn't merge" errors
6687 with multiplication, bug303.
6688 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
6689 Reported by Jan Frode Lonnum.
6690
1bbe96b2
GM
66912011-11-30 Juanma Barranquero <lekktu@gmail.com>
6692
6693 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
6694 (hfy-shell-file-name, hfy-shell):
6695 * international/fontset.el (x-decompose-font-name): Fix typos.
6696
66972011-11-29 Ken Brown <kbrown@cornell.edu>
6698
6699 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
6700 (gdb-version): Remove defvar.
6701 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
6702 (gdb-gud-context-command, gdb-non-stop-handler)
6703 (gdb-current-context-command, gdb-stopped): Use it.
6704 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
6705 (gdb-non-stop-handler): Don't enable pretty-printing here.
6706 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
6707 non-stop mode. Use the following.
6708 (gdb-check-target-async): New defun.
6709 (gud-watch, gdb-stopped): Fix whitespace.
6710 (gdb-get-source-file): Don't try to display the source file if
6711 `gdb-main-file' is nil.
6712
67132011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6714
6715 * align.el: Try to generate fewer markers (bug#10047).
6716 (align--set-marker): New macro.
6717 (align-region): Use it.
6718
c935221f
SM
67192011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6720
6721 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
6722
e70b5064
CY
67232011-11-29 Chong Yidong <cyd@gnu.org>
6724
6725 * indent.el (indent-for-tab-command, indent-according-to-mode):
6726 Doc fix.
6727 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
6728
f3af92b7
MA
67292011-11-29 Michael Albinus <michael.albinus@gmx.de>
6730
6731 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
6732 aware of remote file names. (Bug#10124)
6733
ed472be9
CY
67342011-11-29 Chong Yidong <cyd@gnu.org>
6735
6736 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
6737
24510c22
SM
67382011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6739
6740 * files.el (find-file): Don't use force-same-window (bug#10144).
6741 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
6742 use pop-to-buffer if the selected window can't be used.
6743 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
6744
c60c3703
EZ
67452011-11-28 Eli Zaretskii <eliz@gnu.org>
6746
6747 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
6748 special-mode-map.
6749
e95def75
CY
67502011-11-28 Chong Yidong <cyd@gnu.org>
6751
6752 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
6753
c3f1c606
NR
67542011-11-27 Nick Roberts <nickrob@snap.net.nz>
6755
6756 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
6757 gdb-get-source-file-list on gdb-create-source-file-list.
6758
00db469c
EZ
67592011-11-26 Eli Zaretskii <eliz@gnu.org>
6760
6761 * whitespace.el (whitespace-newline): Use a different foreground
6762 color for 16-color light-background displays.
6763
4ad3bc2a
CY
67642011-11-24 Chong Yidong <cyd@gnu.org>
6765
6766 * window.el (display-buffer--special-action): Doc fix.
6767
e9fce1ac
JB
67682011-11-25 Juanma Barranquero <lekktu@gmail.com>
6769
6770 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
6771 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
6772 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
6773 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
6774 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
6775 (avl-tree-stack-first):
6776 * emacs-lisp/cconv.el (cconv--analyse-use):
6777 * net/gnutls.el (gnutls-negotiate): Fix typos.
6778
cb825e5d
GM
67792011-11-24 Glenn Morris <rgm@gnu.org>
6780
3adbe224
GM
6781 * lpr.el (lpr-windows-system, lpr-lp-system):
6782 * mail/binhex.el (binhex-begin-line):
6783 * progmodes/grep.el (grep-history, grep-find-history):
6784 * textmodes/flyspell.el:
6785 * vc/pcvs-defs.el (cvs-global-menu):
6786 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
6787 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
6788 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
6789
321decc8
GM
6790 * net/tls.el: Fix case of "GnuTLS".
6791
420b63ad
GM
6792 * paths.el (rmail-file-name): Format doc-string for make-docfile.
6793
cb825e5d
GM
6794 * version.el (emacs-build-system): Give it a doc-string.
6795
a0649f08
JL
67962011-11-24 Juri Linkov <juri@jurta.org>
6797
6798 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
6799
c0bc0fd4
GM
68002011-11-24 Glenn Morris <rgm@gnu.org>
6801
6802 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
6803 if called on a non-mime message just toggle the headers. (Bug#8006)
6804
20db1522
JB
68052011-11-24 Juanma Barranquero <lekktu@gmail.com>
6806
6807 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
6808 (allout-lead-with-comment-string, allout-structure-deleted-hook)
6809 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
6810 (allout-rebullet-heading, allout-open-sibtopic)
6811 (allout-toggle-current-subtree-encryption)
6812 (allout-toggle-subtree-encryption, allout-encrypt-string)
6813 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
6814 (allout-distinctive-bullets-string, allout-auto-activation):
6815 * window.el (window-normalize-buffer-to-display):
6816 * progmodes/verilog-mode.el (verilog-batch-indent):
6817 * textmodes/bibtex.el (bibtex-field-braces-opt)
6818 (bibtex-field-strings-opt):
6819 * vc/cvs-status.el (cvs-tree-merge):
6820 Fix typos.
6821
7262a87c
MA
68222011-11-23 Michael Albinus <michael.albinus@gmx.de>
6823
6824 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
6825 `non-essential' to t, in order to avoid remote connections.
6826
283430a1
EZ
68272011-11-23 Eli Zaretskii <eliz@gnu.org>
6828
a1beca85
SM
6829 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6830 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
6831 case-insensitively.
6832
d2992a38
ML
68332011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
6834
6835 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
6836
50419064
GM
68372011-11-23 Glenn Morris <rgm@gnu.org>
6838
da94eca1
GM
6839 * paths.el (rmail-file-name): Reformat the doc-string so that it
6840 is picked up.
6841
9aac4de2
GM
6842 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
6843 (rmail-auto-file): Ignore case in the "special" field names,
6844 as mail-fetch-field does for all others.
6845
8038d2d2
GM
6846 * mail/rmail.el (rmail-forward):
6847 * mail/rmailkwd.el (rmail-set-label):
6848 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
6849 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
6850
f3fe222a
GM
6851 * mail/rmail.el (rmail-current-message): Doc fix.
6852
50419064
GM
6853 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
6854
28109f49
SM
68552011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6856
6857 * server.el (server-eval-and-print): Allow C-g (bug#6585).
6858
394c65f1
GM
68592011-11-22 Glenn Morris <rgm@gnu.org>
6860
6861 * mail/rmailmm.el (test-rmail-mime-handler)
6862 (test-rmail-mime-bulk-handler)
6863 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
6864
f2a0aa3a
JL
68652011-11-21 Juri Linkov <juri@jurta.org>
6866
1154d12e
JB
6867 * calc/calc.el (calc-read-key-sequence):
6868 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 6869
9c34a344
LMI
68702011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6871
6872 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
6873 Tell the caller that the next line needs recomputation, even
6874 though it doesn't start a sexp (bug#10094).
6875
f04a3be9
SM
68762011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6877
6878 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
6879
7978747f
SM
68802011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6881
f04a3be9
SM
6882 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
6883 Use force-same-window.
7978747f 6884
fe7a3057
JB
68852011-11-20 Juanma Barranquero <lekktu@gmail.com>
6886
6887 * descr-text.el (describe-char-unicode-data):
6888 * json.el (json-string-escape):
6889 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
6890 (Footnote-unicode, Footnote-style-p):
6891 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
6892
24901d61
CY
68932011-11-20 Chong Yidong <cyd@gnu.org>
6894
6895 * window.el (replace-buffer-in-windows): Restore interactive spec.
6896
bac7ff22
SM
68972011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6898
24f3d7b9
SM
6899 * electric.el (electric-indent-mode): Fix last change (too optimistic).
6900
bac7ff22
SM
6901 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
6902 (byte-compile-global-not-obsolete-vars): New var.
6903 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
6904 Use it.
6905 (byte-compile-warn-obsolete): Align text with the one in *Help*.
6906
cd1181db
JB
69072011-11-20 Juanma Barranquero <lekktu@gmail.com>
6908
6909 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
6910 * progmodes/pascal.el (electric-pascal-equal):
6911 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
6912 * xml.el (xml-substitute-special): Fix typos.
6913
7fb18e9e
GM
69142011-11-20 Glenn Morris <rgm@gnu.org>
6915
6916 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
6917 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
6918 Doc fixes.
6919 (rmail-decode-mime-charset): Mark as obsolete.
6920
6921 * mail/rmailsum.el (rmail-message-regexp-p-1):
6922 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
6923 Before using mime functions, check they are set. (Bug#10077)
6924
d5a6b3ba
JL
69252011-11-19 Juri Linkov <juri@jurta.org>
6926
6927 * info.el (Info-finder-find-node): Use `package--builtins' instead
6928 of `package-alist'. Use node names formed by the pattern "Keyword "
6929 and the keyword name.
6930
e981b61f
AS
69312011-11-19 Andreas Schwab <schwab@linux-m68k.org>
6932
1d00653d 6933 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 6934
3ffbc301
JL
69352011-11-19 Juri Linkov <juri@jurta.org>
6936
6937 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
6938 that calls `revert-buffer' on all Info buffers. (Bug#9915)
6939 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
6940 `old-history', `old-history-forward'. Add let-binding
6941 `window-selected'. Remove calls to `kill-buffer',
6942 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
6943 before calling `Info-find-node', so `Info-find-node-2' will reread
6944 the Info file. Restore window positions only when `window-selected'
6945 is non-nil.
6946
30c62133
JL
69472011-11-19 Juri Linkov <juri@jurta.org>
6948
6949 * isearch.el (isearch-lazy-highlight-new-loop):
6950 Remove condition `(not isearch-error)'. (Bug#9918)
6951
6952 * misearch.el (multi-isearch-search-fun): Add condition
6953 `(not bound)' to ignore lazy-highlighting search.
6954 Add the search-failed message "end of multi" when the end of
6955 multi-sequence is reached. Uncapitalize the search-failed
6956 message "Repeat for next buffer".
6957
6958 * info.el (Info-search): Add the search-failed message
6959 "end of the manual" when the end of the manual is reached
6960 in Isearch mode.
6961
645ca9cf
JL
69622011-11-19 Juri Linkov <juri@jurta.org>
6963
6964 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
6965 Use non-destructive `remove' instead of `delete' because
6966 `Info-history-list' stored to `Info-isearch-initial-history-list' in
6967 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
6968
df754f66
JL
69692011-11-19 Juri Linkov <juri@jurta.org>
6970
6971 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
6972 to nil instead of binding `search-ring' and `regexp-search-ring'.
6973 (Bug#9185)
6974
0e23d96a
EZ
69752011-11-19 Eli Zaretskii <eliz@gnu.org>
6976
6977 * simple.el (line-move): Force movement by logical lines for any
6978 hscrolled window, not only when auto-hscroll-mode is on.
6979 (line-move-visual): Update doc string to that effect. (Bug#10076)
6980
8a6ccb66
AS
69812011-11-19 Andreas Schwab <schwab@linux-m68k.org>
6982
6983 * language/european.el (macintosh): Define as alias for mac-roman.
6984
49ae5b39
EZ
69852011-11-19 Eli Zaretskii <eliz@gnu.org>
6986
6987 * mail/rmailmm.el (rmail-mime-display-header)
6988 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
6989 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
6990 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
6991 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
6992 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
6993 of a raw aref.
6994 (rmail-mime-entity-segment): To get past the tagline, move forward
6995 2 more lines, to account for the 2 empty lines that precede and
6996 follow the line with the buttons.
6997 (rmail-mime-update-tagline): Move one more line, to get past the
6998 empty line that follows the buttons in the tagline. (Bug#9520)
6999
c56cad4a
MR
70002011-11-19 Martin Rudalics <rudalics@gmx.at>
7001
7002 * window.el (window-max-delta-1, window-min-delta-1)
7003 (window-min-size-1, window-state-get-1, window-state-put-1)
7004 (window-state-put-2): Use "window--" prefix.
7005
cbe71af3
SM
70062011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7007
2ad52c60
SM
7008 * emacs-lisp/smie.el: Improve warnings and conflict detection.
7009 (smie-warning-count): New var.
7010 (smie-set-prec2tab): Use it.
7011 (smie-bnf->prec2): Improve warnings. Add docstring.
7012 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
7013 (smie-bnf--set-class): New function.
7014 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
7015 corner case.
7016
6944dbc1
SM
7017 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
7018 (compilation-error-properties, compilation-move-to-column):
7019 Handle compilation-first-column while in the target buffer.
7020
c400c4d7
SM
7021 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
7022 Don't hardcode point-min==1.
7023
6dbe3e96
SM
7024 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
7025 (eshell-rewrite-for-command): Remove workaround.
7026 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
7027 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
7028 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
7029
cbe71af3
SM
7030 * files-x.el (modify-file-local-variable): Obey commenting conventions.
7031
a8e1496d
GM
70322011-11-17 Glenn Morris <rgm@gnu.org>
7033
7034 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7035 Ignore buffer-local generated-autoload-file if it is the same
7036 as the global value. (Bug#10049)
7037
df85d315
JB
70382011-11-17 Juanma Barranquero <lekktu@gmail.com>
7039
7040 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
7041 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
7042 (reftex-toc-previous-heading, reftex-toc-max-level)
7043 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
7044 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
7045 (reftex-toc-do-promote, reftex-toc-promote-prepare)
7046 (reftex-toc-promote-action, reftex-toc-extract-section-number)
7047 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
7048 (reftex-toc-rename-label, reftex-toc-visit-location)
7049 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
7050 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
7051 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
7052 leaving "*toc*" only for references to the buffer.
7053
a0c2d0ae
MR
70542011-11-17 Martin Rudalics <rudalics@gmx.at>
7055
7056 * window.el (window-resize, delete-window, split-window):
7057 Replace window-splits by window-combination-resize.
1d00653d 7058 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 7059
35c0bac8
GM
70602011-11-17 Glenn Morris <rgm@gnu.org>
7061
7062 * progmodes/sh-script.el (sh-font-lock-keywords-var):
7063 Make bash entry derive from sh entry, not shell entry.
7064
d0c8fc8a
MA
70652011-11-16 Michael Albinus <michael.albinus@gmx.de>
7066
7262a87c
MA
7067 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
7068 local file name.
7069
7877f373
JB
70702011-11-16 Juanma Barranquero <lekktu@gmail.com>
7071
7072 * menu-bar.el (menu-bar-file-menu):
7073 * printing.el (pr-ps-utility):
7074 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
7075 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
7076 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
7077 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
7078 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
7079 (icalendar--convert-cyclic-to-ical)
7080 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
7081 (icalendar--convert-ical-to-diary)
7082 (icalendar--convert-recurring-to-diary)
7083 (icalendar--convert-non-recurring-all-day-to-diary)
7084 (icalendar-import-format-sample):
7085 * progmodes/idlw-shell.el (idlwave-shell-mode):
7086 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
7087 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
7088 (vhdl-ps-print-init): Fix typos.
7089
10649b82
KM
70902011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
7091
9d0cfcd6
GM
7092 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
7093 FSF and collapse date sequence, obscure author/maintainer email address
7094 better, remove extra version line, track relocation of author's webpage.
10649b82 7095
9d0cfcd6
GM
7096 * progmodes/python.el (python-pdbtrack-input-prompt)
7097 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
7098 regular python pdb prompts. Adjustments shamelessly taken exactly as
7099 suggested in EmacsWiki page (tiny change):
7100 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 7101
58179cce
JB
71022011-11-16 Juanma Barranquero <lekktu@gmail.com>
7103
7104 * expand.el (expand-pos, expand-index, expand-point):
7105 Remove redundant info from docstring.
7106 (expand-add-abbrevs): Doc fix.
7107 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
7108 (expand-sample-perl-mode-expand-list): Fix typos.
7109
7110 * net/dbus.el (dbus-event-member-name):
7111 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
7112 * term/pc-win.el (msdos-create-frame-with-faces):
7113 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
7114
b6f67890
MR
71152011-11-16 Martin Rudalics <rudalics@gmx.at>
7116
7117 * window.el (split-window, window-state-get-1)
7118 (window-state-put-1, window-state-put-2): Rename occurrences of
7119 window-nest to window-combination-limit.
1d00653d 7120 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 7121
ce7ddba0
CY
71222011-11-16 Chong Yidong <cyd@gnu.org>
7123
7124 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
7125 regexp (Bug#10033).
7126
3ae704f4
SM
71272011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7128
7129 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
7130 `completing-read' will remove *Completions* and will preserve
7131 current-buffer for us.
7132 (tmm-add-prompt): Users of *Completions* will always (re)set its
7133 major mode.
7134 (tmm-old-comp-map): Remove.
7135
6ad1cdde
GM
71362011-11-16 Glenn Morris <rgm@gnu.org>
7137
7138 * mail/rmailedit.el: Require rmailmm when compiling.
7139 (rmail-old-mime-state): New declaration.
7140 (rmail-edit-current-message): If editing a mime message,
7141 edit the "raw" message from the mbox buffer.
7142 (rmail-cease-edit): Handle mime messages. (Bug#9840)
7143
d20faa20
GM
71442011-11-15 Glenn Morris <rgm@gnu.org>
7145
7146 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
7147 which wasn't being used. Add optional arg to force given state.
7148 (rmail-mime): Add optional arg to force given state.
7149
c7015153
JB
71502011-11-15 Juanma Barranquero <lekktu@gmail.com>
7151
7152 * allout.el (allout-encryption-plaintext-sanitization-regexps):
7153 * frame.el (display-mm-dimensions-alist):
7154 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
7155 (outline-move-subtree-down):
7156 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
7157 (newsticker--treeview-do-get-node):
7158 * net/quickurl.el (quickurl-list-buffer-name):
7159 * progmodes/dcl-mode.el (dcl-mode):
7160 * progmodes/gdb-mi.el (gdb-mapcar*):
7161 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
7162
45261b50
GM
71632011-11-15 Glenn Morris <rgm@gnu.org>
7164
7165 * mail/rmail.el (rmail-file-coding-system): It's only ever used
7166 in a boolean sense, so just make it a boolean, and fix the doc.
7167 (rmail-show-mime-function, rmail-mime-feature)
7168 (rmail-require-mime-maybe): Doc fixes.
7169 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
7170
7171 * mail/rmailmm.el (rmail-show-mime): Doc fix.
7172
0d26e0b6
JB
71732011-11-15 Juanma Barranquero <lekktu@gmail.com>
7174
7175 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
7176 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
7177 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
7178 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
7179
447f30f6
GM
71802011-11-15 Glenn Morris <rgm@gnu.org>
7181
672b871d
GM
7182 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
7183 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
7184 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
7185 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
7186 (rmail-mime, rmail-show-mime): Doc fixes.
7187
f6aa5bb1
GM
7188 * term/ns-win.el (mode-line-frame-identification):
7189 Leave it alone. (Bug#10051)
7190
947cd66b
GM
7191 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
7192
447f30f6
GM
7193 * mail/rmailout.el (rmail-output-to-rmail-buffer):
7194 Handle empty buffers. (Bug#9978)
7195
0b381c7e
JB
71962011-11-14 Juanma Barranquero <lekktu@gmail.com>
7197
7198 * international/mule.el (define-charset):
7199 * mail/rmailmm.el (rmail-mime-find-header-encoding):
7200 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
7201 * progmodes/verilog-mode.el (verilog-backward-token):
7202 * textmodes/ispell.el (lookup-words):
7203 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
7204
71e027ac
GM
72052011-11-14 Glenn Morris <rgm@gnu.org>
7206
56632ce4
GM
7207 * progmodes/executable.el
7208 (executable-make-buffer-file-executable-if-script-p):
7209 Handle file-modes returning nil.
7210
40500957
GM
7211 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
7212 message - not necessary, and causes problems. (Bug#9831)
7213
071c2340
GM
7214 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
7215
d3cfca60
GM
7216 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
7217
71e027ac
GM
7218 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
7219 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
7220 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
7221
89d61221
MR
72222011-11-12 Martin Rudalics <rudalics@gmx.at>
7223
7224 * window.el (window-resize, delete-window): Use window-splits
7225 variable instead of function.
7226 (window-state-get-1, window-state-put-2, window-state-put):
7227 Don't deal with windows' splits status.
7228
98282f6f
GM
72292011-11-12 Glenn Morris <rgm@gnu.org>
7230
7231 * apropos.el (apropos-do-all, apropos-library, apropos-value)
7232 (apropos-documentation): Doc fixes.
7233
40a8bdf6
JB
72342011-11-11 Juanma Barranquero <lekktu@gmail.com>
7235
7236 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
7237 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
7238
65bd19ff
SM
72392011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7240
7241 * electric.el (electric-indent-post-self-insert-function): Make it
7242 possible for a char to only indent in some circumstances.
7243 (electric-indent-mode): Simplify.
7244
54f9154c
MR
72452011-11-11 Martin Rudalics <rudalics@gmx.at>
7246
7247 * window.el (windows-with-parameter): Remove unused function.
7248 (windows-at-side): Rename to window-at-side-list.
7249 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
7250 (window-side-check, window-size-ignore, window-size-fixed-1)
7251 (window-in-direction-2): Prefix with "window--".
7252 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 7253
68cbc58b
GM
72542011-11-11 Glenn Morris <rgm@gnu.org>
7255
7256 * subr.el (eval-after-load): If FILE is already loaded,
7257 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
7258
b2621720
GM
72592011-11-10 Glenn Morris <rgm@gnu.org>
7260
9a4de110
GM
7261 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
7262 Call svn via vc-svn-command rather than vc-do-command.
7263 (vc-svn-command): Add --non-interactive. (Bug#9993)
7264 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
7265
b2621720
GM
7266 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7267 Add toggle-read-only. (Bug#7292)
7268 * files.el (toggle-read-only): Mention that it should only
7269 be used interactively. (Bug#10006)
7270
1dce7193
SM
72712011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7272
d9ac1a1e
SM
7273 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7274 Adjust regexp for OCaml warnings.
7275
0c325082
SM
7276 * electric.el (electric-pair-post-self-insert-function): Let user
7277 turn it off buffer-locally (bug#9932).
7278
90132c14
SM
7279 * progmodes/python.el (python-beginning-of-statement):
7280 Rewrite (bug#2703).
7281
1dce7193
SM
7282 * progmodes/compile.el: Better handle TABs (bug#9749).
7283 (compilation-internal-error-properties)
7284 (compilation-next-error-function): Obey the target buffer's
7285 compilation-error-screen-columns.
7286
c4e7c63a
JB
72872011-11-09 Juanma Barranquero <lekktu@gmail.com>
7288
7289 * progmodes/meta-mode.el: Remove obsolete comments.
7290 (meta-right-comment-regexp, meta-ignore-comment-regexp):
7291 Fix typos in docstrings.
7292
2cffd681
MR
72932011-11-09 Martin Rudalics <rudalics@gmx.at>
7294
7295 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 7296 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
7297 (window--resizable): New function. Make all callers of
7298 window-resizable call window--resizable instead.
7299 (window-resizable): Rewrite in terms of window--resizable.
7300
0edcba87
GM
73012011-11-08 Glenn Morris <rgm@gnu.org>
7302
7303 * progmodes/delphi.el (delphi-mode-syntax-table):
7304 Let define-derived-mode define a proper syntax table. (Bug#9994)
7305
4b0d61e3
SM
73062011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7307
7308 * window.el: Stay away from defsubst.
7309 (window-list-no-nils): Remove.
7310 (window-state-get-1, window-state-get): Use backquote instead.
7311
cd394be1 73122011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 7313
4b0d61e3 7314 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 7315 Fix incorrect use of default argument in `completing-read'.
7316
e1c2c6f2
MR
73172011-11-08 Martin Rudalics <rudalics@gmx.at>
7318
7319 * window.el (display-buffer-function, special-display-function):
7320 Mention display-buffer-record-window but do not mention
7321 help-setup parameter in doc-strings.
b3f4a882 7322 (window-min-delta): Fix doc-string typo.
e1c2c6f2 7323
105216ed
CY
73242011-11-08 Chong Yidong <cyd@gnu.org>
7325
7326 * window.el (window-total-height, window-total-width): Doc fix.
7327 (window-body-size): Move from C.
7328 (window-body-height, window-body-width): Move to C.
7329
0a9f9ab5
SM
73302011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7331
7332 * window.el: Make special-display like display-buffer-alist (bug#9532).
7333 (display-buffer--special-action): New function, morphed
7334 from display-buffer--special.
7335 (display-buffer): Use it to handle special-display-buffers at higher
7336 priority (just after display-buffer-alist).
7337 (display-buffer-fallback-action, display-buffer--other-frame-action)
7338 (pop-to-buffer-same-window): Remove display-buffer--special.
7339
a769dd15
GM
73402011-11-07 Glenn Morris <rgm@gnu.org>
7341
7342 * calendar/cal-menu.el (cal-menu-set-date-title):
7343 Do nothing if not in a calendar. (Bug#9976)
7344
05a61ee3
SM
73452011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7346
7347 * files.el (find-file): Always use selected-window.
7348
be7f5545
MR
73492011-11-07 Martin Rudalics <rudalics@gmx.at>
7350
7351 * window.el (window-combinations): Make WINDOW argument
7352 mandatory. Rewrite doc-string.
7353 (walk-window-subtree, window-atom-check, window-min-delta)
7354 (window-max-delta, window--resize-this-window)
7355 (window--resize-root-window-vertically, window-tree)
7356 (balance-windows, window-state-put): Rewrite doc-strings as to
7357 not mention the term "subwindow".
7358 (window--resize-subwindows-skip-p): Rename to
7359 window--resize-child-windows-skip-p.
7360 (window--resize-subwindows-normal): Rename to
7361 window--resize-child-windows-normal.
7362 (window--resize-subwindows): Rename to
7363 window--resize-child-windows.
7364 (window-or-subwindow-p): Rename to window--in-subtree-p.
7365
3c6702ef
ML
73662011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7367
7368 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
7369 Ensure that mbox format messages end in two newlines (Bug#9974).
7370
49745b39
CY
73712011-11-06 Chong Yidong <cyd@gnu.org>
7372
7373 * window.el (window-combination-p): Function deleted; its
7374 side-effect is not used in any existing code.
7375 (window-combinations, window-combined-p): Call window-*-child
7376 directly.
7377
24300f5f
CY
73782011-11-05 Chong Yidong <cyd@gnu.org>
7379
7380 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
7381 (window-size-ignore, window-state-get): Callers changed.
7382 (window-normalize-window): Rename from window-normalize-any-window.
7383 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 7384 (window-normalize-live-window): Delete.
447f16b8
CY
7385 (window-combination-p, window-combined-p, window-combinations)
7386 (walk-window-subtree, window-atom-root, window-min-size)
7387 (window-sizable, window-sizable-p, window-size-fixed-p)
7388 (window-min-delta, window-max-delta, window-resizable)
7389 (window-resizable-p, window-full-height-p, window-full-width-p)
7390 (window-current-scroll-bars, window-point-1, set-window-point-1)
7391 (window-at-side-p, window-in-direction, window-resize)
7392 (adjust-window-trailing-edge, maximize-window, minimize-window)
7393 (window-deletable-p, delete-window, delete-other-windows)
7394 (record-window-buffer, unrecord-window-buffer)
7395 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
7396 (quit-window, split-window, window-state-put)
7397 (set-window-text-height, fit-window-to-buffer)
7398 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 7399
89bd5ee1
EZ
74002011-11-04 Eli Zaretskii <eliz@gnu.org>
7401
53479029
EZ
7402 * mail/rmail.el (rmail-simplified-subject): Decode subject with
7403 rfc2047-decode-string.
7404 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
7405 warnings.
7406
89bd5ee1
EZ
7407 * window.el (window-body-height, window-body-width): Mention in
7408 the doc string that the return values are in frame's canonical
7409 units. (Bug#9949)
7410
bd17fdee
AM
74112011-11-03 Alan Mackenzie <acm@muc.de>
7412
7413 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
7414 change in cc-engine.el.
7415
acc825c5
SM
74162011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7417
7418 * window.el (switch-to-buffer): Use `force-same-window' interactively.
7419
1885e5b8
MR
74202011-11-02 Martin Rudalics <rudalics@gmx.at>
7421
7422 * window.el (quit-window): Call unrecord-window-buffer after
7423 showing another buffer in the window. (Bug#9937)
acc825c5 7424 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 7425
ebe06da9
JB
74262011-11-02 Juanma Barranquero <lekktu@gmail.com>
7427
7428 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
7429 Accept status with more than 9 shelves. (Bug#9935)
7430 Reported by Colin D Bennett <colin@gibibit.com>.
7431
4ee88440
MR
74322011-11-01 Martin Rudalics <rudalics@gmx.at>
7433
7434 * help.el (with-help-window): Don't reference
7435 temp-buffer-show-specifiers in doc-string.
7436
08e1d82c
AS
74372011-10-31 Andreas Schwab <schwab@linux-m68k.org>
7438
7439 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
7440 menu-item.
7441
84bd6e9e
VJL
74422011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7443
7444 * whitespace.el: New version 13.2.2.
7445 (whitespace-newline-mode): Disable properly. Reported by Sarah
7446 <EmacsWiki>.
7447
dba0634a
UJ
74482011-10-30 Ulf Jasper <ulf.jasper@web.de>
7449
7450 * net/newst-treeview.el: Remove "Time-stamp".
7451 (newsticker--group-manage-orphan-feeds): Do not call
7452 newsticker--treeview-tree-update.
db22a3c2
JB
7453 (newsticker-treeview-update, newsticker-treeview):
7454 Call newsticker--treeview-tree-update if necessary.
dba0634a 7455
3d8daefe
MR
74562011-10-30 Martin Rudalics <rudalics@gmx.at>
7457
7458 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
7459 (window-iso-combinations): Remove "iso-" infix.
7460 Suggested by Chong Yidong.
3d8daefe
MR
7461 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
7462 (window-max-delta-1, window-resize, window--resize-siblings)
7463 (window--resize-this-window, adjust-window-trailing-edge)
7464 (split-window, balance-windows-1)
7465 (shrink-window-if-larger-than-buffer):
7466 * calendar/calendar.el (calendar-generate-window):
db22a3c2 7467 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 7468
1bc4c3ae
SM
74692011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7470
7471 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
7472 in place (bug#9907).
7473 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
7474 (eshell-rewrite-if-command, eshell-rewrite-for-command)
7475 (eshell-structure-basic-command, eshell-rewrite-while-command)
7476 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
7477 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
7478 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
7479 (eshell-do-pipelines-synchronously, eshell-eval-command):
7480 Use backquotes and prefer setq to set.
7481 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
7482 (eshell-macrop): Use functionp.
c1e2f5fa 7483 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 7484
30b65d9c
CY
74852011-10-30 Chong Yidong <cyd@gnu.org>
7486
7487 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
7488 instead of set-mark (Bug#9810).
7489
2d197ffb
CY
74902011-10-30 Chong Yidong <cyd@gnu.org>
7491
7492 * window.el (split-window-below, split-window-right): Rename from
7493 split-window-above-each-other and split-window-side-by-side
7494 respectively. All callers changed.
7495 (split-window-sensibly, split-window-sensibly): Use them.
7496 (split-window-keep-point): Doc fix.
7497
7498 * isearch.el: Add isearch-scroll property to split-window-below
7499 and split-window-right.
7500
7501 * follow.el (follow-mode):
7502 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
7503 * progmodes/ada-xref.el (ada-gdb-application):
7504 * emulation/vip.el (vip-buffer-in-two-windows):
7505 * image-dired.el (image-dired-dired-with-window-configuration):
7506 * dired-x.el (dired-do-find-marked-files):
7507 * dired.el (dired-pop-to-buffer):
7508 * bs.el (bs--show-with-configuration):
7509 * vc/emerge.el (emerge-setup-windows):
7510 * textmodes/two-column.el (2C-two-columns):
7511 * textmodes/reftex-toc.el (reftex-toc):
7512 * progmodes/gdb-mi.el (gdb-setup-windows):
7513 * progmodes/fortran.el (fortran-window-create):
7514 * net/newst-treeview.el (newsticker--treeview-window-init):
7515 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
7516 * emulation/tpu-edt.el (tpu-gold-map):
7517 * emulation/crisp.el (crisp-mode-map):
7518 * calendar/calendar.el (calendar-basic-setup): Callers changed.
7519
38bb2ca8
CY
75202011-10-29 Chong Yidong <cyd@gnu.org>
7521
aa4de341
CY
7522 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
7523
e1eb5385
CY
7524 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
7525
5d2ece3c
CY
7526 * textmodes/flyspell.el (flyspell-word): Fix char offset for
7527 forged Ispell output (Bug#7904).
7528
38bb2ca8
CY
7529 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
7530
d0af9f77
SM
75312011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7532
7533 * doc-view.el: Avoid ugly errors about not finding nil.
7534 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
7535 (doc-view-dvipdf-program, doc-view-unoconv-program)
7536 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
7537 Avoid nil or absolute file name as default value.
7538 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
7539
52bedd34
AM
75402011-10-28 Alan Mackenzie <acm@muc.de>
7541
db22a3c2 7542 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 7543
7e43cfa5
AM
75442011-10-28 Alan Mackenzie <acm@muc.de>
7545
7546 Amend the handling of c-beginning/end-of-defun in nested declaration
7547 scopes.
7548
52bedd34
AM
7549 * progmodes/cc-vars.el (c-defun-tactic): Move here from
7550 cc-langs.el. Change it to a defcustom.
7e43cfa5 7551
52bedd34
AM
7552 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
7553 cc-vars.el.
7e43cfa5 7554
d0af9f77
SM
7555 * progmodes/cc-engine.el (c-beginning-of-statement-1):
7556 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 7557
52bedd34 7558 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 7559 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
7560 (c-widen-to-enclosing-decl-scope): New function.
7561 (c-while-widening-to-decl-block): New macro.
7562 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
7563 outward for defun boundaries, and correspondingly change symbol
7564 `respect-enclosure' to `go-outward'.
7565 (c-declaration-limits): Change algorithm to report only the "innermost"
7566 defun's boundaries.
7567
1a2ce9ee
DD
75682011-10-28 Deniz Dogan <deniz@dogan.se>
7569
7570 * net/rcirc.el (rcirc-mode): Use hard newlines.
7571
bc97a826
AM
75722011-10-28 Alan Mackenzie <acm@muc.de>
7573
7574 Amend to indent and fontify macros "which include their own semicolon"
7575 correctly, using the "virtual semicolon" mechanism.
7576
52bedd34 7577 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 7578
d0af9f77 7579 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 7580 Recode to scan one line at a time rather than having \n and \r
58179cce 7581 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 7582 (c-forward-label): Amend for virtual semicolons.
58179cce 7583 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 7584
52bedd34
AM
7585 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
7586 of the new C macros.
bc97a826 7587
52bedd34 7588 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
7589 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
7590 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
7591 (c-opt-cpp-macro-define): Make into a full language variable.
7592 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
7593 AWK Mode (including \n, \r) removed, no longer needed.
7594
d0af9f77
SM
7595 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
7596 Invoke c-make-macro-with-semi-re.
bc97a826 7597
52bedd34
AM
7598 * progmodes/cc-vars.el (c-macro-with-semi-re):
7599 (c-macro-names-with-semicolon): New variables.
58179cce 7600 (c-make-macro-with-semi-re): New function.
bc97a826 7601
7a6c0941
SM
76022011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7603
7604 * vc/log-edit.el: Fill empty field rather than adding new one.
7605 (log-edit-add-field): New function.
7606 (log-edit-insert-changelog): Use it.
7607
b0c4cdcf
ML
76082011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7609
7610 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
7611
ee1f1da9
SM
76122011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7613
7614 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
7615 (gdb--check-interpreter): New function.
7616 (gdb): Use it.
7617
51bc5f8b
GM
76182011-10-27 Glenn Morris <rgm@gnu.org>
7619
416a2c45
GM
7620 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
7621 (least-positive-float, least-negative-float)
7622 (least-positive-normalized-float, least-negative-normalized-float)
7623 (float-epsilon, float-negative-epsilon):
7624 Remove unnecessary declarations.
7625
7626 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
7627 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
7628 (least-positive-float, least-negative-float)
7629 (least-positive-normalized-float, least-negative-normalized-float)
7630 (float-epsilon, float-negative-epsilon): Add doc-strings,
7631 based on those in cl.texi.
7632
51bc5f8b
GM
7633 * files.el (set-visited-file-name): If the major-mode changed,
7634 reload the local variables. (Bug#9796)
7635
15de15c6
CY
76362011-10-27 Chong Yidong <cyd@gnu.org>
7637
7638 * subr.el (change-major-mode-after-body-hook): New hook.
7639 (run-mode-hooks): Run it.
7640
ee1f1da9
SM
7641 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7642 Use change-major-mode-before-body-hook.
15de15c6
CY
7643
7644 * simple.el (fundamental-mode):
7645 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
7646 change introducing fundamental-mode-hook.
7647
5430d399
JB
76482011-10-26 Juanma Barranquero <lekktu@gmail.com>
7649
acc825c5 7650 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 7651
ad74a69e
MA
76522011-10-26 Michael Albinus <michael.albinus@gmx.de>
7653
7654 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 7655 tramp.el explicitly. (Bug#7583)
ad74a69e 7656
71d4c2a5
SM
76572011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7658
7659 * progmodes/octave-mod.el:
7660 * progmodes/octave-inf.el: Update maintainer.
7661
b1f6fa26
CY
76622011-10-26 Chong Yidong <cyd@gnu.org>
7663
7664 * subr.el (with-wrapper-hook): Rewrite doc.
7665
3f04efd6
MA
76662011-10-25 Michael Albinus <michael.albinus@gmx.de>
7667
7668 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 7669 filenames "/method:foo:". (Bug#9793)
3f04efd6 7670
410488d3
SM
76712011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7672
7673 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
7674 (bug#9865).
7675
c1ebb47e
GM
76762011-10-24 Glenn Morris <rgm@gnu.org>
7677
7678 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
7679
7f5c46c7
MA
76802011-10-24 Michael Albinus <michael.albinus@gmx.de>
7681
7682 * notifications.el: Add the requirement of a running D-Bus session
7683 bus to the Commentary.
7684
db2440b6
JL
76852011-10-24 Juri Linkov <juri@jurta.org>
7686
7687 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
7688 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
7689 (Bug#9364)
7690
feecf435
JL
76912011-10-24 Juri Linkov <juri@jurta.org>
7692
7693 * info.el (Info-following-node-name-re): Add newline to the list
7694 of allowed characters for leading space. (Bug#9824)
7695
a3839de2
SM
76962011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7697
acc825c5
SM
7698 * progmodes/octave-inf.el (inferior-octave-mode-map):
7699 Fix C-c C-h binding.
a3839de2
SM
7700 * progmodes/octave-mod.el (octave-help): Remove.
7701
09388e76
MA
77022011-10-23 Michael Albinus <michael.albinus@gmx.de>
7703
7704 Sync with Tramp 2.2.3.
7705
7706 * net/tramp-cache.el (top): Pacify byte-compiler using
7707 `init-file-user' and `site-run-file'.
7708
7709 * net/trampver.el: Update release number.
7710
86c60681
CY
77112011-10-23 Chong Yidong <cyd@gnu.org>
7712
7713 * files.el (toggle-read-only): Remove obsolete comment about
7714 version control.
7715
7716 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
7717 for toggle-read-only. Note that this hasn't called vc-next-action
7718 since 2008-05-02, though it wasn't documented at the time.
7719
a3839de2
SM
7720 * vc/ediff-init.el (ediff-toggle-read-only-function):
7721 Use toggle-read-only.
86c60681 7722
cd5495ff
AM
77232011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
7724
7725 Fix bug #9560, sporadic wrong indentation; improve instrumentation
7726 of c-parse-state.
7727
00b77525 7728 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 7729 correct faulty logical expression.
cd5495ff
AM
7730 (c-parse-state-state, c-record-parse-state-state):
7731 (c-replay-parse-state-state): New defvar/defuns.
7732 (c-debug-parse-state): Use new functions.
7733
42ee24ed
MR
77342011-10-22 Martin Rudalics <rudalics@gmx.at>
7735
7736 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 7737 last fix. Use window-in-direction correctly.
42ee24ed 7738
a7dee7e7
CY
77392011-10-21 Chong Yidong <cyd@gnu.org>
7740
7741 * progmodes/idlwave.el (idlwave-mode):
7742 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
7743 require-final-newline; that's done in prog-mode.
7744 Suggested by Stefan Monnier.
a7dee7e7 7745
e07b9a6d
MR
77462011-10-21 Martin Rudalics <rudalics@gmx.at>
7747
7748 * mouse.el (mouse-drag-window-above)
7749 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
7750 (mouse-drag-mode-line-1, mouse-drag-header-line)
7751 (mouse-drag-vertical-line-rightward-window): Remove.
7752 (mouse-drag-line): New function.
7753 (mouse-drag-mode-line, mouse-drag-header-line)
7754 (mouse-drag-vertical-line): Call mouse-drag-line.
7755 * window.el (window-at-side-p, windows-at-side): New functions.
7756
7e1361d9
UM
77572011-10-21 Ulrich Mueller <ulm@gentoo.org>
7758
7759 * tar-mode.el (tar-grind-file-mode):
7760 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
7761
30fcaf3a
CY
77622011-10-21 Chong Yidong <cyd@gnu.org>
7763
7764 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
7765 * progmodes/vera-mode.el (vera-mode):
7766 Use mode-require-final-newline.
30fcaf3a 7767
516eddb0
GM
77682011-10-20 Glenn Morris <rgm@gnu.org>
7769
db22a3c2 7770 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 7771
10d5f513
CS
77722011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
7773
7774 * emulation/cua-base.el (cua-set-mark): Fix case of string.
7775
ac6c8639
CY
77762011-10-20 Chong Yidong <cyd@gnu.org>
7777
7778 * emulation/cua-base.el (cua-mode):
7779 * mail/footnote.el (footnote-mode):
7780 * mail/mailabbrev.el (mail-abbrevs-mode):
7781 * net/xesam.el (xesam-minor-mode):
7782 * progmodes/bug-reference.el (bug-reference-mode):
7783 * progmodes/cap-words.el (capitalized-words-mode):
7784 * progmodes/compile.el (compilation-minor-mode)
7785 (compilation-shell-minor-mode):
7786 * progmodes/gud.el (gud-tooltip-mode):
7787 * progmodes/hideif.el (hide-ifdef-mode):
7788 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
7789 * progmodes/subword.el (subword-mode):
7790 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
7791 * progmodes/which-func.el (which-function-mode):
7792 * term/tvi970.el (tvi970-set-keypad-mode):
7793 * term/vt100.el (vt100-wide-mode):
7794 * textmodes/flyspell.el (flyspell-mode):
7795 * textmodes/ispell.el (ispell-minor-mode):
7796 * textmodes/nroff-mode.el (nroff-electric-mode):
7797 * textmodes/paragraphs.el (use-hard-newlines):
7798 * textmodes/refill.el (refill-mode):
7799 * textmodes/reftex.el (reftex-mode):
7800 * textmodes/rst.el (rst-minor-mode):
7801 * textmodes/sgml-mode.el (html-autoview-mode)
7802 (sgml-electric-tag-pair-mode):
7803 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
7804 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
7805 * emulation/crisp.el (crisp-mode):
7806 * emacs-lisp/eldoc.el (eldoc-mode):
7807 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
7808 minor mode behavior.
7809
aa42ab43
JL
78102011-10-19 Juri Linkov <juri@jurta.org>
7811
7812 * descr-text.el (describe-char): Add #x2010 and #x2011 to
7813 the list of hard-coded chars with escape-glyph face.
7814
89400f1d
SM
78152011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7816
7817 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
7818
305c07f6
MA
78192011-10-19 Michael Albinus <michael.albinus@gmx.de>
7820
7821 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
7822 running process.
7823
13754b54
GM
78242011-10-19 Glenn Morris <rgm@gnu.org>
7825
7826 * vc/vc-bzr.el (vc-bzr-after-dir-status):
7827 Ignore ignored files. (Bug#9726)
7828
06e21633
CY
78292011-10-19 Chong Yidong <cyd@gnu.org>
7830
7831 Doc fix for minor modes, stating that an omitted argument enables
7832 the mode unconditionally when called from Lisp.
7833
7834 * abbrev.el (abbrev-mode):
7835 * allout.el (allout-mode):
7836 * autoinsert.el (auto-insert-mode):
7837 * autoarg.el (autoarg-mode, autoarg-kp-mode):
7838 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
7839 (global-auto-revert-mode):
7840 * battery.el (display-battery-mode):
7841 * composite.el (global-auto-composition-mode)
7842 (auto-composition-mode):
7843 * delsel.el (delete-selection-mode):
7844 * desktop.el (desktop-save-mode):
7845 * dired-x.el (dired-omit-mode):
7846 * dirtrack.el (dirtrack-mode):
7847 * doc-view.el (doc-view-minor-mode):
7848 * double.el (double-mode):
7849 * electric.el (electric-indent-mode, electric-pair-mode):
7850 * emacs-lock.el (emacs-lock-mode):
7851 * epa-hook.el (auto-encryption-mode):
7852 * follow.el (follow-mode):
7853 * font-core.el (font-lock-mode):
7854 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
7855 * help.el (temp-buffer-resize-mode):
7856 * hilit-chg.el (highlight-changes-mode)
7857 (highlight-changes-visible-mode):
7858 * hi-lock.el (hi-lock-mode):
7859 * hl-line.el (hl-line-mode, global-hl-line-mode):
7860 * icomplete.el (icomplete-mode):
7861 * ido.el (ido-everywhere):
7862 * image-file.el (auto-image-file-mode):
7863 * image-mode.el (image-minor-mode):
7864 * iswitchb.el (iswitchb-mode):
7865 * jka-cmpr-hook.el (auto-compression-mode):
7866 * linum.el (linum-mode):
7867 * longlines.el (longlines-mode):
7868 * master.el (master-mode):
7869 * mb-depth.el (minibuffer-depth-indicate-mode):
7870 * menu-bar.el (menu-bar-mode):
7871 * minibuf-eldef.el (minibuffer-electric-default-mode):
7872 * mouse-sel.el (mouse-sel-mode):
7873 * msb.el (msb-mode):
7874 * mwheel.el (mouse-wheel-mode):
7875 * outline.el (outline-minor-mode):
7876 * paren.el (show-paren-mode):
7877 * recentf.el (recentf-mode):
7878 * reveal.el (reveal-mode, global-reveal-mode):
7879 * rfn-eshadow.el (file-name-shadow-mode):
7880 * ruler-mode.el (ruler-mode):
7881 * savehist.el (savehist-mode):
7882 * scroll-all.el (scroll-all-mode):
7883 * scroll-bar.el (scroll-bar-mode):
7884 * server.el (server-mode):
7885 * shell.el (shell-dirtrack-mode):
7886 * simple.el (auto-fill-mode, transient-mark-mode)
7887 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
7888 (line-number-mode, column-number-mode, size-indication-mode)
7889 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
7890 * strokes.el (strokes-mode):
7891 * time.el (display-time-mode):
7892 * t-mouse.el (gpm-mouse-mode):
7893 * tool-bar.el (tool-bar-mode):
7894 * tooltip.el (tooltip-mode):
7895 * type-break.el (type-break-mode-line-message-mode)
7896 (type-break-query-mode):
7897 * view.el (view-mode):
7898 * whitespace.el (whitespace-mode, whitespace-newline-mode)
7899 (global-whitespace-mode, global-whitespace-newline-mode):
7900 * xt-mouse.el (xterm-mouse-mode): Doc fix.
7901
a3839de2
SM
7902 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7903 Fix autogenerated docstring.
06e21633 7904
5214e501
JL
79052011-10-19 Juri Linkov <juri@jurta.org>
7906
7907 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
7908 by checking environment variables "DESKTOP_SESSION" and
7909 "XDG_CURRENT_DESKTOP". (Bug#9779)
7910
195f8db9
JL
79112011-10-19 Juri Linkov <juri@jurta.org>
7912
7913 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
7914 (browse-url-chromium-program, browse-url-chromium-arguments):
7915 New defcustoms.
7916 (browse-url-default-browser): Check for `browse-url-chromium' and
7917 call `browse-url-chromium-program'.
7918 (browse-url-chromium): New command. (Bug#9779)
7919
343a34ff
JB
79202011-10-18 Juanma Barranquero <lekktu@gmail.com>
7921
7922 * facemenu.el (list-colors-duplicates): On Windows, detect more
7923 duplicates by assuming that only colors matching "^System" are
7924 special "system colors". (Bug#9722)
7925
6978a151
SM
79262011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7927
7928 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
7929 to distinguish the author from the committer.
7930
6a80b297
MA
79312011-10-18 Michael Albinus <michael.albinus@gmx.de>
7932
7933 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
7934
b31a5677
JK
79352011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
7936
7937 * international/mule.el (sgml-html-meta-auto-coding-function):
7938 Add support for detecting encoding in HTML5 specified only as
7939 <meta charset="UTF-8">. Implementation just makes http-equiv and
7940 content-type parts from HTML4 encoding string optional. (Bug#9716)
7941
80c6d77f
GM
79422011-10-18 Glenn Morris <rgm@gnu.org>
7943
7944 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
7945
08b0fee8
CY
79462011-10-18 Chong Yidong <cyd@gnu.org>
7947
7948 * faces.el (cursor): Doc fix.
7949
67e729a5
CY
79502011-10-17 Chong Yidong <cyd@gnu.org>
7951
7952 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
7953
343a34ff 79542011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
7955
7956 * dirtrack.el (dirtrack): Support shell buffers with path
7957 prefixes, e.g. tramp-based remote shells. (Bug#9647)
7958
0bc06380
TZ
79592011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
7960
7961 * json.el: Bump version to 1.3 and note change in History.
7962 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
7963
8b79f3e0
SM
79642011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7965
5a7c536b
SM
7966 * comint.el (comint-insert-input, comint-send-input)
7967 (comint-get-old-input-default, comint-backward-matching-input)
7968 (comint-next-prompt): Use nil instead of `input' for field property of
7969 past user input (bug#114).
7970
96a8a0df
SM
7971 * minibuffer.el (completion--replace): Inherit surrounding properties
7972 (bug#114).
7973 (minibuffer-complete-and-exit): Use it.
7974
8b79f3e0
SM
7975 * comint.el (comint--table-subvert): Quote the all-completions output
7976 (bug#9160).
7977
b8f7ff0d
MR
79782011-10-17 Martin Rudalics <rudalics@gmx.at>
7979
8b79f3e0 7980 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 7981
b8f7ff0d 7982 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 7983 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
7984 entries and separate them from frame entries.
7985
c235b555
GM
79862011-10-15 Glenn Morris <rgm@gnu.org>
7987
7988 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
7989 Doc fixes.
7990
6bbfa6e1
CY
79912011-10-15 Chong Yidong <cyd@stupidchicken.com>
7992
8b79f3e0
SM
7993 * net/network-stream.el (network-stream-open-starttls):
7994 Improve detection of failure due to lack of TLS support.
ec5c990d 7995
6bbfa6e1
CY
7996 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
7997 putting the input text in front and in bold.
7998
98488977
SM
79992011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8000
3d1337be
SM
8001 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
8002
ee0b45e4
SM
8003 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
8004 empty buffer.
8005
98488977
SM
8006 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
8007 unread-command-events rather than pushing yet-another event.
8008
186f4720
EZ
80092011-10-14 Eli Zaretskii <eliz@gnu.org>
8010
8011 * mail/sendmail.el (sendmail-query-once): Improve the wording of
8012 the explanation of the possible choices. Make the options passed
8013 to completing-read shorter.
8014
8b7a997c
AM
80152011-10-13 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
8016
8017 * textmodes/flyspell.el (flyspell-large-region): Make sure
8018 extended character mode is used if defined (Bug#1339).
8019
12587bbb
EZ
80202011-10-13 Eli Zaretskii <eliz@gnu.org>
8021
8022 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
8023 character info for LRE, LRO, RLE, and RLO characters by appending
8024 an invisible PDF.
12587bbb 8025
bad41229
SM
80262011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8027
8028 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
8029 even in case of error; add debug spec; simplify data flow.
8030 (with-timeout-handler): Remove.
8031
28dbc92f
MA
80322011-10-12 Michael Albinus <michael.albinus@gmx.de>
8033
8034 Fix Bug#6019, Bug#9315.
8035
8036 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
8037 complete `buffer-file-name', the local file name part could look
8038 remotely (for example on VMS).
8039
8040 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
8041 `tramp-run-real-handler'.
8042 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
8043 already quoted by '"'.
8044
8045 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
8046 Let `file-name-handler-alist' be nil, the local file name part
8047 could look remotely (for example on VMS).
8048
e1b0b23a
SM
80492011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8050
8051 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
8052 from here...
8053 (flyspell-post-command-hook): ...to here.
8054
a120bde9
SM
80552011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8056
8057 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
8058 if not needed.
8059 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
8060 using completion. Protect against "slow" callers.
8061 Remove the "message hack".
8062
7ce7717b
JL
80632011-10-11 Juri Linkov <juri@jurta.org>
8064
8065 * isearch.el (isearch-lazy-highlight-word): New variable.
8066 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8067 Use it. (Bug#9727)
8068
c02ee9d6
GM
80692011-10-11 Glenn Morris <rgm@gnu.org>
8070
8071 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
8072 like f90-previous-statement does.
8073
93e616fd 80742011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8075
1f190e73 8076 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
8077 only in interactive use, to avoid error.
8078
af7b6078
SM
80792011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8080
8081 * minibuffer.el (completion-file-name-table): Fix last change,
8082 i.e. ignore normal errors but not the other ones.
8083
0563dae9
MR
80842011-10-10 Martin Rudalics <rudalics@gmx.at>
8085
8086 * window.el (special-display-buffer-names)
8087 (special-display-regexps): Remove some remnants of earlier
8088 changes from doc-strings.
366ca7f3
MR
8089 (quit-windows-on): New function.
8090
8091 * vc/vc.el (vc-revert, vc-rollback):
8092 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
8093 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 8094 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 8095
49677495
MR
80962011-10-09 Martin Rudalics <rudalics@gmx.at>
8097
8098 * window.el (frame-auto-hide-function): Add version tag.
8099 (Bug#9699)
8100
56f2d1e1
MA
81012011-10-09 Michael Albinus <michael.albinus@gmx.de>
8102
8103 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
8104 condition.
8105
112a6592
LL
81062011-10-09 Leo Liu <sdl.web@gmail.com>
8107
8108 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
8109 (Bug#9701)
8110
0812589b
GM
81112011-10-08 Glenn Morris <rgm@gnu.org>
8112
8113 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
8114 before the first code statement zero indent. (Bug#9690)
8115
b2b0776e
CY
81162011-10-08 Chong Yidong <cyd@stupidchicken.com>
8117
8118 * simple.el (count-words-region): Always count in the region.
8119 Report the number of lines and characters too.
8120 (count-words): New command, which counts in the buffer if the
8121 region is inactive, as count-words-region used to.
8122 (count-words--message): New function. Handle plurals.
8123 (count-lines-region): Make it an alias for count-words-region.
8124
8125 * bindings.el (esc-map): Replace count-lines-region with
8126 count-words-region.
8127
c557cd6b
MR
81282011-10-08 Martin Rudalics <rudalics@gmx.at>
8129
8130 * window.el (window--delete): Delete dedicated frame
8131 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 8132 (switch-to-buffer): Fix doc-string typo.
c557cd6b 8133
61a57ef4 81342011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8135
3a7d293b 8136 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 8137
c3833279
CY
81382011-10-07 Chong Yidong <cyd@stupidchicken.com>
8139
8140 * bindings.el ([M-left],[M-right]): Bind to left-word and
8141 right-word respectively.
8142
21ce8245
GM
81432011-10-07 Glenn Morris <rgm@gnu.org>
8144
8145 * cus-start.el (debug-on-quit): Fix custom type.
8146
6d823bb2
LMI
81472011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8148
0181e193
LMI
8149 * subr.el (define-key-after): Clarify that the function is not
8150 useful for non-menu keymaps.
8151
6d823bb2
LMI
8152 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
8153
8e3459ce 81542011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8155
21ce8245 8156 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 8157 in current minibuffer (Fix bug with recursive minibuffers).
8158
a1c2d21e
CY
81592011-10-06 Chong Yidong <cyd@stupidchicken.com>
8160
8161 * progmodes/gdb-mi.el (gdb): Doc fix.
8162
5a4cf282
MR
81632011-10-05 Martin Rudalics <rudalics@gmx.at>
8164
8165 * window.el (frame-auto-hide-function): New option replacing
8166 frame-auto-delete. Suggested by Stefan Monnier.
8167 (window--delete): Call frame-auto-hide-function instead of
8168 investigating frame-auto-delete.
c96111ea
MR
8169 (window-point-1, set-window-point-1): New functions.
8170 (window-in-direction, record-window-buffer, window-state-get-1)
8171 (display-buffer-record-window): Use window-point-1 instead of
8172 window-point.
8173 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 8174
9854542e
SM
81752011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8176
8177 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
8178
8943cfb0
GM
81792011-10-05 Glenn Morris <rgm@gnu.org>
8180
8181 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
8182 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
8183
647ab967
LL
81842011-10-05 Leo Liu <sdl.web@gmail.com>
8185
8186 * subr.el (read-char-choice): Fix argument to buffer-live-p which
8187 works with buffer object.
8188
3ddfbced
SM
81892011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8190
8191 * mpc.el (mpc-tool-bar-map): Add labels.
8192
bdfa5dd2
GM
81932011-10-04 Glenn Morris <rgm@gnu.org>
8194
8195 * calendar/holidays.el (calendar-check-holidays): Doc fix.
8196
0e2070b5
MR
81972011-10-04 Martin Rudalics <rudalics@gmx.at>
8198
8199 * window.el (window--delete): New function.
8200 (frame-auto-delete): Resuscitate option.
8201 (bury-buffer, replace-buffer-in-windows)
8202 (quit-window): Rewrite using window--delete.
8203 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8204 Pass display-buffer-mark-dedicated to window--display-buffer-2
8205 (Bug#9639).
8206
3dc61a09
SM
82072011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8208
915a9b64
SM
8209 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
8210 returns a list (bug#9554). Add remote file name completion.
8211 * comint.el (comint--table-subvert): Curry and get quote&unquote
8212 functions as arguments.
8213 (comint--complete-file-name-data): Adjust call accordingly.
8214 * pcomplete.el (pcomplete--table-subvert): Remove.
8215 (pcomplete-completions-at-point): Use comint--table-subvert instead.
8216
3dc61a09
SM
8217 * minibuffer.el (completion-table-case-fold): Use currying.
8218 (completion--styles-type, completion--cycling-threshold-type):
8219 New constants.
8220 (completion-styles, completion-category-overrides)
8221 (completion-cycle-threshold): Use them.
8222 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
8223 completion-table-case-fold.
8224
8ea0a993
SB
82252011-10-03 Stephen Berman <stephen.berman@gmx.net>
8226
8227 * minibuffer.el (completion-category-overrides): Fix type of styles
8228 and add more user friendly tags (bug#9660).
8229
8c24b7f6
SM
82302011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8231
8232 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
8233 (mule-input-method-string): New widget.
8234 (default-input-method, language-info-custom-alist): Use it.
8235
428fe61a
SM
82362011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8237
32c1fffd
SM
8238 * pcomplete.el: Require comint.
8239 (pcomplete--common-suffix): Remove.
8240 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
8241 (pcomplete--table-subvert): Sync with comint--table-subvert.
8242 (pcomplete--entries): Use comint-completion-file-name-table.
8243 * comint.el (comint-unquote-filename): Simplify.
8244 (comint-completion-file-name-table): New function (bug#9616).
8245 (comint--complete-file-name-data): Use it.
8246
428fe61a
SM
8247 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
8248 (pcmpl-gnu-tar-buffer): Remove.
8249 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
8250 around. Make sure pcomplete-suffix-list is only changed temporarily.
8251 Don't look inside the tar's file if it's too large.
428fe61a 8252
04c52e2f
CY
82532011-10-01 Chong Yidong <cyd@stupidchicken.com>
8254
ce3cefcc
CY
8255 * cus-edit.el (custom-mode-map):
8256 * epa.el (epa-key-list-mode-map):
8257 * man.el (Man-mode-map):
8258 * startup.el (splash-screen-keymap):
8259 * simple.el (special-mode-map): Use scroll-up-command and
8260 scroll-down-command.
8261
8262 * progmodes/idlw-help.el (idlwave-help-mode-map):
8263 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
8264 * net/newst-plainview.el (newsticker-mode-map):
8265 * emulation/ws-mode.el (wordstar-mode-map):
8266 * emulation/vi.el (vi-com-map):
8267 * calc/calc-graph.el (calc-graph-show-dumb):
8268 * term/sun.el (terminal-init-sun):
8269 * term/ns-win.el (global-map):
8270 * progmodes/grep.el (grep-mode-map):
8271 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
8272 * mail/rmail.el (rmail-mode-map):
8273 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
8274
04c52e2f
CY
8275 * custom.el (custom-safe-themes, load-theme): Treat value of t for
8276 custom-safe-themes as special.
8277
79adf8c8
JD
82782011-10-01 Julien Danjou <julien@danjou.info>
8279
8280 * notifications.el (notifications-notify): Fix docstring.
8281
63bd50d3
PS
82822011-10-01 Per Starbäck <per@starback.se>
8283
8284 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
8285
199e4c7e
MR
82862011-09-30 Martin Rudalics <rudalics@gmx.at>
8287
8288 * startup.el (command-line-1): Fix last fix by inserting
8289 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 8290 (Bug#9605) and (Bug#9636)
199e4c7e 8291
fe5f08dd
EZ
82922011-09-29 Eli Zaretskii <eliz@gnu.org>
8293
8294 * simple.el (line-move): If auto-hscroll-mode is disabled and the
8295 window is hscrolled, move by logical lines. (Bug#9607)
8296 (line-move-visual): Update the doc string to the above effect.
8297
b5516bbd
MR
82982011-09-29 Martin Rudalics <rudalics@gmx.at>
8299
ccee00c0
MR
8300 * window.el (display-buffer-record-window): When WINDOW is the
8301 selected window use `point' instead of `window-point'. (Bug#9626)
8302
b5516bbd
MR
8303 * startup.el (command-line-1): Use insert-before-markers when
8304 inserting initial-scratch-message. (Bug#9605)
ccee00c0 8305
b5516bbd
MR
8306 * help.el (help-window): Remove variable.
8307
52aa0014
GM
83082011-09-29 Glenn Morris <rgm@gnu.org>
8309
8310 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
8311
df9a7357
JB
83122011-09-29 Juanma Barranquero <lekktu@gmail.com>
8313
8314 * descr-text.el (describe-char-categories): Accept category
8315 descriptions more than one line long.
8316
a8406c20
SM
83172011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8318
88d9610c
SM
8319 * simple.el (delete-trailing-whitespace): Fix last change.
8320
a5daf810
SM
8321 * progmodes/perl-mode.el (perl-syntax-propertize-function):
8322 Don't confuse "y => 3" as the beginning of a `y' operation.
8323
a8406c20
SM
8324 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
8325 object has more than 4 slots (bug#9613).
8326
a239d4e9
JB
83272011-09-28 Juanma Barranquero <lekktu@gmail.com>
8328
8329 * subr.el (with-output-to-temp-buffer):
8330 * net/quickurl.el (quickurl, quickurl-browse-url):
8331 Fix typos in docstrings.
8332
693fbdb6
EZ
83332011-09-27 Eli Zaretskii <eliz@gnu.org>
8334
8335 * minibuffer.el (completion-styles)
8336 (completion-category-overrides): Cross reference each other in doc
8337 strings.
8338
8b457e28
GM
83392011-09-27 Glenn Morris <rgm@gnu.org>
8340
8341 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
8342 to split-string. (Bug#9606)
8343
85a16208
LMI
83442011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8345
8346 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
8347 (bug#9615).
8348
502f9ebd
CY
83492011-09-27 Chong Yidong <cyd@stupidchicken.com>
8350
8351 * emacs-lisp/package.el (list-packages): Fix echo area message.
8352
7690bdea
LL
83532011-09-27 Leo Liu <sdl.web@gmail.com>
8354
8355 * ido.el (ido-read-internal): Accept cons cell HIST arg.
8356
e2ee6f30
MA
83572011-09-25 Michael Albinus <michael.albinus@gmx.de>
8358
8359 * net/dbus.el (dbus-unregister-object): Don't release services for
8360 registered signals. (Bug#9581)
8361
f3f98342
TZ
83622011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
8363
8364 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
8365 function that picks between cfengine 2 and 3 support
8366 automatically. Update docs accordingly.
8367
dd7aa8dd
KH
83682011-09-22 Kenichi Handa <handa@m17n.org>
8369
8370 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
8371 ZERO.
8372 (indian-itrans-v5-table-for-tamil): New variable.
8373 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
8374
3f2b07f8
KM
83752011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
8376
8377 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
8378 that's true if the current command involved collapsing of text.
8379 It's reset to false at the beginning of the next command.
8380 (allout-post-command-business): Move the cursor to the beginning
8381 of entry if the cursor is hidden and collapsing activity just
8382 happened.
8383
371d6a61
CY
83842011-09-24 Chong Yidong <cyd@stupidchicken.com>
8385
8386 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
8387 tracking (Bug#9541).
8388
2ac2721a
UJ
83892011-09-24 Ulf Jasper <ulf.jasper@web.de>
8390
8391 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
8392 (newsticker-show-news): Automatically load html rendering package
8393 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
8394 because w3m-fill-column is let-bound" and the error "Symbol's value
8395 as variable is void: w3m-fill-column".
2ac2721a 8396
fac7ae53
MA
83972011-09-24 Michael Albinus <michael.albinus@gmx.de>
8398
8399 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
8400 Release services only if they are defined. (Bug#9581)
8401
e08b633b
RS
84022011-09-23 Richard Stallman <rms@gnu.org>
8403
e488d29c
RS
8404 * textmodes/paragraphs.el (forward-sentence): For backwards case,
8405 distinguish start of paragraph from start of its text.
8406
19c38752
RS
8407 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
8408
e08b633b
RS
8409 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
8410 (rmail-generate-viewer-buffer): Put that hook on view buffer.
8411 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
8412
0a39f27e
AS
84132011-09-23 Andreas Schwab <schwab@linux-m68k.org>
8414
8415 * international/mule-diag.el (mule-diag): Insert a newline after
8416 each fontset description.
8417
db4e950d
SM
84182011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8419
8420 * simple.el (delete-trailing-whitespace):
8421 Document last change; simplify.
8422
eca3f3ea
PW
84232011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
8424
d68e189a
PW
8425 * simple.el (delete-trailing-whitespace): Also delete
8426 extra newlines at the end of the buffer.
8427
eca3f3ea
PW
8428 * textmodes/picture.el: Make motion commands obey shift-select-mode.
8429 (picture-newline): Use forward-line so as to ignore fields.
8430
01c157cc
SM
84312011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8432
8433 * subr.el (with-wrapper-hook): Fix edebug spec.
8434
022de23e
LMI
84352011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8436
8437 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
8438 (bug#4538).
8439
91683089
MA
84402011-09-23 Michael Albinus <michael.albinus@gmx.de>
8441
eca3f3ea
PW
8442 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
8443 Fix nasty bug using wrong cached values.
91683089 8444
5bdd6fa4
AM
84452011-09-23 Alan Mackenzie <acm@muc.de>
8446
8447 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
8448
97adfb97
CY
84492011-09-23 Chong Yidong <cyd@stupidchicken.com>
8450
8451 * window.el (pop-to-buffer): Ensure right window is selected if we
8452 chose another frame.
8453
d4ef2b50
EZ
84542011-09-22 Eli Zaretskii <eliz@gnu.org>
8455
8456 * simple.el (what-cursor-position): Use get-char-property-change
8457 and next-single-char-property-change, to be able to show display
8458 properties that come from overlays as well as text properties.
8459
72258fe5
CY
84602011-09-22 Chong Yidong <cyd@stupidchicken.com>
8461
8462 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
8463
8464 * cmuscheme.el (run-scheme, switch-to-scheme):
8465 * cus-edit.el (customize-group, custom-buffer-create)
8466 (customize-browse):
8467 * info.el (info):
8468 * shell.el (shell):
8469 * mail/sendmail.el (mail):
8470 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
8471
8f098516
RS
84722011-09-22 Richard Stallman <rms@gnu.org>
8473
8474 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
8475 move back only to line beg, don't move back over blank lines.
8476
e74f1bb6
MA
84772011-09-22 Michael Albinus <michael.albinus@gmx.de>
8478
8479 * files.el (copy-directory): Set directory attributes only in case
8480 they could be retrieved from the source directory. (Bug#9565)
8481
bfeef8b6
DK
84822011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
8483
8484 * progmodes/hideshow.el (hs-looking-at-block-start-p)
8485 (hs-find-block-beginning, hs-hide-level-recursive):
8486 Ignore strings as well as comments. (Bug#9502)
8487
7e423bb8
AS
84882011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
8489
8490 * progmodes/sql.el (sql-comint-postgres):
8491 Convert port number to a string. (Bug#9566)
8492
b4d72fcf
MR
84932011-09-22 Martin Rudalics <rudalics@gmx.at>
8494
8495 * window.el (quit-window): Undedicate window when switching to
8496 previous buffer. Reported by Thierry Volpiatto
8497 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
8498 (special-display-popup-frame): When popping up a new frame reset
8499 its previous buffers to nil. Simplify code.
b4d72fcf 8500
a7b88dc6
MA
85012011-09-21 Michael Albinus <michael.albinus@gmx.de>
8502
8503 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
8504 and process filter, as done also in `shell-command'.
8505
cf4eacfd
MR
85062011-09-21 Martin Rudalics <rudalics@gmx.at>
8507
eca3f3ea 8508 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
8509 Call set-window-start with NOFORCE argument t.
8510 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
8511 (quit-window): Reword doc-string. Handle new format of
8512 quit-restore parameter. Don't delete window if it has a
8513 previous buffer we can show instead of the present one.
8514 (display-buffer-record-window): Rewrite using a new format for
8515 the quit-restore window parameter
8516 (special-display-popup-frame, display-buffer-same-window)
8517 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8518 (display-buffer-pop-up-window, display-buffer-use-some-window):
8519 Adapt symbol passed to display-buffer-record-window.
8520 * help.el (help-window-setup): Handle new format of quit-restore
8521 parameter.
8522
8d28cb95
SM
85232011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8524
94ab793f
SM
8525 * faces.el (face-list): Fix docstring (bug#9564).
8526
8d28cb95
SM
8527 * window.el (display-buffer--action-function-custom-type):
8528 Don't include internal functions in the Custom interface.
8529
3820edeb
JL
85302011-09-20 Juri Linkov <juri@jurta.org>
8531
8532 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
8533 (Info-forward-node, Info-backward-node, Info-next-preorder)
8534 (Info-last-preorder): Use it. (Bug#9528)
8535
5147931d
JL
85362011-09-20 Juri Linkov <juri@jurta.org>
8537
8538 * info.el (Info-last-preorder): Visit last menu item only when
8539 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
8540
cf499a1a
JD
85412011-09-20 Julien Danjou <julien@danjou.info>
8542
8543 * password-cache.el (password-cache-remove): Remove entries even if the
8544 value is nil, so that password with a nil value (negative caching) is
8545 possible to invalidate.
8546
f84e2fe2
LM
85472011-09-20 Lawrence Mitchell <wence@gmx.li>
8548
8549 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
8550 all whitespace around breakpoint. (Bug#9553)
8551 (f90-find-breakpoint): Only break at whitespace inside a comment.
8552
78054a46
SM
85532011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8554
8555 * minibuffer.el (completion-file-name-table): Keep track of errors.
8556 (completion-table-with-predicate): Handle the case where pred1 is nil.
8557 * pcomplete.el (pcomplete-completions-at-point): Simplify.
8558
345083b2
SM
85592011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8560
e24e27be
SM
8561 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
8562 (debugger-return-value): Signal an error if the debugging context does
8563 not await any return value.
8564
345083b2
SM
8565 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
8566 * image-mode.el (image-toggle-display-text)
8567 (image-toggle-display-image): Stay away from evil `intangible'.
8568
08d355e3
LL
85692011-09-19 Leo Liu <sdl.web@gmail.com>
8570
8571 * replace.el (occur-revert-arguments): Make it permanent-local.
8572 (occur-mode): Don't call font-lock-defontify.
8573
f01da43f
CY
85742011-09-19 Chong Yidong <cyd@stupidchicken.com>
8575
8576 * net/ldap.el (ldap-search-internal): Don't push empty search
8577 result (Bug#9508).
8578
b6072fa6
SM
85792011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8580
8581 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
8582
443d6696
MA
85832011-09-19 Michael Albinus <michael.albinus@gmx.de>
8584
8585 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
8586 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
8587
7cc6e154
JL
85882011-09-18 Juri Linkov <juri@jurta.org>
8589
8590 * buff-menu.el (Buffer-menu-mode-map):
8591 * dired.el (dired-mode-map):
8592 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
8593 (lisp-interaction-mode-map):
8594 * emacs-lisp/package.el (package-menu-mode-map):
8595 * epa.el (epa-key-list-mode-map):
8596 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
8597 (menu-bar-options-menu):
8598 * outline.el (outline-mode-menu-bar-map):
8599 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
8600 * vc/vc-dir.el (vc-dir-menu-map):
8601 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
8602 Capitalize non-function content words in menu item strings.
8603
8604 * dired.el (dired-mode-map): Add menu item for
8605 `image-dired-dired-toggle-marked-thumbs'.
8606
80302a81
JL
86072011-09-18 Juri Linkov <juri@jurta.org>
8608
8609 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
8610 to `isearch-case-fold-search' and restore its original value
8611 after the `isearch-mode' call.
8612
46c5cf66
JL
86132011-09-18 Juri Linkov <juri@jurta.org>
8614
8615 * progmodes/grep.el (grep-process-setup): Don't check code for 1
8616 because `zgrep' returns 1 for successful matches (bug#9226).
8617
d18b513b
JL
86182011-09-18 Juri Linkov <juri@jurta.org>
8619
8620 * info.el (Info-extract-menu-node-name): Check the second match
8621 for empty string (second test-case of bug#9528).
8622 (Info-last-preorder): Let-bind `Info-history' to nil to not add
8623 intermediate nodes to the history (first test-case of bug#9528).
8624
72753f87
JL
86252011-09-18 Juri Linkov <juri@jurta.org>
8626
8627 * info.el (Info-mode-syntax-table): New variable.
1154d12e 8628 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 8629
c9384295
JL
86302011-09-18 Juri Linkov <juri@jurta.org>
8631
1154d12e
JB
8632 * info.el (Info-file-supports-index-cookies):
8633 Increment line-beginning-position's arg from 3 to 4 because makeinfo
8634 outputs one more line for long file names (bug#4142).
c9384295 8635
d473dce8
CY
86362011-09-18 Chong Yidong <cyd@stupidchicken.com>
8637
8638 * newcomment.el (comment-normalize-vars): If prompting for
8639 comment-start, set comment-start-skip too (Bug#8424).
8640
2176854d
JB
86412011-09-18 Johan BockgĂ¥rd <bojohan@gnu.org>
8642
8643 * icomplete.el: Fix previous fix of Bug#5849.
8644 (icomplete-mode): Don't set completion-show-inline-help.
8645 (icomplete-minibuffer-setup): Set completion-show-inline-help
8646 locally during icompletion.
8647
3aace4e4
CY
86482011-09-18 Chong Yidong <cyd@stupidchicken.com>
8649
c940224f
CY
8650 * woman.el (woman2-process-escapes): Don't delete unrecognized
8651 escapes (Bug#7843).
8652
3aace4e4
CY
8653 * files.el (inhibit-first-line-modes-regexps): Add image files.
8654 (hack-local-variables-prop-line): Return nil for malformed
8655 prop-lines (Bug#9044).
8656
710dec63
MA
86572011-09-18 Michael Albinus <michael.albinus@gmx.de>
8658
8659 * net/tramp.el (top): Don't require 'shell.
8660 (tramp-methods): Fix docstring.
8661 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
8662 Return complete remote file name. Handle "smb" case.
8663 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
8664 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
8665
8666 * net/tramp-compat.el (top): Require 'shell.
8667
8668 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
8669 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
8670 `tramp-current-host'.
8671 (tramp-get-remote-tmpdir): Remove.
8672
8673 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
8674 `tramp-tmpdir' entries.
8675 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
8676 (tramp-smb-handle-file-attributes): Ignore errors.
8677 (tramp-smb-wait-for-output): Check also for process end.
8678
5d5ac8ec
LMI
86792011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8680
8681 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
8682 when sending QUIT (bug#9312).
8683
8c0f49f0
CY
86842011-09-17 Chong Yidong <cyd@stupidchicken.com>
8685
8686 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
8687 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
8688 occur-mode-display-occurrence.
8689 (occur-edit-mode): Add usage message.
8690 (occur-cease-edit): New command.
8691 (occur-after-change-function): Use text properties to find the
8692 position of the prefix text.
8693 (occur-engine): Set stickiness of prefix text properties.
8694
8f1383f7
GM
86952011-09-17 Glenn Morris <rgm@gnu.org>
8696
8697 * progmodes/etags.el (complete-tag):
8698 Fix call to completion-in-region. (Bug#9526)
8699
744ba0e3
JL
87002011-09-17 Juri Linkov <juri@jurta.org>
8701
8702 * textmodes/ispell.el (ispell-word): Add to the error message
8703 the word, ispell program name and current dictionary (bug#9121).
8704 (ispell-tex-arg-end): Capitalize "error" in the error message.
8705
d9bbf400
AS
87062011-09-17 Andreas Schwab <schwab@linux-m68k.org>
8707
8708 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
8709 check. (Bug#4251)
8710
8da11505
JL
87112011-09-17 Juri Linkov <juri@jurta.org>
8712
8713 * window.el (window-safe-min-height, window-safe-min-width):
8714 Fix typos (followup to bug#9522).
8715
a91adc7e
SJ
87162011-09-17 Sven Joachim <svenjoac@gmx.de>
8717
8718 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
8719
064f328a
EZ
87202011-09-16 Eli Zaretskii <eliz@gnu.org>
8721
8722 * simple.el (line-move): If goal-column is set, move by logical
8723 lines, not by display lines. (Bug#971)
8724 (next-line, previous-line, goal-column, line-move-visual): Doc fix
8725 to reflect the above change.
8726
e69df516
SM
87272011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8728
8729 * image.el (imagemagick-register-types): Use regexp-opt.
8730
cbb0f9ab
CY
87312011-09-15 Chong Yidong <cyd@stupidchicken.com>
8732
8733 * window.el (display-buffer-base-action): Rename from
8734 display-buffer-default-action. Make default value empty.
8735 (display-buffer-overriding-action): Convert to defvar.
8736 (display-buffer-fallback-action): New var.
8737
25322144
CY
87382011-09-15 Chong Yidong <cyd@stupidchicken.com>
8739
8740 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
8741 declaration.
8742 (package--add-to-archive-contents): If there is a duplicate entry
8743 with an older version, remove it.
8744 (package-menu-mark-delete, package-menu-mark-install)
8745 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
8746 (package-menu-mark-obsolete-for-deletion):
8747 Use package-menu-get-status instead of a regexp search.
25322144
CY
8748 (package-menu-get-status): Use tabulated-list-entry.
8749 (package-menu-mark-upgrades): New command.
d770725a 8750 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
8751 (package-menu-execute): Do installation before deletion.
8752 (package-menu-refresh, package-menu-execute): Use derived-mode-p
8753 instead of checking major-mode.
8754 (package-menu--find-upgrades): New function.
8755
7520339c
LMI
87562011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8757
8758 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
8759 passwords in the log buffer.
65a046c4
LMI
8760 (smtpmail-process-filter): Update the process marker so that the
8761 "broken by peer" status message is inserted in the right place.
7520339c 8762
d3c30954
SM
87632011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8764
3fe48822
SM
8765 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
8766 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
8767 bibtex-completion-at-point-function.
8768 (bibtex-completion-at-point-function): Use them.
8769
1b8b3954
SM
8770 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
8771
d3c30954
SM
8772 * mpc.el (mpc-constraints-tag-lookup): New function.
8773 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
8774 also to browser "album|playlist".
8775
72779976
JL
87762011-09-14 Juri Linkov <juri@jurta.org>
8777
8778 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
8779 (isearch-edit-string): Use length of `isearch-string' when
8780 `isearch-fail-pos' returns nil.
8781 (isearch-message): Remove duplicate code and call
8782 `isearch-fail-pos' with arg `t'.
8783
a0bf2bcd
CY
87842011-09-14 Chong Yidong <cyd@stupidchicken.com>
8785
17bb0a2d
CY
8786 * replace.el (occur-mode-goto-occurrence): Don't force using other
8787 window (Bug#9499).
8788
a0bf2bcd
CY
8789 * dired-aux.el (dired-do-chmod): Don't provide initial input.
8790
f678e0b6
MR
87912011-09-14 Martin Rudalics <rudalics@gmx.at>
8792
8793 * window.el (display-buffer-window): Remove.
8794 (display-buffer-record-window): Use help-setup window parameter
8795 instead of variable display-buffer-window.
8796 (display-buffer-function, special-display-buffer-names)
8797 (special-display-function): Mention help-setup parameter instead
8798 of display-buffer-window in doc-string.
d3c30954
SM
8799 * help.el (help-window-setup): New argument help-window.
8800 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
8801 Reword some messages.
8802 (with-help-window): Pass window used for displaying the buffer
8803 to help-window-setup. Don't set display-buffer-window.
8804
8e39b2e8
GM
88052011-09-13 Glenn Morris <rgm@gnu.org>
8806
8807 * emacs-lisp/debug.el (debugger-make-xrefs):
8808 Preserve point. (Bug#9462)
8809
85e9c04b
CY
88102011-09-13 Chong Yidong <cyd@stupidchicken.com>
8811
8812 * window.el (window-deletable-p): Use next-frame.
8813
1b36ed6a
MR
88142011-09-13 Martin Rudalics <rudalics@gmx.at>
8815
8816 * window.el (window-auto-delete): Remove.
8817 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 8818 dedication and previous buffers.
1b36ed6a
MR
8819 (switch-to-prev-buffer): Don't delete window.
8820 (delete-windows-on): Delete a window's frame if and only if the
8821 window is dedicated.
8822 (replace-buffer-in-windows): Delete buffer's window or frame if
8823 and only if window is dedicated.
8824 (quit-window): Handle quit-restore as before last change.
4d61f28d 8825 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 8826
ef8ef9fb
CY
88272011-09-13 Chong Yidong <cyd@stupidchicken.com>
8828
8829 * window.el (window-deletable-p): Never delete the last frame on a
8830 given terminal.
8831
b2cba41e
GM
88322011-09-13 Glenn Morris <rgm@gnu.org>
8833
8834 * help.el (describe-key-briefly): Copy previous standard-output change.
8835
51553db6 88362011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
8837
8838 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
8839
b7556719
GM
88402011-09-13 Glenn Morris <rgm@gnu.org>
8841
8842 * emacs-lisp/lisp-mode.el (lisp-indent-function):
8843 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
8844
64b51947
CY
88452011-09-12 Chong Yidong <cyd@stupidchicken.com>
8846
8847 * dired-aux.el (dired-mark-read-string): Don't return default
8848 value on empty input (Bug#9361).
8849 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
8850 Omit initial minibuffer contents.
8851 (dired-do-chmod): Signal an error on empty input.
8852 (dired-mark-read-string): Don't return default on empty input.
8853
8854 * files.el (file-modes-symbolic-to-number): Doc fix.
8855
393a301e
SM
88562011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8857
8858 * international/mule-cmds.el (ucs-completions): Remove.
8859 (read-char-by-name): Use complete-with-action instead; add metadata.
8860
fa5660f9
CY
88612011-09-11 Chong Yidong <cyd@stupidchicken.com>
8862
8863 * window.el (display-buffer--action-function-custom-type)
8864 (display-buffer--action-custom-type): New vars.
8865 (display-buffer-alist, display-buffer-default-action)
8866 (display-buffer-overriding-action): Add defcustom types.
8867
4a592f66
CY
8868 * frame.el (delete-other-frames): Doc fix (Bug#276).
8869
73d56dbd
LMI
88702011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8871
8872 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
8873
37ac18a3
CY
88742011-09-11 Chong Yidong <cyd@stupidchicken.com>
8875
8876 Change modes that used same-window-* vars to use switch-to-buffer.
8877
8878 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
8879 Use switch-to-buffer.
8880
8881 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
8882 (customize-browse, custom-buffer-create-other-window):
8883 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
8884
8885 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
8886 (Info-prev, Info-up, Info-speedbar-goto-node)
8887 (info-display-manual): Use switch-to-buffer.
8888 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
8889
8890 * mail/sendmail.el (mail): Use switch-to-buffer.
8891 (mail-recover): Use switch-to-buffer-other-window.
8892
8893 * cmuscheme.el (run-scheme, switch-to-scheme):
8894 * ielm.el (ielm):
8895 * shell.el (shell):
8896 * net/rlogin.el (rlogin):
8897 * net/telnet.el (telnet, rsh):
8898 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
8899
10195bd6
AS
89002011-09-11 Andreas Schwab <schwab@linux-m68k.org>
8901
8902 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
8903
b322f63a
LMI
89042011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8905
39d7fed6
LMI
8906 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
8907 so don't mention it (bug#9301).
ba5a81f1 8908 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 8909
ee0e9f11
LMI
8910 * faces.el (face-spec-set-match-display): Make `(type graphic)'
8911 match `x', `w32' and `ns', like the manual says (bug#9029).
8912
0b1c89c1 8913 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
8914 (process-kill-buffer-query-function): Mention the buffer name in
8915 the query.
0b1c89c1 8916
77549ea8
LMI
8917 * image-mode.el (image-next-line): The line parameter is mandatory
8918 (bug#9258).
8919
803ef892
LMI
8920 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
8921 which can be useful (bug#9301).
8922
12980837
LMI
8923 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
8924
91054f8f
LMI
8925 * subr.el (match-string): Mention that the current buffer should
8926 be the same as the search was done in (bug#9282).
8927
b322f63a
LMI
8928 * facemenu.el: Disable the remove-* commands if the mark isn't
8929 active (bug#9162).
8930
3199b96f
CY
89312011-09-10 Chong Yidong <cyd@stupidchicken.com>
8932
8933 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
8934 of display-buffer.
8935 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
8936
8937 * replace.el (occur-mode-goto-occurrence)
8938 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
8939 and display-buffer.
8940
8941 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
8942 display-buffer.
8943
8944 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
8945 special-display and same-window variables.
8946 (mail-other-window): Use switch-to-buffer-other-window.
8947 (mail-other-frame): USe switch-to-buffer-other-frame.
8948
393a301e
SM
8949 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
8950 Use display-buffer-other-frame.
3199b96f
CY
8951 (gdb-display-gdb-buffer): Use pop-to-buffer.
8952
8953 * progmodes/gud.el (gud-goto-info): Use info-other-window.
8954
8955 * progmodes/python.el: Don't set same-window-buffer-names.
8956
8957 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
8958
8959 * window.el (display-buffer-alist): Add *Python*.
8960
8319e0bf
CY
89612011-09-10 Chong Yidong <cyd@stupidchicken.com>
8962
8963 * window.el (display-buffer-alist): Add entry for buffers
8964 previously handled same-window-*.
8965 (display-buffer-alist, display-buffer-default-action)
8966 (display-buffer-overriding-action): Mark as risky.
8967 (display-buffer-alist): Document action function changes.
8968 (display-buffer--same-window-action)
8969 (display-buffer--other-frame-action): New variables.
8970 (switch-to-buffer, display-buffer-other-frame): Use them.
8971 (display-buffer): Rename reuse-frame entry to reusable-frames.
8972 (display-buffer-reuse-selected-window): Function deleted.
8973 (display-buffer-reuse-window): Handle reusable-frames alist entry.
8974 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
8975 (display-buffer-special): New function.
8976 (display-buffer--maybe-pop-up-frame-or-window): Rename from
8977 display-buffer-reuse-or-pop-window. Split off special-display
8978 part into display-buffer-special.
8979 (display-buffer-use-some-window): Don't perform any special
8980 pop-up-frames handling.
8981 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 8982 (display-buffer--maybe-same-window): Rename from
0d3ff375 8983 display-buffer-maybe-same-window.
8319e0bf 8984
919a69aa
CY
8985 * info.el: Don't set same-window-regexps.
8986 (info-setup): New function.
8987 (info-other-window, info): Call it.
8988
8989 * cus-edit.el: Don't set same-window-regexps.
8990 (customize-group): New argument.
8991 (customize-group-other-window): Use it.
8992 (customize-face, customize-face-other-window): Likewise.
8993 (custom-buffer-create-other-window): Use pop-to-buffer directly.
8994
8319e0bf
CY
8995 * net/rlogin.el:
8996 * net/telnet.el:
8997 * progmodes/gud.el: Don't set same-window-regexps.
8998
8999 * cmuscheme.el:
9000 * ielm.el:
9001 * shell.el:
9002 * mail/sendmail.el:
9003 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
9004
25173000
JL
90052011-09-10 Juri Linkov <juri@jurta.org>
9006
9007 * isearch.el (isearch-edit-string): Remove obsolete mention of
9008 `C-w' (`isearch-yank-word-or-char') from docstring.
9009 (isearch-query-replace): Fix typo in docstring (bug#9466).
9010
056e44ef
JL
90112011-09-10 Juri Linkov <juri@jurta.org>
9012
9013 * paren.el (show-paren-function): Don't show escaped parens.
9014 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
9015
c3760c17
EZ
90162011-09-10 Eli Zaretskii <eliz@gnu.org>
9017
9018 * mail/sendmail.el (mml-to-mime, mml-attach-file)
9019 (mm-default-file-encoding): Remove autoload forms, they are
9020 replaced with autoload cookies in mml.el and mm-encode.el.
9021 (mail-add-attachment): New command.
9022 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
9023 (mail-mode): Mention mail-insert-file and mail-add-attachment in
9024 the doc string.
9025 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
9026
fece895e
RT
90272011-09-10 Reuben Thomas <rrt@sc3d.org>
9028
e69df516
SM
9029 * simple.el (count-words-region): Use buffer if there's no region
9030 (bug#9429).
fece895e 9031
5e68ce4a
JL
90322011-09-09 Juri Linkov <juri@jurta.org>
9033
9034 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
9035 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
9036 (wdired-isearch-filter-read-only): New function. (Bug#6362)
9037
0a6b9622
AM
90382011-09-09 Alan Mackenzie <acm@muc.de>
9039
9040 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
9041 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
9042
14a29deb
EZ
90432011-09-09 Eli Zaretskii <eliz@gnu.org>
9044
9045 Fix for Savannah bug#9392.
9046 * simple.el (mail-encode-mml): New defvar.
9047
9048 * mail/rmail.el (mail-encode-mml): Add a defvar.
9049 (rmail-enable-mime-composing): Default to t.
9050 (rmail-forward): Use MIME method of forwarding only if both
9051 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
9052 Set mail-encode-mml non-nil if the MIME method was used.
9053
9054 * mail/sendmail.el (mml-to-mime): Add autoload form.
9055 (mail-encode-mml): Add a defvar.
9056 (mail-mode): Make mail-encode-mml buffer-local and initialize it
9057 to nil.
9058 (mail-send): If mail-encode-mml is non-nil, run the outgoing
9059 message through mml-to-mime, and reset mail-encode-mml to nil.
9060
28c45130
GM
90612011-09-09 Glenn Morris <rgm@gnu.org>
9062
9063 * woman.el (woman-if-body): When processing an .el block,
9064 do not delete the next .el block as well. (Bug#9447)
69f4b618 9065 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 9066
9b1c252e
MR
90672011-09-08 Martin Rudalics <rudalics@gmx.at>
9068
9069 * window.el (window-deletable-p): Make sure window is live before
9070 invoking window-prev-buffers.
9071
567457e3
LL
90722011-09-08 Leo Liu <sdl.web@gmail.com>
9073
9074 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
9075
97f05794
JL
90762011-09-08 Juri Linkov <juri@jurta.org>
9077
9078 * progmodes/compile.el (compilation-environment): Make it
9079 a defcustom (bug#8340).
9080
8b0874b5
MR
90812011-09-08 Martin Rudalics <rudalics@gmx.at>
9082
9083 * window.el (frame-auto-delete): Rename to window-auto-delete.
9084 Make it control auto-deletion of windows and/or frames.
9085 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 9086 for deleting window/frame. (Bug#9419)
8b0874b5
MR
9087 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
9088 Rewrite handling of case when window/frame can be deleted.
9089 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 9090 argument t. (Bug#9456)
8b0874b5 9091
4feb6e73
CY
90922011-09-07 Chong Yidong <cyd@stupidchicken.com>
9093
9094 * help-mode.el (help-mode): Restore autoload.
9095
91ab9c13
JL
90962011-09-07 Juri Linkov <juri@jurta.org>
9097
9098 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
9099 `compilation-environment'. Set buffer-local
9100 `compilation-environment' to `thisenv' later after (funcall mode).
9101 (Bug#8340)
9102
9103 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
9104 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
9105 instead of replacing its value. (Bug#8340)
9106
0527e251
JL
91072011-09-07 Juri Linkov <juri@jurta.org>
9108
9109 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
9110 based on text properties put by `grep-filter' instead of matching
9111 escape sequences.
9112 (grep-mode): Set buffer-local `compilation-error-screen-columns'
9113 to the value of `grep-error-screen-columns' (bug#9438).
9114
249f792c
JL
91152011-09-07 Juri Linkov <juri@jurta.org>
9116
9117 * simple.el (next-error-highlight, next-error-highlight-no-select):
9118 Doc fix (bug#9432).
9119
ff7271b9
OT
91202011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
9121
9122 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9123 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
9124
183fc730
LL
91252011-09-07 Leo Liu <sdl.web@gmail.com>
9126
9127 * net/rcirc.el (rcirc-mode): Conditionally initialize
9128 rcirc-input-ring.
9129
77694924
SM
91302011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9131
9132 * emacs-lisp/find-func.el (find-function-C-source): Only set
9133 find-function-C-source-directory after checking that we found a source
9134 file there (bug#9440).
9135
d809b8eb
AM
91362011-09-06 Alan Mackenzie <acm@muc.de>
9137
9138 * isearch.el (isearch-other-meta-char): Wherever a key list is
9139 unread, "unread" the prefix arg, too. This fixes bug #8901.
9140
453de99f
OG
91412011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9142
9143 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
9144
90439906
JL
91452011-09-05 Juri Linkov <juri@jurta.org>
9146
9147 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
9148
f62bd846
JL
91492011-09-05 Juri Linkov <juri@jurta.org>
9150
9151 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
9152 keeping point where processing of grep matches begins, and
9153 continue to delete remaining escape sequences from the same point.
9154 (grep-filter): Make leading zero optional in "0?1;31m" because
9155 git-grep emits "\033[1;31m" escape sequences unlike expected
9156 "\033[01;31m" as GNU Grep does (bug#9408).
9157 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
9158
045820ec
JL
91592011-09-05 Juri Linkov <juri@jurta.org>
9160
9161 * subr.el (y-or-n-p): Capitalize "yes".
9162
f5e29b9b
MA
91632011-09-04 Michael Albinus <michael.albinus@gmx.de>
9164
9165 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
9166 `tramp-cache-unload-hook' where appropriate.
9167 (tramp-methods): Rename `tramp-remote-sh' to
9168 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
9169 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
9170
9171 * net/tramp-sh.el (top): Don't require 'shell.
9172 (tramp-methods): Add `tramp-remote-shell' and
9173 `tramp-remote-shell-args' entries.
9174 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
9175 (tramp-sh-handle-shell-command): Remove.
9176 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9177 Use `tramp-remote-shell'.
9178
2784c434
CY
91792011-09-03 Chong Yidong <cyd@stupidchicken.com>
9180
393a301e 9181 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
9182 (sendmail-query-once): Save directly to send-mail-function.
9183 Update message-send-mail-function too.
9184
9185 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
9186
464cdf56
CS
91872011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9188
9189 * progmodes/python.el (python-mode-map): Use correct function to
9190 start python interpreter from menu-bar (as reported by Geert
9191 Kloosterman).
9192 (inferior-python-mode-map): Fix typo.
393a301e 9193 (python-shell-map): Remove.
464cdf56 9194
d37e5c87
DD
91952011-09-03 Deniz Dogan <deniz@dogan.se>
9196
9197 * net/rcirc.el (rcirc-print): Simplify code for
9198 rcirc-scroll-show-maximum-output. There is no need to walk
9199 through all windows to find the right one.
9200
f3ada0ee
CS
92012011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9202
9203 * help.el (help-return-method): Doc fix.
9204
1f3c99ca
MR
92052011-09-03 Martin Rudalics <rudalics@gmx.at>
9206
9207 * window.el (window-deletable-p): Don't return a non-nil value
9208 when there's a buffer that was shown in the window before.
9209 (Bug#9419)
393a301e
SM
9210 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9211 Set window's previous buffers to nil.
1f3c99ca 9212
a3cf097f
EZ
92132011-09-03 Eli Zaretskii <eliz@gnu.org>
9214
9215 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
9216 newline before and after the tag line, so it doesn't interfere
9217 with determining the paragraph direction of bidirectional text.
9218
3d03de90
LL
92192011-09-03 Leo Liu <sdl.web@gmail.com>
9220
9221 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
9222
c3313451
CY
92232011-09-02 Chong Yidong <cyd@stupidchicken.com>
9224
393a301e 9225 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
9226 (pop-to-buffer): Change interactive spec. Pass second argument
9227 directly to display-buffer.
9228 (display-buffer): Fix interactive spec. Use functionp to
9229 distinguish between a function and a list of functions.
9230
9231 * abbrev.el (edit-abbrevs):
9232 * arc-mode.el (archive-extract):
9233 * autoinsert.el (auto-insert):
9234 * bookmark.el (bookmark-bmenu-list):
9235 * files.el (find-file):
9236 * view.el (view-buffer):
9237 * progmodes/compile.el (compilation-goto-locus):
9238 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
9239
89894cd8
CY
92402011-09-02 Chong Yidong <cyd@stupidchicken.com>
9241
9242 * window.el (display-buffer-alist): Doc fix.
9243 (display-buffer): Add docstring. Don't treat
9244 display-buffer-default specially.
9245 (display-buffer-reuse-selected-window)
9246 (display-buffer-same-window, display-buffer-maybe-same-window)
9247 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9248 (display-buffer-pop-up-window)
9249 (display-buffer-reuse-or-pop-window)
9250 (display-buffer-use-some-window): New functions.
9251 (display-buffer-default-action): Use them.
393a301e 9252 (display-buffer-default): Delete.
89894cd8
CY
9253 (pop-to-buffer-1): Fix choice of actions.
9254
ae0bc9fb
SM
92552011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9256
9257 * minibuffer.el (completion--insert-strings): Don't get confused by
9258 completion entries that end with an LF char.
9259
e9d90883
EZ
92602011-09-01 Eli Zaretskii <eliz@gnu.org>
9261
9262 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
9263
437014c8
CY
92642011-09-01 Chong Yidong <cyd@stupidchicken.com>
9265
9266 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
9267 (display-buffer-same-window, display-buffer-other-window):
9268 New functions.
437014c8
CY
9269 (pop-to-buffer-1): New function. Use the above.
9270 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 9271 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
9272
9273 * view.el (view-buffer-other-window, view-buffer-other-frame):
9274 Just use pop-to-buffer.
9275
a5e063d5
TV
92762011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9277
9278 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
9279
793d32bb
WH
92802011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
9281
9282 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
9283
d65e4c15
RS
92842011-08-31 Richard Stallman <rms@gnu.org>
9285
9286 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
9287 of the separation of rmail-view-buffer from rmail-buffer.
9288 If you say no to "replace original", the decrypt is in the
9289 view buffer. If you say yes, the decrypt goes into the
9290 rmail buffer also.
9291
f818cd2a
MR
92922011-08-31 Martin Rudalics <rudalics@gmx.at>
9293
9294 * window.el (display-buffer-window): Rewrite doc-string.
9295 (display-buffer-record-window): New function.
9296 (display-buffer-macro-specifiers)
9297 (display-buffer-even-window-sizes, display-buffer-set-height)
9298 (display-buffer-set-width, display-buffer-in-window)
9299 (display-buffer-reuse-window, display-buffer-split-specifiers)
9300 (display-buffer-side-specifiers, display-buffer-split-window-1)
9301 (display-buffer-split-window, display-buffer-split-atom-window)
9302 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
9303 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
9304 (display-buffer-other-window-means-other-frame)
9305 (display-buffer-normalize-special)
9306 (display-buffer-normalize-default)
9307 (display-buffer-normalize-argument)
9308 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
9309 (display-buffer-normalize-specifiers, display-buffer-frame)
9310 (display-buffer-same-window, display-buffer-same-frame)
9311 (display-buffer-other-window)
9312 (display-buffer-same-frame-other-window)
9313 (display-buffer-other-frame, pop-to-buffer-same-window)
9314 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
9315 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
9316 (switch-to-buffer-same-frame)
9317 (switch-to-buffer-other-window-same-frame)
9318 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
9319 (display-buffer-alist-set-1, display-buffer-alist-set-2)
9320 (display-buffer-alist-set): Remove.
9321 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
9322 (special-display-regexps, special-display-function):
9323 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
9324 parameter.
9325 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
9326 (special-display-frame-alist, special-display-popup-frame)
9327 (same-window-buffer-names, same-window-regexps, same-window-p)
9328 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9329 (split-window-preferred-function, split-height-threshold)
9330 (split-width-threshold, window-splittable-p)
9331 (split-window-sensibly, window--try-to-split-window)
9332 (window--frame-usable-p, even-window-heights)
9333 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
9334 (window--display-buffer-2, display-buffer-other-frame):
9335 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
9336 (display-buffer-default, display-buffer-assq-regexp): New functions.
9337 (display-buffer-alist): Rewrite doc-string.
9338 (display-buffer-default-action)
9339 (display-buffer-overriding-action): New variables.
9340 (display-buffer, switch-to-buffer): Rewrite.
9341 (pop-to-buffer): Restore Emacs 23 behavior but use
9342 window-normalize-buffer-to-display.
9343 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
9344 Restore Emacs 23 behavior but use
9345 window-normalize-buffer-to-switch-to.
9346 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
9347 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
9348 Rewrite using Emacs 23 options.
f818cd2a 9349
5bc3b51d
MA
93502011-08-31 Michael Albinus <michael.albinus@gmx.de>
9351
9352 * net/tramp.el (tramp-root-regexp): Remove.
9353 (tramp-completion-file-name-regexp-unified)
9354 (tramp-completion-file-name-regexp-separate)
9355 (tramp-completion-file-name-regexp-url): Don't use leading volume
9356 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
9357 (tramp-drop-volume-letter): Simplify definition.
9358 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 9359
b1a4f8e1
SM
93602011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9361
9362 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
9363 (bug#9356).
9364
5664fa7b
RT
93652011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
9366
b1a4f8e1 9367 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 9368
9a45d6c3
JL
93692011-08-29 Juri Linkov <juri@jurta.org>
9370
9371 * isearch.el (isearch-done): Don't display message "Mark saved"
9372 when arg `edit' is non-nil to prevent its flicker in the echo area.
9373
fb87e0fb
CY
93742011-08-28 Chong Yidong <cyd@stupidchicken.com>
9375
9376 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
9377 obsolete packages for deletion.
9378
09ac1c2a
CS
93792011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
9380
9381 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 9382 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
9383 view-mode from help-mode.
9384 (help-xref-override-view-map): Remove.
9385 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
9386 view-mode is not used anymore.
9387
7a1ff57f
CY
93882011-08-28 Chong Yidong <cyd@stupidchicken.com>
9389
9390 * server.el (server-port): Doc fix.
9391
b9696605
CY
9392 * cus-theme.el (custom-theme-choose-mode): Inherit from
9393 special-mode (Bug#9124).
9394 (custom-theme-choose-mode-map): Add special-mode to parent.
9395
ef8cdf8c
AM
93962011-08-28 Alan Mackenzie <acm@muc.de>
9397
9398 * progmodes/cc-fonts.el
9399 (c-make-font-lock-BO-decl-search-function): New function.
9400 (c-basic-matchers-after - "Fontify the clauses after various
9401 keywords"): Extract the three keyword lists for the 3 erroneous
9402 constructs from the list of four, and use the new function above
9403 in place of an old one.
9404
27de4e20
DD
94052011-08-28 Deniz Dogan <deniz@dogan.se>
9406
9407 * net/rcirc.el (rcirc-insert-prev-input)
9408 (rcirc-insert-next-input): Remove unused argument.
9409
356a3681
SM
94102011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9411
9412 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
9413
3fc9b218
AM
94142011-08-27 Alan Mackenzie <acm@muc.de>
9415
9416 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
9417 handle function pointer parameters properly.
9418
538a061c
MR
94192011-08-27 Martin Rudalics <rudalics@gmx.at>
9420
9421 * window.el (display-buffer-reuse-window): Fix case where
9422 selected window was reused with non-nil OTHER-WINDOW argument.
9423 (Bug#9381)
9424
35b1c40c
DD
94252011-08-27 Deniz Dogan <deniz@dogan.se>
9426
9427 * net/rcirc.el (rcirc-check-auth-status): Adding support for
9428 oftc's NickServ messages.
9429
2f6a3e79
GM
94302011-08-27 Glenn Morris <rgm@gnu.org>
9431
9432 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
9433
7254299e
CY
94342011-08-26 Chong Yidong <cyd@stupidchicken.com>
9435
9436 * emacs-lisp/package.el (package-install): Call package-initialize
9437 if called interactively.
9438
f8ccf167
LL
94392011-08-26 Leo Liu <sdl.web@gmail.com>
9440
9441 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
9442
3e8cd5ce
JL
94432011-08-25 Juri Linkov <juri@jurta.org>
9444
9445 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
9446 `search-whitespace-regexp' (bug#9364).
9447
93eb7113
JL
94482011-08-25 Juri Linkov <juri@jurta.org>
9449
9450 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
9451 `regexp-search-ring' to their global values to protect from
9452 updating by `read-from-minibuffer' (bug#9185).
9453
f65d1611
JL
94542011-08-25 Juri Linkov <juri@jurta.org>
9455
9456 * textmodes/ispell.el (ispell-command-loop): Add newline
9457 at the end of the "Use option `i'..." line.
9458
f1cf7a31
JL
94592011-08-25 Juri Linkov <juri@jurta.org>
9460
9461 * battery.el (display-battery-mode): If `battery-status-function'
9462 or `battery-mode-line-format' is nil, display the message and set
9463 `display-battery-mode' to nil (bug#9363).
9464
0c95fcf7
EZ
94652011-08-25 Eli Zaretskii <eliz@gnu.org>
9466
9467 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
9468 bidi-string-mark-left-to-right; they are unnecessary now.
9469
a2ebe600
DD
94702011-08-25 Deniz Dogan <deniz@dogan.se>
9471
9472 * net/quickurl.el: Documentation typo fixes.
9473
e4ed06f1
CY
94742011-08-25 Chong Yidong <cyd@stupidchicken.com>
9475
9476 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
9477
e5f1c99e
GM
94782011-08-25 Glenn Morris <rgm@gnu.org>
9479
b2948976
GM
9480 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
9481
e5f1c99e
GM
9482 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
9483 (smtpmail-via-smtp): Handle nil response from smtp.
9484
f22f4808
JL
94852011-08-24 Juri Linkov <juri@jurta.org>
9486
9487 * proced.el (proced-marked): Inherit from `error' instead of
9488 `font-lock-warning-face'.
9489
9490 * ibuffer.el (ibuffer-marked-face): Change default face from
9491 `font-lock-warning-face' to `warning'.
9492 (ibuffer-deletion-face): Change default face from
9493 `font-lock-type-face' to `error'.
9494
9495 * battery.el (battery-update): Use the face `error' instead of
9496 `font-lock-warning-face' (bug#6117).
9497
6a93965e
JL
94982011-08-24 Juri Linkov <juri@jurta.org>
9499
9500 * faces.el (success): Change face color from "Green3" to
9501 "ForestGreen" on light background (bug#9353).
9502
1ed43b09
CY
95032011-08-24 Chong Yidong <cyd@stupidchicken.com>
9504
5664fa7b
RT
9505 * window.el (quit-window): Rename from quit-restore-window.
9506 Use same arglist as old quit-window.
1ed43b09
CY
9507 (frame-auto-delete): Doc fix.
9508
9509 * view.el (view-mode-exit): Use quit-window.
9510
11dcdbb2
JL
95112011-08-24 Juri Linkov <juri@jurta.org>
9512
9513 * isearch.el (isearch-ring-adjust1): Start visiting previous
9514 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
9515 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
9516 for empty search string (when the last search string is reused
9517 automatically) to adjust the isearch ring to the last element and
9518 prepare the correct index for further M-p commands (bug#9185).
9519
de62b4df
KH
95202011-08-24 Kenichi Handa <handa@m17n.org>
9521
9522 * international/ucs-normalize.el: If decomposition property of
9523 CHAR is the default one (i.e. a list of CHAR itself), treat it as
9524 nil.
9525 (nfd, nfkd): Likewise.
9526
963b492b
SM
95272011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9528
9529 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
9530 from process filters aren't reliably transmitted to the surrounding
9531 accept-process-output.
9532 (mpc-proc-check): New function.
9533 (mpc-proc-sync): Use it (bug#8293)
9534
93b6b5e1
SM
95352011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9536
9537 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
9538 Add compatibility functions (bug#9313).
9539
bca633fb
EZ
95402011-08-23 Eli Zaretskii <eliz@gnu.org>
9541
b177498a
EZ
9542 * cus-start.el (all): Add entry for bidi-paragraph-direction.
9543
6df6ae42 9544 * international/uni-bidi.el: Regenerate.
bca633fb 9545
0902a04e
KH
95462011-08-23 Kenichi Handa <handa@m17n.org>
9547
9548 * international/charprop.el:
9549 * international/uni-bidi.el:
9550 * international/uni-category.el:
9551 * international/uni-combining.el:
9552 * international/uni-comment.el:
9553 * international/uni-decimal.el:
9554 * international/uni-decomposition.el:
9555 * international/uni-digit.el:
9556 * international/uni-lowercase.el:
9557 * international/uni-mirrored.el:
9558 * international/uni-name.el:
9559 * international/uni-numeric.el:
9560 * international/uni-old-name.el:
9561 * international/uni-titlecase.el:
9562 * international/uni-uppercase.el: Regenerate.
9563
3bbf23bc
MR
95642011-08-23 Martin Rudalics <rudalics@gmx.at>
9565
9566 * help.el (help-window-setup): Fix message displayed when other
9567 window is reused. (Bug#9341)
9568
b3fd59bd
SM
95692011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9570
1802e444
SM
9571 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
9572 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
9573
b3fd59bd
SM
9574 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
9575 Mark obsolete.
9576 * shell.el (shell-parse-pcomplete-arguments): New function.
9577 (shell-completion-vars): Use it instead (bug#9160).
9578
4eb61348
SM
95792011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9580
867cab74
SM
9581 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
9582 strings and comments (bug#9333).
9583
4eb61348
SM
9584 * emacs-lisp/debug.el (debug-arglist): New function.
9585 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
9586 (debug-on-entry-1): Handle interpreted closures (bug#9120).
9587
262a1439
JL
95882011-08-22 Juri Linkov <juri@jurta.org>
9589
56ee679c
JL
9590 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9591 Revert regexp that highlights output switches to its old
9592 pre-2010-10-28 value and remove one `?' from it (bug#9319).
9593
262a1439
JL
9594 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
9595 to check for empty output (bug#9226).
9596
f13f86fb
CY
95972011-08-22 Chong Yidong <cyd@stupidchicken.com>
9598
9599 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
9600 symbol-constituent as the default, as that stops font-lock from
9601 working properly (Bug#8843).
9602
c65c9622
LMI
96032011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9604
9605 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
9606 `coding-system-for-*' around the process open call to avoid
9607 auth-source side effects.
e7f2c178 9608 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
9609 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
9610 probe hangs.
c65c9622 9611
23a8a5ab
CY
96122011-08-21 Chong Yidong <cyd@stupidchicken.com>
9613
ff98b2dd
CY
9614 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
9615
23a8a5ab
CY
9616 * emacs-lisp/find-func.el (find-function-noselect): New arg
9617 lisp-only.
9618
9619 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
9620 signal an error for built-in functions (Bug#6664).
9621
f5e3c598
LMI
96222011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9623
9624 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
9625 (smtpmail-try-auth-methods): Use it.
9626
a3f2468a
CY
96272011-08-21 Chong Yidong <cyd@stupidchicken.com>
9628
2c34e8da
CY
9629 * font-lock.el (font-lock-fontify-region)
9630 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
9631 (font-lock-default-unfontify-buffer)
9632 (font-lock-default-fontify-region)
9633 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
9634
b3fd59bd
SM
9635 * progmodes/compile.el (compilation-error-properties):
9636 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
9637 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
9638 `ant' regexp.
ee31aabc 9639
a3f2468a
CY
9640 * net/browse-url.el (browse-url-firefox): Don't call
9641 browse-url-firefox-sentinel unless using -remote (Bug#9328).
9642
8e999f70
GM
96432011-08-20 Glenn Morris <rgm@gnu.org>
9644
c21a496a
GM
9645 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
9646
59ee0542
GM
9647 * tutorial.el (tutorial--default-keys): Update some default bindings.
9648
8e999f70
GM
9649 * files.el (hack-local-variables): Fully ignore case for "mode:".
9650
e3715033
AM
96512011-08-20 Alan Mackenzie <acm@muc.de>
9652
9653 Resolve invalid use of a regexp in regexp-opt.
9654
4d61f28d
JB
9655 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
9656 detection for a java annotation.
e3715033 9657
4d61f28d 9658 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
9659 detection for a java annotation.
9660
4d61f28d
JB
9661 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
9662 handling for java.
e3715033
AM
9663 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
9664
04ed2e9c
CY
96652011-08-20 Chong Yidong <cyd@stupidchicken.com>
9666
9667 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
9668 (Bug#9274).
9669
826cee64
AM
96702011-08-20 Alan Mackenzie <acm@muc.de>
9671
58179cce 9672 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
9673 such a construct. Mainly for when jit-lock etc. starts a chunk
9674 here.
9675
58179cce 9676 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 9677 variable.
58179cce 9678 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
9679 c-make-font-lock-search-function.
9680 (c-make-font-lock-search-function): Use the above function.
9681 (c-make-font-lock-context-search-function): New function.
9682 (c-cpp-matchers): Enhance the preprocessor expression case with
9683 the above function
9684 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
9685 which takes an expression.
9686
9687 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
9688
13009bd8
MR
96892011-08-20 Martin Rudalics <rudalics@gmx.at>
9690
9691 * window.el (display-buffer-reuse-window)
9692 (display-buffer-pop-up-window): Don't reuse or split a side
9693 window.
9694
9234ff7f
GM
96952011-08-19 Glenn Morris <rgm@gnu.org>
9696
9697 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 9698 Downcase "Mode:". (Bug#9331)
9234ff7f 9699
f635daa1
CY
97002011-08-18 Chong Yidong <cyd@stupidchicken.com>
9701
9702 * international/characters.el: Add L and R categories.
9703
9704 * subr.el (bidi-string-mark-left-to-right): Rename from
9705 string-mark-left-to-right. Use category search.
9706
9707 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
9708
bc987f8b
JL
97092011-08-18 Juri Linkov <juri@jurta.org>
9710
9711 * faces.el (error, warning, success): New faces with definitions
9712 copied from old default values of `font-lock-warning-face',
9713 `compilation-warning', `compilation-info' (bug#6117).
9714
9715 * font-lock.el (font-lock-warning-face): Inherit from `error'.
9716
9717 * progmodes/compile.el (compilation-error): Inherit from `error'.
9718 (compilation-warning): Inherit from `warning'.
9719 (compilation-info): Inherit from `success'.
9720
9721 * dired.el (dired-marked): Inherit from `warning'.
9722 (dired-flagged): Inherit from `error'.
9723
57173b96
LMI
97242011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9725
3e79eb87
LMI
9726 * mail/smtpmail.el (auth-source): Require to avoid problems with
9727 binding variables (bug#9298). Also clean up some unused
9728 autoloads.
9729
b3fd59bd
SM
9730 * net/network-stream.el (network-stream-open-starttls):
9731 Support using starttls.el without using gnutls-cli.
57173b96 9732
02b404de
JL
97332011-08-17 Juri Linkov <juri@jurta.org>
9734
9735 * progmodes/grep.el (rgrep): Handle the case when
9736 `grep-find-command' is a cons cell (bug#9278).
9737
8c9177f2
MR
97382011-08-17 Martin Rudalics <rudalics@gmx.at>
9739
9740 * window.el (display-buffer-pop-up-frame): Run frame creation
9741 function with BUFFER current (as special-display-popup-frame
9742 does). Reported by Drew Adams.
9743
3644a0ab
DU
97442011-08-17 Daiki Ueno <ueno@unixuser.org>
9745
9746 * epa-mail.el: Simplify GnuPG group expansion using
9747 epg-expand-group.
9748 (epa-mail-group-alist, epa-mail-group-modtime)
9749 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
9750 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
9751 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
9752 Remove.
9753
5e617bc2 97542011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
9755
9756 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
9757
9c4aeabf
AM
97582011-08-16 Alan Mackenzie <acm@muc.de>
9759
9760 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
9761 Correct, to avoid the inside of macros.
9762
3a99bf64
RS
97632011-08-16 Richard Stallman <rms@gnu.org>
9764
04963aa8
RS
9765 * epa-mail.el: Handle GnuPG group definitions.
9766 (epa-mail-group-alist, epa-mail-group-modtime)
9767 (epa-mail-gnupg-conf-file): New variables.
9768 (epa-mail-parse-groups, epa-mail-sync-groups)
9769 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
9770 (epa-mail-expand-recipients): New functions.
9771 (epa-mail-encrypt): Call epa-mail-expand-recipients.
9772
177549d0
RS
9773 * mail/rmail.el (rmail-epa-decrypt): New command.
9774
fe38beef
RS
9775 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
9776 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
9777 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
9778 (epa-decrypt-armor-in-region): Make error message clearer.
9779
934eacb9
SM
97802011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9781
9782 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
9783 and "a2b" to "ab" for `prefix'.
9784
d024fb4e
CY
97852011-08-14 Chong Yidong <cyd@stupidchicken.com>
9786
9787 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
9788 filter groups.
de148fee
CY
9789 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
9790 Fourquet (Bug#8804).
d024fb4e 9791
62f1ca49
JB
97922011-08-12 Juanma Barranquero <lekktu@gmail.com>
9793
9794 * startup.el (argi): Declare as global variable (bug#9275).
9795
9ccaaa4b
CY
97962011-08-12 Chong Yidong <cyd@stupidchicken.com>
9797
9798 * subr.el (string-mark-left-to-right): Search the entire string
9799 for RTL script, not just the terminating character. Doc fix.
9800
a3dae87a
SM
98012011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
9802
6cd18349
SM
9803 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
9804 New function.
9805 (js--regexp-literal, js-syntax-propertize-function): Remove.
9806 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
9807 (js-mode-map): Don't rebind electric keys.
9808 (js-insert-and-indent): Remove.
9809 (js-mode): Setup electric-layout and electric-indent instead.
9810
a3dae87a
SM
9811 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
9812
9d5cb631
DU
98132011-08-12 Daiki Ueno <ueno@unixuser.org>
9814
9815 * epa.el (epa-progress-callback-function): Fix the logic of
9816 displaying progress.
9817 * epa-file.el (epa-file-insert-file-contents): Make progress
9818 display more user-friendly.
9819 (epa-file-write-region): Ditto.
9820
3e26a4a2
CY
98212011-08-10 Chong Yidong <cyd@stupidchicken.com>
9822
9823 * subr.el (string-mark-left-to-right): New function.
9824
9825 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
9826 Use string-mark-left-to-right.
9827 (list-buffers-noselect): Caller changed.
9828
a3dae87a
SM
9829 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9830 Use string-mark-left-to-right.
3e26a4a2
CY
9831 (tabulated-list-print): Recenter after moving point.
9832
ac8cf6e6
JL
98332011-08-10 Juri Linkov <juri@jurta.org>
9834
9835 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
9836 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
9837 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
9838
8d96c9a4
CY
98392011-08-09 Chong Yidong <cyd@stupidchicken.com>
9840
9841 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
9842 (Bug#7554).
9843
7be1c708 98442011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
9845
9846 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
9847 character. (Bug#6594)
9848
37e11a63
CY
98492011-08-08 Chong Yidong <cyd@stupidchicken.com>
9850
839dde57
CY
9851 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
9852 (image-dired--with-db-file): New macro.
9853 (image-dired-write-tags, image-dired-remove-tag)
9854 (image-dired-create-gallery-lists, image-dired-write-comments)
9855 (image-dired-get-comment, image-dired-mark-tagged-files)
9856 (image-dired-list-tags, image-dired-gallery-generate): Use it.
9857 (image-dired-gallery-generate): Use insert-file-contents.
9858
37e11a63
CY
9859 * time.el (display-time-world-list, display-time-world-display):
9860 * time-stamp.el (time-stamp-string):
9861 * vc/add-log.el (add-change-log-entry): Use setenv instead of
9862 set-time-zone-rule (Bug#7337).
9863
0b4946c4
DU
98642011-08-08 Daiki Ueno <ueno@unixuser.org>
9865
9866 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
9867 (epg-error-to-string, epg-errors-to-string): New function.
9868 (epg-wait-for-completion): Reverse errors list.
9869 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
9870 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
9871 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
9872 (epg-sign-keys, epg-generate-key-from-file)
9873 (epg-generate-key-from-string): Format errors by using
9874 epg-errors-to-string (bug#9255).
9875 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
9876
75bfc667
JL
98772011-08-07 Juri Linkov <juri@jurta.org>
9878
9879 * faces.el (list-faces-display): Remove extra angle bracket
9880 from `help-mode-map'.
9881
9882 * info.el (Info-history-toc-nodes): Doc fix.
9883
9884 * longlines.el (longlines-mode): Doc fix.
9885
673e08bb
SM
98862011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
9887
4640dd88
SM
9888 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
9889 of statements and in a few more cases (bug#9183).
9890
673e08bb
SM
9891 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
9892 New functions.
9893 (cl-transform-lambda): Use them (bug#9239).
9894
89b3f019
MR
98952011-08-05 Martin Rudalics <rudalics@gmx.at>
9896
9897 * window.el (display-buffer-same-window)
9898 (display-buffer-same-frame, display-buffer-other-window)
9899 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
9900 (pop-to-buffer-other-window)
9901 (pop-to-buffer-same-frame-other-window)
9902 (pop-to-buffer-other-frame): Make them defuns.
9903 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
9904
640c8776
SM
99052011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9906
9907 * subr.el (make-composed-keymap): Move from C. Change calling
9908 convention, and improve docstring to bring attention to a subtle point.
9909 * minibuffer.el (completing-read-default): Adjust accordingly.
9910
63648a95
MA
99112011-08-03 Michael Albinus <michael.albinus@gmx.de>
9912
9913 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
9914 (tramp-open-shell): Use `tramp-shell-quote-argument'.
9915
9916 * net/trampver.el: Update release number.
9917
b796c9b7
SM
99182011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9919
9920 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
9921 "in" (bug#9190).
9922
2239d7d5
LMI
99232011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9924
e07dd7c3
LMI
9925 * mail/sendmail.el (sendmail-query-once): Restore the current
9926 buffer after querying (bug#9074).
9927
0e6a2bd7
LMI
9928 * dired.el (dired-flagged): Use different faces for marked and
9929 flagged files (bug#6117).
9930
ce887515
LMI
9931 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
9932 (bug#4433).
9933
92f2affc
LMI
9934 * ido.el (ido-mode): Switch off the message if called
9935 non-interactively.
9936
57d5aff0
LMI
9937 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
9938 before 587, since it appears that that's more likely to work for
9939 more people.
9940
98cd6c18 9941 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 9942 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
9943 exist.
9944
b96dec83
LMI
9945 * info.el: Remove the `Info-beginning-of-buffer' function
9946 (bug#8325).
9947
b796c9b7
SM
9948 * net/network-stream.el (network-stream-open-starttls):
9949 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 9950
d90e2ea0
MR
99512011-08-01 Martin Rudalics <rudalics@gmx.at>
9952
9953 * window.el (display-buffer-in-window): Don't set dedicated status
9954 of window here (Bug#9215).
9955 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
9956 (display-buffer-pop-up-side-window)
b796c9b7 9957 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 9958
cca09170
SM
99592011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
9960
9961 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
9962 before binding generated-autoload-file.
9963
027b979c
DD
99642011-08-01 Deniz Dogan <deniz@dogan.se>
9965
9966 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
9967
3c7ee4f3
MA
99682011-07-30 Michael Albinus <michael.albinus@gmx.de>
9969
9970 Sync with Tramp 2.2.2.
9971
9972 * net/trampver.el: Update release number.
9973
2cc8e51a
JL
99742011-07-30 Juri Linkov <juri@jurta.org>
9975
9976 * dired-aux.el (dired-touch-initial): Remove function.
9977 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
9978 current time, and `default' to the last modification time of the
9979 current marked file (bug#6887).
9980
a514d856
JM
99812011-07-28 Jose E. Marchesi <jemarch@gnu.org>
9982
9983 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 9984 numeric argument to read-number (bug#9163).
a514d856 9985
8a7eddd7
MA
99862011-07-27 Michael Albinus <michael.albinus@gmx.de>
9987
9988 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
9989 connection process, it could be nil.
9990
1ddd96f5
LL
99912011-07-27 Leo Liu <sdl.web@gmail.com>
9992
9993 Simplify url handling in rcirc-mode.
9994
9995 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
9996 (rcirc-browse-url-at-mouse): Remove.
9997 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
9998
b248a85d
AM
99992011-07-26 Alan Mackenzie <acm@muc.de>
10000
10001 Fontify bitfield declarations properly.
10002
10003 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
10004 (c-symbol-chars): Now exported as a lang variable.
10005 (c-not-primitive-type-keywords): New lang variable.
10006
10007 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
10008 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 10009 parsed as a bitfield declaration.
b248a85d 10010
b796c9b7
SM
10011 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10012 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
10013 (c-punctuation-in): New function.
10014 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
10015 declarations properly.
10016
68575ab0
UJ
100172011-07-26 Ulf Jasper <ulf.jasper@web.de>
10018
10019 * calendar/icalendar.el (icalendar--all-events): Take care of
10020 multiple vcalendars in a single file.
b796c9b7 10021 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 10022
0f0a88b9
DD
100232011-07-25 Deniz Dogan <deniz@dogan.se>
10024
10025 * image.el (insert-image): Clarifying docstring.
10026
0b3f36df
MA
100272011-07-24 Michael Albinus <michael.albinus@gmx.de>
10028
10029 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
10030 `tramp-send-command-and-check' if there is no error.
10031 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
10032
a9901f61
AM
100332011-07-22 Alan Mackenzie <acm@muc.de>
10034
10035 Prevent cc-langs.elc being loaded at run time.
10036
10037 * progmodes/cc-mode.el: Remove two autoload forms which loaded
10038 cc-langs.
10039
4d61f28d 10040 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
10041 "(require 'cc-langs)". Quote a form so it will evaluate at
10042 (cc-mode's) compilation time.
10043
11d074b2
MA
100442011-07-22 Michael Albinus <michael.albinus@gmx.de>
10045
10046 * net/tramp.el (tramp-file-name-handler): Avoid recursive
10047 loading. (Bug#9114)
10048
938b94c8
MR
100492011-07-21 Martin Rudalics <rudalics@gmx.at>
10050
10051 * window.el (display-buffer-pop-up-window)
10052 (display-buffer-pop-up-side-window)
10053 (display-buffer-in-side-window): Call display-buffer-set-height
10054 and display-buffer-set-width after setting the new window's
b796c9b7 10055 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 10056
bfa4f190
SS
100572011-07-20 Sam Steingold <sds@gnu.org>
10058
10059 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
10060 (etags-tags-included-tables): Call `convert-standard-filename' on
10061 the file names contained in TAGS so that windows Emacs can handle
10062 TAGS files created by cygwin ctags.
10063
8ca42262
LMI
100642011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10065
10066 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
10067 which apparently didn't work.
10068
5db2afd2 100692011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 10070
5db2afd2
RW
10071 * proced.el (proced-send-signal): For *Marked Processes* buffer
10072 put point at beginning of buffer.
10073
92e15d10
SB
100742011-07-19 Stephen Berman <stephen.berman@gmx.net>
10075
10076 * proced.el (proced-format): Make header lines align with the text
10077 (bug#1779).
10078
1bfd59e5
LMI
100792011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10080
10081 * view.el (view-buffer): Allow running in `special' modes if we're
10082 visiting a file (bug#8615).
10083
f5aae37c
MR
100842011-07-19 Martin Rudalics <rudalics@gmx.at>
10085
10086 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
10087 (display-buffer-alist-set-1, display-buffer-alist-set-2):
10088 New functions.
f5aae37c
MR
10089 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
10090 more accurately.
10091
bf2c1571
AM
100922011-07-18 Alan Mackenzie <acm@muc.de>
10093
10094 Fontify declarators properly when, e.g., a jit-lock chunk begins
10095 inside a declaration.
10096
10097 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
10098
b796c9b7
SM
10099 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10100 New function.
bf2c1571
AM
10101 (c-complex-decl-matchers): Insert reference to
10102 c-font-lock-enclosing-decls.
10103
10104 * progmodes/cc-engine.el (c-backward-single-comment):
10105 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
10106 to nil around calls to (forward-comment -1).
10107
4e190b80
LMI
101082011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10109
12dc863d
LMI
10110 * image.el (put-image): Doc typo fix.
10111
a762e966
LMI
10112 * progmodes/etags.el (tags-search): Doc typo fix.
10113
4e190b80
LMI
10114 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
10115 password if we get errors 550 to 554.
10116
f019fb21
LMI
101172011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10118
b796c9b7 10119 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 10120
81746738
LMI
10121 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
10122 indentation character (bug#6380).
10123
3ee3a1b5
LMI
10124 * files.el (buffer-offer-save): Made permanently local (bug#6241).
10125
c82f64de
LMI
10126 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
10127 to clarify what the problem is (bug#4291).
10128
f019fb21
LMI
10129 * simple.el (current-kill): Clarify what
10130 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
10131 (auto-fill-mode): Document `auto-fill-function' in relation to
10132 `auto-fill-mode' (bug#2470).
f019fb21 10133
0794775d
LM
101342011-07-16 Lawrence Mitchell <wence@gmx.li>
10135
10136 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
10137 method if slot is read-only (bug#9035).
10138
be39b8cc
MR
101392011-07-16 Martin Rudalics <rudalics@gmx.at>
10140
b796c9b7 10141 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 10142 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
10143 selected before, see discussion of (Bug#8615), (Bug#6954).
10144 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 10145
6ccf7859
GM
101462011-07-15 Glenn Morris <rgm@gnu.org>
10147
10148 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 10149 Respect help-form.
6ccf7859 10150
87e86684
LM
101512011-07-09 Lawrence Mitchell <wence@gmx.li>
10152
10153 * net/gnutls.el (gnutls-min-prime-bits): New variable.
10154 (gnutls-negotiate): Use it.
10155
d6066239
LMI
101562011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10157
b796c9b7
SM
10158 * net/gnutls.el (gnutls-negotiate):
10159 Upcase `gnutls-algorithm-priority'.
d6066239 10160
bd23ebc0
GM
101612011-07-15 Glenn Morris <rgm@gnu.org>
10162
c65bca65
GM
10163 * jka-compr.el (jka-compr-verbose): Move from here...
10164 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
10165 Add missing :version tag.
10166 * info.el: No need to require jka-compr when compiling.
bd23ebc0 10167
478615cc
LMI
101682011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10169
7b41decb
LMI
10170 * net/gnutls.el (gnutls-algorithm-priority): New variable.
10171 (gnutls-negotiate): Use it.
10172
dbc44fcd
LMI
10173 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
10174
06789f97
LMI
10175 * info.el (Info-beginning-of-buffer): New command.
10176 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
10177 announcing `b' as the key (bug#8325).
ab896c37 10178 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 10179
c39da690
LMI
10180 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
10181
3aa5f34b
LMI
10182 * international/mule-cmds.el
10183 (describe-specified-language-support): Make the error message
10184 clearer (bug#8905).
10185
4bf0979f
LMI
10186 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
10187
478615cc
LMI
10188 * isearch.el (isearch-barrier): Add a doc string, since it's
10189 mentioned in a function doc string (bug#8678).
10190
75c68aa1
MR
101912011-07-15 Martin Rudalics <rudalics@gmx.at>
10192
10193 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
10194 buffer argument (Bug#9083) and self-identifying label argument.
10195
a7c33da2
GM
101962011-07-15 Glenn Morris <rgm@gnu.org>
10197
10198 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
10199
2f5c6024
LMI
102002011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10201
10202 * man.el (Man-fontify-manpage): Fix message when formatting the
10203 man page (bug#7929).
10204
0bb23927 102052011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
10206
10207 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
10208 argument LRM; if non-nil, append an invisible LRM character to the
10209 buffer name.
10210 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
10211 last argument non-nil, when formatting buffer names.
0bb23927
EZ
10212 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
10213 paragraph direction.
cce4b0a7 10214
621ef9ab
LMI
102152011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10216
d1583c48
LMI
10217 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
10218 the man page name (bug#7929).
10219
6a57fb5f
LMI
10220 * image.el (put-image): Mention the `put-image' overlay property
10221 (bug#7834).
10222
d7956b14
LMI
10223 * scroll-bar.el (set-scroll-bar-mode): Mention that
10224 `scroll-bar-mode' lists the values (bug#7772).
10225
5b2d4a66
LMI
10226 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
10227 command (bug#7729).
10228
7509a874
LMI
10229 * rect.el (apply-on-rectangle): Return the point after the last
10230 operation.
10231 (string-rectangle): Go to the point after the last operation
10232 (bug#7522).
10233
4fe74b19
LMI
10234 * printing.el (pr-toggle-region): Clarify the documentation
10235 slightly (bug#7493).
10236
b796c9b7
SM
10237 * time.el (display-time-update):
10238 Allow `display-time-mail-function' to return nil (bug#7158).
10239 Fix suggested by Detlev Zundel.
ab283561 10240
fc233c9d
LMI
10241 * vc/diff.el (diff): Clarify the order the file names are read
10242 (bug#7111).
10243
43f5740b
LMI
10244 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
10245 the doc string (bug#7015).
10246
f2182a76
LMI
10247 * font-lock.el (font-lock-maximum-decoration): Mention what
10248 numeric levels mean (bug#6935).
10249
621ef9ab
LMI
10250 * startup.el (initial-buffer-choice): Don't mention the `none'
10251 selection, which is against policy.
10252
adc47434
MR
102532011-07-14 Martin Rudalics <rudalics@gmx.at>
10254
b796c9b7
SM
10255 * window.el (display-buffer-normalize-special):
10256 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 10257
7e5bfb8f
EZ
102582011-07-14 Eli Zaretskii <eliz@gnu.org>
10259
10260 * subr.el (version<, version<=, version=): Mention "-CVS" and
10261 "-12345" alpha version numbers.
10262
27fa387a
CY
102632011-07-14 Chong Yidong <cyd@stupidchicken.com>
10264
10265 * bindings.el: Add advertised binding for set-mark-command
10266 (Bug#5772).
10267
8bdfa064
CY
102682011-07-14 Chong Yidong <cyd@stupidchicken.com>
10269
10270 * bindings.el (mode-line-other-buffer):
10271 * bookmark.el (bookmark-bmenu-2-window):
10272 * bs.el (bs-cycle-next, bs-cycle-previous):
10273 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
10274 switch-to-buffer.
10275
10276 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 10277 Delete.
8bdfa064 10278
5eba16a3
JB
102792011-07-14 Juanma Barranquero <lekktu@gmail.com>
10280
10281 * follow.el (follow-debug-message, follow-redisplay):
10282 * jka-cmpr-hook.el (with-auto-compression-mode):
10283 Fix typos in docstrings.
10284
15853710
LMI
102852011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10286
a28e4607
LMI
10287 * subr.el (with-silent-modifications): Clarify somewhat what the
10288 macro inhibits (bug#6525).
10289
15853710
LMI
10290 * simple.el (eval-expression): Note what it does if called
10291 interactively (bug#6495).
10292
bee0fcef
CY
102932011-07-13 Chong Yidong <cyd@stupidchicken.com>
10294
b796c9b7
SM
10295 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
10296 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
10297
10298 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10299 Remove switch-to-buffer.
10300
58274504
LMI
103012011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10302
bd2fcc8d
LMI
10303 * files.el (make-directory): Clarify that an error will be raised
10304 if there's an error (bug#6397).
10305
0f04b32c
LMI
10306 * startup.el (initial-buffer-choice): Add `none' as a choice
10307 (bug#6234).
10308
465c5fc8
LMI
10309 * subr.el (add-hook): Clarify section about buffer-local hooks
10310 (bug#6218).
10311
58274504
LMI
10312 * dired.el (dired-flagged): Clarify doc string (bug#6117).
10313
bead9a43
JB
103142011-07-13 Juanma Barranquero <lekktu@gmail.com>
10315
10316 * tabify.el (untabify): Preserve the current column so that point
10317 doesn't move (bug#6032).
10318
3af98a7b
LMI
103192011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10320
b796c9b7
SM
10321 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
10322 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 10323
6240145a
GM
103242011-07-13 Glenn Morris <rgm@gnu.org>
10325
10326 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
10327 (dired-insert-directory): Give a message the first time
10328 if ls is found not to support --dired.
10329
1d8c2ccc
LMI
103302011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10331
10332 * simple.el (toggle-truncate-lines): Clarify what is toggled
10333 (bug#5580). Text by Drew Adams.
10334
5fc4038e
CY
103352011-07-13 Chong Yidong <cyd@stupidchicken.com>
10336
10337 * simple.el (blink-matching-open): Make the error message from the
10338 last change less verbose.
10339
bf6012e5
DN
103402011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
10341
10342 * font-lock.el (font-lock-comment-face): Use the high contrast
10343 "yellow" color for font-lock-comment-face on low color terminals
10344 using a dark background color (bug#4221).
10345
343c3b5a
LMI
103462011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10347
7e9505c5
LMI
10348 * dired.el (dired-insert-set-properties): Make the doc string
10349 reflect what it does now (bug#5325).
10350
c26fdcf5
LMI
10351 * simple.el (blink-matching-open): Say that we were unable to find
10352 the match within the limit, if we're limited (bug#5122).
10353
bb388cc5
LMI
10354 * international/mule-cmds.el (prefer-coding-system): Add an
10355 example (bug#4869).
10356
343c3b5a
LMI
10357 * progmodes/etags.el (tags-search): Document `file-list-form'
10358 (bug#4731).
10359
2a517d45
LM
103602011-07-13 Lawrence Mitchell <wence@gmx.li>
10361
10362 * net/browse-url.el (browse-url-default-browser)
10363 (browse-url-browser-function): Make the default browser choice a
10364 bit more logical (bug#4300). Also clean up the doc string.
10365
b6c78ef2
JB
103662011-07-13 Juanma Barranquero <lekktu@gmail.com>
10367
10368 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
10369 binary endings (bug#4440).
10370
1c4dd947
LMI
103712011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10372
a2014063
LMI
10373 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
10374 which can be pretty annoying (bug#8971).
10375
9c9c2d88
LMI
10376 * jka-compr.el (jka-compr-verbose): New variable, and use
10377 throughout (bug#8971).
10378
1c4dd947
LMI
10379 * info.el (Info-find-file): Fall back on the installation
10380 directory if we can't find the info node anywhere else.
10381
a1c9f41b
SO
103822011-07-13 Sergei Organov <osv@javad.com> (tiny change)
10383
10384 * vc/vc.el (vc-revert-file):
10385 Don't set file time-stamp in the past. (Bug#5181)
10386
536f3d36
LMI
103872011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10388
7152b011
LMI
10389 * files.el (after-find-file): Give a better error message when
10390 trying to find a symlink that points to a file that doesn't exist
10391 (bug#4398).
10392
536f3d36
LMI
10393 * progmodes/cc-vars.el: Remove (probably) misleading comment
10394 (bug#4396).
10395
460c0fba
JB
103962011-07-12 Johan BockgĂ¥rd <bojohan@gnu.org>
10397
10398 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
10399
7a6bda45
CY
104002011-07-12 Chong Yidong <cyd@stupidchicken.com>
10401
10402 * mouse-sel.el: Hack restoring functionality, while keeping
10403 compatibility with 2010-07-03 changes to mouse selection.
10404 (mouse-sel-primary-overlay): New var.
10405 (mouse-sel-selection-alist): Use it.
10406 (mouse-sel-mode): Doc fix; remove points that are default features
10407 of mouse.el.
10408
c79598ef
JB
104092011-07-12 Johan BockgĂ¥rd <bojohan@gnu.org>
10410
10411 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10412 Fix previous fix (bug#2490).
10413
ff8be6ef
RW
104142011-07-12 Roland Winkler <winkler@gnu.org>
10415
b796c9b7
SM
10416 * textmodes/bibtex.el (bibtex-initialize):
10417 Use pop-to-buffer-same-window.
ff8be6ef
RW
10418 (bibtex-search-entries): Fix interactive call.
10419
296ba3ee
LMI
104202011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10421
f5242a02 10422 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
10423 Fontise bytecomp Error lines more correctly (bug#2490).
10424 Fix suggested by Johan BockgĂ¥rd.
f5242a02 10425
296ba3ee
LMI
10426 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
10427
10428 * dired-x.el (dired-guess-default): Use `delete-dups'.
10429
f69fd0d2
CY
104302011-07-12 Chong Yidong <cyd@stupidchicken.com>
10431
10432 * dired.el (dired-mark-prompt):
10433 * dired-aux.el (dired-read-shell-command): Doc fix.
10434
eab5dc07
LMI
104352011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10436
b796c9b7
SM
10437 * mail/sendmail.el (sendmail-query-once):
10438 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
10439 emacs -Q.
10440
10441 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
10442
eab5dc07
LMI
10443 * cus-edit.el (custom-file): Take an optional no-error variable.
10444 (customize-save-variable): Set the variable, and give a warning if
10445 running under "emacs -q".
10446
a1e65d42
JB
104472011-07-11 Juanma Barranquero <lekktu@gmail.com>
10448
10449 * loadhist.el (unload-feature-special-hooks):
10450 Add `auto-coding-functions', `fill-nobreak-predicate' and
10451 `find-directory-functions' (bug#5327).
10452
1d52da10
LMI
104532011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10454
be958f1d
LMI
10455 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
10456
5bedb26c
LMI
10457 * cus-edit.el (custom-guess-name-alist): -alist variables should
10458 use the `alist' type (bug#3120). Suggested by Drew Adams.
10459
1d52da10
LMI
10460 * printing.el: Add documentation to all the `pr-toggle-' commands.
10461
cd394be1 104622011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
10463
10464 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
10465 backends where it makes sense (bug#2623).
10466
dcc88d8a
LMI
104672011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10468
c3de9feb
LMI
10469 * dired-x.el (dired-guess-default): Remove duplicate shell command
10470 entries (bug#2028).
8a93078b 10471 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 10472 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 10473
dcc88d8a
LMI
10474 * subr.el (remove-duplicates): New conveniency function.
10475
505e3645
LMI
104762011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10477
10478 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
10479 (bug#1526).
10480
104812011-07-10 Martin Rudalics <rudalics@gmx.at>
10482
10483 * window.el (display-buffer-normalize-default): Don't invert
10484 meaning of even-window-heights. Reported by Eli Zaretskii
10485 <eliz@gnu.org>.
10486
455e4fa1
BR
104872011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
10488
10489 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
10490
8e0bc3e9
CY
104912011-07-10 Chong Yidong <cyd@stupidchicken.com>
10492
10493 * window.el (display-buffer): Fix arguments to
10494 display-buffer-reuse-window in last change.
10495
fa7c3228
CY
10496 * faces.el (link): Use a less saturated blue on light backgrounds.
10497
10498 * startup.el (fancy-startup-text, fancy-about-text)
10499 (fancy-startup-tail): Use font-lock faces, for background safety.
10500
c0a7f300
BN
105012011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
10502
b796c9b7
SM
10503 * emulation/viper-cmd.el (viper-change-state-to-vi):
10504 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 10505
4dc2a129
MR
105062011-07-09 Martin Rudalics <rudalics@gmx.at>
10507
10508 * window.el (display-buffer-default-specifiers): Remove.
10509 (display-buffer-macro-specifiers): Remove default specifiers.
10510 (display-buffer-alist): Default to nil.
b796c9b7 10511 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
10512 (display-buffer-pop-up-window): Allow splitting internal
10513 windows. Check whether a live window was created.
10514 (display-buffer-other-window-means-other-frame)
10515 (display-buffer-normalize-arguments): Rename to
10516 display-buffer-normalize-argument and rewrite. Set the
10517 other-window specifier.
10518 (display-buffer-normalize-special): New function.
10519 (display-buffer-normalize-options): Rename to
10520 display-buffer-normalize-default and rewrite.
10521 (display-buffer-normalize-options-inhibit): Remove.
10522 (display-buffer-normalize-specifiers): Rewrite.
10523 (display-buffer): Process other-window specifier and call
10524 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
10525 more faithfully.
b796c9b7 10526 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 10527 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
10528 (display-buffer-in-window, display-buffer-alist-set):
10529 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
10530 <tassilo@member.fsf.org>.
10531
2d43b8c9
LL
105322011-07-09 Leo Liu <sdl.web@gmail.com>
10533
10534 * register.el (insert-register): Restore accidental change on
10535 2011-06-26. (Bug#9028)
10536
7f9b7c53
GM
105372011-07-09 Glenn Morris <rgm@gnu.org>
10538
10539 * subr.el (remq): Handle the empty list. (Bug#9024)
10540
f042cfd8
AS
105412011-07-08 Andreas Schwab <schwab@linux-m68k.org>
10542
10543 * mail/sendmail.el (send-mail-function): No longer delay custom
10544 initialization.
10545 * custom.el (custom-initialize-delay): Doc fix.
10546
856b2f11
SM
105472011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10548
10549 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
10550
afae1d68
MA
105512011-07-08 Michael Albinus <michael.albinus@gmx.de>
10552
10553 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
10554 human-friendly prompt.
10555
0757af94
SM
105562011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10557
10558 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
10559 provided by a particular plugin.
10560
d760b731
LMI
105612011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10562
10563 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
10564 save customizations (with "emacs -Q"), just set the variable
10565 instead of erroring out.
10566
10567 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
10568
cd79ce90
JL
105692011-07-08 Juri Linkov <juri@jurta.org>
10570
10571 * arc-mode.el (archive-zip-expunge, archive-zip-update)
10572 (archive-zip-update-case): Use 7z if found by `executable-find'.
10573 The order of searching the available programs is the same as in
10574 `archive-zip-extract' (bug#8968).
10575
14cc04aa
CY
105762011-07-07 Chong Yidong <cyd@stupidchicken.com>
10577
10578 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
10579 (menu-bar-options-menu): Tweak descriptions.
10580
0a1848ec
LMI
105812011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10582
10583 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
10584 menu items into verb phrases (bug#1421). Also refill to fit under
10585 80 columns.
10586
f5bd0689
CY
105872011-07-07 Chong Yidong <cyd@stupidchicken.com>
10588
538e85c6
CY
10589 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
10590 (Info-read-node-name): Doc fix (Bug#1084).
10591
f5bd0689
CY
10592 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
10593 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
10594 (end-of-sexp, beginning-of-sexp)
10595 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
10596 (forward-symbol, forward-same-syntax, word-at-point)
10597 (sentence-at-point): Doc fix (Bug#1144).
10598
56ec5115
LMI
105992011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10600
f3f8e37f
LMI
10601 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
10602 should cover it (bug#1281).
10603
0757af94 10604 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 10605
e9fce1ac 10606 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
10607 negotiation fails, then possibly try again with a non-encrypted
10608 connection (bug#9017).
10609
56ec5115
LMI
10610 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
10611 be used.
10612
c2f9aec8
RS
106132011-07-07 Richard Stallman <rms@gnu.org>
10614
10615 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
10616 property, and handle its changed format.
10617 Look for the correct line number.
10618 Use file's line contents (but not past first =) to find
10619 correct line in message.
10620
ef7b981d 106212011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
10622
10623 * international/characters.el (build-unicode-category-table):
10624 Delete it.
0757af94 10625 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 10626
0757af94 10627 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
10628 to src/chartab.c.
10629 (get-char-code-property): Call unicode-property-table-internal to
10630 load a file. Call get-unicode-property-internal where necessary.
10631 (put-char-code-property): Call unicode-property-table-internal to
10632 load a file. Call put-unicode-property-internal where necessary.
10633 put-unicode-property-internal where necessary.
0757af94
SM
10634 (char-code-property-description):
10635 Call unicode-property-table-internal to load a file.
c805dec0
KH
10636
10637 * international/charprop.el:
10638 * international/uni-bidi.el:
10639 * international/uni-category.el:
10640 * international/uni-combining.el:
10641 * international/uni-comment.el:
10642 * international/uni-decimal.el:
10643 * international/uni-decomposition.el:
10644 * international/uni-digit.el:
10645 * international/uni-lowercase.el:
10646 * international/uni-mirrored.el:
10647 * international/uni-name.el:
10648 * international/uni-numeric.el:
10649 * international/uni-old-name.el:
10650 * international/uni-titlecase.el:
10651 * international/uni-uppercase.el: Regenerate.
10652
10653 * loadup.el: Load international/charprop.el before
10654 international/characters.
10655
e14b388a
CY
106562011-07-07 Chong Yidong <cyd@stupidchicken.com>
10657
10658 * window.el (next-buffer, previous-buffer): Signal an error if
10659 called from a minibuffer window.
10660
10661 * bindings.el: Revert 2011-07-04 change.
10662
354cf0ba
RS
106632011-07-06 Richard Stallman <rms@gnu.org>
10664
10665 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
10666 (rmail-mime-insert-bulk, rmail-mime-insert-text):
10667 Treat markers like ints.
10668 (rmail-mime-entity): Doc fix.
10669
a48868a7
LMI
106702011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10671
4906cd3d
LMI
10672 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
10673 defcustom again for backwards compatibility.
10674
e0457abe
LMI
10675 * simple.el (shell-command-on-region): Fill.
10676
d67f7e1f
LMI
10677 * dired-aux.el (dired-kill-line): Add a doc string.
10678
fe204702
LMI
10679 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
10680 to "\\sw\\|\\s_" (bug#358).
10681
a48868a7
LMI
10682 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
10683 (dired-unmark-backward): Ditto.
10684 (dired-flag-backup-files): Ditto.
10685
10686 * dired-x.el (dired-mark-sexp): Ditto.
10687
aa8a705c
RS
106882011-07-06 Richard Stallman <rms@gnu.org>
10689
10690 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
10691 (rmail-mime-entity): New arg TRUNCATED.
10692 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
10693 New functions.
10694 (rmail-mime-save): Warn if entity is truncated.
10695 (rmail-mime-toggle-hidden): Likewise, for showing.
10696 (rmail-mime-process-multipart): Record when an entity is truncated.
10697
a9a936b9
RS
10698 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
10699 if ENTITY is a string.
10700
1f2b92cb
LMI
107012011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10702
f4f73198 10703 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
10704 of faces when `M-C-x'-ing their definitions (bug#8378).
10705 Also clean up the code slightly.
f4f73198 10706
12b16734 10707 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 10708 because that makes the colors go away.
12b16734 10709
f0691d22
LMI
10710 * mail/sendmail.el (send-mail-function): Change the default to
10711 `sendmail-query-once'.
9e87df06 10712 (sendmail-query-once): Add an autoload cookie.
f0691d22 10713
1f2b92cb
LMI
10714 * net/network-stream.el (network-stream-open-starttls): Try using
10715 a plain connection even if the server offered STARTTLS, and we
10716 kinda wanted to use it, if Emacs doesn't have any STARTTLS
10717 capability. This should make smtpmail.el work in slightly more
10718 configurations.
10719
1cdd2a1b
MA
107202011-07-06 Michael Albinus <michael.albinus@gmx.de>
10721
10722 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
10723 New defun.
10724 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
10725
fbcc67e2
MM
107262011-07-06 Michael R. Mauger <mmaug@yahoo.com>
10727
10728 * progmodes/sql.el: Version 3.0
0757af94 10729 (sql-product-alist): Add product :completion-object,
fbcc67e2 10730 :completion-column, and :statement attributes.
0757af94 10731 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 10732 (sql-mode-syntax-table): Mark all punctuation.
0757af94 10733 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
10734 ansi keywords.
10735 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 10736 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
10737 (sql-oracle-show-reserved-words): New function for development.
10738 (sql-product-font-lock): Simplify for source code buffers.
10739 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
10740 New functions.
10741 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
10742 (sql-mode-map): Add statement movement functions.
10743 (sql-ansi-statement-starters, sql-oracle-statement-starters):
10744 New variable.
fbcc67e2
MM
10745 (sql-statement-regexp, sql-beginning-of-statement)
10746 (sql-end-of-statement, sql-signum): New functions.
0757af94 10747 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
10748 (sql-show-sqli-buffer): Bug fix.
10749 (sql-interactive-mode): Store connection data as buffer local.
0757af94 10750 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
10751 with sql-interactive-mode.
10752 (sql-save-connection): Save buffer local settings.
0757af94 10753 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
10754 (sql-product-interactive): Bug fix.
10755 (sql-preoutput-hold): New variable.
10756 (sql-interactive-remove-continuation-prompt): Bug fixes.
10757 (sql-debug-redirect): New variable.
10758 (sql-str-literal): New function.
10759 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 10760 Redesign.
fbcc67e2
MM
10761 (sql-oracle-save-settings, sql-oracle-restore-settings)
10762 (sql-oracle-list-all, sql-oracle-list-table): New functions.
10763 (sql-completion-object, sql-completion-column)
10764 (sql-completion-sqlbuf): New variables.
10765 (sql-build-completions-1, sql-build-completions)
10766 (sql-try-completion): New functions.
10767 (sql-read-table-name): Use them.
10768 (sql-contains-names): New buffer local variable.
10769 (sql-list-all, sql-list-table): Use it.
10770 (sql-oracle-completion-types): New variable.
10771 (sql-oracle-completion-object, sql-sqlite-completion-object)
10772 (sql-postgres-completion-object): New functions.
10773
d4eaeab1
GM
107742011-07-06 Glenn Morris <rgm@gnu.org>
10775
10776 * window.el (pop-to-buffer): Doc fix.
10777
322b7dab 107782011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
10779
10780 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
10781
322b7dab 107822011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 10783
322b7dab 10784 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 10785
322b7dab 10786 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 10787
605dd5bf
CY
107882011-07-05 Chong Yidong <cyd@stupidchicken.com>
10789
10790 * button.el (button): Inherit from link face. Suggested by Dan
10791 Nicolaescu.
10792
7dbfa719
SM
107932011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10794
3db614b0
SM
10795 * progmodes/gdb-mi.el: Fit in 80 columns.
10796 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
10797 switch-to-buffer.
10798
7dbfa719
SM
10799 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
10800 if imenu is simply not configured (bug#8941).
10801
919d884a
KM
108022011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
10803
10804 * allout.el (allout-post-undo-hook): New allout outline-change
10805 event hook to signal undo activity.
10806 (allout-post-command-business): Run allout-post-undo-hook if an
10807 undo just occurred.
7dbfa719
SM
10808 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
10809 * allout-widgets.el (allout-widgets-after-undo-function):
10810 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
10811 in the vicinity of an undo.
10812 (allout-widgets-mode): Include allout-widgets-after-undo-function
10813 on the new allout-post-undo-hook.
10814
450a0f09
SM
108152011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10816
10817 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
10818 Let define-derived-mode define it.
10819 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
10820 cycles of abbrev-table inheritance (bug#8998).
10821
2de69e00
RW
108222011-07-05 Roland Winkler <winkler@gnu.org>
10823
10824 * textmodes/bibtex.el: Add support for biblatex.
10825 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
10826 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
10827 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
10828 (bibtex-entry-alist, bibtex-field-alist): New variables.
10829 (bibtex-entry-field-alist): Obsolete alias for
10830 bibtex-BibTeX-entry-alist.
10831 (bibtex-entry-alist, bibtex-field-alist): New widgets.
10832 (bibtex-set-dialect): New command.
10833 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
10834 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
10835 Bind via bibtex-set-dialect.
2de69e00
RW
10836 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
10837 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
10838 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
10839 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
10840 Define via bibtex-set-dialect.
450a0f09
SM
10841 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
10842 Obey bibtex-no-opt-remove-re.
2de69e00
RW
10843 (bibtex-vec-push, bibtex-vec-incr): New functions.
10844 (bibtex-format-entry, bibtex-field-list)
10845 (bibtex-print-help-message, bibtex-validate)
10846 (bibtex-search-entries): Use new format of bibtex-entry-alist.
10847
2dcdbdd9
SM
108482011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10849
10850 * progmodes/compile.el (compilation-goto-locus):
10851 * net/tramp-cmds.el (tramp-append-tramp-buffers):
10852 * bs.el (bs-cycle-next, bs-cycle-previous):
10853 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
10854 * bindings.el (mode-line-other-buffer):
10855 * autoinsert.el (auto-insert):
10856 * arc-mode.el (archive-extract):
10857 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
10858
b27640fe
JB
108592011-07-05 Juanma Barranquero <lekktu@gmail.com>
10860
10861 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
10862 Fix check of `emacs-lock-unlockable-modes'.
10863 Coerce true values of `emacs-lock--try-unlocking' to t.
10864
53bbe3ad
JB
108652011-07-05 Juanma Barranquero <lekktu@gmail.com>
10866
10867 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
10868 * emacs-lock.el: New file.
10869
1d3cdbc7
JD
108702011-07-05 Julien Danjou <julien@danjou.info>
10871
10872 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
10873 than `boundp' to check if face is set.
10874
9173deec
JB
108752011-07-05 Juanma Barranquero <lekktu@gmail.com>
10876
10877 * register.el (registerv-make):
10878 * window.el (window-min-height): Fix typos in docstrings.
10879
869795d6
JD
108802011-07-05 Jan Djärv <jan.h.d@swipnet.se>
10881
9173deec 10882 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
10883 Update doc string.
10884
b768cdcd
JB
108852011-07-04 Juanma Barranquero <lekktu@gmail.com>
10886
10887 * server.el (server-execute): Catch quit and call
10888 `server-return-error' to pass the error back to emacsclient and
10889 close the connection (bug#8942).
10890
13aa217b
KM
108912011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
10892
10893 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
10894 insecure exception for current topic. Also note that auto-saves
10895 are handled differently.
10896
5d3385a0 10897 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
10898 State variables for tracking auto-save inhibition situation.
10899
10900 (allout-write-contents-hook-handler): Rename from
10901 'allout-write-file-hook-handler', and describe how it depends on
10902 write-contents-functions sensitivity to non-nil value to prevent
10903 file write.
10904
10905 (allout-auto-save-hook-handler): Remove. auto-save does not check
10906 this in individual buffers, only in the starting buffer, so this
10907 is not the right way for us to inhibit auto-save in a buffer
10908 according to its condition.
10909
10910 (allout-mode): Use new allout-write-contents-hook-handler, and
10911 only with write-contents-functions. Remove auto-save provisions -
10912 they're implemented elsewhere.
10913
10914 (allout-before-change-handler): If undo is in progress, note that
10915 for attention of allout-post-command-business.
10916
10917 (allout-post-command-business): If the command we're following was
10918 an undo, check for change in the status of encrypted items and
10919 adjust auto-save inhibitions accordingly.
10920
10921 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
10922 according to whether there are or aren't any plain-text topics
10923 pending encryption.
10924
2dcdbdd9 10925 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
10926 Adjust buffer-saved-size and some allout state to inhibit auto-saves
10927 if there are plain-text topics pending encryption.
13aa217b
KM
10928
10929 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
10930 buffer-saved-size and some allout state to not inhibit auto-saves
10931 if there are no longer any plain-text topics pending encryption.
10932
0757af94
SM
10933 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
10934 No longer provide for exemption of the current topic.
13aa217b 10935
ac89b32c
JL
109362011-07-04 Juri Linkov <juri@jurta.org>
10937
10938 Add 7z operations to delete and save changed members (bug#8968).
10939 * arc-mode.el (archive-7z-expunge, archive-7z-update):
10940 New defcustoms.
10941 (archive-7z-write-file-member): New function.
10942 (archive-7z-summarize): Fix the number of dashes in the
10943 listing output.
10944
8fa39615
SM
109452011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10946
10947 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
10948 (bug#8958).
10949
2f11b3f1
CY
109502011-07-04 Chong Yidong <cyd@stupidchicken.com>
10951
d66fef2b
CY
10952 * bindings.el: Ignore next-buffer and previous-buffer in
10953 minibuffer-local-map.
10954
2f11b3f1
CY
10955 * font-lock.el (font-lock-builtin-face): Change light background
10956 color to dark slate blue (Bug#6693).
10957
f932a347
WD
109582011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
10959
10960 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
10961
c8af70e1
SM
109622011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10963
10964 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
10965 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10966 Add switch-to-buffer.
10967
f158badc
LMI
109682011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10969
10970 * isearch.el (isearch-search-fun-function): Clarify further the
10971 meaning of the function returned.
10972
6d95bd46
MA
109732011-07-04 Michael Albinus <michael.albinus@gmx.de>
10974
10975 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
10976
10977 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
10978 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
10979 Use it.
10980 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
10981 `tramp-default-remote-path' does not exist.
10982 (tramp-send-command-and-read): New optional argument NOERROR.
10983 (tramp-open-connection-setup-interactive-shell)
10984 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
10985 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
10986 (tramp-process-sentinel): Flush also process' connection property.
10987 (tramp-sh-handle-start-file-process): Do not set process
10988 sentinel. It is done now ...
10989 (tramp-maybe-open-connection): ... here. (Bug#8929)
10990
909e6b67
MK
109912011-07-04 MON KEY <monkey@sandpframing.com>
10992
10993 * play/animate.el (animate-string): Doc fixes and allow changing
10994 the buffer name (bug#5417).
10995
109962011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10997
c8af70e1 10998 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 10999
f34755dc
PE
110002011-07-04 Paul Eggert <eggert@cs.ucla.edu>
11001
396cec72
PE
11002 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
11003 This is simpler and helps future-proof the code.
11004 (timer-until): Use time-subtract and float-time.
08235028 11005 (timer--time-less-p): Use time-less-p.
f34755dc 11006
56e6cc31
JB
110072011-07-04 Juanma Barranquero <lekktu@gmail.com>
11008
3abb79e5
JB
11009 * type-break.el (timep): Use the value of `float-time' to avoid a
11010 byte-compiler warning.
11011
56e6cc31
JB
11012 * server.el (server-eval-and-print): Return any result, even nil.
11013
7b9430b4
PE
110142011-07-03 Paul Eggert <eggert@cs.ucla.edu>
11015
11016 * type-break.el: Accept time formats that the builtins accept.
11017 (timep, type-break-time-difference): Accept any format that
11018 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
11019 This is simpler and helps future-proof the code.
11020 (type-break-time-difference): Round rather than ignoring
11021 subseconds components.
11022
3034e9e7
LMI
110232011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11024
11025 * info.el (Info-apropos-matches): Make non-interactive, since it
11026 doesn't seem to do anything useful as a command (bug#8829).
11027
1485f4c0
CY
110282011-07-03 Chong Yidong <cyd@stupidchicken.com>
11029
11030 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 11031 Move from faces.el.
1485f4c0
CY
11032 (frame-default-terminal-background): New function.
11033
11034 * custom.el (custom-push-theme): Don't record faces in `changed'
11035 theme; this doesn't work correctly for per-frame face settings.
11036 (disable-theme): Use face-set-after-frame-default to reset faces.
11037 (custom--frame-color-default): New function.
11038
9fa3dd45
LMI
110392011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11040
c8af70e1 11041 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
11042 (bug#8769).
11043
6cbbc20c
KR
110442011-03-29 Kevin Ryde <user42@zip.com.au>
11045
11046 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11047 `perl-Test2' extend to match possible "fail #N" rep count
11048 (bug#8377).
11049
c7f98048
LMI
110502011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11051
65676592
LMI
11052 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
11053 `smtpmail-via-smtp' now returns the error instead of nil.
11054
c7f98048
LMI
11055 * isearch.el (isearch-search-fun-function): Clarify the doc string
11056 (bug#8101).
11057
56e6cc31 110582011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
11059
11060 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
11061 unnecessary spaces (bug#8987).
11062
2b216704
LMI
110632011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11064
11065 * net/network-stream.el (open-network-stream): Use the
11066 :end-of-capability command thoughout.
11067
110682011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11069
11070 * net/network-stream.el (open-network-stream): Add the
11071 :end-of-capability command parameter, used by pop3.el.
11072
36adf6ce
LMI
110732011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11074
1ca0da0e
LMI
11075 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
11076
fc00f69c
LMI
11077 * fringe.el (fringe-query-style): Remove redundant text " (type ?
11078 for list)" (bug#6475).
11079
28fd8759 11080 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 11081 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
11082 an error (bug#6297).
11083
0dd8b6da
LMI
11084 * man.el (Man-reference-regexp): Allow matching possible
11085 word-wrapped references (bug#6289).
11086
ce1438d6
LMI
11087 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
11088 for consistency with the other vc buffers (bug#6197).
11089 (vc-checkin): Ditto.
11090
11091 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
11092
36adf6ce
LMI
11093 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
11094
e83cc1f7
LMI
110952011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11096
8a20ca4c
LMI
11097 * custom.el (defcustom): Clarify that :set is only used in the
11098 Customize user interface (bug#6089).
11099
83319045
LMI
11100 * progmodes/flymake.el (flymake-mode): If the buffer isn't
11101 associated with a file, refuse to run instead of erroring out
11102 (bug#6084).
11103
a8392169
LMI
11104 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
11105 the doc string, since it appears that using `fill-column' always
11106 controls the width (bug#7845).
11107
e83cc1f7
LMI
11108 * simple.el (shell-command-on-region): Say where the error output
11109 went if `shell-command-default-error-buffer' is set (bug#6857).
11110
e47ca23b
KM
111112011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
11112
11113 * allout.el (allout-yank-processing): Adjust cursor position for
11114 backwards-deleted space.
11115
11116 (allout-rebullet-heading): Register changes with
11117 allout-exposure-changed-hook, so the modified topic is properly
11118 decorated.
11119
5cf56143
LMI
111202011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11121
08549772
LMI
11122 * minibuffer.el (completion-in-region): Document PREDICATE
11123 (bug#7136).
11124
48e96771
LMI
11125 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
11126 of keyword/argument pairs (bug#6904).
11127
c8af70e1
SM
11128 * replace.el (multi-occur):
11129 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 11130
e17d05e2
LMI
111312011-07-02 Drew Adams <drew.adams@oracle.com>
11132
11133 * dired.el (dired-mark-if): Make the message about whether it's
11134 marking or unmarking clearer (bug#8523).
11135
063b0e45
LMI
111362011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11137
11138 * disp-table.el (display-table-print-array): New function.
11139 (describe-display-table): Use it to print the vectors more pretty
11140 (Bug#8859).
11141
28545e04
MR
111422011-07-02 Martin Rudalics <rudalics@gmx.at>
11143
11144 * window.el (window-state-get-1): Don't assign clone numbers.
11145 Add clone-of item to list of window parameters.
11146 (window-state-put-2): Don't process clone numbers.
11147 (display-buffer-alist): Fix doc-string.
11148
3349e122
SM
111492011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11150
11151 * subr.el (remq): Don't allocate if it's not needed.
11152 (keymap--menu-item-binding, keymap--menu-item-with-binding)
11153 (keymap--merge-bindings): New functions.
11154 (keymap-canonicalize): Use them to refine the canonicalization.
11155 * minibuffer.el (minibuffer-local-completion-map)
11156 (minibuffer-local-must-match-map): Move initialization from C.
11157 (minibuffer-local-filename-completion-map): Move initialization from C;
11158 don't inherit from anything here.
11159 (minibuffer-local-filename-must-match-map): Make obsolete.
11160 (completing-read-default): Use make-composed-keymap to combine
11161 minibuffer-local-filename-completion-map with either
11162 minibuffer-local-must-match-map or
11163 minibuffer-local-filename-completion-map.
11164
d224ac83
GM
111652011-07-01 Glenn Morris <rgm@gnu.org>
11166
3de63bf8
GM
11167 * type-break.el (type-break-time-sum): Use dolist.
11168
d224ac83
GM
11169 * textmodes/flyspell.el (flyspell-word-search-backward):
11170 Replace CL function.
11171
1a1e3f32
SM
111722011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11173
fe3f64d5
SM
11174 * mouse.el (mouse--strip-first-event): New function.
11175 (function-key-map): Use it to map fringe clicks to normal clicks
11176 by default.
11177
eb604e34
SM
11178 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
11179 (vc-bzr-revision-completion-table): Add support for annotate and date.
11180
1a1e3f32
SM
11181 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
11182 inherit from parent.
11183
5bd35902
LMI
111842011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11185
ace6c69c 11186 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 11187 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 11188
191e2bed
LMI
11189 * dired.el (dired-mode): Fix up the doc string as suggested by
11190 Drew Adams (bug#8817).
11191
5bd35902
LMI
11192 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
11193 cookie, since the manual says that it should be possible to add
11194 this function to `find-file-hook' (bug#8709).
11195
eee8207a
TZ
111962011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
11197
11198 * progmodes/cfengine.el: Moved all cfengine3.el functionality
11199 here. Noted Ted Zlatanov as the maintainer.
11200 (cfengine-common-settings, cfengine-common-syntax): New functions
11201 to set up common things between `cfengine-mode' and
11202 `cfengine3-mode'.
11203 (cfengine3-mode): New mode.
11204 (cfengine3-defuns cfengine3-defuns-regex
11205 (cfengine3-class-selector-regex cfengine3-category-regex)
11206 (cfengine3-vartypes cfengine3-font-lock-keywords)
11207 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 11208 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 11209
36b148cf
MA
112102011-07-01 Michael Albinus <michael.albinus@gmx.de>
11211
11212 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
11213
11214 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
11215
0bf4ba9a
MR
112162011-07-01 Martin Rudalics <rudalics@gmx.at>
11217
11218 * window.el (same-window-buffer-names, same-window-regexps)
11219 (same-window-p, special-display-frame-alist)
11220 (special-display-popup-frame, special-display-function)
11221 (special-display-buffer-names, special-display-regexps)
11222 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
11223 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
11224 (split-window-preferred-function, split-height-threshold)
11225 (split-width-threshold, even-window-heights)
11226 (display-buffer-mark-dedicated, window-splittable-p)
11227 (split-window-sensibly, window-safely-shrinkable-p):
11228 Un-obsolete.
11229 (display-buffer): Don't spread args with function specifier
11230 because special-display-popup-frame won't like it.
11231
35837f51
PE
112322011-07-01 Paul Eggert <eggert@cs.ucla.edu>
11233
d0672f86
PE
11234 Time-stamp simplifications and fixes.
11235 These improve accuracy slightly, and future-proof the code
11236 against some potential changes to current-time format.
11237
b9444d97
PE
11238 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
11239 by using time-since and float-time.
11240
0ef923dc
PE
11241 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
11242 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
11243 + NNN microseconds".
11244
2f81380d
PE
11245 * type-break.el (type-break-time-sum): Rewrite using time-add.
11246
845b5c3e
PE
11247 * play/hanoi.el (hanoi-current-time-float): Remove.
11248 All uses replaced by float-time.
11249
ee6f1be0
PE
11250 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
11251 This yields a more-accurate answer.
11252 (rng-time-to-float): Remove; no longer needed.
11253
fe955043
PE
11254 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
11255
5777162a
PE
11256 * calendar/timeclock.el (timeclock-seconds-to-time):
11257 Defalias to seconds-to-time, since they're the same thing.
11258
3103f8b6 11259 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 11260 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
11261 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
11262
0e61a35f
SM
112632011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11264
11265 * window.el (bury-buffer): Don't iconify the only frame.
11266 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
11267 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
11268
ddd63a1e
CY
112692011-07-01 Chong Yidong <cyd@stupidchicken.com>
11270
0e61a35f
SM
11271 * eshell/em-smart.el (eshell-smart-display-navigate-list):
11272 Add mouse-yank-primary.
ddd63a1e 11273
055f4923
TZ
112742011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
11275
11276 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
11277
6a2fb145
SM
112782011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11279
11280 * emacs-lisp/find-func.el (find-library--load-name): New fun.
11281 (find-library-name): Use it to find relative load names when provided
11282 absolute file name (bug#8803).
11283
fd4983f2
LMI
112842011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11285
887d14ad
LMI
11286 * textmodes/flyspell.el (flyspell-word): Consider words that
11287 differ only in case as potential doublons (bug#5687).
11288
c53dc7fc
LMI
11289 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
11290 Remove two rather uninteresting debugging-like messages to make
11291 debbugs.el more silent.
11292
fd4983f2
LMI
11293 * comint.el (comint-password-prompt-regexp): Accept "Response" as
11294 a password-like phrase.
11295
7a71b18d 112962011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
11297
11298 * progmodes/cc-guess.el: New file.
11299
6a2fb145 11300 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
11301
11302 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
11303 derived from `c-basic-common-init'.
11304
11305 * progmodes/cc-mode.el (top-level): Require cc-guess.
11306 (c-basic-common-init): Use `cc-choose-style-for-mode'.
11307
1fa280a3
LM
113082011-06-30 Lawrence Mitchell <wence@gmx.li>
11309
11310 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
11311
e6597158
AM
113122011-06-30 Alan Mackenzie <acm@muc.de>
11313
1fa280a3
LM
11314 * progmodes/cc-engine.el (c-guess-continued-construct):
11315 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
11316 lock is disabled. Name this case as "CASE G".
11317
68ba37fb
KM
113182011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
11319
11320 * allout.el (allout-yank-processing): Fix injection of extra space
11321 between bullet and non-whitespace character in first topic when
11322 pasting, ensuring that the actual spacing in the pasted topic
11323 following the bullet char is preserved. This extra space was
11324 causing pasted encrypted topics to get a decrypted status even
11325 when the content was actually still encrypted. Now the decryption
11326 status from before the paste is preserved.
11327
11328 (allout-flag-region): Set all allout overlays so they evaporate
11329 when reduced to zero length (evanescent), to prevent overlay
11330 leakage.
11331
887a0b34
GM
113322011-06-30 Glenn Morris <rgm@gnu.org>
11333
94b9acce
GM
11334 * w32-fns.el (w32-charset-info-alist): Declare.
11335
1d9b46d4
GM
11336 * find-dired.el (find-grep-options): Simplify.
11337
cc232200
GM
11338 * term/ns-win.el (ns-set-resource): Declare.
11339
28e77c46
GM
11340 * ses.el (row, col): Declare dynamic variables honestly.
11341
887a0b34
GM
11342 * textmodes/reftex-parse.el (index-tags): Declare.
11343
658d8eb8
CY
113442011-06-30 Chong Yidong <cyd@stupidchicken.com>
11345
11346 * cus-edit.el (customize-push-and-save): New function.
11347
11348 * files.el (hack-local-variables-confirm): Use it.
11349
1fa280a3
LM
11350 * custom.el (load-theme): New arg NO-CONFIRM.
11351 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
11352 (custom-enabled-themes): Doc fix.
11353
11354 * cus-theme.el (customize-create-theme)
11355 (custom-theme-merge-theme): Callers to load-theme changed.
11356
bb617717
LMI
113572011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11358
d61bdd5d
LMI
11359 * thingatpt.el (thing-at-point-short-url-regexp): Require that
11360 short URLs have at least one dot in them (bug #7614).
11361
bb617717
LMI
11362 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
11363 nil, because using a pty is apparently too slow (bug #895).
11364
2f31f37a
LMI
113652011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11366
11367 * mail/sendmail.el (sendmail-query-once): New function.
11368 (sendmail-query-once-function): New variable.
11369
3076b24e
GM
113702011-06-29 Glenn Morris <rgm@gnu.org>
11371
faf2a174
GM
11372 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
11373
3076b24e
GM
11374 * ses.el (top-level): Require cl when compiling.
11375 (ses-set-localvars): Fix error statement.
11376 Call it at compile time to silence a storm of warnings.
11377
5386012d
MR
113782011-06-29 Martin Rudalics <rudalics@gmx.at>
11379
11380 * window.el (normalize-live-buffer): Rename to
11381 window-normalize-buffer.
11382 (normalize-live-frame): Rename to window-normalize-frame.
11383 (normalize-any-window): Rename to window-normalize-any-window.
11384 (normalize-live-window): Rename to window-normalize-live-window.
11385 (make-window-atom): Rename to window-make-atom.
11386 (window-resize-reset): Rename to window--resize-reset.
11387 (window-resize-reset-1): Rename to window--resize-reset-1.
11388 (resize-mini-window): Rename to window--resize-mini-window.
11389 (resize-subwindows-skip-p): Rename to
11390 window--resize-subwindows-skip-p.
11391 (resize-subwindows-normal): Rename to
11392 window--resize-subwindows-normal.
11393 (resize-subwindows): Rename to window--resize-subwindows.
11394 (resize-other-windows): Rename to window--resize-siblings.
11395 (resize-this-window): Rename to window--resize-this-window.
11396 (resize-root-window): Rename to window--resize-root-window.
11397 (resize-root-window-vertically): Rename to
11398 window--resize-root-window-vertically.
11399 (normalize-buffer-to-display): Rename to
11400 window-normalize-buffer-to-display.
11401 (normalize-buffer-to-switch-to): Rename to
11402 window-normalize-buffer-to-switch-to.
11403 Correspondingly update all callers of the functions listed
11404 above.
11405 (display-buffer-alist, display-buffer-normalize-arguments)
11406 (display-buffer-normalize-options, display-buffer)
11407 (display-buffer-alist-set): Use "function" instead of
11408 "fun-with-args".
11409
1176868d
CY
114102011-06-28 Chong Yidong <cyd@stupidchicken.com>
11411
11412 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
11413 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
11414 debbugs.gnu.org. Mention acknowledgment email.
11415
20a7a65f
LMI
114162011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
11417
11418 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
11419 buffer multibyteness, since it shouldn't matter.
11420
5f45cca5
MR
114212011-06-28 Martin Rudalics <rudalics@gmx.at>
11422
11423 * window.el (display-buffer-in-side-window): Handle dedicated
11424 windows as in display-buffer-reuse-window.
11425 (display-buffer-normalize-alist): Use value of override
11426 specifier.
11427 (display-buffer-normalize-specifiers): Use value of
11428 other-window-means-other-frame specifier.
11429 (display-buffer-alist): Rewrite some texts in widgets.
11430 (display-buffer): Spread arguments when calling function
11431 specified by fun-with-args.
11432
ad85fe1f
DD
114332011-06-28 Deniz Dogan <deniz@dogan.se>
11434
1fa280a3
LM
11435 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11436 Unnest `let'.
da68c4c8 11437
ad85fe1f
DD
11438 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
11439 selectors (Bug#5732).
ec49bd31 11440 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 11441
a08cc025
JA
114422011-06-27 Jari Aalto <jari.aalto@cante.net>
11443
11444 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
11445 (eshell-ls-date-format): New defcustom.
11446 (eshell-ls-file): Use it.
11447
e2b551c5
SM
114482011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11449
11450 * help-fns.el (describe-variable): Fix message for terminal-local vars.
11451
8982b231
KY
114522011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
11453
11454 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
11455 (ange-ftp-make-tmp-name): New arg.
11456 (ange-ftp-file-local-copy): Use it.
11457
36c9fa27
J
114582011-06-27 Jambunathan K <kjambunathan@gmail.com>
11459
11460 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
11461 no-conversion (Bug#8870).
11462
d68443dc
MR
114632011-06-27 Martin Rudalics <rudalics@gmx.at>
11464
11465 * window.el (window-right, window-left, window-child)
11466 (window-child-count, window-last-child)
11467 (window-iso-combination-p, walk-window-tree-1)
11468 (window-atom-check-1, window-tree-1, delete-window)
11469 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
11470 new naming conventions - window-vchild, window-hchild,
11471 window-next and window-prev are now called window-top-child,
11472 window-left-child, window-next-sibling and window-prev-sibling
11473 respectively.
d615d6d2
MR
11474 (resize-window-reset): Rename to window-resize-reset.
11475 (resize-window-reset-1): Rename to window-resize-reset-1.
11476 (resize-window): Rename to window-resize.
11477 (window-min-height, window-min-width)
11478 (resize-mini-window, resize-this-window, resize-root-window)
11479 (resize-root-window-vertically, adjust-window-trailing-edge)
11480 (enlarge-window, shrink-window, maximize-window)
11481 (minimize-window, delete-window, quit-restore-window)
11482 (split-window, balance-windows, balance-windows-area-adjust)
11483 (balance-windows-area, window-state-put-2)
11484 (display-buffer-even-window-sizes, display-buffer-set-height)
11485 (display-buffer-set-width, set-window-text-height)
11486 (fit-window-to-buffer): Rename all "resize-window" prefixed
11487 calls to use the "window-resize" prefix convention.
11488 (display-buffer-alist): Fix symbol for label specifier.
11489 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
11490 corresponding specifier.
11491 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 11492
b6458526
VB
114932011-06-27 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
11494
11495 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
11496 convention.
11497 (ses-call-printer): Does not pass an empty string to formatter when the
11498 cell is empty to keep from barking printer Calc math-format-value.
11499
d31fd9ac
RS
115002011-06-27 Richard Stallman <rms@gnu.org>
11501
43d5bf84
RS
11502 * battery.el (battery-mode-line-limit): New variable.
11503 (battery-update): Handle it.
11504
d31fd9ac
RS
11505 * mail/rmailmm.el (rmail-mime-process-multipart):
11506 Handle truncated messages.
11507
819a6054
GM
115082011-06-27 Glenn Morris <rgm@gnu.org>
11509
11510 * progmodes/flymake.el (flymake-err-line-patterns):
11511 Allow for column numbers in the ant/javac pattern. (Bug#8866)
11512
cedc73f2
VB
115132011-06-27 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
11514
819a6054 11515 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
11516 (ses--clean-!, ses--clean-_): New functions.
11517 (ses-range): Add configurability of readout order, and conversion
11518 to Calc vector.
11519
5e5d49b6
VB
11520 * ses.el (ses-repair-cell-reference-all): New function.
11521 (ses-cell-symbol): Set macro as safe, so that it can be used in
11522 formulas.
11523
56e6cc31 11524 * ses.el: Update cycle detection algorithm.
90ca8b49 11525 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 11526 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
11527 (ses-set-localvars): New function.
11528 (ses-make-cell): Add property-list as a cell element.
11529 (ses-cell-property-get-fun, ses-cell-property-get)
11530 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
11531 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
11532 New functions.
90ca8b49
VB
11533 (ses-cell-property-set, ses-cell-property-pop)
11534 (ses-cell-property-get-handle): New macro.
11535 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
11536 New aliases, used for code readability.
11537 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
11538 cycle detection.
11539 (ses-self-reference-early-detection): New defcustom.
fac916bf 11540 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
11541 (ses-mode): Use ses-set-localvars.
11542 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
11543 before lauching the update processing.
11544 (ses-initialize-Dijkstra-attempt): New function.
11545 (ses-recalculate-cell): Update for cycle detection based on
11546 Dijkstra algorithm.
11547
2bb63e81
VB
11548 * ses.el: Fix commenting and indenting convention.
11549
c9d29fb8
SM
115502011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11551
11552 * bs.el (bs-cycle-next): Complete last change.
11553
d8e4b68b
JB
115542011-06-27 Drew Adams <drew.adams@oracle.com>
11555
11556 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
11557
40098786
LMI
115582011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11559
c9d29fb8
SM
11560 * net/network-stream.el (network-stream-open-starttls):
11561 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
11562 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
11563
40098786
LMI
11564 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
11565 to binary to possibly avoid line encoding issues on Windows (among
11566 other things).
11567
468d09d4
LMI
115682011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11569
11570 * net/network-stream.el (open-network-stream): Return an :error
11571 saying what the problem was, if possible.
11572
11573 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
11574 server.
11575
11576 * net/network-stream.el (network-stream-open-starttls): If we
11577 wanted to use STARTTLS, and the server offered it, but we weren't
11578 able to because we had no STARTTLS support, then close the connection.
11579 (open-network-stream): Return an :error element, if present.
11580
16f07dd7
CY
115812011-06-26 Chong Yidong <cyd@stupidchicken.com>
11582
88821ca0
CY
11583 * hl-line.el (hl-line-sticky-flag): Doc fix.
11584 (global-hl-line-sticky-flag): New option (Bug#8323).
11585 (global-hl-line-highlight): Obey it.
11586
16f07dd7
CY
11587 * vc/vc.el (vc-revert-show-diff): Default to t.
11588
6b5ccddf
KM
115892011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
11590
c9d29fb8
SM
11591 * allout-widgets.el (allout-widgets-post-command-business):
11592 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
11593 undecorated when an isearch is continued past, and isearch
11594 automatically collapses them. This leads to "widget leaks", where
11595 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
11596 hidden widgets can slow down cursor travel, substantially.
11597 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
11598 so we're doing without this nicety.
11599
11600 (allout-widgets-tally-string): Don't try to do a hash-table-count
11601 of allout-widgets-tally when it's nil. This eliminates spurious "Error
11602 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
11603 *Messages* when allout-widgets-maintain-tally is t.
11604
355f2e07
MR
116052011-06-26 Martin Rudalics <rudalics@gmx.at>
11606
11607 * window.el (display-buffer-normalize-argument): Rename to
11608 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
11609 LABEL argument. Respect special-display-function when popping up
11610 a new frame. Fix code searching for a window showing the buffer
11611 on another frame.
c9d29fb8
SM
11612 (display-buffer-normalize-specifiers):
11613 Call display-buffer-normalize-arguments.
355f2e07
MR
11614 (display-buffer-in-window): Don't undedicate the window if its
11615 buffer remains the same.
11616 Reported by Drew Adams <drew.adams@oracle.com>.
11617 (display-buffer-alist): Add choice for same-window macro
11618 specfier.
11619 (display-buffer): Mention special meaning of LABEL argument in
11620 doc-string. Fix quoting. Don't pop up a new frame even as
11621 fallback.
11622
7ca8fc42
JB
116232011-06-26 Juanma Barranquero <lekktu@gmail.com>
11624
11625 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
11626 avoid deleting the current window in some cases (bug#8911).
11627
bc312254
AS
116282011-06-26 Andreas Schwab <schwab@linux-m68k.org>
11629
11630 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
11631 (Bug#8934)
11632
2db18f3f
LMI
116332011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11634
c9d29fb8
SM
11635 * net/network-stream.el (network-stream-open-starttls):
11636 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
11637 (network-stream-open-tls): Ditto.
11638
6302e0d3
LL
116392011-06-26 Leo Liu <sdl.web@gmail.com>
11640
11641 * register.el (registerv): New struct.
11642 (registerv-make): New function.
c9d29fb8
SM
11643 (jump-to-register, describe-register-1, insert-register):
11644 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
11645 struct. (Bug#8415)
11646
5fdd4046
CY
116472011-06-26 Chong Yidong <cyd@stupidchicken.com>
11648
2afef60a
CY
11649 * vc/vc.el (vc-revert-show-diff): New defcustom.
11650 (vc-diff-internal): New arg specifying diff buffer.
11651 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
11652 reuse an existing *vc-diff* buffer (Bug#8927).
11653
5fdd4046
CY
11654 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
11655
e93db24a
GM
116562011-06-26 Glenn Morris <rgm@gnu.org>
11657
11658 * progmodes/f90.el (f90-critical-indent): New option.
11659 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
11660 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
11661 (f90-mode): Doc fix.
11662 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
11663 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
11664 (f90-beginning-of-block, f90-next-block, f90-indent-region)
11665 (f90-match-end): Handle block, critical.
11666
eefff499
GM
116672011-06-25 Glenn Morris <rgm@gnu.org>
11668
f6ba4cc9
GM
11669 * calendar/diary-lib.el (diary-included-files): Doc fix.
11670 (diary-include-files): New function, extracted from
11671 diary-include-other-diary-files and diary-mark-included-diary-files.
11672 (diary-include-other-diary-files, diary-mark-included-diary-files):
11673 Just call diary-include-files.
11674 (diary-mark-entries): Reset diary-included-files on first call.
11675
16712304
GM
11676 * calendar/diary-lib.el (diary-mark-entries)
11677 (diary-mark-included-diary-files):
11678 Visit included diary-files in temp buffers.
11679
5d8e0d43
GM
11680 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
11681 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
11682 (f90-start-block-re, f90-imenu-generic-expression)
11683 (f90-looking-at-program-block-start, f90-no-block-limit):
11684 Add support for submodules.
11685
ccf7a5d5
GM
11686 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
11687 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 11688
11fdef7d 116892011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
11690
11691 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
11692 buffer-file-type before setting its value, to avoid disastrous
eefff499 11693 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 11694
74f53697
JB
116952011-06-25 Juanma Barranquero <lekktu@gmail.com>
11696
11697 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
11698
11699 * ses.el (ses-unload-function):
11700 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
11701
11702 * proced.el (proced-unload-function):
11703 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
11704
18a4ce5e
AR
117052011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
11706
11707 * server.el (server-create-window-system-frame): Add parameters arg.
11708 (server-process-filter): Doc fix. Handle frame-parameters.
11709
519d22cc
JB
117102011-06-25 Juanma Barranquero <lekktu@gmail.com>
11711
11712 Fix bug#8730, bug#8781.
11713
11714 * loadhist.el (unload--set-major-mode): New function.
11715 (unload-feature): Use it.
11716
11717 * progmodes/python.el (python-after-info-look): Add autoload cookie.
11718 (python-unload-function): New function.
11719
c206f5b0
SM
117202011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11721
11722 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
11723
f9ad64f3
GS
117242011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
11725
11726 * net/browse-url.el (browse-url-firefox-program): Add icecat to
11727 the candidates list.
11728
7d0da90e
JB
117292011-06-24 Juanma Barranquero <lekktu@gmail.com>
11730
11731 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
11732
14b4e83d
RS
117332011-06-23 Richard Stallman <rms@gnu.org>
11734
11735 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
11736 (rmail-variables): Set next-error-move-function.
11737 (rmail-what-message): Take argument POS.
11738 (rmail-next-error-move): New function.
11739
273d2baf
SM
117402011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
11741
11742 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
11743 messages for adjacent non-terminals.
11744
56c2cc9a
RS
117452011-06-23 Richard Stallman <rms@gnu.org>
11746
11747 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 11748 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
11749 (rmail-start-mail): Don't specify use of rmail-mail-return;
11750 that's done by mail-bury now.
11751 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 11752
d59eb518
MA
117532011-06-23 Michael Albinus <michael.albinus@gmx.de>
11754
11755 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
11756 SIZE is a number.
11757
02cfc6d6
MR
117582011-06-23 Martin Rudalics <rudalics@gmx.at>
11759
11760 * window.el (get-lru-window, get-mru-window)
11761 (get-largest-window): Never return a minibuffer window.
11762 (display-buffer-pop-up-window): Fix a bug that could lead to
11763 reusing the minibuffer window.
11764 (display-buffer): Pass original specifier argument to
11765 display-buffer-function instead of the normalized one.
11766 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
11767
4e323265
LL
117682011-06-22 Leo Liu <sdl.web@gmail.com>
11769
11770 * minibuffer.el (completing-read-function)
11771 (completing-read-default): Move from minibuf.c
11772
7a70468f
RS
117732011-06-22 Richard Stallman <rms@gnu.org>
11774
50718fc2
RS
11775 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
11776 to Rmail even if not started by a special Rmail command.
11777
7a70468f
RS
11778 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
11779 Copy the buffer currently showing just one message.
11780
297dde5a
RW
117812011-06-22 Roland Winkler <winkler@gnu.org>
11782
11783 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
11784 (bibtex-clean-entry): First delete the old key so that a
11785 customized algorithm for generating the new key does not get
11786 confused by the old key.
11787 (bibtex-url): Obey regexp of first step.
11788 (bibtex-search-entries): Do not use add-to-list with local
11789 list-var.
11790
97bb1093
LMI
117912011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11792
11793 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
11794 stored a user name, then query for the password first, instead of
11795 waiting for SMTP to give an error message and the trying again.
11796
1c0f1a19
JD
117972011-06-22 Lawrence Mitchell <wence@gmx.li>
11798
11799 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
11800 BUFFER in call-process.
11801
396f7c9d
LMI
118022011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11803
11804 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
11805 QUIT twice.
ddb7ffee
LMI
11806 (smtpmail-try-auth-methods): Require user name and password from
11807 auth-source.
396f7c9d 11808
8998d1b3
MR
118092011-06-22 Martin Rudalics <rudalics@gmx.at>
11810
11811 * window.el (display-buffer-default-specifiers)
11812 (display-buffer-alist): Remove entries for pop-up-frame-alist.
11813 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 11814 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
11815
11816 * frame.el (pop-up-frame-alist, pop-up-frame-function)
11817 (special-display-frame-alist, special-display-popup-frame):
11818 Remove duplicate declarations. These are now in window.el.
11819
4ea31e07
LMI
118202011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11821
c9d29fb8
SM
11822 * mail/smtpmail.el (smtpmail-via-smtp):
11823 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
11824 server supports it. SMTP servers that support STARTTLS commonly
11825 require it.
11826
11827 * net/network-stream.el (network-stream-open-starttls): Support
11828 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 11829 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 11830
95f41d9a
LMI
11831 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
11832 upgrades with `open-network-stream', and rely solely on
11833 auth-source for all credentials. Big changes throughout the file,
11834 but in particular:
c9d29fb8
SM
11835 (smtpmail-auth-credentials): Remove.
11836 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
11837 (smtpmail-via-smtp): Check for servers saying they want AUTH after
11838 MAIL FROM, too.
95f41d9a 11839
c9d29fb8
SM
11840 * net/network-stream.el (network-stream-open-starttls):
11841 Provide support for client certificates both for external and built-in
4ea31e07
LMI
11842 STARTTLS.
11843 (auth-source): Require.
11844 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
11845 (network-stream-certificate): Change cert-cert to cert and
11846 cert-key to key.
4ea31e07 11847
065ec2c7
MA
118482011-06-21 Michael Albinus <michael.albinus@gmx.de>
11849
11850 * net/tramp-cache.el (top): Don't load the persistency file when
11851 "emacs -Q" has been called.
11852
cd93b359
DR
118532011-06-21 Tim Harper <timcharper@gmail.com>
11854
d8e4b68b
JB
11855 * term/ns-win.el (ns-initialize-window-system):
11856 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
11857 resource to NO as it is not yet supported by the NS port.
11858
ae9c0411
JB
118592011-06-21 Juanma Barranquero <lekktu@gmail.com>
11860
11861 * misc.el (list-dynamic-libraries--refresh): Compute header here...
11862 (list-dynamic-libraries): ...not here.
11863
7f3f739f
LL
118642011-06-21 Leo Liu <sdl.web@gmail.com>
11865
11866 * subr.el (sha1): Implement sha1 using secure-hash.
11867
327c8fb1
MR
118682011-06-21 Martin Rudalics <rudalics@gmx.at>
11869
11870 * window.el (display-buffer-alist): In default value do not
11871 enforce searching a window on any but the selected frame.
11872 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
11873 (display-buffer-select-window): Remove function.
11874 (display-buffer-in-window): When a window on another frame gets
11875 reused, do not select it any more but just raise its frame if
11876 necessary (Bug#8851) and (Bug#8856).
11877 (display-buffer-normalize-options): Handle pop-up-frames related
11878 options more faithfully.
11879 (pop-to-buffer): Don't rely on `display-buffer' selecting the
11880 window if it is on another frame.
c9d29fb8
SM
11881 (display-buffer-alist, display-buffer-default-specifiers):
11882 Don't make new frame unsplittable by default.
9e9de014
MR
11883 (display-buffer-normalize-argument): Fix doc-string typo and use
11884 'same-frame-other-window instead of 'other-window when associating
11885 with display-buffer-macro-specifiers.
327c8fb1 11886
7cf3f556
VB
118872011-06-21 Vincent BelaĂ¯che <vincent.b.1@hotmail.fr>
11888
11889 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
11890 New functions.
11891 (5x5-mode-map, 5x5-mode-menu): Bind them.
11892 (5x5-draw-grid): Tweak the solver's rendering.
11893
60a406cf
SM
118942011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11895
11896 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
11897 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
11898
d8e4b68b 118992011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
11900
11901 * menu-bar.el: Use function variable instead of switch-to-buffer.
11902 (menu-bar-select-buffer-function): New variable.
60a406cf 11903 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 11904
478d6f95
SM
119052011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11906
11907 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
11908 variable's status.
11909
ca530739
JD
119102011-06-20 Jan Djärv <jan.h.d@swipnet.se>
11911
11912 * x-dnd.el (x-dnd-version-from-flags)
11913 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
11914 and long as number (Bug#8899).
11915 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
11916
bcd70d97
SM
119172011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11918
60a406cf 11919 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
11920 (completion-try-completion, completion-all-completions): Compute the
11921 metadata argument if it's missing; make it optional (bug#8795).
11922
60a406cf 11923 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
11924 (widget-complete): Use new :completion-function property.
11925 (widget-completions-at-point): New function.
11926 (default): Use :completion-function instead of :complete.
60a406cf
SM
11927 (widget-default-completions): Rename from widget-default-complete;
11928 Rewrite.
bcd70d97
SM
11929 (widget-string-complete, widget-file-complete, widget-color-complete):
11930 Remove functions.
11931 (file, symbol, function, variable, coding-system, color):
11932 * international/mule-cmds.el (default-input-method, charset)
11933 (language-info-custom-alist):
11934 * cus-edit.el (face): Use new property :completions.
11935
11936 * progmodes/pascal.el (pascal-completions-at-point): New function.
11937 (pascal-mode): Use it.
11938 (pascal-mode-map): Use completion-at-point.
11939 (pascal-toggle-completions): Make obsolete.
11940 (pascal-complete-word, pascal-show-completions):
11941 * progmodes/octave-mod.el (octave-complete-symbol):
11942 Redefine as obsolete alias.
11943 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
11944 Signal absence of completion info for old Octave,
11945 (inferior-octave-complete): Redefine as obsolete alias.
11946 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
11947 (meta-completions-at-point): Rename from meta-complete-symbol and
11948 adapt it for use on completion-at-point-functions.
11949 (meta-common-mode): Use it.
11950 (meta-looking-at-backward, meta-match-buffer): Remove.
11951 (meta-complete-symbol): Redefine as obsolete alias.
11952 (meta-common-mode-map): Use completion-at-point.
11953 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
11954 (makefile-mode-map): Use completion-at-point.
11955 (makefile-completions-at-point): Rename from makefile-complete and
11956 adapt it for use on completion-at-point-functions.
11957 (makefile-mode): Use it.
11958 (makefile-complete): Redefine as obsolete alias.
11959
aebf69c8
DD
119602011-06-20 Deniz Dogan <deniz@dogan.se>
11961
11962 * net/rcirc.el: Delete trailing whitespaces once and for all.
11963
bfbbb27d
DC
119642011-06-20 Daniel Colascione <dan.colascione@gmail.com>
11965
11966 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
11967
d264a46b
CY
119682011-06-19 Chong Yidong <cyd@stupidchicken.com>
11969
4ca009e5
CY
11970 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
11971
d264a46b
CY
11972 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
11973
fbf5b3ce
MR
119742011-06-19 Martin Rudalics <rudalics@gmx.at>
11975
11976 * window.el (display-buffer-other-window-means-other-frame):
11977 Call display-buffer-normalize-alist.
11978 (display-buffer-normalize-specifiers-1): Rename to
11979 display-buffer-normalize-argument. New argument other-frame.
11980 Rewrite.
11981 (display-buffer-normalize-specifiers-2): Rename to
11982 display-buffer-normalize-options.
11983 (display-buffer-normalize-alist-1): New function.
11984 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
11985 display-buffer-normalize-alist.
11986 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
11987 (display-buffer-normalize-options-inhibit): New variable.
11988 (display-buffer-normalize-specifiers): Rewrite calling
11989 display-buffer-normalize-alist,
11990 display-buffer-normalize-argument, and
11991 display-buffer-normalize-options. Don't call the latter if
11992 display-buffer-normalize-options-inhibit is non-nil.
11993 (frame-auto-delete): New option.
11994 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
11995 (window-list-no-nils, window-state-ignored-parameters)
11996 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
11997 (window-state-put-1, window-state-put-2, window-state-put):
11998 New functions.
9a028c23
MR
11999 (display-buffer-normalize-options): Move special-display-p group
12000 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 12001
6d10d800
CY
120022011-06-18 Chong Yidong <cyd@stupidchicken.com>
12003
6420d28b
CY
12004 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
12005 groups (Bug#8776).
12006 (rx-submatch-n): New function.
12007 (rx): Document it.
12008
ddb8b596
CY
12009 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
12010 (Bug#8768).
12011
12012 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
12013
77080289
CY
12014 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
12015
61dfb316
CY
12016 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
12017 anytime existing face settings are present (Bug#8889).
12018
6d10d800
CY
12019 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
12020 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
12021 Remove unused argument.
12022
be3fb2b8
MR
120232011-06-18 Martin Rudalics <rudalics@gmx.at>
12024
bcd70d97
SM
12025 * window.el (display-buffer-default-specifiers):
12026 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
12027 pop-up-window-min-width, and another reuse-window specifier
12028 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
12029 (display-buffer-normalize-specifiers-2):
12030 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
12031 pop-up-windows is unset. Add a reuse-window specifier for the
12032 case popping up a new window fails.
12033 (special-display-popup-frame): Remove double quoting.
28dec25a 12034 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 12035
1c6d8c76
SM
120362011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12037
12038 * shell.el (shell-completion-vars): Set pcomplete-termination-string
12039 according to comint-completion-addsuffix.
12040
12041 * pcomplete.el: Convert to lexical binding and fix bug#8819.
12042 (pcomplete-suffix-list): Mark as obsolete.
12043 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
12044 pcomplete-seen in the closure.
12045 (pcomplete-comint-setup): Setup completion-at-point as well.
12046 (pcomplete--entries): New function.
12047 (pcomplete--env-regexp): New var.
12048 (pcomplete-entries): Rewrite to work with partial-completion and
12049 without relying on pcomplete-suffix-list.
12050 (pcomplete-pare-list): Remove, unused.
12051
25aef8b8
MR
120522011-06-17 Martin Rudalics <rudalics@gmx.at>
12053
12054 * window.el (display-buffer-alist): Set pop-up-window-min-height
12055 and pop-up-window-min-width in default value. Reported by
12056 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
12057 other-window-means-other-frame.
12058 (display-buffer-macro-specifiers): Comment out entry for
12059 other-window specifier.
12060 (display-buffer-other-window-means-other-frame): New function.
12061 (display-buffer-normalize-specifiers-1): New arguments
12062 buffer-name and label. Treat other-window case specially.
12063 (display-buffer-normalize-specifiers-2): Treat other-window case
12064 specially.
12065 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
12066 (display-buffer-normalize-specifiers):
12067 Call display-buffer-normalize-specifiers-3.
25aef8b8 12068
dbad4f69
MR
120692011-06-17 Martin Rudalics <rudalics@gmx.at>
12070
12071 * window.el (same-window-p): Fix two typos introduced when
12072 adding with-no-warnings.
d1067961
MR
12073 (display-buffer-normalize-specifiers-1): Don't check
12074 pop-up-frames for 'unset initialization.
12075 (display-buffer-normalize-specifiers-2): Major rewrite using
12076 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
12077 (pop-up-frames, display-buffer-reuse-frames)
12078 (display-buffer-mark-dedicated): Don't initialize to 'unset.
12079 Suggested by David Engster <deng@randomsample.de>.
12080 (even-window-heights): Initialize to 'unset.
12081 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
12082 (display-buffer-macro-specifiers): Don't pop up a new frame in the
12083 other window case.
dbad4f69 12084
9b9c9e3a
MR
120852011-06-16 Martin Rudalics <rudalics@gmx.at>
12086
bcd70d97
SM
12087 * window.el (display-buffer-normalize-specifiers-1):
12088 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 12089 second argument of display-buffer (Bug#8865).
981d5c09
MR
12090 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
12091 (switch-to-buffer-other-window-same-frame)
12092 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
12093 Adams (Bug#8875).
9c2755e9
MR
12094 (display-buffer): Don't check noninteractive when calling
12095 display-buffer-pop-up-frame.
12096 (display-buffer-pop-up-frame): Never pop up a frame in
12097 noninteractive mode (Bug#8857).
67222e1d
MR
12098 (enlarge-window, shrink-window): Don't report an error when the
12099 window can't be resized as requested (Bug#8862).
9b9c9e3a 12100
2b75be67
SM
121012011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12102
9ffdd3ba
SM
12103 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
12104
cb581a67
SM
12105 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
12106
2b75be67
SM
12107 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
12108
8c0e3589
AM
121092011-06-15 Alan Mackenzie <acm@muc.de>
12110
cb581a67
SM
12111 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
12112 for declarators, disable knr checking to speed up for normal files.
12113 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 12114
b96e6cde
LMI
121152011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12116
4bba86e6
LMI
12117 * net/network-stream.el (open-network-stream): Add the keyword
12118 :always-query-capabilities for the case where you want to force a
12119 `plain' network connection, but the protocol still requires the
12120 capabilitiy command (i.e., SMTP and EHLO).
12121
2b75be67 12122 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
12123 consistency with other `-live-p' functions.
12124
efdcdbf8
SM
121252011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12126
12127 * window.el (same-window-buffer-names, same-window-regexps)
12128 (special-display-frame-alist, special-display-popup-frame)
12129 (special-display-function, special-display-buffer-names)
12130 (special-display-regexps, pop-up-frame-alist)
12131 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
12132 (pop-up-windows, split-window-preferred-function)
12133 (split-height-threshold, split-width-threshold, even-window-heights)
12134 (display-buffer-mark-dedicated): Don't encourage the use of
12135 display-buffer-alist from Elisp code.
12136
c5cde042
DN
121372011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
12138
12139 * progmodes/python.el (python-mode): Derive from prog-mode.
12140 * progmodes/ps-mode.el (ps-mode):
12141 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 12142 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
12143 * progmodes/ld-script.el (ld-script-mode): Likewise.
12144
baa1c9ab
MR
121452011-06-15 Martin Rudalics <rudalics@gmx.at>
12146
12147 * window.el (display-buffer-alist): Trim default value to avoid
12148 popping up a new frame (Bug#8857) or reusing an arbitrary window
12149 on another frame.
12150 (display-buffer): Do not fall back on popping up a new frame in
12151 batch mode (Bug#8857).
12152
c5dd5a51
CY
121532011-06-14 Chong Yidong <cyd@stupidchicken.com>
12154
12155 * cus-theme.el (describe-theme-1): Use custom-theme-p.
12156 (custom-theme-summary): New function.
12157 (customize-themes): Use it.
12158
d647b7c4
GM
121592011-06-13 Glenn Morris <rgm@gnu.org>
12160
12161 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
12162
9481c002
MR
121632011-06-13 Martin Rudalics <rudalics@gmx.at>
12164
357f93d2
MR
12165 * help.el (help-window): Remove variable.
12166 (help-window-point-marker, temp-buffer-max-height)
12167 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
12168 (help-print-return-message): Don't set help-window.
12169 (resize-temp-buffer-window): Rewrite cod eand doc-string.
12170 (help-window-setup-finish): Remove.
12171 (help-window-display-message, help-window-setup)
12172 (with-help-window): Major rewrite based on new
12173 display-buffer-window variable.
12174
12175 * help-mode.el (help-mode-finish): Remove help-window related
12176 code.
12177
12178 * view.el (view-exits-all-viewing-windows): Remove reference to
12179 view-return-to-alist in doc-string.
12180 (view-return-to-alist): Make obsolete.
12181 (view-buffer): Call pop-to-buffer-same-window and remove
12182 undo-window code.
12183 (view-buffer-other-window): Call pop-to-buffer-other-window and
12184 simplify code. Ignore second argument.
12185 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
12186 simplify code. Ignore second argument.
12187 (view-return-to-alist-update): Make obsolete.
12188 (view-mode-enter): Rename second argument to QUIT-RESTORE.
12189 Rewrite using quit-restore window parameters.
2b75be67
SM
12190 (view-mode-exit): Rename second argument to EXIT-ONLY.
12191 Rewrite using quit-restore-window.
357f93d2
MR
12192 (View-exit, View-exit-and-edit, View-leave, View-quit)
12193 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
12194 appropriate arguments.
12195 (view-end-message): Use quit-restore window parameter.
12196
9481c002
MR
12197 * window.el (display-buffer-function): Rewrite doc-string.
12198 (display-buffer-window, display-buffer-alist): New variables.
12199 (display-buffer-split-specifiers)
12200 (display-buffer-side-specifiers)
12201 (display-buffer-macro-specifiers): New constants.
12202 (display-buffer-even-window-sizes, display-buffer-set-height)
12203 (display-buffer-set-width, display-buffer-select-window)
12204 (display-buffer-in-window, display-buffer-reuse-window)
12205 (display-buffer-split-window-1, display-buffer-split-window)
12206 (display-buffer-split-atom-window, display-buffer-pop-up-window)
12207 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
12208 (display-buffer-in-side-window, normalize-buffer-to-display)
12209 (display-buffer-normalize-specifiers-1)
12210 (display-buffer-normalize-specifiers-2)
2b75be67
SM
12211 (display-buffer-normalize-specifiers, display-buffer-frame):
12212 New functions.
9481c002
MR
12213 (display-buffer): Major rewrite.
12214 (display-buffer-other-window, display-buffer-other-frame)
12215 (pop-to-buffer, switch-to-buffer-other-window)
12216 (switch-to-buffer-other-frame): Rewrite.
12217 (display-buffer-same-window, display-buffer-same-frame)
12218 (display-buffer-same-frame-other-window)
12219 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
12220 (pop-to-buffer-other-window)
12221 (pop-to-buffer-same-frame-other-window)
12222 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
12223 (switch-to-buffer-other-window-same-frame): New functions.
12224 (same-window-p, special-display-p): Rewrite disabling warnings.
12225 Make obsolete.
12226 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12227 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
12228 Make obsolete
12229 (same-window-buffer-names, same-window-regexps)
12230 (special-display-frame-alist, special-display-popup-frame)
12231 (special-display-function, special-display-buffer-names)
12232 (special-display-regexps, pop-up-frame-alist)
12233 (pop-up-frame-function, split-window-preferred-function)
12234 (split-height-threshold, split-width-threshold)
12235 (even-window-heights): Make obsolete.
12236
9db51aca
GM
122372011-06-12 Glenn Morris <rgm@gnu.org>
12238
12239 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 12240 Misc simplifications.
9db51aca 12241
39cffb44
MR
122422011-06-12 Martin Rudalics <rudalics@gmx.at>
12243
12244 * window.el (window-safely-shrinkable-p): Restore function which
12245 was inadvertently removed in change from 2011-06-11. Declare as
12246 obsolete.
12247
2b75be67
SM
12248 * calendar/calendar.el (calendar-generate-window):
12249 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
12250 window-safely-shrinkable-p.
12251
a8955be7
GM
122522011-06-12 Glenn Morris <rgm@gnu.org>
12253
12254 * progmodes/fortran.el (fortran-mode-syntax-table):
12255 * progmodes/f90.el (f90-mode-syntax-table):
12256 Set % to punctuation. (Bug#8820)
12257 (f90-find-tag-default): Remove, no longer needed.
12258
f0d4059d
DC
122592011-06-12 Daniel Colascione <dan.colascione@gmail.com>
12260
12261 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
12262
1100a63c
CY
122632011-06-11 Chong Yidong <cyd@stupidchicken.com>
12264
12265 * image.el (image-animated-p): Return animation delay in seconds.
12266 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
12267 (image-animate-timeout): Remove DELAY argument. Don't assume
12268 every subimage has the same delay; get it from image-animated-p.
12269 (image-animate): Caller changed.
12270
def722bf
MA
122712011-06-11 Michael Albinus <michael.albinus@gmx.de>
12272
12273 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
12274 to ignored backtrace functions.
12275
0a2bb1a9
GM
122762011-06-11 Glenn Morris <rgm@gnu.org>
12277
12278 * calendar/appt.el (appt-disp-window-function): Doc fix.
12279 (appt-check): Handle overlapping appointments. (Bug#8337)
12280
6198ccd0
MR
122812011-06-11 Martin Rudalics <rudalics@gmx.at>
12282
12283 * window.el (window-tree-1, window-tree): New functions, moving
12284 the latter to window.el.
12285 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
12286 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
12287 (bw-refresh-edges): Remove.
12288 (balance-windows-1, balance-windows-2): New functions.
12289 (balance-windows): Rewrite in terms of window tree functions,
12290 balance-windows-1 and balance-windows-2.
12291 (bw-adjust-window): Remove.
12292 (balance-windows-area-adjust): New function with functionality of
12293 bw-adjust-window but using resize-window.
2b75be67
SM
12294 (set-window-text-height): Rewrite doc-string.
12295 Use normalize-live-window and resize-window.
12296 (enlarge-window-horizontally, shrink-window-horizontally):
12297 Rename argument to DELTA.
6198ccd0
MR
12298 (window-buffer-height): New function.
12299 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
12300 Rewrite using new window resize routines.
2b75be67
SM
12301 (kill-buffer-and-window, mouse-autoselect-window-select):
12302 Use ignore-errors instead of condition-case.
6198ccd0
MR
12303 (quit-window): Call delete-frame instead of delete-windows-on
12304 for the only buffer on frame.
12305
9397e56f
MR
123062011-06-10 Martin Rudalics <rudalics@gmx.at>
12307
12308 * loadup.el (top-level): Load window before files for the sake
12309 of replace-buffer-in-windows.
12310
12311 * files.el (read-buffer-to-switch)
12312 (switch-to-buffer-other-window)
2b75be67
SM
12313 (switch-to-buffer-other-frame, display-buffer-other-frame):
12314 Move to window.el.
9397e56f
MR
12315
12316 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
12317 (previous-buffer): Move to window.el.
12318
12319 * bindings.el (unbury-buffer): Move to window.el.
12320
12321 * window.el (delete-other-windows-vertically): Move after
12322 definition of delete-other-windows.
12323 (other-window, delete-windows-on, replace-buffer-in-windows):
12324 Move here from window.c.
12325 (record-window-buffer, unrecord-window-buffer)
12326 (set-window-buffer-start-and-point, switch-to-prev-buffer)
12327 (switch-to-next-buffer): New functions.
12328 (get-next-valid-buffer, last-buffer, next-buffer): Move here
12329 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
12330 (previous-buffer): Move here from simple.el.
12331 Call switch-to-prev-buffer.
9397e56f
MR
12332 (bury-buffer): Move here from buffer.c. Switch to previous
12333 buffer when window cannot be deleted.
12334 (unbury-buffer): Move here from bindings.el.
12335 (ctl-x-map): Move binding for other-window from window.c to
12336 here.
12337 (read-buffer-to-switch, switch-to-buffer-other-window)
12338 (switch-to-buffer-other-frame): Move here from files.el.
12339 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
12340 (switch-to-buffer): Move here from buffer.c.
12341 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 12342
562dd5e9
MR
123432011-06-10 Martin Rudalics <rudalics@gmx.at>
12344
12345 * window.el (window-min-height, window-min-width): Move here
12346 from window.c. Add defcustoms and rewrite doc-strings.
12347 (resize-mini-window, resize-window): New functions.
12348 (adjust-window-trailing-edge, enlarge-window, shrink-window):
12349 Move here from window.c.
12350 (maximize-window, minimize-window): New functions.
12351 (delete-window, delete-other-windows, split-window): Move here
12352 from window.c.
12353 (window-split-min-size): New function.
12354 (split-window-keep-point): Mention split-window-above-each-other
12355 instead of split-window-vertically.
2b75be67 12356 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
12357 Rename split-window-vertically to split-window-above-each-other
12358 and provide defalias for old definition.
12359 (split-window-side-by-side, split-window-horizontally):
12360 Rename split-window-horizontally to split-window-side-by-side
12361 and provide defalias for the old definition.
562dd5e9
MR
12362 (ctl-x-map): Move bindings for delete-window,
12363 delete-other-windows and enlarge-window here from window.c.
12364 Replace bindings for split-window-vertically and
12365 split-window-horizontally by bindings for
12366 split-window-above-each-other and split-window-side-by-side.
12367
12368 * cus-start.el (all): Remove entries for window-min-height and
12369 window-min-width. Add entries for window-splits and
12370 window-nest.
12371
f0da764a
GM
123722011-06-09 Glenn Morris <rgm@gnu.org>
12373
80675c21
GM
12374 * calendar/appt.el (appt-mode-line): New function.
12375 (appt-check, appt-disp-window): Use it.
12376
f0da764a
GM
12377 * files.el (hack-one-local-variable-eval-safep):
12378 Allow minor-modes with explicit +/-1 arguments.
12379
59f623b7
TZ
123802011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
12381
12382 * term/xterm.el (xterm): Add defgroup.
12383 (xterm-extra-capabilities): Add defcustom to supply known xterm
12384 capabilities, skip querying them, or query them (default).
12385 (terminal-init-xterm): Use it.
12386 (terminal-init-xterm-modify-other-keys): New function to set up
12387 modifyOtherKeys support to simplify `terminal-init-xterm'.
12388
9aab8e0d
MR
123892011-06-09 Martin Rudalics <rudalics@gmx.at>
12390
12391 * window.el (resize-window-reset, resize-window-reset-1)
12392 (resize-subwindows-skip-p, resize-subwindows-normal)
12393 (resize-subwindows, resize-other-windows, resize-this-window)
12394 (resize-root-window, resize-root-window-vertically)
12395 (window-deletable-p, window-or-subwindow-p)
12396 (frame-root-window-p): New functions.
12397
e8b08aee
GM
123982011-06-09 Glenn Morris <rgm@gnu.org>
12399
12400 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
12401 (ange-ftp-get-files): Use it.
12402
254c37a5
AK
124032011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
12404
12405 * mail/sendmail.el (mail-recover-1, mail-recover):
12406 * files.el (recover-file, recover-session):
12407 Handle dired-listing-switches not being just a single short option.
12408
35d7dbd3
GM
124092011-06-09 Glenn Morris <rgm@gnu.org>
12410
12411 * calendar/appt.el (appt-display-message, appt-disp-window):
12412 Handle lists of appointments.
12413
387522b2
MR
124142011-06-08 Martin Rudalics <rudalics@gmx.at>
12415
2b75be67
SM
12416 * window.el (one-window-p): Move down in code.
12417 Rewrite doc-string.
12418 (window-current-scroll-bars): Rewrite doc-string.
12419 Normalize live window argument.
387522b2
MR
12420 (walk-windows, get-window-with-predicate, count-windows):
12421 Rewrite doc-string. Use window-list-1.
12422 (window-in-direction-2, window-in-direction, get-mru-window):
12423 New functions.
12424
d8e4b68b 124252011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
12426
12427 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
12428 Doc fix (Bug#8713).
12429
124302011-06-08 Chong Yidong <cyd@stupidchicken.com>
12431
12432 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
12433
124342011-06-08 Juanma Barranquero <lekktu@gmail.com>
12435
12436 * loadhist.el (unload-feature-special-hooks):
12437 Add `comint-output-filter-functions'.
12438
0de12c52
IK
124392011-06-08 Ivan Kanis <gnu@kanis.fr>
12440
12441 * calendar/appt.el (appt-check): Move some initializations into the let.
12442
f3d1777e
MR
124432011-06-08 Martin Rudalics <rudalics@gmx.at>
12444
12445 * window.el (window-height): Defalias to window-total-height.
12446 (window-width): Defalias to window-body-width.
12447
18af70d0
CY
124482011-06-07 Chong Yidong <cyd@stupidchicken.com>
12449
12450 * image-mode.el (image-toggle-animation): New command.
12451 (image-mode-map): Bind it to RET.
12452 (image-mode): Update message.
12453 (image-toggle-display-image): Avoid a spurious cache flush.
12454 (image-transform-rotation): Doc fix.
12455 (image-transform-properties): Return quickly in the normal case.
12456 (image-animate-loop): Rename from image-animate-max-time.
12457
2b75be67 12458 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
12459 (create-animated-image): Remove unnecessary function.
12460 (image-animate): Rename from image-animate-start. New arg.
2b75be67 12461 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
12462 (image-animate-timer): Use car-safe.
12463 (image-animate-timeout): Rename argument.
12464
190b47e6
MR
124652011-06-07 Martin Rudalics <rudalics@gmx.at>
12466
12467 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
12468 window.c. Rename first argument to ALL-FRAMES.
12469 Rephrase doc-strings.
12470 (get-buffer-window-list): Rewrite using window-list-1.
12471 Rephrase doc-string.
a1511caf
MR
12472 (window-safe-min-height, window-safe-min-width): New constants.
12473 (window-size-ignore, window-min-size, window-min-size-1)
12474 (window-sizable, window-sizable-p, window-size-fixed-1)
12475 (window-size-fixed-p, window-min-delta-1, window-min-delta)
12476 (window-max-delta-1, window-max-delta, window-resizable)
12477 (window-resizable-p, window-total-height, window-total-width)
12478 (window-body-width): New functions.
12479 (window-full-height-p, window-full-width-p): Rewrite using
12480 window-total-size.
12481 (window-body-height): Rewrite using window-body-size.
190b47e6 12482
85cc1f11
MR
124832011-06-06 Martin Rudalics <rudalics@gmx.at>
12484
12485 * window.el (window-right, window-left, window-child)
12486 (window-child-count, window-last-child, window-any-p)
12487 (normalize-live-buffer, normalize-live-frame)
12488 (normalize-any-window, normalize-live-window)
12489 (window-iso-combination-p, window-iso-combined-p)
12490 (window-iso-combinations)
12491 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
12492 (windows-with-parameter, window-with-parameter)
12493 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
12494 (window-atom-check, window-side-check, window-check):
12495 New functions.
85cc1f11
MR
12496 (ignore-window-parameters, window-sides, window-sides-vertical)
12497 (window-sides-slots): New variables.
12498 (window-size-fixed): Move down in code. Minor doc-string fix.
12499
e7156492
AS
125002011-06-05 Andreas Schwab <schwab@linux-m68k.org>
12501
12502 * comint.el (comint-dynamic-complete-as-filename)
12503 (comint-dynamic-complete-filename): Correctly call
12504 completion-in-region.
12505
7e821d0d
DD
125062011-06-05 Deniz Dogan <deniz@dogan.se>
12507
12508 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
12509 in last change.
12510
ac09b8a1
DD
125112011-06-05 Deniz Dogan <deniz@dogan.se>
12512
12513 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
12514 (rcirc): Use it to prompt for encryption.
12515
34699b85
RW
125162011-06-05 Roland Winkler <winkler@gnu.org>
12517
12518 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
12519 (bibtex-search-entries): New command bound to C-c C-a.
12520 (bibtex-display-entries): New function.
12521
004dedd3
RW
125222011-06-05 Roland Winkler <winkler@gnu.org>
12523
12524 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
12525 (bibtex-insert-kill): After yanking insert newline if necessary.
12526 (bibtex-initialize): Call bibtex-string-files-init only once.
12527 (bibtex-mode): Do not call easy-menu-add.
12528 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
12529 (bibtex-yank): Set arg properly if nil.
12530
022fe7ce
RW
125312011-06-05 Roland Winkler <winkler@gnu.org>
12532
2b75be67
SM
12533 * textmodes/bibtex.el (bibtex-search-entry-globally):
12534 New variable.
022fe7ce
RW
12535 (bibtex-search-entry): Use it.
12536
b7c3692a
RW
125372011-06-05 Roland Winkler <winkler@gnu.org>
12538
12539 * textmodes/bibtex.el (bibtex-entry-format): New option
12540 sort-fields.
12541 (bibtex-format-entry, bibtex-reformat): Honor this option.
12542 (bibtex-parse-entry): Return fields in proper order.
12543
8eda563d
JB
125442011-06-05 Juanma Barranquero <lekktu@gmail.com>
12545
12546 * doc-view.el (doc-view-remove-if): Move computation of result out
12547 of `dolist' to silence misleading lexical-binding warning.
12548
7dbe3dbc
CY
125492011-06-04 Chong Yidong <cyd@stupidchicken.com>
12550
12551 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
12552 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
12553
0c33dd17
MA
125542011-06-04 Michael Albinus <michael.albinus@gmx.de>
12555
12556 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
12557 "SunOS 5.10".
12558
f8f91c2b
MA
125592011-06-04 Michael Albinus <michael.albinus@gmx.de>
12560
12561 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
12562 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
12563 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
12564 (tramp-parse-putty):
12565 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
12566 (tramp-completion-function-alist-ssh)
12567 (tramp-completion-function-alist-telnet)
12568 (tramp-completion-function-alist-su)
12569 (tramp-completion-function-alist-putty): Set `tramp-autoload'
12570 cookie.
12571
12572 * net/tramp-ftp.el:
12573 * net/tramp-sh.el:
12574 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
12575 load "tramp.el" `tramp-set-completion-function'.
12576
e17d9003
SM
125772011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
12578
12579 * shell.el: Require and use pcomplete.
12580 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
12581 (shell-completion-vars): Set pcomplete-default-completion-function.
12582
6c4cab03
DD
125832011-06-04 Deniz Dogan <deniz@dogan.se>
12584
12585 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
12586 `memq' (Bug#8799).
12587
ea9fafe0
SM
125882011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
12589
12590 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
12591
b3e945d3
JB
125922011-06-02 Juanma Barranquero <lekktu@gmail.com>
12593
12594 * bs.el (bs--mark-unmark, bs--nth-wrapper):
12595 * mpc.el (mpc-select-extend, mpc-songpointer-context):
12596 * vc/log-view.el (log-view-beginning-of-defun):
12597 * vc/smerge-mode.el (smerge-apply-resolution-patch)
12598 (smerge-refine-forward, smerge-refine-chopup-region):
12599 Silence warning for unused `dotimes' counter variables.
12600
7d520089
SM
126012011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
12602
12603 * net/tramp.el (tramp-with-progress-reporter): Rename from
12604 with-progress-reporter. Use `declare'.
12605 * net/tramp-smb.el:
12606 * net/tramp-sh.el:
12607 * net/tramp-gvfs.el: Update all uses.
12608
a1c2400f
JB
126092011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
12610
12611 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
12612 buffer isn't killed before making it current.
12613
2403c841
SM
126142011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12615
12616 Silence various byte-compiler warnings.
12617 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
12618 `access-type' and new obsolescence format.
12619 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
12620 new format.
12621 (byte-compile-check-variable): New `access-type' argument.
12622 Only warn if the access-type is obsolete.
12623 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
12624 (byte-compile-variable-set): Adjust callers.
12625 * help-fns.el (describe-variable): Adjust to new obsolescence format.
12626 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
12627 setting it as obsolete.
12628 * simple.el (minibuffer-completing-symbol):
12629 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
12630 access as obsolete.
12631 * minibuffer.el (minibuffer-completing-file-name): Don't make it
12632 obsolete yet.
12633 * international/quail.el (quail-mouse-choose-completion): Remove unused
12634 code referring to obsolete var.
12635 (quail-choose-completion-string): Remove.
12636 * server.el (server-clients-with, server-kill-buffer-query-function)
12637 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
12638 * proced.el (proced-send-signal):
12639 * emacs-lisp/lisp.el (lisp-complete-symbol):
12640 Replace completion-annotate-function with completion-extra-properties.
12641
2462470b
SM
126422011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12643
fb5b2591
SM
12644 * simple.el (goto-line): Use read-number.
12645 (overriding-map-is-bound): Remove.
12646 (saved-overriding-map): Change default.
12647 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
12648 Take the map as argument.
12649 (universal-argument, negative-argument, digit-argument): Use it.
12650 (restore-overriding-map): Adjust.
12651 (do-auto-fill): Use fill-forward-paragraph.
12652 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
12653
fd6fa53f
SM
12654 * minibuffer.el (minibuffer-inactive-mode-map): New var.
12655 (minibuffer-inactive-mode): New major mode.
12656 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
12657 the *Messages* buffer" hack.
12658 (mouse-popup-menubar): Don't burp if the event is a normal key.
12659
2462470b
SM
12660 Miscellaneous tweaks.
12661 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
12662 lexical scoping as in subr.el's dolist and dotimes.
12663 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
12664 Silence compiler warning.
12665 * thingatpt.el (forward-whitespace): Trivial coding style fix.
12666 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
12667 * international/ccl.el (ccl-compile): Trivial simplification.
12668 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
12669 * emacs-lisp/testcover.el (testcover-end): Remove spurious
12670 `printflag' argument.
12671 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
12672 Purecopy the whole obsolescence data.
12673
108bf785
LL
126742011-06-01 Leo Liu <sdl.web@gmail.com>
12675
12676 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
12677 improve doc-string as suggested by Marco Pessotto
12678 <melmothx@gmail.com>.
12679 (rcirc-print): Fix last change.
12680
30a23501
SM
126812011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12682
12683 * minibuffer.el (complete-with-action): Return nil for the metadata and
12684 boundaries of non-functional tables.
12685 (completion-table-dynamic): Return nil for the metadata.
12686 (completion-table-with-terminator): Add default case, using
12687 complete-with-action.
12688 (completion--metadata): New function.
12689 (completion-all-sorted-completions, minibuffer-completion-help): Use it
12690 to try and avoid pathological performance problems.
12691 (completion--embedded-envvar-table): Return `category' metadata.
12692
bcd54f83
LMI
126932011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
12694
12695 * subr.el (process-alive-p): New tiny convenience function.
12696
e227544d
SM
126972011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12698
12699 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
12700 content but also its previous major mode.
12701
e8296fdc
HE
127022011-05-31 Helmut Eller <eller.helmut@gmail.com>
12703
4d61f28d 12704 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
12705 *Backtrace* buffer when we exit with C-M-c.
12706
620c53a6
SM
127072011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12708
12709 * minibuffer.el: Add metadata method to completion tables.
12710 (completion-category-overrides): New defcustom.
12711 (completion-metadata, completion--field-metadata)
12712 (completion-metadata-get, completion--styles)
12713 (completion--cycle-threshold): New functions.
12714 (completion-try-completion, completion-all-completions):
12715 Add `metadata' argument to choose completion-styles.
12716 (completion--do-completion): Use metadata to choose cycling.
12717 (completion-all-sorted-completions): Use metadata for sorting.
12718 Remove :completion-cycle-penalty which is not needed any more.
12719 (completion--try-word-completion): Add `metadata' argument.
12720 (minibuffer-completion-help): Check metadata for annotation function
12721 and sorting.
12722 (completion-file-name-table): Return `category' metadata.
12723 (minibuffer-completing-file-name): Make obsolete.
12724 * simple.el (minibuffer-completing-symbol): Make obsolete.
12725 * icomplete.el (icomplete-completions): Pass new `metadata' param to
12726 completion-try-completion.
12727
1257e755
SM
127282011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12729
12730 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
12731
3767e706
LL
127322011-05-30 Leo Liu <sdl.web@gmail.com>
12733
12734 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
12735 (rcirc-print): Decode all incoming messages (bug#8744).
12736 (rcirc-decode-coding-system): Allow value nil for automatic coding
12737 system detection.
3767e706 12738
d1a5d56a
GM
127392011-06-01 Glenn Morris <rgm@gnu.org>
12740
12741 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
12742
e8cbec34
CY
127432011-05-29 Chong Yidong <cyd@stupidchicken.com>
12744
12745 * image.el (image-animate-max-time): Allow nil and t values.
12746 Default to nil.
12747 (create-animated-image): Doc fix.
12748 (image-animate-start): Remove second arg; just use
12749 image-animate-max-time.
12750 (image-animate-timeout): Doc fix. Args changed.
12751
12752 * image-mode.el (image-toggle-display-image): Ensure that the
12753 image spec passed to the animate timer is the same object as in
58179cce 12754 the buffer's display property (Bug#6981).
e8cbec34
CY
12755 (image-transform-properties): Doc fix.
12756
12757 * image.el (image-animate-max-time): Default to nil.
12758
159daf87
MR
127592011-05-29 Martin Rudalics <rudalics@gmx.at>
12760
12761 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
12762 entire buffer list (Bug#8184).
12763
d66c4c7c
CY
127642011-05-29 Chong Yidong <cyd@stupidchicken.com>
12765
12766 * image.el (imagemagick-types-inhibit)
12767 (imagemagick-register-types): Doc fix.
12768
80aec780
DD
127692011-05-29 Deniz Dogan <deniz@dogan.se>
12770
12771 * net/rcirc.el (rcirc): Use the user's stored encryption method by
12772 default.
12773
1dd3c2d9
CY
127742011-05-29 Chong Yidong <cyd@stupidchicken.com>
12775
12776 * select.el: Don't perform clipboard-manager saving in hooks;
12777 leave the hooks empty.
12778
60e56523
LL
127792011-05-28 Leo Liu <sdl.web@gmail.com>
12780
12781 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
12782 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
12783 (occur-edit-mode): New major mode (Bug#8463).
12784 (occur-after-change-function): New function.
12785 (occur-engine): Give Occur tags a read-only property.
12786
2b1e1a22
KR
127872011-05-28 Kevin Ryde <user42@zip.com.au>
12788
12789 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
12790
5d344e88
CY
127912011-05-28 Chong Yidong <cyd@stupidchicken.com>
12792
8e6ca83d
CY
12793 * bindings.el (help-echo): Make the initial non-indicator dash
12794 empty on graphical terminals (Bug#7295).
12795
5d344e88
CY
12796 * files.el (auto-mode-alist): Move config rule after the
12797 in-stripping one (Bug#8547).
12798
bfbbace7
CY
12799 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
12800
fbeba6e2
CY
12801 * startup.el (normal-splash-screen): Remove gratuitous mode-line
12802 setting (Bug#8740).
12803
60ed8c72
AA
128042011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
12805
4ac619f0
AA
12806 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
12807 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
12808 (Bug#8539).
60ed8c72 12809
23db196e
CY
128102011-05-28 Chong Yidong <cyd@stupidchicken.com>
12811
12812 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
12813
5012f24c
DK
128142011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
12815
12816 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
12817 (hs-hide-block-at-point, hs-find-block-beginning)
12818 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
12819 (Bug#8279).
12820
6a639b16
GM
128212011-05-28 Glenn Morris <rgm@gnu.org>
12822
12823 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
12824
d43eaf2c
CY
128252011-05-28 Chong Yidong <cyd@stupidchicken.com>
12826
5199bde1
CY
12827 * help-fns.el (describe-function-1): If the function is a derived
12828 major mode, print the parent mode.
12829
d43eaf2c
CY
12830 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
12831 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
12832
423428a8
SM
128332011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12834
0ff8e1ba 12835 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 12836 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
12837 * progmodes/etags.el (tags-completion-at-point-function):
12838 * info-look.el (info-lookup-completions-at-point): Mark as
12839 non-exclusive.
12840 (info-complete): Adjust accordingly.
12841
423428a8
SM
12842 * info-look.el: Convert to lexical-binding and completion-at-point.
12843 (info-lookup-completions-at-point): New function.
12844 (info-complete): Use it and completion-in-region.
12845
b74aa22b
DA
128462011-05-28 Drew Adams <drew.adams@oracle.com>
12847
12848 * isearch.el: Let M-e start with point at the first mismatched char.
12849 (isearch-fail-pos): New function.
12850 (isearch-edit-string): Use it.
12851
66e2e71d
DK
128522011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
12853
12854 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
12855
b1890b0f 128562011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
12857
12858 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
12859 traversal functions for avl-trees.
12860 (avl-tree--stack): New struct.
12861 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
12862 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
12863 (avl-tree--do-enter): Add optional `updatefun' arg.
12864 Change return value.
eb95d01d 12865 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
12866 (avl-tree--do-delete): Add `test' and `nilflag' args.
12867 Change return value.
eb95d01d
TC
12868 (avl-tree-member): Add optional `nilflag'
12869 (avl-tree-member-p): New function.
12870 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
12871 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
12872 (avl-tree-stack-empty-p): New functions.
12873
3769ddcf
TC
12874 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
12875 avl-tree--del-balance1 and make it work both ways.
12876 (avl-tree--del-balance2): Remove.
12877 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
12878 make it work both ways.
12879 (avl-tree--enter-balance2): Remove.
12880 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
12881 New macros.
12882 (avl-tree--mapc, avl-tree-map): Add direction argument.
12883
eb95d01d 128842011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
12885
12886 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
12887
a9f737ee
CY
128882011-05-27 Chong Yidong <cyd@stupidchicken.com>
12889
12890 * select.el: Support clipboard managers with built-in function
12891 x-clipboard-manager-save, via delete-frame-functions and
12892 kill-emacs-hook.
12893 (xselect-convert-to-targets): Add MULTIPLE target to list.
12894 (xselect-convert-to-save-targets): New function.
12895
c92a1e54
KH
128962011-05-27 Kenichi Handa <handa@m17n.org>
12897
12898 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
12899 let-binding rfc2047-encode-encoded-words to nil.
12900
e145f188
GM
129012011-05-27 Glenn Morris <rgm@gnu.org>
12902
5ec8a862
GM
12903 * mail/emacsbug.el: Don't require url-util.
12904
4b29d9fb
GM
12905 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
12906
e145f188
GM
12907 * files.el (set-auto-mode):
12908 Also respect mode: entries at the end of the file. (Bug#8586)
12909
7d15102b
GM
129102011-05-26 Glenn Morris <rgm@gnu.org>
12911
98f593b8
GM
12912 * files.el (hack-local-variables-prop-line, hack-local-variables):
12913 Downcase mode names, as seems to be traditional.
27b48e63 12914 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 12915
7d15102b
GM
12916 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
12917 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
12918
51d5b4ec
JD
129192011-05-25 Julien Danjou <julien@danjou.info>
12920
12921 * textmodes/rst.el (rst-define-level-faces): Do not define face
12922 symbol if it is already defined.
12923
91513f63
VB
129242011-05-24 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
12925
12926 * play/5x5.el (5x5-new-game, 5x5-randomize):
12927 Reset 5x5-solver-output to nil when a new grid is cast.
12928 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
12929 these debugging traces, as defmacro breaks the compiled code.
12930
4d90d6d0
DK
129312011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
12932
12933 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
12934
e1b90ef6
LL
129352011-05-24 Leo Liu <sdl.web@gmail.com>
12936
12937 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
12938 (vc-bzr-sha1): Adapt.
12939
d8e4b68b 12940 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
12941
12942 * bindings.el: Provide sha1 feature.
12943
db0406bb 129442011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
12945
12946 * mail/sendmail.el: Require `rfc2047'.
12947 (mail-insert-from-field): Do not perform RFC2047 encoding.
12948 (mail-encode-header): New function.
12949 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
12950 buffer to the return value of select-message-coding-system.
12951 Call mail-encode-header.
b8d747b9
KH
12952
12953 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
12954
db0406bb 129552011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 12956
4d90d6d0
DK
12957 * mail/supercite.el (sc-default-cite-frame):
12958 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 12959
eb8a5e9b
GM
129602011-05-24 Glenn Morris <rgm@gnu.org>
12961
f8630703
GM
12962 * progmodes/python.el (brm-menu): Declare.
12963
8831bbed
GM
12964 * emulation/viper.el (viper-set-hooks): Declare.
12965
eb8a5e9b
GM
12966 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
12967 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
12968 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
12969 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
12970 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
12971 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
12972
a2a25d24
SM
129732011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
12974
12975 Add an :exit-function for completion-at-point.
12976
12977 * minibuffer.el (completion--done): New fun.
12978 (completion--do-completion): Use it. New arg `expect-exact'.
12979 (minibuffer-complete, minibuffer-complete-word): Don't output message,
12980 since completion--do-completion does it for us now.
12981 (minibuffer-force-complete): Use completion--done and
12982 completion--replace. Handle sole-completion case with more care.
12983 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
12984 (completion-extra-properties): New var.
12985 (completion-annotate-function): Make obsolete.
12986 (minibuffer-completion-help): Adjust accordingly.
12987 Use completion-list-insert-choice-function.
12988 (completion-at-point, completion-help-at-point):
12989 Bind completion-extra-properties.
12990 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
12991 * simple.el (completion-list-insert-choice-function): New var.
12992 (completion-setup-function): Preserve it.
12993 (choose-completion): Pay attention to it, shuffle the code a bit.
12994 (choose-completion-string): New arg `insert-function'.
12995
12996 * textmodes/bibtex.el: Convert to lexical binding.
12997 (bibtex-mode-map): Use completion-at-point.
12998 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
12999 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
13000 (bibtex-complete): Define as obsolete alias.
13001 (bibtex-complete-internal): Remove.
13002 (bibtex-format-entry): Remove unused sub-group in regexp.
13003 * shell.el (shell--command-completion-data)
13004 (shell-environment-variable-completion):
13005 * pcomplete.el (pcomplete-completions-at-point):
13006 * comint.el (comint--complete-file-name-data): Use :exit-function
13007 instead of completion-table-with-terminator so it also works for
13008 choose-completion.
13009
e44e373d
SM
130102011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13011
4f91a816
SM
13012 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
13013
782fc819
SM
13014 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
13015 (bug#8710).
13016
e44e373d
SM
13017 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
13018
381987c3
KM
130192011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
13020
13021 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
13022 customization variable and implement: If non-nil, auto-fill will
13023 be inhibited while on topic's header line.
13024
b776bc70
VB
130252011-05-23 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
13026
13027 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 13028 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
13029 always have a solution in grid size = 5 cases.
13030 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
13031 (5x5-solver-output, 5x5-log-buffer): New vars.
13032 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
13033 Make these variables buffer local to achieve 5x5 multi-session-ness.
13034 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
13035 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
13036 (5x5-solve-suggest): New funs.
13037 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
13038 randomize a grid so that we ensure that there is always a solution.
13039 (5x5-make-random-grid): Allow other movement than flipping.
13040
7de88b6e
KR
130412011-05-23 Kevin Ryde <user42@zip.com.au>
13042
13043 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 13044 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
13045 advice and passes PREDICATE.
13046
b1ef1257
SM
130472011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13048
bbca48fe
SM
13049 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
13050 byte-compile-lambda if it's actually a lambda.
13051
b1ef1257
SM
13052 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
13053 Fix function quoting. Use backquote better.
13054
92a9cc65
YS
130552011-05-22 Yuanle Song <sylecn@gmail.com>
13056
13057 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
13058 matching (Bug#8516).
13059
f0fb8059
JA
130602011-01-22 Jari Aalto <jari.aalto@cante.net>
13061
13062 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
13063 different face (Bug#8178).
13064
d5b44c93
CY
130652011-05-22 Chong Yidong <cyd@stupidchicken.com>
13066
13067 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
13068 defface (Bug#8144).
13069
79106a44
SM
130702011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13071
9c848d8a
SM
13072 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
13073 funcall as well (bug#8712). Warn when performing those conversions.
13074 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
13075
79106a44
SM
13076 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
13077
88dfa756
GM
130782011-05-22 Glenn Morris <rgm@gnu.org>
13079
13080 * files.el (hack-local-variables-prop-line): Small simplifications.
13081 (hack-local-variables, hack-local-variables-prop-line):
13082 If MODE-ONLY, return the mode, rather than just `t'.
13083
b7cf2c79
SM
130842011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
13085
13086 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
13087
3f1a8558
GM
130882011-05-21 Glenn Morris <rgm@gnu.org>
13089
7e4ccca3
GM
13090 * files.el (hack-local-variables-prop-line, hack-local-variables):
13091 If only interested in the mode, don't bother doing the other stuff.
13092
637d46ca
GM
13093 * image-mode.el (image-after-revert-hook):
13094 Redraw all frames on which the image is visible. (Bug#8567)
13095
973d955b
GM
13096 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
13097
3f1a8558
GM
13098 * wid-edit.el (widget-checklist-match-inline):
13099 Fix 2011-04-19 change. (Bug#8649)
13100
96479927
SM
131012011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13102
1dcf791f
SM
13103 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
13104 Also allow singlespace after single-letter capitals followed by a dot.
13105
96479927
SM
13106 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
13107 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
13108
35fd0881
N
131092011-05-20 Nix <nix@esperi.org.uk>
13110
13111 * files.el (basic-save-buffer-2):
13112 Fix handling of break-hardlink-on-save with non-existent files.
13113
82745640
DD
131142011-05-19 Deniz Dogan <deniz@dogan.se>
13115
13116 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 13117 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 13118
4a720484
GM
131192011-05-19 Glenn Morris <rgm@gnu.org>
13120
d1f21341
GM
13121 * progmodes/f90.el (f90-type-def-re):
13122 Handle "type, bind(c)". (Bug#8691)
13123
4a720484
GM
13124 * emacs-lisp/autoload.el (batch-update-autoloads):
13125 Set autoload-excludes by parsing loadup.el rather than Makefiles.
13126
2fb0a219
MA
131272011-05-18 Michael Albinus <michael.albinus@gmx.de>
13128
13129 * net/tramp.el (tramp-process-actions): Set "first-password-request"
13130 property for the correct connection in case of multihops.
13131
e565dd37
GM
131322011-05-18 Glenn Morris <rgm@gnu.org>
13133
c2571358 13134 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
13135 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
13136
e565dd37
GM
13137 Rationalize calendar handling of day and month abbrev-arrays.
13138 * calendar/calendar.el (calendar-customized-p): New function.
13139 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
13140 (calendar-day-name-array, calendar-month-name-array): Doc fix.
13141 Add :set function.
13142 (calendar-abbrev-length, calendar-day-abbrev-array)
13143 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
13144 (calendar-day-abbrev-array, calendar-month-abbrev-array):
13145 Elements may no longer be nil.
13146 (calendar-day-name, calendar-month-name):
13147 Update for changed nature of abbrev arrays.
13148 * calendar/diary-lib.el (diary-name-pattern):
13149 Update for changed nature of abbrev arrays.
13150 (diary-mark-entries-1): Update calendar-make-alist calls.
13151 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
13152 * calendar/cal-html.el (cal-html-day-abbrev-array):
13153 Simply inherit from calendar-day-abbrev-array.
13154
1d99a745
SM
131552011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13156
13157 * progmodes/grep.el (grep-mode): Disable default
13158 compilation-directory-matcher setting (bug#8684).
13159
7c1d9aa0
MA
131602011-05-17 Michael Albinus <michael.albinus@gmx.de>
13161
13162 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
13163 instead of "head" and "tail". There were problems with SunOS 5.9,
13164 and it performs better.
13165
3952e9d8
GM
131662011-05-17 Glenn Morris <rgm@gnu.org>
13167
2dd12e7f
GM
13168 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
13169
e4157b9c
GM
13170 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
13171 Replace obsolete function.
13172
8e249bbd
GM
13173 * shell.el (pcomplete-parse-arguments-function): Declare.
13174
3952e9d8
GM
13175 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
13176 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
13177 (appt-check): Doc fixes.
13178 (appt-disp-window-function, appt-delete-window-function):
13179 Remove needless special case in custom :type.
13180 (appt-display-count): Default to 0, not nil.
13181 (appt-check): Reset appt-display-count to 0, not nil.
13182
c71a0d48 131832011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 13184
c71a0d48
GM
13185 * progmodes/python.el (python-font-lock-keywords):
13186 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 13187
31d55be9
SM
131882011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13189
13190 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
13191
3bfacb2f
KR
131922011-05-16 Kevin Ryde <user42@zip.com.au>
13193
13194 * info-look.el (makefile-automake-mode): New setups, looking in
13195 automake manual, then makefile-mode.
13196 (makefile-mode): Remove automake manual, have it just in
13197 makefile-automake-mode since there's various things different or
13198 not relevant to plain make.
13199 (makefile-mode): Remove "other-modes" non-existent automake-mode,
13200 believe a hypothetical automake-mode would go to makefile-mode,
13201 not the other way around.
13202
c8e83751
CY
132032011-05-15 Chong Yidong <cyd@stupidchicken.com>
13204
5e9e35cd
CY
13205 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
13206 hunk-end tags (Bug#8672).
13207
c8e83751
CY
13208 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
13209 vc-annotate-show-diff-revision-at-line (Bug#8671).
13210
50b23e5a
GM
132112011-05-14 Glenn Morris <rgm@gnu.org>
13212
7210a739
GM
13213 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
13214 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
13215 (change-log-font-lock-keywords): Also handle multiple author lines
13216 with leading tabs. (Bug#8644)
7210a739 13217
4691905a
GM
13218 * calendar/appt.el (appt-check): Rename some local variables.
13219 Some simplification/reordering.
13220
50b23e5a
GM
13221 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
13222 (feedmail-sendmail-f-doesnt-sell-me-out)
13223 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13224 (feedmail-debug-sit-for, feedmail-queue-express-hook)
13225 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
13226 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
13227 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
13228 (feedmail-binmail-gnulinuxish-template):
13229 Rename from feedmail-binmail-linuxish-template.
13230 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
13231 Use insert-buffer-substring.
13232
215cda7c
BC
132332011-05-14 Bill Carpenter <bill@carpenter.org>
13234
13235 * mail/feedmail.el (feedmail-patch-level): Increase.
13236 (feedmail-debug): New custom group.
13237 (feedmail-confirm-outgoing-timeout)
13238 (feedmail-sendmail-f-doesnt-sell-me-out)
13239 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13240 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
13241 (feedmail-sender-line, feedmail-from-line)
13242 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 13243 (feedmail-spray-this-address)
215cda7c
BC
13244 (feedmail-spray-address-fiddle-plex-list)
13245 (feedmail-queue-use-send-time-for-date)
13246 (feedmail-queue-use-send-time-for-message-id)
13247 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
13248 (feedmail-buffer-eating-function):
13249 Doc fixes.
13250 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
13251 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
13252 (feedmail-message-action-scroll-down): New functions.
13253 (feedmail-queue-directory, feedmail-queue-draft-directory):
13254 Use expand-file-name.
13255 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
13256 Remove C-v help entry.
13257 (feedmail-queue-buffer-file-name): New variable.
13258 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
13259 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
13260 (feedmail-message-action-send-strong, feedmail-message-action-edit)
13261 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
13262 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
13263 (feedmail-message-action-toggle-spray)
13264 (feedmail-run-the-queue-no-prompts)
13265 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
13266 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
13267 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
13268 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
13269 (feedmail-envelope-deducer, feedmail-fiddle-from)
13270 (feedmail-fiddle-sender, feedmail-default-date-generator)
13271 (feedmail-fiddle-date, feedmail-fiddle-message-id)
13272 (feedmail-fiddle-spray-address)
13273 (feedmail-fiddle-list-of-spray-fiddle-plexes)
13274 (feedmail-fiddle-list-of-fiddle-plexes)
13275 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
13276 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
13277 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
13278 Change default. Doc fix.
13279 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
13280 (feedmail-binmail-linuxish-template): New constant.
13281 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
13282 Respect feedmail-sendmail-f-doesnt-sell-me-out.
13283 (feedmail-send-it): Add debug call.
13284 Use feedmail-queue-buffer-file-name, and
13285 feedmail-send-it-immediately-wrapper.
13286 (feedmail-message-action-send): Add debug call.
13287 Use feedmail-send-it-immediately-wrapper.
13288 (feedmail-queue-express-to-queue): Add debug call.
13289 Run feedmail-queue-express-hook.
13290 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
13291 (feedmail-message-action-help-blat):
13292 Rename from feedmail-queue-send-edit-prompt-help-first.
13293 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
13294 Check line-endings. Handle errors better.
13295 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
13296 Doc fix. Add debug call.
13297 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
13298 Use feedmail-queue-send-edit-prompt-inner.
13299 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
13300 (feedmail-queue-send-edit-prompt-inner): New function, extracted
13301 from feedmail-queue-send-edit-prompt.
13302 (feedmail-queue-send-edit-prompt-help)
13303 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
13304 (feedmail-tidy-up-slug): Add debug call.
13305 Respect feedmail-queue-slug-suspect-regexp.
13306 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
13307 (feedmail-dump-message-to-queue): Add debug call.
13308 Expand queue-directory.
13309 (feedmail-dump-message-to-queue): Change message slightly.
13310 Use feedmail-say-chatter.
13311 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
13312 (feedmail-send-it-immediately-wrapper): New function.
13313 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
13314 Insert empty string rather than newline. Handle full-frame case.
13315 Use catch/throw. Use feedmail-say-chatter.
13316 (feedmail-fiddle-from): Try mail-host-address.
13317 (feedmail-default-message-id-generator): Doc fix.
13318 Bind system-time-locale. Handle missing end.
13319 (feedmail-fiddle-x-mailer): Add debug call.
13320 Handle feedmail-x-mailer-line being nil.
13321 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
13322 Add debug call. Use buffer-substring-no-properties.
13323 (feedmail-say-debug, feedmail-say-chatter): New functions.
13324 (feedmail-find-eoh): Give an explicit error.
13325
42c7e61e
UJ
133262011-05-13 Ulf Jasper <ulf.jasper@web.de>
13327
c2571358 13328 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 13329 family from helvetica to sans.
c2571358 13330 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
13331 etc/images/newsticker.
13332
c2571358 13333 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
13334 family from helvetica to sans.
13335
13336 * net/newst-plainview.el (newsticker-new-item-face)
13337 (newsticker-old-item-face, newsticker-immortal-item-face)
13338 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 13339 (newsticker-statistics-face): Change default family from
42c7e61e 13340 helvetica to sans.
c2571358 13341 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
13342 etc/images/newsticker.
13343
5d3385a0
JB
13344 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
13345 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
13346 auto-marking.
13347
8497a297
DV
133482011-05-13 Didier Verna <didier@xemacs.org>
13349
13350 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
13351 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
13352 TODO entries.
8497a297
DV
13353 (lisp-lambda-list-keyword-parameter-indentation)
13354 (lisp-lambda-list-keyword-parameter-alignment)
13355 (lisp-lambda-list-keyword-alignment): New customizable user options.
13356 (lisp-indent-defun-method): Improve docstring.
13357 (extended-loop-p): Fix comment.
13358 (lisp-indent-lambda-list-keywords-regexp): New variable.
13359 (lisp-indent-lambda-list): New function.
13360 (lisp-indent-259): Use it.
13361 (lisp-indent-defmethod): Support for more than one
13362 method qualifier and properly indent methods lambda-lists.
13363 (defgeneric): Provide a missing common-lisp-indent-function property.
13364
f278f87f
SM
133652011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
13366
13367 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
13368 bounds for the empty string (bug#8667).
13369
5233edd7
GM
133702011-05-13 Glenn Morris <rgm@gnu.org>
13371
5237a44f
GM
13372 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
13373
8340026c 13374 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 13375 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 13376
5233edd7 13377 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 13378 (appt-time-msg-list): Doc fix.
a5464014 13379 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 13380
92d10796
AS
133812011-05-12 Andreas Schwab <schwab@linux-m68k.org>
13382
13383 * progmodes/ld-script.el (ld-script-keywords)
13384 (ld-script-builtins): Update keywords list.
13385
914a0ae1
SM
133862011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13387
c89be45f
SM
13388 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
13389
914a0ae1
SM
13390 * shell.el (shell-completion-vars): New function.
13391 (shell-mode):
13392 * simple.el (read-shell-command): Use it.
13393 (blink-matching-open): No need for " [...]" in minibuffer-message.
13394
98dc3df3
GM
133952011-05-12 Glenn Morris <rgm@gnu.org>
13396
13397 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
13398 (appt-check): Simplify.
13399
d2fc7e3d 134002011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 13401
4d61f28d 13402 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
13403 literal "/dev/null".
13404
d2fc7e3d 134052011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
13406
13407 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
13408 Fix typo.
13409
d2fc7e3d 134102011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 13411
3f254caa
SM
13412 * progmodes/which-func.el (which-function):
13413 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
13414 which might not be defined (Bug#8260).
13415
d45885f7
GM
134162011-05-12 Glenn Morris <rgm@gnu.org>
13417
13418 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
13419 Let byte-compile-initial-macro-environment always take precedence.
13420
488086f4
SM
134212011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13422
13423 * net/rcirc.el: Add support for SSL/TLS connections.
13424 (rcirc-server-alist): New field `encryption'.
13425 (rcirc): Check `encryption' settings.
13426 (rcirc-connect): New arg `encryption'. Use open-network-stream.
13427 Merge make-local-variable into `set'.
13428 (rcirc--connection-open-p): New function.
13429 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
13430 the process is not a network process (e.g. running gnutls-cli).
13431 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13432 Make rcirc-(en|de)code-coding-system local here.
13433 (rcirc-mode): Merge make-local-variable into `set'.
13434 (rcirc-parent-buffer): Make permanent buffer-local.
13435 (rcirc-multiline-minor-mode): Don't do it here.
13436 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
13437 there's no server buffer.
13438
7d3b9d44
GM
134392011-05-11 Glenn Morris <rgm@gnu.org>
13440
f64049c6
GM
13441 * newcomment.el (comment-kill): Prefix "unused" local.
13442
93c9df73
GM
13443 * term/w32console.el (get-screen-color): Declare.
13444
7d3b9d44
GM
13445 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
13446 Handle symbol elements of byte-compile-initial-macro-environment.
13447
9e2dd53f
LL
134482011-05-10 Leo Liu <sdl.web@gmail.com>
13449
488086f4
SM
13450 * bookmark.el (bookmark-bmenu-mode-map):
13451 Bind bookmark-bmenu-search to `/'.
8b340240 13452
9e2dd53f 13453 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
13454 (footnote-unicode-string, footnote-unicode-regexp): New variable.
13455 (Footnote-unicode): New function.
13456 (footnote-style-alist): Add unicode style to the list.
13457 (footnote-style): Doc fix.
9e2dd53f 13458
79b70037
GM
134592011-05-10 Jim Meyering <meyering@redhat.com>
13460
13461 Fix doubled-word typos.
13462 * international/quail.el (quail-insert-kbd-layout): and and -> and
13463 * kermit.el: and and -> and
13464 * net/ldap.el (ldap-search-internal): to to -> to
13465 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
13466 * progmodes/js.el (js-mode): and and -> and
13467 * textmodes/artist.el (artist-move-to-xy): at at -> at
13468 (artist-draw-region-trim-line-endings): if if -> if
13469 And Safetyc -> Safety.
13470 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
13471
b8f82dc1 134722011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 13473 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
13474
13475 * files.el (hack-one-local-variable-eval-safep):
13476 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
13477
4f99f44b
GM
134782011-05-10 Glenn Morris <rgm@gnu.org>
13479
13480 * calendar/diary-lib.el (diary-list-entries-hook)
13481 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
13482 (diary-nongregorian-marking-hook, diary-list-entries)
13483 (diary-include-other-diary-files, diary-mark-entries)
13484 (diary-mark-included-diary-files): Doc fixes.
13485
84f29e6b
JB
134862011-05-09 Juanma Barranquero <lekktu@gmail.com>
13487
13488 * misc.el: Require tabulated-list.el during compilation.
13489
9bedd73a
CY
134902011-05-09 Chong Yidong <cyd@stupidchicken.com>
13491
488086f4
SM
13492 * progmodes/compile.el (compilation-start):
13493 Run compilation-filter-hook for the async case too.
9bedd73a
CY
13494 (compilation-filter-hook): Doc fix.
13495
797c735c
DD
134962011-05-09 Deniz Dogan <deniz@dogan.se>
13497
13498 * wdired.el: Remove outdated installation comment. Fix usage
13499 comment.
13500
5f4b1dfe
JB
135012011-05-09 Juanma Barranquero <lekktu@gmail.com>
13502
13503 * misc.el: Implement new command `list-dynamic-libraries'.
13504 (list-dynamic-libraries--loaded-only-p): New variable.
13505 (list-dynamic-libraries--refresh): New function.
13506 (list-dynamic-libraries): New command.
13507
4c44026c
CY
135082011-05-09 Chong Yidong <cyd@stupidchicken.com>
13509
488086f4
SM
13510 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13511 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
13512 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
13513 higher priority to avoid clobbering by gnu.
13514
027f966d
CY
135152011-05-08 Chong Yidong <cyd@stupidchicken.com>
13516
13517 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
13518 if the face has existing theme settings (Bug#8454).
13519
085f5d7d
CY
135202011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
13521
488086f4
SM
13522 * progmodes/perl-mode.el (perl-imenu-generic-expression):
13523 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 13524
2a86a00c
RS
13525 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
13526 special file names `.' and `..' (Bug#8259).
13527
d9c54a06
CY
135282011-05-08 Chong Yidong <cyd@stupidchicken.com>
13529
488086f4
SM
13530 * progmodes/grep.el (grep-mode-font-lock-keywords):
13531 Remove buffer-changing entries.
d9c54a06
CY
13532 (grep-filter): New function.
13533 (grep-mode): Add it to compilation-filter-hook.
13534
13535 * progmodes/compile.el (compilation-filter-hook)
13536 (compilation-filter-start): New defvars.
13537 (compilation-filter): Call compilation-filter-hook prior to
13538 updating the process mark.
13539
c4662635
SM
135402011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13541
13542 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
13543
b0512a1d
EZ
135442011-05-07 Eli Zaretskii <eliz@gnu.org>
13545
605c9376
EZ
13546 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
13547 mailclient-send-it even if window-system is nil. (Bug#8595)
13548
c4662635
SM
13549 * term/w32console.el (terminal-init-w32console):
13550 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
13551 background-mode. (Bug#8597)
13552
d1dc2cc2
SM
135532011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13554
13555 Make bytecomp.el understand that defmethod defines funs (bug#8631).
13556 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
13557 New functions.
13558 (defgeneric, eieio--defmethod): Use them.
13559 (eieio-defgeneric): Remove.
13560 (defmethod): Call defgeneric in a way visible to the byte-compiler.
13561
915d1300
GM
135622011-05-07 Glenn Morris <rgm@gnu.org>
13563
a3961c3e
GM
13564 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
13565 Use let rather than let*.
13566 (timeclock-find-discrep): Remove unused local.
13567
314347b9
GM
13568 * calendar/diary-lib.el (diary-comment-start): Doc fix.
13569
915d1300
GM
13570 * calendar/appt.el (appt-time-msg-list): Doc fix.
13571
275b59b0
NF
135722011-05-06 Noah Friedman <friedman@splode.com>
13573
13574 * apropos.el (apropos-print-doc): Only use
13575 emacs-lisp-docstring-fill-column when it is bound to an integer,
13576 per that variable's documentation.
13577
6c19f744
SM
135782011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13579
13580 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 13581 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 13582
60f884b2
GM
135832011-05-06 Glenn Morris <rgm@gnu.org>
13584
5006e634
GM
13585 * calendar/appt.el (appt-message-warning-time): Doc fix.
13586 (appt-warning-time-regexp): New option.
13587 (appt-make-list): Respect appt-message-warning-time.
13588
548d0a63
GM
13589 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
13590 New options.
13591 (diary-add-to-list): Strip comments from the displayed string.
13592 (diary-mode): Set comment-start and comment-end.
13593
60f884b2
GM
13594 * vc/diff-mode.el (smerge-refine-subst): Declare.
13595 (diff-refine-hunk): Don't require smerge-mode when compiling.
13596
989681bb
JB
135972011-05-06 Juanma Barranquero <lekktu@gmail.com>
13598
13599 * simple.el (list-processes): Return nil as the docstring says.
13600
a6bc05e1
MA
136012011-05-05 Michael Albinus <michael.albinus@gmx.de>
13602
13603 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
13604 to "".
13605 (ange-ftp-write-region, ange-ftp-insert-file-contents)
13606 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
13607 determining of binary transfer. (Bug#7383)
13608
23c22e9a
MA
136092011-05-05 Michael Albinus <michael.albinus@gmx.de>
13610
c4662635
SM
13611 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13612 Fix port computation bug. (Bug#8618)
23c22e9a 13613
0bff894f
GM
136142011-05-05 Glenn Morris <rgm@gnu.org>
13615
b8296902
GM
13616 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
13617
1f522ce8
GM
13618 * simple.el (shell-dynamic-complete-functions)
13619 (comint-dynamic-complete-functions): Declare.
13620
cf5bee67
GM
13621 * net/network-stream.el (gnutls-negotiate):
13622 * simple.el (tabulated-list-print): Fix declarations.
13623
13624 * progmodes/gud.el (syntax-symbol, syntax-point):
13625 Remove unnecessary and incorrect declarations.
13626
0bff894f
GM
13627 * emacs-lisp/check-declare.el (check-declare-scan):
13628 Handle byte-compile-initial-macro-environment in bytecomp.el
13629
9869b3ae
SM
136302011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13631
13632 Fix earlier half-done eieio-defmethod change (bug#8338).
13633 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
13634 Streamline and change calling convention.
13635 (defmethod): Adjust accordingly and simplify.
13636 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
13637 new eieio--defmethod.
13638 (slot-boundp): Minor CSE simplification.
13639
9c1d5ac5
MZ
136402011-05-05 Milan Zamazal <pdm@zamazal.org>
13641
13642 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
13643 (glasses-make-readable): Use glasses-separate-capital-groups.
13644
455c834e
JB
136452011-05-05 Juanma Barranquero <lekktu@gmail.com>
13646
13647 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
13648 (warning-series): Doc fix.
13649 (display-warning): Don't try to create the buffer if we just found it.
13650
9ed7c8cb
CY
136512011-05-04 Chong Yidong <cyd@stupidchicken.com>
13652
13653 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
13654 (autoload-find-generated-file): New function.
13655 (generate-file-autoloads): Bind generated-autoload-file to
13656 buffer-file-name.
9869b3ae
SM
13657 (update-file-autoloads, update-directory-autoloads):
13658 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
13659 output file (Bug#7989).
13660 (batch-update-autoloads): Doc fix.
13661
0898ca10
JB
136622011-05-04 Juanma Barranquero <lekktu@gmail.com>
13663
13664 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
13665
31dfb76c
GM
136662011-05-04 Glenn Morris <rgm@gnu.org>
13667
f330b642
GM
13668 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
13669 function, so it follows changes in calendar-date-style.
13670 (diary-fancy-date-matcher): New function.
13671 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
13672 (diary-fancy-font-lock-fontify-region-function):
13673 Use diary-fancy-date-pattern as a function.
13674
31dfb76c
GM
13675 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
13676 non-numbers for `year' etc pseudo-variables. (Bug#8583)
13677
48e79d6a
TZ
136782011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
13679
13680 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
13681 instead of positional arguments. Allow :keylist and :crlfiles
13682 arguments.
13683 (open-gnutls-stream): Call it.
13684
13685 * net/network-stream.el (network-stream-open-starttls): Adjust to
13686 call `gnutls-negotiate' with :process and :hostname arguments.
13687
dd5a5ee0
SM
136882011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13689
ef80fc09
SM
13690 * minibuffer.el (completion--message): New function.
13691 (completion--do-completion, minibuffer-complete)
13692 (minibuffer-force-complete, minibuffer-complete-word): Use it.
13693 (completion--do-completion): Don't ignore completion-auto-help when in
13694 icomplete-mode.
13695
dd5a5ee0
SM
13696 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
13697 internal encoding (e.g. tibetan zero is not whitespace).
13698 (global-whitespace-mode): Prefer save-current-buffer.
13699 (whitespace-trailing-regexp): Remove useless save-match-data.
13700 (whitespace-empty-at-bob-regexp): Minor simplification.
13701
b7d22a83
CY
137022011-05-03 Chong Yidong <cyd@stupidchicken.com>
13703
13704 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
13705
5192af46
AM
137062011-05-03 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
13707
13708 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 13709 Use `concat' to create string for insertion.
5192af46 13710
5767d190
SM
137112011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13712
13713 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
13714 Avoid open-line which runs post-self-insert-hook.
13715 (bibtex-fill-entry): Remove unused `end' var.
13716
bf242939
AM
137172011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
13718
5767d190
SM
13719 * textmodes/ispell.el (ispell-add-per-file-word-list):
13720 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 13721
25666126
LL
137222011-05-03 Leo Liu <sdl.web@gmail.com>
13723
13724 * isearch.el (isearch-yank-pop): New command.
5767d190 13725 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
13726 (isearch-forward): Mention it.
13727
52d3c2d0
SM
137282011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13729
1bcace58
SM
13730 * simple.el (minibuffer-complete-shell-command): Remove.
13731 (minibuffer-local-shell-command-map): Use completion-at-point.
13732 (read-shell-command): Setup completion vars here instead.
13733 (read-expression-map): Bind TAB to symbol completion.
13734
52d3c2d0
SM
13735 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
13736 error directly rather via storing it into `results'.
13737
35813471
LL
137382011-05-02 Leo Liu <sdl.web@gmail.com>
13739
13740 * vc/diff.el: Fix description.
13741
e793a940
LMI
137422011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
13743
13744 * server.el (server-eval-at): New function.
13745
8de66e05
LMI
137462011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13747
13748 * net/network-stream.el (open-network-stream): Take a :nowait
13749 parameter and pass it on to `make-network-process'.
13750 (network-stream-open-plain): Ditto.
13751
dcb79f20
AS
137522011-04-30 Andreas Schwab <schwab@linux-m68k.org>
13753
13754 * faces.el (face-spec-set-match-display): Don't match toolkit
13755 options on terminal frames.
13756
14a7fbd8
SM
137572011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13758
7eabc1be
SM
13759 * progmodes/pascal.el: Use lexical binding.
13760 (pascal-mode-map): Remove author preferences.
13761
14a7fbd8
SM
13762 * pcomplete.el (pcomplete-std-complete): Don't abuse
13763 completion-at-point.
13764
50f84510
JB
137652011-04-28 Juanma Barranquero <lekktu@gmail.com>
13766
6e087a44
JB
13767 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
13768 removing code that has been dead since 1991 or so.
13769
50f84510
JB
13770 * startup.el (command-line): When warning about "_emacs", use a
13771 delayed warning to allow the user to filter it out.
13772
0ba690bd
DD
137732011-04-28 Deniz Dogan <deniz@dogan.se>
13774
13775 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
13776 user has not joined.
13777
08abfaad
SM
137782011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13779
13780 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
13781 aren't any completions at point.
13782
638f053a
JB
137832011-04-28 Juanma Barranquero <lekktu@gmail.com>
13784
13785 * subr.el (display-delayed-warnings): New function.
13786 (delayed-warnings-hook): New variable.
13787
8fff8daa
SM
137882011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13789
08abfaad
SM
13790 * minibuffer.el (completion-at-point, completion-help-at-point):
13791 Don't presume that a given completion-at-point-function will always
13792 use the same calling convention.
13793
8fff8daa
SM
13794 * pcomplete.el (pcomplete-completions-at-point):
13795 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
13796 pcomplete-seen is non-nil.
13797 (pcomplete-comint-setup): Also recognize the new comint/shell
13798 completion functions.
13799 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
13800 pcomplete-seen is non-nil.
13801
841a1577 138022011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 13803
841a1577 13804 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 13805 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 13806 the first character in the entry. This allows for code to add its
211ec907
UJ
13807 own uid to the entry.
13808 (icalendar--convert-float-to-ical): Add export of
13809 `diary-float'-entries save for those with the optional DAY
13810 argument.
13811
2a782793
DC
138122011-04-27 Daniel Colascione <dan.colascione@gmail.com>
13813
13814 * subr.el (shell-quote-argument): Use alternate escaping strategy
13815 when we spot a variable reference in a string.
13816
0438ce91
DC
138172011-04-26 Daniel Colascione <dan.colascione@gmail.com>
13818
13819 * cus-start.el (all): Define customization for debug-on-event.
13820
841a1577 138212011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
13822
13823 * subr.el (shell-quote-argument): Escape correctly under Windows.
13824
d090ed6c
SM
138252011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13826
13827 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
13828
bfd31217
MA
138292011-04-25 Michael Albinus <michael.albinus@gmx.de>
13830
d090ed6c
SM
13831 * net/tramp.el (tramp-process-actions): Add POS argument.
13832 Delete region between POS and (pos).
bfd31217 13833
d090ed6c
SM
13834 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13835 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
13836 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
13837
13838 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
13839 position in `tramp-process-actions' call.
13840
13841 * net/trampver.el: Update release number.
13842
e92f3bd3
SM
138432011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13844
850256b5
SM
13845 * custom.el (defcustom): Obey lexical-binding.
13846
e92f3bd3
SM
13847 Fix octave-inf completion problems reported by Alexander Klimov.
13848 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
13849 Inherit from octave-mode-syntax-table.
13850 (inferior-octave-mode): Set info-lookup-mode.
13851 (inferior-octave-completion-at-point): New function.
13852 (inferior-octave-complete): Use it and completion-in-region.
13853 (inferior-octave-dynamic-complete-functions): Use it as well, and use
13854 comint-filename-completion.
13855 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
13856 symbol elements which shouldn't be word elements.
13857 (octave-font-lock-keywords, octave-beginning-of-defun)
13858 (octave-function-header-regexp): Adjust regexps accordingly.
13859 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
13860
cd22b309
JB
138612011-04-25 Juanma Barranquero <lekktu@gmail.com>
13862
13863 * net/gnutls.el (gnutls-errorp): Declare before first use.
13864
8b492194
TZ
138652011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
13866
13867 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
13868 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 13869 default trustfile exists before going to use it. Add missing
5a5fa834 13870 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
13871 Reported by Claudio Bley <claudio.bley@gmail.com>.
13872 (open-gnutls-stream): Add usage example.
13873
13874 * net/network-stream.el (network-stream-open-starttls): Give host
13875 parameter to `gnutls-negotiate'.
13876 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 13877 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 13878
841a1577 138792011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 13880
cd22b309
JB
13881 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
13882 Use correct match group (bug#8438).
05842630 13883
3ba7869c
CY
138842011-04-24 Chong Yidong <cyd@stupidchicken.com>
13885
512e3ae1
CY
13886 * emacs-lisp/package.el (package-built-in-p): Fix typo.
13887 (package-menu--generate): New arg specifying packages to show.
13888 (package-menu-refresh, package-menu-execute, list-packages):
13889 Callers changed.
13890 (package-show-package-list): New function, replacing deleted
13891 package--list-packages (renamed because it is non-internal).
13892
13893 * finder.el (finder-list-matches): Use package-show-package-list
13894 instead of deleted package--list-packages.
13895
e92f3bd3
SM
13896 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
13897 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
13898 (vc-annotate-mode-map): Bind it to RET.
13899
7031be6d
UR
139002011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
13901
13902 * progmodes/etags.el (next-file): Don't use set-buffer to change
13903 buffers (Bug#8478).
13904
4ef177aa
CY
139052011-04-24 Chong Yidong <cyd@stupidchicken.com>
13906
c8d173eb
CY
13907 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
13908
4ef177aa
CY
13909 * apropos.el (apropos-label-face): Avoid variable-pitch face.
13910 (apropos-accumulator): Doc fix.
13911 (apropos-function, apropos-macro, apropos-command)
13912 (apropos-variable, apropos-face, apropos-group, apropos-widget)
13913 (apropos-plist): Add face property.
13914 (apropos-symbols-internal): Fix indentation.
13915 (apropos-print): Simplify help, and recognize apropos-multi-type.
13916 (apropos-print-doc): Use button-type-get to extract the button's
13917 face property. Fill docstring (Bug#8352).
13918
4ffd0d6b 139192011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
13920
13921 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
13922
c6c32125 13923 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 13924 (mpuz-mode-map): Use mapc.
c6c32125
JB
13925 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
13926 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
13927 Fix typos in docstrings.
13928
58d468b4
JB
13929 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
13930 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
13931
6470c3c6
JB
13932 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
13933
4ffd0d6b 139342011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
13935
13936 * minibuffer.el (completion--do-completion): Avoid the "Next char
13937 not unique" prompt if icomplete-mode is enabled (Bug#5849).
13938
3ad8bad0
CY
13939 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
13940 mouse-2 into unread-command-events, it is interpreted correctly.
13941
71d73c9c 13942 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 13943 (image-toggle-display): Doc fix.
71d73c9c 13944
841a1577 139452011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 13946
4ffd0d6b
GM
13947 * textmodes/page.el (what-page): Use line-number-at-pos to
13948 calculate line number (Bug#6825).
6e1dbaa9 13949
c2fb1b60
JB
139502011-04-22 Juanma Barranquero <lekktu@gmail.com>
13951
13952 * eshell/esh-mode.el (find-tag-interactive): Declare function.
13953 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
13954 Pass argument NO-DEFAULT to `find-tag-interactive'.
13955
e02f48d7
JB
139562011-04-22 Juanma Barranquero <lekktu@gmail.com>
13957
13958 Lexical-binding cleanup.
13959
13960 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
13961 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
13962 * progmodes/ada-prj.el (ada-prj-initialize-values)
13963 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
13964 (ada-prj-show-value):
13965 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
13966 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
13967 (antlr-invalidate-context-cache, antlr-options-menu-filter)
13968 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
13969 * progmodes/bug-reference.el (bug-reference-push-button):
13970 * progmodes/fortran.el (fortran-line-length):
13971 * progmodes/glasses.el (glasses-change):
13972 * progmodes/octave-mod.el (octave-fill-paragraph):
13973 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
13974 (python-pdbtrack-grub-for-buffer, python-sentinel):
13975 * progmodes/sql.el (sql-save-connection):
13976 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
13977 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
13978 Mark unused parameters.
13979
13980 * progmodes/compile.el (compilation--flush-directory-cache)
13981 (compilation--flush-parse, compile-internal): Mark unused parameters.
13982 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
13983 (compilation-next-error-function): Remove unused variable `timestamp'.
13984
13985 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
13986 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
13987
13988 * progmodes/dcl-mode.el (dcl-end-of-command):
13989 Remove unused variable `start'.
13990 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
13991 (dcl-option-value-basic, dcl-option-value-offset)
13992 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
13993 Mark unused parameters.
13994 (dcl-save-local-variable): Remove unused variable `val'.
13995 (mode): Declare.
13996
13997 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
13998 Mark unused parameters.
13999 (delphi-ignore-changes): Move before first use.
14000 (delphi-charset-token-at): Remove unused variable `start'.
14001 (delphi-else-start): Remove unused variable `if-count'.
14002 (delphi-comment-block-start, delphi-comment-block-end):
14003 Remove unused variable `kind'.
14004 (delphi-indent-line): Remove unused variable `new-point'.
14005
14006 * progmodes/ebrowse.el (ebrowse-files-list)
14007 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
14008 Mark unused parameters. Don't quote `lambda'.
14009 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
14010 Don't quote `lambda'.
14011 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
14012 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
14013 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
14014 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
14015 Use `ignore-errors'.
14016 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
14017 (ebrowse-view/find-file-and-search-pattern)
14018 (ebrowse-view/find-member-declaration/definition):
14019 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
14020 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
14021 Rename parameter PREFIX-ARG to PREFIX.
14022 (ebrowse-tags-read-name): Remove unused variables `start' and
14023 `member-info'.
14024 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
14025 to `tags-file'.
14026
14027 * progmodes/etags.el (local-find-tag-hook): Declare.
14028 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
14029 Mark unused parameters.
14030
14031 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
14032 (executable-interpret): Mark unused parameter.
14033
14034 * progmodes/flymake.el (flymake-process-sentinel)
14035 (flymake-after-change-function)
14036 (flymake-create-temp-with-folder-structure)
14037 (flymake-get-include-dirs-dot): Mark unused parameters.
14038 (flymake-safe-delete-directory): Remove unused variable `err'.
14039
14040 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
14041 (speedbar-timer-fn, speedbar-line-text)
14042 (speedbar-change-expand-button-char, speedbar-delete-subblock)
14043 (speedbar-center-buffer-smartly): Declare functions.
14044 (gdb-find-watch-expression): Remove unused variable `array'.
14045 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
14046 (gdb-starting): Mark unused parameters.
14047 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
14048 (gdb-table-string): Remove unused variable `res'.
14049 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
14050 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
14051 (gdb-display-buffer): Remove unused variable `cur-size'.
14052
14053 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
14054 allow lexical-binding compilation.
14055 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
14056 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
14057 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
14058 Mark unused parameters.
14059 (gud-gdb-marker-filter): Remove unused variable `match'.
14060 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
14061 lambda expressions and funcall them, instead of using `fset'.
14062
14063 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
14064 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
14065
14066 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
14067 variable `header-beg'; use `let'.
14068
14069 * progmodes/icon.el (indent-icon-exp): Remove unused variables
14070 `restart', `last-sexp' and `at-do'.
14071
14072 * progmodes/js.el (js--debug): Mark unused parameter.
14073 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
14074 (js--splice-into-items): Remove unused variable `item'.
14075 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
14076
14077 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
14078 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
14079 (makefile-complete): Remove unused variable `try'.
14080 (makefile-fill-paragraph, makefile-match-function-end):
14081 Mark unused parameters.
14082
14083 * progmodes/octave-inf.el (inferior-octave-complete):
14084 Remove unused variable `proc'.
14085 (inferior-octave-output-digest): Mark unused parameter.
14086
14087 * progmodes/perl-mode.el (perl-calculate-indent):
14088 Remove unused variable `err'.
14089
14090 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
14091 (prolog-indent-line): Mark unused parameters.
14092 (prolog-indent-line): Remove unused variable `beg'.
14093
14094 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
14095 (reporter-dont-compact-list): Declare.
14096
14097 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
14098 Remove unused variable `char'.
14099 (sh-debug): Mark unused parameter.
14100 (sh-get-indent-info): Remove unused variable `start'.
14101 (sh-calculate-indent): Remove unused variable `var'.
14102
14103 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
14104 (simula-electric-keyword): Remove unused variable `null'.
14105 (simula-search-backward, simula-search-forward): Remove unused
14106 variables `begin' and `end'.
14107
14108 * progmodes/vera-mode.el (vera-guess-basic-syntax):
14109 Remove unused variable `pos'.
14110 (vera-electric-tab, vera-comment-uncomment-region):
14111 Mark unused parameters.
14112 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
14113
7ede3b65
CY
141142011-04-22 Chong Yidong <cyd@stupidchicken.com>
14115
14116 * emacs-lisp/package.el (package--builtins, package-alist)
14117 (package-load-descriptor, package-built-in-p, package-activate)
14118 (define-package, package-installed-p)
14119 (package-compute-transaction, package-buffer-info)
14120 (package--push): Doc fix. Distinguish more clearly between
14121 version strings and version lists.
14122
121656e9
JB
141232011-04-21 Juanma Barranquero <lekktu@gmail.com>
14124
14125 Lexical-binding cleanup.
14126
14127 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
14128 (5x5-make-mutate-best):
14129 * play/fortune.el (fortune-in-buffer):
14130 * play/gomoku.el (gomoku-init-display):
14131 * play/solitaire.el (solitaire, solitaire-do-check):
14132 * play/tetris.el (tetris-default-update-speed-function):
14133 Mark unused parameters.
14134
14135 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
14136 (bubbles--shift): Remove unused variable `char-org'.
14137 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
14138 (bubbles--show-images): Remove unused variable `char'.
14139
14140 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
14141 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
14142 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
14143 (decipher-analyze-buffer): Use ?\s.
14144 (decipher-make-checkpoint): Remove unused variable `mapping'.
14145
14146 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
14147
14148 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
14149 Remove unused variable `result'; use `let'.
14150
14151 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
14152 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
14153 (gametree-children-shown-p, gametree-compute-reduced-score):
14154 Use `ignore-errors'.
14155
14156 * play/handwrite.el (ps-lpr-switches): Declare.
14157 (handwrite): Remove unused variables `pmin' and `lastp'.
14158
14159 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
14160
14161 * play/landmark.el (landmark-init-display)
14162 (landmark-update-naught-weights): Mark unused parameters.
14163 (landmark-y): Remove unused variable `noise'. Simplify.
14164 (landmark-human-plays): Remove unused variable `score'.
14165
14166 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
14167 (mpuz-try-proposal): Remove unused variable `game'.
14168
14169 * play/zone.el (life-patterns): Declare.
14170
80f499c7
JB
141712011-04-20 Juanma Barranquero <lekktu@gmail.com>
14172
14173 * vc/vc.el (ediff-vc-internal): Declare function.
14174
024ff170
SM
141752011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14176
c0a193ea
SM
14177 * shell.el: Use lexical-binding and std completion UI.
14178 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
14179 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
14180 comint-preoutput-filter-functions rather than on
14181 comint-output-filter-functions.
14182 (shell-command-completion, shell--command-completion-data)
14183 (shell-filename-completion, shell-environment-variable-completion)
14184 (shell-c-a-p-replace-by-expanded-directory): New functions.
14185 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
14186 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
14187 (shell-dynamic-complete-environment-variable): Use them.
14188 (shell-dynamic-complete-as-environment-variable)
14189 (shell-dynamic-complete-as-command): Remove.
14190 (shell-match-partial-variable): Match past point.
14191 * comint.el: Clean up use of completion-at-point-functions.
14192 (comint-completion-at-point): New function.
14193 (comint-mode): Use it completion-at-point-functions.
14194 (comint-dynamic-complete): Make it obsolete.
14195 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
14196 (comint-c-a-p-replace-by-expanded-history): New function.
14197 (comint-dynamic-complete-functions)
14198 (comint-replace-by-expanded-history): Use it.
14199 * minibuffer.el (completion-table-with-terminator): Allow dynamic
14200 termination strings. Try harder to avoid second try-completion.
14201 (completion-in-region-mode-map): Disable bindings that don't work yet.
14202
2dbaa080
SM
14203 * comint.el: Use lexical-binding. Require CL.
14204 (comint-dynamic-complete-functions): Use comint-filename-completion.
14205 (comint-completion-addsuffix): Tweak custom type.
14206 (comint-filename-completion, comint--common-suffix)
14207 (comint--common-quoted-suffix, comint--table-subvert)
14208 (comint--complete-file-name-data): New functions.
14209 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
14210 (comint-dynamic-list-filename-completions): Use them.
14211 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 14212
2dbaa080
SM
14213 * minibuffer.el (completion-in-region-mode):
14214 Keep completion-in-region-mode--predicate global.
14215 (completion-in-region--postch):
14216 Assume completion-in-region-mode--predicate is not null.
14217
c79a6f38
SM
14218 * progmodes/flymake.el (flymake-start-syntax-check-process):
14219 Obey `dir'. Simplify.
14220
024ff170
SM
14221 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
14222 we're in VC after all.
14223
1c6c854e
CS
142242011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
14225
14226 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 14227 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
14228 (vc-version-diff): Use vc-diff-build-argument-list-internal.
14229
bed7f140
SM
142302011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14231
332e62ab
SM
14232 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
14233 add sanity check.
14234
bed7f140
SM
14235 * obsolete/erc-hecomplete.el: Make obsolete.
14236 * obsolete/: Standardize obsolescence info in the header.
14237
f195c582
GM
142382011-04-20 Glenn Morris <rgm@gnu.org>
14239
14240 * calendar/solar.el (solar-horizontal-coordinates):
14241 Use the longitude argument rather than `calendar-longitude'.
14242 (solar-date-next-longitude): Remove unused locals.
14243
cb79b8c0
VJL
142442011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14245
14246 * whitespace.el: New version 13.2.1.
14247
142482011-04-20 felix <EmacsWiki> (tiny change)
14249
d8e4b68b 14250 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
14251 switching between major modes on a file.
14252
602ea69d
SM
142532011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14254
14255 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
14256 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
14257 multi-line comments as well.
14258
06b60517
JB
142592011-04-19 Juanma Barranquero <lekktu@gmail.com>
14260
14261 Lexical-binding cleanup.
14262
14263 * arc-mode.el (archive-mode-revert):
14264 * cmuscheme.el (scheme-interactively-start-process):
14265 * custom.el (custom-initialize-delay):
14266 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
14267 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
14268 * emacs-lock.el (emacs-lock-clear-sentinel):
14269 * ezimage.el (defezimage):
14270 * follow.el (follow-avoid-tail-recenter):
14271 * fringe.el (set-fringe-mode-1):
14272 * generic-x.el (bat-generic-mode-compile):
14273 * help-mode.el (help-info-variable, help-do-xref)
14274 (help-mode-revert-buffer):
14275 * help.el (view-emacs-todo):
14276 * iswitchb.el (iswitchb-completion-help):
14277 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
14278 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
14279 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
14280 * locate.el (locate-update):
14281 * longlines.el (longlines-encode-region)
14282 (longlines-after-change-function):
14283 * outline.el (outline-isearch-open-invisible):
14284 * ps-def.el (declare-function, charset-dimension, char-width)
14285 (encode-char):
14286 * ps-mule.el (ps-mule-plot-string):
14287 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
14288 (recentf-edit-list-select, recentf-edit-list-validate)
14289 (recentf-open-files-action):
14290 * rect.el (delete-whitespace-rectangle-line)
14291 (rectangle-number-line-callback):
14292 * register.el (window-configuration-to-register)
14293 (frame-configuration-to-register):
14294 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
14295 * select.el (xselect-convert-to-string, xselect-convert-to-length)
14296 (xselect-convert-to-targets, xselect-convert-to-delete)
14297 (xselect-convert-to-filename, xselect-convert-to-charpos)
14298 (xselect-convert-to-lineno, xselect-convert-to-colno)
14299 (xselect-convert-to-os, xselect-convert-to-host)
14300 (xselect-convert-to-user, xselect-convert-to-class)
14301 (xselect-convert-to-name, xselect-convert-to-integer)
14302 (xselect-convert-to-atom, xselect-convert-to-identity):
14303 * subr.el (declare, ignore, process-kill-without-query)
14304 (text-clone-maintain):
14305 * terminal.el (te-get-char, te-tic-sentinel):
14306 * tool-bar.el (tool-bar-make-keymap):
14307 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
14308 * type-break.el (type-break-mode, type-break-noninteractive-query):
14309 * view.el (View-back-to-mark):
14310 * wid-browse.el (widget-browse-action, widget-browse-widget)
14311 (widget-browse-widgets, widget-browse-sexp):
14312 * widget.el (define-widget-keywords):
14313 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
14314 Mark unused parameters.
14315
14316 * align.el (align-adjust-col-for-rule): Mark unused parameter.
14317 (align-areas): Remove unused variable `look'.
14318 (align-region): Remove unused variables `real-end' and `pos-list'.
14319
14320 * apropos.el (apropos-score-doc): Remove unused variable `i'.
14321
14322 * bindings.el (mode-line-modified, mode-line-remote):
14323 Mark unused parameters.
14324 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
14325
14326 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
14327 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
14328
14329 * comint.el (comint-history-isearch-pop-state)
14330 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
14331 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
14332 (comint-substitute-in-file-name): Doc fix.
14333
14334 * completion.el (cmpl-statistics-block): Mark unused parameter.
14335 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
14336 (save-completions-to-file, load-completions-from-file):
14337 Remove unused local variable `e'.
14338
14339 * composite.el (compose-chars): Remove unused variable `len'.
14340 (lgstring-insert-glyph): Remove unused variable `g'.
14341 (compose-glyph-string): Remove unused variables `ascent',
14342 `descent', `lbearing' and `rbearing'.
14343 (compose-glyph-string-relative): Remove unused variables
14344 `lbearing', `rbearing' and `wadjust'.
14345 (compose-gstring-for-graphic): Remove unused variables `header',
14346 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
14347 (compose-gstring-for-terminal): Remove unused variables `header'
14348 and `nchars'. Use `let', not `let*'.
14349
14350 * cus-edit.el (Custom-set, Custom-save, custom-reset)
14351 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
14352 (Custom-buffer-done, custom-buffer-create-internal)
14353 (custom-browse-visibility-action, custom-browse-group-tag-action)
14354 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
14355 (widget-magic-mouse-down-action, custom-toggle-parent)
14356 (custom-add-parent-links, custom-toggle-hide-variable)
14357 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
14358 (custom-toggle-hide-face, face, hook, custom-group-link-action)
14359 (custom-face-menu-create, custom-variable-menu-create, get)
14360 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
14361 (custom-reset-standard-save-and-update): Remove unused variable `value'.
14362 (customize-apropos): Remove unused variable `tests'.
14363 (custom-group-value-create): Remove unused variable `hidden-p'.
14364 (sort-fold-case): Declare.
14365
14366 * cus-theme.el (custom-reset-standard-faces-list)
14367 (custom-reset-standard-variables-list): Declare.
14368 (customize-create-theme, custom-theme-revert, custom-theme-write)
14369 (custom-theme-choose-mode, customize-themes, custom-theme-save):
14370 Mark unused parameters.
14371
14372 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
14373
14374 * delim-col.el (delimit-columns-max): Move defvar before first use.
14375
14376 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 14377 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
14378
14379 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
14380 (auto-insert): Declare.
14381 (desktop-restore-file-buffer): Rename desktop-* parameters;
14382 mark unused ones.
14383 (desktop-create-buffer): Rename desktop-* parameters and bind them.
14384 (desktop-buffer): Rename desktop-* parameters.
14385
14386 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
14387 (dframe-reposition-frame-xemacs, dframe-help-echo)
14388 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
14389 Mark unused parameters.
14390
14391 * dired-aux.el (backup-extract-version-start, overwrite-query)
14392 (overwrite-backup-query, rename-regexp-query)
14393 (rename-non-directory-query): Declare.
14394 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
14395 (dired-add-entry): Remove unused variable `orig-file-name'.
14396 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
14397 Use parameter PRESERVE-TIME instead of accessing dynamic variable
14398 `dired-copy-preserve-time' directly.
14399 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
14400 (dired-insert-subdir-newpos): Rename unused variable `pos'.
14401
14402 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
14403 (dired-virtual-revert, dired-make-relative-symlink):
14404 Mark unused parameters.
14405 (manual-program): Declare.
14406 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
14407 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
14408 wrapped in `with-no-warnings' to avoid replacing one warning by another.
14409
14410 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
14411
14412 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
14413
14414 * echistory.el (electric-history-in-progress, Helper-return-blurb):
14415 Declare.
14416
14417 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
14418
14419 * electric.el (Electric-command-loop): Rename parameter
14420 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
14421
14422 * expand.el (expand-in-literal): Remove unused variable `here'.
14423
14424 * facemenu.el (facemenu-add-new-color):
14425 Remove unused variable `docstring'.
14426
14427 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
14428 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
14429 (face-attr-construct): Mark unused parameter. Doc fix.
14430 (read-color): Remove unused variable `hex-string'.
14431
14432 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
14433 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
14434 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
14435 (display-buffer-other-frame): Remove unused variable `old-window'.
14436 (kill-buffer-hook): Declare.
14437 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
14438 Mark unused parameters.
14439 (after-find-file): Pass 1 to `auto-save-mode', not t.
14440
14441 * files-x.el (auto-insert): Declare.
14442 (modify-file-local-variable-prop-line): Remove unused variable `val'.
14443
14444 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 14445 variable `buf'. Mark unused parameter.
06b60517
JB
14446 (find-lisp-insert-directory): Mark unused parameter.
14447
14448 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
14449 (format-encode-region): Remove unused variables `cur-buf' and `result'.
14450 (format-common-tail): Remove, unused.
14451 (format-deannotate-region): Remove unused variable `loc'.
14452 (format-annotate-region): Remove unused variable `p'.
14453 (format-annotate-single-property-change): Remove unused variables
14454 `default' and `tail'.
14455
14456 * forms.el (read-file-filter): Declare.
14457 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
14458
14459 * frame.el (frame-creation-function-alist): Mark unused parameter.
14460 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
14461
14462 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
14463 Remove unused parameters.
14464 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
14465 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
14466
14467 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
14468 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
14469 (hfy-prepare-tag-map): Mark unused parameters.
14470 (htmlfontify-buffer): Use `called-interactively-p'.
14471
14472 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
14473 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
14474 (ibuffer-do-occur): Mark unused parameters.
14475 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
14476 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
14477
14478 * ibuffer.el: Don't quote `lambda'.
14479 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
14480 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
14481 Mark unused parameters.
14482
14483 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
14484 (ido-completing-read): Mark unused parameters.
14485 (ido-copy-current-word): Mark unused parameters;
14486 remove unused variable `name'.
14487 (ido-sort-merged-list): Remove unused parameter `dirs'.
14488
14489 * ielm.el (ielm-input-sender): Mark unused parameter.
14490 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
14491 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
14492 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
14493 `ielm-string' as a dynamic variable accessible from the IELM prompt.
14494 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
14495
14496 * image-dired.el (image-dired-display-thumbs): Remove unused
14497 variables `curr-file' and `count'.
14498 (image-dired-remove-tag): Remove unused variable `start'.
14499 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
14500 variable `curr-file'
14501 (image-dired-rotate-original): Remove unused variable `temp-file'.
14502 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
14503 Remove unused variable `file'.
14504 (image-dired-gallery-generate): Remove unused variable `curr'.
14505 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
14506
14507 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
14508
14509 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
14510
14511 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
14512
14513 * isearch.el (minibuffer-history-symbol): Declare.
14514 (isearch-edit-string): Remove unused variable `err'.
14515 (isearch-message-prefix, isearch-message-suffix):
14516 Mark unused parameters.
14517
14518 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
14519
14520 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
14521
14522 * makesum.el (double-column): Remove unused variable `cnt'.
14523
14524 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
14525 (ido-ignore-item-temp-list): Declare.
14526
14527 * mouse-drag.el (mouse-drag-throw): Remove unused variables
14528 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
14529 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
14530 (mouse-drag-drag): Remove unused variables `mouse-delta' and
14531 `mouse-col-delta'.
14532
14533 * mouse-sel.el (mouse-extend-internal):
14534 Remove unused variable `orig-window-frame'.
14535
14536 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
14537 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
14538 Move declarations before first use.
14539 (pcomplete-opt): Mark unused parameters; doc fix.
14540
14541 * proced.el (proced-revert): Mark unused parameter.
14542 (proced-send-signal): Remove unused variable `err'.
14543
14544 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
14545 Rename parameter PREFIX-ARG to ARG.
14546 (ps-basic-plot-string, ps-basic-plot-whitespace):
14547 Mark unused parameters.
14548
14549 * replace.el (replace-count): Define.
14550 (occur-revert-function): Mark unused parameters.
14551 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
14552 (isearch-case-fold-search, isearch-string): Declare.
14553 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
14554 bind `case-fold-search'. Remove unused variables `beg' and `end',
14555 and simplify.
14556 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
14557 COUNT and bind `replace-count'.
14558 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
14559 to COUNT.
14560
14561 * savehist.el (print-readably, print-string-length): Declare.
14562
14563 * shadowfile.el (shadow-expand-cluster-in-file-name):
14564 Remove unused variable `cluster'.
14565 (shadow-copy-file): Remove unused variable `i'.
14566 (shadow-noquery, shadow-clusters, shadow-site-cluster)
14567 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
14568 (shadow-define-literal-group, shadow-define-regexp-group)
14569 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
14570
14571 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
14572 (shell): Use `called-interactively-p'.
14573 (shell-directory-tracker): Remove unused variable `chdir-failure'.
14574
14575 * simple.el (compilation-context-lines, comint-file-name-quote-list)
14576 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
14577 (delete-backward-char): Remove unused variable `ocol'.
14578 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
14579 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
14580 (event-apply-hyper-modifier, event-apply-shift-modifier)
14581 (event-apply-control-modifier, event-apply-meta-modifier):
14582 Mark unused parameters.
14583 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
14584 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
14585
14586 * speedbar.el (speedbar-ignored-directory-expressions)
14587 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
14588 (speedbar-find-file, speedbar-dir-follow)
14589 (speedbar-directory-buttons-follow, speedbar-tag-find)
14590 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
14591 (speedbar-buffers-line-directory, speedbar-buffer-click):
14592 Mark unused parameters.
14593 (speedbar-tag-file): Remove unused variable `mode'.
14594 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
14595
14596 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
14597
14598 * talk.el (talk): Remove unused variable `display'.
14599
14600 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
14601 (tar-write-region-annotate): Mark unused parameter.
14602
14603 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
14604 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
14605 Declare them, wrapped in `with-no-warnings' to avoid replacing one
14606 warning by another.
14607
14608 * time-stamp.el (time-stamp-string-preprocess):
14609 Remove unused variable `require-padding'.
14610
14611 * tree-widget.el (widget-glyph-enable): Declare.
14612 (tree-widget-action): Mark unused parameter.
14613
14614 * w32-fns.el (x-get-selection): Mark unused parameter.
14615 (autoload-make-program, generated-autoload-file): Declare.
14616
14617 * wdired.el (wdired-revert): Mark unused parameters.
14618 (wdired-xcase-word): Remove unused variable `err'.
14619
14620 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
14621 (whitespace-help-scroll): Remove unused variable `data-help'.
14622
14623 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
14624 (widget-image-insert, widget-after-change, default)
14625 (widget-default-format-handler, widget-default-notify)
14626 (widget-default-prompt-value, widget-info-link-action)
14627 (widget-url-link-action, widget-function-link-action)
14628 (widget-variable-link-action, widget-file-link-action)
14629 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
14630 (widget-field-prompt-internal, widget-field-action, widget-field-match)
14631 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
14632 (widget-insert-button-action, widget-delete-button-action, visibility)
14633 (widget-documentation-link-action, widget-documentation-string-action)
14634 (widget-const-prompt-value, widget-regexp-match, symbol)
14635 (widget-coding-system-prompt-value)
14636 (widget-key-sequence-value-to-external, sexp)
14637 (widget-sexp-value-to-internal, character, vector, cons)
14638 (widget-choice-prompt-value, widget-boolean-prompt-value)
14639 (widget-color--choose-action): Mark unused parameters.
14640 (widget-item-match-inline, widget-choice-match-inline)
14641 (widget-checklist-match, widget-checklist-match-inline)
14642 (widget-group-match): Rename parameter VALUES to VALS.
14643 (widget-field-value-set): Remove unused variable `size'.
14644 (widget-color-action): Remove unused variables `value' and `start'.
14645
14646 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 14647 variable `dir'. Doc fix.
06b60517
JB
14648 (windmove-find-other-window): Don't pass it.
14649
14650 * window.el (count-windows): Mark unused parameter.
14651 (bw-adjust-window): Remove unused variable `err'.
14652
14653 * woman.el (woman-file-name): Remove unused variable `default'.
14654 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
14655 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
14656 (global-font-lock-mode): Declare.
14657 (woman-decode-region): Mark unused parameter.
14658 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
14659
14660 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
14661 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
14662 (x-dnd-handle-moz-url): Remove unused variable `title'.
14663 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
14664
14665 * xml.el (xml-parse-tag, xml-parse-attlist):
14666 Remove unused variable `pos'.
14667
bc4f7f3d
GM
146682011-04-19 Glenn Morris <rgm@gnu.org>
14669
14670 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
14671 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
14672 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
14673 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
14674 * calendar/cal-html.el (cal-html-insert-minical):
14675 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
14676 (calendar-mark-date-pattern):
14677 Prefix "unused" locals.
14678
14679 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
14680 optional argument `style'.
14681
14682 * calendar/appt.el (appt-make-list):
14683 * calendar/cal-china.el (calendar-chinese-date-string):
14684 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
14685 (diary-hebrew-yahrzeit):
14686 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
14687 * calendar/calendar.el (calendar-generate-window):
14688 * calendar/time-date.el (time-to-days):
14689 Remove unused local variables.
14690
16a43933
CY
146912011-04-18 Chong Yidong <cyd@stupidchicken.com>
14692
14693 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
14694 glyphless-char-display table.
14695 (tabulated-list-glyphless-char-display): New var.
14696
7eed1860
SS
146972011-04-18 Sam Steingold <sds@gnu.org>
14698
14699 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
14700 to acknowledgments.
14701
4d2d1ccd
GM
147022011-04-17 Glenn Morris <rgm@gnu.org>
14703
14704 * calendar/diary-lib.el (diary-sexp-entry):
14705 * calendar/holidays.el (holiday-sexp):
14706 Set debug-on-error rather than the removed stack-trace-on-error.
14707
239da61d
GM
147082011-04-16 Glenn Morris <rgm@gnu.org>
14709
14710 * progmodes/f90.el: Use lexical-binding.
14711 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
14712
8b05752a
SM
147132011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14714
daca8ba5
SM
14715 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
14716 (mail-mode): Setup mailalias completion here instead.
14717 * mail/mailalias.el: Use lexical-binding.
14718 (pattern, mailalias-done): Declare dynamic.
14719 (mail-completion-at-point-function): New function, from mail-complete.
14720 (mail-complete): Use it.
14721 (mail-completion-expand): New function.
14722 (mail-get-names): Use it.
14723 (mail-directory, mail-directory-process, mail-directory-stream):
14724 Don't use `pattern' for lexically bound arg.
14725
6f542485
SM
14726 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
14727
037e7c3f
SM
14728 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
14729 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
14730 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
14731
8b05752a
SM
14732 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
14733 (byte-save-window-excursion, byte-temp-output-buffer-setup)
14734 (byte-interactive-p): Define them again, for use when inlining
14735 old code.
14736
49093f60
JB
147372011-04-15 Juanma Barranquero <lekktu@gmail.com>
14738
14739 * loadup.el: Use `string-to-number', not `string-to-int'.
14740
b5b8e7de
SM
147412011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14742
14743 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
14744 gud-gdb-complete-command.
14745 (gud-gdb-completions): New function, from gud-gdb-complete-command.
14746 (gud-gdb-completion-at-point): New function.
14747 (gud-gdb-completions): Remove.
14748
f42efeb5
MA
147492011-04-14 Michael Albinus <michael.albinus@gmx.de>
14750
49093f60
JB
14751 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
14752 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
14753 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
14754 whether `executable-find' is bound.
f42efeb5
MA
14755
14756 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
14757
e240cc21
SM
147582011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14759
14760 * minibuffer.el (completion-in-region-mode-predicate)
14761 (completion-in-region-mode--predicate): New vars.
14762 (completion-in-region, completion-in-region--postch)
14763 (completion-in-region-mode): Use them.
14764 (completion--capf-wrapper): Also return the hook function.
14765 (completion-at-point, completion-help-at-point):
14766 Adjust and provide a predicate.
c2bd2ab0
SM
14767
14768 Preserve arg names for advice of subr and lexical functions (bug#8457).
14769 * help-fns.el (help-function-arglist): Consolidate the subr and
14770 new-byte-code cases. Add argument `preserve-names' to extract names
14771 from the docstring when needed.
14772 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
14773 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
14774 (ad-arglist): Use help-function-arglist's new arg.
14775 (ad-definition-type): Use cond.
14776
c183f693
JB
147772011-04-13 Juanma Barranquero <lekktu@gmail.com>
14778
06641a47
JB
14779 * autorevert.el (auto-revert-handler):
14780 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
14781 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
14782 Don't quote lambda.
14783
c183f693
JB
14784 * image-mode.el (image-transform-set-scale):
14785 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
14786
1e3b6001
G
147872011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14788
14789 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 14790 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
14791 Upgrades via gnutls-cli are too slow to be done opportunistically.
14792
2d6af8dd
JB
147932011-04-12 Juanma Barranquero <lekktu@gmail.com>
14794
14795 * dframe.el (dframe-current-frame): Remove spurious quote.
14796
c0749a51
GM
147972011-04-12 Glenn Morris <rgm@gnu.org>
14798
088d0d61
GM
14799 * calendar/cal-tex.el (cal-tex-end-document):
14800 Try to automatically use latin1 input if needed.
14801
c0749a51
GM
14802 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
14803 Don't try to cons a mark onto an empty element.
14804
5c90fde0
LL
148052011-04-11 Leo Liu <sdl.web@gmail.com>
14806
14807 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
14808 buffers.
14809 (ido-kill-buffer-at-head): Support killing virtual buffers.
14810
369e974d
CY
148112011-04-10 Chong Yidong <cyd@stupidchicken.com>
14812
14813 * minibuffer.el (completion-show-inline-help): New var.
14814 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
14815 (minibuffer-force-complete, minibuffer-complete-word):
14816 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
14817
14818 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
14819 to avoid interference from inline help (Bug#5849).
14820
37f1c930
LL
148212011-04-10 Leo Liu <sdl.web@gmail.com>
14822
099c39a4
JB
14823 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14824 Fix typo.
37f1c930 14825
a32d4040
CY
148262011-04-09 Chong Yidong <cyd@stupidchicken.com>
14827
14828 * image-mode.el (image-toggle-display-image): Signal an error if
14829 not in Image mode.
14830 (image-transform-mode, image-transform-resize)
14831 (image-transform-set-rotation): Doc fix.
daca8ba5 14832 (image-transform-set-resize): Delete.
a32d4040
CY
14833 (image-transform-set-scale, image-transform-fit-to-height)
14834 (image-transform-fit-to-width): Handle image-toggle-display-image
14835 and image-transform-resize directly.
14836
099c39a4 148372011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
14838
14839 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
14840 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
14841 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
14842 (doc-view-mode-map): Add bindings for the new functions.
14843
099c39a4 148442011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 14845
4d61f28d 14846 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
14847 Fix typo in docstring.
14848
3726838a
EZ
148492011-04-08 Eli Zaretskii <eliz@gnu.org>
14850
04f33f1e
EZ
14851 * files.el (file-size-human-readable): Produce one digit after
14852 decimal, like "ls -lh" does.
14853
14854 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
14855 the file size representation.
14856
3726838a
EZ
14857 * simple.el (list-processes): If async subprocesses are not
14858 available, error out with a clear error message.
14859
cbb59342
CY
148602011-04-08 Chong Yidong <cyd@stupidchicken.com>
14861
14862 * help.el (help-form-show): New function, to be called from C.
14863 Put help-form output in a buffer named differently than *Help*.
14864
e3971c44
EZ
148652011-04-08 Eli Zaretskii <eliz@gnu.org>
14866
14867 * files.el (file-size-human-readable): New function.
14868
14869 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
14870 computing the representation inline. Don't require `cl'.
14871
12544bbe
GM
148722011-04-08 Glenn Morris <rgm@gnu.org>
14873
a1de6c6a
GM
14874 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
14875
3c4671f4
GM
14876 * net/browse-url.el (browse-url-firefox):
14877 Test system-type, not system-configuration.
14878
b605679c
GM
14879 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
14880 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
14881 Use log-edit-empty-buffer-p. (Bug#7598)
14882
56442f0c
GM
14883 * net/rlogin.el (rlogin-process-connection-type): Simplify.
14884 (rlogin-mode-map): Initialize in the defvar.
14885 (rlogin): Use ignore-errors.
14886
12544bbe
GM
14887 * replace.el (occur-mode-map): Some fixes for menu items.
14888
eb237b0f
AH
148892011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14890
14891 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
14892
7d668f2c
CY
148932011-04-06 Chong Yidong <cyd@stupidchicken.com>
14894
e67a13ab
CY
14895 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
14896 issuing unused warnings.
14897
14898 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
14899 macro directly.
14900
7d668f2c
CY
14901 * simple.el: Lisp reimplement of list-processes. Based on an
14902 earlier reimplementation by Leo Liu, but using tabulated-list.el.
14903 (process-menu-mode): New major mode.
14904 (list-processes--refresh, list-processes):
14905 (process-menu-visit-buffer): New functions.
14906
14907 * files.el (save-buffers-kill-emacs): Don't assume any return
14908 value of list-processes, which is undocumented anyway.
14909
a83ec3c9
CY
149102011-04-06 Chong Yidong <cyd@stupidchicken.com>
14911
14912 * emacs-lisp/tabulated-list.el: New file.
14913
e91a96fe
CY
14914 * emacs-lisp/package.el: Use Tabulated List mode.
14915 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
14916 (package-menu-mode): Derive from tabulated-list-mode. Set up the
14917 table format using Tabulated List mode variables.
14918 (package--push): New macro, replacing package-list-maybe-add.
14919 (package-menu--generate): Use package--push. Renamed from
14920 package--generate-package-list.
14921 (package-menu-refresh, list-packages): Use it.
daca8ba5 14922 (package-menu--print-info): Rename from package-print-package.
e91a96fe 14923 Return insertion data instead of inserting it directly.
099c39a4
JB
14924 (package-menu-describe-package, package-menu-execute):
14925 Use tabulated-list-get-id.
e91a96fe
CY
14926 (package-menu-mark-delete, package-menu-mark-install)
14927 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
14928 (package-menu-mark-obsolete-for-deletion):
14929 Use tabulated-list-put-tag.
e91a96fe
CY
14930 (package--list-packages, package-menu-revert)
14931 (package-menu-get-package, package-menu-get-version)
14932 (package-menu-sort-by-column): Functions deleted.
14933 (package-menu-package-list, package-menu-sort-key): Vars deleted.
14934 (package-menu--status-predicate, package-menu--version-predicate)
14935 (package-menu--name-predicate)
14936 (package-menu--description-predicate): Handle arguments in the
14937 Tabulated List format.
14938 (package-list-packages-no-fetch): Call list-packages.
14939
3e214b50
JB
149402011-04-06 Juanma Barranquero <lekktu@gmail.com>
14941
14942 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 14943 (after-find-file): Don't bind it.
3e214b50
JB
14944 (revert-buffer-in-progress-p): New variable.
14945 (revert-buffer): Bind it.
14946 Pass nil for `after-find-file-from-revert-buffer'.
14947
14948 * saveplace.el (save-place-find-file-hook): Use new variable
14949 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
14950
3f0f1700
GM
149512011-04-06 Glenn Morris <rgm@gnu.org>
14952
c0274801
GM
14953 * Makefile.in (AUTOGEN_VCS): New variable.
14954 (autoloads): Use $AUTOGEN_VCS.
14955
3f0f1700
GM
14956 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
14957 * calendar/calendar.el (calendar-mode-map):
14958 Check for toolkit scroll bars. (Bug#8305)
14959
41ea9e48
CY
149602011-04-05 Chong Yidong <cyd@stupidchicken.com>
14961
14962 * minibuffer.el (completion-in-region--postch)
14963 (completion-in-region-mode): Remove unnecessary messages.
14964
6194c800
JB
149652011-04-05 Juanma Barranquero <lekktu@gmail.com>
14966
33256f14
JB
14967 * font-lock.el (font-lock-refresh-defaults):
14968 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
14969 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
14970
6194c800
JB
14971 * info.el (Info-directory-list, Info-read-node-name-2)
14972 (Info-split-parameter-string): Doc fixes.
14973 (Info-virtual-nodes): Reflow docstring.
14974 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
14975 (Info-apropos-toc-nodes, info-finder, Info-get-token)
14976 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
14977 Fix typos in docstrings.
14978 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
14979 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
14980 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
14981 (Info-restore-desktop-buffer): Mark unused parameters.
14982 (Info-directory-find-file, Info-directory-find-node)
14983 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
14984 (Info-virtual-index-find-node, Info-apropos-find-file)
14985 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 14986 Mark unused parameters; fix typos in docstrings.
6194c800
JB
14987 (Info-virtual-index): Remove unused local variable `nodename'.
14988
b87a8200 149892011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 14990
b87a8200
DD
14991 * net/rcirc.el: Update my e-mail address.
14992 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 14993
3b2ff876
CY
149942011-04-05 Chong Yidong <cyd@stupidchicken.com>
14995
14996 * startup.el (command-line): Save the cursor's theme-face
14997 directly, instead of using face-override-spec.
14998
14999 * custom.el (load-theme): Minor optimization in assigning faces.
15000
8d17e7ca
JB
150012011-04-04 Juanma Barranquero <lekktu@gmail.com>
15002
15003 * help-fns.el (describe-variable): Complete all variables having
15004 documentation, including keywords.
15005 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
15006
2fbc1934
JB
150072011-04-04 Juanma Barranquero <lekktu@gmail.com>
15008
15009 Convert to lexical-binding.
15010
15011 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
15012 (bs--get-marked-string, bs--get-modified-string)
15013 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
15014 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
15015 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
15016
15017 * ehelp.el (electric-help-execute-extended)
15018 (electric-help-ctrl-x-prefix):
15019 * hexl.el (hexl-revert-buffer-function):
15020 * linum.el (linum-after-change, linum-after-scroll):
15021 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
15022
15023 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
15024
74f50695
DU
150252011-04-04 Daiki Ueno <ueno@unixuser.org>
15026
15027 * epa-dired.el:
15028 * epa-mail.el:
15029 * epa-hook.el:
15030 * epa-file.el:
15031 * epa.el:
15032 * epg.el: Use lexical binding.
15033
c11325f7
CY
150342011-04-03 Chong Yidong <cyd@stupidchicken.com>
15035
0d9e9a12
CY
15036 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
15037
c11325f7 15038 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
15039 dictionary case for flyspell-mark-duplications-exceptions.
15040 Use regexp matching for languages.
c11325f7
CY
15041 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
15042 default dictionary (Bug#7926).
15043
da91b5f2
CY
150442011-04-02 Chong Yidong <cyd@stupidchicken.com>
15045
099c39a4
JB
15046 * emacs-lisp/package.el (package--with-work-buffer):
15047 Recognize https URLs.
da91b5f2 15048
099c39a4
JB
15049 * net/network-stream.el: Move from gnus/proto-stream.el.
15050 Change prefix to network-stream throughout.
da91b5f2
CY
15051 (open-protocol-stream): Merge into open-network-stream, leaving
15052 open-protocol-stream as an alias. Handle nil BUFFER args.
15053
15054 * subr.el (open-network-stream): Move to net/network-stream.el.
15055
afa8e9f6
GM
150562011-04-02 Glenn Morris <rgm@gnu.org>
15057
1d2e369d
GM
15058 * find-dired.el (find-exec-terminator): New option.
15059 (find-ls-option): Test for -ls support.
15060 (find-ls-subdir-switches): Test for -b in find-ls-option.
15061 (find-dired, find-grep-dired): Doc fixes.
15062 (find-dired): Use find-exec-terminator.
15063
8abb7da8 15064 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
15065 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
15066 (find-name-arg): Remove purecopy.
8abb7da8 15067
f3ca7378
GM
15068 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
15069 (grep-compute-defaults): Check for `-exec COMMAND +' support.
15070 Set grep-find-use-xargs, grep-find-command, and grep-find-template
15071 accordingly. Don't add the null-device if not needed.
15072
afa8e9f6
GM
15073 * files.el (save-some-buffers): Doc fix.
15074
35eae264
EZ
150752011-04-02 Eli Zaretskii <eliz@gnu.org>
15076
15077 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
15078
26b51db5
JB
150792011-04-01 Juanma Barranquero <lekktu@gmail.com>
15080
15081 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
15082 Use `dolist' rather than `mapcar'.
15083
7200d79c
SM
150842011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15085
03408648 15086 Add lexical binding.
7200d79c 15087
03408648
SM
15088 * subr.el (apply-partially): Use new closures rather than CL.
15089 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
15090 (dolist, dotimes): Use slightly different expansion for lexical code.
15091 (functionp): Move to C.
15092 (letrec): New macro.
15093 (with-wrapper-hook): Use it and apply-partially instead of CL.
15094 (eval-after-load): Preserve lexical-binding.
15095 (save-window-excursion, with-output-to-temp-buffer): Turn them
15096 into macros.
7200d79c 15097
03408648
SM
15098 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
15099
15100 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
15101 than the arglist.
15102 (help-add-fundoc-usage): Don't add `Not documented'.
15103 (help-function-arglist): Handle closures, subroutines, and new
15104 byte-code-functions.
15105 (help-make-usage): Remove leading underscores.
15106 (describe-function-1): Handle closures.
15107 (describe-variable): Use special-variable-p for completion.
15108
15109 * files.el (lexical-binding): Declare safe.
f488fb65 15110
03408648
SM
15111 * emacs-lisp/pcase.el: Don't use destructuring-bind.
15112 (pcase--memoize): Rename from pcase-memoize. Change weakness.
15113 (pcase): Add `let' pattern.
15114 Change memoization so it actually works.
15115 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
15116 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
15117 <let>: New case.
f488fb65 15118
03408648
SM
15119 * emacs-lisp/macroexp.el: Use lexical binding.
15120 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
15121 Don't convert ' to #' without checking that it's indeed quoting
15122 a lambda.
15123
15124 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 15125 Use eval-sexp-add-defvars.
03408648
SM
15126 (eval-sexp-add-defvars): New fun.
15127
15128 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
15129
15130 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
15131 Don't autoload.
15132 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
15133 than the internal `byte-compile-lambda'.
15134 (defmethod): Don't hide code under quotes.
15135 (eieio-defmethod): New `code' argument.
15136
15137 * emacs-lisp/eieio-comp.el: Remove.
15138
15139 * emacs-lisp/edebug.el (edebug-eval-defun)
15140 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
15141 (edebug-toggle): Avoid `eval'.
15142
15143 * emacs-lisp/disass.el (disassemble-internal): Handle new
15144 `closure' objects.
15145 (disassemble-1): Handle new byte codes.
15146
15147 * emacs-lisp/cl.el (pushnew): Silence warning.
15148
15149 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
15150 (cl-byte-compile-throw): Remove.
15151 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
15152
15153 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
15154 closures.
15155
15156 * emacs-lisp/cconv.el: New file.
15157
15158 * emacs-lisp/bytecomp.el: Use lexical binding instead of
15159 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
15160 (byte-compile-initial-macro-environment):
15161 Handle declare-function here.
15162 (byte-compile--lexical-environment): New var.
15163 (byte-stack-ref, byte-stack-set, byte-discardN)
15164 (byte-discardN-preserve-tos): New lap codes.
15165 (byte-interactive-p): Don't use any more.
15166 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
15167 New macros.
15168 (byte-compile-lapcode): Use them and handle new lap codes.
15169 (byte-compile-obsolete): Remove.
15170 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
15171 (byte-compile-arglist-warn): Check late def of inlinable funs.
15172 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
15173 since they should have been expanded by now.
15174 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
15175 (byte-compile-from-buffer): Remove unused second arg.
15176 (byte-compile-preprocess): New function.
15177 (byte-compile-toplevel-file-form): New function to distinguish
15178 file-form calls from outside from file-form calls from hunk-handlers.
15179 (byte-compile-file-form): Simplify.
15180 (byte-compile-file-form-defsubst): Remove.
15181 (byte-compile-file-form-defmumble): Simplify now that
15182 byte-compile-lambda always returns a byte-code-function.
15183 (byte-compile): Preprocess.
15184 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
15185 Remove, not used any more.
15186 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
15187 (byte-compile-make-args-desc): New funs.
15188 (byte-compile-lambda): Handle lexical functions. Always return
15189 a byte-code-function.
15190 (byte-compile-reserved-constants): New var, to make up room for
15191 closed-over variables.
15192 (byte-compile-constants-vector): Obey it.
15193 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
15194 (byte-compile-macroexpand-declare-function): New function.
15195 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
15196 byte-code-functions.
15197 (byte-compile-form): Check obsolescence here.
15198 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
15199 (byte-compile-variable-ref): Remove.
15200 (byte-compile-dynamic-variable-op): New fun.
15201 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
15202 (byte-compile-variable-set): New funs.
15203 (byte-compile-discard): Add 2 args.
15204 (byte-compile-stack-ref, byte-compile-stack-set)
15205 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
15206 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
15207 macroexpand-all instead.
15208 (byte-compile-quote-form): Remove.
15209 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
15210 (byte-compile-bind, byte-compile-unbind): New funs.
15211 (byte-compile-let): Handle let* and lexical binding.
15212 (byte-compile-let*): Remove.
15213 (byte-compile-catch, byte-compile-unwind-protect)
15214 (byte-compile-track-mouse, byte-compile-condition-case):
15215 Handle a new :fun-body form, used for lexical scoping.
15216 (byte-compile-save-window-excursion)
15217 (byte-compile-with-output-to-temp-buffer): Remove.
15218 (byte-compile-defun): Simplify.
15219 (byte-compile-stack-adjustment): New fun.
15220 (byte-compile-out): Use it.
15221 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
15222
15223 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
15224 handler any more.
15225
15226 * emacs-lisp/byte-opt.el: Use lexical binding.
15227 (byte-inline-lapcode): Remove (to bytecomp).
15228 (byte-compile-inline-expand): Pay attention to inlining to/from
15229 lexically bound code.
15230 (byte-compile-unfold-lambda): Don't handle byte-code-functions
15231 any more.
15232 (byte-optimize-form-code-walker): Don't handle save-window-excursion
15233 any more and don't call compiler-macros.
15234 (byte-compile-splice-in-already-compiled-code): Remove.
15235 (byte-code): Don't inline any more.
15236 (disassemble-offset): Receive `bytes' as argument rather than via
15237 dynamic scoping.
15238 (byte-compile-tag-number): Declare before first use.
15239 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
15240 `return' even if make-spliceable.
15241 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
15242 obsolete interactive-p.
15243 (byte-optimize-lapcode): Optimize new lap-codes.
15244 Don't trip up on new form of `byte-constant' lap code.
15245
15246 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
15247
15248 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
15249
15250 * custom.el (custom-initialize-default, custom-declare-variable):
15251 Use `defvar'.
15252
15253 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
15254 New variables.
15255 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
15256 (COMPILE_FIRST): Add macroexp and cconv.
15257 * makefile.w32-in: Mirror changes in Makefile.in.
15258
15259 * vc/cvs-status.el:
15260 * vc/diff-mode.el:
15261 * vc/log-edit.el:
15262 * vc/log-view.el:
15263 * vc/smerge-mode.el:
15264 * textmodes/bibtex-style.el:
15265 * textmodes/css.el:
15266 * startup.el:
15267 * uniquify.el:
da91b5f2
CY
15268 * minibuffer.el:
15269 * newcomment.el:
15270 * reveal.el:
15271 * server.el:
15272 * mpc.el:
15273 * emacs-lisp/smie.el:
15274 * doc-view.el:
15275 * dired.el:
03408648
SM
15276 * abbrev.el: Use lexical binding.
15277
0f0c1f27
EZ
152782011-04-01 Eli Zaretskii <eliz@gnu.org>
15279
15280 * info.el (info-display-manual): New function.
15281
c82b2579
SM
152822011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15283
15284 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
15285
221ddf68
TH
152862011-03-31 Tassilo Horn <tassilo@member.fsf.org>
15287
15288 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 15289 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 15290
cba6e77e
GM
152912011-03-31 Glenn Morris <rgm@gnu.org>
15292
e040639f
GM
15293 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
15294
cba6e77e
GM
15295 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
15296
6d0f1c9e
CS
152972011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
15298
15299 * progmodes/python.el (python-default-interpreter)
15300 (python-python-command-args, python-jython-command-args)
15301 (python-which-shell, python-which-args, python-which-bufname)
15302 (python-file-queue, python-comint-output-filter-function)
15303 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
15304 variables and functions.
15305
3e2d70fd
SM
153062011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
15307
15308 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
15309 (completion-in-region-mode): New minor mode.
15310 (completion-in-region): Use it.
15311 (completion-in-region--data, completion-in-region-mode-map): New vars.
15312 (completion-in-region--postch): New function.
15313 (completion--capf-misbehave-funs, completion--capf-safe-funs):
15314 New vars.
15315 (completion--capf-wrapper): New function.
15316 (completion-at-point): Use it to track well-behavedness of
15317 hook functions.
15318 (completion-help-at-point): New command.
15319
f3e4086c
JM
153202011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
15321
15322 * vc/add-log.el (add-change-log-entry): Don't use whitespace
15323 syntax class to search for whitespace on a single line
15324 (Message-ID: <4D938140.4030905@redhat.com>).
15325
eb7ffc14
LL
153262011-03-30 Leo Liu <sdl.web@gmail.com>
15327
15328 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
15329 New commands.
15330 (edit-abbrevs-map): Bind them here.
15331 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
15332
d806ab68
KM
153332011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
15334
15335 * allout.el (allout-hide-by-annotation, allout-flag-region):
15336 Reduce possibility of overlay leakage by making them volatile.
15337
15338 * allout-widgets.el (allout-widgets-tally): Define as nil so the
15339 hash is not shared between buffers. Mode initialization is
15340 responsible for giving it a useful starting value.
15341 (allout-item-span): Reduce possibility of overlay leakage by
15342 making them volatile.
15343 (allout-widgets-count-buttons-in-region): Add diagnostic function
15344 for tracking down button overlay leaks.
15345
ea622834
LL
153462011-03-29 Leo Liu <sdl.web@gmail.com>
15347
15348 * ido.el (ido-read-internal): Use the default history var
15349 minibuffer-history if no HISTORY is specified.
15350
b62f8267
G
153512011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
15352
03408648
SM
15353 * net/imap.el (imap-shell-open, imap-process-connection-type):
15354 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
15355 Kerberos, SSL, other subprocesses.
15356
947b6566
LL
153572011-03-28 Leo Liu <sdl.web@gmail.com>
15358
15359 * abbrev.el (abbrev-table-empty-p): New function.
15360 (prepare-abbrev-list-buffer): Place empty abbrev tables after
15361 nonempty ones. (Bug#5937)
15362
5ffb62aa
JD
153632011-03-27 Jan Djärv <jan.h.d@swipnet.se>
15364
15365 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
15366
7a097943
LL
153672011-03-27 Leo Liu <sdl.web@gmail.com>
15368
15369 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
15370 for foreground and background colors.
15371 (ansi-color-make-color-map): Adapt.
15372
c5b40130
LL
153732011-03-25 Leo Liu <sdl.web@gmail.com>
15374
1f48f7d2
LL
15375 * midnight.el (midnight-time-float): Remove. Note it calculates
15376 the microsecond component incorrectly and seconds-to-time does the
15377 same job.
625897ec 15378 Remove redundant (require 'timer).
1f48f7d2 15379
c5b40130
LL
15380 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
15381 (ido-completions): Remove unused arguments. (Bug#8329)
15382
d86d2721
SM
153832011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15384
15385 * minibuffer.el (completion--flush-all-sorted-completions):
15386 Remove itself from hook.
15387 (completion-at-point): Let the functions perform the completion
15388 immediately and return nil or t.
15389 * comint.el (comint-dynamic-complete-functions): Now identical to
15390 completion-at-point-functions.
15391 (comint-dynamic-list-input-ring): Remove unused var `index'.
15392 (comint--match-partial-filename, comint--unquote&expand-filename):
15393 New funs, split from comint-match-partial-filename.
15394 (comint-dynamic-complete): Use completion-at-point.
15395 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
15396
e8974c48
DA
153972011-03-24 Drew Adams <drew.adams@oracle.com>
15398
15399 * thingatpt.el: Support `defun'.
15400
def71b5e
LL
154012011-03-23 Leo Liu <sdl.web@gmail.com>
15402
cb5af48e
LL
15403 * abbrevlist.el: Move to obsolete/abbrevlist.el.
15404
def71b5e
LL
15405 * help-mode.el (help-mode-finish): Tweak regexp.
15406
927c53e7
GM
154072011-03-23 Glenn Morris <rgm@gnu.org>
15408
18d05bed
GM
15409 * eshell/esh-opt.el (eshell-eval-using-options):
15410 Do not bind unused local variable `eshell-option-stub'.
15411
927c53e7
GM
15412 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
15413
9d0da923
JB
154142011-03-22 Juanma Barranquero <lekktu@gmail.com>
15415
15416 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
15417 keymap variable in `with-no-warnings' to avoid a warning when the
15418 keymap has been already `defconst'ed.
15419
4b978a67
LL
154202011-03-22 Leo Liu <sdl.web@gmail.com>
15421
15422 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
15423 encode all chars in abbrevs; otherwise use emacs-mule or
15424 utf-8-emacs. (Bug#8308)
15425
5fd62452
JB
154262011-03-22 Juanma Barranquero <lekktu@gmail.com>
15427
0b1596c6
JB
15428 * simple.el (backward-delete-char-untabify):
15429 Avoid warning about using `delete-backward-char'.
15430
5fd62452
JB
15431 * image.el (image-type-file-name-regexps): Make it variable.
15432 `imagemagick-register-types' modifies it, and the user may want
15433 to add new extensions for known image types.
15434 (imagemagick-register-types): Throw error if not using ImageMagick.
15435
0b4e93f1
LL
154362011-03-22 Leo Liu <sdl.web@gmail.com>
15437
15438 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
15439 located before rcirc-prompt-end-marker.
15440 (rcirc-complete): Error if point is not after rcirc prompt.
15441 Handle the case when table is nil.
9882e214 15442 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 15443
fccee4ab
CY
154442011-03-22 Chong Yidong <cyd@stupidchicken.com>
15445
15446 * custom.el (custom--inhibit-theme-enable): Make it affect only
15447 custom-theme-set-variables and custom-theme-set-faces.
15448 (provide-theme): Ignore custom--inhibit-theme-enable.
15449 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
15450 (custom-enabling-themes): Delete variable.
d86d2721
SM
15451 (enable-theme): Accept only loaded themes as arguments.
15452 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
15453 (custom-enabled-themes): Forbid themes from setting this.
15454 Eliminate use of custom-enabling-themes.
15455 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 15456
af896da6
LL
154572011-03-21 Leo Liu <sdl.web@gmail.com>
15458
15459 * ido.el (ido-read-internal): Add ido-selected to history instead
15460 of user input.
15461
78f64af0
SM
154622011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15463
15464 * subr.el (deferred-action-list, deferred-action-function):
15465 Mark obsolete.
15466
b16ac1ec
LL
154672011-03-21 Leo Liu <sdl.web@gmail.com>
15468
810f7698
LL
15469 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
15470 change on 2011-02-13 (bug#8309).
15471
b16ac1ec
LL
15472 * minibuffer.el (read-file-name-function): Change default value.
15473 (read-file-name--defaults): Rename from read-file-name-defaults.
15474 (read-file-name-default): Rename from read-file-name.
15475 (read-file-name): Call read-file-name-function.
15476
4e05e67e
GM
154772011-03-21 Glenn Morris <rgm@gnu.org>
15478
15479 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
15480 Doc fixes.
15481
4359915b
CY
154822011-03-21 Chong Yidong <cyd@stupidchicken.com>
15483
15484 * cus-theme.el: Add missing provide statement.
15485 (customize-create-theme): Extract theme value correctly.
15486 (custom-theme-visit-theme): Autoload.
15487 (customize-create-theme): Prompt before inserting default faces.
15488
1fe275ee
JB
154892011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
15490
15491 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
15492 units and musical notes.
15493
cd394be1 154942011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
15495
15496 * ido.el (ido-read-internal): Use completing-read-default.
15497 (ido-completing-read): Fix compatibility with completing-read.
15498
7d476bde
CO
154992011-03-20 Christian Ohler <ohler@gnu.org>
15500
15501 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
15502 (ert-delete-all-tests): Use `called-interactively-p' rather than
15503 `interactive-p'.
15504 (ert--make-xrefs-region): Respect END.
15505
fe0fb33e
CY
155062011-03-19 Chong Yidong <cyd@stupidchicken.com>
15507
ff854b0b
CY
15508 * dired-aux.el (dired-create-directory): Signal an error if the
15509 directory already exists (Bug#8246).
15510
fe0fb33e
CY
15511 * facemenu.el (list-colors-display): Call list-faces-display
15512 inside with-help-window.
15513 (list-colors-print): Use display property to align the final
15514 column, instead of checking window-width.
15515
576bce32
EZ
155162011-03-19 Eli Zaretskii <eliz@gnu.org>
15517
4d61f28d 15518 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
15519 windows-nt systems.
15520 (emerge-protect-metachars): Quote correctly for ms-dos and
15521 windows-nt systems.
15522
89c41d68 155232011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
15524
15525 * info.el (info-initialize): Replace all uses of `:' with
15526 path-separator for compatibility with non-Unix systems.
15527 Cache quoting of path-separator. (Bug#8258)
15528
b14e3e21 155292011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
15530
15531 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
15532 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
15533 (mouse-avoidance-mode): Fix typos in docstrings.
15534
4525ce3e
CY
155352011-03-19 Chong Yidong <cyd@stupidchicken.com>
15536
15537 * startup.el (package-subdirectory-regexp): Move from package.el.
15538 Omit \\` and \\', and let callers add them.
15539
15540 * emacs-lisp/package.el (package-strip-version)
15541 (package-load-all-descriptors): Add \\` and \\' to
15542 package-subdirectory-regexp before using it.
15543 (package-untar-buffer): New arg DIR; ensure that file untars only
15544 into this expected directory. Remove superfluous delete-region.
15545 (package-unpack): Caller changed.
15546 (package-tar-file-info): Use package-subdirectory-regexp.
15547
a904a09a 155482011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 15549
a904a09a
SM
15550 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
15551 diff-mode-shared-map (bug#8284).
15552 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
15553
155542011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15555
15556 * calendar/time-date.el (format-seconds): Use assoc instead of
15557 assoc-string, since assoc-string doesn't exist in XEmacs.
15558
171fc304
JB
155592011-03-17 Juanma Barranquero <lekktu@gmail.com>
15560
15561 * custom.el (custom-known-themes): Reflow docstring.
15562 (custom-theme-load-path): Fix typo in docstring.
15563 (load-theme): Fix typo in error message.
15564 (custom-available-themes, custom-variable-theme-value):
15565 Use `let', not `let*'.
15566
d71990a1
JB
155672011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
15568
15569 * calc/README: Mention inclusion of musical notes.
15570
15571 * calc/calc-units.el (calc-lu-quant): Rename from
15572 `calc-logunits-quantity'.
15573 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
15574 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
15575 (calc-db): Rename from `calc-dblevel'.
15576 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
15577 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
15578 (calc-np): Rename from `calc-nplevel'.
15579 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
15580 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
15581 (calc-lu-plus): Rename from `calc-logunits-add'.
15582 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
15583 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
15584 (calc-lu-minus): Rename from `calc-logunits-sub'.
15585 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
15586 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
15587 (calc-lu-times): Rename from `calc-logunits-mul'.
15588 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
15589 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
15590 (calc-lu-divide): Rename from `calc-logunits-div'.
15591 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
15592 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
15593
15594 * calc/calc-ext.el (calc-init-extensions): Update the names of the
15595 functions being autoloaded.
15596
15597 * calc/calc.el (calc-lu-power-reference): Rename from
15598 `calc-logunits-power-reference'.
15599 (calc-lu-field-reference): Rename from
15600 `calc-logunits-field-reference'.
15601
7a71b18d
GM
15602 * calc/calc-help.el (calc-l-prefix-help):
15603 Mention musical note functions.
d71990a1 15604
40c2934b
SM
156052011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
15606
15607 * minibuffer.el (completion-all-sorted-completions):
15608 Use :completion-cycle-penalty text property if present.
15609
b0911414
KM
156102011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
15611
15612 * allout.el (allout-yank-processing): Adjust for new rebulleting
15613 regime so bullet being yanked is used without prompting the user
15614 for a choice.
15615
8a05b668
JB
156162011-03-16 Juanma Barranquero <lekktu@gmail.com>
15617
15618 * startup.el (command-line): Warn the user that _emacs is deprecated.
15619
5ba5fb81
JB
156202011-03-16 Juanma Barranquero <lekktu@gmail.com>
15621
15622 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
15623 (delphi-verbose, delphi-comment-face, delphi-string-face)
15624 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
15625 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
15626 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
15627 (delphi-new-comment-line, delphi-font-lock-defaults)
15628 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
15629 Fix typos in docstrings.
15630
2dab465b
KM
156312011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
15632
5ba5fb81 15633 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
15634 Invert the roles of character and string values for INSTEAD, so a
15635 string is used for the more common case of a defaulting prompt.
15636
0adf5618
SM
156372011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15638
15639 * progmodes/ruby-mode.el (ruby-backward-sexp):
15640 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
15641 * play/gamegrid.el (gamegrid-make-face):
15642 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
15643 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
15644 * notifications.el (notifications-notify):
15645 * net/xesam.el (xesam-search-engines):
15646 * net/quickurl.el (quickurl-list-insert):
15647 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
15648
d72700e5
CY
156492011-03-15 Chong Yidong <cyd@stupidchicken.com>
15650
15651 * startup.el (command-line): Update package subdirectory regexp.
15652
49c5410a
SM
156532011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15654
c6eee9aa
SM
15655 * allout.el (allout-abbreviate-flattened-numbering)
15656 (allout-mode-deactivate-hook): Fix up obsolescence "date".
15657
49c5410a
SM
15658 * subr.el (read-char-choice): Only show the cursor after the prompt,
15659 not after the answer.
15660
047b2bb9
KR
156612011-03-15 Kevin Ryde <user42@zip.com.au>
15662
15663 * help-fns.el (variable-at-point): Skip leading quotes, if any
15664 (bug#8253).
15665
0a57d256
SM
156662011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15667
15668 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
15669 warning message.
15670
77c992bc
MA
156712011-03-14 Michael Albinus <michael.albinus@gmx.de>
15672
15673 * shell.el (shell): When called interactively, offer to change the
15674 shell file name on remote hosts.
15675
eebc475d
TZ
156762011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
15677
15678 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
15679 integration for LDAP parameters. The host, base, user or binddn,
15680 and secret tokens can be specified in a netrc file, for instance.
15681 This is optional because an `auth-source' parameter must be
15682 specified in the search attributes.
15683
9d05d1ba
JB
156842011-03-13 Juanma Barranquero <lekktu@gmail.com>
15685
15686 * help.el (describe-mode): Link to the mode's definition (bug#8185).
15687
09d9db2c
GM
156882011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15689
15690 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
15691 into declaration. Remove redundant and harmful binding.
15692
156932011-03-12 Eli Zaretskii <eliz@gnu.org>
15694
15695 * files.el (file-ownership-preserved-p): Pass `integer' as an
15696 explicit 2nd argument to `file-attributes'. If the file's owner
15697 is the Administrators group on Windows, and the current user is
15698 Administrator, consider that a match.
15699
15700 * server.el (server-ensure-safe-dir): Consider server directory
15701 safe on MS-Windows if its owner is the Administrators group while
15702 the current Emacs user is Administrator. Use `=' to compare
15703 numerical UIDs, since they could be integers or floats.
15704
219bd536
JB
157052011-03-12 Juanma Barranquero <lekktu@gmail.com>
15706
15707 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
15708
f3afd36b
MA
157092011-03-12 Michael Albinus <michael.albinus@gmx.de>
15710
15711 Sync with Tramp 2.2.1.
15712
15713 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
15714
15715 * net/trampver.el: Update release number.
15716
3aaaa6f1
SM
157172011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15718
94642599
SM
15719 * progmodes/compile.el (compilation--previous-directory): Fix up
15720 various nil/dead-marker mismatches (bug#8014).
15721 (compilation-directory-properties, compilation-error-properties):
15722 Don't call it at a position past the one we're about to change.
15723
3aaaa6f1
SM
15724 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
15725 Disable obsolescence warnings in the file that declares it.
15726
14239447
KM
157272011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
15728
099c39a4
JB
15729 * allout-widgets.el (allout-widgets-tally):
15730 Initialize allout-widgets-tally as a hash table rather than nil to
15731 prevent mode-line redisplay warnings. Also, clarify the module
15732 description and fix a comment typo.
14239447 15733
135e287c
JB
157342011-03-11 Juanma Barranquero <lekktu@gmail.com>
15735
15736 * help-fns.el (describe-variable): Don't complete keywords.
15737 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
15738
ffbf300e
CY
157392011-03-10 Chong Yidong <cyd@stupidchicken.com>
15740
ba08b241
CY
15741 * emacs-lisp/package.el (package-version-join): Impose a standard
15742 string representation for pre/alpha/beta version lists.
15743 (package-unpack-single): Standardize the directory name by passing
15744 it through package-version-join.
15745 (package-strip-rcs-id): Accept any version string that does not
15746 signal an error in version-to-list.
ffbf300e 15747
f346fd6b
MA
157482011-03-10 Michael Albinus <michael.albinus@gmx.de>
15749
15750 * simple.el (delete-trailing-whitespace): Return nil for the
15751 benefit of `write-file-functions'.
15752
ccb55d27
GM
157532011-03-10 Glenn Morris <rgm@gnu.org>
15754
5ceaac0c
GM
15755 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
15756
02da65ff
GM
15757 * vc/vc-git.el (vc-git-program): New option.
15758 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
15759 (vc-git--call): Use it.
15760
b2f603cc
GM
15761 * eshell/esh-util.el (eshell-condition-case): Doc fix.
15762
5772caab
GM
15763 * cus-edit.el (Custom-newline): If no button at point, look
15764 for a subgroup button at start-of-line. (Bug#2298)
15765
ccb55d27
GM
15766 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
15767
ec6ecaed
JD
157682011-03-10 Julien Danjou <julien@danjou.info>
15769
15770 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
15771 `cursor-type' is nil.
15772
9d5aa01d
JB
157732011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
15774
15775 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
15776
b6a5875b
KM
157772011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
15778
7a71b18d 15779 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
15780 preserves the existing header prefix, rebulleting it if necessary,
15781 rather than replacing it. This is necessary for proper operation
15782 of cooperative addons like allout-widgets.
1154d12e
JB
15783 (allout-make-topic-prefix, allout-rebullet-heading):
15784 Change SOLICIT arg to INSTEAD, and interpret additionally a string
15785 value as alternate bullet to be used, instead of prompting the user
15786 for a bullet character.
b6a5875b 15787
ee545c35
MA
157882011-03-09 Michael Albinus <michael.albinus@gmx.de>
15789
d86d2721
SM
15790 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
15791 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
15792 `tramp-default-port'.
15793
c47971d7
DD
157942011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
15795
15796 * net/rcirc.el (rcirc-handler-001): Remove useless
15797 with-rcirc-process-buffer.
15798 (rcirc-check-auth-status): Swap arguments to string-match.
15799
13522cb4
GM
158002011-03-09 Glenn Morris <rgm@gnu.org>
15801
0be6f4f1
GM
15802 * shell.el (shell-mode):
15803 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
15804
13522cb4
GM
15805 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
15806 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
15807
515de2e3
CY
158082011-03-08 Chong Yidong <cyd@stupidchicken.com>
15809
15810 * emacs-lisp/package.el (package-refresh-contents)
15811 (package-menu-execute): Use condition-case-no-debug.
15812
b511b994
MA
158132011-03-08 Michael Albinus <michael.albinus@gmx.de>
15814
15815 * simple.el (shell-command-to-string): Use `process-file'.
15816
15817 * emacs-lisp/package.el (package-tar-file-info): Handle also
15818 remote files.
15819
d86d2721
SM
15820 * emacs-lisp/package-x.el (package-upload-buffer-internal):
15821 Use `equal' for upload base check.
b511b994 15822
25bbfb31
AM
158232011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
15824
15825 * textmodes/texinfo.el (texinfo-environments):
15826 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
15827
be996521
GM
158282011-03-08 Glenn Morris <rgm@gnu.org>
15829
e9c8529f
GM
15830 * cus-start.el (cursor-in-non-selected-windows):
15831 Fix :set quoting oddness. (Bug#8192)
15832
be996521
GM
15833 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
15834 in some setf expressions. (Bug#2159)
15835
2bb5649e
CY
158362011-03-08 Chong Yidong <cyd@stupidchicken.com>
15837
15838 * custom.el (custom-available-themes): Return themes in
15839 alphabetical order.
15840
33383987 15841See ChangeLog.15 for earlier changes.
e3d51b27
MR
15842
15843;; Local Variables:
15844;; coding: utf-8
e3d51b27
MR
15845;; End:
15846
acaf905b 15847 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
15848
15849 This file is part of GNU Emacs.
15850
15851 GNU Emacs is free software: you can redistribute it and/or modify
15852 it under the terms of the GNU General Public License as published by
15853 the Free Software Foundation, either version 3 of the License, or
15854 (at your option) any later version.
15855
15856 GNU Emacs is distributed in the hope that it will be useful,
15857 but WITHOUT ANY WARRANTY; without even the implied warranty of
15858 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15859 GNU General Public License for more details.
15860
15861 You should have received a copy of the GNU General Public License
15862 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.