* emacs-list/cust-print.el: Move to obsolete.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
57a7d507
SM
12012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2
d32926ff
SM
3 * emacs-list/cust-print.el: Move to obsolete.
4
53aacf21
SM
5 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
6 compiler-macro expansion.
7
57a7d507
SM
8 Add native compiler-macro support.
9 * emacs-lisp/macroexp.el (macroexpand-all-1):
10 Support compiler-macros directly. Properly follow aliases and apply
11 the compiler macros more thoroughly.
12 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
13 macroexpand now properly follows aliases.
14 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
15 (cl-compiler-macroexpand): Use new prop.
16 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
17
18 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
19
51a5f9d8
MR
202012-06-05 Martin Rudalics <rudalics@gmx.at>
21
22 * window.el (get-lru-window, get-mru-window, get-largest-window):
23 New argument NOT-SELECTED to avoid picking the selected window.
24 (window--display-buffer-1, window--display-buffer-2): Replace by
25 new function window--display-buffer
26 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
27 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
28 Use window--display-buffer.
51a5f9d8
MR
29 (display-buffer-use-some-window): Remove temporary dedication
30 hack by calling get-lru-window and get-largest-window with
31 NOT-SELECTED argument non-nil. Call window--display-buffer.
32
08f9f738
GM
332012-06-05 Glenn Morris <rgm@gnu.org>
34
35 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
36 Replace external vcdiff script.
37
e364a2b7
SM
382012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
39
40 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
41
041df390
CY
422012-06-04 Chong Yidong <cyd@gnu.org>
43
e364a2b7
SM
44 * image.el (imagemagick-types-inhibit): Revert last change.
45 Add INFO and M.
47b36b94 46 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 47
7c1898a7
SM
482012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
49
50 * emacs-lisp/cl-lib.el: Rename from cl.el.
51 * emacs-lisp/cl.el: New compatibility file.
52 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
53 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
54 to obey the "cl-" prefix.
55 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
56
0c3461de
GM
572012-06-03 Glenn Morris <rgm@gnu.org>
58
1e266c88
GM
59 * emacs-lisp/authors.el (authors-aliases): Addition.
60
0c3461de
GM
61 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
62 Fix :version.
63
d8a52e15
SM
642012-06-03 Stefan Merten <smerten@oekonux.de>
65
66 * textmodes/rst.el: Add comments.
67 (rst-transition, rst-adornment): New faces.
68 (rst-adornment-faces-alist): Make default safe to reevaluate.
69 Fixes
70 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
71 Improve customization tags.
72 (rst-define-level-faces): Clarify meaning.
73
5205d6f6
CY
742012-06-03 Chong Yidong <cyd@gnu.org>
75
76 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
77 (compilation-mode-line-run, compilation-mode-line-exit):
78 New faces.
5205d6f6
CY
79 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
80
757ee657
JD
812012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
82
7c1898a7
SM
83 * progmodes/which-func.el (which-func-update-ediff-windows):
84 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 85
5f2c76c6
CY
862012-06-03 Chong Yidong <cyd@gnu.org>
87
88 * bindings.el: Remove explicit help text from format-mode-line.
89 It is now supplied by mode-line-default-help-echo.
90 (mode-line-front-space, mode-line-end-spaces)
91 (mode-line-misc-info): New variables.
92 (mode-line-modes, mode-line-position): Move the default value to
93 the variable definition.
94 (mode-line-default-help-echo): New defcustom.
383f7350
CY
95 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
96 (mode-line-modified-help-echo): New functions.
97 (mode-line-mule-info, mode-line-modified): Use them.
98 (mode-line-eol-desc, propertized-buffer-identification):
99 Consistency fixes for help text.
cbe46e5f
CY
100 (mode-line-coding-system-map): Allow using mouse-3 to invoke
101 set-buffer-file-coding-system (Bug#289).
102 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 103
f2d6a3df
SM
1042012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
105
106 * simple.el (execute-extended-command): Set real-this-command
107 (bug#11506).
108
37269466
CY
1092012-06-02 Chong Yidong <cyd@gnu.org>
110
111 Remove incorrect uses of "modeline" in comments, docstrings, and
112 function/variable names (Bug#10329).
113
114 * cus-edit.el (mode-line):
115 * dframe.el (dframe-mouse-hscroll):
116 * emacs-lisp/re-builder.el:
117 * emacs-lisp/easy-mmode.el (define-minor-mode):
118 * frame.el (set-frame-name):
119 * help.el (lookup-minor-mode-from-indicator):
120 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
121 * progmodes/cc-cmds.el (c-toggle-auto-newline)
122 (c-toggle-hungry-state):
123 * progmodes/antlr-mode.el (antlr-language-alist):
124 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
125 * progmodes/vhdl-mode.el (vhdl-mode):
126 * progmodes/which-func.el (which-func, which-func-cleanup-function):
127 * term/ns-win.el (ns-face-at-pos):
128 * term/sup-mouse.el (sup-mouse-report):
129 * textmodes/flyspell.el (flyspell-mode-line-string):
130 * textmodes/ispell.el (ispell-highlight-face):
131 * textmodes/reftex-global.el:
132 * vc/vc-arch.el (vc-arch-mode-line-string):
133 * vc/vc-cvs.el (vc-cvs-mode-line-string):
134 * vc/vc-git.el (vc-git-mode-line-string):
135 * vc/vc-hooks.el (vc-display-status)
136 (vc-default-mode-line-string):
137 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
138
139 * ansi-color.el (ansi-color-faces-vector): Change default faces.
140
141 * dired.el (dired-sort-set-mode-line): Rename from
142 dired-sort-set-modeline. All callers changed.
143
144 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
145 eshell-status-in-modeline.
146
147 * foldout.el (foldout-mode-line-string): Rename from
148 foldout-modeline-string. All callers changed.
149 (foldout-update-mode-line): Rename from foldout-update-modeline.
150
151 * subr.el (redraw-modeline): Make into obsolete alias.
152
153 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
154 timeclock-modeline-display. Make old name an alias.
155 (timeclock-update-mode-line): Likewise. All callers changed.
156 (timeclock-mode-line-display): No need to check before using
157 add-hook.
158 (timeclock-relative, timeclock-day-over-hook)
159 (timeclock-use-elapsed, timeclock-mode-string)
160 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
161
162 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
163 crisp-mode-modeline-string.
164
165 * play/solitaire.el (solitaire-build-mode-line): Rename from
166 solitaire-build-modeline. All callers changed.
167
168 * play/zone.el (zone-hiding-mode-line): Rename from
169 zone-hiding-modeline. All callers changed.
170 (zone): Remove unusued `modeline-hidden-level' property.
171
172 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
173 xscheme-modeline-initialize. All callers changed.
174
175 * strokes.el (strokes-lighter): Rename from
176 strokes-modeline-string.
177
178 * textmodes/sgml-mode.el (html-face-tag-alist)
179 (html-tag-face-alist): Use mode-line face instead of obsolete
180 alias modeline.
181
42152ee4
SM
1822012-06-02 Stefan Merten <smerten@oekonux.de>
183
184 * textmodes/rst.el: Always require `cl'.
4cf9b38d 185 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 186
95f520b5
CY
1872012-06-02 Chong Yidong <cyd@gnu.org>
188
189 * image.el (imagemagick-enabled-types): Rename from
190 imagemagick-types-enable. Add many more types.
191 (imagemagick-types-inhibit): Change default to nil.
192 (imagemagick-filter-types): Caller changed.
193
4a5f187a
SM
1942012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
195
03fef3e6
SM
196 * emacs-lisp/cl-macs.el: Use backquotes.
197 (cl-transform-function-property): Use eval-and-compile rather than
198 abusing `require'.
199 (defstruct): Use declare-function instead of with-no-warnings.
200
4a5f187a
SM
201 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
202 (byte-compile-output-docform): Re-add the print-circle bindings.
203 (byte-compile-fix-header): Use #$ just because it's shorter.
204 (byte-compile-output-file-form): Remove defun/defmacro.
205
bd56924f
MR
2062012-06-01 Martin Rudalics <rudalics@gmx.at>
207
208 * simple.el (choose-completion): Remove now obsolete binding for
209 owindow.
210
046e38ce
MA
2112012-06-01 Michael Albinus <michael.albinus@gmx.de>
212
213 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
214 in order to avoid "Stack overflow in regexp matcher".
215
32d72c2f
GM
2162012-05-31 Glenn Morris <rgm@gnu.org>
217
218 * image.el: For clarity, call imagemagick-register-types at
219 top-level, rather than relying on a custom :initialize.
220 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
221 (imagemagick-filter-types): New function. (Bug#7406)
222 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
223 If disabling support, remove elements altogether rather
224 than using an impossible regexp.
225 (imagemagick-types-inhibit): Give it the default init function.
226
dd41169b
SM
2272012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
228
4a5f187a
SM
229 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
230 Handle arbitrary file name lengths (Bug#11585).
dd41169b 231
efc00ab1 2322012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
233
234 * desktop.el (desktop-read): Clear previous and next buffers for
235 all windows and bury *Messages* buffer (bug#11556).
236
500fcedc
SM
2372012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
238
239 Add `declare' for `defun'. Align `defmacro's with it.
240 * emacs-lisp/easy-mmode.el (define-minor-mode)
241 (define-globalized-minor-mode): Don't autoload the var definitions.
242 * emacs-lisp/byte-run.el: Use lexical-binding.
243 (defun-declarations-alist, macro-declarations-alist): New vars.
244 (defmacro, defun): Use them.
245 (make-obsolete, define-obsolete-function-alias)
246 (make-obsolete-variable, define-obsolete-variable-alias):
247 Use `declare'.
248 (macro-declaration-function): Mark obsolete.
249 * emacs-lisp/autoload.el: Use lexical-binding.
250 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
251
6e8a1786
AM
2522012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
253
254 * textmodes/ispell.el (ispell-with-no-warnings):
255 Define as a macro.
500fcedc
SM
256 (ispell-kill-ispell, ispell-change-dictionary):
257 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
258 `interactive-p'.
259
61b108cc
SM
2602012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
261
262 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
263 (macro-declaration-function): Move var from C code.
264 (macro-declaration-function): Define function with defalias.
265 * emacs-lisp/macroexp.el (macroexpand-all-1):
266 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
267 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
268 defun/defmacro any more.
269 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
270 Provide fallback for unknown arglist.
271 (byte-compile-arglist-warn): Change calling convention.
272 (byte-compile-output-file-form): Move print-vars binding.
273 (byte-compile-output-docform): Simplify accordingly.
274 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
275 (byte-compile-defmacro-declaration): Remove.
276 (byte-compile-file-form-defmumble): Generalize to defalias.
277 (byte-compile-output-as-comment): Return byte-positions.
278 Simplify callers accordingly.
279 (byte-compile-lambda): Use `assert'.
280 (byte-compile-defun, byte-compile-defmacro): Remove.
281 (byte-compile-file-form-defalias):
282 Use byte-compile-file-form-defmumble.
283 (byte-compile-defalias-warn): Remove.
284
6d3f7c2f
SM
2852012-05-29 Stefan Merten <smerten@oekonux.de>
286
287 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 288 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
289
290 (rst-mode-abbrev-table): Merge definition.
291 (rst-mode): Make sure `font-lock-defaults' is buffer local.
292 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
293
6dbaa1c7
UJ
2942012-05-29 Ulf Jasper <ulf.jasper@web.de>
295
296 * calendar/icalendar.el
297 (icalendar-export-region): Export UID properly.
298
2992012-05-29 Leo <sdl.web@gmail.com>
61b108cc
SM
300 * calendar/icalendar.el (icalendar-import-format):
301 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
302 (icalendar-import-format-uid): New.
303 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
304 Export UID.
305
6876a58d
SM
3062012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
307
308 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
309 different alternative patterns.
310 (pcase-codegen): Be more careful to preserve identity.
311 (pcase--u1): Don't forget to mark vars as used.
312
313 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
314 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
315 (byte-compile-from-buffer): ...rather than here.
316
317 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
318 functions from byte-compile-function-environment.
319
46b7967e
TN
3202012-05-29 Troels Nielsen <bn.troels@gmail.com>
321
322 * window.el (window-deletable-p): Avoid deleting the root window
323 of a frame with an active minibuffer.
324
69d565e2
MR
3252012-05-29 Martin Rudalics <rudalics@gmx.at>
326
327 * simple.el (choose-completion): Use quit-window (Bug#11567).
328
a149fa51
CY
3292012-05-29 Chong Yidong <cyd@gnu.org>
330
331 * whitespace.el (whitespace-cleanup): Fix usage of
332 whitespace-empty-at-bob-regexp (Bug#11492).
333
2b311310
AH
3342012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
335
336 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
337 revert (Bug#11488).
338
b9cb2387
JL
3392012-05-29 Juri Linkov <juri@jurta.org>
340
341 * isearch.el (isearch-mode-map): Bind `M-s _' to
342 `isearch-toggle-symbol'. Bind `M-s c' to
343 `isearch-toggle-case-fold'.
344 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
345 (isearch-forward): Add `M-s _' to the docstring.
346 (isearch-forward-symbol, isearch-toggle-case-fold)
347 (isearch-symbol-regexp): New functions. (Bug#11381)
348
d5e61c1c
JL
3492012-05-29 Juri Linkov <juri@jurta.org>
350
351 * isearch.el (isearch-word): Add docstring. (Bug#11381)
352 (isearch-occur, isearch-search-and-update): If `isearch-word' is
353 a function, call it to get the regexp.
354 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
355 property `isearch-message-prefix' instead of the string "word ".
356 (isearch-search-fun-default): For the case of `isearch-word',
357 return a lambda that calls re-search-forward/re-search-backward
358 with a regexp returned by `word-search-regexp' or by the function
359 in `isearch-word'.
360
8cbd80f7
JL
3612012-05-29 Juri Linkov <juri@jurta.org>
362
363 * isearch.el (isearch-search-fun-default): New function.
364 (isearch-search-fun): Move default part to the new function
365 `isearch-search-fun-default'.
366 (isearch-search-fun-function): Set the default value to
367 `isearch-search-fun-default'. (Bug#11381)
368
369 * comint.el (comint-history-isearch-end):
370 Use `isearch-search-fun-default'.
371 (comint-history-isearch-search): Use `isearch-search-fun-default'
372 and remove spacial case for `isearch-word'.
373 (comint-history-isearch-wrap): Remove spacial case for
374 `isearch-word'.
375
376 * hexl.el (hexl-isearch-search-function):
377 Use `isearch-search-fun-default'.
378
379 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
380 Use `word-search-regexp' for `isearch-word'.
381
382 * misearch.el (multi-isearch-search-fun):
383 Use `isearch-search-fun-default'.
384
385 * simple.el (minibuffer-history-isearch-search):
386 Use `isearch-search-fun-default' and remove spacial case for
387 `isearch-word'.
388 (minibuffer-history-isearch-wrap): Remove spacial case for
389 `isearch-word'.
390
391 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
392 Remove spacial case for `isearch-word'.
393 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
394
85c8c5b6
AM
3952012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
396
397 Decrease XEmacs incompatibilities.
398 * textmodes/flyspell.el (flyspell-check-pre-word-p):
399 Use `string-match'.
400 (flyspell-delete-region-overlays): Use alternative definition for
401 XEmacs.
402 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
403 (flyspell-word): Use `process-kill-without-query' if XEmacs.
404 (flyspell-mode-on): Use `interactive-p' if XEmacs.
405 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
406 `define-obsolete-face-alias' under XEmacs, but old method.
407
408 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
409 `with-no-warnings' definition or Emacs alias.
410 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
411 (ispell-word): Do not use `region-p' if XEmacs.
412
8cab9efc
AM
4132012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
414
415 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
416 Check for `ispell-dictionary-base-alist' instead of full
417 `ispell-dictionary-alist'.
418 (ispell-init-process): Show spellchecker when starting new Ispell
419 process.
420
fda91268
RZ
4212012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
422
423 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
424 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
425
694ea8e3
JB
4262012-05-27 Juanma Barranquero <lekktu@gmail.com>
427
428 * version.el (motif-version-string, gtk-version-string)
429 (ns-version-string): Declare.
430
e4d4f539
JL
4312012-05-27 Juri Linkov <juri@jurta.org>
432
433 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
434 after the `eval-defun-1' specialcaseing
435 like in `edebug-eval-defun' (bug#10181).
436
437 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
438 like in `eval-defun-1'.
439
33017faf 4402012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 441
fda91268
RZ
442 * mail/sendmail.el (mail-yank-region):
443 Recognize rmail-yank-current-message in addition to insert-buffer.
444 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
445 a *mail* buffer created through rmail-start-mail with sendmail as
446 mail-user-agent.
447
33017faf
GM
4482012-05-27 Chong Yidong <cyd@gnu.org>
449
450 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
451 Default to 256 (Bug#11267).
452
453 * help.el (describe-mode): Doc fix.
454
04188bb9
GM
4552012-05-26 Glenn Morris <rgm@gnu.org>
456
38264cc9
GM
457 * w32-fns.el (w32-init-info): Remove.
458 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
459
eb7afdad
GM
460 * info.el (info-initialize): For self-contained NS builds, put the
461 included info/ directory at the front. (Bug#2791)
462
04188bb9
GM
463 * paths.el (Info-default-directory-list): Make it a defcustom,
464 mainly so that we can use custom-initialize-delay.
465
a179e3f7
SM
4662012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
467
43416392
SM
468 * subr.el (buffer-has-markers-at): Mark obsolete.
469
a179e3f7 470 * subr.el (lambda): Use declare.
43416392 471
a179e3f7
SM
472 * emacs-lisp/lisp-mode.el (lambda):
473 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
474
34a008d9
AH
4752012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
476
477 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
478
0a3b289f
GM
4792012-05-26 Glenn Morris <rgm@gnu.org>
480
481 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
482
758c81e8
GM
4832012-05-25 Glenn Morris <rgm@gnu.org>
484
f9f334f0
GM
485 * paths.el: Remove no-byte-compile.
486 * loadup.el: No need to load paths.el uncompiled.
487
87eb79c2
GM
488 * image.el (imagemagick-types-inhibit): Doc fix.
489
758c81e8
GM
490 * version.el: Remove no-byte-compile and associated formatting.
491 * loadup.el: No need to load version.el uncompiled. AFAICS, this
492 is ancient code from when there was an "inc-vers.el".
493
e7e85dc0
SM
4942012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
495
496 * progmodes/gdb-mi.el: Minor style changes.
497 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
498 Turn into minor modes.
499 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
500 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
501 (gdb-shell): Remove unneeded let-binding.
502 (gdb-get-many-fields): Eliminate O(n²) behavior.
503
f31237a4
EZ
5042012-05-25 Eli Zaretskii <eliz@gnu.org>
505
506 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
507 platforms that don't link in fontset.c.
508
bc1b21bb
JL
5092012-05-25 Juri Linkov <juri@jurta.org>
510
511 Use the same diff color scheme as in modern VCSes (bug#10181).
512
513 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
514 to avoid confusion with `diff-added' that now uses green colors.
515 (diff-removed): Use shades of red.
516 (diff-added): Use shades of green.
517 (diff-changed): Leave just the yellow color.
518 (diff-use-changed-face): New variable.
519 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
520 how to highlight context diff changes.
521 (diff-refine-change): Use shades of yellow.
522 (diff-refine-removed): New face that uses shades of red.
523 (diff-refine-added): New face that uses shades of green.
524 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
525 `diff-refine-removed' in the call to `smerge-refine-subst'
526 depending on the value of `diff-use-changed-face'.
527
528 * vc/smerge-mode.el (smerge-mine): Use shades of red.
529 (smerge-other): Use shades of green.
530 (smerge-base): Use shades of yellow.
531 (smerge-refined-change): Empty face.
532 (smerge-refined-removed): New face that uses shades of red.
533 (smerge-refined-added): New face that uses shades of green.
534 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
535 args `props-r' and `props-a', and use them. Doc fix.
536 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
537 on its value use different faces `smerge-refined-change',
538 `smerge-refined-removed', `smerge-refined-added' in the call to
539 `smerge-refine-subst'.
540
541 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
542 Add face condition `min-colors 88' with shades of red.
543 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
544 `min-colors 88' with shades of green.
545 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
546 `min-colors 88' with shades of yellow.
547
6df9112c
GM
5482012-05-24 Glenn Morris <rgm@gnu.org>
549
ead5edc0
GM
550 * paths.el (prune-directory-list, remote-shell-program): Move to...
551 * files.el (prune-directory-list, remote-shell-program): ...here.
552 For the latter, delay initialization, prefer ssh, just search PATH.
553
f18b81e6
GM
554 * paths.el (term-file-prefix): Move to faces.el (the only user).
555 * faces.el (term-file-prefix): Move here, make it a defcustom.
556
ee2f89a6
GM
557 * paths.el (news-directory, news-path, news-inews-program):
558 Move to gnus/nnspool.el.
61a583ca 559
f8815e4c
GM
560 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
561
c8f3b42c
GM
562 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
563 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
564 Make the latter a defcustom, with a delayed initialization.
565
6df9112c
GM
566 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
567 These were deleted from Gnus itself late 2010.
568
5dadff36
JB
5692012-05-22 Juanma Barranquero <lekktu@gmail.com>
570
9e1701c6
JB
571 * progmodes/which-func.el (which-func-ff-hook):
572 Check against user-error, not error.
573
bd7239f5 574 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
575 cl-specs.el, which no longer exists.
576
3290526d
GM
5772012-05-22 Glenn Morris <rgm@gnu.org>
578
579 * info.el (info-emacs-bug): New command.
580 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
581 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
582
ff0c3cfb
GM
5832012-05-21 Glenn Morris <rgm@gnu.org>
584
585 * makefile.w32-in (update-subdirs-SH):
586 * Makefile.in (update-subdirs): Update for moved update-subdirs.
587
5814f126
SM
5882012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
589
a52c0aa0
SM
590 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
591
5814f126
SM
592 * progmodes/compile.el (compilation-error-regexp-alist-alist):
593 Simplify Maven regexp, and make sure the file can't start with a space
594 (bug#11517).
595
b847032c
GM
5962012-05-21 Glenn Morris <rgm@gnu.org>
597
598 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
599 Scrap superfluous subshells.
600
3858bfe7
SM
6012012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
602
603 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
604 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
605
d14b0029
JB
6062012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
607
608 * calc/calc.el (calc-ensure-consistent-units): New variable.
609
a52c0aa0
SM
610 * calc/calc-units.el (math-consistent-units-p)
611 (math-check-unit-consistency): New functions.
612 (calc-quick-units, calc-convert-units):
613 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
614 is non-nil.
d14b0029
JB
615 (calc-extract-units): Fix typo.
616
60c4db3a
SM
6172012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
618
77f3b62e
SM
619 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
620
60c4db3a
SM
621 * textmodes/flyspell.el: Commenting style, plus code simplifications.
622 (flyspell-default-deplacement-commands): Don't spell check after
623 repeated window/frame switches (e.g. triggered by mouse-movement).
624 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
625 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
626 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
627 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
628 Remove unused vars.
629 (flyspell-get-casechars, flyspell-get-not-casechars):
630 Simplify; Don't bother removing a ] just to add it back.
631 * textmodes/ispell.el (ispell-program-name): Use executable-find.
632
b1a10716
RS
6332012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
634
635 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
636 New functions.
bd7239f5 637 (math-function-table): Add support for more C functions.
b1a10716 638
3f1b25b5
AM
6392012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
640
641 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
642 (flyspell-debug-signal-word-checked): Protect delay handling for
643 otherchars against empty otherchars.
644
b581bb5c
SM
6452012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
646
647 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
648 their respective macro declarations.
649 * skeleton.el (define-skeleton):
650 * progmodes/compile.el (define-compilation-mode):
651 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
652 (define-ibuffer-filter):
653 * emacs-lisp/generic.el (define-generic-mode):
654 * emacs-lisp/easy-mmode.el (define-minor-mode)
655 (define-globalized-minor-mode):
656 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
657 * emacs-lisp/byte-run.el (defsubst):
658 * custom.el (deftheme): Add doc-string metadata.
659
70b8ef8f
SM
6602012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
661
662 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
663
b1198e17
SM
6642012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
665
9abdc45d
SM
666 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
667
b1198e17
SM
668 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
669 * emacs-lisp/cl-macs.el: Idem.
670 * emacs-lisp/cl-specs.el: Remove.
671
4735906a
SM
6722012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
673
674 Minor renaming of internal CL functions and variables.
675 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
676 (cl--position): Rename from cl-position.
677 (cl--delete-duplicates): Rename from cl-delete-duplicates.
678 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
679 (cl--random-state): Rename from *random-state*.
680
ac348012
SM
6812012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
682
683 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
684 parens around the arg list (bug#11499).
685
a0a79cde
JL
6862012-05-17 Juri Linkov <juri@jurta.org>
687
688 * isearch.el (word-search-regexp, word-search-backward)
689 (word-search-forward, word-search-backward-lax)
690 (word-search-forward-lax): Move functions from search.c
691 (bug#10145, bug#11381).
692
65034a51
AM
6932012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
694
695 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
696 (flyspell-debug-signal-word-checked): Delay for otherchars as for
697 normal word components.
698
1a72a195
SM
6992012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
700
701 * minibuffer.el (completion--sifn-requote): Fix last change.
702 (minibuffer-local-must-match-filename-map):
703 Move define-obsolete-variable-alias before its var.
704
fdb058c2
SM
7052012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
706
c41045e6
SM
707 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
708
036dfb8b
SM
709 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
710 behavior.
711 (completion--string-equal-p): New function.
712 (completion--twq-all): Use it to get better assertion failure data.
713
2473256d
SM
714 Only handle ".." and '..' quoting in shell-mode (bug#11466).
715 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
716 (shell--requote-argument): New functions.
717 (shell-completion-vars): Use them.
718 (shell--parse-pcomplete-arguments): Rename from
719 shell-parse-pcomplete-arguments.
720 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
721 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
722 Obey comint-file-name-quote-list.
723
fdb058c2
SM
724 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
725 (smie-indent-keyword): Use it.
726
51fa99f1
SM
7272012-05-14 Stefan Merten <smerten@oekonux.de>
728
729 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
730
e18afed7 7312012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
732
733 * net/rlogin.el (rlogin-mode-map): Fix last change.
734
e18afed7 7352012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
736
737 * mail/smtpmail.el (smtpmail-send-command): Send the command and
738 the following \r\n using a single `process-send-string', since the
739 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 740 with two `process-send-string's (Bug#11444).
8633b1f4 741
e18afed7 7422012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 743
fdb058c2
SM
744 * shell.el (shell-parse-pcomplete-arguments):
745 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 746
2d21d7f6
WJ
7472012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
748
e18afed7 749 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
750 (image-transform-scale, image-transform-right-angle-fudge): New vars.
751 (image-transform-width, image-transform-fit-width): New functions.
752 (image-transform-properties): Use them.
753 (image-transform-check-size): New function.
754 (image-toggle-display-image): Use it (for testing).
755 (image-transform-set-rotation): Reduce angle mod 360.
756 Delete obsolete comment.
757
7102e6d0
WJ
7582012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
759
760 * image-mode.el: Fix scaling (bug#11399).
761 (image-transform-resize): Doc fix.
762 (image-transform-properties): Default scale is 1 and height should
763 be an integer.
764
06bc5e6e
SM
7652012-05-13 Johan Bockgård <bojohan@gnu.org>
766
767 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
768 than hard-coding `car', to fix misbehavior when moving forward.
769
0ae03b6a
CY
7702012-05-13 Chong Yidong <cyd@gnu.org>
771
772 * emacs-lisp/tabulated-list.el (tabulated-list-format)
773 (tabulated-list-entries, tabulated-list-padding)
774 (tabulated-list-sort-key): Make permanent-local.
775
776 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
777 (electric-buffer-list): Put electric buffer menu
778 command descriptions in this docstring, instead of the docstring
779 of electric-buffer-menu-mode. Code cleanups.
780 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
781 Electric-buffer-menu-mode.
782 (electric-buffer-update-highlight): Minor code cleanup.
783
205a7391
MA
7842012-05-13 Michael Albinus <michael.albinus@gmx.de>
785
786 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
787 (Bug#11447)
788
e5bd0a28
SM
7892012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
790
791 Move define-obsolete-variable-alias before the var's definition.
792 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
793 * tooltip.el (tooltip-hook):
794 * textmodes/reftex-toc.el (reftex-toc-map):
795 * textmodes/reftex-sel.el (reftex-select-label-map)
796 (reftex-select-bib-map):
797 * textmodes/reftex-index.el (reftex-index-map)
798 (reftex-index-phrases-map):
799 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
800 * progmodes/meta-mode.el (meta-mode-map):
801 * novice.el (disabled-command-hook):
802 * loadhist.el (unload-hook-features-list):
803 * frame.el (blink-cursor):
804 * files.el (find-file-not-found-hooks, write-file-hooks)
805 (write-contents-hooks):
806 * emulation/tpu-edt.el (GOLD-map):
807 * emacs-lock.el (emacs-lock-from-exiting):
808 * emacs-lisp/generic.el (generic-font-lock-defaults):
809 * emacs-lisp/chart.el (chart-map):
810 * dos-fns.el (register-name-alist):
811 * dired-x.el (dired-omit-files-p):
812 * desktop.el (desktop-enable):
813 * cus-edit.el (custom-mode-hook):
814 * buff-menu.el (buffer-menu-mode-hook):
815 * bookmark.el (bookmark-read-annotation-text-func)
816 (bookmark-exit-hooks):
817 * allout.el (allout-mode-deactivate-hook)
818 (allout-exposure-change-hook, allout-structure-added-hook)
819 (allout-structure-deleted-hook, allout-structure-shifted-hook):
820 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
821 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
822 comes before the corresponding variable's definition.
823
ac59c2f6
CY
8242012-05-12 Chong Yidong <cyd@gnu.org>
825
826 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
827 (Buffer-menu-mouse-select): Restore function (Bug#11459).
828 (Buffer-menu-mode-map): Bind it.
829 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 830
dee6c9a3
SM
8312012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
832
2171cea5
SM
833 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
834 (prolog-upper-case-string, prolog-lower-case-string)
835 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
836 (prolog-use-smie, prolog-smie-grammar): New vars.
837 (prolog-smie-forward-token, prolog-smie-backward-token)
838 (prolog-smie-rules): New funs.
839 (prolog-comment-indent): Remove.
840 (prolog-mode-variables): Use default comment indentation instead.
841 Setup SMIE.
842 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
843 (prolog-mode): Don't call them any more.
844 (prolog-electric-colon, prolog-electric-dash)
845 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
846
aa0382bd
SM
847 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
848
dbacb4bd
SM
849 * minibuffer.el (completion--twq-all): Again, allow case differences.
850
13bdd94c
SM
851 * term.el: Move keymap initialization code to be more idiomatic.
852 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
853 (term-terminal-menu): Move initialization into declaration.
854 (term-escape-char): Let the user set it in her .emacs.
855
ff46c759
SM
856 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
857 Provide SMIE-based indentation (not enabled by default yet).
858 (sh-mode-map): Don't bind electric keys.
859 Use electric-pair-mode instead of skeleton-pair.
860 (sh-assignment-regexp): Fit within 80 columns.
861 (sh-indent-supported): Specify actual shell name instead of boolean.
862 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
863 (sh-maybe-here-document): Use it. Make obsolete.
864 (sh-electric-here-document-mode) New minor mode.
865 (sh-mode): Use it. Don't set sh-indent-supported-here here.
866 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
867 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
868 (sh-smie-rc-grammar, sh-use-smie): New vars.
869 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
870 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
871 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
872 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
873 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
874 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
875 (sh-set-shell): Use smie-setup if requested.
876
dee6c9a3
SM
877 * term.el (term-set-escape-char): Properly set term-escape-char.
878 See http://stackoverflow.com/questions/10524656.
879
9f9aa044
CY
8802012-05-10 Chong Yidong <cyd@gnu.org>
881
882 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
883 Use url-generic-parse-url, and handle host names and Windows
884 filenames properly.
885 (ffap-url-unwrap-remote): Use url-generic-parse-url.
886 (ffap-url-unwrap-remote): Accept list values, specifying a list of
887 URL schemes to work on.
888 (ffap--toggle-read-only): New function.
889 (ffap-read-only, ffap-read-only-other-window)
890 (ffap-read-only-other-frame): Use it.
891 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
892 necessary for ffap-url-unwrap-remote.
893
836d29b3
DA
8942012-05-10 Dave Abrahams <dave@boostpro.com>
895
896 * cus-start.el (create-lockfiles): Add it.
897
00fd78ed
CY
8982012-05-09 Chong Yidong <cyd@gnu.org>
899
900 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
901 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
902
666b903b 9032012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
904
905 * shell.el (shell-completion-vars): Fix last change (bug#11348).
906
666b903b 9072012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
908
909 * ansi-color.el (ansi-color-process-output): Check for validity of
910 comint-last-output-start before using it. This avoids a bad
911 interaction with gdb-mi's input/output buffer.
912
666b903b 9132012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
914
915 * files.el (dir-locals-read-from-file):
916 Mention dir-locals in any error message.
917
666b903b 9182012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
919
920 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
921 package (Bug#11410).
922
f677562b
CY
923 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
924 variables into description.
925
666b903b 9262012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
927
928 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
929 shell-delimiter-argument-list (bug#11348).
930 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
931
b499d8d0
JB
9322012-05-09 Juanma Barranquero <lekktu@gmail.com>
933
8f6b6da8
JB
934 * textmodes/rst.el: Silence byte-compiler warnings.
935 (rst-re-alist, rst-reset-section-caches): Move around.
936 (rst-re): Use `characterp', not `char-valid-p'.
937 (font-lock-beg, font-lock-end): Declare.
938
4824146a
JB
939 * progmodes/idlw-shell.el (specs): Remove reference to deleted
940 variable `idlwave-shell-activate-alt-keybindings' and simplify.
941
b499d8d0
JB
942 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
943
ad89bb83
GM
9442012-05-08 Glenn Morris <rgm@gnu.org>
945
946 * files.el (auto-mode-alist): Treat ".make" like ".mk".
947
8bba5a75
SM
9482012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
949
49ed9c8e
SM
950 * vc/log-edit.el: Add GNU coding standards highlighting.
951 (log-edit-font-lock-gnu-style)
952 (log-edit-font-lock-gnu-keywords): New vars.
953 (log-edit-font-lock-keywords): New fun.
954 (log-edit-mode): Don't fold case in font-lock.
955 (log-edit-font-lock-keywords): Do not assume case-folding.
956
07d00b56
SM
957 * imenu.el: Misc cleanup. Make docstrings out of comments.
958 Use lexical-binding.
959 (imenu--index-alist, imenu--last-menubar-index-alist)
960 (imenu-menubar-modified-tick): Use defvar-local.
961 (imenu--split-menu): Remove unused var.
962 (imenu--cleanup-seen): Declare as global.
963 (imenu--cleanup): Use dolist.
964
8bba5a75
SM
965 * subr.el (defvar-local): Add debug spec and doc-string position.
966
5075bdb5
GM
9672012-05-08 Glenn Morris <rgm@gnu.org>
968
c052c904
GM
969 * lisp/language/burmese.el, language/cham.el, language/czech.el:
970 * language/english.el, language/georgian.el, language/greek.el:
971 * language/japanese.el, language/khmer.el, language/korean.el:
972 * language/lao.el, language/misc-lang.el, language/romanian.el:
973 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
974 * language/thai.el, language/utf-8-lang.el:
975 Remove no-byte-compile setting.
976
5075bdb5
GM
977 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
978
06f679a7
AH
9792012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
980
981 * progmodes/make-mode.el (makefile-browse):
982 Remove unnecessary interactive. (Bug#11324)
983
03794570
GM
9842012-05-07 Glenn Morris <rgm@gnu.org>
985
af8630f4
GM
986 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
987
03794570
GM
988 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
989
f0809a9d
SM
9902012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
991
28be5ce7
SM
992 * loadup.el: Preload newcomment.el.
993 * newcomment.el: Move autoload-only code to toplevel.
994
f0809a9d
SM
995 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
996 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
997 Handle new :right-align column property.
998 (tabulated-list-print-col): Idem, plus use `display' text-property to
999 try and preserve alignment for variable pitch fonts.
1000
1241b724
CY
10012012-05-07 Chong Yidong <cyd@gnu.org>
1002
1003 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
1004 (tabulated-list-use-header-line): New var.
1005 (tabulated-list-init-header): Use it.
1006 (tabulated-list-print-fake-header): New function.
1007 (tabulated-list-print): Use it.
1008 (tabulated-list-sort-button-map): Add non-header-line commands.
1009 (tabulated-list-init-header): Add column name property to basic
1010 labels as well.
1011 (tabulated-list-col-sort): Handle non-header-line button case.
1012 (tabulated-list--sort-by-column-name): Fix a corner case.
1013
f0809a9d
SM
1014 * buff-menu.el (list-buffers--refresh):
1015 Handle Buffer-menu-use-header-line.
1241b724 1016
e5f9458f
CY
10172012-05-06 Chong Yidong <cyd@gnu.org>
1018
1019 * buff-menu.el: Convert to Tabulated List mode.
1020 (Buffer-menu-buffer+size-width): Make obsolete.
1021 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
1022 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
1023 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
1024 documentation into docstring of buffer-menu.
1025 (Buffer-menu-toggle-files-only): Add an informative message.
1026 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
1027 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
1028 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
1029 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
1030 (Buffer-menu-execute, Buffer-menu-select)
1031 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
1032 (Buffer-menu-bury): Use Tabulated List machinery.
1033 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
1034 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 1035 Delete.
e5f9458f
CY
1036 (list-buffers--refresh): New function.
1037 (list-buffers-noselect): Use it.
1038 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
1039 (Buffer-menu--pretty-file-name): New helper functions.
1040
1041 * loadup.el: Preload tabulated-list.
1042
1043 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
1044 tabulated-list-sort-column.
1045 (tabulated-list-init-header): Add the initial aligning space even
1046 if tabulated-list-padding is zero.
1047
e129292c
CS
10482012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
1049
1050 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
1051 whose cdr is not a cons cell correctly (bug#11038).
1052
6632d361
CY
10532012-05-06 Chong Yidong <cyd@gnu.org>
1054
e129292c
CS
1055 * emacs-lisp/tabulated-list.el (tabulated-list-format):
1056 Accept additional plist in column descriptors.
6632d361
CY
1057 (tabulated-list-init-header): Obey it.
1058 (tabulated-list-get-entry): New function.
1059 (tabulated-list-put-tag): Use it. Use string-width instead of
1060 length.
1061 (tabulated-list--column-number): New function.
1062 (tabulated-list-print): Use it.
e129292c
CS
1063 (tabulated-list-print-col): New function.
1064 Set `tabulated-list-column-name' property on each column's text.
6632d361 1065 (tabulated-list-print-entry): Use it.
e129292c
CS
1066 (tabulated-list-delete-entry, tabulated-list-set-col):
1067 New functions.
6632d361
CY
1068 (tabulated-list-sort-column): New command (Bug#11337).
1069
3cc99f68
CY
1070 * buff-menu.el (list-buffers): Move C-x C-b binding from
1071 buff-menu.el to bindings.el.
1072
1073 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
1074 :advertised-binding feature.
1075
52b61776
TN
10762012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
1077
1078 * progmodes/compile.el (compilation-internal-error-properties):
1079 Calculate start position correctly when end-col is set but
1080 end-line is not (Bug#11382).
1081
ebfe2597
WJ
10822012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
1083
1084 * man.el (Man-unindent): Use text-property-default-nonsticky to
1085 prevent untabify from inheriting face properties (Bug#11408).
1086
6d3f7c2f
SM
10872012-05-05 Stefan Merten <smerten@oekonux.de>
1088
1089 * textmodes/rst.el: Major merge with upstream development up to
1090 Docutils SVN r7399 / rst.el V1.2.1.
1091
1092 Clarify maintainership and authors.
1093
1094 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
1095 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
1096 (rst-official-version, rst-official-cvs-rev, rst-version)
1097 (rst-package-emacs-version-alist): New functions and variables
1098 for version information.
1099
1100 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
1101 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
1102 (rst-mode-syntax-table, rst-mode): New and corrected functions
1103 and variables representing reStructuredText features.
1104
1105 (rst-re): New function for reStructuredText regexes. Use in
1106 many places.
1107
1108 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
1109 (rst-mode-map): Rebind keys.
1110
1111 (rst-mode-lazy, rst-font-lock-keywords)
1112 (rst-font-lock-extend-region)
1113 (rst-font-lock-extend-region-internal)
1114 (rst-font-lock-extend-region-extend)
1115 (rst-font-lock-find-unindented-line-limit)
1116 (rst-font-lock-find-unindented-line-match)
1117 (rst-adornment-level, rst-font-lock-adornment-level)
1118 (rst-font-lock-adornment-match)
1119 (rst-font-lock-handle-adornment-pre-match-form)
1120 (rst-font-lock-handle-adornment-matcher): Major revision of
1121 font-locking. Integrate with other code. Use `jit-lock-mode'.
1122
1123 (rst-preferred-adornments, rst-adjust-hook)
1124 (rst-new-adornment-down, rst-preferred-bullets)
1125 (rst-preferred-bullets, rst-indent, rst-indent-width)
1126 (rst-indent-field, rst-indent-literal-normal)
1127 (rst-indent-literal-minimized, rst-indent-comment): Change,
1128 extend and improve customization.
1129
1130 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
1131 (rst-normalize-cursor-position, rst-get-decoration)
1132 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
1133 (rst-rstrip, rst-toc-insert-find-delete-contents)
1134 (rst-shift-fill-region, rst-compute-bullet-tabs)
1135 (rst-debug-print-tabs, rst-debug-mark-found)
1136 (rst-shift-region-guts, rst-shift-region-right)
1137 (rst-shift-region-left, rst-use-char-classes)
1138 (rst-font-lock-keywords-function)
1139 (rst-font-lock-indentation-point)
1140 (rst-font-lock-find-unindented-line-begin)
1141 (rst-font-lock-find-unindented-line-end)
1142 (rst-font-lock-find-unindented-line)
1143 (rst-font-lock-adornment-point, rst-font-lock-level)
1144 (rst-adornment-level-alist): Remove functions and variables.
1145
1146 (rst-compare-adornments, rst-get-adornment-match)
1147 (rst-suggest-new-adornment, rst-get-adornments-around)
1148 (rst-adornment-complete-p, rst-get-next-adornment)
1149 (rst-adjust-adornment, rst-display-adornments-hierarchy)
1150 (rst-straighten-adornments): Standardize function names to
1151 use "adornment" instead of "decoration". Correct callers.
1152 Similar standardizing in many places.
1153
1154 (rst-update-section, rst-adjust, rst-promote-region)
1155 (rst-enumerate-region, rst-bullet-list-region)
1156 (rst-repeat-last-character): Correct use of `interactive'.
1157
1158 (rst-classify-adornment, rst-find-all-adornments)
1159 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
1160 (rst-find-leftmost-column, rst-repeat-last-character):
1161 Refactor functions.
1162
1163 (rst-find-title-line, rst-reset-section-caches)
1164 (rst-get-adornments-around, rst-adjust-adornment-work)
1165 (rst-arabic-to-roman, rst-roman-to-arabic)
1166 (rst-insert-list-pos, rst-insert-list-new-item)
1167 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
1168 New functions.
1169
1170 (rst-all-sections, rst-section-hierarchy)
1171 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
1172 New variables.
1173
1174 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
1175 configuration instead of only buffer. Change where necessary.
1176
1177 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
1178 (rst-shift-region, rst-adaptive-fill): New functions for
1179 indentation and filling.
1180
1181 (rst-comment-line-break, rst-comment-indent)
1182 (rst-comment-insert-comment, rst-comment-region)
1183 (rst-uncomment-region): New functions for handling comments.
1184
1185 (rst-compile): Quote shell arguments.
1186
1187 (rst-compile-pdf-preview, rst-compile-slides-preview):
1188 Delete temporary files after use.
1189
a43f98b3
GM
11902012-05-05 Glenn Morris <rgm@gnu.org>
1191
48176e8b
GM
1192 * calendar/cal-html.el: Optionally include holidays in the output.
1193 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
1194 (cal-html-holidays): New option.
1195 (cal-html-css-default): Add holiday entry.
1196 (holiday-in-range): Autoload it.
1197 (cal-html-htmlify-entry): Add optional class argument.
1198 (cal-html-htmlify-list): Add optional holidays argument.
1199 (cal-html-insert-agenda-days): Include holidays in the output.
1200 (cal-html-one-month): Maybe include holidays.
1201
a43f98b3
GM
1202 * calendar/holidays.el (holiday-in-range):
1203 Move here from cal-tex-list-holidays.
1204 * calendar/cal-tex.el (cal-tex-list-holidays):
1205 Make it an obsolete alias for holiday-in-range. Update all callers.
1206
fef9d149 12072012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
1208
1209 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
1210 Nextstep.
1211
248da2f4
RW
12122012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
1213
1214 * files.el (file-auto-mode-skip): New var.
1215 (set-auto-mode-1): Use it.
1216
f95e9344
SM
12172012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1218
df96ab1e
SM
1219 * repeat.el: Use lexical-binding.
1220 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
1221 (repeat-undo-count): Remove.
1222 (repeat):
1223 * progmodes/octave-mod.el (octave-abbrev-start):
1224 * progmodes/f90.el (f90-abbrev-start):
1225 * face-remap.el (text-scale-adjust):
1226 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
1227
5342bb06
SM
1228 * emacs-lisp/pcase.el (pcase--let*): New function.
1229 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
1230 a bit more.
1231 (pcase--split-pred): Be more clever about ruling out overlap between
1232 a predicate and some constant pattern.
1233 (pcase--q1): Use `null' instead of (eq foo nil).
1234
f95e9344
SM
1235 * subr.el (setq-local, defvar-local): New macros.
1236 (kbd): Redefine as an alias.
1237 (with-selected-window): Leave unrelated frames alone.
1238 (set-temporary-overlay-map): New function.
1239
71873e2b
SM
12402012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1241
1242 * subr.el (user-error): New function.
1243 * window.el (switch-to-buffer):
1244 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
1245 (smerge-match-conflict):
1246 * simple.el (previous-matching-history-element)
1247 (next-matching-history-element, goto-history-element, undo-more)
1248 (undo-start):
1249 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
1250 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
1251 (next-file, tags-loop-scan, list-tags, complete-tag):
1252 * progmodes/compile.el (compilation-loop):
1253 * mouse.el (mouse-minibuffer-check):
1254 * man.el (Man-bgproc-sentinel, Man-goto-page):
1255 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
1256 (Info-history-forward, Info-follow-reference, Info-menu)
1257 (Info-extract-menu-item, Info-extract-menu-counting)
1258 (Info-forward-node, Info-backward-node, Info-next-menu-item)
1259 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
1260 (Info-next-reference, Info-prev-reference, Info-index)
1261 (Info-index-next, Info-follow-nearest-node)
1262 (Info-copy-current-node-name):
1263 * imenu.el (imenu--make-index-alist)
1264 (imenu-default-create-index-function, imenu-add-to-menubar):
1265 * files.el (basic-save-buffer, recover-file):
1266 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1267 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
1268 (checkdoc-message-text, checkdoc-defun):
1269 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
1270 * cus-edit.el (customize-changed-options, customize-rogue)
1271 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
1272 (custom-variable-mark-to-reset-standard)
1273 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
1274 (custom-file):
1275 * completion.el (check-completion-length):
1276 * comint.el (comint-search-arg)
1277 (comint-previous-matching-input-string-position)
1278 (comint-previous-matching-input)
1279 (comint-replace-by-expanded-history-before-point, comint-send-input)
1280 (comint-copy-old-input, comint-backward-matching-input)
1281 (comint-goto-process-mark, comint-set-process-mark):
1282 * calendar/calendar.el (calendar-cursor-to-date): Use it.
1283 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
1284
8a61ee22
SM
12852012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1286
66408d1e
SM
1287 * dabbrev.el (dabbrev--ignore-case-p): New function.
1288 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
1289 Use it.
1290
8a61ee22
SM
1291 * files.el (automount-dir-prefix): Mark as obsolete.
1292
3c74813a
GM
12932012-05-04 Glenn Morris <rgm@gnu.org>
1294
1295 * patcomp.el, play/bruce.el: Move to obsolete/.
1296
0bfcf5c5
PE
12972012-05-04 Paul Eggert <eggert@cs.ucla.edu>
1298
1299 Fix minor Y10k bugs.
1300 * arc-mode.el (archive-unixdate):
1301 * autoinsert.el (auto-insert-alist):
1302 * calc/calc-forms.el (math-this-year):
1303 * emacs-lisp/copyright.el (copyright-current-year)
1304 (copyright-update-year, copyright):
1305 * tar-mode.el (tar-clip-time-string):
1306 * time.el (display-time-update):
1307 Don't assume years have 4 digits.
1308
78f3273a
CY
13092012-05-04 Chong Yidong <cyd@gnu.org>
1310
1311 * dos-w32.el (file-name-buffer-file-type-alist)
1312 (direct-print-region-use-command-dot-com):
1313 * ffap.el (ffap-menu-regexp):
1314 * find-file.el (ff-special-constructs):
1315 * follow.el (follow-debug):
1316 * forms.el (forms--debug):
1317 * iswitchb.el (iswitchb-all-frames):
1318 * ido.el (ido-all-frames):
1319 * emacs-lisp/timer.el (timer-max-repeats):
1320 * mail/feedmail.el (feedmail-mail-send-hook)
1321 (feedmail-mail-send-hook-queued):
1322 * mail/footnote.el (footnote-signature-separator):
1323 * mail/mailabbrev.el (mail-alias-separator-string)
1324 (mail-abbrev-mode-regexp):
1325 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
1326 * progmodes/idlwave.el (idlwave-libinfo-file)
1327 (idlwave-default-completion-case-is-down)
1328 (idlwave-library-routines): Convert defvars to defcustoms.
1329
1330 * mail/rmail.el (rmail-decode-mime-charset):
1331 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
1332 (idlwave-shell-fix-inserted-breaks)
1333 (idlwave-shell-activate-alt-keybindings)
1334 (idlwave-shell-use-breakpoint-glyph):
1335 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
1336
f7ae6719
SM
13372012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
1338
1339 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
1340
47086495
WS
13412012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
1342
1343 * progmodes/verilog-mode.el (font-lock-keywords):
1344 Fix mis-highligting auto. Reported by Craig Barner.
1345 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
1346 defines from global name space. Reported by Dan Dever.
1347 (verilog-auto-reset, verilog-auto-reset-widths)
1348 (verilog-auto-tieoff): Support using unbased numbers for
1349 AUTORESET and AUTOTIEOFF.
1350 (verilog-submit-bug-report): Update variable list.
1351 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
1352 parenthesis from not matching. Reported by Michael Rytting.
1353 (verilog-auto-template-lint): Fix hash error when linting modules
1354 with no used templates.
1355 (verilog-warn, verilog-warn-error)
1356 (verilog-warn-fatal): When non-interactive report multiple
1357 warnings before exiting. Suggested by Brad Dobbie.
1358 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
1359 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
1360 to report unused template errors. Reported by Brad Dobbie.
1361 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
1362 nets, bug438. Reported by Vns Blore.
1363 (verilog-auto-inout-module, verilog-auto-reg)
1364 (verilog-read-decls, verilog-read-sub-decls-sig)
1365 (verilog-signals-edit-wire-reg, verilog-signals-with):
1366 Fix passing of Verilog data types in ANSI input/output ports
1367 such as "output logic" into the AUTOs. Special case "wire" and
1368 "reg" for backwards compatibility presuming Verilog 2001.
1369 (verilog-auto-ascii-enum): Add "auto enum" as alias.
1370 (verilog-preprocess): Fix replication of preprocess output.
1371 Reported by Brad Dobbie.
1372 (verilog-auto-inst-interfaced-ports):
1373 Create verilog-auto-inst-interfaced-ports, bug429.
1374 Reported by Julian Gorfajn.
1375 (verilog-after-save-font-hook)
1376 (verilog-before-save-font-hook): New variable.
1377 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
1378 (verilog-save-font-mods): Wrap disabling fontification, reported
1379 by David Rogoff.
1380 (verilog-do-indent, verilog-pretty-declarations-auto)
1381 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
1382 Reported by Pierre-David Pfister.
1383 (verilog-set-auto-endcomments): Fix endtask auto comments outside
1384 of class declarations, bug292. Reported by Kevin Heilman.
1385 (verilog-read-decls): Fix 'parameter type' not appearing in
1386 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
1387 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
1388 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
1389 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
1390 Reported by David Kravitz.
1391
13922012-05-03 Michael McNamara <mac@mail.brushroad.com>
1393
1394 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
1395 assignment with tests in ifs and for loops.
1396 (verilog-extended-complete-re, verilog-complete-reg): Change so
1397 that DPI inport functions don't look like fuction declarations.
1398 (verilog-pretty-expr): Don't line up assignment
1399 operations to the test and increment in if and for loops
1400 (verilog-extended-complete-re, verilog-complete-reg): Change so
1401 that DPI inport functions don't look like fuction declarations
1402
2e51d4b5
KH
14032012-05-03 Kenichi Handa <handa@m17n.org>
1404
1405 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 1406 decoding, and show a warning message without signaling an error
2e51d4b5
KH
1407 (Bug#11282).
1408
2bd785a2
SM
14092012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
1410
1411 * emacs-lisp/bytecomp.el
1412 (byte-compile-file-form-custom-declare-variable): Compile all elements,
1413 since cconv.el might have introduced :fun-body, internal-make-closure,
1414 and friends for bytecomp to handle (bug#11391).
1415 * custom.el (defcustom): Avoid ((λ ..) ..).
1416
99d27583
SM
14172012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
1418
1419 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
1420
55a71479
JB
14212012-05-02 Juanma Barranquero <lekktu@gmail.com>
1422
1423 * notifications.el (dbus-debug):
1424 * term/linux.el (gpm-mouse-enable):
1425 * term/screen.el (xterm-register-default-colors): Declare.
1426
7b97c764
CY
14272012-05-02 Chong Yidong <cyd@gnu.org>
1428
2bc356d7
CY
1429 * cus-start.el (gc-cons-percentage, exec-suffixes)
1430 (dos-display-scancodes, dos-hyper-key, dos-super-key)
1431 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
1432 (make-cursor-line-fully-visible, void-text-area-pointer)
1433 (font-list-limit): Add customization data.
1434
7b97c764
CY
1435 * allout.el (allout-exposure-change-functions)
1436 (allout-structure-added-functions)
1437 (allout-structure-deleted-functions)
1438 (allout-structure-shifted-functions): Rename abnormal hooks from
1439 *-hook, and convert to defcustoms.
5d3385a0
JB
1440 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
1441 Convert to defcustoms.
7b97c764
CY
1442 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
1443
1444 * allout-widgets.el: Hook callers changed.
1445
90207a15 14462012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
1447
1448 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
1449 the yanked message in preference to the default value of
1450 buffer-file-coding-system.
1451
90207a15 14522012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 1453
5d3385a0
JB
1454 * window.el (display-buffer--action-function-custom-type):
1455 Fix entry.
d9558cad 1456
90207a15 14572012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
1458
1459 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
1460
d80ac57b
GM
14612012-05-01 Glenn Morris <rgm@gnu.org>
1462
976f7668
GM
1463 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
1464
beb83b5a
GM
1465 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
1466
d80ac57b
GM
1467 * cus-edit.el (custom-variable-documentation): Simplify with format.
1468
b593d6a9
AH
14692012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1470 Stefan Monnier <monnier@iro.umontreal.ca>
1471
1472 * simple.el (suggest-key-bindings, execute-extended-command):
1473 Move from keyboard.c.
1474
782fbf2a
CY
14752012-05-01 Chong Yidong <cyd@gnu.org>
1476
1477 * follow.el: Eliminate advice.
1478 (set-process-filter, process-filter, sit-for): Advice deleted.
1479 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
1480 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
1481 Vars deleted.
782fbf2a
CY
1482 (follow-auto): Use a :set function.
1483 (follow-mode): Rewritten. Don't advise process filters.
1484 (follow-switch-to-current-buffer-all, follow-scroll-up)
1485 (follow-scroll-down): Assume follow-mode is bound.
1486 (follow-comint-scroll-to-bottom)
1487 (follow-align-compilation-windows): New functions.
1488 (follow--window-sorter): New function.
1489 (follow-all-followers): Use it to explicitly sort windows by their
1490 positions; don't make assumptions about next-window order.
1491 (follow-windows-start-end, follow-delete-other-windows-and-split)
1492 (follow-calc-win-start): Doc fix.
1493 (follow-windows-aligned-p, follow-select-if-visible): Don't call
1494 vertical-motion unnecessarily.
1495 (follow-adjust-window): New function.
1496 (follow-post-command-hook): Use it.
1497 (follow-call-set-process-filter, follow-call-process-filter)
1498 (follow-intercept-process-output, follow-tidy-process-filter-alist)
1499 (follow-stop-intercept-process-output, follow-generic-filter):
1500 Functions deleted.
1501 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
1502 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
1503 New functions, replacing advice on scroll-bar-* commands.
87233a14 1504 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
1505
1506 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
1507 (comint-postoutput-scroll-to-bottom): Use it.
1508 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 1509
290af740
GM
15102012-05-01 Glenn Morris <rgm@gnu.org>
1511
1512 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
1513 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
1514 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
1515 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
1516 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
1517 Remove no-byte-compile setting.
1518
6eac8dc9
SM
15192012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1520
1521 * minibuffer.el (completion-table-with-quoting): Fix compatibility
1522 all-completions code to not return a number in the last cdr.
1523
9cc7819c
LL
15242012-04-30 Leo Liu <sdl.web@gmail.com>
1525
1526 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
1527 read-only error.
1528
c93b886f
CY
15292012-04-29 Chong Yidong <cyd@gnu.org>
1530
1531 * follow.el (follow-calc-win-end): Rewrite to handle partial
1532 screen lines correctly (Bug#8390).
1533 (follow-avoid-tail-recenter): Minor cleanup.
1534
8b6c19f4
SM
15352012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1536
1537 Avoid the obsolete `assoc' package.
1538 * speedbar.el (speedbar-refresh): Avoid adelete.
1539 (speedbar-file-lists): Simplify and avoid aput.
1540 * man.el (Man--sections, Man--refpages): New vars, replacing
1541 Man-sections-alist and Man-refpages-alist.
1542 (Man-build-section-alist, Man-build-references-alist):
1543 Use them; avoid aput.
1544 (Man--last-section, Man--last-refpage): New vars.
1545 (Man-follow-manual-reference): Use them.
1546 Use the `default' arg of completing-read.
1547 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
1548
c5bb7569
CY
15492012-04-27 Chong Yidong <cyd@gnu.org>
1550
d1d2e2e8
CY
1551 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
1552
15cd8efd
CY
1553 * startup.el (x-apply-session-resources): New function.
1554
1555 * term/ns-win.el (ns-initialize-window-system):
1556 * term/w32-win.el (w32-initialize-window-system):
1557 * term/x-win.el (x-initialize-window-system): Use it to properly
1558 set menu-bar-mode and other vars from X resources, even if the
1559 initial frame is not a window-system frame (Bug#2299).
1560
c5bb7569
CY
1561 * subr.el (read-key): Avoid running filter function when setting
1562 up temporary tool bar entries (Bug#9922).
1563
a8e7d6d7 15642012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
1565
1566 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
1567 (Bug#11344)
1568
a8e7d6d7 15692012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
1570
1571 * select.el (xselect--encode-string): New function, split from
1572 xselect-convert-to-string.
1573 (xselect-convert-to-string): Use it.
1574 (xselect-convert-to-filename, xselect-convert-to-os)
1575 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
1576 returned strings are properly encoded (Bug#11315).
1577
a8e7d6d7 15782012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
1579
1580 * simple.el (delete-active-region): Move to killing custom group.
1581
a8e7d6d7 15822012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
1583
1584 * progmodes/which-func.el (which-func-current): Quote %
1585 characters for mode-line processing.
1586
578c1d4b 15872012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
1588
1589 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
1590 reaching eob (Bug#11286).
1591
a8e7d6d7 15922012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
1593
1594 * progmodes/gdb-mi.el (gdb-control-level): New variable.
1595 (gdb): Make it buffer-local and init to zero.
1596 (gdb-control-commands-regexp): New variable.
1597 (gdb-send): Don't wrap in "-interpreter-exec console" if
1598 gdb-control-level is positive. Increment gdb-control-level
1599 whenever the command matches gdb-control-commands-regexp, and
1600 decrement it each time the command is "end". (Bug#11279)
1601
a8e7d6d7 16022012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
1603
1604 * window.el (adjust-window-trailing-edge, enlarge-window)
1605 (shrink-window, window-resize):
1606 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
1607 windows (Bug#11276).
1608
b3608390
CY
16092012-04-27 Chong Yidong <cyd@gnu.org>
1610
1611 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 1612 fix "missing prefix" warning. All callers changed.
b3608390 1613
797e6e88
SM
16142012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1615
1616 * emacs-lisp/assoc.el: Move to obsolete/.
1617
e95a67dc
SM
16182012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1619
657c21e4 1620 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
1621
1622 * term/ns-win.el (ns-define-service):
1623 * progmodes/pascal.el (pascal-goto-defun):
1624 * progmodes/js.el (js--read-tab):
1625 * progmodes/etags.el (tags-lazy-completion-table):
1626 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
1627 * emacs-lisp/ewoc.el (ewoc--wrap):
1628 * emacs-lisp/assoc.el (aput, adelete, amake):
1629 * doc-view.el (doc-view-convert-current-doc):
1630 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
1631
cb3e7ae0
CY
16322012-04-26 Chong Yidong <cyd@gnu.org>
1633
dce04f7f
CY
1634 * image.el (image-type-from-buffer): Only return supported image
1635 type (Bug#9045).
1636
cb3e7ae0
CY
1637 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
1638 value, for symmetry with diff-end-of-hunk.
1639 (diff-split-hunk, diff-find-source-location)
1640 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
1641 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
1642 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
1643 compute the relevant hunk or file properly (Bug#6005).
1644 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
1645
0d42eb3e
SM
16462012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1647
1648 * vc/vc-mtn.el:
1649 * vc/vc-hg.el:
1650 * vc/vc-git.el:
1651 * vc/vc-dir.el:
1652 * vc/vc-cvs.el:
1653 * vc/vc-bzr.el:
1654 * vc/vc-arch.el:
1655 * vc/vc.el: Replace lexical-let by lexical-binding.
1656 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
1657 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
1658 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
1659
f08ae1c9
CY
16602012-04-26 Chong Yidong <cyd@gnu.org>
1661
8b71081d
CY
1662 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
1663 (diff-mode-shared-map): Bind it to / and [remap undo].
1664
f08ae1c9
CY
1665 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
1666 (ediff-window-setup-function): Use it as the default, to set up
1667 windows based on whether the current frame is graphical (Bug#2138).
1668 (ediff-choose-window-setup-function-automatically): Make obsolete.
1669
1670 * vc/ediff-init.el: Always define ediff-pixel-width/height.
1671
ef24141c
SM
16722012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1673
cc356a5d
SM
1674 * ffap.el: Remove old code for obsolete package.
1675 (ffap-complete-as-file-p): Remove.
1676
b4ff4f1f
SM
1677 Use completion-table-with-quoting for comint and pcomplete.
1678 * comint.el (comint--unquote&requote-argument)
1679 (comint--unquote-argument, comint--requote-argument): New functions.
1680 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
1681 (comint-quote-filename): Use regexp-opt-charset.
1682 (comint--common-suffix, comint--common-quoted-suffix)
1683 (comint--table-subvert): Remove.
1684 (comint-unquote-function, comint-requote-function): New vars.
1685 (comint--complete-file-name-data): Use them with
1686 completion-table-with-quoting.
1687 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
1688 * pcomplete.el (pcomplete-arg-quote-list)
1689 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
1690 (pcomplete-unquote-argument-function): Default to non-nil.
1691 (pcomplete-unquote-argument): Simplify.
1692 (pcomplete--common-quoted-suffix): Remove.
1693 (pcomplete-requote-argument-function): New var.
1694 (pcomplete--common-suffix): New function.
1695 (pcomplete-completions-at-point): Use completion-table-with-quoting
1696 and completion-table-subvert.
1697
79c4eeb4
SM
1698 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
1699 (minibuffer--double-dollars): Preserve properties.
1700 (completion--sifn-requote): New function.
1701 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
1702
ef24141c
SM
1703 * minibuffer.el: Add support for completion of quoted/escaped data.
1704 (completion-table-with-quoting, completion-table-subvert): New funs.
1705 (completion--twq-try, completion--twq-all): New functions.
1706 (completion--nth-completion): New function.
1707 (completion-try-completion, completion-all-completions): Use it.
1708
784e7d6e
LL
17092012-04-25 Leo Liu <sdl.web@gmail.com>
1710
dd2ac746
SM
1711 * progmodes/python.el (python-pdbtrack-get-source-buffer):
1712 Use compilation-message if available to find real filename.
784e7d6e 1713
07875ee7
CY
17142012-04-25 Chong Yidong <cyd@gnu.org>
1715
1716 * vc/diff-mode.el (diff-setup-whitespace): New function.
1717 (diff-mode): Use it.
1718
1719 * vc/diff.el (diff-sentinel):
1720 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
1721 Whitespace mode variables based on diff style (Bug#8612).
1722
5055880d
LL
17232012-04-25 Leo Liu <sdl.web@gmail.com>
1724
daf75653
LL
1725 * progmodes/python.el (python-send-region): Add suffix .py to the
1726 temp file.
1727
5055880d
LL
1728 * files.el (auto-mode-alist): Use javascript-mode instead.
1729
db9b177b
AH
17302012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
1731
ef24141c 1732 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b
AH
1733
1734 * soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 1735 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 1736 references, see Bug#9.
ef24141c 1737 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 1738 when receiving a fault reply.
ef24141c 1739 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b
AH
1740
1741 * soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 1742 (soap-inspect-simple-type): New function.
db9b177b 1743
ef24141c 1744 * soap-client.el (soap-simple-type): New struct.
db9b177b 1745 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
1746 (soap-decode-basic-type, soap-encode-basic-type):
1747 support unsignedInt and double basic types.
db9b177b 1748 (soap-resolve-references-for-simple-type)
ef24141c
SM
1749 (soap-parse-simple-type, soap-encode-simple-type): New function.
1750 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b
AH
1751
1752 * soap-client.el (soap-default-xsd-types)
ef24141c
SM
1753 (soap-default-soapenc-types): Add integer, byte and anyURI types.
1754 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
1755 the local name of "soapenc:Array".
1756 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
1757 decoding integer, byte and anyURI xsd types.
1758
1fc6097b
CY
17592012-04-25 Chong Yidong <cyd@gnu.org>
1760
1761 * cus-edit.el (custom-buffer-create-internal): Update header text.
1762
afc6df87
EZ
17632012-04-25 Eli Zaretskii <eliz@gnu.org>
1764
1765 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
1766 settings on 'system-type', not on 'window-system'. On MS-Windows,
1767 set interactive-mode on in GDB.
1768
dfbd787f
SM
17692012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1770
1771 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
1772 (ruby-syntax-propertize-regexp): Remove.
1773 (ruby-syntax-propertize-function): Split regexp into chunks.
1774 Match following code directly.
1775
85222d44
DG
17762012-04-24 Dmitry Gutov <dgutov@yandex.ru>
1777
51a8ea2a
DG
1778 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
1779 (ruby-syntax-propertize-regexp): New function.
1780 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
1781 by a special keyword.
1782
85222d44
DG
1783 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
1784 (ruby-syntax-general-delimiters-goto-beg)
1785 (ruby-syntax-propertize-general-delimiters): New functions.
1786 (ruby-syntax-propertize-function): Use them to handle GDL.
1787 (ruby-font-lock-keywords): Move old handling of GDL...
1788 (ruby-font-lock-syntactic-keywords): .. to here.
1789 (ruby-calculate-indent): Adjust indentation for GDL.
1790
b613912b
MA
17912012-04-24 Michael Albinus <michael.albinus@gmx.de>
1792
b5380639
MA
1793 * notifications.el (top): Remove unneeded declarations.
1794 (notifications-specification-version): Change to "1.2".
e43042fe 1795 (notifications-interface, notifications-notify-method)
b613912b
MA
1796 (notifications-close-notification-method): Fix docstring.
1797 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
1798 (notifications-notify): Add :action-items, :resident and
1799 :transient hints. Change "image_data" to "image-data" and
1800 "image_path" to "image-path".
b613912b
MA
1801 (notifications-get-capabilities): New defun.
1802
257440aa
LL
18032012-04-24 Leo Liu <sdl.web@gmail.com>
1804
1805 * progmodes/python.el: Move hideshow setup to the end.
1806
b1bac16e
MR
18072012-04-24 Martin Rudalics <rudalics@gmx.at>
1808
1809 * window.el (handle-select-window): Clear echo area since this is
1810 no more done by read_char (Bug#11304).
1811
d81bd059
SM
18122012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1813
1814 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
1815 and `/ M' to filter-derived-mode.
1816 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
1817 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
1818 (ibuffer-mark-by-mode): Use default rather than initial-input.
1819 (ibuffer-filter-by-derived-mode): Autoload and require-match.
1820
c4cf6d91
IA
18212012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
1822
1823 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
1824 (ibuffer-filter-by-derived-mode): New filter.
1825 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
1826
7511ded8
CY
18272012-04-23 Andreas Politz <politza@fh-trier.de>
1828
1829 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
1830
775c916b
CY
18312012-04-23 Chong Yidong <cyd@gnu.org>
1832
1833 * cus-edit.el (customize-apropos, customize-apropos-options):
1834 Disable matching of non-option variables (Bug#11176).
1835 (customize-option, customize-option-other-window)
1836 (customize-changed-options): Doc fix.
1837 (customize-apropos-options, customize-apropos-faces)
1838 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
1839
1840 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 1841 Fix word list splitting (Bug#11132).
46c71e23
CY
1842 (apropos-symbol, apropos-keybinding, apropos-label)
1843 (apropos-property, apropos-function-button)
1844 (apropos-variable-button, apropos-misc-button): New faces.
1845 (apropos-symbol-face, apropos-keybinding-face)
1846 (apropos-label-face, apropos-property-face, apropos-match-face):
1847 Variables removed (Bug#8396).
1848 (apropos-library-button, apropos-format-plist, apropos-print)
1849 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 1850
2df41f9c
MA
18512012-04-23 Michael Albinus <michael.albinus@gmx.de>
1852
1853 * net/xesam.el (xesam-mode-map): Use let-bound map in
1854 initialization. (Bug#11292)
1855
da00640a
AM
18562012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1857
1858 Preserve ispell session localwords when switching back to
1859 original buffer.
1860
1861 * ispell.el (ispell-buffer-session-localwords): New buffer-local
1862 variable to hold buffer session localwords.
1863 (ispell-kill-ispell): add option 'clear to delete session
1864 localwords.
1865 (ispell-command-loop, ispell-change-dictionary)
1866 (ispell-buffer-local-words): Preserve session localwords when
1867 needed.
1868
1869 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
1870 Preserve session localwords when needed.
1871
f621ccf5
AM
18722012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1873
1874 * ispell.el (ispell-insert-word) Remove unneeded function using
1875 obsolete `translation-table-for-input'.
ef24141c
SM
1876 (ispell-word, ispell-process-line, ispell-complete-word):
1877 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 1878
c2d1019e
CY
18792012-04-22 Chong Yidong <cyd@gnu.org>
1880
1881 * cus-edit.el (custom-variable-menu)
1882 (custom-variable-reset-saved, custom-face-menu)
1883 (custom-face-reset-saved): If there is no saved value, make the
1884 "reset-saved" operation bring back the default (Bug#9509).
1885 (custom-face-state): Properly detect themed faces.
1886
eeddc531
CY
1887 * faces.el (face-spec-set): Stop supporting deprecated form of
1888 third arg.
1889
dcbf5805
MA
18902012-04-22 Michael Albinus <michael.albinus@gmx.de>
1891
1892 Move functions from C to Lisp. Make non-blocking method calls
1893 the default. Implement further D-Bus standard interfaces.
1894
ef24141c
SM
1895 * net/dbus.el (dbus-message-internal): Declare function.
1896 Remove unneeded function declarations.
dcbf5805
MA
1897 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
1898 (dbus-message-type-method-return, dbus-message-type-error)
1899 (dbus-message-type-signal): Declare variables. Remove local
1900 definitions.
1901 (dbus-interface-dbus, dbus-interface-peer)
1902 (dbus-interface-introspectable, dbus-interface-properties)
1903 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
1904 Adapt docstring.
1905 (dbus-interface-objectmanager): New defconst.
1906 (dbus-call-method, dbus-call-method-asynchronously)
1907 (dbus-send-signal, dbus-method-return-internal)
1908 (dbus-method-error-internal, dbus-register-service)
1909 (dbus-register-signal, dbus-register-method): New defuns, moved
1910 from dbusbind.c
1911 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
1912 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
1913 New defuns.
dcbf5805
MA
1914 (dbus-call-method-non-blocking): Make it an obsolete function.
1915 (dbus-unregister-object, dbus-unregister-service)
1916 (dbus-handle-event, dbus-register-property)
1917 (dbus-property-handler): Obey the new structure of
1918 `bus-registered-objects'.
1919 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
1920 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
1921 Use `dbus-call-method'.
1922
cf20dee0
CY
19232012-04-22 Chong Yidong <cyd@gnu.org>
1924
1925 * cus-edit.el (custom-commands, custom-reset-menu)
1926 (Custom-reset-standard): Tweak labels.
1927 (custom-reset-button-menu): Change default to t.
1928 (custom-buffer-create-internal): For the custom-reset-button-menu
1929 case, put the revert button first.
1930 (custom-group-subtitle): New face.
1931 (custom-group-value-create): Align docstring to a specific column.
1932
1933 * wid-edit.el (widget-documentation-link-add): Don't handle
1934 indentation in this function.
1935 (widget-documentation-string-indent-to): New function.
1936 (widget-documentation-string-value-create): Use it.
1937
1938 * autorevert.el (auto-revert):
1939 * epg-config.el (epg):
1940 * ibuffer.el (ibuffer):
1941 * mpc.el (mpc):
1942 * ses.el (ses):
1943 * eshell/eshell.el (eshell):
1944 * net/ange-ftp.el (ange-ftp):
1945 * progmodes/ebnf2ps.el (postscript):
1946 * progmodes/flymake.el (flymake):
1947 * progmodes/prolog.el (prolog):
1948 * progmodes/verilog-mode.el (verilog-mode):
1949 * progmodes/which-func.el (which-func):
1950 * term/xterm.el (xterm):
1951 * textmodes/picture.el (picture):
1952 * textmodes/tildify.el (tildify):
1953 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
1954 customization buffers.
1955
583e23bd
AM
19562012-04-22 Alan Mackenzie <acm@muc.de>
1957
1958 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
1959 Adding a ) can hide the resulting (..) from searches. Fix it.
1960 Bound the backward search to the position of the existing (.
1961
7dd51bf1
JB
19622012-04-21 Juanma Barranquero <lekktu@gmail.com>
1963
1964 * progmodes/verilog-mode.el (verilog-mode): Check whether
1965 which-func-modes is t before adding verilog-mode.
1966 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
1967
d64a438f
LL
19682012-04-21 Leo Liu <sdl.web@gmail.com>
1969
7dd51bf1 1970 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 1971
081e8d65
MV
19722012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
1973
1974 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
1975 filling of the last column of a table (Bug#5635).
1976 (woman-find-next-control-line): New arg, specifying an additional
1977 regexp component for the control line.
1978 (woman2-roff-buffer): Use it.
1979 (woman-break-table): New function.
1980 (woman2-TS): Use it.
1981
19822012-04-21 Chong Yidong <cyd@gnu.org>
1983
1984 * woman.el (woman-set-buffer-display-table, woman-decode-region)
1985 (woman-horizontal-escapes, woman-negative-vertical-space)
1986 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
1987 (WoMan-warn-ignored): Use ?\s instead of ?\ .
1988
ed571ccb
SM
19892012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1990
1991 * minibuffer.el (completion-file-name-table): Complete user names.
1992
39773899
LL
19932012-04-20 Leo Liu <sdl.web@gmail.com>
1994
1995 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
1996 and pcase-let*.
1997
de6ff46d
CY
19982012-04-20 Chong Yidong <cyd@gnu.org>
1999
2000 * server.el (server-execute): Respect initial-buffer-choice if it
2001 is a string and there are no files to open (Bug#2825).
2002 (server-create-window-system-frame, server-create-tty-frame):
2003 Don't switch buffers here.
2d0e8e61
CY
2004 (server-process-filter): Only try to open a window system frame if
2005 compiled with graphical support (Bug#8314).
de6ff46d 2006
54071013
DN
20072012-04-20 Dan Nicolaescu <dann@gnu.org>
2008
2009 * battery.el (battery-echo-area-format): Display remaining time
2010 for sysfs backend too (Bug#11269).
2011 (battery-linux-sysfs): Fix conditional for the charge.
2012
f30d612a
CY
20132012-04-20 Chong Yidong <cyd@gnu.org>
2014
c07a4c0b 2015 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
2016 (gdb-inferior-io--init-proc): New function.
2017 (gdb-init-1): Use it.
2018 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
2019 responsible for allocating a new pty and hooking it to gdb when
2020 the old pty gets an EIO due to process exit.
2021 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
2022 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
2023 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
2024
2116e93c
EZ
20252012-04-20 Eli Zaretskii <eliz@gnu.org>
2026
2027 * window.el (window-min-size, window-sizable, window-min-delta)
2028 (window-max-delta, window--resizable, window-resizable)
2029 (window-total-size, window-full-height-p, window-full-width-p)
2030 (window-in-direction, window--resize-mini-window, window-resize)
2031 (window--resize-child-windows-normal)
2032 (window--resize-child-windows, window--resize-siblings)
2033 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 2034 (enlarge-window, shrink-window): Doc fixes.
2116e93c 2035
c07a4c0b 20362012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 2037
ef24141c
SM
2038 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
2039 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
2040 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
2041 pty process (Bug#11273).
2042 (gdb-update): New arg to suppress talking to the gdb process.
2043 (gdb-done-or-error): Use it.
2044 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
2045 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
2046 sentinel not being called.
2047
2048 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
2049
d02766ab
CY
2050 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
2051
c07a4c0b 20522012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
2053
2054 * net/network-stream.el (open-network-stream): Doc fix.
2055
c07a4c0b 20562012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
2057
2058 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
2059
c07a4c0b 20602012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
2061
2062 Ensure searching for keywords is case sensitive.
2063
2064 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
2065 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
2066 (c-defun-name, c-mark-function, c-cpp-define-name)
2067 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 2068 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 2069
ef24141c
SM
2070 * progmodes/cc-mode.el (c-font-lock-fontify-region):
2071 Bind case-fold-search to nil.
f0f6bc35 2072
c07a4c0b 20732012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
2074
2075 * mail/sendmail.el (mail-bury): Call return action with the right
2076 Rmail buffer (Bug#11242).
2077
9a864fa2
CY
2078 * server.el (server-process-filter): Handle corner case where both
2079 tty and nowait options are present (Bug#11102).
2080
539aa513
EZ
20812012-04-20 Eli Zaretskii <eliz@gnu.org>
2082
2083 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
2084 (top level): Put into the executable the ident-style '$Id:' tag on
2085 windows-nt as well.
539aa513 2086
cfc7d5da
SM
20872012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2088
2089 * electric.el (electric-indent-post-self-insert-function): Check that
2090 electric-indent-mode is enabled in current buffer.
2091
5b01685c
JB
20922012-04-19 Juanma Barranquero <lekktu@gmail.com>
2093
2094 * imenu.el (imenu-progress-message): Restore; it is "used" in
2095 erc/erc-imenu.el and net/snmp-mode.el.
2096
4d6769e1
JB
20972012-04-19 Juanma Barranquero <lekktu@gmail.com>
2098
2099 * avoid.el (mouse-avoidance-mode): Mark unused arg.
2100 (mouse-avoidance-nudge-mouse): Remove unused binding.
2101
2102 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
2103
2104 * descr-text.el (describe-char):
2105 * progmodes/python.el (python-describe-symbol):
2106 Don't call `toggle-read-only', set `buffer-read-only'.
2107
2108 * imenu.el (imenu-default-goto-function): Mark unused args.
2109 (imenu-progress-message): Remove obsolete macro; all callers changed.
2110
2111 * subr.el (keymap-canonicalize): Remove unused binding.
2112 (read-passwd): Mark unused arg.
2113
2114 * tutorial.el (tutorial--display-changes): Remove unused binding.
2115 (tutorial--save-tutorial-to): Remove unused variable.
2116
2117 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
2118 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
2119 (package-generate-autoloads, package-menu--generate)
2120 (package-menu--find-upgrades): Remove unused bindings.
2121
2122 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
2123 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
2124 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
2125 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
2126 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
2127 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
2128 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
2129 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
2130 (cua-delete-char-rectangle): Mark unused args.
2131 (cua-align-rectangle): Remove unused binding.
2132
2133 * mail/rmail.el (compilation--message->loc)
2134 (epa--find-coding-system-for-mime-charset): Declare.
2135
2136 * net/dbus.el (dbus-register-service): Declare.
2137 (dbus-name-owner-changed-handler): Remove unused binding.
2138
2139 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
2140 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
2141 (nxml-scan-backward-within): Mark unused arg.
2142 (nxml-dynamic-markup-word): Remove unused binding.
2143
2144 * mouse.el (mouse-menu-major-mode-map):
2145 * emacs-lisp/authors.el (authors-scan-change-log)
2146 (authors-add-to-author-list):
2147 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
2148 * emacs-lisp/smie.el (smie-auto-fill):
2149 * mail/sendmail.el (mail-bury):
2150 * mail/unrmail.el (unrmail):
2151 * net/tls.el (open-tls-stream):
2152 * textmodes/picture.el (picture-mouse-set-point):
2153 Remove unused bindings.
2154
8c8fc5df
MA
21552012-04-19 Michael Albinus <michael.albinus@gmx.de>
2156
2157 * net/tramp.el (tramp-action-password): Let-bind
2158 `enable-recursive-minibuffers' to t.
2159
a77b0ac9
SS
21602012-04-18 Sam Steingold <sds@gnu.org>
2161
2162 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
2163 instead of 'string to accommodate values like [f11].
2164 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
2165 * progmodes/gdb-mi.el: Likewise.
2166
12a106a9
LL
21672012-04-18 Leo Liu <sdl.web@gmail.com>
2168
2169 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
2170 current buffer.
2171 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
2172 LOCAL is nil.
2173
bc6494ef
CY
21742012-04-18 Chong Yidong <cyd@gnu.org>
2175
2176 * simple.el (line-move): Use forward-line if in batch mode
2177 (Bug#11053).
2178
c09c46b2
CS
21792012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
2180
2181 * files.el (after-find-file): Do not try to add a final newline if
2182 the buffer is read-only (Bug#11156).
2183
5f6530ea
RS
21842012-04-17 Richard Stallman <rms@gnu.org>
2185
2186 * mail/rmail.el (rmail-start-mail):
2187 Pass (rmail-mail-return...) for the return-action.
2188 Pass (rmail-yank-current-message...) for the yank-action.
2189 (rmail-yank-current-message): New function.
2190 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
2191 (rmail-reply): Likewise.
2192 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
2193
2194 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 2195 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
2196 buffer, not newbuf.
2197
197b6f3c
JB
21982012-04-17 Juanma Barranquero <lekktu@gmail.com>
2199
2200 * server.el (server-ensure-safe-dir): Simplify.
2201
2311d8e5 22022012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 2203
2311d8e5
GM
2204 * emacs-lisp/smie.el: Provide smarter auto-filling.
2205 (smie-auto-fill): New function.
2206 (smie-setup): Use it.
98fb480e 2207
2311d8e5
GM
2208 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
2209
22102012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
2211
2212 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
2213 (comment-indent): Use it.
2214
2311d8e5 22152012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
2216
2217 * ses.el: The overall change is to add cell renaming, that is
2218 setting fancy names for cell symbols other than name matching
2219 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 2220 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 2221 (ses-create-cell-variable): New defun.
2311d8e5 2222 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
2223 (ses-relocate-formula): Relocate formulas only for cells the
2224 symbols of which are not renamed, i.e. symbols whose names do not
2225 match regexp "\\`[A-Z]+[0-9]+\\'".
2226 (ses-relocate-all): Relocate values only for cells the symbols of
2227 which are not renamed.
2228 (ses-load): Create cells variables as the (ses-cell ...) are read,
2229 in order to check row col consistency with cell symbol name only
2230 for cells that are not renamed.
2231 (ses-replace-name-in-formula): New defun.
2232 (ses-rename-cell): New defun.
4bdf2ad2 2233
fc72b15c
PO
22342012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
2235
2236 * progmodes/perl-mode.el (perl-indent-parens-as-block):
2237 New option (bug#11118).
2238 (perl-calculate-indent): Respect it.
2239
12e10e61
GM
22402012-04-17 Glenn Morris <rgm@gnu.org>
2241
2242 * dired-aux.el (dired-mark-read-string): Doc fix.
2243
30009afd
DA
22442012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
2245
2246 * dired-aux.el (dired-mark-read-string): Offer optional completion.
2247 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
2248
41f03f4d
GM
22492012-04-17 Glenn Morris <rgm@gnu.org>
2250
2251 * mouse.el (mouse-drag-track):
2252 * speedbar.el (speedbar-frame-mode):
2253 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
2254
f45f90f3
LL
22552012-04-16 Leo Liu <sdl.web@gmail.com>
2256
2257 * progmodes/python.el: Trivial cleanup.
2258
94ee8db5
GM
22592012-04-16 Glenn Morris <rgm@gnu.org>
2260
121b8917
GM
2261 * vc/vc.el (vc-string-prefix-p):
2262 * vc/pcvs-util.el (cvs-string-prefix-p):
2263 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
2264 * mpc.el (mpc-string-prefix-p):
2265 Make all of these into obsolete aliases for string-prefix-p.
2266 Update callers.
2267 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
2268
1197ecfa
GM
2269 * textmodes/two-column.el: Move custom options to the start.
2270 (frame-width): Remove compat definition.
2271 (2C-associate-buffer, 2C-dissociate):
2272 Use with-current-buffer rather than save-excursion.
2273 (2C-dissociate): Force a mode-line update.
2274 (2C-autoscroll): Use ignore-errors.
2275
099e7202
GM
2276 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
2277 Autoload trivia.
2278
bf350d6a
GM
2279 * emacs-lisp/cl-extra.el (*random-state*):
2280 Remove unnecessary declaration.
2281
0e829eab
GM
2282 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
2283
e3ad7552
GM
2284 * play/cookie1.el (cookie-snarf):
2285 Give an explicit error if input file cannot be read.
2286
68892d27
GM
2287 * play/yow.el (yow-file): Use expand-file-name rather than concat.
2288
20f0c46d
GM
2289 * progmodes/perl-mode.el (c-macro-expand):
2290 Remove unnecessary autoload (it is in loaddefs.el).
2291
5a0978ce
GM
2292 * textmodes/picture.el (picture-desired-column)
2293 (picture-update-desired-column): Convert comments to doc-strings.
2294 (picture-substitute): Remove function.
2295 (picture-mode-map): Initialize in the defvar.
2296
6b955486
GM
2297 * woman.el: Remove eval-after-load for tar-mode.
2298 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
2299 (woman-tar-extract-file): Autoload it.
2300
94ee8db5
GM
2301 * frame.el (automatic-hscrolling): Make this alias obsolete.
2302
177eca34
AM
23032012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2304
2305 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 2306 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
2307 (ispell-dictionary-base-alist): Revert to original XEmacs
2308 friendly version for default. [:alpha:] will be added in
2309 `ispell-set-spellchecker-params' if needed
177eca34 2310
c505aaeb
CY
23112012-04-16 Chong Yidong <cyd@gnu.org>
2312
2313 * image.el (imagemagick--extension-regexp): New variable.
2314 (imagemagick-register-types): Use it.
2315 (imagemagick-types-inhibit): Add :set function. Allow new value
2316 of t to inhibit all types.
2317
2318 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
2319 so we can preload it.
2320
2321 * loadup.el (fboundp): Preload regexp-opt, needed by
2322 imagemagick-register-types.
2323
60efac0f
CY
23242012-04-15 Chong Yidong <cyd@gnu.org>
2325
2326 * frame.el (scrolling): Remove nearly unused customization group.
2327
2328 * scroll-all.el (scroll-all-mode): Move to windows group.
2329
5dd1713e
CY
23302012-04-15 Chong Yidong <cyd@gnu.org>
2331
2332 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
2333
e6fd457e
CY
23342012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
2335
2336 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 2337 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 2338
e153c136
GM
23392012-04-15 Glenn Morris <rgm@gnu.org>
2340
2341 * simple.el (process-file-side-effects): Doc fix.
2342
e6fd457e 23432012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
2344
2345 * international/mule-cmds.el (set-language-environment): Doc fix.
2346
3603c3b1
JB
23472012-04-14 Juanma Barranquero <lekktu@gmail.com>
2348
2349 * server.el (server-auth-key, server-generate-key): Doc fixes.
2350 (server-get-auth-key): Doc fix. Use `string-match-p'.
2351 (server-start): Reflow docstring.
2352
e6de100c
LI
23532012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
2354
2355 * server.el (server-generate-key): `called-interactively-p'
2356 requires a parameter.
2357
29734c21
MN
23582012-04-14 Michal Nazarewicz <mina86@mina86.com>
2359
2360 * server.el (server-auth-key): New variable.
75f1671a 2361 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
2362 (server-start): Use the new variable and functions to allow
2363 setting a permanent server key (bug#9423).
2364
d65c9521
LL
23652012-04-14 Leo Liu <sdl.web@gmail.com>
2366
2367 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
2368
5ae255c7
PE
23692012-04-14 Paul Eggert <eggert@cs.ucla.edu>
2370
2371 Spelling fixes.
2372 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
2373 Emacs uses American spelling.
2374
d5e6342e
JB
23752012-04-14 Juanma Barranquero <lekktu@gmail.com>
2376
2377 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
2378 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
2379 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
2380 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
2381
ab036cd7
SM
23822012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2383
2384 * progmodes/which-func.el (which-func-modes): Change default.
2385
35dc09a1 23862012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
2387
2388 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
2389 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
2390
35dc09a1 23912012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
2392
2393 * custom.el (custom-theme-set-variables): Doc fix.
2394
35dc09a1 23952012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
2396
2397 * international/mule.el (set-auto-coding-for-load): Doc fix.
2398
35dc09a1 23992012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 2400
35dc09a1
GM
2401 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
2402 imenu work again for Objective C Mode. Correct the *-index values,
2403 these having been disturbed by a previous change in 2011-08.
57f845ee 2404
0de3da9f
AM
2405 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
2406 Correct two search limits.
2407
35dc09a1 24082012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
2409
2410 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
2411
35dc09a1 24122012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
2413
2414 * international/characters.el: Fix sorting.
2415
35dc09a1 24162012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
2417
2418 * international/characters.el: Add more missing Latin case pairs.
2419
35dc09a1 24202012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
2421
2422 * files.el (dir-locals-set-class-variables): Doc fix.
2423
35dc09a1 24242012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 2425
3f1b5bf8
EZ
2426 * international/characters.el: Add set-case-syntax-pair call for
2427 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
2428 counterpart. (Bug#11209)
2429
9f847f41
EZ
2430 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
2431
35dc09a1 24322012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
2433
2434 * calendar/holidays.el (calendar-check-holidays): Doc fix.
2435
35dc09a1 24362012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 2437
35dc09a1
GM
2438 * textmodes/ispell.el (ispell-dictionary-base-alist):
2439 Add data for Hebrew.
e2627d21 2440
35dc09a1 24412012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 2442
35dc09a1
GM
2443 * net/rcirc.el (rcirc-cmd-quit):
2444 Revert 2012-03-18 change (Bug#11192).
5c14e333 2445
35dc09a1 24462012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
2447
2448 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
2449
35dc09a1 24502012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 2451
4517fe3a
SM
2452 * minibuffer.el (completion-in-region-mode-map):
2453 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 2454
b472a594
VD
24552012-04-13 Vivek Dasmohapatra <vivek@etla.org>
2456
2457 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
2458
09b95ce3
MY
24592012-04-13 Masatake YAMATO <yamato@redhat.com>
2460
2461 * minibuffer.el (minibuffer-local-filename-syntax): New variable
2462 to allow `C-M-f' and `C-M-b' to move to the nearest path
2463 separator (bug#9511).
2464
4b63a9ca
LI
24652012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
2466
2467 * avoid.el: Require cl when compiling. And also move the
2468 `provide' to the end.
2469
7b55b8bf
TV
24702012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2471
2472 * avoid.el (mouse-avoidance-banish-position): New variable.
2473 (mouse-avoidance-banish-destination): Use it (bug#10165).
2474
adedaa1f
LL
24752012-04-13 Leo Liu <sdl.web@gmail.com>
2476
2477 * progmodes/which-func.el (which-func-modes): Add objc-mode.
2478
70e74021
KB
24792012-04-13 Ken Brown <kbrown@cornell.edu>
2480
2481 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 2482 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
2483 (browse-url-filename-alist): For the same reason, don't modify
2484 file:// URLs on Cygwin.
2485
e75e89ba
SM
24862012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
2487
2488 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
2489 the region on shift if the binding is already shifted (bug#11221).
2490
82f289a4
GM
24912012-04-12 Glenn Morris <rgm@gnu.org>
2492
2493 * mail/mailpost.el: Move to obsolete/.
2494
d333dc4c
DA
24952012-04-12 Drew Adams <drew.adams@oracle.com>
2496
2497 * imenu.el (imenu--generic-function): Ignore invisible definitions
2498 (bug#10123).
2499
0d15b5ba
VD
25002012-04-12 Vivek Dasmohapatra <vivek@etla.org>
2501
2502 * hexl.el (hexl-bits): New variable.
2503 (hexl-options): Mention the variable in the doc string.
75f1671a 2504 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 2505 (hexl-mode): Mention the new variable.
75f1671a
JB
2506 (hexl-mode, hexl-current-address, hexl-current-address):
2507 Use the displen.
0d15b5ba
VD
2508 (hexl-ascii-start-column): New function.
2509 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
2510 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
2511
64a440db
AM
25122012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2513
2514 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
2515 '("-i" ENCODING), in 2 separate command-line arguments, to specify
2516 the encoding, as expected by hunspell.
2517
6decb6c2
SM
25182012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2519
2520 * battery.el (battery--linux-sysfs-regexp): New const.
2521 (battery-status-function): Use it. Remove yeeloong special case.
2522 (battery-yeeloong-sysfs): Remove.
2523 (battery-echo-area-format): Remove yeeloong special case.
2524
088be6fb
SM
25252012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2526
6622e416
SM
2527 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
2528 Reported by Noah Friedman.
2529
088be6fb
SM
2530 * subr.el (read-passwd): Use read-string.
2531
b49f886e
LMI
25322012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2533
2534 * vcursor.el (vcursor-move): Increase the priority of the overlay
2535 (bug#9663).
2536
a63067fc
DD
25372012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2538
2539 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
2540 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
2541
ac3cf14a
WS
25422012-04-11 William Stevenson <yhvh2000@gmail.com>
2543
2544 * textmodes/artist.el (artist-mode): Convert artist-mode to use
2545 define-minor-mode (bug#10760).
2546
c4fc691b 25472012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 2548
4d6769e1 2549 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
2550 that directories matching `grep-find-ignored-files' won't be
2551 pruned (bug#10351).
2552
af23e2e5
CY
25532012-04-11 Chong Yidong <cyd@gnu.org>
2554
2555 * startup.el (command-line): Remove support for long-obsolete
2556 variable font-lock-face-attributes.
2557
ab7ce8c1
GM
25582012-04-11 Glenn Morris <rgm@gnu.org>
2559
2560 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
2561
de8c03dc
SM
25622012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2563
2564 * window.el (window--state-get-1): Obey window-point-insertion-type.
2565
050cc68b
LB
25662012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
2567
2568 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
2569 to previous function when point is on the first character of a
75f1671a 2570 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 2571
a38c310c
GM
25722012-04-11 Glenn Morris <rgm@gnu.org>
2573
effed0c2
GM
2574 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
2575 not just file-errors.
2576
a38c310c
GM
2577 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
2578 (vc-bzr-sha1): Use internal sha1.
2579
0221e323
SM
25802012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2581
2582 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
2583
43956923
SG
25842012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
2585
2586 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
2587 that start in the middle of the line (bug#10496).
2588
6a8c9eaf
DN
25892012-04-10 Dan Nicolaescu <dann@gnu.org>
2590
2591 * battery.el (battery-linux-proc-acpi): Only one battery is
2592 discharged at a time, but that seems to confuse battery.el when
2593 computing `rate-type' for the battery not being discharged
2594 (bug#10332).
2595
1930bf5d
SM
25962012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2597
2a718f6f
SM
2598 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
2599
599430d0
SM
2600 * international/quail.el: Use dolist and simplify.
2601 (quail-define-package, quail-update-keyboard-layout)
2602 (quail-define-rules): Use dolist.
2603 (quail-insert-kbd-layout, quail-get-translation): CSE.
2604
a2754b6c
SM
2605 * tmm.el: Use dolist, remove left over hook.
2606 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
2607 Use dolist.
2608 (calendar-load-hook): Don't mess with it.
2609
1930bf5d
SM
2610 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
2611 Use derived-mode-p. Run the diff asynchronously.
2612
9f67961c
LMI
26132012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2614
2615 * obsolete/mouse-sel.el: Add an Obsolete-since header.
2616
2a8ce227
JB
26172012-04-10 Juanma Barranquero <lekktu@gmail.com>
2618
2619 * misc.el: Display absolute path of loaded DLLs (bug#10424).
2620 (list-dynamic-libraries--loaded): New function.
2621 (list-dynamic-libraries--refresh): Use it.
2622
8f33b5f8
NW
26232012-04-10 Nathan Weizenbaum <nweiz@google.com>
2624
1930bf5d
SM
2625 * progmodes/python.el (python-fill-paragraph):
2626 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
2627 disabled (bug#7018).
2628
b12f0439
L
26292012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
2630
1930bf5d 2631 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
2632 DOS/MS Windows for the Baltic languages. There are still plenty
2633 of texts written in this encoding/codepage (bug#6519).
b12f0439 2634
57c3bd01
GM
26352012-04-10 Glenn Morris <rgm@gnu.org>
2636
2637 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
2638 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
2639
6c3eab30
FA
26402012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
2641
1930bf5d 2642 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
2643 next-line "n" and previous-line "p" in order to make recentf more
2644 consistent with ibuffer, dired or org-mode (bug#9387).
2645
24d78a88
LMI
26462012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2647
bc72b5d9
LMI
2648 * image.el (put-image): Return the overlay created instead of the
2649 optional input string (bug#7834). Note that this may break code
2650 that is (for some reason or other) depending on `put-image'
2651 returning the string.
2652
bd2dba5a
LMI
2653 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
2654
74beb59f
LMI
2655 * simple.el (zap-to-char): Allow zapping using input methods
2656 (bug#1580).
2657
24d78a88
LMI
2658 * textmodes/fill.el (fill-region): Leave point and mark where they
2659 were before filling (bug#5399).
2660
263f20cd
GM
26612012-04-09 Glenn Morris <rgm@gnu.org>
2662
2663 * version.el (emacs-bzr-get-version):
2664 Handle lightweight checkouts of local branches.
2665
58d1f797
AS
26662012-04-09 Andreas Schwab <schwab@linux-m68k.org>
2667
263f20cd 2668 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 2669
b4d3bc10
CY
26702012-04-09 Chong Yidong <cyd@gnu.org>
2671
2672 * custom.el (custom-variable-p): Return nil for non-symbol
2673 arguments instead of signaling an error.
2674 (user-variable-p): Obsolete alias for custom-variable-p.
2675
2676 * apropos.el (apropos-variable):
2677 * files-x.el (read-file-local-variable):
2678 * simple.el (set-variable):
2679 * woman.el (woman-mini-help):
2680 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
2681
fd06db5d
GM
26822012-04-09 Glenn Morris <rgm@gnu.org>
2683
e5fcdb5e
GM
2684 * startup.el (normal-top-level): Don't look for leim-list.el
2685 in places where it will not be found. (Bug#910)
2686
fd06db5d
GM
2687 * international/mule-cmds.el (set-default-coding-systems):
2688 * files.el (normal-mode):
2689 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
2690 This function was removed with ucs-tables.el in 2008.
2691
b39bb7e1
EZ
26922012-04-08 Eli Zaretskii <eliz@gnu.org>
2693
2694 * textmodes/ispell.el (ispell-check-version): For hunspell, set
2695 ispell-encoding8-command to "-i", without a trailing space.
2696 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
2697 separate command-line arguments, to specify the encoding, since
2698 that's how hunspell expects it.
2699
5c5b8e23
GM
27002012-04-08 Glenn Morris <rgm@gnu.org>
2701
2702 * loadup.el: Load bindings before cus-start.
2703 This reduces somewhat the number of "rogue" settings in emacs -Q.
2704
a1ed8b05
GM
27052012-04-07 Glenn Morris <rgm@gnu.org>
2706
2707 * version.el (emacs-bzr-get-version): New function.
dfae128a 2708 (emacs-bzr-version): New variable.
a1ed8b05
GM
2709 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
2710 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
2711
b142f158
EZ
27122012-04-07 Eli Zaretskii <eliz@gnu.org>
2713
dfae128a
GM
2714 * international/uni-bidi.el, international/uni-category.el:
2715 * international/uni-combining.el, international/uni-decimal.el:
2716 * international/uni-decomposition.el, international/uni-digit.el:
2717 * international/uni-lowercase.el, international/uni-mirrored.el:
2718 * international/uni-name.el, international/uni-numeric.el:
2719 * international/uni-titlecase.el, international/uni-uppercase.el:
2720 Update for Unicode 6.1.
b142f158 2721
9078ead6
EZ
27222012-04-07 Eli Zaretskii <eliz@gnu.org>
2723
2724 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
2725
f23d2c7d
LMI
27262012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2727
2728 * window.el (shrink-window): Mention the `window-min-height'
2729 variable in the doc string.
2730
0a0a3573
BG
27312012-04-05 Bastien Guerry <bzg@altern.org>
2732
2733 * color.el (color-lighten-name): Fix typo.
2734
e5248ac9
SM
27352012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2736
2737 * server.el (server--on-display-p): New function.
2738 (server--on-display-p): Use it.
2739
b4243e22
GV
27402012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
2741
2742 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
2743 (bug#11145).
2744
305d9f44
SM
27452012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2746
2747 * comint.el (comint--common-quoted-suffix): Check string boundary
2748 before comparing (bug#11158).
2749 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
2750
3d439cd1
CY
27512012-04-04 Chong Yidong <cyd@gnu.org>
2752
321cc491
CY
2753 * minibuffer.el (completion-extra-properties): Doc fix.
2754
3d439cd1
CY
2755 * subr.el (delayed-warnings-hook): Doc fix.
2756
2d562c0f
DU
27572012-04-04 Daiki Ueno <ueno@unixuser.org>
2758
2759 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
2760 selection (Bug#11159).
2761 (epa-insert-keys): Inform that the default public key will be
2762 exported if no key is selected.
2763
4443f204
RS
27642012-04-04 Richard Stallman <rms@gnu.org>
2765
2766 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
2767
529c06b6
CY
27682012-04-03 Chong Yidong <cyd@gnu.org>
2769
2770 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
2771 mail-insert-file, not its obsolete alias mail-attach-file.
2772
66b907dc
MA
27732012-04-03 Michael Albinus <michael.albinus@gmx.de>
2774
2775 * notifications.el (notifications-notify): Fix docstring.
2776
c0ea195d
GM
27772012-04-02 Glenn Morris <rgm@gnu.org>
2778
2779 * emacs-lisp/authors.el (authors-aliases): Another addition.
2780
5ca64e00
MA
27812012-04-02 Michael Albinus <michael.albinus@gmx.de>
2782
2783 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
2784 `tramp-compat-call-process' instead of `tramp-local-call-process'.
2785 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
2786
42ee526b
CY
27872012-04-01 Chong Yidong <cyd@gnu.org>
2788
2789 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
2790 Handle root directory properly.
2791 (copy-directory): Caller changed.
2792
2793 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
2794 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
2795
0b021094
GM
27962012-03-31 Glenn Morris <rgm@gnu.org>
2797
40f86458
GM
2798 * term/xterm.el (xterm-extra-capabilities): Doc fix.
2799
7019c177
GM
2800 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
2801
a1daddd6
GM
2802 * calendar/calendar.el (calendar-window-list)
2803 (calendar-hide-window): Restore. (Bug#11140)
2804 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
2805
0b021094
GM
2806 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
2807
40311efc
TV
28082012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2809
2810 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
2811 Check if file is a symlink (Bug#10489).
2812
2813 * files.el (copy-directory): Likewise.
2814
5319014e
CY
28152012-03-30 Chong Yidong <cyd@gnu.org>
2816
2817 * image.el (imagemagick-types-inhibit)
2818 (imagemagick-register-types): Doc fix.
2819
935d1290
AM
28202012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2821
ef24141c
SM
2822 * ispell.el (ispell-get-extended-character-mode):
2823 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 2824 and treats ~word as ordinary words in pipe mode.
935d1290 2825
61c6e8fd
GM
28262012-03-30 Glenn Morris <rgm@gnu.org>
2827
2828 * tutorial.el (help-with-tutorial): Ensure local variables don't
2829 happen to make the buffer read-only. (Bug#11127)
2830
81fdff00
SM
28312012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
2832
2833 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
2834 (perl-calculate-indent): Return `noindent' in strings.
2835
6e7a6ec0
SS
28362012-03-28 Sam Steingold <sds@gnu.org>
2837
2838 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
2839 instead of the broken adhockery which does not prevent calendar
2840 buffers from being displayed at random after exit.
2841 (calendar-window-list, calendar-hide-window): Remove the broken
2842 adhockery.
2843
fee88ca0
GM
28442012-03-28 Glenn Morris <rgm@gnu.org>
2845
2846 * replace.el (query-replace-map): Doc fix.
2847
38de3354
AS
28482012-03-28 Andreas Schwab <schwab@linux-m68k.org>
2849
2850 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
2851 contents. (Bug#11109)
2852
b973155e
SM
28532012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2854
2855 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
2856 (bug#11077).
2857 (avl-tree--check, avl-tree--check-node): New funs.
2858
dcb6e7b3
MR
28592012-03-27 Martin Rudalics <rudalics@gmx.at>
2860
2861 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
2862 (switch-to-prev-buffer, switch-to-next-buffer):
2863 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
2864 showing a buffer already is done on the same frame.
2865
b4fa35fa
GM
28662012-03-27 Glenn Morris <rgm@gnu.org>
2867
2868 * startup.el (mail-host-address): Doc fix.
2869
f9210e18
SM
28702012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2871
2872 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
2873 than 197 variables.
2874
c0bf7753
AF
28752012-03-26 Ami Fischman <ami@fischman.org>
2876
2877 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
2878
33da7b16
GM
28792012-03-26 Glenn Morris <rgm@gnu.org>
2880
02243d9d
GM
2881 * files.el (save-buffers-kill-emacs): Doc fix.
2882
33da7b16
GM
2883 * startup.el (normal-top-level, command-line, command-line-1):
2884 Give them doc strings.
2885
e5a69fd0
EZ
28862012-03-25 Eli Zaretskii <eliz@gnu.org>
2887
2888 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 2889 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 2890
9a69676a
CY
28912012-03-25 Chong Yidong <cyd@gnu.org>
2892
4125cb8b
CY
2893 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
2894 theme if it was previously enabled before (Bug#11031).
2895
dd470960
CY
2896 * cus-theme.el (custom-theme-write-faces): Retrieve current face
2897 spec with custom-face-get-current-spec if its :shown-value is not
2898 determined yet (Bug#9337).
4125cb8b 2899 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 2900
9a69676a
CY
2901 * button.el (button-at): Minor addition to docstring.
2902
6e7e90fa
SL
29032012-03-24 Simon Leinen <simon.leinen@gmail.com>
2904
2905 * vc/vc.el (vc-merge): Fix a prompt.
2906
f06e2758
CY
29072012-03-24 Chong Yidong <cyd@gnu.org>
2908
2909 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
2910 point (Bug#9623).
2911
6e7e90fa
SL
2912 * button.el (button-at): Minor addition to docstring.
2913
b9d0879b
SM
29142012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
2915
2916 * newcomment.el (comment-choose-indent): No space after BOL.
2917
e71cebb3
SS
29182012-03-22 Sam Steingold <sds@gnu.org>
2919
2920 * window.el (switch-to-prev-buffer): Revert last patch because the
2921 bug turned out to be an advertised feature (Elisp manual 28.14).
2922
335aff35
GM
29232012-03-22 Glenn Morris <rgm@gnu.org>
2924
2925 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
2926 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
2927
c676576a
LMI
29282012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2929
2930 * net/network-stream.el (network-stream-open-starttls): Make error
2931 message under Windows be less misleading.
2932
126f3d39
LW
29332012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
2934
2935 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
2936 understands (bug#9942).
2937
64fee311
CY
29382012-03-22 Chong Yidong <cyd@gnu.org>
2939
2940 * simple.el (end-of-visible-line): Handle return value of
2941 next-single-property-change properly (Bug#9371).
2942
a640d29a
KH
29432012-03-22 Kenichi Handa <handa@m17n.org>
2944
2945 * international/quail.el (quail-insert-kbd-layout): Fix previous
2946 change. To avoid unwanted bidi reordering, use
2947 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
2948
39675016
DG
29492012-03-21 Dmitry Gutov <dgutov@yandex.ru>
2950
2951 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
2952 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
2953 (ruby-beginning-of-indent): Be more careful with the difference
2954 between word-boundary and symbol boundary.
2955 (ruby-mode-syntax-table): Make : a symbol constituent.
2956
0a6934fc 29572012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 2958
3d008e4f
SM
2959 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
2960
0a6934fc
SM
29612012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2962
af67c9d7
SM
2963 * progmodes/etags.el (tags-completion-at-point-function):
2964 Improve last fix.
2965
1acad97c
SM
2966 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
2967
e298b5da
SS
29682012-03-21 Sam Steingold <sds@gnu.org>
2969
2970 * progmodes/etags.el (tags-completion-at-point-function):
2971 Avoid the error when point is inside the pattern.
2972
91d82a70
JY
29732012-03-21 John Yates <john@yates-sheets.org> (tiny change)
2974
2975 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
2976 line (Bug#10855).
2977
69188b79
CY
29782012-03-21 Drew Adams <drew.adams@oracle.com>
2979
2980 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
2981
99fc91fe
AK
29822012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
2983
2984 * ido.el (ido-set-current-directory, ido-read-internal)
2985 (ido-choose-completion-string, ido-completion-help): Handle nil
2986 value of ido-completion-buffer (Bug#11008).
2987
087bbb4c
SS
29882012-03-21 Sam Steingold <sds@gnu.org>
2989
2990 * window.el (switch-to-prev-buffer): Do not switch to a visible
2991 window previous buffer, just like with the frame previous buffers.
2992
fb5b8aca
CY
29932012-03-21 Chong Yidong <cyd@gnu.org>
2994
2995 * faces.el (make-face, make-empty-face, copy-face):
2996 * face-remap.el (face-remap-add-relative, face-remap-set-base):
2997 Doc fixes.
2998
dc9924b8
SM
29992012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3000
3001 * wid-edit.el (widget-complete-field): Remove (bug#11051).
3002 (widget-complete): Remove broken use of it.
3003
f0bcceb9
CY
30042012-03-20 Chong Yidong <cyd@gnu.org>
3005
dc9924b8
SM
3006 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
3007 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
3008 characters.
3009
ee52ebf3
TH
30102012-03-20 Tassilo Horn <tassilo@member.fsf.org>
3011
3012 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
3013 to draw rectangles, not squares. (Regression introduced by revno
3014 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
3015
4c5779ab
CY
30162012-03-18 Chong Yidong <cyd@gnu.org>
3017
3018 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
3019 it is not yet defined (for temacs).
3020
15360934
LL
30212012-03-18 Leo Liu <sdl.web@gmail.com>
3022
dc9924b8 3023 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 3024
d9a8eb66
EZ
30252012-03-17 Eli Zaretskii <eliz@gnu.org>
3026
3027 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
3028 (ispell-choices-win-default-height, ispell-silently-savep)
3029 (ispell-dictionary-alist, ispell-encoding8-command)
3030 (ispell-check-version, ispell-aspell-find-dictionary)
3031 (ispell-valid-dictionary-list, ispell-words-keyword)
3032 (ispell-get-word, ispell-internal-change-dictionary)
3033 (ispell-region, ispell-skip-region-list)
3034 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
3035 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
3036 (ispell-message-text-end, ispell-message)
3037 (ispell-buffer-local-parsing): Doc fix.
3038
f02ff80d
J
30392012-03-13 Jambunathan K <kjambunathan@gmail.com>
3040
3041 * htmlfontify.el: Add support for code block fontification for ODT
3042 export (Bug #9914).
3043 (hfy-optimisations): Define new option
3044 `body-text-only'
3045 (hfy-fontify-buffer): Honor above setting.
3046 (hfy-begin-span, hfy-end-span): New routines factored out form
3047 `hfy-fontify-buffer'.
3048 (hfy-begin-span-handler, hfy-end-span-handler): New variables
3049 that permit insertion of custom tags.
3050 (hfy-fontify-buffer): Use above handlers.
3051 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
3052 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 3053 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 3054 over multiple runs. This is made possible by having the caller let
f02ff80d
J
3055 bind a special variable `hfy-user-sheet-assoc'.
3056 (htmlfontify-string): New defun.
3057 (hfy-compile-face-map): Make sure that the last char in the
3058 buffer is correctly fontified.
3059 (hfy-face-resolve-face): Whitespace only change.
3060
9ac7a13f
EZ
30612012-03-17 Eli Zaretskii <eliz@gnu.org>
3062
3063 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
3064 message more clear.
3065
e2b5bdd7
LL
30662012-03-16 Leo Liu <sdl.web@gmail.com>
3067
3068 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
3069
2e492df3
AM
30702012-03-16 Alan Mackenzie <acm@muc.de>
3071
3072 Further optimise the handling of large macros.
3073
3074 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
3075 limit to a call of `c-literal-limits'.
3076 (c-determine-+ve-limit): New function.
dc9924b8
SM
3077 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
3078 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
3079 In CASE 5B, restrict a search limit to 500.
3080 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
3081
3082 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
3083 Restrict macro bounds to +-500 from after-change's BEG END.
3084
50e94f0c
LL
30852012-03-16 Leo Liu <sdl.web@gmail.com>
3086
3087 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
3088
6f09f6ed
AH
30892012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
3090
3091 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 3092 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 3093
c7e73d51
GM
30942012-03-16 Glenn Morris <rgm@gnu.org>
3095
da986230
GM
3096 * view.el (view-buffer, view-buffer-other-window)
3097 (view-buffer-other-frame): Doc fixes re special mode-class.
3098
0835f01e
GM
3099 * subr.el (eval-after-load): If named feature is provided not from
3100 a file, run after-load forms. (Bug#10946)
3101
c7e73d51
GM
3102 * calendar/calendar.el (calendar-insert-at-column):
3103 Handle non-unit-width characters a bit better. (Bug#10978)
3104
3f2eafd1
CY
31052012-03-15 Chong Yidong <cyd@gnu.org>
3106
3107 * emacs-lisp/ring.el (ring-extend): New function.
3108 (ring-insert+extend): Extend the ring correctly (Bug#11019).
3109
3110 * comint.el (comint-read-input-ring)
3111 (comint-add-to-input-history): Grow comint-input-ring lazily.
3112
103af3fe
SM
31132012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3114
663b1677
SM
3115 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
3116 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
3117
103af3fe
SM
3118 * imenu.el: Fix multiple inheritance breakage (bug#9199).
3119 (imenu-add-to-menubar): Don't add a redundant index.
3120 (imenu-update-menubar): Handle a dynamically composed keymap.
3121
899cb7cb
KY
31222012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
3123
3124 * mail/sendmail.el (mail-encode-header):
3125 Bind rfc2047-encode-encoded-words to nil.
3126
3809f91d
GM
31272012-03-13 Glenn Morris <rgm@gnu.org>
3128
3129 * calendar/calendar.el (calendar-string-spread):
3130 Handle non-unit-width characters a bit better. (Bug#10978)
3131
9e345a01
LL
31322012-03-13 Leo Liu <sdl.web@gmail.com>
3133
3134 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
3135 directory and file as argument (Bug#10822).
3136
4a07df36
KS
31372012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
3138
3139 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
3140 For dynamically generated code, follow $PC.
3141 (gdb-disassembly-handler-custom): Handle no function name case.
3142
4aaa9356
TL
31432012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
3144
3145 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
3146 * emulation/ws-mode.el (ws-query-replace):
3147 * sort.el (sort-regexp-fields):
3148 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
3149
225979da
SM
31502012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3151
3152 * dabbrev.el: Fix cycle completion order (bug#10963).
3153 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
3154 (dabbrev-completion): Don't use an obarray; provide
3155 a cycle-sort-function.
3156
e2f1fdab
LL
31572012-03-12 Leo Liu <sdl.web@gmail.com>
3158
dc9924b8 3159 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
3160 (kill-do-not-save-duplicates): Doc fix.
3161
b19490ed
SM
31622012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3163
3164 * dabbrev.el: Fix cycle completion (bug#10963).
3165 Use lexical binding and wrap to 80 columns.
3166 (dabbrev-completion): Delay computing the list of completions.
3167
4b05d722
KH
31682012-03-12 Kenichi Handa <handa@m17n.org>
3169
3170 * international/quail.el (quail-insert-kbd-layout): Surround each
3171 row by LRO and PDF instead of inserting many LRMs. Pad the left
3172 and right of each non-spacing marks. Insert invisible space
3173 between lower and upper characters to prevent composition.
3174
dbbc2e69
SM
31752012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3176
3177 * minibuffer.el (minibuffer-complete): Don't get confused when the
3178 function is run twice via different commands (bug#10958).
3179 (complete-with-action): Fix docstring.
3180
292112ed
CY
31812012-03-12 Chong Yidong <cyd@gnu.org>
3182
5d1ac394
CY
3183 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
3184 (nxml-completion-at-point-function): New function.
3185 (nxml-mode): Use it.
3186 (nxml-bind-meta-tab-to-complete-flag): Default to t.
3187
292112ed
CY
3188 * emacs-lisp/package.el (package-unpack, package-unpack-single):
3189 Load generated autoloads file before byte compiling (Bug#10970).
3190 (package--make-autoloads-and-compile): New helper fun.
3191
4098f8f7
CS
31922012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
3193
3194 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
3195
8f754691
MA
31962012-03-11 Michael Albinus <michael.albinus@gmx.de>
3197
3198 * autorevert.el (auto-revert-handler): Ensure, that
3199 file-readable-p is applied only for local files or in
3200 auto-revert-tail-mode.
3201
e29ab36b
AS
32022012-03-11 Andreas Schwab <schwab@linux-m68k.org>
3203
dbbc2e69
SM
3204 * server.el (server-eval-at): Handle non-tcp connections.
3205 Decode result string.
ad0bf5b6 3206
e29ab36b
AS
3207 * server.el (server-msg-size): New constant.
3208 (server-reply-print): New function.
3209 (server-eval-and-print): Use it.
3210 (server-eval-at): Use server-quote-arg and server-unquote-arg.
3211 Handle -print-nonl.
3212
de5939ba
CS
32132012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
3214
3215 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
3216 (Bug#10987).
3217
0c93eabf
CY
32182012-03-11 Chong Yidong <cyd@gnu.org>
3219
397a688f
CY
3220 * simple.el (goto-line): Doc fix (Bug#9938).
3221
2cc775f9
CY
3222 * subr.el (save-window-excursion): Doc fix (Bug#9979).
3223
0c93eabf
CY
3224 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
3225 when finished (Bug#10963).
3226
c491fa41
MR
32272012-03-11 Martin Rudalics <rudalics@gmx.at>
3228
3229 * window.el (split-window-below): Fix bug in case where
3230 split-window-keep-point is nil (Bug#10971).
3231
300e8fa5
JL
32322012-03-11 Juri Linkov <juri@jurta.org>
3233
3234 * replace.el (replace-highlight): Set isearch-word to nil
3235 unconditionally. (Bug#10887)
3236
dbf6c5a1
EZ
32372012-03-10 Eli Zaretskii <eliz@gnu.org>
3238
3239 * net/mairix.el (mairix-replace-invalid-chars): Rename from
3240 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 3241 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
3242 (mairix-widget-create-query): Add usage information about mairix
3243 search forms: negating words, searching for substrings, etc.
3244
b9e501de
JP
32452012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
3246
3247 * international/fontset.el (font-encoding-alist): Add an entry for
3248 ksx1001 (Bug#5667).
3249
92795c91
RS
32502012-03-10 Richard Stallman <rms@gnu.org>
3251
1694e6c1
RS
3252 * mail/sendmail.el (mail-encode-header):
3253 Set rfc2047-encode-encoded-words.
3254
607e8555
RS
3255 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
3256
de3bc99a
RS
3257 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
3258 view buffer means not swapped.
3259 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
3260 (rmail-write-region-annotate): Error if real text has disappeared.
3261
92795c91
RS
3262 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
3263
699bd04e
CY
32642012-03-10 Chong Yidong <cyd@gnu.org>
3265
3266 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
3267 * emulation/cua-base.el (cua--init-keymaps):
3268 Add delete-forward-char to remappings (Bug#9666).
699bd04e 3269
570a1714
MR
32702012-03-10 Martin Rudalics <rudalics@gmx.at>
3271
dbbc2e69
SM
3272 * speedbar.el (speedbar-unhighlight-one-tag-line):
3273 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 3274
82dcf4e4
CY
32752012-03-10 Chong Yidong <cyd@gnu.org>
3276
7a2c7ca7
CY
3277 * minibuffer.el (completion-in-region, completion-help-at-point):
3278 Give the completion field overlay a high priority (Bug#6830).
3279
82dcf4e4
CY
3280 * dired.el (dired-goto-file): Recognize absolute file name
3281 listings (Bug#7126).
3282 (dired-goto-file-1): New helper function.
3283 (dired-toggle-read-only): Inhibit warnings.
3284
052e28ac
MA
32852012-03-09 Michael Albinus <michael.albinus@gmx.de>
3286
75f1671a 3287 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
3288 there are no properties.
3289
95d5e396
LL
32902012-03-09 Leo Liu <sdl.web@gmail.com>
3291
3292 * savehist.el (savehist-printable): Stricter check for string
3293 value (Bug#10937).
3294
3f018d6d
EZ
32952012-03-09 Eli Zaretskii <eliz@gnu.org>
3296
dbbc2e69
SM
3297 * mail/smtpmail.el (smtpmail-send-it):
3298 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
3299 valid mbox format.
3300
f7fd3d79
GM
33012012-03-09 Glenn Morris <rgm@gnu.org>
3302
3303 * files.el (dir-locals-find-file):
3304 Don't check result is regular, readable.
3305 (dir-locals-read-from-file): Demote errors.
3306
6ff6e72f
EZ
33072012-03-08 Eli Zaretskii <eliz@gnu.org>
3308
dbbc2e69
SM
3309 * international/quail.el (quail-insert-kbd-layout):
3310 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
3311 layout cell, to prevent their reordering by bidi display engine.
3312 For details, see the discussion in
3313 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
3314
9cec7834
AM
33152012-03-08 Alan Mackenzie <acm@muc.de>
3316
3317 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
3318 the starting position; make it extend the marked region when
3319 invoked repeatedly - all under appropriate circumstances.
3320 Fixes bugs #5525, #10906.
3321
9a40b8d4
GM
33222012-03-08 Glenn Morris <rgm@gnu.org>
3323
3324 * files.el (locate-dominating-file, dir-locals-find-file):
3325 Undo 2012-03-06 change.
3326
7a08ed35
EZ
33272012-03-07 Eli Zaretskii <eliz@gnu.org>
3328
dbbc2e69
SM
3329 * international/quail.el (quail-help):
3330 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
3331 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
3332 for the reason.
3333
5aca4f71 33342012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
3335
3336 Avoid superfluous registering of signals. (Bug#10807)
3337
3338 * notifications.el (notifications-on-action-object)
3339 (notifications-on-close-object): New defvars.
3340 (notifications-on-action-signal, notifications-on-closed-signal):
3341 Unregister the signal if not needed any longer.
3342 (notifications-notify): Register `notifications-action-signal' or
3343 `notifications-closed-signal', if :on-action or :on-close has been
3344 passed as argument.
3345
78e8b10a
CY
33462012-03-07 Chong Yidong <cyd@gnu.org>
3347
3348 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
3349 non-X platforms.
3350
69481eb8
GM
33512012-03-06 Glenn Morris <rgm@gnu.org>
3352
3353 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
3354 (x-disown-selection-internal, x-get-selection-internal):
3355 Doc fix (add arglist signatures). (Bug#10783)
3356
133b8e11
KS
33572012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
3358
3359 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
3360 Handle breakpoints with no "type".
3361
99a83064
GM
33622012-03-06 Glenn Morris <rgm@gnu.org>
3363
3364 * files.el (locate-dominating-file): Add optional predicate argument.
3365 (dir-locals-find-file): Make use of above change.
3366
17798e78
TTN
33672012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
3368
3369 * info.el (Info-insert-dir): Also try "dir.gz".
3370
eb182446
GM
33712012-03-06 Glenn Morris <rgm@gnu.org>
3372
8f2114ee
GM
3373 * files.el (dir-locals-find-file):
3374 Ignore non-readable or non-regular files. (Bug#10928)
3375
eb182446
GM
3376 * files.el (locate-dominating-file): Doc fix.
3377
24679323
AS
33782012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
3379
3380 * calendar/calendar.el (calendar-set-mode-line):
3381 `getenv' returns a string. (Bug#10951)
3382
01d972a9
LL
33832012-03-05 Leo Liu <sdl.web@gmail.com>
3384
109aa8a9
LL
3385 * simple.el (backward-delete-char-untabify): Constrain point to
3386 field (Bug#10939).
3387
01d972a9
LL
3388 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
3389
10607bea
CY
33902012-03-05 Chong Yidong <cyd@gnu.org>
3391
3392 * simple.el (count-words): If called from Lisp, return the word
3393 count, for symmetry with `count-lines'. Arglist changed.
3394 (count-words--message): Args changed. Consolidate counting code
3395 from count-words and count-words-region.
3396 (count-words-region): Caller changed.
3397 (count-lines-region): Make it an obsolete alias.
3398
5dd11cfe
TH
33992012-03-04 Tassilo Horn <tassilo@member.fsf.org>
3400
3401 * saveplace.el (save-place-to-alist)
3402 (save-place-ignore-files-regexp): Allow value nil to disable this
3403 feature.
3404
c349f4e6
CY
34052012-03-04 Chong Yidong <cyd@gnu.org>
3406
3407 * faces.el (face-spec-reset-face): For the default face, reset the
3408 attributes to default values (Bug#10748).
3409
e627be4c
LMI
34102012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3411
3412 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
3413 previous patch: Check `message-send-mail-function', and not the
3414 default function (bug#10897).
3415
ebeabff4
MA
34162012-03-04 Michael Albinus <michael.albinus@gmx.de>
3417
a41a6cf4
MA
3418 * notifications.el (notifications-on-action-signal)
3419 (notifications-on-closed-signal): Check for unique service name of
3420 incoming event. Fix error in removing entry.
ebeabff4 3421 (top): Register for signals with wildcard service name.
a41a6cf4 3422 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 3423
c1ca42b4
CY
34242012-03-04 Chong Yidong <cyd@gnu.org>
3425
dc9924b8 3426 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 3427
ea16568d
GM
34282012-03-04 Glenn Morris <rgm@gnu.org>
3429
3430 * abbrev.el (copy-abbrev-table, abbrev-table-p)
3431 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
3432 (expand-abbrev, define-abbrev-table): Doc fixes.
3433
fbae4637
LMI
34342012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3435
3436 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
3437 `message-default-send-mail-function' and not `send-mail-function'
3438 when doing the prompting for `sendmail-query-once' before sending
3439 in Message buffers (bug#10897).
3440
a1e7225c
LMI
3441 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3442 This is inconsistent with all the other stream functions, which leave
3443 the setting up to the higher levels (if so wanted) (bug#10931).
3444
56d093a9
AM
34452012-03-02 Alan Mackenzie <acm@muc.de>
3446
3447 Depessimize the handling of very large macros.
3448
3449 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
3450 (c-macro-cache-syntactic): New variables to implement a one
3451 element macro cache.
3452 (c-invalidate-macro-cache): New function.
3453 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
3454 Adapt to use the new cache.
3455 (c-state-safe-place): Use better the cache of safe positions.
3456 (c-state-semi-nonlit-pos-cache)
3457 (c-state-semi-nonlit-pos-cache-limit):
3458 New variables for...
3459 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
3460 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
3461 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
3462 Use c-state-semi-safe-place.
56d093a9 3463
dbbc2e69
SM
3464 * progmodes/cc-langs.el (c-get-state-before-change-functions):
3465 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 3466
817e5c3d
MA
34672012-03-02 Michael Albinus <michael.albinus@gmx.de>
3468
dbbc2e69
SM
3469 * jka-compr.el (jka-compr-call-process):
3470 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
3471 not remote.
3472
a032a702
MA
34732012-03-01 Michael Albinus <michael.albinus@gmx.de>
3474
3475 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
3476 access of FILE2, if FILE1 does not exist.
3477
99a54f21
MA
3478 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
3479 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
3480
3481 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
3482 Add "PAGER=" to `process-environment'.
3483
f6561e1f
MM
34842012-03-01 Michael R. Mauger <mmaug@yahoo.com>
3485
3486 * progmodes/sql.el: Bug fix
3487 (sql-get-login-ext): Save login values in globals.
3488 (sql-get-login): Use new version of `sql-get-login-ext'.
3489 (sql-interactive-mode): Set global `sql-connection' to nil.
3490 (sql-connect): Set global values for connection.
3491 (sql-product-interactive): Save global values as buffer local.
3492
2d44d9cc
LL
34932012-02-29 Leo Liu <sdl.web@gmail.com>
3494
3495 * abbrev.el (define-abbrevs): Reset sys to nil.
3496
96b49301 34972012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3498
bf7f9bc5
JB
3499 * files.el (file-equal-p): Rename from `files-equal-p'.
3500 Return nil when one or both files don't exist.
96b49301 3501 (file-subdir-of-p): Now only top directory must exists,
3502 return nil if it doesn't.
bf7f9bc5
JB
3503 (copy-directory): No need to test with `file-subdir-of-p' after
3504 creating dir.
3505 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
3506 to `file-equal-p'.
96b49301 3507
44e97401
GM
35082012-02-28 Glenn Morris <rgm@gnu.org>
3509
3510 * shell.el (shell-mode):
3511 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
3512 * play/landmark.el (landmark-font-lock-face-O):
3513 * play/handwrite.el (handwrite):
3514 * play/gomoku.el (gomoku-O):
3515 * net/browse-url.el (browse-url-browser-display):
3516 * international/mule.el (define-charset):
3517 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
3518 * filesets.el (filesets-find-file-delay):
3519 * eshell/em-xtra.el (eshell-xtra):
3520 * eshell/em-unix.el (eshell-grep):
3521 * emulation/viper.el (viper-mode):
3522 * emacs-lisp/regexp-opt.el (regexp-opt-group):
3523 * emacs-lisp/easymenu.el (easy-menu-define):
3524 * calendar/timeclock.el (timeclock-use-display-time):
3525 * bs.el (bs-mode):
3526 * bookmark.el (bookmark-save-flag):
3527 Doc fix (standardize possessive apostrophe usage).
3528
c98c6276
CY
35292012-02-27 Chong Yidong <cyd@gnu.org>
3530
bf7f9bc5
JB
3531 * emulation/viper-cmd.el (viper-intercept-ESC-key):
3532 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 3533
c98c6276
CY
3534 * font-lock.el (font-lock-specified-p): Rename from
3535 font-lock-spec-present. Callers changed.
3536
9c62cd04 35372012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 3538
bf7f9bc5
JB
3539 * emacs-lisp/package.el (package-compute-transaction):
3540 Handle holding a package version to t in package-load-list.
8ac9e529 3541
530739c9
MA
35422012-02-26 Michael Albinus <michael.albinus@gmx.de>
3543
3544 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
3545 (tramp-get-inode, tramp-get-device): Use cached values.
3546
487915d7
AM
35472012-02-26 Alan Mackenzie <acm@muc.de>
3548
3549 Check there is a font-lock specification before doing initial
3550 fontification.
3551
3552 * font-core.el (font-lock-mode): Move the conditional from
3553 :after-hook to font-lock-initial-fontify.
3554 (font-lock-default-function): Move the check for a specification
3555 to font-lock-spec-present.
3556
dc9924b8 3557 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
3558 (font-lock-spec-present): New function.
3559
4fd96557
JB
35602012-02-26 Jim Blandy <jimb@red-bean.com>
3561
3562 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
3563 (gdb-send): Apply it to the operand of the '-interpreter-exec
3564 console' command, so that we can pass arguments with (say) quotes
3565 in them. Store exact string sent in gdb-debug-log (Bug#10765).
3566
9a4888c0
CY
35672012-02-26 Chong Yidong <cyd@gnu.org>
3568
07498861
CY
3569 * help-fns.el (describe-function-1): Clarify description of
3570 remapping (Bug#10844).
3571
9a4888c0
CY
3572 * files.el (files-equal-p): Doc fix.
3573 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
3574 and quit the loop once a mismatch is found.
3575
ea8fb88d
JB
35762012-02-25 Juanma Barranquero <lekktu@gmail.com>
3577
3578 * bs.el (bs--show-with-configuration): Don't throw an error
3579 if the window cannot be split; otherwise, subsequent calls to
3580 bs-show fail, restoring a stale window config. (Bug#10882)
3581
525795c1
JD
35822012-02-25 Jan Djärv <jan.h.d@swipnet.se>
3583
3584 * term/ns-win.el (global-map): Bind ns-drag-file to
3585 ns-find-file (Bug#5855, Bug#10050).
3586
f008086f
AS
35872012-02-25 Andreas Schwab <schwab@linux-m68k.org>
3588
3589 * calendar/parse-time.el (parse-time-string): Allow extractor to
3590 return nil.
3591
a3fcfa99
MA
35922012-02-25 Michael Albinus <michael.albinus@gmx.de>
3593
91027d08
JB
3594 * net/tramp.el (tramp-file-name-for-operation):
3595 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
3596
3597 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
3598 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
3599 Add COPY-CONTENTS argument.
a3fcfa99 3600
67b0de11
CY
36012012-02-25 Chong Yidong <cyd@gnu.org>
3602
3603 Add custom groups for VC backends, for consistency with vc-bzr.
3604
3605 * vc/vc-arch.el (vc-arch):
3606 * vc/vc-cvs.el (vc-cvs):
3607 * vc/vc-git.el (vc-git):
3608 * vc/vc-hg.el (vc-hg):
3609 * vc/vc-mtn.el (vc-mtn):
3610 * vc/vc-rcs.el (vc-rcs):
3611 * vc/vc-sccs.el (vc-sccs):
3612 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
3613 All relevant defcustoms reassigned.
3614
3c9dfce6
CY
36152012-02-25 Chong Yidong <cyd@gnu.org>
3616
1339bf43
CY
3617 * newcomment.el (comment-styles): Add autoload (Bug#10868).
3618
3c9dfce6
CY
3619 * term/x-win.el (x-initialize-window-system): Reduce default for
3620 x-selection-timeout to 5 seconds (Bug#8869).
3621
25b2e303 36222012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3623
ec70a47d
GM
3624 * files.el (files-equal-p, file-subdir-of-p): New functions.
3625 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 3626 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
3627 * dired-aux.el (dired-copy-file-recursive): Same.
3628 (dired-create-files): Modify destination when source is equal to
3629 dest when copying files.
53a46cd0 3630 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 3631
914260cd
MA
36322012-02-24 Michael Albinus <michael.albinus@gmx.de>
3633
3634 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
3635 (Bug#10874)
3636
2cb228f7
AM
36372012-02-23 Alan Mackenzie <acm@muc.de>
3638
3639 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
3640 parameter "after-hook:" to allow the expansion to run code after
3641 the execution of the mode hooks.
3642
3643 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 3644 from font-lock-mode-internal.
2cb228f7 3645
91027d08 3646 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
3647 :after-hook.
3648
8f0fde21
SM
36492012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
3650
3e88618b
SM
3651 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
3652 (completion--cache-all-sorted-completions): New function.
3653 (completion-all-sorted-completions): Use it.
3654 (completion--do-completion, minibuffer-force-complete):
3655 Use it to re-instate the flush hook.
3656
8f0fde21
SM
3657 * icomplete.el (icomplete-completions): Replace last fix with a better
3658 one (bug#10850).
3659
8e911f6f
DG
36602012-02-23 Dmitry Gutov <dgutov@yandex.ru>
3661
3662 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
3663 when it might call us back infinitely (bug#10797).
3664
49fe4321
GM
36652012-02-23 Glenn Morris <rgm@gnu.org>
3666
3667 * minibuffer.el (completion-category-overrides): Doc fix.
3668
b291b572
SM
36692012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
3670
3671 * minibuffer.el (completion-table-with-context): Fix inf-loop.
3672 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
3673
31a9ef2e
GM
36742012-02-23 Glenn Morris <rgm@gnu.org>
3675
5e6e6794 3676 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
3677 (authors-obsolete-files-regexps, authors-ignored-files)
3678 (authors-ambiguous-files, authors-renamed-files-alist):
3679 Add more entries.
3680
0bd1e074
JL
36812012-02-23 Juri Linkov <juri@jurta.org>
3682
3683 * isearch.el (isearch-occur): Sync interactive spec with occur's
3684 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
3685
b617673c
JL
3686 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
3687
19e9789e
JL
36882012-02-22 Juri Linkov <juri@jurta.org>
3689
3690 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
3691 (ucs-insert): Doc fix. Check for hex digits in the string.
3692 Don't display `nil' in the error message. (Bug#10857)
3693
f41ce09d
AM
36942012-02-22 Alan Mackenzie <acm@muc.de>
3695
7a71b18d 3696 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 3697
ac2eceee
GM
36982012-02-22 Glenn Morris <rgm@gnu.org>
3699
3700 * ffap.el (ffap-c-path):
3701 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
3702
abd1f678
CY
37032012-02-22 Chong Yidong <cyd@gnu.org>
3704
3705 * custom.el (load-theme): Doc fix.
3706
f25aef2e
GM
37072012-02-22 Glenn Morris <rgm@gnu.org>
3708
3709 * dired-x.el (dired-guess-shell-alist-default):
3710 Remove escape sequences from nroff output. (Bug#172)
3711
5f8dc2ca
GM
37122012-02-21 Glenn Morris <rgm@gnu.org>
3713
6ff86ec4
GM
3714 * vc/emerge.el (emerge-defvar-local):
3715 Set `permanent-local' property rather than unused `preserved'.
3716
be3223a3 3717 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
3718 (picture-mode-map): Use it. (Bug#10860)
3719 (picture-mode): Doc fix.
3720
3fe58f4f
JB
37212012-02-21 Juanma Barranquero <lekktu@gmail.com>
3722
3723 * newcomment.el (uncomment-region-default): Remove unused binding.
3724
f9a998c3
GM
37252012-02-21 Glenn Morris <rgm@gnu.org>
3726
3727 * textmodes/picture.el (picture-motion, picture-motion-reverse)
3728 (picture-self-insert, picture-tab-chars): Doc fix.
3729 (picture-mode-map): Fix C-a, C-e.
3730
c6029348
GM
37312012-02-20 Glenn Morris <rgm@gnu.org>
3732
3733 * emacs-lisp/authors.el (authors-aliases): Add another entry.
3734
ab1ce9d7
LL
37352012-02-20 Leo Liu <sdl.web@gmail.com>
3736
3737 * icomplete.el (icomplete-completions): Check FROM arg before
3738 passing to substring (Bug#10850).
3739
0fd40f89
CY
37402012-02-19 Chong Yidong <cyd@gnu.org>
3741
3742 * comint.el: Require ansi-color.
3743 (comint-output-filter-functions): Add ansi-color-process-output.
3744
3745 * ansi-color.el: Don't set comint-output-filter-functions; it is
3746 now in the initial value defined in comint.el.
3747 (ansi-color-apply-face-function): New variable.
3748 (ansi-color-apply-on-region): Use it.
3749 (ansi-color-apply-overlay-face): New function.
3750
3751 * shell.el (shell): No need to require ansi-color.
3752 (shell-mode): Use ansi-color-apply-face-function to highlight
3753 color escapes using font-lock-face property (Bug#10835).
3754
20af2394
CY
37552012-02-19 Chong Yidong <cyd@gnu.org>
3756
3757 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
3758 mode-line formats (Bug#10839).
3759
e23a3fbe
GM
37602012-02-18 Glenn Morris <rgm@gnu.org>
3761
b474519e
GM
3762 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
3763
3764 * mail/undigest.el (unforward-rmail-message): Doc fix.
3765
e23a3fbe
GM
3766 * saveplace.el (save-place-ignore-files-regexp): Add :version.
3767
57939ff4
EZ
37682012-02-18 Eli Zaretskii <eliz@gnu.org>
3769
3770 * international/characters.el (script-list): Sync with the latest
3771 Unicode Character Database.
3772
0c23686e
AS
37732012-02-18 Andreas Schwab <schwab@linux-m68k.org>
3774
3775 * international/titdic-cnv.el: Remove duplicate coding tag.
3776 * language/cham.el: Likewise.
3777 * language/tai-viet.el: Likewise.
3778
6818b449
GM
37792012-02-18 Glenn Morris <rgm@gnu.org>
3780
3781 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
3782 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
3783 (calendar-bahai-all-holidays-flag, calendar-other-dates):
3784 * calendar/diary-lib.el (diary-abbreviated-year-flag):
3785 * calendar/holidays.el (holiday-bahai-holidays)
3786 (calendar-holidays, list-holidays):
3787 Use utf-8 Bahá'í in doc-strings, menus, etc.
3788
0311a3fc
TH
37892012-02-17 Tassilo Horn <tassilo@member.fsf.org>
3790
3791 * saveplace.el (save-place-ignore-files-regexp): New variable
3792 allowing for excluding files from saving their location of point.
3793 The default value matches the temporary commit message editing
3794 files from Git, SVN, Bazaar, and Mercurial.
3795 (save-place-to-alist): Use it.
3796
eb864a71
LM
37972012-02-17 Lawrence Mitchell <wence@gmx.li>
3798 Stefan Monnier <monnier@iro.umontreal.ca>
3799
3800 * newcomment.el (uncomment-region-default): Don't leave extra space
3801 when an arg is provided (bug#8150).
3802
ee0ce425
TZ
38032012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
3804
eb864a71 3805 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 3806
95ddf442
GM
38072012-02-17 Glenn Morris <rgm@gnu.org>
3808
3809 * net/socks.el: Require network-stream. (Bug#10599)
3810
48dd1e39 38112012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
3812
3813 * international/charprop.el:
3814 * international/uni-name.el:
3815 * international/uni-old-name.el:
3816 * international/uni-comment.el: Regenerate.
3817
d68cd087
GM
38182012-02-16 Glenn Morris <rgm@gnu.org>
3819
3820 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
3821 Interactively in calendar buffer, give an error if not on a date.
3822
13932042
GM
38232012-02-15 Glenn Morris <rgm@gnu.org>
3824
3825 * shell.el (shell-delimiter-argument-list):
3826 Revert 2011-02-17 change. (Bug#8027)
3827
c3a70e2b
CY
38282012-02-15 Chong Yidong <cyd@gnu.org>
3829
60236b0d
CY
3830 * minibuffer.el (completion-at-point-functions): Doc fix.
3831
c3a70e2b
CY
3832 * custom.el (defcustom): Doc fix; note use of defvar.
3833
9f26dc24
GM
38342012-02-15 Glenn Morris <rgm@gnu.org>
3835
3836 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
3837 Doc fixes.
3838
6546b134
GM
38392012-02-14 Glenn Morris <rgm@gnu.org>
3840
3841 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
3842
d29b2b4c
LI
38432012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
3844
3845 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
3846 way the ports list is computed.
835bdcba
LI
3847 (smtpmail-query-smtp-server): Prompt the user for a port number if
3848 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 3849
08dcdbc9
TZ
38502012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
3851
3852 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
3853
2605051a
GM
38542012-02-13 Glenn Morris <rgm@gnu.org>
3855
3856 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
3857
7ee99f32
TZ
38582012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
3859
3860 * net/gnutls.el (gnutls-trustfiles): New variable.
3861 (gnutls-negotiate): Use it.
3862
5f0af64f
LI
38632012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
3864
3865 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
3866 does its stuff if Gnus is running.
3867
c14fcc95
AM
38682012-02-13 Alan Mackenzie <acm@muc.de>
3869
3870 Fix a loop in c-set-fl-decl-start.
3871
7a71b18d 3872 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
3873 c-backward-syntactic-ws actually moves backwards.
3874
142b4d90
LL
38752012-02-13 Leo Liu <sdl.web@gmail.com>
3876
3877 * net/rcirc.el (rcirc-markup-attributes): Move point to the
3878 beginning so that all \C-o chars are removed.
3879
fa9958a6
TZ
38802012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
3881
dc9924b8 3882 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 3883
0bc5886a
AM
38842012-02-12 Alan Mackenzie <acm@muc.de>
3885
3886 Fix infinite loop with long macros.
4d6769e1 3887 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 3888
d4bd55e7
CY
38892012-02-12 Chong Yidong <cyd@gnu.org>
3890
3891 * window.el (display-buffer): Doc fix (Bug#10785).
3892
66f3fe22
GM
38932012-02-12 Glenn Morris <rgm@gnu.org>
3894
bd7da63e
GM
3895 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
3896 (x-disown-selection-internal, x-get-selection-internal):
3897 Sync docs with the xselect.c versions.
3898
66f3fe22
GM
3899 * allout-widgets.el: Add missing license notice.
3900
3e0d2fa7
GM
39012012-02-11 Glenn Morris <rgm@gnu.org>
3902
cfecdf09
GM
3903 * select.el (x-get-selection-internal, x-own-selection-internal)
3904 (x-disown-selection-internal):
3905 * x-dnd.el (x-get-selection-internal): Update declarations.
3906
6d216d7f
GM
3907 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
3908
2bed3f04
GM
3909 * window.el (window-sides-slots):
3910 * tool-bar.el (tool-bar-position):
3911 * term/xterm.el (xterm-extra-capabilities):
3912 * ses.el (ses-self-reference-early-detection):
3913 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
3914 (verilog-auto-wire-type)
3915 (verilog-auto-delete-trailing-whitespace)
3916 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
3917 (verilog-auto-tieoff-declaration):
3918 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
3919 (sql-oracle-statement-starters, sql-oracle-scan-on):
3920 * progmodes/prolog.el (prolog-align-comments-flag)
3921 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
3922 (prolog-left-indent-regexp, prolog-paren-indent-p)
3923 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
3924 (prolog-types, prolog-mode-specificators)
3925 (prolog-determinism-specificators, prolog-directives)
3926 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
3927 (prolog-electric-dot-flag)
3928 (prolog-electric-dot-full-predicate-template)
3929 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
3930 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
3931 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
3932 (prolog-program-switches, prolog-prompt-regexp)
3933 (prolog-debug-on-string, prolog-debug-off-string)
3934 (prolog-trace-on-string, prolog-trace-off-string)
3935 (prolog-zip-on-string, prolog-zip-off-string)
3936 (prolog-use-standard-consult-compile-method-flag)
3937 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
3938 (prolog-imenu-max-lines, prolog-info-predicate-index)
3939 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
3940 (prolog-char-quote-workaround):
3941 * progmodes/cc-vars.el (c-defun-tactic):
3942 * net/tramp.el (tramp-encoding-command-interactive)
3943 (tramp-local-end-of-line):
3944 * net/soap-client.el (soap-client):
3945 * net/netrc.el (netrc-file):
3946 * net/gnutls.el (gnutls):
3947 * minibuffer.el (completion-category-overrides)
3948 (completion-cycle-threshold)
3949 (completion-pcm-complete-word-inserts-delimiters):
3950 * man.el (Man-name-local-regexp):
3951 * mail/feedmail.el (feedmail-display-full-frame):
3952 * international/characters.el (glyphless-char-display-control):
3953 * eshell/em-ls.el (eshell-ls-date-format):
3954 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
3955 (lisp-lambda-list-keyword-parameter-indentation)
3956 (lisp-lambda-list-keyword-parameter-alignment):
3957 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
3958 * dired-x.el (dired-omit-verbose):
3959 * cus-theme.el (custom-theme-allow-multiple-selections):
3960 * calc/calc.el (calc-highlight-selections-with-faces)
3961 (calc-lu-field-reference, calc-lu-power-reference)
3962 (calc-note-threshold):
3963 * battery.el (battery-mode-line-limit):
3964 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
3965 (archive-7z-update):
3966 * allout.el (allout-prefixed-keybindings)
3967 (allout-unprefixed-keybindings)
3968 (allout-inhibit-auto-fill-on-headline)
3969 (allout-flattened-numbering-abbreviation):
3970 * allout-widgets.el (allout-widgets-auto-activation)
3971 (allout-widgets-icons-dark-subdir)
3972 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
3973 (allout-widgets-theme-dark-background)
3974 (allout-widgets-theme-light-background)
3975 (allout-widgets-item-image-properties-emacs)
3976 (allout-widgets-item-image-properties-xemacs)
3977 (allout-widgets-run-unit-tests-on-load)
3978 (allout-widgets-time-decoration-activity)
3979 (allout-widgets-hook-error-post-time)
3980 (allout-widgets-track-decoration):
3981 Add missing :version tags to new defcustoms and defgroups.
3982
5fec1b8e
GM
3983 * progmodes/sql.el (sql-ansi-statement-starters)
3984 (sql-oracle-statement-starters): Add custom type.
3985
3e0d2fa7
GM
3986 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
3987 (prolog-system-version): Give it a type.
3988
90b671e2
EZ
39892012-02-11 Eli Zaretskii <eliz@gnu.org>
3990
3991 * term/pc-win.el (x-select-text, x-selection-owner-p)
3992 (x-own-selection-internal, x-disown-selection-internal)
3993 (x-get-selection-internal): Sync doc strings and argument lists
3994 with xselect.c, common-win.el and x-win.el. (Bug#10783)
3995
5eac0c02
LL
39962012-02-11 Leo Liu <sdl.web@gmail.com>
3997
3998 * progmodes/python.el (python-end-of-statement): Fix infinite
3999 loop. (Bug#10788)
4000
f82cb659
GM
40012012-02-10 Glenn Morris <rgm@gnu.org>
4002
4003 * international/mule-cmds.el (unify-8859-on-encoding-mode)
4004 (unify-8859-on-decoding-mode): Properly mark as obsolete.
4005
cc26d239
LI
40062012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
4007
4008 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
4009 about SMTP before checking the From header.
4010
91027d08 4011 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
4012 into own function for reuse by emacsbug.el.
4013
1be3ca5a
LL
40142012-02-10 Leo Liu <sdl.web@gmail.com>
4015
4016 * subr.el (condition-case-unless-debug): Rename from
4017 condition-case-no-debug. All callers changed.
4018 (with-demoted-errors): Fix caller.
4019
4020 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
4021 * nxml/rng-valid.el (rng-do-some-validation):
4022 * emacs-lisp/package.el (package-refresh-contents)
4023 (package-menu-execute):
4024 * desktop.el (desktop-create-buffer):
91027d08 4025 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 4026
b011fbfe
GM
40272012-02-10 Glenn Morris <rgm@gnu.org>
4028
b2096d72
GM
4029 * textmodes/bibtex.el:
4030 Add missing :version tags for new/changed defcustoms.
4031
b011fbfe
GM
4032 * files.el (remote-file-name-inhibit-cache): Doc fixes.
4033
4c7e65bf
LI
40342012-02-09 Lars Ingebrigtsen <larsi@rusty>
4035
4036 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
4037 (smtpmail-via-smtp): Use it, or fall back on the From address.
4038 (smtpmail-send-it): Ditto.
4039
f3934f6f
SM
40402012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
4041
4042 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
4043 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
4044 (byte-compile-tmp-var): New const.
4045 (byte-compile-defvar): Use it to minimize .elc size.
4046 Just use `defvar' rather than simulate it (bug#10761).
4047
a075a2c5
GM
40482012-02-09 Glenn Morris <rgm@gnu.org>
4049
cf3aa21b
GM
4050 * files.el (rename-uniquely): Doc fix. (Bug#3806)
4051
354998cd
GM
4052 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
4053 Add :version tags.
4054
dc9924b8
SM
4055 * progmodes/compile.el (compilation-error-screen-columns)
4056 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 4057
dab3703d
GM
4058 * vc/log-view.el (log-view-toggle-entry-display):
4059 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
4060
3f88cd72
GM
4061 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
4062 (report-emacs-bug-can-use-xdg-email):
4063 (report-emacs-bug-insert-to-mailer): Doc fixes.
4064 (report-emacs-bug): Message fix.
4065
d95b247d
GM
4066 * net/browse-url.el (browse-url-can-use-xdg-open)
4067 (browse-url-xdg-open): Doc fixes.
4068
a075a2c5
GM
4069 * electric.el (electric-indent-mode, electric-pair-mode)
4070 (electric-layout-rules, electric-layout-mode): Doc fixes.
4071 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
4072
ffb6157e
MR
40732012-02-08 Martin Rudalics <rudalics@gmx.at>
4074
4075 * server.el (server-unselect-display): Don't inadvertently kill
4076 the current buffer. (Bug#10729)
4077
e1ac4066
GM
40782012-02-08 Glenn Morris <rgm@gnu.org>
4079
34e8a2da
GM
4080 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
4081 (sql-list-table): Doc fixes.
4082
b4ac6e8c
GM
4083 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
4084 Comment out (does nothing).
4085
e1ac4066
GM
4086 * completion.el (dynamic-completion-mode):
4087 * dirtrack.el (dirtrack-debug-mode):
4088 * electric.el (electric-layout-mode):
4089 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
4090 * face-remap.el (text-scale-mode, buffer-face-mode):
4091 * iimage.el (iimage-mode):
4092 * image-mode.el (image-transform-mode):
4093 * minibuffer.el (completion-in-region-mode):
4094 * scroll-lock.el (scroll-lock-mode):
4095 * simple.el (next-error-follow-minor-mode):
4096 * tar-mode.el (tar-subfile-mode):
4097 * tooltip.el (tooltip-mode):
4098 * vcursor.el (vcursor-use-vcursor-map):
4099 * wid-browse.el (widget-minor-mode):
4100 * emulation/tpu-edt.el (tpu-edt-mode):
4101 * emulation/tpu-extras.el (tpu-cursor-free-mode):
4102 * international/iso-ascii.el (iso-ascii-mode):
4103 * language/thai-util.el (thai-word-mode):
4104 * mail/supercite.el (sc-minor-mode):
4105 * net/goto-addr.el (goto-address-mode):
4106 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
4107 * progmodes/cwarn.el (cwarn-mode):
4108 * progmodes/flymake.el (flymake-mode):
4109 * progmodes/glasses.el (glasses-mode):
4110 * progmodes/hideshow.el (hs-minor-mode):
4111 * progmodes/pascal.el (pascal-outline-mode):
4112 * textmodes/enriched.el (enriched-mode):
4113 * vc/smerge-mode.el (smerge-mode):
4114 Doc fixes (minor mode argument).
4115
5e0d957f
EZ
41162012-02-07 Eli Zaretskii <eliz@gnu.org>
4117
4118 * ls-lisp.el (ls-lisp-sanitize): New function.
4119 (ls-lisp-insert-directory): Use it to fix or remove any elements
4120 in file-alist with missing attributes. (Bug#4673)
4121
98d7371e
AM
41222012-02-07 Alan Mackenzie <acm@muc.de>
4123
4124 Fix spurious recognition of c-in-knr-argdecl.
4125
4126 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
4127 putative K&R region.
4128
667ced3a
AM
41292012-02-07 Alan Mackenzie <acm@muc.de>
4130
eb864a71
LM
4131 * progmodes/cc-engine.el (c-forward-objc-directive):
4132 Prevent looping in "#pragma mark @implementation".
667ced3a 4133
5b77774d
MA
41342012-02-07 Michael Albinus <michael.albinus@gmx.de>
4135
4136 * notifications.el (notifications-on-closed-signal): Make `reason'
4137 optional. (Bug#10744)
4138
af008560
GM
41392012-02-07 Glenn Morris <rgm@gnu.org>
4140
60d47423
GM
4141 * emacs-lisp/easy-mmode.el (define-minor-mode):
4142 Doc fixes for the macro and the mode it defines.
4143
dd605cc4
GM
4144 * image.el (imagemagick-types-inhibit): Doc fix.
4145
af008560
GM
4146 * cus-start.el (imagemagick-render-type): Add it.
4147
5cc59a37
LI
41482012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
4149
4d6769e1
JB
4150 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
4151 Set the default at load time, too, so that `font-lock-fontify-buffer'
4152 can be called without setting up the entire mode first. This fixes
4153 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 4154
9a6dd747
CY
41552012-02-06 Chong Yidong <cyd@gnu.org>
4156
2d16b285
CY
4157 * simple.el (list-processes--refresh): Delete exited processes
4158 (Bug#8094).
4159
171e9b6e
CY
4160 * comint.el (comint-next-prompt): next-single-char-property-change
4161 and prev-single-char-property-change never return nil (Bug#8657).
4162
9a6dd747
CY
4163 * custom.el (defcustom): Doc fix (Bug#9711).
4164
aa4589a7
CY
41652012-02-05 Chong Yidong <cyd@gnu.org>
4166
5c2a252f
CY
4167 * cus-edit.el (custom-variable-reset-backup): Quote the value
4168 before storing it in the customized-value property (Bug#6712).
4aab9006 4169 (custom-display): Add a customization type tag.
983b9602 4170 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 4171
aa4589a7
CY
4172 * wid-edit.el (widget-field-value-get): New optional arg to
4173 suppress trailing whitespace truncation.
4174 (character): Use it (Bug#2689).
4175
1ff980ae
AS
41762012-02-05 Andreas Schwab <schwab@linux-m68k.org>
4177
4178 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
4179 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
4180
03988c98
CY
41812012-02-05 Chong Yidong <cyd@gnu.org>
4182
eeb6cc88
CY
4183 * cus-edit.el (custom-variable-value-create): For mismatched
4184 types, show the current value (Bug#7600).
4185
03988c98
CY
4186 * custom.el (defcustom): Doc fix.
4187
f8cdeef0
GM
41882012-02-05 Glenn Morris <rgm@gnu.org>
4189
4190 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
4191
0696d255
JB
41922012-02-05 Juanma Barranquero <lekktu@gmail.com>
4193
4194 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
4195 (pp-buffer): Use `ignore-errors', `looking-at-p'.
4196 (pp-last-sexp): Use `looking-at-p'.
4197
34c99998
GM
41982012-02-04 Glenn Morris <rgm@gnu.org>
4199
8f05da42
GM
4200 * files.el (revert-buffer):
4201 Doc fix (mention revert-buffer-in-progress-p).
4202
f160676e
GM
4203 * emacs-lisp/ert-x.el (ert-simulate-command):
4204 Check deferred-action-list (which is obsolete) is bound.
4205
c7291ad9
GM
4206 * subr.el (with-wrapper-hook): Doc fixes.
4207
34c99998
GM
4208 * simple.el (filter-buffer-substring-functions)
4209 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
4210
6283a7d3
LL
42112012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
4212
4213 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
4214 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
4215
e96e3013
LL
42162012-02-04 Leo Liu <sdl.web@gmail.com>
4217
4218 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
4219
8ded50f2
GM
42202012-02-04 Glenn Morris <rgm@gnu.org>
4221
82ff1d13
GM
4222 * image.el (image-extension-data): Add obsolete alias.
4223
987a0a16
GM
4224 * isearch.el (isearch-update): Doc fix.
4225
ea32ef46
GM
4226 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
4227
8ded50f2
GM
4228 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
4229
eea14f31
GM
42302012-02-03 Glenn Morris <rgm@gnu.org>
4231
4232 * image.el (image-animated-p): Doc fix. Use image-animated-types.
4233 (image-animate-timeout): Doc fix.
4234
4235 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
4236
12f381b7
GM
42372012-02-02 Glenn Morris <rgm@gnu.org>
4238
953cebf5
GM
4239 * server.el (server-auth-dir): Doc fix.
4240 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
4241
12f381b7
GM
4242 * subr.el (run-mode-hooks): Doc fix.
4243
953a8c3b
JL
42442012-02-02 Juri Linkov <juri@jurta.org>
4245
4246 * image-mode.el (image-toggle-display-image): Remove tautological
4247 `major-mode' from the `derived-mode-p' test.
4248
c5d3843c
KH
42492012-02-02 Kenichi Handa <handa@m17n.org>
4250
9f6e692e 4251 * composite.el (compose-region): Cancel previous change.
c5d3843c 4252
159462d4 42532012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
4254
4255 * composite.el (compose-region, compose-string): Signal error for
4256 a null string component (Bug#6988).
4257
9f562668
CY
42582012-02-01 Chong Yidong <cyd@gnu.org>
4259
e2cef717
CY
4260 * view.el (view-buffer-other-window, view-buffer-other-frame):
4261 Handle special modes like view-buffer (Bug#10650).
4262 (view-buffer): Simplify.
4263
9f562668
CY
4264 * frame.el (set-frame-font): Tweak meaning of third argument.
4265
9f6e692e
JB
4266 * dynamic-setting.el (font-setting-change-default-font):
4267 Use set-frame-font (Bug#9982).
9f562668 4268
781acb9f
GM
42692012-02-01 Glenn Morris <rgm@gnu.org>
4270
6035be52
GM
4271 * progmodes/compile.el (compilation-internal-error-properties):
4272 Respect compilation-first-column in the "*compilation*" buffer.
4273
781acb9f
GM
4274 * emacs-lisp/easy-mmode.el (define-minor-mode):
4275 Relax :variable's test for a named function.
4276
abbceb00
AM
42772012-01-31 Alan Mackenzie <acm@muc.de>
4278
4279 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
4280 off by one error.
4281
fce3fdeb
CY
42822012-01-31 Chong Yidong <cyd@gnu.org>
4283
4284 * frame.el (set-frame-font): New arg ALL-FRAMES.
4285
4286 * menu-bar.el (menu-set-font): Use set-frame-font.
4287
4288 * faces.el (face-spec-reset-face): Don't apply unspecified
4289 attribute values to the default face.
4290
47893581
JB
42912012-01-31 Juanma Barranquero <lekktu@gmail.com>
4292
4293 * progmodes/cwarn.el (cwarn): Remove dead link.
4294 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
4295 Remove * from defcustom docstrings.
4296 (turn-on-cwarn-mode): Make obsolete.
4297 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
4298 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
4299
e58e988a
GM
43002012-01-31 Glenn Morris <rgm@gnu.org>
4301
60dc2671 4302 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 4303 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 4304 Allow named functions to be used as the cdr of :variable.
e58e988a 4305
7a3f511d
GM
43062012-01-30 Glenn Morris <rgm@gnu.org>
4307
4308 * emacs-lisp/authors.el (authors-fixed-entries):
4309 Remove reference to deleted file rnewspost.el.
4310
cb882333
JB
43112012-01-29 Juanma Barranquero <lekktu@gmail.com>
4312
4313 * window.el (window-with-parameter): Remove unused variable `windows'.
4314 (window--side-check): Remove unused variable `code'.
4315 (window--resize-siblings): Remove unused variable `first'.
4316 (adjust-window-trailing-edge): Remove unused variable `failed'.
4317 (window-deletable-p, window--delete): Remove unused variable `buffer'.
4318 Use `let', not `let*'.
4319 (balance-windows-2): Remove unused variable `found'.
4320 (window--state-put-2): Remove unused variable `splits'.
4321 (window-state-put): Remove unused variable `selected'.
4322 (same-window-p): Use `string-match-p'.
4323 (display-buffer-assq-regexp): Remove unused variable `value'.
4324 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4325 Mark argument ALIST as ignored.
4326 (pop-to-buffer): Remove unused variable `old-window'.
4327
907201af
EZ
43282012-01-29 Eli Zaretskii <eliz@gnu.org>
4329
4330 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
4331 and .lzma compressed files.
4332
ea162670
CY
43332012-01-29 Chong Yidong <cyd@gnu.org>
4334
5b95ee8a
CY
4335 * frame.el (window-system-default-frame-alist): Doc fix.
4336
ea162670
CY
4337 * dynamic-setting.el (font-setting-change-default-font): Don't
4338 change the default face if SET-FONT argument is non-nil (Bug#9982).
4339
d6e6f4b1
SB
43402012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
4341
4342 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
4343
0f29fa41 43442012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
4345
4346 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
4347 breakpoints in files outside current directory (Bug#6098).
4348
db174434
CY
43492012-01-29 Chong Yidong <cyd@gnu.org>
4350
6b25e4e2
SE
4351 * progmodes/python.el: Require ansi-color at top-level.
4352
6df6ae42
JB
4353 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
4354 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
4355 (lisp-mode-abbrev-table): Add doc.
4356 (lisp-mode-variables): Don't set local-abbrev-table.
4357 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
4358
e70ee681
RW
43592012-01-28 Roland Winkler <winkler@gnu.org>
4360
4361 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
4362
ace88aa2
RW
43632012-01-28 Roland Winkler <winkler@gnu.org>
4364
4365 * textmodes/bibtex.el (bibtex-entry-alist): New function.
4366 (bibtex-set-dialect): Use it. Either set global values of
4367 dialect-dependent variables or bind these variables buffer-locally
4368 (Bug#10254).
4369 (bibtex-mode): Call bibtex-set-dialect via
4370 hack-local-variables-hook.
eb864a71
LM
4371 (bibtex-dialect): Update docstring.
4372 Add safe-local-variable predicate.
ace88aa2
RW
4373 (bibtex-entry-alist, bibtex-field-alist): Initialize via
4374 bibtex-set-dialect.
4375 (bibtex-mode-map): Define menu for each dialect.
4376 (bibtex-entry): Fix docstring.
4377
93376c5b
CY
43782012-01-28 Chong Yidong <cyd@gnu.org>
4379
4380 * eshell/esh-arg.el (eshell-quote-argument): New function.
4381
4382 * eshell/esh-ext.el (eshell-invoke-batch-file):
4383 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
4384 first arg to eshell-parse-command (Bug#10523).
4385
4372494f
DA
43862012-01-28 Drew Adams <drew.adams@oracle.com>
4387
4388 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
4389 `default-directory' is non-nil.
4390
4d4ec1f8
EZ
43912012-01-28 Eli Zaretskii <eliz@gnu.org>
4392
4393 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
4394 line that displays system-configuration-options. (Bug#9924)
4395
7c188927
DA
43962012-01-28 Drew Adams <drew.adams@oracle.com>
4397
4398 * descr-text.el (describe-char): Show information about POS, in
4399 addition to information about the character at POS. Improve and
4400 update the doc string. Change "code point" to "code point in
4401 charset", to avoid confusion with the character's Unicode code
4402 point shown above that. (Bug#10129)
4403
e0da685a
EZ
44042012-01-28 Eli Zaretskii <eliz@gnu.org>
4405
4406 * descr-text.el (describe-char): Show the raw character, not only
4407 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
4408 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
4409 for the reasons.
4410
70550acf
PH
44112012-01-28 Phil Hagelberg <phil@hagelb.org>
4412
eb864a71
LM
4413 * emacs-lisp/package.el (package-install):
4414 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 4415
0ce8e868
CY
44162012-01-28 Chong Yidong <cyd@gnu.org>
4417
cb882333
JB
4418 * emacs-lisp/package.el (package-maybe-load-descriptor):
4419 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
4420 (package-maybe-load-descriptor): Use it.
4421 (package-download-transaction): Fully load required packages
4422 inside the loop, so that `require' calls work (Bug#10593).
4423 (package-install): No need to call package-initialize now.
4424
2e7f3bea
CY
44252012-01-28 Chong Yidong <cyd@gnu.org>
4426
6e9bad14
CY
4427 * simple.el (deactivate-mark): Doc fix (Bug#8614).
4428
f823b8ca
CY
4429 * tooltip.el (tooltip-mode): Doc fix.
4430 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
4431
2680c309
CY
4432 * frame.el (set-cursor-color): Doc fix (Bug#352).
4433
d7a9e63b
CY
4434 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
4435 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
4436
2e7f3bea
CY
4437 * cus-edit.el (custom-buffer-create-internal): Fix search button
4438 action (Bug#10542).
2ae01800 4439 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 4440
fc4f7a23
EW
44412012-01-27 Eduard Wiebe <usenet@pusto.de>
4442
4443 * dired.el (dired-mark-files-regexp):
4444 Include any subdirectory components. (Bug#10445)
4445
7dd37071
ML
44462012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
4447
4448 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
4449 Handle [host]:port syntax. (Bug#10533)
4450
a268160b
AH
44512012-01-27 Alex Harsanyi <harsanyi@mac.com>
4452
4453 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
4454
e43273ef
GM
44552012-01-26 Glenn Morris <rgm@gnu.org>
4456
4457 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
4458 * term.el (term-raw-escape-map): Use Control-X-prefix.
4459 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
4460
1edf595d
MR
44612012-01-25 Martin Rudalics <rudalics@gmx.at>
4462
4463 * window.el (window-state-get, window--state-get-1): Don't deal
4464 with fixed-sizeness of windows. Simplify code.
4465
fa8eafef
JC
44662012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
4467
6df6ae42
JB
4468 * window.el (window--state-get-1, window--state-put-2):
4469 Don't save and restore the mark.
fa8eafef 4470
0b21c100
CY
44712012-01-25 Chong Yidong <cyd@gnu.org>
4472
4473 * custom.el (custom-variable-p): Doc fix.
4474
5ae1a6c8
GM
44752012-01-25 Glenn Morris <rgm@gnu.org>
4476
40047858
GM
4477 * dired.el (dired-goto-file): Handle some of the more common
4478 characters that `ls -b' escapes. (Bug#10596)
4479
5ddce96c
GM
4480 * progmodes/compile.el (compilation-next-error-function):
4481 Respect compilation-first-column in the "*compilation*" buffer.
4482 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
4483
5ae1a6c8
GM
4484 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
4485
b559f1a9
GM
44862012-01-24 Glenn Morris <rgm@gnu.org>
4487
4488 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
4489
6725d21a
JD
44902012-01-24 Julien Danjou <julien@danjou.info>
4491
4492 * color.el (color-rgb-to-hsl): Fix value computing.
4493 (color-hue-to-rgb): New function.
4494 (color-hsl-to-rgb): New function.
4495 (color-clamp, color-saturate-hsl, color-saturate-name)
4496 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4497 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4498
70df4bbe
GM
44992012-01-24 Glenn Morris <rgm@gnu.org>
4500
4501 * vc/vc-rcs.el (vc-rcs-create-tag):
4502 * vc/vc-sccs.el (vc-sccs-create-tag):
4503 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
4504
802a2ae2
ML
45052012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
4506
4507 * eshell/esh-util.el (eshell-read-hosts-file):
4508 Skip comment lines. (Bug#10549)
4509
d7128bb1
ML
4510 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
4511
d1a5c3b4
JB
45122012-01-23 Juanma Barranquero <lekktu@gmail.com>
4513
2724d9c7
JB
4514 * subr.el (display-delayed-warnings): Doc fix.
4515 (collapse-delayed-warnings): New function to collapse identical
4516 adjacent warnings.
4517 (delayed-warnings-hook): Add it.
d1a5c3b4 4518
a5509865
MA
45192012-01-22 Michael Albinus <michael.albinus@gmx.de>
4520
4521 * net/tramp.el (tramp-action-login): Set connection property "login-as".
4522
4523 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
4524 properties, when "login-as" is set.
4525
4526 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
4527 (tramp-default-user-alist): Don't add "pscp".
4528 (tramp-do-copy-or-rename-file-out-of-band): Use connection
4529 property "login-as", if set. (Bug#10530)
4530
cc6d5805
MA
45312012-01-21 Michael Albinus <michael.albinus@gmx.de>
4532
4533 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
4534 "plink1" and "psftp". (Bug#10530)
4535
45362012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
4537
4538 * international/mule-cmds.el (prefer-coding-system): Show a
4539 warning message if the default value of file-name-coding-system
4540 was not changed.
4541
f0960428
JC
45422012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
4543
cb882333
JB
4544 * windmove.el (windmove-reference-loc):
4545 Fix windmove-reference-loc miscalculation.
f0960428 4546
dd6f2a63
JB
45472012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
4548
4549 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
4550 default unit.
4551
7b447e9b
GM
45522012-01-21 Glenn Morris <rgm@gnu.org>
4553
117a9ea1
GM
4554 * international/mule.el (auto-coding-alist): Add .tbz.
4555
7b447e9b
GM
4556 * files.el (local-enable-local-variables): Doc fix.
4557 (inhibit-local-variables-regexps): Rename from
4558 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
4559 Doc fix. Add some extensions from auto-coding-alist.
4560 (inhibit-local-variables-suffixes):
4561 Rename from inhibit-first-line-modes-suffixes. Doc fix.
4562 (inhibit-local-variables-p):
4563 New function, extracted from set-auto-mode-1.
4564 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
4565 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
4566 (hack-local-variables): Doc fix. Make the mode-only case
4567 respect enable-local-variables and friends.
4568 Respect inhibit-local-variables-regexps for file-locals, but
4569 not for directory-locals.
4570 (set-visited-file-name):
4571 Take account of inhibit-local-variables-regexps.
4572 Whether it applies may change as the file name is changed.
4573 * jka-cmpr-hook.el (jka-compr-install):
4574 * jka-compr.el (jka-compr-uninstall):
4575 Update for inhibit-first-line-modes-suffixes name change.
4576
dd6e3cdd
MR
45772012-01-20 Martin Rudalics <rudalics@gmx.at>
4578
4579 * help-macro.el (make-help-screen): Temporarily restore original
4580 binding for minor-mode-map-alist (Bug#10454).
4581
0d0deb38
JD
45822012-01-19 Julien Danjou <julien@danjou.info>
4583
4584 * color.el (color-name-to-rgb): Use the white color to find the max
4585 color component value and return correctly computed values.
4586 (color-name-to-rgb): Add missing float conversion for max value.
4587
34a02f46
MR
45882012-01-19 Martin Rudalics <rudalics@gmx.at>
4589
4590 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
4591 special state value for window-persistent-parameters.
4592 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
4593 (window--state-put-2): Reset all window parameters to nil before
4594 assigning values of persistent parameters.
4595
606c44c4
AM
45962012-01-18 Alan Mackenzie <acm@muc.de>
4597
4598 Eliminate sluggishness and hangs in fontification of "semicolon
4599 deserts".
4600
cb882333
JB
4601 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
4602 Change value 10000 -> 3000.
606c44c4
AM
4603 (c-state-safe-place): Reformulate so it doesn't stack up an
4604 infinite number of wrong entries in c-state-nonlit-pos-cache.
4605 (c-determine-limit-get-base, c-determine-limit): New functions to
4606 determine backward search limits disregarding literals.
4607 (c-find-decl-spots): Amend commenting.
4608 (c-cheap-inside-bracelist-p): New function which detects "={".
4609
4610 * progmodes/cc-fonts.el
4611 (c-make-font-lock-BO-decl-search-function): Give a limit to a
4612 backward search.
4613 (c-font-lock-declarations): Fix an occurrence of point being
4614 undefined. Check additionally for point being in a bracelist or
4615 near a macro invocation without a semicolon so as to avoid a
4616 fruitless time consuming search for a declarator. Give a more
4617 precise search limit for declarators using the new
4618 c-determine-limit.
4619
f3860cea
GM
46202012-01-18 Glenn Morris <rgm@gnu.org>
4621
4622 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
4623 (set-auto-mode): Doc fixes.
4624
1db03b16
GM
46252012-01-17 Glenn Morris <rgm@gnu.org>
4626
0e6038be
GM
4627 * isearch.el (search-nonincremental-instead): Fix doc typo.
4628
1db03b16
GM
4629 * dired.el (dired-insert-directory): Handle newlines in directory name.
4630 (dired-build-subdir-alist): Unescape newlines in directory name.
4631
4cb0aa75
MA
46322012-01-17 Michael Albinus <michael.albinus@gmx.de>
4633
4634 * net/tramp.el (tramp-local-end-of-line): New defcustom.
4635 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
4636 (tramp-action-terminal): Use it. (Bug#10530)
4637
1d00653d
SM
46382012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4639
4640 * minibuffer.el (completion--replace): Strip properties (bug#10062).
4641
6a6ee00d
MR
46422012-01-16 Martin Rudalics <rudalics@gmx.at>
4643
4644 * window.el (window-state-ignored-parameters): Remove variable.
4645 (window--state-get-1): Rename argument MARKERS to IGNORE.
4646 Handle persistent window parameters. Make copy of clone-of
4647 parameter only if requested. (Bug#10348)
4648 (window--state-put-2): Install a window parameter only if it has
4649 a non-nil value or an existing parameter shall be overwritten.
4650
97912def
MA
46512012-01-15 Michael Albinus <michael.albinus@gmx.de>
4652
4653 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
4654
688070a5
EZ
46552012-01-14 Eli Zaretskii <eliz@gnu.org>
4656
4657 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
4658 don't pass the (nil) value of `upnode' to string-match.
4659
301afadc
CY
46602012-01-14 Chong Yidong <cyd@gnu.org>
4661
4662 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 4663 Fix values recognized by the cursorBlink resource.
301afadc 4664
9e5788aa
PE
46652012-01-14 Paul Eggert <eggert@cs.ucla.edu>
4666
4667 * epg.el (epg--make-temp-file): Avoid permission race condition
4668 when running on old Emacs versions (bug#10403).
4669
3cdb7f5a
GM
46702012-01-14 Glenn Morris <rgm@gnu.org>
4671
4672 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
4673
8c82b1b4
AM
46742012-01-13 Alan Mackenzie <acm@muc.de>
4675
4676 Fix filling for when filladapt mode is enabled.
4677
4678 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
4679 c-mask-paragraph, pass in `fill-paragraph' rather than
4680 `fill-region-as-paragraph'. (This is a reversion of a previous
4681 change.)
eb864a71
LM
4682 * progmodes/cc-mode.el (c-basic-common-init):
4683 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 4684
e517eda4
GM
46852012-01-13 Glenn Morris <rgm@gnu.org>
4686
1498536e
GM
4687 * dired.el (dired-switches-escape-p): New function.
4688 (dired-insert-directory): Use dired-switches-escape-p.
4689 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
4690
e517eda4
GM
4691 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
4692
328f984d
GM
46932012-01-12 Glenn Morris <rgm@gnu.org>
4694
4695 * mail/sendmail.el (mail-mode): Update paragraph-separate for
4696 changes in adaptive-fill-regexp. (Bug#10276)
4697
2cc769a8
AM
46982012-01-11 Alan Mackenzie <acm@muc.de>
4699
4700 Fix Emacs bug #10463 - put `widen's around the critical spots.
4701
1d00653d 4702 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
4703 widen around each invocation of c-state-pp-to-literal. Remove an
4704 unused let variable.
4705
e52c37fa
GM
47062012-01-11 Glenn Morris <rgm@gnu.org>
4707
4708 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 4709 Doc fix.
e52c37fa 4710
96f8741e
CY
47112012-01-10 Chong Yidong <cyd@gnu.org>
4712
1d00653d
SM
4713 * net/network-stream.el (network-stream-open-starttls):
4714 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
4715 response to the capability command.
4716
b09a806e
GM
47172012-01-10 Glenn Morris <rgm@gnu.org>
4718
4719 * mail/unrmail.el (unrmail): Tweak previous change.
4720
7655cb66
CY
47212012-01-09 Chong Yidong <cyd@gnu.org>
4722
4723 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
4724
9d5a8f0b
AM
47252012-01-08 Alan Mackenzie <acm@muc.de>
4726
4727 Optimise font locking in long enum definitions.
4728
4729 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
4730 arm to a cond form to handle enums.
4731 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
4732 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
4733
9a0115ab 47342012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
4735
4736 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 4737 (Bug#10401)
6bb72cbd 4738
f186bb95
LMI
47392012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4740
29232a68
LMI
4741 * faces.el (set-face-attribute): Clarify the meaning of the nil
4742 frame (bug#10294).
4743
4e5d086d
LMI
4744 * subr.el (with-selected-frame): Mention that the selected frame
4745 is restored (bug#9980).
4746
8e66aebe
LMI
4747 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
4748 (bug#9759).
4749
cd394be1 4750 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
4751 (password-read): Don't autoload unused function.
4752
adf4e762
JB
47532012-01-07 Juanma Barranquero <lekktu@gmail.com>
4754
4755 * progmodes/which-func.el (which-func-mode): Turn into a
4756 non-interactive function and mark as obsolete (bug#10428).
4757
89bd9ccd
CY
47582012-01-06 Chong Yidong <cyd@gnu.org>
4759
4760 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
4761 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
4762 functions, along with 1 and -1.
4763
4afee9d5
EZ
47642012-01-06 Eli Zaretskii <eliz@gnu.org>
4765
4766 * time.el (display-time-load-average)
4767 (display-time-default-load-average): Doc fixes. See the thread
4768 starting at
4769 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
4770 for the details.
4771
536aea70
GM
47722012-01-06 Glenn Morris <rgm@gnu.org>
4773
665ae865
GM
4774 * mail/unrmail.el (unrmail): Give an explicit error if the input file
4775 has no messages. (Bug#10377)
4776
c869783d
GM
4777 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
4778 than Info-edit. (Bug#10385)
4779
2bb4227e
GM
4780 * time.el (display-time-load-average, display-time-next-load-average):
4781 Doc fixes.
4782
7d5944b9
GM
4783 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
4784 local setting of buffer-read-only to the input buffer. (Bug#10419)
4785
536aea70
GM
4786 * calendar/calendar.el (calendar-mode):
4787 Locally set scroll-margin to 0. (Bug#10379)
4788
7dccca16
UM
47892012-01-06 Ulrich Mueller <ulm@gentoo.org>
4790
4791 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
4792
afbb7930
GM
47932012-01-05 Glenn Morris <rgm@gnu.org>
4794
4795 * eshell/em-unix.el (diff-no-select): Autoload it.
4796 (eshell/diff): Use diff-no-select. (Bug#10420)
4797
04482335
CY
47982012-01-05 Chong Yidong <cyd@gnu.org>
4799
7baca3bc
CY
4800 * shell.el (shell-dynamic-complete-functions): Revert last change.
4801 (shell-command-completion-function): New function.
4802 (shell-completion-vars): Use it to implement
4803 shell-completion-execonly (Bug#10417).
4804
04482335
CY
4805 * custom.el (enable-theme): Don't set custom-safe-themes.
4806
1d00653d
SM
4807 * cus-theme.el (custom-theme-merge-theme):
4808 Ignore custom-enabled-themes and custom-safe-themes.
04482335 4809
bb5aa5d6
MM
48102012-01-05 Michael R. Mauger <mmaug@yahoo.com>
4811
4812 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
4813 first prompt in `sql-interacive-mode'.
4814 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 4815 keywords.
6df6ae42 4816 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
4817 (sql-product-interactive): Bug fix: Set `sql-buffer' in
4818 context of original buffer. Invoke `sql-login-hook'.
4819
a7183d7c
EZ
48202012-01-04 Eli Zaretskii <eliz@gnu.org>
4821
4822 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
4823 letters in cite-prefix.
4824
a1eacd1e
LMI
48252012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4826
4827 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
4828
787cdb34
CY
48292012-01-03 Chong Yidong <cyd@gnu.org>
4830
1d00653d
SM
4831 * shell.el (shell-dynamic-complete-functions):
4832 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
4833 comint-filename-completion first (Bug#10417).
4834
30710442
RS
48352012-01-02 Richard Stallman <rms@gnu.org>
4836
4837 * battery.el (battery-status-function):
4838 Detect when to use battery-yeeloong-sysfs.
4839 (battery-echo-area-format): Add string for Yeeloong.
4840 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
4841 (battery-yeeloong-sysfs): New function.
4842
f75bfc33
CY
48432012-01-02 Chong Yidong <cyd@gnu.org>
4844
4845 * dirtrack.el (dirtrack-list): Eliminate unused third element.
4846 (dirtrack): Merge code for handling relative filenames in prompt
4847 from shell-dir-cookie-watcher.
4848 (dirtrack-debug-message): New arg to avoid excess format calls.
4849
4850 * shell.el (shell-dir-cookie-re): Variable deleted.
4851 (shell-dir-cookie-watcher): Function deleted.
4852 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
4853 with dirtrack-mode.
4854
651e947e
EZ
48552012-01-01 Eli Zaretskii <eliz@gnu.org>
4856
1d00653d
SM
4857 * term/w32-win.el (dynamic-library-alist) <gnutls>:
4858 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
4859 libgnutls-26.dll.
4860
94d4c7dc
AS
48612011-12-31 Andreas Schwab <schwab@linux-m68k.org>
4862
4863 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
4864
8d43f3cd
EZ
48652011-12-31 Eli Zaretskii <eliz@gnu.org>
4866
4867 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
4868 headers of non-MIME messages, when rmail-enable-mime is non-nil.
4869
98c8795a
MA
48702011-12-29 Michael Albinus <michael.albinus@gmx.de>
4871
4872 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
4873 also for alternative shells.
4874 (tramp-open-connection-setup-interactive-shell): Check, whether
4875 the shell is a busybox.
4876 (tramp-send-command): Don't suppress multiple prompts for
4877 busyboxes, it hurts.
4878
51281b32
CY
48792011-12-28 Chong Yidong <cyd@gnu.org>
4880
4881 * progmodes/gdb-mi.el (gdb-get-source-file-list)
4882 (gdb-get-source-file): Move mode line update to
4883 gdb-get-source-file (Bug#10087).
4884
2170cb53
CY
48852011-12-25 Chong Yidong <cyd@gnu.org>
4886
4887 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
4888 gud-gdb-marker-filter without taking it as an argument.
4889 (gud-gdb-run-command-fetch-lines): Caller changed.
4890 (gud-gdb-completion-function): New variable.
4891 (gud-gdb-completion-at-point): Use it.
4892 (gud-gdb-completions-1): Split from gud-gdb-completions.
4893
4894 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
4895 function as separate arguments.
4896 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
4897 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
4898 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
4899 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
4900 (gdb-stopped, def-gdb-auto-update-trigger)
4901 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
4902 (gdb-get-changed-registers, gdb-get-main-selected-frame):
4903 Callers changed.
2170cb53
CY
4904 (gud-gdbmi-completions): New function.
4905 (gdb): Use it for generating the completion table.
4906
be8b11bb
AM
49072011-12-24 Alan Mackenzie <acm@muc.de>
4908
4909 Introduce a mechanism to widen the region used in context font
1d00653d 4910 locking. Use this to protect declarations from losing their contexts.
be8b11bb 4911
1d00653d
SM
4912 * progmodes/cc-langs.el (c-before-font-lock-functions):
4913 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 4914 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
4915 functions to be run just before context (etc.) font locking.
4916
4917 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 4918 New, functionality extracted from
be8b11bb 4919 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 4920 (c-in-after-change-fontification): New variable.
be8b11bb
AM
4921 (c-after-change): Set c-in-after-change-fontification.
4922 (c-set-fl-decl-start): Rejig its interface, so it can be called
4923 from both after-change and context fontifying.
b81d40f0
JB
4924 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
4925 New functions.
4926 (c-standard-font-lock-fontify-region-function): New variable.
4927 (c-font-lock-fontify-region): New function.
be8b11bb 4928
341cf6ac
JL
49292011-12-24 Juri Linkov <juri@jurta.org>
4930
4931 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
4932 (Bug#10348)
4933
bffcee0a
MA
49342011-12-23 Michael Albinus <michael.albinus@gmx.de>
4935
4936 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
4937 existence of source file. (Bug#10325)
4938
cb5e207c
AM
49392011-12-23 Alan Mackenzie <acm@muc.de>
4940
4941 Fix unstable fontification inside templates.
4942
b81d40f0
JB
4943 * progmodes/cc-langs.el (c-before-font-lock-functions):
4944 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
4945 additionally has c-set-fl-decl-start. The other languages (apart
4946 from AWK) have that as a single entry.
4947
b81d40f0
JB
4948 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4949 The functionality for "local" declarations has been extracted to
cb5e207c
AM
4950 c-set-fl-decl-start.
4951
b81d40f0
JB
4952 * progmodes/cc-mode.el (c-common-init, c-after-change):
4953 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
4954 (c-set-fl-decl-start): New function, extracted from
4955 c-font-lock-enclosing-decls and enhanced.
4956
60ff536c
JB
49572011-12-23 Juanma Barranquero <lekktu@gmail.com>
4958
4959 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
4960
1c4757d6
JL
49612011-12-22 Juri Linkov <juri@jurta.org>
4962
4963 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
4964
d031f2c7
CY
49652011-12-22 Chong Yidong <cyd@gnu.org>
4966
4967 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
4968
bace743a
DA
49692011-12-21 Drew Adams <drew.adams@oracle.com>
4970
4971 * files.el (file-remote-p): Fix docstring. (Bug#10319)
4972
728a1f2b
JC
49732011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
4974
4975 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
4976
0d373f73
TZ
49772011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
4978
fec0aaa4
TZ
4979 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
4980 highlighting and support. Fix up comments for capitalization.
4981 (cfengine-mode-debug): New var.
4982 (cfengine3-mode): Change the modeline indicator to "CFE3".
4983 (cfengine3-font-lock-keywords): Improve defun highlighting.
4984 (cfengine2-actions): Rename from `cfengine-actions'.
4985 (cfengine2-font-lock-keywords): Rename from
4986 `cfengine-font-lock-keywords'.
4987 (cfengine2-imenu-expression): Rename from
4988 `cfengine-imenu-expression'.
4989 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
4990 (cfengine2-beginning-of-defun): Rename from
4991 `cfengine-beginning-of-defun'.
4992 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
4993 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
4994 (cfengine2-mode): Rename from `cfengine-mode'. Change the
4995 modeline indicator to "CFE2".
4996 (cfengine-mode): Defalias to `cfengine-auto-mode'.
4997 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 4998
bc86f573
CY
49992011-12-21 Chong Yidong <cyd@gnu.org>
5000
5001 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
5002 filename argument.
5003
d45ba96b
MR
50042011-12-20 Martin Rudalics <rudalics@gmx.at>
5005
5006 * window.el (window-normalize-buffer-to-display): Remove.
5007 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
5008
a6198c90
CY
50092011-12-19 Chong Yidong <cyd@gnu.org>
5010
5011 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
5012 Don't signal an error in a predicate function; return non-nil.
5013 (vc-dir-mark-file): Move the error here.
5014 (vc-dir-mark-unmark): If acting on the region, keep going if one
5015 of the entries cannot be marked/unmarked.
5016 (vc-dir-mark-all-files): If current entry is a directory, mark
5017 only child files, as documented.
5018
34c5fb55
VB
50192011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
5020
5021 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
5022 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
5023 addition.
5024
c803b2b7
JD
50252011-12-18 Jan Djärv <jan.h.d@swipnet.se>
5026
5027 * term/ns-win.el (ns-get-selection-internal)
5028 (ns-store-selection-internal): Declare.
1154d12e
JB
5029 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
5030 Declare as obsolete.
5031 (ns-get-pasteboard, ns-paste-secondary):
5032 Use ns-get-selection-internal.
5033 (ns-set-pasteboard, ns-copy-including-secondary):
5034 Use ns-store-selection-internal.
c803b2b7 5035
9cff91f8 50362011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
5037
5038 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 5039 (vc-deduce-fileset): Doc fix.
99a289d9 5040
f16c898a
AS
50412011-12-16 Andreas Schwab <schwab@linux-m68k.org>
5042
5043 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
5044
763237c4
SS
50452011-12-13 Sam Steingold <sds@gnu.org>
5046
5047 * man.el (Man-getpage-in-background): When running under a
5048 window-system, ignore $MANWIDTH and $COLUMNS.
5049
5fc1c122
KH
50502011-12-15 Kenichi Handa <handa@m17n.org>
5051
5052 * language/ethio-util.el: Change coding tag to utf-8-emacs.
5053 (setup-ethiopic-environment-internal): Comment out key-binding for
5054 ethio-toggle-punctuation.
5055
13d49cbb
AM
50562011-12-13 Alan Mackenzie <acm@muc.de>
5057
898169a2
AM
5058 Add the switch statement to AWK Mode.
5059
7a71b18d 5060 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
5061 "default" to the keywords regexp.
5062
7a71b18d 5063 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 5064 expression as the rest.
1d00653d
SM
5065 (c-nonlabel-token-key): Allow string literals for AWK.
5066 Refactor for the other modes.
898169a2 5067
13d49cbb 5068 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 5069 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
5070 routines. Limit backward searching in c-font-lock-enclosing.decl.
5071
5072 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
5073 pp-state and literal type in addition to the limits.
1d00653d 5074 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 5075 (c-state-literal-at): Use the above new defun.
1d00653d
SM
5076 (c-slow-in-literal, c-fast-in-literal): Remove.
5077 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
5078
5079 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
5080 being in a literal. Add a limit for backward searching.
5081
5082 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
5083 c-slow-in-literal.
5084
15e0efc7
SM
50852011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5086
5087 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
5088
454592a6
MR
50892011-12-13 Martin Rudalics <rudalics@gmx.at>
5090
5091 * window.el (delete-other-windows): Use correct frame in call to
5092 window-with-parameter.
5093
87393f26
DP
50942011-12-12 Daniel Pfeiffer <occitan@t-online.de>
5095
5096 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
5097 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
5098 (makefile-gmake-statements, makefile-makepp-statements):
5099 Use it and add new makepp keywords.
5100 (makefile-makepp-font-lock-keywords): Add new patterns.
5101 (makefile-match-function-end): Match new [...] and [[...]].
5102
11636b22
JB
51032011-12-11 Juanma Barranquero <lekktu@gmail.com>
5104
5105 * ses.el (ses-call-printer-return, ses-cell-property-get)
5106 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
5107 (ses-create-cell-variable, ses-reset-header-string)
5108 (ses-cell-set-formula, ses-repair-cell-reference-all)
5109 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
5110 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
5111 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
5112 (ses-aset-with-undo, ses-load, ses-truncate-cell)
5113 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
5114 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
5115 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
5116 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
5117 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
5118 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
5119 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
5120 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
5121
cf018193
VB
51222011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
5123
5124 * ses.el: The overall change is to add cell renaming, that is
5125 setting fancy names for cell symbols other than name matching
5126 "\\`[A-Z]+[0-9]+\\'" regexp .
5127 (ses-create-cell-variable): New defun.
5128 (ses-relocate-formula): Relocate formulas only for cells the
5129 symbols of which are not renamed, i.e. symbols whose names do not
5130 match regexp "\\`[A-Z]+[0-9]+\\'".
5131 (ses-relocate-all): Relocate values only for cells the symbols of
5132 which are not renamed.
5133 (ses-load): Create cells variables as the (ses-cell ...) are read,
5134 in order to check row col consistency with cell symbol name only
5135 for cells that are not renamed.
5136 (ses-replace-name-in-formula): New defun.
5137 (ses-rename-cell): New defun.
5138
ee957461
CY
51392011-12-11 Chong Yidong <cyd@gnu.org>
5140
5141 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
5142 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
5143
9a9e9ef0
MR
51442011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
5145
5146 * window.el (other-window): Fix docstring.
5147
92a8eba5
EZ
51482011-12-10 Eli Zaretskii <eliz@gnu.org>
5149
5150 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
5151 `from' or `to' address before taking its substring.
5152 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
5153 encoded name is chopped in the middle of the encoded string, and
5154 thus displayed encoded.
5155
e152e577
JB
51562011-12-10 Juanma Barranquero <lekktu@gmail.com>
5157
5158 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
5159
e5d84bfe
EZ
51602011-12-10 Eli Zaretskii <eliz@gnu.org>
5161
5162 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
5163 to use texinfo-update-node and commands that call it if the
5164 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 5165 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
5166 (texinfo-all-menus-update, texinfo-master-menu)
5167 (texinfo-update-node, texinfo-every-node-update)
5168 (texinfo-multiple-files-update): Doc fix. Warn against updating
5169 all the @node lines.
5170 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
5171 argument is numeric. Explain better in the doc string what the
5172 function really does.
5173 (texinfo-insert-master-menu-list): Improve the error message
5174 displayed if there's no menu in the Top node.
5175 (Bug#2975) See also this thread:
e5d84bfe
EZ
5176 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
5177
1d84e9bb
MG
51782011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
5179
5180 * speedbar.el (speedbar-supported-extension-expressions):
5181 Add .adb and .ads, commonly used for Ada source code (bug#10256).
5182
382c953b
JB
51832011-12-09 Juanma Barranquero <lekktu@gmail.com>
5184
5185 * printing.el (pr-mode-alist):
5186 * simple.el (filter-buffer-substring-functions)
5187 (completion-list-insert-choice-function):
5188 * window.el (window-with-parameter, window-atom-root)
5189 (window-sides-slots, window-size-fixed, window-min-delta)
5190 (window-max-delta, window--resize-mini-window)
5191 (window--resize-child-windows-normal, window-tree)
5192 (delete-other-windows, quit-window, split-window)
5193 (display-buffer-record-window, special-display-buffer-names)
5194 (special-display-regexps, special-display-popup-frame)
5195 (same-window-p, split-window-sensibly)
5196 (display-buffer-overriding-action, display-buffer-alist)
5197 (display-buffer-base-action, display-buffer, switch-to-buffer)
5198 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
5199 (fit-window-to-buffer, recenter-positions)
5200 (mouse-autoselect-window-state, mouse-autoselect-window-select):
5201 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
5202 and remove unneeded backslashes in docstrings.
5203
39c9faef
SM
52042011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5205
98449af8
SM
5206 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
5207
39c9faef
SM
5208 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
5209 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
5210 end in ".mk".
5211 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
5212 when reading the makefile (bug#10116).
5213
86ed9fdc
SM
52142011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5215
5216 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
5217 (bug#10116).
5218
5580f89d
GM
52192011-12-06 Glenn Morris <rgm@gnu.org>
5220
5221 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
5222
28d3917c
CY
52232011-12-06 Chong Yidong <cyd@gnu.org>
5224
5225 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
5226
a98edce9
JB
52272011-12-06 Juanma Barranquero <lekktu@gmail.com>
5228
5229 * textmodes/table.el (table-shorten-cell): Fix typo.
5230
e65adfac
CG
52312011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
5232
5233 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
5234
71cc0b74
EZ
52352011-12-05 Eli Zaretskii <eliz@gnu.org>
5236
5237 * descr-text.el (describe-char): Fix display of strong
5238 right-to-left characters and directional embeddings and overrides.
5239
5240 * simple.el (what-cursor-position): Fix display of codepoints of
5241 strong right-to-left characters.
5242
315bc30d
CY
52432011-12-05 Chong Yidong <cyd@gnu.org>
5244
5245 * faces.el (read-color): Doc fix.
5246
58a70b94
GM
52472011-12-05 Glenn Morris <rgm@gnu.org>
5248
5249 * align.el (align--set-marker): Add doc-string.
5250 Don't try to move something that is not a marker. (Bug#10216)
5251
5158face
GM
52522011-12-04 Glenn Morris <rgm@gnu.org>
5253
5254 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
5255 overly zealous deletion of trailing whitespace.
5256
520fca41
JB
52572011-12-04 Juanma Barranquero <lekktu@gmail.com>
5258
5259 * server.el (server-delete-client): On Windows, do not try to delete
5260 the only terminal.
5261 (server-process-filter): On Windows, treat requests for a tty frame as
5262 if they were for a GUI frame if the running server is in GUI mode.
5263
5e605a2e
GM
52642011-12-03 Glenn Morris <rgm@gnu.org>
5265
5266 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
5267
5c3fe83f
SM
52682011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5269
6f5e57e7
SM
5270 * electric.el: Streamline electric-indent's hook.
5271 (electric-indent-chars): Revert to simple list.
5272 (electric-indent-functions): New var.
5273 (electric-indent-post-self-insert-function): Use it.
5274
5c3fe83f
SM
5275 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
5276 there's no inferior buffer (bug#10196).
5277 (prolog-consult-compile): Don't use toggle-read-only.
5278
6bdac736
MA
52792011-12-02 Michael Albinus <michael.albinus@gmx.de>
5280
5281 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
5282 interrupt. (Bug#10187)
5283
6131ba7f
SM
52842011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5285
99c79fee
SM
5286 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
5287 (bug#9160).
5288
6131ba7f
SM
5289 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
5290 (bug#10191).
5291
cb0a02ea
JL
52922011-12-02 Juri Linkov <juri@jurta.org>
5293
5294 * info.el (Info-search): Display "end of manual" when Isearch
5295 reaches the end of single-file Info manual. (Bug#9918)
5296
66e0570c
EZ
52972011-12-02 Eli Zaretskii <eliz@gnu.org>
5298
5299 * isearch.el (isearch-message-prefix): Run the input method part
5300 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
5301
02b16839
JL
53022011-12-02 Juri Linkov <juri@jurta.org>
5303
5304 * isearch.el (isearch-occur): Use `word-search-regexp' for
5305 `isearch-word'.
5306 (isearch-search-and-update): Add condition for `isearch-word' and
5307 call `word-search-regexp'. (Bug#10145)
5308
0b950688
GM
53092011-12-01 Glenn Morris <rgm@gnu.org>
5310
5311 * eshell/em-hist.el (eshell-hist-initialize):
5312 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 5313 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 5314
9505c3c7
SM
53152011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5316
5317 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
5318
1bbe96b2 53192011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 5320
a1beca85
SM
5321 * progmodes/verilog-mode.el (verilog-pretty-expr):
5322 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
5323 verilog, such as += *= and the like.
5324 (verilog-assignment-operator-re): Regular expression to find the
5325 assigment operator in a verilog assignment.
5326 (verilog-assignment-operation-re): Regular expression to find an
5327 assignment statement for pretty-expr.
5328 (verilog-in-attribute-p): Query returns true if point is in an
5329 attribute context; used to skip these for expression line up from
5330 pretty-expr.
5331 (verilog-in-parameter-p): Query returns true if point is in an
5332 parameter definition context; used to skip these for expression
5333 line up from pretty-expr.
5334 (verilog-in-parenthesis-p): Query returns true if point is in a
5335 parenthetical expression, specifically ( ) but not [ ] or { };
5336 used by pretty-expr.
5337 (verilog-just-one-space): If there is no space, don't add one.
5338 (verilog-get-lineup-indent-2): Specifically skip just attribute
5339 contexts for expression lineup, rather than skipping all
5340 parenthetical expressions.
5341 (verilog-calculate-indent): Fix comment, and fix indent.
5342 (verilog-do-indent): Indent declarations in lists (suggested by
5343 Joachim Lechner).
5344 (verilog-mode-abbrev-table): Populate abbrev mode with the various
5345 skeleton items.
5346 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
5347 by Alain Mellan).
5348
1bbe96b2 53492011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
5350
5351 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
5352 parameters with embedded comments. Reported by Ray Stevens.
5353 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
5354 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
5355 Reported by Tim Holt.
5356 (verilog-auto): Fix AUTOing a upper module then AUTOing module
5357 instantiated by upper module causing wrong expansion until AUTOed a
5358 second time. Reported by K C Buckenmaier.
5359 (verilog-diff-auto): Fix showing .* as a difference when
5360 `verilog-auto-star-save' off. Reported by Dan Dever.
5361 (verilog-auto-reset, verilog-read-always-signals)
5362 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
5363 temporary signals in reset list if
5364 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
5365 style to each signal's assignment type, bug381.
5366 Reported by Thomas Esposito.
6288f0ca
WS
5367 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
5368 (verilog-uvm-statement-re): Support UVM indentation and
5369 highlighting, with old OVM keywords only.
a1beca85 5370 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
5371 Support AUTOTIEOFF creating non-wire data types.
5372 Suggested by Jonathan Greenlaw.
6288f0ca
WS
5373 (verilog-auto-insert-lisp, verilog-delete-to-paren)
5374 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
5375 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
5376 (verilog-read-sub-decls, verilog-read-sub-decls-line):
5377 Fix mismatching parenthesis inside commented out code when deleting
382c953b 5378 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
5379 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
5380 non-numeric vector width. Reported by Alex Reed.
5381 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 5382 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
5383 (verilog-auto-delete-trailing-whitespace):
5384 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
5385 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
5386 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
5387 Fix verilog-scan-cache corruption when running user AUTO expansion
5388 hooks that call indentation routines.
5389 (verilog-simplify-range-expression): Fix typo ignoring lower case
5390 identifiers.
5391 (verilog-delete-auto): Fix delete-autos to also remove user created
5392 automatics, as long as they start with AUTO.
5393 (verilog-batch-diff-auto, verilog-diff-auto)
5394 (verilog-diff-function): Add `verilog-diff-auto' and bind to
5395 "C-c?" to report differences in AUTO expansion, ignoring spaces.
5396 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
5397 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
5398 (verilog-re-search-forward-quick, verilog-syntax-ppss):
5399 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
5400 is disabled and its cache will get corrupt, causing AUTOS not to
5401 expand. Instead use only -quick functions.
5402 (verilog-scan-region): Fix scanning over escaped quotes.
5403 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
5404 (verilog-re-search-backward-quick)
5405 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
5406 related functions now ignore strings, to fix misparsing of strings
5407 with magic comments embedded in them.
a1beca85
SM
5408 (verilog-read-auto-template):
5409 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
5410 Reported by Brad Dobbie.
5411 (verilog-read-auto-template):
5412 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 5413 Reported by Brad Dobbie.
6288f0ca
WS
5414 (verilog-auto-inst, verilog-auto-inst-param)
5415 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
5416 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
5417 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
5418 debugging templates without merge conflicts, bug357.
5419 Reported by Brad Dobbie.
5420 (verilog-read-auto-template):
5421 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
5422 Reported by Brad Dobbie.
5423 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
5424 abbrevs so user won't be asked to save.
5425 (verilog-read-auto-lisp-present): Fix to start at beginning of
5426 buffer in case called outside of verilog-auto.
5427 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
5428 to "X-2". Reported by Matthew Myers.
5429 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
5430 all inputs from module templates. Reported by Leith Johnson.
5431 (verilog-module-inside-filename-p): Fix locating programs as with
5432 modules.
5433 (verilog-auto-inst-port): Fix vl-width expressions when using
5434 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
5435 (verilog-decls-get-regs, verilog-decls-get-signals,
5436 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
5437 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
5438 verilog-read-decls): Combine reg and wire structures into one var
5439 structure to represent SystemVerilog concepts.
5440 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
5441 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
5442 (verilog-auto-wire-type, verilog-insert-definition):
5443 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
5444 SystemVerilog "logic" keyword instead of "wire"/"reg".
5445 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
5446 to declares outputs that also have assignments (presumably in an
a1beca85
SM
5447 ifdef or generate if so there's not a driver conflict).
5448 Reported by Matthew Myers.
5449 (verilog-auto-declare-nettype, verilog-insert-definition):
5450 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
5451 `default_nettype none. Reported by Julian Gorfajn.
5452 (verilog-read-always-signals-recurse, verilog-read-decls)
5453 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
5454 malformed end statement, bug325. Reported by Joshua Wise and
5455 Andrew Drake.
5456 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
5457 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
5458 when expanding .* in interfaces, bug320.
5459 Reported by Pierre-David Pfister.
6288f0ca 5460 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
5461 name and open parenthesis, bug317.
5462 Reported by Pierre-David Pfister.
6288f0ca
WS
5463 (verilog-simplify-range-expression): Fix simplification of
5464 multiplications inside AUTOWIRE connections, bug303.
5465 (verilog-auto-inst-port): Support parameter expansion in
5466 multidimensional arrays.
5467 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
5468 after "assert property". Reported by Julian Gorfajn.
5469 (verilog-simplify-range-expression): Fix "couldn't merge" errors
5470 with multiplication, bug303.
5471 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
5472 Reported by Jan Frode Lonnum.
5473
1bbe96b2
GM
54742011-11-30 Juanma Barranquero <lekktu@gmail.com>
5475
5476 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
5477 (hfy-shell-file-name, hfy-shell):
5478 * international/fontset.el (x-decompose-font-name): Fix typos.
5479
54802011-11-29 Ken Brown <kbrown@cornell.edu>
5481
5482 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
5483 (gdb-version): Remove defvar.
5484 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
5485 (gdb-gud-context-command, gdb-non-stop-handler)
5486 (gdb-current-context-command, gdb-stopped): Use it.
5487 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
5488 (gdb-non-stop-handler): Don't enable pretty-printing here.
5489 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
5490 non-stop mode. Use the following.
5491 (gdb-check-target-async): New defun.
5492 (gud-watch, gdb-stopped): Fix whitespace.
5493 (gdb-get-source-file): Don't try to display the source file if
5494 `gdb-main-file' is nil.
5495
54962011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5497
5498 * align.el: Try to generate fewer markers (bug#10047).
5499 (align--set-marker): New macro.
5500 (align-region): Use it.
5501
c935221f
SM
55022011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5503
5504 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
5505
e70b5064
CY
55062011-11-29 Chong Yidong <cyd@gnu.org>
5507
5508 * indent.el (indent-for-tab-command, indent-according-to-mode):
5509 Doc fix.
5510 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
5511
f3af92b7
MA
55122011-11-29 Michael Albinus <michael.albinus@gmx.de>
5513
5514 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
5515 aware of remote file names. (Bug#10124)
5516
ed472be9
CY
55172011-11-29 Chong Yidong <cyd@gnu.org>
5518
5519 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
5520
24510c22
SM
55212011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5522
5523 * files.el (find-file): Don't use force-same-window (bug#10144).
5524 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
5525 use pop-to-buffer if the selected window can't be used.
5526 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
5527
c60c3703
EZ
55282011-11-28 Eli Zaretskii <eliz@gnu.org>
5529
5530 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
5531 special-mode-map.
5532
e95def75
CY
55332011-11-28 Chong Yidong <cyd@gnu.org>
5534
5535 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
5536
c3f1c606
NR
55372011-11-27 Nick Roberts <nickrob@snap.net.nz>
5538
5539 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
5540 gdb-get-source-file-list on gdb-create-source-file-list.
5541
00db469c
EZ
55422011-11-26 Eli Zaretskii <eliz@gnu.org>
5543
5544 * whitespace.el (whitespace-newline): Use a different foreground
5545 color for 16-color light-background displays.
5546
4ad3bc2a
CY
55472011-11-24 Chong Yidong <cyd@gnu.org>
5548
5549 * window.el (display-buffer--special-action): Doc fix.
5550
e9fce1ac
JB
55512011-11-25 Juanma Barranquero <lekktu@gmail.com>
5552
5553 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
5554 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
5555 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
5556 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
5557 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
5558 (avl-tree-stack-first):
5559 * emacs-lisp/cconv.el (cconv--analyse-use):
5560 * net/gnutls.el (gnutls-negotiate): Fix typos.
5561
cb825e5d
GM
55622011-11-24 Glenn Morris <rgm@gnu.org>
5563
3adbe224
GM
5564 * lpr.el (lpr-windows-system, lpr-lp-system):
5565 * mail/binhex.el (binhex-begin-line):
5566 * progmodes/grep.el (grep-history, grep-find-history):
5567 * textmodes/flyspell.el:
5568 * vc/pcvs-defs.el (cvs-global-menu):
5569 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
5570 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
5571 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
5572
321decc8
GM
5573 * net/tls.el: Fix case of "GnuTLS".
5574
420b63ad
GM
5575 * paths.el (rmail-file-name): Format doc-string for make-docfile.
5576
cb825e5d
GM
5577 * version.el (emacs-build-system): Give it a doc-string.
5578
a0649f08
JL
55792011-11-24 Juri Linkov <juri@jurta.org>
5580
5581 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
5582
c0bc0fd4
GM
55832011-11-24 Glenn Morris <rgm@gnu.org>
5584
5585 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
5586 if called on a non-mime message just toggle the headers. (Bug#8006)
5587
20db1522
JB
55882011-11-24 Juanma Barranquero <lekktu@gmail.com>
5589
5590 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
5591 (allout-lead-with-comment-string, allout-structure-deleted-hook)
5592 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
5593 (allout-rebullet-heading, allout-open-sibtopic)
5594 (allout-toggle-current-subtree-encryption)
5595 (allout-toggle-subtree-encryption, allout-encrypt-string)
5596 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
5597 (allout-distinctive-bullets-string, allout-auto-activation):
5598 * window.el (window-normalize-buffer-to-display):
5599 * progmodes/verilog-mode.el (verilog-batch-indent):
5600 * textmodes/bibtex.el (bibtex-field-braces-opt)
5601 (bibtex-field-strings-opt):
5602 * vc/cvs-status.el (cvs-tree-merge):
5603 Fix typos.
5604
7262a87c
MA
56052011-11-23 Michael Albinus <michael.albinus@gmx.de>
5606
5607 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
5608 `non-essential' to t, in order to avoid remote connections.
5609
283430a1
EZ
56102011-11-23 Eli Zaretskii <eliz@gnu.org>
5611
a1beca85
SM
5612 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5613 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
5614 case-insensitively.
5615
d2992a38
ML
56162011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5617
5618 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
5619
50419064
GM
56202011-11-23 Glenn Morris <rgm@gnu.org>
5621
da94eca1
GM
5622 * paths.el (rmail-file-name): Reformat the doc-string so that it
5623 is picked up.
5624
9aac4de2
GM
5625 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
5626 (rmail-auto-file): Ignore case in the "special" field names,
5627 as mail-fetch-field does for all others.
5628
8038d2d2
GM
5629 * mail/rmail.el (rmail-forward):
5630 * mail/rmailkwd.el (rmail-set-label):
5631 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
5632 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
5633
f3fe222a
GM
5634 * mail/rmail.el (rmail-current-message): Doc fix.
5635
50419064
GM
5636 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
5637
28109f49
SM
56382011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
5639
5640 * server.el (server-eval-and-print): Allow C-g (bug#6585).
5641
394c65f1
GM
56422011-11-22 Glenn Morris <rgm@gnu.org>
5643
5644 * mail/rmailmm.el (test-rmail-mime-handler)
5645 (test-rmail-mime-bulk-handler)
5646 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
5647
f2a0aa3a
JL
56482011-11-21 Juri Linkov <juri@jurta.org>
5649
1154d12e
JB
5650 * calc/calc.el (calc-read-key-sequence):
5651 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 5652
9c34a344
LMI
56532011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5654
5655 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
5656 Tell the caller that the next line needs recomputation, even
5657 though it doesn't start a sexp (bug#10094).
5658
f04a3be9
SM
56592011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5660
5661 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
5662
7978747f
SM
56632011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5664
f04a3be9
SM
5665 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
5666 Use force-same-window.
7978747f 5667
fe7a3057
JB
56682011-11-20 Juanma Barranquero <lekktu@gmail.com>
5669
5670 * descr-text.el (describe-char-unicode-data):
5671 * json.el (json-string-escape):
5672 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
5673 (Footnote-unicode, Footnote-style-p):
5674 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
5675
24901d61
CY
56762011-11-20 Chong Yidong <cyd@gnu.org>
5677
5678 * window.el (replace-buffer-in-windows): Restore interactive spec.
5679
bac7ff22
SM
56802011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5681
24f3d7b9
SM
5682 * electric.el (electric-indent-mode): Fix last change (too optimistic).
5683
bac7ff22
SM
5684 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
5685 (byte-compile-global-not-obsolete-vars): New var.
5686 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
5687 Use it.
5688 (byte-compile-warn-obsolete): Align text with the one in *Help*.
5689
cd1181db
JB
56902011-11-20 Juanma Barranquero <lekktu@gmail.com>
5691
5692 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
5693 * progmodes/pascal.el (electric-pascal-equal):
5694 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
5695 * xml.el (xml-substitute-special): Fix typos.
5696
7fb18e9e
GM
56972011-11-20 Glenn Morris <rgm@gnu.org>
5698
5699 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
5700 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
5701 Doc fixes.
5702 (rmail-decode-mime-charset): Mark as obsolete.
5703
5704 * mail/rmailsum.el (rmail-message-regexp-p-1):
5705 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
5706 Before using mime functions, check they are set. (Bug#10077)
5707
d5a6b3ba
JL
57082011-11-19 Juri Linkov <juri@jurta.org>
5709
5710 * info.el (Info-finder-find-node): Use `package--builtins' instead
5711 of `package-alist'. Use node names formed by the pattern "Keyword "
5712 and the keyword name.
5713
e981b61f
AS
57142011-11-19 Andreas Schwab <schwab@linux-m68k.org>
5715
1d00653d 5716 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 5717
3ffbc301
JL
57182011-11-19 Juri Linkov <juri@jurta.org>
5719
5720 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
5721 that calls `revert-buffer' on all Info buffers. (Bug#9915)
5722 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
5723 `old-history', `old-history-forward'. Add let-binding
5724 `window-selected'. Remove calls to `kill-buffer',
5725 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
5726 before calling `Info-find-node', so `Info-find-node-2' will reread
5727 the Info file. Restore window positions only when `window-selected'
5728 is non-nil.
5729
30c62133
JL
57302011-11-19 Juri Linkov <juri@jurta.org>
5731
5732 * isearch.el (isearch-lazy-highlight-new-loop):
5733 Remove condition `(not isearch-error)'. (Bug#9918)
5734
5735 * misearch.el (multi-isearch-search-fun): Add condition
5736 `(not bound)' to ignore lazy-highlighting search.
5737 Add the search-failed message "end of multi" when the end of
5738 multi-sequence is reached. Uncapitalize the search-failed
5739 message "Repeat for next buffer".
5740
5741 * info.el (Info-search): Add the search-failed message
5742 "end of the manual" when the end of the manual is reached
5743 in Isearch mode.
5744
645ca9cf
JL
57452011-11-19 Juri Linkov <juri@jurta.org>
5746
5747 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
5748 Use non-destructive `remove' instead of `delete' because
5749 `Info-history-list' stored to `Info-isearch-initial-history-list' in
5750 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
5751
df754f66
JL
57522011-11-19 Juri Linkov <juri@jurta.org>
5753
5754 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
5755 to nil instead of binding `search-ring' and `regexp-search-ring'.
5756 (Bug#9185)
5757
0e23d96a
EZ
57582011-11-19 Eli Zaretskii <eliz@gnu.org>
5759
5760 * simple.el (line-move): Force movement by logical lines for any
5761 hscrolled window, not only when auto-hscroll-mode is on.
5762 (line-move-visual): Update doc string to that effect. (Bug#10076)
5763
8a6ccb66
AS
57642011-11-19 Andreas Schwab <schwab@linux-m68k.org>
5765
5766 * language/european.el (macintosh): Define as alias for mac-roman.
5767
49ae5b39
EZ
57682011-11-19 Eli Zaretskii <eliz@gnu.org>
5769
5770 * mail/rmailmm.el (rmail-mime-display-header)
5771 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
5772 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
5773 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
5774 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
5775 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
5776 of a raw aref.
5777 (rmail-mime-entity-segment): To get past the tagline, move forward
5778 2 more lines, to account for the 2 empty lines that precede and
5779 follow the line with the buttons.
5780 (rmail-mime-update-tagline): Move one more line, to get past the
5781 empty line that follows the buttons in the tagline. (Bug#9520)
5782
c56cad4a
MR
57832011-11-19 Martin Rudalics <rudalics@gmx.at>
5784
5785 * window.el (window-max-delta-1, window-min-delta-1)
5786 (window-min-size-1, window-state-get-1, window-state-put-1)
5787 (window-state-put-2): Use "window--" prefix.
5788
cbe71af3
SM
57892011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
5790
2ad52c60
SM
5791 * emacs-lisp/smie.el: Improve warnings and conflict detection.
5792 (smie-warning-count): New var.
5793 (smie-set-prec2tab): Use it.
5794 (smie-bnf->prec2): Improve warnings. Add docstring.
5795 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
5796 (smie-bnf--set-class): New function.
5797 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
5798 corner case.
5799
6944dbc1
SM
5800 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
5801 (compilation-error-properties, compilation-move-to-column):
5802 Handle compilation-first-column while in the target buffer.
5803
c400c4d7
SM
5804 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
5805 Don't hardcode point-min==1.
5806
6dbe3e96
SM
5807 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
5808 (eshell-rewrite-for-command): Remove workaround.
5809 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
5810 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
5811 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
5812
cbe71af3
SM
5813 * files-x.el (modify-file-local-variable): Obey commenting conventions.
5814
a8e1496d
GM
58152011-11-17 Glenn Morris <rgm@gnu.org>
5816
5817 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5818 Ignore buffer-local generated-autoload-file if it is the same
5819 as the global value. (Bug#10049)
5820
df85d315
JB
58212011-11-17 Juanma Barranquero <lekktu@gmail.com>
5822
5823 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
5824 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
5825 (reftex-toc-previous-heading, reftex-toc-max-level)
5826 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
5827 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
5828 (reftex-toc-do-promote, reftex-toc-promote-prepare)
5829 (reftex-toc-promote-action, reftex-toc-extract-section-number)
5830 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
5831 (reftex-toc-rename-label, reftex-toc-visit-location)
5832 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
5833 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
5834 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
5835 leaving "*toc*" only for references to the buffer.
5836
a0c2d0ae
MR
58372011-11-17 Martin Rudalics <rudalics@gmx.at>
5838
5839 * window.el (window-resize, delete-window, split-window):
5840 Replace window-splits by window-combination-resize.
1d00653d 5841 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 5842
35c0bac8
GM
58432011-11-17 Glenn Morris <rgm@gnu.org>
5844
5845 * progmodes/sh-script.el (sh-font-lock-keywords-var):
5846 Make bash entry derive from sh entry, not shell entry.
5847
d0c8fc8a
MA
58482011-11-16 Michael Albinus <michael.albinus@gmx.de>
5849
d0c8fc8a
MA
5850 * net/tramp-cache.el (tramp-flush-file-property): Flush also
5851 properties of linked files. (Bug#9879)
5852
7262a87c
MA
5853 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
5854 local file name.
5855
7877f373
JB
58562011-11-16 Juanma Barranquero <lekktu@gmail.com>
5857
5858 * menu-bar.el (menu-bar-file-menu):
5859 * printing.el (pr-ps-utility):
5860 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
5861 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
5862 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
5863 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
5864 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
5865 (icalendar--convert-cyclic-to-ical)
5866 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
5867 (icalendar--convert-ical-to-diary)
5868 (icalendar--convert-recurring-to-diary)
5869 (icalendar--convert-non-recurring-all-day-to-diary)
5870 (icalendar-import-format-sample):
5871 * progmodes/idlw-shell.el (idlwave-shell-mode):
5872 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
5873 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
5874 (vhdl-ps-print-init): Fix typos.
5875
10649b82
KM
58762011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
5877
9d0cfcd6
GM
5878 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
5879 FSF and collapse date sequence, obscure author/maintainer email address
5880 better, remove extra version line, track relocation of author's webpage.
10649b82 5881
9d0cfcd6
GM
5882 * progmodes/python.el (python-pdbtrack-input-prompt)
5883 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
5884 regular python pdb prompts. Adjustments shamelessly taken exactly as
5885 suggested in EmacsWiki page (tiny change):
5886 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 5887
58179cce
JB
58882011-11-16 Juanma Barranquero <lekktu@gmail.com>
5889
5890 * expand.el (expand-pos, expand-index, expand-point):
5891 Remove redundant info from docstring.
5892 (expand-add-abbrevs): Doc fix.
5893 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
5894 (expand-sample-perl-mode-expand-list): Fix typos.
5895
5896 * net/dbus.el (dbus-event-member-name):
5897 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
5898 * term/pc-win.el (msdos-create-frame-with-faces):
5899 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
5900
b6f67890
MR
59012011-11-16 Martin Rudalics <rudalics@gmx.at>
5902
5903 * window.el (split-window, window-state-get-1)
5904 (window-state-put-1, window-state-put-2): Rename occurrences of
5905 window-nest to window-combination-limit.
1d00653d 5906 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 5907
ce7ddba0
CY
59082011-11-16 Chong Yidong <cyd@gnu.org>
5909
5910 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
5911 regexp (Bug#10033).
5912
3ae704f4
SM
59132011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5914
5915 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
5916 `completing-read' will remove *Completions* and will preserve
5917 current-buffer for us.
5918 (tmm-add-prompt): Users of *Completions* will always (re)set its
5919 major mode.
5920 (tmm-old-comp-map): Remove.
5921
6ad1cdde
GM
59222011-11-16 Glenn Morris <rgm@gnu.org>
5923
5924 * mail/rmailedit.el: Require rmailmm when compiling.
5925 (rmail-old-mime-state): New declaration.
5926 (rmail-edit-current-message): If editing a mime message,
5927 edit the "raw" message from the mbox buffer.
5928 (rmail-cease-edit): Handle mime messages. (Bug#9840)
5929
d20faa20
GM
59302011-11-15 Glenn Morris <rgm@gnu.org>
5931
5932 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
5933 which wasn't being used. Add optional arg to force given state.
5934 (rmail-mime): Add optional arg to force given state.
5935
c7015153
JB
59362011-11-15 Juanma Barranquero <lekktu@gmail.com>
5937
5938 * allout.el (allout-encryption-plaintext-sanitization-regexps):
5939 * frame.el (display-mm-dimensions-alist):
5940 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
5941 (outline-move-subtree-down):
5942 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
5943 (newsticker--treeview-do-get-node):
5944 * net/quickurl.el (quickurl-list-buffer-name):
5945 * progmodes/dcl-mode.el (dcl-mode):
5946 * progmodes/gdb-mi.el (gdb-mapcar*):
5947 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
5948
45261b50
GM
59492011-11-15 Glenn Morris <rgm@gnu.org>
5950
5951 * mail/rmail.el (rmail-file-coding-system): It's only ever used
5952 in a boolean sense, so just make it a boolean, and fix the doc.
5953 (rmail-show-mime-function, rmail-mime-feature)
5954 (rmail-require-mime-maybe): Doc fixes.
5955 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
5956
5957 * mail/rmailmm.el (rmail-show-mime): Doc fix.
5958
0d26e0b6
JB
59592011-11-15 Juanma Barranquero <lekktu@gmail.com>
5960
5961 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
5962 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
5963 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
5964 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
5965
447f30f6
GM
59662011-11-15 Glenn Morris <rgm@gnu.org>
5967
672b871d
GM
5968 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
5969 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
5970 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
5971 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
5972 (rmail-mime, rmail-show-mime): Doc fixes.
5973
f6aa5bb1
GM
5974 * term/ns-win.el (mode-line-frame-identification):
5975 Leave it alone. (Bug#10051)
5976
947cd66b
GM
5977 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
5978
447f30f6
GM
5979 * mail/rmailout.el (rmail-output-to-rmail-buffer):
5980 Handle empty buffers. (Bug#9978)
5981
0b381c7e
JB
59822011-11-14 Juanma Barranquero <lekktu@gmail.com>
5983
5984 * international/mule.el (define-charset):
5985 * mail/rmailmm.el (rmail-mime-find-header-encoding):
5986 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
5987 * progmodes/verilog-mode.el (verilog-backward-token):
5988 * textmodes/ispell.el (lookup-words):
5989 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
5990
71e027ac
GM
59912011-11-14 Glenn Morris <rgm@gnu.org>
5992
56632ce4
GM
5993 * progmodes/executable.el
5994 (executable-make-buffer-file-executable-if-script-p):
5995 Handle file-modes returning nil.
5996
40500957
GM
5997 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
5998 message - not necessary, and causes problems. (Bug#9831)
5999
071c2340
GM
6000 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
6001
d3cfca60
GM
6002 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
6003
71e027ac
GM
6004 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
6005 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
6006 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
6007
89d61221
MR
60082011-11-12 Martin Rudalics <rudalics@gmx.at>
6009
6010 * window.el (window-resize, delete-window): Use window-splits
6011 variable instead of function.
6012 (window-state-get-1, window-state-put-2, window-state-put):
6013 Don't deal with windows' splits status.
6014
98282f6f
GM
60152011-11-12 Glenn Morris <rgm@gnu.org>
6016
6017 * apropos.el (apropos-do-all, apropos-library, apropos-value)
6018 (apropos-documentation): Doc fixes.
6019
40a8bdf6
JB
60202011-11-11 Juanma Barranquero <lekktu@gmail.com>
6021
6022 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
6023 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
6024
65bd19ff
SM
60252011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6026
6027 * electric.el (electric-indent-post-self-insert-function): Make it
6028 possible for a char to only indent in some circumstances.
6029 (electric-indent-mode): Simplify.
6030
54f9154c
MR
60312011-11-11 Martin Rudalics <rudalics@gmx.at>
6032
6033 * window.el (windows-with-parameter): Remove unused function.
6034 (windows-at-side): Rename to window-at-side-list.
6035 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
6036 (window-side-check, window-size-ignore, window-size-fixed-1)
6037 (window-in-direction-2): Prefix with "window--".
6038 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 6039
68cbc58b
GM
60402011-11-11 Glenn Morris <rgm@gnu.org>
6041
6042 * subr.el (eval-after-load): If FILE is already loaded,
6043 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
6044
b2621720
GM
60452011-11-10 Glenn Morris <rgm@gnu.org>
6046
9a4de110
GM
6047 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
6048 Call svn via vc-svn-command rather than vc-do-command.
6049 (vc-svn-command): Add --non-interactive. (Bug#9993)
6050 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
6051
b2621720
GM
6052 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6053 Add toggle-read-only. (Bug#7292)
6054 * files.el (toggle-read-only): Mention that it should only
6055 be used interactively. (Bug#10006)
6056
1dce7193
SM
60572011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6058
d9ac1a1e
SM
6059 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6060 Adjust regexp for OCaml warnings.
6061
0c325082
SM
6062 * electric.el (electric-pair-post-self-insert-function): Let user
6063 turn it off buffer-locally (bug#9932).
6064
90132c14
SM
6065 * progmodes/python.el (python-beginning-of-statement):
6066 Rewrite (bug#2703).
6067
1dce7193
SM
6068 * progmodes/compile.el: Better handle TABs (bug#9749).
6069 (compilation-internal-error-properties)
6070 (compilation-next-error-function): Obey the target buffer's
6071 compilation-error-screen-columns.
6072
c4e7c63a
JB
60732011-11-09 Juanma Barranquero <lekktu@gmail.com>
6074
6075 * progmodes/meta-mode.el: Remove obsolete comments.
6076 (meta-right-comment-regexp, meta-ignore-comment-regexp):
6077 Fix typos in docstrings.
6078
2cffd681
MR
60792011-11-09 Martin Rudalics <rudalics@gmx.at>
6080
6081 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 6082 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
6083 (window--resizable): New function. Make all callers of
6084 window-resizable call window--resizable instead.
6085 (window-resizable): Rewrite in terms of window--resizable.
6086
0edcba87
GM
60872011-11-08 Glenn Morris <rgm@gnu.org>
6088
6089 * progmodes/delphi.el (delphi-mode-syntax-table):
6090 Let define-derived-mode define a proper syntax table. (Bug#9994)
6091
4b0d61e3
SM
60922011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6093
6094 * window.el: Stay away from defsubst.
6095 (window-list-no-nils): Remove.
6096 (window-state-get-1, window-state-get): Use backquote instead.
6097
cd394be1 60982011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 6099
4b0d61e3 6100 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 6101 Fix incorrect use of default argument in `completing-read'.
6102
e1c2c6f2
MR
61032011-11-08 Martin Rudalics <rudalics@gmx.at>
6104
6105 * window.el (display-buffer-function, special-display-function):
6106 Mention display-buffer-record-window but do not mention
6107 help-setup parameter in doc-strings.
b3f4a882 6108 (window-min-delta): Fix doc-string typo.
e1c2c6f2 6109
105216ed
CY
61102011-11-08 Chong Yidong <cyd@gnu.org>
6111
6112 * window.el (window-total-height, window-total-width): Doc fix.
6113 (window-body-size): Move from C.
6114 (window-body-height, window-body-width): Move to C.
6115
0a9f9ab5
SM
61162011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6117
6118 * window.el: Make special-display like display-buffer-alist (bug#9532).
6119 (display-buffer--special-action): New function, morphed
6120 from display-buffer--special.
6121 (display-buffer): Use it to handle special-display-buffers at higher
6122 priority (just after display-buffer-alist).
6123 (display-buffer-fallback-action, display-buffer--other-frame-action)
6124 (pop-to-buffer-same-window): Remove display-buffer--special.
6125
a769dd15
GM
61262011-11-07 Glenn Morris <rgm@gnu.org>
6127
6128 * calendar/cal-menu.el (cal-menu-set-date-title):
6129 Do nothing if not in a calendar. (Bug#9976)
6130
05a61ee3
SM
61312011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
6132
6133 * files.el (find-file): Always use selected-window.
6134
be7f5545
MR
61352011-11-07 Martin Rudalics <rudalics@gmx.at>
6136
6137 * window.el (window-combinations): Make WINDOW argument
6138 mandatory. Rewrite doc-string.
6139 (walk-window-subtree, window-atom-check, window-min-delta)
6140 (window-max-delta, window--resize-this-window)
6141 (window--resize-root-window-vertically, window-tree)
6142 (balance-windows, window-state-put): Rewrite doc-strings as to
6143 not mention the term "subwindow".
6144 (window--resize-subwindows-skip-p): Rename to
6145 window--resize-child-windows-skip-p.
6146 (window--resize-subwindows-normal): Rename to
6147 window--resize-child-windows-normal.
6148 (window--resize-subwindows): Rename to
6149 window--resize-child-windows.
6150 (window-or-subwindow-p): Rename to window--in-subtree-p.
6151
3c6702ef
ML
61522011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
6153
6154 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
6155 Ensure that mbox format messages end in two newlines (Bug#9974).
6156
49745b39
CY
61572011-11-06 Chong Yidong <cyd@gnu.org>
6158
6159 * window.el (window-combination-p): Function deleted; its
6160 side-effect is not used in any existing code.
6161 (window-combinations, window-combined-p): Call window-*-child
6162 directly.
6163
24300f5f
CY
61642011-11-05 Chong Yidong <cyd@gnu.org>
6165
6166 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
6167 (window-size-ignore, window-state-get): Callers changed.
6168 (window-normalize-window): Rename from window-normalize-any-window.
6169 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 6170 (window-normalize-live-window): Delete.
447f16b8
CY
6171 (window-combination-p, window-combined-p, window-combinations)
6172 (walk-window-subtree, window-atom-root, window-min-size)
6173 (window-sizable, window-sizable-p, window-size-fixed-p)
6174 (window-min-delta, window-max-delta, window-resizable)
6175 (window-resizable-p, window-full-height-p, window-full-width-p)
6176 (window-current-scroll-bars, window-point-1, set-window-point-1)
6177 (window-at-side-p, window-in-direction, window-resize)
6178 (adjust-window-trailing-edge, maximize-window, minimize-window)
6179 (window-deletable-p, delete-window, delete-other-windows)
6180 (record-window-buffer, unrecord-window-buffer)
6181 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
6182 (quit-window, split-window, window-state-put)
6183 (set-window-text-height, fit-window-to-buffer)
6184 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 6185
89bd5ee1
EZ
61862011-11-04 Eli Zaretskii <eliz@gnu.org>
6187
53479029
EZ
6188 * mail/rmail.el (rmail-simplified-subject): Decode subject with
6189 rfc2047-decode-string.
6190 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
6191 warnings.
6192
89bd5ee1
EZ
6193 * window.el (window-body-height, window-body-width): Mention in
6194 the doc string that the return values are in frame's canonical
6195 units. (Bug#9949)
6196
bd17fdee
AM
61972011-11-03 Alan Mackenzie <acm@muc.de>
6198
6199 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
6200 change in cc-engine.el.
6201
acc825c5
SM
62022011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
6203
6204 * window.el (switch-to-buffer): Use `force-same-window' interactively.
6205
1885e5b8
MR
62062011-11-02 Martin Rudalics <rudalics@gmx.at>
6207
6208 * window.el (quit-window): Call unrecord-window-buffer after
6209 showing another buffer in the window. (Bug#9937)
acc825c5 6210 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 6211
ebe06da9
JB
62122011-11-02 Juanma Barranquero <lekktu@gmail.com>
6213
6214 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
6215 Accept status with more than 9 shelves. (Bug#9935)
6216 Reported by Colin D Bennett <colin@gibibit.com>.
6217
4ee88440
MR
62182011-11-01 Martin Rudalics <rudalics@gmx.at>
6219
6220 * help.el (with-help-window): Don't reference
6221 temp-buffer-show-specifiers in doc-string.
6222
08e1d82c
AS
62232011-10-31 Andreas Schwab <schwab@linux-m68k.org>
6224
6225 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
6226 menu-item.
6227
84bd6e9e
VJL
62282011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6229
6230 * whitespace.el: New version 13.2.2.
6231 (whitespace-newline-mode): Disable properly. Reported by Sarah
6232 <EmacsWiki>.
6233
dba0634a
UJ
62342011-10-30 Ulf Jasper <ulf.jasper@web.de>
6235
6236 * net/newst-treeview.el: Remove "Time-stamp".
6237 (newsticker--group-manage-orphan-feeds): Do not call
6238 newsticker--treeview-tree-update.
db22a3c2
JB
6239 (newsticker-treeview-update, newsticker-treeview):
6240 Call newsticker--treeview-tree-update if necessary.
dba0634a 6241
3d8daefe
MR
62422011-10-30 Martin Rudalics <rudalics@gmx.at>
6243
6244 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
6245 (window-iso-combinations): Remove "iso-" infix.
6246 Suggested by Chong Yidong.
3d8daefe
MR
6247 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
6248 (window-max-delta-1, window-resize, window--resize-siblings)
6249 (window--resize-this-window, adjust-window-trailing-edge)
6250 (split-window, balance-windows-1)
6251 (shrink-window-if-larger-than-buffer):
6252 * calendar/calendar.el (calendar-generate-window):
db22a3c2 6253 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 6254
1bc4c3ae
SM
62552011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6256
6257 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
6258 in place (bug#9907).
6259 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
6260 (eshell-rewrite-if-command, eshell-rewrite-for-command)
6261 (eshell-structure-basic-command, eshell-rewrite-while-command)
6262 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
6263 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
6264 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
6265 (eshell-do-pipelines-synchronously, eshell-eval-command):
6266 Use backquotes and prefer setq to set.
6267 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
6268 (eshell-macrop): Use functionp.
c1e2f5fa 6269 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 6270
30b65d9c
CY
62712011-10-30 Chong Yidong <cyd@gnu.org>
6272
6273 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
6274 instead of set-mark (Bug#9810).
6275
2d197ffb
CY
62762011-10-30 Chong Yidong <cyd@gnu.org>
6277
6278 * window.el (split-window-below, split-window-right): Rename from
6279 split-window-above-each-other and split-window-side-by-side
6280 respectively. All callers changed.
6281 (split-window-sensibly, split-window-sensibly): Use them.
6282 (split-window-keep-point): Doc fix.
6283
6284 * isearch.el: Add isearch-scroll property to split-window-below
6285 and split-window-right.
6286
6287 * follow.el (follow-mode):
6288 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
6289 * progmodes/ada-xref.el (ada-gdb-application):
6290 * emulation/vip.el (vip-buffer-in-two-windows):
6291 * image-dired.el (image-dired-dired-with-window-configuration):
6292 * dired-x.el (dired-do-find-marked-files):
6293 * dired.el (dired-pop-to-buffer):
6294 * bs.el (bs--show-with-configuration):
6295 * vc/emerge.el (emerge-setup-windows):
6296 * textmodes/two-column.el (2C-two-columns):
6297 * textmodes/reftex-toc.el (reftex-toc):
6298 * progmodes/gdb-mi.el (gdb-setup-windows):
6299 * progmodes/fortran.el (fortran-window-create):
6300 * net/newst-treeview.el (newsticker--treeview-window-init):
6301 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
6302 * emulation/tpu-edt.el (tpu-gold-map):
6303 * emulation/crisp.el (crisp-mode-map):
6304 * calendar/calendar.el (calendar-basic-setup): Callers changed.
6305
38bb2ca8
CY
63062011-10-29 Chong Yidong <cyd@gnu.org>
6307
aa4de341
CY
6308 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
6309
e1eb5385
CY
6310 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
6311
5d2ece3c
CY
6312 * textmodes/flyspell.el (flyspell-word): Fix char offset for
6313 forged Ispell output (Bug#7904).
6314
38bb2ca8
CY
6315 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
6316
d0af9f77
SM
63172011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6318
6319 * doc-view.el: Avoid ugly errors about not finding nil.
6320 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
6321 (doc-view-dvipdf-program, doc-view-unoconv-program)
6322 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
6323 Avoid nil or absolute file name as default value.
6324 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
6325
52bedd34
AM
63262011-10-28 Alan Mackenzie <acm@muc.de>
6327
db22a3c2 6328 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 6329
7e43cfa5
AM
63302011-10-28 Alan Mackenzie <acm@muc.de>
6331
6332 Amend the handling of c-beginning/end-of-defun in nested declaration
6333 scopes.
6334
52bedd34
AM
6335 * progmodes/cc-vars.el (c-defun-tactic): Move here from
6336 cc-langs.el. Change it to a defcustom.
7e43cfa5 6337
52bedd34
AM
6338 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
6339 cc-vars.el.
7e43cfa5 6340
d0af9f77
SM
6341 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6342 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 6343
52bedd34 6344 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 6345 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
6346 (c-widen-to-enclosing-decl-scope): New function.
6347 (c-while-widening-to-decl-block): New macro.
6348 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
6349 outward for defun boundaries, and correspondingly change symbol
6350 `respect-enclosure' to `go-outward'.
6351 (c-declaration-limits): Change algorithm to report only the "innermost"
6352 defun's boundaries.
6353
1a2ce9ee
DD
63542011-10-28 Deniz Dogan <deniz@dogan.se>
6355
6356 * net/rcirc.el (rcirc-mode): Use hard newlines.
6357
bc97a826
AM
63582011-10-28 Alan Mackenzie <acm@muc.de>
6359
6360 Amend to indent and fontify macros "which include their own semicolon"
6361 correctly, using the "virtual semicolon" mechanism.
6362
52bedd34 6363 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 6364
d0af9f77 6365 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 6366 Recode to scan one line at a time rather than having \n and \r
58179cce 6367 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 6368 (c-forward-label): Amend for virtual semicolons.
58179cce 6369 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 6370
52bedd34
AM
6371 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
6372 of the new C macros.
bc97a826 6373
52bedd34 6374 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
6375 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
6376 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
6377 (c-opt-cpp-macro-define): Make into a full language variable.
6378 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
6379 AWK Mode (including \n, \r) removed, no longer needed.
6380
d0af9f77
SM
6381 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
6382 Invoke c-make-macro-with-semi-re.
bc97a826 6383
52bedd34
AM
6384 * progmodes/cc-vars.el (c-macro-with-semi-re):
6385 (c-macro-names-with-semicolon): New variables.
58179cce 6386 (c-make-macro-with-semi-re): New function.
bc97a826 6387
7a6c0941
SM
63882011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6389
6390 * vc/log-edit.el: Fill empty field rather than adding new one.
6391 (log-edit-add-field): New function.
6392 (log-edit-insert-changelog): Use it.
6393
b0c4cdcf
ML
63942011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
6395
6396 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
6397
ee1f1da9
SM
63982011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6399
6400 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
6401 (gdb--check-interpreter): New function.
6402 (gdb): Use it.
6403
51bc5f8b
GM
64042011-10-27 Glenn Morris <rgm@gnu.org>
6405
416a2c45
GM
6406 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
6407 (least-positive-float, least-negative-float)
6408 (least-positive-normalized-float, least-negative-normalized-float)
6409 (float-epsilon, float-negative-epsilon):
6410 Remove unnecessary declarations.
6411
6412 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
6413 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
6414 (least-positive-float, least-negative-float)
6415 (least-positive-normalized-float, least-negative-normalized-float)
6416 (float-epsilon, float-negative-epsilon): Add doc-strings,
6417 based on those in cl.texi.
6418
51bc5f8b
GM
6419 * files.el (set-visited-file-name): If the major-mode changed,
6420 reload the local variables. (Bug#9796)
6421
15de15c6
CY
64222011-10-27 Chong Yidong <cyd@gnu.org>
6423
6424 * subr.el (change-major-mode-after-body-hook): New hook.
6425 (run-mode-hooks): Run it.
6426
ee1f1da9
SM
6427 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6428 Use change-major-mode-before-body-hook.
15de15c6
CY
6429
6430 * simple.el (fundamental-mode):
6431 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
6432 change introducing fundamental-mode-hook.
6433
5430d399
JB
64342011-10-26 Juanma Barranquero <lekktu@gmail.com>
6435
acc825c5 6436 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 6437
ad74a69e
MA
64382011-10-26 Michael Albinus <michael.albinus@gmx.de>
6439
6440 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 6441 tramp.el explicitly. (Bug#7583)
ad74a69e 6442
71d4c2a5
SM
64432011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6444
6445 * progmodes/octave-mod.el:
6446 * progmodes/octave-inf.el: Update maintainer.
6447
b1f6fa26
CY
64482011-10-26 Chong Yidong <cyd@gnu.org>
6449
6450 * subr.el (with-wrapper-hook): Rewrite doc.
6451
3f04efd6
MA
64522011-10-25 Michael Albinus <michael.albinus@gmx.de>
6453
6454 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 6455 filenames "/method:foo:". (Bug#9793)
3f04efd6 6456
410488d3
SM
64572011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6458
6459 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
6460 (bug#9865).
6461
c1ebb47e
GM
64622011-10-24 Glenn Morris <rgm@gnu.org>
6463
6464 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
6465
7f5c46c7
MA
64662011-10-24 Michael Albinus <michael.albinus@gmx.de>
6467
6468 * notifications.el: Add the requirement of a running D-Bus session
6469 bus to the Commentary.
6470
db2440b6
JL
64712011-10-24 Juri Linkov <juri@jurta.org>
6472
6473 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
6474 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
6475 (Bug#9364)
6476
feecf435
JL
64772011-10-24 Juri Linkov <juri@jurta.org>
6478
6479 * info.el (Info-following-node-name-re): Add newline to the list
6480 of allowed characters for leading space. (Bug#9824)
6481
a3839de2
SM
64822011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6483
acc825c5
SM
6484 * progmodes/octave-inf.el (inferior-octave-mode-map):
6485 Fix C-c C-h binding.
a3839de2
SM
6486 * progmodes/octave-mod.el (octave-help): Remove.
6487
09388e76
MA
64882011-10-23 Michael Albinus <michael.albinus@gmx.de>
6489
6490 Sync with Tramp 2.2.3.
6491
6492 * net/tramp-cache.el (top): Pacify byte-compiler using
6493 `init-file-user' and `site-run-file'.
6494
6495 * net/trampver.el: Update release number.
6496
86c60681
CY
64972011-10-23 Chong Yidong <cyd@gnu.org>
6498
6499 * files.el (toggle-read-only): Remove obsolete comment about
6500 version control.
6501
6502 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
6503 for toggle-read-only. Note that this hasn't called vc-next-action
6504 since 2008-05-02, though it wasn't documented at the time.
6505
a3839de2
SM
6506 * vc/ediff-init.el (ediff-toggle-read-only-function):
6507 Use toggle-read-only.
86c60681 6508
cd5495ff
AM
65092011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
6510
6511 Fix bug #9560, sporadic wrong indentation; improve instrumentation
6512 of c-parse-state.
6513
00b77525 6514 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 6515 correct faulty logical expression.
cd5495ff
AM
6516 (c-parse-state-state, c-record-parse-state-state):
6517 (c-replay-parse-state-state): New defvar/defuns.
6518 (c-debug-parse-state): Use new functions.
6519
42ee24ed
MR
65202011-10-22 Martin Rudalics <rudalics@gmx.at>
6521
6522 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 6523 last fix. Use window-in-direction correctly.
42ee24ed 6524
a7dee7e7
CY
65252011-10-21 Chong Yidong <cyd@gnu.org>
6526
6527 * progmodes/idlwave.el (idlwave-mode):
6528 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
6529 require-final-newline; that's done in prog-mode.
6530 Suggested by Stefan Monnier.
a7dee7e7 6531
e07b9a6d
MR
65322011-10-21 Martin Rudalics <rudalics@gmx.at>
6533
6534 * mouse.el (mouse-drag-window-above)
6535 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
6536 (mouse-drag-mode-line-1, mouse-drag-header-line)
6537 (mouse-drag-vertical-line-rightward-window): Remove.
6538 (mouse-drag-line): New function.
6539 (mouse-drag-mode-line, mouse-drag-header-line)
6540 (mouse-drag-vertical-line): Call mouse-drag-line.
6541 * window.el (window-at-side-p, windows-at-side): New functions.
6542
7e1361d9
UM
65432011-10-21 Ulrich Mueller <ulm@gentoo.org>
6544
6545 * tar-mode.el (tar-grind-file-mode):
6546 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
6547
30fcaf3a
CY
65482011-10-21 Chong Yidong <cyd@gnu.org>
6549
6550 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
6551 * progmodes/vera-mode.el (vera-mode):
6552 Use mode-require-final-newline.
30fcaf3a 6553
516eddb0
GM
65542011-10-20 Glenn Morris <rgm@gnu.org>
6555
db22a3c2 6556 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 6557
10d5f513
CS
65582011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
6559
6560 * emulation/cua-base.el (cua-set-mark): Fix case of string.
6561
ac6c8639
CY
65622011-10-20 Chong Yidong <cyd@gnu.org>
6563
6564 * emulation/cua-base.el (cua-mode):
6565 * mail/footnote.el (footnote-mode):
6566 * mail/mailabbrev.el (mail-abbrevs-mode):
6567 * net/xesam.el (xesam-minor-mode):
6568 * progmodes/bug-reference.el (bug-reference-mode):
6569 * progmodes/cap-words.el (capitalized-words-mode):
6570 * progmodes/compile.el (compilation-minor-mode)
6571 (compilation-shell-minor-mode):
6572 * progmodes/gud.el (gud-tooltip-mode):
6573 * progmodes/hideif.el (hide-ifdef-mode):
6574 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6575 * progmodes/subword.el (subword-mode):
6576 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
6577 * progmodes/which-func.el (which-function-mode):
6578 * term/tvi970.el (tvi970-set-keypad-mode):
6579 * term/vt100.el (vt100-wide-mode):
6580 * textmodes/flyspell.el (flyspell-mode):
6581 * textmodes/ispell.el (ispell-minor-mode):
6582 * textmodes/nroff-mode.el (nroff-electric-mode):
6583 * textmodes/paragraphs.el (use-hard-newlines):
6584 * textmodes/refill.el (refill-mode):
6585 * textmodes/reftex.el (reftex-mode):
6586 * textmodes/rst.el (rst-minor-mode):
6587 * textmodes/sgml-mode.el (html-autoview-mode)
6588 (sgml-electric-tag-pair-mode):
6589 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
6590 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
6591 * emulation/crisp.el (crisp-mode):
6592 * emacs-lisp/eldoc.el (eldoc-mode):
6593 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
6594 minor mode behavior.
6595
aa42ab43
JL
65962011-10-19 Juri Linkov <juri@jurta.org>
6597
6598 * descr-text.el (describe-char): Add #x2010 and #x2011 to
6599 the list of hard-coded chars with escape-glyph face.
6600
89400f1d
SM
66012011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6602
6603 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
6604
305c07f6
MA
66052011-10-19 Michael Albinus <michael.albinus@gmx.de>
6606
6607 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
6608 running process.
6609
13754b54
GM
66102011-10-19 Glenn Morris <rgm@gnu.org>
6611
6612 * vc/vc-bzr.el (vc-bzr-after-dir-status):
6613 Ignore ignored files. (Bug#9726)
6614
06e21633
CY
66152011-10-19 Chong Yidong <cyd@gnu.org>
6616
6617 Doc fix for minor modes, stating that an omitted argument enables
6618 the mode unconditionally when called from Lisp.
6619
6620 * abbrev.el (abbrev-mode):
6621 * allout.el (allout-mode):
6622 * autoinsert.el (auto-insert-mode):
6623 * autoarg.el (autoarg-mode, autoarg-kp-mode):
6624 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
6625 (global-auto-revert-mode):
6626 * battery.el (display-battery-mode):
6627 * composite.el (global-auto-composition-mode)
6628 (auto-composition-mode):
6629 * delsel.el (delete-selection-mode):
6630 * desktop.el (desktop-save-mode):
6631 * dired-x.el (dired-omit-mode):
6632 * dirtrack.el (dirtrack-mode):
6633 * doc-view.el (doc-view-minor-mode):
6634 * double.el (double-mode):
6635 * electric.el (electric-indent-mode, electric-pair-mode):
6636 * emacs-lock.el (emacs-lock-mode):
6637 * epa-hook.el (auto-encryption-mode):
6638 * follow.el (follow-mode):
6639 * font-core.el (font-lock-mode):
6640 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
6641 * help.el (temp-buffer-resize-mode):
6642 * hilit-chg.el (highlight-changes-mode)
6643 (highlight-changes-visible-mode):
6644 * hi-lock.el (hi-lock-mode):
6645 * hl-line.el (hl-line-mode, global-hl-line-mode):
6646 * icomplete.el (icomplete-mode):
6647 * ido.el (ido-everywhere):
6648 * image-file.el (auto-image-file-mode):
6649 * image-mode.el (image-minor-mode):
6650 * iswitchb.el (iswitchb-mode):
6651 * jka-cmpr-hook.el (auto-compression-mode):
6652 * linum.el (linum-mode):
6653 * longlines.el (longlines-mode):
6654 * master.el (master-mode):
6655 * mb-depth.el (minibuffer-depth-indicate-mode):
6656 * menu-bar.el (menu-bar-mode):
6657 * minibuf-eldef.el (minibuffer-electric-default-mode):
6658 * mouse-sel.el (mouse-sel-mode):
6659 * msb.el (msb-mode):
6660 * mwheel.el (mouse-wheel-mode):
6661 * outline.el (outline-minor-mode):
6662 * paren.el (show-paren-mode):
6663 * recentf.el (recentf-mode):
6664 * reveal.el (reveal-mode, global-reveal-mode):
6665 * rfn-eshadow.el (file-name-shadow-mode):
6666 * ruler-mode.el (ruler-mode):
6667 * savehist.el (savehist-mode):
6668 * scroll-all.el (scroll-all-mode):
6669 * scroll-bar.el (scroll-bar-mode):
6670 * server.el (server-mode):
6671 * shell.el (shell-dirtrack-mode):
6672 * simple.el (auto-fill-mode, transient-mark-mode)
6673 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
6674 (line-number-mode, column-number-mode, size-indication-mode)
6675 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
6676 * strokes.el (strokes-mode):
6677 * time.el (display-time-mode):
6678 * t-mouse.el (gpm-mouse-mode):
6679 * tool-bar.el (tool-bar-mode):
6680 * tooltip.el (tooltip-mode):
6681 * type-break.el (type-break-mode-line-message-mode)
6682 (type-break-query-mode):
6683 * view.el (view-mode):
6684 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6685 (global-whitespace-mode, global-whitespace-newline-mode):
6686 * xt-mouse.el (xterm-mouse-mode): Doc fix.
6687
a3839de2
SM
6688 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6689 Fix autogenerated docstring.
06e21633 6690
5214e501
JL
66912011-10-19 Juri Linkov <juri@jurta.org>
6692
6693 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
6694 by checking environment variables "DESKTOP_SESSION" and
6695 "XDG_CURRENT_DESKTOP". (Bug#9779)
6696
195f8db9
JL
66972011-10-19 Juri Linkov <juri@jurta.org>
6698
6699 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
6700 (browse-url-chromium-program, browse-url-chromium-arguments):
6701 New defcustoms.
6702 (browse-url-default-browser): Check for `browse-url-chromium' and
6703 call `browse-url-chromium-program'.
6704 (browse-url-chromium): New command. (Bug#9779)
6705
343a34ff
JB
67062011-10-18 Juanma Barranquero <lekktu@gmail.com>
6707
6708 * facemenu.el (list-colors-duplicates): On Windows, detect more
6709 duplicates by assuming that only colors matching "^System" are
6710 special "system colors". (Bug#9722)
6711
6978a151
SM
67122011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6713
6714 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
6715 to distinguish the author from the committer.
6716
6a80b297
MA
67172011-10-18 Michael Albinus <michael.albinus@gmx.de>
6718
6719 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
6720
b31a5677
JK
67212011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
6722
6723 * international/mule.el (sgml-html-meta-auto-coding-function):
6724 Add support for detecting encoding in HTML5 specified only as
6725 <meta charset="UTF-8">. Implementation just makes http-equiv and
6726 content-type parts from HTML4 encoding string optional. (Bug#9716)
6727
80c6d77f
GM
67282011-10-18 Glenn Morris <rgm@gnu.org>
6729
6730 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
6731
08b0fee8
CY
67322011-10-18 Chong Yidong <cyd@gnu.org>
6733
6734 * faces.el (cursor): Doc fix.
6735
67e729a5
CY
67362011-10-17 Chong Yidong <cyd@gnu.org>
6737
6738 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
6739
343a34ff 67402011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
6741
6742 * dirtrack.el (dirtrack): Support shell buffers with path
6743 prefixes, e.g. tramp-based remote shells. (Bug#9647)
6744
0bc06380
TZ
67452011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
6746
6747 * json.el: Bump version to 1.3 and note change in History.
6748 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
6749
8b79f3e0
SM
67502011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6751
5a7c536b
SM
6752 * comint.el (comint-insert-input, comint-send-input)
6753 (comint-get-old-input-default, comint-backward-matching-input)
6754 (comint-next-prompt): Use nil instead of `input' for field property of
6755 past user input (bug#114).
6756
96a8a0df
SM
6757 * minibuffer.el (completion--replace): Inherit surrounding properties
6758 (bug#114).
6759 (minibuffer-complete-and-exit): Use it.
6760
8b79f3e0
SM
6761 * comint.el (comint--table-subvert): Quote the all-completions output
6762 (bug#9160).
6763
b8f7ff0d
MR
67642011-10-17 Martin Rudalics <rudalics@gmx.at>
6765
8b79f3e0 6766 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 6767
b8f7ff0d 6768 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 6769 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
6770 entries and separate them from frame entries.
6771
c235b555
GM
67722011-10-15 Glenn Morris <rgm@gnu.org>
6773
6774 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
6775 Doc fixes.
6776
6bbfa6e1
CY
67772011-10-15 Chong Yidong <cyd@stupidchicken.com>
6778
8b79f3e0
SM
6779 * net/network-stream.el (network-stream-open-starttls):
6780 Improve detection of failure due to lack of TLS support.
ec5c990d 6781
6bbfa6e1
CY
6782 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
6783 putting the input text in front and in bold.
6784
98488977
SM
67852011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6786
3d1337be
SM
6787 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
6788
ee0b45e4
SM
6789 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
6790 empty buffer.
6791
98488977
SM
6792 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
6793 unread-command-events rather than pushing yet-another event.
6794
186f4720
EZ
67952011-10-14 Eli Zaretskii <eliz@gnu.org>
6796
6797 * mail/sendmail.el (sendmail-query-once): Improve the wording of
6798 the explanation of the possible choices. Make the options passed
6799 to completing-read shorter.
6800
8b7a997c
AM
68012011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6802
6803 * textmodes/flyspell.el (flyspell-large-region): Make sure
6804 extended character mode is used if defined (Bug#1339).
6805
12587bbb
EZ
68062011-10-13 Eli Zaretskii <eliz@gnu.org>
6807
6808 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
6809 character info for LRE, LRO, RLE, and RLO characters by appending
6810 an invisible PDF.
12587bbb 6811
bad41229
SM
68122011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
6813
6814 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
6815 even in case of error; add debug spec; simplify data flow.
6816 (with-timeout-handler): Remove.
6817
28dbc92f
MA
68182011-10-12 Michael Albinus <michael.albinus@gmx.de>
6819
6820 Fix Bug#6019, Bug#9315.
6821
6822 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
6823 complete `buffer-file-name', the local file name part could look
6824 remotely (for example on VMS).
6825
6826 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
6827 `tramp-run-real-handler'.
6828 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
6829 already quoted by '"'.
6830
6831 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
6832 Let `file-name-handler-alist' be nil, the local file name part
6833 could look remotely (for example on VMS).
6834
e1b0b23a
SM
68352011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6836
6837 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
6838 from here...
6839 (flyspell-post-command-hook): ...to here.
6840
a120bde9
SM
68412011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6842
6843 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
6844 if not needed.
6845 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
6846 using completion. Protect against "slow" callers.
6847 Remove the "message hack".
6848
7ce7717b
JL
68492011-10-11 Juri Linkov <juri@jurta.org>
6850
6851 * isearch.el (isearch-lazy-highlight-word): New variable.
6852 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
6853 Use it. (Bug#9727)
6854
c02ee9d6
GM
68552011-10-11 Glenn Morris <rgm@gnu.org>
6856
6857 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
6858 like f90-previous-statement does.
6859
93e616fd 68602011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6861
1f190e73 6862 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
6863 only in interactive use, to avoid error.
6864
af7b6078
SM
68652011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6866
6867 * minibuffer.el (completion-file-name-table): Fix last change,
6868 i.e. ignore normal errors but not the other ones.
6869
0563dae9
MR
68702011-10-10 Martin Rudalics <rudalics@gmx.at>
6871
6872 * window.el (special-display-buffer-names)
6873 (special-display-regexps): Remove some remnants of earlier
6874 changes from doc-strings.
366ca7f3
MR
6875 (quit-windows-on): New function.
6876
6877 * vc/vc.el (vc-revert, vc-rollback):
6878 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
6879 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 6880 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 6881
49677495
MR
68822011-10-09 Martin Rudalics <rudalics@gmx.at>
6883
6884 * window.el (frame-auto-hide-function): Add version tag.
6885 (Bug#9699)
6886
56f2d1e1
MA
68872011-10-09 Michael Albinus <michael.albinus@gmx.de>
6888
6889 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
6890 condition.
6891
112a6592
LL
68922011-10-09 Leo Liu <sdl.web@gmail.com>
6893
6894 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
6895 (Bug#9701)
6896
0812589b
GM
68972011-10-08 Glenn Morris <rgm@gnu.org>
6898
6899 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
6900 before the first code statement zero indent. (Bug#9690)
6901
b2b0776e
CY
69022011-10-08 Chong Yidong <cyd@stupidchicken.com>
6903
6904 * simple.el (count-words-region): Always count in the region.
6905 Report the number of lines and characters too.
6906 (count-words): New command, which counts in the buffer if the
6907 region is inactive, as count-words-region used to.
6908 (count-words--message): New function. Handle plurals.
6909 (count-lines-region): Make it an alias for count-words-region.
6910
6911 * bindings.el (esc-map): Replace count-lines-region with
6912 count-words-region.
6913
c557cd6b
MR
69142011-10-08 Martin Rudalics <rudalics@gmx.at>
6915
6916 * window.el (window--delete): Delete dedicated frame
6917 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 6918 (switch-to-buffer): Fix doc-string typo.
c557cd6b 6919
61a57ef4 69202011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6921
3a7d293b 6922 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 6923
c3833279
CY
69242011-10-07 Chong Yidong <cyd@stupidchicken.com>
6925
6926 * bindings.el ([M-left],[M-right]): Bind to left-word and
6927 right-word respectively.
6928
21ce8245
GM
69292011-10-07 Glenn Morris <rgm@gnu.org>
6930
6931 * cus-start.el (debug-on-quit): Fix custom type.
6932
6d823bb2
LMI
69332011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6934
0181e193
LMI
6935 * subr.el (define-key-after): Clarify that the function is not
6936 useful for non-menu keymaps.
6937
6d823bb2
LMI
6938 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
6939
8e3459ce 69402011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6941
21ce8245 6942 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 6943 in current minibuffer (Fix bug with recursive minibuffers).
6944
a1c2d21e
CY
69452011-10-06 Chong Yidong <cyd@stupidchicken.com>
6946
6947 * progmodes/gdb-mi.el (gdb): Doc fix.
6948
5a4cf282
MR
69492011-10-05 Martin Rudalics <rudalics@gmx.at>
6950
6951 * window.el (frame-auto-hide-function): New option replacing
6952 frame-auto-delete. Suggested by Stefan Monnier.
6953 (window--delete): Call frame-auto-hide-function instead of
6954 investigating frame-auto-delete.
c96111ea
MR
6955 (window-point-1, set-window-point-1): New functions.
6956 (window-in-direction, record-window-buffer, window-state-get-1)
6957 (display-buffer-record-window): Use window-point-1 instead of
6958 window-point.
6959 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 6960
9854542e
SM
69612011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6962
6963 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
6964
8943cfb0
GM
69652011-10-05 Glenn Morris <rgm@gnu.org>
6966
6967 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
6968 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
6969
647ab967
LL
69702011-10-05 Leo Liu <sdl.web@gmail.com>
6971
6972 * subr.el (read-char-choice): Fix argument to buffer-live-p which
6973 works with buffer object.
6974
3ddfbced
SM
69752011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6976
6977 * mpc.el (mpc-tool-bar-map): Add labels.
6978
bdfa5dd2
GM
69792011-10-04 Glenn Morris <rgm@gnu.org>
6980
6981 * calendar/holidays.el (calendar-check-holidays): Doc fix.
6982
0e2070b5
MR
69832011-10-04 Martin Rudalics <rudalics@gmx.at>
6984
6985 * window.el (window--delete): New function.
6986 (frame-auto-delete): Resuscitate option.
6987 (bury-buffer, replace-buffer-in-windows)
6988 (quit-window): Rewrite using window--delete.
6989 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6990 Pass display-buffer-mark-dedicated to window--display-buffer-2
6991 (Bug#9639).
6992
3dc61a09
SM
69932011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6994
915a9b64
SM
6995 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
6996 returns a list (bug#9554). Add remote file name completion.
6997 * comint.el (comint--table-subvert): Curry and get quote&unquote
6998 functions as arguments.
6999 (comint--complete-file-name-data): Adjust call accordingly.
7000 * pcomplete.el (pcomplete--table-subvert): Remove.
7001 (pcomplete-completions-at-point): Use comint--table-subvert instead.
7002
3dc61a09
SM
7003 * minibuffer.el (completion-table-case-fold): Use currying.
7004 (completion--styles-type, completion--cycling-threshold-type):
7005 New constants.
7006 (completion-styles, completion-category-overrides)
7007 (completion-cycle-threshold): Use them.
7008 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
7009 completion-table-case-fold.
7010
8ea0a993
SB
70112011-10-03 Stephen Berman <stephen.berman@gmx.net>
7012
7013 * minibuffer.el (completion-category-overrides): Fix type of styles
7014 and add more user friendly tags (bug#9660).
7015
8c24b7f6
SM
70162011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7017
7018 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
7019 (mule-input-method-string): New widget.
7020 (default-input-method, language-info-custom-alist): Use it.
7021
428fe61a
SM
70222011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7023
32c1fffd
SM
7024 * pcomplete.el: Require comint.
7025 (pcomplete--common-suffix): Remove.
7026 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
7027 (pcomplete--table-subvert): Sync with comint--table-subvert.
7028 (pcomplete--entries): Use comint-completion-file-name-table.
7029 * comint.el (comint-unquote-filename): Simplify.
7030 (comint-completion-file-name-table): New function (bug#9616).
7031 (comint--complete-file-name-data): Use it.
7032
428fe61a
SM
7033 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
7034 (pcmpl-gnu-tar-buffer): Remove.
7035 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
7036 around. Make sure pcomplete-suffix-list is only changed temporarily.
7037 Don't look inside the tar's file if it's too large.
428fe61a 7038
04c52e2f
CY
70392011-10-01 Chong Yidong <cyd@stupidchicken.com>
7040
ce3cefcc
CY
7041 * cus-edit.el (custom-mode-map):
7042 * epa.el (epa-key-list-mode-map):
7043 * man.el (Man-mode-map):
7044 * startup.el (splash-screen-keymap):
7045 * simple.el (special-mode-map): Use scroll-up-command and
7046 scroll-down-command.
7047
7048 * progmodes/idlw-help.el (idlwave-help-mode-map):
7049 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
7050 * net/newst-plainview.el (newsticker-mode-map):
7051 * emulation/ws-mode.el (wordstar-mode-map):
7052 * emulation/vi.el (vi-com-map):
7053 * calc/calc-graph.el (calc-graph-show-dumb):
7054 * term/sun.el (terminal-init-sun):
7055 * term/ns-win.el (global-map):
7056 * progmodes/grep.el (grep-mode-map):
7057 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
7058 * mail/rmail.el (rmail-mode-map):
7059 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
7060
04c52e2f
CY
7061 * custom.el (custom-safe-themes, load-theme): Treat value of t for
7062 custom-safe-themes as special.
7063
79adf8c8
JD
70642011-10-01 Julien Danjou <julien@danjou.info>
7065
7066 * notifications.el (notifications-notify): Fix docstring.
7067
63bd50d3
PS
70682011-10-01 Per Starbäck <per@starback.se>
7069
7070 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
7071
199e4c7e
MR
70722011-09-30 Martin Rudalics <rudalics@gmx.at>
7073
7074 * startup.el (command-line-1): Fix last fix by inserting
7075 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 7076 (Bug#9605) and (Bug#9636)
199e4c7e 7077
fe5f08dd
EZ
70782011-09-29 Eli Zaretskii <eliz@gnu.org>
7079
7080 * simple.el (line-move): If auto-hscroll-mode is disabled and the
7081 window is hscrolled, move by logical lines. (Bug#9607)
7082 (line-move-visual): Update the doc string to the above effect.
7083
b5516bbd
MR
70842011-09-29 Martin Rudalics <rudalics@gmx.at>
7085
ccee00c0
MR
7086 * window.el (display-buffer-record-window): When WINDOW is the
7087 selected window use `point' instead of `window-point'. (Bug#9626)
7088
b5516bbd
MR
7089 * startup.el (command-line-1): Use insert-before-markers when
7090 inserting initial-scratch-message. (Bug#9605)
ccee00c0 7091
b5516bbd
MR
7092 * help.el (help-window): Remove variable.
7093
52aa0014
GM
70942011-09-29 Glenn Morris <rgm@gnu.org>
7095
7096 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
7097
df9a7357
JB
70982011-09-29 Juanma Barranquero <lekktu@gmail.com>
7099
7100 * descr-text.el (describe-char-categories): Accept category
7101 descriptions more than one line long.
7102
a8406c20
SM
71032011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7104
88d9610c
SM
7105 * simple.el (delete-trailing-whitespace): Fix last change.
7106
a5daf810
SM
7107 * progmodes/perl-mode.el (perl-syntax-propertize-function):
7108 Don't confuse "y => 3" as the beginning of a `y' operation.
7109
a8406c20
SM
7110 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
7111 object has more than 4 slots (bug#9613).
7112
a239d4e9
JB
71132011-09-28 Juanma Barranquero <lekktu@gmail.com>
7114
7115 * subr.el (with-output-to-temp-buffer):
7116 * net/quickurl.el (quickurl, quickurl-browse-url):
7117 Fix typos in docstrings.
7118
693fbdb6
EZ
71192011-09-27 Eli Zaretskii <eliz@gnu.org>
7120
7121 * minibuffer.el (completion-styles)
7122 (completion-category-overrides): Cross reference each other in doc
7123 strings.
7124
8b457e28
GM
71252011-09-27 Glenn Morris <rgm@gnu.org>
7126
7127 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
7128 to split-string. (Bug#9606)
7129
85a16208
LMI
71302011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7131
7132 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
7133 (bug#9615).
7134
502f9ebd
CY
71352011-09-27 Chong Yidong <cyd@stupidchicken.com>
7136
7137 * emacs-lisp/package.el (list-packages): Fix echo area message.
7138
7690bdea
LL
71392011-09-27 Leo Liu <sdl.web@gmail.com>
7140
7141 * ido.el (ido-read-internal): Accept cons cell HIST arg.
7142
e2ee6f30
MA
71432011-09-25 Michael Albinus <michael.albinus@gmx.de>
7144
7145 * net/dbus.el (dbus-unregister-object): Don't release services for
7146 registered signals. (Bug#9581)
7147
f3f98342
TZ
71482011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
7149
7150 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
7151 function that picks between cfengine 2 and 3 support
7152 automatically. Update docs accordingly.
7153
dd7aa8dd
KH
71542011-09-22 Kenichi Handa <handa@m17n.org>
7155
7156 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
7157 ZERO.
7158 (indian-itrans-v5-table-for-tamil): New variable.
7159 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
7160
3f2b07f8
KM
71612011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
7162
7163 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
7164 that's true if the current command involved collapsing of text.
7165 It's reset to false at the beginning of the next command.
7166 (allout-post-command-business): Move the cursor to the beginning
7167 of entry if the cursor is hidden and collapsing activity just
7168 happened.
7169
371d6a61
CY
71702011-09-24 Chong Yidong <cyd@stupidchicken.com>
7171
7172 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
7173 tracking (Bug#9541).
7174
2ac2721a
UJ
71752011-09-24 Ulf Jasper <ulf.jasper@web.de>
7176
7177 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
7178 (newsticker-show-news): Automatically load html rendering package
7179 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
7180 because w3m-fill-column is let-bound" and the error "Symbol's value
7181 as variable is void: w3m-fill-column".
2ac2721a 7182
fac7ae53
MA
71832011-09-24 Michael Albinus <michael.albinus@gmx.de>
7184
7185 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
7186 Release services only if they are defined. (Bug#9581)
7187
e08b633b
RS
71882011-09-23 Richard Stallman <rms@gnu.org>
7189
e488d29c
RS
7190 * textmodes/paragraphs.el (forward-sentence): For backwards case,
7191 distinguish start of paragraph from start of its text.
7192
19c38752
RS
7193 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
7194
e08b633b
RS
7195 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
7196 (rmail-generate-viewer-buffer): Put that hook on view buffer.
7197 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
7198
0a39f27e
AS
71992011-09-23 Andreas Schwab <schwab@linux-m68k.org>
7200
7201 * international/mule-diag.el (mule-diag): Insert a newline after
7202 each fontset description.
7203
db4e950d
SM
72042011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7205
7206 * simple.el (delete-trailing-whitespace):
7207 Document last change; simplify.
7208
eca3f3ea
PW
72092011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
7210
d68e189a
PW
7211 * simple.el (delete-trailing-whitespace): Also delete
7212 extra newlines at the end of the buffer.
7213
eca3f3ea
PW
7214 * textmodes/picture.el: Make motion commands obey shift-select-mode.
7215 (picture-newline): Use forward-line so as to ignore fields.
7216
01c157cc
SM
72172011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7218
7219 * subr.el (with-wrapper-hook): Fix edebug spec.
7220
022de23e
LMI
72212011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7222
7223 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
7224 (bug#4538).
7225
91683089
MA
72262011-09-23 Michael Albinus <michael.albinus@gmx.de>
7227
eca3f3ea
PW
7228 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
7229 Fix nasty bug using wrong cached values.
91683089 7230
5bdd6fa4
AM
72312011-09-23 Alan Mackenzie <acm@muc.de>
7232
7233 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
7234
97adfb97
CY
72352011-09-23 Chong Yidong <cyd@stupidchicken.com>
7236
7237 * window.el (pop-to-buffer): Ensure right window is selected if we
7238 chose another frame.
7239
d4ef2b50
EZ
72402011-09-22 Eli Zaretskii <eliz@gnu.org>
7241
7242 * simple.el (what-cursor-position): Use get-char-property-change
7243 and next-single-char-property-change, to be able to show display
7244 properties that come from overlays as well as text properties.
7245
72258fe5
CY
72462011-09-22 Chong Yidong <cyd@stupidchicken.com>
7247
7248 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
7249
7250 * cmuscheme.el (run-scheme, switch-to-scheme):
7251 * cus-edit.el (customize-group, custom-buffer-create)
7252 (customize-browse):
7253 * info.el (info):
7254 * shell.el (shell):
7255 * mail/sendmail.el (mail):
7256 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
7257
8f098516
RS
72582011-09-22 Richard Stallman <rms@gnu.org>
7259
7260 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
7261 move back only to line beg, don't move back over blank lines.
7262
e74f1bb6
MA
72632011-09-22 Michael Albinus <michael.albinus@gmx.de>
7264
7265 * files.el (copy-directory): Set directory attributes only in case
7266 they could be retrieved from the source directory. (Bug#9565)
7267
bfeef8b6
DK
72682011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
7269
7270 * progmodes/hideshow.el (hs-looking-at-block-start-p)
7271 (hs-find-block-beginning, hs-hide-level-recursive):
7272 Ignore strings as well as comments. (Bug#9502)
7273
7e423bb8
AS
72742011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
7275
7276 * progmodes/sql.el (sql-comint-postgres):
7277 Convert port number to a string. (Bug#9566)
7278
b4d72fcf
MR
72792011-09-22 Martin Rudalics <rudalics@gmx.at>
7280
7281 * window.el (quit-window): Undedicate window when switching to
7282 previous buffer. Reported by Thierry Volpiatto
7283 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
7284 (special-display-popup-frame): When popping up a new frame reset
7285 its previous buffers to nil. Simplify code.
b4d72fcf 7286
a7b88dc6
MA
72872011-09-21 Michael Albinus <michael.albinus@gmx.de>
7288
7289 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
7290 and process filter, as done also in `shell-command'.
7291
cf4eacfd
MR
72922011-09-21 Martin Rudalics <rudalics@gmx.at>
7293
eca3f3ea 7294 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
7295 Call set-window-start with NOFORCE argument t.
7296 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
7297 (quit-window): Reword doc-string. Handle new format of
7298 quit-restore parameter. Don't delete window if it has a
7299 previous buffer we can show instead of the present one.
7300 (display-buffer-record-window): Rewrite using a new format for
7301 the quit-restore window parameter
7302 (special-display-popup-frame, display-buffer-same-window)
7303 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7304 (display-buffer-pop-up-window, display-buffer-use-some-window):
7305 Adapt symbol passed to display-buffer-record-window.
7306 * help.el (help-window-setup): Handle new format of quit-restore
7307 parameter.
7308
8d28cb95
SM
73092011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7310
94ab793f
SM
7311 * faces.el (face-list): Fix docstring (bug#9564).
7312
8d28cb95
SM
7313 * window.el (display-buffer--action-function-custom-type):
7314 Don't include internal functions in the Custom interface.
7315
3820edeb
JL
73162011-09-20 Juri Linkov <juri@jurta.org>
7317
7318 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
7319 (Info-forward-node, Info-backward-node, Info-next-preorder)
7320 (Info-last-preorder): Use it. (Bug#9528)
7321
5147931d
JL
73222011-09-20 Juri Linkov <juri@jurta.org>
7323
7324 * info.el (Info-last-preorder): Visit last menu item only when
7325 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
7326
cf499a1a
JD
73272011-09-20 Julien Danjou <julien@danjou.info>
7328
7329 * password-cache.el (password-cache-remove): Remove entries even if the
7330 value is nil, so that password with a nil value (negative caching) is
7331 possible to invalidate.
7332
f84e2fe2
LM
73332011-09-20 Lawrence Mitchell <wence@gmx.li>
7334
7335 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
7336 all whitespace around breakpoint. (Bug#9553)
7337 (f90-find-breakpoint): Only break at whitespace inside a comment.
7338
78054a46
SM
73392011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7340
7341 * minibuffer.el (completion-file-name-table): Keep track of errors.
7342 (completion-table-with-predicate): Handle the case where pred1 is nil.
7343 * pcomplete.el (pcomplete-completions-at-point): Simplify.
7344
345083b2
SM
73452011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7346
e24e27be
SM
7347 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
7348 (debugger-return-value): Signal an error if the debugging context does
7349 not await any return value.
7350
345083b2
SM
7351 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
7352 * image-mode.el (image-toggle-display-text)
7353 (image-toggle-display-image): Stay away from evil `intangible'.
7354
08d355e3
LL
73552011-09-19 Leo Liu <sdl.web@gmail.com>
7356
7357 * replace.el (occur-revert-arguments): Make it permanent-local.
7358 (occur-mode): Don't call font-lock-defontify.
7359
f01da43f
CY
73602011-09-19 Chong Yidong <cyd@stupidchicken.com>
7361
7362 * net/ldap.el (ldap-search-internal): Don't push empty search
7363 result (Bug#9508).
7364
b6072fa6
SM
73652011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7366
7367 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
7368
443d6696
MA
73692011-09-19 Michael Albinus <michael.albinus@gmx.de>
7370
7371 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
7372 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
7373
7cc6e154
JL
73742011-09-18 Juri Linkov <juri@jurta.org>
7375
7376 * buff-menu.el (Buffer-menu-mode-map):
7377 * dired.el (dired-mode-map):
7378 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
7379 (lisp-interaction-mode-map):
7380 * emacs-lisp/package.el (package-menu-mode-map):
7381 * epa.el (epa-key-list-mode-map):
7382 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
7383 (menu-bar-options-menu):
7384 * outline.el (outline-mode-menu-bar-map):
7385 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
7386 * vc/vc-dir.el (vc-dir-menu-map):
7387 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
7388 Capitalize non-function content words in menu item strings.
7389
7390 * dired.el (dired-mode-map): Add menu item for
7391 `image-dired-dired-toggle-marked-thumbs'.
7392
80302a81
JL
73932011-09-18 Juri Linkov <juri@jurta.org>
7394
7395 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
7396 to `isearch-case-fold-search' and restore its original value
7397 after the `isearch-mode' call.
7398
46c5cf66
JL
73992011-09-18 Juri Linkov <juri@jurta.org>
7400
7401 * progmodes/grep.el (grep-process-setup): Don't check code for 1
7402 because `zgrep' returns 1 for successful matches (bug#9226).
7403
d18b513b
JL
74042011-09-18 Juri Linkov <juri@jurta.org>
7405
7406 * info.el (Info-extract-menu-node-name): Check the second match
7407 for empty string (second test-case of bug#9528).
7408 (Info-last-preorder): Let-bind `Info-history' to nil to not add
7409 intermediate nodes to the history (first test-case of bug#9528).
7410
72753f87
JL
74112011-09-18 Juri Linkov <juri@jurta.org>
7412
7413 * info.el (Info-mode-syntax-table): New variable.
1154d12e 7414 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 7415
c9384295
JL
74162011-09-18 Juri Linkov <juri@jurta.org>
7417
1154d12e
JB
7418 * info.el (Info-file-supports-index-cookies):
7419 Increment line-beginning-position's arg from 3 to 4 because makeinfo
7420 outputs one more line for long file names (bug#4142).
c9384295 7421
d473dce8
CY
74222011-09-18 Chong Yidong <cyd@stupidchicken.com>
7423
7424 * newcomment.el (comment-normalize-vars): If prompting for
7425 comment-start, set comment-start-skip too (Bug#8424).
7426
2176854d
JB
74272011-09-18 Johan Bockgård <bojohan@gnu.org>
7428
7429 * icomplete.el: Fix previous fix of Bug#5849.
7430 (icomplete-mode): Don't set completion-show-inline-help.
7431 (icomplete-minibuffer-setup): Set completion-show-inline-help
7432 locally during icompletion.
7433
3aace4e4
CY
74342011-09-18 Chong Yidong <cyd@stupidchicken.com>
7435
c940224f
CY
7436 * woman.el (woman2-process-escapes): Don't delete unrecognized
7437 escapes (Bug#7843).
7438
3aace4e4
CY
7439 * files.el (inhibit-first-line-modes-regexps): Add image files.
7440 (hack-local-variables-prop-line): Return nil for malformed
7441 prop-lines (Bug#9044).
7442
710dec63
MA
74432011-09-18 Michael Albinus <michael.albinus@gmx.de>
7444
7445 * net/tramp.el (top): Don't require 'shell.
7446 (tramp-methods): Fix docstring.
7447 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
7448 Return complete remote file name. Handle "smb" case.
7449 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
7450 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
7451
7452 * net/tramp-compat.el (top): Require 'shell.
7453
7454 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
7455 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
7456 `tramp-current-host'.
7457 (tramp-get-remote-tmpdir): Remove.
7458
7459 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
7460 `tramp-tmpdir' entries.
7461 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
7462 (tramp-smb-handle-file-attributes): Ignore errors.
7463 (tramp-smb-wait-for-output): Check also for process end.
7464
5d5ac8ec
LMI
74652011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7466
7467 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
7468 when sending QUIT (bug#9312).
7469
8c0f49f0
CY
74702011-09-17 Chong Yidong <cyd@stupidchicken.com>
7471
7472 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
7473 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
7474 occur-mode-display-occurrence.
7475 (occur-edit-mode): Add usage message.
7476 (occur-cease-edit): New command.
7477 (occur-after-change-function): Use text properties to find the
7478 position of the prefix text.
7479 (occur-engine): Set stickiness of prefix text properties.
7480
8f1383f7
GM
74812011-09-17 Glenn Morris <rgm@gnu.org>
7482
7483 * progmodes/etags.el (complete-tag):
7484 Fix call to completion-in-region. (Bug#9526)
7485
744ba0e3
JL
74862011-09-17 Juri Linkov <juri@jurta.org>
7487
7488 * textmodes/ispell.el (ispell-word): Add to the error message
7489 the word, ispell program name and current dictionary (bug#9121).
7490 (ispell-tex-arg-end): Capitalize "error" in the error message.
7491
d9bbf400
AS
74922011-09-17 Andreas Schwab <schwab@linux-m68k.org>
7493
7494 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
7495 check. (Bug#4251)
7496
8da11505
JL
74972011-09-17 Juri Linkov <juri@jurta.org>
7498
7499 * window.el (window-safe-min-height, window-safe-min-width):
7500 Fix typos (followup to bug#9522).
7501
a91adc7e
SJ
75022011-09-17 Sven Joachim <svenjoac@gmx.de>
7503
7504 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
7505
064f328a
EZ
75062011-09-16 Eli Zaretskii <eliz@gnu.org>
7507
7508 * simple.el (line-move): If goal-column is set, move by logical
7509 lines, not by display lines. (Bug#971)
7510 (next-line, previous-line, goal-column, line-move-visual): Doc fix
7511 to reflect the above change.
7512
e69df516
SM
75132011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7514
7515 * image.el (imagemagick-register-types): Use regexp-opt.
7516
cbb0f9ab
CY
75172011-09-15 Chong Yidong <cyd@stupidchicken.com>
7518
7519 * window.el (display-buffer-base-action): Rename from
7520 display-buffer-default-action. Make default value empty.
7521 (display-buffer-overriding-action): Convert to defvar.
7522 (display-buffer-fallback-action): New var.
7523
25322144
CY
75242011-09-15 Chong Yidong <cyd@stupidchicken.com>
7525
7526 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
7527 declaration.
7528 (package--add-to-archive-contents): If there is a duplicate entry
7529 with an older version, remove it.
7530 (package-menu-mark-delete, package-menu-mark-install)
7531 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
7532 (package-menu-mark-obsolete-for-deletion):
7533 Use package-menu-get-status instead of a regexp search.
25322144
CY
7534 (package-menu-get-status): Use tabulated-list-entry.
7535 (package-menu-mark-upgrades): New command.
d770725a 7536 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
7537 (package-menu-execute): Do installation before deletion.
7538 (package-menu-refresh, package-menu-execute): Use derived-mode-p
7539 instead of checking major-mode.
7540 (package-menu--find-upgrades): New function.
7541
7520339c
LMI
75422011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7543
7544 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
7545 passwords in the log buffer.
65a046c4
LMI
7546 (smtpmail-process-filter): Update the process marker so that the
7547 "broken by peer" status message is inserted in the right place.
7520339c 7548
d3c30954
SM
75492011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7550
3fe48822
SM
7551 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
7552 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
7553 bibtex-completion-at-point-function.
7554 (bibtex-completion-at-point-function): Use them.
7555
1b8b3954
SM
7556 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
7557
d3c30954
SM
7558 * mpc.el (mpc-constraints-tag-lookup): New function.
7559 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
7560 also to browser "album|playlist".
7561
72779976
JL
75622011-09-14 Juri Linkov <juri@jurta.org>
7563
7564 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
7565 (isearch-edit-string): Use length of `isearch-string' when
7566 `isearch-fail-pos' returns nil.
7567 (isearch-message): Remove duplicate code and call
7568 `isearch-fail-pos' with arg `t'.
7569
a0bf2bcd
CY
75702011-09-14 Chong Yidong <cyd@stupidchicken.com>
7571
17bb0a2d
CY
7572 * replace.el (occur-mode-goto-occurrence): Don't force using other
7573 window (Bug#9499).
7574
a0bf2bcd
CY
7575 * dired-aux.el (dired-do-chmod): Don't provide initial input.
7576
f678e0b6
MR
75772011-09-14 Martin Rudalics <rudalics@gmx.at>
7578
7579 * window.el (display-buffer-window): Remove.
7580 (display-buffer-record-window): Use help-setup window parameter
7581 instead of variable display-buffer-window.
7582 (display-buffer-function, special-display-buffer-names)
7583 (special-display-function): Mention help-setup parameter instead
7584 of display-buffer-window in doc-string.
d3c30954
SM
7585 * help.el (help-window-setup): New argument help-window.
7586 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
7587 Reword some messages.
7588 (with-help-window): Pass window used for displaying the buffer
7589 to help-window-setup. Don't set display-buffer-window.
7590
8e39b2e8
GM
75912011-09-13 Glenn Morris <rgm@gnu.org>
7592
7593 * emacs-lisp/debug.el (debugger-make-xrefs):
7594 Preserve point. (Bug#9462)
7595
85e9c04b
CY
75962011-09-13 Chong Yidong <cyd@stupidchicken.com>
7597
7598 * window.el (window-deletable-p): Use next-frame.
7599
1b36ed6a
MR
76002011-09-13 Martin Rudalics <rudalics@gmx.at>
7601
7602 * window.el (window-auto-delete): Remove.
7603 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 7604 dedication and previous buffers.
1b36ed6a
MR
7605 (switch-to-prev-buffer): Don't delete window.
7606 (delete-windows-on): Delete a window's frame if and only if the
7607 window is dedicated.
7608 (replace-buffer-in-windows): Delete buffer's window or frame if
7609 and only if window is dedicated.
7610 (quit-window): Handle quit-restore as before last change.
4d61f28d 7611 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 7612
ef8ef9fb
CY
76132011-09-13 Chong Yidong <cyd@stupidchicken.com>
7614
7615 * window.el (window-deletable-p): Never delete the last frame on a
7616 given terminal.
7617
b2cba41e
GM
76182011-09-13 Glenn Morris <rgm@gnu.org>
7619
7620 * help.el (describe-key-briefly): Copy previous standard-output change.
7621
51553db6 76222011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
7623
7624 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
7625
b7556719
GM
76262011-09-13 Glenn Morris <rgm@gnu.org>
7627
7628 * emacs-lisp/lisp-mode.el (lisp-indent-function):
7629 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
7630
64b51947
CY
76312011-09-12 Chong Yidong <cyd@stupidchicken.com>
7632
7633 * dired-aux.el (dired-mark-read-string): Don't return default
7634 value on empty input (Bug#9361).
7635 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
7636 Omit initial minibuffer contents.
7637 (dired-do-chmod): Signal an error on empty input.
7638 (dired-mark-read-string): Don't return default on empty input.
7639
7640 * files.el (file-modes-symbolic-to-number): Doc fix.
7641
393a301e
SM
76422011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7643
7644 * international/mule-cmds.el (ucs-completions): Remove.
7645 (read-char-by-name): Use complete-with-action instead; add metadata.
7646
fa5660f9
CY
76472011-09-11 Chong Yidong <cyd@stupidchicken.com>
7648
7649 * window.el (display-buffer--action-function-custom-type)
7650 (display-buffer--action-custom-type): New vars.
7651 (display-buffer-alist, display-buffer-default-action)
7652 (display-buffer-overriding-action): Add defcustom types.
7653
4a592f66
CY
7654 * frame.el (delete-other-frames): Doc fix (Bug#276).
7655
73d56dbd
LMI
76562011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7657
7658 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
7659
37ac18a3
CY
76602011-09-11 Chong Yidong <cyd@stupidchicken.com>
7661
7662 Change modes that used same-window-* vars to use switch-to-buffer.
7663
7664 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
7665 Use switch-to-buffer.
7666
7667 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
7668 (customize-browse, custom-buffer-create-other-window):
7669 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
7670
7671 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
7672 (Info-prev, Info-up, Info-speedbar-goto-node)
7673 (info-display-manual): Use switch-to-buffer.
7674 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
7675
7676 * mail/sendmail.el (mail): Use switch-to-buffer.
7677 (mail-recover): Use switch-to-buffer-other-window.
7678
7679 * cmuscheme.el (run-scheme, switch-to-scheme):
7680 * ielm.el (ielm):
7681 * shell.el (shell):
7682 * net/rlogin.el (rlogin):
7683 * net/telnet.el (telnet, rsh):
7684 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
7685
10195bd6
AS
76862011-09-11 Andreas Schwab <schwab@linux-m68k.org>
7687
7688 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
7689
b322f63a
LMI
76902011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7691
39d7fed6
LMI
7692 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
7693 so don't mention it (bug#9301).
ba5a81f1 7694 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 7695
ee0e9f11
LMI
7696 * faces.el (face-spec-set-match-display): Make `(type graphic)'
7697 match `x', `w32' and `ns', like the manual says (bug#9029).
7698
0b1c89c1 7699 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
7700 (process-kill-buffer-query-function): Mention the buffer name in
7701 the query.
0b1c89c1 7702
77549ea8
LMI
7703 * image-mode.el (image-next-line): The line parameter is mandatory
7704 (bug#9258).
7705
803ef892
LMI
7706 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
7707 which can be useful (bug#9301).
7708
12980837
LMI
7709 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
7710
91054f8f
LMI
7711 * subr.el (match-string): Mention that the current buffer should
7712 be the same as the search was done in (bug#9282).
7713
b322f63a
LMI
7714 * facemenu.el: Disable the remove-* commands if the mark isn't
7715 active (bug#9162).
7716
3199b96f
CY
77172011-09-10 Chong Yidong <cyd@stupidchicken.com>
7718
7719 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
7720 of display-buffer.
7721 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
7722
7723 * replace.el (occur-mode-goto-occurrence)
7724 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
7725 and display-buffer.
7726
7727 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
7728 display-buffer.
7729
7730 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
7731 special-display and same-window variables.
7732 (mail-other-window): Use switch-to-buffer-other-window.
7733 (mail-other-frame): USe switch-to-buffer-other-frame.
7734
393a301e
SM
7735 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
7736 Use display-buffer-other-frame.
3199b96f
CY
7737 (gdb-display-gdb-buffer): Use pop-to-buffer.
7738
7739 * progmodes/gud.el (gud-goto-info): Use info-other-window.
7740
7741 * progmodes/python.el: Don't set same-window-buffer-names.
7742
7743 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
7744
7745 * window.el (display-buffer-alist): Add *Python*.
7746
8319e0bf
CY
77472011-09-10 Chong Yidong <cyd@stupidchicken.com>
7748
7749 * window.el (display-buffer-alist): Add entry for buffers
7750 previously handled same-window-*.
7751 (display-buffer-alist, display-buffer-default-action)
7752 (display-buffer-overriding-action): Mark as risky.
7753 (display-buffer-alist): Document action function changes.
7754 (display-buffer--same-window-action)
7755 (display-buffer--other-frame-action): New variables.
7756 (switch-to-buffer, display-buffer-other-frame): Use them.
7757 (display-buffer): Rename reuse-frame entry to reusable-frames.
7758 (display-buffer-reuse-selected-window): Function deleted.
7759 (display-buffer-reuse-window): Handle reusable-frames alist entry.
7760 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
7761 (display-buffer-special): New function.
7762 (display-buffer--maybe-pop-up-frame-or-window): Rename from
7763 display-buffer-reuse-or-pop-window. Split off special-display
7764 part into display-buffer-special.
7765 (display-buffer-use-some-window): Don't perform any special
7766 pop-up-frames handling.
7767 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 7768 (display-buffer--maybe-same-window): Rename from
0d3ff375 7769 display-buffer-maybe-same-window.
8319e0bf 7770
919a69aa
CY
7771 * info.el: Don't set same-window-regexps.
7772 (info-setup): New function.
7773 (info-other-window, info): Call it.
7774
7775 * cus-edit.el: Don't set same-window-regexps.
7776 (customize-group): New argument.
7777 (customize-group-other-window): Use it.
7778 (customize-face, customize-face-other-window): Likewise.
7779 (custom-buffer-create-other-window): Use pop-to-buffer directly.
7780
8319e0bf
CY
7781 * net/rlogin.el:
7782 * net/telnet.el:
7783 * progmodes/gud.el: Don't set same-window-regexps.
7784
7785 * cmuscheme.el:
7786 * ielm.el:
7787 * shell.el:
7788 * mail/sendmail.el:
7789 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
7790
25173000
JL
77912011-09-10 Juri Linkov <juri@jurta.org>
7792
7793 * isearch.el (isearch-edit-string): Remove obsolete mention of
7794 `C-w' (`isearch-yank-word-or-char') from docstring.
7795 (isearch-query-replace): Fix typo in docstring (bug#9466).
7796
056e44ef
JL
77972011-09-10 Juri Linkov <juri@jurta.org>
7798
7799 * paren.el (show-paren-function): Don't show escaped parens.
7800 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
7801
c3760c17
EZ
78022011-09-10 Eli Zaretskii <eliz@gnu.org>
7803
7804 * mail/sendmail.el (mml-to-mime, mml-attach-file)
7805 (mm-default-file-encoding): Remove autoload forms, they are
7806 replaced with autoload cookies in mml.el and mm-encode.el.
7807 (mail-add-attachment): New command.
7808 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
7809 (mail-mode): Mention mail-insert-file and mail-add-attachment in
7810 the doc string.
7811 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
7812
fece895e
RT
78132011-09-10 Reuben Thomas <rrt@sc3d.org>
7814
e69df516
SM
7815 * simple.el (count-words-region): Use buffer if there's no region
7816 (bug#9429).
fece895e 7817
5e68ce4a
JL
78182011-09-09 Juri Linkov <juri@jurta.org>
7819
7820 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
7821 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
7822 (wdired-isearch-filter-read-only): New function. (Bug#6362)
7823
0a6b9622
AM
78242011-09-09 Alan Mackenzie <acm@muc.de>
7825
7826 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
7827 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
7828
14a29deb
EZ
78292011-09-09 Eli Zaretskii <eliz@gnu.org>
7830
7831 Fix for Savannah bug#9392.
7832 * simple.el (mail-encode-mml): New defvar.
7833
7834 * mail/rmail.el (mail-encode-mml): Add a defvar.
7835 (rmail-enable-mime-composing): Default to t.
7836 (rmail-forward): Use MIME method of forwarding only if both
7837 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
7838 Set mail-encode-mml non-nil if the MIME method was used.
7839
7840 * mail/sendmail.el (mml-to-mime): Add autoload form.
7841 (mail-encode-mml): Add a defvar.
7842 (mail-mode): Make mail-encode-mml buffer-local and initialize it
7843 to nil.
7844 (mail-send): If mail-encode-mml is non-nil, run the outgoing
7845 message through mml-to-mime, and reset mail-encode-mml to nil.
7846
28c45130
GM
78472011-09-09 Glenn Morris <rgm@gnu.org>
7848
7849 * woman.el (woman-if-body): When processing an .el block,
7850 do not delete the next .el block as well. (Bug#9447)
69f4b618 7851 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 7852
9b1c252e
MR
78532011-09-08 Martin Rudalics <rudalics@gmx.at>
7854
7855 * window.el (window-deletable-p): Make sure window is live before
7856 invoking window-prev-buffers.
7857
567457e3
LL
78582011-09-08 Leo Liu <sdl.web@gmail.com>
7859
7860 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
7861
97f05794
JL
78622011-09-08 Juri Linkov <juri@jurta.org>
7863
7864 * progmodes/compile.el (compilation-environment): Make it
7865 a defcustom (bug#8340).
7866
8b0874b5
MR
78672011-09-08 Martin Rudalics <rudalics@gmx.at>
7868
7869 * window.el (frame-auto-delete): Rename to window-auto-delete.
7870 Make it control auto-deletion of windows and/or frames.
7871 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 7872 for deleting window/frame. (Bug#9419)
8b0874b5
MR
7873 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
7874 Rewrite handling of case when window/frame can be deleted.
7875 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 7876 argument t. (Bug#9456)
8b0874b5 7877
4feb6e73
CY
78782011-09-07 Chong Yidong <cyd@stupidchicken.com>
7879
7880 * help-mode.el (help-mode): Restore autoload.
7881
91ab9c13
JL
78822011-09-07 Juri Linkov <juri@jurta.org>
7883
7884 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
7885 `compilation-environment'. Set buffer-local
7886 `compilation-environment' to `thisenv' later after (funcall mode).
7887 (Bug#8340)
7888
7889 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
7890 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
7891 instead of replacing its value. (Bug#8340)
7892
0527e251
JL
78932011-09-07 Juri Linkov <juri@jurta.org>
7894
7895 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
7896 based on text properties put by `grep-filter' instead of matching
7897 escape sequences.
7898 (grep-mode): Set buffer-local `compilation-error-screen-columns'
7899 to the value of `grep-error-screen-columns' (bug#9438).
7900
249f792c
JL
79012011-09-07 Juri Linkov <juri@jurta.org>
7902
7903 * simple.el (next-error-highlight, next-error-highlight-no-select):
7904 Doc fix (bug#9432).
7905
ff7271b9
OT
79062011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
7907
7908 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7909 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
7910
183fc730
LL
79112011-09-07 Leo Liu <sdl.web@gmail.com>
7912
7913 * net/rcirc.el (rcirc-mode): Conditionally initialize
7914 rcirc-input-ring.
7915
77694924
SM
79162011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7917
7918 * emacs-lisp/find-func.el (find-function-C-source): Only set
7919 find-function-C-source-directory after checking that we found a source
7920 file there (bug#9440).
7921
d809b8eb
AM
79222011-09-06 Alan Mackenzie <acm@muc.de>
7923
7924 * isearch.el (isearch-other-meta-char): Wherever a key list is
7925 unread, "unread" the prefix arg, too. This fixes bug #8901.
7926
453de99f
OG
79272011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
7928
7929 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
7930
90439906
JL
79312011-09-05 Juri Linkov <juri@jurta.org>
7932
7933 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
7934
f62bd846
JL
79352011-09-05 Juri Linkov <juri@jurta.org>
7936
7937 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
7938 keeping point where processing of grep matches begins, and
7939 continue to delete remaining escape sequences from the same point.
7940 (grep-filter): Make leading zero optional in "0?1;31m" because
7941 git-grep emits "\033[1;31m" escape sequences unlike expected
7942 "\033[01;31m" as GNU Grep does (bug#9408).
7943 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
7944
045820ec
JL
79452011-09-05 Juri Linkov <juri@jurta.org>
7946
7947 * subr.el (y-or-n-p): Capitalize "yes".
7948
f5e29b9b
MA
79492011-09-04 Michael Albinus <michael.albinus@gmx.de>
7950
7951 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
7952 `tramp-cache-unload-hook' where appropriate.
7953 (tramp-methods): Rename `tramp-remote-sh' to
7954 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
7955 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
7956
7957 * net/tramp-sh.el (top): Don't require 'shell.
7958 (tramp-methods): Add `tramp-remote-shell' and
7959 `tramp-remote-shell-args' entries.
7960 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
7961 (tramp-sh-handle-shell-command): Remove.
7962 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7963 Use `tramp-remote-shell'.
7964
2784c434
CY
79652011-09-03 Chong Yidong <cyd@stupidchicken.com>
7966
393a301e 7967 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
7968 (sendmail-query-once): Save directly to send-mail-function.
7969 Update message-send-mail-function too.
7970
7971 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
7972
464cdf56
CS
79732011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
7974
7975 * progmodes/python.el (python-mode-map): Use correct function to
7976 start python interpreter from menu-bar (as reported by Geert
7977 Kloosterman).
7978 (inferior-python-mode-map): Fix typo.
393a301e 7979 (python-shell-map): Remove.
464cdf56 7980
d37e5c87
DD
79812011-09-03 Deniz Dogan <deniz@dogan.se>
7982
7983 * net/rcirc.el (rcirc-print): Simplify code for
7984 rcirc-scroll-show-maximum-output. There is no need to walk
7985 through all windows to find the right one.
7986
f3ada0ee
CS
79872011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
7988
7989 * help.el (help-return-method): Doc fix.
7990
1f3c99ca
MR
79912011-09-03 Martin Rudalics <rudalics@gmx.at>
7992
7993 * window.el (window-deletable-p): Don't return a non-nil value
7994 when there's a buffer that was shown in the window before.
7995 (Bug#9419)
393a301e
SM
7996 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7997 Set window's previous buffers to nil.
1f3c99ca 7998
a3cf097f
EZ
79992011-09-03 Eli Zaretskii <eliz@gnu.org>
8000
8001 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
8002 newline before and after the tag line, so it doesn't interfere
8003 with determining the paragraph direction of bidirectional text.
8004
3d03de90
LL
80052011-09-03 Leo Liu <sdl.web@gmail.com>
8006
8007 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
8008
c3313451
CY
80092011-09-02 Chong Yidong <cyd@stupidchicken.com>
8010
393a301e 8011 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
8012 (pop-to-buffer): Change interactive spec. Pass second argument
8013 directly to display-buffer.
8014 (display-buffer): Fix interactive spec. Use functionp to
8015 distinguish between a function and a list of functions.
8016
8017 * abbrev.el (edit-abbrevs):
8018 * arc-mode.el (archive-extract):
8019 * autoinsert.el (auto-insert):
8020 * bookmark.el (bookmark-bmenu-list):
8021 * files.el (find-file):
8022 * view.el (view-buffer):
8023 * progmodes/compile.el (compilation-goto-locus):
8024 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
8025
89894cd8
CY
80262011-09-02 Chong Yidong <cyd@stupidchicken.com>
8027
8028 * window.el (display-buffer-alist): Doc fix.
8029 (display-buffer): Add docstring. Don't treat
8030 display-buffer-default specially.
8031 (display-buffer-reuse-selected-window)
8032 (display-buffer-same-window, display-buffer-maybe-same-window)
8033 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8034 (display-buffer-pop-up-window)
8035 (display-buffer-reuse-or-pop-window)
8036 (display-buffer-use-some-window): New functions.
8037 (display-buffer-default-action): Use them.
393a301e 8038 (display-buffer-default): Delete.
89894cd8
CY
8039 (pop-to-buffer-1): Fix choice of actions.
8040
ae0bc9fb
SM
80412011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
8042
8043 * minibuffer.el (completion--insert-strings): Don't get confused by
8044 completion entries that end with an LF char.
8045
e9d90883
EZ
80462011-09-01 Eli Zaretskii <eliz@gnu.org>
8047
8048 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
8049
437014c8
CY
80502011-09-01 Chong Yidong <cyd@stupidchicken.com>
8051
8052 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
8053 (display-buffer-same-window, display-buffer-other-window):
8054 New functions.
437014c8
CY
8055 (pop-to-buffer-1): New function. Use the above.
8056 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 8057 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
8058
8059 * view.el (view-buffer-other-window, view-buffer-other-frame):
8060 Just use pop-to-buffer.
8061
a5e063d5
TV
80622011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8063
8064 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
8065
793d32bb
WH
80662011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
8067
8068 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
8069
d65e4c15
RS
80702011-08-31 Richard Stallman <rms@gnu.org>
8071
8072 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
8073 of the separation of rmail-view-buffer from rmail-buffer.
8074 If you say no to "replace original", the decrypt is in the
8075 view buffer. If you say yes, the decrypt goes into the
8076 rmail buffer also.
8077
f818cd2a
MR
80782011-08-31 Martin Rudalics <rudalics@gmx.at>
8079
8080 * window.el (display-buffer-window): Rewrite doc-string.
8081 (display-buffer-record-window): New function.
8082 (display-buffer-macro-specifiers)
8083 (display-buffer-even-window-sizes, display-buffer-set-height)
8084 (display-buffer-set-width, display-buffer-in-window)
8085 (display-buffer-reuse-window, display-buffer-split-specifiers)
8086 (display-buffer-side-specifiers, display-buffer-split-window-1)
8087 (display-buffer-split-window, display-buffer-split-atom-window)
8088 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
8089 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
8090 (display-buffer-other-window-means-other-frame)
8091 (display-buffer-normalize-special)
8092 (display-buffer-normalize-default)
8093 (display-buffer-normalize-argument)
8094 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
8095 (display-buffer-normalize-specifiers, display-buffer-frame)
8096 (display-buffer-same-window, display-buffer-same-frame)
8097 (display-buffer-other-window)
8098 (display-buffer-same-frame-other-window)
8099 (display-buffer-other-frame, pop-to-buffer-same-window)
8100 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
8101 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
8102 (switch-to-buffer-same-frame)
8103 (switch-to-buffer-other-window-same-frame)
8104 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
8105 (display-buffer-alist-set-1, display-buffer-alist-set-2)
8106 (display-buffer-alist-set): Remove.
8107 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
8108 (special-display-regexps, special-display-function):
8109 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
8110 parameter.
8111 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
8112 (special-display-frame-alist, special-display-popup-frame)
8113 (same-window-buffer-names, same-window-regexps, same-window-p)
8114 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8115 (split-window-preferred-function, split-height-threshold)
8116 (split-width-threshold, window-splittable-p)
8117 (split-window-sensibly, window--try-to-split-window)
8118 (window--frame-usable-p, even-window-heights)
8119 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
8120 (window--display-buffer-2, display-buffer-other-frame):
8121 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
8122 (display-buffer-default, display-buffer-assq-regexp): New functions.
8123 (display-buffer-alist): Rewrite doc-string.
8124 (display-buffer-default-action)
8125 (display-buffer-overriding-action): New variables.
8126 (display-buffer, switch-to-buffer): Rewrite.
8127 (pop-to-buffer): Restore Emacs 23 behavior but use
8128 window-normalize-buffer-to-display.
8129 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
8130 Restore Emacs 23 behavior but use
8131 window-normalize-buffer-to-switch-to.
8132 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
8133 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
8134 Rewrite using Emacs 23 options.
f818cd2a 8135
5bc3b51d
MA
81362011-08-31 Michael Albinus <michael.albinus@gmx.de>
8137
8138 * net/tramp.el (tramp-root-regexp): Remove.
8139 (tramp-completion-file-name-regexp-unified)
8140 (tramp-completion-file-name-regexp-separate)
8141 (tramp-completion-file-name-regexp-url): Don't use leading volume
8142 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
8143 (tramp-drop-volume-letter): Simplify definition.
8144 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 8145
b1a4f8e1
SM
81462011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8147
8148 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
8149 (bug#9356).
8150
5664fa7b
RT
81512011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
8152
b1a4f8e1 8153 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 8154
9a45d6c3
JL
81552011-08-29 Juri Linkov <juri@jurta.org>
8156
8157 * isearch.el (isearch-done): Don't display message "Mark saved"
8158 when arg `edit' is non-nil to prevent its flicker in the echo area.
8159
fb87e0fb
CY
81602011-08-28 Chong Yidong <cyd@stupidchicken.com>
8161
8162 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
8163 obsolete packages for deletion.
8164
09ac1c2a
CS
81652011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
8166
8167 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 8168 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
8169 view-mode from help-mode.
8170 (help-xref-override-view-map): Remove.
8171 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
8172 view-mode is not used anymore.
8173
7a1ff57f
CY
81742011-08-28 Chong Yidong <cyd@stupidchicken.com>
8175
8176 * server.el (server-port): Doc fix.
8177
b9696605
CY
8178 * cus-theme.el (custom-theme-choose-mode): Inherit from
8179 special-mode (Bug#9124).
8180 (custom-theme-choose-mode-map): Add special-mode to parent.
8181
ef8cdf8c
AM
81822011-08-28 Alan Mackenzie <acm@muc.de>
8183
8184 * progmodes/cc-fonts.el
8185 (c-make-font-lock-BO-decl-search-function): New function.
8186 (c-basic-matchers-after - "Fontify the clauses after various
8187 keywords"): Extract the three keyword lists for the 3 erroneous
8188 constructs from the list of four, and use the new function above
8189 in place of an old one.
8190
27de4e20
DD
81912011-08-28 Deniz Dogan <deniz@dogan.se>
8192
8193 * net/rcirc.el (rcirc-insert-prev-input)
8194 (rcirc-insert-next-input): Remove unused argument.
8195
356a3681
SM
81962011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8197
8198 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
8199
3fc9b218
AM
82002011-08-27 Alan Mackenzie <acm@muc.de>
8201
8202 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
8203 handle function pointer parameters properly.
8204
538a061c
MR
82052011-08-27 Martin Rudalics <rudalics@gmx.at>
8206
8207 * window.el (display-buffer-reuse-window): Fix case where
8208 selected window was reused with non-nil OTHER-WINDOW argument.
8209 (Bug#9381)
8210
35b1c40c
DD
82112011-08-27 Deniz Dogan <deniz@dogan.se>
8212
8213 * net/rcirc.el (rcirc-check-auth-status): Adding support for
8214 oftc's NickServ messages.
8215
2f6a3e79
GM
82162011-08-27 Glenn Morris <rgm@gnu.org>
8217
8218 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
8219
7254299e
CY
82202011-08-26 Chong Yidong <cyd@stupidchicken.com>
8221
8222 * emacs-lisp/package.el (package-install): Call package-initialize
8223 if called interactively.
8224
f8ccf167
LL
82252011-08-26 Leo Liu <sdl.web@gmail.com>
8226
8227 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
8228
3e8cd5ce
JL
82292011-08-25 Juri Linkov <juri@jurta.org>
8230
8231 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
8232 `search-whitespace-regexp' (bug#9364).
8233
93eb7113
JL
82342011-08-25 Juri Linkov <juri@jurta.org>
8235
8236 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
8237 `regexp-search-ring' to their global values to protect from
8238 updating by `read-from-minibuffer' (bug#9185).
8239
f65d1611
JL
82402011-08-25 Juri Linkov <juri@jurta.org>
8241
8242 * textmodes/ispell.el (ispell-command-loop): Add newline
8243 at the end of the "Use option `i'..." line.
8244
f1cf7a31
JL
82452011-08-25 Juri Linkov <juri@jurta.org>
8246
8247 * battery.el (display-battery-mode): If `battery-status-function'
8248 or `battery-mode-line-format' is nil, display the message and set
8249 `display-battery-mode' to nil (bug#9363).
8250
0c95fcf7
EZ
82512011-08-25 Eli Zaretskii <eliz@gnu.org>
8252
8253 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
8254 bidi-string-mark-left-to-right; they are unnecessary now.
8255
a2ebe600
DD
82562011-08-25 Deniz Dogan <deniz@dogan.se>
8257
8258 * net/quickurl.el: Documentation typo fixes.
8259
e4ed06f1
CY
82602011-08-25 Chong Yidong <cyd@stupidchicken.com>
8261
8262 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
8263
e5f1c99e
GM
82642011-08-25 Glenn Morris <rgm@gnu.org>
8265
b2948976
GM
8266 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
8267
e5f1c99e
GM
8268 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
8269 (smtpmail-via-smtp): Handle nil response from smtp.
8270
f22f4808
JL
82712011-08-24 Juri Linkov <juri@jurta.org>
8272
8273 * proced.el (proced-marked): Inherit from `error' instead of
8274 `font-lock-warning-face'.
8275
8276 * ibuffer.el (ibuffer-marked-face): Change default face from
8277 `font-lock-warning-face' to `warning'.
8278 (ibuffer-deletion-face): Change default face from
8279 `font-lock-type-face' to `error'.
8280
8281 * battery.el (battery-update): Use the face `error' instead of
8282 `font-lock-warning-face' (bug#6117).
8283
6a93965e
JL
82842011-08-24 Juri Linkov <juri@jurta.org>
8285
8286 * faces.el (success): Change face color from "Green3" to
8287 "ForestGreen" on light background (bug#9353).
8288
1ed43b09
CY
82892011-08-24 Chong Yidong <cyd@stupidchicken.com>
8290
5664fa7b
RT
8291 * window.el (quit-window): Rename from quit-restore-window.
8292 Use same arglist as old quit-window.
1ed43b09
CY
8293 (frame-auto-delete): Doc fix.
8294
8295 * view.el (view-mode-exit): Use quit-window.
8296
11dcdbb2
JL
82972011-08-24 Juri Linkov <juri@jurta.org>
8298
8299 * isearch.el (isearch-ring-adjust1): Start visiting previous
8300 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
8301 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
8302 for empty search string (when the last search string is reused
8303 automatically) to adjust the isearch ring to the last element and
8304 prepare the correct index for further M-p commands (bug#9185).
8305
de62b4df
KH
83062011-08-24 Kenichi Handa <handa@m17n.org>
8307
8308 * international/ucs-normalize.el: If decomposition property of
8309 CHAR is the default one (i.e. a list of CHAR itself), treat it as
8310 nil.
8311 (nfd, nfkd): Likewise.
8312
963b492b
SM
83132011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8314
8315 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
8316 from process filters aren't reliably transmitted to the surrounding
8317 accept-process-output.
8318 (mpc-proc-check): New function.
8319 (mpc-proc-sync): Use it (bug#8293)
8320
93b6b5e1
SM
83212011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8322
8323 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
8324 Add compatibility functions (bug#9313).
8325
bca633fb
EZ
83262011-08-23 Eli Zaretskii <eliz@gnu.org>
8327
b177498a
EZ
8328 * cus-start.el (all): Add entry for bidi-paragraph-direction.
8329
6df6ae42 8330 * international/uni-bidi.el: Regenerate.
bca633fb 8331
0902a04e
KH
83322011-08-23 Kenichi Handa <handa@m17n.org>
8333
8334 * international/charprop.el:
8335 * international/uni-bidi.el:
8336 * international/uni-category.el:
8337 * international/uni-combining.el:
8338 * international/uni-comment.el:
8339 * international/uni-decimal.el:
8340 * international/uni-decomposition.el:
8341 * international/uni-digit.el:
8342 * international/uni-lowercase.el:
8343 * international/uni-mirrored.el:
8344 * international/uni-name.el:
8345 * international/uni-numeric.el:
8346 * international/uni-old-name.el:
8347 * international/uni-titlecase.el:
8348 * international/uni-uppercase.el: Regenerate.
8349
3bbf23bc
MR
83502011-08-23 Martin Rudalics <rudalics@gmx.at>
8351
8352 * help.el (help-window-setup): Fix message displayed when other
8353 window is reused. (Bug#9341)
8354
b3fd59bd
SM
83552011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8356
1802e444
SM
8357 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
8358 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
8359
b3fd59bd
SM
8360 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
8361 Mark obsolete.
8362 * shell.el (shell-parse-pcomplete-arguments): New function.
8363 (shell-completion-vars): Use it instead (bug#9160).
8364
4eb61348
SM
83652011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
8366
867cab74
SM
8367 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
8368 strings and comments (bug#9333).
8369
4eb61348
SM
8370 * emacs-lisp/debug.el (debug-arglist): New function.
8371 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
8372 (debug-on-entry-1): Handle interpreted closures (bug#9120).
8373
262a1439
JL
83742011-08-22 Juri Linkov <juri@jurta.org>
8375
56ee679c
JL
8376 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8377 Revert regexp that highlights output switches to its old
8378 pre-2010-10-28 value and remove one `?' from it (bug#9319).
8379
262a1439
JL
8380 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
8381 to check for empty output (bug#9226).
8382
f13f86fb
CY
83832011-08-22 Chong Yidong <cyd@stupidchicken.com>
8384
8385 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
8386 symbol-constituent as the default, as that stops font-lock from
8387 working properly (Bug#8843).
8388
c65c9622
LMI
83892011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8390
8391 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
8392 `coding-system-for-*' around the process open call to avoid
8393 auth-source side effects.
e7f2c178 8394 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
8395 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
8396 probe hangs.
c65c9622 8397
23a8a5ab
CY
83982011-08-21 Chong Yidong <cyd@stupidchicken.com>
8399
ff98b2dd
CY
8400 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
8401
23a8a5ab
CY
8402 * emacs-lisp/find-func.el (find-function-noselect): New arg
8403 lisp-only.
8404
8405 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
8406 signal an error for built-in functions (Bug#6664).
8407
f5e3c598
LMI
84082011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8409
8410 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
8411 (smtpmail-try-auth-methods): Use it.
8412
a3f2468a
CY
84132011-08-21 Chong Yidong <cyd@stupidchicken.com>
8414
2c34e8da
CY
8415 * font-lock.el (font-lock-fontify-region)
8416 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
8417 (font-lock-default-unfontify-buffer)
8418 (font-lock-default-fontify-region)
8419 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
8420
b3fd59bd
SM
8421 * progmodes/compile.el (compilation-error-properties):
8422 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
8423 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
8424 `ant' regexp.
ee31aabc 8425
a3f2468a
CY
8426 * net/browse-url.el (browse-url-firefox): Don't call
8427 browse-url-firefox-sentinel unless using -remote (Bug#9328).
8428
8e999f70
GM
84292011-08-20 Glenn Morris <rgm@gnu.org>
8430
c21a496a
GM
8431 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
8432
59ee0542
GM
8433 * tutorial.el (tutorial--default-keys): Update some default bindings.
8434
8e999f70
GM
8435 * files.el (hack-local-variables): Fully ignore case for "mode:".
8436
e3715033
AM
84372011-08-20 Alan Mackenzie <acm@muc.de>
8438
8439 Resolve invalid use of a regexp in regexp-opt.
8440
4d61f28d
JB
8441 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
8442 detection for a java annotation.
e3715033 8443
4d61f28d 8444 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
8445 detection for a java annotation.
8446
4d61f28d
JB
8447 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
8448 handling for java.
e3715033
AM
8449 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
8450
04ed2e9c
CY
84512011-08-20 Chong Yidong <cyd@stupidchicken.com>
8452
8453 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
8454 (Bug#9274).
8455
826cee64
AM
84562011-08-20 Alan Mackenzie <acm@muc.de>
8457
58179cce 8458 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
8459 such a construct. Mainly for when jit-lock etc. starts a chunk
8460 here.
8461
58179cce 8462 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 8463 variable.
58179cce 8464 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
8465 c-make-font-lock-search-function.
8466 (c-make-font-lock-search-function): Use the above function.
8467 (c-make-font-lock-context-search-function): New function.
8468 (c-cpp-matchers): Enhance the preprocessor expression case with
8469 the above function
8470 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
8471 which takes an expression.
8472
8473 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
8474
13009bd8
MR
84752011-08-20 Martin Rudalics <rudalics@gmx.at>
8476
8477 * window.el (display-buffer-reuse-window)
8478 (display-buffer-pop-up-window): Don't reuse or split a side
8479 window.
8480
9234ff7f
GM
84812011-08-19 Glenn Morris <rgm@gnu.org>
8482
8483 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 8484 Downcase "Mode:". (Bug#9331)
9234ff7f 8485
f635daa1
CY
84862011-08-18 Chong Yidong <cyd@stupidchicken.com>
8487
8488 * international/characters.el: Add L and R categories.
8489
8490 * subr.el (bidi-string-mark-left-to-right): Rename from
8491 string-mark-left-to-right. Use category search.
8492
8493 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
8494
bc987f8b
JL
84952011-08-18 Juri Linkov <juri@jurta.org>
8496
8497 * faces.el (error, warning, success): New faces with definitions
8498 copied from old default values of `font-lock-warning-face',
8499 `compilation-warning', `compilation-info' (bug#6117).
8500
8501 * font-lock.el (font-lock-warning-face): Inherit from `error'.
8502
8503 * progmodes/compile.el (compilation-error): Inherit from `error'.
8504 (compilation-warning): Inherit from `warning'.
8505 (compilation-info): Inherit from `success'.
8506
8507 * dired.el (dired-marked): Inherit from `warning'.
8508 (dired-flagged): Inherit from `error'.
8509
57173b96
LMI
85102011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8511
3e79eb87
LMI
8512 * mail/smtpmail.el (auth-source): Require to avoid problems with
8513 binding variables (bug#9298). Also clean up some unused
8514 autoloads.
8515
b3fd59bd
SM
8516 * net/network-stream.el (network-stream-open-starttls):
8517 Support using starttls.el without using gnutls-cli.
57173b96 8518
02b404de
JL
85192011-08-17 Juri Linkov <juri@jurta.org>
8520
8521 * progmodes/grep.el (rgrep): Handle the case when
8522 `grep-find-command' is a cons cell (bug#9278).
8523
8c9177f2
MR
85242011-08-17 Martin Rudalics <rudalics@gmx.at>
8525
8526 * window.el (display-buffer-pop-up-frame): Run frame creation
8527 function with BUFFER current (as special-display-popup-frame
8528 does). Reported by Drew Adams.
8529
3644a0ab
DU
85302011-08-17 Daiki Ueno <ueno@unixuser.org>
8531
8532 * epa-mail.el: Simplify GnuPG group expansion using
8533 epg-expand-group.
8534 (epa-mail-group-alist, epa-mail-group-modtime)
8535 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
8536 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
8537 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
8538 Remove.
8539
5e617bc2 85402011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
8541
8542 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
8543
9c4aeabf
AM
85442011-08-16 Alan Mackenzie <acm@muc.de>
8545
8546 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
8547 Correct, to avoid the inside of macros.
8548
3a99bf64
RS
85492011-08-16 Richard Stallman <rms@gnu.org>
8550
04963aa8
RS
8551 * epa-mail.el: Handle GnuPG group definitions.
8552 (epa-mail-group-alist, epa-mail-group-modtime)
8553 (epa-mail-gnupg-conf-file): New variables.
8554 (epa-mail-parse-groups, epa-mail-sync-groups)
8555 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
8556 (epa-mail-expand-recipients): New functions.
8557 (epa-mail-encrypt): Call epa-mail-expand-recipients.
8558
177549d0
RS
8559 * mail/rmail.el (rmail-epa-decrypt): New command.
8560
fe38beef
RS
8561 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
8562 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
8563 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
8564 (epa-decrypt-armor-in-region): Make error message clearer.
8565
934eacb9
SM
85662011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8567
8568 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
8569 and "a2b" to "ab" for `prefix'.
8570
d024fb4e
CY
85712011-08-14 Chong Yidong <cyd@stupidchicken.com>
8572
8573 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
8574 filter groups.
de148fee
CY
8575 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
8576 Fourquet (Bug#8804).
d024fb4e 8577
62f1ca49
JB
85782011-08-12 Juanma Barranquero <lekktu@gmail.com>
8579
8580 * startup.el (argi): Declare as global variable (bug#9275).
8581
9ccaaa4b
CY
85822011-08-12 Chong Yidong <cyd@stupidchicken.com>
8583
8584 * subr.el (string-mark-left-to-right): Search the entire string
8585 for RTL script, not just the terminating character. Doc fix.
8586
a3dae87a
SM
85872011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8588
6cd18349
SM
8589 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
8590 New function.
8591 (js--regexp-literal, js-syntax-propertize-function): Remove.
8592 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
8593 (js-mode-map): Don't rebind electric keys.
8594 (js-insert-and-indent): Remove.
8595 (js-mode): Setup electric-layout and electric-indent instead.
8596
a3dae87a
SM
8597 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
8598
9d5cb631
DU
85992011-08-12 Daiki Ueno <ueno@unixuser.org>
8600
8601 * epa.el (epa-progress-callback-function): Fix the logic of
8602 displaying progress.
8603 * epa-file.el (epa-file-insert-file-contents): Make progress
8604 display more user-friendly.
8605 (epa-file-write-region): Ditto.
8606
3e26a4a2
CY
86072011-08-10 Chong Yidong <cyd@stupidchicken.com>
8608
8609 * subr.el (string-mark-left-to-right): New function.
8610
8611 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
8612 Use string-mark-left-to-right.
8613 (list-buffers-noselect): Caller changed.
8614
a3dae87a
SM
8615 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
8616 Use string-mark-left-to-right.
3e26a4a2
CY
8617 (tabulated-list-print): Recenter after moving point.
8618
ac8cf6e6
JL
86192011-08-10 Juri Linkov <juri@jurta.org>
8620
8621 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
8622 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
8623 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
8624
8d96c9a4
CY
86252011-08-09 Chong Yidong <cyd@stupidchicken.com>
8626
8627 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
8628 (Bug#7554).
8629
7be1c708 86302011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
8631
8632 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
8633 character. (Bug#6594)
8634
37e11a63
CY
86352011-08-08 Chong Yidong <cyd@stupidchicken.com>
8636
839dde57
CY
8637 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
8638 (image-dired--with-db-file): New macro.
8639 (image-dired-write-tags, image-dired-remove-tag)
8640 (image-dired-create-gallery-lists, image-dired-write-comments)
8641 (image-dired-get-comment, image-dired-mark-tagged-files)
8642 (image-dired-list-tags, image-dired-gallery-generate): Use it.
8643 (image-dired-gallery-generate): Use insert-file-contents.
8644
37e11a63
CY
8645 * time.el (display-time-world-list, display-time-world-display):
8646 * time-stamp.el (time-stamp-string):
8647 * vc/add-log.el (add-change-log-entry): Use setenv instead of
8648 set-time-zone-rule (Bug#7337).
8649
0b4946c4
DU
86502011-08-08 Daiki Ueno <ueno@unixuser.org>
8651
8652 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
8653 (epg-error-to-string, epg-errors-to-string): New function.
8654 (epg-wait-for-completion): Reverse errors list.
8655 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
8656 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
8657 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
8658 (epg-sign-keys, epg-generate-key-from-file)
8659 (epg-generate-key-from-string): Format errors by using
8660 epg-errors-to-string (bug#9255).
8661 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
8662
75bfc667
JL
86632011-08-07 Juri Linkov <juri@jurta.org>
8664
8665 * faces.el (list-faces-display): Remove extra angle bracket
8666 from `help-mode-map'.
8667
8668 * info.el (Info-history-toc-nodes): Doc fix.
8669
8670 * longlines.el (longlines-mode): Doc fix.
8671
673e08bb
SM
86722011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
8673
4640dd88
SM
8674 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
8675 of statements and in a few more cases (bug#9183).
8676
673e08bb
SM
8677 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
8678 New functions.
8679 (cl-transform-lambda): Use them (bug#9239).
8680
89b3f019
MR
86812011-08-05 Martin Rudalics <rudalics@gmx.at>
8682
8683 * window.el (display-buffer-same-window)
8684 (display-buffer-same-frame, display-buffer-other-window)
8685 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
8686 (pop-to-buffer-other-window)
8687 (pop-to-buffer-same-frame-other-window)
8688 (pop-to-buffer-other-frame): Make them defuns.
8689 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
8690
640c8776
SM
86912011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8692
8693 * subr.el (make-composed-keymap): Move from C. Change calling
8694 convention, and improve docstring to bring attention to a subtle point.
8695 * minibuffer.el (completing-read-default): Adjust accordingly.
8696
63648a95
MA
86972011-08-03 Michael Albinus <michael.albinus@gmx.de>
8698
8699 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
8700 (tramp-open-shell): Use `tramp-shell-quote-argument'.
8701
8702 * net/trampver.el: Update release number.
8703
b796c9b7
SM
87042011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8705
8706 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
8707 "in" (bug#9190).
8708
2239d7d5
LMI
87092011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8710
e07dd7c3
LMI
8711 * mail/sendmail.el (sendmail-query-once): Restore the current
8712 buffer after querying (bug#9074).
8713
0e6a2bd7
LMI
8714 * dired.el (dired-flagged): Use different faces for marked and
8715 flagged files (bug#6117).
8716
ce887515
LMI
8717 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
8718 (bug#4433).
8719
92f2affc
LMI
8720 * ido.el (ido-mode): Switch off the message if called
8721 non-interactively.
8722
57d5aff0
LMI
8723 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
8724 before 587, since it appears that that's more likely to work for
8725 more people.
8726
98cd6c18 8727 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 8728 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
8729 exist.
8730
b96dec83
LMI
8731 * info.el: Remove the `Info-beginning-of-buffer' function
8732 (bug#8325).
8733
b796c9b7
SM
8734 * net/network-stream.el (network-stream-open-starttls):
8735 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 8736
d90e2ea0
MR
87372011-08-01 Martin Rudalics <rudalics@gmx.at>
8738
8739 * window.el (display-buffer-in-window): Don't set dedicated status
8740 of window here (Bug#9215).
8741 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
8742 (display-buffer-pop-up-side-window)
b796c9b7 8743 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 8744
cca09170
SM
87452011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
8746
8747 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
8748 before binding generated-autoload-file.
8749
027b979c
DD
87502011-08-01 Deniz Dogan <deniz@dogan.se>
8751
8752 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
8753
3c7ee4f3
MA
87542011-07-30 Michael Albinus <michael.albinus@gmx.de>
8755
8756 Sync with Tramp 2.2.2.
8757
8758 * net/trampver.el: Update release number.
8759
2cc8e51a
JL
87602011-07-30 Juri Linkov <juri@jurta.org>
8761
8762 * dired-aux.el (dired-touch-initial): Remove function.
8763 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
8764 current time, and `default' to the last modification time of the
8765 current marked file (bug#6887).
8766
a514d856
JM
87672011-07-28 Jose E. Marchesi <jemarch@gnu.org>
8768
8769 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 8770 numeric argument to read-number (bug#9163).
a514d856 8771
8a7eddd7
MA
87722011-07-27 Michael Albinus <michael.albinus@gmx.de>
8773
8774 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
8775 connection process, it could be nil.
8776
1ddd96f5
LL
87772011-07-27 Leo Liu <sdl.web@gmail.com>
8778
8779 Simplify url handling in rcirc-mode.
8780
8781 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
8782 (rcirc-browse-url-at-mouse): Remove.
8783 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
8784
b248a85d
AM
87852011-07-26 Alan Mackenzie <acm@muc.de>
8786
8787 Fontify bitfield declarations properly.
8788
8789 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
8790 (c-symbol-chars): Now exported as a lang variable.
8791 (c-not-primitive-type-keywords): New lang variable.
8792
8793 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
8794 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 8795 parsed as a bitfield declaration.
b248a85d 8796
b796c9b7
SM
8797 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8798 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
8799 (c-punctuation-in): New function.
8800 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
8801 declarations properly.
8802
68575ab0
UJ
88032011-07-26 Ulf Jasper <ulf.jasper@web.de>
8804
8805 * calendar/icalendar.el (icalendar--all-events): Take care of
8806 multiple vcalendars in a single file.
b796c9b7 8807 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 8808
0f0a88b9
DD
88092011-07-25 Deniz Dogan <deniz@dogan.se>
8810
8811 * image.el (insert-image): Clarifying docstring.
8812
0b3f36df
MA
88132011-07-24 Michael Albinus <michael.albinus@gmx.de>
8814
8815 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
8816 `tramp-send-command-and-check' if there is no error.
8817 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
8818
a9901f61
AM
88192011-07-22 Alan Mackenzie <acm@muc.de>
8820
8821 Prevent cc-langs.elc being loaded at run time.
8822
8823 * progmodes/cc-mode.el: Remove two autoload forms which loaded
8824 cc-langs.
8825
4d61f28d 8826 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
8827 "(require 'cc-langs)". Quote a form so it will evaluate at
8828 (cc-mode's) compilation time.
8829
11d074b2
MA
88302011-07-22 Michael Albinus <michael.albinus@gmx.de>
8831
8832 * net/tramp.el (tramp-file-name-handler): Avoid recursive
8833 loading. (Bug#9114)
8834
938b94c8
MR
88352011-07-21 Martin Rudalics <rudalics@gmx.at>
8836
8837 * window.el (display-buffer-pop-up-window)
8838 (display-buffer-pop-up-side-window)
8839 (display-buffer-in-side-window): Call display-buffer-set-height
8840 and display-buffer-set-width after setting the new window's
b796c9b7 8841 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 8842
bfa4f190
SS
88432011-07-20 Sam Steingold <sds@gnu.org>
8844
8845 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
8846 (etags-tags-included-tables): Call `convert-standard-filename' on
8847 the file names contained in TAGS so that windows Emacs can handle
8848 TAGS files created by cygwin ctags.
8849
8ca42262
LMI
88502011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8851
8852 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
8853 which apparently didn't work.
8854
5db2afd2 88552011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 8856
5db2afd2
RW
8857 * proced.el (proced-send-signal): For *Marked Processes* buffer
8858 put point at beginning of buffer.
8859
92e15d10
SB
88602011-07-19 Stephen Berman <stephen.berman@gmx.net>
8861
8862 * proced.el (proced-format): Make header lines align with the text
8863 (bug#1779).
8864
1bfd59e5
LMI
88652011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8866
8867 * view.el (view-buffer): Allow running in `special' modes if we're
8868 visiting a file (bug#8615).
8869
f5aae37c
MR
88702011-07-19 Martin Rudalics <rudalics@gmx.at>
8871
8872 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
8873 (display-buffer-alist-set-1, display-buffer-alist-set-2):
8874 New functions.
f5aae37c
MR
8875 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
8876 more accurately.
8877
bf2c1571
AM
88782011-07-18 Alan Mackenzie <acm@muc.de>
8879
8880 Fontify declarators properly when, e.g., a jit-lock chunk begins
8881 inside a declaration.
8882
8883 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
8884
b796c9b7
SM
8885 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
8886 New function.
bf2c1571
AM
8887 (c-complex-decl-matchers): Insert reference to
8888 c-font-lock-enclosing-decls.
8889
8890 * progmodes/cc-engine.el (c-backward-single-comment):
8891 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
8892 to nil around calls to (forward-comment -1).
8893
4e190b80
LMI
88942011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8895
12dc863d
LMI
8896 * image.el (put-image): Doc typo fix.
8897
a762e966
LMI
8898 * progmodes/etags.el (tags-search): Doc typo fix.
8899
4e190b80
LMI
8900 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
8901 password if we get errors 550 to 554.
8902
f019fb21
LMI
89032011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8904
b796c9b7 8905 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 8906
81746738
LMI
8907 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
8908 indentation character (bug#6380).
8909
3ee3a1b5
LMI
8910 * files.el (buffer-offer-save): Made permanently local (bug#6241).
8911
c82f64de
LMI
8912 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
8913 to clarify what the problem is (bug#4291).
8914
f019fb21
LMI
8915 * simple.el (current-kill): Clarify what
8916 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
8917 (auto-fill-mode): Document `auto-fill-function' in relation to
8918 `auto-fill-mode' (bug#2470).
f019fb21 8919
0794775d
LM
89202011-07-16 Lawrence Mitchell <wence@gmx.li>
8921
8922 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
8923 method if slot is read-only (bug#9035).
8924
be39b8cc
MR
89252011-07-16 Martin Rudalics <rudalics@gmx.at>
8926
b796c9b7 8927 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 8928 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
8929 selected before, see discussion of (Bug#8615), (Bug#6954).
8930 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 8931
6ccf7859
GM
89322011-07-15 Glenn Morris <rgm@gnu.org>
8933
8934 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 8935 Respect help-form.
6ccf7859 8936
87e86684
LM
89372011-07-09 Lawrence Mitchell <wence@gmx.li>
8938
8939 * net/gnutls.el (gnutls-min-prime-bits): New variable.
8940 (gnutls-negotiate): Use it.
8941
d6066239
LMI
89422011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8943
b796c9b7
SM
8944 * net/gnutls.el (gnutls-negotiate):
8945 Upcase `gnutls-algorithm-priority'.
d6066239 8946
bd23ebc0
GM
89472011-07-15 Glenn Morris <rgm@gnu.org>
8948
c65bca65
GM
8949 * jka-compr.el (jka-compr-verbose): Move from here...
8950 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
8951 Add missing :version tag.
8952 * info.el: No need to require jka-compr when compiling.
bd23ebc0 8953
478615cc
LMI
89542011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8955
7b41decb
LMI
8956 * net/gnutls.el (gnutls-algorithm-priority): New variable.
8957 (gnutls-negotiate): Use it.
8958
dbc44fcd
LMI
8959 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
8960
06789f97
LMI
8961 * info.el (Info-beginning-of-buffer): New command.
8962 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
8963 announcing `b' as the key (bug#8325).
ab896c37 8964 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 8965
c39da690
LMI
8966 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
8967
3aa5f34b
LMI
8968 * international/mule-cmds.el
8969 (describe-specified-language-support): Make the error message
8970 clearer (bug#8905).
8971
4bf0979f
LMI
8972 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
8973
478615cc
LMI
8974 * isearch.el (isearch-barrier): Add a doc string, since it's
8975 mentioned in a function doc string (bug#8678).
8976
75c68aa1
MR
89772011-07-15 Martin Rudalics <rudalics@gmx.at>
8978
8979 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
8980 buffer argument (Bug#9083) and self-identifying label argument.
8981
a7c33da2
GM
89822011-07-15 Glenn Morris <rgm@gnu.org>
8983
8984 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
8985
2f5c6024
LMI
89862011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8987
8988 * man.el (Man-fontify-manpage): Fix message when formatting the
8989 man page (bug#7929).
8990
0bb23927 89912011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
8992
8993 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
8994 argument LRM; if non-nil, append an invisible LRM character to the
8995 buffer name.
8996 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
8997 last argument non-nil, when formatting buffer names.
0bb23927
EZ
8998 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
8999 paragraph direction.
cce4b0a7 9000
621ef9ab
LMI
90012011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9002
d1583c48
LMI
9003 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
9004 the man page name (bug#7929).
9005
6a57fb5f
LMI
9006 * image.el (put-image): Mention the `put-image' overlay property
9007 (bug#7834).
9008
d7956b14
LMI
9009 * scroll-bar.el (set-scroll-bar-mode): Mention that
9010 `scroll-bar-mode' lists the values (bug#7772).
9011
5b2d4a66
LMI
9012 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
9013 command (bug#7729).
9014
7509a874
LMI
9015 * rect.el (apply-on-rectangle): Return the point after the last
9016 operation.
9017 (string-rectangle): Go to the point after the last operation
9018 (bug#7522).
9019
4fe74b19
LMI
9020 * printing.el (pr-toggle-region): Clarify the documentation
9021 slightly (bug#7493).
9022
b796c9b7
SM
9023 * time.el (display-time-update):
9024 Allow `display-time-mail-function' to return nil (bug#7158).
9025 Fix suggested by Detlev Zundel.
ab283561 9026
fc233c9d
LMI
9027 * vc/diff.el (diff): Clarify the order the file names are read
9028 (bug#7111).
9029
43f5740b
LMI
9030 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
9031 the doc string (bug#7015).
9032
f2182a76
LMI
9033 * font-lock.el (font-lock-maximum-decoration): Mention what
9034 numeric levels mean (bug#6935).
9035
621ef9ab
LMI
9036 * startup.el (initial-buffer-choice): Don't mention the `none'
9037 selection, which is against policy.
9038
adc47434
MR
90392011-07-14 Martin Rudalics <rudalics@gmx.at>
9040
b796c9b7
SM
9041 * window.el (display-buffer-normalize-special):
9042 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 9043
7e5bfb8f
EZ
90442011-07-14 Eli Zaretskii <eliz@gnu.org>
9045
9046 * subr.el (version<, version<=, version=): Mention "-CVS" and
9047 "-12345" alpha version numbers.
9048
27fa387a
CY
90492011-07-14 Chong Yidong <cyd@stupidchicken.com>
9050
9051 * bindings.el: Add advertised binding for set-mark-command
9052 (Bug#5772).
9053
8bdfa064
CY
90542011-07-14 Chong Yidong <cyd@stupidchicken.com>
9055
9056 * bindings.el (mode-line-other-buffer):
9057 * bookmark.el (bookmark-bmenu-2-window):
9058 * bs.el (bs-cycle-next, bs-cycle-previous):
9059 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
9060 switch-to-buffer.
9061
9062 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 9063 Delete.
8bdfa064 9064
5eba16a3
JB
90652011-07-14 Juanma Barranquero <lekktu@gmail.com>
9066
9067 * follow.el (follow-debug-message, follow-redisplay):
9068 * jka-cmpr-hook.el (with-auto-compression-mode):
9069 Fix typos in docstrings.
9070
15853710
LMI
90712011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9072
a28e4607
LMI
9073 * subr.el (with-silent-modifications): Clarify somewhat what the
9074 macro inhibits (bug#6525).
9075
15853710
LMI
9076 * simple.el (eval-expression): Note what it does if called
9077 interactively (bug#6495).
9078
bee0fcef
CY
90792011-07-13 Chong Yidong <cyd@stupidchicken.com>
9080
b796c9b7
SM
9081 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
9082 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
9083
9084 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9085 Remove switch-to-buffer.
9086
58274504
LMI
90872011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9088
bd2fcc8d
LMI
9089 * files.el (make-directory): Clarify that an error will be raised
9090 if there's an error (bug#6397).
9091
0f04b32c
LMI
9092 * startup.el (initial-buffer-choice): Add `none' as a choice
9093 (bug#6234).
9094
465c5fc8
LMI
9095 * subr.el (add-hook): Clarify section about buffer-local hooks
9096 (bug#6218).
9097
58274504
LMI
9098 * dired.el (dired-flagged): Clarify doc string (bug#6117).
9099
bead9a43
JB
91002011-07-13 Juanma Barranquero <lekktu@gmail.com>
9101
9102 * tabify.el (untabify): Preserve the current column so that point
9103 doesn't move (bug#6032).
9104
3af98a7b
LMI
91052011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9106
b796c9b7
SM
9107 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
9108 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 9109
6240145a
GM
91102011-07-13 Glenn Morris <rgm@gnu.org>
9111
9112 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
9113 (dired-insert-directory): Give a message the first time
9114 if ls is found not to support --dired.
9115
1d8c2ccc
LMI
91162011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9117
9118 * simple.el (toggle-truncate-lines): Clarify what is toggled
9119 (bug#5580). Text by Drew Adams.
9120
5fc4038e
CY
91212011-07-13 Chong Yidong <cyd@stupidchicken.com>
9122
9123 * simple.el (blink-matching-open): Make the error message from the
9124 last change less verbose.
9125
bf6012e5
DN
91262011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
9127
9128 * font-lock.el (font-lock-comment-face): Use the high contrast
9129 "yellow" color for font-lock-comment-face on low color terminals
9130 using a dark background color (bug#4221).
9131
343c3b5a
LMI
91322011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9133
7e9505c5
LMI
9134 * dired.el (dired-insert-set-properties): Make the doc string
9135 reflect what it does now (bug#5325).
9136
c26fdcf5
LMI
9137 * simple.el (blink-matching-open): Say that we were unable to find
9138 the match within the limit, if we're limited (bug#5122).
9139
bb388cc5
LMI
9140 * international/mule-cmds.el (prefer-coding-system): Add an
9141 example (bug#4869).
9142
343c3b5a
LMI
9143 * progmodes/etags.el (tags-search): Document `file-list-form'
9144 (bug#4731).
9145
2a517d45
LM
91462011-07-13 Lawrence Mitchell <wence@gmx.li>
9147
9148 * net/browse-url.el (browse-url-default-browser)
9149 (browse-url-browser-function): Make the default browser choice a
9150 bit more logical (bug#4300). Also clean up the doc string.
9151
b6c78ef2
JB
91522011-07-13 Juanma Barranquero <lekktu@gmail.com>
9153
9154 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
9155 binary endings (bug#4440).
9156
1c4dd947
LMI
91572011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9158
a2014063
LMI
9159 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
9160 which can be pretty annoying (bug#8971).
9161
9c9c2d88
LMI
9162 * jka-compr.el (jka-compr-verbose): New variable, and use
9163 throughout (bug#8971).
9164
1c4dd947
LMI
9165 * info.el (Info-find-file): Fall back on the installation
9166 directory if we can't find the info node anywhere else.
9167
a1c9f41b
SO
91682011-07-13 Sergei Organov <osv@javad.com> (tiny change)
9169
9170 * vc/vc.el (vc-revert-file):
9171 Don't set file time-stamp in the past. (Bug#5181)
9172
536f3d36
LMI
91732011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9174
7152b011
LMI
9175 * files.el (after-find-file): Give a better error message when
9176 trying to find a symlink that points to a file that doesn't exist
9177 (bug#4398).
9178
536f3d36
LMI
9179 * progmodes/cc-vars.el: Remove (probably) misleading comment
9180 (bug#4396).
9181
460c0fba
JB
91822011-07-12 Johan Bockgård <bojohan@gnu.org>
9183
9184 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
9185
7a6bda45
CY
91862011-07-12 Chong Yidong <cyd@stupidchicken.com>
9187
9188 * mouse-sel.el: Hack restoring functionality, while keeping
9189 compatibility with 2010-07-03 changes to mouse selection.
9190 (mouse-sel-primary-overlay): New var.
9191 (mouse-sel-selection-alist): Use it.
9192 (mouse-sel-mode): Doc fix; remove points that are default features
9193 of mouse.el.
9194
c79598ef
JB
91952011-07-12 Johan Bockgård <bojohan@gnu.org>
9196
9197 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9198 Fix previous fix (bug#2490).
9199
ff8be6ef
RW
92002011-07-12 Roland Winkler <winkler@gnu.org>
9201
b796c9b7
SM
9202 * textmodes/bibtex.el (bibtex-initialize):
9203 Use pop-to-buffer-same-window.
ff8be6ef
RW
9204 (bibtex-search-entries): Fix interactive call.
9205
296ba3ee
LMI
92062011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9207
f5242a02 9208 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
9209 Fontise bytecomp Error lines more correctly (bug#2490).
9210 Fix suggested by Johan Bockgård.
f5242a02 9211
296ba3ee
LMI
9212 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
9213
9214 * dired-x.el (dired-guess-default): Use `delete-dups'.
9215
f69fd0d2
CY
92162011-07-12 Chong Yidong <cyd@stupidchicken.com>
9217
9218 * dired.el (dired-mark-prompt):
9219 * dired-aux.el (dired-read-shell-command): Doc fix.
9220
eab5dc07
LMI
92212011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9222
b796c9b7
SM
9223 * mail/sendmail.el (sendmail-query-once):
9224 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
9225 emacs -Q.
9226
9227 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
9228
eab5dc07
LMI
9229 * cus-edit.el (custom-file): Take an optional no-error variable.
9230 (customize-save-variable): Set the variable, and give a warning if
9231 running under "emacs -q".
9232
a1e65d42
JB
92332011-07-11 Juanma Barranquero <lekktu@gmail.com>
9234
9235 * loadhist.el (unload-feature-special-hooks):
9236 Add `auto-coding-functions', `fill-nobreak-predicate' and
9237 `find-directory-functions' (bug#5327).
9238
1d52da10
LMI
92392011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9240
be958f1d
LMI
9241 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
9242
5bedb26c
LMI
9243 * cus-edit.el (custom-guess-name-alist): -alist variables should
9244 use the `alist' type (bug#3120). Suggested by Drew Adams.
9245
1d52da10
LMI
9246 * printing.el: Add documentation to all the `pr-toggle-' commands.
9247
cd394be1 92482011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
9249
9250 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
9251 backends where it makes sense (bug#2623).
9252
dcc88d8a
LMI
92532011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9254
c3de9feb
LMI
9255 * dired-x.el (dired-guess-default): Remove duplicate shell command
9256 entries (bug#2028).
8a93078b 9257 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 9258 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 9259
dcc88d8a
LMI
9260 * subr.el (remove-duplicates): New conveniency function.
9261
505e3645
LMI
92622011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9263
9264 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
9265 (bug#1526).
9266
92672011-07-10 Martin Rudalics <rudalics@gmx.at>
9268
9269 * window.el (display-buffer-normalize-default): Don't invert
9270 meaning of even-window-heights. Reported by Eli Zaretskii
9271 <eliz@gnu.org>.
9272
455e4fa1
BR
92732011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
9274
9275 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
9276
8e0bc3e9
CY
92772011-07-10 Chong Yidong <cyd@stupidchicken.com>
9278
9279 * window.el (display-buffer): Fix arguments to
9280 display-buffer-reuse-window in last change.
9281
fa7c3228
CY
9282 * faces.el (link): Use a less saturated blue on light backgrounds.
9283
9284 * startup.el (fancy-startup-text, fancy-about-text)
9285 (fancy-startup-tail): Use font-lock faces, for background safety.
9286
c0a7f300
BN
92872011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
9288
b796c9b7
SM
9289 * emulation/viper-cmd.el (viper-change-state-to-vi):
9290 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 9291
4dc2a129
MR
92922011-07-09 Martin Rudalics <rudalics@gmx.at>
9293
9294 * window.el (display-buffer-default-specifiers): Remove.
9295 (display-buffer-macro-specifiers): Remove default specifiers.
9296 (display-buffer-alist): Default to nil.
b796c9b7 9297 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
9298 (display-buffer-pop-up-window): Allow splitting internal
9299 windows. Check whether a live window was created.
9300 (display-buffer-other-window-means-other-frame)
9301 (display-buffer-normalize-arguments): Rename to
9302 display-buffer-normalize-argument and rewrite. Set the
9303 other-window specifier.
9304 (display-buffer-normalize-special): New function.
9305 (display-buffer-normalize-options): Rename to
9306 display-buffer-normalize-default and rewrite.
9307 (display-buffer-normalize-options-inhibit): Remove.
9308 (display-buffer-normalize-specifiers): Rewrite.
9309 (display-buffer): Process other-window specifier and call
9310 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
9311 more faithfully.
b796c9b7 9312 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 9313 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
9314 (display-buffer-in-window, display-buffer-alist-set):
9315 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
9316 <tassilo@member.fsf.org>.
9317
2d43b8c9
LL
93182011-07-09 Leo Liu <sdl.web@gmail.com>
9319
9320 * register.el (insert-register): Restore accidental change on
9321 2011-06-26. (Bug#9028)
9322
7f9b7c53
GM
93232011-07-09 Glenn Morris <rgm@gnu.org>
9324
9325 * subr.el (remq): Handle the empty list. (Bug#9024)
9326
f042cfd8
AS
93272011-07-08 Andreas Schwab <schwab@linux-m68k.org>
9328
9329 * mail/sendmail.el (send-mail-function): No longer delay custom
9330 initialization.
9331 * custom.el (custom-initialize-delay): Doc fix.
9332
856b2f11
SM
93332011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
9334
9335 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
9336
afae1d68
MA
93372011-07-08 Michael Albinus <michael.albinus@gmx.de>
9338
9339 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
9340 human-friendly prompt.
9341
0757af94
SM
93422011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
9343
9344 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
9345 provided by a particular plugin.
9346
d760b731
LMI
93472011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9348
9349 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
9350 save customizations (with "emacs -Q"), just set the variable
9351 instead of erroring out.
9352
9353 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
9354
cd79ce90
JL
93552011-07-08 Juri Linkov <juri@jurta.org>
9356
9357 * arc-mode.el (archive-zip-expunge, archive-zip-update)
9358 (archive-zip-update-case): Use 7z if found by `executable-find'.
9359 The order of searching the available programs is the same as in
9360 `archive-zip-extract' (bug#8968).
9361
14cc04aa
CY
93622011-07-07 Chong Yidong <cyd@stupidchicken.com>
9363
9364 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
9365 (menu-bar-options-menu): Tweak descriptions.
9366
0a1848ec
LMI
93672011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
9368
9369 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
9370 menu items into verb phrases (bug#1421). Also refill to fit under
9371 80 columns.
9372
f5bd0689
CY
93732011-07-07 Chong Yidong <cyd@stupidchicken.com>
9374
538e85c6
CY
9375 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
9376 (Info-read-node-name): Doc fix (Bug#1084).
9377
f5bd0689
CY
9378 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
9379 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
9380 (end-of-sexp, beginning-of-sexp)
9381 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
9382 (forward-symbol, forward-same-syntax, word-at-point)
9383 (sentence-at-point): Doc fix (Bug#1144).
9384
56ec5115
LMI
93852011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
9386
f3f8e37f
LMI
9387 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
9388 should cover it (bug#1281).
9389
0757af94 9390 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 9391
e9fce1ac 9392 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
9393 negotiation fails, then possibly try again with a non-encrypted
9394 connection (bug#9017).
9395
56ec5115
LMI
9396 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
9397 be used.
9398
c2f9aec8
RS
93992011-07-07 Richard Stallman <rms@gnu.org>
9400
9401 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
9402 property, and handle its changed format.
9403 Look for the correct line number.
9404 Use file's line contents (but not past first =) to find
9405 correct line in message.
9406
ef7b981d 94072011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
9408
9409 * international/characters.el (build-unicode-category-table):
9410 Delete it.
0757af94 9411 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 9412
0757af94 9413 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
9414 to src/chartab.c.
9415 (get-char-code-property): Call unicode-property-table-internal to
9416 load a file. Call get-unicode-property-internal where necessary.
9417 (put-char-code-property): Call unicode-property-table-internal to
9418 load a file. Call put-unicode-property-internal where necessary.
9419 put-unicode-property-internal where necessary.
0757af94
SM
9420 (char-code-property-description):
9421 Call unicode-property-table-internal to load a file.
c805dec0
KH
9422
9423 * international/charprop.el:
9424 * international/uni-bidi.el:
9425 * international/uni-category.el:
9426 * international/uni-combining.el:
9427 * international/uni-comment.el:
9428 * international/uni-decimal.el:
9429 * international/uni-decomposition.el:
9430 * international/uni-digit.el:
9431 * international/uni-lowercase.el:
9432 * international/uni-mirrored.el:
9433 * international/uni-name.el:
9434 * international/uni-numeric.el:
9435 * international/uni-old-name.el:
9436 * international/uni-titlecase.el:
9437 * international/uni-uppercase.el: Regenerate.
9438
9439 * loadup.el: Load international/charprop.el before
9440 international/characters.
9441
e14b388a
CY
94422011-07-07 Chong Yidong <cyd@stupidchicken.com>
9443
9444 * window.el (next-buffer, previous-buffer): Signal an error if
9445 called from a minibuffer window.
9446
9447 * bindings.el: Revert 2011-07-04 change.
9448
354cf0ba
RS
94492011-07-06 Richard Stallman <rms@gnu.org>
9450
9451 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
9452 (rmail-mime-insert-bulk, rmail-mime-insert-text):
9453 Treat markers like ints.
9454 (rmail-mime-entity): Doc fix.
9455
a48868a7
LMI
94562011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9457
4906cd3d
LMI
9458 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
9459 defcustom again for backwards compatibility.
9460
e0457abe
LMI
9461 * simple.el (shell-command-on-region): Fill.
9462
d67f7e1f
LMI
9463 * dired-aux.el (dired-kill-line): Add a doc string.
9464
fe204702
LMI
9465 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
9466 to "\\sw\\|\\s_" (bug#358).
9467
a48868a7
LMI
9468 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
9469 (dired-unmark-backward): Ditto.
9470 (dired-flag-backup-files): Ditto.
9471
9472 * dired-x.el (dired-mark-sexp): Ditto.
9473
aa8a705c
RS
94742011-07-06 Richard Stallman <rms@gnu.org>
9475
9476 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
9477 (rmail-mime-entity): New arg TRUNCATED.
9478 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
9479 New functions.
9480 (rmail-mime-save): Warn if entity is truncated.
9481 (rmail-mime-toggle-hidden): Likewise, for showing.
9482 (rmail-mime-process-multipart): Record when an entity is truncated.
9483
a9a936b9
RS
9484 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
9485 if ENTITY is a string.
9486
1f2b92cb
LMI
94872011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9488
f4f73198 9489 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
9490 of faces when `M-C-x'-ing their definitions (bug#8378).
9491 Also clean up the code slightly.
f4f73198 9492
12b16734 9493 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 9494 because that makes the colors go away.
12b16734 9495
f0691d22
LMI
9496 * mail/sendmail.el (send-mail-function): Change the default to
9497 `sendmail-query-once'.
9e87df06 9498 (sendmail-query-once): Add an autoload cookie.
f0691d22 9499
1f2b92cb
LMI
9500 * net/network-stream.el (network-stream-open-starttls): Try using
9501 a plain connection even if the server offered STARTTLS, and we
9502 kinda wanted to use it, if Emacs doesn't have any STARTTLS
9503 capability. This should make smtpmail.el work in slightly more
9504 configurations.
9505
1cdd2a1b
MA
95062011-07-06 Michael Albinus <michael.albinus@gmx.de>
9507
9508 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
9509 New defun.
9510 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
9511
fbcc67e2
MM
95122011-07-06 Michael R. Mauger <mmaug@yahoo.com>
9513
9514 * progmodes/sql.el: Version 3.0
0757af94 9515 (sql-product-alist): Add product :completion-object,
fbcc67e2 9516 :completion-column, and :statement attributes.
0757af94 9517 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 9518 (sql-mode-syntax-table): Mark all punctuation.
0757af94 9519 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
9520 ansi keywords.
9521 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 9522 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
9523 (sql-oracle-show-reserved-words): New function for development.
9524 (sql-product-font-lock): Simplify for source code buffers.
9525 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
9526 New functions.
9527 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
9528 (sql-mode-map): Add statement movement functions.
9529 (sql-ansi-statement-starters, sql-oracle-statement-starters):
9530 New variable.
fbcc67e2
MM
9531 (sql-statement-regexp, sql-beginning-of-statement)
9532 (sql-end-of-statement, sql-signum): New functions.
0757af94 9533 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
9534 (sql-show-sqli-buffer): Bug fix.
9535 (sql-interactive-mode): Store connection data as buffer local.
0757af94 9536 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
9537 with sql-interactive-mode.
9538 (sql-save-connection): Save buffer local settings.
0757af94 9539 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
9540 (sql-product-interactive): Bug fix.
9541 (sql-preoutput-hold): New variable.
9542 (sql-interactive-remove-continuation-prompt): Bug fixes.
9543 (sql-debug-redirect): New variable.
9544 (sql-str-literal): New function.
9545 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 9546 Redesign.
fbcc67e2
MM
9547 (sql-oracle-save-settings, sql-oracle-restore-settings)
9548 (sql-oracle-list-all, sql-oracle-list-table): New functions.
9549 (sql-completion-object, sql-completion-column)
9550 (sql-completion-sqlbuf): New variables.
9551 (sql-build-completions-1, sql-build-completions)
9552 (sql-try-completion): New functions.
9553 (sql-read-table-name): Use them.
9554 (sql-contains-names): New buffer local variable.
9555 (sql-list-all, sql-list-table): Use it.
9556 (sql-oracle-completion-types): New variable.
9557 (sql-oracle-completion-object, sql-sqlite-completion-object)
9558 (sql-postgres-completion-object): New functions.
9559
d4eaeab1
GM
95602011-07-06 Glenn Morris <rgm@gnu.org>
9561
9562 * window.el (pop-to-buffer): Doc fix.
9563
322b7dab 95642011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
9565
9566 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
9567
322b7dab 95682011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 9569
322b7dab 9570 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 9571
322b7dab 9572 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 9573
605dd5bf
CY
95742011-07-05 Chong Yidong <cyd@stupidchicken.com>
9575
9576 * button.el (button): Inherit from link face. Suggested by Dan
9577 Nicolaescu.
9578
7dbfa719
SM
95792011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9580
3db614b0
SM
9581 * progmodes/gdb-mi.el: Fit in 80 columns.
9582 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
9583 switch-to-buffer.
9584
7dbfa719
SM
9585 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
9586 if imenu is simply not configured (bug#8941).
9587
919d884a
KM
95882011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
9589
9590 * allout.el (allout-post-undo-hook): New allout outline-change
9591 event hook to signal undo activity.
9592 (allout-post-command-business): Run allout-post-undo-hook if an
9593 undo just occurred.
7dbfa719
SM
9594 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
9595 * allout-widgets.el (allout-widgets-after-undo-function):
9596 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
9597 in the vicinity of an undo.
9598 (allout-widgets-mode): Include allout-widgets-after-undo-function
9599 on the new allout-post-undo-hook.
9600
450a0f09
SM
96012011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9602
9603 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
9604 Let define-derived-mode define it.
9605 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
9606 cycles of abbrev-table inheritance (bug#8998).
9607
2de69e00
RW
96082011-07-05 Roland Winkler <winkler@gnu.org>
9609
9610 * textmodes/bibtex.el: Add support for biblatex.
9611 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
9612 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
9613 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
9614 (bibtex-entry-alist, bibtex-field-alist): New variables.
9615 (bibtex-entry-field-alist): Obsolete alias for
9616 bibtex-BibTeX-entry-alist.
9617 (bibtex-entry-alist, bibtex-field-alist): New widgets.
9618 (bibtex-set-dialect): New command.
9619 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
9620 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
9621 Bind via bibtex-set-dialect.
2de69e00
RW
9622 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
9623 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
9624 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
9625 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
9626 Define via bibtex-set-dialect.
450a0f09
SM
9627 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
9628 Obey bibtex-no-opt-remove-re.
2de69e00
RW
9629 (bibtex-vec-push, bibtex-vec-incr): New functions.
9630 (bibtex-format-entry, bibtex-field-list)
9631 (bibtex-print-help-message, bibtex-validate)
9632 (bibtex-search-entries): Use new format of bibtex-entry-alist.
9633
2dcdbdd9
SM
96342011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9635
9636 * progmodes/compile.el (compilation-goto-locus):
9637 * net/tramp-cmds.el (tramp-append-tramp-buffers):
9638 * bs.el (bs-cycle-next, bs-cycle-previous):
9639 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
9640 * bindings.el (mode-line-other-buffer):
9641 * autoinsert.el (auto-insert):
9642 * arc-mode.el (archive-extract):
9643 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
9644
b27640fe
JB
96452011-07-05 Juanma Barranquero <lekktu@gmail.com>
9646
9647 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
9648 Fix check of `emacs-lock-unlockable-modes'.
9649 Coerce true values of `emacs-lock--try-unlocking' to t.
9650
53bbe3ad
JB
96512011-07-05 Juanma Barranquero <lekktu@gmail.com>
9652
9653 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
9654 * emacs-lock.el: New file.
9655
1d3cdbc7
JD
96562011-07-05 Julien Danjou <julien@danjou.info>
9657
9658 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
9659 than `boundp' to check if face is set.
9660
9173deec
JB
96612011-07-05 Juanma Barranquero <lekktu@gmail.com>
9662
9663 * register.el (registerv-make):
9664 * window.el (window-min-height): Fix typos in docstrings.
9665
869795d6
JD
96662011-07-05 Jan Djärv <jan.h.d@swipnet.se>
9667
9173deec 9668 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
9669 Update doc string.
9670
b768cdcd
JB
96712011-07-04 Juanma Barranquero <lekktu@gmail.com>
9672
9673 * server.el (server-execute): Catch quit and call
9674 `server-return-error' to pass the error back to emacsclient and
9675 close the connection (bug#8942).
9676
13aa217b
KM
96772011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
9678
9679 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
9680 insecure exception for current topic. Also note that auto-saves
9681 are handled differently.
9682
5d3385a0 9683 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
9684 State variables for tracking auto-save inhibition situation.
9685
9686 (allout-write-contents-hook-handler): Rename from
9687 'allout-write-file-hook-handler', and describe how it depends on
9688 write-contents-functions sensitivity to non-nil value to prevent
9689 file write.
9690
9691 (allout-auto-save-hook-handler): Remove. auto-save does not check
9692 this in individual buffers, only in the starting buffer, so this
9693 is not the right way for us to inhibit auto-save in a buffer
9694 according to its condition.
9695
9696 (allout-mode): Use new allout-write-contents-hook-handler, and
9697 only with write-contents-functions. Remove auto-save provisions -
9698 they're implemented elsewhere.
9699
9700 (allout-before-change-handler): If undo is in progress, note that
9701 for attention of allout-post-command-business.
9702
9703 (allout-post-command-business): If the command we're following was
9704 an undo, check for change in the status of encrypted items and
9705 adjust auto-save inhibitions accordingly.
9706
9707 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
9708 according to whether there are or aren't any plain-text topics
9709 pending encryption.
9710
2dcdbdd9 9711 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
9712 Adjust buffer-saved-size and some allout state to inhibit auto-saves
9713 if there are plain-text topics pending encryption.
13aa217b
KM
9714
9715 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
9716 buffer-saved-size and some allout state to not inhibit auto-saves
9717 if there are no longer any plain-text topics pending encryption.
9718
0757af94
SM
9719 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
9720 No longer provide for exemption of the current topic.
13aa217b 9721
ac89b32c
JL
97222011-07-04 Juri Linkov <juri@jurta.org>
9723
9724 Add 7z operations to delete and save changed members (bug#8968).
9725 * arc-mode.el (archive-7z-expunge, archive-7z-update):
9726 New defcustoms.
9727 (archive-7z-write-file-member): New function.
9728 (archive-7z-summarize): Fix the number of dashes in the
9729 listing output.
9730
8fa39615
SM
97312011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9732
9733 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
9734 (bug#8958).
9735
2f11b3f1
CY
97362011-07-04 Chong Yidong <cyd@stupidchicken.com>
9737
d66fef2b
CY
9738 * bindings.el: Ignore next-buffer and previous-buffer in
9739 minibuffer-local-map.
9740
2f11b3f1
CY
9741 * font-lock.el (font-lock-builtin-face): Change light background
9742 color to dark slate blue (Bug#6693).
9743
f932a347
WD
97442011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
9745
9746 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
9747
c8af70e1
SM
97482011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9749
9750 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
9751 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9752 Add switch-to-buffer.
9753
f158badc
LMI
97542011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9755
9756 * isearch.el (isearch-search-fun-function): Clarify further the
9757 meaning of the function returned.
9758
6d95bd46
MA
97592011-07-04 Michael Albinus <michael.albinus@gmx.de>
9760
9761 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
9762
9763 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
9764 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
9765 Use it.
9766 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
9767 `tramp-default-remote-path' does not exist.
9768 (tramp-send-command-and-read): New optional argument NOERROR.
9769 (tramp-open-connection-setup-interactive-shell)
9770 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
9771 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
9772 (tramp-process-sentinel): Flush also process' connection property.
9773 (tramp-sh-handle-start-file-process): Do not set process
9774 sentinel. It is done now ...
9775 (tramp-maybe-open-connection): ... here. (Bug#8929)
9776
909e6b67
MK
97772011-07-04 MON KEY <monkey@sandpframing.com>
9778
9779 * play/animate.el (animate-string): Doc fixes and allow changing
9780 the buffer name (bug#5417).
9781
97822011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9783
c8af70e1 9784 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 9785
f34755dc
PE
97862011-07-04 Paul Eggert <eggert@cs.ucla.edu>
9787
396cec72
PE
9788 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
9789 This is simpler and helps future-proof the code.
9790 (timer-until): Use time-subtract and float-time.
08235028 9791 (timer--time-less-p): Use time-less-p.
f34755dc 9792
56e6cc31
JB
97932011-07-04 Juanma Barranquero <lekktu@gmail.com>
9794
3abb79e5
JB
9795 * type-break.el (timep): Use the value of `float-time' to avoid a
9796 byte-compiler warning.
9797
56e6cc31
JB
9798 * server.el (server-eval-and-print): Return any result, even nil.
9799
7b9430b4
PE
98002011-07-03 Paul Eggert <eggert@cs.ucla.edu>
9801
9802 * type-break.el: Accept time formats that the builtins accept.
9803 (timep, type-break-time-difference): Accept any format that
9804 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
9805 This is simpler and helps future-proof the code.
9806 (type-break-time-difference): Round rather than ignoring
9807 subseconds components.
9808
3034e9e7
LMI
98092011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9810
9811 * info.el (Info-apropos-matches): Make non-interactive, since it
9812 doesn't seem to do anything useful as a command (bug#8829).
9813
1485f4c0
CY
98142011-07-03 Chong Yidong <cyd@stupidchicken.com>
9815
9816 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 9817 Move from faces.el.
1485f4c0
CY
9818 (frame-default-terminal-background): New function.
9819
9820 * custom.el (custom-push-theme): Don't record faces in `changed'
9821 theme; this doesn't work correctly for per-frame face settings.
9822 (disable-theme): Use face-set-after-frame-default to reset faces.
9823 (custom--frame-color-default): New function.
9824
9fa3dd45
LMI
98252011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9826
c8af70e1 9827 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
9828 (bug#8769).
9829
6cbbc20c
KR
98302011-03-29 Kevin Ryde <user42@zip.com.au>
9831
9832 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9833 `perl-Test2' extend to match possible "fail #N" rep count
9834 (bug#8377).
9835
c7f98048
LMI
98362011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9837
65676592
LMI
9838 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
9839 `smtpmail-via-smtp' now returns the error instead of nil.
9840
c7f98048
LMI
9841 * isearch.el (isearch-search-fun-function): Clarify the doc string
9842 (bug#8101).
9843
56e6cc31 98442011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
9845
9846 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
9847 unnecessary spaces (bug#8987).
9848
2b216704
LMI
98492011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9850
9851 * net/network-stream.el (open-network-stream): Use the
9852 :end-of-capability command thoughout.
9853
98542011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9855
9856 * net/network-stream.el (open-network-stream): Add the
9857 :end-of-capability command parameter, used by pop3.el.
9858
36adf6ce
LMI
98592011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9860
1ca0da0e
LMI
9861 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
9862
fc00f69c
LMI
9863 * fringe.el (fringe-query-style): Remove redundant text " (type ?
9864 for list)" (bug#6475).
9865
28fd8759 9866 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 9867 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
9868 an error (bug#6297).
9869
0dd8b6da
LMI
9870 * man.el (Man-reference-regexp): Allow matching possible
9871 word-wrapped references (bug#6289).
9872
ce1438d6
LMI
9873 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
9874 for consistency with the other vc buffers (bug#6197).
9875 (vc-checkin): Ditto.
9876
9877 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
9878
36adf6ce
LMI
9879 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
9880
e83cc1f7
LMI
98812011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9882
8a20ca4c
LMI
9883 * custom.el (defcustom): Clarify that :set is only used in the
9884 Customize user interface (bug#6089).
9885
83319045
LMI
9886 * progmodes/flymake.el (flymake-mode): If the buffer isn't
9887 associated with a file, refuse to run instead of erroring out
9888 (bug#6084).
9889
a8392169
LMI
9890 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
9891 the doc string, since it appears that using `fill-column' always
9892 controls the width (bug#7845).
9893
e83cc1f7
LMI
9894 * simple.el (shell-command-on-region): Say where the error output
9895 went if `shell-command-default-error-buffer' is set (bug#6857).
9896
e47ca23b
KM
98972011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
9898
9899 * allout.el (allout-yank-processing): Adjust cursor position for
9900 backwards-deleted space.
9901
9902 (allout-rebullet-heading): Register changes with
9903 allout-exposure-changed-hook, so the modified topic is properly
9904 decorated.
9905
5cf56143
LMI
99062011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9907
08549772
LMI
9908 * minibuffer.el (completion-in-region): Document PREDICATE
9909 (bug#7136).
9910
48e96771
LMI
9911 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
9912 of keyword/argument pairs (bug#6904).
9913
c8af70e1
SM
9914 * replace.el (multi-occur):
9915 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 9916
e17d05e2
LMI
99172011-07-02 Drew Adams <drew.adams@oracle.com>
9918
9919 * dired.el (dired-mark-if): Make the message about whether it's
9920 marking or unmarking clearer (bug#8523).
9921
063b0e45
LMI
99222011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9923
9924 * disp-table.el (display-table-print-array): New function.
9925 (describe-display-table): Use it to print the vectors more pretty
9926 (Bug#8859).
9927
28545e04
MR
99282011-07-02 Martin Rudalics <rudalics@gmx.at>
9929
9930 * window.el (window-state-get-1): Don't assign clone numbers.
9931 Add clone-of item to list of window parameters.
9932 (window-state-put-2): Don't process clone numbers.
9933 (display-buffer-alist): Fix doc-string.
9934
3349e122
SM
99352011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
9936
9937 * subr.el (remq): Don't allocate if it's not needed.
9938 (keymap--menu-item-binding, keymap--menu-item-with-binding)
9939 (keymap--merge-bindings): New functions.
9940 (keymap-canonicalize): Use them to refine the canonicalization.
9941 * minibuffer.el (minibuffer-local-completion-map)
9942 (minibuffer-local-must-match-map): Move initialization from C.
9943 (minibuffer-local-filename-completion-map): Move initialization from C;
9944 don't inherit from anything here.
9945 (minibuffer-local-filename-must-match-map): Make obsolete.
9946 (completing-read-default): Use make-composed-keymap to combine
9947 minibuffer-local-filename-completion-map with either
9948 minibuffer-local-must-match-map or
9949 minibuffer-local-filename-completion-map.
9950
d224ac83
GM
99512011-07-01 Glenn Morris <rgm@gnu.org>
9952
3de63bf8
GM
9953 * type-break.el (type-break-time-sum): Use dolist.
9954
d224ac83
GM
9955 * textmodes/flyspell.el (flyspell-word-search-backward):
9956 Replace CL function.
9957
1a1e3f32
SM
99582011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9959
fe3f64d5
SM
9960 * mouse.el (mouse--strip-first-event): New function.
9961 (function-key-map): Use it to map fringe clicks to normal clicks
9962 by default.
9963
eb604e34
SM
9964 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
9965 (vc-bzr-revision-completion-table): Add support for annotate and date.
9966
1a1e3f32
SM
9967 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
9968 inherit from parent.
9969
5bd35902
LMI
99702011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9971
ace6c69c 9972 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 9973 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 9974
191e2bed
LMI
9975 * dired.el (dired-mode): Fix up the doc string as suggested by
9976 Drew Adams (bug#8817).
9977
5bd35902
LMI
9978 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
9979 cookie, since the manual says that it should be possible to add
9980 this function to `find-file-hook' (bug#8709).
9981
eee8207a
TZ
99822011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
9983
9984 * progmodes/cfengine.el: Moved all cfengine3.el functionality
9985 here. Noted Ted Zlatanov as the maintainer.
9986 (cfengine-common-settings, cfengine-common-syntax): New functions
9987 to set up common things between `cfengine-mode' and
9988 `cfengine3-mode'.
9989 (cfengine3-mode): New mode.
9990 (cfengine3-defuns cfengine3-defuns-regex
9991 (cfengine3-class-selector-regex cfengine3-category-regex)
9992 (cfengine3-vartypes cfengine3-font-lock-keywords)
9993 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 9994 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 9995
36b148cf
MA
99962011-07-01 Michael Albinus <michael.albinus@gmx.de>
9997
9998 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
9999
10000 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
10001
0bf4ba9a
MR
100022011-07-01 Martin Rudalics <rudalics@gmx.at>
10003
10004 * window.el (same-window-buffer-names, same-window-regexps)
10005 (same-window-p, special-display-frame-alist)
10006 (special-display-popup-frame, special-display-function)
10007 (special-display-buffer-names, special-display-regexps)
10008 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
10009 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10010 (split-window-preferred-function, split-height-threshold)
10011 (split-width-threshold, even-window-heights)
10012 (display-buffer-mark-dedicated, window-splittable-p)
10013 (split-window-sensibly, window-safely-shrinkable-p):
10014 Un-obsolete.
10015 (display-buffer): Don't spread args with function specifier
10016 because special-display-popup-frame won't like it.
10017
35837f51
PE
100182011-07-01 Paul Eggert <eggert@cs.ucla.edu>
10019
d0672f86
PE
10020 Time-stamp simplifications and fixes.
10021 These improve accuracy slightly, and future-proof the code
10022 against some potential changes to current-time format.
10023
b9444d97
PE
10024 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
10025 by using time-since and float-time.
10026
0ef923dc
PE
10027 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
10028 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
10029 + NNN microseconds".
10030
2f81380d
PE
10031 * type-break.el (type-break-time-sum): Rewrite using time-add.
10032
845b5c3e
PE
10033 * play/hanoi.el (hanoi-current-time-float): Remove.
10034 All uses replaced by float-time.
10035
ee6f1be0
PE
10036 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
10037 This yields a more-accurate answer.
10038 (rng-time-to-float): Remove; no longer needed.
10039
fe955043
PE
10040 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
10041
5777162a
PE
10042 * calendar/timeclock.el (timeclock-seconds-to-time):
10043 Defalias to seconds-to-time, since they're the same thing.
10044
3103f8b6 10045 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 10046 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
10047 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
10048
0e61a35f
SM
100492011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
10050
10051 * window.el (bury-buffer): Don't iconify the only frame.
10052 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
10053 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
10054
ddd63a1e
CY
100552011-07-01 Chong Yidong <cyd@stupidchicken.com>
10056
0e61a35f
SM
10057 * eshell/em-smart.el (eshell-smart-display-navigate-list):
10058 Add mouse-yank-primary.
ddd63a1e 10059
055f4923
TZ
100602011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
10061
10062 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
10063
6a2fb145
SM
100642011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
10065
10066 * emacs-lisp/find-func.el (find-library--load-name): New fun.
10067 (find-library-name): Use it to find relative load names when provided
10068 absolute file name (bug#8803).
10069
fd4983f2
LMI
100702011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10071
887d14ad
LMI
10072 * textmodes/flyspell.el (flyspell-word): Consider words that
10073 differ only in case as potential doublons (bug#5687).
10074
c53dc7fc
LMI
10075 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
10076 Remove two rather uninteresting debugging-like messages to make
10077 debbugs.el more silent.
10078
fd4983f2
LMI
10079 * comint.el (comint-password-prompt-regexp): Accept "Response" as
10080 a password-like phrase.
10081
7a71b18d 100822011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
10083
10084 * progmodes/cc-guess.el: New file.
10085
6a2fb145 10086 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
10087
10088 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
10089 derived from `c-basic-common-init'.
10090
10091 * progmodes/cc-mode.el (top-level): Require cc-guess.
10092 (c-basic-common-init): Use `cc-choose-style-for-mode'.
10093
1fa280a3
LM
100942011-06-30 Lawrence Mitchell <wence@gmx.li>
10095
10096 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
10097
e6597158
AM
100982011-06-30 Alan Mackenzie <acm@muc.de>
10099
1fa280a3
LM
10100 * progmodes/cc-engine.el (c-guess-continued-construct):
10101 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
10102 lock is disabled. Name this case as "CASE G".
10103
68ba37fb
KM
101042011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
10105
10106 * allout.el (allout-yank-processing): Fix injection of extra space
10107 between bullet and non-whitespace character in first topic when
10108 pasting, ensuring that the actual spacing in the pasted topic
10109 following the bullet char is preserved. This extra space was
10110 causing pasted encrypted topics to get a decrypted status even
10111 when the content was actually still encrypted. Now the decryption
10112 status from before the paste is preserved.
10113
10114 (allout-flag-region): Set all allout overlays so they evaporate
10115 when reduced to zero length (evanescent), to prevent overlay
10116 leakage.
10117
887a0b34
GM
101182011-06-30 Glenn Morris <rgm@gnu.org>
10119
94b9acce
GM
10120 * w32-fns.el (w32-charset-info-alist): Declare.
10121
1d9b46d4
GM
10122 * find-dired.el (find-grep-options): Simplify.
10123
cc232200
GM
10124 * term/ns-win.el (ns-set-resource): Declare.
10125
28e77c46
GM
10126 * ses.el (row, col): Declare dynamic variables honestly.
10127
887a0b34
GM
10128 * textmodes/reftex-parse.el (index-tags): Declare.
10129
658d8eb8
CY
101302011-06-30 Chong Yidong <cyd@stupidchicken.com>
10131
10132 * cus-edit.el (customize-push-and-save): New function.
10133
10134 * files.el (hack-local-variables-confirm): Use it.
10135
1fa280a3
LM
10136 * custom.el (load-theme): New arg NO-CONFIRM.
10137 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
10138 (custom-enabled-themes): Doc fix.
10139
10140 * cus-theme.el (customize-create-theme)
10141 (custom-theme-merge-theme): Callers to load-theme changed.
10142
bb617717
LMI
101432011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10144
d61bdd5d
LMI
10145 * thingatpt.el (thing-at-point-short-url-regexp): Require that
10146 short URLs have at least one dot in them (bug #7614).
10147
bb617717
LMI
10148 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
10149 nil, because using a pty is apparently too slow (bug #895).
10150
2f31f37a
LMI
101512011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10152
10153 * mail/sendmail.el (sendmail-query-once): New function.
10154 (sendmail-query-once-function): New variable.
10155
3076b24e
GM
101562011-06-29 Glenn Morris <rgm@gnu.org>
10157
faf2a174
GM
10158 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
10159
3076b24e
GM
10160 * ses.el (top-level): Require cl when compiling.
10161 (ses-set-localvars): Fix error statement.
10162 Call it at compile time to silence a storm of warnings.
10163
5386012d
MR
101642011-06-29 Martin Rudalics <rudalics@gmx.at>
10165
10166 * window.el (normalize-live-buffer): Rename to
10167 window-normalize-buffer.
10168 (normalize-live-frame): Rename to window-normalize-frame.
10169 (normalize-any-window): Rename to window-normalize-any-window.
10170 (normalize-live-window): Rename to window-normalize-live-window.
10171 (make-window-atom): Rename to window-make-atom.
10172 (window-resize-reset): Rename to window--resize-reset.
10173 (window-resize-reset-1): Rename to window--resize-reset-1.
10174 (resize-mini-window): Rename to window--resize-mini-window.
10175 (resize-subwindows-skip-p): Rename to
10176 window--resize-subwindows-skip-p.
10177 (resize-subwindows-normal): Rename to
10178 window--resize-subwindows-normal.
10179 (resize-subwindows): Rename to window--resize-subwindows.
10180 (resize-other-windows): Rename to window--resize-siblings.
10181 (resize-this-window): Rename to window--resize-this-window.
10182 (resize-root-window): Rename to window--resize-root-window.
10183 (resize-root-window-vertically): Rename to
10184 window--resize-root-window-vertically.
10185 (normalize-buffer-to-display): Rename to
10186 window-normalize-buffer-to-display.
10187 (normalize-buffer-to-switch-to): Rename to
10188 window-normalize-buffer-to-switch-to.
10189 Correspondingly update all callers of the functions listed
10190 above.
10191 (display-buffer-alist, display-buffer-normalize-arguments)
10192 (display-buffer-normalize-options, display-buffer)
10193 (display-buffer-alist-set): Use "function" instead of
10194 "fun-with-args".
10195
1176868d
CY
101962011-06-28 Chong Yidong <cyd@stupidchicken.com>
10197
10198 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
10199 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
10200 debbugs.gnu.org. Mention acknowledgment email.
10201
20a7a65f
LMI
102022011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
10203
10204 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
10205 buffer multibyteness, since it shouldn't matter.
10206
5f45cca5
MR
102072011-06-28 Martin Rudalics <rudalics@gmx.at>
10208
10209 * window.el (display-buffer-in-side-window): Handle dedicated
10210 windows as in display-buffer-reuse-window.
10211 (display-buffer-normalize-alist): Use value of override
10212 specifier.
10213 (display-buffer-normalize-specifiers): Use value of
10214 other-window-means-other-frame specifier.
10215 (display-buffer-alist): Rewrite some texts in widgets.
10216 (display-buffer): Spread arguments when calling function
10217 specified by fun-with-args.
10218
ad85fe1f
DD
102192011-06-28 Deniz Dogan <deniz@dogan.se>
10220
1fa280a3
LM
10221 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10222 Unnest `let'.
da68c4c8 10223
ad85fe1f
DD
10224 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
10225 selectors (Bug#5732).
ec49bd31 10226 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 10227
a08cc025
JA
102282011-06-27 Jari Aalto <jari.aalto@cante.net>
10229
10230 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
10231 (eshell-ls-date-format): New defcustom.
10232 (eshell-ls-file): Use it.
10233
e2b551c5
SM
102342011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
10235
10236 * help-fns.el (describe-variable): Fix message for terminal-local vars.
10237
8982b231
KY
102382011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
10239
10240 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
10241 (ange-ftp-make-tmp-name): New arg.
10242 (ange-ftp-file-local-copy): Use it.
10243
36c9fa27
J
102442011-06-27 Jambunathan K <kjambunathan@gmail.com>
10245
10246 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
10247 no-conversion (Bug#8870).
10248
d68443dc
MR
102492011-06-27 Martin Rudalics <rudalics@gmx.at>
10250
10251 * window.el (window-right, window-left, window-child)
10252 (window-child-count, window-last-child)
10253 (window-iso-combination-p, walk-window-tree-1)
10254 (window-atom-check-1, window-tree-1, delete-window)
10255 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
10256 new naming conventions - window-vchild, window-hchild,
10257 window-next and window-prev are now called window-top-child,
10258 window-left-child, window-next-sibling and window-prev-sibling
10259 respectively.
d615d6d2
MR
10260 (resize-window-reset): Rename to window-resize-reset.
10261 (resize-window-reset-1): Rename to window-resize-reset-1.
10262 (resize-window): Rename to window-resize.
10263 (window-min-height, window-min-width)
10264 (resize-mini-window, resize-this-window, resize-root-window)
10265 (resize-root-window-vertically, adjust-window-trailing-edge)
10266 (enlarge-window, shrink-window, maximize-window)
10267 (minimize-window, delete-window, quit-restore-window)
10268 (split-window, balance-windows, balance-windows-area-adjust)
10269 (balance-windows-area, window-state-put-2)
10270 (display-buffer-even-window-sizes, display-buffer-set-height)
10271 (display-buffer-set-width, set-window-text-height)
10272 (fit-window-to-buffer): Rename all "resize-window" prefixed
10273 calls to use the "window-resize" prefix convention.
10274 (display-buffer-alist): Fix symbol for label specifier.
10275 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
10276 corresponding specifier.
10277 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 10278
b6458526
VB
102792011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
10280
10281 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
10282 convention.
10283 (ses-call-printer): Does not pass an empty string to formatter when the
10284 cell is empty to keep from barking printer Calc math-format-value.
10285
d31fd9ac
RS
102862011-06-27 Richard Stallman <rms@gnu.org>
10287
43d5bf84
RS
10288 * battery.el (battery-mode-line-limit): New variable.
10289 (battery-update): Handle it.
10290
d31fd9ac
RS
10291 * mail/rmailmm.el (rmail-mime-process-multipart):
10292 Handle truncated messages.
10293
819a6054
GM
102942011-06-27 Glenn Morris <rgm@gnu.org>
10295
10296 * progmodes/flymake.el (flymake-err-line-patterns):
10297 Allow for column numbers in the ant/javac pattern. (Bug#8866)
10298
cedc73f2
VB
102992011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
10300
819a6054 10301 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
10302 (ses--clean-!, ses--clean-_): New functions.
10303 (ses-range): Add configurability of readout order, and conversion
10304 to Calc vector.
10305
5e5d49b6
VB
10306 * ses.el (ses-repair-cell-reference-all): New function.
10307 (ses-cell-symbol): Set macro as safe, so that it can be used in
10308 formulas.
10309
56e6cc31 10310 * ses.el: Update cycle detection algorithm.
90ca8b49 10311 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 10312 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
10313 (ses-set-localvars): New function.
10314 (ses-make-cell): Add property-list as a cell element.
10315 (ses-cell-property-get-fun, ses-cell-property-get)
10316 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
10317 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
10318 New functions.
90ca8b49
VB
10319 (ses-cell-property-set, ses-cell-property-pop)
10320 (ses-cell-property-get-handle): New macro.
10321 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
10322 New aliases, used for code readability.
10323 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
10324 cycle detection.
10325 (ses-self-reference-early-detection): New defcustom.
fac916bf 10326 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
10327 (ses-mode): Use ses-set-localvars.
10328 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
10329 before lauching the update processing.
10330 (ses-initialize-Dijkstra-attempt): New function.
10331 (ses-recalculate-cell): Update for cycle detection based on
10332 Dijkstra algorithm.
10333
2bb63e81
VB
10334 * ses.el: Fix commenting and indenting convention.
10335
c9d29fb8
SM
103362011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
10337
10338 * bs.el (bs-cycle-next): Complete last change.
10339
d8e4b68b
JB
103402011-06-27 Drew Adams <drew.adams@oracle.com>
10341
10342 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
10343
40098786
LMI
103442011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10345
c9d29fb8
SM
10346 * net/network-stream.el (network-stream-open-starttls):
10347 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
10348 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
10349
40098786
LMI
10350 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
10351 to binary to possibly avoid line encoding issues on Windows (among
10352 other things).
10353
468d09d4
LMI
103542011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10355
10356 * net/network-stream.el (open-network-stream): Return an :error
10357 saying what the problem was, if possible.
10358
10359 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
10360 server.
10361
10362 * net/network-stream.el (network-stream-open-starttls): If we
10363 wanted to use STARTTLS, and the server offered it, but we weren't
10364 able to because we had no STARTTLS support, then close the connection.
10365 (open-network-stream): Return an :error element, if present.
10366
16f07dd7
CY
103672011-06-26 Chong Yidong <cyd@stupidchicken.com>
10368
88821ca0
CY
10369 * hl-line.el (hl-line-sticky-flag): Doc fix.
10370 (global-hl-line-sticky-flag): New option (Bug#8323).
10371 (global-hl-line-highlight): Obey it.
10372
16f07dd7
CY
10373 * vc/vc.el (vc-revert-show-diff): Default to t.
10374
6b5ccddf
KM
103752011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
10376
c9d29fb8
SM
10377 * allout-widgets.el (allout-widgets-post-command-business):
10378 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
10379 undecorated when an isearch is continued past, and isearch
10380 automatically collapses them. This leads to "widget leaks", where
10381 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
10382 hidden widgets can slow down cursor travel, substantially.
10383 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
10384 so we're doing without this nicety.
10385
10386 (allout-widgets-tally-string): Don't try to do a hash-table-count
10387 of allout-widgets-tally when it's nil. This eliminates spurious "Error
10388 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
10389 *Messages* when allout-widgets-maintain-tally is t.
10390
355f2e07
MR
103912011-06-26 Martin Rudalics <rudalics@gmx.at>
10392
10393 * window.el (display-buffer-normalize-argument): Rename to
10394 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
10395 LABEL argument. Respect special-display-function when popping up
10396 a new frame. Fix code searching for a window showing the buffer
10397 on another frame.
c9d29fb8
SM
10398 (display-buffer-normalize-specifiers):
10399 Call display-buffer-normalize-arguments.
355f2e07
MR
10400 (display-buffer-in-window): Don't undedicate the window if its
10401 buffer remains the same.
10402 Reported by Drew Adams <drew.adams@oracle.com>.
10403 (display-buffer-alist): Add choice for same-window macro
10404 specfier.
10405 (display-buffer): Mention special meaning of LABEL argument in
10406 doc-string. Fix quoting. Don't pop up a new frame even as
10407 fallback.
10408
7ca8fc42
JB
104092011-06-26 Juanma Barranquero <lekktu@gmail.com>
10410
10411 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
10412 avoid deleting the current window in some cases (bug#8911).
10413
bc312254
AS
104142011-06-26 Andreas Schwab <schwab@linux-m68k.org>
10415
10416 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
10417 (Bug#8934)
10418
2db18f3f
LMI
104192011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10420
c9d29fb8
SM
10421 * net/network-stream.el (network-stream-open-starttls):
10422 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
10423 (network-stream-open-tls): Ditto.
10424
6302e0d3
LL
104252011-06-26 Leo Liu <sdl.web@gmail.com>
10426
10427 * register.el (registerv): New struct.
10428 (registerv-make): New function.
c9d29fb8
SM
10429 (jump-to-register, describe-register-1, insert-register):
10430 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
10431 struct. (Bug#8415)
10432
5fdd4046
CY
104332011-06-26 Chong Yidong <cyd@stupidchicken.com>
10434
2afef60a
CY
10435 * vc/vc.el (vc-revert-show-diff): New defcustom.
10436 (vc-diff-internal): New arg specifying diff buffer.
10437 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
10438 reuse an existing *vc-diff* buffer (Bug#8927).
10439
5fdd4046
CY
10440 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
10441
e93db24a
GM
104422011-06-26 Glenn Morris <rgm@gnu.org>
10443
10444 * progmodes/f90.el (f90-critical-indent): New option.
10445 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
10446 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
10447 (f90-mode): Doc fix.
10448 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
10449 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
10450 (f90-beginning-of-block, f90-next-block, f90-indent-region)
10451 (f90-match-end): Handle block, critical.
10452
eefff499
GM
104532011-06-25 Glenn Morris <rgm@gnu.org>
10454
f6ba4cc9
GM
10455 * calendar/diary-lib.el (diary-included-files): Doc fix.
10456 (diary-include-files): New function, extracted from
10457 diary-include-other-diary-files and diary-mark-included-diary-files.
10458 (diary-include-other-diary-files, diary-mark-included-diary-files):
10459 Just call diary-include-files.
10460 (diary-mark-entries): Reset diary-included-files on first call.
10461
16712304
GM
10462 * calendar/diary-lib.el (diary-mark-entries)
10463 (diary-mark-included-diary-files):
10464 Visit included diary-files in temp buffers.
10465
5d8e0d43
GM
10466 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
10467 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
10468 (f90-start-block-re, f90-imenu-generic-expression)
10469 (f90-looking-at-program-block-start, f90-no-block-limit):
10470 Add support for submodules.
10471
ccf7a5d5
GM
10472 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
10473 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 10474
11fdef7d 104752011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
10476
10477 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
10478 buffer-file-type before setting its value, to avoid disastrous
eefff499 10479 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 10480
74f53697
JB
104812011-06-25 Juanma Barranquero <lekktu@gmail.com>
10482
10483 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
10484
10485 * ses.el (ses-unload-function):
10486 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
10487
10488 * proced.el (proced-unload-function):
10489 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
10490
18a4ce5e
AR
104912011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
10492
10493 * server.el (server-create-window-system-frame): Add parameters arg.
10494 (server-process-filter): Doc fix. Handle frame-parameters.
10495
519d22cc
JB
104962011-06-25 Juanma Barranquero <lekktu@gmail.com>
10497
10498 Fix bug#8730, bug#8781.
10499
10500 * loadhist.el (unload--set-major-mode): New function.
10501 (unload-feature): Use it.
10502
10503 * progmodes/python.el (python-after-info-look): Add autoload cookie.
10504 (python-unload-function): New function.
10505
c206f5b0
SM
105062011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10507
10508 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
10509
f9ad64f3
GS
105102011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
10511
10512 * net/browse-url.el (browse-url-firefox-program): Add icecat to
10513 the candidates list.
10514
7d0da90e
JB
105152011-06-24 Juanma Barranquero <lekktu@gmail.com>
10516
10517 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
10518
14b4e83d
RS
105192011-06-23 Richard Stallman <rms@gnu.org>
10520
10521 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
10522 (rmail-variables): Set next-error-move-function.
10523 (rmail-what-message): Take argument POS.
10524 (rmail-next-error-move): New function.
10525
273d2baf
SM
105262011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10527
10528 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
10529 messages for adjacent non-terminals.
10530
56c2cc9a
RS
105312011-06-23 Richard Stallman <rms@gnu.org>
10532
10533 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 10534 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
10535 (rmail-start-mail): Don't specify use of rmail-mail-return;
10536 that's done by mail-bury now.
10537 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 10538
d59eb518
MA
105392011-06-23 Michael Albinus <michael.albinus@gmx.de>
10540
10541 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
10542 SIZE is a number.
10543
02cfc6d6
MR
105442011-06-23 Martin Rudalics <rudalics@gmx.at>
10545
10546 * window.el (get-lru-window, get-mru-window)
10547 (get-largest-window): Never return a minibuffer window.
10548 (display-buffer-pop-up-window): Fix a bug that could lead to
10549 reusing the minibuffer window.
10550 (display-buffer): Pass original specifier argument to
10551 display-buffer-function instead of the normalized one.
10552 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
10553
4e323265
LL
105542011-06-22 Leo Liu <sdl.web@gmail.com>
10555
10556 * minibuffer.el (completing-read-function)
10557 (completing-read-default): Move from minibuf.c
10558
7a70468f
RS
105592011-06-22 Richard Stallman <rms@gnu.org>
10560
50718fc2
RS
10561 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
10562 to Rmail even if not started by a special Rmail command.
10563
7a70468f
RS
10564 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
10565 Copy the buffer currently showing just one message.
10566
297dde5a
RW
105672011-06-22 Roland Winkler <winkler@gnu.org>
10568
10569 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
10570 (bibtex-clean-entry): First delete the old key so that a
10571 customized algorithm for generating the new key does not get
10572 confused by the old key.
10573 (bibtex-url): Obey regexp of first step.
10574 (bibtex-search-entries): Do not use add-to-list with local
10575 list-var.
10576
97bb1093
LMI
105772011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10578
10579 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
10580 stored a user name, then query for the password first, instead of
10581 waiting for SMTP to give an error message and the trying again.
10582
1c0f1a19
JD
105832011-06-22 Lawrence Mitchell <wence@gmx.li>
10584
10585 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
10586 BUFFER in call-process.
10587
396f7c9d
LMI
105882011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10589
10590 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
10591 QUIT twice.
ddb7ffee
LMI
10592 (smtpmail-try-auth-methods): Require user name and password from
10593 auth-source.
396f7c9d 10594
8998d1b3
MR
105952011-06-22 Martin Rudalics <rudalics@gmx.at>
10596
10597 * window.el (display-buffer-default-specifiers)
10598 (display-buffer-alist): Remove entries for pop-up-frame-alist.
10599 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 10600 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
10601
10602 * frame.el (pop-up-frame-alist, pop-up-frame-function)
10603 (special-display-frame-alist, special-display-popup-frame):
10604 Remove duplicate declarations. These are now in window.el.
10605
4ea31e07
LMI
106062011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10607
c9d29fb8
SM
10608 * mail/smtpmail.el (smtpmail-via-smtp):
10609 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
10610 server supports it. SMTP servers that support STARTTLS commonly
10611 require it.
10612
10613 * net/network-stream.el (network-stream-open-starttls): Support
10614 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 10615 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 10616
95f41d9a
LMI
10617 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
10618 upgrades with `open-network-stream', and rely solely on
10619 auth-source for all credentials. Big changes throughout the file,
10620 but in particular:
c9d29fb8
SM
10621 (smtpmail-auth-credentials): Remove.
10622 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
10623 (smtpmail-via-smtp): Check for servers saying they want AUTH after
10624 MAIL FROM, too.
95f41d9a 10625
c9d29fb8
SM
10626 * net/network-stream.el (network-stream-open-starttls):
10627 Provide support for client certificates both for external and built-in
4ea31e07
LMI
10628 STARTTLS.
10629 (auth-source): Require.
10630 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
10631 (network-stream-certificate): Change cert-cert to cert and
10632 cert-key to key.
4ea31e07 10633
065ec2c7
MA
106342011-06-21 Michael Albinus <michael.albinus@gmx.de>
10635
10636 * net/tramp-cache.el (top): Don't load the persistency file when
10637 "emacs -Q" has been called.
10638
cd93b359
DR
106392011-06-21 Tim Harper <timcharper@gmail.com>
10640
d8e4b68b
JB
10641 * term/ns-win.el (ns-initialize-window-system):
10642 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
10643 resource to NO as it is not yet supported by the NS port.
10644
ae9c0411
JB
106452011-06-21 Juanma Barranquero <lekktu@gmail.com>
10646
10647 * misc.el (list-dynamic-libraries--refresh): Compute header here...
10648 (list-dynamic-libraries): ...not here.
10649
7f3f739f
LL
106502011-06-21 Leo Liu <sdl.web@gmail.com>
10651
10652 * subr.el (sha1): Implement sha1 using secure-hash.
10653
327c8fb1
MR
106542011-06-21 Martin Rudalics <rudalics@gmx.at>
10655
10656 * window.el (display-buffer-alist): In default value do not
10657 enforce searching a window on any but the selected frame.
10658 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
10659 (display-buffer-select-window): Remove function.
10660 (display-buffer-in-window): When a window on another frame gets
10661 reused, do not select it any more but just raise its frame if
10662 necessary (Bug#8851) and (Bug#8856).
10663 (display-buffer-normalize-options): Handle pop-up-frames related
10664 options more faithfully.
10665 (pop-to-buffer): Don't rely on `display-buffer' selecting the
10666 window if it is on another frame.
c9d29fb8
SM
10667 (display-buffer-alist, display-buffer-default-specifiers):
10668 Don't make new frame unsplittable by default.
9e9de014
MR
10669 (display-buffer-normalize-argument): Fix doc-string typo and use
10670 'same-frame-other-window instead of 'other-window when associating
10671 with display-buffer-macro-specifiers.
327c8fb1 10672
7cf3f556
VB
106732011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
10674
10675 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
10676 New functions.
10677 (5x5-mode-map, 5x5-mode-menu): Bind them.
10678 (5x5-draw-grid): Tweak the solver's rendering.
10679
60a406cf
SM
106802011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10681
10682 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
10683 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
10684
d8e4b68b 106852011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
10686
10687 * menu-bar.el: Use function variable instead of switch-to-buffer.
10688 (menu-bar-select-buffer-function): New variable.
60a406cf 10689 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 10690
478d6f95
SM
106912011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10692
10693 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
10694 variable's status.
10695
ca530739
JD
106962011-06-20 Jan Djärv <jan.h.d@swipnet.se>
10697
10698 * x-dnd.el (x-dnd-version-from-flags)
10699 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
10700 and long as number (Bug#8899).
10701 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
10702
bcd70d97
SM
107032011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10704
60a406cf 10705 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
10706 (completion-try-completion, completion-all-completions): Compute the
10707 metadata argument if it's missing; make it optional (bug#8795).
10708
60a406cf 10709 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
10710 (widget-complete): Use new :completion-function property.
10711 (widget-completions-at-point): New function.
10712 (default): Use :completion-function instead of :complete.
60a406cf
SM
10713 (widget-default-completions): Rename from widget-default-complete;
10714 Rewrite.
bcd70d97
SM
10715 (widget-string-complete, widget-file-complete, widget-color-complete):
10716 Remove functions.
10717 (file, symbol, function, variable, coding-system, color):
10718 * international/mule-cmds.el (default-input-method, charset)
10719 (language-info-custom-alist):
10720 * cus-edit.el (face): Use new property :completions.
10721
10722 * progmodes/pascal.el (pascal-completions-at-point): New function.
10723 (pascal-mode): Use it.
10724 (pascal-mode-map): Use completion-at-point.
10725 (pascal-toggle-completions): Make obsolete.
10726 (pascal-complete-word, pascal-show-completions):
10727 * progmodes/octave-mod.el (octave-complete-symbol):
10728 Redefine as obsolete alias.
10729 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
10730 Signal absence of completion info for old Octave,
10731 (inferior-octave-complete): Redefine as obsolete alias.
10732 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
10733 (meta-completions-at-point): Rename from meta-complete-symbol and
10734 adapt it for use on completion-at-point-functions.
10735 (meta-common-mode): Use it.
10736 (meta-looking-at-backward, meta-match-buffer): Remove.
10737 (meta-complete-symbol): Redefine as obsolete alias.
10738 (meta-common-mode-map): Use completion-at-point.
10739 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
10740 (makefile-mode-map): Use completion-at-point.
10741 (makefile-completions-at-point): Rename from makefile-complete and
10742 adapt it for use on completion-at-point-functions.
10743 (makefile-mode): Use it.
10744 (makefile-complete): Redefine as obsolete alias.
10745
aebf69c8
DD
107462011-06-20 Deniz Dogan <deniz@dogan.se>
10747
10748 * net/rcirc.el: Delete trailing whitespaces once and for all.
10749
bfbbb27d
DC
107502011-06-20 Daniel Colascione <dan.colascione@gmail.com>
10751
10752 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
10753
d264a46b
CY
107542011-06-19 Chong Yidong <cyd@stupidchicken.com>
10755
4ca009e5
CY
10756 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
10757
d264a46b
CY
10758 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
10759
fbf5b3ce
MR
107602011-06-19 Martin Rudalics <rudalics@gmx.at>
10761
10762 * window.el (display-buffer-other-window-means-other-frame):
10763 Call display-buffer-normalize-alist.
10764 (display-buffer-normalize-specifiers-1): Rename to
10765 display-buffer-normalize-argument. New argument other-frame.
10766 Rewrite.
10767 (display-buffer-normalize-specifiers-2): Rename to
10768 display-buffer-normalize-options.
10769 (display-buffer-normalize-alist-1): New function.
10770 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
10771 display-buffer-normalize-alist.
10772 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
10773 (display-buffer-normalize-options-inhibit): New variable.
10774 (display-buffer-normalize-specifiers): Rewrite calling
10775 display-buffer-normalize-alist,
10776 display-buffer-normalize-argument, and
10777 display-buffer-normalize-options. Don't call the latter if
10778 display-buffer-normalize-options-inhibit is non-nil.
10779 (frame-auto-delete): New option.
10780 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
10781 (window-list-no-nils, window-state-ignored-parameters)
10782 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
10783 (window-state-put-1, window-state-put-2, window-state-put):
10784 New functions.
9a028c23
MR
10785 (display-buffer-normalize-options): Move special-display-p group
10786 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 10787
6d10d800
CY
107882011-06-18 Chong Yidong <cyd@stupidchicken.com>
10789
6420d28b
CY
10790 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
10791 groups (Bug#8776).
10792 (rx-submatch-n): New function.
10793 (rx): Document it.
10794
ddb8b596
CY
10795 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
10796 (Bug#8768).
10797
10798 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
10799
77080289
CY
10800 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
10801
61dfb316
CY
10802 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
10803 anytime existing face settings are present (Bug#8889).
10804
6d10d800
CY
10805 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
10806 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
10807 Remove unused argument.
10808
be3fb2b8
MR
108092011-06-18 Martin Rudalics <rudalics@gmx.at>
10810
bcd70d97
SM
10811 * window.el (display-buffer-default-specifiers):
10812 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
10813 pop-up-window-min-width, and another reuse-window specifier
10814 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
10815 (display-buffer-normalize-specifiers-2):
10816 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
10817 pop-up-windows is unset. Add a reuse-window specifier for the
10818 case popping up a new window fails.
10819 (special-display-popup-frame): Remove double quoting.
28dec25a 10820 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 10821
1c6d8c76
SM
108222011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10823
10824 * shell.el (shell-completion-vars): Set pcomplete-termination-string
10825 according to comint-completion-addsuffix.
10826
10827 * pcomplete.el: Convert to lexical binding and fix bug#8819.
10828 (pcomplete-suffix-list): Mark as obsolete.
10829 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
10830 pcomplete-seen in the closure.
10831 (pcomplete-comint-setup): Setup completion-at-point as well.
10832 (pcomplete--entries): New function.
10833 (pcomplete--env-regexp): New var.
10834 (pcomplete-entries): Rewrite to work with partial-completion and
10835 without relying on pcomplete-suffix-list.
10836 (pcomplete-pare-list): Remove, unused.
10837
25aef8b8
MR
108382011-06-17 Martin Rudalics <rudalics@gmx.at>
10839
10840 * window.el (display-buffer-alist): Set pop-up-window-min-height
10841 and pop-up-window-min-width in default value. Reported by
10842 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
10843 other-window-means-other-frame.
10844 (display-buffer-macro-specifiers): Comment out entry for
10845 other-window specifier.
10846 (display-buffer-other-window-means-other-frame): New function.
10847 (display-buffer-normalize-specifiers-1): New arguments
10848 buffer-name and label. Treat other-window case specially.
10849 (display-buffer-normalize-specifiers-2): Treat other-window case
10850 specially.
10851 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
10852 (display-buffer-normalize-specifiers):
10853 Call display-buffer-normalize-specifiers-3.
25aef8b8 10854
dbad4f69
MR
108552011-06-17 Martin Rudalics <rudalics@gmx.at>
10856
10857 * window.el (same-window-p): Fix two typos introduced when
10858 adding with-no-warnings.
d1067961
MR
10859 (display-buffer-normalize-specifiers-1): Don't check
10860 pop-up-frames for 'unset initialization.
10861 (display-buffer-normalize-specifiers-2): Major rewrite using
10862 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
10863 (pop-up-frames, display-buffer-reuse-frames)
10864 (display-buffer-mark-dedicated): Don't initialize to 'unset.
10865 Suggested by David Engster <deng@randomsample.de>.
10866 (even-window-heights): Initialize to 'unset.
10867 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
10868 (display-buffer-macro-specifiers): Don't pop up a new frame in the
10869 other window case.
dbad4f69 10870
9b9c9e3a
MR
108712011-06-16 Martin Rudalics <rudalics@gmx.at>
10872
bcd70d97
SM
10873 * window.el (display-buffer-normalize-specifiers-1):
10874 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 10875 second argument of display-buffer (Bug#8865).
981d5c09
MR
10876 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
10877 (switch-to-buffer-other-window-same-frame)
10878 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
10879 Adams (Bug#8875).
9c2755e9
MR
10880 (display-buffer): Don't check noninteractive when calling
10881 display-buffer-pop-up-frame.
10882 (display-buffer-pop-up-frame): Never pop up a frame in
10883 noninteractive mode (Bug#8857).
67222e1d
MR
10884 (enlarge-window, shrink-window): Don't report an error when the
10885 window can't be resized as requested (Bug#8862).
9b9c9e3a 10886
2b75be67
SM
108872011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10888
9ffdd3ba
SM
10889 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
10890
cb581a67
SM
10891 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
10892
2b75be67
SM
10893 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
10894
8c0e3589
AM
108952011-06-15 Alan Mackenzie <acm@muc.de>
10896
cb581a67
SM
10897 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
10898 for declarators, disable knr checking to speed up for normal files.
10899 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 10900
b96e6cde
LMI
109012011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10902
4bba86e6
LMI
10903 * net/network-stream.el (open-network-stream): Add the keyword
10904 :always-query-capabilities for the case where you want to force a
10905 `plain' network connection, but the protocol still requires the
10906 capabilitiy command (i.e., SMTP and EHLO).
10907
2b75be67 10908 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
10909 consistency with other `-live-p' functions.
10910
efdcdbf8
SM
109112011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10912
10913 * window.el (same-window-buffer-names, same-window-regexps)
10914 (special-display-frame-alist, special-display-popup-frame)
10915 (special-display-function, special-display-buffer-names)
10916 (special-display-regexps, pop-up-frame-alist)
10917 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
10918 (pop-up-windows, split-window-preferred-function)
10919 (split-height-threshold, split-width-threshold, even-window-heights)
10920 (display-buffer-mark-dedicated): Don't encourage the use of
10921 display-buffer-alist from Elisp code.
10922
c5cde042
DN
109232011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
10924
10925 * progmodes/python.el (python-mode): Derive from prog-mode.
10926 * progmodes/ps-mode.el (ps-mode):
10927 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 10928 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
10929 * progmodes/ld-script.el (ld-script-mode): Likewise.
10930
baa1c9ab
MR
109312011-06-15 Martin Rudalics <rudalics@gmx.at>
10932
10933 * window.el (display-buffer-alist): Trim default value to avoid
10934 popping up a new frame (Bug#8857) or reusing an arbitrary window
10935 on another frame.
10936 (display-buffer): Do not fall back on popping up a new frame in
10937 batch mode (Bug#8857).
10938
c5dd5a51
CY
109392011-06-14 Chong Yidong <cyd@stupidchicken.com>
10940
10941 * cus-theme.el (describe-theme-1): Use custom-theme-p.
10942 (custom-theme-summary): New function.
10943 (customize-themes): Use it.
10944
d647b7c4
GM
109452011-06-13 Glenn Morris <rgm@gnu.org>
10946
10947 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
10948
9481c002
MR
109492011-06-13 Martin Rudalics <rudalics@gmx.at>
10950
357f93d2
MR
10951 * help.el (help-window): Remove variable.
10952 (help-window-point-marker, temp-buffer-max-height)
10953 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
10954 (help-print-return-message): Don't set help-window.
10955 (resize-temp-buffer-window): Rewrite cod eand doc-string.
10956 (help-window-setup-finish): Remove.
10957 (help-window-display-message, help-window-setup)
10958 (with-help-window): Major rewrite based on new
10959 display-buffer-window variable.
10960
10961 * help-mode.el (help-mode-finish): Remove help-window related
10962 code.
10963
10964 * view.el (view-exits-all-viewing-windows): Remove reference to
10965 view-return-to-alist in doc-string.
10966 (view-return-to-alist): Make obsolete.
10967 (view-buffer): Call pop-to-buffer-same-window and remove
10968 undo-window code.
10969 (view-buffer-other-window): Call pop-to-buffer-other-window and
10970 simplify code. Ignore second argument.
10971 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
10972 simplify code. Ignore second argument.
10973 (view-return-to-alist-update): Make obsolete.
10974 (view-mode-enter): Rename second argument to QUIT-RESTORE.
10975 Rewrite using quit-restore window parameters.
2b75be67
SM
10976 (view-mode-exit): Rename second argument to EXIT-ONLY.
10977 Rewrite using quit-restore-window.
357f93d2
MR
10978 (View-exit, View-exit-and-edit, View-leave, View-quit)
10979 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
10980 appropriate arguments.
10981 (view-end-message): Use quit-restore window parameter.
10982
9481c002
MR
10983 * window.el (display-buffer-function): Rewrite doc-string.
10984 (display-buffer-window, display-buffer-alist): New variables.
10985 (display-buffer-split-specifiers)
10986 (display-buffer-side-specifiers)
10987 (display-buffer-macro-specifiers): New constants.
10988 (display-buffer-even-window-sizes, display-buffer-set-height)
10989 (display-buffer-set-width, display-buffer-select-window)
10990 (display-buffer-in-window, display-buffer-reuse-window)
10991 (display-buffer-split-window-1, display-buffer-split-window)
10992 (display-buffer-split-atom-window, display-buffer-pop-up-window)
10993 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
10994 (display-buffer-in-side-window, normalize-buffer-to-display)
10995 (display-buffer-normalize-specifiers-1)
10996 (display-buffer-normalize-specifiers-2)
2b75be67
SM
10997 (display-buffer-normalize-specifiers, display-buffer-frame):
10998 New functions.
9481c002
MR
10999 (display-buffer): Major rewrite.
11000 (display-buffer-other-window, display-buffer-other-frame)
11001 (pop-to-buffer, switch-to-buffer-other-window)
11002 (switch-to-buffer-other-frame): Rewrite.
11003 (display-buffer-same-window, display-buffer-same-frame)
11004 (display-buffer-same-frame-other-window)
11005 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
11006 (pop-to-buffer-other-window)
11007 (pop-to-buffer-same-frame-other-window)
11008 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
11009 (switch-to-buffer-other-window-same-frame): New functions.
11010 (same-window-p, special-display-p): Rewrite disabling warnings.
11011 Make obsolete.
11012 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
11013 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
11014 Make obsolete
11015 (same-window-buffer-names, same-window-regexps)
11016 (special-display-frame-alist, special-display-popup-frame)
11017 (special-display-function, special-display-buffer-names)
11018 (special-display-regexps, pop-up-frame-alist)
11019 (pop-up-frame-function, split-window-preferred-function)
11020 (split-height-threshold, split-width-threshold)
11021 (even-window-heights): Make obsolete.
11022
9db51aca
GM
110232011-06-12 Glenn Morris <rgm@gnu.org>
11024
11025 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 11026 Misc simplifications.
9db51aca 11027
39cffb44
MR
110282011-06-12 Martin Rudalics <rudalics@gmx.at>
11029
11030 * window.el (window-safely-shrinkable-p): Restore function which
11031 was inadvertently removed in change from 2011-06-11. Declare as
11032 obsolete.
11033
2b75be67
SM
11034 * calendar/calendar.el (calendar-generate-window):
11035 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
11036 window-safely-shrinkable-p.
11037
a8955be7
GM
110382011-06-12 Glenn Morris <rgm@gnu.org>
11039
11040 * progmodes/fortran.el (fortran-mode-syntax-table):
11041 * progmodes/f90.el (f90-mode-syntax-table):
11042 Set % to punctuation. (Bug#8820)
11043 (f90-find-tag-default): Remove, no longer needed.
11044
f0d4059d
DC
110452011-06-12 Daniel Colascione <dan.colascione@gmail.com>
11046
11047 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
11048
1100a63c
CY
110492011-06-11 Chong Yidong <cyd@stupidchicken.com>
11050
11051 * image.el (image-animated-p): Return animation delay in seconds.
11052 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
11053 (image-animate-timeout): Remove DELAY argument. Don't assume
11054 every subimage has the same delay; get it from image-animated-p.
11055 (image-animate): Caller changed.
11056
def722bf
MA
110572011-06-11 Michael Albinus <michael.albinus@gmx.de>
11058
11059 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
11060 to ignored backtrace functions.
11061
0a2bb1a9
GM
110622011-06-11 Glenn Morris <rgm@gnu.org>
11063
11064 * calendar/appt.el (appt-disp-window-function): Doc fix.
11065 (appt-check): Handle overlapping appointments. (Bug#8337)
11066
6198ccd0
MR
110672011-06-11 Martin Rudalics <rudalics@gmx.at>
11068
11069 * window.el (window-tree-1, window-tree): New functions, moving
11070 the latter to window.el.
11071 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
11072 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
11073 (bw-refresh-edges): Remove.
11074 (balance-windows-1, balance-windows-2): New functions.
11075 (balance-windows): Rewrite in terms of window tree functions,
11076 balance-windows-1 and balance-windows-2.
11077 (bw-adjust-window): Remove.
11078 (balance-windows-area-adjust): New function with functionality of
11079 bw-adjust-window but using resize-window.
2b75be67
SM
11080 (set-window-text-height): Rewrite doc-string.
11081 Use normalize-live-window and resize-window.
11082 (enlarge-window-horizontally, shrink-window-horizontally):
11083 Rename argument to DELTA.
6198ccd0
MR
11084 (window-buffer-height): New function.
11085 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
11086 Rewrite using new window resize routines.
2b75be67
SM
11087 (kill-buffer-and-window, mouse-autoselect-window-select):
11088 Use ignore-errors instead of condition-case.
6198ccd0
MR
11089 (quit-window): Call delete-frame instead of delete-windows-on
11090 for the only buffer on frame.
11091
9397e56f
MR
110922011-06-10 Martin Rudalics <rudalics@gmx.at>
11093
11094 * loadup.el (top-level): Load window before files for the sake
11095 of replace-buffer-in-windows.
11096
11097 * files.el (read-buffer-to-switch)
11098 (switch-to-buffer-other-window)
2b75be67
SM
11099 (switch-to-buffer-other-frame, display-buffer-other-frame):
11100 Move to window.el.
9397e56f
MR
11101
11102 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
11103 (previous-buffer): Move to window.el.
11104
11105 * bindings.el (unbury-buffer): Move to window.el.
11106
11107 * window.el (delete-other-windows-vertically): Move after
11108 definition of delete-other-windows.
11109 (other-window, delete-windows-on, replace-buffer-in-windows):
11110 Move here from window.c.
11111 (record-window-buffer, unrecord-window-buffer)
11112 (set-window-buffer-start-and-point, switch-to-prev-buffer)
11113 (switch-to-next-buffer): New functions.
11114 (get-next-valid-buffer, last-buffer, next-buffer): Move here
11115 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
11116 (previous-buffer): Move here from simple.el.
11117 Call switch-to-prev-buffer.
9397e56f
MR
11118 (bury-buffer): Move here from buffer.c. Switch to previous
11119 buffer when window cannot be deleted.
11120 (unbury-buffer): Move here from bindings.el.
11121 (ctl-x-map): Move binding for other-window from window.c to
11122 here.
11123 (read-buffer-to-switch, switch-to-buffer-other-window)
11124 (switch-to-buffer-other-frame): Move here from files.el.
11125 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
11126 (switch-to-buffer): Move here from buffer.c.
11127 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 11128
562dd5e9
MR
111292011-06-10 Martin Rudalics <rudalics@gmx.at>
11130
11131 * window.el (window-min-height, window-min-width): Move here
11132 from window.c. Add defcustoms and rewrite doc-strings.
11133 (resize-mini-window, resize-window): New functions.
11134 (adjust-window-trailing-edge, enlarge-window, shrink-window):
11135 Move here from window.c.
11136 (maximize-window, minimize-window): New functions.
11137 (delete-window, delete-other-windows, split-window): Move here
11138 from window.c.
11139 (window-split-min-size): New function.
11140 (split-window-keep-point): Mention split-window-above-each-other
11141 instead of split-window-vertically.
2b75be67 11142 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
11143 Rename split-window-vertically to split-window-above-each-other
11144 and provide defalias for old definition.
11145 (split-window-side-by-side, split-window-horizontally):
11146 Rename split-window-horizontally to split-window-side-by-side
11147 and provide defalias for the old definition.
562dd5e9
MR
11148 (ctl-x-map): Move bindings for delete-window,
11149 delete-other-windows and enlarge-window here from window.c.
11150 Replace bindings for split-window-vertically and
11151 split-window-horizontally by bindings for
11152 split-window-above-each-other and split-window-side-by-side.
11153
11154 * cus-start.el (all): Remove entries for window-min-height and
11155 window-min-width. Add entries for window-splits and
11156 window-nest.
11157
f0da764a
GM
111582011-06-09 Glenn Morris <rgm@gnu.org>
11159
80675c21
GM
11160 * calendar/appt.el (appt-mode-line): New function.
11161 (appt-check, appt-disp-window): Use it.
11162
f0da764a
GM
11163 * files.el (hack-one-local-variable-eval-safep):
11164 Allow minor-modes with explicit +/-1 arguments.
11165
59f623b7
TZ
111662011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
11167
11168 * term/xterm.el (xterm): Add defgroup.
11169 (xterm-extra-capabilities): Add defcustom to supply known xterm
11170 capabilities, skip querying them, or query them (default).
11171 (terminal-init-xterm): Use it.
11172 (terminal-init-xterm-modify-other-keys): New function to set up
11173 modifyOtherKeys support to simplify `terminal-init-xterm'.
11174
9aab8e0d
MR
111752011-06-09 Martin Rudalics <rudalics@gmx.at>
11176
11177 * window.el (resize-window-reset, resize-window-reset-1)
11178 (resize-subwindows-skip-p, resize-subwindows-normal)
11179 (resize-subwindows, resize-other-windows, resize-this-window)
11180 (resize-root-window, resize-root-window-vertically)
11181 (window-deletable-p, window-or-subwindow-p)
11182 (frame-root-window-p): New functions.
11183
e8b08aee
GM
111842011-06-09 Glenn Morris <rgm@gnu.org>
11185
11186 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
11187 (ange-ftp-get-files): Use it.
11188
254c37a5
AK
111892011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
11190
11191 * mail/sendmail.el (mail-recover-1, mail-recover):
11192 * files.el (recover-file, recover-session):
11193 Handle dired-listing-switches not being just a single short option.
11194
35d7dbd3
GM
111952011-06-09 Glenn Morris <rgm@gnu.org>
11196
11197 * calendar/appt.el (appt-display-message, appt-disp-window):
11198 Handle lists of appointments.
11199
387522b2
MR
112002011-06-08 Martin Rudalics <rudalics@gmx.at>
11201
2b75be67
SM
11202 * window.el (one-window-p): Move down in code.
11203 Rewrite doc-string.
11204 (window-current-scroll-bars): Rewrite doc-string.
11205 Normalize live window argument.
387522b2
MR
11206 (walk-windows, get-window-with-predicate, count-windows):
11207 Rewrite doc-string. Use window-list-1.
11208 (window-in-direction-2, window-in-direction, get-mru-window):
11209 New functions.
11210
d8e4b68b 112112011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
11212
11213 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
11214 Doc fix (Bug#8713).
11215
112162011-06-08 Chong Yidong <cyd@stupidchicken.com>
11217
11218 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
11219
112202011-06-08 Juanma Barranquero <lekktu@gmail.com>
11221
11222 * loadhist.el (unload-feature-special-hooks):
11223 Add `comint-output-filter-functions'.
11224
0de12c52
IK
112252011-06-08 Ivan Kanis <gnu@kanis.fr>
11226
11227 * calendar/appt.el (appt-check): Move some initializations into the let.
11228
f3d1777e
MR
112292011-06-08 Martin Rudalics <rudalics@gmx.at>
11230
11231 * window.el (window-height): Defalias to window-total-height.
11232 (window-width): Defalias to window-body-width.
11233
18af70d0
CY
112342011-06-07 Chong Yidong <cyd@stupidchicken.com>
11235
11236 * image-mode.el (image-toggle-animation): New command.
11237 (image-mode-map): Bind it to RET.
11238 (image-mode): Update message.
11239 (image-toggle-display-image): Avoid a spurious cache flush.
11240 (image-transform-rotation): Doc fix.
11241 (image-transform-properties): Return quickly in the normal case.
11242 (image-animate-loop): Rename from image-animate-max-time.
11243
2b75be67 11244 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
11245 (create-animated-image): Remove unnecessary function.
11246 (image-animate): Rename from image-animate-start. New arg.
2b75be67 11247 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
11248 (image-animate-timer): Use car-safe.
11249 (image-animate-timeout): Rename argument.
11250
190b47e6
MR
112512011-06-07 Martin Rudalics <rudalics@gmx.at>
11252
11253 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
11254 window.c. Rename first argument to ALL-FRAMES.
11255 Rephrase doc-strings.
11256 (get-buffer-window-list): Rewrite using window-list-1.
11257 Rephrase doc-string.
a1511caf
MR
11258 (window-safe-min-height, window-safe-min-width): New constants.
11259 (window-size-ignore, window-min-size, window-min-size-1)
11260 (window-sizable, window-sizable-p, window-size-fixed-1)
11261 (window-size-fixed-p, window-min-delta-1, window-min-delta)
11262 (window-max-delta-1, window-max-delta, window-resizable)
11263 (window-resizable-p, window-total-height, window-total-width)
11264 (window-body-width): New functions.
11265 (window-full-height-p, window-full-width-p): Rewrite using
11266 window-total-size.
11267 (window-body-height): Rewrite using window-body-size.
190b47e6 11268
85cc1f11
MR
112692011-06-06 Martin Rudalics <rudalics@gmx.at>
11270
11271 * window.el (window-right, window-left, window-child)
11272 (window-child-count, window-last-child, window-any-p)
11273 (normalize-live-buffer, normalize-live-frame)
11274 (normalize-any-window, normalize-live-window)
11275 (window-iso-combination-p, window-iso-combined-p)
11276 (window-iso-combinations)
11277 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
11278 (windows-with-parameter, window-with-parameter)
11279 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
11280 (window-atom-check, window-side-check, window-check):
11281 New functions.
85cc1f11
MR
11282 (ignore-window-parameters, window-sides, window-sides-vertical)
11283 (window-sides-slots): New variables.
11284 (window-size-fixed): Move down in code. Minor doc-string fix.
11285
e7156492
AS
112862011-06-05 Andreas Schwab <schwab@linux-m68k.org>
11287
11288 * comint.el (comint-dynamic-complete-as-filename)
11289 (comint-dynamic-complete-filename): Correctly call
11290 completion-in-region.
11291
7e821d0d
DD
112922011-06-05 Deniz Dogan <deniz@dogan.se>
11293
11294 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
11295 in last change.
11296
ac09b8a1
DD
112972011-06-05 Deniz Dogan <deniz@dogan.se>
11298
11299 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
11300 (rcirc): Use it to prompt for encryption.
11301
34699b85
RW
113022011-06-05 Roland Winkler <winkler@gnu.org>
11303
11304 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
11305 (bibtex-search-entries): New command bound to C-c C-a.
11306 (bibtex-display-entries): New function.
11307
004dedd3
RW
113082011-06-05 Roland Winkler <winkler@gnu.org>
11309
11310 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
11311 (bibtex-insert-kill): After yanking insert newline if necessary.
11312 (bibtex-initialize): Call bibtex-string-files-init only once.
11313 (bibtex-mode): Do not call easy-menu-add.
11314 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
11315 (bibtex-yank): Set arg properly if nil.
11316
022fe7ce
RW
113172011-06-05 Roland Winkler <winkler@gnu.org>
11318
2b75be67
SM
11319 * textmodes/bibtex.el (bibtex-search-entry-globally):
11320 New variable.
022fe7ce
RW
11321 (bibtex-search-entry): Use it.
11322
b7c3692a
RW
113232011-06-05 Roland Winkler <winkler@gnu.org>
11324
11325 * textmodes/bibtex.el (bibtex-entry-format): New option
11326 sort-fields.
11327 (bibtex-format-entry, bibtex-reformat): Honor this option.
11328 (bibtex-parse-entry): Return fields in proper order.
11329
8eda563d
JB
113302011-06-05 Juanma Barranquero <lekktu@gmail.com>
11331
11332 * doc-view.el (doc-view-remove-if): Move computation of result out
11333 of `dolist' to silence misleading lexical-binding warning.
11334
7dbe3dbc
CY
113352011-06-04 Chong Yidong <cyd@stupidchicken.com>
11336
11337 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
11338 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
11339
0c33dd17
MA
113402011-06-04 Michael Albinus <michael.albinus@gmx.de>
11341
11342 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
11343 "SunOS 5.10".
11344
f8f91c2b
MA
113452011-06-04 Michael Albinus <michael.albinus@gmx.de>
11346
11347 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
11348 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
11349 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
11350 (tramp-parse-putty):
11351 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
11352 (tramp-completion-function-alist-ssh)
11353 (tramp-completion-function-alist-telnet)
11354 (tramp-completion-function-alist-su)
11355 (tramp-completion-function-alist-putty): Set `tramp-autoload'
11356 cookie.
11357
11358 * net/tramp-ftp.el:
11359 * net/tramp-sh.el:
11360 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
11361 load "tramp.el" `tramp-set-completion-function'.
11362
e17d9003
SM
113632011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11364
11365 * shell.el: Require and use pcomplete.
11366 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
11367 (shell-completion-vars): Set pcomplete-default-completion-function.
11368
6c4cab03
DD
113692011-06-04 Deniz Dogan <deniz@dogan.se>
11370
11371 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
11372 `memq' (Bug#8799).
11373
ea9fafe0
SM
113742011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
11375
11376 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
11377
b3e945d3
JB
113782011-06-02 Juanma Barranquero <lekktu@gmail.com>
11379
11380 * bs.el (bs--mark-unmark, bs--nth-wrapper):
11381 * mpc.el (mpc-select-extend, mpc-songpointer-context):
11382 * vc/log-view.el (log-view-beginning-of-defun):
11383 * vc/smerge-mode.el (smerge-apply-resolution-patch)
11384 (smerge-refine-forward, smerge-refine-chopup-region):
11385 Silence warning for unused `dotimes' counter variables.
11386
7d520089
SM
113872011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
11388
11389 * net/tramp.el (tramp-with-progress-reporter): Rename from
11390 with-progress-reporter. Use `declare'.
11391 * net/tramp-smb.el:
11392 * net/tramp-sh.el:
11393 * net/tramp-gvfs.el: Update all uses.
11394
a1c2400f
JB
113952011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
11396
11397 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
11398 buffer isn't killed before making it current.
11399
2403c841
SM
114002011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11401
11402 Silence various byte-compiler warnings.
11403 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
11404 `access-type' and new obsolescence format.
11405 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
11406 new format.
11407 (byte-compile-check-variable): New `access-type' argument.
11408 Only warn if the access-type is obsolete.
11409 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
11410 (byte-compile-variable-set): Adjust callers.
11411 * help-fns.el (describe-variable): Adjust to new obsolescence format.
11412 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
11413 setting it as obsolete.
11414 * simple.el (minibuffer-completing-symbol):
11415 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
11416 access as obsolete.
11417 * minibuffer.el (minibuffer-completing-file-name): Don't make it
11418 obsolete yet.
11419 * international/quail.el (quail-mouse-choose-completion): Remove unused
11420 code referring to obsolete var.
11421 (quail-choose-completion-string): Remove.
11422 * server.el (server-clients-with, server-kill-buffer-query-function)
11423 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
11424 * proced.el (proced-send-signal):
11425 * emacs-lisp/lisp.el (lisp-complete-symbol):
11426 Replace completion-annotate-function with completion-extra-properties.
11427
2462470b
SM
114282011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11429
fb5b2591
SM
11430 * simple.el (goto-line): Use read-number.
11431 (overriding-map-is-bound): Remove.
11432 (saved-overriding-map): Change default.
11433 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
11434 Take the map as argument.
11435 (universal-argument, negative-argument, digit-argument): Use it.
11436 (restore-overriding-map): Adjust.
11437 (do-auto-fill): Use fill-forward-paragraph.
11438 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
11439
fd6fa53f
SM
11440 * minibuffer.el (minibuffer-inactive-mode-map): New var.
11441 (minibuffer-inactive-mode): New major mode.
11442 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
11443 the *Messages* buffer" hack.
11444 (mouse-popup-menubar): Don't burp if the event is a normal key.
11445
2462470b
SM
11446 Miscellaneous tweaks.
11447 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
11448 lexical scoping as in subr.el's dolist and dotimes.
11449 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
11450 Silence compiler warning.
11451 * thingatpt.el (forward-whitespace): Trivial coding style fix.
11452 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
11453 * international/ccl.el (ccl-compile): Trivial simplification.
11454 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
11455 * emacs-lisp/testcover.el (testcover-end): Remove spurious
11456 `printflag' argument.
11457 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11458 Purecopy the whole obsolescence data.
11459
108bf785
LL
114602011-06-01 Leo Liu <sdl.web@gmail.com>
11461
11462 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
11463 improve doc-string as suggested by Marco Pessotto
11464 <melmothx@gmail.com>.
11465 (rcirc-print): Fix last change.
11466
30a23501
SM
114672011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11468
11469 * minibuffer.el (complete-with-action): Return nil for the metadata and
11470 boundaries of non-functional tables.
11471 (completion-table-dynamic): Return nil for the metadata.
11472 (completion-table-with-terminator): Add default case, using
11473 complete-with-action.
11474 (completion--metadata): New function.
11475 (completion-all-sorted-completions, minibuffer-completion-help): Use it
11476 to try and avoid pathological performance problems.
11477 (completion--embedded-envvar-table): Return `category' metadata.
11478
bcd54f83
LMI
114792011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11480
11481 * subr.el (process-alive-p): New tiny convenience function.
11482
e227544d
SM
114832011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11484
11485 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
11486 content but also its previous major mode.
11487
e8296fdc
HE
114882011-05-31 Helmut Eller <eller.helmut@gmail.com>
11489
4d61f28d 11490 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
11491 *Backtrace* buffer when we exit with C-M-c.
11492
620c53a6
SM
114932011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11494
11495 * minibuffer.el: Add metadata method to completion tables.
11496 (completion-category-overrides): New defcustom.
11497 (completion-metadata, completion--field-metadata)
11498 (completion-metadata-get, completion--styles)
11499 (completion--cycle-threshold): New functions.
11500 (completion-try-completion, completion-all-completions):
11501 Add `metadata' argument to choose completion-styles.
11502 (completion--do-completion): Use metadata to choose cycling.
11503 (completion-all-sorted-completions): Use metadata for sorting.
11504 Remove :completion-cycle-penalty which is not needed any more.
11505 (completion--try-word-completion): Add `metadata' argument.
11506 (minibuffer-completion-help): Check metadata for annotation function
11507 and sorting.
11508 (completion-file-name-table): Return `category' metadata.
11509 (minibuffer-completing-file-name): Make obsolete.
11510 * simple.el (minibuffer-completing-symbol): Make obsolete.
11511 * icomplete.el (icomplete-completions): Pass new `metadata' param to
11512 completion-try-completion.
11513
1257e755
SM
115142011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11515
11516 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
11517
3767e706
LL
115182011-05-30 Leo Liu <sdl.web@gmail.com>
11519
11520 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
11521 (rcirc-print): Decode all incoming messages (bug#8744).
11522 (rcirc-decode-coding-system): Allow value nil for automatic coding
11523 system detection.
3767e706 11524
d1a5d56a
GM
115252011-06-01 Glenn Morris <rgm@gnu.org>
11526
11527 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
11528
e8cbec34
CY
115292011-05-29 Chong Yidong <cyd@stupidchicken.com>
11530
11531 * image.el (image-animate-max-time): Allow nil and t values.
11532 Default to nil.
11533 (create-animated-image): Doc fix.
11534 (image-animate-start): Remove second arg; just use
11535 image-animate-max-time.
11536 (image-animate-timeout): Doc fix. Args changed.
11537
11538 * image-mode.el (image-toggle-display-image): Ensure that the
11539 image spec passed to the animate timer is the same object as in
58179cce 11540 the buffer's display property (Bug#6981).
e8cbec34
CY
11541 (image-transform-properties): Doc fix.
11542
11543 * image.el (image-animate-max-time): Default to nil.
11544
159daf87
MR
115452011-05-29 Martin Rudalics <rudalics@gmx.at>
11546
11547 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
11548 entire buffer list (Bug#8184).
11549
d66c4c7c
CY
115502011-05-29 Chong Yidong <cyd@stupidchicken.com>
11551
11552 * image.el (imagemagick-types-inhibit)
11553 (imagemagick-register-types): Doc fix.
11554
80aec780
DD
115552011-05-29 Deniz Dogan <deniz@dogan.se>
11556
11557 * net/rcirc.el (rcirc): Use the user's stored encryption method by
11558 default.
11559
1dd3c2d9
CY
115602011-05-29 Chong Yidong <cyd@stupidchicken.com>
11561
11562 * select.el: Don't perform clipboard-manager saving in hooks;
11563 leave the hooks empty.
11564
60e56523
LL
115652011-05-28 Leo Liu <sdl.web@gmail.com>
11566
11567 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
11568 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
11569 (occur-edit-mode): New major mode (Bug#8463).
11570 (occur-after-change-function): New function.
11571 (occur-engine): Give Occur tags a read-only property.
11572
2b1e1a22
KR
115732011-05-28 Kevin Ryde <user42@zip.com.au>
11574
11575 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
11576
5d344e88
CY
115772011-05-28 Chong Yidong <cyd@stupidchicken.com>
11578
8e6ca83d
CY
11579 * bindings.el (help-echo): Make the initial non-indicator dash
11580 empty on graphical terminals (Bug#7295).
11581
5d344e88
CY
11582 * files.el (auto-mode-alist): Move config rule after the
11583 in-stripping one (Bug#8547).
11584
bfbbace7
CY
11585 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
11586
fbeba6e2
CY
11587 * startup.el (normal-splash-screen): Remove gratuitous mode-line
11588 setting (Bug#8740).
11589
60ed8c72
AA
115902011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
11591
4ac619f0
AA
11592 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
11593 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
11594 (Bug#8539).
60ed8c72 11595
23db196e
CY
115962011-05-28 Chong Yidong <cyd@stupidchicken.com>
11597
11598 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
11599
5012f24c
DK
116002011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
11601
11602 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
11603 (hs-hide-block-at-point, hs-find-block-beginning)
11604 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
11605 (Bug#8279).
11606
6a639b16
GM
116072011-05-28 Glenn Morris <rgm@gnu.org>
11608
11609 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
11610
d43eaf2c
CY
116112011-05-28 Chong Yidong <cyd@stupidchicken.com>
11612
5199bde1
CY
11613 * help-fns.el (describe-function-1): If the function is a derived
11614 major mode, print the parent mode.
11615
d43eaf2c
CY
11616 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
11617 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
11618
423428a8
SM
116192011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11620
0ff8e1ba 11621 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 11622 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
11623 * progmodes/etags.el (tags-completion-at-point-function):
11624 * info-look.el (info-lookup-completions-at-point): Mark as
11625 non-exclusive.
11626 (info-complete): Adjust accordingly.
11627
423428a8
SM
11628 * info-look.el: Convert to lexical-binding and completion-at-point.
11629 (info-lookup-completions-at-point): New function.
11630 (info-complete): Use it and completion-in-region.
11631
b74aa22b
DA
116322011-05-28 Drew Adams <drew.adams@oracle.com>
11633
11634 * isearch.el: Let M-e start with point at the first mismatched char.
11635 (isearch-fail-pos): New function.
11636 (isearch-edit-string): Use it.
11637
66e2e71d
DK
116382011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
11639
11640 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
11641
b1890b0f 116422011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
11643
11644 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
11645 traversal functions for avl-trees.
11646 (avl-tree--stack): New struct.
11647 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
11648 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
11649 (avl-tree--do-enter): Add optional `updatefun' arg.
11650 Change return value.
eb95d01d 11651 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
11652 (avl-tree--do-delete): Add `test' and `nilflag' args.
11653 Change return value.
eb95d01d
TC
11654 (avl-tree-member): Add optional `nilflag'
11655 (avl-tree-member-p): New function.
11656 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
11657 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
11658 (avl-tree-stack-empty-p): New functions.
11659
3769ddcf
TC
11660 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
11661 avl-tree--del-balance1 and make it work both ways.
11662 (avl-tree--del-balance2): Remove.
11663 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
11664 make it work both ways.
11665 (avl-tree--enter-balance2): Remove.
11666 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
11667 New macros.
11668 (avl-tree--mapc, avl-tree-map): Add direction argument.
11669
eb95d01d 116702011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
11671
11672 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
11673
a9f737ee
CY
116742011-05-27 Chong Yidong <cyd@stupidchicken.com>
11675
11676 * select.el: Support clipboard managers with built-in function
11677 x-clipboard-manager-save, via delete-frame-functions and
11678 kill-emacs-hook.
11679 (xselect-convert-to-targets): Add MULTIPLE target to list.
11680 (xselect-convert-to-save-targets): New function.
11681
c92a1e54
KH
116822011-05-27 Kenichi Handa <handa@m17n.org>
11683
11684 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
11685 let-binding rfc2047-encode-encoded-words to nil.
11686
e145f188
GM
116872011-05-27 Glenn Morris <rgm@gnu.org>
11688
5ec8a862
GM
11689 * mail/emacsbug.el: Don't require url-util.
11690
4b29d9fb
GM
11691 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
11692
e145f188
GM
11693 * files.el (set-auto-mode):
11694 Also respect mode: entries at the end of the file. (Bug#8586)
11695
7d15102b
GM
116962011-05-26 Glenn Morris <rgm@gnu.org>
11697
98f593b8
GM
11698 * files.el (hack-local-variables-prop-line, hack-local-variables):
11699 Downcase mode names, as seems to be traditional.
27b48e63 11700 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 11701
7d15102b
GM
11702 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
11703 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
11704
51d5b4ec
JD
117052011-05-25 Julien Danjou <julien@danjou.info>
11706
11707 * textmodes/rst.el (rst-define-level-faces): Do not define face
11708 symbol if it is already defined.
11709
91513f63
VB
117102011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
11711
11712 * play/5x5.el (5x5-new-game, 5x5-randomize):
11713 Reset 5x5-solver-output to nil when a new grid is cast.
11714 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
11715 these debugging traces, as defmacro breaks the compiled code.
11716
4d90d6d0
DK
117172011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
11718
11719 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
11720
e1b90ef6
LL
117212011-05-24 Leo Liu <sdl.web@gmail.com>
11722
11723 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
11724 (vc-bzr-sha1): Adapt.
11725
d8e4b68b 11726 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
11727
11728 * bindings.el: Provide sha1 feature.
11729
db0406bb 117302011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
11731
11732 * mail/sendmail.el: Require `rfc2047'.
11733 (mail-insert-from-field): Do not perform RFC2047 encoding.
11734 (mail-encode-header): New function.
11735 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
11736 buffer to the return value of select-message-coding-system.
11737 Call mail-encode-header.
b8d747b9
KH
11738
11739 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
11740
db0406bb 117412011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 11742
4d90d6d0
DK
11743 * mail/supercite.el (sc-default-cite-frame):
11744 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 11745
eb8a5e9b
GM
117462011-05-24 Glenn Morris <rgm@gnu.org>
11747
f8630703
GM
11748 * progmodes/python.el (brm-menu): Declare.
11749
8831bbed
GM
11750 * emulation/viper.el (viper-set-hooks): Declare.
11751
eb8a5e9b
GM
11752 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
11753 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
11754 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
11755 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
11756 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
11757 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
11758
a2a25d24
SM
117592011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11760
11761 Add an :exit-function for completion-at-point.
11762
11763 * minibuffer.el (completion--done): New fun.
11764 (completion--do-completion): Use it. New arg `expect-exact'.
11765 (minibuffer-complete, minibuffer-complete-word): Don't output message,
11766 since completion--do-completion does it for us now.
11767 (minibuffer-force-complete): Use completion--done and
11768 completion--replace. Handle sole-completion case with more care.
11769 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
11770 (completion-extra-properties): New var.
11771 (completion-annotate-function): Make obsolete.
11772 (minibuffer-completion-help): Adjust accordingly.
11773 Use completion-list-insert-choice-function.
11774 (completion-at-point, completion-help-at-point):
11775 Bind completion-extra-properties.
11776 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
11777 * simple.el (completion-list-insert-choice-function): New var.
11778 (completion-setup-function): Preserve it.
11779 (choose-completion): Pay attention to it, shuffle the code a bit.
11780 (choose-completion-string): New arg `insert-function'.
11781
11782 * textmodes/bibtex.el: Convert to lexical binding.
11783 (bibtex-mode-map): Use completion-at-point.
11784 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
11785 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
11786 (bibtex-complete): Define as obsolete alias.
11787 (bibtex-complete-internal): Remove.
11788 (bibtex-format-entry): Remove unused sub-group in regexp.
11789 * shell.el (shell--command-completion-data)
11790 (shell-environment-variable-completion):
11791 * pcomplete.el (pcomplete-completions-at-point):
11792 * comint.el (comint--complete-file-name-data): Use :exit-function
11793 instead of completion-table-with-terminator so it also works for
11794 choose-completion.
11795
e44e373d
SM
117962011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11797
4f91a816
SM
11798 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
11799
782fc819
SM
11800 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
11801 (bug#8710).
11802
e44e373d
SM
11803 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
11804
381987c3
KM
118052011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
11806
11807 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
11808 customization variable and implement: If non-nil, auto-fill will
11809 be inhibited while on topic's header line.
11810
b776bc70
VB
118112011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
11812
11813 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 11814 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
11815 always have a solution in grid size = 5 cases.
11816 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
11817 (5x5-solver-output, 5x5-log-buffer): New vars.
11818 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
11819 Make these variables buffer local to achieve 5x5 multi-session-ness.
11820 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
11821 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
11822 (5x5-solve-suggest): New funs.
11823 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
11824 randomize a grid so that we ensure that there is always a solution.
11825 (5x5-make-random-grid): Allow other movement than flipping.
11826
7de88b6e
KR
118272011-05-23 Kevin Ryde <user42@zip.com.au>
11828
11829 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 11830 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
11831 advice and passes PREDICATE.
11832
b1ef1257
SM
118332011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11834
bbca48fe
SM
11835 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
11836 byte-compile-lambda if it's actually a lambda.
11837
b1ef1257
SM
11838 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
11839 Fix function quoting. Use backquote better.
11840
92a9cc65
YS
118412011-05-22 Yuanle Song <sylecn@gmail.com>
11842
11843 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
11844 matching (Bug#8516).
11845
f0fb8059
JA
118462011-01-22 Jari Aalto <jari.aalto@cante.net>
11847
11848 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
11849 different face (Bug#8178).
11850
d5b44c93
CY
118512011-05-22 Chong Yidong <cyd@stupidchicken.com>
11852
11853 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
11854 defface (Bug#8144).
11855
79106a44
SM
118562011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11857
9c848d8a
SM
11858 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
11859 funcall as well (bug#8712). Warn when performing those conversions.
11860 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
11861
79106a44
SM
11862 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
11863
88dfa756
GM
118642011-05-22 Glenn Morris <rgm@gnu.org>
11865
11866 * files.el (hack-local-variables-prop-line): Small simplifications.
11867 (hack-local-variables, hack-local-variables-prop-line):
11868 If MODE-ONLY, return the mode, rather than just `t'.
11869
b7cf2c79
SM
118702011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
11871
11872 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
11873
3f1a8558
GM
118742011-05-21 Glenn Morris <rgm@gnu.org>
11875
7e4ccca3
GM
11876 * files.el (hack-local-variables-prop-line, hack-local-variables):
11877 If only interested in the mode, don't bother doing the other stuff.
11878
637d46ca
GM
11879 * image-mode.el (image-after-revert-hook):
11880 Redraw all frames on which the image is visible. (Bug#8567)
11881
973d955b
GM
11882 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
11883
3f1a8558
GM
11884 * wid-edit.el (widget-checklist-match-inline):
11885 Fix 2011-04-19 change. (Bug#8649)
11886
96479927
SM
118872011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11888
1dcf791f
SM
11889 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
11890 Also allow singlespace after single-letter capitals followed by a dot.
11891
96479927
SM
11892 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
11893 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
11894
35fd0881
N
118952011-05-20 Nix <nix@esperi.org.uk>
11896
11897 * files.el (basic-save-buffer-2):
11898 Fix handling of break-hardlink-on-save with non-existent files.
11899
82745640
DD
119002011-05-19 Deniz Dogan <deniz@dogan.se>
11901
11902 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 11903 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 11904
4a720484
GM
119052011-05-19 Glenn Morris <rgm@gnu.org>
11906
d1f21341
GM
11907 * progmodes/f90.el (f90-type-def-re):
11908 Handle "type, bind(c)". (Bug#8691)
11909
4a720484
GM
11910 * emacs-lisp/autoload.el (batch-update-autoloads):
11911 Set autoload-excludes by parsing loadup.el rather than Makefiles.
11912
2fb0a219
MA
119132011-05-18 Michael Albinus <michael.albinus@gmx.de>
11914
11915 * net/tramp.el (tramp-process-actions): Set "first-password-request"
11916 property for the correct connection in case of multihops.
11917
e565dd37
GM
119182011-05-18 Glenn Morris <rgm@gnu.org>
11919
c2571358 11920 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
11921 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
11922
e565dd37
GM
11923 Rationalize calendar handling of day and month abbrev-arrays.
11924 * calendar/calendar.el (calendar-customized-p): New function.
11925 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
11926 (calendar-day-name-array, calendar-month-name-array): Doc fix.
11927 Add :set function.
11928 (calendar-abbrev-length, calendar-day-abbrev-array)
11929 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
11930 (calendar-day-abbrev-array, calendar-month-abbrev-array):
11931 Elements may no longer be nil.
11932 (calendar-day-name, calendar-month-name):
11933 Update for changed nature of abbrev arrays.
11934 * calendar/diary-lib.el (diary-name-pattern):
11935 Update for changed nature of abbrev arrays.
11936 (diary-mark-entries-1): Update calendar-make-alist calls.
11937 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
11938 * calendar/cal-html.el (cal-html-day-abbrev-array):
11939 Simply inherit from calendar-day-abbrev-array.
11940
1d99a745
SM
119412011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11942
11943 * progmodes/grep.el (grep-mode): Disable default
11944 compilation-directory-matcher setting (bug#8684).
11945
7c1d9aa0
MA
119462011-05-17 Michael Albinus <michael.albinus@gmx.de>
11947
11948 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
11949 instead of "head" and "tail". There were problems with SunOS 5.9,
11950 and it performs better.
11951
3952e9d8
GM
119522011-05-17 Glenn Morris <rgm@gnu.org>
11953
2dd12e7f
GM
11954 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
11955
e4157b9c
GM
11956 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
11957 Replace obsolete function.
11958
8e249bbd
GM
11959 * shell.el (pcomplete-parse-arguments-function): Declare.
11960
3952e9d8
GM
11961 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
11962 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
11963 (appt-check): Doc fixes.
11964 (appt-disp-window-function, appt-delete-window-function):
11965 Remove needless special case in custom :type.
11966 (appt-display-count): Default to 0, not nil.
11967 (appt-check): Reset appt-display-count to 0, not nil.
11968
c71a0d48 119692011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 11970
c71a0d48
GM
11971 * progmodes/python.el (python-font-lock-keywords):
11972 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 11973
31d55be9
SM
119742011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11975
11976 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
11977
3bfacb2f
KR
119782011-05-16 Kevin Ryde <user42@zip.com.au>
11979
11980 * info-look.el (makefile-automake-mode): New setups, looking in
11981 automake manual, then makefile-mode.
11982 (makefile-mode): Remove automake manual, have it just in
11983 makefile-automake-mode since there's various things different or
11984 not relevant to plain make.
11985 (makefile-mode): Remove "other-modes" non-existent automake-mode,
11986 believe a hypothetical automake-mode would go to makefile-mode,
11987 not the other way around.
11988
c8e83751
CY
119892011-05-15 Chong Yidong <cyd@stupidchicken.com>
11990
5e9e35cd
CY
11991 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
11992 hunk-end tags (Bug#8672).
11993
c8e83751
CY
11994 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
11995 vc-annotate-show-diff-revision-at-line (Bug#8671).
11996
50b23e5a
GM
119972011-05-14 Glenn Morris <rgm@gnu.org>
11998
7210a739
GM
11999 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
12000 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
12001 (change-log-font-lock-keywords): Also handle multiple author lines
12002 with leading tabs. (Bug#8644)
7210a739 12003
4691905a
GM
12004 * calendar/appt.el (appt-check): Rename some local variables.
12005 Some simplification/reordering.
12006
50b23e5a
GM
12007 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
12008 (feedmail-sendmail-f-doesnt-sell-me-out)
12009 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
12010 (feedmail-debug-sit-for, feedmail-queue-express-hook)
12011 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
12012 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
12013 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
12014 (feedmail-binmail-gnulinuxish-template):
12015 Rename from feedmail-binmail-linuxish-template.
12016 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
12017 Use insert-buffer-substring.
12018
215cda7c
BC
120192011-05-14 Bill Carpenter <bill@carpenter.org>
12020
12021 * mail/feedmail.el (feedmail-patch-level): Increase.
12022 (feedmail-debug): New custom group.
12023 (feedmail-confirm-outgoing-timeout)
12024 (feedmail-sendmail-f-doesnt-sell-me-out)
12025 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
12026 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
12027 (feedmail-sender-line, feedmail-from-line)
12028 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 12029 (feedmail-spray-this-address)
215cda7c
BC
12030 (feedmail-spray-address-fiddle-plex-list)
12031 (feedmail-queue-use-send-time-for-date)
12032 (feedmail-queue-use-send-time-for-message-id)
12033 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
12034 (feedmail-buffer-eating-function):
12035 Doc fixes.
12036 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
12037 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
12038 (feedmail-message-action-scroll-down): New functions.
12039 (feedmail-queue-directory, feedmail-queue-draft-directory):
12040 Use expand-file-name.
12041 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
12042 Remove C-v help entry.
12043 (feedmail-queue-buffer-file-name): New variable.
12044 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
12045 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
12046 (feedmail-message-action-send-strong, feedmail-message-action-edit)
12047 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
12048 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
12049 (feedmail-message-action-toggle-spray)
12050 (feedmail-run-the-queue-no-prompts)
12051 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
12052 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
12053 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
12054 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
12055 (feedmail-envelope-deducer, feedmail-fiddle-from)
12056 (feedmail-fiddle-sender, feedmail-default-date-generator)
12057 (feedmail-fiddle-date, feedmail-fiddle-message-id)
12058 (feedmail-fiddle-spray-address)
12059 (feedmail-fiddle-list-of-spray-fiddle-plexes)
12060 (feedmail-fiddle-list-of-fiddle-plexes)
12061 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
12062 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
12063 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
12064 Change default. Doc fix.
12065 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
12066 (feedmail-binmail-linuxish-template): New constant.
12067 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
12068 Respect feedmail-sendmail-f-doesnt-sell-me-out.
12069 (feedmail-send-it): Add debug call.
12070 Use feedmail-queue-buffer-file-name, and
12071 feedmail-send-it-immediately-wrapper.
12072 (feedmail-message-action-send): Add debug call.
12073 Use feedmail-send-it-immediately-wrapper.
12074 (feedmail-queue-express-to-queue): Add debug call.
12075 Run feedmail-queue-express-hook.
12076 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
12077 (feedmail-message-action-help-blat):
12078 Rename from feedmail-queue-send-edit-prompt-help-first.
12079 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
12080 Check line-endings. Handle errors better.
12081 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
12082 Doc fix. Add debug call.
12083 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
12084 Use feedmail-queue-send-edit-prompt-inner.
12085 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
12086 (feedmail-queue-send-edit-prompt-inner): New function, extracted
12087 from feedmail-queue-send-edit-prompt.
12088 (feedmail-queue-send-edit-prompt-help)
12089 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
12090 (feedmail-tidy-up-slug): Add debug call.
12091 Respect feedmail-queue-slug-suspect-regexp.
12092 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
12093 (feedmail-dump-message-to-queue): Add debug call.
12094 Expand queue-directory.
12095 (feedmail-dump-message-to-queue): Change message slightly.
12096 Use feedmail-say-chatter.
12097 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
12098 (feedmail-send-it-immediately-wrapper): New function.
12099 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
12100 Insert empty string rather than newline. Handle full-frame case.
12101 Use catch/throw. Use feedmail-say-chatter.
12102 (feedmail-fiddle-from): Try mail-host-address.
12103 (feedmail-default-message-id-generator): Doc fix.
12104 Bind system-time-locale. Handle missing end.
12105 (feedmail-fiddle-x-mailer): Add debug call.
12106 Handle feedmail-x-mailer-line being nil.
12107 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
12108 Add debug call. Use buffer-substring-no-properties.
12109 (feedmail-say-debug, feedmail-say-chatter): New functions.
12110 (feedmail-find-eoh): Give an explicit error.
12111
42c7e61e
UJ
121122011-05-13 Ulf Jasper <ulf.jasper@web.de>
12113
c2571358 12114 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 12115 family from helvetica to sans.
c2571358 12116 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
12117 etc/images/newsticker.
12118
c2571358 12119 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
12120 family from helvetica to sans.
12121
12122 * net/newst-plainview.el (newsticker-new-item-face)
12123 (newsticker-old-item-face, newsticker-immortal-item-face)
12124 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 12125 (newsticker-statistics-face): Change default family from
42c7e61e 12126 helvetica to sans.
c2571358 12127 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
12128 etc/images/newsticker.
12129
5d3385a0
JB
12130 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
12131 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
12132 auto-marking.
12133
8497a297
DV
121342011-05-13 Didier Verna <didier@xemacs.org>
12135
12136 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
12137 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
12138 TODO entries.
8497a297
DV
12139 (lisp-lambda-list-keyword-parameter-indentation)
12140 (lisp-lambda-list-keyword-parameter-alignment)
12141 (lisp-lambda-list-keyword-alignment): New customizable user options.
12142 (lisp-indent-defun-method): Improve docstring.
12143 (extended-loop-p): Fix comment.
12144 (lisp-indent-lambda-list-keywords-regexp): New variable.
12145 (lisp-indent-lambda-list): New function.
12146 (lisp-indent-259): Use it.
12147 (lisp-indent-defmethod): Support for more than one
12148 method qualifier and properly indent methods lambda-lists.
12149 (defgeneric): Provide a missing common-lisp-indent-function property.
12150
f278f87f
SM
121512011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12152
12153 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
12154 bounds for the empty string (bug#8667).
12155
5233edd7
GM
121562011-05-13 Glenn Morris <rgm@gnu.org>
12157
5237a44f
GM
12158 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
12159
8340026c 12160 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 12161 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 12162
5233edd7 12163 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 12164 (appt-time-msg-list): Doc fix.
a5464014 12165 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 12166
92d10796
AS
121672011-05-12 Andreas Schwab <schwab@linux-m68k.org>
12168
12169 * progmodes/ld-script.el (ld-script-keywords)
12170 (ld-script-builtins): Update keywords list.
12171
914a0ae1
SM
121722011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
12173
c89be45f
SM
12174 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
12175
914a0ae1
SM
12176 * shell.el (shell-completion-vars): New function.
12177 (shell-mode):
12178 * simple.el (read-shell-command): Use it.
12179 (blink-matching-open): No need for " [...]" in minibuffer-message.
12180
98dc3df3
GM
121812011-05-12 Glenn Morris <rgm@gnu.org>
12182
12183 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
12184 (appt-check): Simplify.
12185
d2fc7e3d 121862011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 12187
4d61f28d 12188 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
12189 literal "/dev/null".
12190
d2fc7e3d 121912011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
12192
12193 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
12194 Fix typo.
12195
d2fc7e3d 121962011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 12197
3f254caa
SM
12198 * progmodes/which-func.el (which-function):
12199 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
12200 which might not be defined (Bug#8260).
12201
d45885f7
GM
122022011-05-12 Glenn Morris <rgm@gnu.org>
12203
12204 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
12205 Let byte-compile-initial-macro-environment always take precedence.
12206
488086f4
SM
122072011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
12208
12209 * net/rcirc.el: Add support for SSL/TLS connections.
12210 (rcirc-server-alist): New field `encryption'.
12211 (rcirc): Check `encryption' settings.
12212 (rcirc-connect): New arg `encryption'. Use open-network-stream.
12213 Merge make-local-variable into `set'.
12214 (rcirc--connection-open-p): New function.
12215 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
12216 the process is not a network process (e.g. running gnutls-cli).
12217 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
12218 Make rcirc-(en|de)code-coding-system local here.
12219 (rcirc-mode): Merge make-local-variable into `set'.
12220 (rcirc-parent-buffer): Make permanent buffer-local.
12221 (rcirc-multiline-minor-mode): Don't do it here.
12222 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
12223 there's no server buffer.
12224
7d3b9d44
GM
122252011-05-11 Glenn Morris <rgm@gnu.org>
12226
f64049c6
GM
12227 * newcomment.el (comment-kill): Prefix "unused" local.
12228
93c9df73
GM
12229 * term/w32console.el (get-screen-color): Declare.
12230
7d3b9d44
GM
12231 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
12232 Handle symbol elements of byte-compile-initial-macro-environment.
12233
9e2dd53f
LL
122342011-05-10 Leo Liu <sdl.web@gmail.com>
12235
488086f4
SM
12236 * bookmark.el (bookmark-bmenu-mode-map):
12237 Bind bookmark-bmenu-search to `/'.
8b340240 12238
9e2dd53f 12239 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
12240 (footnote-unicode-string, footnote-unicode-regexp): New variable.
12241 (Footnote-unicode): New function.
12242 (footnote-style-alist): Add unicode style to the list.
12243 (footnote-style): Doc fix.
9e2dd53f 12244
79b70037
GM
122452011-05-10 Jim Meyering <meyering@redhat.com>
12246
12247 Fix doubled-word typos.
12248 * international/quail.el (quail-insert-kbd-layout): and and -> and
12249 * kermit.el: and and -> and
12250 * net/ldap.el (ldap-search-internal): to to -> to
12251 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
12252 * progmodes/js.el (js-mode): and and -> and
12253 * textmodes/artist.el (artist-move-to-xy): at at -> at
12254 (artist-draw-region-trim-line-endings): if if -> if
12255 And Safetyc -> Safety.
12256 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
12257
b8f82dc1 122582011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 12259 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
12260
12261 * files.el (hack-one-local-variable-eval-safep):
12262 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
12263
4f99f44b
GM
122642011-05-10 Glenn Morris <rgm@gnu.org>
12265
12266 * calendar/diary-lib.el (diary-list-entries-hook)
12267 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
12268 (diary-nongregorian-marking-hook, diary-list-entries)
12269 (diary-include-other-diary-files, diary-mark-entries)
12270 (diary-mark-included-diary-files): Doc fixes.
12271
84f29e6b
JB
122722011-05-09 Juanma Barranquero <lekktu@gmail.com>
12273
12274 * misc.el: Require tabulated-list.el during compilation.
12275
9bedd73a
CY
122762011-05-09 Chong Yidong <cyd@stupidchicken.com>
12277
488086f4
SM
12278 * progmodes/compile.el (compilation-start):
12279 Run compilation-filter-hook for the async case too.
9bedd73a
CY
12280 (compilation-filter-hook): Doc fix.
12281
797c735c
DD
122822011-05-09 Deniz Dogan <deniz@dogan.se>
12283
12284 * wdired.el: Remove outdated installation comment. Fix usage
12285 comment.
12286
5f4b1dfe
JB
122872011-05-09 Juanma Barranquero <lekktu@gmail.com>
12288
12289 * misc.el: Implement new command `list-dynamic-libraries'.
12290 (list-dynamic-libraries--loaded-only-p): New variable.
12291 (list-dynamic-libraries--refresh): New function.
12292 (list-dynamic-libraries): New command.
12293
4c44026c
CY
122942011-05-09 Chong Yidong <cyd@stupidchicken.com>
12295
488086f4
SM
12296 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12297 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
12298 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
12299 higher priority to avoid clobbering by gnu.
12300
027f966d
CY
123012011-05-08 Chong Yidong <cyd@stupidchicken.com>
12302
12303 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
12304 if the face has existing theme settings (Bug#8454).
12305
085f5d7d
CY
123062011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
12307
488086f4
SM
12308 * progmodes/perl-mode.el (perl-imenu-generic-expression):
12309 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 12310
2a86a00c
RS
12311 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
12312 special file names `.' and `..' (Bug#8259).
12313
d9c54a06
CY
123142011-05-08 Chong Yidong <cyd@stupidchicken.com>
12315
488086f4
SM
12316 * progmodes/grep.el (grep-mode-font-lock-keywords):
12317 Remove buffer-changing entries.
d9c54a06
CY
12318 (grep-filter): New function.
12319 (grep-mode): Add it to compilation-filter-hook.
12320
12321 * progmodes/compile.el (compilation-filter-hook)
12322 (compilation-filter-start): New defvars.
12323 (compilation-filter): Call compilation-filter-hook prior to
12324 updating the process mark.
12325
c4662635
SM
123262011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12327
12328 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
12329
b0512a1d
EZ
123302011-05-07 Eli Zaretskii <eliz@gnu.org>
12331
605c9376
EZ
12332 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
12333 mailclient-send-it even if window-system is nil. (Bug#8595)
12334
c4662635
SM
12335 * term/w32console.el (terminal-init-w32console):
12336 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
12337 background-mode. (Bug#8597)
12338
d1dc2cc2
SM
123392011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12340
12341 Make bytecomp.el understand that defmethod defines funs (bug#8631).
12342 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
12343 New functions.
12344 (defgeneric, eieio--defmethod): Use them.
12345 (eieio-defgeneric): Remove.
12346 (defmethod): Call defgeneric in a way visible to the byte-compiler.
12347
915d1300
GM
123482011-05-07 Glenn Morris <rgm@gnu.org>
12349
a3961c3e
GM
12350 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
12351 Use let rather than let*.
12352 (timeclock-find-discrep): Remove unused local.
12353
314347b9
GM
12354 * calendar/diary-lib.el (diary-comment-start): Doc fix.
12355
915d1300
GM
12356 * calendar/appt.el (appt-time-msg-list): Doc fix.
12357
275b59b0
NF
123582011-05-06 Noah Friedman <friedman@splode.com>
12359
12360 * apropos.el (apropos-print-doc): Only use
12361 emacs-lisp-docstring-fill-column when it is bound to an integer,
12362 per that variable's documentation.
12363
6c19f744
SM
123642011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12365
12366 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 12367 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 12368
60f884b2
GM
123692011-05-06 Glenn Morris <rgm@gnu.org>
12370
5006e634
GM
12371 * calendar/appt.el (appt-message-warning-time): Doc fix.
12372 (appt-warning-time-regexp): New option.
12373 (appt-make-list): Respect appt-message-warning-time.
12374
548d0a63
GM
12375 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
12376 New options.
12377 (diary-add-to-list): Strip comments from the displayed string.
12378 (diary-mode): Set comment-start and comment-end.
12379
60f884b2
GM
12380 * vc/diff-mode.el (smerge-refine-subst): Declare.
12381 (diff-refine-hunk): Don't require smerge-mode when compiling.
12382
989681bb
JB
123832011-05-06 Juanma Barranquero <lekktu@gmail.com>
12384
12385 * simple.el (list-processes): Return nil as the docstring says.
12386
a6bc05e1
MA
123872011-05-05 Michael Albinus <michael.albinus@gmx.de>
12388
12389 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
12390 to "".
12391 (ange-ftp-write-region, ange-ftp-insert-file-contents)
12392 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
12393 determining of binary transfer. (Bug#7383)
12394
23c22e9a
MA
123952011-05-05 Michael Albinus <michael.albinus@gmx.de>
12396
c4662635
SM
12397 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
12398 Fix port computation bug. (Bug#8618)
23c22e9a 12399
0bff894f
GM
124002011-05-05 Glenn Morris <rgm@gnu.org>
12401
b8296902
GM
12402 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
12403
1f522ce8
GM
12404 * simple.el (shell-dynamic-complete-functions)
12405 (comint-dynamic-complete-functions): Declare.
12406
cf5bee67
GM
12407 * net/network-stream.el (gnutls-negotiate):
12408 * simple.el (tabulated-list-print): Fix declarations.
12409
12410 * progmodes/gud.el (syntax-symbol, syntax-point):
12411 Remove unnecessary and incorrect declarations.
12412
0bff894f
GM
12413 * emacs-lisp/check-declare.el (check-declare-scan):
12414 Handle byte-compile-initial-macro-environment in bytecomp.el
12415
9869b3ae
SM
124162011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12417
12418 Fix earlier half-done eieio-defmethod change (bug#8338).
12419 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
12420 Streamline and change calling convention.
12421 (defmethod): Adjust accordingly and simplify.
12422 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
12423 new eieio--defmethod.
12424 (slot-boundp): Minor CSE simplification.
12425
9c1d5ac5
MZ
124262011-05-05 Milan Zamazal <pdm@zamazal.org>
12427
12428 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
12429 (glasses-make-readable): Use glasses-separate-capital-groups.
12430
455c834e
JB
124312011-05-05 Juanma Barranquero <lekktu@gmail.com>
12432
12433 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
12434 (warning-series): Doc fix.
12435 (display-warning): Don't try to create the buffer if we just found it.
12436
9ed7c8cb
CY
124372011-05-04 Chong Yidong <cyd@stupidchicken.com>
12438
12439 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
12440 (autoload-find-generated-file): New function.
12441 (generate-file-autoloads): Bind generated-autoload-file to
12442 buffer-file-name.
9869b3ae
SM
12443 (update-file-autoloads, update-directory-autoloads):
12444 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
12445 output file (Bug#7989).
12446 (batch-update-autoloads): Doc fix.
12447
0898ca10
JB
124482011-05-04 Juanma Barranquero <lekktu@gmail.com>
12449
12450 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
12451
31dfb76c
GM
124522011-05-04 Glenn Morris <rgm@gnu.org>
12453
f330b642
GM
12454 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
12455 function, so it follows changes in calendar-date-style.
12456 (diary-fancy-date-matcher): New function.
12457 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
12458 (diary-fancy-font-lock-fontify-region-function):
12459 Use diary-fancy-date-pattern as a function.
12460
31dfb76c
GM
12461 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
12462 non-numbers for `year' etc pseudo-variables. (Bug#8583)
12463
48e79d6a
TZ
124642011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
12465
12466 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
12467 instead of positional arguments. Allow :keylist and :crlfiles
12468 arguments.
12469 (open-gnutls-stream): Call it.
12470
12471 * net/network-stream.el (network-stream-open-starttls): Adjust to
12472 call `gnutls-negotiate' with :process and :hostname arguments.
12473
dd5a5ee0
SM
124742011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12475
ef80fc09
SM
12476 * minibuffer.el (completion--message): New function.
12477 (completion--do-completion, minibuffer-complete)
12478 (minibuffer-force-complete, minibuffer-complete-word): Use it.
12479 (completion--do-completion): Don't ignore completion-auto-help when in
12480 icomplete-mode.
12481
dd5a5ee0
SM
12482 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
12483 internal encoding (e.g. tibetan zero is not whitespace).
12484 (global-whitespace-mode): Prefer save-current-buffer.
12485 (whitespace-trailing-regexp): Remove useless save-match-data.
12486 (whitespace-empty-at-bob-regexp): Minor simplification.
12487
b7d22a83
CY
124882011-05-03 Chong Yidong <cyd@stupidchicken.com>
12489
12490 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
12491
5192af46
AM
124922011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12493
12494 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 12495 Use `concat' to create string for insertion.
5192af46 12496
5767d190
SM
124972011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12498
12499 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
12500 Avoid open-line which runs post-self-insert-hook.
12501 (bibtex-fill-entry): Remove unused `end' var.
12502
bf242939
AM
125032011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
12504
5767d190
SM
12505 * textmodes/ispell.el (ispell-add-per-file-word-list):
12506 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 12507
25666126
LL
125082011-05-03 Leo Liu <sdl.web@gmail.com>
12509
12510 * isearch.el (isearch-yank-pop): New command.
5767d190 12511 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
12512 (isearch-forward): Mention it.
12513
52d3c2d0
SM
125142011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12515
1bcace58
SM
12516 * simple.el (minibuffer-complete-shell-command): Remove.
12517 (minibuffer-local-shell-command-map): Use completion-at-point.
12518 (read-shell-command): Setup completion vars here instead.
12519 (read-expression-map): Bind TAB to symbol completion.
12520
52d3c2d0
SM
12521 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
12522 error directly rather via storing it into `results'.
12523
35813471
LL
125242011-05-02 Leo Liu <sdl.web@gmail.com>
12525
12526 * vc/diff.el: Fix description.
12527
e793a940
LMI
125282011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12529
12530 * server.el (server-eval-at): New function.
12531
8de66e05
LMI
125322011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12533
12534 * net/network-stream.el (open-network-stream): Take a :nowait
12535 parameter and pass it on to `make-network-process'.
12536 (network-stream-open-plain): Ditto.
12537
dcb79f20
AS
125382011-04-30 Andreas Schwab <schwab@linux-m68k.org>
12539
12540 * faces.el (face-spec-set-match-display): Don't match toolkit
12541 options on terminal frames.
12542
14a7fbd8
SM
125432011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12544
7eabc1be
SM
12545 * progmodes/pascal.el: Use lexical binding.
12546 (pascal-mode-map): Remove author preferences.
12547
14a7fbd8
SM
12548 * pcomplete.el (pcomplete-std-complete): Don't abuse
12549 completion-at-point.
12550
50f84510
JB
125512011-04-28 Juanma Barranquero <lekktu@gmail.com>
12552
6e087a44
JB
12553 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
12554 removing code that has been dead since 1991 or so.
12555
50f84510
JB
12556 * startup.el (command-line): When warning about "_emacs", use a
12557 delayed warning to allow the user to filter it out.
12558
0ba690bd
DD
125592011-04-28 Deniz Dogan <deniz@dogan.se>
12560
12561 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
12562 user has not joined.
12563
08abfaad
SM
125642011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
12565
12566 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
12567 aren't any completions at point.
12568
638f053a
JB
125692011-04-28 Juanma Barranquero <lekktu@gmail.com>
12570
12571 * subr.el (display-delayed-warnings): New function.
12572 (delayed-warnings-hook): New variable.
12573
8fff8daa
SM
125742011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
12575
08abfaad
SM
12576 * minibuffer.el (completion-at-point, completion-help-at-point):
12577 Don't presume that a given completion-at-point-function will always
12578 use the same calling convention.
12579
8fff8daa
SM
12580 * pcomplete.el (pcomplete-completions-at-point):
12581 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
12582 pcomplete-seen is non-nil.
12583 (pcomplete-comint-setup): Also recognize the new comint/shell
12584 completion functions.
12585 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
12586 pcomplete-seen is non-nil.
12587
841a1577 125882011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 12589
841a1577 12590 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 12591 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 12592 the first character in the entry. This allows for code to add its
211ec907
UJ
12593 own uid to the entry.
12594 (icalendar--convert-float-to-ical): Add export of
12595 `diary-float'-entries save for those with the optional DAY
12596 argument.
12597
2a782793
DC
125982011-04-27 Daniel Colascione <dan.colascione@gmail.com>
12599
12600 * subr.el (shell-quote-argument): Use alternate escaping strategy
12601 when we spot a variable reference in a string.
12602
0438ce91
DC
126032011-04-26 Daniel Colascione <dan.colascione@gmail.com>
12604
12605 * cus-start.el (all): Define customization for debug-on-event.
12606
841a1577 126072011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
12608
12609 * subr.el (shell-quote-argument): Escape correctly under Windows.
12610
d090ed6c
SM
126112011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12612
12613 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
12614
bfd31217
MA
126152011-04-25 Michael Albinus <michael.albinus@gmx.de>
12616
d090ed6c
SM
12617 * net/tramp.el (tramp-process-actions): Add POS argument.
12618 Delete region between POS and (pos).
bfd31217 12619
d090ed6c
SM
12620 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
12621 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
12622 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
12623
12624 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
12625 position in `tramp-process-actions' call.
12626
12627 * net/trampver.el: Update release number.
12628
e92f3bd3
SM
126292011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12630
850256b5
SM
12631 * custom.el (defcustom): Obey lexical-binding.
12632
e92f3bd3
SM
12633 Fix octave-inf completion problems reported by Alexander Klimov.
12634 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
12635 Inherit from octave-mode-syntax-table.
12636 (inferior-octave-mode): Set info-lookup-mode.
12637 (inferior-octave-completion-at-point): New function.
12638 (inferior-octave-complete): Use it and completion-in-region.
12639 (inferior-octave-dynamic-complete-functions): Use it as well, and use
12640 comint-filename-completion.
12641 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
12642 symbol elements which shouldn't be word elements.
12643 (octave-font-lock-keywords, octave-beginning-of-defun)
12644 (octave-function-header-regexp): Adjust regexps accordingly.
12645 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
12646
cd22b309
JB
126472011-04-25 Juanma Barranquero <lekktu@gmail.com>
12648
12649 * net/gnutls.el (gnutls-errorp): Declare before first use.
12650
8b492194
TZ
126512011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
12652
12653 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
12654 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 12655 default trustfile exists before going to use it. Add missing
5a5fa834 12656 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
12657 Reported by Claudio Bley <claudio.bley@gmail.com>.
12658 (open-gnutls-stream): Add usage example.
12659
12660 * net/network-stream.el (network-stream-open-starttls): Give host
12661 parameter to `gnutls-negotiate'.
12662 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 12663 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 12664
841a1577 126652011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 12666
cd22b309
JB
12667 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
12668 Use correct match group (bug#8438).
05842630 12669
3ba7869c
CY
126702011-04-24 Chong Yidong <cyd@stupidchicken.com>
12671
512e3ae1
CY
12672 * emacs-lisp/package.el (package-built-in-p): Fix typo.
12673 (package-menu--generate): New arg specifying packages to show.
12674 (package-menu-refresh, package-menu-execute, list-packages):
12675 Callers changed.
12676 (package-show-package-list): New function, replacing deleted
12677 package--list-packages (renamed because it is non-internal).
12678
12679 * finder.el (finder-list-matches): Use package-show-package-list
12680 instead of deleted package--list-packages.
12681
e92f3bd3
SM
12682 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
12683 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
12684 (vc-annotate-mode-map): Bind it to RET.
12685
7031be6d
UR
126862011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
12687
12688 * progmodes/etags.el (next-file): Don't use set-buffer to change
12689 buffers (Bug#8478).
12690
4ef177aa
CY
126912011-04-24 Chong Yidong <cyd@stupidchicken.com>
12692
c8d173eb
CY
12693 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
12694
4ef177aa
CY
12695 * apropos.el (apropos-label-face): Avoid variable-pitch face.
12696 (apropos-accumulator): Doc fix.
12697 (apropos-function, apropos-macro, apropos-command)
12698 (apropos-variable, apropos-face, apropos-group, apropos-widget)
12699 (apropos-plist): Add face property.
12700 (apropos-symbols-internal): Fix indentation.
12701 (apropos-print): Simplify help, and recognize apropos-multi-type.
12702 (apropos-print-doc): Use button-type-get to extract the button's
12703 face property. Fill docstring (Bug#8352).
12704
4ffd0d6b 127052011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
12706
12707 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
12708
c6c32125 12709 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 12710 (mpuz-mode-map): Use mapc.
c6c32125
JB
12711 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
12712 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
12713 Fix typos in docstrings.
12714
58d468b4
JB
12715 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
12716 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
12717
6470c3c6
JB
12718 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
12719
4ffd0d6b 127202011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
12721
12722 * minibuffer.el (completion--do-completion): Avoid the "Next char
12723 not unique" prompt if icomplete-mode is enabled (Bug#5849).
12724
3ad8bad0
CY
12725 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
12726 mouse-2 into unread-command-events, it is interpreted correctly.
12727
71d73c9c 12728 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 12729 (image-toggle-display): Doc fix.
71d73c9c 12730
841a1577 127312011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 12732
4ffd0d6b
GM
12733 * textmodes/page.el (what-page): Use line-number-at-pos to
12734 calculate line number (Bug#6825).
6e1dbaa9 12735
c2fb1b60
JB
127362011-04-22 Juanma Barranquero <lekktu@gmail.com>
12737
12738 * eshell/esh-mode.el (find-tag-interactive): Declare function.
12739 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
12740 Pass argument NO-DEFAULT to `find-tag-interactive'.
12741
e02f48d7
JB
127422011-04-22 Juanma Barranquero <lekktu@gmail.com>
12743
12744 Lexical-binding cleanup.
12745
12746 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
12747 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
12748 * progmodes/ada-prj.el (ada-prj-initialize-values)
12749 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
12750 (ada-prj-show-value):
12751 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
12752 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
12753 (antlr-invalidate-context-cache, antlr-options-menu-filter)
12754 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
12755 * progmodes/bug-reference.el (bug-reference-push-button):
12756 * progmodes/fortran.el (fortran-line-length):
12757 * progmodes/glasses.el (glasses-change):
12758 * progmodes/octave-mod.el (octave-fill-paragraph):
12759 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
12760 (python-pdbtrack-grub-for-buffer, python-sentinel):
12761 * progmodes/sql.el (sql-save-connection):
12762 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
12763 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
12764 Mark unused parameters.
12765
12766 * progmodes/compile.el (compilation--flush-directory-cache)
12767 (compilation--flush-parse, compile-internal): Mark unused parameters.
12768 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
12769 (compilation-next-error-function): Remove unused variable `timestamp'.
12770
12771 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
12772 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
12773
12774 * progmodes/dcl-mode.el (dcl-end-of-command):
12775 Remove unused variable `start'.
12776 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
12777 (dcl-option-value-basic, dcl-option-value-offset)
12778 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
12779 Mark unused parameters.
12780 (dcl-save-local-variable): Remove unused variable `val'.
12781 (mode): Declare.
12782
12783 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
12784 Mark unused parameters.
12785 (delphi-ignore-changes): Move before first use.
12786 (delphi-charset-token-at): Remove unused variable `start'.
12787 (delphi-else-start): Remove unused variable `if-count'.
12788 (delphi-comment-block-start, delphi-comment-block-end):
12789 Remove unused variable `kind'.
12790 (delphi-indent-line): Remove unused variable `new-point'.
12791
12792 * progmodes/ebrowse.el (ebrowse-files-list)
12793 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
12794 Mark unused parameters. Don't quote `lambda'.
12795 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
12796 Don't quote `lambda'.
12797 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
12798 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
12799 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
12800 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
12801 Use `ignore-errors'.
12802 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
12803 (ebrowse-view/find-file-and-search-pattern)
12804 (ebrowse-view/find-member-declaration/definition):
12805 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
12806 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
12807 Rename parameter PREFIX-ARG to PREFIX.
12808 (ebrowse-tags-read-name): Remove unused variables `start' and
12809 `member-info'.
12810 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
12811 to `tags-file'.
12812
12813 * progmodes/etags.el (local-find-tag-hook): Declare.
12814 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
12815 Mark unused parameters.
12816
12817 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
12818 (executable-interpret): Mark unused parameter.
12819
12820 * progmodes/flymake.el (flymake-process-sentinel)
12821 (flymake-after-change-function)
12822 (flymake-create-temp-with-folder-structure)
12823 (flymake-get-include-dirs-dot): Mark unused parameters.
12824 (flymake-safe-delete-directory): Remove unused variable `err'.
12825
12826 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
12827 (speedbar-timer-fn, speedbar-line-text)
12828 (speedbar-change-expand-button-char, speedbar-delete-subblock)
12829 (speedbar-center-buffer-smartly): Declare functions.
12830 (gdb-find-watch-expression): Remove unused variable `array'.
12831 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
12832 (gdb-starting): Mark unused parameters.
12833 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
12834 (gdb-table-string): Remove unused variable `res'.
12835 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
12836 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
12837 (gdb-display-buffer): Remove unused variable `cur-size'.
12838
12839 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
12840 allow lexical-binding compilation.
12841 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
12842 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
12843 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
12844 Mark unused parameters.
12845 (gud-gdb-marker-filter): Remove unused variable `match'.
12846 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
12847 lambda expressions and funcall them, instead of using `fset'.
12848
12849 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
12850 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
12851
12852 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
12853 variable `header-beg'; use `let'.
12854
12855 * progmodes/icon.el (indent-icon-exp): Remove unused variables
12856 `restart', `last-sexp' and `at-do'.
12857
12858 * progmodes/js.el (js--debug): Mark unused parameter.
12859 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
12860 (js--splice-into-items): Remove unused variable `item'.
12861 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
12862
12863 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
12864 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
12865 (makefile-complete): Remove unused variable `try'.
12866 (makefile-fill-paragraph, makefile-match-function-end):
12867 Mark unused parameters.
12868
12869 * progmodes/octave-inf.el (inferior-octave-complete):
12870 Remove unused variable `proc'.
12871 (inferior-octave-output-digest): Mark unused parameter.
12872
12873 * progmodes/perl-mode.el (perl-calculate-indent):
12874 Remove unused variable `err'.
12875
12876 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
12877 (prolog-indent-line): Mark unused parameters.
12878 (prolog-indent-line): Remove unused variable `beg'.
12879
12880 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
12881 (reporter-dont-compact-list): Declare.
12882
12883 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
12884 Remove unused variable `char'.
12885 (sh-debug): Mark unused parameter.
12886 (sh-get-indent-info): Remove unused variable `start'.
12887 (sh-calculate-indent): Remove unused variable `var'.
12888
12889 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
12890 (simula-electric-keyword): Remove unused variable `null'.
12891 (simula-search-backward, simula-search-forward): Remove unused
12892 variables `begin' and `end'.
12893
12894 * progmodes/vera-mode.el (vera-guess-basic-syntax):
12895 Remove unused variable `pos'.
12896 (vera-electric-tab, vera-comment-uncomment-region):
12897 Mark unused parameters.
12898 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
12899
7ede3b65
CY
129002011-04-22 Chong Yidong <cyd@stupidchicken.com>
12901
12902 * emacs-lisp/package.el (package--builtins, package-alist)
12903 (package-load-descriptor, package-built-in-p, package-activate)
12904 (define-package, package-installed-p)
12905 (package-compute-transaction, package-buffer-info)
12906 (package--push): Doc fix. Distinguish more clearly between
12907 version strings and version lists.
12908
121656e9
JB
129092011-04-21 Juanma Barranquero <lekktu@gmail.com>
12910
12911 Lexical-binding cleanup.
12912
12913 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
12914 (5x5-make-mutate-best):
12915 * play/fortune.el (fortune-in-buffer):
12916 * play/gomoku.el (gomoku-init-display):
12917 * play/solitaire.el (solitaire, solitaire-do-check):
12918 * play/tetris.el (tetris-default-update-speed-function):
12919 Mark unused parameters.
12920
12921 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
12922 (bubbles--shift): Remove unused variable `char-org'.
12923 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
12924 (bubbles--show-images): Remove unused variable `char'.
12925
12926 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
12927 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
12928 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
12929 (decipher-analyze-buffer): Use ?\s.
12930 (decipher-make-checkpoint): Remove unused variable `mapping'.
12931
12932 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
12933
12934 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
12935 Remove unused variable `result'; use `let'.
12936
12937 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
12938 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
12939 (gametree-children-shown-p, gametree-compute-reduced-score):
12940 Use `ignore-errors'.
12941
12942 * play/handwrite.el (ps-lpr-switches): Declare.
12943 (handwrite): Remove unused variables `pmin' and `lastp'.
12944
12945 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
12946
12947 * play/landmark.el (landmark-init-display)
12948 (landmark-update-naught-weights): Mark unused parameters.
12949 (landmark-y): Remove unused variable `noise'. Simplify.
12950 (landmark-human-plays): Remove unused variable `score'.
12951
12952 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
12953 (mpuz-try-proposal): Remove unused variable `game'.
12954
12955 * play/zone.el (life-patterns): Declare.
12956
80f499c7
JB
129572011-04-20 Juanma Barranquero <lekktu@gmail.com>
12958
12959 * vc/vc.el (ediff-vc-internal): Declare function.
12960
024ff170
SM
129612011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12962
c0a193ea
SM
12963 * shell.el: Use lexical-binding and std completion UI.
12964 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
12965 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
12966 comint-preoutput-filter-functions rather than on
12967 comint-output-filter-functions.
12968 (shell-command-completion, shell--command-completion-data)
12969 (shell-filename-completion, shell-environment-variable-completion)
12970 (shell-c-a-p-replace-by-expanded-directory): New functions.
12971 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
12972 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
12973 (shell-dynamic-complete-environment-variable): Use them.
12974 (shell-dynamic-complete-as-environment-variable)
12975 (shell-dynamic-complete-as-command): Remove.
12976 (shell-match-partial-variable): Match past point.
12977 * comint.el: Clean up use of completion-at-point-functions.
12978 (comint-completion-at-point): New function.
12979 (comint-mode): Use it completion-at-point-functions.
12980 (comint-dynamic-complete): Make it obsolete.
12981 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
12982 (comint-c-a-p-replace-by-expanded-history): New function.
12983 (comint-dynamic-complete-functions)
12984 (comint-replace-by-expanded-history): Use it.
12985 * minibuffer.el (completion-table-with-terminator): Allow dynamic
12986 termination strings. Try harder to avoid second try-completion.
12987 (completion-in-region-mode-map): Disable bindings that don't work yet.
12988
2dbaa080
SM
12989 * comint.el: Use lexical-binding. Require CL.
12990 (comint-dynamic-complete-functions): Use comint-filename-completion.
12991 (comint-completion-addsuffix): Tweak custom type.
12992 (comint-filename-completion, comint--common-suffix)
12993 (comint--common-quoted-suffix, comint--table-subvert)
12994 (comint--complete-file-name-data): New functions.
12995 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
12996 (comint-dynamic-list-filename-completions): Use them.
12997 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 12998
2dbaa080
SM
12999 * minibuffer.el (completion-in-region-mode):
13000 Keep completion-in-region-mode--predicate global.
13001 (completion-in-region--postch):
13002 Assume completion-in-region-mode--predicate is not null.
13003
c79a6f38
SM
13004 * progmodes/flymake.el (flymake-start-syntax-check-process):
13005 Obey `dir'. Simplify.
13006
024ff170
SM
13007 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
13008 we're in VC after all.
13009
1c6c854e
CS
130102011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
13011
13012 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 13013 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
13014 (vc-version-diff): Use vc-diff-build-argument-list-internal.
13015
bed7f140
SM
130162011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13017
332e62ab
SM
13018 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
13019 add sanity check.
13020
bed7f140
SM
13021 * obsolete/erc-hecomplete.el: Make obsolete.
13022 * obsolete/: Standardize obsolescence info in the header.
13023
f195c582
GM
130242011-04-20 Glenn Morris <rgm@gnu.org>
13025
13026 * calendar/solar.el (solar-horizontal-coordinates):
13027 Use the longitude argument rather than `calendar-longitude'.
13028 (solar-date-next-longitude): Remove unused locals.
13029
cb79b8c0
VJL
130302011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13031
13032 * whitespace.el: New version 13.2.1.
13033
130342011-04-20 felix <EmacsWiki> (tiny change)
13035
d8e4b68b 13036 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
13037 switching between major modes on a file.
13038
602ea69d
SM
130392011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13040
13041 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
13042 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
13043 multi-line comments as well.
13044
06b60517
JB
130452011-04-19 Juanma Barranquero <lekktu@gmail.com>
13046
13047 Lexical-binding cleanup.
13048
13049 * arc-mode.el (archive-mode-revert):
13050 * cmuscheme.el (scheme-interactively-start-process):
13051 * custom.el (custom-initialize-delay):
13052 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
13053 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
13054 * emacs-lock.el (emacs-lock-clear-sentinel):
13055 * ezimage.el (defezimage):
13056 * follow.el (follow-avoid-tail-recenter):
13057 * fringe.el (set-fringe-mode-1):
13058 * generic-x.el (bat-generic-mode-compile):
13059 * help-mode.el (help-info-variable, help-do-xref)
13060 (help-mode-revert-buffer):
13061 * help.el (view-emacs-todo):
13062 * iswitchb.el (iswitchb-completion-help):
13063 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
13064 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
13065 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
13066 * locate.el (locate-update):
13067 * longlines.el (longlines-encode-region)
13068 (longlines-after-change-function):
13069 * outline.el (outline-isearch-open-invisible):
13070 * ps-def.el (declare-function, charset-dimension, char-width)
13071 (encode-char):
13072 * ps-mule.el (ps-mule-plot-string):
13073 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
13074 (recentf-edit-list-select, recentf-edit-list-validate)
13075 (recentf-open-files-action):
13076 * rect.el (delete-whitespace-rectangle-line)
13077 (rectangle-number-line-callback):
13078 * register.el (window-configuration-to-register)
13079 (frame-configuration-to-register):
13080 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
13081 * select.el (xselect-convert-to-string, xselect-convert-to-length)
13082 (xselect-convert-to-targets, xselect-convert-to-delete)
13083 (xselect-convert-to-filename, xselect-convert-to-charpos)
13084 (xselect-convert-to-lineno, xselect-convert-to-colno)
13085 (xselect-convert-to-os, xselect-convert-to-host)
13086 (xselect-convert-to-user, xselect-convert-to-class)
13087 (xselect-convert-to-name, xselect-convert-to-integer)
13088 (xselect-convert-to-atom, xselect-convert-to-identity):
13089 * subr.el (declare, ignore, process-kill-without-query)
13090 (text-clone-maintain):
13091 * terminal.el (te-get-char, te-tic-sentinel):
13092 * tool-bar.el (tool-bar-make-keymap):
13093 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
13094 * type-break.el (type-break-mode, type-break-noninteractive-query):
13095 * view.el (View-back-to-mark):
13096 * wid-browse.el (widget-browse-action, widget-browse-widget)
13097 (widget-browse-widgets, widget-browse-sexp):
13098 * widget.el (define-widget-keywords):
13099 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
13100 Mark unused parameters.
13101
13102 * align.el (align-adjust-col-for-rule): Mark unused parameter.
13103 (align-areas): Remove unused variable `look'.
13104 (align-region): Remove unused variables `real-end' and `pos-list'.
13105
13106 * apropos.el (apropos-score-doc): Remove unused variable `i'.
13107
13108 * bindings.el (mode-line-modified, mode-line-remote):
13109 Mark unused parameters.
13110 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
13111
13112 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
13113 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
13114
13115 * comint.el (comint-history-isearch-pop-state)
13116 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
13117 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
13118 (comint-substitute-in-file-name): Doc fix.
13119
13120 * completion.el (cmpl-statistics-block): Mark unused parameter.
13121 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
13122 (save-completions-to-file, load-completions-from-file):
13123 Remove unused local variable `e'.
13124
13125 * composite.el (compose-chars): Remove unused variable `len'.
13126 (lgstring-insert-glyph): Remove unused variable `g'.
13127 (compose-glyph-string): Remove unused variables `ascent',
13128 `descent', `lbearing' and `rbearing'.
13129 (compose-glyph-string-relative): Remove unused variables
13130 `lbearing', `rbearing' and `wadjust'.
13131 (compose-gstring-for-graphic): Remove unused variables `header',
13132 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
13133 (compose-gstring-for-terminal): Remove unused variables `header'
13134 and `nchars'. Use `let', not `let*'.
13135
13136 * cus-edit.el (Custom-set, Custom-save, custom-reset)
13137 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
13138 (Custom-buffer-done, custom-buffer-create-internal)
13139 (custom-browse-visibility-action, custom-browse-group-tag-action)
13140 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
13141 (widget-magic-mouse-down-action, custom-toggle-parent)
13142 (custom-add-parent-links, custom-toggle-hide-variable)
13143 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
13144 (custom-toggle-hide-face, face, hook, custom-group-link-action)
13145 (custom-face-menu-create, custom-variable-menu-create, get)
13146 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
13147 (custom-reset-standard-save-and-update): Remove unused variable `value'.
13148 (customize-apropos): Remove unused variable `tests'.
13149 (custom-group-value-create): Remove unused variable `hidden-p'.
13150 (sort-fold-case): Declare.
13151
13152 * cus-theme.el (custom-reset-standard-faces-list)
13153 (custom-reset-standard-variables-list): Declare.
13154 (customize-create-theme, custom-theme-revert, custom-theme-write)
13155 (custom-theme-choose-mode, customize-themes, custom-theme-save):
13156 Mark unused parameters.
13157
13158 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
13159
13160 * delim-col.el (delimit-columns-max): Move defvar before first use.
13161
13162 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 13163 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
13164
13165 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
13166 (auto-insert): Declare.
13167 (desktop-restore-file-buffer): Rename desktop-* parameters;
13168 mark unused ones.
13169 (desktop-create-buffer): Rename desktop-* parameters and bind them.
13170 (desktop-buffer): Rename desktop-* parameters.
13171
13172 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
13173 (dframe-reposition-frame-xemacs, dframe-help-echo)
13174 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
13175 Mark unused parameters.
13176
13177 * dired-aux.el (backup-extract-version-start, overwrite-query)
13178 (overwrite-backup-query, rename-regexp-query)
13179 (rename-non-directory-query): Declare.
13180 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
13181 (dired-add-entry): Remove unused variable `orig-file-name'.
13182 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
13183 Use parameter PRESERVE-TIME instead of accessing dynamic variable
13184 `dired-copy-preserve-time' directly.
13185 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
13186 (dired-insert-subdir-newpos): Rename unused variable `pos'.
13187
13188 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
13189 (dired-virtual-revert, dired-make-relative-symlink):
13190 Mark unused parameters.
13191 (manual-program): Declare.
13192 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
13193 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
13194 wrapped in `with-no-warnings' to avoid replacing one warning by another.
13195
13196 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
13197
13198 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
13199
13200 * echistory.el (electric-history-in-progress, Helper-return-blurb):
13201 Declare.
13202
13203 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
13204
13205 * electric.el (Electric-command-loop): Rename parameter
13206 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
13207
13208 * expand.el (expand-in-literal): Remove unused variable `here'.
13209
13210 * facemenu.el (facemenu-add-new-color):
13211 Remove unused variable `docstring'.
13212
13213 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
13214 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
13215 (face-attr-construct): Mark unused parameter. Doc fix.
13216 (read-color): Remove unused variable `hex-string'.
13217
13218 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
13219 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
13220 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
13221 (display-buffer-other-frame): Remove unused variable `old-window'.
13222 (kill-buffer-hook): Declare.
13223 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
13224 Mark unused parameters.
13225 (after-find-file): Pass 1 to `auto-save-mode', not t.
13226
13227 * files-x.el (auto-insert): Declare.
13228 (modify-file-local-variable-prop-line): Remove unused variable `val'.
13229
13230 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 13231 variable `buf'. Mark unused parameter.
06b60517
JB
13232 (find-lisp-insert-directory): Mark unused parameter.
13233
13234 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
13235 (format-encode-region): Remove unused variables `cur-buf' and `result'.
13236 (format-common-tail): Remove, unused.
13237 (format-deannotate-region): Remove unused variable `loc'.
13238 (format-annotate-region): Remove unused variable `p'.
13239 (format-annotate-single-property-change): Remove unused variables
13240 `default' and `tail'.
13241
13242 * forms.el (read-file-filter): Declare.
13243 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
13244
13245 * frame.el (frame-creation-function-alist): Mark unused parameter.
13246 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
13247
13248 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
13249 Remove unused parameters.
13250 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
13251 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
13252
13253 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
13254 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
13255 (hfy-prepare-tag-map): Mark unused parameters.
13256 (htmlfontify-buffer): Use `called-interactively-p'.
13257
13258 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
13259 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
13260 (ibuffer-do-occur): Mark unused parameters.
13261 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
13262 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
13263
13264 * ibuffer.el: Don't quote `lambda'.
13265 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
13266 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
13267 Mark unused parameters.
13268
13269 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
13270 (ido-completing-read): Mark unused parameters.
13271 (ido-copy-current-word): Mark unused parameters;
13272 remove unused variable `name'.
13273 (ido-sort-merged-list): Remove unused parameter `dirs'.
13274
13275 * ielm.el (ielm-input-sender): Mark unused parameter.
13276 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
13277 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
13278 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
13279 `ielm-string' as a dynamic variable accessible from the IELM prompt.
13280 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
13281
13282 * image-dired.el (image-dired-display-thumbs): Remove unused
13283 variables `curr-file' and `count'.
13284 (image-dired-remove-tag): Remove unused variable `start'.
13285 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
13286 variable `curr-file'
13287 (image-dired-rotate-original): Remove unused variable `temp-file'.
13288 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
13289 Remove unused variable `file'.
13290 (image-dired-gallery-generate): Remove unused variable `curr'.
13291 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
13292
13293 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
13294
13295 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
13296
13297 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
13298
13299 * isearch.el (minibuffer-history-symbol): Declare.
13300 (isearch-edit-string): Remove unused variable `err'.
13301 (isearch-message-prefix, isearch-message-suffix):
13302 Mark unused parameters.
13303
13304 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
13305
13306 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
13307
13308 * makesum.el (double-column): Remove unused variable `cnt'.
13309
13310 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
13311 (ido-ignore-item-temp-list): Declare.
13312
13313 * mouse-drag.el (mouse-drag-throw): Remove unused variables
13314 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
13315 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
13316 (mouse-drag-drag): Remove unused variables `mouse-delta' and
13317 `mouse-col-delta'.
13318
13319 * mouse-sel.el (mouse-extend-internal):
13320 Remove unused variable `orig-window-frame'.
13321
13322 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
13323 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
13324 Move declarations before first use.
13325 (pcomplete-opt): Mark unused parameters; doc fix.
13326
13327 * proced.el (proced-revert): Mark unused parameter.
13328 (proced-send-signal): Remove unused variable `err'.
13329
13330 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
13331 Rename parameter PREFIX-ARG to ARG.
13332 (ps-basic-plot-string, ps-basic-plot-whitespace):
13333 Mark unused parameters.
13334
13335 * replace.el (replace-count): Define.
13336 (occur-revert-function): Mark unused parameters.
13337 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
13338 (isearch-case-fold-search, isearch-string): Declare.
13339 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
13340 bind `case-fold-search'. Remove unused variables `beg' and `end',
13341 and simplify.
13342 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
13343 COUNT and bind `replace-count'.
13344 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
13345 to COUNT.
13346
13347 * savehist.el (print-readably, print-string-length): Declare.
13348
13349 * shadowfile.el (shadow-expand-cluster-in-file-name):
13350 Remove unused variable `cluster'.
13351 (shadow-copy-file): Remove unused variable `i'.
13352 (shadow-noquery, shadow-clusters, shadow-site-cluster)
13353 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
13354 (shadow-define-literal-group, shadow-define-regexp-group)
13355 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
13356
13357 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
13358 (shell): Use `called-interactively-p'.
13359 (shell-directory-tracker): Remove unused variable `chdir-failure'.
13360
13361 * simple.el (compilation-context-lines, comint-file-name-quote-list)
13362 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
13363 (delete-backward-char): Remove unused variable `ocol'.
13364 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
13365 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
13366 (event-apply-hyper-modifier, event-apply-shift-modifier)
13367 (event-apply-control-modifier, event-apply-meta-modifier):
13368 Mark unused parameters.
13369 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
13370 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
13371
13372 * speedbar.el (speedbar-ignored-directory-expressions)
13373 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
13374 (speedbar-find-file, speedbar-dir-follow)
13375 (speedbar-directory-buttons-follow, speedbar-tag-find)
13376 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
13377 (speedbar-buffers-line-directory, speedbar-buffer-click):
13378 Mark unused parameters.
13379 (speedbar-tag-file): Remove unused variable `mode'.
13380 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
13381
13382 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
13383
13384 * talk.el (talk): Remove unused variable `display'.
13385
13386 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
13387 (tar-write-region-annotate): Mark unused parameter.
13388
13389 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
13390 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
13391 Declare them, wrapped in `with-no-warnings' to avoid replacing one
13392 warning by another.
13393
13394 * time-stamp.el (time-stamp-string-preprocess):
13395 Remove unused variable `require-padding'.
13396
13397 * tree-widget.el (widget-glyph-enable): Declare.
13398 (tree-widget-action): Mark unused parameter.
13399
13400 * w32-fns.el (x-get-selection): Mark unused parameter.
13401 (autoload-make-program, generated-autoload-file): Declare.
13402
13403 * wdired.el (wdired-revert): Mark unused parameters.
13404 (wdired-xcase-word): Remove unused variable `err'.
13405
13406 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
13407 (whitespace-help-scroll): Remove unused variable `data-help'.
13408
13409 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
13410 (widget-image-insert, widget-after-change, default)
13411 (widget-default-format-handler, widget-default-notify)
13412 (widget-default-prompt-value, widget-info-link-action)
13413 (widget-url-link-action, widget-function-link-action)
13414 (widget-variable-link-action, widget-file-link-action)
13415 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
13416 (widget-field-prompt-internal, widget-field-action, widget-field-match)
13417 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
13418 (widget-insert-button-action, widget-delete-button-action, visibility)
13419 (widget-documentation-link-action, widget-documentation-string-action)
13420 (widget-const-prompt-value, widget-regexp-match, symbol)
13421 (widget-coding-system-prompt-value)
13422 (widget-key-sequence-value-to-external, sexp)
13423 (widget-sexp-value-to-internal, character, vector, cons)
13424 (widget-choice-prompt-value, widget-boolean-prompt-value)
13425 (widget-color--choose-action): Mark unused parameters.
13426 (widget-item-match-inline, widget-choice-match-inline)
13427 (widget-checklist-match, widget-checklist-match-inline)
13428 (widget-group-match): Rename parameter VALUES to VALS.
13429 (widget-field-value-set): Remove unused variable `size'.
13430 (widget-color-action): Remove unused variables `value' and `start'.
13431
13432 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 13433 variable `dir'. Doc fix.
06b60517
JB
13434 (windmove-find-other-window): Don't pass it.
13435
13436 * window.el (count-windows): Mark unused parameter.
13437 (bw-adjust-window): Remove unused variable `err'.
13438
13439 * woman.el (woman-file-name): Remove unused variable `default'.
13440 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
13441 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
13442 (global-font-lock-mode): Declare.
13443 (woman-decode-region): Mark unused parameter.
13444 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
13445
13446 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
13447 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
13448 (x-dnd-handle-moz-url): Remove unused variable `title'.
13449 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
13450
13451 * xml.el (xml-parse-tag, xml-parse-attlist):
13452 Remove unused variable `pos'.
13453
bc4f7f3d
GM
134542011-04-19 Glenn Morris <rgm@gnu.org>
13455
13456 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
13457 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
13458 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
13459 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
13460 * calendar/cal-html.el (cal-html-insert-minical):
13461 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
13462 (calendar-mark-date-pattern):
13463 Prefix "unused" locals.
13464
13465 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
13466 optional argument `style'.
13467
13468 * calendar/appt.el (appt-make-list):
13469 * calendar/cal-china.el (calendar-chinese-date-string):
13470 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
13471 (diary-hebrew-yahrzeit):
13472 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
13473 * calendar/calendar.el (calendar-generate-window):
13474 * calendar/time-date.el (time-to-days):
13475 Remove unused local variables.
13476
16a43933
CY
134772011-04-18 Chong Yidong <cyd@stupidchicken.com>
13478
13479 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
13480 glyphless-char-display table.
13481 (tabulated-list-glyphless-char-display): New var.
13482
7eed1860
SS
134832011-04-18 Sam Steingold <sds@gnu.org>
13484
13485 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
13486 to acknowledgments.
13487
4d2d1ccd
GM
134882011-04-17 Glenn Morris <rgm@gnu.org>
13489
13490 * calendar/diary-lib.el (diary-sexp-entry):
13491 * calendar/holidays.el (holiday-sexp):
13492 Set debug-on-error rather than the removed stack-trace-on-error.
13493
239da61d
GM
134942011-04-16 Glenn Morris <rgm@gnu.org>
13495
13496 * progmodes/f90.el: Use lexical-binding.
13497 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
13498
8b05752a
SM
134992011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13500
daca8ba5
SM
13501 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
13502 (mail-mode): Setup mailalias completion here instead.
13503 * mail/mailalias.el: Use lexical-binding.
13504 (pattern, mailalias-done): Declare dynamic.
13505 (mail-completion-at-point-function): New function, from mail-complete.
13506 (mail-complete): Use it.
13507 (mail-completion-expand): New function.
13508 (mail-get-names): Use it.
13509 (mail-directory, mail-directory-process, mail-directory-stream):
13510 Don't use `pattern' for lexically bound arg.
13511
6f542485
SM
13512 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
13513
037e7c3f
SM
13514 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
13515 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
13516 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
13517
8b05752a
SM
13518 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
13519 (byte-save-window-excursion, byte-temp-output-buffer-setup)
13520 (byte-interactive-p): Define them again, for use when inlining
13521 old code.
13522
49093f60
JB
135232011-04-15 Juanma Barranquero <lekktu@gmail.com>
13524
13525 * loadup.el: Use `string-to-number', not `string-to-int'.
13526
b5b8e7de
SM
135272011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13528
13529 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
13530 gud-gdb-complete-command.
13531 (gud-gdb-completions): New function, from gud-gdb-complete-command.
13532 (gud-gdb-completion-at-point): New function.
13533 (gud-gdb-completions): Remove.
13534
f42efeb5
MA
135352011-04-14 Michael Albinus <michael.albinus@gmx.de>
13536
49093f60
JB
13537 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
13538 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
13539 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
13540 whether `executable-find' is bound.
f42efeb5
MA
13541
13542 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
13543
e240cc21
SM
135442011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13545
13546 * minibuffer.el (completion-in-region-mode-predicate)
13547 (completion-in-region-mode--predicate): New vars.
13548 (completion-in-region, completion-in-region--postch)
13549 (completion-in-region-mode): Use them.
13550 (completion--capf-wrapper): Also return the hook function.
13551 (completion-at-point, completion-help-at-point):
13552 Adjust and provide a predicate.
c2bd2ab0
SM
13553
13554 Preserve arg names for advice of subr and lexical functions (bug#8457).
13555 * help-fns.el (help-function-arglist): Consolidate the subr and
13556 new-byte-code cases. Add argument `preserve-names' to extract names
13557 from the docstring when needed.
13558 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
13559 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
13560 (ad-arglist): Use help-function-arglist's new arg.
13561 (ad-definition-type): Use cond.
13562
c183f693
JB
135632011-04-13 Juanma Barranquero <lekktu@gmail.com>
13564
06641a47
JB
13565 * autorevert.el (auto-revert-handler):
13566 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
13567 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
13568 Don't quote lambda.
13569
c183f693
JB
13570 * image-mode.el (image-transform-set-scale):
13571 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
13572
1e3b6001
G
135732011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13574
13575 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 13576 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
13577 Upgrades via gnutls-cli are too slow to be done opportunistically.
13578
2d6af8dd
JB
135792011-04-12 Juanma Barranquero <lekktu@gmail.com>
13580
13581 * dframe.el (dframe-current-frame): Remove spurious quote.
13582
c0749a51
GM
135832011-04-12 Glenn Morris <rgm@gnu.org>
13584
088d0d61
GM
13585 * calendar/cal-tex.el (cal-tex-end-document):
13586 Try to automatically use latin1 input if needed.
13587
c0749a51
GM
13588 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
13589 Don't try to cons a mark onto an empty element.
13590
5c90fde0
LL
135912011-04-11 Leo Liu <sdl.web@gmail.com>
13592
13593 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
13594 buffers.
13595 (ido-kill-buffer-at-head): Support killing virtual buffers.
13596
369e974d
CY
135972011-04-10 Chong Yidong <cyd@stupidchicken.com>
13598
13599 * minibuffer.el (completion-show-inline-help): New var.
13600 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
13601 (minibuffer-force-complete, minibuffer-complete-word):
13602 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
13603
13604 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
13605 to avoid interference from inline help (Bug#5849).
13606
37f1c930
LL
136072011-04-10 Leo Liu <sdl.web@gmail.com>
13608
099c39a4
JB
13609 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
13610 Fix typo.
37f1c930 13611
a32d4040
CY
136122011-04-09 Chong Yidong <cyd@stupidchicken.com>
13613
13614 * image-mode.el (image-toggle-display-image): Signal an error if
13615 not in Image mode.
13616 (image-transform-mode, image-transform-resize)
13617 (image-transform-set-rotation): Doc fix.
daca8ba5 13618 (image-transform-set-resize): Delete.
a32d4040
CY
13619 (image-transform-set-scale, image-transform-fit-to-height)
13620 (image-transform-fit-to-width): Handle image-toggle-display-image
13621 and image-transform-resize directly.
13622
099c39a4 136232011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
13624
13625 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
13626 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
13627 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
13628 (doc-view-mode-map): Add bindings for the new functions.
13629
099c39a4 136302011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 13631
4d61f28d 13632 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
13633 Fix typo in docstring.
13634
3726838a
EZ
136352011-04-08 Eli Zaretskii <eliz@gnu.org>
13636
04f33f1e
EZ
13637 * files.el (file-size-human-readable): Produce one digit after
13638 decimal, like "ls -lh" does.
13639
13640 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
13641 the file size representation.
13642
3726838a
EZ
13643 * simple.el (list-processes): If async subprocesses are not
13644 available, error out with a clear error message.
13645
cbb59342
CY
136462011-04-08 Chong Yidong <cyd@stupidchicken.com>
13647
13648 * help.el (help-form-show): New function, to be called from C.
13649 Put help-form output in a buffer named differently than *Help*.
13650
e3971c44
EZ
136512011-04-08 Eli Zaretskii <eliz@gnu.org>
13652
13653 * files.el (file-size-human-readable): New function.
13654
13655 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
13656 computing the representation inline. Don't require `cl'.
13657
12544bbe
GM
136582011-04-08 Glenn Morris <rgm@gnu.org>
13659
a1de6c6a
GM
13660 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
13661
3c4671f4
GM
13662 * net/browse-url.el (browse-url-firefox):
13663 Test system-type, not system-configuration.
13664
b605679c
GM
13665 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
13666 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
13667 Use log-edit-empty-buffer-p. (Bug#7598)
13668
56442f0c
GM
13669 * net/rlogin.el (rlogin-process-connection-type): Simplify.
13670 (rlogin-mode-map): Initialize in the defvar.
13671 (rlogin): Use ignore-errors.
13672
12544bbe
GM
13673 * replace.el (occur-mode-map): Some fixes for menu items.
13674
eb237b0f
AH
136752011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13676
13677 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
13678
7d668f2c
CY
136792011-04-06 Chong Yidong <cyd@stupidchicken.com>
13680
e67a13ab
CY
13681 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
13682 issuing unused warnings.
13683
13684 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
13685 macro directly.
13686
7d668f2c
CY
13687 * simple.el: Lisp reimplement of list-processes. Based on an
13688 earlier reimplementation by Leo Liu, but using tabulated-list.el.
13689 (process-menu-mode): New major mode.
13690 (list-processes--refresh, list-processes):
13691 (process-menu-visit-buffer): New functions.
13692
13693 * files.el (save-buffers-kill-emacs): Don't assume any return
13694 value of list-processes, which is undocumented anyway.
13695
a83ec3c9
CY
136962011-04-06 Chong Yidong <cyd@stupidchicken.com>
13697
13698 * emacs-lisp/tabulated-list.el: New file.
13699
e91a96fe
CY
13700 * emacs-lisp/package.el: Use Tabulated List mode.
13701 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
13702 (package-menu-mode): Derive from tabulated-list-mode. Set up the
13703 table format using Tabulated List mode variables.
13704 (package--push): New macro, replacing package-list-maybe-add.
13705 (package-menu--generate): Use package--push. Renamed from
13706 package--generate-package-list.
13707 (package-menu-refresh, list-packages): Use it.
daca8ba5 13708 (package-menu--print-info): Rename from package-print-package.
e91a96fe 13709 Return insertion data instead of inserting it directly.
099c39a4
JB
13710 (package-menu-describe-package, package-menu-execute):
13711 Use tabulated-list-get-id.
e91a96fe
CY
13712 (package-menu-mark-delete, package-menu-mark-install)
13713 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
13714 (package-menu-mark-obsolete-for-deletion):
13715 Use tabulated-list-put-tag.
e91a96fe
CY
13716 (package--list-packages, package-menu-revert)
13717 (package-menu-get-package, package-menu-get-version)
13718 (package-menu-sort-by-column): Functions deleted.
13719 (package-menu-package-list, package-menu-sort-key): Vars deleted.
13720 (package-menu--status-predicate, package-menu--version-predicate)
13721 (package-menu--name-predicate)
13722 (package-menu--description-predicate): Handle arguments in the
13723 Tabulated List format.
13724 (package-list-packages-no-fetch): Call list-packages.
13725
3e214b50
JB
137262011-04-06 Juanma Barranquero <lekktu@gmail.com>
13727
13728 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 13729 (after-find-file): Don't bind it.
3e214b50
JB
13730 (revert-buffer-in-progress-p): New variable.
13731 (revert-buffer): Bind it.
13732 Pass nil for `after-find-file-from-revert-buffer'.
13733
13734 * saveplace.el (save-place-find-file-hook): Use new variable
13735 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
13736
3f0f1700
GM
137372011-04-06 Glenn Morris <rgm@gnu.org>
13738
c0274801
GM
13739 * Makefile.in (AUTOGEN_VCS): New variable.
13740 (autoloads): Use $AUTOGEN_VCS.
13741
3f0f1700
GM
13742 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
13743 * calendar/calendar.el (calendar-mode-map):
13744 Check for toolkit scroll bars. (Bug#8305)
13745
41ea9e48
CY
137462011-04-05 Chong Yidong <cyd@stupidchicken.com>
13747
13748 * minibuffer.el (completion-in-region--postch)
13749 (completion-in-region-mode): Remove unnecessary messages.
13750
6194c800
JB
137512011-04-05 Juanma Barranquero <lekktu@gmail.com>
13752
33256f14
JB
13753 * font-lock.el (font-lock-refresh-defaults):
13754 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
13755 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
13756
6194c800
JB
13757 * info.el (Info-directory-list, Info-read-node-name-2)
13758 (Info-split-parameter-string): Doc fixes.
13759 (Info-virtual-nodes): Reflow docstring.
13760 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
13761 (Info-apropos-toc-nodes, info-finder, Info-get-token)
13762 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
13763 Fix typos in docstrings.
13764 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
13765 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
13766 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
13767 (Info-restore-desktop-buffer): Mark unused parameters.
13768 (Info-directory-find-file, Info-directory-find-node)
13769 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
13770 (Info-virtual-index-find-node, Info-apropos-find-file)
13771 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 13772 Mark unused parameters; fix typos in docstrings.
6194c800
JB
13773 (Info-virtual-index): Remove unused local variable `nodename'.
13774
b87a8200 137752011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 13776
b87a8200
DD
13777 * net/rcirc.el: Update my e-mail address.
13778 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 13779
3b2ff876
CY
137802011-04-05 Chong Yidong <cyd@stupidchicken.com>
13781
13782 * startup.el (command-line): Save the cursor's theme-face
13783 directly, instead of using face-override-spec.
13784
13785 * custom.el (load-theme): Minor optimization in assigning faces.
13786
8d17e7ca
JB
137872011-04-04 Juanma Barranquero <lekktu@gmail.com>
13788
13789 * help-fns.el (describe-variable): Complete all variables having
13790 documentation, including keywords.
13791 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
13792
2fbc1934
JB
137932011-04-04 Juanma Barranquero <lekktu@gmail.com>
13794
13795 Convert to lexical-binding.
13796
13797 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
13798 (bs--get-marked-string, bs--get-modified-string)
13799 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
13800 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
13801 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
13802
13803 * ehelp.el (electric-help-execute-extended)
13804 (electric-help-ctrl-x-prefix):
13805 * hexl.el (hexl-revert-buffer-function):
13806 * linum.el (linum-after-change, linum-after-scroll):
13807 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
13808
13809 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
13810
74f50695
DU
138112011-04-04 Daiki Ueno <ueno@unixuser.org>
13812
13813 * epa-dired.el:
13814 * epa-mail.el:
13815 * epa-hook.el:
13816 * epa-file.el:
13817 * epa.el:
13818 * epg.el: Use lexical binding.
13819
c11325f7
CY
138202011-04-03 Chong Yidong <cyd@stupidchicken.com>
13821
0d9e9a12
CY
13822 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
13823
c11325f7 13824 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
13825 dictionary case for flyspell-mark-duplications-exceptions.
13826 Use regexp matching for languages.
c11325f7
CY
13827 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
13828 default dictionary (Bug#7926).
13829
da91b5f2
CY
138302011-04-02 Chong Yidong <cyd@stupidchicken.com>
13831
099c39a4
JB
13832 * emacs-lisp/package.el (package--with-work-buffer):
13833 Recognize https URLs.
da91b5f2 13834
099c39a4
JB
13835 * net/network-stream.el: Move from gnus/proto-stream.el.
13836 Change prefix to network-stream throughout.
da91b5f2
CY
13837 (open-protocol-stream): Merge into open-network-stream, leaving
13838 open-protocol-stream as an alias. Handle nil BUFFER args.
13839
13840 * subr.el (open-network-stream): Move to net/network-stream.el.
13841
afa8e9f6
GM
138422011-04-02 Glenn Morris <rgm@gnu.org>
13843
1d2e369d
GM
13844 * find-dired.el (find-exec-terminator): New option.
13845 (find-ls-option): Test for -ls support.
13846 (find-ls-subdir-switches): Test for -b in find-ls-option.
13847 (find-dired, find-grep-dired): Doc fixes.
13848 (find-dired): Use find-exec-terminator.
13849
8abb7da8 13850 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
13851 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
13852 (find-name-arg): Remove purecopy.
8abb7da8 13853
f3ca7378
GM
13854 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
13855 (grep-compute-defaults): Check for `-exec COMMAND +' support.
13856 Set grep-find-use-xargs, grep-find-command, and grep-find-template
13857 accordingly. Don't add the null-device if not needed.
13858
afa8e9f6
GM
13859 * files.el (save-some-buffers): Doc fix.
13860
35eae264
EZ
138612011-04-02 Eli Zaretskii <eliz@gnu.org>
13862
13863 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
13864
26b51db5
JB
138652011-04-01 Juanma Barranquero <lekktu@gmail.com>
13866
13867 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
13868 Use `dolist' rather than `mapcar'.
13869
7200d79c
SM
138702011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
13871
03408648 13872 Add lexical binding.
7200d79c 13873
03408648
SM
13874 * subr.el (apply-partially): Use new closures rather than CL.
13875 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
13876 (dolist, dotimes): Use slightly different expansion for lexical code.
13877 (functionp): Move to C.
13878 (letrec): New macro.
13879 (with-wrapper-hook): Use it and apply-partially instead of CL.
13880 (eval-after-load): Preserve lexical-binding.
13881 (save-window-excursion, with-output-to-temp-buffer): Turn them
13882 into macros.
7200d79c 13883
03408648
SM
13884 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
13885
13886 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
13887 than the arglist.
13888 (help-add-fundoc-usage): Don't add `Not documented'.
13889 (help-function-arglist): Handle closures, subroutines, and new
13890 byte-code-functions.
13891 (help-make-usage): Remove leading underscores.
13892 (describe-function-1): Handle closures.
13893 (describe-variable): Use special-variable-p for completion.
13894
13895 * files.el (lexical-binding): Declare safe.
f488fb65 13896
03408648
SM
13897 * emacs-lisp/pcase.el: Don't use destructuring-bind.
13898 (pcase--memoize): Rename from pcase-memoize. Change weakness.
13899 (pcase): Add `let' pattern.
13900 Change memoization so it actually works.
13901 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
13902 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
13903 <let>: New case.
f488fb65 13904
03408648
SM
13905 * emacs-lisp/macroexp.el: Use lexical binding.
13906 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
13907 Don't convert ' to #' without checking that it's indeed quoting
13908 a lambda.
13909
13910 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 13911 Use eval-sexp-add-defvars.
03408648
SM
13912 (eval-sexp-add-defvars): New fun.
13913
13914 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
13915
13916 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
13917 Don't autoload.
13918 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
13919 than the internal `byte-compile-lambda'.
13920 (defmethod): Don't hide code under quotes.
13921 (eieio-defmethod): New `code' argument.
13922
13923 * emacs-lisp/eieio-comp.el: Remove.
13924
13925 * emacs-lisp/edebug.el (edebug-eval-defun)
13926 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
13927 (edebug-toggle): Avoid `eval'.
13928
13929 * emacs-lisp/disass.el (disassemble-internal): Handle new
13930 `closure' objects.
13931 (disassemble-1): Handle new byte codes.
13932
13933 * emacs-lisp/cl.el (pushnew): Silence warning.
13934
13935 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
13936 (cl-byte-compile-throw): Remove.
13937 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
13938
13939 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
13940 closures.
13941
13942 * emacs-lisp/cconv.el: New file.
13943
13944 * emacs-lisp/bytecomp.el: Use lexical binding instead of
13945 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
13946 (byte-compile-initial-macro-environment):
13947 Handle declare-function here.
13948 (byte-compile--lexical-environment): New var.
13949 (byte-stack-ref, byte-stack-set, byte-discardN)
13950 (byte-discardN-preserve-tos): New lap codes.
13951 (byte-interactive-p): Don't use any more.
13952 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
13953 New macros.
13954 (byte-compile-lapcode): Use them and handle new lap codes.
13955 (byte-compile-obsolete): Remove.
13956 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
13957 (byte-compile-arglist-warn): Check late def of inlinable funs.
13958 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
13959 since they should have been expanded by now.
13960 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
13961 (byte-compile-from-buffer): Remove unused second arg.
13962 (byte-compile-preprocess): New function.
13963 (byte-compile-toplevel-file-form): New function to distinguish
13964 file-form calls from outside from file-form calls from hunk-handlers.
13965 (byte-compile-file-form): Simplify.
13966 (byte-compile-file-form-defsubst): Remove.
13967 (byte-compile-file-form-defmumble): Simplify now that
13968 byte-compile-lambda always returns a byte-code-function.
13969 (byte-compile): Preprocess.
13970 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
13971 Remove, not used any more.
13972 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
13973 (byte-compile-make-args-desc): New funs.
13974 (byte-compile-lambda): Handle lexical functions. Always return
13975 a byte-code-function.
13976 (byte-compile-reserved-constants): New var, to make up room for
13977 closed-over variables.
13978 (byte-compile-constants-vector): Obey it.
13979 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
13980 (byte-compile-macroexpand-declare-function): New function.
13981 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
13982 byte-code-functions.
13983 (byte-compile-form): Check obsolescence here.
13984 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
13985 (byte-compile-variable-ref): Remove.
13986 (byte-compile-dynamic-variable-op): New fun.
13987 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13988 (byte-compile-variable-set): New funs.
13989 (byte-compile-discard): Add 2 args.
13990 (byte-compile-stack-ref, byte-compile-stack-set)
13991 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
13992 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
13993 macroexpand-all instead.
13994 (byte-compile-quote-form): Remove.
13995 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
13996 (byte-compile-bind, byte-compile-unbind): New funs.
13997 (byte-compile-let): Handle let* and lexical binding.
13998 (byte-compile-let*): Remove.
13999 (byte-compile-catch, byte-compile-unwind-protect)
14000 (byte-compile-track-mouse, byte-compile-condition-case):
14001 Handle a new :fun-body form, used for lexical scoping.
14002 (byte-compile-save-window-excursion)
14003 (byte-compile-with-output-to-temp-buffer): Remove.
14004 (byte-compile-defun): Simplify.
14005 (byte-compile-stack-adjustment): New fun.
14006 (byte-compile-out): Use it.
14007 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
14008
14009 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
14010 handler any more.
14011
14012 * emacs-lisp/byte-opt.el: Use lexical binding.
14013 (byte-inline-lapcode): Remove (to bytecomp).
14014 (byte-compile-inline-expand): Pay attention to inlining to/from
14015 lexically bound code.
14016 (byte-compile-unfold-lambda): Don't handle byte-code-functions
14017 any more.
14018 (byte-optimize-form-code-walker): Don't handle save-window-excursion
14019 any more and don't call compiler-macros.
14020 (byte-compile-splice-in-already-compiled-code): Remove.
14021 (byte-code): Don't inline any more.
14022 (disassemble-offset): Receive `bytes' as argument rather than via
14023 dynamic scoping.
14024 (byte-compile-tag-number): Declare before first use.
14025 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
14026 `return' even if make-spliceable.
14027 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
14028 obsolete interactive-p.
14029 (byte-optimize-lapcode): Optimize new lap-codes.
14030 Don't trip up on new form of `byte-constant' lap code.
14031
14032 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
14033
14034 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
14035
14036 * custom.el (custom-initialize-default, custom-declare-variable):
14037 Use `defvar'.
14038
14039 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
14040 New variables.
14041 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
14042 (COMPILE_FIRST): Add macroexp and cconv.
14043 * makefile.w32-in: Mirror changes in Makefile.in.
14044
14045 * vc/cvs-status.el:
14046 * vc/diff-mode.el:
14047 * vc/log-edit.el:
14048 * vc/log-view.el:
14049 * vc/smerge-mode.el:
14050 * textmodes/bibtex-style.el:
14051 * textmodes/css.el:
14052 * startup.el:
14053 * uniquify.el:
da91b5f2
CY
14054 * minibuffer.el:
14055 * newcomment.el:
14056 * reveal.el:
14057 * server.el:
14058 * mpc.el:
14059 * emacs-lisp/smie.el:
14060 * doc-view.el:
14061 * dired.el:
03408648
SM
14062 * abbrev.el: Use lexical binding.
14063
0f0c1f27
EZ
140642011-04-01 Eli Zaretskii <eliz@gnu.org>
14065
14066 * info.el (info-display-manual): New function.
14067
c82b2579
SM
140682011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14069
14070 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
14071
221ddf68
TH
140722011-03-31 Tassilo Horn <tassilo@member.fsf.org>
14073
14074 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 14075 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 14076
cba6e77e
GM
140772011-03-31 Glenn Morris <rgm@gnu.org>
14078
e040639f
GM
14079 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
14080
cba6e77e
GM
14081 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
14082
6d0f1c9e
CS
140832011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
14084
14085 * progmodes/python.el (python-default-interpreter)
14086 (python-python-command-args, python-jython-command-args)
14087 (python-which-shell, python-which-args, python-which-bufname)
14088 (python-file-queue, python-comint-output-filter-function)
14089 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
14090 variables and functions.
14091
3e2d70fd
SM
140922011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
14093
14094 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
14095 (completion-in-region-mode): New minor mode.
14096 (completion-in-region): Use it.
14097 (completion-in-region--data, completion-in-region-mode-map): New vars.
14098 (completion-in-region--postch): New function.
14099 (completion--capf-misbehave-funs, completion--capf-safe-funs):
14100 New vars.
14101 (completion--capf-wrapper): New function.
14102 (completion-at-point): Use it to track well-behavedness of
14103 hook functions.
14104 (completion-help-at-point): New command.
14105
f3e4086c
JM
141062011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
14107
14108 * vc/add-log.el (add-change-log-entry): Don't use whitespace
14109 syntax class to search for whitespace on a single line
14110 (Message-ID: <4D938140.4030905@redhat.com>).
14111
eb7ffc14
LL
141122011-03-30 Leo Liu <sdl.web@gmail.com>
14113
14114 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
14115 New commands.
14116 (edit-abbrevs-map): Bind them here.
14117 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
14118
d806ab68
KM
141192011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
14120
14121 * allout.el (allout-hide-by-annotation, allout-flag-region):
14122 Reduce possibility of overlay leakage by making them volatile.
14123
14124 * allout-widgets.el (allout-widgets-tally): Define as nil so the
14125 hash is not shared between buffers. Mode initialization is
14126 responsible for giving it a useful starting value.
14127 (allout-item-span): Reduce possibility of overlay leakage by
14128 making them volatile.
14129 (allout-widgets-count-buttons-in-region): Add diagnostic function
14130 for tracking down button overlay leaks.
14131
ea622834
LL
141322011-03-29 Leo Liu <sdl.web@gmail.com>
14133
14134 * ido.el (ido-read-internal): Use the default history var
14135 minibuffer-history if no HISTORY is specified.
14136
b62f8267
G
141372011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
14138
03408648
SM
14139 * net/imap.el (imap-shell-open, imap-process-connection-type):
14140 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
14141 Kerberos, SSL, other subprocesses.
14142
947b6566
LL
141432011-03-28 Leo Liu <sdl.web@gmail.com>
14144
14145 * abbrev.el (abbrev-table-empty-p): New function.
14146 (prepare-abbrev-list-buffer): Place empty abbrev tables after
14147 nonempty ones. (Bug#5937)
14148
5ffb62aa
JD
141492011-03-27 Jan Djärv <jan.h.d@swipnet.se>
14150
14151 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
14152
7a097943
LL
141532011-03-27 Leo Liu <sdl.web@gmail.com>
14154
14155 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
14156 for foreground and background colors.
14157 (ansi-color-make-color-map): Adapt.
14158
c5b40130
LL
141592011-03-25 Leo Liu <sdl.web@gmail.com>
14160
1f48f7d2
LL
14161 * midnight.el (midnight-time-float): Remove. Note it calculates
14162 the microsecond component incorrectly and seconds-to-time does the
14163 same job.
625897ec 14164 Remove redundant (require 'timer).
1f48f7d2 14165
c5b40130
LL
14166 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
14167 (ido-completions): Remove unused arguments. (Bug#8329)
14168
d86d2721
SM
141692011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
14170
14171 * minibuffer.el (completion--flush-all-sorted-completions):
14172 Remove itself from hook.
14173 (completion-at-point): Let the functions perform the completion
14174 immediately and return nil or t.
14175 * comint.el (comint-dynamic-complete-functions): Now identical to
14176 completion-at-point-functions.
14177 (comint-dynamic-list-input-ring): Remove unused var `index'.
14178 (comint--match-partial-filename, comint--unquote&expand-filename):
14179 New funs, split from comint-match-partial-filename.
14180 (comint-dynamic-complete): Use completion-at-point.
14181 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
14182
e8974c48
DA
141832011-03-24 Drew Adams <drew.adams@oracle.com>
14184
14185 * thingatpt.el: Support `defun'.
14186
def71b5e
LL
141872011-03-23 Leo Liu <sdl.web@gmail.com>
14188
cb5af48e
LL
14189 * abbrevlist.el: Move to obsolete/abbrevlist.el.
14190
def71b5e
LL
14191 * help-mode.el (help-mode-finish): Tweak regexp.
14192
927c53e7
GM
141932011-03-23 Glenn Morris <rgm@gnu.org>
14194
18d05bed
GM
14195 * eshell/esh-opt.el (eshell-eval-using-options):
14196 Do not bind unused local variable `eshell-option-stub'.
14197
927c53e7
GM
14198 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
14199
9d0da923
JB
142002011-03-22 Juanma Barranquero <lekktu@gmail.com>
14201
14202 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
14203 keymap variable in `with-no-warnings' to avoid a warning when the
14204 keymap has been already `defconst'ed.
14205
4b978a67
LL
142062011-03-22 Leo Liu <sdl.web@gmail.com>
14207
14208 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
14209 encode all chars in abbrevs; otherwise use emacs-mule or
14210 utf-8-emacs. (Bug#8308)
14211
5fd62452
JB
142122011-03-22 Juanma Barranquero <lekktu@gmail.com>
14213
0b1596c6
JB
14214 * simple.el (backward-delete-char-untabify):
14215 Avoid warning about using `delete-backward-char'.
14216
5fd62452
JB
14217 * image.el (image-type-file-name-regexps): Make it variable.
14218 `imagemagick-register-types' modifies it, and the user may want
14219 to add new extensions for known image types.
14220 (imagemagick-register-types): Throw error if not using ImageMagick.
14221
0b4e93f1
LL
142222011-03-22 Leo Liu <sdl.web@gmail.com>
14223
14224 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
14225 located before rcirc-prompt-end-marker.
14226 (rcirc-complete): Error if point is not after rcirc prompt.
14227 Handle the case when table is nil.
9882e214 14228 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 14229
fccee4ab
CY
142302011-03-22 Chong Yidong <cyd@stupidchicken.com>
14231
14232 * custom.el (custom--inhibit-theme-enable): Make it affect only
14233 custom-theme-set-variables and custom-theme-set-faces.
14234 (provide-theme): Ignore custom--inhibit-theme-enable.
14235 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
14236 (custom-enabling-themes): Delete variable.
d86d2721
SM
14237 (enable-theme): Accept only loaded themes as arguments.
14238 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
14239 (custom-enabled-themes): Forbid themes from setting this.
14240 Eliminate use of custom-enabling-themes.
14241 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 14242
af896da6
LL
142432011-03-21 Leo Liu <sdl.web@gmail.com>
14244
14245 * ido.el (ido-read-internal): Add ido-selected to history instead
14246 of user input.
14247
78f64af0
SM
142482011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14249
14250 * subr.el (deferred-action-list, deferred-action-function):
14251 Mark obsolete.
14252
b16ac1ec
LL
142532011-03-21 Leo Liu <sdl.web@gmail.com>
14254
810f7698
LL
14255 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
14256 change on 2011-02-13 (bug#8309).
14257
b16ac1ec
LL
14258 * minibuffer.el (read-file-name-function): Change default value.
14259 (read-file-name--defaults): Rename from read-file-name-defaults.
14260 (read-file-name-default): Rename from read-file-name.
14261 (read-file-name): Call read-file-name-function.
14262
4e05e67e
GM
142632011-03-21 Glenn Morris <rgm@gnu.org>
14264
14265 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
14266 Doc fixes.
14267
4359915b
CY
142682011-03-21 Chong Yidong <cyd@stupidchicken.com>
14269
14270 * cus-theme.el: Add missing provide statement.
14271 (customize-create-theme): Extract theme value correctly.
14272 (custom-theme-visit-theme): Autoload.
14273 (customize-create-theme): Prompt before inserting default faces.
14274
1fe275ee
JB
142752011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
14276
14277 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
14278 units and musical notes.
14279
cd394be1 142802011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
14281
14282 * ido.el (ido-read-internal): Use completing-read-default.
14283 (ido-completing-read): Fix compatibility with completing-read.
14284
7d476bde
CO
142852011-03-20 Christian Ohler <ohler@gnu.org>
14286
14287 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
14288 (ert-delete-all-tests): Use `called-interactively-p' rather than
14289 `interactive-p'.
14290 (ert--make-xrefs-region): Respect END.
14291
fe0fb33e
CY
142922011-03-19 Chong Yidong <cyd@stupidchicken.com>
14293
ff854b0b
CY
14294 * dired-aux.el (dired-create-directory): Signal an error if the
14295 directory already exists (Bug#8246).
14296
fe0fb33e
CY
14297 * facemenu.el (list-colors-display): Call list-faces-display
14298 inside with-help-window.
14299 (list-colors-print): Use display property to align the final
14300 column, instead of checking window-width.
14301
576bce32
EZ
143022011-03-19 Eli Zaretskii <eliz@gnu.org>
14303
4d61f28d 14304 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
14305 windows-nt systems.
14306 (emerge-protect-metachars): Quote correctly for ms-dos and
14307 windows-nt systems.
14308
89c41d68 143092011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
14310
14311 * info.el (info-initialize): Replace all uses of `:' with
14312 path-separator for compatibility with non-Unix systems.
14313 Cache quoting of path-separator. (Bug#8258)
14314
b14e3e21 143152011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
14316
14317 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
14318 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
14319 (mouse-avoidance-mode): Fix typos in docstrings.
14320
4525ce3e
CY
143212011-03-19 Chong Yidong <cyd@stupidchicken.com>
14322
14323 * startup.el (package-subdirectory-regexp): Move from package.el.
14324 Omit \\` and \\', and let callers add them.
14325
14326 * emacs-lisp/package.el (package-strip-version)
14327 (package-load-all-descriptors): Add \\` and \\' to
14328 package-subdirectory-regexp before using it.
14329 (package-untar-buffer): New arg DIR; ensure that file untars only
14330 into this expected directory. Remove superfluous delete-region.
14331 (package-unpack): Caller changed.
14332 (package-tar-file-info): Use package-subdirectory-regexp.
14333
a904a09a 143342011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 14335
a904a09a
SM
14336 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
14337 diff-mode-shared-map (bug#8284).
14338 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
14339
143402011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14341
14342 * calendar/time-date.el (format-seconds): Use assoc instead of
14343 assoc-string, since assoc-string doesn't exist in XEmacs.
14344
171fc304
JB
143452011-03-17 Juanma Barranquero <lekktu@gmail.com>
14346
14347 * custom.el (custom-known-themes): Reflow docstring.
14348 (custom-theme-load-path): Fix typo in docstring.
14349 (load-theme): Fix typo in error message.
14350 (custom-available-themes, custom-variable-theme-value):
14351 Use `let', not `let*'.
14352
d71990a1
JB
143532011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
14354
14355 * calc/README: Mention inclusion of musical notes.
14356
14357 * calc/calc-units.el (calc-lu-quant): Rename from
14358 `calc-logunits-quantity'.
14359 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
14360 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
14361 (calc-db): Rename from `calc-dblevel'.
14362 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
14363 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
14364 (calc-np): Rename from `calc-nplevel'.
14365 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
14366 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
14367 (calc-lu-plus): Rename from `calc-logunits-add'.
14368 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
14369 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
14370 (calc-lu-minus): Rename from `calc-logunits-sub'.
14371 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
14372 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
14373 (calc-lu-times): Rename from `calc-logunits-mul'.
14374 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
14375 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
14376 (calc-lu-divide): Rename from `calc-logunits-div'.
14377 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
14378 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
14379
14380 * calc/calc-ext.el (calc-init-extensions): Update the names of the
14381 functions being autoloaded.
14382
14383 * calc/calc.el (calc-lu-power-reference): Rename from
14384 `calc-logunits-power-reference'.
14385 (calc-lu-field-reference): Rename from
14386 `calc-logunits-field-reference'.
14387
7a71b18d
GM
14388 * calc/calc-help.el (calc-l-prefix-help):
14389 Mention musical note functions.
d71990a1 14390
40c2934b
SM
143912011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
14392
14393 * minibuffer.el (completion-all-sorted-completions):
14394 Use :completion-cycle-penalty text property if present.
14395
b0911414
KM
143962011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
14397
14398 * allout.el (allout-yank-processing): Adjust for new rebulleting
14399 regime so bullet being yanked is used without prompting the user
14400 for a choice.
14401
8a05b668
JB
144022011-03-16 Juanma Barranquero <lekktu@gmail.com>
14403
14404 * startup.el (command-line): Warn the user that _emacs is deprecated.
14405
5ba5fb81
JB
144062011-03-16 Juanma Barranquero <lekktu@gmail.com>
14407
14408 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
14409 (delphi-verbose, delphi-comment-face, delphi-string-face)
14410 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
14411 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
14412 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
14413 (delphi-new-comment-line, delphi-font-lock-defaults)
14414 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
14415 Fix typos in docstrings.
14416
2dab465b
KM
144172011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
14418
5ba5fb81 14419 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
14420 Invert the roles of character and string values for INSTEAD, so a
14421 string is used for the more common case of a defaulting prompt.
14422
0adf5618
SM
144232011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14424
14425 * progmodes/ruby-mode.el (ruby-backward-sexp):
14426 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
14427 * play/gamegrid.el (gamegrid-make-face):
14428 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
14429 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
14430 * notifications.el (notifications-notify):
14431 * net/xesam.el (xesam-search-engines):
14432 * net/quickurl.el (quickurl-list-insert):
14433 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
14434
d72700e5
CY
144352011-03-15 Chong Yidong <cyd@stupidchicken.com>
14436
14437 * startup.el (command-line): Update package subdirectory regexp.
14438
49c5410a
SM
144392011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14440
c6eee9aa
SM
14441 * allout.el (allout-abbreviate-flattened-numbering)
14442 (allout-mode-deactivate-hook): Fix up obsolescence "date".
14443
49c5410a
SM
14444 * subr.el (read-char-choice): Only show the cursor after the prompt,
14445 not after the answer.
14446
047b2bb9
KR
144472011-03-15 Kevin Ryde <user42@zip.com.au>
14448
14449 * help-fns.el (variable-at-point): Skip leading quotes, if any
14450 (bug#8253).
14451
0a57d256
SM
144522011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14453
14454 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
14455 warning message.
14456
77c992bc
MA
144572011-03-14 Michael Albinus <michael.albinus@gmx.de>
14458
14459 * shell.el (shell): When called interactively, offer to change the
14460 shell file name on remote hosts.
14461
eebc475d
TZ
144622011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
14463
14464 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
14465 integration for LDAP parameters. The host, base, user or binddn,
14466 and secret tokens can be specified in a netrc file, for instance.
14467 This is optional because an `auth-source' parameter must be
14468 specified in the search attributes.
14469
9d05d1ba
JB
144702011-03-13 Juanma Barranquero <lekktu@gmail.com>
14471
14472 * help.el (describe-mode): Link to the mode's definition (bug#8185).
14473
09d9db2c
GM
144742011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14475
14476 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
14477 into declaration. Remove redundant and harmful binding.
14478
144792011-03-12 Eli Zaretskii <eliz@gnu.org>
14480
14481 * files.el (file-ownership-preserved-p): Pass `integer' as an
14482 explicit 2nd argument to `file-attributes'. If the file's owner
14483 is the Administrators group on Windows, and the current user is
14484 Administrator, consider that a match.
14485
14486 * server.el (server-ensure-safe-dir): Consider server directory
14487 safe on MS-Windows if its owner is the Administrators group while
14488 the current Emacs user is Administrator. Use `=' to compare
14489 numerical UIDs, since they could be integers or floats.
14490
219bd536
JB
144912011-03-12 Juanma Barranquero <lekktu@gmail.com>
14492
14493 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
14494
f3afd36b
MA
144952011-03-12 Michael Albinus <michael.albinus@gmx.de>
14496
14497 Sync with Tramp 2.2.1.
14498
14499 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
14500
14501 * net/trampver.el: Update release number.
14502
3aaaa6f1
SM
145032011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14504
94642599
SM
14505 * progmodes/compile.el (compilation--previous-directory): Fix up
14506 various nil/dead-marker mismatches (bug#8014).
14507 (compilation-directory-properties, compilation-error-properties):
14508 Don't call it at a position past the one we're about to change.
14509
3aaaa6f1
SM
14510 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
14511 Disable obsolescence warnings in the file that declares it.
14512
14239447
KM
145132011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
14514
099c39a4
JB
14515 * allout-widgets.el (allout-widgets-tally):
14516 Initialize allout-widgets-tally as a hash table rather than nil to
14517 prevent mode-line redisplay warnings. Also, clarify the module
14518 description and fix a comment typo.
14239447 14519
135e287c
JB
145202011-03-11 Juanma Barranquero <lekktu@gmail.com>
14521
14522 * help-fns.el (describe-variable): Don't complete keywords.
14523 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
14524
ffbf300e
CY
145252011-03-10 Chong Yidong <cyd@stupidchicken.com>
14526
ba08b241
CY
14527 * emacs-lisp/package.el (package-version-join): Impose a standard
14528 string representation for pre/alpha/beta version lists.
14529 (package-unpack-single): Standardize the directory name by passing
14530 it through package-version-join.
14531 (package-strip-rcs-id): Accept any version string that does not
14532 signal an error in version-to-list.
ffbf300e 14533
f346fd6b
MA
145342011-03-10 Michael Albinus <michael.albinus@gmx.de>
14535
14536 * simple.el (delete-trailing-whitespace): Return nil for the
14537 benefit of `write-file-functions'.
14538
ccb55d27
GM
145392011-03-10 Glenn Morris <rgm@gnu.org>
14540
5ceaac0c
GM
14541 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
14542
02da65ff
GM
14543 * vc/vc-git.el (vc-git-program): New option.
14544 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
14545 (vc-git--call): Use it.
14546
b2f603cc
GM
14547 * eshell/esh-util.el (eshell-condition-case): Doc fix.
14548
5772caab
GM
14549 * cus-edit.el (Custom-newline): If no button at point, look
14550 for a subgroup button at start-of-line. (Bug#2298)
14551
ccb55d27
GM
14552 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
14553
ec6ecaed
JD
145542011-03-10 Julien Danjou <julien@danjou.info>
14555
14556 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
14557 `cursor-type' is nil.
14558
9d5aa01d
JB
145592011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
14560
14561 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
14562
b6a5875b
KM
145632011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
14564
7a71b18d 14565 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
14566 preserves the existing header prefix, rebulleting it if necessary,
14567 rather than replacing it. This is necessary for proper operation
14568 of cooperative addons like allout-widgets.
1154d12e
JB
14569 (allout-make-topic-prefix, allout-rebullet-heading):
14570 Change SOLICIT arg to INSTEAD, and interpret additionally a string
14571 value as alternate bullet to be used, instead of prompting the user
14572 for a bullet character.
b6a5875b 14573
ee545c35
MA
145742011-03-09 Michael Albinus <michael.albinus@gmx.de>
14575
d86d2721
SM
14576 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14577 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
14578 `tramp-default-port'.
14579
c47971d7
DD
145802011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
14581
14582 * net/rcirc.el (rcirc-handler-001): Remove useless
14583 with-rcirc-process-buffer.
14584 (rcirc-check-auth-status): Swap arguments to string-match.
14585
13522cb4
GM
145862011-03-09 Glenn Morris <rgm@gnu.org>
14587
0be6f4f1
GM
14588 * shell.el (shell-mode):
14589 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
14590
13522cb4
GM
14591 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
14592 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
14593
515de2e3
CY
145942011-03-08 Chong Yidong <cyd@stupidchicken.com>
14595
14596 * emacs-lisp/package.el (package-refresh-contents)
14597 (package-menu-execute): Use condition-case-no-debug.
14598
b511b994
MA
145992011-03-08 Michael Albinus <michael.albinus@gmx.de>
14600
14601 * simple.el (shell-command-to-string): Use `process-file'.
14602
14603 * emacs-lisp/package.el (package-tar-file-info): Handle also
14604 remote files.
14605
d86d2721
SM
14606 * emacs-lisp/package-x.el (package-upload-buffer-internal):
14607 Use `equal' for upload base check.
b511b994 14608
25bbfb31
AM
146092011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
14610
14611 * textmodes/texinfo.el (texinfo-environments):
14612 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
14613
be996521
GM
146142011-03-08 Glenn Morris <rgm@gnu.org>
14615
e9c8529f
GM
14616 * cus-start.el (cursor-in-non-selected-windows):
14617 Fix :set quoting oddness. (Bug#8192)
14618
be996521
GM
14619 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
14620 in some setf expressions. (Bug#2159)
14621
2bb5649e
CY
146222011-03-08 Chong Yidong <cyd@stupidchicken.com>
14623
14624 * custom.el (custom-available-themes): Return themes in
14625 alphabetical order.
14626
33383987 14627See ChangeLog.15 for earlier changes.
e3d51b27
MR
14628
14629;; Local Variables:
14630;; coding: utf-8
e3d51b27
MR
14631;; End:
14632
acaf905b 14633 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
14634
14635 This file is part of GNU Emacs.
14636
14637 GNU Emacs is free software: you can redistribute it and/or modify
14638 it under the terms of the GNU General Public License as published by
14639 the Free Software Foundation, either version 3 of the License, or
14640 (at your option) any later version.
14641
14642 GNU Emacs is distributed in the hope that it will be useful,
14643 but WITHOUT ANY WARRANTY; without even the implied warranty of
14644 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14645 GNU General Public License for more details.
14646
14647 You should have received a copy of the GNU General Public License
14648 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.