* lisp/emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
57a7d507
SM
12012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2
53aacf21
SM
3 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
4 compiler-macro expansion.
5
57a7d507
SM
6 Add native compiler-macro support.
7 * emacs-lisp/macroexp.el (macroexpand-all-1):
8 Support compiler-macros directly. Properly follow aliases and apply
9 the compiler macros more thoroughly.
10 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
11 macroexpand now properly follows aliases.
12 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
13 (cl-compiler-macroexpand): Use new prop.
14 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
15
16 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
17
51a5f9d8
MR
182012-06-05 Martin Rudalics <rudalics@gmx.at>
19
20 * window.el (get-lru-window, get-mru-window, get-largest-window):
21 New argument NOT-SELECTED to avoid picking the selected window.
22 (window--display-buffer-1, window--display-buffer-2): Replace by
23 new function window--display-buffer
24 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
25 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
26 Use window--display-buffer.
51a5f9d8
MR
27 (display-buffer-use-some-window): Remove temporary dedication
28 hack by calling get-lru-window and get-largest-window with
29 NOT-SELECTED argument non-nil. Call window--display-buffer.
30
08f9f738
GM
312012-06-05 Glenn Morris <rgm@gnu.org>
32
33 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
34 Replace external vcdiff script.
35
e364a2b7
SM
362012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
37
38 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
39
041df390
CY
402012-06-04 Chong Yidong <cyd@gnu.org>
41
e364a2b7
SM
42 * image.el (imagemagick-types-inhibit): Revert last change.
43 Add INFO and M.
47b36b94 44 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 45
7c1898a7
SM
462012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
47
48 * emacs-lisp/cl-lib.el: Rename from cl.el.
49 * emacs-lisp/cl.el: New compatibility file.
50 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
51 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
52 to obey the "cl-" prefix.
53 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
54
0c3461de
GM
552012-06-03 Glenn Morris <rgm@gnu.org>
56
1e266c88
GM
57 * emacs-lisp/authors.el (authors-aliases): Addition.
58
0c3461de
GM
59 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
60 Fix :version.
61
d8a52e15
SM
622012-06-03 Stefan Merten <smerten@oekonux.de>
63
64 * textmodes/rst.el: Add comments.
65 (rst-transition, rst-adornment): New faces.
66 (rst-adornment-faces-alist): Make default safe to reevaluate.
67 Fixes
68 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
69 Improve customization tags.
70 (rst-define-level-faces): Clarify meaning.
71
5205d6f6
CY
722012-06-03 Chong Yidong <cyd@gnu.org>
73
74 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
75 (compilation-mode-line-run, compilation-mode-line-exit):
76 New faces.
5205d6f6
CY
77 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
78
757ee657
JD
792012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
80
7c1898a7
SM
81 * progmodes/which-func.el (which-func-update-ediff-windows):
82 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 83
5f2c76c6
CY
842012-06-03 Chong Yidong <cyd@gnu.org>
85
86 * bindings.el: Remove explicit help text from format-mode-line.
87 It is now supplied by mode-line-default-help-echo.
88 (mode-line-front-space, mode-line-end-spaces)
89 (mode-line-misc-info): New variables.
90 (mode-line-modes, mode-line-position): Move the default value to
91 the variable definition.
92 (mode-line-default-help-echo): New defcustom.
383f7350
CY
93 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
94 (mode-line-modified-help-echo): New functions.
95 (mode-line-mule-info, mode-line-modified): Use them.
96 (mode-line-eol-desc, propertized-buffer-identification):
97 Consistency fixes for help text.
cbe46e5f
CY
98 (mode-line-coding-system-map): Allow using mouse-3 to invoke
99 set-buffer-file-coding-system (Bug#289).
100 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 101
f2d6a3df
SM
1022012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
103
104 * simple.el (execute-extended-command): Set real-this-command
105 (bug#11506).
106
37269466
CY
1072012-06-02 Chong Yidong <cyd@gnu.org>
108
109 Remove incorrect uses of "modeline" in comments, docstrings, and
110 function/variable names (Bug#10329).
111
112 * cus-edit.el (mode-line):
113 * dframe.el (dframe-mouse-hscroll):
114 * emacs-lisp/re-builder.el:
115 * emacs-lisp/easy-mmode.el (define-minor-mode):
116 * frame.el (set-frame-name):
117 * help.el (lookup-minor-mode-from-indicator):
118 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
119 * progmodes/cc-cmds.el (c-toggle-auto-newline)
120 (c-toggle-hungry-state):
121 * progmodes/antlr-mode.el (antlr-language-alist):
122 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
123 * progmodes/vhdl-mode.el (vhdl-mode):
124 * progmodes/which-func.el (which-func, which-func-cleanup-function):
125 * term/ns-win.el (ns-face-at-pos):
126 * term/sup-mouse.el (sup-mouse-report):
127 * textmodes/flyspell.el (flyspell-mode-line-string):
128 * textmodes/ispell.el (ispell-highlight-face):
129 * textmodes/reftex-global.el:
130 * vc/vc-arch.el (vc-arch-mode-line-string):
131 * vc/vc-cvs.el (vc-cvs-mode-line-string):
132 * vc/vc-git.el (vc-git-mode-line-string):
133 * vc/vc-hooks.el (vc-display-status)
134 (vc-default-mode-line-string):
135 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
136
137 * ansi-color.el (ansi-color-faces-vector): Change default faces.
138
139 * dired.el (dired-sort-set-mode-line): Rename from
140 dired-sort-set-modeline. All callers changed.
141
142 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
143 eshell-status-in-modeline.
144
145 * foldout.el (foldout-mode-line-string): Rename from
146 foldout-modeline-string. All callers changed.
147 (foldout-update-mode-line): Rename from foldout-update-modeline.
148
149 * subr.el (redraw-modeline): Make into obsolete alias.
150
151 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
152 timeclock-modeline-display. Make old name an alias.
153 (timeclock-update-mode-line): Likewise. All callers changed.
154 (timeclock-mode-line-display): No need to check before using
155 add-hook.
156 (timeclock-relative, timeclock-day-over-hook)
157 (timeclock-use-elapsed, timeclock-mode-string)
158 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
159
160 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
161 crisp-mode-modeline-string.
162
163 * play/solitaire.el (solitaire-build-mode-line): Rename from
164 solitaire-build-modeline. All callers changed.
165
166 * play/zone.el (zone-hiding-mode-line): Rename from
167 zone-hiding-modeline. All callers changed.
168 (zone): Remove unusued `modeline-hidden-level' property.
169
170 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
171 xscheme-modeline-initialize. All callers changed.
172
173 * strokes.el (strokes-lighter): Rename from
174 strokes-modeline-string.
175
176 * textmodes/sgml-mode.el (html-face-tag-alist)
177 (html-tag-face-alist): Use mode-line face instead of obsolete
178 alias modeline.
179
42152ee4
SM
1802012-06-02 Stefan Merten <smerten@oekonux.de>
181
182 * textmodes/rst.el: Always require `cl'.
4cf9b38d 183 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 184
95f520b5
CY
1852012-06-02 Chong Yidong <cyd@gnu.org>
186
187 * image.el (imagemagick-enabled-types): Rename from
188 imagemagick-types-enable. Add many more types.
189 (imagemagick-types-inhibit): Change default to nil.
190 (imagemagick-filter-types): Caller changed.
191
4a5f187a
SM
1922012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
193
03fef3e6
SM
194 * emacs-lisp/cl-macs.el: Use backquotes.
195 (cl-transform-function-property): Use eval-and-compile rather than
196 abusing `require'.
197 (defstruct): Use declare-function instead of with-no-warnings.
198
4a5f187a
SM
199 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
200 (byte-compile-output-docform): Re-add the print-circle bindings.
201 (byte-compile-fix-header): Use #$ just because it's shorter.
202 (byte-compile-output-file-form): Remove defun/defmacro.
203
bd56924f
MR
2042012-06-01 Martin Rudalics <rudalics@gmx.at>
205
206 * simple.el (choose-completion): Remove now obsolete binding for
207 owindow.
208
046e38ce
MA
2092012-06-01 Michael Albinus <michael.albinus@gmx.de>
210
211 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
212 in order to avoid "Stack overflow in regexp matcher".
213
32d72c2f
GM
2142012-05-31 Glenn Morris <rgm@gnu.org>
215
216 * image.el: For clarity, call imagemagick-register-types at
217 top-level, rather than relying on a custom :initialize.
218 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
219 (imagemagick-filter-types): New function. (Bug#7406)
220 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
221 If disabling support, remove elements altogether rather
222 than using an impossible regexp.
223 (imagemagick-types-inhibit): Give it the default init function.
224
dd41169b
SM
2252012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
226
4a5f187a
SM
227 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
228 Handle arbitrary file name lengths (Bug#11585).
dd41169b 229
efc00ab1 2302012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
231
232 * desktop.el (desktop-read): Clear previous and next buffers for
233 all windows and bury *Messages* buffer (bug#11556).
234
500fcedc
SM
2352012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
236
237 Add `declare' for `defun'. Align `defmacro's with it.
238 * emacs-lisp/easy-mmode.el (define-minor-mode)
239 (define-globalized-minor-mode): Don't autoload the var definitions.
240 * emacs-lisp/byte-run.el: Use lexical-binding.
241 (defun-declarations-alist, macro-declarations-alist): New vars.
242 (defmacro, defun): Use them.
243 (make-obsolete, define-obsolete-function-alias)
244 (make-obsolete-variable, define-obsolete-variable-alias):
245 Use `declare'.
246 (macro-declaration-function): Mark obsolete.
247 * emacs-lisp/autoload.el: Use lexical-binding.
248 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
249
6e8a1786
AM
2502012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
251
252 * textmodes/ispell.el (ispell-with-no-warnings):
253 Define as a macro.
500fcedc
SM
254 (ispell-kill-ispell, ispell-change-dictionary):
255 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
256 `interactive-p'.
257
61b108cc
SM
2582012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
259
260 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
261 (macro-declaration-function): Move var from C code.
262 (macro-declaration-function): Define function with defalias.
263 * emacs-lisp/macroexp.el (macroexpand-all-1):
264 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
265 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
266 defun/defmacro any more.
267 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
268 Provide fallback for unknown arglist.
269 (byte-compile-arglist-warn): Change calling convention.
270 (byte-compile-output-file-form): Move print-vars binding.
271 (byte-compile-output-docform): Simplify accordingly.
272 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
273 (byte-compile-defmacro-declaration): Remove.
274 (byte-compile-file-form-defmumble): Generalize to defalias.
275 (byte-compile-output-as-comment): Return byte-positions.
276 Simplify callers accordingly.
277 (byte-compile-lambda): Use `assert'.
278 (byte-compile-defun, byte-compile-defmacro): Remove.
279 (byte-compile-file-form-defalias):
280 Use byte-compile-file-form-defmumble.
281 (byte-compile-defalias-warn): Remove.
282
6d3f7c2f
SM
2832012-05-29 Stefan Merten <smerten@oekonux.de>
284
285 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 286 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
287
288 (rst-mode-abbrev-table): Merge definition.
289 (rst-mode): Make sure `font-lock-defaults' is buffer local.
290 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
291
6dbaa1c7
UJ
2922012-05-29 Ulf Jasper <ulf.jasper@web.de>
293
294 * calendar/icalendar.el
295 (icalendar-export-region): Export UID properly.
296
2972012-05-29 Leo <sdl.web@gmail.com>
61b108cc
SM
298 * calendar/icalendar.el (icalendar-import-format):
299 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
300 (icalendar-import-format-uid): New.
301 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
302 Export UID.
303
6876a58d
SM
3042012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
305
306 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
307 different alternative patterns.
308 (pcase-codegen): Be more careful to preserve identity.
309 (pcase--u1): Don't forget to mark vars as used.
310
311 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
312 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
313 (byte-compile-from-buffer): ...rather than here.
314
315 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
316 functions from byte-compile-function-environment.
317
46b7967e
TN
3182012-05-29 Troels Nielsen <bn.troels@gmail.com>
319
320 * window.el (window-deletable-p): Avoid deleting the root window
321 of a frame with an active minibuffer.
322
69d565e2
MR
3232012-05-29 Martin Rudalics <rudalics@gmx.at>
324
325 * simple.el (choose-completion): Use quit-window (Bug#11567).
326
a149fa51
CY
3272012-05-29 Chong Yidong <cyd@gnu.org>
328
329 * whitespace.el (whitespace-cleanup): Fix usage of
330 whitespace-empty-at-bob-regexp (Bug#11492).
331
2b311310
AH
3322012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
333
334 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
335 revert (Bug#11488).
336
b9cb2387
JL
3372012-05-29 Juri Linkov <juri@jurta.org>
338
339 * isearch.el (isearch-mode-map): Bind `M-s _' to
340 `isearch-toggle-symbol'. Bind `M-s c' to
341 `isearch-toggle-case-fold'.
342 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
343 (isearch-forward): Add `M-s _' to the docstring.
344 (isearch-forward-symbol, isearch-toggle-case-fold)
345 (isearch-symbol-regexp): New functions. (Bug#11381)
346
d5e61c1c
JL
3472012-05-29 Juri Linkov <juri@jurta.org>
348
349 * isearch.el (isearch-word): Add docstring. (Bug#11381)
350 (isearch-occur, isearch-search-and-update): If `isearch-word' is
351 a function, call it to get the regexp.
352 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
353 property `isearch-message-prefix' instead of the string "word ".
354 (isearch-search-fun-default): For the case of `isearch-word',
355 return a lambda that calls re-search-forward/re-search-backward
356 with a regexp returned by `word-search-regexp' or by the function
357 in `isearch-word'.
358
8cbd80f7
JL
3592012-05-29 Juri Linkov <juri@jurta.org>
360
361 * isearch.el (isearch-search-fun-default): New function.
362 (isearch-search-fun): Move default part to the new function
363 `isearch-search-fun-default'.
364 (isearch-search-fun-function): Set the default value to
365 `isearch-search-fun-default'. (Bug#11381)
366
367 * comint.el (comint-history-isearch-end):
368 Use `isearch-search-fun-default'.
369 (comint-history-isearch-search): Use `isearch-search-fun-default'
370 and remove spacial case for `isearch-word'.
371 (comint-history-isearch-wrap): Remove spacial case for
372 `isearch-word'.
373
374 * hexl.el (hexl-isearch-search-function):
375 Use `isearch-search-fun-default'.
376
377 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
378 Use `word-search-regexp' for `isearch-word'.
379
380 * misearch.el (multi-isearch-search-fun):
381 Use `isearch-search-fun-default'.
382
383 * simple.el (minibuffer-history-isearch-search):
384 Use `isearch-search-fun-default' and remove spacial case for
385 `isearch-word'.
386 (minibuffer-history-isearch-wrap): Remove spacial case for
387 `isearch-word'.
388
389 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
390 Remove spacial case for `isearch-word'.
391 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
392
85c8c5b6
AM
3932012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
394
395 Decrease XEmacs incompatibilities.
396 * textmodes/flyspell.el (flyspell-check-pre-word-p):
397 Use `string-match'.
398 (flyspell-delete-region-overlays): Use alternative definition for
399 XEmacs.
400 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
401 (flyspell-word): Use `process-kill-without-query' if XEmacs.
402 (flyspell-mode-on): Use `interactive-p' if XEmacs.
403 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
404 `define-obsolete-face-alias' under XEmacs, but old method.
405
406 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
407 `with-no-warnings' definition or Emacs alias.
408 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
409 (ispell-word): Do not use `region-p' if XEmacs.
410
8cab9efc
AM
4112012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
412
413 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
414 Check for `ispell-dictionary-base-alist' instead of full
415 `ispell-dictionary-alist'.
416 (ispell-init-process): Show spellchecker when starting new Ispell
417 process.
418
fda91268
RZ
4192012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
420
421 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
422 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
423
694ea8e3
JB
4242012-05-27 Juanma Barranquero <lekktu@gmail.com>
425
426 * version.el (motif-version-string, gtk-version-string)
427 (ns-version-string): Declare.
428
e4d4f539
JL
4292012-05-27 Juri Linkov <juri@jurta.org>
430
431 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
432 after the `eval-defun-1' specialcaseing
433 like in `edebug-eval-defun' (bug#10181).
434
435 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
436 like in `eval-defun-1'.
437
33017faf 4382012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 439
fda91268
RZ
440 * mail/sendmail.el (mail-yank-region):
441 Recognize rmail-yank-current-message in addition to insert-buffer.
442 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
443 a *mail* buffer created through rmail-start-mail with sendmail as
444 mail-user-agent.
445
33017faf
GM
4462012-05-27 Chong Yidong <cyd@gnu.org>
447
448 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
449 Default to 256 (Bug#11267).
450
451 * help.el (describe-mode): Doc fix.
452
04188bb9
GM
4532012-05-26 Glenn Morris <rgm@gnu.org>
454
38264cc9
GM
455 * w32-fns.el (w32-init-info): Remove.
456 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
457
eb7afdad
GM
458 * info.el (info-initialize): For self-contained NS builds, put the
459 included info/ directory at the front. (Bug#2791)
460
04188bb9
GM
461 * paths.el (Info-default-directory-list): Make it a defcustom,
462 mainly so that we can use custom-initialize-delay.
463
a179e3f7
SM
4642012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
465
43416392
SM
466 * subr.el (buffer-has-markers-at): Mark obsolete.
467
a179e3f7 468 * subr.el (lambda): Use declare.
43416392 469
a179e3f7
SM
470 * emacs-lisp/lisp-mode.el (lambda):
471 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
472
34a008d9
AH
4732012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
474
475 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
476
0a3b289f
GM
4772012-05-26 Glenn Morris <rgm@gnu.org>
478
479 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
480
758c81e8
GM
4812012-05-25 Glenn Morris <rgm@gnu.org>
482
f9f334f0
GM
483 * paths.el: Remove no-byte-compile.
484 * loadup.el: No need to load paths.el uncompiled.
485
87eb79c2
GM
486 * image.el (imagemagick-types-inhibit): Doc fix.
487
758c81e8
GM
488 * version.el: Remove no-byte-compile and associated formatting.
489 * loadup.el: No need to load version.el uncompiled. AFAICS, this
490 is ancient code from when there was an "inc-vers.el".
491
e7e85dc0
SM
4922012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
493
494 * progmodes/gdb-mi.el: Minor style changes.
495 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
496 Turn into minor modes.
497 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
498 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
499 (gdb-shell): Remove unneeded let-binding.
500 (gdb-get-many-fields): Eliminate O(n²) behavior.
501
f31237a4
EZ
5022012-05-25 Eli Zaretskii <eliz@gnu.org>
503
504 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
505 platforms that don't link in fontset.c.
506
bc1b21bb
JL
5072012-05-25 Juri Linkov <juri@jurta.org>
508
509 Use the same diff color scheme as in modern VCSes (bug#10181).
510
511 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
512 to avoid confusion with `diff-added' that now uses green colors.
513 (diff-removed): Use shades of red.
514 (diff-added): Use shades of green.
515 (diff-changed): Leave just the yellow color.
516 (diff-use-changed-face): New variable.
517 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
518 how to highlight context diff changes.
519 (diff-refine-change): Use shades of yellow.
520 (diff-refine-removed): New face that uses shades of red.
521 (diff-refine-added): New face that uses shades of green.
522 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
523 `diff-refine-removed' in the call to `smerge-refine-subst'
524 depending on the value of `diff-use-changed-face'.
525
526 * vc/smerge-mode.el (smerge-mine): Use shades of red.
527 (smerge-other): Use shades of green.
528 (smerge-base): Use shades of yellow.
529 (smerge-refined-change): Empty face.
530 (smerge-refined-removed): New face that uses shades of red.
531 (smerge-refined-added): New face that uses shades of green.
532 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
533 args `props-r' and `props-a', and use them. Doc fix.
534 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
535 on its value use different faces `smerge-refined-change',
536 `smerge-refined-removed', `smerge-refined-added' in the call to
537 `smerge-refine-subst'.
538
539 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
540 Add face condition `min-colors 88' with shades of red.
541 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
542 `min-colors 88' with shades of green.
543 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
544 `min-colors 88' with shades of yellow.
545
6df9112c
GM
5462012-05-24 Glenn Morris <rgm@gnu.org>
547
ead5edc0
GM
548 * paths.el (prune-directory-list, remote-shell-program): Move to...
549 * files.el (prune-directory-list, remote-shell-program): ...here.
550 For the latter, delay initialization, prefer ssh, just search PATH.
551
f18b81e6
GM
552 * paths.el (term-file-prefix): Move to faces.el (the only user).
553 * faces.el (term-file-prefix): Move here, make it a defcustom.
554
ee2f89a6
GM
555 * paths.el (news-directory, news-path, news-inews-program):
556 Move to gnus/nnspool.el.
61a583ca 557
f8815e4c
GM
558 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
559
c8f3b42c
GM
560 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
561 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
562 Make the latter a defcustom, with a delayed initialization.
563
6df9112c
GM
564 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
565 These were deleted from Gnus itself late 2010.
566
5dadff36
JB
5672012-05-22 Juanma Barranquero <lekktu@gmail.com>
568
9e1701c6
JB
569 * progmodes/which-func.el (which-func-ff-hook):
570 Check against user-error, not error.
571
bd7239f5 572 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
573 cl-specs.el, which no longer exists.
574
3290526d
GM
5752012-05-22 Glenn Morris <rgm@gnu.org>
576
577 * info.el (info-emacs-bug): New command.
578 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
579 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
580
ff0c3cfb
GM
5812012-05-21 Glenn Morris <rgm@gnu.org>
582
583 * makefile.w32-in (update-subdirs-SH):
584 * Makefile.in (update-subdirs): Update for moved update-subdirs.
585
5814f126
SM
5862012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
587
a52c0aa0
SM
588 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
589
5814f126
SM
590 * progmodes/compile.el (compilation-error-regexp-alist-alist):
591 Simplify Maven regexp, and make sure the file can't start with a space
592 (bug#11517).
593
b847032c
GM
5942012-05-21 Glenn Morris <rgm@gnu.org>
595
596 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
597 Scrap superfluous subshells.
598
3858bfe7
SM
5992012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
600
601 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
602 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
603
d14b0029
JB
6042012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
605
606 * calc/calc.el (calc-ensure-consistent-units): New variable.
607
a52c0aa0
SM
608 * calc/calc-units.el (math-consistent-units-p)
609 (math-check-unit-consistency): New functions.
610 (calc-quick-units, calc-convert-units):
611 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
612 is non-nil.
d14b0029
JB
613 (calc-extract-units): Fix typo.
614
60c4db3a
SM
6152012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
616
77f3b62e
SM
617 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
618
60c4db3a
SM
619 * textmodes/flyspell.el: Commenting style, plus code simplifications.
620 (flyspell-default-deplacement-commands): Don't spell check after
621 repeated window/frame switches (e.g. triggered by mouse-movement).
622 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
623 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
624 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
625 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
626 Remove unused vars.
627 (flyspell-get-casechars, flyspell-get-not-casechars):
628 Simplify; Don't bother removing a ] just to add it back.
629 * textmodes/ispell.el (ispell-program-name): Use executable-find.
630
b1a10716
RS
6312012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
632
633 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
634 New functions.
bd7239f5 635 (math-function-table): Add support for more C functions.
b1a10716 636
3f1b25b5
AM
6372012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
638
639 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
640 (flyspell-debug-signal-word-checked): Protect delay handling for
641 otherchars against empty otherchars.
642
b581bb5c
SM
6432012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
644
645 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
646 their respective macro declarations.
647 * skeleton.el (define-skeleton):
648 * progmodes/compile.el (define-compilation-mode):
649 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
650 (define-ibuffer-filter):
651 * emacs-lisp/generic.el (define-generic-mode):
652 * emacs-lisp/easy-mmode.el (define-minor-mode)
653 (define-globalized-minor-mode):
654 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
655 * emacs-lisp/byte-run.el (defsubst):
656 * custom.el (deftheme): Add doc-string metadata.
657
70b8ef8f
SM
6582012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
659
660 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
661
b1198e17
SM
6622012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
663
9abdc45d
SM
664 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
665
b1198e17
SM
666 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
667 * emacs-lisp/cl-macs.el: Idem.
668 * emacs-lisp/cl-specs.el: Remove.
669
4735906a
SM
6702012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
671
672 Minor renaming of internal CL functions and variables.
673 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
674 (cl--position): Rename from cl-position.
675 (cl--delete-duplicates): Rename from cl-delete-duplicates.
676 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
677 (cl--random-state): Rename from *random-state*.
678
ac348012
SM
6792012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
680
681 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
682 parens around the arg list (bug#11499).
683
a0a79cde
JL
6842012-05-17 Juri Linkov <juri@jurta.org>
685
686 * isearch.el (word-search-regexp, word-search-backward)
687 (word-search-forward, word-search-backward-lax)
688 (word-search-forward-lax): Move functions from search.c
689 (bug#10145, bug#11381).
690
65034a51
AM
6912012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
692
693 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
694 (flyspell-debug-signal-word-checked): Delay for otherchars as for
695 normal word components.
696
1a72a195
SM
6972012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
698
699 * minibuffer.el (completion--sifn-requote): Fix last change.
700 (minibuffer-local-must-match-filename-map):
701 Move define-obsolete-variable-alias before its var.
702
fdb058c2
SM
7032012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
704
c41045e6
SM
705 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
706
036dfb8b
SM
707 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
708 behavior.
709 (completion--string-equal-p): New function.
710 (completion--twq-all): Use it to get better assertion failure data.
711
2473256d
SM
712 Only handle ".." and '..' quoting in shell-mode (bug#11466).
713 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
714 (shell--requote-argument): New functions.
715 (shell-completion-vars): Use them.
716 (shell--parse-pcomplete-arguments): Rename from
717 shell-parse-pcomplete-arguments.
718 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
719 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
720 Obey comint-file-name-quote-list.
721
fdb058c2
SM
722 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
723 (smie-indent-keyword): Use it.
724
51fa99f1
SM
7252012-05-14 Stefan Merten <smerten@oekonux.de>
726
727 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
728
e18afed7 7292012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
730
731 * net/rlogin.el (rlogin-mode-map): Fix last change.
732
e18afed7 7332012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
734
735 * mail/smtpmail.el (smtpmail-send-command): Send the command and
736 the following \r\n using a single `process-send-string', since the
737 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 738 with two `process-send-string's (Bug#11444).
8633b1f4 739
e18afed7 7402012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 741
fdb058c2
SM
742 * shell.el (shell-parse-pcomplete-arguments):
743 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 744
2d21d7f6
WJ
7452012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
746
e18afed7 747 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
748 (image-transform-scale, image-transform-right-angle-fudge): New vars.
749 (image-transform-width, image-transform-fit-width): New functions.
750 (image-transform-properties): Use them.
751 (image-transform-check-size): New function.
752 (image-toggle-display-image): Use it (for testing).
753 (image-transform-set-rotation): Reduce angle mod 360.
754 Delete obsolete comment.
755
7102e6d0
WJ
7562012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
757
758 * image-mode.el: Fix scaling (bug#11399).
759 (image-transform-resize): Doc fix.
760 (image-transform-properties): Default scale is 1 and height should
761 be an integer.
762
06bc5e6e
SM
7632012-05-13 Johan Bockgård <bojohan@gnu.org>
764
765 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
766 than hard-coding `car', to fix misbehavior when moving forward.
767
0ae03b6a
CY
7682012-05-13 Chong Yidong <cyd@gnu.org>
769
770 * emacs-lisp/tabulated-list.el (tabulated-list-format)
771 (tabulated-list-entries, tabulated-list-padding)
772 (tabulated-list-sort-key): Make permanent-local.
773
774 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
775 (electric-buffer-list): Put electric buffer menu
776 command descriptions in this docstring, instead of the docstring
777 of electric-buffer-menu-mode. Code cleanups.
778 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
779 Electric-buffer-menu-mode.
780 (electric-buffer-update-highlight): Minor code cleanup.
781
205a7391
MA
7822012-05-13 Michael Albinus <michael.albinus@gmx.de>
783
784 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
785 (Bug#11447)
786
e5bd0a28
SM
7872012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
788
789 Move define-obsolete-variable-alias before the var's definition.
790 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
791 * tooltip.el (tooltip-hook):
792 * textmodes/reftex-toc.el (reftex-toc-map):
793 * textmodes/reftex-sel.el (reftex-select-label-map)
794 (reftex-select-bib-map):
795 * textmodes/reftex-index.el (reftex-index-map)
796 (reftex-index-phrases-map):
797 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
798 * progmodes/meta-mode.el (meta-mode-map):
799 * novice.el (disabled-command-hook):
800 * loadhist.el (unload-hook-features-list):
801 * frame.el (blink-cursor):
802 * files.el (find-file-not-found-hooks, write-file-hooks)
803 (write-contents-hooks):
804 * emulation/tpu-edt.el (GOLD-map):
805 * emacs-lock.el (emacs-lock-from-exiting):
806 * emacs-lisp/generic.el (generic-font-lock-defaults):
807 * emacs-lisp/chart.el (chart-map):
808 * dos-fns.el (register-name-alist):
809 * dired-x.el (dired-omit-files-p):
810 * desktop.el (desktop-enable):
811 * cus-edit.el (custom-mode-hook):
812 * buff-menu.el (buffer-menu-mode-hook):
813 * bookmark.el (bookmark-read-annotation-text-func)
814 (bookmark-exit-hooks):
815 * allout.el (allout-mode-deactivate-hook)
816 (allout-exposure-change-hook, allout-structure-added-hook)
817 (allout-structure-deleted-hook, allout-structure-shifted-hook):
818 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
819 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
820 comes before the corresponding variable's definition.
821
ac59c2f6
CY
8222012-05-12 Chong Yidong <cyd@gnu.org>
823
824 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
825 (Buffer-menu-mouse-select): Restore function (Bug#11459).
826 (Buffer-menu-mode-map): Bind it.
827 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 828
dee6c9a3
SM
8292012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
830
2171cea5
SM
831 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
832 (prolog-upper-case-string, prolog-lower-case-string)
833 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
834 (prolog-use-smie, prolog-smie-grammar): New vars.
835 (prolog-smie-forward-token, prolog-smie-backward-token)
836 (prolog-smie-rules): New funs.
837 (prolog-comment-indent): Remove.
838 (prolog-mode-variables): Use default comment indentation instead.
839 Setup SMIE.
840 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
841 (prolog-mode): Don't call them any more.
842 (prolog-electric-colon, prolog-electric-dash)
843 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
844
aa0382bd
SM
845 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
846
dbacb4bd
SM
847 * minibuffer.el (completion--twq-all): Again, allow case differences.
848
13bdd94c
SM
849 * term.el: Move keymap initialization code to be more idiomatic.
850 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
851 (term-terminal-menu): Move initialization into declaration.
852 (term-escape-char): Let the user set it in her .emacs.
853
ff46c759
SM
854 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
855 Provide SMIE-based indentation (not enabled by default yet).
856 (sh-mode-map): Don't bind electric keys.
857 Use electric-pair-mode instead of skeleton-pair.
858 (sh-assignment-regexp): Fit within 80 columns.
859 (sh-indent-supported): Specify actual shell name instead of boolean.
860 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
861 (sh-maybe-here-document): Use it. Make obsolete.
862 (sh-electric-here-document-mode) New minor mode.
863 (sh-mode): Use it. Don't set sh-indent-supported-here here.
864 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
865 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
866 (sh-smie-rc-grammar, sh-use-smie): New vars.
867 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
868 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
869 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
870 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
871 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
872 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
873 (sh-set-shell): Use smie-setup if requested.
874
dee6c9a3
SM
875 * term.el (term-set-escape-char): Properly set term-escape-char.
876 See http://stackoverflow.com/questions/10524656.
877
9f9aa044
CY
8782012-05-10 Chong Yidong <cyd@gnu.org>
879
880 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
881 Use url-generic-parse-url, and handle host names and Windows
882 filenames properly.
883 (ffap-url-unwrap-remote): Use url-generic-parse-url.
884 (ffap-url-unwrap-remote): Accept list values, specifying a list of
885 URL schemes to work on.
886 (ffap--toggle-read-only): New function.
887 (ffap-read-only, ffap-read-only-other-window)
888 (ffap-read-only-other-frame): Use it.
889 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
890 necessary for ffap-url-unwrap-remote.
891
836d29b3
DA
8922012-05-10 Dave Abrahams <dave@boostpro.com>
893
894 * cus-start.el (create-lockfiles): Add it.
895
00fd78ed
CY
8962012-05-09 Chong Yidong <cyd@gnu.org>
897
898 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
899 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
900
666b903b 9012012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
902
903 * shell.el (shell-completion-vars): Fix last change (bug#11348).
904
666b903b 9052012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
906
907 * ansi-color.el (ansi-color-process-output): Check for validity of
908 comint-last-output-start before using it. This avoids a bad
909 interaction with gdb-mi's input/output buffer.
910
666b903b 9112012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
912
913 * files.el (dir-locals-read-from-file):
914 Mention dir-locals in any error message.
915
666b903b 9162012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
917
918 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
919 package (Bug#11410).
920
f677562b
CY
921 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
922 variables into description.
923
666b903b 9242012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
925
926 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
927 shell-delimiter-argument-list (bug#11348).
928 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
929
b499d8d0
JB
9302012-05-09 Juanma Barranquero <lekktu@gmail.com>
931
8f6b6da8
JB
932 * textmodes/rst.el: Silence byte-compiler warnings.
933 (rst-re-alist, rst-reset-section-caches): Move around.
934 (rst-re): Use `characterp', not `char-valid-p'.
935 (font-lock-beg, font-lock-end): Declare.
936
4824146a
JB
937 * progmodes/idlw-shell.el (specs): Remove reference to deleted
938 variable `idlwave-shell-activate-alt-keybindings' and simplify.
939
b499d8d0
JB
940 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
941
ad89bb83
GM
9422012-05-08 Glenn Morris <rgm@gnu.org>
943
944 * files.el (auto-mode-alist): Treat ".make" like ".mk".
945
8bba5a75
SM
9462012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
947
49ed9c8e
SM
948 * vc/log-edit.el: Add GNU coding standards highlighting.
949 (log-edit-font-lock-gnu-style)
950 (log-edit-font-lock-gnu-keywords): New vars.
951 (log-edit-font-lock-keywords): New fun.
952 (log-edit-mode): Don't fold case in font-lock.
953 (log-edit-font-lock-keywords): Do not assume case-folding.
954
07d00b56
SM
955 * imenu.el: Misc cleanup. Make docstrings out of comments.
956 Use lexical-binding.
957 (imenu--index-alist, imenu--last-menubar-index-alist)
958 (imenu-menubar-modified-tick): Use defvar-local.
959 (imenu--split-menu): Remove unused var.
960 (imenu--cleanup-seen): Declare as global.
961 (imenu--cleanup): Use dolist.
962
8bba5a75
SM
963 * subr.el (defvar-local): Add debug spec and doc-string position.
964
5075bdb5
GM
9652012-05-08 Glenn Morris <rgm@gnu.org>
966
c052c904
GM
967 * lisp/language/burmese.el, language/cham.el, language/czech.el:
968 * language/english.el, language/georgian.el, language/greek.el:
969 * language/japanese.el, language/khmer.el, language/korean.el:
970 * language/lao.el, language/misc-lang.el, language/romanian.el:
971 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
972 * language/thai.el, language/utf-8-lang.el:
973 Remove no-byte-compile setting.
974
5075bdb5
GM
975 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
976
06f679a7
AH
9772012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
978
979 * progmodes/make-mode.el (makefile-browse):
980 Remove unnecessary interactive. (Bug#11324)
981
03794570
GM
9822012-05-07 Glenn Morris <rgm@gnu.org>
983
af8630f4
GM
984 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
985
03794570
GM
986 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
987
f0809a9d
SM
9882012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
989
28be5ce7
SM
990 * loadup.el: Preload newcomment.el.
991 * newcomment.el: Move autoload-only code to toplevel.
992
f0809a9d
SM
993 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
994 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
995 Handle new :right-align column property.
996 (tabulated-list-print-col): Idem, plus use `display' text-property to
997 try and preserve alignment for variable pitch fonts.
998
1241b724
CY
9992012-05-07 Chong Yidong <cyd@gnu.org>
1000
1001 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
1002 (tabulated-list-use-header-line): New var.
1003 (tabulated-list-init-header): Use it.
1004 (tabulated-list-print-fake-header): New function.
1005 (tabulated-list-print): Use it.
1006 (tabulated-list-sort-button-map): Add non-header-line commands.
1007 (tabulated-list-init-header): Add column name property to basic
1008 labels as well.
1009 (tabulated-list-col-sort): Handle non-header-line button case.
1010 (tabulated-list--sort-by-column-name): Fix a corner case.
1011
f0809a9d
SM
1012 * buff-menu.el (list-buffers--refresh):
1013 Handle Buffer-menu-use-header-line.
1241b724 1014
e5f9458f
CY
10152012-05-06 Chong Yidong <cyd@gnu.org>
1016
1017 * buff-menu.el: Convert to Tabulated List mode.
1018 (Buffer-menu-buffer+size-width): Make obsolete.
1019 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
1020 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
1021 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
1022 documentation into docstring of buffer-menu.
1023 (Buffer-menu-toggle-files-only): Add an informative message.
1024 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
1025 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
1026 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
1027 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
1028 (Buffer-menu-execute, Buffer-menu-select)
1029 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
1030 (Buffer-menu-bury): Use Tabulated List machinery.
1031 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
1032 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 1033 Delete.
e5f9458f
CY
1034 (list-buffers--refresh): New function.
1035 (list-buffers-noselect): Use it.
1036 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
1037 (Buffer-menu--pretty-file-name): New helper functions.
1038
1039 * loadup.el: Preload tabulated-list.
1040
1041 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
1042 tabulated-list-sort-column.
1043 (tabulated-list-init-header): Add the initial aligning space even
1044 if tabulated-list-padding is zero.
1045
e129292c
CS
10462012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
1047
1048 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
1049 whose cdr is not a cons cell correctly (bug#11038).
1050
6632d361
CY
10512012-05-06 Chong Yidong <cyd@gnu.org>
1052
e129292c
CS
1053 * emacs-lisp/tabulated-list.el (tabulated-list-format):
1054 Accept additional plist in column descriptors.
6632d361
CY
1055 (tabulated-list-init-header): Obey it.
1056 (tabulated-list-get-entry): New function.
1057 (tabulated-list-put-tag): Use it. Use string-width instead of
1058 length.
1059 (tabulated-list--column-number): New function.
1060 (tabulated-list-print): Use it.
e129292c
CS
1061 (tabulated-list-print-col): New function.
1062 Set `tabulated-list-column-name' property on each column's text.
6632d361 1063 (tabulated-list-print-entry): Use it.
e129292c
CS
1064 (tabulated-list-delete-entry, tabulated-list-set-col):
1065 New functions.
6632d361
CY
1066 (tabulated-list-sort-column): New command (Bug#11337).
1067
3cc99f68
CY
1068 * buff-menu.el (list-buffers): Move C-x C-b binding from
1069 buff-menu.el to bindings.el.
1070
1071 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
1072 :advertised-binding feature.
1073
52b61776
TN
10742012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
1075
1076 * progmodes/compile.el (compilation-internal-error-properties):
1077 Calculate start position correctly when end-col is set but
1078 end-line is not (Bug#11382).
1079
ebfe2597
WJ
10802012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
1081
1082 * man.el (Man-unindent): Use text-property-default-nonsticky to
1083 prevent untabify from inheriting face properties (Bug#11408).
1084
6d3f7c2f
SM
10852012-05-05 Stefan Merten <smerten@oekonux.de>
1086
1087 * textmodes/rst.el: Major merge with upstream development up to
1088 Docutils SVN r7399 / rst.el V1.2.1.
1089
1090 Clarify maintainership and authors.
1091
1092 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
1093 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
1094 (rst-official-version, rst-official-cvs-rev, rst-version)
1095 (rst-package-emacs-version-alist): New functions and variables
1096 for version information.
1097
1098 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
1099 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
1100 (rst-mode-syntax-table, rst-mode): New and corrected functions
1101 and variables representing reStructuredText features.
1102
1103 (rst-re): New function for reStructuredText regexes. Use in
1104 many places.
1105
1106 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
1107 (rst-mode-map): Rebind keys.
1108
1109 (rst-mode-lazy, rst-font-lock-keywords)
1110 (rst-font-lock-extend-region)
1111 (rst-font-lock-extend-region-internal)
1112 (rst-font-lock-extend-region-extend)
1113 (rst-font-lock-find-unindented-line-limit)
1114 (rst-font-lock-find-unindented-line-match)
1115 (rst-adornment-level, rst-font-lock-adornment-level)
1116 (rst-font-lock-adornment-match)
1117 (rst-font-lock-handle-adornment-pre-match-form)
1118 (rst-font-lock-handle-adornment-matcher): Major revision of
1119 font-locking. Integrate with other code. Use `jit-lock-mode'.
1120
1121 (rst-preferred-adornments, rst-adjust-hook)
1122 (rst-new-adornment-down, rst-preferred-bullets)
1123 (rst-preferred-bullets, rst-indent, rst-indent-width)
1124 (rst-indent-field, rst-indent-literal-normal)
1125 (rst-indent-literal-minimized, rst-indent-comment): Change,
1126 extend and improve customization.
1127
1128 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
1129 (rst-normalize-cursor-position, rst-get-decoration)
1130 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
1131 (rst-rstrip, rst-toc-insert-find-delete-contents)
1132 (rst-shift-fill-region, rst-compute-bullet-tabs)
1133 (rst-debug-print-tabs, rst-debug-mark-found)
1134 (rst-shift-region-guts, rst-shift-region-right)
1135 (rst-shift-region-left, rst-use-char-classes)
1136 (rst-font-lock-keywords-function)
1137 (rst-font-lock-indentation-point)
1138 (rst-font-lock-find-unindented-line-begin)
1139 (rst-font-lock-find-unindented-line-end)
1140 (rst-font-lock-find-unindented-line)
1141 (rst-font-lock-adornment-point, rst-font-lock-level)
1142 (rst-adornment-level-alist): Remove functions and variables.
1143
1144 (rst-compare-adornments, rst-get-adornment-match)
1145 (rst-suggest-new-adornment, rst-get-adornments-around)
1146 (rst-adornment-complete-p, rst-get-next-adornment)
1147 (rst-adjust-adornment, rst-display-adornments-hierarchy)
1148 (rst-straighten-adornments): Standardize function names to
1149 use "adornment" instead of "decoration". Correct callers.
1150 Similar standardizing in many places.
1151
1152 (rst-update-section, rst-adjust, rst-promote-region)
1153 (rst-enumerate-region, rst-bullet-list-region)
1154 (rst-repeat-last-character): Correct use of `interactive'.
1155
1156 (rst-classify-adornment, rst-find-all-adornments)
1157 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
1158 (rst-find-leftmost-column, rst-repeat-last-character):
1159 Refactor functions.
1160
1161 (rst-find-title-line, rst-reset-section-caches)
1162 (rst-get-adornments-around, rst-adjust-adornment-work)
1163 (rst-arabic-to-roman, rst-roman-to-arabic)
1164 (rst-insert-list-pos, rst-insert-list-new-item)
1165 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
1166 New functions.
1167
1168 (rst-all-sections, rst-section-hierarchy)
1169 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
1170 New variables.
1171
1172 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
1173 configuration instead of only buffer. Change where necessary.
1174
1175 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
1176 (rst-shift-region, rst-adaptive-fill): New functions for
1177 indentation and filling.
1178
1179 (rst-comment-line-break, rst-comment-indent)
1180 (rst-comment-insert-comment, rst-comment-region)
1181 (rst-uncomment-region): New functions for handling comments.
1182
1183 (rst-compile): Quote shell arguments.
1184
1185 (rst-compile-pdf-preview, rst-compile-slides-preview):
1186 Delete temporary files after use.
1187
a43f98b3
GM
11882012-05-05 Glenn Morris <rgm@gnu.org>
1189
48176e8b
GM
1190 * calendar/cal-html.el: Optionally include holidays in the output.
1191 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
1192 (cal-html-holidays): New option.
1193 (cal-html-css-default): Add holiday entry.
1194 (holiday-in-range): Autoload it.
1195 (cal-html-htmlify-entry): Add optional class argument.
1196 (cal-html-htmlify-list): Add optional holidays argument.
1197 (cal-html-insert-agenda-days): Include holidays in the output.
1198 (cal-html-one-month): Maybe include holidays.
1199
a43f98b3
GM
1200 * calendar/holidays.el (holiday-in-range):
1201 Move here from cal-tex-list-holidays.
1202 * calendar/cal-tex.el (cal-tex-list-holidays):
1203 Make it an obsolete alias for holiday-in-range. Update all callers.
1204
fef9d149 12052012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
1206
1207 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
1208 Nextstep.
1209
248da2f4
RW
12102012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
1211
1212 * files.el (file-auto-mode-skip): New var.
1213 (set-auto-mode-1): Use it.
1214
f95e9344
SM
12152012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1216
df96ab1e
SM
1217 * repeat.el: Use lexical-binding.
1218 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
1219 (repeat-undo-count): Remove.
1220 (repeat):
1221 * progmodes/octave-mod.el (octave-abbrev-start):
1222 * progmodes/f90.el (f90-abbrev-start):
1223 * face-remap.el (text-scale-adjust):
1224 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
1225
5342bb06
SM
1226 * emacs-lisp/pcase.el (pcase--let*): New function.
1227 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
1228 a bit more.
1229 (pcase--split-pred): Be more clever about ruling out overlap between
1230 a predicate and some constant pattern.
1231 (pcase--q1): Use `null' instead of (eq foo nil).
1232
f95e9344
SM
1233 * subr.el (setq-local, defvar-local): New macros.
1234 (kbd): Redefine as an alias.
1235 (with-selected-window): Leave unrelated frames alone.
1236 (set-temporary-overlay-map): New function.
1237
71873e2b
SM
12382012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1239
1240 * subr.el (user-error): New function.
1241 * window.el (switch-to-buffer):
1242 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
1243 (smerge-match-conflict):
1244 * simple.el (previous-matching-history-element)
1245 (next-matching-history-element, goto-history-element, undo-more)
1246 (undo-start):
1247 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
1248 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
1249 (next-file, tags-loop-scan, list-tags, complete-tag):
1250 * progmodes/compile.el (compilation-loop):
1251 * mouse.el (mouse-minibuffer-check):
1252 * man.el (Man-bgproc-sentinel, Man-goto-page):
1253 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
1254 (Info-history-forward, Info-follow-reference, Info-menu)
1255 (Info-extract-menu-item, Info-extract-menu-counting)
1256 (Info-forward-node, Info-backward-node, Info-next-menu-item)
1257 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
1258 (Info-next-reference, Info-prev-reference, Info-index)
1259 (Info-index-next, Info-follow-nearest-node)
1260 (Info-copy-current-node-name):
1261 * imenu.el (imenu--make-index-alist)
1262 (imenu-default-create-index-function, imenu-add-to-menubar):
1263 * files.el (basic-save-buffer, recover-file):
1264 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1265 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
1266 (checkdoc-message-text, checkdoc-defun):
1267 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
1268 * cus-edit.el (customize-changed-options, customize-rogue)
1269 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
1270 (custom-variable-mark-to-reset-standard)
1271 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
1272 (custom-file):
1273 * completion.el (check-completion-length):
1274 * comint.el (comint-search-arg)
1275 (comint-previous-matching-input-string-position)
1276 (comint-previous-matching-input)
1277 (comint-replace-by-expanded-history-before-point, comint-send-input)
1278 (comint-copy-old-input, comint-backward-matching-input)
1279 (comint-goto-process-mark, comint-set-process-mark):
1280 * calendar/calendar.el (calendar-cursor-to-date): Use it.
1281 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
1282
8a61ee22
SM
12832012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1284
66408d1e
SM
1285 * dabbrev.el (dabbrev--ignore-case-p): New function.
1286 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
1287 Use it.
1288
8a61ee22
SM
1289 * files.el (automount-dir-prefix): Mark as obsolete.
1290
3c74813a
GM
12912012-05-04 Glenn Morris <rgm@gnu.org>
1292
1293 * patcomp.el, play/bruce.el: Move to obsolete/.
1294
0bfcf5c5
PE
12952012-05-04 Paul Eggert <eggert@cs.ucla.edu>
1296
1297 Fix minor Y10k bugs.
1298 * arc-mode.el (archive-unixdate):
1299 * autoinsert.el (auto-insert-alist):
1300 * calc/calc-forms.el (math-this-year):
1301 * emacs-lisp/copyright.el (copyright-current-year)
1302 (copyright-update-year, copyright):
1303 * tar-mode.el (tar-clip-time-string):
1304 * time.el (display-time-update):
1305 Don't assume years have 4 digits.
1306
78f3273a
CY
13072012-05-04 Chong Yidong <cyd@gnu.org>
1308
1309 * dos-w32.el (file-name-buffer-file-type-alist)
1310 (direct-print-region-use-command-dot-com):
1311 * ffap.el (ffap-menu-regexp):
1312 * find-file.el (ff-special-constructs):
1313 * follow.el (follow-debug):
1314 * forms.el (forms--debug):
1315 * iswitchb.el (iswitchb-all-frames):
1316 * ido.el (ido-all-frames):
1317 * emacs-lisp/timer.el (timer-max-repeats):
1318 * mail/feedmail.el (feedmail-mail-send-hook)
1319 (feedmail-mail-send-hook-queued):
1320 * mail/footnote.el (footnote-signature-separator):
1321 * mail/mailabbrev.el (mail-alias-separator-string)
1322 (mail-abbrev-mode-regexp):
1323 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
1324 * progmodes/idlwave.el (idlwave-libinfo-file)
1325 (idlwave-default-completion-case-is-down)
1326 (idlwave-library-routines): Convert defvars to defcustoms.
1327
1328 * mail/rmail.el (rmail-decode-mime-charset):
1329 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
1330 (idlwave-shell-fix-inserted-breaks)
1331 (idlwave-shell-activate-alt-keybindings)
1332 (idlwave-shell-use-breakpoint-glyph):
1333 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
1334
f7ae6719
SM
13352012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
1336
1337 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
1338
47086495
WS
13392012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
1340
1341 * progmodes/verilog-mode.el (font-lock-keywords):
1342 Fix mis-highligting auto. Reported by Craig Barner.
1343 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
1344 defines from global name space. Reported by Dan Dever.
1345 (verilog-auto-reset, verilog-auto-reset-widths)
1346 (verilog-auto-tieoff): Support using unbased numbers for
1347 AUTORESET and AUTOTIEOFF.
1348 (verilog-submit-bug-report): Update variable list.
1349 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
1350 parenthesis from not matching. Reported by Michael Rytting.
1351 (verilog-auto-template-lint): Fix hash error when linting modules
1352 with no used templates.
1353 (verilog-warn, verilog-warn-error)
1354 (verilog-warn-fatal): When non-interactive report multiple
1355 warnings before exiting. Suggested by Brad Dobbie.
1356 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
1357 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
1358 to report unused template errors. Reported by Brad Dobbie.
1359 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
1360 nets, bug438. Reported by Vns Blore.
1361 (verilog-auto-inout-module, verilog-auto-reg)
1362 (verilog-read-decls, verilog-read-sub-decls-sig)
1363 (verilog-signals-edit-wire-reg, verilog-signals-with):
1364 Fix passing of Verilog data types in ANSI input/output ports
1365 such as "output logic" into the AUTOs. Special case "wire" and
1366 "reg" for backwards compatibility presuming Verilog 2001.
1367 (verilog-auto-ascii-enum): Add "auto enum" as alias.
1368 (verilog-preprocess): Fix replication of preprocess output.
1369 Reported by Brad Dobbie.
1370 (verilog-auto-inst-interfaced-ports):
1371 Create verilog-auto-inst-interfaced-ports, bug429.
1372 Reported by Julian Gorfajn.
1373 (verilog-after-save-font-hook)
1374 (verilog-before-save-font-hook): New variable.
1375 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
1376 (verilog-save-font-mods): Wrap disabling fontification, reported
1377 by David Rogoff.
1378 (verilog-do-indent, verilog-pretty-declarations-auto)
1379 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
1380 Reported by Pierre-David Pfister.
1381 (verilog-set-auto-endcomments): Fix endtask auto comments outside
1382 of class declarations, bug292. Reported by Kevin Heilman.
1383 (verilog-read-decls): Fix 'parameter type' not appearing in
1384 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
1385 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
1386 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
1387 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
1388 Reported by David Kravitz.
1389
13902012-05-03 Michael McNamara <mac@mail.brushroad.com>
1391
1392 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
1393 assignment with tests in ifs and for loops.
1394 (verilog-extended-complete-re, verilog-complete-reg): Change so
1395 that DPI inport functions don't look like fuction declarations.
1396 (verilog-pretty-expr): Don't line up assignment
1397 operations to the test and increment in if and for loops
1398 (verilog-extended-complete-re, verilog-complete-reg): Change so
1399 that DPI inport functions don't look like fuction declarations
1400
2e51d4b5
KH
14012012-05-03 Kenichi Handa <handa@m17n.org>
1402
1403 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 1404 decoding, and show a warning message without signaling an error
2e51d4b5
KH
1405 (Bug#11282).
1406
2bd785a2
SM
14072012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
1408
1409 * emacs-lisp/bytecomp.el
1410 (byte-compile-file-form-custom-declare-variable): Compile all elements,
1411 since cconv.el might have introduced :fun-body, internal-make-closure,
1412 and friends for bytecomp to handle (bug#11391).
1413 * custom.el (defcustom): Avoid ((λ ..) ..).
1414
99d27583
SM
14152012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
1416
1417 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
1418
55a71479
JB
14192012-05-02 Juanma Barranquero <lekktu@gmail.com>
1420
1421 * notifications.el (dbus-debug):
1422 * term/linux.el (gpm-mouse-enable):
1423 * term/screen.el (xterm-register-default-colors): Declare.
1424
7b97c764
CY
14252012-05-02 Chong Yidong <cyd@gnu.org>
1426
2bc356d7
CY
1427 * cus-start.el (gc-cons-percentage, exec-suffixes)
1428 (dos-display-scancodes, dos-hyper-key, dos-super-key)
1429 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
1430 (make-cursor-line-fully-visible, void-text-area-pointer)
1431 (font-list-limit): Add customization data.
1432
7b97c764
CY
1433 * allout.el (allout-exposure-change-functions)
1434 (allout-structure-added-functions)
1435 (allout-structure-deleted-functions)
1436 (allout-structure-shifted-functions): Rename abnormal hooks from
1437 *-hook, and convert to defcustoms.
5d3385a0
JB
1438 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
1439 Convert to defcustoms.
7b97c764
CY
1440 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
1441
1442 * allout-widgets.el: Hook callers changed.
1443
90207a15 14442012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
1445
1446 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
1447 the yanked message in preference to the default value of
1448 buffer-file-coding-system.
1449
90207a15 14502012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 1451
5d3385a0
JB
1452 * window.el (display-buffer--action-function-custom-type):
1453 Fix entry.
d9558cad 1454
90207a15 14552012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
1456
1457 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
1458
d80ac57b
GM
14592012-05-01 Glenn Morris <rgm@gnu.org>
1460
976f7668
GM
1461 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
1462
beb83b5a
GM
1463 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
1464
d80ac57b
GM
1465 * cus-edit.el (custom-variable-documentation): Simplify with format.
1466
b593d6a9
AH
14672012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1468 Stefan Monnier <monnier@iro.umontreal.ca>
1469
1470 * simple.el (suggest-key-bindings, execute-extended-command):
1471 Move from keyboard.c.
1472
782fbf2a
CY
14732012-05-01 Chong Yidong <cyd@gnu.org>
1474
1475 * follow.el: Eliminate advice.
1476 (set-process-filter, process-filter, sit-for): Advice deleted.
1477 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
1478 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
1479 Vars deleted.
782fbf2a
CY
1480 (follow-auto): Use a :set function.
1481 (follow-mode): Rewritten. Don't advise process filters.
1482 (follow-switch-to-current-buffer-all, follow-scroll-up)
1483 (follow-scroll-down): Assume follow-mode is bound.
1484 (follow-comint-scroll-to-bottom)
1485 (follow-align-compilation-windows): New functions.
1486 (follow--window-sorter): New function.
1487 (follow-all-followers): Use it to explicitly sort windows by their
1488 positions; don't make assumptions about next-window order.
1489 (follow-windows-start-end, follow-delete-other-windows-and-split)
1490 (follow-calc-win-start): Doc fix.
1491 (follow-windows-aligned-p, follow-select-if-visible): Don't call
1492 vertical-motion unnecessarily.
1493 (follow-adjust-window): New function.
1494 (follow-post-command-hook): Use it.
1495 (follow-call-set-process-filter, follow-call-process-filter)
1496 (follow-intercept-process-output, follow-tidy-process-filter-alist)
1497 (follow-stop-intercept-process-output, follow-generic-filter):
1498 Functions deleted.
1499 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
1500 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
1501 New functions, replacing advice on scroll-bar-* commands.
87233a14 1502 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
1503
1504 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
1505 (comint-postoutput-scroll-to-bottom): Use it.
1506 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 1507
290af740
GM
15082012-05-01 Glenn Morris <rgm@gnu.org>
1509
1510 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
1511 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
1512 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
1513 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
1514 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
1515 Remove no-byte-compile setting.
1516
6eac8dc9
SM
15172012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1518
1519 * minibuffer.el (completion-table-with-quoting): Fix compatibility
1520 all-completions code to not return a number in the last cdr.
1521
9cc7819c
LL
15222012-04-30 Leo Liu <sdl.web@gmail.com>
1523
1524 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
1525 read-only error.
1526
c93b886f
CY
15272012-04-29 Chong Yidong <cyd@gnu.org>
1528
1529 * follow.el (follow-calc-win-end): Rewrite to handle partial
1530 screen lines correctly (Bug#8390).
1531 (follow-avoid-tail-recenter): Minor cleanup.
1532
8b6c19f4
SM
15332012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1534
1535 Avoid the obsolete `assoc' package.
1536 * speedbar.el (speedbar-refresh): Avoid adelete.
1537 (speedbar-file-lists): Simplify and avoid aput.
1538 * man.el (Man--sections, Man--refpages): New vars, replacing
1539 Man-sections-alist and Man-refpages-alist.
1540 (Man-build-section-alist, Man-build-references-alist):
1541 Use them; avoid aput.
1542 (Man--last-section, Man--last-refpage): New vars.
1543 (Man-follow-manual-reference): Use them.
1544 Use the `default' arg of completing-read.
1545 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
1546
c5bb7569
CY
15472012-04-27 Chong Yidong <cyd@gnu.org>
1548
d1d2e2e8
CY
1549 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
1550
15cd8efd
CY
1551 * startup.el (x-apply-session-resources): New function.
1552
1553 * term/ns-win.el (ns-initialize-window-system):
1554 * term/w32-win.el (w32-initialize-window-system):
1555 * term/x-win.el (x-initialize-window-system): Use it to properly
1556 set menu-bar-mode and other vars from X resources, even if the
1557 initial frame is not a window-system frame (Bug#2299).
1558
c5bb7569
CY
1559 * subr.el (read-key): Avoid running filter function when setting
1560 up temporary tool bar entries (Bug#9922).
1561
a8e7d6d7 15622012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
1563
1564 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
1565 (Bug#11344)
1566
a8e7d6d7 15672012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
1568
1569 * select.el (xselect--encode-string): New function, split from
1570 xselect-convert-to-string.
1571 (xselect-convert-to-string): Use it.
1572 (xselect-convert-to-filename, xselect-convert-to-os)
1573 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
1574 returned strings are properly encoded (Bug#11315).
1575
a8e7d6d7 15762012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
1577
1578 * simple.el (delete-active-region): Move to killing custom group.
1579
a8e7d6d7 15802012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
1581
1582 * progmodes/which-func.el (which-func-current): Quote %
1583 characters for mode-line processing.
1584
578c1d4b 15852012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
1586
1587 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
1588 reaching eob (Bug#11286).
1589
a8e7d6d7 15902012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
1591
1592 * progmodes/gdb-mi.el (gdb-control-level): New variable.
1593 (gdb): Make it buffer-local and init to zero.
1594 (gdb-control-commands-regexp): New variable.
1595 (gdb-send): Don't wrap in "-interpreter-exec console" if
1596 gdb-control-level is positive. Increment gdb-control-level
1597 whenever the command matches gdb-control-commands-regexp, and
1598 decrement it each time the command is "end". (Bug#11279)
1599
a8e7d6d7 16002012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
1601
1602 * window.el (adjust-window-trailing-edge, enlarge-window)
1603 (shrink-window, window-resize):
1604 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
1605 windows (Bug#11276).
1606
b3608390
CY
16072012-04-27 Chong Yidong <cyd@gnu.org>
1608
1609 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 1610 fix "missing prefix" warning. All callers changed.
b3608390 1611
797e6e88
SM
16122012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1613
1614 * emacs-lisp/assoc.el: Move to obsolete/.
1615
e95a67dc
SM
16162012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1617
657c21e4 1618 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
1619
1620 * term/ns-win.el (ns-define-service):
1621 * progmodes/pascal.el (pascal-goto-defun):
1622 * progmodes/js.el (js--read-tab):
1623 * progmodes/etags.el (tags-lazy-completion-table):
1624 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
1625 * emacs-lisp/ewoc.el (ewoc--wrap):
1626 * emacs-lisp/assoc.el (aput, adelete, amake):
1627 * doc-view.el (doc-view-convert-current-doc):
1628 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
1629
cb3e7ae0
CY
16302012-04-26 Chong Yidong <cyd@gnu.org>
1631
dce04f7f
CY
1632 * image.el (image-type-from-buffer): Only return supported image
1633 type (Bug#9045).
1634
cb3e7ae0
CY
1635 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
1636 value, for symmetry with diff-end-of-hunk.
1637 (diff-split-hunk, diff-find-source-location)
1638 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
1639 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
1640 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
1641 compute the relevant hunk or file properly (Bug#6005).
1642 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
1643
0d42eb3e
SM
16442012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1645
1646 * vc/vc-mtn.el:
1647 * vc/vc-hg.el:
1648 * vc/vc-git.el:
1649 * vc/vc-dir.el:
1650 * vc/vc-cvs.el:
1651 * vc/vc-bzr.el:
1652 * vc/vc-arch.el:
1653 * vc/vc.el: Replace lexical-let by lexical-binding.
1654 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
1655 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
1656 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
1657
f08ae1c9
CY
16582012-04-26 Chong Yidong <cyd@gnu.org>
1659
8b71081d
CY
1660 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
1661 (diff-mode-shared-map): Bind it to / and [remap undo].
1662
f08ae1c9
CY
1663 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
1664 (ediff-window-setup-function): Use it as the default, to set up
1665 windows based on whether the current frame is graphical (Bug#2138).
1666 (ediff-choose-window-setup-function-automatically): Make obsolete.
1667
1668 * vc/ediff-init.el: Always define ediff-pixel-width/height.
1669
ef24141c
SM
16702012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1671
cc356a5d
SM
1672 * ffap.el: Remove old code for obsolete package.
1673 (ffap-complete-as-file-p): Remove.
1674
b4ff4f1f
SM
1675 Use completion-table-with-quoting for comint and pcomplete.
1676 * comint.el (comint--unquote&requote-argument)
1677 (comint--unquote-argument, comint--requote-argument): New functions.
1678 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
1679 (comint-quote-filename): Use regexp-opt-charset.
1680 (comint--common-suffix, comint--common-quoted-suffix)
1681 (comint--table-subvert): Remove.
1682 (comint-unquote-function, comint-requote-function): New vars.
1683 (comint--complete-file-name-data): Use them with
1684 completion-table-with-quoting.
1685 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
1686 * pcomplete.el (pcomplete-arg-quote-list)
1687 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
1688 (pcomplete-unquote-argument-function): Default to non-nil.
1689 (pcomplete-unquote-argument): Simplify.
1690 (pcomplete--common-quoted-suffix): Remove.
1691 (pcomplete-requote-argument-function): New var.
1692 (pcomplete--common-suffix): New function.
1693 (pcomplete-completions-at-point): Use completion-table-with-quoting
1694 and completion-table-subvert.
1695
79c4eeb4
SM
1696 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
1697 (minibuffer--double-dollars): Preserve properties.
1698 (completion--sifn-requote): New function.
1699 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
1700
ef24141c
SM
1701 * minibuffer.el: Add support for completion of quoted/escaped data.
1702 (completion-table-with-quoting, completion-table-subvert): New funs.
1703 (completion--twq-try, completion--twq-all): New functions.
1704 (completion--nth-completion): New function.
1705 (completion-try-completion, completion-all-completions): Use it.
1706
784e7d6e
LL
17072012-04-25 Leo Liu <sdl.web@gmail.com>
1708
dd2ac746
SM
1709 * progmodes/python.el (python-pdbtrack-get-source-buffer):
1710 Use compilation-message if available to find real filename.
784e7d6e 1711
07875ee7
CY
17122012-04-25 Chong Yidong <cyd@gnu.org>
1713
1714 * vc/diff-mode.el (diff-setup-whitespace): New function.
1715 (diff-mode): Use it.
1716
1717 * vc/diff.el (diff-sentinel):
1718 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
1719 Whitespace mode variables based on diff style (Bug#8612).
1720
5055880d
LL
17212012-04-25 Leo Liu <sdl.web@gmail.com>
1722
daf75653
LL
1723 * progmodes/python.el (python-send-region): Add suffix .py to the
1724 temp file.
1725
5055880d
LL
1726 * files.el (auto-mode-alist): Use javascript-mode instead.
1727
db9b177b
AH
17282012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
1729
ef24141c 1730 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b
AH
1731
1732 * soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 1733 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 1734 references, see Bug#9.
ef24141c 1735 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 1736 when receiving a fault reply.
ef24141c 1737 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b
AH
1738
1739 * soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 1740 (soap-inspect-simple-type): New function.
db9b177b 1741
ef24141c 1742 * soap-client.el (soap-simple-type): New struct.
db9b177b 1743 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
1744 (soap-decode-basic-type, soap-encode-basic-type):
1745 support unsignedInt and double basic types.
db9b177b 1746 (soap-resolve-references-for-simple-type)
ef24141c
SM
1747 (soap-parse-simple-type, soap-encode-simple-type): New function.
1748 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b
AH
1749
1750 * soap-client.el (soap-default-xsd-types)
ef24141c
SM
1751 (soap-default-soapenc-types): Add integer, byte and anyURI types.
1752 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
1753 the local name of "soapenc:Array".
1754 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
1755 decoding integer, byte and anyURI xsd types.
1756
1fc6097b
CY
17572012-04-25 Chong Yidong <cyd@gnu.org>
1758
1759 * cus-edit.el (custom-buffer-create-internal): Update header text.
1760
afc6df87
EZ
17612012-04-25 Eli Zaretskii <eliz@gnu.org>
1762
1763 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
1764 settings on 'system-type', not on 'window-system'. On MS-Windows,
1765 set interactive-mode on in GDB.
1766
dfbd787f
SM
17672012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1768
1769 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
1770 (ruby-syntax-propertize-regexp): Remove.
1771 (ruby-syntax-propertize-function): Split regexp into chunks.
1772 Match following code directly.
1773
85222d44
DG
17742012-04-24 Dmitry Gutov <dgutov@yandex.ru>
1775
51a8ea2a
DG
1776 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
1777 (ruby-syntax-propertize-regexp): New function.
1778 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
1779 by a special keyword.
1780
85222d44
DG
1781 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
1782 (ruby-syntax-general-delimiters-goto-beg)
1783 (ruby-syntax-propertize-general-delimiters): New functions.
1784 (ruby-syntax-propertize-function): Use them to handle GDL.
1785 (ruby-font-lock-keywords): Move old handling of GDL...
1786 (ruby-font-lock-syntactic-keywords): .. to here.
1787 (ruby-calculate-indent): Adjust indentation for GDL.
1788
b613912b
MA
17892012-04-24 Michael Albinus <michael.albinus@gmx.de>
1790
b5380639
MA
1791 * notifications.el (top): Remove unneeded declarations.
1792 (notifications-specification-version): Change to "1.2".
e43042fe 1793 (notifications-interface, notifications-notify-method)
b613912b
MA
1794 (notifications-close-notification-method): Fix docstring.
1795 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
1796 (notifications-notify): Add :action-items, :resident and
1797 :transient hints. Change "image_data" to "image-data" and
1798 "image_path" to "image-path".
b613912b
MA
1799 (notifications-get-capabilities): New defun.
1800
257440aa
LL
18012012-04-24 Leo Liu <sdl.web@gmail.com>
1802
1803 * progmodes/python.el: Move hideshow setup to the end.
1804
b1bac16e
MR
18052012-04-24 Martin Rudalics <rudalics@gmx.at>
1806
1807 * window.el (handle-select-window): Clear echo area since this is
1808 no more done by read_char (Bug#11304).
1809
d81bd059
SM
18102012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1811
1812 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
1813 and `/ M' to filter-derived-mode.
1814 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
1815 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
1816 (ibuffer-mark-by-mode): Use default rather than initial-input.
1817 (ibuffer-filter-by-derived-mode): Autoload and require-match.
1818
c4cf6d91
IA
18192012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
1820
1821 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
1822 (ibuffer-filter-by-derived-mode): New filter.
1823 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
1824
7511ded8
CY
18252012-04-23 Andreas Politz <politza@fh-trier.de>
1826
1827 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
1828
775c916b
CY
18292012-04-23 Chong Yidong <cyd@gnu.org>
1830
1831 * cus-edit.el (customize-apropos, customize-apropos-options):
1832 Disable matching of non-option variables (Bug#11176).
1833 (customize-option, customize-option-other-window)
1834 (customize-changed-options): Doc fix.
1835 (customize-apropos-options, customize-apropos-faces)
1836 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
1837
1838 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 1839 Fix word list splitting (Bug#11132).
46c71e23
CY
1840 (apropos-symbol, apropos-keybinding, apropos-label)
1841 (apropos-property, apropos-function-button)
1842 (apropos-variable-button, apropos-misc-button): New faces.
1843 (apropos-symbol-face, apropos-keybinding-face)
1844 (apropos-label-face, apropos-property-face, apropos-match-face):
1845 Variables removed (Bug#8396).
1846 (apropos-library-button, apropos-format-plist, apropos-print)
1847 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 1848
2df41f9c
MA
18492012-04-23 Michael Albinus <michael.albinus@gmx.de>
1850
1851 * net/xesam.el (xesam-mode-map): Use let-bound map in
1852 initialization. (Bug#11292)
1853
da00640a
AM
18542012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1855
1856 Preserve ispell session localwords when switching back to
1857 original buffer.
1858
1859 * ispell.el (ispell-buffer-session-localwords): New buffer-local
1860 variable to hold buffer session localwords.
1861 (ispell-kill-ispell): add option 'clear to delete session
1862 localwords.
1863 (ispell-command-loop, ispell-change-dictionary)
1864 (ispell-buffer-local-words): Preserve session localwords when
1865 needed.
1866
1867 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
1868 Preserve session localwords when needed.
1869
f621ccf5
AM
18702012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1871
1872 * ispell.el (ispell-insert-word) Remove unneeded function using
1873 obsolete `translation-table-for-input'.
ef24141c
SM
1874 (ispell-word, ispell-process-line, ispell-complete-word):
1875 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 1876
c2d1019e
CY
18772012-04-22 Chong Yidong <cyd@gnu.org>
1878
1879 * cus-edit.el (custom-variable-menu)
1880 (custom-variable-reset-saved, custom-face-menu)
1881 (custom-face-reset-saved): If there is no saved value, make the
1882 "reset-saved" operation bring back the default (Bug#9509).
1883 (custom-face-state): Properly detect themed faces.
1884
eeddc531
CY
1885 * faces.el (face-spec-set): Stop supporting deprecated form of
1886 third arg.
1887
dcbf5805
MA
18882012-04-22 Michael Albinus <michael.albinus@gmx.de>
1889
1890 Move functions from C to Lisp. Make non-blocking method calls
1891 the default. Implement further D-Bus standard interfaces.
1892
ef24141c
SM
1893 * net/dbus.el (dbus-message-internal): Declare function.
1894 Remove unneeded function declarations.
dcbf5805
MA
1895 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
1896 (dbus-message-type-method-return, dbus-message-type-error)
1897 (dbus-message-type-signal): Declare variables. Remove local
1898 definitions.
1899 (dbus-interface-dbus, dbus-interface-peer)
1900 (dbus-interface-introspectable, dbus-interface-properties)
1901 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
1902 Adapt docstring.
1903 (dbus-interface-objectmanager): New defconst.
1904 (dbus-call-method, dbus-call-method-asynchronously)
1905 (dbus-send-signal, dbus-method-return-internal)
1906 (dbus-method-error-internal, dbus-register-service)
1907 (dbus-register-signal, dbus-register-method): New defuns, moved
1908 from dbusbind.c
1909 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
1910 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
1911 New defuns.
dcbf5805
MA
1912 (dbus-call-method-non-blocking): Make it an obsolete function.
1913 (dbus-unregister-object, dbus-unregister-service)
1914 (dbus-handle-event, dbus-register-property)
1915 (dbus-property-handler): Obey the new structure of
1916 `bus-registered-objects'.
1917 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
1918 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
1919 Use `dbus-call-method'.
1920
cf20dee0
CY
19212012-04-22 Chong Yidong <cyd@gnu.org>
1922
1923 * cus-edit.el (custom-commands, custom-reset-menu)
1924 (Custom-reset-standard): Tweak labels.
1925 (custom-reset-button-menu): Change default to t.
1926 (custom-buffer-create-internal): For the custom-reset-button-menu
1927 case, put the revert button first.
1928 (custom-group-subtitle): New face.
1929 (custom-group-value-create): Align docstring to a specific column.
1930
1931 * wid-edit.el (widget-documentation-link-add): Don't handle
1932 indentation in this function.
1933 (widget-documentation-string-indent-to): New function.
1934 (widget-documentation-string-value-create): Use it.
1935
1936 * autorevert.el (auto-revert):
1937 * epg-config.el (epg):
1938 * ibuffer.el (ibuffer):
1939 * mpc.el (mpc):
1940 * ses.el (ses):
1941 * eshell/eshell.el (eshell):
1942 * net/ange-ftp.el (ange-ftp):
1943 * progmodes/ebnf2ps.el (postscript):
1944 * progmodes/flymake.el (flymake):
1945 * progmodes/prolog.el (prolog):
1946 * progmodes/verilog-mode.el (verilog-mode):
1947 * progmodes/which-func.el (which-func):
1948 * term/xterm.el (xterm):
1949 * textmodes/picture.el (picture):
1950 * textmodes/tildify.el (tildify):
1951 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
1952 customization buffers.
1953
583e23bd
AM
19542012-04-22 Alan Mackenzie <acm@muc.de>
1955
1956 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
1957 Adding a ) can hide the resulting (..) from searches. Fix it.
1958 Bound the backward search to the position of the existing (.
1959
7dd51bf1
JB
19602012-04-21 Juanma Barranquero <lekktu@gmail.com>
1961
1962 * progmodes/verilog-mode.el (verilog-mode): Check whether
1963 which-func-modes is t before adding verilog-mode.
1964 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
1965
d64a438f
LL
19662012-04-21 Leo Liu <sdl.web@gmail.com>
1967
7dd51bf1 1968 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 1969
081e8d65
MV
19702012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
1971
1972 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
1973 filling of the last column of a table (Bug#5635).
1974 (woman-find-next-control-line): New arg, specifying an additional
1975 regexp component for the control line.
1976 (woman2-roff-buffer): Use it.
1977 (woman-break-table): New function.
1978 (woman2-TS): Use it.
1979
19802012-04-21 Chong Yidong <cyd@gnu.org>
1981
1982 * woman.el (woman-set-buffer-display-table, woman-decode-region)
1983 (woman-horizontal-escapes, woman-negative-vertical-space)
1984 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
1985 (WoMan-warn-ignored): Use ?\s instead of ?\ .
1986
ed571ccb
SM
19872012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1988
1989 * minibuffer.el (completion-file-name-table): Complete user names.
1990
39773899
LL
19912012-04-20 Leo Liu <sdl.web@gmail.com>
1992
1993 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
1994 and pcase-let*.
1995
de6ff46d
CY
19962012-04-20 Chong Yidong <cyd@gnu.org>
1997
1998 * server.el (server-execute): Respect initial-buffer-choice if it
1999 is a string and there are no files to open (Bug#2825).
2000 (server-create-window-system-frame, server-create-tty-frame):
2001 Don't switch buffers here.
2d0e8e61
CY
2002 (server-process-filter): Only try to open a window system frame if
2003 compiled with graphical support (Bug#8314).
de6ff46d 2004
54071013
DN
20052012-04-20 Dan Nicolaescu <dann@gnu.org>
2006
2007 * battery.el (battery-echo-area-format): Display remaining time
2008 for sysfs backend too (Bug#11269).
2009 (battery-linux-sysfs): Fix conditional for the charge.
2010
f30d612a
CY
20112012-04-20 Chong Yidong <cyd@gnu.org>
2012
c07a4c0b 2013 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
2014 (gdb-inferior-io--init-proc): New function.
2015 (gdb-init-1): Use it.
2016 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
2017 responsible for allocating a new pty and hooking it to gdb when
2018 the old pty gets an EIO due to process exit.
2019 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
2020 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
2021 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
2022
2116e93c
EZ
20232012-04-20 Eli Zaretskii <eliz@gnu.org>
2024
2025 * window.el (window-min-size, window-sizable, window-min-delta)
2026 (window-max-delta, window--resizable, window-resizable)
2027 (window-total-size, window-full-height-p, window-full-width-p)
2028 (window-in-direction, window--resize-mini-window, window-resize)
2029 (window--resize-child-windows-normal)
2030 (window--resize-child-windows, window--resize-siblings)
2031 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 2032 (enlarge-window, shrink-window): Doc fixes.
2116e93c 2033
c07a4c0b 20342012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 2035
ef24141c
SM
2036 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
2037 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
2038 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
2039 pty process (Bug#11273).
2040 (gdb-update): New arg to suppress talking to the gdb process.
2041 (gdb-done-or-error): Use it.
2042 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
2043 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
2044 sentinel not being called.
2045
2046 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
2047
d02766ab
CY
2048 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
2049
c07a4c0b 20502012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
2051
2052 * net/network-stream.el (open-network-stream): Doc fix.
2053
c07a4c0b 20542012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
2055
2056 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
2057
c07a4c0b 20582012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
2059
2060 Ensure searching for keywords is case sensitive.
2061
2062 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
2063 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
2064 (c-defun-name, c-mark-function, c-cpp-define-name)
2065 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 2066 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 2067
ef24141c
SM
2068 * progmodes/cc-mode.el (c-font-lock-fontify-region):
2069 Bind case-fold-search to nil.
f0f6bc35 2070
c07a4c0b 20712012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
2072
2073 * mail/sendmail.el (mail-bury): Call return action with the right
2074 Rmail buffer (Bug#11242).
2075
9a864fa2
CY
2076 * server.el (server-process-filter): Handle corner case where both
2077 tty and nowait options are present (Bug#11102).
2078
539aa513
EZ
20792012-04-20 Eli Zaretskii <eliz@gnu.org>
2080
2081 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
2082 (top level): Put into the executable the ident-style '$Id:' tag on
2083 windows-nt as well.
539aa513 2084
cfc7d5da
SM
20852012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2086
2087 * electric.el (electric-indent-post-self-insert-function): Check that
2088 electric-indent-mode is enabled in current buffer.
2089
5b01685c
JB
20902012-04-19 Juanma Barranquero <lekktu@gmail.com>
2091
2092 * imenu.el (imenu-progress-message): Restore; it is "used" in
2093 erc/erc-imenu.el and net/snmp-mode.el.
2094
4d6769e1
JB
20952012-04-19 Juanma Barranquero <lekktu@gmail.com>
2096
2097 * avoid.el (mouse-avoidance-mode): Mark unused arg.
2098 (mouse-avoidance-nudge-mouse): Remove unused binding.
2099
2100 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
2101
2102 * descr-text.el (describe-char):
2103 * progmodes/python.el (python-describe-symbol):
2104 Don't call `toggle-read-only', set `buffer-read-only'.
2105
2106 * imenu.el (imenu-default-goto-function): Mark unused args.
2107 (imenu-progress-message): Remove obsolete macro; all callers changed.
2108
2109 * subr.el (keymap-canonicalize): Remove unused binding.
2110 (read-passwd): Mark unused arg.
2111
2112 * tutorial.el (tutorial--display-changes): Remove unused binding.
2113 (tutorial--save-tutorial-to): Remove unused variable.
2114
2115 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
2116 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
2117 (package-generate-autoloads, package-menu--generate)
2118 (package-menu--find-upgrades): Remove unused bindings.
2119
2120 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
2121 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
2122 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
2123 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
2124 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
2125 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
2126 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
2127 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
2128 (cua-delete-char-rectangle): Mark unused args.
2129 (cua-align-rectangle): Remove unused binding.
2130
2131 * mail/rmail.el (compilation--message->loc)
2132 (epa--find-coding-system-for-mime-charset): Declare.
2133
2134 * net/dbus.el (dbus-register-service): Declare.
2135 (dbus-name-owner-changed-handler): Remove unused binding.
2136
2137 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
2138 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
2139 (nxml-scan-backward-within): Mark unused arg.
2140 (nxml-dynamic-markup-word): Remove unused binding.
2141
2142 * mouse.el (mouse-menu-major-mode-map):
2143 * emacs-lisp/authors.el (authors-scan-change-log)
2144 (authors-add-to-author-list):
2145 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
2146 * emacs-lisp/smie.el (smie-auto-fill):
2147 * mail/sendmail.el (mail-bury):
2148 * mail/unrmail.el (unrmail):
2149 * net/tls.el (open-tls-stream):
2150 * textmodes/picture.el (picture-mouse-set-point):
2151 Remove unused bindings.
2152
8c8fc5df
MA
21532012-04-19 Michael Albinus <michael.albinus@gmx.de>
2154
2155 * net/tramp.el (tramp-action-password): Let-bind
2156 `enable-recursive-minibuffers' to t.
2157
a77b0ac9
SS
21582012-04-18 Sam Steingold <sds@gnu.org>
2159
2160 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
2161 instead of 'string to accommodate values like [f11].
2162 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
2163 * progmodes/gdb-mi.el: Likewise.
2164
12a106a9
LL
21652012-04-18 Leo Liu <sdl.web@gmail.com>
2166
2167 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
2168 current buffer.
2169 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
2170 LOCAL is nil.
2171
bc6494ef
CY
21722012-04-18 Chong Yidong <cyd@gnu.org>
2173
2174 * simple.el (line-move): Use forward-line if in batch mode
2175 (Bug#11053).
2176
c09c46b2
CS
21772012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
2178
2179 * files.el (after-find-file): Do not try to add a final newline if
2180 the buffer is read-only (Bug#11156).
2181
5f6530ea
RS
21822012-04-17 Richard Stallman <rms@gnu.org>
2183
2184 * mail/rmail.el (rmail-start-mail):
2185 Pass (rmail-mail-return...) for the return-action.
2186 Pass (rmail-yank-current-message...) for the yank-action.
2187 (rmail-yank-current-message): New function.
2188 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
2189 (rmail-reply): Likewise.
2190 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
2191
2192 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 2193 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
2194 buffer, not newbuf.
2195
197b6f3c
JB
21962012-04-17 Juanma Barranquero <lekktu@gmail.com>
2197
2198 * server.el (server-ensure-safe-dir): Simplify.
2199
2311d8e5 22002012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 2201
2311d8e5
GM
2202 * emacs-lisp/smie.el: Provide smarter auto-filling.
2203 (smie-auto-fill): New function.
2204 (smie-setup): Use it.
98fb480e 2205
2311d8e5
GM
2206 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
2207
22082012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
2209
2210 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
2211 (comment-indent): Use it.
2212
2311d8e5 22132012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
2214
2215 * ses.el: The overall change is to add cell renaming, that is
2216 setting fancy names for cell symbols other than name matching
2217 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 2218 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 2219 (ses-create-cell-variable): New defun.
2311d8e5 2220 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
2221 (ses-relocate-formula): Relocate formulas only for cells the
2222 symbols of which are not renamed, i.e. symbols whose names do not
2223 match regexp "\\`[A-Z]+[0-9]+\\'".
2224 (ses-relocate-all): Relocate values only for cells the symbols of
2225 which are not renamed.
2226 (ses-load): Create cells variables as the (ses-cell ...) are read,
2227 in order to check row col consistency with cell symbol name only
2228 for cells that are not renamed.
2229 (ses-replace-name-in-formula): New defun.
2230 (ses-rename-cell): New defun.
4bdf2ad2 2231
fc72b15c
PO
22322012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
2233
2234 * progmodes/perl-mode.el (perl-indent-parens-as-block):
2235 New option (bug#11118).
2236 (perl-calculate-indent): Respect it.
2237
12e10e61
GM
22382012-04-17 Glenn Morris <rgm@gnu.org>
2239
2240 * dired-aux.el (dired-mark-read-string): Doc fix.
2241
30009afd
DA
22422012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
2243
2244 * dired-aux.el (dired-mark-read-string): Offer optional completion.
2245 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
2246
41f03f4d
GM
22472012-04-17 Glenn Morris <rgm@gnu.org>
2248
2249 * mouse.el (mouse-drag-track):
2250 * speedbar.el (speedbar-frame-mode):
2251 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
2252
f45f90f3
LL
22532012-04-16 Leo Liu <sdl.web@gmail.com>
2254
2255 * progmodes/python.el: Trivial cleanup.
2256
94ee8db5
GM
22572012-04-16 Glenn Morris <rgm@gnu.org>
2258
121b8917
GM
2259 * vc/vc.el (vc-string-prefix-p):
2260 * vc/pcvs-util.el (cvs-string-prefix-p):
2261 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
2262 * mpc.el (mpc-string-prefix-p):
2263 Make all of these into obsolete aliases for string-prefix-p.
2264 Update callers.
2265 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
2266
1197ecfa
GM
2267 * textmodes/two-column.el: Move custom options to the start.
2268 (frame-width): Remove compat definition.
2269 (2C-associate-buffer, 2C-dissociate):
2270 Use with-current-buffer rather than save-excursion.
2271 (2C-dissociate): Force a mode-line update.
2272 (2C-autoscroll): Use ignore-errors.
2273
099e7202
GM
2274 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
2275 Autoload trivia.
2276
bf350d6a
GM
2277 * emacs-lisp/cl-extra.el (*random-state*):
2278 Remove unnecessary declaration.
2279
0e829eab
GM
2280 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
2281
e3ad7552
GM
2282 * play/cookie1.el (cookie-snarf):
2283 Give an explicit error if input file cannot be read.
2284
68892d27
GM
2285 * play/yow.el (yow-file): Use expand-file-name rather than concat.
2286
20f0c46d
GM
2287 * progmodes/perl-mode.el (c-macro-expand):
2288 Remove unnecessary autoload (it is in loaddefs.el).
2289
5a0978ce
GM
2290 * textmodes/picture.el (picture-desired-column)
2291 (picture-update-desired-column): Convert comments to doc-strings.
2292 (picture-substitute): Remove function.
2293 (picture-mode-map): Initialize in the defvar.
2294
6b955486
GM
2295 * woman.el: Remove eval-after-load for tar-mode.
2296 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
2297 (woman-tar-extract-file): Autoload it.
2298
94ee8db5
GM
2299 * frame.el (automatic-hscrolling): Make this alias obsolete.
2300
177eca34
AM
23012012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2302
2303 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 2304 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
2305 (ispell-dictionary-base-alist): Revert to original XEmacs
2306 friendly version for default. [:alpha:] will be added in
2307 `ispell-set-spellchecker-params' if needed
177eca34 2308
c505aaeb
CY
23092012-04-16 Chong Yidong <cyd@gnu.org>
2310
2311 * image.el (imagemagick--extension-regexp): New variable.
2312 (imagemagick-register-types): Use it.
2313 (imagemagick-types-inhibit): Add :set function. Allow new value
2314 of t to inhibit all types.
2315
2316 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
2317 so we can preload it.
2318
2319 * loadup.el (fboundp): Preload regexp-opt, needed by
2320 imagemagick-register-types.
2321
60efac0f
CY
23222012-04-15 Chong Yidong <cyd@gnu.org>
2323
2324 * frame.el (scrolling): Remove nearly unused customization group.
2325
2326 * scroll-all.el (scroll-all-mode): Move to windows group.
2327
5dd1713e
CY
23282012-04-15 Chong Yidong <cyd@gnu.org>
2329
2330 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
2331
e6fd457e
CY
23322012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
2333
2334 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 2335 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 2336
e153c136
GM
23372012-04-15 Glenn Morris <rgm@gnu.org>
2338
2339 * simple.el (process-file-side-effects): Doc fix.
2340
e6fd457e 23412012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
2342
2343 * international/mule-cmds.el (set-language-environment): Doc fix.
2344
3603c3b1
JB
23452012-04-14 Juanma Barranquero <lekktu@gmail.com>
2346
2347 * server.el (server-auth-key, server-generate-key): Doc fixes.
2348 (server-get-auth-key): Doc fix. Use `string-match-p'.
2349 (server-start): Reflow docstring.
2350
e6de100c
LI
23512012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
2352
2353 * server.el (server-generate-key): `called-interactively-p'
2354 requires a parameter.
2355
29734c21
MN
23562012-04-14 Michal Nazarewicz <mina86@mina86.com>
2357
2358 * server.el (server-auth-key): New variable.
75f1671a 2359 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
2360 (server-start): Use the new variable and functions to allow
2361 setting a permanent server key (bug#9423).
2362
d65c9521
LL
23632012-04-14 Leo Liu <sdl.web@gmail.com>
2364
2365 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
2366
5ae255c7
PE
23672012-04-14 Paul Eggert <eggert@cs.ucla.edu>
2368
2369 Spelling fixes.
2370 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
2371 Emacs uses American spelling.
2372
d5e6342e
JB
23732012-04-14 Juanma Barranquero <lekktu@gmail.com>
2374
2375 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
2376 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
2377 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
2378 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
2379
ab036cd7
SM
23802012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2381
2382 * progmodes/which-func.el (which-func-modes): Change default.
2383
35dc09a1 23842012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
2385
2386 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
2387 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
2388
35dc09a1 23892012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
2390
2391 * custom.el (custom-theme-set-variables): Doc fix.
2392
35dc09a1 23932012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
2394
2395 * international/mule.el (set-auto-coding-for-load): Doc fix.
2396
35dc09a1 23972012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 2398
35dc09a1
GM
2399 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
2400 imenu work again for Objective C Mode. Correct the *-index values,
2401 these having been disturbed by a previous change in 2011-08.
57f845ee 2402
0de3da9f
AM
2403 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
2404 Correct two search limits.
2405
35dc09a1 24062012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
2407
2408 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
2409
35dc09a1 24102012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
2411
2412 * international/characters.el: Fix sorting.
2413
35dc09a1 24142012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
2415
2416 * international/characters.el: Add more missing Latin case pairs.
2417
35dc09a1 24182012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
2419
2420 * files.el (dir-locals-set-class-variables): Doc fix.
2421
35dc09a1 24222012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 2423
3f1b5bf8
EZ
2424 * international/characters.el: Add set-case-syntax-pair call for
2425 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
2426 counterpart. (Bug#11209)
2427
9f847f41
EZ
2428 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
2429
35dc09a1 24302012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
2431
2432 * calendar/holidays.el (calendar-check-holidays): Doc fix.
2433
35dc09a1 24342012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 2435
35dc09a1
GM
2436 * textmodes/ispell.el (ispell-dictionary-base-alist):
2437 Add data for Hebrew.
e2627d21 2438
35dc09a1 24392012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 2440
35dc09a1
GM
2441 * net/rcirc.el (rcirc-cmd-quit):
2442 Revert 2012-03-18 change (Bug#11192).
5c14e333 2443
35dc09a1 24442012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
2445
2446 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
2447
35dc09a1 24482012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 2449
4517fe3a
SM
2450 * minibuffer.el (completion-in-region-mode-map):
2451 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 2452
b472a594
VD
24532012-04-13 Vivek Dasmohapatra <vivek@etla.org>
2454
2455 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
2456
09b95ce3
MY
24572012-04-13 Masatake YAMATO <yamato@redhat.com>
2458
2459 * minibuffer.el (minibuffer-local-filename-syntax): New variable
2460 to allow `C-M-f' and `C-M-b' to move to the nearest path
2461 separator (bug#9511).
2462
4b63a9ca
LI
24632012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
2464
2465 * avoid.el: Require cl when compiling. And also move the
2466 `provide' to the end.
2467
7b55b8bf
TV
24682012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2469
2470 * avoid.el (mouse-avoidance-banish-position): New variable.
2471 (mouse-avoidance-banish-destination): Use it (bug#10165).
2472
adedaa1f
LL
24732012-04-13 Leo Liu <sdl.web@gmail.com>
2474
2475 * progmodes/which-func.el (which-func-modes): Add objc-mode.
2476
70e74021
KB
24772012-04-13 Ken Brown <kbrown@cornell.edu>
2478
2479 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 2480 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
2481 (browse-url-filename-alist): For the same reason, don't modify
2482 file:// URLs on Cygwin.
2483
e75e89ba
SM
24842012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
2485
2486 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
2487 the region on shift if the binding is already shifted (bug#11221).
2488
82f289a4
GM
24892012-04-12 Glenn Morris <rgm@gnu.org>
2490
2491 * mail/mailpost.el: Move to obsolete/.
2492
d333dc4c
DA
24932012-04-12 Drew Adams <drew.adams@oracle.com>
2494
2495 * imenu.el (imenu--generic-function): Ignore invisible definitions
2496 (bug#10123).
2497
0d15b5ba
VD
24982012-04-12 Vivek Dasmohapatra <vivek@etla.org>
2499
2500 * hexl.el (hexl-bits): New variable.
2501 (hexl-options): Mention the variable in the doc string.
75f1671a 2502 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 2503 (hexl-mode): Mention the new variable.
75f1671a
JB
2504 (hexl-mode, hexl-current-address, hexl-current-address):
2505 Use the displen.
0d15b5ba
VD
2506 (hexl-ascii-start-column): New function.
2507 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
2508 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
2509
64a440db
AM
25102012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2511
2512 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
2513 '("-i" ENCODING), in 2 separate command-line arguments, to specify
2514 the encoding, as expected by hunspell.
2515
6decb6c2
SM
25162012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2517
2518 * battery.el (battery--linux-sysfs-regexp): New const.
2519 (battery-status-function): Use it. Remove yeeloong special case.
2520 (battery-yeeloong-sysfs): Remove.
2521 (battery-echo-area-format): Remove yeeloong special case.
2522
088be6fb
SM
25232012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2524
6622e416
SM
2525 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
2526 Reported by Noah Friedman.
2527
088be6fb
SM
2528 * subr.el (read-passwd): Use read-string.
2529
b49f886e
LMI
25302012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2531
2532 * vcursor.el (vcursor-move): Increase the priority of the overlay
2533 (bug#9663).
2534
a63067fc
DD
25352012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2536
2537 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
2538 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
2539
ac3cf14a
WS
25402012-04-11 William Stevenson <yhvh2000@gmail.com>
2541
2542 * textmodes/artist.el (artist-mode): Convert artist-mode to use
2543 define-minor-mode (bug#10760).
2544
c4fc691b 25452012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 2546
4d6769e1 2547 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
2548 that directories matching `grep-find-ignored-files' won't be
2549 pruned (bug#10351).
2550
af23e2e5
CY
25512012-04-11 Chong Yidong <cyd@gnu.org>
2552
2553 * startup.el (command-line): Remove support for long-obsolete
2554 variable font-lock-face-attributes.
2555
ab7ce8c1
GM
25562012-04-11 Glenn Morris <rgm@gnu.org>
2557
2558 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
2559
de8c03dc
SM
25602012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2561
2562 * window.el (window--state-get-1): Obey window-point-insertion-type.
2563
050cc68b
LB
25642012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
2565
2566 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
2567 to previous function when point is on the first character of a
75f1671a 2568 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 2569
a38c310c
GM
25702012-04-11 Glenn Morris <rgm@gnu.org>
2571
effed0c2
GM
2572 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
2573 not just file-errors.
2574
a38c310c
GM
2575 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
2576 (vc-bzr-sha1): Use internal sha1.
2577
0221e323
SM
25782012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2579
2580 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
2581
43956923
SG
25822012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
2583
2584 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
2585 that start in the middle of the line (bug#10496).
2586
6a8c9eaf
DN
25872012-04-10 Dan Nicolaescu <dann@gnu.org>
2588
2589 * battery.el (battery-linux-proc-acpi): Only one battery is
2590 discharged at a time, but that seems to confuse battery.el when
2591 computing `rate-type' for the battery not being discharged
2592 (bug#10332).
2593
1930bf5d
SM
25942012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2595
2a718f6f
SM
2596 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
2597
599430d0
SM
2598 * international/quail.el: Use dolist and simplify.
2599 (quail-define-package, quail-update-keyboard-layout)
2600 (quail-define-rules): Use dolist.
2601 (quail-insert-kbd-layout, quail-get-translation): CSE.
2602
a2754b6c
SM
2603 * tmm.el: Use dolist, remove left over hook.
2604 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
2605 Use dolist.
2606 (calendar-load-hook): Don't mess with it.
2607
1930bf5d
SM
2608 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
2609 Use derived-mode-p. Run the diff asynchronously.
2610
9f67961c
LMI
26112012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2612
2613 * obsolete/mouse-sel.el: Add an Obsolete-since header.
2614
2a8ce227
JB
26152012-04-10 Juanma Barranquero <lekktu@gmail.com>
2616
2617 * misc.el: Display absolute path of loaded DLLs (bug#10424).
2618 (list-dynamic-libraries--loaded): New function.
2619 (list-dynamic-libraries--refresh): Use it.
2620
8f33b5f8
NW
26212012-04-10 Nathan Weizenbaum <nweiz@google.com>
2622
1930bf5d
SM
2623 * progmodes/python.el (python-fill-paragraph):
2624 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
2625 disabled (bug#7018).
2626
b12f0439
L
26272012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
2628
1930bf5d 2629 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
2630 DOS/MS Windows for the Baltic languages. There are still plenty
2631 of texts written in this encoding/codepage (bug#6519).
b12f0439 2632
57c3bd01
GM
26332012-04-10 Glenn Morris <rgm@gnu.org>
2634
2635 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
2636 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
2637
6c3eab30
FA
26382012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
2639
1930bf5d 2640 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
2641 next-line "n" and previous-line "p" in order to make recentf more
2642 consistent with ibuffer, dired or org-mode (bug#9387).
2643
24d78a88
LMI
26442012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2645
bc72b5d9
LMI
2646 * image.el (put-image): Return the overlay created instead of the
2647 optional input string (bug#7834). Note that this may break code
2648 that is (for some reason or other) depending on `put-image'
2649 returning the string.
2650
bd2dba5a
LMI
2651 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
2652
74beb59f
LMI
2653 * simple.el (zap-to-char): Allow zapping using input methods
2654 (bug#1580).
2655
24d78a88
LMI
2656 * textmodes/fill.el (fill-region): Leave point and mark where they
2657 were before filling (bug#5399).
2658
263f20cd
GM
26592012-04-09 Glenn Morris <rgm@gnu.org>
2660
2661 * version.el (emacs-bzr-get-version):
2662 Handle lightweight checkouts of local branches.
2663
58d1f797
AS
26642012-04-09 Andreas Schwab <schwab@linux-m68k.org>
2665
263f20cd 2666 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 2667
b4d3bc10
CY
26682012-04-09 Chong Yidong <cyd@gnu.org>
2669
2670 * custom.el (custom-variable-p): Return nil for non-symbol
2671 arguments instead of signaling an error.
2672 (user-variable-p): Obsolete alias for custom-variable-p.
2673
2674 * apropos.el (apropos-variable):
2675 * files-x.el (read-file-local-variable):
2676 * simple.el (set-variable):
2677 * woman.el (woman-mini-help):
2678 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
2679
fd06db5d
GM
26802012-04-09 Glenn Morris <rgm@gnu.org>
2681
e5fcdb5e
GM
2682 * startup.el (normal-top-level): Don't look for leim-list.el
2683 in places where it will not be found. (Bug#910)
2684
fd06db5d
GM
2685 * international/mule-cmds.el (set-default-coding-systems):
2686 * files.el (normal-mode):
2687 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
2688 This function was removed with ucs-tables.el in 2008.
2689
b39bb7e1
EZ
26902012-04-08 Eli Zaretskii <eliz@gnu.org>
2691
2692 * textmodes/ispell.el (ispell-check-version): For hunspell, set
2693 ispell-encoding8-command to "-i", without a trailing space.
2694 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
2695 separate command-line arguments, to specify the encoding, since
2696 that's how hunspell expects it.
2697
5c5b8e23
GM
26982012-04-08 Glenn Morris <rgm@gnu.org>
2699
2700 * loadup.el: Load bindings before cus-start.
2701 This reduces somewhat the number of "rogue" settings in emacs -Q.
2702
a1ed8b05
GM
27032012-04-07 Glenn Morris <rgm@gnu.org>
2704
2705 * version.el (emacs-bzr-get-version): New function.
dfae128a 2706 (emacs-bzr-version): New variable.
a1ed8b05
GM
2707 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
2708 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
2709
b142f158
EZ
27102012-04-07 Eli Zaretskii <eliz@gnu.org>
2711
dfae128a
GM
2712 * international/uni-bidi.el, international/uni-category.el:
2713 * international/uni-combining.el, international/uni-decimal.el:
2714 * international/uni-decomposition.el, international/uni-digit.el:
2715 * international/uni-lowercase.el, international/uni-mirrored.el:
2716 * international/uni-name.el, international/uni-numeric.el:
2717 * international/uni-titlecase.el, international/uni-uppercase.el:
2718 Update for Unicode 6.1.
b142f158 2719
9078ead6
EZ
27202012-04-07 Eli Zaretskii <eliz@gnu.org>
2721
2722 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
2723
f23d2c7d
LMI
27242012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2725
2726 * window.el (shrink-window): Mention the `window-min-height'
2727 variable in the doc string.
2728
0a0a3573
BG
27292012-04-05 Bastien Guerry <bzg@altern.org>
2730
2731 * color.el (color-lighten-name): Fix typo.
2732
e5248ac9
SM
27332012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2734
2735 * server.el (server--on-display-p): New function.
2736 (server--on-display-p): Use it.
2737
b4243e22
GV
27382012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
2739
2740 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
2741 (bug#11145).
2742
305d9f44
SM
27432012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2744
2745 * comint.el (comint--common-quoted-suffix): Check string boundary
2746 before comparing (bug#11158).
2747 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
2748
3d439cd1
CY
27492012-04-04 Chong Yidong <cyd@gnu.org>
2750
321cc491
CY
2751 * minibuffer.el (completion-extra-properties): Doc fix.
2752
3d439cd1
CY
2753 * subr.el (delayed-warnings-hook): Doc fix.
2754
2d562c0f
DU
27552012-04-04 Daiki Ueno <ueno@unixuser.org>
2756
2757 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
2758 selection (Bug#11159).
2759 (epa-insert-keys): Inform that the default public key will be
2760 exported if no key is selected.
2761
4443f204
RS
27622012-04-04 Richard Stallman <rms@gnu.org>
2763
2764 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
2765
529c06b6
CY
27662012-04-03 Chong Yidong <cyd@gnu.org>
2767
2768 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
2769 mail-insert-file, not its obsolete alias mail-attach-file.
2770
66b907dc
MA
27712012-04-03 Michael Albinus <michael.albinus@gmx.de>
2772
2773 * notifications.el (notifications-notify): Fix docstring.
2774
c0ea195d
GM
27752012-04-02 Glenn Morris <rgm@gnu.org>
2776
2777 * emacs-lisp/authors.el (authors-aliases): Another addition.
2778
5ca64e00
MA
27792012-04-02 Michael Albinus <michael.albinus@gmx.de>
2780
2781 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
2782 `tramp-compat-call-process' instead of `tramp-local-call-process'.
2783 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
2784
42ee526b
CY
27852012-04-01 Chong Yidong <cyd@gnu.org>
2786
2787 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
2788 Handle root directory properly.
2789 (copy-directory): Caller changed.
2790
2791 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
2792 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
2793
0b021094
GM
27942012-03-31 Glenn Morris <rgm@gnu.org>
2795
40f86458
GM
2796 * term/xterm.el (xterm-extra-capabilities): Doc fix.
2797
7019c177
GM
2798 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
2799
a1daddd6
GM
2800 * calendar/calendar.el (calendar-window-list)
2801 (calendar-hide-window): Restore. (Bug#11140)
2802 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
2803
0b021094
GM
2804 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
2805
40311efc
TV
28062012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2807
2808 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
2809 Check if file is a symlink (Bug#10489).
2810
2811 * files.el (copy-directory): Likewise.
2812
5319014e
CY
28132012-03-30 Chong Yidong <cyd@gnu.org>
2814
2815 * image.el (imagemagick-types-inhibit)
2816 (imagemagick-register-types): Doc fix.
2817
935d1290
AM
28182012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2819
ef24141c
SM
2820 * ispell.el (ispell-get-extended-character-mode):
2821 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 2822 and treats ~word as ordinary words in pipe mode.
935d1290 2823
61c6e8fd
GM
28242012-03-30 Glenn Morris <rgm@gnu.org>
2825
2826 * tutorial.el (help-with-tutorial): Ensure local variables don't
2827 happen to make the buffer read-only. (Bug#11127)
2828
81fdff00
SM
28292012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
2830
2831 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
2832 (perl-calculate-indent): Return `noindent' in strings.
2833
6e7a6ec0
SS
28342012-03-28 Sam Steingold <sds@gnu.org>
2835
2836 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
2837 instead of the broken adhockery which does not prevent calendar
2838 buffers from being displayed at random after exit.
2839 (calendar-window-list, calendar-hide-window): Remove the broken
2840 adhockery.
2841
fee88ca0
GM
28422012-03-28 Glenn Morris <rgm@gnu.org>
2843
2844 * replace.el (query-replace-map): Doc fix.
2845
38de3354
AS
28462012-03-28 Andreas Schwab <schwab@linux-m68k.org>
2847
2848 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
2849 contents. (Bug#11109)
2850
b973155e
SM
28512012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2852
2853 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
2854 (bug#11077).
2855 (avl-tree--check, avl-tree--check-node): New funs.
2856
dcb6e7b3
MR
28572012-03-27 Martin Rudalics <rudalics@gmx.at>
2858
2859 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
2860 (switch-to-prev-buffer, switch-to-next-buffer):
2861 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
2862 showing a buffer already is done on the same frame.
2863
b4fa35fa
GM
28642012-03-27 Glenn Morris <rgm@gnu.org>
2865
2866 * startup.el (mail-host-address): Doc fix.
2867
f9210e18
SM
28682012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2869
2870 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
2871 than 197 variables.
2872
c0bf7753
AF
28732012-03-26 Ami Fischman <ami@fischman.org>
2874
2875 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
2876
33da7b16
GM
28772012-03-26 Glenn Morris <rgm@gnu.org>
2878
02243d9d
GM
2879 * files.el (save-buffers-kill-emacs): Doc fix.
2880
33da7b16
GM
2881 * startup.el (normal-top-level, command-line, command-line-1):
2882 Give them doc strings.
2883
e5a69fd0
EZ
28842012-03-25 Eli Zaretskii <eliz@gnu.org>
2885
2886 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 2887 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 2888
9a69676a
CY
28892012-03-25 Chong Yidong <cyd@gnu.org>
2890
4125cb8b
CY
2891 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
2892 theme if it was previously enabled before (Bug#11031).
2893
dd470960
CY
2894 * cus-theme.el (custom-theme-write-faces): Retrieve current face
2895 spec with custom-face-get-current-spec if its :shown-value is not
2896 determined yet (Bug#9337).
4125cb8b 2897 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 2898
9a69676a
CY
2899 * button.el (button-at): Minor addition to docstring.
2900
6e7e90fa
SL
29012012-03-24 Simon Leinen <simon.leinen@gmail.com>
2902
2903 * vc/vc.el (vc-merge): Fix a prompt.
2904
f06e2758
CY
29052012-03-24 Chong Yidong <cyd@gnu.org>
2906
2907 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
2908 point (Bug#9623).
2909
6e7e90fa
SL
2910 * button.el (button-at): Minor addition to docstring.
2911
b9d0879b
SM
29122012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
2913
2914 * newcomment.el (comment-choose-indent): No space after BOL.
2915
e71cebb3
SS
29162012-03-22 Sam Steingold <sds@gnu.org>
2917
2918 * window.el (switch-to-prev-buffer): Revert last patch because the
2919 bug turned out to be an advertised feature (Elisp manual 28.14).
2920
335aff35
GM
29212012-03-22 Glenn Morris <rgm@gnu.org>
2922
2923 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
2924 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
2925
c676576a
LMI
29262012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2927
2928 * net/network-stream.el (network-stream-open-starttls): Make error
2929 message under Windows be less misleading.
2930
126f3d39
LW
29312012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
2932
2933 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
2934 understands (bug#9942).
2935
64fee311
CY
29362012-03-22 Chong Yidong <cyd@gnu.org>
2937
2938 * simple.el (end-of-visible-line): Handle return value of
2939 next-single-property-change properly (Bug#9371).
2940
a640d29a
KH
29412012-03-22 Kenichi Handa <handa@m17n.org>
2942
2943 * international/quail.el (quail-insert-kbd-layout): Fix previous
2944 change. To avoid unwanted bidi reordering, use
2945 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
2946
39675016
DG
29472012-03-21 Dmitry Gutov <dgutov@yandex.ru>
2948
2949 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
2950 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
2951 (ruby-beginning-of-indent): Be more careful with the difference
2952 between word-boundary and symbol boundary.
2953 (ruby-mode-syntax-table): Make : a symbol constituent.
2954
0a6934fc 29552012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 2956
3d008e4f
SM
2957 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
2958
0a6934fc
SM
29592012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2960
af67c9d7
SM
2961 * progmodes/etags.el (tags-completion-at-point-function):
2962 Improve last fix.
2963
1acad97c
SM
2964 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
2965
e298b5da
SS
29662012-03-21 Sam Steingold <sds@gnu.org>
2967
2968 * progmodes/etags.el (tags-completion-at-point-function):
2969 Avoid the error when point is inside the pattern.
2970
91d82a70
JY
29712012-03-21 John Yates <john@yates-sheets.org> (tiny change)
2972
2973 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
2974 line (Bug#10855).
2975
69188b79
CY
29762012-03-21 Drew Adams <drew.adams@oracle.com>
2977
2978 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
2979
99fc91fe
AK
29802012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
2981
2982 * ido.el (ido-set-current-directory, ido-read-internal)
2983 (ido-choose-completion-string, ido-completion-help): Handle nil
2984 value of ido-completion-buffer (Bug#11008).
2985
087bbb4c
SS
29862012-03-21 Sam Steingold <sds@gnu.org>
2987
2988 * window.el (switch-to-prev-buffer): Do not switch to a visible
2989 window previous buffer, just like with the frame previous buffers.
2990
fb5b8aca
CY
29912012-03-21 Chong Yidong <cyd@gnu.org>
2992
2993 * faces.el (make-face, make-empty-face, copy-face):
2994 * face-remap.el (face-remap-add-relative, face-remap-set-base):
2995 Doc fixes.
2996
dc9924b8
SM
29972012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2998
2999 * wid-edit.el (widget-complete-field): Remove (bug#11051).
3000 (widget-complete): Remove broken use of it.
3001
f0bcceb9
CY
30022012-03-20 Chong Yidong <cyd@gnu.org>
3003
dc9924b8
SM
3004 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
3005 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
3006 characters.
3007
ee52ebf3
TH
30082012-03-20 Tassilo Horn <tassilo@member.fsf.org>
3009
3010 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
3011 to draw rectangles, not squares. (Regression introduced by revno
3012 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
3013
4c5779ab
CY
30142012-03-18 Chong Yidong <cyd@gnu.org>
3015
3016 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
3017 it is not yet defined (for temacs).
3018
15360934
LL
30192012-03-18 Leo Liu <sdl.web@gmail.com>
3020
dc9924b8 3021 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 3022
d9a8eb66
EZ
30232012-03-17 Eli Zaretskii <eliz@gnu.org>
3024
3025 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
3026 (ispell-choices-win-default-height, ispell-silently-savep)
3027 (ispell-dictionary-alist, ispell-encoding8-command)
3028 (ispell-check-version, ispell-aspell-find-dictionary)
3029 (ispell-valid-dictionary-list, ispell-words-keyword)
3030 (ispell-get-word, ispell-internal-change-dictionary)
3031 (ispell-region, ispell-skip-region-list)
3032 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
3033 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
3034 (ispell-message-text-end, ispell-message)
3035 (ispell-buffer-local-parsing): Doc fix.
3036
f02ff80d
J
30372012-03-13 Jambunathan K <kjambunathan@gmail.com>
3038
3039 * htmlfontify.el: Add support for code block fontification for ODT
3040 export (Bug #9914).
3041 (hfy-optimisations): Define new option
3042 `body-text-only'
3043 (hfy-fontify-buffer): Honor above setting.
3044 (hfy-begin-span, hfy-end-span): New routines factored out form
3045 `hfy-fontify-buffer'.
3046 (hfy-begin-span-handler, hfy-end-span-handler): New variables
3047 that permit insertion of custom tags.
3048 (hfy-fontify-buffer): Use above handlers.
3049 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
3050 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 3051 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 3052 over multiple runs. This is made possible by having the caller let
f02ff80d
J
3053 bind a special variable `hfy-user-sheet-assoc'.
3054 (htmlfontify-string): New defun.
3055 (hfy-compile-face-map): Make sure that the last char in the
3056 buffer is correctly fontified.
3057 (hfy-face-resolve-face): Whitespace only change.
3058
9ac7a13f
EZ
30592012-03-17 Eli Zaretskii <eliz@gnu.org>
3060
3061 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
3062 message more clear.
3063
e2b5bdd7
LL
30642012-03-16 Leo Liu <sdl.web@gmail.com>
3065
3066 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
3067
2e492df3
AM
30682012-03-16 Alan Mackenzie <acm@muc.de>
3069
3070 Further optimise the handling of large macros.
3071
3072 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
3073 limit to a call of `c-literal-limits'.
3074 (c-determine-+ve-limit): New function.
dc9924b8
SM
3075 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
3076 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
3077 In CASE 5B, restrict a search limit to 500.
3078 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
3079
3080 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
3081 Restrict macro bounds to +-500 from after-change's BEG END.
3082
50e94f0c
LL
30832012-03-16 Leo Liu <sdl.web@gmail.com>
3084
3085 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
3086
6f09f6ed
AH
30872012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
3088
3089 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 3090 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 3091
c7e73d51
GM
30922012-03-16 Glenn Morris <rgm@gnu.org>
3093
da986230
GM
3094 * view.el (view-buffer, view-buffer-other-window)
3095 (view-buffer-other-frame): Doc fixes re special mode-class.
3096
0835f01e
GM
3097 * subr.el (eval-after-load): If named feature is provided not from
3098 a file, run after-load forms. (Bug#10946)
3099
c7e73d51
GM
3100 * calendar/calendar.el (calendar-insert-at-column):
3101 Handle non-unit-width characters a bit better. (Bug#10978)
3102
3f2eafd1
CY
31032012-03-15 Chong Yidong <cyd@gnu.org>
3104
3105 * emacs-lisp/ring.el (ring-extend): New function.
3106 (ring-insert+extend): Extend the ring correctly (Bug#11019).
3107
3108 * comint.el (comint-read-input-ring)
3109 (comint-add-to-input-history): Grow comint-input-ring lazily.
3110
103af3fe
SM
31112012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3112
663b1677
SM
3113 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
3114 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
3115
103af3fe
SM
3116 * imenu.el: Fix multiple inheritance breakage (bug#9199).
3117 (imenu-add-to-menubar): Don't add a redundant index.
3118 (imenu-update-menubar): Handle a dynamically composed keymap.
3119
899cb7cb
KY
31202012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
3121
3122 * mail/sendmail.el (mail-encode-header):
3123 Bind rfc2047-encode-encoded-words to nil.
3124
3809f91d
GM
31252012-03-13 Glenn Morris <rgm@gnu.org>
3126
3127 * calendar/calendar.el (calendar-string-spread):
3128 Handle non-unit-width characters a bit better. (Bug#10978)
3129
9e345a01
LL
31302012-03-13 Leo Liu <sdl.web@gmail.com>
3131
3132 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
3133 directory and file as argument (Bug#10822).
3134
4a07df36
KS
31352012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
3136
3137 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
3138 For dynamically generated code, follow $PC.
3139 (gdb-disassembly-handler-custom): Handle no function name case.
3140
4aaa9356
TL
31412012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
3142
3143 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
3144 * emulation/ws-mode.el (ws-query-replace):
3145 * sort.el (sort-regexp-fields):
3146 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
3147
225979da
SM
31482012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3149
3150 * dabbrev.el: Fix cycle completion order (bug#10963).
3151 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
3152 (dabbrev-completion): Don't use an obarray; provide
3153 a cycle-sort-function.
3154
e2f1fdab
LL
31552012-03-12 Leo Liu <sdl.web@gmail.com>
3156
dc9924b8 3157 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
3158 (kill-do-not-save-duplicates): Doc fix.
3159
b19490ed
SM
31602012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3161
3162 * dabbrev.el: Fix cycle completion (bug#10963).
3163 Use lexical binding and wrap to 80 columns.
3164 (dabbrev-completion): Delay computing the list of completions.
3165
4b05d722
KH
31662012-03-12 Kenichi Handa <handa@m17n.org>
3167
3168 * international/quail.el (quail-insert-kbd-layout): Surround each
3169 row by LRO and PDF instead of inserting many LRMs. Pad the left
3170 and right of each non-spacing marks. Insert invisible space
3171 between lower and upper characters to prevent composition.
3172
dbbc2e69
SM
31732012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3174
3175 * minibuffer.el (minibuffer-complete): Don't get confused when the
3176 function is run twice via different commands (bug#10958).
3177 (complete-with-action): Fix docstring.
3178
292112ed
CY
31792012-03-12 Chong Yidong <cyd@gnu.org>
3180
5d1ac394
CY
3181 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
3182 (nxml-completion-at-point-function): New function.
3183 (nxml-mode): Use it.
3184 (nxml-bind-meta-tab-to-complete-flag): Default to t.
3185
292112ed
CY
3186 * emacs-lisp/package.el (package-unpack, package-unpack-single):
3187 Load generated autoloads file before byte compiling (Bug#10970).
3188 (package--make-autoloads-and-compile): New helper fun.
3189
4098f8f7
CS
31902012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
3191
3192 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
3193
8f754691
MA
31942012-03-11 Michael Albinus <michael.albinus@gmx.de>
3195
3196 * autorevert.el (auto-revert-handler): Ensure, that
3197 file-readable-p is applied only for local files or in
3198 auto-revert-tail-mode.
3199
e29ab36b
AS
32002012-03-11 Andreas Schwab <schwab@linux-m68k.org>
3201
dbbc2e69
SM
3202 * server.el (server-eval-at): Handle non-tcp connections.
3203 Decode result string.
ad0bf5b6 3204
e29ab36b
AS
3205 * server.el (server-msg-size): New constant.
3206 (server-reply-print): New function.
3207 (server-eval-and-print): Use it.
3208 (server-eval-at): Use server-quote-arg and server-unquote-arg.
3209 Handle -print-nonl.
3210
de5939ba
CS
32112012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
3212
3213 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
3214 (Bug#10987).
3215
0c93eabf
CY
32162012-03-11 Chong Yidong <cyd@gnu.org>
3217
397a688f
CY
3218 * simple.el (goto-line): Doc fix (Bug#9938).
3219
2cc775f9
CY
3220 * subr.el (save-window-excursion): Doc fix (Bug#9979).
3221
0c93eabf
CY
3222 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
3223 when finished (Bug#10963).
3224
c491fa41
MR
32252012-03-11 Martin Rudalics <rudalics@gmx.at>
3226
3227 * window.el (split-window-below): Fix bug in case where
3228 split-window-keep-point is nil (Bug#10971).
3229
300e8fa5
JL
32302012-03-11 Juri Linkov <juri@jurta.org>
3231
3232 * replace.el (replace-highlight): Set isearch-word to nil
3233 unconditionally. (Bug#10887)
3234
dbf6c5a1
EZ
32352012-03-10 Eli Zaretskii <eliz@gnu.org>
3236
3237 * net/mairix.el (mairix-replace-invalid-chars): Rename from
3238 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 3239 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
3240 (mairix-widget-create-query): Add usage information about mairix
3241 search forms: negating words, searching for substrings, etc.
3242
b9e501de
JP
32432012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
3244
3245 * international/fontset.el (font-encoding-alist): Add an entry for
3246 ksx1001 (Bug#5667).
3247
92795c91
RS
32482012-03-10 Richard Stallman <rms@gnu.org>
3249
1694e6c1
RS
3250 * mail/sendmail.el (mail-encode-header):
3251 Set rfc2047-encode-encoded-words.
3252
607e8555
RS
3253 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
3254
de3bc99a
RS
3255 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
3256 view buffer means not swapped.
3257 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
3258 (rmail-write-region-annotate): Error if real text has disappeared.
3259
92795c91
RS
3260 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
3261
699bd04e
CY
32622012-03-10 Chong Yidong <cyd@gnu.org>
3263
3264 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
3265 * emulation/cua-base.el (cua--init-keymaps):
3266 Add delete-forward-char to remappings (Bug#9666).
699bd04e 3267
570a1714
MR
32682012-03-10 Martin Rudalics <rudalics@gmx.at>
3269
dbbc2e69
SM
3270 * speedbar.el (speedbar-unhighlight-one-tag-line):
3271 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 3272
82dcf4e4
CY
32732012-03-10 Chong Yidong <cyd@gnu.org>
3274
7a2c7ca7
CY
3275 * minibuffer.el (completion-in-region, completion-help-at-point):
3276 Give the completion field overlay a high priority (Bug#6830).
3277
82dcf4e4
CY
3278 * dired.el (dired-goto-file): Recognize absolute file name
3279 listings (Bug#7126).
3280 (dired-goto-file-1): New helper function.
3281 (dired-toggle-read-only): Inhibit warnings.
3282
052e28ac
MA
32832012-03-09 Michael Albinus <michael.albinus@gmx.de>
3284
75f1671a 3285 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
3286 there are no properties.
3287
95d5e396
LL
32882012-03-09 Leo Liu <sdl.web@gmail.com>
3289
3290 * savehist.el (savehist-printable): Stricter check for string
3291 value (Bug#10937).
3292
3f018d6d
EZ
32932012-03-09 Eli Zaretskii <eliz@gnu.org>
3294
dbbc2e69
SM
3295 * mail/smtpmail.el (smtpmail-send-it):
3296 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
3297 valid mbox format.
3298
f7fd3d79
GM
32992012-03-09 Glenn Morris <rgm@gnu.org>
3300
3301 * files.el (dir-locals-find-file):
3302 Don't check result is regular, readable.
3303 (dir-locals-read-from-file): Demote errors.
3304
6ff6e72f
EZ
33052012-03-08 Eli Zaretskii <eliz@gnu.org>
3306
dbbc2e69
SM
3307 * international/quail.el (quail-insert-kbd-layout):
3308 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
3309 layout cell, to prevent their reordering by bidi display engine.
3310 For details, see the discussion in
3311 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
3312
9cec7834
AM
33132012-03-08 Alan Mackenzie <acm@muc.de>
3314
3315 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
3316 the starting position; make it extend the marked region when
3317 invoked repeatedly - all under appropriate circumstances.
3318 Fixes bugs #5525, #10906.
3319
9a40b8d4
GM
33202012-03-08 Glenn Morris <rgm@gnu.org>
3321
3322 * files.el (locate-dominating-file, dir-locals-find-file):
3323 Undo 2012-03-06 change.
3324
7a08ed35
EZ
33252012-03-07 Eli Zaretskii <eliz@gnu.org>
3326
dbbc2e69
SM
3327 * international/quail.el (quail-help):
3328 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
3329 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
3330 for the reason.
3331
5aca4f71 33322012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
3333
3334 Avoid superfluous registering of signals. (Bug#10807)
3335
3336 * notifications.el (notifications-on-action-object)
3337 (notifications-on-close-object): New defvars.
3338 (notifications-on-action-signal, notifications-on-closed-signal):
3339 Unregister the signal if not needed any longer.
3340 (notifications-notify): Register `notifications-action-signal' or
3341 `notifications-closed-signal', if :on-action or :on-close has been
3342 passed as argument.
3343
78e8b10a
CY
33442012-03-07 Chong Yidong <cyd@gnu.org>
3345
3346 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
3347 non-X platforms.
3348
69481eb8
GM
33492012-03-06 Glenn Morris <rgm@gnu.org>
3350
3351 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
3352 (x-disown-selection-internal, x-get-selection-internal):
3353 Doc fix (add arglist signatures). (Bug#10783)
3354
133b8e11
KS
33552012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
3356
3357 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
3358 Handle breakpoints with no "type".
3359
99a83064
GM
33602012-03-06 Glenn Morris <rgm@gnu.org>
3361
3362 * files.el (locate-dominating-file): Add optional predicate argument.
3363 (dir-locals-find-file): Make use of above change.
3364
17798e78
TTN
33652012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
3366
3367 * info.el (Info-insert-dir): Also try "dir.gz".
3368
eb182446
GM
33692012-03-06 Glenn Morris <rgm@gnu.org>
3370
8f2114ee
GM
3371 * files.el (dir-locals-find-file):
3372 Ignore non-readable or non-regular files. (Bug#10928)
3373
eb182446
GM
3374 * files.el (locate-dominating-file): Doc fix.
3375
24679323
AS
33762012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
3377
3378 * calendar/calendar.el (calendar-set-mode-line):
3379 `getenv' returns a string. (Bug#10951)
3380
01d972a9
LL
33812012-03-05 Leo Liu <sdl.web@gmail.com>
3382
109aa8a9
LL
3383 * simple.el (backward-delete-char-untabify): Constrain point to
3384 field (Bug#10939).
3385
01d972a9
LL
3386 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
3387
10607bea
CY
33882012-03-05 Chong Yidong <cyd@gnu.org>
3389
3390 * simple.el (count-words): If called from Lisp, return the word
3391 count, for symmetry with `count-lines'. Arglist changed.
3392 (count-words--message): Args changed. Consolidate counting code
3393 from count-words and count-words-region.
3394 (count-words-region): Caller changed.
3395 (count-lines-region): Make it an obsolete alias.
3396
5dd11cfe
TH
33972012-03-04 Tassilo Horn <tassilo@member.fsf.org>
3398
3399 * saveplace.el (save-place-to-alist)
3400 (save-place-ignore-files-regexp): Allow value nil to disable this
3401 feature.
3402
c349f4e6
CY
34032012-03-04 Chong Yidong <cyd@gnu.org>
3404
3405 * faces.el (face-spec-reset-face): For the default face, reset the
3406 attributes to default values (Bug#10748).
3407
e627be4c
LMI
34082012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3409
3410 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
3411 previous patch: Check `message-send-mail-function', and not the
3412 default function (bug#10897).
3413
ebeabff4
MA
34142012-03-04 Michael Albinus <michael.albinus@gmx.de>
3415
a41a6cf4
MA
3416 * notifications.el (notifications-on-action-signal)
3417 (notifications-on-closed-signal): Check for unique service name of
3418 incoming event. Fix error in removing entry.
ebeabff4 3419 (top): Register for signals with wildcard service name.
a41a6cf4 3420 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 3421
c1ca42b4
CY
34222012-03-04 Chong Yidong <cyd@gnu.org>
3423
dc9924b8 3424 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 3425
ea16568d
GM
34262012-03-04 Glenn Morris <rgm@gnu.org>
3427
3428 * abbrev.el (copy-abbrev-table, abbrev-table-p)
3429 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
3430 (expand-abbrev, define-abbrev-table): Doc fixes.
3431
fbae4637
LMI
34322012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3433
3434 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
3435 `message-default-send-mail-function' and not `send-mail-function'
3436 when doing the prompting for `sendmail-query-once' before sending
3437 in Message buffers (bug#10897).
3438
a1e7225c
LMI
3439 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3440 This is inconsistent with all the other stream functions, which leave
3441 the setting up to the higher levels (if so wanted) (bug#10931).
3442
56d093a9
AM
34432012-03-02 Alan Mackenzie <acm@muc.de>
3444
3445 Depessimize the handling of very large macros.
3446
3447 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
3448 (c-macro-cache-syntactic): New variables to implement a one
3449 element macro cache.
3450 (c-invalidate-macro-cache): New function.
3451 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
3452 Adapt to use the new cache.
3453 (c-state-safe-place): Use better the cache of safe positions.
3454 (c-state-semi-nonlit-pos-cache)
3455 (c-state-semi-nonlit-pos-cache-limit):
3456 New variables for...
3457 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
3458 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
3459 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
3460 Use c-state-semi-safe-place.
56d093a9 3461
dbbc2e69
SM
3462 * progmodes/cc-langs.el (c-get-state-before-change-functions):
3463 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 3464
817e5c3d
MA
34652012-03-02 Michael Albinus <michael.albinus@gmx.de>
3466
dbbc2e69
SM
3467 * jka-compr.el (jka-compr-call-process):
3468 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
3469 not remote.
3470
a032a702
MA
34712012-03-01 Michael Albinus <michael.albinus@gmx.de>
3472
3473 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
3474 access of FILE2, if FILE1 does not exist.
3475
99a54f21
MA
3476 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
3477 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
3478
3479 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
3480 Add "PAGER=" to `process-environment'.
3481
f6561e1f
MM
34822012-03-01 Michael R. Mauger <mmaug@yahoo.com>
3483
3484 * progmodes/sql.el: Bug fix
3485 (sql-get-login-ext): Save login values in globals.
3486 (sql-get-login): Use new version of `sql-get-login-ext'.
3487 (sql-interactive-mode): Set global `sql-connection' to nil.
3488 (sql-connect): Set global values for connection.
3489 (sql-product-interactive): Save global values as buffer local.
3490
2d44d9cc
LL
34912012-02-29 Leo Liu <sdl.web@gmail.com>
3492
3493 * abbrev.el (define-abbrevs): Reset sys to nil.
3494
96b49301 34952012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3496
bf7f9bc5
JB
3497 * files.el (file-equal-p): Rename from `files-equal-p'.
3498 Return nil when one or both files don't exist.
96b49301 3499 (file-subdir-of-p): Now only top directory must exists,
3500 return nil if it doesn't.
bf7f9bc5
JB
3501 (copy-directory): No need to test with `file-subdir-of-p' after
3502 creating dir.
3503 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
3504 to `file-equal-p'.
96b49301 3505
44e97401
GM
35062012-02-28 Glenn Morris <rgm@gnu.org>
3507
3508 * shell.el (shell-mode):
3509 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
3510 * play/landmark.el (landmark-font-lock-face-O):
3511 * play/handwrite.el (handwrite):
3512 * play/gomoku.el (gomoku-O):
3513 * net/browse-url.el (browse-url-browser-display):
3514 * international/mule.el (define-charset):
3515 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
3516 * filesets.el (filesets-find-file-delay):
3517 * eshell/em-xtra.el (eshell-xtra):
3518 * eshell/em-unix.el (eshell-grep):
3519 * emulation/viper.el (viper-mode):
3520 * emacs-lisp/regexp-opt.el (regexp-opt-group):
3521 * emacs-lisp/easymenu.el (easy-menu-define):
3522 * calendar/timeclock.el (timeclock-use-display-time):
3523 * bs.el (bs-mode):
3524 * bookmark.el (bookmark-save-flag):
3525 Doc fix (standardize possessive apostrophe usage).
3526
c98c6276
CY
35272012-02-27 Chong Yidong <cyd@gnu.org>
3528
bf7f9bc5
JB
3529 * emulation/viper-cmd.el (viper-intercept-ESC-key):
3530 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 3531
c98c6276
CY
3532 * font-lock.el (font-lock-specified-p): Rename from
3533 font-lock-spec-present. Callers changed.
3534
9c62cd04 35352012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 3536
bf7f9bc5
JB
3537 * emacs-lisp/package.el (package-compute-transaction):
3538 Handle holding a package version to t in package-load-list.
8ac9e529 3539
530739c9
MA
35402012-02-26 Michael Albinus <michael.albinus@gmx.de>
3541
3542 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
3543 (tramp-get-inode, tramp-get-device): Use cached values.
3544
487915d7
AM
35452012-02-26 Alan Mackenzie <acm@muc.de>
3546
3547 Check there is a font-lock specification before doing initial
3548 fontification.
3549
3550 * font-core.el (font-lock-mode): Move the conditional from
3551 :after-hook to font-lock-initial-fontify.
3552 (font-lock-default-function): Move the check for a specification
3553 to font-lock-spec-present.
3554
dc9924b8 3555 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
3556 (font-lock-spec-present): New function.
3557
4fd96557
JB
35582012-02-26 Jim Blandy <jimb@red-bean.com>
3559
3560 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
3561 (gdb-send): Apply it to the operand of the '-interpreter-exec
3562 console' command, so that we can pass arguments with (say) quotes
3563 in them. Store exact string sent in gdb-debug-log (Bug#10765).
3564
9a4888c0
CY
35652012-02-26 Chong Yidong <cyd@gnu.org>
3566
07498861
CY
3567 * help-fns.el (describe-function-1): Clarify description of
3568 remapping (Bug#10844).
3569
9a4888c0
CY
3570 * files.el (files-equal-p): Doc fix.
3571 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
3572 and quit the loop once a mismatch is found.
3573
ea8fb88d
JB
35742012-02-25 Juanma Barranquero <lekktu@gmail.com>
3575
3576 * bs.el (bs--show-with-configuration): Don't throw an error
3577 if the window cannot be split; otherwise, subsequent calls to
3578 bs-show fail, restoring a stale window config. (Bug#10882)
3579
525795c1
JD
35802012-02-25 Jan Djärv <jan.h.d@swipnet.se>
3581
3582 * term/ns-win.el (global-map): Bind ns-drag-file to
3583 ns-find-file (Bug#5855, Bug#10050).
3584
f008086f
AS
35852012-02-25 Andreas Schwab <schwab@linux-m68k.org>
3586
3587 * calendar/parse-time.el (parse-time-string): Allow extractor to
3588 return nil.
3589
a3fcfa99
MA
35902012-02-25 Michael Albinus <michael.albinus@gmx.de>
3591
91027d08
JB
3592 * net/tramp.el (tramp-file-name-for-operation):
3593 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
3594
3595 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
3596 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
3597 Add COPY-CONTENTS argument.
a3fcfa99 3598
67b0de11
CY
35992012-02-25 Chong Yidong <cyd@gnu.org>
3600
3601 Add custom groups for VC backends, for consistency with vc-bzr.
3602
3603 * vc/vc-arch.el (vc-arch):
3604 * vc/vc-cvs.el (vc-cvs):
3605 * vc/vc-git.el (vc-git):
3606 * vc/vc-hg.el (vc-hg):
3607 * vc/vc-mtn.el (vc-mtn):
3608 * vc/vc-rcs.el (vc-rcs):
3609 * vc/vc-sccs.el (vc-sccs):
3610 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
3611 All relevant defcustoms reassigned.
3612
3c9dfce6
CY
36132012-02-25 Chong Yidong <cyd@gnu.org>
3614
1339bf43
CY
3615 * newcomment.el (comment-styles): Add autoload (Bug#10868).
3616
3c9dfce6
CY
3617 * term/x-win.el (x-initialize-window-system): Reduce default for
3618 x-selection-timeout to 5 seconds (Bug#8869).
3619
25b2e303 36202012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3621
ec70a47d
GM
3622 * files.el (files-equal-p, file-subdir-of-p): New functions.
3623 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 3624 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
3625 * dired-aux.el (dired-copy-file-recursive): Same.
3626 (dired-create-files): Modify destination when source is equal to
3627 dest when copying files.
53a46cd0 3628 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 3629
914260cd
MA
36302012-02-24 Michael Albinus <michael.albinus@gmx.de>
3631
3632 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
3633 (Bug#10874)
3634
2cb228f7
AM
36352012-02-23 Alan Mackenzie <acm@muc.de>
3636
3637 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
3638 parameter "after-hook:" to allow the expansion to run code after
3639 the execution of the mode hooks.
3640
3641 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 3642 from font-lock-mode-internal.
2cb228f7 3643
91027d08 3644 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
3645 :after-hook.
3646
8f0fde21
SM
36472012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
3648
3e88618b
SM
3649 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
3650 (completion--cache-all-sorted-completions): New function.
3651 (completion-all-sorted-completions): Use it.
3652 (completion--do-completion, minibuffer-force-complete):
3653 Use it to re-instate the flush hook.
3654
8f0fde21
SM
3655 * icomplete.el (icomplete-completions): Replace last fix with a better
3656 one (bug#10850).
3657
8e911f6f
DG
36582012-02-23 Dmitry Gutov <dgutov@yandex.ru>
3659
3660 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
3661 when it might call us back infinitely (bug#10797).
3662
49fe4321
GM
36632012-02-23 Glenn Morris <rgm@gnu.org>
3664
3665 * minibuffer.el (completion-category-overrides): Doc fix.
3666
b291b572
SM
36672012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
3668
3669 * minibuffer.el (completion-table-with-context): Fix inf-loop.
3670 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
3671
31a9ef2e
GM
36722012-02-23 Glenn Morris <rgm@gnu.org>
3673
5e6e6794 3674 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
3675 (authors-obsolete-files-regexps, authors-ignored-files)
3676 (authors-ambiguous-files, authors-renamed-files-alist):
3677 Add more entries.
3678
0bd1e074
JL
36792012-02-23 Juri Linkov <juri@jurta.org>
3680
3681 * isearch.el (isearch-occur): Sync interactive spec with occur's
3682 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
3683
b617673c
JL
3684 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
3685
19e9789e
JL
36862012-02-22 Juri Linkov <juri@jurta.org>
3687
3688 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
3689 (ucs-insert): Doc fix. Check for hex digits in the string.
3690 Don't display `nil' in the error message. (Bug#10857)
3691
f41ce09d
AM
36922012-02-22 Alan Mackenzie <acm@muc.de>
3693
7a71b18d 3694 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 3695
ac2eceee
GM
36962012-02-22 Glenn Morris <rgm@gnu.org>
3697
3698 * ffap.el (ffap-c-path):
3699 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
3700
abd1f678
CY
37012012-02-22 Chong Yidong <cyd@gnu.org>
3702
3703 * custom.el (load-theme): Doc fix.
3704
f25aef2e
GM
37052012-02-22 Glenn Morris <rgm@gnu.org>
3706
3707 * dired-x.el (dired-guess-shell-alist-default):
3708 Remove escape sequences from nroff output. (Bug#172)
3709
5f8dc2ca
GM
37102012-02-21 Glenn Morris <rgm@gnu.org>
3711
6ff86ec4
GM
3712 * vc/emerge.el (emerge-defvar-local):
3713 Set `permanent-local' property rather than unused `preserved'.
3714
be3223a3 3715 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
3716 (picture-mode-map): Use it. (Bug#10860)
3717 (picture-mode): Doc fix.
3718
3fe58f4f
JB
37192012-02-21 Juanma Barranquero <lekktu@gmail.com>
3720
3721 * newcomment.el (uncomment-region-default): Remove unused binding.
3722
f9a998c3
GM
37232012-02-21 Glenn Morris <rgm@gnu.org>
3724
3725 * textmodes/picture.el (picture-motion, picture-motion-reverse)
3726 (picture-self-insert, picture-tab-chars): Doc fix.
3727 (picture-mode-map): Fix C-a, C-e.
3728
c6029348
GM
37292012-02-20 Glenn Morris <rgm@gnu.org>
3730
3731 * emacs-lisp/authors.el (authors-aliases): Add another entry.
3732
ab1ce9d7
LL
37332012-02-20 Leo Liu <sdl.web@gmail.com>
3734
3735 * icomplete.el (icomplete-completions): Check FROM arg before
3736 passing to substring (Bug#10850).
3737
0fd40f89
CY
37382012-02-19 Chong Yidong <cyd@gnu.org>
3739
3740 * comint.el: Require ansi-color.
3741 (comint-output-filter-functions): Add ansi-color-process-output.
3742
3743 * ansi-color.el: Don't set comint-output-filter-functions; it is
3744 now in the initial value defined in comint.el.
3745 (ansi-color-apply-face-function): New variable.
3746 (ansi-color-apply-on-region): Use it.
3747 (ansi-color-apply-overlay-face): New function.
3748
3749 * shell.el (shell): No need to require ansi-color.
3750 (shell-mode): Use ansi-color-apply-face-function to highlight
3751 color escapes using font-lock-face property (Bug#10835).
3752
20af2394
CY
37532012-02-19 Chong Yidong <cyd@gnu.org>
3754
3755 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
3756 mode-line formats (Bug#10839).
3757
e23a3fbe
GM
37582012-02-18 Glenn Morris <rgm@gnu.org>
3759
b474519e
GM
3760 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
3761
3762 * mail/undigest.el (unforward-rmail-message): Doc fix.
3763
e23a3fbe
GM
3764 * saveplace.el (save-place-ignore-files-regexp): Add :version.
3765
57939ff4
EZ
37662012-02-18 Eli Zaretskii <eliz@gnu.org>
3767
3768 * international/characters.el (script-list): Sync with the latest
3769 Unicode Character Database.
3770
0c23686e
AS
37712012-02-18 Andreas Schwab <schwab@linux-m68k.org>
3772
3773 * international/titdic-cnv.el: Remove duplicate coding tag.
3774 * language/cham.el: Likewise.
3775 * language/tai-viet.el: Likewise.
3776
6818b449
GM
37772012-02-18 Glenn Morris <rgm@gnu.org>
3778
3779 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
3780 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
3781 (calendar-bahai-all-holidays-flag, calendar-other-dates):
3782 * calendar/diary-lib.el (diary-abbreviated-year-flag):
3783 * calendar/holidays.el (holiday-bahai-holidays)
3784 (calendar-holidays, list-holidays):
3785 Use utf-8 Bahá'í in doc-strings, menus, etc.
3786
0311a3fc
TH
37872012-02-17 Tassilo Horn <tassilo@member.fsf.org>
3788
3789 * saveplace.el (save-place-ignore-files-regexp): New variable
3790 allowing for excluding files from saving their location of point.
3791 The default value matches the temporary commit message editing
3792 files from Git, SVN, Bazaar, and Mercurial.
3793 (save-place-to-alist): Use it.
3794
eb864a71
LM
37952012-02-17 Lawrence Mitchell <wence@gmx.li>
3796 Stefan Monnier <monnier@iro.umontreal.ca>
3797
3798 * newcomment.el (uncomment-region-default): Don't leave extra space
3799 when an arg is provided (bug#8150).
3800
ee0ce425
TZ
38012012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
3802
eb864a71 3803 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 3804
95ddf442
GM
38052012-02-17 Glenn Morris <rgm@gnu.org>
3806
3807 * net/socks.el: Require network-stream. (Bug#10599)
3808
48dd1e39 38092012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
3810
3811 * international/charprop.el:
3812 * international/uni-name.el:
3813 * international/uni-old-name.el:
3814 * international/uni-comment.el: Regenerate.
3815
d68cd087
GM
38162012-02-16 Glenn Morris <rgm@gnu.org>
3817
3818 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
3819 Interactively in calendar buffer, give an error if not on a date.
3820
13932042
GM
38212012-02-15 Glenn Morris <rgm@gnu.org>
3822
3823 * shell.el (shell-delimiter-argument-list):
3824 Revert 2011-02-17 change. (Bug#8027)
3825
c3a70e2b
CY
38262012-02-15 Chong Yidong <cyd@gnu.org>
3827
60236b0d
CY
3828 * minibuffer.el (completion-at-point-functions): Doc fix.
3829
c3a70e2b
CY
3830 * custom.el (defcustom): Doc fix; note use of defvar.
3831
9f26dc24
GM
38322012-02-15 Glenn Morris <rgm@gnu.org>
3833
3834 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
3835 Doc fixes.
3836
6546b134
GM
38372012-02-14 Glenn Morris <rgm@gnu.org>
3838
3839 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
3840
d29b2b4c
LI
38412012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
3842
3843 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
3844 way the ports list is computed.
835bdcba
LI
3845 (smtpmail-query-smtp-server): Prompt the user for a port number if
3846 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 3847
08dcdbc9
TZ
38482012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
3849
3850 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
3851
2605051a
GM
38522012-02-13 Glenn Morris <rgm@gnu.org>
3853
3854 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
3855
7ee99f32
TZ
38562012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
3857
3858 * net/gnutls.el (gnutls-trustfiles): New variable.
3859 (gnutls-negotiate): Use it.
3860
5f0af64f
LI
38612012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
3862
3863 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
3864 does its stuff if Gnus is running.
3865
c14fcc95
AM
38662012-02-13 Alan Mackenzie <acm@muc.de>
3867
3868 Fix a loop in c-set-fl-decl-start.
3869
7a71b18d 3870 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
3871 c-backward-syntactic-ws actually moves backwards.
3872
142b4d90
LL
38732012-02-13 Leo Liu <sdl.web@gmail.com>
3874
3875 * net/rcirc.el (rcirc-markup-attributes): Move point to the
3876 beginning so that all \C-o chars are removed.
3877
fa9958a6
TZ
38782012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
3879
dc9924b8 3880 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 3881
0bc5886a
AM
38822012-02-12 Alan Mackenzie <acm@muc.de>
3883
3884 Fix infinite loop with long macros.
4d6769e1 3885 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 3886
d4bd55e7
CY
38872012-02-12 Chong Yidong <cyd@gnu.org>
3888
3889 * window.el (display-buffer): Doc fix (Bug#10785).
3890
66f3fe22
GM
38912012-02-12 Glenn Morris <rgm@gnu.org>
3892
bd7da63e
GM
3893 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
3894 (x-disown-selection-internal, x-get-selection-internal):
3895 Sync docs with the xselect.c versions.
3896
66f3fe22
GM
3897 * allout-widgets.el: Add missing license notice.
3898
3e0d2fa7
GM
38992012-02-11 Glenn Morris <rgm@gnu.org>
3900
cfecdf09
GM
3901 * select.el (x-get-selection-internal, x-own-selection-internal)
3902 (x-disown-selection-internal):
3903 * x-dnd.el (x-get-selection-internal): Update declarations.
3904
6d216d7f
GM
3905 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
3906
2bed3f04
GM
3907 * window.el (window-sides-slots):
3908 * tool-bar.el (tool-bar-position):
3909 * term/xterm.el (xterm-extra-capabilities):
3910 * ses.el (ses-self-reference-early-detection):
3911 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
3912 (verilog-auto-wire-type)
3913 (verilog-auto-delete-trailing-whitespace)
3914 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
3915 (verilog-auto-tieoff-declaration):
3916 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
3917 (sql-oracle-statement-starters, sql-oracle-scan-on):
3918 * progmodes/prolog.el (prolog-align-comments-flag)
3919 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
3920 (prolog-left-indent-regexp, prolog-paren-indent-p)
3921 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
3922 (prolog-types, prolog-mode-specificators)
3923 (prolog-determinism-specificators, prolog-directives)
3924 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
3925 (prolog-electric-dot-flag)
3926 (prolog-electric-dot-full-predicate-template)
3927 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
3928 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
3929 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
3930 (prolog-program-switches, prolog-prompt-regexp)
3931 (prolog-debug-on-string, prolog-debug-off-string)
3932 (prolog-trace-on-string, prolog-trace-off-string)
3933 (prolog-zip-on-string, prolog-zip-off-string)
3934 (prolog-use-standard-consult-compile-method-flag)
3935 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
3936 (prolog-imenu-max-lines, prolog-info-predicate-index)
3937 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
3938 (prolog-char-quote-workaround):
3939 * progmodes/cc-vars.el (c-defun-tactic):
3940 * net/tramp.el (tramp-encoding-command-interactive)
3941 (tramp-local-end-of-line):
3942 * net/soap-client.el (soap-client):
3943 * net/netrc.el (netrc-file):
3944 * net/gnutls.el (gnutls):
3945 * minibuffer.el (completion-category-overrides)
3946 (completion-cycle-threshold)
3947 (completion-pcm-complete-word-inserts-delimiters):
3948 * man.el (Man-name-local-regexp):
3949 * mail/feedmail.el (feedmail-display-full-frame):
3950 * international/characters.el (glyphless-char-display-control):
3951 * eshell/em-ls.el (eshell-ls-date-format):
3952 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
3953 (lisp-lambda-list-keyword-parameter-indentation)
3954 (lisp-lambda-list-keyword-parameter-alignment):
3955 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
3956 * dired-x.el (dired-omit-verbose):
3957 * cus-theme.el (custom-theme-allow-multiple-selections):
3958 * calc/calc.el (calc-highlight-selections-with-faces)
3959 (calc-lu-field-reference, calc-lu-power-reference)
3960 (calc-note-threshold):
3961 * battery.el (battery-mode-line-limit):
3962 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
3963 (archive-7z-update):
3964 * allout.el (allout-prefixed-keybindings)
3965 (allout-unprefixed-keybindings)
3966 (allout-inhibit-auto-fill-on-headline)
3967 (allout-flattened-numbering-abbreviation):
3968 * allout-widgets.el (allout-widgets-auto-activation)
3969 (allout-widgets-icons-dark-subdir)
3970 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
3971 (allout-widgets-theme-dark-background)
3972 (allout-widgets-theme-light-background)
3973 (allout-widgets-item-image-properties-emacs)
3974 (allout-widgets-item-image-properties-xemacs)
3975 (allout-widgets-run-unit-tests-on-load)
3976 (allout-widgets-time-decoration-activity)
3977 (allout-widgets-hook-error-post-time)
3978 (allout-widgets-track-decoration):
3979 Add missing :version tags to new defcustoms and defgroups.
3980
5fec1b8e
GM
3981 * progmodes/sql.el (sql-ansi-statement-starters)
3982 (sql-oracle-statement-starters): Add custom type.
3983
3e0d2fa7
GM
3984 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
3985 (prolog-system-version): Give it a type.
3986
90b671e2
EZ
39872012-02-11 Eli Zaretskii <eliz@gnu.org>
3988
3989 * term/pc-win.el (x-select-text, x-selection-owner-p)
3990 (x-own-selection-internal, x-disown-selection-internal)
3991 (x-get-selection-internal): Sync doc strings and argument lists
3992 with xselect.c, common-win.el and x-win.el. (Bug#10783)
3993
5eac0c02
LL
39942012-02-11 Leo Liu <sdl.web@gmail.com>
3995
3996 * progmodes/python.el (python-end-of-statement): Fix infinite
3997 loop. (Bug#10788)
3998
f82cb659
GM
39992012-02-10 Glenn Morris <rgm@gnu.org>
4000
4001 * international/mule-cmds.el (unify-8859-on-encoding-mode)
4002 (unify-8859-on-decoding-mode): Properly mark as obsolete.
4003
cc26d239
LI
40042012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
4005
4006 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
4007 about SMTP before checking the From header.
4008
91027d08 4009 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
4010 into own function for reuse by emacsbug.el.
4011
1be3ca5a
LL
40122012-02-10 Leo Liu <sdl.web@gmail.com>
4013
4014 * subr.el (condition-case-unless-debug): Rename from
4015 condition-case-no-debug. All callers changed.
4016 (with-demoted-errors): Fix caller.
4017
4018 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
4019 * nxml/rng-valid.el (rng-do-some-validation):
4020 * emacs-lisp/package.el (package-refresh-contents)
4021 (package-menu-execute):
4022 * desktop.el (desktop-create-buffer):
91027d08 4023 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 4024
b011fbfe
GM
40252012-02-10 Glenn Morris <rgm@gnu.org>
4026
b2096d72
GM
4027 * textmodes/bibtex.el:
4028 Add missing :version tags for new/changed defcustoms.
4029
b011fbfe
GM
4030 * files.el (remote-file-name-inhibit-cache): Doc fixes.
4031
4c7e65bf
LI
40322012-02-09 Lars Ingebrigtsen <larsi@rusty>
4033
4034 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
4035 (smtpmail-via-smtp): Use it, or fall back on the From address.
4036 (smtpmail-send-it): Ditto.
4037
f3934f6f
SM
40382012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
4039
4040 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
4041 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
4042 (byte-compile-tmp-var): New const.
4043 (byte-compile-defvar): Use it to minimize .elc size.
4044 Just use `defvar' rather than simulate it (bug#10761).
4045
a075a2c5
GM
40462012-02-09 Glenn Morris <rgm@gnu.org>
4047
cf3aa21b
GM
4048 * files.el (rename-uniquely): Doc fix. (Bug#3806)
4049
354998cd
GM
4050 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
4051 Add :version tags.
4052
dc9924b8
SM
4053 * progmodes/compile.el (compilation-error-screen-columns)
4054 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 4055
dab3703d
GM
4056 * vc/log-view.el (log-view-toggle-entry-display):
4057 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
4058
3f88cd72
GM
4059 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
4060 (report-emacs-bug-can-use-xdg-email):
4061 (report-emacs-bug-insert-to-mailer): Doc fixes.
4062 (report-emacs-bug): Message fix.
4063
d95b247d
GM
4064 * net/browse-url.el (browse-url-can-use-xdg-open)
4065 (browse-url-xdg-open): Doc fixes.
4066
a075a2c5
GM
4067 * electric.el (electric-indent-mode, electric-pair-mode)
4068 (electric-layout-rules, electric-layout-mode): Doc fixes.
4069 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
4070
ffb6157e
MR
40712012-02-08 Martin Rudalics <rudalics@gmx.at>
4072
4073 * server.el (server-unselect-display): Don't inadvertently kill
4074 the current buffer. (Bug#10729)
4075
e1ac4066
GM
40762012-02-08 Glenn Morris <rgm@gnu.org>
4077
34e8a2da
GM
4078 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
4079 (sql-list-table): Doc fixes.
4080
b4ac6e8c
GM
4081 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
4082 Comment out (does nothing).
4083
e1ac4066
GM
4084 * completion.el (dynamic-completion-mode):
4085 * dirtrack.el (dirtrack-debug-mode):
4086 * electric.el (electric-layout-mode):
4087 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
4088 * face-remap.el (text-scale-mode, buffer-face-mode):
4089 * iimage.el (iimage-mode):
4090 * image-mode.el (image-transform-mode):
4091 * minibuffer.el (completion-in-region-mode):
4092 * scroll-lock.el (scroll-lock-mode):
4093 * simple.el (next-error-follow-minor-mode):
4094 * tar-mode.el (tar-subfile-mode):
4095 * tooltip.el (tooltip-mode):
4096 * vcursor.el (vcursor-use-vcursor-map):
4097 * wid-browse.el (widget-minor-mode):
4098 * emulation/tpu-edt.el (tpu-edt-mode):
4099 * emulation/tpu-extras.el (tpu-cursor-free-mode):
4100 * international/iso-ascii.el (iso-ascii-mode):
4101 * language/thai-util.el (thai-word-mode):
4102 * mail/supercite.el (sc-minor-mode):
4103 * net/goto-addr.el (goto-address-mode):
4104 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
4105 * progmodes/cwarn.el (cwarn-mode):
4106 * progmodes/flymake.el (flymake-mode):
4107 * progmodes/glasses.el (glasses-mode):
4108 * progmodes/hideshow.el (hs-minor-mode):
4109 * progmodes/pascal.el (pascal-outline-mode):
4110 * textmodes/enriched.el (enriched-mode):
4111 * vc/smerge-mode.el (smerge-mode):
4112 Doc fixes (minor mode argument).
4113
5e0d957f
EZ
41142012-02-07 Eli Zaretskii <eliz@gnu.org>
4115
4116 * ls-lisp.el (ls-lisp-sanitize): New function.
4117 (ls-lisp-insert-directory): Use it to fix or remove any elements
4118 in file-alist with missing attributes. (Bug#4673)
4119
98d7371e
AM
41202012-02-07 Alan Mackenzie <acm@muc.de>
4121
4122 Fix spurious recognition of c-in-knr-argdecl.
4123
4124 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
4125 putative K&R region.
4126
667ced3a
AM
41272012-02-07 Alan Mackenzie <acm@muc.de>
4128
eb864a71
LM
4129 * progmodes/cc-engine.el (c-forward-objc-directive):
4130 Prevent looping in "#pragma mark @implementation".
667ced3a 4131
5b77774d
MA
41322012-02-07 Michael Albinus <michael.albinus@gmx.de>
4133
4134 * notifications.el (notifications-on-closed-signal): Make `reason'
4135 optional. (Bug#10744)
4136
af008560
GM
41372012-02-07 Glenn Morris <rgm@gnu.org>
4138
60d47423
GM
4139 * emacs-lisp/easy-mmode.el (define-minor-mode):
4140 Doc fixes for the macro and the mode it defines.
4141
dd605cc4
GM
4142 * image.el (imagemagick-types-inhibit): Doc fix.
4143
af008560
GM
4144 * cus-start.el (imagemagick-render-type): Add it.
4145
5cc59a37
LI
41462012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
4147
4d6769e1
JB
4148 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
4149 Set the default at load time, too, so that `font-lock-fontify-buffer'
4150 can be called without setting up the entire mode first. This fixes
4151 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 4152
9a6dd747
CY
41532012-02-06 Chong Yidong <cyd@gnu.org>
4154
2d16b285
CY
4155 * simple.el (list-processes--refresh): Delete exited processes
4156 (Bug#8094).
4157
171e9b6e
CY
4158 * comint.el (comint-next-prompt): next-single-char-property-change
4159 and prev-single-char-property-change never return nil (Bug#8657).
4160
9a6dd747
CY
4161 * custom.el (defcustom): Doc fix (Bug#9711).
4162
aa4589a7
CY
41632012-02-05 Chong Yidong <cyd@gnu.org>
4164
5c2a252f
CY
4165 * cus-edit.el (custom-variable-reset-backup): Quote the value
4166 before storing it in the customized-value property (Bug#6712).
4aab9006 4167 (custom-display): Add a customization type tag.
983b9602 4168 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 4169
aa4589a7
CY
4170 * wid-edit.el (widget-field-value-get): New optional arg to
4171 suppress trailing whitespace truncation.
4172 (character): Use it (Bug#2689).
4173
1ff980ae
AS
41742012-02-05 Andreas Schwab <schwab@linux-m68k.org>
4175
4176 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
4177 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
4178
03988c98
CY
41792012-02-05 Chong Yidong <cyd@gnu.org>
4180
eeb6cc88
CY
4181 * cus-edit.el (custom-variable-value-create): For mismatched
4182 types, show the current value (Bug#7600).
4183
03988c98
CY
4184 * custom.el (defcustom): Doc fix.
4185
f8cdeef0
GM
41862012-02-05 Glenn Morris <rgm@gnu.org>
4187
4188 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
4189
0696d255
JB
41902012-02-05 Juanma Barranquero <lekktu@gmail.com>
4191
4192 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
4193 (pp-buffer): Use `ignore-errors', `looking-at-p'.
4194 (pp-last-sexp): Use `looking-at-p'.
4195
34c99998
GM
41962012-02-04 Glenn Morris <rgm@gnu.org>
4197
8f05da42
GM
4198 * files.el (revert-buffer):
4199 Doc fix (mention revert-buffer-in-progress-p).
4200
f160676e
GM
4201 * emacs-lisp/ert-x.el (ert-simulate-command):
4202 Check deferred-action-list (which is obsolete) is bound.
4203
c7291ad9
GM
4204 * subr.el (with-wrapper-hook): Doc fixes.
4205
34c99998
GM
4206 * simple.el (filter-buffer-substring-functions)
4207 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
4208
6283a7d3
LL
42092012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
4210
4211 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
4212 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
4213
e96e3013
LL
42142012-02-04 Leo Liu <sdl.web@gmail.com>
4215
4216 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
4217
8ded50f2
GM
42182012-02-04 Glenn Morris <rgm@gnu.org>
4219
82ff1d13
GM
4220 * image.el (image-extension-data): Add obsolete alias.
4221
987a0a16
GM
4222 * isearch.el (isearch-update): Doc fix.
4223
ea32ef46
GM
4224 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
4225
8ded50f2
GM
4226 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
4227
eea14f31
GM
42282012-02-03 Glenn Morris <rgm@gnu.org>
4229
4230 * image.el (image-animated-p): Doc fix. Use image-animated-types.
4231 (image-animate-timeout): Doc fix.
4232
4233 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
4234
12f381b7
GM
42352012-02-02 Glenn Morris <rgm@gnu.org>
4236
953cebf5
GM
4237 * server.el (server-auth-dir): Doc fix.
4238 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
4239
12f381b7
GM
4240 * subr.el (run-mode-hooks): Doc fix.
4241
953a8c3b
JL
42422012-02-02 Juri Linkov <juri@jurta.org>
4243
4244 * image-mode.el (image-toggle-display-image): Remove tautological
4245 `major-mode' from the `derived-mode-p' test.
4246
c5d3843c
KH
42472012-02-02 Kenichi Handa <handa@m17n.org>
4248
9f6e692e 4249 * composite.el (compose-region): Cancel previous change.
c5d3843c 4250
159462d4 42512012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
4252
4253 * composite.el (compose-region, compose-string): Signal error for
4254 a null string component (Bug#6988).
4255
9f562668
CY
42562012-02-01 Chong Yidong <cyd@gnu.org>
4257
e2cef717
CY
4258 * view.el (view-buffer-other-window, view-buffer-other-frame):
4259 Handle special modes like view-buffer (Bug#10650).
4260 (view-buffer): Simplify.
4261
9f562668
CY
4262 * frame.el (set-frame-font): Tweak meaning of third argument.
4263
9f6e692e
JB
4264 * dynamic-setting.el (font-setting-change-default-font):
4265 Use set-frame-font (Bug#9982).
9f562668 4266
781acb9f
GM
42672012-02-01 Glenn Morris <rgm@gnu.org>
4268
6035be52
GM
4269 * progmodes/compile.el (compilation-internal-error-properties):
4270 Respect compilation-first-column in the "*compilation*" buffer.
4271
781acb9f
GM
4272 * emacs-lisp/easy-mmode.el (define-minor-mode):
4273 Relax :variable's test for a named function.
4274
abbceb00
AM
42752012-01-31 Alan Mackenzie <acm@muc.de>
4276
4277 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
4278 off by one error.
4279
fce3fdeb
CY
42802012-01-31 Chong Yidong <cyd@gnu.org>
4281
4282 * frame.el (set-frame-font): New arg ALL-FRAMES.
4283
4284 * menu-bar.el (menu-set-font): Use set-frame-font.
4285
4286 * faces.el (face-spec-reset-face): Don't apply unspecified
4287 attribute values to the default face.
4288
47893581
JB
42892012-01-31 Juanma Barranquero <lekktu@gmail.com>
4290
4291 * progmodes/cwarn.el (cwarn): Remove dead link.
4292 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
4293 Remove * from defcustom docstrings.
4294 (turn-on-cwarn-mode): Make obsolete.
4295 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
4296 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
4297
e58e988a
GM
42982012-01-31 Glenn Morris <rgm@gnu.org>
4299
60dc2671 4300 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 4301 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 4302 Allow named functions to be used as the cdr of :variable.
e58e988a 4303
7a3f511d
GM
43042012-01-30 Glenn Morris <rgm@gnu.org>
4305
4306 * emacs-lisp/authors.el (authors-fixed-entries):
4307 Remove reference to deleted file rnewspost.el.
4308
cb882333
JB
43092012-01-29 Juanma Barranquero <lekktu@gmail.com>
4310
4311 * window.el (window-with-parameter): Remove unused variable `windows'.
4312 (window--side-check): Remove unused variable `code'.
4313 (window--resize-siblings): Remove unused variable `first'.
4314 (adjust-window-trailing-edge): Remove unused variable `failed'.
4315 (window-deletable-p, window--delete): Remove unused variable `buffer'.
4316 Use `let', not `let*'.
4317 (balance-windows-2): Remove unused variable `found'.
4318 (window--state-put-2): Remove unused variable `splits'.
4319 (window-state-put): Remove unused variable `selected'.
4320 (same-window-p): Use `string-match-p'.
4321 (display-buffer-assq-regexp): Remove unused variable `value'.
4322 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4323 Mark argument ALIST as ignored.
4324 (pop-to-buffer): Remove unused variable `old-window'.
4325
907201af
EZ
43262012-01-29 Eli Zaretskii <eliz@gnu.org>
4327
4328 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
4329 and .lzma compressed files.
4330
ea162670
CY
43312012-01-29 Chong Yidong <cyd@gnu.org>
4332
5b95ee8a
CY
4333 * frame.el (window-system-default-frame-alist): Doc fix.
4334
ea162670
CY
4335 * dynamic-setting.el (font-setting-change-default-font): Don't
4336 change the default face if SET-FONT argument is non-nil (Bug#9982).
4337
d6e6f4b1
SB
43382012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
4339
4340 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
4341
0f29fa41 43422012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
4343
4344 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
4345 breakpoints in files outside current directory (Bug#6098).
4346
db174434
CY
43472012-01-29 Chong Yidong <cyd@gnu.org>
4348
6b25e4e2
SE
4349 * progmodes/python.el: Require ansi-color at top-level.
4350
6df6ae42
JB
4351 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
4352 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
4353 (lisp-mode-abbrev-table): Add doc.
4354 (lisp-mode-variables): Don't set local-abbrev-table.
4355 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
4356
e70ee681
RW
43572012-01-28 Roland Winkler <winkler@gnu.org>
4358
4359 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
4360
ace88aa2
RW
43612012-01-28 Roland Winkler <winkler@gnu.org>
4362
4363 * textmodes/bibtex.el (bibtex-entry-alist): New function.
4364 (bibtex-set-dialect): Use it. Either set global values of
4365 dialect-dependent variables or bind these variables buffer-locally
4366 (Bug#10254).
4367 (bibtex-mode): Call bibtex-set-dialect via
4368 hack-local-variables-hook.
eb864a71
LM
4369 (bibtex-dialect): Update docstring.
4370 Add safe-local-variable predicate.
ace88aa2
RW
4371 (bibtex-entry-alist, bibtex-field-alist): Initialize via
4372 bibtex-set-dialect.
4373 (bibtex-mode-map): Define menu for each dialect.
4374 (bibtex-entry): Fix docstring.
4375
93376c5b
CY
43762012-01-28 Chong Yidong <cyd@gnu.org>
4377
4378 * eshell/esh-arg.el (eshell-quote-argument): New function.
4379
4380 * eshell/esh-ext.el (eshell-invoke-batch-file):
4381 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
4382 first arg to eshell-parse-command (Bug#10523).
4383
4372494f
DA
43842012-01-28 Drew Adams <drew.adams@oracle.com>
4385
4386 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
4387 `default-directory' is non-nil.
4388
4d4ec1f8
EZ
43892012-01-28 Eli Zaretskii <eliz@gnu.org>
4390
4391 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
4392 line that displays system-configuration-options. (Bug#9924)
4393
7c188927
DA
43942012-01-28 Drew Adams <drew.adams@oracle.com>
4395
4396 * descr-text.el (describe-char): Show information about POS, in
4397 addition to information about the character at POS. Improve and
4398 update the doc string. Change "code point" to "code point in
4399 charset", to avoid confusion with the character's Unicode code
4400 point shown above that. (Bug#10129)
4401
e0da685a
EZ
44022012-01-28 Eli Zaretskii <eliz@gnu.org>
4403
4404 * descr-text.el (describe-char): Show the raw character, not only
4405 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
4406 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
4407 for the reasons.
4408
70550acf
PH
44092012-01-28 Phil Hagelberg <phil@hagelb.org>
4410
eb864a71
LM
4411 * emacs-lisp/package.el (package-install):
4412 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 4413
0ce8e868
CY
44142012-01-28 Chong Yidong <cyd@gnu.org>
4415
cb882333
JB
4416 * emacs-lisp/package.el (package-maybe-load-descriptor):
4417 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
4418 (package-maybe-load-descriptor): Use it.
4419 (package-download-transaction): Fully load required packages
4420 inside the loop, so that `require' calls work (Bug#10593).
4421 (package-install): No need to call package-initialize now.
4422
2e7f3bea
CY
44232012-01-28 Chong Yidong <cyd@gnu.org>
4424
6e9bad14
CY
4425 * simple.el (deactivate-mark): Doc fix (Bug#8614).
4426
f823b8ca
CY
4427 * tooltip.el (tooltip-mode): Doc fix.
4428 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
4429
2680c309
CY
4430 * frame.el (set-cursor-color): Doc fix (Bug#352).
4431
d7a9e63b
CY
4432 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
4433 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
4434
2e7f3bea
CY
4435 * cus-edit.el (custom-buffer-create-internal): Fix search button
4436 action (Bug#10542).
2ae01800 4437 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 4438
fc4f7a23
EW
44392012-01-27 Eduard Wiebe <usenet@pusto.de>
4440
4441 * dired.el (dired-mark-files-regexp):
4442 Include any subdirectory components. (Bug#10445)
4443
7dd37071
ML
44442012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
4445
4446 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
4447 Handle [host]:port syntax. (Bug#10533)
4448
a268160b
AH
44492012-01-27 Alex Harsanyi <harsanyi@mac.com>
4450
4451 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
4452
e43273ef
GM
44532012-01-26 Glenn Morris <rgm@gnu.org>
4454
4455 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
4456 * term.el (term-raw-escape-map): Use Control-X-prefix.
4457 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
4458
1edf595d
MR
44592012-01-25 Martin Rudalics <rudalics@gmx.at>
4460
4461 * window.el (window-state-get, window--state-get-1): Don't deal
4462 with fixed-sizeness of windows. Simplify code.
4463
fa8eafef
JC
44642012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
4465
6df6ae42
JB
4466 * window.el (window--state-get-1, window--state-put-2):
4467 Don't save and restore the mark.
fa8eafef 4468
0b21c100
CY
44692012-01-25 Chong Yidong <cyd@gnu.org>
4470
4471 * custom.el (custom-variable-p): Doc fix.
4472
5ae1a6c8
GM
44732012-01-25 Glenn Morris <rgm@gnu.org>
4474
40047858
GM
4475 * dired.el (dired-goto-file): Handle some of the more common
4476 characters that `ls -b' escapes. (Bug#10596)
4477
5ddce96c
GM
4478 * progmodes/compile.el (compilation-next-error-function):
4479 Respect compilation-first-column in the "*compilation*" buffer.
4480 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
4481
5ae1a6c8
GM
4482 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
4483
b559f1a9
GM
44842012-01-24 Glenn Morris <rgm@gnu.org>
4485
4486 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
4487
6725d21a
JD
44882012-01-24 Julien Danjou <julien@danjou.info>
4489
4490 * color.el (color-rgb-to-hsl): Fix value computing.
4491 (color-hue-to-rgb): New function.
4492 (color-hsl-to-rgb): New function.
4493 (color-clamp, color-saturate-hsl, color-saturate-name)
4494 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4495 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4496
70df4bbe
GM
44972012-01-24 Glenn Morris <rgm@gnu.org>
4498
4499 * vc/vc-rcs.el (vc-rcs-create-tag):
4500 * vc/vc-sccs.el (vc-sccs-create-tag):
4501 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
4502
802a2ae2
ML
45032012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
4504
4505 * eshell/esh-util.el (eshell-read-hosts-file):
4506 Skip comment lines. (Bug#10549)
4507
d7128bb1
ML
4508 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
4509
d1a5c3b4
JB
45102012-01-23 Juanma Barranquero <lekktu@gmail.com>
4511
2724d9c7
JB
4512 * subr.el (display-delayed-warnings): Doc fix.
4513 (collapse-delayed-warnings): New function to collapse identical
4514 adjacent warnings.
4515 (delayed-warnings-hook): Add it.
d1a5c3b4 4516
a5509865
MA
45172012-01-22 Michael Albinus <michael.albinus@gmx.de>
4518
4519 * net/tramp.el (tramp-action-login): Set connection property "login-as".
4520
4521 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
4522 properties, when "login-as" is set.
4523
4524 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
4525 (tramp-default-user-alist): Don't add "pscp".
4526 (tramp-do-copy-or-rename-file-out-of-band): Use connection
4527 property "login-as", if set. (Bug#10530)
4528
cc6d5805
MA
45292012-01-21 Michael Albinus <michael.albinus@gmx.de>
4530
4531 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
4532 "plink1" and "psftp". (Bug#10530)
4533
45342012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
4535
4536 * international/mule-cmds.el (prefer-coding-system): Show a
4537 warning message if the default value of file-name-coding-system
4538 was not changed.
4539
f0960428
JC
45402012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
4541
cb882333
JB
4542 * windmove.el (windmove-reference-loc):
4543 Fix windmove-reference-loc miscalculation.
f0960428 4544
dd6f2a63
JB
45452012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
4546
4547 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
4548 default unit.
4549
7b447e9b
GM
45502012-01-21 Glenn Morris <rgm@gnu.org>
4551
117a9ea1
GM
4552 * international/mule.el (auto-coding-alist): Add .tbz.
4553
7b447e9b
GM
4554 * files.el (local-enable-local-variables): Doc fix.
4555 (inhibit-local-variables-regexps): Rename from
4556 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
4557 Doc fix. Add some extensions from auto-coding-alist.
4558 (inhibit-local-variables-suffixes):
4559 Rename from inhibit-first-line-modes-suffixes. Doc fix.
4560 (inhibit-local-variables-p):
4561 New function, extracted from set-auto-mode-1.
4562 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
4563 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
4564 (hack-local-variables): Doc fix. Make the mode-only case
4565 respect enable-local-variables and friends.
4566 Respect inhibit-local-variables-regexps for file-locals, but
4567 not for directory-locals.
4568 (set-visited-file-name):
4569 Take account of inhibit-local-variables-regexps.
4570 Whether it applies may change as the file name is changed.
4571 * jka-cmpr-hook.el (jka-compr-install):
4572 * jka-compr.el (jka-compr-uninstall):
4573 Update for inhibit-first-line-modes-suffixes name change.
4574
dd6e3cdd
MR
45752012-01-20 Martin Rudalics <rudalics@gmx.at>
4576
4577 * help-macro.el (make-help-screen): Temporarily restore original
4578 binding for minor-mode-map-alist (Bug#10454).
4579
0d0deb38
JD
45802012-01-19 Julien Danjou <julien@danjou.info>
4581
4582 * color.el (color-name-to-rgb): Use the white color to find the max
4583 color component value and return correctly computed values.
4584 (color-name-to-rgb): Add missing float conversion for max value.
4585
34a02f46
MR
45862012-01-19 Martin Rudalics <rudalics@gmx.at>
4587
4588 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
4589 special state value for window-persistent-parameters.
4590 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
4591 (window--state-put-2): Reset all window parameters to nil before
4592 assigning values of persistent parameters.
4593
606c44c4
AM
45942012-01-18 Alan Mackenzie <acm@muc.de>
4595
4596 Eliminate sluggishness and hangs in fontification of "semicolon
4597 deserts".
4598
cb882333
JB
4599 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
4600 Change value 10000 -> 3000.
606c44c4
AM
4601 (c-state-safe-place): Reformulate so it doesn't stack up an
4602 infinite number of wrong entries in c-state-nonlit-pos-cache.
4603 (c-determine-limit-get-base, c-determine-limit): New functions to
4604 determine backward search limits disregarding literals.
4605 (c-find-decl-spots): Amend commenting.
4606 (c-cheap-inside-bracelist-p): New function which detects "={".
4607
4608 * progmodes/cc-fonts.el
4609 (c-make-font-lock-BO-decl-search-function): Give a limit to a
4610 backward search.
4611 (c-font-lock-declarations): Fix an occurrence of point being
4612 undefined. Check additionally for point being in a bracelist or
4613 near a macro invocation without a semicolon so as to avoid a
4614 fruitless time consuming search for a declarator. Give a more
4615 precise search limit for declarators using the new
4616 c-determine-limit.
4617
f3860cea
GM
46182012-01-18 Glenn Morris <rgm@gnu.org>
4619
4620 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
4621 (set-auto-mode): Doc fixes.
4622
1db03b16
GM
46232012-01-17 Glenn Morris <rgm@gnu.org>
4624
0e6038be
GM
4625 * isearch.el (search-nonincremental-instead): Fix doc typo.
4626
1db03b16
GM
4627 * dired.el (dired-insert-directory): Handle newlines in directory name.
4628 (dired-build-subdir-alist): Unescape newlines in directory name.
4629
4cb0aa75
MA
46302012-01-17 Michael Albinus <michael.albinus@gmx.de>
4631
4632 * net/tramp.el (tramp-local-end-of-line): New defcustom.
4633 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
4634 (tramp-action-terminal): Use it. (Bug#10530)
4635
1d00653d
SM
46362012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4637
4638 * minibuffer.el (completion--replace): Strip properties (bug#10062).
4639
6a6ee00d
MR
46402012-01-16 Martin Rudalics <rudalics@gmx.at>
4641
4642 * window.el (window-state-ignored-parameters): Remove variable.
4643 (window--state-get-1): Rename argument MARKERS to IGNORE.
4644 Handle persistent window parameters. Make copy of clone-of
4645 parameter only if requested. (Bug#10348)
4646 (window--state-put-2): Install a window parameter only if it has
4647 a non-nil value or an existing parameter shall be overwritten.
4648
97912def
MA
46492012-01-15 Michael Albinus <michael.albinus@gmx.de>
4650
4651 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
4652
688070a5
EZ
46532012-01-14 Eli Zaretskii <eliz@gnu.org>
4654
4655 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
4656 don't pass the (nil) value of `upnode' to string-match.
4657
301afadc
CY
46582012-01-14 Chong Yidong <cyd@gnu.org>
4659
4660 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 4661 Fix values recognized by the cursorBlink resource.
301afadc 4662
9e5788aa
PE
46632012-01-14 Paul Eggert <eggert@cs.ucla.edu>
4664
4665 * epg.el (epg--make-temp-file): Avoid permission race condition
4666 when running on old Emacs versions (bug#10403).
4667
3cdb7f5a
GM
46682012-01-14 Glenn Morris <rgm@gnu.org>
4669
4670 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
4671
8c82b1b4
AM
46722012-01-13 Alan Mackenzie <acm@muc.de>
4673
4674 Fix filling for when filladapt mode is enabled.
4675
4676 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
4677 c-mask-paragraph, pass in `fill-paragraph' rather than
4678 `fill-region-as-paragraph'. (This is a reversion of a previous
4679 change.)
eb864a71
LM
4680 * progmodes/cc-mode.el (c-basic-common-init):
4681 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 4682
e517eda4
GM
46832012-01-13 Glenn Morris <rgm@gnu.org>
4684
1498536e
GM
4685 * dired.el (dired-switches-escape-p): New function.
4686 (dired-insert-directory): Use dired-switches-escape-p.
4687 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
4688
e517eda4
GM
4689 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
4690
328f984d
GM
46912012-01-12 Glenn Morris <rgm@gnu.org>
4692
4693 * mail/sendmail.el (mail-mode): Update paragraph-separate for
4694 changes in adaptive-fill-regexp. (Bug#10276)
4695
2cc769a8
AM
46962012-01-11 Alan Mackenzie <acm@muc.de>
4697
4698 Fix Emacs bug #10463 - put `widen's around the critical spots.
4699
1d00653d 4700 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
4701 widen around each invocation of c-state-pp-to-literal. Remove an
4702 unused let variable.
4703
e52c37fa
GM
47042012-01-11 Glenn Morris <rgm@gnu.org>
4705
4706 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 4707 Doc fix.
e52c37fa 4708
96f8741e
CY
47092012-01-10 Chong Yidong <cyd@gnu.org>
4710
1d00653d
SM
4711 * net/network-stream.el (network-stream-open-starttls):
4712 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
4713 response to the capability command.
4714
b09a806e
GM
47152012-01-10 Glenn Morris <rgm@gnu.org>
4716
4717 * mail/unrmail.el (unrmail): Tweak previous change.
4718
7655cb66
CY
47192012-01-09 Chong Yidong <cyd@gnu.org>
4720
4721 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
4722
9d5a8f0b
AM
47232012-01-08 Alan Mackenzie <acm@muc.de>
4724
4725 Optimise font locking in long enum definitions.
4726
4727 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
4728 arm to a cond form to handle enums.
4729 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
4730 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
4731
9a0115ab 47322012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
4733
4734 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 4735 (Bug#10401)
6bb72cbd 4736
f186bb95
LMI
47372012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4738
29232a68
LMI
4739 * faces.el (set-face-attribute): Clarify the meaning of the nil
4740 frame (bug#10294).
4741
4e5d086d
LMI
4742 * subr.el (with-selected-frame): Mention that the selected frame
4743 is restored (bug#9980).
4744
8e66aebe
LMI
4745 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
4746 (bug#9759).
4747
cd394be1 4748 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
4749 (password-read): Don't autoload unused function.
4750
adf4e762
JB
47512012-01-07 Juanma Barranquero <lekktu@gmail.com>
4752
4753 * progmodes/which-func.el (which-func-mode): Turn into a
4754 non-interactive function and mark as obsolete (bug#10428).
4755
89bd9ccd
CY
47562012-01-06 Chong Yidong <cyd@gnu.org>
4757
4758 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
4759 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
4760 functions, along with 1 and -1.
4761
4afee9d5
EZ
47622012-01-06 Eli Zaretskii <eliz@gnu.org>
4763
4764 * time.el (display-time-load-average)
4765 (display-time-default-load-average): Doc fixes. See the thread
4766 starting at
4767 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
4768 for the details.
4769
536aea70
GM
47702012-01-06 Glenn Morris <rgm@gnu.org>
4771
665ae865
GM
4772 * mail/unrmail.el (unrmail): Give an explicit error if the input file
4773 has no messages. (Bug#10377)
4774
c869783d
GM
4775 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
4776 than Info-edit. (Bug#10385)
4777
2bb4227e
GM
4778 * time.el (display-time-load-average, display-time-next-load-average):
4779 Doc fixes.
4780
7d5944b9
GM
4781 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
4782 local setting of buffer-read-only to the input buffer. (Bug#10419)
4783
536aea70
GM
4784 * calendar/calendar.el (calendar-mode):
4785 Locally set scroll-margin to 0. (Bug#10379)
4786
7dccca16
UM
47872012-01-06 Ulrich Mueller <ulm@gentoo.org>
4788
4789 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
4790
afbb7930
GM
47912012-01-05 Glenn Morris <rgm@gnu.org>
4792
4793 * eshell/em-unix.el (diff-no-select): Autoload it.
4794 (eshell/diff): Use diff-no-select. (Bug#10420)
4795
04482335
CY
47962012-01-05 Chong Yidong <cyd@gnu.org>
4797
7baca3bc
CY
4798 * shell.el (shell-dynamic-complete-functions): Revert last change.
4799 (shell-command-completion-function): New function.
4800 (shell-completion-vars): Use it to implement
4801 shell-completion-execonly (Bug#10417).
4802
04482335
CY
4803 * custom.el (enable-theme): Don't set custom-safe-themes.
4804
1d00653d
SM
4805 * cus-theme.el (custom-theme-merge-theme):
4806 Ignore custom-enabled-themes and custom-safe-themes.
04482335 4807
bb5aa5d6
MM
48082012-01-05 Michael R. Mauger <mmaug@yahoo.com>
4809
4810 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
4811 first prompt in `sql-interacive-mode'.
4812 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 4813 keywords.
6df6ae42 4814 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
4815 (sql-product-interactive): Bug fix: Set `sql-buffer' in
4816 context of original buffer. Invoke `sql-login-hook'.
4817
a7183d7c
EZ
48182012-01-04 Eli Zaretskii <eliz@gnu.org>
4819
4820 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
4821 letters in cite-prefix.
4822
a1eacd1e
LMI
48232012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4824
4825 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
4826
787cdb34
CY
48272012-01-03 Chong Yidong <cyd@gnu.org>
4828
1d00653d
SM
4829 * shell.el (shell-dynamic-complete-functions):
4830 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
4831 comint-filename-completion first (Bug#10417).
4832
30710442
RS
48332012-01-02 Richard Stallman <rms@gnu.org>
4834
4835 * battery.el (battery-status-function):
4836 Detect when to use battery-yeeloong-sysfs.
4837 (battery-echo-area-format): Add string for Yeeloong.
4838 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
4839 (battery-yeeloong-sysfs): New function.
4840
f75bfc33
CY
48412012-01-02 Chong Yidong <cyd@gnu.org>
4842
4843 * dirtrack.el (dirtrack-list): Eliminate unused third element.
4844 (dirtrack): Merge code for handling relative filenames in prompt
4845 from shell-dir-cookie-watcher.
4846 (dirtrack-debug-message): New arg to avoid excess format calls.
4847
4848 * shell.el (shell-dir-cookie-re): Variable deleted.
4849 (shell-dir-cookie-watcher): Function deleted.
4850 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
4851 with dirtrack-mode.
4852
651e947e
EZ
48532012-01-01 Eli Zaretskii <eliz@gnu.org>
4854
1d00653d
SM
4855 * term/w32-win.el (dynamic-library-alist) <gnutls>:
4856 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
4857 libgnutls-26.dll.
4858
94d4c7dc
AS
48592011-12-31 Andreas Schwab <schwab@linux-m68k.org>
4860
4861 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
4862
8d43f3cd
EZ
48632011-12-31 Eli Zaretskii <eliz@gnu.org>
4864
4865 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
4866 headers of non-MIME messages, when rmail-enable-mime is non-nil.
4867
98c8795a
MA
48682011-12-29 Michael Albinus <michael.albinus@gmx.de>
4869
4870 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
4871 also for alternative shells.
4872 (tramp-open-connection-setup-interactive-shell): Check, whether
4873 the shell is a busybox.
4874 (tramp-send-command): Don't suppress multiple prompts for
4875 busyboxes, it hurts.
4876
51281b32
CY
48772011-12-28 Chong Yidong <cyd@gnu.org>
4878
4879 * progmodes/gdb-mi.el (gdb-get-source-file-list)
4880 (gdb-get-source-file): Move mode line update to
4881 gdb-get-source-file (Bug#10087).
4882
2170cb53
CY
48832011-12-25 Chong Yidong <cyd@gnu.org>
4884
4885 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
4886 gud-gdb-marker-filter without taking it as an argument.
4887 (gud-gdb-run-command-fetch-lines): Caller changed.
4888 (gud-gdb-completion-function): New variable.
4889 (gud-gdb-completion-at-point): Use it.
4890 (gud-gdb-completions-1): Split from gud-gdb-completions.
4891
4892 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
4893 function as separate arguments.
4894 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
4895 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
4896 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
4897 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
4898 (gdb-stopped, def-gdb-auto-update-trigger)
4899 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
4900 (gdb-get-changed-registers, gdb-get-main-selected-frame):
4901 Callers changed.
2170cb53
CY
4902 (gud-gdbmi-completions): New function.
4903 (gdb): Use it for generating the completion table.
4904
be8b11bb
AM
49052011-12-24 Alan Mackenzie <acm@muc.de>
4906
4907 Introduce a mechanism to widen the region used in context font
1d00653d 4908 locking. Use this to protect declarations from losing their contexts.
be8b11bb 4909
1d00653d
SM
4910 * progmodes/cc-langs.el (c-before-font-lock-functions):
4911 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 4912 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
4913 functions to be run just before context (etc.) font locking.
4914
4915 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 4916 New, functionality extracted from
be8b11bb 4917 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 4918 (c-in-after-change-fontification): New variable.
be8b11bb
AM
4919 (c-after-change): Set c-in-after-change-fontification.
4920 (c-set-fl-decl-start): Rejig its interface, so it can be called
4921 from both after-change and context fontifying.
b81d40f0
JB
4922 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
4923 New functions.
4924 (c-standard-font-lock-fontify-region-function): New variable.
4925 (c-font-lock-fontify-region): New function.
be8b11bb 4926
341cf6ac
JL
49272011-12-24 Juri Linkov <juri@jurta.org>
4928
4929 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
4930 (Bug#10348)
4931
bffcee0a
MA
49322011-12-23 Michael Albinus <michael.albinus@gmx.de>
4933
4934 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
4935 existence of source file. (Bug#10325)
4936
cb5e207c
AM
49372011-12-23 Alan Mackenzie <acm@muc.de>
4938
4939 Fix unstable fontification inside templates.
4940
b81d40f0
JB
4941 * progmodes/cc-langs.el (c-before-font-lock-functions):
4942 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
4943 additionally has c-set-fl-decl-start. The other languages (apart
4944 from AWK) have that as a single entry.
4945
b81d40f0
JB
4946 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4947 The functionality for "local" declarations has been extracted to
cb5e207c
AM
4948 c-set-fl-decl-start.
4949
b81d40f0
JB
4950 * progmodes/cc-mode.el (c-common-init, c-after-change):
4951 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
4952 (c-set-fl-decl-start): New function, extracted from
4953 c-font-lock-enclosing-decls and enhanced.
4954
60ff536c
JB
49552011-12-23 Juanma Barranquero <lekktu@gmail.com>
4956
4957 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
4958
1c4757d6
JL
49592011-12-22 Juri Linkov <juri@jurta.org>
4960
4961 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
4962
d031f2c7
CY
49632011-12-22 Chong Yidong <cyd@gnu.org>
4964
4965 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
4966
bace743a
DA
49672011-12-21 Drew Adams <drew.adams@oracle.com>
4968
4969 * files.el (file-remote-p): Fix docstring. (Bug#10319)
4970
728a1f2b
JC
49712011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
4972
4973 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
4974
0d373f73
TZ
49752011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
4976
fec0aaa4
TZ
4977 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
4978 highlighting and support. Fix up comments for capitalization.
4979 (cfengine-mode-debug): New var.
4980 (cfengine3-mode): Change the modeline indicator to "CFE3".
4981 (cfengine3-font-lock-keywords): Improve defun highlighting.
4982 (cfengine2-actions): Rename from `cfengine-actions'.
4983 (cfengine2-font-lock-keywords): Rename from
4984 `cfengine-font-lock-keywords'.
4985 (cfengine2-imenu-expression): Rename from
4986 `cfengine-imenu-expression'.
4987 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
4988 (cfengine2-beginning-of-defun): Rename from
4989 `cfengine-beginning-of-defun'.
4990 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
4991 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
4992 (cfengine2-mode): Rename from `cfengine-mode'. Change the
4993 modeline indicator to "CFE2".
4994 (cfengine-mode): Defalias to `cfengine-auto-mode'.
4995 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 4996
bc86f573
CY
49972011-12-21 Chong Yidong <cyd@gnu.org>
4998
4999 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
5000 filename argument.
5001
d45ba96b
MR
50022011-12-20 Martin Rudalics <rudalics@gmx.at>
5003
5004 * window.el (window-normalize-buffer-to-display): Remove.
5005 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
5006
a6198c90
CY
50072011-12-19 Chong Yidong <cyd@gnu.org>
5008
5009 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
5010 Don't signal an error in a predicate function; return non-nil.
5011 (vc-dir-mark-file): Move the error here.
5012 (vc-dir-mark-unmark): If acting on the region, keep going if one
5013 of the entries cannot be marked/unmarked.
5014 (vc-dir-mark-all-files): If current entry is a directory, mark
5015 only child files, as documented.
5016
34c5fb55
VB
50172011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
5018
5019 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
5020 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
5021 addition.
5022
c803b2b7
JD
50232011-12-18 Jan Djärv <jan.h.d@swipnet.se>
5024
5025 * term/ns-win.el (ns-get-selection-internal)
5026 (ns-store-selection-internal): Declare.
1154d12e
JB
5027 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
5028 Declare as obsolete.
5029 (ns-get-pasteboard, ns-paste-secondary):
5030 Use ns-get-selection-internal.
5031 (ns-set-pasteboard, ns-copy-including-secondary):
5032 Use ns-store-selection-internal.
c803b2b7 5033
9cff91f8 50342011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
5035
5036 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 5037 (vc-deduce-fileset): Doc fix.
99a289d9 5038
f16c898a
AS
50392011-12-16 Andreas Schwab <schwab@linux-m68k.org>
5040
5041 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
5042
763237c4
SS
50432011-12-13 Sam Steingold <sds@gnu.org>
5044
5045 * man.el (Man-getpage-in-background): When running under a
5046 window-system, ignore $MANWIDTH and $COLUMNS.
5047
5fc1c122
KH
50482011-12-15 Kenichi Handa <handa@m17n.org>
5049
5050 * language/ethio-util.el: Change coding tag to utf-8-emacs.
5051 (setup-ethiopic-environment-internal): Comment out key-binding for
5052 ethio-toggle-punctuation.
5053
13d49cbb
AM
50542011-12-13 Alan Mackenzie <acm@muc.de>
5055
898169a2
AM
5056 Add the switch statement to AWK Mode.
5057
7a71b18d 5058 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
5059 "default" to the keywords regexp.
5060
7a71b18d 5061 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 5062 expression as the rest.
1d00653d
SM
5063 (c-nonlabel-token-key): Allow string literals for AWK.
5064 Refactor for the other modes.
898169a2 5065
13d49cbb 5066 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 5067 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
5068 routines. Limit backward searching in c-font-lock-enclosing.decl.
5069
5070 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
5071 pp-state and literal type in addition to the limits.
1d00653d 5072 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 5073 (c-state-literal-at): Use the above new defun.
1d00653d
SM
5074 (c-slow-in-literal, c-fast-in-literal): Remove.
5075 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
5076
5077 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
5078 being in a literal. Add a limit for backward searching.
5079
5080 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
5081 c-slow-in-literal.
5082
15e0efc7
SM
50832011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5084
5085 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
5086
454592a6
MR
50872011-12-13 Martin Rudalics <rudalics@gmx.at>
5088
5089 * window.el (delete-other-windows): Use correct frame in call to
5090 window-with-parameter.
5091
87393f26
DP
50922011-12-12 Daniel Pfeiffer <occitan@t-online.de>
5093
5094 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
5095 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
5096 (makefile-gmake-statements, makefile-makepp-statements):
5097 Use it and add new makepp keywords.
5098 (makefile-makepp-font-lock-keywords): Add new patterns.
5099 (makefile-match-function-end): Match new [...] and [[...]].
5100
11636b22
JB
51012011-12-11 Juanma Barranquero <lekktu@gmail.com>
5102
5103 * ses.el (ses-call-printer-return, ses-cell-property-get)
5104 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
5105 (ses-create-cell-variable, ses-reset-header-string)
5106 (ses-cell-set-formula, ses-repair-cell-reference-all)
5107 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
5108 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
5109 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
5110 (ses-aset-with-undo, ses-load, ses-truncate-cell)
5111 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
5112 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
5113 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
5114 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
5115 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
5116 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
5117 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
5118 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
5119
cf018193
VB
51202011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
5121
5122 * ses.el: The overall change is to add cell renaming, that is
5123 setting fancy names for cell symbols other than name matching
5124 "\\`[A-Z]+[0-9]+\\'" regexp .
5125 (ses-create-cell-variable): New defun.
5126 (ses-relocate-formula): Relocate formulas only for cells the
5127 symbols of which are not renamed, i.e. symbols whose names do not
5128 match regexp "\\`[A-Z]+[0-9]+\\'".
5129 (ses-relocate-all): Relocate values only for cells the symbols of
5130 which are not renamed.
5131 (ses-load): Create cells variables as the (ses-cell ...) are read,
5132 in order to check row col consistency with cell symbol name only
5133 for cells that are not renamed.
5134 (ses-replace-name-in-formula): New defun.
5135 (ses-rename-cell): New defun.
5136
ee957461
CY
51372011-12-11 Chong Yidong <cyd@gnu.org>
5138
5139 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
5140 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
5141
9a9e9ef0
MR
51422011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
5143
5144 * window.el (other-window): Fix docstring.
5145
92a8eba5
EZ
51462011-12-10 Eli Zaretskii <eliz@gnu.org>
5147
5148 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
5149 `from' or `to' address before taking its substring.
5150 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
5151 encoded name is chopped in the middle of the encoded string, and
5152 thus displayed encoded.
5153
e152e577
JB
51542011-12-10 Juanma Barranquero <lekktu@gmail.com>
5155
5156 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
5157
e5d84bfe
EZ
51582011-12-10 Eli Zaretskii <eliz@gnu.org>
5159
5160 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
5161 to use texinfo-update-node and commands that call it if the
5162 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 5163 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
5164 (texinfo-all-menus-update, texinfo-master-menu)
5165 (texinfo-update-node, texinfo-every-node-update)
5166 (texinfo-multiple-files-update): Doc fix. Warn against updating
5167 all the @node lines.
5168 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
5169 argument is numeric. Explain better in the doc string what the
5170 function really does.
5171 (texinfo-insert-master-menu-list): Improve the error message
5172 displayed if there's no menu in the Top node.
5173 (Bug#2975) See also this thread:
e5d84bfe
EZ
5174 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
5175
1d84e9bb
MG
51762011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
5177
5178 * speedbar.el (speedbar-supported-extension-expressions):
5179 Add .adb and .ads, commonly used for Ada source code (bug#10256).
5180
382c953b
JB
51812011-12-09 Juanma Barranquero <lekktu@gmail.com>
5182
5183 * printing.el (pr-mode-alist):
5184 * simple.el (filter-buffer-substring-functions)
5185 (completion-list-insert-choice-function):
5186 * window.el (window-with-parameter, window-atom-root)
5187 (window-sides-slots, window-size-fixed, window-min-delta)
5188 (window-max-delta, window--resize-mini-window)
5189 (window--resize-child-windows-normal, window-tree)
5190 (delete-other-windows, quit-window, split-window)
5191 (display-buffer-record-window, special-display-buffer-names)
5192 (special-display-regexps, special-display-popup-frame)
5193 (same-window-p, split-window-sensibly)
5194 (display-buffer-overriding-action, display-buffer-alist)
5195 (display-buffer-base-action, display-buffer, switch-to-buffer)
5196 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
5197 (fit-window-to-buffer, recenter-positions)
5198 (mouse-autoselect-window-state, mouse-autoselect-window-select):
5199 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
5200 and remove unneeded backslashes in docstrings.
5201
39c9faef
SM
52022011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5203
98449af8
SM
5204 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
5205
39c9faef
SM
5206 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
5207 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
5208 end in ".mk".
5209 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
5210 when reading the makefile (bug#10116).
5211
86ed9fdc
SM
52122011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5213
5214 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
5215 (bug#10116).
5216
5580f89d
GM
52172011-12-06 Glenn Morris <rgm@gnu.org>
5218
5219 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
5220
28d3917c
CY
52212011-12-06 Chong Yidong <cyd@gnu.org>
5222
5223 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
5224
a98edce9
JB
52252011-12-06 Juanma Barranquero <lekktu@gmail.com>
5226
5227 * textmodes/table.el (table-shorten-cell): Fix typo.
5228
e65adfac
CG
52292011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
5230
5231 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
5232
71cc0b74
EZ
52332011-12-05 Eli Zaretskii <eliz@gnu.org>
5234
5235 * descr-text.el (describe-char): Fix display of strong
5236 right-to-left characters and directional embeddings and overrides.
5237
5238 * simple.el (what-cursor-position): Fix display of codepoints of
5239 strong right-to-left characters.
5240
315bc30d
CY
52412011-12-05 Chong Yidong <cyd@gnu.org>
5242
5243 * faces.el (read-color): Doc fix.
5244
58a70b94
GM
52452011-12-05 Glenn Morris <rgm@gnu.org>
5246
5247 * align.el (align--set-marker): Add doc-string.
5248 Don't try to move something that is not a marker. (Bug#10216)
5249
5158face
GM
52502011-12-04 Glenn Morris <rgm@gnu.org>
5251
5252 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
5253 overly zealous deletion of trailing whitespace.
5254
520fca41
JB
52552011-12-04 Juanma Barranquero <lekktu@gmail.com>
5256
5257 * server.el (server-delete-client): On Windows, do not try to delete
5258 the only terminal.
5259 (server-process-filter): On Windows, treat requests for a tty frame as
5260 if they were for a GUI frame if the running server is in GUI mode.
5261
5e605a2e
GM
52622011-12-03 Glenn Morris <rgm@gnu.org>
5263
5264 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
5265
5c3fe83f
SM
52662011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5267
6f5e57e7
SM
5268 * electric.el: Streamline electric-indent's hook.
5269 (electric-indent-chars): Revert to simple list.
5270 (electric-indent-functions): New var.
5271 (electric-indent-post-self-insert-function): Use it.
5272
5c3fe83f
SM
5273 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
5274 there's no inferior buffer (bug#10196).
5275 (prolog-consult-compile): Don't use toggle-read-only.
5276
6bdac736
MA
52772011-12-02 Michael Albinus <michael.albinus@gmx.de>
5278
5279 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
5280 interrupt. (Bug#10187)
5281
6131ba7f
SM
52822011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5283
99c79fee
SM
5284 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
5285 (bug#9160).
5286
6131ba7f
SM
5287 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
5288 (bug#10191).
5289
cb0a02ea
JL
52902011-12-02 Juri Linkov <juri@jurta.org>
5291
5292 * info.el (Info-search): Display "end of manual" when Isearch
5293 reaches the end of single-file Info manual. (Bug#9918)
5294
66e0570c
EZ
52952011-12-02 Eli Zaretskii <eliz@gnu.org>
5296
5297 * isearch.el (isearch-message-prefix): Run the input method part
5298 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
5299
02b16839
JL
53002011-12-02 Juri Linkov <juri@jurta.org>
5301
5302 * isearch.el (isearch-occur): Use `word-search-regexp' for
5303 `isearch-word'.
5304 (isearch-search-and-update): Add condition for `isearch-word' and
5305 call `word-search-regexp'. (Bug#10145)
5306
0b950688
GM
53072011-12-01 Glenn Morris <rgm@gnu.org>
5308
5309 * eshell/em-hist.el (eshell-hist-initialize):
5310 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 5311 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 5312
9505c3c7
SM
53132011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5314
5315 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
5316
1bbe96b2 53172011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 5318
a1beca85
SM
5319 * progmodes/verilog-mode.el (verilog-pretty-expr):
5320 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
5321 verilog, such as += *= and the like.
5322 (verilog-assignment-operator-re): Regular expression to find the
5323 assigment operator in a verilog assignment.
5324 (verilog-assignment-operation-re): Regular expression to find an
5325 assignment statement for pretty-expr.
5326 (verilog-in-attribute-p): Query returns true if point is in an
5327 attribute context; used to skip these for expression line up from
5328 pretty-expr.
5329 (verilog-in-parameter-p): Query returns true if point is in an
5330 parameter definition context; used to skip these for expression
5331 line up from pretty-expr.
5332 (verilog-in-parenthesis-p): Query returns true if point is in a
5333 parenthetical expression, specifically ( ) but not [ ] or { };
5334 used by pretty-expr.
5335 (verilog-just-one-space): If there is no space, don't add one.
5336 (verilog-get-lineup-indent-2): Specifically skip just attribute
5337 contexts for expression lineup, rather than skipping all
5338 parenthetical expressions.
5339 (verilog-calculate-indent): Fix comment, and fix indent.
5340 (verilog-do-indent): Indent declarations in lists (suggested by
5341 Joachim Lechner).
5342 (verilog-mode-abbrev-table): Populate abbrev mode with the various
5343 skeleton items.
5344 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
5345 by Alain Mellan).
5346
1bbe96b2 53472011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
5348
5349 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
5350 parameters with embedded comments. Reported by Ray Stevens.
5351 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
5352 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
5353 Reported by Tim Holt.
5354 (verilog-auto): Fix AUTOing a upper module then AUTOing module
5355 instantiated by upper module causing wrong expansion until AUTOed a
5356 second time. Reported by K C Buckenmaier.
5357 (verilog-diff-auto): Fix showing .* as a difference when
5358 `verilog-auto-star-save' off. Reported by Dan Dever.
5359 (verilog-auto-reset, verilog-read-always-signals)
5360 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
5361 temporary signals in reset list if
5362 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
5363 style to each signal's assignment type, bug381.
5364 Reported by Thomas Esposito.
6288f0ca
WS
5365 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
5366 (verilog-uvm-statement-re): Support UVM indentation and
5367 highlighting, with old OVM keywords only.
a1beca85 5368 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
5369 Support AUTOTIEOFF creating non-wire data types.
5370 Suggested by Jonathan Greenlaw.
6288f0ca
WS
5371 (verilog-auto-insert-lisp, verilog-delete-to-paren)
5372 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
5373 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
5374 (verilog-read-sub-decls, verilog-read-sub-decls-line):
5375 Fix mismatching parenthesis inside commented out code when deleting
382c953b 5376 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
5377 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
5378 non-numeric vector width. Reported by Alex Reed.
5379 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 5380 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
5381 (verilog-auto-delete-trailing-whitespace):
5382 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
5383 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
5384 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
5385 Fix verilog-scan-cache corruption when running user AUTO expansion
5386 hooks that call indentation routines.
5387 (verilog-simplify-range-expression): Fix typo ignoring lower case
5388 identifiers.
5389 (verilog-delete-auto): Fix delete-autos to also remove user created
5390 automatics, as long as they start with AUTO.
5391 (verilog-batch-diff-auto, verilog-diff-auto)
5392 (verilog-diff-function): Add `verilog-diff-auto' and bind to
5393 "C-c?" to report differences in AUTO expansion, ignoring spaces.
5394 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
5395 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
5396 (verilog-re-search-forward-quick, verilog-syntax-ppss):
5397 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
5398 is disabled and its cache will get corrupt, causing AUTOS not to
5399 expand. Instead use only -quick functions.
5400 (verilog-scan-region): Fix scanning over escaped quotes.
5401 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
5402 (verilog-re-search-backward-quick)
5403 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
5404 related functions now ignore strings, to fix misparsing of strings
5405 with magic comments embedded in them.
a1beca85
SM
5406 (verilog-read-auto-template):
5407 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
5408 Reported by Brad Dobbie.
5409 (verilog-read-auto-template):
5410 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 5411 Reported by Brad Dobbie.
6288f0ca
WS
5412 (verilog-auto-inst, verilog-auto-inst-param)
5413 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
5414 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
5415 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
5416 debugging templates without merge conflicts, bug357.
5417 Reported by Brad Dobbie.
5418 (verilog-read-auto-template):
5419 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
5420 Reported by Brad Dobbie.
5421 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
5422 abbrevs so user won't be asked to save.
5423 (verilog-read-auto-lisp-present): Fix to start at beginning of
5424 buffer in case called outside of verilog-auto.
5425 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
5426 to "X-2". Reported by Matthew Myers.
5427 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
5428 all inputs from module templates. Reported by Leith Johnson.
5429 (verilog-module-inside-filename-p): Fix locating programs as with
5430 modules.
5431 (verilog-auto-inst-port): Fix vl-width expressions when using
5432 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
5433 (verilog-decls-get-regs, verilog-decls-get-signals,
5434 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
5435 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
5436 verilog-read-decls): Combine reg and wire structures into one var
5437 structure to represent SystemVerilog concepts.
5438 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
5439 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
5440 (verilog-auto-wire-type, verilog-insert-definition):
5441 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
5442 SystemVerilog "logic" keyword instead of "wire"/"reg".
5443 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
5444 to declares outputs that also have assignments (presumably in an
a1beca85
SM
5445 ifdef or generate if so there's not a driver conflict).
5446 Reported by Matthew Myers.
5447 (verilog-auto-declare-nettype, verilog-insert-definition):
5448 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
5449 `default_nettype none. Reported by Julian Gorfajn.
5450 (verilog-read-always-signals-recurse, verilog-read-decls)
5451 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
5452 malformed end statement, bug325. Reported by Joshua Wise and
5453 Andrew Drake.
5454 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
5455 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
5456 when expanding .* in interfaces, bug320.
5457 Reported by Pierre-David Pfister.
6288f0ca 5458 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
5459 name and open parenthesis, bug317.
5460 Reported by Pierre-David Pfister.
6288f0ca
WS
5461 (verilog-simplify-range-expression): Fix simplification of
5462 multiplications inside AUTOWIRE connections, bug303.
5463 (verilog-auto-inst-port): Support parameter expansion in
5464 multidimensional arrays.
5465 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
5466 after "assert property". Reported by Julian Gorfajn.
5467 (verilog-simplify-range-expression): Fix "couldn't merge" errors
5468 with multiplication, bug303.
5469 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
5470 Reported by Jan Frode Lonnum.
5471
1bbe96b2
GM
54722011-11-30 Juanma Barranquero <lekktu@gmail.com>
5473
5474 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
5475 (hfy-shell-file-name, hfy-shell):
5476 * international/fontset.el (x-decompose-font-name): Fix typos.
5477
54782011-11-29 Ken Brown <kbrown@cornell.edu>
5479
5480 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
5481 (gdb-version): Remove defvar.
5482 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
5483 (gdb-gud-context-command, gdb-non-stop-handler)
5484 (gdb-current-context-command, gdb-stopped): Use it.
5485 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
5486 (gdb-non-stop-handler): Don't enable pretty-printing here.
5487 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
5488 non-stop mode. Use the following.
5489 (gdb-check-target-async): New defun.
5490 (gud-watch, gdb-stopped): Fix whitespace.
5491 (gdb-get-source-file): Don't try to display the source file if
5492 `gdb-main-file' is nil.
5493
54942011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5495
5496 * align.el: Try to generate fewer markers (bug#10047).
5497 (align--set-marker): New macro.
5498 (align-region): Use it.
5499
c935221f
SM
55002011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5501
5502 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
5503
e70b5064
CY
55042011-11-29 Chong Yidong <cyd@gnu.org>
5505
5506 * indent.el (indent-for-tab-command, indent-according-to-mode):
5507 Doc fix.
5508 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
5509
f3af92b7
MA
55102011-11-29 Michael Albinus <michael.albinus@gmx.de>
5511
5512 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
5513 aware of remote file names. (Bug#10124)
5514
ed472be9
CY
55152011-11-29 Chong Yidong <cyd@gnu.org>
5516
5517 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
5518
24510c22
SM
55192011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5520
5521 * files.el (find-file): Don't use force-same-window (bug#10144).
5522 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
5523 use pop-to-buffer if the selected window can't be used.
5524 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
5525
c60c3703
EZ
55262011-11-28 Eli Zaretskii <eliz@gnu.org>
5527
5528 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
5529 special-mode-map.
5530
e95def75
CY
55312011-11-28 Chong Yidong <cyd@gnu.org>
5532
5533 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
5534
c3f1c606
NR
55352011-11-27 Nick Roberts <nickrob@snap.net.nz>
5536
5537 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
5538 gdb-get-source-file-list on gdb-create-source-file-list.
5539
00db469c
EZ
55402011-11-26 Eli Zaretskii <eliz@gnu.org>
5541
5542 * whitespace.el (whitespace-newline): Use a different foreground
5543 color for 16-color light-background displays.
5544
4ad3bc2a
CY
55452011-11-24 Chong Yidong <cyd@gnu.org>
5546
5547 * window.el (display-buffer--special-action): Doc fix.
5548
e9fce1ac
JB
55492011-11-25 Juanma Barranquero <lekktu@gmail.com>
5550
5551 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
5552 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
5553 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
5554 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
5555 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
5556 (avl-tree-stack-first):
5557 * emacs-lisp/cconv.el (cconv--analyse-use):
5558 * net/gnutls.el (gnutls-negotiate): Fix typos.
5559
cb825e5d
GM
55602011-11-24 Glenn Morris <rgm@gnu.org>
5561
3adbe224
GM
5562 * lpr.el (lpr-windows-system, lpr-lp-system):
5563 * mail/binhex.el (binhex-begin-line):
5564 * progmodes/grep.el (grep-history, grep-find-history):
5565 * textmodes/flyspell.el:
5566 * vc/pcvs-defs.el (cvs-global-menu):
5567 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
5568 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
5569 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
5570
321decc8
GM
5571 * net/tls.el: Fix case of "GnuTLS".
5572
420b63ad
GM
5573 * paths.el (rmail-file-name): Format doc-string for make-docfile.
5574
cb825e5d
GM
5575 * version.el (emacs-build-system): Give it a doc-string.
5576
a0649f08
JL
55772011-11-24 Juri Linkov <juri@jurta.org>
5578
5579 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
5580
c0bc0fd4
GM
55812011-11-24 Glenn Morris <rgm@gnu.org>
5582
5583 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
5584 if called on a non-mime message just toggle the headers. (Bug#8006)
5585
20db1522
JB
55862011-11-24 Juanma Barranquero <lekktu@gmail.com>
5587
5588 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
5589 (allout-lead-with-comment-string, allout-structure-deleted-hook)
5590 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
5591 (allout-rebullet-heading, allout-open-sibtopic)
5592 (allout-toggle-current-subtree-encryption)
5593 (allout-toggle-subtree-encryption, allout-encrypt-string)
5594 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
5595 (allout-distinctive-bullets-string, allout-auto-activation):
5596 * window.el (window-normalize-buffer-to-display):
5597 * progmodes/verilog-mode.el (verilog-batch-indent):
5598 * textmodes/bibtex.el (bibtex-field-braces-opt)
5599 (bibtex-field-strings-opt):
5600 * vc/cvs-status.el (cvs-tree-merge):
5601 Fix typos.
5602
7262a87c
MA
56032011-11-23 Michael Albinus <michael.albinus@gmx.de>
5604
5605 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
5606 `non-essential' to t, in order to avoid remote connections.
5607
283430a1
EZ
56082011-11-23 Eli Zaretskii <eliz@gnu.org>
5609
a1beca85
SM
5610 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5611 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
5612 case-insensitively.
5613
d2992a38
ML
56142011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5615
5616 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
5617
50419064
GM
56182011-11-23 Glenn Morris <rgm@gnu.org>
5619
da94eca1
GM
5620 * paths.el (rmail-file-name): Reformat the doc-string so that it
5621 is picked up.
5622
9aac4de2
GM
5623 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
5624 (rmail-auto-file): Ignore case in the "special" field names,
5625 as mail-fetch-field does for all others.
5626
8038d2d2
GM
5627 * mail/rmail.el (rmail-forward):
5628 * mail/rmailkwd.el (rmail-set-label):
5629 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
5630 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
5631
f3fe222a
GM
5632 * mail/rmail.el (rmail-current-message): Doc fix.
5633
50419064
GM
5634 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
5635
28109f49
SM
56362011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
5637
5638 * server.el (server-eval-and-print): Allow C-g (bug#6585).
5639
394c65f1
GM
56402011-11-22 Glenn Morris <rgm@gnu.org>
5641
5642 * mail/rmailmm.el (test-rmail-mime-handler)
5643 (test-rmail-mime-bulk-handler)
5644 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
5645
f2a0aa3a
JL
56462011-11-21 Juri Linkov <juri@jurta.org>
5647
1154d12e
JB
5648 * calc/calc.el (calc-read-key-sequence):
5649 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 5650
9c34a344
LMI
56512011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5652
5653 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
5654 Tell the caller that the next line needs recomputation, even
5655 though it doesn't start a sexp (bug#10094).
5656
f04a3be9
SM
56572011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5658
5659 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
5660
7978747f
SM
56612011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5662
f04a3be9
SM
5663 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
5664 Use force-same-window.
7978747f 5665
fe7a3057
JB
56662011-11-20 Juanma Barranquero <lekktu@gmail.com>
5667
5668 * descr-text.el (describe-char-unicode-data):
5669 * json.el (json-string-escape):
5670 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
5671 (Footnote-unicode, Footnote-style-p):
5672 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
5673
24901d61
CY
56742011-11-20 Chong Yidong <cyd@gnu.org>
5675
5676 * window.el (replace-buffer-in-windows): Restore interactive spec.
5677
bac7ff22
SM
56782011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5679
24f3d7b9
SM
5680 * electric.el (electric-indent-mode): Fix last change (too optimistic).
5681
bac7ff22
SM
5682 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
5683 (byte-compile-global-not-obsolete-vars): New var.
5684 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
5685 Use it.
5686 (byte-compile-warn-obsolete): Align text with the one in *Help*.
5687
cd1181db
JB
56882011-11-20 Juanma Barranquero <lekktu@gmail.com>
5689
5690 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
5691 * progmodes/pascal.el (electric-pascal-equal):
5692 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
5693 * xml.el (xml-substitute-special): Fix typos.
5694
7fb18e9e
GM
56952011-11-20 Glenn Morris <rgm@gnu.org>
5696
5697 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
5698 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
5699 Doc fixes.
5700 (rmail-decode-mime-charset): Mark as obsolete.
5701
5702 * mail/rmailsum.el (rmail-message-regexp-p-1):
5703 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
5704 Before using mime functions, check they are set. (Bug#10077)
5705
d5a6b3ba
JL
57062011-11-19 Juri Linkov <juri@jurta.org>
5707
5708 * info.el (Info-finder-find-node): Use `package--builtins' instead
5709 of `package-alist'. Use node names formed by the pattern "Keyword "
5710 and the keyword name.
5711
e981b61f
AS
57122011-11-19 Andreas Schwab <schwab@linux-m68k.org>
5713
1d00653d 5714 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 5715
3ffbc301
JL
57162011-11-19 Juri Linkov <juri@jurta.org>
5717
5718 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
5719 that calls `revert-buffer' on all Info buffers. (Bug#9915)
5720 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
5721 `old-history', `old-history-forward'. Add let-binding
5722 `window-selected'. Remove calls to `kill-buffer',
5723 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
5724 before calling `Info-find-node', so `Info-find-node-2' will reread
5725 the Info file. Restore window positions only when `window-selected'
5726 is non-nil.
5727
30c62133
JL
57282011-11-19 Juri Linkov <juri@jurta.org>
5729
5730 * isearch.el (isearch-lazy-highlight-new-loop):
5731 Remove condition `(not isearch-error)'. (Bug#9918)
5732
5733 * misearch.el (multi-isearch-search-fun): Add condition
5734 `(not bound)' to ignore lazy-highlighting search.
5735 Add the search-failed message "end of multi" when the end of
5736 multi-sequence is reached. Uncapitalize the search-failed
5737 message "Repeat for next buffer".
5738
5739 * info.el (Info-search): Add the search-failed message
5740 "end of the manual" when the end of the manual is reached
5741 in Isearch mode.
5742
645ca9cf
JL
57432011-11-19 Juri Linkov <juri@jurta.org>
5744
5745 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
5746 Use non-destructive `remove' instead of `delete' because
5747 `Info-history-list' stored to `Info-isearch-initial-history-list' in
5748 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
5749
df754f66
JL
57502011-11-19 Juri Linkov <juri@jurta.org>
5751
5752 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
5753 to nil instead of binding `search-ring' and `regexp-search-ring'.
5754 (Bug#9185)
5755
0e23d96a
EZ
57562011-11-19 Eli Zaretskii <eliz@gnu.org>
5757
5758 * simple.el (line-move): Force movement by logical lines for any
5759 hscrolled window, not only when auto-hscroll-mode is on.
5760 (line-move-visual): Update doc string to that effect. (Bug#10076)
5761
8a6ccb66
AS
57622011-11-19 Andreas Schwab <schwab@linux-m68k.org>
5763
5764 * language/european.el (macintosh): Define as alias for mac-roman.
5765
49ae5b39
EZ
57662011-11-19 Eli Zaretskii <eliz@gnu.org>
5767
5768 * mail/rmailmm.el (rmail-mime-display-header)
5769 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
5770 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
5771 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
5772 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
5773 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
5774 of a raw aref.
5775 (rmail-mime-entity-segment): To get past the tagline, move forward
5776 2 more lines, to account for the 2 empty lines that precede and
5777 follow the line with the buttons.
5778 (rmail-mime-update-tagline): Move one more line, to get past the
5779 empty line that follows the buttons in the tagline. (Bug#9520)
5780
c56cad4a
MR
57812011-11-19 Martin Rudalics <rudalics@gmx.at>
5782
5783 * window.el (window-max-delta-1, window-min-delta-1)
5784 (window-min-size-1, window-state-get-1, window-state-put-1)
5785 (window-state-put-2): Use "window--" prefix.
5786
cbe71af3
SM
57872011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
5788
2ad52c60
SM
5789 * emacs-lisp/smie.el: Improve warnings and conflict detection.
5790 (smie-warning-count): New var.
5791 (smie-set-prec2tab): Use it.
5792 (smie-bnf->prec2): Improve warnings. Add docstring.
5793 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
5794 (smie-bnf--set-class): New function.
5795 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
5796 corner case.
5797
6944dbc1
SM
5798 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
5799 (compilation-error-properties, compilation-move-to-column):
5800 Handle compilation-first-column while in the target buffer.
5801
c400c4d7
SM
5802 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
5803 Don't hardcode point-min==1.
5804
6dbe3e96
SM
5805 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
5806 (eshell-rewrite-for-command): Remove workaround.
5807 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
5808 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
5809 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
5810
cbe71af3
SM
5811 * files-x.el (modify-file-local-variable): Obey commenting conventions.
5812
a8e1496d
GM
58132011-11-17 Glenn Morris <rgm@gnu.org>
5814
5815 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5816 Ignore buffer-local generated-autoload-file if it is the same
5817 as the global value. (Bug#10049)
5818
df85d315
JB
58192011-11-17 Juanma Barranquero <lekktu@gmail.com>
5820
5821 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
5822 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
5823 (reftex-toc-previous-heading, reftex-toc-max-level)
5824 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
5825 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
5826 (reftex-toc-do-promote, reftex-toc-promote-prepare)
5827 (reftex-toc-promote-action, reftex-toc-extract-section-number)
5828 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
5829 (reftex-toc-rename-label, reftex-toc-visit-location)
5830 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
5831 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
5832 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
5833 leaving "*toc*" only for references to the buffer.
5834
a0c2d0ae
MR
58352011-11-17 Martin Rudalics <rudalics@gmx.at>
5836
5837 * window.el (window-resize, delete-window, split-window):
5838 Replace window-splits by window-combination-resize.
1d00653d 5839 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 5840
35c0bac8
GM
58412011-11-17 Glenn Morris <rgm@gnu.org>
5842
5843 * progmodes/sh-script.el (sh-font-lock-keywords-var):
5844 Make bash entry derive from sh entry, not shell entry.
5845
d0c8fc8a
MA
58462011-11-16 Michael Albinus <michael.albinus@gmx.de>
5847
d0c8fc8a
MA
5848 * net/tramp-cache.el (tramp-flush-file-property): Flush also
5849 properties of linked files. (Bug#9879)
5850
7262a87c
MA
5851 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
5852 local file name.
5853
7877f373
JB
58542011-11-16 Juanma Barranquero <lekktu@gmail.com>
5855
5856 * menu-bar.el (menu-bar-file-menu):
5857 * printing.el (pr-ps-utility):
5858 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
5859 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
5860 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
5861 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
5862 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
5863 (icalendar--convert-cyclic-to-ical)
5864 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
5865 (icalendar--convert-ical-to-diary)
5866 (icalendar--convert-recurring-to-diary)
5867 (icalendar--convert-non-recurring-all-day-to-diary)
5868 (icalendar-import-format-sample):
5869 * progmodes/idlw-shell.el (idlwave-shell-mode):
5870 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
5871 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
5872 (vhdl-ps-print-init): Fix typos.
5873
10649b82
KM
58742011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
5875
9d0cfcd6
GM
5876 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
5877 FSF and collapse date sequence, obscure author/maintainer email address
5878 better, remove extra version line, track relocation of author's webpage.
10649b82 5879
9d0cfcd6
GM
5880 * progmodes/python.el (python-pdbtrack-input-prompt)
5881 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
5882 regular python pdb prompts. Adjustments shamelessly taken exactly as
5883 suggested in EmacsWiki page (tiny change):
5884 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 5885
58179cce
JB
58862011-11-16 Juanma Barranquero <lekktu@gmail.com>
5887
5888 * expand.el (expand-pos, expand-index, expand-point):
5889 Remove redundant info from docstring.
5890 (expand-add-abbrevs): Doc fix.
5891 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
5892 (expand-sample-perl-mode-expand-list): Fix typos.
5893
5894 * net/dbus.el (dbus-event-member-name):
5895 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
5896 * term/pc-win.el (msdos-create-frame-with-faces):
5897 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
5898
b6f67890
MR
58992011-11-16 Martin Rudalics <rudalics@gmx.at>
5900
5901 * window.el (split-window, window-state-get-1)
5902 (window-state-put-1, window-state-put-2): Rename occurrences of
5903 window-nest to window-combination-limit.
1d00653d 5904 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 5905
ce7ddba0
CY
59062011-11-16 Chong Yidong <cyd@gnu.org>
5907
5908 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
5909 regexp (Bug#10033).
5910
3ae704f4
SM
59112011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5912
5913 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
5914 `completing-read' will remove *Completions* and will preserve
5915 current-buffer for us.
5916 (tmm-add-prompt): Users of *Completions* will always (re)set its
5917 major mode.
5918 (tmm-old-comp-map): Remove.
5919
6ad1cdde
GM
59202011-11-16 Glenn Morris <rgm@gnu.org>
5921
5922 * mail/rmailedit.el: Require rmailmm when compiling.
5923 (rmail-old-mime-state): New declaration.
5924 (rmail-edit-current-message): If editing a mime message,
5925 edit the "raw" message from the mbox buffer.
5926 (rmail-cease-edit): Handle mime messages. (Bug#9840)
5927
d20faa20
GM
59282011-11-15 Glenn Morris <rgm@gnu.org>
5929
5930 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
5931 which wasn't being used. Add optional arg to force given state.
5932 (rmail-mime): Add optional arg to force given state.
5933
c7015153
JB
59342011-11-15 Juanma Barranquero <lekktu@gmail.com>
5935
5936 * allout.el (allout-encryption-plaintext-sanitization-regexps):
5937 * frame.el (display-mm-dimensions-alist):
5938 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
5939 (outline-move-subtree-down):
5940 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
5941 (newsticker--treeview-do-get-node):
5942 * net/quickurl.el (quickurl-list-buffer-name):
5943 * progmodes/dcl-mode.el (dcl-mode):
5944 * progmodes/gdb-mi.el (gdb-mapcar*):
5945 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
5946
45261b50
GM
59472011-11-15 Glenn Morris <rgm@gnu.org>
5948
5949 * mail/rmail.el (rmail-file-coding-system): It's only ever used
5950 in a boolean sense, so just make it a boolean, and fix the doc.
5951 (rmail-show-mime-function, rmail-mime-feature)
5952 (rmail-require-mime-maybe): Doc fixes.
5953 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
5954
5955 * mail/rmailmm.el (rmail-show-mime): Doc fix.
5956
0d26e0b6
JB
59572011-11-15 Juanma Barranquero <lekktu@gmail.com>
5958
5959 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
5960 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
5961 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
5962 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
5963
447f30f6
GM
59642011-11-15 Glenn Morris <rgm@gnu.org>
5965
672b871d
GM
5966 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
5967 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
5968 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
5969 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
5970 (rmail-mime, rmail-show-mime): Doc fixes.
5971
f6aa5bb1
GM
5972 * term/ns-win.el (mode-line-frame-identification):
5973 Leave it alone. (Bug#10051)
5974
947cd66b
GM
5975 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
5976
447f30f6
GM
5977 * mail/rmailout.el (rmail-output-to-rmail-buffer):
5978 Handle empty buffers. (Bug#9978)
5979
0b381c7e
JB
59802011-11-14 Juanma Barranquero <lekktu@gmail.com>
5981
5982 * international/mule.el (define-charset):
5983 * mail/rmailmm.el (rmail-mime-find-header-encoding):
5984 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
5985 * progmodes/verilog-mode.el (verilog-backward-token):
5986 * textmodes/ispell.el (lookup-words):
5987 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
5988
71e027ac
GM
59892011-11-14 Glenn Morris <rgm@gnu.org>
5990
56632ce4
GM
5991 * progmodes/executable.el
5992 (executable-make-buffer-file-executable-if-script-p):
5993 Handle file-modes returning nil.
5994
40500957
GM
5995 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
5996 message - not necessary, and causes problems. (Bug#9831)
5997
071c2340
GM
5998 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
5999
d3cfca60
GM
6000 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
6001
71e027ac
GM
6002 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
6003 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
6004 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
6005
89d61221
MR
60062011-11-12 Martin Rudalics <rudalics@gmx.at>
6007
6008 * window.el (window-resize, delete-window): Use window-splits
6009 variable instead of function.
6010 (window-state-get-1, window-state-put-2, window-state-put):
6011 Don't deal with windows' splits status.
6012
98282f6f
GM
60132011-11-12 Glenn Morris <rgm@gnu.org>
6014
6015 * apropos.el (apropos-do-all, apropos-library, apropos-value)
6016 (apropos-documentation): Doc fixes.
6017
40a8bdf6
JB
60182011-11-11 Juanma Barranquero <lekktu@gmail.com>
6019
6020 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
6021 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
6022
65bd19ff
SM
60232011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6024
6025 * electric.el (electric-indent-post-self-insert-function): Make it
6026 possible for a char to only indent in some circumstances.
6027 (electric-indent-mode): Simplify.
6028
54f9154c
MR
60292011-11-11 Martin Rudalics <rudalics@gmx.at>
6030
6031 * window.el (windows-with-parameter): Remove unused function.
6032 (windows-at-side): Rename to window-at-side-list.
6033 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
6034 (window-side-check, window-size-ignore, window-size-fixed-1)
6035 (window-in-direction-2): Prefix with "window--".
6036 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 6037
68cbc58b
GM
60382011-11-11 Glenn Morris <rgm@gnu.org>
6039
6040 * subr.el (eval-after-load): If FILE is already loaded,
6041 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
6042
b2621720
GM
60432011-11-10 Glenn Morris <rgm@gnu.org>
6044
9a4de110
GM
6045 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
6046 Call svn via vc-svn-command rather than vc-do-command.
6047 (vc-svn-command): Add --non-interactive. (Bug#9993)
6048 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
6049
b2621720
GM
6050 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6051 Add toggle-read-only. (Bug#7292)
6052 * files.el (toggle-read-only): Mention that it should only
6053 be used interactively. (Bug#10006)
6054
1dce7193
SM
60552011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6056
d9ac1a1e
SM
6057 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6058 Adjust regexp for OCaml warnings.
6059
0c325082
SM
6060 * electric.el (electric-pair-post-self-insert-function): Let user
6061 turn it off buffer-locally (bug#9932).
6062
90132c14
SM
6063 * progmodes/python.el (python-beginning-of-statement):
6064 Rewrite (bug#2703).
6065
1dce7193
SM
6066 * progmodes/compile.el: Better handle TABs (bug#9749).
6067 (compilation-internal-error-properties)
6068 (compilation-next-error-function): Obey the target buffer's
6069 compilation-error-screen-columns.
6070
c4e7c63a
JB
60712011-11-09 Juanma Barranquero <lekktu@gmail.com>
6072
6073 * progmodes/meta-mode.el: Remove obsolete comments.
6074 (meta-right-comment-regexp, meta-ignore-comment-regexp):
6075 Fix typos in docstrings.
6076
2cffd681
MR
60772011-11-09 Martin Rudalics <rudalics@gmx.at>
6078
6079 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 6080 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
6081 (window--resizable): New function. Make all callers of
6082 window-resizable call window--resizable instead.
6083 (window-resizable): Rewrite in terms of window--resizable.
6084
0edcba87
GM
60852011-11-08 Glenn Morris <rgm@gnu.org>
6086
6087 * progmodes/delphi.el (delphi-mode-syntax-table):
6088 Let define-derived-mode define a proper syntax table. (Bug#9994)
6089
4b0d61e3
SM
60902011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6091
6092 * window.el: Stay away from defsubst.
6093 (window-list-no-nils): Remove.
6094 (window-state-get-1, window-state-get): Use backquote instead.
6095
cd394be1 60962011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 6097
4b0d61e3 6098 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 6099 Fix incorrect use of default argument in `completing-read'.
6100
e1c2c6f2
MR
61012011-11-08 Martin Rudalics <rudalics@gmx.at>
6102
6103 * window.el (display-buffer-function, special-display-function):
6104 Mention display-buffer-record-window but do not mention
6105 help-setup parameter in doc-strings.
b3f4a882 6106 (window-min-delta): Fix doc-string typo.
e1c2c6f2 6107
105216ed
CY
61082011-11-08 Chong Yidong <cyd@gnu.org>
6109
6110 * window.el (window-total-height, window-total-width): Doc fix.
6111 (window-body-size): Move from C.
6112 (window-body-height, window-body-width): Move to C.
6113
0a9f9ab5
SM
61142011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6115
6116 * window.el: Make special-display like display-buffer-alist (bug#9532).
6117 (display-buffer--special-action): New function, morphed
6118 from display-buffer--special.
6119 (display-buffer): Use it to handle special-display-buffers at higher
6120 priority (just after display-buffer-alist).
6121 (display-buffer-fallback-action, display-buffer--other-frame-action)
6122 (pop-to-buffer-same-window): Remove display-buffer--special.
6123
a769dd15
GM
61242011-11-07 Glenn Morris <rgm@gnu.org>
6125
6126 * calendar/cal-menu.el (cal-menu-set-date-title):
6127 Do nothing if not in a calendar. (Bug#9976)
6128
05a61ee3
SM
61292011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
6130
6131 * files.el (find-file): Always use selected-window.
6132
be7f5545
MR
61332011-11-07 Martin Rudalics <rudalics@gmx.at>
6134
6135 * window.el (window-combinations): Make WINDOW argument
6136 mandatory. Rewrite doc-string.
6137 (walk-window-subtree, window-atom-check, window-min-delta)
6138 (window-max-delta, window--resize-this-window)
6139 (window--resize-root-window-vertically, window-tree)
6140 (balance-windows, window-state-put): Rewrite doc-strings as to
6141 not mention the term "subwindow".
6142 (window--resize-subwindows-skip-p): Rename to
6143 window--resize-child-windows-skip-p.
6144 (window--resize-subwindows-normal): Rename to
6145 window--resize-child-windows-normal.
6146 (window--resize-subwindows): Rename to
6147 window--resize-child-windows.
6148 (window-or-subwindow-p): Rename to window--in-subtree-p.
6149
3c6702ef
ML
61502011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
6151
6152 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
6153 Ensure that mbox format messages end in two newlines (Bug#9974).
6154
49745b39
CY
61552011-11-06 Chong Yidong <cyd@gnu.org>
6156
6157 * window.el (window-combination-p): Function deleted; its
6158 side-effect is not used in any existing code.
6159 (window-combinations, window-combined-p): Call window-*-child
6160 directly.
6161
24300f5f
CY
61622011-11-05 Chong Yidong <cyd@gnu.org>
6163
6164 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
6165 (window-size-ignore, window-state-get): Callers changed.
6166 (window-normalize-window): Rename from window-normalize-any-window.
6167 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 6168 (window-normalize-live-window): Delete.
447f16b8
CY
6169 (window-combination-p, window-combined-p, window-combinations)
6170 (walk-window-subtree, window-atom-root, window-min-size)
6171 (window-sizable, window-sizable-p, window-size-fixed-p)
6172 (window-min-delta, window-max-delta, window-resizable)
6173 (window-resizable-p, window-full-height-p, window-full-width-p)
6174 (window-current-scroll-bars, window-point-1, set-window-point-1)
6175 (window-at-side-p, window-in-direction, window-resize)
6176 (adjust-window-trailing-edge, maximize-window, minimize-window)
6177 (window-deletable-p, delete-window, delete-other-windows)
6178 (record-window-buffer, unrecord-window-buffer)
6179 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
6180 (quit-window, split-window, window-state-put)
6181 (set-window-text-height, fit-window-to-buffer)
6182 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 6183
89bd5ee1
EZ
61842011-11-04 Eli Zaretskii <eliz@gnu.org>
6185
53479029
EZ
6186 * mail/rmail.el (rmail-simplified-subject): Decode subject with
6187 rfc2047-decode-string.
6188 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
6189 warnings.
6190
89bd5ee1
EZ
6191 * window.el (window-body-height, window-body-width): Mention in
6192 the doc string that the return values are in frame's canonical
6193 units. (Bug#9949)
6194
bd17fdee
AM
61952011-11-03 Alan Mackenzie <acm@muc.de>
6196
6197 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
6198 change in cc-engine.el.
6199
acc825c5
SM
62002011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
6201
6202 * window.el (switch-to-buffer): Use `force-same-window' interactively.
6203
1885e5b8
MR
62042011-11-02 Martin Rudalics <rudalics@gmx.at>
6205
6206 * window.el (quit-window): Call unrecord-window-buffer after
6207 showing another buffer in the window. (Bug#9937)
acc825c5 6208 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 6209
ebe06da9
JB
62102011-11-02 Juanma Barranquero <lekktu@gmail.com>
6211
6212 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
6213 Accept status with more than 9 shelves. (Bug#9935)
6214 Reported by Colin D Bennett <colin@gibibit.com>.
6215
4ee88440
MR
62162011-11-01 Martin Rudalics <rudalics@gmx.at>
6217
6218 * help.el (with-help-window): Don't reference
6219 temp-buffer-show-specifiers in doc-string.
6220
08e1d82c
AS
62212011-10-31 Andreas Schwab <schwab@linux-m68k.org>
6222
6223 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
6224 menu-item.
6225
84bd6e9e
VJL
62262011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6227
6228 * whitespace.el: New version 13.2.2.
6229 (whitespace-newline-mode): Disable properly. Reported by Sarah
6230 <EmacsWiki>.
6231
dba0634a
UJ
62322011-10-30 Ulf Jasper <ulf.jasper@web.de>
6233
6234 * net/newst-treeview.el: Remove "Time-stamp".
6235 (newsticker--group-manage-orphan-feeds): Do not call
6236 newsticker--treeview-tree-update.
db22a3c2
JB
6237 (newsticker-treeview-update, newsticker-treeview):
6238 Call newsticker--treeview-tree-update if necessary.
dba0634a 6239
3d8daefe
MR
62402011-10-30 Martin Rudalics <rudalics@gmx.at>
6241
6242 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
6243 (window-iso-combinations): Remove "iso-" infix.
6244 Suggested by Chong Yidong.
3d8daefe
MR
6245 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
6246 (window-max-delta-1, window-resize, window--resize-siblings)
6247 (window--resize-this-window, adjust-window-trailing-edge)
6248 (split-window, balance-windows-1)
6249 (shrink-window-if-larger-than-buffer):
6250 * calendar/calendar.el (calendar-generate-window):
db22a3c2 6251 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 6252
1bc4c3ae
SM
62532011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6254
6255 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
6256 in place (bug#9907).
6257 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
6258 (eshell-rewrite-if-command, eshell-rewrite-for-command)
6259 (eshell-structure-basic-command, eshell-rewrite-while-command)
6260 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
6261 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
6262 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
6263 (eshell-do-pipelines-synchronously, eshell-eval-command):
6264 Use backquotes and prefer setq to set.
6265 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
6266 (eshell-macrop): Use functionp.
c1e2f5fa 6267 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 6268
30b65d9c
CY
62692011-10-30 Chong Yidong <cyd@gnu.org>
6270
6271 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
6272 instead of set-mark (Bug#9810).
6273
2d197ffb
CY
62742011-10-30 Chong Yidong <cyd@gnu.org>
6275
6276 * window.el (split-window-below, split-window-right): Rename from
6277 split-window-above-each-other and split-window-side-by-side
6278 respectively. All callers changed.
6279 (split-window-sensibly, split-window-sensibly): Use them.
6280 (split-window-keep-point): Doc fix.
6281
6282 * isearch.el: Add isearch-scroll property to split-window-below
6283 and split-window-right.
6284
6285 * follow.el (follow-mode):
6286 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
6287 * progmodes/ada-xref.el (ada-gdb-application):
6288 * emulation/vip.el (vip-buffer-in-two-windows):
6289 * image-dired.el (image-dired-dired-with-window-configuration):
6290 * dired-x.el (dired-do-find-marked-files):
6291 * dired.el (dired-pop-to-buffer):
6292 * bs.el (bs--show-with-configuration):
6293 * vc/emerge.el (emerge-setup-windows):
6294 * textmodes/two-column.el (2C-two-columns):
6295 * textmodes/reftex-toc.el (reftex-toc):
6296 * progmodes/gdb-mi.el (gdb-setup-windows):
6297 * progmodes/fortran.el (fortran-window-create):
6298 * net/newst-treeview.el (newsticker--treeview-window-init):
6299 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
6300 * emulation/tpu-edt.el (tpu-gold-map):
6301 * emulation/crisp.el (crisp-mode-map):
6302 * calendar/calendar.el (calendar-basic-setup): Callers changed.
6303
38bb2ca8
CY
63042011-10-29 Chong Yidong <cyd@gnu.org>
6305
aa4de341
CY
6306 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
6307
e1eb5385
CY
6308 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
6309
5d2ece3c
CY
6310 * textmodes/flyspell.el (flyspell-word): Fix char offset for
6311 forged Ispell output (Bug#7904).
6312
38bb2ca8
CY
6313 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
6314
d0af9f77
SM
63152011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6316
6317 * doc-view.el: Avoid ugly errors about not finding nil.
6318 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
6319 (doc-view-dvipdf-program, doc-view-unoconv-program)
6320 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
6321 Avoid nil or absolute file name as default value.
6322 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
6323
52bedd34
AM
63242011-10-28 Alan Mackenzie <acm@muc.de>
6325
db22a3c2 6326 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 6327
7e43cfa5
AM
63282011-10-28 Alan Mackenzie <acm@muc.de>
6329
6330 Amend the handling of c-beginning/end-of-defun in nested declaration
6331 scopes.
6332
52bedd34
AM
6333 * progmodes/cc-vars.el (c-defun-tactic): Move here from
6334 cc-langs.el. Change it to a defcustom.
7e43cfa5 6335
52bedd34
AM
6336 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
6337 cc-vars.el.
7e43cfa5 6338
d0af9f77
SM
6339 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6340 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 6341
52bedd34 6342 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 6343 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
6344 (c-widen-to-enclosing-decl-scope): New function.
6345 (c-while-widening-to-decl-block): New macro.
6346 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
6347 outward for defun boundaries, and correspondingly change symbol
6348 `respect-enclosure' to `go-outward'.
6349 (c-declaration-limits): Change algorithm to report only the "innermost"
6350 defun's boundaries.
6351
1a2ce9ee
DD
63522011-10-28 Deniz Dogan <deniz@dogan.se>
6353
6354 * net/rcirc.el (rcirc-mode): Use hard newlines.
6355
bc97a826
AM
63562011-10-28 Alan Mackenzie <acm@muc.de>
6357
6358 Amend to indent and fontify macros "which include their own semicolon"
6359 correctly, using the "virtual semicolon" mechanism.
6360
52bedd34 6361 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 6362
d0af9f77 6363 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 6364 Recode to scan one line at a time rather than having \n and \r
58179cce 6365 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 6366 (c-forward-label): Amend for virtual semicolons.
58179cce 6367 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 6368
52bedd34
AM
6369 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
6370 of the new C macros.
bc97a826 6371
52bedd34 6372 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
6373 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
6374 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
6375 (c-opt-cpp-macro-define): Make into a full language variable.
6376 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
6377 AWK Mode (including \n, \r) removed, no longer needed.
6378
d0af9f77
SM
6379 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
6380 Invoke c-make-macro-with-semi-re.
bc97a826 6381
52bedd34
AM
6382 * progmodes/cc-vars.el (c-macro-with-semi-re):
6383 (c-macro-names-with-semicolon): New variables.
58179cce 6384 (c-make-macro-with-semi-re): New function.
bc97a826 6385
7a6c0941
SM
63862011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6387
6388 * vc/log-edit.el: Fill empty field rather than adding new one.
6389 (log-edit-add-field): New function.
6390 (log-edit-insert-changelog): Use it.
6391
b0c4cdcf
ML
63922011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
6393
6394 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
6395
ee1f1da9
SM
63962011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6397
6398 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
6399 (gdb--check-interpreter): New function.
6400 (gdb): Use it.
6401
51bc5f8b
GM
64022011-10-27 Glenn Morris <rgm@gnu.org>
6403
416a2c45
GM
6404 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
6405 (least-positive-float, least-negative-float)
6406 (least-positive-normalized-float, least-negative-normalized-float)
6407 (float-epsilon, float-negative-epsilon):
6408 Remove unnecessary declarations.
6409
6410 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
6411 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
6412 (least-positive-float, least-negative-float)
6413 (least-positive-normalized-float, least-negative-normalized-float)
6414 (float-epsilon, float-negative-epsilon): Add doc-strings,
6415 based on those in cl.texi.
6416
51bc5f8b
GM
6417 * files.el (set-visited-file-name): If the major-mode changed,
6418 reload the local variables. (Bug#9796)
6419
15de15c6
CY
64202011-10-27 Chong Yidong <cyd@gnu.org>
6421
6422 * subr.el (change-major-mode-after-body-hook): New hook.
6423 (run-mode-hooks): Run it.
6424
ee1f1da9
SM
6425 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6426 Use change-major-mode-before-body-hook.
15de15c6
CY
6427
6428 * simple.el (fundamental-mode):
6429 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
6430 change introducing fundamental-mode-hook.
6431
5430d399
JB
64322011-10-26 Juanma Barranquero <lekktu@gmail.com>
6433
acc825c5 6434 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 6435
ad74a69e
MA
64362011-10-26 Michael Albinus <michael.albinus@gmx.de>
6437
6438 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 6439 tramp.el explicitly. (Bug#7583)
ad74a69e 6440
71d4c2a5
SM
64412011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6442
6443 * progmodes/octave-mod.el:
6444 * progmodes/octave-inf.el: Update maintainer.
6445
b1f6fa26
CY
64462011-10-26 Chong Yidong <cyd@gnu.org>
6447
6448 * subr.el (with-wrapper-hook): Rewrite doc.
6449
3f04efd6
MA
64502011-10-25 Michael Albinus <michael.albinus@gmx.de>
6451
6452 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 6453 filenames "/method:foo:". (Bug#9793)
3f04efd6 6454
410488d3
SM
64552011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6456
6457 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
6458 (bug#9865).
6459
c1ebb47e
GM
64602011-10-24 Glenn Morris <rgm@gnu.org>
6461
6462 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
6463
7f5c46c7
MA
64642011-10-24 Michael Albinus <michael.albinus@gmx.de>
6465
6466 * notifications.el: Add the requirement of a running D-Bus session
6467 bus to the Commentary.
6468
db2440b6
JL
64692011-10-24 Juri Linkov <juri@jurta.org>
6470
6471 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
6472 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
6473 (Bug#9364)
6474
feecf435
JL
64752011-10-24 Juri Linkov <juri@jurta.org>
6476
6477 * info.el (Info-following-node-name-re): Add newline to the list
6478 of allowed characters for leading space. (Bug#9824)
6479
a3839de2
SM
64802011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6481
acc825c5
SM
6482 * progmodes/octave-inf.el (inferior-octave-mode-map):
6483 Fix C-c C-h binding.
a3839de2
SM
6484 * progmodes/octave-mod.el (octave-help): Remove.
6485
09388e76
MA
64862011-10-23 Michael Albinus <michael.albinus@gmx.de>
6487
6488 Sync with Tramp 2.2.3.
6489
6490 * net/tramp-cache.el (top): Pacify byte-compiler using
6491 `init-file-user' and `site-run-file'.
6492
6493 * net/trampver.el: Update release number.
6494
86c60681
CY
64952011-10-23 Chong Yidong <cyd@gnu.org>
6496
6497 * files.el (toggle-read-only): Remove obsolete comment about
6498 version control.
6499
6500 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
6501 for toggle-read-only. Note that this hasn't called vc-next-action
6502 since 2008-05-02, though it wasn't documented at the time.
6503
a3839de2
SM
6504 * vc/ediff-init.el (ediff-toggle-read-only-function):
6505 Use toggle-read-only.
86c60681 6506
cd5495ff
AM
65072011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
6508
6509 Fix bug #9560, sporadic wrong indentation; improve instrumentation
6510 of c-parse-state.
6511
00b77525 6512 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 6513 correct faulty logical expression.
cd5495ff
AM
6514 (c-parse-state-state, c-record-parse-state-state):
6515 (c-replay-parse-state-state): New defvar/defuns.
6516 (c-debug-parse-state): Use new functions.
6517
42ee24ed
MR
65182011-10-22 Martin Rudalics <rudalics@gmx.at>
6519
6520 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 6521 last fix. Use window-in-direction correctly.
42ee24ed 6522
a7dee7e7
CY
65232011-10-21 Chong Yidong <cyd@gnu.org>
6524
6525 * progmodes/idlwave.el (idlwave-mode):
6526 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
6527 require-final-newline; that's done in prog-mode.
6528 Suggested by Stefan Monnier.
a7dee7e7 6529
e07b9a6d
MR
65302011-10-21 Martin Rudalics <rudalics@gmx.at>
6531
6532 * mouse.el (mouse-drag-window-above)
6533 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
6534 (mouse-drag-mode-line-1, mouse-drag-header-line)
6535 (mouse-drag-vertical-line-rightward-window): Remove.
6536 (mouse-drag-line): New function.
6537 (mouse-drag-mode-line, mouse-drag-header-line)
6538 (mouse-drag-vertical-line): Call mouse-drag-line.
6539 * window.el (window-at-side-p, windows-at-side): New functions.
6540
7e1361d9
UM
65412011-10-21 Ulrich Mueller <ulm@gentoo.org>
6542
6543 * tar-mode.el (tar-grind-file-mode):
6544 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
6545
30fcaf3a
CY
65462011-10-21 Chong Yidong <cyd@gnu.org>
6547
6548 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
6549 * progmodes/vera-mode.el (vera-mode):
6550 Use mode-require-final-newline.
30fcaf3a 6551
516eddb0
GM
65522011-10-20 Glenn Morris <rgm@gnu.org>
6553
db22a3c2 6554 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 6555
10d5f513
CS
65562011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
6557
6558 * emulation/cua-base.el (cua-set-mark): Fix case of string.
6559
ac6c8639
CY
65602011-10-20 Chong Yidong <cyd@gnu.org>
6561
6562 * emulation/cua-base.el (cua-mode):
6563 * mail/footnote.el (footnote-mode):
6564 * mail/mailabbrev.el (mail-abbrevs-mode):
6565 * net/xesam.el (xesam-minor-mode):
6566 * progmodes/bug-reference.el (bug-reference-mode):
6567 * progmodes/cap-words.el (capitalized-words-mode):
6568 * progmodes/compile.el (compilation-minor-mode)
6569 (compilation-shell-minor-mode):
6570 * progmodes/gud.el (gud-tooltip-mode):
6571 * progmodes/hideif.el (hide-ifdef-mode):
6572 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6573 * progmodes/subword.el (subword-mode):
6574 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
6575 * progmodes/which-func.el (which-function-mode):
6576 * term/tvi970.el (tvi970-set-keypad-mode):
6577 * term/vt100.el (vt100-wide-mode):
6578 * textmodes/flyspell.el (flyspell-mode):
6579 * textmodes/ispell.el (ispell-minor-mode):
6580 * textmodes/nroff-mode.el (nroff-electric-mode):
6581 * textmodes/paragraphs.el (use-hard-newlines):
6582 * textmodes/refill.el (refill-mode):
6583 * textmodes/reftex.el (reftex-mode):
6584 * textmodes/rst.el (rst-minor-mode):
6585 * textmodes/sgml-mode.el (html-autoview-mode)
6586 (sgml-electric-tag-pair-mode):
6587 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
6588 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
6589 * emulation/crisp.el (crisp-mode):
6590 * emacs-lisp/eldoc.el (eldoc-mode):
6591 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
6592 minor mode behavior.
6593
aa42ab43
JL
65942011-10-19 Juri Linkov <juri@jurta.org>
6595
6596 * descr-text.el (describe-char): Add #x2010 and #x2011 to
6597 the list of hard-coded chars with escape-glyph face.
6598
89400f1d
SM
65992011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6600
6601 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
6602
305c07f6
MA
66032011-10-19 Michael Albinus <michael.albinus@gmx.de>
6604
6605 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
6606 running process.
6607
13754b54
GM
66082011-10-19 Glenn Morris <rgm@gnu.org>
6609
6610 * vc/vc-bzr.el (vc-bzr-after-dir-status):
6611 Ignore ignored files. (Bug#9726)
6612
06e21633
CY
66132011-10-19 Chong Yidong <cyd@gnu.org>
6614
6615 Doc fix for minor modes, stating that an omitted argument enables
6616 the mode unconditionally when called from Lisp.
6617
6618 * abbrev.el (abbrev-mode):
6619 * allout.el (allout-mode):
6620 * autoinsert.el (auto-insert-mode):
6621 * autoarg.el (autoarg-mode, autoarg-kp-mode):
6622 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
6623 (global-auto-revert-mode):
6624 * battery.el (display-battery-mode):
6625 * composite.el (global-auto-composition-mode)
6626 (auto-composition-mode):
6627 * delsel.el (delete-selection-mode):
6628 * desktop.el (desktop-save-mode):
6629 * dired-x.el (dired-omit-mode):
6630 * dirtrack.el (dirtrack-mode):
6631 * doc-view.el (doc-view-minor-mode):
6632 * double.el (double-mode):
6633 * electric.el (electric-indent-mode, electric-pair-mode):
6634 * emacs-lock.el (emacs-lock-mode):
6635 * epa-hook.el (auto-encryption-mode):
6636 * follow.el (follow-mode):
6637 * font-core.el (font-lock-mode):
6638 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
6639 * help.el (temp-buffer-resize-mode):
6640 * hilit-chg.el (highlight-changes-mode)
6641 (highlight-changes-visible-mode):
6642 * hi-lock.el (hi-lock-mode):
6643 * hl-line.el (hl-line-mode, global-hl-line-mode):
6644 * icomplete.el (icomplete-mode):
6645 * ido.el (ido-everywhere):
6646 * image-file.el (auto-image-file-mode):
6647 * image-mode.el (image-minor-mode):
6648 * iswitchb.el (iswitchb-mode):
6649 * jka-cmpr-hook.el (auto-compression-mode):
6650 * linum.el (linum-mode):
6651 * longlines.el (longlines-mode):
6652 * master.el (master-mode):
6653 * mb-depth.el (minibuffer-depth-indicate-mode):
6654 * menu-bar.el (menu-bar-mode):
6655 * minibuf-eldef.el (minibuffer-electric-default-mode):
6656 * mouse-sel.el (mouse-sel-mode):
6657 * msb.el (msb-mode):
6658 * mwheel.el (mouse-wheel-mode):
6659 * outline.el (outline-minor-mode):
6660 * paren.el (show-paren-mode):
6661 * recentf.el (recentf-mode):
6662 * reveal.el (reveal-mode, global-reveal-mode):
6663 * rfn-eshadow.el (file-name-shadow-mode):
6664 * ruler-mode.el (ruler-mode):
6665 * savehist.el (savehist-mode):
6666 * scroll-all.el (scroll-all-mode):
6667 * scroll-bar.el (scroll-bar-mode):
6668 * server.el (server-mode):
6669 * shell.el (shell-dirtrack-mode):
6670 * simple.el (auto-fill-mode, transient-mark-mode)
6671 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
6672 (line-number-mode, column-number-mode, size-indication-mode)
6673 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
6674 * strokes.el (strokes-mode):
6675 * time.el (display-time-mode):
6676 * t-mouse.el (gpm-mouse-mode):
6677 * tool-bar.el (tool-bar-mode):
6678 * tooltip.el (tooltip-mode):
6679 * type-break.el (type-break-mode-line-message-mode)
6680 (type-break-query-mode):
6681 * view.el (view-mode):
6682 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6683 (global-whitespace-mode, global-whitespace-newline-mode):
6684 * xt-mouse.el (xterm-mouse-mode): Doc fix.
6685
a3839de2
SM
6686 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6687 Fix autogenerated docstring.
06e21633 6688
5214e501
JL
66892011-10-19 Juri Linkov <juri@jurta.org>
6690
6691 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
6692 by checking environment variables "DESKTOP_SESSION" and
6693 "XDG_CURRENT_DESKTOP". (Bug#9779)
6694
195f8db9
JL
66952011-10-19 Juri Linkov <juri@jurta.org>
6696
6697 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
6698 (browse-url-chromium-program, browse-url-chromium-arguments):
6699 New defcustoms.
6700 (browse-url-default-browser): Check for `browse-url-chromium' and
6701 call `browse-url-chromium-program'.
6702 (browse-url-chromium): New command. (Bug#9779)
6703
343a34ff
JB
67042011-10-18 Juanma Barranquero <lekktu@gmail.com>
6705
6706 * facemenu.el (list-colors-duplicates): On Windows, detect more
6707 duplicates by assuming that only colors matching "^System" are
6708 special "system colors". (Bug#9722)
6709
6978a151
SM
67102011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6711
6712 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
6713 to distinguish the author from the committer.
6714
6a80b297
MA
67152011-10-18 Michael Albinus <michael.albinus@gmx.de>
6716
6717 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
6718
b31a5677
JK
67192011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
6720
6721 * international/mule.el (sgml-html-meta-auto-coding-function):
6722 Add support for detecting encoding in HTML5 specified only as
6723 <meta charset="UTF-8">. Implementation just makes http-equiv and
6724 content-type parts from HTML4 encoding string optional. (Bug#9716)
6725
80c6d77f
GM
67262011-10-18 Glenn Morris <rgm@gnu.org>
6727
6728 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
6729
08b0fee8
CY
67302011-10-18 Chong Yidong <cyd@gnu.org>
6731
6732 * faces.el (cursor): Doc fix.
6733
67e729a5
CY
67342011-10-17 Chong Yidong <cyd@gnu.org>
6735
6736 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
6737
343a34ff 67382011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
6739
6740 * dirtrack.el (dirtrack): Support shell buffers with path
6741 prefixes, e.g. tramp-based remote shells. (Bug#9647)
6742
0bc06380
TZ
67432011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
6744
6745 * json.el: Bump version to 1.3 and note change in History.
6746 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
6747
8b79f3e0
SM
67482011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6749
5a7c536b
SM
6750 * comint.el (comint-insert-input, comint-send-input)
6751 (comint-get-old-input-default, comint-backward-matching-input)
6752 (comint-next-prompt): Use nil instead of `input' for field property of
6753 past user input (bug#114).
6754
96a8a0df
SM
6755 * minibuffer.el (completion--replace): Inherit surrounding properties
6756 (bug#114).
6757 (minibuffer-complete-and-exit): Use it.
6758
8b79f3e0
SM
6759 * comint.el (comint--table-subvert): Quote the all-completions output
6760 (bug#9160).
6761
b8f7ff0d
MR
67622011-10-17 Martin Rudalics <rudalics@gmx.at>
6763
8b79f3e0 6764 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 6765
b8f7ff0d 6766 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 6767 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
6768 entries and separate them from frame entries.
6769
c235b555
GM
67702011-10-15 Glenn Morris <rgm@gnu.org>
6771
6772 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
6773 Doc fixes.
6774
6bbfa6e1
CY
67752011-10-15 Chong Yidong <cyd@stupidchicken.com>
6776
8b79f3e0
SM
6777 * net/network-stream.el (network-stream-open-starttls):
6778 Improve detection of failure due to lack of TLS support.
ec5c990d 6779
6bbfa6e1
CY
6780 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
6781 putting the input text in front and in bold.
6782
98488977
SM
67832011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6784
3d1337be
SM
6785 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
6786
ee0b45e4
SM
6787 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
6788 empty buffer.
6789
98488977
SM
6790 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
6791 unread-command-events rather than pushing yet-another event.
6792
186f4720
EZ
67932011-10-14 Eli Zaretskii <eliz@gnu.org>
6794
6795 * mail/sendmail.el (sendmail-query-once): Improve the wording of
6796 the explanation of the possible choices. Make the options passed
6797 to completing-read shorter.
6798
8b7a997c
AM
67992011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6800
6801 * textmodes/flyspell.el (flyspell-large-region): Make sure
6802 extended character mode is used if defined (Bug#1339).
6803
12587bbb
EZ
68042011-10-13 Eli Zaretskii <eliz@gnu.org>
6805
6806 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
6807 character info for LRE, LRO, RLE, and RLO characters by appending
6808 an invisible PDF.
12587bbb 6809
bad41229
SM
68102011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
6811
6812 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
6813 even in case of error; add debug spec; simplify data flow.
6814 (with-timeout-handler): Remove.
6815
28dbc92f
MA
68162011-10-12 Michael Albinus <michael.albinus@gmx.de>
6817
6818 Fix Bug#6019, Bug#9315.
6819
6820 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
6821 complete `buffer-file-name', the local file name part could look
6822 remotely (for example on VMS).
6823
6824 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
6825 `tramp-run-real-handler'.
6826 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
6827 already quoted by '"'.
6828
6829 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
6830 Let `file-name-handler-alist' be nil, the local file name part
6831 could look remotely (for example on VMS).
6832
e1b0b23a
SM
68332011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6834
6835 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
6836 from here...
6837 (flyspell-post-command-hook): ...to here.
6838
a120bde9
SM
68392011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6840
6841 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
6842 if not needed.
6843 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
6844 using completion. Protect against "slow" callers.
6845 Remove the "message hack".
6846
7ce7717b
JL
68472011-10-11 Juri Linkov <juri@jurta.org>
6848
6849 * isearch.el (isearch-lazy-highlight-word): New variable.
6850 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
6851 Use it. (Bug#9727)
6852
c02ee9d6
GM
68532011-10-11 Glenn Morris <rgm@gnu.org>
6854
6855 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
6856 like f90-previous-statement does.
6857
93e616fd 68582011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6859
1f190e73 6860 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
6861 only in interactive use, to avoid error.
6862
af7b6078
SM
68632011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6864
6865 * minibuffer.el (completion-file-name-table): Fix last change,
6866 i.e. ignore normal errors but not the other ones.
6867
0563dae9
MR
68682011-10-10 Martin Rudalics <rudalics@gmx.at>
6869
6870 * window.el (special-display-buffer-names)
6871 (special-display-regexps): Remove some remnants of earlier
6872 changes from doc-strings.
366ca7f3
MR
6873 (quit-windows-on): New function.
6874
6875 * vc/vc.el (vc-revert, vc-rollback):
6876 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
6877 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 6878 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 6879
49677495
MR
68802011-10-09 Martin Rudalics <rudalics@gmx.at>
6881
6882 * window.el (frame-auto-hide-function): Add version tag.
6883 (Bug#9699)
6884
56f2d1e1
MA
68852011-10-09 Michael Albinus <michael.albinus@gmx.de>
6886
6887 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
6888 condition.
6889
112a6592
LL
68902011-10-09 Leo Liu <sdl.web@gmail.com>
6891
6892 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
6893 (Bug#9701)
6894
0812589b
GM
68952011-10-08 Glenn Morris <rgm@gnu.org>
6896
6897 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
6898 before the first code statement zero indent. (Bug#9690)
6899
b2b0776e
CY
69002011-10-08 Chong Yidong <cyd@stupidchicken.com>
6901
6902 * simple.el (count-words-region): Always count in the region.
6903 Report the number of lines and characters too.
6904 (count-words): New command, which counts in the buffer if the
6905 region is inactive, as count-words-region used to.
6906 (count-words--message): New function. Handle plurals.
6907 (count-lines-region): Make it an alias for count-words-region.
6908
6909 * bindings.el (esc-map): Replace count-lines-region with
6910 count-words-region.
6911
c557cd6b
MR
69122011-10-08 Martin Rudalics <rudalics@gmx.at>
6913
6914 * window.el (window--delete): Delete dedicated frame
6915 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 6916 (switch-to-buffer): Fix doc-string typo.
c557cd6b 6917
61a57ef4 69182011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6919
3a7d293b 6920 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 6921
c3833279
CY
69222011-10-07 Chong Yidong <cyd@stupidchicken.com>
6923
6924 * bindings.el ([M-left],[M-right]): Bind to left-word and
6925 right-word respectively.
6926
21ce8245
GM
69272011-10-07 Glenn Morris <rgm@gnu.org>
6928
6929 * cus-start.el (debug-on-quit): Fix custom type.
6930
6d823bb2
LMI
69312011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6932
0181e193
LMI
6933 * subr.el (define-key-after): Clarify that the function is not
6934 useful for non-menu keymaps.
6935
6d823bb2
LMI
6936 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
6937
8e3459ce 69382011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6939
21ce8245 6940 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 6941 in current minibuffer (Fix bug with recursive minibuffers).
6942
a1c2d21e
CY
69432011-10-06 Chong Yidong <cyd@stupidchicken.com>
6944
6945 * progmodes/gdb-mi.el (gdb): Doc fix.
6946
5a4cf282
MR
69472011-10-05 Martin Rudalics <rudalics@gmx.at>
6948
6949 * window.el (frame-auto-hide-function): New option replacing
6950 frame-auto-delete. Suggested by Stefan Monnier.
6951 (window--delete): Call frame-auto-hide-function instead of
6952 investigating frame-auto-delete.
c96111ea
MR
6953 (window-point-1, set-window-point-1): New functions.
6954 (window-in-direction, record-window-buffer, window-state-get-1)
6955 (display-buffer-record-window): Use window-point-1 instead of
6956 window-point.
6957 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 6958
9854542e
SM
69592011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6960
6961 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
6962
8943cfb0
GM
69632011-10-05 Glenn Morris <rgm@gnu.org>
6964
6965 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
6966 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
6967
647ab967
LL
69682011-10-05 Leo Liu <sdl.web@gmail.com>
6969
6970 * subr.el (read-char-choice): Fix argument to buffer-live-p which
6971 works with buffer object.
6972
3ddfbced
SM
69732011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6974
6975 * mpc.el (mpc-tool-bar-map): Add labels.
6976
bdfa5dd2
GM
69772011-10-04 Glenn Morris <rgm@gnu.org>
6978
6979 * calendar/holidays.el (calendar-check-holidays): Doc fix.
6980
0e2070b5
MR
69812011-10-04 Martin Rudalics <rudalics@gmx.at>
6982
6983 * window.el (window--delete): New function.
6984 (frame-auto-delete): Resuscitate option.
6985 (bury-buffer, replace-buffer-in-windows)
6986 (quit-window): Rewrite using window--delete.
6987 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6988 Pass display-buffer-mark-dedicated to window--display-buffer-2
6989 (Bug#9639).
6990
3dc61a09
SM
69912011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6992
915a9b64
SM
6993 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
6994 returns a list (bug#9554). Add remote file name completion.
6995 * comint.el (comint--table-subvert): Curry and get quote&unquote
6996 functions as arguments.
6997 (comint--complete-file-name-data): Adjust call accordingly.
6998 * pcomplete.el (pcomplete--table-subvert): Remove.
6999 (pcomplete-completions-at-point): Use comint--table-subvert instead.
7000
3dc61a09
SM
7001 * minibuffer.el (completion-table-case-fold): Use currying.
7002 (completion--styles-type, completion--cycling-threshold-type):
7003 New constants.
7004 (completion-styles, completion-category-overrides)
7005 (completion-cycle-threshold): Use them.
7006 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
7007 completion-table-case-fold.
7008
8ea0a993
SB
70092011-10-03 Stephen Berman <stephen.berman@gmx.net>
7010
7011 * minibuffer.el (completion-category-overrides): Fix type of styles
7012 and add more user friendly tags (bug#9660).
7013
8c24b7f6
SM
70142011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7015
7016 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
7017 (mule-input-method-string): New widget.
7018 (default-input-method, language-info-custom-alist): Use it.
7019
428fe61a
SM
70202011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7021
32c1fffd
SM
7022 * pcomplete.el: Require comint.
7023 (pcomplete--common-suffix): Remove.
7024 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
7025 (pcomplete--table-subvert): Sync with comint--table-subvert.
7026 (pcomplete--entries): Use comint-completion-file-name-table.
7027 * comint.el (comint-unquote-filename): Simplify.
7028 (comint-completion-file-name-table): New function (bug#9616).
7029 (comint--complete-file-name-data): Use it.
7030
428fe61a
SM
7031 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
7032 (pcmpl-gnu-tar-buffer): Remove.
7033 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
7034 around. Make sure pcomplete-suffix-list is only changed temporarily.
7035 Don't look inside the tar's file if it's too large.
428fe61a 7036
04c52e2f
CY
70372011-10-01 Chong Yidong <cyd@stupidchicken.com>
7038
ce3cefcc
CY
7039 * cus-edit.el (custom-mode-map):
7040 * epa.el (epa-key-list-mode-map):
7041 * man.el (Man-mode-map):
7042 * startup.el (splash-screen-keymap):
7043 * simple.el (special-mode-map): Use scroll-up-command and
7044 scroll-down-command.
7045
7046 * progmodes/idlw-help.el (idlwave-help-mode-map):
7047 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
7048 * net/newst-plainview.el (newsticker-mode-map):
7049 * emulation/ws-mode.el (wordstar-mode-map):
7050 * emulation/vi.el (vi-com-map):
7051 * calc/calc-graph.el (calc-graph-show-dumb):
7052 * term/sun.el (terminal-init-sun):
7053 * term/ns-win.el (global-map):
7054 * progmodes/grep.el (grep-mode-map):
7055 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
7056 * mail/rmail.el (rmail-mode-map):
7057 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
7058
04c52e2f
CY
7059 * custom.el (custom-safe-themes, load-theme): Treat value of t for
7060 custom-safe-themes as special.
7061
79adf8c8
JD
70622011-10-01 Julien Danjou <julien@danjou.info>
7063
7064 * notifications.el (notifications-notify): Fix docstring.
7065
63bd50d3
PS
70662011-10-01 Per Starbäck <per@starback.se>
7067
7068 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
7069
199e4c7e
MR
70702011-09-30 Martin Rudalics <rudalics@gmx.at>
7071
7072 * startup.el (command-line-1): Fix last fix by inserting
7073 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 7074 (Bug#9605) and (Bug#9636)
199e4c7e 7075
fe5f08dd
EZ
70762011-09-29 Eli Zaretskii <eliz@gnu.org>
7077
7078 * simple.el (line-move): If auto-hscroll-mode is disabled and the
7079 window is hscrolled, move by logical lines. (Bug#9607)
7080 (line-move-visual): Update the doc string to the above effect.
7081
b5516bbd
MR
70822011-09-29 Martin Rudalics <rudalics@gmx.at>
7083
ccee00c0
MR
7084 * window.el (display-buffer-record-window): When WINDOW is the
7085 selected window use `point' instead of `window-point'. (Bug#9626)
7086
b5516bbd
MR
7087 * startup.el (command-line-1): Use insert-before-markers when
7088 inserting initial-scratch-message. (Bug#9605)
ccee00c0 7089
b5516bbd
MR
7090 * help.el (help-window): Remove variable.
7091
52aa0014
GM
70922011-09-29 Glenn Morris <rgm@gnu.org>
7093
7094 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
7095
df9a7357
JB
70962011-09-29 Juanma Barranquero <lekktu@gmail.com>
7097
7098 * descr-text.el (describe-char-categories): Accept category
7099 descriptions more than one line long.
7100
a8406c20
SM
71012011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7102
88d9610c
SM
7103 * simple.el (delete-trailing-whitespace): Fix last change.
7104
a5daf810
SM
7105 * progmodes/perl-mode.el (perl-syntax-propertize-function):
7106 Don't confuse "y => 3" as the beginning of a `y' operation.
7107
a8406c20
SM
7108 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
7109 object has more than 4 slots (bug#9613).
7110
a239d4e9
JB
71112011-09-28 Juanma Barranquero <lekktu@gmail.com>
7112
7113 * subr.el (with-output-to-temp-buffer):
7114 * net/quickurl.el (quickurl, quickurl-browse-url):
7115 Fix typos in docstrings.
7116
693fbdb6
EZ
71172011-09-27 Eli Zaretskii <eliz@gnu.org>
7118
7119 * minibuffer.el (completion-styles)
7120 (completion-category-overrides): Cross reference each other in doc
7121 strings.
7122
8b457e28
GM
71232011-09-27 Glenn Morris <rgm@gnu.org>
7124
7125 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
7126 to split-string. (Bug#9606)
7127
85a16208
LMI
71282011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7129
7130 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
7131 (bug#9615).
7132
502f9ebd
CY
71332011-09-27 Chong Yidong <cyd@stupidchicken.com>
7134
7135 * emacs-lisp/package.el (list-packages): Fix echo area message.
7136
7690bdea
LL
71372011-09-27 Leo Liu <sdl.web@gmail.com>
7138
7139 * ido.el (ido-read-internal): Accept cons cell HIST arg.
7140
e2ee6f30
MA
71412011-09-25 Michael Albinus <michael.albinus@gmx.de>
7142
7143 * net/dbus.el (dbus-unregister-object): Don't release services for
7144 registered signals. (Bug#9581)
7145
f3f98342
TZ
71462011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
7147
7148 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
7149 function that picks between cfengine 2 and 3 support
7150 automatically. Update docs accordingly.
7151
dd7aa8dd
KH
71522011-09-22 Kenichi Handa <handa@m17n.org>
7153
7154 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
7155 ZERO.
7156 (indian-itrans-v5-table-for-tamil): New variable.
7157 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
7158
3f2b07f8
KM
71592011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
7160
7161 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
7162 that's true if the current command involved collapsing of text.
7163 It's reset to false at the beginning of the next command.
7164 (allout-post-command-business): Move the cursor to the beginning
7165 of entry if the cursor is hidden and collapsing activity just
7166 happened.
7167
371d6a61
CY
71682011-09-24 Chong Yidong <cyd@stupidchicken.com>
7169
7170 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
7171 tracking (Bug#9541).
7172
2ac2721a
UJ
71732011-09-24 Ulf Jasper <ulf.jasper@web.de>
7174
7175 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
7176 (newsticker-show-news): Automatically load html rendering package
7177 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
7178 because w3m-fill-column is let-bound" and the error "Symbol's value
7179 as variable is void: w3m-fill-column".
2ac2721a 7180
fac7ae53
MA
71812011-09-24 Michael Albinus <michael.albinus@gmx.de>
7182
7183 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
7184 Release services only if they are defined. (Bug#9581)
7185
e08b633b
RS
71862011-09-23 Richard Stallman <rms@gnu.org>
7187
e488d29c
RS
7188 * textmodes/paragraphs.el (forward-sentence): For backwards case,
7189 distinguish start of paragraph from start of its text.
7190
19c38752
RS
7191 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
7192
e08b633b
RS
7193 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
7194 (rmail-generate-viewer-buffer): Put that hook on view buffer.
7195 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
7196
0a39f27e
AS
71972011-09-23 Andreas Schwab <schwab@linux-m68k.org>
7198
7199 * international/mule-diag.el (mule-diag): Insert a newline after
7200 each fontset description.
7201
db4e950d
SM
72022011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7203
7204 * simple.el (delete-trailing-whitespace):
7205 Document last change; simplify.
7206
eca3f3ea
PW
72072011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
7208
d68e189a
PW
7209 * simple.el (delete-trailing-whitespace): Also delete
7210 extra newlines at the end of the buffer.
7211
eca3f3ea
PW
7212 * textmodes/picture.el: Make motion commands obey shift-select-mode.
7213 (picture-newline): Use forward-line so as to ignore fields.
7214
01c157cc
SM
72152011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7216
7217 * subr.el (with-wrapper-hook): Fix edebug spec.
7218
022de23e
LMI
72192011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7220
7221 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
7222 (bug#4538).
7223
91683089
MA
72242011-09-23 Michael Albinus <michael.albinus@gmx.de>
7225
eca3f3ea
PW
7226 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
7227 Fix nasty bug using wrong cached values.
91683089 7228
5bdd6fa4
AM
72292011-09-23 Alan Mackenzie <acm@muc.de>
7230
7231 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
7232
97adfb97
CY
72332011-09-23 Chong Yidong <cyd@stupidchicken.com>
7234
7235 * window.el (pop-to-buffer): Ensure right window is selected if we
7236 chose another frame.
7237
d4ef2b50
EZ
72382011-09-22 Eli Zaretskii <eliz@gnu.org>
7239
7240 * simple.el (what-cursor-position): Use get-char-property-change
7241 and next-single-char-property-change, to be able to show display
7242 properties that come from overlays as well as text properties.
7243
72258fe5
CY
72442011-09-22 Chong Yidong <cyd@stupidchicken.com>
7245
7246 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
7247
7248 * cmuscheme.el (run-scheme, switch-to-scheme):
7249 * cus-edit.el (customize-group, custom-buffer-create)
7250 (customize-browse):
7251 * info.el (info):
7252 * shell.el (shell):
7253 * mail/sendmail.el (mail):
7254 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
7255
8f098516
RS
72562011-09-22 Richard Stallman <rms@gnu.org>
7257
7258 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
7259 move back only to line beg, don't move back over blank lines.
7260
e74f1bb6
MA
72612011-09-22 Michael Albinus <michael.albinus@gmx.de>
7262
7263 * files.el (copy-directory): Set directory attributes only in case
7264 they could be retrieved from the source directory. (Bug#9565)
7265
bfeef8b6
DK
72662011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
7267
7268 * progmodes/hideshow.el (hs-looking-at-block-start-p)
7269 (hs-find-block-beginning, hs-hide-level-recursive):
7270 Ignore strings as well as comments. (Bug#9502)
7271
7e423bb8
AS
72722011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
7273
7274 * progmodes/sql.el (sql-comint-postgres):
7275 Convert port number to a string. (Bug#9566)
7276
b4d72fcf
MR
72772011-09-22 Martin Rudalics <rudalics@gmx.at>
7278
7279 * window.el (quit-window): Undedicate window when switching to
7280 previous buffer. Reported by Thierry Volpiatto
7281 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
7282 (special-display-popup-frame): When popping up a new frame reset
7283 its previous buffers to nil. Simplify code.
b4d72fcf 7284
a7b88dc6
MA
72852011-09-21 Michael Albinus <michael.albinus@gmx.de>
7286
7287 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
7288 and process filter, as done also in `shell-command'.
7289
cf4eacfd
MR
72902011-09-21 Martin Rudalics <rudalics@gmx.at>
7291
eca3f3ea 7292 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
7293 Call set-window-start with NOFORCE argument t.
7294 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
7295 (quit-window): Reword doc-string. Handle new format of
7296 quit-restore parameter. Don't delete window if it has a
7297 previous buffer we can show instead of the present one.
7298 (display-buffer-record-window): Rewrite using a new format for
7299 the quit-restore window parameter
7300 (special-display-popup-frame, display-buffer-same-window)
7301 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7302 (display-buffer-pop-up-window, display-buffer-use-some-window):
7303 Adapt symbol passed to display-buffer-record-window.
7304 * help.el (help-window-setup): Handle new format of quit-restore
7305 parameter.
7306
8d28cb95
SM
73072011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7308
94ab793f
SM
7309 * faces.el (face-list): Fix docstring (bug#9564).
7310
8d28cb95
SM
7311 * window.el (display-buffer--action-function-custom-type):
7312 Don't include internal functions in the Custom interface.
7313
3820edeb
JL
73142011-09-20 Juri Linkov <juri@jurta.org>
7315
7316 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
7317 (Info-forward-node, Info-backward-node, Info-next-preorder)
7318 (Info-last-preorder): Use it. (Bug#9528)
7319
5147931d
JL
73202011-09-20 Juri Linkov <juri@jurta.org>
7321
7322 * info.el (Info-last-preorder): Visit last menu item only when
7323 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
7324
cf499a1a
JD
73252011-09-20 Julien Danjou <julien@danjou.info>
7326
7327 * password-cache.el (password-cache-remove): Remove entries even if the
7328 value is nil, so that password with a nil value (negative caching) is
7329 possible to invalidate.
7330
f84e2fe2
LM
73312011-09-20 Lawrence Mitchell <wence@gmx.li>
7332
7333 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
7334 all whitespace around breakpoint. (Bug#9553)
7335 (f90-find-breakpoint): Only break at whitespace inside a comment.
7336
78054a46
SM
73372011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7338
7339 * minibuffer.el (completion-file-name-table): Keep track of errors.
7340 (completion-table-with-predicate): Handle the case where pred1 is nil.
7341 * pcomplete.el (pcomplete-completions-at-point): Simplify.
7342
345083b2
SM
73432011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7344
e24e27be
SM
7345 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
7346 (debugger-return-value): Signal an error if the debugging context does
7347 not await any return value.
7348
345083b2
SM
7349 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
7350 * image-mode.el (image-toggle-display-text)
7351 (image-toggle-display-image): Stay away from evil `intangible'.
7352
08d355e3
LL
73532011-09-19 Leo Liu <sdl.web@gmail.com>
7354
7355 * replace.el (occur-revert-arguments): Make it permanent-local.
7356 (occur-mode): Don't call font-lock-defontify.
7357
f01da43f
CY
73582011-09-19 Chong Yidong <cyd@stupidchicken.com>
7359
7360 * net/ldap.el (ldap-search-internal): Don't push empty search
7361 result (Bug#9508).
7362
b6072fa6
SM
73632011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7364
7365 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
7366
443d6696
MA
73672011-09-19 Michael Albinus <michael.albinus@gmx.de>
7368
7369 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
7370 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
7371
7cc6e154
JL
73722011-09-18 Juri Linkov <juri@jurta.org>
7373
7374 * buff-menu.el (Buffer-menu-mode-map):
7375 * dired.el (dired-mode-map):
7376 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
7377 (lisp-interaction-mode-map):
7378 * emacs-lisp/package.el (package-menu-mode-map):
7379 * epa.el (epa-key-list-mode-map):
7380 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
7381 (menu-bar-options-menu):
7382 * outline.el (outline-mode-menu-bar-map):
7383 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
7384 * vc/vc-dir.el (vc-dir-menu-map):
7385 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
7386 Capitalize non-function content words in menu item strings.
7387
7388 * dired.el (dired-mode-map): Add menu item for
7389 `image-dired-dired-toggle-marked-thumbs'.
7390
80302a81
JL
73912011-09-18 Juri Linkov <juri@jurta.org>
7392
7393 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
7394 to `isearch-case-fold-search' and restore its original value
7395 after the `isearch-mode' call.
7396
46c5cf66
JL
73972011-09-18 Juri Linkov <juri@jurta.org>
7398
7399 * progmodes/grep.el (grep-process-setup): Don't check code for 1
7400 because `zgrep' returns 1 for successful matches (bug#9226).
7401
d18b513b
JL
74022011-09-18 Juri Linkov <juri@jurta.org>
7403
7404 * info.el (Info-extract-menu-node-name): Check the second match
7405 for empty string (second test-case of bug#9528).
7406 (Info-last-preorder): Let-bind `Info-history' to nil to not add
7407 intermediate nodes to the history (first test-case of bug#9528).
7408
72753f87
JL
74092011-09-18 Juri Linkov <juri@jurta.org>
7410
7411 * info.el (Info-mode-syntax-table): New variable.
1154d12e 7412 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 7413
c9384295
JL
74142011-09-18 Juri Linkov <juri@jurta.org>
7415
1154d12e
JB
7416 * info.el (Info-file-supports-index-cookies):
7417 Increment line-beginning-position's arg from 3 to 4 because makeinfo
7418 outputs one more line for long file names (bug#4142).
c9384295 7419
d473dce8
CY
74202011-09-18 Chong Yidong <cyd@stupidchicken.com>
7421
7422 * newcomment.el (comment-normalize-vars): If prompting for
7423 comment-start, set comment-start-skip too (Bug#8424).
7424
2176854d
JB
74252011-09-18 Johan Bockgård <bojohan@gnu.org>
7426
7427 * icomplete.el: Fix previous fix of Bug#5849.
7428 (icomplete-mode): Don't set completion-show-inline-help.
7429 (icomplete-minibuffer-setup): Set completion-show-inline-help
7430 locally during icompletion.
7431
3aace4e4
CY
74322011-09-18 Chong Yidong <cyd@stupidchicken.com>
7433
c940224f
CY
7434 * woman.el (woman2-process-escapes): Don't delete unrecognized
7435 escapes (Bug#7843).
7436
3aace4e4
CY
7437 * files.el (inhibit-first-line-modes-regexps): Add image files.
7438 (hack-local-variables-prop-line): Return nil for malformed
7439 prop-lines (Bug#9044).
7440
710dec63
MA
74412011-09-18 Michael Albinus <michael.albinus@gmx.de>
7442
7443 * net/tramp.el (top): Don't require 'shell.
7444 (tramp-methods): Fix docstring.
7445 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
7446 Return complete remote file name. Handle "smb" case.
7447 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
7448 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
7449
7450 * net/tramp-compat.el (top): Require 'shell.
7451
7452 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
7453 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
7454 `tramp-current-host'.
7455 (tramp-get-remote-tmpdir): Remove.
7456
7457 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
7458 `tramp-tmpdir' entries.
7459 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
7460 (tramp-smb-handle-file-attributes): Ignore errors.
7461 (tramp-smb-wait-for-output): Check also for process end.
7462
5d5ac8ec
LMI
74632011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7464
7465 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
7466 when sending QUIT (bug#9312).
7467
8c0f49f0
CY
74682011-09-17 Chong Yidong <cyd@stupidchicken.com>
7469
7470 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
7471 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
7472 occur-mode-display-occurrence.
7473 (occur-edit-mode): Add usage message.
7474 (occur-cease-edit): New command.
7475 (occur-after-change-function): Use text properties to find the
7476 position of the prefix text.
7477 (occur-engine): Set stickiness of prefix text properties.
7478
8f1383f7
GM
74792011-09-17 Glenn Morris <rgm@gnu.org>
7480
7481 * progmodes/etags.el (complete-tag):
7482 Fix call to completion-in-region. (Bug#9526)
7483
744ba0e3
JL
74842011-09-17 Juri Linkov <juri@jurta.org>
7485
7486 * textmodes/ispell.el (ispell-word): Add to the error message
7487 the word, ispell program name and current dictionary (bug#9121).
7488 (ispell-tex-arg-end): Capitalize "error" in the error message.
7489
d9bbf400
AS
74902011-09-17 Andreas Schwab <schwab@linux-m68k.org>
7491
7492 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
7493 check. (Bug#4251)
7494
8da11505
JL
74952011-09-17 Juri Linkov <juri@jurta.org>
7496
7497 * window.el (window-safe-min-height, window-safe-min-width):
7498 Fix typos (followup to bug#9522).
7499
a91adc7e
SJ
75002011-09-17 Sven Joachim <svenjoac@gmx.de>
7501
7502 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
7503
064f328a
EZ
75042011-09-16 Eli Zaretskii <eliz@gnu.org>
7505
7506 * simple.el (line-move): If goal-column is set, move by logical
7507 lines, not by display lines. (Bug#971)
7508 (next-line, previous-line, goal-column, line-move-visual): Doc fix
7509 to reflect the above change.
7510
e69df516
SM
75112011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7512
7513 * image.el (imagemagick-register-types): Use regexp-opt.
7514
cbb0f9ab
CY
75152011-09-15 Chong Yidong <cyd@stupidchicken.com>
7516
7517 * window.el (display-buffer-base-action): Rename from
7518 display-buffer-default-action. Make default value empty.
7519 (display-buffer-overriding-action): Convert to defvar.
7520 (display-buffer-fallback-action): New var.
7521
25322144
CY
75222011-09-15 Chong Yidong <cyd@stupidchicken.com>
7523
7524 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
7525 declaration.
7526 (package--add-to-archive-contents): If there is a duplicate entry
7527 with an older version, remove it.
7528 (package-menu-mark-delete, package-menu-mark-install)
7529 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
7530 (package-menu-mark-obsolete-for-deletion):
7531 Use package-menu-get-status instead of a regexp search.
25322144
CY
7532 (package-menu-get-status): Use tabulated-list-entry.
7533 (package-menu-mark-upgrades): New command.
d770725a 7534 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
7535 (package-menu-execute): Do installation before deletion.
7536 (package-menu-refresh, package-menu-execute): Use derived-mode-p
7537 instead of checking major-mode.
7538 (package-menu--find-upgrades): New function.
7539
7520339c
LMI
75402011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7541
7542 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
7543 passwords in the log buffer.
65a046c4
LMI
7544 (smtpmail-process-filter): Update the process marker so that the
7545 "broken by peer" status message is inserted in the right place.
7520339c 7546
d3c30954
SM
75472011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7548
3fe48822
SM
7549 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
7550 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
7551 bibtex-completion-at-point-function.
7552 (bibtex-completion-at-point-function): Use them.
7553
1b8b3954
SM
7554 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
7555
d3c30954
SM
7556 * mpc.el (mpc-constraints-tag-lookup): New function.
7557 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
7558 also to browser "album|playlist".
7559
72779976
JL
75602011-09-14 Juri Linkov <juri@jurta.org>
7561
7562 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
7563 (isearch-edit-string): Use length of `isearch-string' when
7564 `isearch-fail-pos' returns nil.
7565 (isearch-message): Remove duplicate code and call
7566 `isearch-fail-pos' with arg `t'.
7567
a0bf2bcd
CY
75682011-09-14 Chong Yidong <cyd@stupidchicken.com>
7569
17bb0a2d
CY
7570 * replace.el (occur-mode-goto-occurrence): Don't force using other
7571 window (Bug#9499).
7572
a0bf2bcd
CY
7573 * dired-aux.el (dired-do-chmod): Don't provide initial input.
7574
f678e0b6
MR
75752011-09-14 Martin Rudalics <rudalics@gmx.at>
7576
7577 * window.el (display-buffer-window): Remove.
7578 (display-buffer-record-window): Use help-setup window parameter
7579 instead of variable display-buffer-window.
7580 (display-buffer-function, special-display-buffer-names)
7581 (special-display-function): Mention help-setup parameter instead
7582 of display-buffer-window in doc-string.
d3c30954
SM
7583 * help.el (help-window-setup): New argument help-window.
7584 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
7585 Reword some messages.
7586 (with-help-window): Pass window used for displaying the buffer
7587 to help-window-setup. Don't set display-buffer-window.
7588
8e39b2e8
GM
75892011-09-13 Glenn Morris <rgm@gnu.org>
7590
7591 * emacs-lisp/debug.el (debugger-make-xrefs):
7592 Preserve point. (Bug#9462)
7593
85e9c04b
CY
75942011-09-13 Chong Yidong <cyd@stupidchicken.com>
7595
7596 * window.el (window-deletable-p): Use next-frame.
7597
1b36ed6a
MR
75982011-09-13 Martin Rudalics <rudalics@gmx.at>
7599
7600 * window.el (window-auto-delete): Remove.
7601 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 7602 dedication and previous buffers.
1b36ed6a
MR
7603 (switch-to-prev-buffer): Don't delete window.
7604 (delete-windows-on): Delete a window's frame if and only if the
7605 window is dedicated.
7606 (replace-buffer-in-windows): Delete buffer's window or frame if
7607 and only if window is dedicated.
7608 (quit-window): Handle quit-restore as before last change.
4d61f28d 7609 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 7610
ef8ef9fb
CY
76112011-09-13 Chong Yidong <cyd@stupidchicken.com>
7612
7613 * window.el (window-deletable-p): Never delete the last frame on a
7614 given terminal.
7615
b2cba41e
GM
76162011-09-13 Glenn Morris <rgm@gnu.org>
7617
7618 * help.el (describe-key-briefly): Copy previous standard-output change.
7619
51553db6 76202011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
7621
7622 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
7623
b7556719
GM
76242011-09-13 Glenn Morris <rgm@gnu.org>
7625
7626 * emacs-lisp/lisp-mode.el (lisp-indent-function):
7627 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
7628
64b51947
CY
76292011-09-12 Chong Yidong <cyd@stupidchicken.com>
7630
7631 * dired-aux.el (dired-mark-read-string): Don't return default
7632 value on empty input (Bug#9361).
7633 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
7634 Omit initial minibuffer contents.
7635 (dired-do-chmod): Signal an error on empty input.
7636 (dired-mark-read-string): Don't return default on empty input.
7637
7638 * files.el (file-modes-symbolic-to-number): Doc fix.
7639
393a301e
SM
76402011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7641
7642 * international/mule-cmds.el (ucs-completions): Remove.
7643 (read-char-by-name): Use complete-with-action instead; add metadata.
7644
fa5660f9
CY
76452011-09-11 Chong Yidong <cyd@stupidchicken.com>
7646
7647 * window.el (display-buffer--action-function-custom-type)
7648 (display-buffer--action-custom-type): New vars.
7649 (display-buffer-alist, display-buffer-default-action)
7650 (display-buffer-overriding-action): Add defcustom types.
7651
4a592f66
CY
7652 * frame.el (delete-other-frames): Doc fix (Bug#276).
7653
73d56dbd
LMI
76542011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7655
7656 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
7657
37ac18a3
CY
76582011-09-11 Chong Yidong <cyd@stupidchicken.com>
7659
7660 Change modes that used same-window-* vars to use switch-to-buffer.
7661
7662 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
7663 Use switch-to-buffer.
7664
7665 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
7666 (customize-browse, custom-buffer-create-other-window):
7667 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
7668
7669 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
7670 (Info-prev, Info-up, Info-speedbar-goto-node)
7671 (info-display-manual): Use switch-to-buffer.
7672 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
7673
7674 * mail/sendmail.el (mail): Use switch-to-buffer.
7675 (mail-recover): Use switch-to-buffer-other-window.
7676
7677 * cmuscheme.el (run-scheme, switch-to-scheme):
7678 * ielm.el (ielm):
7679 * shell.el (shell):
7680 * net/rlogin.el (rlogin):
7681 * net/telnet.el (telnet, rsh):
7682 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
7683
10195bd6
AS
76842011-09-11 Andreas Schwab <schwab@linux-m68k.org>
7685
7686 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
7687
b322f63a
LMI
76882011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7689
39d7fed6
LMI
7690 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
7691 so don't mention it (bug#9301).
ba5a81f1 7692 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 7693
ee0e9f11
LMI
7694 * faces.el (face-spec-set-match-display): Make `(type graphic)'
7695 match `x', `w32' and `ns', like the manual says (bug#9029).
7696
0b1c89c1 7697 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
7698 (process-kill-buffer-query-function): Mention the buffer name in
7699 the query.
0b1c89c1 7700
77549ea8
LMI
7701 * image-mode.el (image-next-line): The line parameter is mandatory
7702 (bug#9258).
7703
803ef892
LMI
7704 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
7705 which can be useful (bug#9301).
7706
12980837
LMI
7707 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
7708
91054f8f
LMI
7709 * subr.el (match-string): Mention that the current buffer should
7710 be the same as the search was done in (bug#9282).
7711
b322f63a
LMI
7712 * facemenu.el: Disable the remove-* commands if the mark isn't
7713 active (bug#9162).
7714
3199b96f
CY
77152011-09-10 Chong Yidong <cyd@stupidchicken.com>
7716
7717 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
7718 of display-buffer.
7719 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
7720
7721 * replace.el (occur-mode-goto-occurrence)
7722 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
7723 and display-buffer.
7724
7725 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
7726 display-buffer.
7727
7728 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
7729 special-display and same-window variables.
7730 (mail-other-window): Use switch-to-buffer-other-window.
7731 (mail-other-frame): USe switch-to-buffer-other-frame.
7732
393a301e
SM
7733 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
7734 Use display-buffer-other-frame.
3199b96f
CY
7735 (gdb-display-gdb-buffer): Use pop-to-buffer.
7736
7737 * progmodes/gud.el (gud-goto-info): Use info-other-window.
7738
7739 * progmodes/python.el: Don't set same-window-buffer-names.
7740
7741 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
7742
7743 * window.el (display-buffer-alist): Add *Python*.
7744
8319e0bf
CY
77452011-09-10 Chong Yidong <cyd@stupidchicken.com>
7746
7747 * window.el (display-buffer-alist): Add entry for buffers
7748 previously handled same-window-*.
7749 (display-buffer-alist, display-buffer-default-action)
7750 (display-buffer-overriding-action): Mark as risky.
7751 (display-buffer-alist): Document action function changes.
7752 (display-buffer--same-window-action)
7753 (display-buffer--other-frame-action): New variables.
7754 (switch-to-buffer, display-buffer-other-frame): Use them.
7755 (display-buffer): Rename reuse-frame entry to reusable-frames.
7756 (display-buffer-reuse-selected-window): Function deleted.
7757 (display-buffer-reuse-window): Handle reusable-frames alist entry.
7758 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
7759 (display-buffer-special): New function.
7760 (display-buffer--maybe-pop-up-frame-or-window): Rename from
7761 display-buffer-reuse-or-pop-window. Split off special-display
7762 part into display-buffer-special.
7763 (display-buffer-use-some-window): Don't perform any special
7764 pop-up-frames handling.
7765 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 7766 (display-buffer--maybe-same-window): Rename from
0d3ff375 7767 display-buffer-maybe-same-window.
8319e0bf 7768
919a69aa
CY
7769 * info.el: Don't set same-window-regexps.
7770 (info-setup): New function.
7771 (info-other-window, info): Call it.
7772
7773 * cus-edit.el: Don't set same-window-regexps.
7774 (customize-group): New argument.
7775 (customize-group-other-window): Use it.
7776 (customize-face, customize-face-other-window): Likewise.
7777 (custom-buffer-create-other-window): Use pop-to-buffer directly.
7778
8319e0bf
CY
7779 * net/rlogin.el:
7780 * net/telnet.el:
7781 * progmodes/gud.el: Don't set same-window-regexps.
7782
7783 * cmuscheme.el:
7784 * ielm.el:
7785 * shell.el:
7786 * mail/sendmail.el:
7787 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
7788
25173000
JL
77892011-09-10 Juri Linkov <juri@jurta.org>
7790
7791 * isearch.el (isearch-edit-string): Remove obsolete mention of
7792 `C-w' (`isearch-yank-word-or-char') from docstring.
7793 (isearch-query-replace): Fix typo in docstring (bug#9466).
7794
056e44ef
JL
77952011-09-10 Juri Linkov <juri@jurta.org>
7796
7797 * paren.el (show-paren-function): Don't show escaped parens.
7798 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
7799
c3760c17
EZ
78002011-09-10 Eli Zaretskii <eliz@gnu.org>
7801
7802 * mail/sendmail.el (mml-to-mime, mml-attach-file)
7803 (mm-default-file-encoding): Remove autoload forms, they are
7804 replaced with autoload cookies in mml.el and mm-encode.el.
7805 (mail-add-attachment): New command.
7806 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
7807 (mail-mode): Mention mail-insert-file and mail-add-attachment in
7808 the doc string.
7809 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
7810
fece895e
RT
78112011-09-10 Reuben Thomas <rrt@sc3d.org>
7812
e69df516
SM
7813 * simple.el (count-words-region): Use buffer if there's no region
7814 (bug#9429).
fece895e 7815
5e68ce4a
JL
78162011-09-09 Juri Linkov <juri@jurta.org>
7817
7818 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
7819 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
7820 (wdired-isearch-filter-read-only): New function. (Bug#6362)
7821
0a6b9622
AM
78222011-09-09 Alan Mackenzie <acm@muc.de>
7823
7824 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
7825 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
7826
14a29deb
EZ
78272011-09-09 Eli Zaretskii <eliz@gnu.org>
7828
7829 Fix for Savannah bug#9392.
7830 * simple.el (mail-encode-mml): New defvar.
7831
7832 * mail/rmail.el (mail-encode-mml): Add a defvar.
7833 (rmail-enable-mime-composing): Default to t.
7834 (rmail-forward): Use MIME method of forwarding only if both
7835 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
7836 Set mail-encode-mml non-nil if the MIME method was used.
7837
7838 * mail/sendmail.el (mml-to-mime): Add autoload form.
7839 (mail-encode-mml): Add a defvar.
7840 (mail-mode): Make mail-encode-mml buffer-local and initialize it
7841 to nil.
7842 (mail-send): If mail-encode-mml is non-nil, run the outgoing
7843 message through mml-to-mime, and reset mail-encode-mml to nil.
7844
28c45130
GM
78452011-09-09 Glenn Morris <rgm@gnu.org>
7846
7847 * woman.el (woman-if-body): When processing an .el block,
7848 do not delete the next .el block as well. (Bug#9447)
69f4b618 7849 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 7850
9b1c252e
MR
78512011-09-08 Martin Rudalics <rudalics@gmx.at>
7852
7853 * window.el (window-deletable-p): Make sure window is live before
7854 invoking window-prev-buffers.
7855
567457e3
LL
78562011-09-08 Leo Liu <sdl.web@gmail.com>
7857
7858 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
7859
97f05794
JL
78602011-09-08 Juri Linkov <juri@jurta.org>
7861
7862 * progmodes/compile.el (compilation-environment): Make it
7863 a defcustom (bug#8340).
7864
8b0874b5
MR
78652011-09-08 Martin Rudalics <rudalics@gmx.at>
7866
7867 * window.el (frame-auto-delete): Rename to window-auto-delete.
7868 Make it control auto-deletion of windows and/or frames.
7869 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 7870 for deleting window/frame. (Bug#9419)
8b0874b5
MR
7871 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
7872 Rewrite handling of case when window/frame can be deleted.
7873 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 7874 argument t. (Bug#9456)
8b0874b5 7875
4feb6e73
CY
78762011-09-07 Chong Yidong <cyd@stupidchicken.com>
7877
7878 * help-mode.el (help-mode): Restore autoload.
7879
91ab9c13
JL
78802011-09-07 Juri Linkov <juri@jurta.org>
7881
7882 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
7883 `compilation-environment'. Set buffer-local
7884 `compilation-environment' to `thisenv' later after (funcall mode).
7885 (Bug#8340)
7886
7887 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
7888 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
7889 instead of replacing its value. (Bug#8340)
7890
0527e251
JL
78912011-09-07 Juri Linkov <juri@jurta.org>
7892
7893 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
7894 based on text properties put by `grep-filter' instead of matching
7895 escape sequences.
7896 (grep-mode): Set buffer-local `compilation-error-screen-columns'
7897 to the value of `grep-error-screen-columns' (bug#9438).
7898
249f792c
JL
78992011-09-07 Juri Linkov <juri@jurta.org>
7900
7901 * simple.el (next-error-highlight, next-error-highlight-no-select):
7902 Doc fix (bug#9432).
7903
ff7271b9
OT
79042011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
7905
7906 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7907 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
7908
183fc730
LL
79092011-09-07 Leo Liu <sdl.web@gmail.com>
7910
7911 * net/rcirc.el (rcirc-mode): Conditionally initialize
7912 rcirc-input-ring.
7913
77694924
SM
79142011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7915
7916 * emacs-lisp/find-func.el (find-function-C-source): Only set
7917 find-function-C-source-directory after checking that we found a source
7918 file there (bug#9440).
7919
d809b8eb
AM
79202011-09-06 Alan Mackenzie <acm@muc.de>
7921
7922 * isearch.el (isearch-other-meta-char): Wherever a key list is
7923 unread, "unread" the prefix arg, too. This fixes bug #8901.
7924
453de99f
OG
79252011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
7926
7927 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
7928
90439906
JL
79292011-09-05 Juri Linkov <juri@jurta.org>
7930
7931 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
7932
f62bd846
JL
79332011-09-05 Juri Linkov <juri@jurta.org>
7934
7935 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
7936 keeping point where processing of grep matches begins, and
7937 continue to delete remaining escape sequences from the same point.
7938 (grep-filter): Make leading zero optional in "0?1;31m" because
7939 git-grep emits "\033[1;31m" escape sequences unlike expected
7940 "\033[01;31m" as GNU Grep does (bug#9408).
7941 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
7942
045820ec
JL
79432011-09-05 Juri Linkov <juri@jurta.org>
7944
7945 * subr.el (y-or-n-p): Capitalize "yes".
7946
f5e29b9b
MA
79472011-09-04 Michael Albinus <michael.albinus@gmx.de>
7948
7949 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
7950 `tramp-cache-unload-hook' where appropriate.
7951 (tramp-methods): Rename `tramp-remote-sh' to
7952 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
7953 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
7954
7955 * net/tramp-sh.el (top): Don't require 'shell.
7956 (tramp-methods): Add `tramp-remote-shell' and
7957 `tramp-remote-shell-args' entries.
7958 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
7959 (tramp-sh-handle-shell-command): Remove.
7960 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7961 Use `tramp-remote-shell'.
7962
2784c434
CY
79632011-09-03 Chong Yidong <cyd@stupidchicken.com>
7964
393a301e 7965 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
7966 (sendmail-query-once): Save directly to send-mail-function.
7967 Update message-send-mail-function too.
7968
7969 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
7970
464cdf56
CS
79712011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
7972
7973 * progmodes/python.el (python-mode-map): Use correct function to
7974 start python interpreter from menu-bar (as reported by Geert
7975 Kloosterman).
7976 (inferior-python-mode-map): Fix typo.
393a301e 7977 (python-shell-map): Remove.
464cdf56 7978
d37e5c87
DD
79792011-09-03 Deniz Dogan <deniz@dogan.se>
7980
7981 * net/rcirc.el (rcirc-print): Simplify code for
7982 rcirc-scroll-show-maximum-output. There is no need to walk
7983 through all windows to find the right one.
7984
f3ada0ee
CS
79852011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
7986
7987 * help.el (help-return-method): Doc fix.
7988
1f3c99ca
MR
79892011-09-03 Martin Rudalics <rudalics@gmx.at>
7990
7991 * window.el (window-deletable-p): Don't return a non-nil value
7992 when there's a buffer that was shown in the window before.
7993 (Bug#9419)
393a301e
SM
7994 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7995 Set window's previous buffers to nil.
1f3c99ca 7996
a3cf097f
EZ
79972011-09-03 Eli Zaretskii <eliz@gnu.org>
7998
7999 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
8000 newline before and after the tag line, so it doesn't interfere
8001 with determining the paragraph direction of bidirectional text.
8002
3d03de90
LL
80032011-09-03 Leo Liu <sdl.web@gmail.com>
8004
8005 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
8006
c3313451
CY
80072011-09-02 Chong Yidong <cyd@stupidchicken.com>
8008
393a301e 8009 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
8010 (pop-to-buffer): Change interactive spec. Pass second argument
8011 directly to display-buffer.
8012 (display-buffer): Fix interactive spec. Use functionp to
8013 distinguish between a function and a list of functions.
8014
8015 * abbrev.el (edit-abbrevs):
8016 * arc-mode.el (archive-extract):
8017 * autoinsert.el (auto-insert):
8018 * bookmark.el (bookmark-bmenu-list):
8019 * files.el (find-file):
8020 * view.el (view-buffer):
8021 * progmodes/compile.el (compilation-goto-locus):
8022 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
8023
89894cd8
CY
80242011-09-02 Chong Yidong <cyd@stupidchicken.com>
8025
8026 * window.el (display-buffer-alist): Doc fix.
8027 (display-buffer): Add docstring. Don't treat
8028 display-buffer-default specially.
8029 (display-buffer-reuse-selected-window)
8030 (display-buffer-same-window, display-buffer-maybe-same-window)
8031 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8032 (display-buffer-pop-up-window)
8033 (display-buffer-reuse-or-pop-window)
8034 (display-buffer-use-some-window): New functions.
8035 (display-buffer-default-action): Use them.
393a301e 8036 (display-buffer-default): Delete.
89894cd8
CY
8037 (pop-to-buffer-1): Fix choice of actions.
8038
ae0bc9fb
SM
80392011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
8040
8041 * minibuffer.el (completion--insert-strings): Don't get confused by
8042 completion entries that end with an LF char.
8043
e9d90883
EZ
80442011-09-01 Eli Zaretskii <eliz@gnu.org>
8045
8046 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
8047
437014c8
CY
80482011-09-01 Chong Yidong <cyd@stupidchicken.com>
8049
8050 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
8051 (display-buffer-same-window, display-buffer-other-window):
8052 New functions.
437014c8
CY
8053 (pop-to-buffer-1): New function. Use the above.
8054 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 8055 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
8056
8057 * view.el (view-buffer-other-window, view-buffer-other-frame):
8058 Just use pop-to-buffer.
8059
a5e063d5
TV
80602011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8061
8062 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
8063
793d32bb
WH
80642011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
8065
8066 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
8067
d65e4c15
RS
80682011-08-31 Richard Stallman <rms@gnu.org>
8069
8070 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
8071 of the separation of rmail-view-buffer from rmail-buffer.
8072 If you say no to "replace original", the decrypt is in the
8073 view buffer. If you say yes, the decrypt goes into the
8074 rmail buffer also.
8075
f818cd2a
MR
80762011-08-31 Martin Rudalics <rudalics@gmx.at>
8077
8078 * window.el (display-buffer-window): Rewrite doc-string.
8079 (display-buffer-record-window): New function.
8080 (display-buffer-macro-specifiers)
8081 (display-buffer-even-window-sizes, display-buffer-set-height)
8082 (display-buffer-set-width, display-buffer-in-window)
8083 (display-buffer-reuse-window, display-buffer-split-specifiers)
8084 (display-buffer-side-specifiers, display-buffer-split-window-1)
8085 (display-buffer-split-window, display-buffer-split-atom-window)
8086 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
8087 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
8088 (display-buffer-other-window-means-other-frame)
8089 (display-buffer-normalize-special)
8090 (display-buffer-normalize-default)
8091 (display-buffer-normalize-argument)
8092 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
8093 (display-buffer-normalize-specifiers, display-buffer-frame)
8094 (display-buffer-same-window, display-buffer-same-frame)
8095 (display-buffer-other-window)
8096 (display-buffer-same-frame-other-window)
8097 (display-buffer-other-frame, pop-to-buffer-same-window)
8098 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
8099 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
8100 (switch-to-buffer-same-frame)
8101 (switch-to-buffer-other-window-same-frame)
8102 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
8103 (display-buffer-alist-set-1, display-buffer-alist-set-2)
8104 (display-buffer-alist-set): Remove.
8105 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
8106 (special-display-regexps, special-display-function):
8107 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
8108 parameter.
8109 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
8110 (special-display-frame-alist, special-display-popup-frame)
8111 (same-window-buffer-names, same-window-regexps, same-window-p)
8112 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8113 (split-window-preferred-function, split-height-threshold)
8114 (split-width-threshold, window-splittable-p)
8115 (split-window-sensibly, window--try-to-split-window)
8116 (window--frame-usable-p, even-window-heights)
8117 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
8118 (window--display-buffer-2, display-buffer-other-frame):
8119 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
8120 (display-buffer-default, display-buffer-assq-regexp): New functions.
8121 (display-buffer-alist): Rewrite doc-string.
8122 (display-buffer-default-action)
8123 (display-buffer-overriding-action): New variables.
8124 (display-buffer, switch-to-buffer): Rewrite.
8125 (pop-to-buffer): Restore Emacs 23 behavior but use
8126 window-normalize-buffer-to-display.
8127 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
8128 Restore Emacs 23 behavior but use
8129 window-normalize-buffer-to-switch-to.
8130 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
8131 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
8132 Rewrite using Emacs 23 options.
f818cd2a 8133
5bc3b51d
MA
81342011-08-31 Michael Albinus <michael.albinus@gmx.de>
8135
8136 * net/tramp.el (tramp-root-regexp): Remove.
8137 (tramp-completion-file-name-regexp-unified)
8138 (tramp-completion-file-name-regexp-separate)
8139 (tramp-completion-file-name-regexp-url): Don't use leading volume
8140 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
8141 (tramp-drop-volume-letter): Simplify definition.
8142 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 8143
b1a4f8e1
SM
81442011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8145
8146 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
8147 (bug#9356).
8148
5664fa7b
RT
81492011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
8150
b1a4f8e1 8151 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 8152
9a45d6c3
JL
81532011-08-29 Juri Linkov <juri@jurta.org>
8154
8155 * isearch.el (isearch-done): Don't display message "Mark saved"
8156 when arg `edit' is non-nil to prevent its flicker in the echo area.
8157
fb87e0fb
CY
81582011-08-28 Chong Yidong <cyd@stupidchicken.com>
8159
8160 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
8161 obsolete packages for deletion.
8162
09ac1c2a
CS
81632011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
8164
8165 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 8166 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
8167 view-mode from help-mode.
8168 (help-xref-override-view-map): Remove.
8169 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
8170 view-mode is not used anymore.
8171
7a1ff57f
CY
81722011-08-28 Chong Yidong <cyd@stupidchicken.com>
8173
8174 * server.el (server-port): Doc fix.
8175
b9696605
CY
8176 * cus-theme.el (custom-theme-choose-mode): Inherit from
8177 special-mode (Bug#9124).
8178 (custom-theme-choose-mode-map): Add special-mode to parent.
8179
ef8cdf8c
AM
81802011-08-28 Alan Mackenzie <acm@muc.de>
8181
8182 * progmodes/cc-fonts.el
8183 (c-make-font-lock-BO-decl-search-function): New function.
8184 (c-basic-matchers-after - "Fontify the clauses after various
8185 keywords"): Extract the three keyword lists for the 3 erroneous
8186 constructs from the list of four, and use the new function above
8187 in place of an old one.
8188
27de4e20
DD
81892011-08-28 Deniz Dogan <deniz@dogan.se>
8190
8191 * net/rcirc.el (rcirc-insert-prev-input)
8192 (rcirc-insert-next-input): Remove unused argument.
8193
356a3681
SM
81942011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8195
8196 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
8197
3fc9b218
AM
81982011-08-27 Alan Mackenzie <acm@muc.de>
8199
8200 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
8201 handle function pointer parameters properly.
8202
538a061c
MR
82032011-08-27 Martin Rudalics <rudalics@gmx.at>
8204
8205 * window.el (display-buffer-reuse-window): Fix case where
8206 selected window was reused with non-nil OTHER-WINDOW argument.
8207 (Bug#9381)
8208
35b1c40c
DD
82092011-08-27 Deniz Dogan <deniz@dogan.se>
8210
8211 * net/rcirc.el (rcirc-check-auth-status): Adding support for
8212 oftc's NickServ messages.
8213
2f6a3e79
GM
82142011-08-27 Glenn Morris <rgm@gnu.org>
8215
8216 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
8217
7254299e
CY
82182011-08-26 Chong Yidong <cyd@stupidchicken.com>
8219
8220 * emacs-lisp/package.el (package-install): Call package-initialize
8221 if called interactively.
8222
f8ccf167
LL
82232011-08-26 Leo Liu <sdl.web@gmail.com>
8224
8225 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
8226
3e8cd5ce
JL
82272011-08-25 Juri Linkov <juri@jurta.org>
8228
8229 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
8230 `search-whitespace-regexp' (bug#9364).
8231
93eb7113
JL
82322011-08-25 Juri Linkov <juri@jurta.org>
8233
8234 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
8235 `regexp-search-ring' to their global values to protect from
8236 updating by `read-from-minibuffer' (bug#9185).
8237
f65d1611
JL
82382011-08-25 Juri Linkov <juri@jurta.org>
8239
8240 * textmodes/ispell.el (ispell-command-loop): Add newline
8241 at the end of the "Use option `i'..." line.
8242
f1cf7a31
JL
82432011-08-25 Juri Linkov <juri@jurta.org>
8244
8245 * battery.el (display-battery-mode): If `battery-status-function'
8246 or `battery-mode-line-format' is nil, display the message and set
8247 `display-battery-mode' to nil (bug#9363).
8248
0c95fcf7
EZ
82492011-08-25 Eli Zaretskii <eliz@gnu.org>
8250
8251 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
8252 bidi-string-mark-left-to-right; they are unnecessary now.
8253
a2ebe600
DD
82542011-08-25 Deniz Dogan <deniz@dogan.se>
8255
8256 * net/quickurl.el: Documentation typo fixes.
8257
e4ed06f1
CY
82582011-08-25 Chong Yidong <cyd@stupidchicken.com>
8259
8260 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
8261
e5f1c99e
GM
82622011-08-25 Glenn Morris <rgm@gnu.org>
8263
b2948976
GM
8264 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
8265
e5f1c99e
GM
8266 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
8267 (smtpmail-via-smtp): Handle nil response from smtp.
8268
f22f4808
JL
82692011-08-24 Juri Linkov <juri@jurta.org>
8270
8271 * proced.el (proced-marked): Inherit from `error' instead of
8272 `font-lock-warning-face'.
8273
8274 * ibuffer.el (ibuffer-marked-face): Change default face from
8275 `font-lock-warning-face' to `warning'.
8276 (ibuffer-deletion-face): Change default face from
8277 `font-lock-type-face' to `error'.
8278
8279 * battery.el (battery-update): Use the face `error' instead of
8280 `font-lock-warning-face' (bug#6117).
8281
6a93965e
JL
82822011-08-24 Juri Linkov <juri@jurta.org>
8283
8284 * faces.el (success): Change face color from "Green3" to
8285 "ForestGreen" on light background (bug#9353).
8286
1ed43b09
CY
82872011-08-24 Chong Yidong <cyd@stupidchicken.com>
8288
5664fa7b
RT
8289 * window.el (quit-window): Rename from quit-restore-window.
8290 Use same arglist as old quit-window.
1ed43b09
CY
8291 (frame-auto-delete): Doc fix.
8292
8293 * view.el (view-mode-exit): Use quit-window.
8294
11dcdbb2
JL
82952011-08-24 Juri Linkov <juri@jurta.org>
8296
8297 * isearch.el (isearch-ring-adjust1): Start visiting previous
8298 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
8299 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
8300 for empty search string (when the last search string is reused
8301 automatically) to adjust the isearch ring to the last element and
8302 prepare the correct index for further M-p commands (bug#9185).
8303
de62b4df
KH
83042011-08-24 Kenichi Handa <handa@m17n.org>
8305
8306 * international/ucs-normalize.el: If decomposition property of
8307 CHAR is the default one (i.e. a list of CHAR itself), treat it as
8308 nil.
8309 (nfd, nfkd): Likewise.
8310
963b492b
SM
83112011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8312
8313 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
8314 from process filters aren't reliably transmitted to the surrounding
8315 accept-process-output.
8316 (mpc-proc-check): New function.
8317 (mpc-proc-sync): Use it (bug#8293)
8318
93b6b5e1
SM
83192011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8320
8321 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
8322 Add compatibility functions (bug#9313).
8323
bca633fb
EZ
83242011-08-23 Eli Zaretskii <eliz@gnu.org>
8325
b177498a
EZ
8326 * cus-start.el (all): Add entry for bidi-paragraph-direction.
8327
6df6ae42 8328 * international/uni-bidi.el: Regenerate.
bca633fb 8329
0902a04e
KH
83302011-08-23 Kenichi Handa <handa@m17n.org>
8331
8332 * international/charprop.el:
8333 * international/uni-bidi.el:
8334 * international/uni-category.el:
8335 * international/uni-combining.el:
8336 * international/uni-comment.el:
8337 * international/uni-decimal.el:
8338 * international/uni-decomposition.el:
8339 * international/uni-digit.el:
8340 * international/uni-lowercase.el:
8341 * international/uni-mirrored.el:
8342 * international/uni-name.el:
8343 * international/uni-numeric.el:
8344 * international/uni-old-name.el:
8345 * international/uni-titlecase.el:
8346 * international/uni-uppercase.el: Regenerate.
8347
3bbf23bc
MR
83482011-08-23 Martin Rudalics <rudalics@gmx.at>
8349
8350 * help.el (help-window-setup): Fix message displayed when other
8351 window is reused. (Bug#9341)
8352
b3fd59bd
SM
83532011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8354
1802e444
SM
8355 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
8356 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
8357
b3fd59bd
SM
8358 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
8359 Mark obsolete.
8360 * shell.el (shell-parse-pcomplete-arguments): New function.
8361 (shell-completion-vars): Use it instead (bug#9160).
8362
4eb61348
SM
83632011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
8364
867cab74
SM
8365 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
8366 strings and comments (bug#9333).
8367
4eb61348
SM
8368 * emacs-lisp/debug.el (debug-arglist): New function.
8369 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
8370 (debug-on-entry-1): Handle interpreted closures (bug#9120).
8371
262a1439
JL
83722011-08-22 Juri Linkov <juri@jurta.org>
8373
56ee679c
JL
8374 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8375 Revert regexp that highlights output switches to its old
8376 pre-2010-10-28 value and remove one `?' from it (bug#9319).
8377
262a1439
JL
8378 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
8379 to check for empty output (bug#9226).
8380
f13f86fb
CY
83812011-08-22 Chong Yidong <cyd@stupidchicken.com>
8382
8383 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
8384 symbol-constituent as the default, as that stops font-lock from
8385 working properly (Bug#8843).
8386
c65c9622
LMI
83872011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8388
8389 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
8390 `coding-system-for-*' around the process open call to avoid
8391 auth-source side effects.
e7f2c178 8392 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
8393 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
8394 probe hangs.
c65c9622 8395
23a8a5ab
CY
83962011-08-21 Chong Yidong <cyd@stupidchicken.com>
8397
ff98b2dd
CY
8398 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
8399
23a8a5ab
CY
8400 * emacs-lisp/find-func.el (find-function-noselect): New arg
8401 lisp-only.
8402
8403 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
8404 signal an error for built-in functions (Bug#6664).
8405
f5e3c598
LMI
84062011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8407
8408 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
8409 (smtpmail-try-auth-methods): Use it.
8410
a3f2468a
CY
84112011-08-21 Chong Yidong <cyd@stupidchicken.com>
8412
2c34e8da
CY
8413 * font-lock.el (font-lock-fontify-region)
8414 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
8415 (font-lock-default-unfontify-buffer)
8416 (font-lock-default-fontify-region)
8417 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
8418
b3fd59bd
SM
8419 * progmodes/compile.el (compilation-error-properties):
8420 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
8421 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
8422 `ant' regexp.
ee31aabc 8423
a3f2468a
CY
8424 * net/browse-url.el (browse-url-firefox): Don't call
8425 browse-url-firefox-sentinel unless using -remote (Bug#9328).
8426
8e999f70
GM
84272011-08-20 Glenn Morris <rgm@gnu.org>
8428
c21a496a
GM
8429 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
8430
59ee0542
GM
8431 * tutorial.el (tutorial--default-keys): Update some default bindings.
8432
8e999f70
GM
8433 * files.el (hack-local-variables): Fully ignore case for "mode:".
8434
e3715033
AM
84352011-08-20 Alan Mackenzie <acm@muc.de>
8436
8437 Resolve invalid use of a regexp in regexp-opt.
8438
4d61f28d
JB
8439 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
8440 detection for a java annotation.
e3715033 8441
4d61f28d 8442 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
8443 detection for a java annotation.
8444
4d61f28d
JB
8445 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
8446 handling for java.
e3715033
AM
8447 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
8448
04ed2e9c
CY
84492011-08-20 Chong Yidong <cyd@stupidchicken.com>
8450
8451 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
8452 (Bug#9274).
8453
826cee64
AM
84542011-08-20 Alan Mackenzie <acm@muc.de>
8455
58179cce 8456 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
8457 such a construct. Mainly for when jit-lock etc. starts a chunk
8458 here.
8459
58179cce 8460 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 8461 variable.
58179cce 8462 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
8463 c-make-font-lock-search-function.
8464 (c-make-font-lock-search-function): Use the above function.
8465 (c-make-font-lock-context-search-function): New function.
8466 (c-cpp-matchers): Enhance the preprocessor expression case with
8467 the above function
8468 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
8469 which takes an expression.
8470
8471 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
8472
13009bd8
MR
84732011-08-20 Martin Rudalics <rudalics@gmx.at>
8474
8475 * window.el (display-buffer-reuse-window)
8476 (display-buffer-pop-up-window): Don't reuse or split a side
8477 window.
8478
9234ff7f
GM
84792011-08-19 Glenn Morris <rgm@gnu.org>
8480
8481 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 8482 Downcase "Mode:". (Bug#9331)
9234ff7f 8483
f635daa1
CY
84842011-08-18 Chong Yidong <cyd@stupidchicken.com>
8485
8486 * international/characters.el: Add L and R categories.
8487
8488 * subr.el (bidi-string-mark-left-to-right): Rename from
8489 string-mark-left-to-right. Use category search.
8490
8491 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
8492
bc987f8b
JL
84932011-08-18 Juri Linkov <juri@jurta.org>
8494
8495 * faces.el (error, warning, success): New faces with definitions
8496 copied from old default values of `font-lock-warning-face',
8497 `compilation-warning', `compilation-info' (bug#6117).
8498
8499 * font-lock.el (font-lock-warning-face): Inherit from `error'.
8500
8501 * progmodes/compile.el (compilation-error): Inherit from `error'.
8502 (compilation-warning): Inherit from `warning'.
8503 (compilation-info): Inherit from `success'.
8504
8505 * dired.el (dired-marked): Inherit from `warning'.
8506 (dired-flagged): Inherit from `error'.
8507
57173b96
LMI
85082011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8509
3e79eb87
LMI
8510 * mail/smtpmail.el (auth-source): Require to avoid problems with
8511 binding variables (bug#9298). Also clean up some unused
8512 autoloads.
8513
b3fd59bd
SM
8514 * net/network-stream.el (network-stream-open-starttls):
8515 Support using starttls.el without using gnutls-cli.
57173b96 8516
02b404de
JL
85172011-08-17 Juri Linkov <juri@jurta.org>
8518
8519 * progmodes/grep.el (rgrep): Handle the case when
8520 `grep-find-command' is a cons cell (bug#9278).
8521
8c9177f2
MR
85222011-08-17 Martin Rudalics <rudalics@gmx.at>
8523
8524 * window.el (display-buffer-pop-up-frame): Run frame creation
8525 function with BUFFER current (as special-display-popup-frame
8526 does). Reported by Drew Adams.
8527
3644a0ab
DU
85282011-08-17 Daiki Ueno <ueno@unixuser.org>
8529
8530 * epa-mail.el: Simplify GnuPG group expansion using
8531 epg-expand-group.
8532 (epa-mail-group-alist, epa-mail-group-modtime)
8533 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
8534 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
8535 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
8536 Remove.
8537
5e617bc2 85382011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
8539
8540 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
8541
9c4aeabf
AM
85422011-08-16 Alan Mackenzie <acm@muc.de>
8543
8544 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
8545 Correct, to avoid the inside of macros.
8546
3a99bf64
RS
85472011-08-16 Richard Stallman <rms@gnu.org>
8548
04963aa8
RS
8549 * epa-mail.el: Handle GnuPG group definitions.
8550 (epa-mail-group-alist, epa-mail-group-modtime)
8551 (epa-mail-gnupg-conf-file): New variables.
8552 (epa-mail-parse-groups, epa-mail-sync-groups)
8553 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
8554 (epa-mail-expand-recipients): New functions.
8555 (epa-mail-encrypt): Call epa-mail-expand-recipients.
8556
177549d0
RS
8557 * mail/rmail.el (rmail-epa-decrypt): New command.
8558
fe38beef
RS
8559 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
8560 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
8561 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
8562 (epa-decrypt-armor-in-region): Make error message clearer.
8563
934eacb9
SM
85642011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8565
8566 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
8567 and "a2b" to "ab" for `prefix'.
8568
d024fb4e
CY
85692011-08-14 Chong Yidong <cyd@stupidchicken.com>
8570
8571 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
8572 filter groups.
de148fee
CY
8573 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
8574 Fourquet (Bug#8804).
d024fb4e 8575
62f1ca49
JB
85762011-08-12 Juanma Barranquero <lekktu@gmail.com>
8577
8578 * startup.el (argi): Declare as global variable (bug#9275).
8579
9ccaaa4b
CY
85802011-08-12 Chong Yidong <cyd@stupidchicken.com>
8581
8582 * subr.el (string-mark-left-to-right): Search the entire string
8583 for RTL script, not just the terminating character. Doc fix.
8584
a3dae87a
SM
85852011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8586
6cd18349
SM
8587 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
8588 New function.
8589 (js--regexp-literal, js-syntax-propertize-function): Remove.
8590 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
8591 (js-mode-map): Don't rebind electric keys.
8592 (js-insert-and-indent): Remove.
8593 (js-mode): Setup electric-layout and electric-indent instead.
8594
a3dae87a
SM
8595 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
8596
9d5cb631
DU
85972011-08-12 Daiki Ueno <ueno@unixuser.org>
8598
8599 * epa.el (epa-progress-callback-function): Fix the logic of
8600 displaying progress.
8601 * epa-file.el (epa-file-insert-file-contents): Make progress
8602 display more user-friendly.
8603 (epa-file-write-region): Ditto.
8604
3e26a4a2
CY
86052011-08-10 Chong Yidong <cyd@stupidchicken.com>
8606
8607 * subr.el (string-mark-left-to-right): New function.
8608
8609 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
8610 Use string-mark-left-to-right.
8611 (list-buffers-noselect): Caller changed.
8612
a3dae87a
SM
8613 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
8614 Use string-mark-left-to-right.
3e26a4a2
CY
8615 (tabulated-list-print): Recenter after moving point.
8616
ac8cf6e6
JL
86172011-08-10 Juri Linkov <juri@jurta.org>
8618
8619 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
8620 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
8621 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
8622
8d96c9a4
CY
86232011-08-09 Chong Yidong <cyd@stupidchicken.com>
8624
8625 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
8626 (Bug#7554).
8627
7be1c708 86282011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
8629
8630 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
8631 character. (Bug#6594)
8632
37e11a63
CY
86332011-08-08 Chong Yidong <cyd@stupidchicken.com>
8634
839dde57
CY
8635 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
8636 (image-dired--with-db-file): New macro.
8637 (image-dired-write-tags, image-dired-remove-tag)
8638 (image-dired-create-gallery-lists, image-dired-write-comments)
8639 (image-dired-get-comment, image-dired-mark-tagged-files)
8640 (image-dired-list-tags, image-dired-gallery-generate): Use it.
8641 (image-dired-gallery-generate): Use insert-file-contents.
8642
37e11a63
CY
8643 * time.el (display-time-world-list, display-time-world-display):
8644 * time-stamp.el (time-stamp-string):
8645 * vc/add-log.el (add-change-log-entry): Use setenv instead of
8646 set-time-zone-rule (Bug#7337).
8647
0b4946c4
DU
86482011-08-08 Daiki Ueno <ueno@unixuser.org>
8649
8650 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
8651 (epg-error-to-string, epg-errors-to-string): New function.
8652 (epg-wait-for-completion): Reverse errors list.
8653 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
8654 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
8655 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
8656 (epg-sign-keys, epg-generate-key-from-file)
8657 (epg-generate-key-from-string): Format errors by using
8658 epg-errors-to-string (bug#9255).
8659 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
8660
75bfc667
JL
86612011-08-07 Juri Linkov <juri@jurta.org>
8662
8663 * faces.el (list-faces-display): Remove extra angle bracket
8664 from `help-mode-map'.
8665
8666 * info.el (Info-history-toc-nodes): Doc fix.
8667
8668 * longlines.el (longlines-mode): Doc fix.
8669
673e08bb
SM
86702011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
8671
4640dd88
SM
8672 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
8673 of statements and in a few more cases (bug#9183).
8674
673e08bb
SM
8675 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
8676 New functions.
8677 (cl-transform-lambda): Use them (bug#9239).
8678
89b3f019
MR
86792011-08-05 Martin Rudalics <rudalics@gmx.at>
8680
8681 * window.el (display-buffer-same-window)
8682 (display-buffer-same-frame, display-buffer-other-window)
8683 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
8684 (pop-to-buffer-other-window)
8685 (pop-to-buffer-same-frame-other-window)
8686 (pop-to-buffer-other-frame): Make them defuns.
8687 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
8688
640c8776
SM
86892011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8690
8691 * subr.el (make-composed-keymap): Move from C. Change calling
8692 convention, and improve docstring to bring attention to a subtle point.
8693 * minibuffer.el (completing-read-default): Adjust accordingly.
8694
63648a95
MA
86952011-08-03 Michael Albinus <michael.albinus@gmx.de>
8696
8697 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
8698 (tramp-open-shell): Use `tramp-shell-quote-argument'.
8699
8700 * net/trampver.el: Update release number.
8701
b796c9b7
SM
87022011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8703
8704 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
8705 "in" (bug#9190).
8706
2239d7d5
LMI
87072011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8708
e07dd7c3
LMI
8709 * mail/sendmail.el (sendmail-query-once): Restore the current
8710 buffer after querying (bug#9074).
8711
0e6a2bd7
LMI
8712 * dired.el (dired-flagged): Use different faces for marked and
8713 flagged files (bug#6117).
8714
ce887515
LMI
8715 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
8716 (bug#4433).
8717
92f2affc
LMI
8718 * ido.el (ido-mode): Switch off the message if called
8719 non-interactively.
8720
57d5aff0
LMI
8721 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
8722 before 587, since it appears that that's more likely to work for
8723 more people.
8724
98cd6c18 8725 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 8726 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
8727 exist.
8728
b96dec83
LMI
8729 * info.el: Remove the `Info-beginning-of-buffer' function
8730 (bug#8325).
8731
b796c9b7
SM
8732 * net/network-stream.el (network-stream-open-starttls):
8733 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 8734
d90e2ea0
MR
87352011-08-01 Martin Rudalics <rudalics@gmx.at>
8736
8737 * window.el (display-buffer-in-window): Don't set dedicated status
8738 of window here (Bug#9215).
8739 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
8740 (display-buffer-pop-up-side-window)
b796c9b7 8741 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 8742
cca09170
SM
87432011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
8744
8745 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
8746 before binding generated-autoload-file.
8747
027b979c
DD
87482011-08-01 Deniz Dogan <deniz@dogan.se>
8749
8750 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
8751
3c7ee4f3
MA
87522011-07-30 Michael Albinus <michael.albinus@gmx.de>
8753
8754 Sync with Tramp 2.2.2.
8755
8756 * net/trampver.el: Update release number.
8757
2cc8e51a
JL
87582011-07-30 Juri Linkov <juri@jurta.org>
8759
8760 * dired-aux.el (dired-touch-initial): Remove function.
8761 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
8762 current time, and `default' to the last modification time of the
8763 current marked file (bug#6887).
8764
a514d856
JM
87652011-07-28 Jose E. Marchesi <jemarch@gnu.org>
8766
8767 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 8768 numeric argument to read-number (bug#9163).
a514d856 8769
8a7eddd7
MA
87702011-07-27 Michael Albinus <michael.albinus@gmx.de>
8771
8772 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
8773 connection process, it could be nil.
8774
1ddd96f5
LL
87752011-07-27 Leo Liu <sdl.web@gmail.com>
8776
8777 Simplify url handling in rcirc-mode.
8778
8779 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
8780 (rcirc-browse-url-at-mouse): Remove.
8781 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
8782
b248a85d
AM
87832011-07-26 Alan Mackenzie <acm@muc.de>
8784
8785 Fontify bitfield declarations properly.
8786
8787 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
8788 (c-symbol-chars): Now exported as a lang variable.
8789 (c-not-primitive-type-keywords): New lang variable.
8790
8791 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
8792 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 8793 parsed as a bitfield declaration.
b248a85d 8794
b796c9b7
SM
8795 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8796 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
8797 (c-punctuation-in): New function.
8798 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
8799 declarations properly.
8800
68575ab0
UJ
88012011-07-26 Ulf Jasper <ulf.jasper@web.de>
8802
8803 * calendar/icalendar.el (icalendar--all-events): Take care of
8804 multiple vcalendars in a single file.
b796c9b7 8805 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 8806
0f0a88b9
DD
88072011-07-25 Deniz Dogan <deniz@dogan.se>
8808
8809 * image.el (insert-image): Clarifying docstring.
8810
0b3f36df
MA
88112011-07-24 Michael Albinus <michael.albinus@gmx.de>
8812
8813 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
8814 `tramp-send-command-and-check' if there is no error.
8815 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
8816
a9901f61
AM
88172011-07-22 Alan Mackenzie <acm@muc.de>
8818
8819 Prevent cc-langs.elc being loaded at run time.
8820
8821 * progmodes/cc-mode.el: Remove two autoload forms which loaded
8822 cc-langs.
8823
4d61f28d 8824 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
8825 "(require 'cc-langs)". Quote a form so it will evaluate at
8826 (cc-mode's) compilation time.
8827
11d074b2
MA
88282011-07-22 Michael Albinus <michael.albinus@gmx.de>
8829
8830 * net/tramp.el (tramp-file-name-handler): Avoid recursive
8831 loading. (Bug#9114)
8832
938b94c8
MR
88332011-07-21 Martin Rudalics <rudalics@gmx.at>
8834
8835 * window.el (display-buffer-pop-up-window)
8836 (display-buffer-pop-up-side-window)
8837 (display-buffer-in-side-window): Call display-buffer-set-height
8838 and display-buffer-set-width after setting the new window's
b796c9b7 8839 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 8840
bfa4f190
SS
88412011-07-20 Sam Steingold <sds@gnu.org>
8842
8843 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
8844 (etags-tags-included-tables): Call `convert-standard-filename' on
8845 the file names contained in TAGS so that windows Emacs can handle
8846 TAGS files created by cygwin ctags.
8847
8ca42262
LMI
88482011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8849
8850 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
8851 which apparently didn't work.
8852
5db2afd2 88532011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 8854
5db2afd2
RW
8855 * proced.el (proced-send-signal): For *Marked Processes* buffer
8856 put point at beginning of buffer.
8857
92e15d10
SB
88582011-07-19 Stephen Berman <stephen.berman@gmx.net>
8859
8860 * proced.el (proced-format): Make header lines align with the text
8861 (bug#1779).
8862
1bfd59e5
LMI
88632011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8864
8865 * view.el (view-buffer): Allow running in `special' modes if we're
8866 visiting a file (bug#8615).
8867
f5aae37c
MR
88682011-07-19 Martin Rudalics <rudalics@gmx.at>
8869
8870 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
8871 (display-buffer-alist-set-1, display-buffer-alist-set-2):
8872 New functions.
f5aae37c
MR
8873 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
8874 more accurately.
8875
bf2c1571
AM
88762011-07-18 Alan Mackenzie <acm@muc.de>
8877
8878 Fontify declarators properly when, e.g., a jit-lock chunk begins
8879 inside a declaration.
8880
8881 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
8882
b796c9b7
SM
8883 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
8884 New function.
bf2c1571
AM
8885 (c-complex-decl-matchers): Insert reference to
8886 c-font-lock-enclosing-decls.
8887
8888 * progmodes/cc-engine.el (c-backward-single-comment):
8889 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
8890 to nil around calls to (forward-comment -1).
8891
4e190b80
LMI
88922011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8893
12dc863d
LMI
8894 * image.el (put-image): Doc typo fix.
8895
a762e966
LMI
8896 * progmodes/etags.el (tags-search): Doc typo fix.
8897
4e190b80
LMI
8898 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
8899 password if we get errors 550 to 554.
8900
f019fb21
LMI
89012011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8902
b796c9b7 8903 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 8904
81746738
LMI
8905 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
8906 indentation character (bug#6380).
8907
3ee3a1b5
LMI
8908 * files.el (buffer-offer-save): Made permanently local (bug#6241).
8909
c82f64de
LMI
8910 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
8911 to clarify what the problem is (bug#4291).
8912
f019fb21
LMI
8913 * simple.el (current-kill): Clarify what
8914 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
8915 (auto-fill-mode): Document `auto-fill-function' in relation to
8916 `auto-fill-mode' (bug#2470).
f019fb21 8917
0794775d
LM
89182011-07-16 Lawrence Mitchell <wence@gmx.li>
8919
8920 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
8921 method if slot is read-only (bug#9035).
8922
be39b8cc
MR
89232011-07-16 Martin Rudalics <rudalics@gmx.at>
8924
b796c9b7 8925 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 8926 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
8927 selected before, see discussion of (Bug#8615), (Bug#6954).
8928 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 8929
6ccf7859
GM
89302011-07-15 Glenn Morris <rgm@gnu.org>
8931
8932 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 8933 Respect help-form.
6ccf7859 8934
87e86684
LM
89352011-07-09 Lawrence Mitchell <wence@gmx.li>
8936
8937 * net/gnutls.el (gnutls-min-prime-bits): New variable.
8938 (gnutls-negotiate): Use it.
8939
d6066239
LMI
89402011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8941
b796c9b7
SM
8942 * net/gnutls.el (gnutls-negotiate):
8943 Upcase `gnutls-algorithm-priority'.
d6066239 8944
bd23ebc0
GM
89452011-07-15 Glenn Morris <rgm@gnu.org>
8946
c65bca65
GM
8947 * jka-compr.el (jka-compr-verbose): Move from here...
8948 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
8949 Add missing :version tag.
8950 * info.el: No need to require jka-compr when compiling.
bd23ebc0 8951
478615cc
LMI
89522011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8953
7b41decb
LMI
8954 * net/gnutls.el (gnutls-algorithm-priority): New variable.
8955 (gnutls-negotiate): Use it.
8956
dbc44fcd
LMI
8957 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
8958
06789f97
LMI
8959 * info.el (Info-beginning-of-buffer): New command.
8960 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
8961 announcing `b' as the key (bug#8325).
ab896c37 8962 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 8963
c39da690
LMI
8964 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
8965
3aa5f34b
LMI
8966 * international/mule-cmds.el
8967 (describe-specified-language-support): Make the error message
8968 clearer (bug#8905).
8969
4bf0979f
LMI
8970 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
8971
478615cc
LMI
8972 * isearch.el (isearch-barrier): Add a doc string, since it's
8973 mentioned in a function doc string (bug#8678).
8974
75c68aa1
MR
89752011-07-15 Martin Rudalics <rudalics@gmx.at>
8976
8977 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
8978 buffer argument (Bug#9083) and self-identifying label argument.
8979
a7c33da2
GM
89802011-07-15 Glenn Morris <rgm@gnu.org>
8981
8982 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
8983
2f5c6024
LMI
89842011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8985
8986 * man.el (Man-fontify-manpage): Fix message when formatting the
8987 man page (bug#7929).
8988
0bb23927 89892011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
8990
8991 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
8992 argument LRM; if non-nil, append an invisible LRM character to the
8993 buffer name.
8994 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
8995 last argument non-nil, when formatting buffer names.
0bb23927
EZ
8996 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
8997 paragraph direction.
cce4b0a7 8998
621ef9ab
LMI
89992011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9000
d1583c48
LMI
9001 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
9002 the man page name (bug#7929).
9003
6a57fb5f
LMI
9004 * image.el (put-image): Mention the `put-image' overlay property
9005 (bug#7834).
9006
d7956b14
LMI
9007 * scroll-bar.el (set-scroll-bar-mode): Mention that
9008 `scroll-bar-mode' lists the values (bug#7772).
9009
5b2d4a66
LMI
9010 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
9011 command (bug#7729).
9012
7509a874
LMI
9013 * rect.el (apply-on-rectangle): Return the point after the last
9014 operation.
9015 (string-rectangle): Go to the point after the last operation
9016 (bug#7522).
9017
4fe74b19
LMI
9018 * printing.el (pr-toggle-region): Clarify the documentation
9019 slightly (bug#7493).
9020
b796c9b7
SM
9021 * time.el (display-time-update):
9022 Allow `display-time-mail-function' to return nil (bug#7158).
9023 Fix suggested by Detlev Zundel.
ab283561 9024
fc233c9d
LMI
9025 * vc/diff.el (diff): Clarify the order the file names are read
9026 (bug#7111).
9027
43f5740b
LMI
9028 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
9029 the doc string (bug#7015).
9030
f2182a76
LMI
9031 * font-lock.el (font-lock-maximum-decoration): Mention what
9032 numeric levels mean (bug#6935).
9033
621ef9ab
LMI
9034 * startup.el (initial-buffer-choice): Don't mention the `none'
9035 selection, which is against policy.
9036
adc47434
MR
90372011-07-14 Martin Rudalics <rudalics@gmx.at>
9038
b796c9b7
SM
9039 * window.el (display-buffer-normalize-special):
9040 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 9041
7e5bfb8f
EZ
90422011-07-14 Eli Zaretskii <eliz@gnu.org>
9043
9044 * subr.el (version<, version<=, version=): Mention "-CVS" and
9045 "-12345" alpha version numbers.
9046
27fa387a
CY
90472011-07-14 Chong Yidong <cyd@stupidchicken.com>
9048
9049 * bindings.el: Add advertised binding for set-mark-command
9050 (Bug#5772).
9051
8bdfa064
CY
90522011-07-14 Chong Yidong <cyd@stupidchicken.com>
9053
9054 * bindings.el (mode-line-other-buffer):
9055 * bookmark.el (bookmark-bmenu-2-window):
9056 * bs.el (bs-cycle-next, bs-cycle-previous):
9057 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
9058 switch-to-buffer.
9059
9060 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 9061 Delete.
8bdfa064 9062
5eba16a3
JB
90632011-07-14 Juanma Barranquero <lekktu@gmail.com>
9064
9065 * follow.el (follow-debug-message, follow-redisplay):
9066 * jka-cmpr-hook.el (with-auto-compression-mode):
9067 Fix typos in docstrings.
9068
15853710
LMI
90692011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9070
a28e4607
LMI
9071 * subr.el (with-silent-modifications): Clarify somewhat what the
9072 macro inhibits (bug#6525).
9073
15853710
LMI
9074 * simple.el (eval-expression): Note what it does if called
9075 interactively (bug#6495).
9076
bee0fcef
CY
90772011-07-13 Chong Yidong <cyd@stupidchicken.com>
9078
b796c9b7
SM
9079 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
9080 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
9081
9082 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9083 Remove switch-to-buffer.
9084
58274504
LMI
90852011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9086
bd2fcc8d
LMI
9087 * files.el (make-directory): Clarify that an error will be raised
9088 if there's an error (bug#6397).
9089
0f04b32c
LMI
9090 * startup.el (initial-buffer-choice): Add `none' as a choice
9091 (bug#6234).
9092
465c5fc8
LMI
9093 * subr.el (add-hook): Clarify section about buffer-local hooks
9094 (bug#6218).
9095
58274504
LMI
9096 * dired.el (dired-flagged): Clarify doc string (bug#6117).
9097
bead9a43
JB
90982011-07-13 Juanma Barranquero <lekktu@gmail.com>
9099
9100 * tabify.el (untabify): Preserve the current column so that point
9101 doesn't move (bug#6032).
9102
3af98a7b
LMI
91032011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9104
b796c9b7
SM
9105 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
9106 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 9107
6240145a
GM
91082011-07-13 Glenn Morris <rgm@gnu.org>
9109
9110 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
9111 (dired-insert-directory): Give a message the first time
9112 if ls is found not to support --dired.
9113
1d8c2ccc
LMI
91142011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9115
9116 * simple.el (toggle-truncate-lines): Clarify what is toggled
9117 (bug#5580). Text by Drew Adams.
9118
5fc4038e
CY
91192011-07-13 Chong Yidong <cyd@stupidchicken.com>
9120
9121 * simple.el (blink-matching-open): Make the error message from the
9122 last change less verbose.
9123
bf6012e5
DN
91242011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
9125
9126 * font-lock.el (font-lock-comment-face): Use the high contrast
9127 "yellow" color for font-lock-comment-face on low color terminals
9128 using a dark background color (bug#4221).
9129
343c3b5a
LMI
91302011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9131
7e9505c5
LMI
9132 * dired.el (dired-insert-set-properties): Make the doc string
9133 reflect what it does now (bug#5325).
9134
c26fdcf5
LMI
9135 * simple.el (blink-matching-open): Say that we were unable to find
9136 the match within the limit, if we're limited (bug#5122).
9137
bb388cc5
LMI
9138 * international/mule-cmds.el (prefer-coding-system): Add an
9139 example (bug#4869).
9140
343c3b5a
LMI
9141 * progmodes/etags.el (tags-search): Document `file-list-form'
9142 (bug#4731).
9143
2a517d45
LM
91442011-07-13 Lawrence Mitchell <wence@gmx.li>
9145
9146 * net/browse-url.el (browse-url-default-browser)
9147 (browse-url-browser-function): Make the default browser choice a
9148 bit more logical (bug#4300). Also clean up the doc string.
9149
b6c78ef2
JB
91502011-07-13 Juanma Barranquero <lekktu@gmail.com>
9151
9152 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
9153 binary endings (bug#4440).
9154
1c4dd947
LMI
91552011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9156
a2014063
LMI
9157 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
9158 which can be pretty annoying (bug#8971).
9159
9c9c2d88
LMI
9160 * jka-compr.el (jka-compr-verbose): New variable, and use
9161 throughout (bug#8971).
9162
1c4dd947
LMI
9163 * info.el (Info-find-file): Fall back on the installation
9164 directory if we can't find the info node anywhere else.
9165
a1c9f41b
SO
91662011-07-13 Sergei Organov <osv@javad.com> (tiny change)
9167
9168 * vc/vc.el (vc-revert-file):
9169 Don't set file time-stamp in the past. (Bug#5181)
9170
536f3d36
LMI
91712011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9172
7152b011
LMI
9173 * files.el (after-find-file): Give a better error message when
9174 trying to find a symlink that points to a file that doesn't exist
9175 (bug#4398).
9176
536f3d36
LMI
9177 * progmodes/cc-vars.el: Remove (probably) misleading comment
9178 (bug#4396).
9179
460c0fba
JB
91802011-07-12 Johan Bockgård <bojohan@gnu.org>
9181
9182 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
9183
7a6bda45
CY
91842011-07-12 Chong Yidong <cyd@stupidchicken.com>
9185
9186 * mouse-sel.el: Hack restoring functionality, while keeping
9187 compatibility with 2010-07-03 changes to mouse selection.
9188 (mouse-sel-primary-overlay): New var.
9189 (mouse-sel-selection-alist): Use it.
9190 (mouse-sel-mode): Doc fix; remove points that are default features
9191 of mouse.el.
9192
c79598ef
JB
91932011-07-12 Johan Bockgård <bojohan@gnu.org>
9194
9195 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9196 Fix previous fix (bug#2490).
9197
ff8be6ef
RW
91982011-07-12 Roland Winkler <winkler@gnu.org>
9199
b796c9b7
SM
9200 * textmodes/bibtex.el (bibtex-initialize):
9201 Use pop-to-buffer-same-window.
ff8be6ef
RW
9202 (bibtex-search-entries): Fix interactive call.
9203
296ba3ee
LMI
92042011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9205
f5242a02 9206 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
9207 Fontise bytecomp Error lines more correctly (bug#2490).
9208 Fix suggested by Johan Bockgård.
f5242a02 9209
296ba3ee
LMI
9210 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
9211
9212 * dired-x.el (dired-guess-default): Use `delete-dups'.
9213
f69fd0d2
CY
92142011-07-12 Chong Yidong <cyd@stupidchicken.com>
9215
9216 * dired.el (dired-mark-prompt):
9217 * dired-aux.el (dired-read-shell-command): Doc fix.
9218
eab5dc07
LMI
92192011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9220
b796c9b7
SM
9221 * mail/sendmail.el (sendmail-query-once):
9222 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
9223 emacs -Q.
9224
9225 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
9226
eab5dc07
LMI
9227 * cus-edit.el (custom-file): Take an optional no-error variable.
9228 (customize-save-variable): Set the variable, and give a warning if
9229 running under "emacs -q".
9230
a1e65d42
JB
92312011-07-11 Juanma Barranquero <lekktu@gmail.com>
9232
9233 * loadhist.el (unload-feature-special-hooks):
9234 Add `auto-coding-functions', `fill-nobreak-predicate' and
9235 `find-directory-functions' (bug#5327).
9236
1d52da10
LMI
92372011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9238
be958f1d
LMI
9239 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
9240
5bedb26c
LMI
9241 * cus-edit.el (custom-guess-name-alist): -alist variables should
9242 use the `alist' type (bug#3120). Suggested by Drew Adams.
9243
1d52da10
LMI
9244 * printing.el: Add documentation to all the `pr-toggle-' commands.
9245
cd394be1 92462011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
9247
9248 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
9249 backends where it makes sense (bug#2623).
9250
dcc88d8a
LMI
92512011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9252
c3de9feb
LMI
9253 * dired-x.el (dired-guess-default): Remove duplicate shell command
9254 entries (bug#2028).
8a93078b 9255 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 9256 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 9257
dcc88d8a
LMI
9258 * subr.el (remove-duplicates): New conveniency function.
9259
505e3645
LMI
92602011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9261
9262 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
9263 (bug#1526).
9264
92652011-07-10 Martin Rudalics <rudalics@gmx.at>
9266
9267 * window.el (display-buffer-normalize-default): Don't invert
9268 meaning of even-window-heights. Reported by Eli Zaretskii
9269 <eliz@gnu.org>.
9270
455e4fa1
BR
92712011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
9272
9273 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
9274
8e0bc3e9
CY
92752011-07-10 Chong Yidong <cyd@stupidchicken.com>
9276
9277 * window.el (display-buffer): Fix arguments to
9278 display-buffer-reuse-window in last change.
9279
fa7c3228
CY
9280 * faces.el (link): Use a less saturated blue on light backgrounds.
9281
9282 * startup.el (fancy-startup-text, fancy-about-text)
9283 (fancy-startup-tail): Use font-lock faces, for background safety.
9284
c0a7f300
BN
92852011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
9286
b796c9b7
SM
9287 * emulation/viper-cmd.el (viper-change-state-to-vi):
9288 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 9289
4dc2a129
MR
92902011-07-09 Martin Rudalics <rudalics@gmx.at>
9291
9292 * window.el (display-buffer-default-specifiers): Remove.
9293 (display-buffer-macro-specifiers): Remove default specifiers.
9294 (display-buffer-alist): Default to nil.
b796c9b7 9295 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
9296 (display-buffer-pop-up-window): Allow splitting internal
9297 windows. Check whether a live window was created.
9298 (display-buffer-other-window-means-other-frame)
9299 (display-buffer-normalize-arguments): Rename to
9300 display-buffer-normalize-argument and rewrite. Set the
9301 other-window specifier.
9302 (display-buffer-normalize-special): New function.
9303 (display-buffer-normalize-options): Rename to
9304 display-buffer-normalize-default and rewrite.
9305 (display-buffer-normalize-options-inhibit): Remove.
9306 (display-buffer-normalize-specifiers): Rewrite.
9307 (display-buffer): Process other-window specifier and call
9308 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
9309 more faithfully.
b796c9b7 9310 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 9311 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
9312 (display-buffer-in-window, display-buffer-alist-set):
9313 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
9314 <tassilo@member.fsf.org>.
9315
2d43b8c9
LL
93162011-07-09 Leo Liu <sdl.web@gmail.com>
9317
9318 * register.el (insert-register): Restore accidental change on
9319 2011-06-26. (Bug#9028)
9320
7f9b7c53
GM
93212011-07-09 Glenn Morris <rgm@gnu.org>
9322
9323 * subr.el (remq): Handle the empty list. (Bug#9024)
9324
f042cfd8
AS
93252011-07-08 Andreas Schwab <schwab@linux-m68k.org>
9326
9327 * mail/sendmail.el (send-mail-function): No longer delay custom
9328 initialization.
9329 * custom.el (custom-initialize-delay): Doc fix.
9330
856b2f11
SM
93312011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
9332
9333 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
9334
afae1d68
MA
93352011-07-08 Michael Albinus <michael.albinus@gmx.de>
9336
9337 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
9338 human-friendly prompt.
9339
0757af94
SM
93402011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
9341
9342 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
9343 provided by a particular plugin.
9344
d760b731
LMI
93452011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9346
9347 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
9348 save customizations (with "emacs -Q"), just set the variable
9349 instead of erroring out.
9350
9351 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
9352
cd79ce90
JL
93532011-07-08 Juri Linkov <juri@jurta.org>
9354
9355 * arc-mode.el (archive-zip-expunge, archive-zip-update)
9356 (archive-zip-update-case): Use 7z if found by `executable-find'.
9357 The order of searching the available programs is the same as in
9358 `archive-zip-extract' (bug#8968).
9359
14cc04aa
CY
93602011-07-07 Chong Yidong <cyd@stupidchicken.com>
9361
9362 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
9363 (menu-bar-options-menu): Tweak descriptions.
9364
0a1848ec
LMI
93652011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
9366
9367 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
9368 menu items into verb phrases (bug#1421). Also refill to fit under
9369 80 columns.
9370
f5bd0689
CY
93712011-07-07 Chong Yidong <cyd@stupidchicken.com>
9372
538e85c6
CY
9373 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
9374 (Info-read-node-name): Doc fix (Bug#1084).
9375
f5bd0689
CY
9376 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
9377 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
9378 (end-of-sexp, beginning-of-sexp)
9379 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
9380 (forward-symbol, forward-same-syntax, word-at-point)
9381 (sentence-at-point): Doc fix (Bug#1144).
9382
56ec5115
LMI
93832011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
9384
f3f8e37f
LMI
9385 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
9386 should cover it (bug#1281).
9387
0757af94 9388 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 9389
e9fce1ac 9390 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
9391 negotiation fails, then possibly try again with a non-encrypted
9392 connection (bug#9017).
9393
56ec5115
LMI
9394 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
9395 be used.
9396
c2f9aec8
RS
93972011-07-07 Richard Stallman <rms@gnu.org>
9398
9399 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
9400 property, and handle its changed format.
9401 Look for the correct line number.
9402 Use file's line contents (but not past first =) to find
9403 correct line in message.
9404
ef7b981d 94052011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
9406
9407 * international/characters.el (build-unicode-category-table):
9408 Delete it.
0757af94 9409 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 9410
0757af94 9411 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
9412 to src/chartab.c.
9413 (get-char-code-property): Call unicode-property-table-internal to
9414 load a file. Call get-unicode-property-internal where necessary.
9415 (put-char-code-property): Call unicode-property-table-internal to
9416 load a file. Call put-unicode-property-internal where necessary.
9417 put-unicode-property-internal where necessary.
0757af94
SM
9418 (char-code-property-description):
9419 Call unicode-property-table-internal to load a file.
c805dec0
KH
9420
9421 * international/charprop.el:
9422 * international/uni-bidi.el:
9423 * international/uni-category.el:
9424 * international/uni-combining.el:
9425 * international/uni-comment.el:
9426 * international/uni-decimal.el:
9427 * international/uni-decomposition.el:
9428 * international/uni-digit.el:
9429 * international/uni-lowercase.el:
9430 * international/uni-mirrored.el:
9431 * international/uni-name.el:
9432 * international/uni-numeric.el:
9433 * international/uni-old-name.el:
9434 * international/uni-titlecase.el:
9435 * international/uni-uppercase.el: Regenerate.
9436
9437 * loadup.el: Load international/charprop.el before
9438 international/characters.
9439
e14b388a
CY
94402011-07-07 Chong Yidong <cyd@stupidchicken.com>
9441
9442 * window.el (next-buffer, previous-buffer): Signal an error if
9443 called from a minibuffer window.
9444
9445 * bindings.el: Revert 2011-07-04 change.
9446
354cf0ba
RS
94472011-07-06 Richard Stallman <rms@gnu.org>
9448
9449 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
9450 (rmail-mime-insert-bulk, rmail-mime-insert-text):
9451 Treat markers like ints.
9452 (rmail-mime-entity): Doc fix.
9453
a48868a7
LMI
94542011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9455
4906cd3d
LMI
9456 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
9457 defcustom again for backwards compatibility.
9458
e0457abe
LMI
9459 * simple.el (shell-command-on-region): Fill.
9460
d67f7e1f
LMI
9461 * dired-aux.el (dired-kill-line): Add a doc string.
9462
fe204702
LMI
9463 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
9464 to "\\sw\\|\\s_" (bug#358).
9465
a48868a7
LMI
9466 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
9467 (dired-unmark-backward): Ditto.
9468 (dired-flag-backup-files): Ditto.
9469
9470 * dired-x.el (dired-mark-sexp): Ditto.
9471
aa8a705c
RS
94722011-07-06 Richard Stallman <rms@gnu.org>
9473
9474 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
9475 (rmail-mime-entity): New arg TRUNCATED.
9476 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
9477 New functions.
9478 (rmail-mime-save): Warn if entity is truncated.
9479 (rmail-mime-toggle-hidden): Likewise, for showing.
9480 (rmail-mime-process-multipart): Record when an entity is truncated.
9481
a9a936b9
RS
9482 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
9483 if ENTITY is a string.
9484
1f2b92cb
LMI
94852011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9486
f4f73198 9487 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
9488 of faces when `M-C-x'-ing their definitions (bug#8378).
9489 Also clean up the code slightly.
f4f73198 9490
12b16734 9491 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 9492 because that makes the colors go away.
12b16734 9493
f0691d22
LMI
9494 * mail/sendmail.el (send-mail-function): Change the default to
9495 `sendmail-query-once'.
9e87df06 9496 (sendmail-query-once): Add an autoload cookie.
f0691d22 9497
1f2b92cb
LMI
9498 * net/network-stream.el (network-stream-open-starttls): Try using
9499 a plain connection even if the server offered STARTTLS, and we
9500 kinda wanted to use it, if Emacs doesn't have any STARTTLS
9501 capability. This should make smtpmail.el work in slightly more
9502 configurations.
9503
1cdd2a1b
MA
95042011-07-06 Michael Albinus <michael.albinus@gmx.de>
9505
9506 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
9507 New defun.
9508 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
9509
fbcc67e2
MM
95102011-07-06 Michael R. Mauger <mmaug@yahoo.com>
9511
9512 * progmodes/sql.el: Version 3.0
0757af94 9513 (sql-product-alist): Add product :completion-object,
fbcc67e2 9514 :completion-column, and :statement attributes.
0757af94 9515 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 9516 (sql-mode-syntax-table): Mark all punctuation.
0757af94 9517 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
9518 ansi keywords.
9519 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 9520 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
9521 (sql-oracle-show-reserved-words): New function for development.
9522 (sql-product-font-lock): Simplify for source code buffers.
9523 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
9524 New functions.
9525 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
9526 (sql-mode-map): Add statement movement functions.
9527 (sql-ansi-statement-starters, sql-oracle-statement-starters):
9528 New variable.
fbcc67e2
MM
9529 (sql-statement-regexp, sql-beginning-of-statement)
9530 (sql-end-of-statement, sql-signum): New functions.
0757af94 9531 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
9532 (sql-show-sqli-buffer): Bug fix.
9533 (sql-interactive-mode): Store connection data as buffer local.
0757af94 9534 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
9535 with sql-interactive-mode.
9536 (sql-save-connection): Save buffer local settings.
0757af94 9537 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
9538 (sql-product-interactive): Bug fix.
9539 (sql-preoutput-hold): New variable.
9540 (sql-interactive-remove-continuation-prompt): Bug fixes.
9541 (sql-debug-redirect): New variable.
9542 (sql-str-literal): New function.
9543 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 9544 Redesign.
fbcc67e2
MM
9545 (sql-oracle-save-settings, sql-oracle-restore-settings)
9546 (sql-oracle-list-all, sql-oracle-list-table): New functions.
9547 (sql-completion-object, sql-completion-column)
9548 (sql-completion-sqlbuf): New variables.
9549 (sql-build-completions-1, sql-build-completions)
9550 (sql-try-completion): New functions.
9551 (sql-read-table-name): Use them.
9552 (sql-contains-names): New buffer local variable.
9553 (sql-list-all, sql-list-table): Use it.
9554 (sql-oracle-completion-types): New variable.
9555 (sql-oracle-completion-object, sql-sqlite-completion-object)
9556 (sql-postgres-completion-object): New functions.
9557
d4eaeab1
GM
95582011-07-06 Glenn Morris <rgm@gnu.org>
9559
9560 * window.el (pop-to-buffer): Doc fix.
9561
322b7dab 95622011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
9563
9564 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
9565
322b7dab 95662011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 9567
322b7dab 9568 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 9569
322b7dab 9570 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 9571
605dd5bf
CY
95722011-07-05 Chong Yidong <cyd@stupidchicken.com>
9573
9574 * button.el (button): Inherit from link face. Suggested by Dan
9575 Nicolaescu.
9576
7dbfa719
SM
95772011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9578
3db614b0
SM
9579 * progmodes/gdb-mi.el: Fit in 80 columns.
9580 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
9581 switch-to-buffer.
9582
7dbfa719
SM
9583 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
9584 if imenu is simply not configured (bug#8941).
9585
919d884a
KM
95862011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
9587
9588 * allout.el (allout-post-undo-hook): New allout outline-change
9589 event hook to signal undo activity.
9590 (allout-post-command-business): Run allout-post-undo-hook if an
9591 undo just occurred.
7dbfa719
SM
9592 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
9593 * allout-widgets.el (allout-widgets-after-undo-function):
9594 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
9595 in the vicinity of an undo.
9596 (allout-widgets-mode): Include allout-widgets-after-undo-function
9597 on the new allout-post-undo-hook.
9598
450a0f09
SM
95992011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9600
9601 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
9602 Let define-derived-mode define it.
9603 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
9604 cycles of abbrev-table inheritance (bug#8998).
9605
2de69e00
RW
96062011-07-05 Roland Winkler <winkler@gnu.org>
9607
9608 * textmodes/bibtex.el: Add support for biblatex.
9609 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
9610 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
9611 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
9612 (bibtex-entry-alist, bibtex-field-alist): New variables.
9613 (bibtex-entry-field-alist): Obsolete alias for
9614 bibtex-BibTeX-entry-alist.
9615 (bibtex-entry-alist, bibtex-field-alist): New widgets.
9616 (bibtex-set-dialect): New command.
9617 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
9618 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
9619 Bind via bibtex-set-dialect.
2de69e00
RW
9620 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
9621 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
9622 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
9623 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
9624 Define via bibtex-set-dialect.
450a0f09
SM
9625 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
9626 Obey bibtex-no-opt-remove-re.
2de69e00
RW
9627 (bibtex-vec-push, bibtex-vec-incr): New functions.
9628 (bibtex-format-entry, bibtex-field-list)
9629 (bibtex-print-help-message, bibtex-validate)
9630 (bibtex-search-entries): Use new format of bibtex-entry-alist.
9631
2dcdbdd9
SM
96322011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9633
9634 * progmodes/compile.el (compilation-goto-locus):
9635 * net/tramp-cmds.el (tramp-append-tramp-buffers):
9636 * bs.el (bs-cycle-next, bs-cycle-previous):
9637 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
9638 * bindings.el (mode-line-other-buffer):
9639 * autoinsert.el (auto-insert):
9640 * arc-mode.el (archive-extract):
9641 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
9642
b27640fe
JB
96432011-07-05 Juanma Barranquero <lekktu@gmail.com>
9644
9645 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
9646 Fix check of `emacs-lock-unlockable-modes'.
9647 Coerce true values of `emacs-lock--try-unlocking' to t.
9648
53bbe3ad
JB
96492011-07-05 Juanma Barranquero <lekktu@gmail.com>
9650
9651 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
9652 * emacs-lock.el: New file.
9653
1d3cdbc7
JD
96542011-07-05 Julien Danjou <julien@danjou.info>
9655
9656 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
9657 than `boundp' to check if face is set.
9658
9173deec
JB
96592011-07-05 Juanma Barranquero <lekktu@gmail.com>
9660
9661 * register.el (registerv-make):
9662 * window.el (window-min-height): Fix typos in docstrings.
9663
869795d6
JD
96642011-07-05 Jan Djärv <jan.h.d@swipnet.se>
9665
9173deec 9666 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
9667 Update doc string.
9668
b768cdcd
JB
96692011-07-04 Juanma Barranquero <lekktu@gmail.com>
9670
9671 * server.el (server-execute): Catch quit and call
9672 `server-return-error' to pass the error back to emacsclient and
9673 close the connection (bug#8942).
9674
13aa217b
KM
96752011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
9676
9677 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
9678 insecure exception for current topic. Also note that auto-saves
9679 are handled differently.
9680
5d3385a0 9681 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
9682 State variables for tracking auto-save inhibition situation.
9683
9684 (allout-write-contents-hook-handler): Rename from
9685 'allout-write-file-hook-handler', and describe how it depends on
9686 write-contents-functions sensitivity to non-nil value to prevent
9687 file write.
9688
9689 (allout-auto-save-hook-handler): Remove. auto-save does not check
9690 this in individual buffers, only in the starting buffer, so this
9691 is not the right way for us to inhibit auto-save in a buffer
9692 according to its condition.
9693
9694 (allout-mode): Use new allout-write-contents-hook-handler, and
9695 only with write-contents-functions. Remove auto-save provisions -
9696 they're implemented elsewhere.
9697
9698 (allout-before-change-handler): If undo is in progress, note that
9699 for attention of allout-post-command-business.
9700
9701 (allout-post-command-business): If the command we're following was
9702 an undo, check for change in the status of encrypted items and
9703 adjust auto-save inhibitions accordingly.
9704
9705 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
9706 according to whether there are or aren't any plain-text topics
9707 pending encryption.
9708
2dcdbdd9 9709 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
9710 Adjust buffer-saved-size and some allout state to inhibit auto-saves
9711 if there are plain-text topics pending encryption.
13aa217b
KM
9712
9713 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
9714 buffer-saved-size and some allout state to not inhibit auto-saves
9715 if there are no longer any plain-text topics pending encryption.
9716
0757af94
SM
9717 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
9718 No longer provide for exemption of the current topic.
13aa217b 9719
ac89b32c
JL
97202011-07-04 Juri Linkov <juri@jurta.org>
9721
9722 Add 7z operations to delete and save changed members (bug#8968).
9723 * arc-mode.el (archive-7z-expunge, archive-7z-update):
9724 New defcustoms.
9725 (archive-7z-write-file-member): New function.
9726 (archive-7z-summarize): Fix the number of dashes in the
9727 listing output.
9728
8fa39615
SM
97292011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9730
9731 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
9732 (bug#8958).
9733
2f11b3f1
CY
97342011-07-04 Chong Yidong <cyd@stupidchicken.com>
9735
d66fef2b
CY
9736 * bindings.el: Ignore next-buffer and previous-buffer in
9737 minibuffer-local-map.
9738
2f11b3f1
CY
9739 * font-lock.el (font-lock-builtin-face): Change light background
9740 color to dark slate blue (Bug#6693).
9741
f932a347
WD
97422011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
9743
9744 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
9745
c8af70e1
SM
97462011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9747
9748 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
9749 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9750 Add switch-to-buffer.
9751
f158badc
LMI
97522011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9753
9754 * isearch.el (isearch-search-fun-function): Clarify further the
9755 meaning of the function returned.
9756
6d95bd46
MA
97572011-07-04 Michael Albinus <michael.albinus@gmx.de>
9758
9759 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
9760
9761 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
9762 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
9763 Use it.
9764 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
9765 `tramp-default-remote-path' does not exist.
9766 (tramp-send-command-and-read): New optional argument NOERROR.
9767 (tramp-open-connection-setup-interactive-shell)
9768 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
9769 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
9770 (tramp-process-sentinel): Flush also process' connection property.
9771 (tramp-sh-handle-start-file-process): Do not set process
9772 sentinel. It is done now ...
9773 (tramp-maybe-open-connection): ... here. (Bug#8929)
9774
909e6b67
MK
97752011-07-04 MON KEY <monkey@sandpframing.com>
9776
9777 * play/animate.el (animate-string): Doc fixes and allow changing
9778 the buffer name (bug#5417).
9779
97802011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9781
c8af70e1 9782 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 9783
f34755dc
PE
97842011-07-04 Paul Eggert <eggert@cs.ucla.edu>
9785
396cec72
PE
9786 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
9787 This is simpler and helps future-proof the code.
9788 (timer-until): Use time-subtract and float-time.
08235028 9789 (timer--time-less-p): Use time-less-p.
f34755dc 9790
56e6cc31
JB
97912011-07-04 Juanma Barranquero <lekktu@gmail.com>
9792
3abb79e5
JB
9793 * type-break.el (timep): Use the value of `float-time' to avoid a
9794 byte-compiler warning.
9795
56e6cc31
JB
9796 * server.el (server-eval-and-print): Return any result, even nil.
9797
7b9430b4
PE
97982011-07-03 Paul Eggert <eggert@cs.ucla.edu>
9799
9800 * type-break.el: Accept time formats that the builtins accept.
9801 (timep, type-break-time-difference): Accept any format that
9802 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
9803 This is simpler and helps future-proof the code.
9804 (type-break-time-difference): Round rather than ignoring
9805 subseconds components.
9806
3034e9e7
LMI
98072011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9808
9809 * info.el (Info-apropos-matches): Make non-interactive, since it
9810 doesn't seem to do anything useful as a command (bug#8829).
9811
1485f4c0
CY
98122011-07-03 Chong Yidong <cyd@stupidchicken.com>
9813
9814 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 9815 Move from faces.el.
1485f4c0
CY
9816 (frame-default-terminal-background): New function.
9817
9818 * custom.el (custom-push-theme): Don't record faces in `changed'
9819 theme; this doesn't work correctly for per-frame face settings.
9820 (disable-theme): Use face-set-after-frame-default to reset faces.
9821 (custom--frame-color-default): New function.
9822
9fa3dd45
LMI
98232011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9824
c8af70e1 9825 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
9826 (bug#8769).
9827
6cbbc20c
KR
98282011-03-29 Kevin Ryde <user42@zip.com.au>
9829
9830 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9831 `perl-Test2' extend to match possible "fail #N" rep count
9832 (bug#8377).
9833
c7f98048
LMI
98342011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9835
65676592
LMI
9836 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
9837 `smtpmail-via-smtp' now returns the error instead of nil.
9838
c7f98048
LMI
9839 * isearch.el (isearch-search-fun-function): Clarify the doc string
9840 (bug#8101).
9841
56e6cc31 98422011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
9843
9844 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
9845 unnecessary spaces (bug#8987).
9846
2b216704
LMI
98472011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9848
9849 * net/network-stream.el (open-network-stream): Use the
9850 :end-of-capability command thoughout.
9851
98522011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9853
9854 * net/network-stream.el (open-network-stream): Add the
9855 :end-of-capability command parameter, used by pop3.el.
9856
36adf6ce
LMI
98572011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9858
1ca0da0e
LMI
9859 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
9860
fc00f69c
LMI
9861 * fringe.el (fringe-query-style): Remove redundant text " (type ?
9862 for list)" (bug#6475).
9863
28fd8759 9864 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 9865 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
9866 an error (bug#6297).
9867
0dd8b6da
LMI
9868 * man.el (Man-reference-regexp): Allow matching possible
9869 word-wrapped references (bug#6289).
9870
ce1438d6
LMI
9871 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
9872 for consistency with the other vc buffers (bug#6197).
9873 (vc-checkin): Ditto.
9874
9875 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
9876
36adf6ce
LMI
9877 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
9878
e83cc1f7
LMI
98792011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9880
8a20ca4c
LMI
9881 * custom.el (defcustom): Clarify that :set is only used in the
9882 Customize user interface (bug#6089).
9883
83319045
LMI
9884 * progmodes/flymake.el (flymake-mode): If the buffer isn't
9885 associated with a file, refuse to run instead of erroring out
9886 (bug#6084).
9887
a8392169
LMI
9888 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
9889 the doc string, since it appears that using `fill-column' always
9890 controls the width (bug#7845).
9891
e83cc1f7
LMI
9892 * simple.el (shell-command-on-region): Say where the error output
9893 went if `shell-command-default-error-buffer' is set (bug#6857).
9894
e47ca23b
KM
98952011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
9896
9897 * allout.el (allout-yank-processing): Adjust cursor position for
9898 backwards-deleted space.
9899
9900 (allout-rebullet-heading): Register changes with
9901 allout-exposure-changed-hook, so the modified topic is properly
9902 decorated.
9903
5cf56143
LMI
99042011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9905
08549772
LMI
9906 * minibuffer.el (completion-in-region): Document PREDICATE
9907 (bug#7136).
9908
48e96771
LMI
9909 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
9910 of keyword/argument pairs (bug#6904).
9911
c8af70e1
SM
9912 * replace.el (multi-occur):
9913 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 9914
e17d05e2
LMI
99152011-07-02 Drew Adams <drew.adams@oracle.com>
9916
9917 * dired.el (dired-mark-if): Make the message about whether it's
9918 marking or unmarking clearer (bug#8523).
9919
063b0e45
LMI
99202011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9921
9922 * disp-table.el (display-table-print-array): New function.
9923 (describe-display-table): Use it to print the vectors more pretty
9924 (Bug#8859).
9925
28545e04
MR
99262011-07-02 Martin Rudalics <rudalics@gmx.at>
9927
9928 * window.el (window-state-get-1): Don't assign clone numbers.
9929 Add clone-of item to list of window parameters.
9930 (window-state-put-2): Don't process clone numbers.
9931 (display-buffer-alist): Fix doc-string.
9932
3349e122
SM
99332011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
9934
9935 * subr.el (remq): Don't allocate if it's not needed.
9936 (keymap--menu-item-binding, keymap--menu-item-with-binding)
9937 (keymap--merge-bindings): New functions.
9938 (keymap-canonicalize): Use them to refine the canonicalization.
9939 * minibuffer.el (minibuffer-local-completion-map)
9940 (minibuffer-local-must-match-map): Move initialization from C.
9941 (minibuffer-local-filename-completion-map): Move initialization from C;
9942 don't inherit from anything here.
9943 (minibuffer-local-filename-must-match-map): Make obsolete.
9944 (completing-read-default): Use make-composed-keymap to combine
9945 minibuffer-local-filename-completion-map with either
9946 minibuffer-local-must-match-map or
9947 minibuffer-local-filename-completion-map.
9948
d224ac83
GM
99492011-07-01 Glenn Morris <rgm@gnu.org>
9950
3de63bf8
GM
9951 * type-break.el (type-break-time-sum): Use dolist.
9952
d224ac83
GM
9953 * textmodes/flyspell.el (flyspell-word-search-backward):
9954 Replace CL function.
9955
1a1e3f32
SM
99562011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9957
fe3f64d5
SM
9958 * mouse.el (mouse--strip-first-event): New function.
9959 (function-key-map): Use it to map fringe clicks to normal clicks
9960 by default.
9961
eb604e34
SM
9962 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
9963 (vc-bzr-revision-completion-table): Add support for annotate and date.
9964
1a1e3f32
SM
9965 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
9966 inherit from parent.
9967
5bd35902
LMI
99682011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9969
ace6c69c 9970 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 9971 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 9972
191e2bed
LMI
9973 * dired.el (dired-mode): Fix up the doc string as suggested by
9974 Drew Adams (bug#8817).
9975
5bd35902
LMI
9976 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
9977 cookie, since the manual says that it should be possible to add
9978 this function to `find-file-hook' (bug#8709).
9979
eee8207a
TZ
99802011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
9981
9982 * progmodes/cfengine.el: Moved all cfengine3.el functionality
9983 here. Noted Ted Zlatanov as the maintainer.
9984 (cfengine-common-settings, cfengine-common-syntax): New functions
9985 to set up common things between `cfengine-mode' and
9986 `cfengine3-mode'.
9987 (cfengine3-mode): New mode.
9988 (cfengine3-defuns cfengine3-defuns-regex
9989 (cfengine3-class-selector-regex cfengine3-category-regex)
9990 (cfengine3-vartypes cfengine3-font-lock-keywords)
9991 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 9992 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 9993
36b148cf
MA
99942011-07-01 Michael Albinus <michael.albinus@gmx.de>
9995
9996 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
9997
9998 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
9999
0bf4ba9a
MR
100002011-07-01 Martin Rudalics <rudalics@gmx.at>
10001
10002 * window.el (same-window-buffer-names, same-window-regexps)
10003 (same-window-p, special-display-frame-alist)
10004 (special-display-popup-frame, special-display-function)
10005 (special-display-buffer-names, special-display-regexps)
10006 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
10007 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10008 (split-window-preferred-function, split-height-threshold)
10009 (split-width-threshold, even-window-heights)
10010 (display-buffer-mark-dedicated, window-splittable-p)
10011 (split-window-sensibly, window-safely-shrinkable-p):
10012 Un-obsolete.
10013 (display-buffer): Don't spread args with function specifier
10014 because special-display-popup-frame won't like it.
10015
35837f51
PE
100162011-07-01 Paul Eggert <eggert@cs.ucla.edu>
10017
d0672f86
PE
10018 Time-stamp simplifications and fixes.
10019 These improve accuracy slightly, and future-proof the code
10020 against some potential changes to current-time format.
10021
b9444d97
PE
10022 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
10023 by using time-since and float-time.
10024
0ef923dc
PE
10025 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
10026 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
10027 + NNN microseconds".
10028
2f81380d
PE
10029 * type-break.el (type-break-time-sum): Rewrite using time-add.
10030
845b5c3e
PE
10031 * play/hanoi.el (hanoi-current-time-float): Remove.
10032 All uses replaced by float-time.
10033
ee6f1be0
PE
10034 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
10035 This yields a more-accurate answer.
10036 (rng-time-to-float): Remove; no longer needed.
10037
fe955043
PE
10038 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
10039
5777162a
PE
10040 * calendar/timeclock.el (timeclock-seconds-to-time):
10041 Defalias to seconds-to-time, since they're the same thing.
10042
3103f8b6 10043 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 10044 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
10045 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
10046
0e61a35f
SM
100472011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
10048
10049 * window.el (bury-buffer): Don't iconify the only frame.
10050 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
10051 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
10052
ddd63a1e
CY
100532011-07-01 Chong Yidong <cyd@stupidchicken.com>
10054
0e61a35f
SM
10055 * eshell/em-smart.el (eshell-smart-display-navigate-list):
10056 Add mouse-yank-primary.
ddd63a1e 10057
055f4923
TZ
100582011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
10059
10060 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
10061
6a2fb145
SM
100622011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
10063
10064 * emacs-lisp/find-func.el (find-library--load-name): New fun.
10065 (find-library-name): Use it to find relative load names when provided
10066 absolute file name (bug#8803).
10067
fd4983f2
LMI
100682011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10069
887d14ad
LMI
10070 * textmodes/flyspell.el (flyspell-word): Consider words that
10071 differ only in case as potential doublons (bug#5687).
10072
c53dc7fc
LMI
10073 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
10074 Remove two rather uninteresting debugging-like messages to make
10075 debbugs.el more silent.
10076
fd4983f2
LMI
10077 * comint.el (comint-password-prompt-regexp): Accept "Response" as
10078 a password-like phrase.
10079
7a71b18d 100802011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
10081
10082 * progmodes/cc-guess.el: New file.
10083
6a2fb145 10084 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
10085
10086 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
10087 derived from `c-basic-common-init'.
10088
10089 * progmodes/cc-mode.el (top-level): Require cc-guess.
10090 (c-basic-common-init): Use `cc-choose-style-for-mode'.
10091
1fa280a3
LM
100922011-06-30 Lawrence Mitchell <wence@gmx.li>
10093
10094 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
10095
e6597158
AM
100962011-06-30 Alan Mackenzie <acm@muc.de>
10097
1fa280a3
LM
10098 * progmodes/cc-engine.el (c-guess-continued-construct):
10099 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
10100 lock is disabled. Name this case as "CASE G".
10101
68ba37fb
KM
101022011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
10103
10104 * allout.el (allout-yank-processing): Fix injection of extra space
10105 between bullet and non-whitespace character in first topic when
10106 pasting, ensuring that the actual spacing in the pasted topic
10107 following the bullet char is preserved. This extra space was
10108 causing pasted encrypted topics to get a decrypted status even
10109 when the content was actually still encrypted. Now the decryption
10110 status from before the paste is preserved.
10111
10112 (allout-flag-region): Set all allout overlays so they evaporate
10113 when reduced to zero length (evanescent), to prevent overlay
10114 leakage.
10115
887a0b34
GM
101162011-06-30 Glenn Morris <rgm@gnu.org>
10117
94b9acce
GM
10118 * w32-fns.el (w32-charset-info-alist): Declare.
10119
1d9b46d4
GM
10120 * find-dired.el (find-grep-options): Simplify.
10121
cc232200
GM
10122 * term/ns-win.el (ns-set-resource): Declare.
10123
28e77c46
GM
10124 * ses.el (row, col): Declare dynamic variables honestly.
10125
887a0b34
GM
10126 * textmodes/reftex-parse.el (index-tags): Declare.
10127
658d8eb8
CY
101282011-06-30 Chong Yidong <cyd@stupidchicken.com>
10129
10130 * cus-edit.el (customize-push-and-save): New function.
10131
10132 * files.el (hack-local-variables-confirm): Use it.
10133
1fa280a3
LM
10134 * custom.el (load-theme): New arg NO-CONFIRM.
10135 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
10136 (custom-enabled-themes): Doc fix.
10137
10138 * cus-theme.el (customize-create-theme)
10139 (custom-theme-merge-theme): Callers to load-theme changed.
10140
bb617717
LMI
101412011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10142
d61bdd5d
LMI
10143 * thingatpt.el (thing-at-point-short-url-regexp): Require that
10144 short URLs have at least one dot in them (bug #7614).
10145
bb617717
LMI
10146 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
10147 nil, because using a pty is apparently too slow (bug #895).
10148
2f31f37a
LMI
101492011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10150
10151 * mail/sendmail.el (sendmail-query-once): New function.
10152 (sendmail-query-once-function): New variable.
10153
3076b24e
GM
101542011-06-29 Glenn Morris <rgm@gnu.org>
10155
faf2a174
GM
10156 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
10157
3076b24e
GM
10158 * ses.el (top-level): Require cl when compiling.
10159 (ses-set-localvars): Fix error statement.
10160 Call it at compile time to silence a storm of warnings.
10161
5386012d
MR
101622011-06-29 Martin Rudalics <rudalics@gmx.at>
10163
10164 * window.el (normalize-live-buffer): Rename to
10165 window-normalize-buffer.
10166 (normalize-live-frame): Rename to window-normalize-frame.
10167 (normalize-any-window): Rename to window-normalize-any-window.
10168 (normalize-live-window): Rename to window-normalize-live-window.
10169 (make-window-atom): Rename to window-make-atom.
10170 (window-resize-reset): Rename to window--resize-reset.
10171 (window-resize-reset-1): Rename to window--resize-reset-1.
10172 (resize-mini-window): Rename to window--resize-mini-window.
10173 (resize-subwindows-skip-p): Rename to
10174 window--resize-subwindows-skip-p.
10175 (resize-subwindows-normal): Rename to
10176 window--resize-subwindows-normal.
10177 (resize-subwindows): Rename to window--resize-subwindows.
10178 (resize-other-windows): Rename to window--resize-siblings.
10179 (resize-this-window): Rename to window--resize-this-window.
10180 (resize-root-window): Rename to window--resize-root-window.
10181 (resize-root-window-vertically): Rename to
10182 window--resize-root-window-vertically.
10183 (normalize-buffer-to-display): Rename to
10184 window-normalize-buffer-to-display.
10185 (normalize-buffer-to-switch-to): Rename to
10186 window-normalize-buffer-to-switch-to.
10187 Correspondingly update all callers of the functions listed
10188 above.
10189 (display-buffer-alist, display-buffer-normalize-arguments)
10190 (display-buffer-normalize-options, display-buffer)
10191 (display-buffer-alist-set): Use "function" instead of
10192 "fun-with-args".
10193
1176868d
CY
101942011-06-28 Chong Yidong <cyd@stupidchicken.com>
10195
10196 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
10197 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
10198 debbugs.gnu.org. Mention acknowledgment email.
10199
20a7a65f
LMI
102002011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
10201
10202 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
10203 buffer multibyteness, since it shouldn't matter.
10204
5f45cca5
MR
102052011-06-28 Martin Rudalics <rudalics@gmx.at>
10206
10207 * window.el (display-buffer-in-side-window): Handle dedicated
10208 windows as in display-buffer-reuse-window.
10209 (display-buffer-normalize-alist): Use value of override
10210 specifier.
10211 (display-buffer-normalize-specifiers): Use value of
10212 other-window-means-other-frame specifier.
10213 (display-buffer-alist): Rewrite some texts in widgets.
10214 (display-buffer): Spread arguments when calling function
10215 specified by fun-with-args.
10216
ad85fe1f
DD
102172011-06-28 Deniz Dogan <deniz@dogan.se>
10218
1fa280a3
LM
10219 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10220 Unnest `let'.
da68c4c8 10221
ad85fe1f
DD
10222 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
10223 selectors (Bug#5732).
ec49bd31 10224 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 10225
a08cc025
JA
102262011-06-27 Jari Aalto <jari.aalto@cante.net>
10227
10228 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
10229 (eshell-ls-date-format): New defcustom.
10230 (eshell-ls-file): Use it.
10231
e2b551c5
SM
102322011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
10233
10234 * help-fns.el (describe-variable): Fix message for terminal-local vars.
10235
8982b231
KY
102362011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
10237
10238 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
10239 (ange-ftp-make-tmp-name): New arg.
10240 (ange-ftp-file-local-copy): Use it.
10241
36c9fa27
J
102422011-06-27 Jambunathan K <kjambunathan@gmail.com>
10243
10244 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
10245 no-conversion (Bug#8870).
10246
d68443dc
MR
102472011-06-27 Martin Rudalics <rudalics@gmx.at>
10248
10249 * window.el (window-right, window-left, window-child)
10250 (window-child-count, window-last-child)
10251 (window-iso-combination-p, walk-window-tree-1)
10252 (window-atom-check-1, window-tree-1, delete-window)
10253 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
10254 new naming conventions - window-vchild, window-hchild,
10255 window-next and window-prev are now called window-top-child,
10256 window-left-child, window-next-sibling and window-prev-sibling
10257 respectively.
d615d6d2
MR
10258 (resize-window-reset): Rename to window-resize-reset.
10259 (resize-window-reset-1): Rename to window-resize-reset-1.
10260 (resize-window): Rename to window-resize.
10261 (window-min-height, window-min-width)
10262 (resize-mini-window, resize-this-window, resize-root-window)
10263 (resize-root-window-vertically, adjust-window-trailing-edge)
10264 (enlarge-window, shrink-window, maximize-window)
10265 (minimize-window, delete-window, quit-restore-window)
10266 (split-window, balance-windows, balance-windows-area-adjust)
10267 (balance-windows-area, window-state-put-2)
10268 (display-buffer-even-window-sizes, display-buffer-set-height)
10269 (display-buffer-set-width, set-window-text-height)
10270 (fit-window-to-buffer): Rename all "resize-window" prefixed
10271 calls to use the "window-resize" prefix convention.
10272 (display-buffer-alist): Fix symbol for label specifier.
10273 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
10274 corresponding specifier.
10275 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 10276
b6458526
VB
102772011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
10278
10279 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
10280 convention.
10281 (ses-call-printer): Does not pass an empty string to formatter when the
10282 cell is empty to keep from barking printer Calc math-format-value.
10283
d31fd9ac
RS
102842011-06-27 Richard Stallman <rms@gnu.org>
10285
43d5bf84
RS
10286 * battery.el (battery-mode-line-limit): New variable.
10287 (battery-update): Handle it.
10288
d31fd9ac
RS
10289 * mail/rmailmm.el (rmail-mime-process-multipart):
10290 Handle truncated messages.
10291
819a6054
GM
102922011-06-27 Glenn Morris <rgm@gnu.org>
10293
10294 * progmodes/flymake.el (flymake-err-line-patterns):
10295 Allow for column numbers in the ant/javac pattern. (Bug#8866)
10296
cedc73f2
VB
102972011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
10298
819a6054 10299 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
10300 (ses--clean-!, ses--clean-_): New functions.
10301 (ses-range): Add configurability of readout order, and conversion
10302 to Calc vector.
10303
5e5d49b6
VB
10304 * ses.el (ses-repair-cell-reference-all): New function.
10305 (ses-cell-symbol): Set macro as safe, so that it can be used in
10306 formulas.
10307
56e6cc31 10308 * ses.el: Update cycle detection algorithm.
90ca8b49 10309 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 10310 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
10311 (ses-set-localvars): New function.
10312 (ses-make-cell): Add property-list as a cell element.
10313 (ses-cell-property-get-fun, ses-cell-property-get)
10314 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
10315 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
10316 New functions.
90ca8b49
VB
10317 (ses-cell-property-set, ses-cell-property-pop)
10318 (ses-cell-property-get-handle): New macro.
10319 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
10320 New aliases, used for code readability.
10321 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
10322 cycle detection.
10323 (ses-self-reference-early-detection): New defcustom.
fac916bf 10324 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
10325 (ses-mode): Use ses-set-localvars.
10326 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
10327 before lauching the update processing.
10328 (ses-initialize-Dijkstra-attempt): New function.
10329 (ses-recalculate-cell): Update for cycle detection based on
10330 Dijkstra algorithm.
10331
2bb63e81
VB
10332 * ses.el: Fix commenting and indenting convention.
10333
c9d29fb8
SM
103342011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
10335
10336 * bs.el (bs-cycle-next): Complete last change.
10337
d8e4b68b
JB
103382011-06-27 Drew Adams <drew.adams@oracle.com>
10339
10340 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
10341
40098786
LMI
103422011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10343
c9d29fb8
SM
10344 * net/network-stream.el (network-stream-open-starttls):
10345 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
10346 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
10347
40098786
LMI
10348 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
10349 to binary to possibly avoid line encoding issues on Windows (among
10350 other things).
10351
468d09d4
LMI
103522011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10353
10354 * net/network-stream.el (open-network-stream): Return an :error
10355 saying what the problem was, if possible.
10356
10357 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
10358 server.
10359
10360 * net/network-stream.el (network-stream-open-starttls): If we
10361 wanted to use STARTTLS, and the server offered it, but we weren't
10362 able to because we had no STARTTLS support, then close the connection.
10363 (open-network-stream): Return an :error element, if present.
10364
16f07dd7
CY
103652011-06-26 Chong Yidong <cyd@stupidchicken.com>
10366
88821ca0
CY
10367 * hl-line.el (hl-line-sticky-flag): Doc fix.
10368 (global-hl-line-sticky-flag): New option (Bug#8323).
10369 (global-hl-line-highlight): Obey it.
10370
16f07dd7
CY
10371 * vc/vc.el (vc-revert-show-diff): Default to t.
10372
6b5ccddf
KM
103732011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
10374
c9d29fb8
SM
10375 * allout-widgets.el (allout-widgets-post-command-business):
10376 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
10377 undecorated when an isearch is continued past, and isearch
10378 automatically collapses them. This leads to "widget leaks", where
10379 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
10380 hidden widgets can slow down cursor travel, substantially.
10381 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
10382 so we're doing without this nicety.
10383
10384 (allout-widgets-tally-string): Don't try to do a hash-table-count
10385 of allout-widgets-tally when it's nil. This eliminates spurious "Error
10386 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
10387 *Messages* when allout-widgets-maintain-tally is t.
10388
355f2e07
MR
103892011-06-26 Martin Rudalics <rudalics@gmx.at>
10390
10391 * window.el (display-buffer-normalize-argument): Rename to
10392 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
10393 LABEL argument. Respect special-display-function when popping up
10394 a new frame. Fix code searching for a window showing the buffer
10395 on another frame.
c9d29fb8
SM
10396 (display-buffer-normalize-specifiers):
10397 Call display-buffer-normalize-arguments.
355f2e07
MR
10398 (display-buffer-in-window): Don't undedicate the window if its
10399 buffer remains the same.
10400 Reported by Drew Adams <drew.adams@oracle.com>.
10401 (display-buffer-alist): Add choice for same-window macro
10402 specfier.
10403 (display-buffer): Mention special meaning of LABEL argument in
10404 doc-string. Fix quoting. Don't pop up a new frame even as
10405 fallback.
10406
7ca8fc42
JB
104072011-06-26 Juanma Barranquero <lekktu@gmail.com>
10408
10409 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
10410 avoid deleting the current window in some cases (bug#8911).
10411
bc312254
AS
104122011-06-26 Andreas Schwab <schwab@linux-m68k.org>
10413
10414 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
10415 (Bug#8934)
10416
2db18f3f
LMI
104172011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10418
c9d29fb8
SM
10419 * net/network-stream.el (network-stream-open-starttls):
10420 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
10421 (network-stream-open-tls): Ditto.
10422
6302e0d3
LL
104232011-06-26 Leo Liu <sdl.web@gmail.com>
10424
10425 * register.el (registerv): New struct.
10426 (registerv-make): New function.
c9d29fb8
SM
10427 (jump-to-register, describe-register-1, insert-register):
10428 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
10429 struct. (Bug#8415)
10430
5fdd4046
CY
104312011-06-26 Chong Yidong <cyd@stupidchicken.com>
10432
2afef60a
CY
10433 * vc/vc.el (vc-revert-show-diff): New defcustom.
10434 (vc-diff-internal): New arg specifying diff buffer.
10435 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
10436 reuse an existing *vc-diff* buffer (Bug#8927).
10437
5fdd4046
CY
10438 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
10439
e93db24a
GM
104402011-06-26 Glenn Morris <rgm@gnu.org>
10441
10442 * progmodes/f90.el (f90-critical-indent): New option.
10443 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
10444 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
10445 (f90-mode): Doc fix.
10446 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
10447 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
10448 (f90-beginning-of-block, f90-next-block, f90-indent-region)
10449 (f90-match-end): Handle block, critical.
10450
eefff499
GM
104512011-06-25 Glenn Morris <rgm@gnu.org>
10452
f6ba4cc9
GM
10453 * calendar/diary-lib.el (diary-included-files): Doc fix.
10454 (diary-include-files): New function, extracted from
10455 diary-include-other-diary-files and diary-mark-included-diary-files.
10456 (diary-include-other-diary-files, diary-mark-included-diary-files):
10457 Just call diary-include-files.
10458 (diary-mark-entries): Reset diary-included-files on first call.
10459
16712304
GM
10460 * calendar/diary-lib.el (diary-mark-entries)
10461 (diary-mark-included-diary-files):
10462 Visit included diary-files in temp buffers.
10463
5d8e0d43
GM
10464 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
10465 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
10466 (f90-start-block-re, f90-imenu-generic-expression)
10467 (f90-looking-at-program-block-start, f90-no-block-limit):
10468 Add support for submodules.
10469
ccf7a5d5
GM
10470 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
10471 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 10472
11fdef7d 104732011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
10474
10475 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
10476 buffer-file-type before setting its value, to avoid disastrous
eefff499 10477 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 10478
74f53697
JB
104792011-06-25 Juanma Barranquero <lekktu@gmail.com>
10480
10481 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
10482
10483 * ses.el (ses-unload-function):
10484 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
10485
10486 * proced.el (proced-unload-function):
10487 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
10488
18a4ce5e
AR
104892011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
10490
10491 * server.el (server-create-window-system-frame): Add parameters arg.
10492 (server-process-filter): Doc fix. Handle frame-parameters.
10493
519d22cc
JB
104942011-06-25 Juanma Barranquero <lekktu@gmail.com>
10495
10496 Fix bug#8730, bug#8781.
10497
10498 * loadhist.el (unload--set-major-mode): New function.
10499 (unload-feature): Use it.
10500
10501 * progmodes/python.el (python-after-info-look): Add autoload cookie.
10502 (python-unload-function): New function.
10503
c206f5b0
SM
105042011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10505
10506 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
10507
f9ad64f3
GS
105082011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
10509
10510 * net/browse-url.el (browse-url-firefox-program): Add icecat to
10511 the candidates list.
10512
7d0da90e
JB
105132011-06-24 Juanma Barranquero <lekktu@gmail.com>
10514
10515 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
10516
14b4e83d
RS
105172011-06-23 Richard Stallman <rms@gnu.org>
10518
10519 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
10520 (rmail-variables): Set next-error-move-function.
10521 (rmail-what-message): Take argument POS.
10522 (rmail-next-error-move): New function.
10523
273d2baf
SM
105242011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10525
10526 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
10527 messages for adjacent non-terminals.
10528
56c2cc9a
RS
105292011-06-23 Richard Stallman <rms@gnu.org>
10530
10531 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 10532 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
10533 (rmail-start-mail): Don't specify use of rmail-mail-return;
10534 that's done by mail-bury now.
10535 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 10536
d59eb518
MA
105372011-06-23 Michael Albinus <michael.albinus@gmx.de>
10538
10539 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
10540 SIZE is a number.
10541
02cfc6d6
MR
105422011-06-23 Martin Rudalics <rudalics@gmx.at>
10543
10544 * window.el (get-lru-window, get-mru-window)
10545 (get-largest-window): Never return a minibuffer window.
10546 (display-buffer-pop-up-window): Fix a bug that could lead to
10547 reusing the minibuffer window.
10548 (display-buffer): Pass original specifier argument to
10549 display-buffer-function instead of the normalized one.
10550 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
10551
4e323265
LL
105522011-06-22 Leo Liu <sdl.web@gmail.com>
10553
10554 * minibuffer.el (completing-read-function)
10555 (completing-read-default): Move from minibuf.c
10556
7a70468f
RS
105572011-06-22 Richard Stallman <rms@gnu.org>
10558
50718fc2
RS
10559 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
10560 to Rmail even if not started by a special Rmail command.
10561
7a70468f
RS
10562 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
10563 Copy the buffer currently showing just one message.
10564
297dde5a
RW
105652011-06-22 Roland Winkler <winkler@gnu.org>
10566
10567 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
10568 (bibtex-clean-entry): First delete the old key so that a
10569 customized algorithm for generating the new key does not get
10570 confused by the old key.
10571 (bibtex-url): Obey regexp of first step.
10572 (bibtex-search-entries): Do not use add-to-list with local
10573 list-var.
10574
97bb1093
LMI
105752011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10576
10577 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
10578 stored a user name, then query for the password first, instead of
10579 waiting for SMTP to give an error message and the trying again.
10580
1c0f1a19
JD
105812011-06-22 Lawrence Mitchell <wence@gmx.li>
10582
10583 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
10584 BUFFER in call-process.
10585
396f7c9d
LMI
105862011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10587
10588 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
10589 QUIT twice.
ddb7ffee
LMI
10590 (smtpmail-try-auth-methods): Require user name and password from
10591 auth-source.
396f7c9d 10592
8998d1b3
MR
105932011-06-22 Martin Rudalics <rudalics@gmx.at>
10594
10595 * window.el (display-buffer-default-specifiers)
10596 (display-buffer-alist): Remove entries for pop-up-frame-alist.
10597 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 10598 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
10599
10600 * frame.el (pop-up-frame-alist, pop-up-frame-function)
10601 (special-display-frame-alist, special-display-popup-frame):
10602 Remove duplicate declarations. These are now in window.el.
10603
4ea31e07
LMI
106042011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10605
c9d29fb8
SM
10606 * mail/smtpmail.el (smtpmail-via-smtp):
10607 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
10608 server supports it. SMTP servers that support STARTTLS commonly
10609 require it.
10610
10611 * net/network-stream.el (network-stream-open-starttls): Support
10612 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 10613 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 10614
95f41d9a
LMI
10615 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
10616 upgrades with `open-network-stream', and rely solely on
10617 auth-source for all credentials. Big changes throughout the file,
10618 but in particular:
c9d29fb8
SM
10619 (smtpmail-auth-credentials): Remove.
10620 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
10621 (smtpmail-via-smtp): Check for servers saying they want AUTH after
10622 MAIL FROM, too.
95f41d9a 10623
c9d29fb8
SM
10624 * net/network-stream.el (network-stream-open-starttls):
10625 Provide support for client certificates both for external and built-in
4ea31e07
LMI
10626 STARTTLS.
10627 (auth-source): Require.
10628 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
10629 (network-stream-certificate): Change cert-cert to cert and
10630 cert-key to key.
4ea31e07 10631
065ec2c7
MA
106322011-06-21 Michael Albinus <michael.albinus@gmx.de>
10633
10634 * net/tramp-cache.el (top): Don't load the persistency file when
10635 "emacs -Q" has been called.
10636
cd93b359
DR
106372011-06-21 Tim Harper <timcharper@gmail.com>
10638
d8e4b68b
JB
10639 * term/ns-win.el (ns-initialize-window-system):
10640 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
10641 resource to NO as it is not yet supported by the NS port.
10642
ae9c0411
JB
106432011-06-21 Juanma Barranquero <lekktu@gmail.com>
10644
10645 * misc.el (list-dynamic-libraries--refresh): Compute header here...
10646 (list-dynamic-libraries): ...not here.
10647
7f3f739f
LL
106482011-06-21 Leo Liu <sdl.web@gmail.com>
10649
10650 * subr.el (sha1): Implement sha1 using secure-hash.
10651
327c8fb1
MR
106522011-06-21 Martin Rudalics <rudalics@gmx.at>
10653
10654 * window.el (display-buffer-alist): In default value do not
10655 enforce searching a window on any but the selected frame.
10656 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
10657 (display-buffer-select-window): Remove function.
10658 (display-buffer-in-window): When a window on another frame gets
10659 reused, do not select it any more but just raise its frame if
10660 necessary (Bug#8851) and (Bug#8856).
10661 (display-buffer-normalize-options): Handle pop-up-frames related
10662 options more faithfully.
10663 (pop-to-buffer): Don't rely on `display-buffer' selecting the
10664 window if it is on another frame.
c9d29fb8
SM
10665 (display-buffer-alist, display-buffer-default-specifiers):
10666 Don't make new frame unsplittable by default.
9e9de014
MR
10667 (display-buffer-normalize-argument): Fix doc-string typo and use
10668 'same-frame-other-window instead of 'other-window when associating
10669 with display-buffer-macro-specifiers.
327c8fb1 10670
7cf3f556
VB
106712011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
10672
10673 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
10674 New functions.
10675 (5x5-mode-map, 5x5-mode-menu): Bind them.
10676 (5x5-draw-grid): Tweak the solver's rendering.
10677
60a406cf
SM
106782011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10679
10680 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
10681 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
10682
d8e4b68b 106832011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
10684
10685 * menu-bar.el: Use function variable instead of switch-to-buffer.
10686 (menu-bar-select-buffer-function): New variable.
60a406cf 10687 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 10688
478d6f95
SM
106892011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10690
10691 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
10692 variable's status.
10693
ca530739
JD
106942011-06-20 Jan Djärv <jan.h.d@swipnet.se>
10695
10696 * x-dnd.el (x-dnd-version-from-flags)
10697 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
10698 and long as number (Bug#8899).
10699 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
10700
bcd70d97
SM
107012011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10702
60a406cf 10703 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
10704 (completion-try-completion, completion-all-completions): Compute the
10705 metadata argument if it's missing; make it optional (bug#8795).
10706
60a406cf 10707 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
10708 (widget-complete): Use new :completion-function property.
10709 (widget-completions-at-point): New function.
10710 (default): Use :completion-function instead of :complete.
60a406cf
SM
10711 (widget-default-completions): Rename from widget-default-complete;
10712 Rewrite.
bcd70d97
SM
10713 (widget-string-complete, widget-file-complete, widget-color-complete):
10714 Remove functions.
10715 (file, symbol, function, variable, coding-system, color):
10716 * international/mule-cmds.el (default-input-method, charset)
10717 (language-info-custom-alist):
10718 * cus-edit.el (face): Use new property :completions.
10719
10720 * progmodes/pascal.el (pascal-completions-at-point): New function.
10721 (pascal-mode): Use it.
10722 (pascal-mode-map): Use completion-at-point.
10723 (pascal-toggle-completions): Make obsolete.
10724 (pascal-complete-word, pascal-show-completions):
10725 * progmodes/octave-mod.el (octave-complete-symbol):
10726 Redefine as obsolete alias.
10727 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
10728 Signal absence of completion info for old Octave,
10729 (inferior-octave-complete): Redefine as obsolete alias.
10730 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
10731 (meta-completions-at-point): Rename from meta-complete-symbol and
10732 adapt it for use on completion-at-point-functions.
10733 (meta-common-mode): Use it.
10734 (meta-looking-at-backward, meta-match-buffer): Remove.
10735 (meta-complete-symbol): Redefine as obsolete alias.
10736 (meta-common-mode-map): Use completion-at-point.
10737 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
10738 (makefile-mode-map): Use completion-at-point.
10739 (makefile-completions-at-point): Rename from makefile-complete and
10740 adapt it for use on completion-at-point-functions.
10741 (makefile-mode): Use it.
10742 (makefile-complete): Redefine as obsolete alias.
10743
aebf69c8
DD
107442011-06-20 Deniz Dogan <deniz@dogan.se>
10745
10746 * net/rcirc.el: Delete trailing whitespaces once and for all.
10747
bfbbb27d
DC
107482011-06-20 Daniel Colascione <dan.colascione@gmail.com>
10749
10750 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
10751
d264a46b
CY
107522011-06-19 Chong Yidong <cyd@stupidchicken.com>
10753
4ca009e5
CY
10754 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
10755
d264a46b
CY
10756 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
10757
fbf5b3ce
MR
107582011-06-19 Martin Rudalics <rudalics@gmx.at>
10759
10760 * window.el (display-buffer-other-window-means-other-frame):
10761 Call display-buffer-normalize-alist.
10762 (display-buffer-normalize-specifiers-1): Rename to
10763 display-buffer-normalize-argument. New argument other-frame.
10764 Rewrite.
10765 (display-buffer-normalize-specifiers-2): Rename to
10766 display-buffer-normalize-options.
10767 (display-buffer-normalize-alist-1): New function.
10768 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
10769 display-buffer-normalize-alist.
10770 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
10771 (display-buffer-normalize-options-inhibit): New variable.
10772 (display-buffer-normalize-specifiers): Rewrite calling
10773 display-buffer-normalize-alist,
10774 display-buffer-normalize-argument, and
10775 display-buffer-normalize-options. Don't call the latter if
10776 display-buffer-normalize-options-inhibit is non-nil.
10777 (frame-auto-delete): New option.
10778 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
10779 (window-list-no-nils, window-state-ignored-parameters)
10780 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
10781 (window-state-put-1, window-state-put-2, window-state-put):
10782 New functions.
9a028c23
MR
10783 (display-buffer-normalize-options): Move special-display-p group
10784 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 10785
6d10d800
CY
107862011-06-18 Chong Yidong <cyd@stupidchicken.com>
10787
6420d28b
CY
10788 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
10789 groups (Bug#8776).
10790 (rx-submatch-n): New function.
10791 (rx): Document it.
10792
ddb8b596
CY
10793 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
10794 (Bug#8768).
10795
10796 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
10797
77080289
CY
10798 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
10799
61dfb316
CY
10800 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
10801 anytime existing face settings are present (Bug#8889).
10802
6d10d800
CY
10803 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
10804 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
10805 Remove unused argument.
10806
be3fb2b8
MR
108072011-06-18 Martin Rudalics <rudalics@gmx.at>
10808
bcd70d97
SM
10809 * window.el (display-buffer-default-specifiers):
10810 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
10811 pop-up-window-min-width, and another reuse-window specifier
10812 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
10813 (display-buffer-normalize-specifiers-2):
10814 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
10815 pop-up-windows is unset. Add a reuse-window specifier for the
10816 case popping up a new window fails.
10817 (special-display-popup-frame): Remove double quoting.
28dec25a 10818 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 10819
1c6d8c76
SM
108202011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10821
10822 * shell.el (shell-completion-vars): Set pcomplete-termination-string
10823 according to comint-completion-addsuffix.
10824
10825 * pcomplete.el: Convert to lexical binding and fix bug#8819.
10826 (pcomplete-suffix-list): Mark as obsolete.
10827 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
10828 pcomplete-seen in the closure.
10829 (pcomplete-comint-setup): Setup completion-at-point as well.
10830 (pcomplete--entries): New function.
10831 (pcomplete--env-regexp): New var.
10832 (pcomplete-entries): Rewrite to work with partial-completion and
10833 without relying on pcomplete-suffix-list.
10834 (pcomplete-pare-list): Remove, unused.
10835
25aef8b8
MR
108362011-06-17 Martin Rudalics <rudalics@gmx.at>
10837
10838 * window.el (display-buffer-alist): Set pop-up-window-min-height
10839 and pop-up-window-min-width in default value. Reported by
10840 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
10841 other-window-means-other-frame.
10842 (display-buffer-macro-specifiers): Comment out entry for
10843 other-window specifier.
10844 (display-buffer-other-window-means-other-frame): New function.
10845 (display-buffer-normalize-specifiers-1): New arguments
10846 buffer-name and label. Treat other-window case specially.
10847 (display-buffer-normalize-specifiers-2): Treat other-window case
10848 specially.
10849 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
10850 (display-buffer-normalize-specifiers):
10851 Call display-buffer-normalize-specifiers-3.
25aef8b8 10852
dbad4f69
MR
108532011-06-17 Martin Rudalics <rudalics@gmx.at>
10854
10855 * window.el (same-window-p): Fix two typos introduced when
10856 adding with-no-warnings.
d1067961
MR
10857 (display-buffer-normalize-specifiers-1): Don't check
10858 pop-up-frames for 'unset initialization.
10859 (display-buffer-normalize-specifiers-2): Major rewrite using
10860 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
10861 (pop-up-frames, display-buffer-reuse-frames)
10862 (display-buffer-mark-dedicated): Don't initialize to 'unset.
10863 Suggested by David Engster <deng@randomsample.de>.
10864 (even-window-heights): Initialize to 'unset.
10865 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
10866 (display-buffer-macro-specifiers): Don't pop up a new frame in the
10867 other window case.
dbad4f69 10868
9b9c9e3a
MR
108692011-06-16 Martin Rudalics <rudalics@gmx.at>
10870
bcd70d97
SM
10871 * window.el (display-buffer-normalize-specifiers-1):
10872 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 10873 second argument of display-buffer (Bug#8865).
981d5c09
MR
10874 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
10875 (switch-to-buffer-other-window-same-frame)
10876 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
10877 Adams (Bug#8875).
9c2755e9
MR
10878 (display-buffer): Don't check noninteractive when calling
10879 display-buffer-pop-up-frame.
10880 (display-buffer-pop-up-frame): Never pop up a frame in
10881 noninteractive mode (Bug#8857).
67222e1d
MR
10882 (enlarge-window, shrink-window): Don't report an error when the
10883 window can't be resized as requested (Bug#8862).
9b9c9e3a 10884
2b75be67
SM
108852011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10886
9ffdd3ba
SM
10887 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
10888
cb581a67
SM
10889 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
10890
2b75be67
SM
10891 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
10892
8c0e3589
AM
108932011-06-15 Alan Mackenzie <acm@muc.de>
10894
cb581a67
SM
10895 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
10896 for declarators, disable knr checking to speed up for normal files.
10897 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 10898
b96e6cde
LMI
108992011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10900
4bba86e6
LMI
10901 * net/network-stream.el (open-network-stream): Add the keyword
10902 :always-query-capabilities for the case where you want to force a
10903 `plain' network connection, but the protocol still requires the
10904 capabilitiy command (i.e., SMTP and EHLO).
10905
2b75be67 10906 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
10907 consistency with other `-live-p' functions.
10908
efdcdbf8
SM
109092011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10910
10911 * window.el (same-window-buffer-names, same-window-regexps)
10912 (special-display-frame-alist, special-display-popup-frame)
10913 (special-display-function, special-display-buffer-names)
10914 (special-display-regexps, pop-up-frame-alist)
10915 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
10916 (pop-up-windows, split-window-preferred-function)
10917 (split-height-threshold, split-width-threshold, even-window-heights)
10918 (display-buffer-mark-dedicated): Don't encourage the use of
10919 display-buffer-alist from Elisp code.
10920
c5cde042
DN
109212011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
10922
10923 * progmodes/python.el (python-mode): Derive from prog-mode.
10924 * progmodes/ps-mode.el (ps-mode):
10925 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 10926 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
10927 * progmodes/ld-script.el (ld-script-mode): Likewise.
10928
baa1c9ab
MR
109292011-06-15 Martin Rudalics <rudalics@gmx.at>
10930
10931 * window.el (display-buffer-alist): Trim default value to avoid
10932 popping up a new frame (Bug#8857) or reusing an arbitrary window
10933 on another frame.
10934 (display-buffer): Do not fall back on popping up a new frame in
10935 batch mode (Bug#8857).
10936
c5dd5a51
CY
109372011-06-14 Chong Yidong <cyd@stupidchicken.com>
10938
10939 * cus-theme.el (describe-theme-1): Use custom-theme-p.
10940 (custom-theme-summary): New function.
10941 (customize-themes): Use it.
10942
d647b7c4
GM
109432011-06-13 Glenn Morris <rgm@gnu.org>
10944
10945 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
10946
9481c002
MR
109472011-06-13 Martin Rudalics <rudalics@gmx.at>
10948
357f93d2
MR
10949 * help.el (help-window): Remove variable.
10950 (help-window-point-marker, temp-buffer-max-height)
10951 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
10952 (help-print-return-message): Don't set help-window.
10953 (resize-temp-buffer-window): Rewrite cod eand doc-string.
10954 (help-window-setup-finish): Remove.
10955 (help-window-display-message, help-window-setup)
10956 (with-help-window): Major rewrite based on new
10957 display-buffer-window variable.
10958
10959 * help-mode.el (help-mode-finish): Remove help-window related
10960 code.
10961
10962 * view.el (view-exits-all-viewing-windows): Remove reference to
10963 view-return-to-alist in doc-string.
10964 (view-return-to-alist): Make obsolete.
10965 (view-buffer): Call pop-to-buffer-same-window and remove
10966 undo-window code.
10967 (view-buffer-other-window): Call pop-to-buffer-other-window and
10968 simplify code. Ignore second argument.
10969 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
10970 simplify code. Ignore second argument.
10971 (view-return-to-alist-update): Make obsolete.
10972 (view-mode-enter): Rename second argument to QUIT-RESTORE.
10973 Rewrite using quit-restore window parameters.
2b75be67
SM
10974 (view-mode-exit): Rename second argument to EXIT-ONLY.
10975 Rewrite using quit-restore-window.
357f93d2
MR
10976 (View-exit, View-exit-and-edit, View-leave, View-quit)
10977 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
10978 appropriate arguments.
10979 (view-end-message): Use quit-restore window parameter.
10980
9481c002
MR
10981 * window.el (display-buffer-function): Rewrite doc-string.
10982 (display-buffer-window, display-buffer-alist): New variables.
10983 (display-buffer-split-specifiers)
10984 (display-buffer-side-specifiers)
10985 (display-buffer-macro-specifiers): New constants.
10986 (display-buffer-even-window-sizes, display-buffer-set-height)
10987 (display-buffer-set-width, display-buffer-select-window)
10988 (display-buffer-in-window, display-buffer-reuse-window)
10989 (display-buffer-split-window-1, display-buffer-split-window)
10990 (display-buffer-split-atom-window, display-buffer-pop-up-window)
10991 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
10992 (display-buffer-in-side-window, normalize-buffer-to-display)
10993 (display-buffer-normalize-specifiers-1)
10994 (display-buffer-normalize-specifiers-2)
2b75be67
SM
10995 (display-buffer-normalize-specifiers, display-buffer-frame):
10996 New functions.
9481c002
MR
10997 (display-buffer): Major rewrite.
10998 (display-buffer-other-window, display-buffer-other-frame)
10999 (pop-to-buffer, switch-to-buffer-other-window)
11000 (switch-to-buffer-other-frame): Rewrite.
11001 (display-buffer-same-window, display-buffer-same-frame)
11002 (display-buffer-same-frame-other-window)
11003 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
11004 (pop-to-buffer-other-window)
11005 (pop-to-buffer-same-frame-other-window)
11006 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
11007 (switch-to-buffer-other-window-same-frame): New functions.
11008 (same-window-p, special-display-p): Rewrite disabling warnings.
11009 Make obsolete.
11010 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
11011 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
11012 Make obsolete
11013 (same-window-buffer-names, same-window-regexps)
11014 (special-display-frame-alist, special-display-popup-frame)
11015 (special-display-function, special-display-buffer-names)
11016 (special-display-regexps, pop-up-frame-alist)
11017 (pop-up-frame-function, split-window-preferred-function)
11018 (split-height-threshold, split-width-threshold)
11019 (even-window-heights): Make obsolete.
11020
9db51aca
GM
110212011-06-12 Glenn Morris <rgm@gnu.org>
11022
11023 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 11024 Misc simplifications.
9db51aca 11025
39cffb44
MR
110262011-06-12 Martin Rudalics <rudalics@gmx.at>
11027
11028 * window.el (window-safely-shrinkable-p): Restore function which
11029 was inadvertently removed in change from 2011-06-11. Declare as
11030 obsolete.
11031
2b75be67
SM
11032 * calendar/calendar.el (calendar-generate-window):
11033 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
11034 window-safely-shrinkable-p.
11035
a8955be7
GM
110362011-06-12 Glenn Morris <rgm@gnu.org>
11037
11038 * progmodes/fortran.el (fortran-mode-syntax-table):
11039 * progmodes/f90.el (f90-mode-syntax-table):
11040 Set % to punctuation. (Bug#8820)
11041 (f90-find-tag-default): Remove, no longer needed.
11042
f0d4059d
DC
110432011-06-12 Daniel Colascione <dan.colascione@gmail.com>
11044
11045 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
11046
1100a63c
CY
110472011-06-11 Chong Yidong <cyd@stupidchicken.com>
11048
11049 * image.el (image-animated-p): Return animation delay in seconds.
11050 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
11051 (image-animate-timeout): Remove DELAY argument. Don't assume
11052 every subimage has the same delay; get it from image-animated-p.
11053 (image-animate): Caller changed.
11054
def722bf
MA
110552011-06-11 Michael Albinus <michael.albinus@gmx.de>
11056
11057 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
11058 to ignored backtrace functions.
11059
0a2bb1a9
GM
110602011-06-11 Glenn Morris <rgm@gnu.org>
11061
11062 * calendar/appt.el (appt-disp-window-function): Doc fix.
11063 (appt-check): Handle overlapping appointments. (Bug#8337)
11064
6198ccd0
MR
110652011-06-11 Martin Rudalics <rudalics@gmx.at>
11066
11067 * window.el (window-tree-1, window-tree): New functions, moving
11068 the latter to window.el.
11069 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
11070 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
11071 (bw-refresh-edges): Remove.
11072 (balance-windows-1, balance-windows-2): New functions.
11073 (balance-windows): Rewrite in terms of window tree functions,
11074 balance-windows-1 and balance-windows-2.
11075 (bw-adjust-window): Remove.
11076 (balance-windows-area-adjust): New function with functionality of
11077 bw-adjust-window but using resize-window.
2b75be67
SM
11078 (set-window-text-height): Rewrite doc-string.
11079 Use normalize-live-window and resize-window.
11080 (enlarge-window-horizontally, shrink-window-horizontally):
11081 Rename argument to DELTA.
6198ccd0
MR
11082 (window-buffer-height): New function.
11083 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
11084 Rewrite using new window resize routines.
2b75be67
SM
11085 (kill-buffer-and-window, mouse-autoselect-window-select):
11086 Use ignore-errors instead of condition-case.
6198ccd0
MR
11087 (quit-window): Call delete-frame instead of delete-windows-on
11088 for the only buffer on frame.
11089
9397e56f
MR
110902011-06-10 Martin Rudalics <rudalics@gmx.at>
11091
11092 * loadup.el (top-level): Load window before files for the sake
11093 of replace-buffer-in-windows.
11094
11095 * files.el (read-buffer-to-switch)
11096 (switch-to-buffer-other-window)
2b75be67
SM
11097 (switch-to-buffer-other-frame, display-buffer-other-frame):
11098 Move to window.el.
9397e56f
MR
11099
11100 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
11101 (previous-buffer): Move to window.el.
11102
11103 * bindings.el (unbury-buffer): Move to window.el.
11104
11105 * window.el (delete-other-windows-vertically): Move after
11106 definition of delete-other-windows.
11107 (other-window, delete-windows-on, replace-buffer-in-windows):
11108 Move here from window.c.
11109 (record-window-buffer, unrecord-window-buffer)
11110 (set-window-buffer-start-and-point, switch-to-prev-buffer)
11111 (switch-to-next-buffer): New functions.
11112 (get-next-valid-buffer, last-buffer, next-buffer): Move here
11113 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
11114 (previous-buffer): Move here from simple.el.
11115 Call switch-to-prev-buffer.
9397e56f
MR
11116 (bury-buffer): Move here from buffer.c. Switch to previous
11117 buffer when window cannot be deleted.
11118 (unbury-buffer): Move here from bindings.el.
11119 (ctl-x-map): Move binding for other-window from window.c to
11120 here.
11121 (read-buffer-to-switch, switch-to-buffer-other-window)
11122 (switch-to-buffer-other-frame): Move here from files.el.
11123 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
11124 (switch-to-buffer): Move here from buffer.c.
11125 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 11126
562dd5e9
MR
111272011-06-10 Martin Rudalics <rudalics@gmx.at>
11128
11129 * window.el (window-min-height, window-min-width): Move here
11130 from window.c. Add defcustoms and rewrite doc-strings.
11131 (resize-mini-window, resize-window): New functions.
11132 (adjust-window-trailing-edge, enlarge-window, shrink-window):
11133 Move here from window.c.
11134 (maximize-window, minimize-window): New functions.
11135 (delete-window, delete-other-windows, split-window): Move here
11136 from window.c.
11137 (window-split-min-size): New function.
11138 (split-window-keep-point): Mention split-window-above-each-other
11139 instead of split-window-vertically.
2b75be67 11140 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
11141 Rename split-window-vertically to split-window-above-each-other
11142 and provide defalias for old definition.
11143 (split-window-side-by-side, split-window-horizontally):
11144 Rename split-window-horizontally to split-window-side-by-side
11145 and provide defalias for the old definition.
562dd5e9
MR
11146 (ctl-x-map): Move bindings for delete-window,
11147 delete-other-windows and enlarge-window here from window.c.
11148 Replace bindings for split-window-vertically and
11149 split-window-horizontally by bindings for
11150 split-window-above-each-other and split-window-side-by-side.
11151
11152 * cus-start.el (all): Remove entries for window-min-height and
11153 window-min-width. Add entries for window-splits and
11154 window-nest.
11155
f0da764a
GM
111562011-06-09 Glenn Morris <rgm@gnu.org>
11157
80675c21
GM
11158 * calendar/appt.el (appt-mode-line): New function.
11159 (appt-check, appt-disp-window): Use it.
11160
f0da764a
GM
11161 * files.el (hack-one-local-variable-eval-safep):
11162 Allow minor-modes with explicit +/-1 arguments.
11163
59f623b7
TZ
111642011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
11165
11166 * term/xterm.el (xterm): Add defgroup.
11167 (xterm-extra-capabilities): Add defcustom to supply known xterm
11168 capabilities, skip querying them, or query them (default).
11169 (terminal-init-xterm): Use it.
11170 (terminal-init-xterm-modify-other-keys): New function to set up
11171 modifyOtherKeys support to simplify `terminal-init-xterm'.
11172
9aab8e0d
MR
111732011-06-09 Martin Rudalics <rudalics@gmx.at>
11174
11175 * window.el (resize-window-reset, resize-window-reset-1)
11176 (resize-subwindows-skip-p, resize-subwindows-normal)
11177 (resize-subwindows, resize-other-windows, resize-this-window)
11178 (resize-root-window, resize-root-window-vertically)
11179 (window-deletable-p, window-or-subwindow-p)
11180 (frame-root-window-p): New functions.
11181
e8b08aee
GM
111822011-06-09 Glenn Morris <rgm@gnu.org>
11183
11184 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
11185 (ange-ftp-get-files): Use it.
11186
254c37a5
AK
111872011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
11188
11189 * mail/sendmail.el (mail-recover-1, mail-recover):
11190 * files.el (recover-file, recover-session):
11191 Handle dired-listing-switches not being just a single short option.
11192
35d7dbd3
GM
111932011-06-09 Glenn Morris <rgm@gnu.org>
11194
11195 * calendar/appt.el (appt-display-message, appt-disp-window):
11196 Handle lists of appointments.
11197
387522b2
MR
111982011-06-08 Martin Rudalics <rudalics@gmx.at>
11199
2b75be67
SM
11200 * window.el (one-window-p): Move down in code.
11201 Rewrite doc-string.
11202 (window-current-scroll-bars): Rewrite doc-string.
11203 Normalize live window argument.
387522b2
MR
11204 (walk-windows, get-window-with-predicate, count-windows):
11205 Rewrite doc-string. Use window-list-1.
11206 (window-in-direction-2, window-in-direction, get-mru-window):
11207 New functions.
11208
d8e4b68b 112092011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
11210
11211 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
11212 Doc fix (Bug#8713).
11213
112142011-06-08 Chong Yidong <cyd@stupidchicken.com>
11215
11216 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
11217
112182011-06-08 Juanma Barranquero <lekktu@gmail.com>
11219
11220 * loadhist.el (unload-feature-special-hooks):
11221 Add `comint-output-filter-functions'.
11222
0de12c52
IK
112232011-06-08 Ivan Kanis <gnu@kanis.fr>
11224
11225 * calendar/appt.el (appt-check): Move some initializations into the let.
11226
f3d1777e
MR
112272011-06-08 Martin Rudalics <rudalics@gmx.at>
11228
11229 * window.el (window-height): Defalias to window-total-height.
11230 (window-width): Defalias to window-body-width.
11231
18af70d0
CY
112322011-06-07 Chong Yidong <cyd@stupidchicken.com>
11233
11234 * image-mode.el (image-toggle-animation): New command.
11235 (image-mode-map): Bind it to RET.
11236 (image-mode): Update message.
11237 (image-toggle-display-image): Avoid a spurious cache flush.
11238 (image-transform-rotation): Doc fix.
11239 (image-transform-properties): Return quickly in the normal case.
11240 (image-animate-loop): Rename from image-animate-max-time.
11241
2b75be67 11242 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
11243 (create-animated-image): Remove unnecessary function.
11244 (image-animate): Rename from image-animate-start. New arg.
2b75be67 11245 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
11246 (image-animate-timer): Use car-safe.
11247 (image-animate-timeout): Rename argument.
11248
190b47e6
MR
112492011-06-07 Martin Rudalics <rudalics@gmx.at>
11250
11251 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
11252 window.c. Rename first argument to ALL-FRAMES.
11253 Rephrase doc-strings.
11254 (get-buffer-window-list): Rewrite using window-list-1.
11255 Rephrase doc-string.
a1511caf
MR
11256 (window-safe-min-height, window-safe-min-width): New constants.
11257 (window-size-ignore, window-min-size, window-min-size-1)
11258 (window-sizable, window-sizable-p, window-size-fixed-1)
11259 (window-size-fixed-p, window-min-delta-1, window-min-delta)
11260 (window-max-delta-1, window-max-delta, window-resizable)
11261 (window-resizable-p, window-total-height, window-total-width)
11262 (window-body-width): New functions.
11263 (window-full-height-p, window-full-width-p): Rewrite using
11264 window-total-size.
11265 (window-body-height): Rewrite using window-body-size.
190b47e6 11266
85cc1f11
MR
112672011-06-06 Martin Rudalics <rudalics@gmx.at>
11268
11269 * window.el (window-right, window-left, window-child)
11270 (window-child-count, window-last-child, window-any-p)
11271 (normalize-live-buffer, normalize-live-frame)
11272 (normalize-any-window, normalize-live-window)
11273 (window-iso-combination-p, window-iso-combined-p)
11274 (window-iso-combinations)
11275 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
11276 (windows-with-parameter, window-with-parameter)
11277 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
11278 (window-atom-check, window-side-check, window-check):
11279 New functions.
85cc1f11
MR
11280 (ignore-window-parameters, window-sides, window-sides-vertical)
11281 (window-sides-slots): New variables.
11282 (window-size-fixed): Move down in code. Minor doc-string fix.
11283
e7156492
AS
112842011-06-05 Andreas Schwab <schwab@linux-m68k.org>
11285
11286 * comint.el (comint-dynamic-complete-as-filename)
11287 (comint-dynamic-complete-filename): Correctly call
11288 completion-in-region.
11289
7e821d0d
DD
112902011-06-05 Deniz Dogan <deniz@dogan.se>
11291
11292 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
11293 in last change.
11294
ac09b8a1
DD
112952011-06-05 Deniz Dogan <deniz@dogan.se>
11296
11297 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
11298 (rcirc): Use it to prompt for encryption.
11299
34699b85
RW
113002011-06-05 Roland Winkler <winkler@gnu.org>
11301
11302 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
11303 (bibtex-search-entries): New command bound to C-c C-a.
11304 (bibtex-display-entries): New function.
11305
004dedd3
RW
113062011-06-05 Roland Winkler <winkler@gnu.org>
11307
11308 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
11309 (bibtex-insert-kill): After yanking insert newline if necessary.
11310 (bibtex-initialize): Call bibtex-string-files-init only once.
11311 (bibtex-mode): Do not call easy-menu-add.
11312 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
11313 (bibtex-yank): Set arg properly if nil.
11314
022fe7ce
RW
113152011-06-05 Roland Winkler <winkler@gnu.org>
11316
2b75be67
SM
11317 * textmodes/bibtex.el (bibtex-search-entry-globally):
11318 New variable.
022fe7ce
RW
11319 (bibtex-search-entry): Use it.
11320
b7c3692a
RW
113212011-06-05 Roland Winkler <winkler@gnu.org>
11322
11323 * textmodes/bibtex.el (bibtex-entry-format): New option
11324 sort-fields.
11325 (bibtex-format-entry, bibtex-reformat): Honor this option.
11326 (bibtex-parse-entry): Return fields in proper order.
11327
8eda563d
JB
113282011-06-05 Juanma Barranquero <lekktu@gmail.com>
11329
11330 * doc-view.el (doc-view-remove-if): Move computation of result out
11331 of `dolist' to silence misleading lexical-binding warning.
11332
7dbe3dbc
CY
113332011-06-04 Chong Yidong <cyd@stupidchicken.com>
11334
11335 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
11336 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
11337
0c33dd17
MA
113382011-06-04 Michael Albinus <michael.albinus@gmx.de>
11339
11340 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
11341 "SunOS 5.10".
11342
f8f91c2b
MA
113432011-06-04 Michael Albinus <michael.albinus@gmx.de>
11344
11345 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
11346 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
11347 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
11348 (tramp-parse-putty):
11349 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
11350 (tramp-completion-function-alist-ssh)
11351 (tramp-completion-function-alist-telnet)
11352 (tramp-completion-function-alist-su)
11353 (tramp-completion-function-alist-putty): Set `tramp-autoload'
11354 cookie.
11355
11356 * net/tramp-ftp.el:
11357 * net/tramp-sh.el:
11358 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
11359 load "tramp.el" `tramp-set-completion-function'.
11360
e17d9003
SM
113612011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11362
11363 * shell.el: Require and use pcomplete.
11364 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
11365 (shell-completion-vars): Set pcomplete-default-completion-function.
11366
6c4cab03
DD
113672011-06-04 Deniz Dogan <deniz@dogan.se>
11368
11369 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
11370 `memq' (Bug#8799).
11371
ea9fafe0
SM
113722011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
11373
11374 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
11375
b3e945d3
JB
113762011-06-02 Juanma Barranquero <lekktu@gmail.com>
11377
11378 * bs.el (bs--mark-unmark, bs--nth-wrapper):
11379 * mpc.el (mpc-select-extend, mpc-songpointer-context):
11380 * vc/log-view.el (log-view-beginning-of-defun):
11381 * vc/smerge-mode.el (smerge-apply-resolution-patch)
11382 (smerge-refine-forward, smerge-refine-chopup-region):
11383 Silence warning for unused `dotimes' counter variables.
11384
7d520089
SM
113852011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
11386
11387 * net/tramp.el (tramp-with-progress-reporter): Rename from
11388 with-progress-reporter. Use `declare'.
11389 * net/tramp-smb.el:
11390 * net/tramp-sh.el:
11391 * net/tramp-gvfs.el: Update all uses.
11392
a1c2400f
JB
113932011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
11394
11395 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
11396 buffer isn't killed before making it current.
11397
2403c841
SM
113982011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11399
11400 Silence various byte-compiler warnings.
11401 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
11402 `access-type' and new obsolescence format.
11403 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
11404 new format.
11405 (byte-compile-check-variable): New `access-type' argument.
11406 Only warn if the access-type is obsolete.
11407 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
11408 (byte-compile-variable-set): Adjust callers.
11409 * help-fns.el (describe-variable): Adjust to new obsolescence format.
11410 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
11411 setting it as obsolete.
11412 * simple.el (minibuffer-completing-symbol):
11413 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
11414 access as obsolete.
11415 * minibuffer.el (minibuffer-completing-file-name): Don't make it
11416 obsolete yet.
11417 * international/quail.el (quail-mouse-choose-completion): Remove unused
11418 code referring to obsolete var.
11419 (quail-choose-completion-string): Remove.
11420 * server.el (server-clients-with, server-kill-buffer-query-function)
11421 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
11422 * proced.el (proced-send-signal):
11423 * emacs-lisp/lisp.el (lisp-complete-symbol):
11424 Replace completion-annotate-function with completion-extra-properties.
11425
2462470b
SM
114262011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11427
fb5b2591
SM
11428 * simple.el (goto-line): Use read-number.
11429 (overriding-map-is-bound): Remove.
11430 (saved-overriding-map): Change default.
11431 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
11432 Take the map as argument.
11433 (universal-argument, negative-argument, digit-argument): Use it.
11434 (restore-overriding-map): Adjust.
11435 (do-auto-fill): Use fill-forward-paragraph.
11436 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
11437
fd6fa53f
SM
11438 * minibuffer.el (minibuffer-inactive-mode-map): New var.
11439 (minibuffer-inactive-mode): New major mode.
11440 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
11441 the *Messages* buffer" hack.
11442 (mouse-popup-menubar): Don't burp if the event is a normal key.
11443
2462470b
SM
11444 Miscellaneous tweaks.
11445 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
11446 lexical scoping as in subr.el's dolist and dotimes.
11447 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
11448 Silence compiler warning.
11449 * thingatpt.el (forward-whitespace): Trivial coding style fix.
11450 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
11451 * international/ccl.el (ccl-compile): Trivial simplification.
11452 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
11453 * emacs-lisp/testcover.el (testcover-end): Remove spurious
11454 `printflag' argument.
11455 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11456 Purecopy the whole obsolescence data.
11457
108bf785
LL
114582011-06-01 Leo Liu <sdl.web@gmail.com>
11459
11460 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
11461 improve doc-string as suggested by Marco Pessotto
11462 <melmothx@gmail.com>.
11463 (rcirc-print): Fix last change.
11464
30a23501
SM
114652011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11466
11467 * minibuffer.el (complete-with-action): Return nil for the metadata and
11468 boundaries of non-functional tables.
11469 (completion-table-dynamic): Return nil for the metadata.
11470 (completion-table-with-terminator): Add default case, using
11471 complete-with-action.
11472 (completion--metadata): New function.
11473 (completion-all-sorted-completions, minibuffer-completion-help): Use it
11474 to try and avoid pathological performance problems.
11475 (completion--embedded-envvar-table): Return `category' metadata.
11476
bcd54f83
LMI
114772011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11478
11479 * subr.el (process-alive-p): New tiny convenience function.
11480
e227544d
SM
114812011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11482
11483 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
11484 content but also its previous major mode.
11485
e8296fdc
HE
114862011-05-31 Helmut Eller <eller.helmut@gmail.com>
11487
4d61f28d 11488 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
11489 *Backtrace* buffer when we exit with C-M-c.
11490
620c53a6
SM
114912011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11492
11493 * minibuffer.el: Add metadata method to completion tables.
11494 (completion-category-overrides): New defcustom.
11495 (completion-metadata, completion--field-metadata)
11496 (completion-metadata-get, completion--styles)
11497 (completion--cycle-threshold): New functions.
11498 (completion-try-completion, completion-all-completions):
11499 Add `metadata' argument to choose completion-styles.
11500 (completion--do-completion): Use metadata to choose cycling.
11501 (completion-all-sorted-completions): Use metadata for sorting.
11502 Remove :completion-cycle-penalty which is not needed any more.
11503 (completion--try-word-completion): Add `metadata' argument.
11504 (minibuffer-completion-help): Check metadata for annotation function
11505 and sorting.
11506 (completion-file-name-table): Return `category' metadata.
11507 (minibuffer-completing-file-name): Make obsolete.
11508 * simple.el (minibuffer-completing-symbol): Make obsolete.
11509 * icomplete.el (icomplete-completions): Pass new `metadata' param to
11510 completion-try-completion.
11511
1257e755
SM
115122011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11513
11514 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
11515
3767e706
LL
115162011-05-30 Leo Liu <sdl.web@gmail.com>
11517
11518 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
11519 (rcirc-print): Decode all incoming messages (bug#8744).
11520 (rcirc-decode-coding-system): Allow value nil for automatic coding
11521 system detection.
3767e706 11522
d1a5d56a
GM
115232011-06-01 Glenn Morris <rgm@gnu.org>
11524
11525 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
11526
e8cbec34
CY
115272011-05-29 Chong Yidong <cyd@stupidchicken.com>
11528
11529 * image.el (image-animate-max-time): Allow nil and t values.
11530 Default to nil.
11531 (create-animated-image): Doc fix.
11532 (image-animate-start): Remove second arg; just use
11533 image-animate-max-time.
11534 (image-animate-timeout): Doc fix. Args changed.
11535
11536 * image-mode.el (image-toggle-display-image): Ensure that the
11537 image spec passed to the animate timer is the same object as in
58179cce 11538 the buffer's display property (Bug#6981).
e8cbec34
CY
11539 (image-transform-properties): Doc fix.
11540
11541 * image.el (image-animate-max-time): Default to nil.
11542
159daf87
MR
115432011-05-29 Martin Rudalics <rudalics@gmx.at>
11544
11545 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
11546 entire buffer list (Bug#8184).
11547
d66c4c7c
CY
115482011-05-29 Chong Yidong <cyd@stupidchicken.com>
11549
11550 * image.el (imagemagick-types-inhibit)
11551 (imagemagick-register-types): Doc fix.
11552
80aec780
DD
115532011-05-29 Deniz Dogan <deniz@dogan.se>
11554
11555 * net/rcirc.el (rcirc): Use the user's stored encryption method by
11556 default.
11557
1dd3c2d9
CY
115582011-05-29 Chong Yidong <cyd@stupidchicken.com>
11559
11560 * select.el: Don't perform clipboard-manager saving in hooks;
11561 leave the hooks empty.
11562
60e56523
LL
115632011-05-28 Leo Liu <sdl.web@gmail.com>
11564
11565 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
11566 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
11567 (occur-edit-mode): New major mode (Bug#8463).
11568 (occur-after-change-function): New function.
11569 (occur-engine): Give Occur tags a read-only property.
11570
2b1e1a22
KR
115712011-05-28 Kevin Ryde <user42@zip.com.au>
11572
11573 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
11574
5d344e88
CY
115752011-05-28 Chong Yidong <cyd@stupidchicken.com>
11576
8e6ca83d
CY
11577 * bindings.el (help-echo): Make the initial non-indicator dash
11578 empty on graphical terminals (Bug#7295).
11579
5d344e88
CY
11580 * files.el (auto-mode-alist): Move config rule after the
11581 in-stripping one (Bug#8547).
11582
bfbbace7
CY
11583 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
11584
fbeba6e2
CY
11585 * startup.el (normal-splash-screen): Remove gratuitous mode-line
11586 setting (Bug#8740).
11587
60ed8c72
AA
115882011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
11589
4ac619f0
AA
11590 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
11591 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
11592 (Bug#8539).
60ed8c72 11593
23db196e
CY
115942011-05-28 Chong Yidong <cyd@stupidchicken.com>
11595
11596 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
11597
5012f24c
DK
115982011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
11599
11600 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
11601 (hs-hide-block-at-point, hs-find-block-beginning)
11602 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
11603 (Bug#8279).
11604
6a639b16
GM
116052011-05-28 Glenn Morris <rgm@gnu.org>
11606
11607 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
11608
d43eaf2c
CY
116092011-05-28 Chong Yidong <cyd@stupidchicken.com>
11610
5199bde1
CY
11611 * help-fns.el (describe-function-1): If the function is a derived
11612 major mode, print the parent mode.
11613
d43eaf2c
CY
11614 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
11615 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
11616
423428a8
SM
116172011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11618
0ff8e1ba 11619 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 11620 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
11621 * progmodes/etags.el (tags-completion-at-point-function):
11622 * info-look.el (info-lookup-completions-at-point): Mark as
11623 non-exclusive.
11624 (info-complete): Adjust accordingly.
11625
423428a8
SM
11626 * info-look.el: Convert to lexical-binding and completion-at-point.
11627 (info-lookup-completions-at-point): New function.
11628 (info-complete): Use it and completion-in-region.
11629
b74aa22b
DA
116302011-05-28 Drew Adams <drew.adams@oracle.com>
11631
11632 * isearch.el: Let M-e start with point at the first mismatched char.
11633 (isearch-fail-pos): New function.
11634 (isearch-edit-string): Use it.
11635
66e2e71d
DK
116362011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
11637
11638 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
11639
b1890b0f 116402011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
11641
11642 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
11643 traversal functions for avl-trees.
11644 (avl-tree--stack): New struct.
11645 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
11646 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
11647 (avl-tree--do-enter): Add optional `updatefun' arg.
11648 Change return value.
eb95d01d 11649 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
11650 (avl-tree--do-delete): Add `test' and `nilflag' args.
11651 Change return value.
eb95d01d
TC
11652 (avl-tree-member): Add optional `nilflag'
11653 (avl-tree-member-p): New function.
11654 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
11655 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
11656 (avl-tree-stack-empty-p): New functions.
11657
3769ddcf
TC
11658 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
11659 avl-tree--del-balance1 and make it work both ways.
11660 (avl-tree--del-balance2): Remove.
11661 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
11662 make it work both ways.
11663 (avl-tree--enter-balance2): Remove.
11664 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
11665 New macros.
11666 (avl-tree--mapc, avl-tree-map): Add direction argument.
11667
eb95d01d 116682011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
11669
11670 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
11671
a9f737ee
CY
116722011-05-27 Chong Yidong <cyd@stupidchicken.com>
11673
11674 * select.el: Support clipboard managers with built-in function
11675 x-clipboard-manager-save, via delete-frame-functions and
11676 kill-emacs-hook.
11677 (xselect-convert-to-targets): Add MULTIPLE target to list.
11678 (xselect-convert-to-save-targets): New function.
11679
c92a1e54
KH
116802011-05-27 Kenichi Handa <handa@m17n.org>
11681
11682 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
11683 let-binding rfc2047-encode-encoded-words to nil.
11684
e145f188
GM
116852011-05-27 Glenn Morris <rgm@gnu.org>
11686
5ec8a862
GM
11687 * mail/emacsbug.el: Don't require url-util.
11688
4b29d9fb
GM
11689 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
11690
e145f188
GM
11691 * files.el (set-auto-mode):
11692 Also respect mode: entries at the end of the file. (Bug#8586)
11693
7d15102b
GM
116942011-05-26 Glenn Morris <rgm@gnu.org>
11695
98f593b8
GM
11696 * files.el (hack-local-variables-prop-line, hack-local-variables):
11697 Downcase mode names, as seems to be traditional.
27b48e63 11698 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 11699
7d15102b
GM
11700 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
11701 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
11702
51d5b4ec
JD
117032011-05-25 Julien Danjou <julien@danjou.info>
11704
11705 * textmodes/rst.el (rst-define-level-faces): Do not define face
11706 symbol if it is already defined.
11707
91513f63
VB
117082011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
11709
11710 * play/5x5.el (5x5-new-game, 5x5-randomize):
11711 Reset 5x5-solver-output to nil when a new grid is cast.
11712 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
11713 these debugging traces, as defmacro breaks the compiled code.
11714
4d90d6d0
DK
117152011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
11716
11717 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
11718
e1b90ef6
LL
117192011-05-24 Leo Liu <sdl.web@gmail.com>
11720
11721 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
11722 (vc-bzr-sha1): Adapt.
11723
d8e4b68b 11724 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
11725
11726 * bindings.el: Provide sha1 feature.
11727
db0406bb 117282011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
11729
11730 * mail/sendmail.el: Require `rfc2047'.
11731 (mail-insert-from-field): Do not perform RFC2047 encoding.
11732 (mail-encode-header): New function.
11733 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
11734 buffer to the return value of select-message-coding-system.
11735 Call mail-encode-header.
b8d747b9
KH
11736
11737 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
11738
db0406bb 117392011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 11740
4d90d6d0
DK
11741 * mail/supercite.el (sc-default-cite-frame):
11742 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 11743
eb8a5e9b
GM
117442011-05-24 Glenn Morris <rgm@gnu.org>
11745
f8630703
GM
11746 * progmodes/python.el (brm-menu): Declare.
11747
8831bbed
GM
11748 * emulation/viper.el (viper-set-hooks): Declare.
11749
eb8a5e9b
GM
11750 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
11751 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
11752 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
11753 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
11754 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
11755 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
11756
a2a25d24
SM
117572011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11758
11759 Add an :exit-function for completion-at-point.
11760
11761 * minibuffer.el (completion--done): New fun.
11762 (completion--do-completion): Use it. New arg `expect-exact'.
11763 (minibuffer-complete, minibuffer-complete-word): Don't output message,
11764 since completion--do-completion does it for us now.
11765 (minibuffer-force-complete): Use completion--done and
11766 completion--replace. Handle sole-completion case with more care.
11767 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
11768 (completion-extra-properties): New var.
11769 (completion-annotate-function): Make obsolete.
11770 (minibuffer-completion-help): Adjust accordingly.
11771 Use completion-list-insert-choice-function.
11772 (completion-at-point, completion-help-at-point):
11773 Bind completion-extra-properties.
11774 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
11775 * simple.el (completion-list-insert-choice-function): New var.
11776 (completion-setup-function): Preserve it.
11777 (choose-completion): Pay attention to it, shuffle the code a bit.
11778 (choose-completion-string): New arg `insert-function'.
11779
11780 * textmodes/bibtex.el: Convert to lexical binding.
11781 (bibtex-mode-map): Use completion-at-point.
11782 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
11783 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
11784 (bibtex-complete): Define as obsolete alias.
11785 (bibtex-complete-internal): Remove.
11786 (bibtex-format-entry): Remove unused sub-group in regexp.
11787 * shell.el (shell--command-completion-data)
11788 (shell-environment-variable-completion):
11789 * pcomplete.el (pcomplete-completions-at-point):
11790 * comint.el (comint--complete-file-name-data): Use :exit-function
11791 instead of completion-table-with-terminator so it also works for
11792 choose-completion.
11793
e44e373d
SM
117942011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11795
4f91a816
SM
11796 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
11797
782fc819
SM
11798 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
11799 (bug#8710).
11800
e44e373d
SM
11801 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
11802
381987c3
KM
118032011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
11804
11805 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
11806 customization variable and implement: If non-nil, auto-fill will
11807 be inhibited while on topic's header line.
11808
b776bc70
VB
118092011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
11810
11811 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 11812 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
11813 always have a solution in grid size = 5 cases.
11814 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
11815 (5x5-solver-output, 5x5-log-buffer): New vars.
11816 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
11817 Make these variables buffer local to achieve 5x5 multi-session-ness.
11818 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
11819 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
11820 (5x5-solve-suggest): New funs.
11821 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
11822 randomize a grid so that we ensure that there is always a solution.
11823 (5x5-make-random-grid): Allow other movement than flipping.
11824
7de88b6e
KR
118252011-05-23 Kevin Ryde <user42@zip.com.au>
11826
11827 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 11828 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
11829 advice and passes PREDICATE.
11830
b1ef1257
SM
118312011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11832
bbca48fe
SM
11833 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
11834 byte-compile-lambda if it's actually a lambda.
11835
b1ef1257
SM
11836 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
11837 Fix function quoting. Use backquote better.
11838
92a9cc65
YS
118392011-05-22 Yuanle Song <sylecn@gmail.com>
11840
11841 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
11842 matching (Bug#8516).
11843
f0fb8059
JA
118442011-01-22 Jari Aalto <jari.aalto@cante.net>
11845
11846 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
11847 different face (Bug#8178).
11848
d5b44c93
CY
118492011-05-22 Chong Yidong <cyd@stupidchicken.com>
11850
11851 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
11852 defface (Bug#8144).
11853
79106a44
SM
118542011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11855
9c848d8a
SM
11856 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
11857 funcall as well (bug#8712). Warn when performing those conversions.
11858 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
11859
79106a44
SM
11860 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
11861
88dfa756
GM
118622011-05-22 Glenn Morris <rgm@gnu.org>
11863
11864 * files.el (hack-local-variables-prop-line): Small simplifications.
11865 (hack-local-variables, hack-local-variables-prop-line):
11866 If MODE-ONLY, return the mode, rather than just `t'.
11867
b7cf2c79
SM
118682011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
11869
11870 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
11871
3f1a8558
GM
118722011-05-21 Glenn Morris <rgm@gnu.org>
11873
7e4ccca3
GM
11874 * files.el (hack-local-variables-prop-line, hack-local-variables):
11875 If only interested in the mode, don't bother doing the other stuff.
11876
637d46ca
GM
11877 * image-mode.el (image-after-revert-hook):
11878 Redraw all frames on which the image is visible. (Bug#8567)
11879
973d955b
GM
11880 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
11881
3f1a8558
GM
11882 * wid-edit.el (widget-checklist-match-inline):
11883 Fix 2011-04-19 change. (Bug#8649)
11884
96479927
SM
118852011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11886
1dcf791f
SM
11887 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
11888 Also allow singlespace after single-letter capitals followed by a dot.
11889
96479927
SM
11890 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
11891 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
11892
35fd0881
N
118932011-05-20 Nix <nix@esperi.org.uk>
11894
11895 * files.el (basic-save-buffer-2):
11896 Fix handling of break-hardlink-on-save with non-existent files.
11897
82745640
DD
118982011-05-19 Deniz Dogan <deniz@dogan.se>
11899
11900 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 11901 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 11902
4a720484
GM
119032011-05-19 Glenn Morris <rgm@gnu.org>
11904
d1f21341
GM
11905 * progmodes/f90.el (f90-type-def-re):
11906 Handle "type, bind(c)". (Bug#8691)
11907
4a720484
GM
11908 * emacs-lisp/autoload.el (batch-update-autoloads):
11909 Set autoload-excludes by parsing loadup.el rather than Makefiles.
11910
2fb0a219
MA
119112011-05-18 Michael Albinus <michael.albinus@gmx.de>
11912
11913 * net/tramp.el (tramp-process-actions): Set "first-password-request"
11914 property for the correct connection in case of multihops.
11915
e565dd37
GM
119162011-05-18 Glenn Morris <rgm@gnu.org>
11917
c2571358 11918 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
11919 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
11920
e565dd37
GM
11921 Rationalize calendar handling of day and month abbrev-arrays.
11922 * calendar/calendar.el (calendar-customized-p): New function.
11923 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
11924 (calendar-day-name-array, calendar-month-name-array): Doc fix.
11925 Add :set function.
11926 (calendar-abbrev-length, calendar-day-abbrev-array)
11927 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
11928 (calendar-day-abbrev-array, calendar-month-abbrev-array):
11929 Elements may no longer be nil.
11930 (calendar-day-name, calendar-month-name):
11931 Update for changed nature of abbrev arrays.
11932 * calendar/diary-lib.el (diary-name-pattern):
11933 Update for changed nature of abbrev arrays.
11934 (diary-mark-entries-1): Update calendar-make-alist calls.
11935 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
11936 * calendar/cal-html.el (cal-html-day-abbrev-array):
11937 Simply inherit from calendar-day-abbrev-array.
11938
1d99a745
SM
119392011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11940
11941 * progmodes/grep.el (grep-mode): Disable default
11942 compilation-directory-matcher setting (bug#8684).
11943
7c1d9aa0
MA
119442011-05-17 Michael Albinus <michael.albinus@gmx.de>
11945
11946 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
11947 instead of "head" and "tail". There were problems with SunOS 5.9,
11948 and it performs better.
11949
3952e9d8
GM
119502011-05-17 Glenn Morris <rgm@gnu.org>
11951
2dd12e7f
GM
11952 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
11953
e4157b9c
GM
11954 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
11955 Replace obsolete function.
11956
8e249bbd
GM
11957 * shell.el (pcomplete-parse-arguments-function): Declare.
11958
3952e9d8
GM
11959 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
11960 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
11961 (appt-check): Doc fixes.
11962 (appt-disp-window-function, appt-delete-window-function):
11963 Remove needless special case in custom :type.
11964 (appt-display-count): Default to 0, not nil.
11965 (appt-check): Reset appt-display-count to 0, not nil.
11966
c71a0d48 119672011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 11968
c71a0d48
GM
11969 * progmodes/python.el (python-font-lock-keywords):
11970 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 11971
31d55be9
SM
119722011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11973
11974 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
11975
3bfacb2f
KR
119762011-05-16 Kevin Ryde <user42@zip.com.au>
11977
11978 * info-look.el (makefile-automake-mode): New setups, looking in
11979 automake manual, then makefile-mode.
11980 (makefile-mode): Remove automake manual, have it just in
11981 makefile-automake-mode since there's various things different or
11982 not relevant to plain make.
11983 (makefile-mode): Remove "other-modes" non-existent automake-mode,
11984 believe a hypothetical automake-mode would go to makefile-mode,
11985 not the other way around.
11986
c8e83751
CY
119872011-05-15 Chong Yidong <cyd@stupidchicken.com>
11988
5e9e35cd
CY
11989 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
11990 hunk-end tags (Bug#8672).
11991
c8e83751
CY
11992 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
11993 vc-annotate-show-diff-revision-at-line (Bug#8671).
11994
50b23e5a
GM
119952011-05-14 Glenn Morris <rgm@gnu.org>
11996
7210a739
GM
11997 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
11998 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
11999 (change-log-font-lock-keywords): Also handle multiple author lines
12000 with leading tabs. (Bug#8644)
7210a739 12001
4691905a
GM
12002 * calendar/appt.el (appt-check): Rename some local variables.
12003 Some simplification/reordering.
12004
50b23e5a
GM
12005 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
12006 (feedmail-sendmail-f-doesnt-sell-me-out)
12007 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
12008 (feedmail-debug-sit-for, feedmail-queue-express-hook)
12009 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
12010 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
12011 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
12012 (feedmail-binmail-gnulinuxish-template):
12013 Rename from feedmail-binmail-linuxish-template.
12014 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
12015 Use insert-buffer-substring.
12016
215cda7c
BC
120172011-05-14 Bill Carpenter <bill@carpenter.org>
12018
12019 * mail/feedmail.el (feedmail-patch-level): Increase.
12020 (feedmail-debug): New custom group.
12021 (feedmail-confirm-outgoing-timeout)
12022 (feedmail-sendmail-f-doesnt-sell-me-out)
12023 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
12024 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
12025 (feedmail-sender-line, feedmail-from-line)
12026 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 12027 (feedmail-spray-this-address)
215cda7c
BC
12028 (feedmail-spray-address-fiddle-plex-list)
12029 (feedmail-queue-use-send-time-for-date)
12030 (feedmail-queue-use-send-time-for-message-id)
12031 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
12032 (feedmail-buffer-eating-function):
12033 Doc fixes.
12034 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
12035 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
12036 (feedmail-message-action-scroll-down): New functions.
12037 (feedmail-queue-directory, feedmail-queue-draft-directory):
12038 Use expand-file-name.
12039 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
12040 Remove C-v help entry.
12041 (feedmail-queue-buffer-file-name): New variable.
12042 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
12043 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
12044 (feedmail-message-action-send-strong, feedmail-message-action-edit)
12045 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
12046 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
12047 (feedmail-message-action-toggle-spray)
12048 (feedmail-run-the-queue-no-prompts)
12049 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
12050 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
12051 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
12052 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
12053 (feedmail-envelope-deducer, feedmail-fiddle-from)
12054 (feedmail-fiddle-sender, feedmail-default-date-generator)
12055 (feedmail-fiddle-date, feedmail-fiddle-message-id)
12056 (feedmail-fiddle-spray-address)
12057 (feedmail-fiddle-list-of-spray-fiddle-plexes)
12058 (feedmail-fiddle-list-of-fiddle-plexes)
12059 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
12060 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
12061 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
12062 Change default. Doc fix.
12063 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
12064 (feedmail-binmail-linuxish-template): New constant.
12065 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
12066 Respect feedmail-sendmail-f-doesnt-sell-me-out.
12067 (feedmail-send-it): Add debug call.
12068 Use feedmail-queue-buffer-file-name, and
12069 feedmail-send-it-immediately-wrapper.
12070 (feedmail-message-action-send): Add debug call.
12071 Use feedmail-send-it-immediately-wrapper.
12072 (feedmail-queue-express-to-queue): Add debug call.
12073 Run feedmail-queue-express-hook.
12074 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
12075 (feedmail-message-action-help-blat):
12076 Rename from feedmail-queue-send-edit-prompt-help-first.
12077 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
12078 Check line-endings. Handle errors better.
12079 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
12080 Doc fix. Add debug call.
12081 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
12082 Use feedmail-queue-send-edit-prompt-inner.
12083 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
12084 (feedmail-queue-send-edit-prompt-inner): New function, extracted
12085 from feedmail-queue-send-edit-prompt.
12086 (feedmail-queue-send-edit-prompt-help)
12087 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
12088 (feedmail-tidy-up-slug): Add debug call.
12089 Respect feedmail-queue-slug-suspect-regexp.
12090 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
12091 (feedmail-dump-message-to-queue): Add debug call.
12092 Expand queue-directory.
12093 (feedmail-dump-message-to-queue): Change message slightly.
12094 Use feedmail-say-chatter.
12095 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
12096 (feedmail-send-it-immediately-wrapper): New function.
12097 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
12098 Insert empty string rather than newline. Handle full-frame case.
12099 Use catch/throw. Use feedmail-say-chatter.
12100 (feedmail-fiddle-from): Try mail-host-address.
12101 (feedmail-default-message-id-generator): Doc fix.
12102 Bind system-time-locale. Handle missing end.
12103 (feedmail-fiddle-x-mailer): Add debug call.
12104 Handle feedmail-x-mailer-line being nil.
12105 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
12106 Add debug call. Use buffer-substring-no-properties.
12107 (feedmail-say-debug, feedmail-say-chatter): New functions.
12108 (feedmail-find-eoh): Give an explicit error.
12109
42c7e61e
UJ
121102011-05-13 Ulf Jasper <ulf.jasper@web.de>
12111
c2571358 12112 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 12113 family from helvetica to sans.
c2571358 12114 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
12115 etc/images/newsticker.
12116
c2571358 12117 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
12118 family from helvetica to sans.
12119
12120 * net/newst-plainview.el (newsticker-new-item-face)
12121 (newsticker-old-item-face, newsticker-immortal-item-face)
12122 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 12123 (newsticker-statistics-face): Change default family from
42c7e61e 12124 helvetica to sans.
c2571358 12125 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
12126 etc/images/newsticker.
12127
5d3385a0
JB
12128 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
12129 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
12130 auto-marking.
12131
8497a297
DV
121322011-05-13 Didier Verna <didier@xemacs.org>
12133
12134 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
12135 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
12136 TODO entries.
8497a297
DV
12137 (lisp-lambda-list-keyword-parameter-indentation)
12138 (lisp-lambda-list-keyword-parameter-alignment)
12139 (lisp-lambda-list-keyword-alignment): New customizable user options.
12140 (lisp-indent-defun-method): Improve docstring.
12141 (extended-loop-p): Fix comment.
12142 (lisp-indent-lambda-list-keywords-regexp): New variable.
12143 (lisp-indent-lambda-list): New function.
12144 (lisp-indent-259): Use it.
12145 (lisp-indent-defmethod): Support for more than one
12146 method qualifier and properly indent methods lambda-lists.
12147 (defgeneric): Provide a missing common-lisp-indent-function property.
12148
f278f87f
SM
121492011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12150
12151 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
12152 bounds for the empty string (bug#8667).
12153
5233edd7
GM
121542011-05-13 Glenn Morris <rgm@gnu.org>
12155
5237a44f
GM
12156 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
12157
8340026c 12158 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 12159 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 12160
5233edd7 12161 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 12162 (appt-time-msg-list): Doc fix.
a5464014 12163 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 12164
92d10796
AS
121652011-05-12 Andreas Schwab <schwab@linux-m68k.org>
12166
12167 * progmodes/ld-script.el (ld-script-keywords)
12168 (ld-script-builtins): Update keywords list.
12169
914a0ae1
SM
121702011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
12171
c89be45f
SM
12172 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
12173
914a0ae1
SM
12174 * shell.el (shell-completion-vars): New function.
12175 (shell-mode):
12176 * simple.el (read-shell-command): Use it.
12177 (blink-matching-open): No need for " [...]" in minibuffer-message.
12178
98dc3df3
GM
121792011-05-12 Glenn Morris <rgm@gnu.org>
12180
12181 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
12182 (appt-check): Simplify.
12183
d2fc7e3d 121842011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 12185
4d61f28d 12186 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
12187 literal "/dev/null".
12188
d2fc7e3d 121892011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
12190
12191 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
12192 Fix typo.
12193
d2fc7e3d 121942011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 12195
3f254caa
SM
12196 * progmodes/which-func.el (which-function):
12197 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
12198 which might not be defined (Bug#8260).
12199
d45885f7
GM
122002011-05-12 Glenn Morris <rgm@gnu.org>
12201
12202 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
12203 Let byte-compile-initial-macro-environment always take precedence.
12204
488086f4
SM
122052011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
12206
12207 * net/rcirc.el: Add support for SSL/TLS connections.
12208 (rcirc-server-alist): New field `encryption'.
12209 (rcirc): Check `encryption' settings.
12210 (rcirc-connect): New arg `encryption'. Use open-network-stream.
12211 Merge make-local-variable into `set'.
12212 (rcirc--connection-open-p): New function.
12213 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
12214 the process is not a network process (e.g. running gnutls-cli).
12215 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
12216 Make rcirc-(en|de)code-coding-system local here.
12217 (rcirc-mode): Merge make-local-variable into `set'.
12218 (rcirc-parent-buffer): Make permanent buffer-local.
12219 (rcirc-multiline-minor-mode): Don't do it here.
12220 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
12221 there's no server buffer.
12222
7d3b9d44
GM
122232011-05-11 Glenn Morris <rgm@gnu.org>
12224
f64049c6
GM
12225 * newcomment.el (comment-kill): Prefix "unused" local.
12226
93c9df73
GM
12227 * term/w32console.el (get-screen-color): Declare.
12228
7d3b9d44
GM
12229 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
12230 Handle symbol elements of byte-compile-initial-macro-environment.
12231
9e2dd53f
LL
122322011-05-10 Leo Liu <sdl.web@gmail.com>
12233
488086f4
SM
12234 * bookmark.el (bookmark-bmenu-mode-map):
12235 Bind bookmark-bmenu-search to `/'.
8b340240 12236
9e2dd53f 12237 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
12238 (footnote-unicode-string, footnote-unicode-regexp): New variable.
12239 (Footnote-unicode): New function.
12240 (footnote-style-alist): Add unicode style to the list.
12241 (footnote-style): Doc fix.
9e2dd53f 12242
79b70037
GM
122432011-05-10 Jim Meyering <meyering@redhat.com>
12244
12245 Fix doubled-word typos.
12246 * international/quail.el (quail-insert-kbd-layout): and and -> and
12247 * kermit.el: and and -> and
12248 * net/ldap.el (ldap-search-internal): to to -> to
12249 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
12250 * progmodes/js.el (js-mode): and and -> and
12251 * textmodes/artist.el (artist-move-to-xy): at at -> at
12252 (artist-draw-region-trim-line-endings): if if -> if
12253 And Safetyc -> Safety.
12254 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
12255
b8f82dc1 122562011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 12257 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
12258
12259 * files.el (hack-one-local-variable-eval-safep):
12260 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
12261
4f99f44b
GM
122622011-05-10 Glenn Morris <rgm@gnu.org>
12263
12264 * calendar/diary-lib.el (diary-list-entries-hook)
12265 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
12266 (diary-nongregorian-marking-hook, diary-list-entries)
12267 (diary-include-other-diary-files, diary-mark-entries)
12268 (diary-mark-included-diary-files): Doc fixes.
12269
84f29e6b
JB
122702011-05-09 Juanma Barranquero <lekktu@gmail.com>
12271
12272 * misc.el: Require tabulated-list.el during compilation.
12273
9bedd73a
CY
122742011-05-09 Chong Yidong <cyd@stupidchicken.com>
12275
488086f4
SM
12276 * progmodes/compile.el (compilation-start):
12277 Run compilation-filter-hook for the async case too.
9bedd73a
CY
12278 (compilation-filter-hook): Doc fix.
12279
797c735c
DD
122802011-05-09 Deniz Dogan <deniz@dogan.se>
12281
12282 * wdired.el: Remove outdated installation comment. Fix usage
12283 comment.
12284
5f4b1dfe
JB
122852011-05-09 Juanma Barranquero <lekktu@gmail.com>
12286
12287 * misc.el: Implement new command `list-dynamic-libraries'.
12288 (list-dynamic-libraries--loaded-only-p): New variable.
12289 (list-dynamic-libraries--refresh): New function.
12290 (list-dynamic-libraries): New command.
12291
4c44026c
CY
122922011-05-09 Chong Yidong <cyd@stupidchicken.com>
12293
488086f4
SM
12294 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12295 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
12296 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
12297 higher priority to avoid clobbering by gnu.
12298
027f966d
CY
122992011-05-08 Chong Yidong <cyd@stupidchicken.com>
12300
12301 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
12302 if the face has existing theme settings (Bug#8454).
12303
085f5d7d
CY
123042011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
12305
488086f4
SM
12306 * progmodes/perl-mode.el (perl-imenu-generic-expression):
12307 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 12308
2a86a00c
RS
12309 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
12310 special file names `.' and `..' (Bug#8259).
12311
d9c54a06
CY
123122011-05-08 Chong Yidong <cyd@stupidchicken.com>
12313
488086f4
SM
12314 * progmodes/grep.el (grep-mode-font-lock-keywords):
12315 Remove buffer-changing entries.
d9c54a06
CY
12316 (grep-filter): New function.
12317 (grep-mode): Add it to compilation-filter-hook.
12318
12319 * progmodes/compile.el (compilation-filter-hook)
12320 (compilation-filter-start): New defvars.
12321 (compilation-filter): Call compilation-filter-hook prior to
12322 updating the process mark.
12323
c4662635
SM
123242011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12325
12326 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
12327
b0512a1d
EZ
123282011-05-07 Eli Zaretskii <eliz@gnu.org>
12329
605c9376
EZ
12330 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
12331 mailclient-send-it even if window-system is nil. (Bug#8595)
12332
c4662635
SM
12333 * term/w32console.el (terminal-init-w32console):
12334 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
12335 background-mode. (Bug#8597)
12336
d1dc2cc2
SM
123372011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12338
12339 Make bytecomp.el understand that defmethod defines funs (bug#8631).
12340 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
12341 New functions.
12342 (defgeneric, eieio--defmethod): Use them.
12343 (eieio-defgeneric): Remove.
12344 (defmethod): Call defgeneric in a way visible to the byte-compiler.
12345
915d1300
GM
123462011-05-07 Glenn Morris <rgm@gnu.org>
12347
a3961c3e
GM
12348 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
12349 Use let rather than let*.
12350 (timeclock-find-discrep): Remove unused local.
12351
314347b9
GM
12352 * calendar/diary-lib.el (diary-comment-start): Doc fix.
12353
915d1300
GM
12354 * calendar/appt.el (appt-time-msg-list): Doc fix.
12355
275b59b0
NF
123562011-05-06 Noah Friedman <friedman@splode.com>
12357
12358 * apropos.el (apropos-print-doc): Only use
12359 emacs-lisp-docstring-fill-column when it is bound to an integer,
12360 per that variable's documentation.
12361
6c19f744
SM
123622011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12363
12364 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 12365 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 12366
60f884b2
GM
123672011-05-06 Glenn Morris <rgm@gnu.org>
12368
5006e634
GM
12369 * calendar/appt.el (appt-message-warning-time): Doc fix.
12370 (appt-warning-time-regexp): New option.
12371 (appt-make-list): Respect appt-message-warning-time.
12372
548d0a63
GM
12373 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
12374 New options.
12375 (diary-add-to-list): Strip comments from the displayed string.
12376 (diary-mode): Set comment-start and comment-end.
12377
60f884b2
GM
12378 * vc/diff-mode.el (smerge-refine-subst): Declare.
12379 (diff-refine-hunk): Don't require smerge-mode when compiling.
12380
989681bb
JB
123812011-05-06 Juanma Barranquero <lekktu@gmail.com>
12382
12383 * simple.el (list-processes): Return nil as the docstring says.
12384
a6bc05e1
MA
123852011-05-05 Michael Albinus <michael.albinus@gmx.de>
12386
12387 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
12388 to "".
12389 (ange-ftp-write-region, ange-ftp-insert-file-contents)
12390 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
12391 determining of binary transfer. (Bug#7383)
12392
23c22e9a
MA
123932011-05-05 Michael Albinus <michael.albinus@gmx.de>
12394
c4662635
SM
12395 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
12396 Fix port computation bug. (Bug#8618)
23c22e9a 12397
0bff894f
GM
123982011-05-05 Glenn Morris <rgm@gnu.org>
12399
b8296902
GM
12400 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
12401
1f522ce8
GM
12402 * simple.el (shell-dynamic-complete-functions)
12403 (comint-dynamic-complete-functions): Declare.
12404
cf5bee67
GM
12405 * net/network-stream.el (gnutls-negotiate):
12406 * simple.el (tabulated-list-print): Fix declarations.
12407
12408 * progmodes/gud.el (syntax-symbol, syntax-point):
12409 Remove unnecessary and incorrect declarations.
12410
0bff894f
GM
12411 * emacs-lisp/check-declare.el (check-declare-scan):
12412 Handle byte-compile-initial-macro-environment in bytecomp.el
12413
9869b3ae
SM
124142011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12415
12416 Fix earlier half-done eieio-defmethod change (bug#8338).
12417 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
12418 Streamline and change calling convention.
12419 (defmethod): Adjust accordingly and simplify.
12420 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
12421 new eieio--defmethod.
12422 (slot-boundp): Minor CSE simplification.
12423
9c1d5ac5
MZ
124242011-05-05 Milan Zamazal <pdm@zamazal.org>
12425
12426 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
12427 (glasses-make-readable): Use glasses-separate-capital-groups.
12428
455c834e
JB
124292011-05-05 Juanma Barranquero <lekktu@gmail.com>
12430
12431 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
12432 (warning-series): Doc fix.
12433 (display-warning): Don't try to create the buffer if we just found it.
12434
9ed7c8cb
CY
124352011-05-04 Chong Yidong <cyd@stupidchicken.com>
12436
12437 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
12438 (autoload-find-generated-file): New function.
12439 (generate-file-autoloads): Bind generated-autoload-file to
12440 buffer-file-name.
9869b3ae
SM
12441 (update-file-autoloads, update-directory-autoloads):
12442 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
12443 output file (Bug#7989).
12444 (batch-update-autoloads): Doc fix.
12445
0898ca10
JB
124462011-05-04 Juanma Barranquero <lekktu@gmail.com>
12447
12448 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
12449
31dfb76c
GM
124502011-05-04 Glenn Morris <rgm@gnu.org>
12451
f330b642
GM
12452 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
12453 function, so it follows changes in calendar-date-style.
12454 (diary-fancy-date-matcher): New function.
12455 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
12456 (diary-fancy-font-lock-fontify-region-function):
12457 Use diary-fancy-date-pattern as a function.
12458
31dfb76c
GM
12459 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
12460 non-numbers for `year' etc pseudo-variables. (Bug#8583)
12461
48e79d6a
TZ
124622011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
12463
12464 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
12465 instead of positional arguments. Allow :keylist and :crlfiles
12466 arguments.
12467 (open-gnutls-stream): Call it.
12468
12469 * net/network-stream.el (network-stream-open-starttls): Adjust to
12470 call `gnutls-negotiate' with :process and :hostname arguments.
12471
dd5a5ee0
SM
124722011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12473
ef80fc09
SM
12474 * minibuffer.el (completion--message): New function.
12475 (completion--do-completion, minibuffer-complete)
12476 (minibuffer-force-complete, minibuffer-complete-word): Use it.
12477 (completion--do-completion): Don't ignore completion-auto-help when in
12478 icomplete-mode.
12479
dd5a5ee0
SM
12480 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
12481 internal encoding (e.g. tibetan zero is not whitespace).
12482 (global-whitespace-mode): Prefer save-current-buffer.
12483 (whitespace-trailing-regexp): Remove useless save-match-data.
12484 (whitespace-empty-at-bob-regexp): Minor simplification.
12485
b7d22a83
CY
124862011-05-03 Chong Yidong <cyd@stupidchicken.com>
12487
12488 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
12489
5192af46
AM
124902011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12491
12492 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 12493 Use `concat' to create string for insertion.
5192af46 12494
5767d190
SM
124952011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12496
12497 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
12498 Avoid open-line which runs post-self-insert-hook.
12499 (bibtex-fill-entry): Remove unused `end' var.
12500
bf242939
AM
125012011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
12502
5767d190
SM
12503 * textmodes/ispell.el (ispell-add-per-file-word-list):
12504 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 12505
25666126
LL
125062011-05-03 Leo Liu <sdl.web@gmail.com>
12507
12508 * isearch.el (isearch-yank-pop): New command.
5767d190 12509 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
12510 (isearch-forward): Mention it.
12511
52d3c2d0
SM
125122011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12513
1bcace58
SM
12514 * simple.el (minibuffer-complete-shell-command): Remove.
12515 (minibuffer-local-shell-command-map): Use completion-at-point.
12516 (read-shell-command): Setup completion vars here instead.
12517 (read-expression-map): Bind TAB to symbol completion.
12518
52d3c2d0
SM
12519 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
12520 error directly rather via storing it into `results'.
12521
35813471
LL
125222011-05-02 Leo Liu <sdl.web@gmail.com>
12523
12524 * vc/diff.el: Fix description.
12525
e793a940
LMI
125262011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12527
12528 * server.el (server-eval-at): New function.
12529
8de66e05
LMI
125302011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12531
12532 * net/network-stream.el (open-network-stream): Take a :nowait
12533 parameter and pass it on to `make-network-process'.
12534 (network-stream-open-plain): Ditto.
12535
dcb79f20
AS
125362011-04-30 Andreas Schwab <schwab@linux-m68k.org>
12537
12538 * faces.el (face-spec-set-match-display): Don't match toolkit
12539 options on terminal frames.
12540
14a7fbd8
SM
125412011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12542
7eabc1be
SM
12543 * progmodes/pascal.el: Use lexical binding.
12544 (pascal-mode-map): Remove author preferences.
12545
14a7fbd8
SM
12546 * pcomplete.el (pcomplete-std-complete): Don't abuse
12547 completion-at-point.
12548
50f84510
JB
125492011-04-28 Juanma Barranquero <lekktu@gmail.com>
12550
6e087a44
JB
12551 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
12552 removing code that has been dead since 1991 or so.
12553
50f84510
JB
12554 * startup.el (command-line): When warning about "_emacs", use a
12555 delayed warning to allow the user to filter it out.
12556
0ba690bd
DD
125572011-04-28 Deniz Dogan <deniz@dogan.se>
12558
12559 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
12560 user has not joined.
12561
08abfaad
SM
125622011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
12563
12564 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
12565 aren't any completions at point.
12566
638f053a
JB
125672011-04-28 Juanma Barranquero <lekktu@gmail.com>
12568
12569 * subr.el (display-delayed-warnings): New function.
12570 (delayed-warnings-hook): New variable.
12571
8fff8daa
SM
125722011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
12573
08abfaad
SM
12574 * minibuffer.el (completion-at-point, completion-help-at-point):
12575 Don't presume that a given completion-at-point-function will always
12576 use the same calling convention.
12577
8fff8daa
SM
12578 * pcomplete.el (pcomplete-completions-at-point):
12579 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
12580 pcomplete-seen is non-nil.
12581 (pcomplete-comint-setup): Also recognize the new comint/shell
12582 completion functions.
12583 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
12584 pcomplete-seen is non-nil.
12585
841a1577 125862011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 12587
841a1577 12588 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 12589 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 12590 the first character in the entry. This allows for code to add its
211ec907
UJ
12591 own uid to the entry.
12592 (icalendar--convert-float-to-ical): Add export of
12593 `diary-float'-entries save for those with the optional DAY
12594 argument.
12595
2a782793
DC
125962011-04-27 Daniel Colascione <dan.colascione@gmail.com>
12597
12598 * subr.el (shell-quote-argument): Use alternate escaping strategy
12599 when we spot a variable reference in a string.
12600
0438ce91
DC
126012011-04-26 Daniel Colascione <dan.colascione@gmail.com>
12602
12603 * cus-start.el (all): Define customization for debug-on-event.
12604
841a1577 126052011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
12606
12607 * subr.el (shell-quote-argument): Escape correctly under Windows.
12608
d090ed6c
SM
126092011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12610
12611 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
12612
bfd31217
MA
126132011-04-25 Michael Albinus <michael.albinus@gmx.de>
12614
d090ed6c
SM
12615 * net/tramp.el (tramp-process-actions): Add POS argument.
12616 Delete region between POS and (pos).
bfd31217 12617
d090ed6c
SM
12618 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
12619 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
12620 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
12621
12622 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
12623 position in `tramp-process-actions' call.
12624
12625 * net/trampver.el: Update release number.
12626
e92f3bd3
SM
126272011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12628
850256b5
SM
12629 * custom.el (defcustom): Obey lexical-binding.
12630
e92f3bd3
SM
12631 Fix octave-inf completion problems reported by Alexander Klimov.
12632 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
12633 Inherit from octave-mode-syntax-table.
12634 (inferior-octave-mode): Set info-lookup-mode.
12635 (inferior-octave-completion-at-point): New function.
12636 (inferior-octave-complete): Use it and completion-in-region.
12637 (inferior-octave-dynamic-complete-functions): Use it as well, and use
12638 comint-filename-completion.
12639 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
12640 symbol elements which shouldn't be word elements.
12641 (octave-font-lock-keywords, octave-beginning-of-defun)
12642 (octave-function-header-regexp): Adjust regexps accordingly.
12643 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
12644
cd22b309
JB
126452011-04-25 Juanma Barranquero <lekktu@gmail.com>
12646
12647 * net/gnutls.el (gnutls-errorp): Declare before first use.
12648
8b492194
TZ
126492011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
12650
12651 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
12652 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 12653 default trustfile exists before going to use it. Add missing
5a5fa834 12654 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
12655 Reported by Claudio Bley <claudio.bley@gmail.com>.
12656 (open-gnutls-stream): Add usage example.
12657
12658 * net/network-stream.el (network-stream-open-starttls): Give host
12659 parameter to `gnutls-negotiate'.
12660 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 12661 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 12662
841a1577 126632011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 12664
cd22b309
JB
12665 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
12666 Use correct match group (bug#8438).
05842630 12667
3ba7869c
CY
126682011-04-24 Chong Yidong <cyd@stupidchicken.com>
12669
512e3ae1
CY
12670 * emacs-lisp/package.el (package-built-in-p): Fix typo.
12671 (package-menu--generate): New arg specifying packages to show.
12672 (package-menu-refresh, package-menu-execute, list-packages):
12673 Callers changed.
12674 (package-show-package-list): New function, replacing deleted
12675 package--list-packages (renamed because it is non-internal).
12676
12677 * finder.el (finder-list-matches): Use package-show-package-list
12678 instead of deleted package--list-packages.
12679
e92f3bd3
SM
12680 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
12681 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
12682 (vc-annotate-mode-map): Bind it to RET.
12683
7031be6d
UR
126842011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
12685
12686 * progmodes/etags.el (next-file): Don't use set-buffer to change
12687 buffers (Bug#8478).
12688
4ef177aa
CY
126892011-04-24 Chong Yidong <cyd@stupidchicken.com>
12690
c8d173eb
CY
12691 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
12692
4ef177aa
CY
12693 * apropos.el (apropos-label-face): Avoid variable-pitch face.
12694 (apropos-accumulator): Doc fix.
12695 (apropos-function, apropos-macro, apropos-command)
12696 (apropos-variable, apropos-face, apropos-group, apropos-widget)
12697 (apropos-plist): Add face property.
12698 (apropos-symbols-internal): Fix indentation.
12699 (apropos-print): Simplify help, and recognize apropos-multi-type.
12700 (apropos-print-doc): Use button-type-get to extract the button's
12701 face property. Fill docstring (Bug#8352).
12702
4ffd0d6b 127032011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
12704
12705 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
12706
c6c32125 12707 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 12708 (mpuz-mode-map): Use mapc.
c6c32125
JB
12709 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
12710 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
12711 Fix typos in docstrings.
12712
58d468b4
JB
12713 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
12714 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
12715
6470c3c6
JB
12716 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
12717
4ffd0d6b 127182011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
12719
12720 * minibuffer.el (completion--do-completion): Avoid the "Next char
12721 not unique" prompt if icomplete-mode is enabled (Bug#5849).
12722
3ad8bad0
CY
12723 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
12724 mouse-2 into unread-command-events, it is interpreted correctly.
12725
71d73c9c 12726 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 12727 (image-toggle-display): Doc fix.
71d73c9c 12728
841a1577 127292011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 12730
4ffd0d6b
GM
12731 * textmodes/page.el (what-page): Use line-number-at-pos to
12732 calculate line number (Bug#6825).
6e1dbaa9 12733
c2fb1b60
JB
127342011-04-22 Juanma Barranquero <lekktu@gmail.com>
12735
12736 * eshell/esh-mode.el (find-tag-interactive): Declare function.
12737 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
12738 Pass argument NO-DEFAULT to `find-tag-interactive'.
12739
e02f48d7
JB
127402011-04-22 Juanma Barranquero <lekktu@gmail.com>
12741
12742 Lexical-binding cleanup.
12743
12744 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
12745 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
12746 * progmodes/ada-prj.el (ada-prj-initialize-values)
12747 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
12748 (ada-prj-show-value):
12749 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
12750 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
12751 (antlr-invalidate-context-cache, antlr-options-menu-filter)
12752 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
12753 * progmodes/bug-reference.el (bug-reference-push-button):
12754 * progmodes/fortran.el (fortran-line-length):
12755 * progmodes/glasses.el (glasses-change):
12756 * progmodes/octave-mod.el (octave-fill-paragraph):
12757 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
12758 (python-pdbtrack-grub-for-buffer, python-sentinel):
12759 * progmodes/sql.el (sql-save-connection):
12760 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
12761 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
12762 Mark unused parameters.
12763
12764 * progmodes/compile.el (compilation--flush-directory-cache)
12765 (compilation--flush-parse, compile-internal): Mark unused parameters.
12766 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
12767 (compilation-next-error-function): Remove unused variable `timestamp'.
12768
12769 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
12770 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
12771
12772 * progmodes/dcl-mode.el (dcl-end-of-command):
12773 Remove unused variable `start'.
12774 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
12775 (dcl-option-value-basic, dcl-option-value-offset)
12776 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
12777 Mark unused parameters.
12778 (dcl-save-local-variable): Remove unused variable `val'.
12779 (mode): Declare.
12780
12781 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
12782 Mark unused parameters.
12783 (delphi-ignore-changes): Move before first use.
12784 (delphi-charset-token-at): Remove unused variable `start'.
12785 (delphi-else-start): Remove unused variable `if-count'.
12786 (delphi-comment-block-start, delphi-comment-block-end):
12787 Remove unused variable `kind'.
12788 (delphi-indent-line): Remove unused variable `new-point'.
12789
12790 * progmodes/ebrowse.el (ebrowse-files-list)
12791 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
12792 Mark unused parameters. Don't quote `lambda'.
12793 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
12794 Don't quote `lambda'.
12795 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
12796 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
12797 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
12798 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
12799 Use `ignore-errors'.
12800 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
12801 (ebrowse-view/find-file-and-search-pattern)
12802 (ebrowse-view/find-member-declaration/definition):
12803 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
12804 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
12805 Rename parameter PREFIX-ARG to PREFIX.
12806 (ebrowse-tags-read-name): Remove unused variables `start' and
12807 `member-info'.
12808 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
12809 to `tags-file'.
12810
12811 * progmodes/etags.el (local-find-tag-hook): Declare.
12812 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
12813 Mark unused parameters.
12814
12815 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
12816 (executable-interpret): Mark unused parameter.
12817
12818 * progmodes/flymake.el (flymake-process-sentinel)
12819 (flymake-after-change-function)
12820 (flymake-create-temp-with-folder-structure)
12821 (flymake-get-include-dirs-dot): Mark unused parameters.
12822 (flymake-safe-delete-directory): Remove unused variable `err'.
12823
12824 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
12825 (speedbar-timer-fn, speedbar-line-text)
12826 (speedbar-change-expand-button-char, speedbar-delete-subblock)
12827 (speedbar-center-buffer-smartly): Declare functions.
12828 (gdb-find-watch-expression): Remove unused variable `array'.
12829 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
12830 (gdb-starting): Mark unused parameters.
12831 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
12832 (gdb-table-string): Remove unused variable `res'.
12833 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
12834 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
12835 (gdb-display-buffer): Remove unused variable `cur-size'.
12836
12837 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
12838 allow lexical-binding compilation.
12839 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
12840 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
12841 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
12842 Mark unused parameters.
12843 (gud-gdb-marker-filter): Remove unused variable `match'.
12844 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
12845 lambda expressions and funcall them, instead of using `fset'.
12846
12847 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
12848 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
12849
12850 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
12851 variable `header-beg'; use `let'.
12852
12853 * progmodes/icon.el (indent-icon-exp): Remove unused variables
12854 `restart', `last-sexp' and `at-do'.
12855
12856 * progmodes/js.el (js--debug): Mark unused parameter.
12857 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
12858 (js--splice-into-items): Remove unused variable `item'.
12859 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
12860
12861 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
12862 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
12863 (makefile-complete): Remove unused variable `try'.
12864 (makefile-fill-paragraph, makefile-match-function-end):
12865 Mark unused parameters.
12866
12867 * progmodes/octave-inf.el (inferior-octave-complete):
12868 Remove unused variable `proc'.
12869 (inferior-octave-output-digest): Mark unused parameter.
12870
12871 * progmodes/perl-mode.el (perl-calculate-indent):
12872 Remove unused variable `err'.
12873
12874 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
12875 (prolog-indent-line): Mark unused parameters.
12876 (prolog-indent-line): Remove unused variable `beg'.
12877
12878 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
12879 (reporter-dont-compact-list): Declare.
12880
12881 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
12882 Remove unused variable `char'.
12883 (sh-debug): Mark unused parameter.
12884 (sh-get-indent-info): Remove unused variable `start'.
12885 (sh-calculate-indent): Remove unused variable `var'.
12886
12887 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
12888 (simula-electric-keyword): Remove unused variable `null'.
12889 (simula-search-backward, simula-search-forward): Remove unused
12890 variables `begin' and `end'.
12891
12892 * progmodes/vera-mode.el (vera-guess-basic-syntax):
12893 Remove unused variable `pos'.
12894 (vera-electric-tab, vera-comment-uncomment-region):
12895 Mark unused parameters.
12896 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
12897
7ede3b65
CY
128982011-04-22 Chong Yidong <cyd@stupidchicken.com>
12899
12900 * emacs-lisp/package.el (package--builtins, package-alist)
12901 (package-load-descriptor, package-built-in-p, package-activate)
12902 (define-package, package-installed-p)
12903 (package-compute-transaction, package-buffer-info)
12904 (package--push): Doc fix. Distinguish more clearly between
12905 version strings and version lists.
12906
121656e9
JB
129072011-04-21 Juanma Barranquero <lekktu@gmail.com>
12908
12909 Lexical-binding cleanup.
12910
12911 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
12912 (5x5-make-mutate-best):
12913 * play/fortune.el (fortune-in-buffer):
12914 * play/gomoku.el (gomoku-init-display):
12915 * play/solitaire.el (solitaire, solitaire-do-check):
12916 * play/tetris.el (tetris-default-update-speed-function):
12917 Mark unused parameters.
12918
12919 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
12920 (bubbles--shift): Remove unused variable `char-org'.
12921 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
12922 (bubbles--show-images): Remove unused variable `char'.
12923
12924 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
12925 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
12926 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
12927 (decipher-analyze-buffer): Use ?\s.
12928 (decipher-make-checkpoint): Remove unused variable `mapping'.
12929
12930 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
12931
12932 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
12933 Remove unused variable `result'; use `let'.
12934
12935 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
12936 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
12937 (gametree-children-shown-p, gametree-compute-reduced-score):
12938 Use `ignore-errors'.
12939
12940 * play/handwrite.el (ps-lpr-switches): Declare.
12941 (handwrite): Remove unused variables `pmin' and `lastp'.
12942
12943 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
12944
12945 * play/landmark.el (landmark-init-display)
12946 (landmark-update-naught-weights): Mark unused parameters.
12947 (landmark-y): Remove unused variable `noise'. Simplify.
12948 (landmark-human-plays): Remove unused variable `score'.
12949
12950 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
12951 (mpuz-try-proposal): Remove unused variable `game'.
12952
12953 * play/zone.el (life-patterns): Declare.
12954
80f499c7
JB
129552011-04-20 Juanma Barranquero <lekktu@gmail.com>
12956
12957 * vc/vc.el (ediff-vc-internal): Declare function.
12958
024ff170
SM
129592011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12960
c0a193ea
SM
12961 * shell.el: Use lexical-binding and std completion UI.
12962 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
12963 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
12964 comint-preoutput-filter-functions rather than on
12965 comint-output-filter-functions.
12966 (shell-command-completion, shell--command-completion-data)
12967 (shell-filename-completion, shell-environment-variable-completion)
12968 (shell-c-a-p-replace-by-expanded-directory): New functions.
12969 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
12970 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
12971 (shell-dynamic-complete-environment-variable): Use them.
12972 (shell-dynamic-complete-as-environment-variable)
12973 (shell-dynamic-complete-as-command): Remove.
12974 (shell-match-partial-variable): Match past point.
12975 * comint.el: Clean up use of completion-at-point-functions.
12976 (comint-completion-at-point): New function.
12977 (comint-mode): Use it completion-at-point-functions.
12978 (comint-dynamic-complete): Make it obsolete.
12979 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
12980 (comint-c-a-p-replace-by-expanded-history): New function.
12981 (comint-dynamic-complete-functions)
12982 (comint-replace-by-expanded-history): Use it.
12983 * minibuffer.el (completion-table-with-terminator): Allow dynamic
12984 termination strings. Try harder to avoid second try-completion.
12985 (completion-in-region-mode-map): Disable bindings that don't work yet.
12986
2dbaa080
SM
12987 * comint.el: Use lexical-binding. Require CL.
12988 (comint-dynamic-complete-functions): Use comint-filename-completion.
12989 (comint-completion-addsuffix): Tweak custom type.
12990 (comint-filename-completion, comint--common-suffix)
12991 (comint--common-quoted-suffix, comint--table-subvert)
12992 (comint--complete-file-name-data): New functions.
12993 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
12994 (comint-dynamic-list-filename-completions): Use them.
12995 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 12996
2dbaa080
SM
12997 * minibuffer.el (completion-in-region-mode):
12998 Keep completion-in-region-mode--predicate global.
12999 (completion-in-region--postch):
13000 Assume completion-in-region-mode--predicate is not null.
13001
c79a6f38
SM
13002 * progmodes/flymake.el (flymake-start-syntax-check-process):
13003 Obey `dir'. Simplify.
13004
024ff170
SM
13005 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
13006 we're in VC after all.
13007
1c6c854e
CS
130082011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
13009
13010 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 13011 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
13012 (vc-version-diff): Use vc-diff-build-argument-list-internal.
13013
bed7f140
SM
130142011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13015
332e62ab
SM
13016 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
13017 add sanity check.
13018
bed7f140
SM
13019 * obsolete/erc-hecomplete.el: Make obsolete.
13020 * obsolete/: Standardize obsolescence info in the header.
13021
f195c582
GM
130222011-04-20 Glenn Morris <rgm@gnu.org>
13023
13024 * calendar/solar.el (solar-horizontal-coordinates):
13025 Use the longitude argument rather than `calendar-longitude'.
13026 (solar-date-next-longitude): Remove unused locals.
13027
cb79b8c0
VJL
130282011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13029
13030 * whitespace.el: New version 13.2.1.
13031
130322011-04-20 felix <EmacsWiki> (tiny change)
13033
d8e4b68b 13034 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
13035 switching between major modes on a file.
13036
602ea69d
SM
130372011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13038
13039 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
13040 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
13041 multi-line comments as well.
13042
06b60517
JB
130432011-04-19 Juanma Barranquero <lekktu@gmail.com>
13044
13045 Lexical-binding cleanup.
13046
13047 * arc-mode.el (archive-mode-revert):
13048 * cmuscheme.el (scheme-interactively-start-process):
13049 * custom.el (custom-initialize-delay):
13050 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
13051 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
13052 * emacs-lock.el (emacs-lock-clear-sentinel):
13053 * ezimage.el (defezimage):
13054 * follow.el (follow-avoid-tail-recenter):
13055 * fringe.el (set-fringe-mode-1):
13056 * generic-x.el (bat-generic-mode-compile):
13057 * help-mode.el (help-info-variable, help-do-xref)
13058 (help-mode-revert-buffer):
13059 * help.el (view-emacs-todo):
13060 * iswitchb.el (iswitchb-completion-help):
13061 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
13062 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
13063 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
13064 * locate.el (locate-update):
13065 * longlines.el (longlines-encode-region)
13066 (longlines-after-change-function):
13067 * outline.el (outline-isearch-open-invisible):
13068 * ps-def.el (declare-function, charset-dimension, char-width)
13069 (encode-char):
13070 * ps-mule.el (ps-mule-plot-string):
13071 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
13072 (recentf-edit-list-select, recentf-edit-list-validate)
13073 (recentf-open-files-action):
13074 * rect.el (delete-whitespace-rectangle-line)
13075 (rectangle-number-line-callback):
13076 * register.el (window-configuration-to-register)
13077 (frame-configuration-to-register):
13078 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
13079 * select.el (xselect-convert-to-string, xselect-convert-to-length)
13080 (xselect-convert-to-targets, xselect-convert-to-delete)
13081 (xselect-convert-to-filename, xselect-convert-to-charpos)
13082 (xselect-convert-to-lineno, xselect-convert-to-colno)
13083 (xselect-convert-to-os, xselect-convert-to-host)
13084 (xselect-convert-to-user, xselect-convert-to-class)
13085 (xselect-convert-to-name, xselect-convert-to-integer)
13086 (xselect-convert-to-atom, xselect-convert-to-identity):
13087 * subr.el (declare, ignore, process-kill-without-query)
13088 (text-clone-maintain):
13089 * terminal.el (te-get-char, te-tic-sentinel):
13090 * tool-bar.el (tool-bar-make-keymap):
13091 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
13092 * type-break.el (type-break-mode, type-break-noninteractive-query):
13093 * view.el (View-back-to-mark):
13094 * wid-browse.el (widget-browse-action, widget-browse-widget)
13095 (widget-browse-widgets, widget-browse-sexp):
13096 * widget.el (define-widget-keywords):
13097 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
13098 Mark unused parameters.
13099
13100 * align.el (align-adjust-col-for-rule): Mark unused parameter.
13101 (align-areas): Remove unused variable `look'.
13102 (align-region): Remove unused variables `real-end' and `pos-list'.
13103
13104 * apropos.el (apropos-score-doc): Remove unused variable `i'.
13105
13106 * bindings.el (mode-line-modified, mode-line-remote):
13107 Mark unused parameters.
13108 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
13109
13110 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
13111 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
13112
13113 * comint.el (comint-history-isearch-pop-state)
13114 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
13115 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
13116 (comint-substitute-in-file-name): Doc fix.
13117
13118 * completion.el (cmpl-statistics-block): Mark unused parameter.
13119 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
13120 (save-completions-to-file, load-completions-from-file):
13121 Remove unused local variable `e'.
13122
13123 * composite.el (compose-chars): Remove unused variable `len'.
13124 (lgstring-insert-glyph): Remove unused variable `g'.
13125 (compose-glyph-string): Remove unused variables `ascent',
13126 `descent', `lbearing' and `rbearing'.
13127 (compose-glyph-string-relative): Remove unused variables
13128 `lbearing', `rbearing' and `wadjust'.
13129 (compose-gstring-for-graphic): Remove unused variables `header',
13130 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
13131 (compose-gstring-for-terminal): Remove unused variables `header'
13132 and `nchars'. Use `let', not `let*'.
13133
13134 * cus-edit.el (Custom-set, Custom-save, custom-reset)
13135 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
13136 (Custom-buffer-done, custom-buffer-create-internal)
13137 (custom-browse-visibility-action, custom-browse-group-tag-action)
13138 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
13139 (widget-magic-mouse-down-action, custom-toggle-parent)
13140 (custom-add-parent-links, custom-toggle-hide-variable)
13141 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
13142 (custom-toggle-hide-face, face, hook, custom-group-link-action)
13143 (custom-face-menu-create, custom-variable-menu-create, get)
13144 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
13145 (custom-reset-standard-save-and-update): Remove unused variable `value'.
13146 (customize-apropos): Remove unused variable `tests'.
13147 (custom-group-value-create): Remove unused variable `hidden-p'.
13148 (sort-fold-case): Declare.
13149
13150 * cus-theme.el (custom-reset-standard-faces-list)
13151 (custom-reset-standard-variables-list): Declare.
13152 (customize-create-theme, custom-theme-revert, custom-theme-write)
13153 (custom-theme-choose-mode, customize-themes, custom-theme-save):
13154 Mark unused parameters.
13155
13156 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
13157
13158 * delim-col.el (delimit-columns-max): Move defvar before first use.
13159
13160 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 13161 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
13162
13163 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
13164 (auto-insert): Declare.
13165 (desktop-restore-file-buffer): Rename desktop-* parameters;
13166 mark unused ones.
13167 (desktop-create-buffer): Rename desktop-* parameters and bind them.
13168 (desktop-buffer): Rename desktop-* parameters.
13169
13170 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
13171 (dframe-reposition-frame-xemacs, dframe-help-echo)
13172 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
13173 Mark unused parameters.
13174
13175 * dired-aux.el (backup-extract-version-start, overwrite-query)
13176 (overwrite-backup-query, rename-regexp-query)
13177 (rename-non-directory-query): Declare.
13178 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
13179 (dired-add-entry): Remove unused variable `orig-file-name'.
13180 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
13181 Use parameter PRESERVE-TIME instead of accessing dynamic variable
13182 `dired-copy-preserve-time' directly.
13183 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
13184 (dired-insert-subdir-newpos): Rename unused variable `pos'.
13185
13186 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
13187 (dired-virtual-revert, dired-make-relative-symlink):
13188 Mark unused parameters.
13189 (manual-program): Declare.
13190 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
13191 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
13192 wrapped in `with-no-warnings' to avoid replacing one warning by another.
13193
13194 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
13195
13196 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
13197
13198 * echistory.el (electric-history-in-progress, Helper-return-blurb):
13199 Declare.
13200
13201 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
13202
13203 * electric.el (Electric-command-loop): Rename parameter
13204 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
13205
13206 * expand.el (expand-in-literal): Remove unused variable `here'.
13207
13208 * facemenu.el (facemenu-add-new-color):
13209 Remove unused variable `docstring'.
13210
13211 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
13212 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
13213 (face-attr-construct): Mark unused parameter. Doc fix.
13214 (read-color): Remove unused variable `hex-string'.
13215
13216 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
13217 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
13218 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
13219 (display-buffer-other-frame): Remove unused variable `old-window'.
13220 (kill-buffer-hook): Declare.
13221 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
13222 Mark unused parameters.
13223 (after-find-file): Pass 1 to `auto-save-mode', not t.
13224
13225 * files-x.el (auto-insert): Declare.
13226 (modify-file-local-variable-prop-line): Remove unused variable `val'.
13227
13228 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 13229 variable `buf'. Mark unused parameter.
06b60517
JB
13230 (find-lisp-insert-directory): Mark unused parameter.
13231
13232 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
13233 (format-encode-region): Remove unused variables `cur-buf' and `result'.
13234 (format-common-tail): Remove, unused.
13235 (format-deannotate-region): Remove unused variable `loc'.
13236 (format-annotate-region): Remove unused variable `p'.
13237 (format-annotate-single-property-change): Remove unused variables
13238 `default' and `tail'.
13239
13240 * forms.el (read-file-filter): Declare.
13241 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
13242
13243 * frame.el (frame-creation-function-alist): Mark unused parameter.
13244 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
13245
13246 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
13247 Remove unused parameters.
13248 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
13249 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
13250
13251 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
13252 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
13253 (hfy-prepare-tag-map): Mark unused parameters.
13254 (htmlfontify-buffer): Use `called-interactively-p'.
13255
13256 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
13257 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
13258 (ibuffer-do-occur): Mark unused parameters.
13259 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
13260 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
13261
13262 * ibuffer.el: Don't quote `lambda'.
13263 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
13264 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
13265 Mark unused parameters.
13266
13267 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
13268 (ido-completing-read): Mark unused parameters.
13269 (ido-copy-current-word): Mark unused parameters;
13270 remove unused variable `name'.
13271 (ido-sort-merged-list): Remove unused parameter `dirs'.
13272
13273 * ielm.el (ielm-input-sender): Mark unused parameter.
13274 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
13275 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
13276 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
13277 `ielm-string' as a dynamic variable accessible from the IELM prompt.
13278 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
13279
13280 * image-dired.el (image-dired-display-thumbs): Remove unused
13281 variables `curr-file' and `count'.
13282 (image-dired-remove-tag): Remove unused variable `start'.
13283 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
13284 variable `curr-file'
13285 (image-dired-rotate-original): Remove unused variable `temp-file'.
13286 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
13287 Remove unused variable `file'.
13288 (image-dired-gallery-generate): Remove unused variable `curr'.
13289 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
13290
13291 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
13292
13293 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
13294
13295 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
13296
13297 * isearch.el (minibuffer-history-symbol): Declare.
13298 (isearch-edit-string): Remove unused variable `err'.
13299 (isearch-message-prefix, isearch-message-suffix):
13300 Mark unused parameters.
13301
13302 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
13303
13304 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
13305
13306 * makesum.el (double-column): Remove unused variable `cnt'.
13307
13308 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
13309 (ido-ignore-item-temp-list): Declare.
13310
13311 * mouse-drag.el (mouse-drag-throw): Remove unused variables
13312 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
13313 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
13314 (mouse-drag-drag): Remove unused variables `mouse-delta' and
13315 `mouse-col-delta'.
13316
13317 * mouse-sel.el (mouse-extend-internal):
13318 Remove unused variable `orig-window-frame'.
13319
13320 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
13321 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
13322 Move declarations before first use.
13323 (pcomplete-opt): Mark unused parameters; doc fix.
13324
13325 * proced.el (proced-revert): Mark unused parameter.
13326 (proced-send-signal): Remove unused variable `err'.
13327
13328 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
13329 Rename parameter PREFIX-ARG to ARG.
13330 (ps-basic-plot-string, ps-basic-plot-whitespace):
13331 Mark unused parameters.
13332
13333 * replace.el (replace-count): Define.
13334 (occur-revert-function): Mark unused parameters.
13335 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
13336 (isearch-case-fold-search, isearch-string): Declare.
13337 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
13338 bind `case-fold-search'. Remove unused variables `beg' and `end',
13339 and simplify.
13340 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
13341 COUNT and bind `replace-count'.
13342 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
13343 to COUNT.
13344
13345 * savehist.el (print-readably, print-string-length): Declare.
13346
13347 * shadowfile.el (shadow-expand-cluster-in-file-name):
13348 Remove unused variable `cluster'.
13349 (shadow-copy-file): Remove unused variable `i'.
13350 (shadow-noquery, shadow-clusters, shadow-site-cluster)
13351 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
13352 (shadow-define-literal-group, shadow-define-regexp-group)
13353 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
13354
13355 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
13356 (shell): Use `called-interactively-p'.
13357 (shell-directory-tracker): Remove unused variable `chdir-failure'.
13358
13359 * simple.el (compilation-context-lines, comint-file-name-quote-list)
13360 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
13361 (delete-backward-char): Remove unused variable `ocol'.
13362 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
13363 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
13364 (event-apply-hyper-modifier, event-apply-shift-modifier)
13365 (event-apply-control-modifier, event-apply-meta-modifier):
13366 Mark unused parameters.
13367 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
13368 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
13369
13370 * speedbar.el (speedbar-ignored-directory-expressions)
13371 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
13372 (speedbar-find-file, speedbar-dir-follow)
13373 (speedbar-directory-buttons-follow, speedbar-tag-find)
13374 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
13375 (speedbar-buffers-line-directory, speedbar-buffer-click):
13376 Mark unused parameters.
13377 (speedbar-tag-file): Remove unused variable `mode'.
13378 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
13379
13380 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
13381
13382 * talk.el (talk): Remove unused variable `display'.
13383
13384 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
13385 (tar-write-region-annotate): Mark unused parameter.
13386
13387 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
13388 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
13389 Declare them, wrapped in `with-no-warnings' to avoid replacing one
13390 warning by another.
13391
13392 * time-stamp.el (time-stamp-string-preprocess):
13393 Remove unused variable `require-padding'.
13394
13395 * tree-widget.el (widget-glyph-enable): Declare.
13396 (tree-widget-action): Mark unused parameter.
13397
13398 * w32-fns.el (x-get-selection): Mark unused parameter.
13399 (autoload-make-program, generated-autoload-file): Declare.
13400
13401 * wdired.el (wdired-revert): Mark unused parameters.
13402 (wdired-xcase-word): Remove unused variable `err'.
13403
13404 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
13405 (whitespace-help-scroll): Remove unused variable `data-help'.
13406
13407 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
13408 (widget-image-insert, widget-after-change, default)
13409 (widget-default-format-handler, widget-default-notify)
13410 (widget-default-prompt-value, widget-info-link-action)
13411 (widget-url-link-action, widget-function-link-action)
13412 (widget-variable-link-action, widget-file-link-action)
13413 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
13414 (widget-field-prompt-internal, widget-field-action, widget-field-match)
13415 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
13416 (widget-insert-button-action, widget-delete-button-action, visibility)
13417 (widget-documentation-link-action, widget-documentation-string-action)
13418 (widget-const-prompt-value, widget-regexp-match, symbol)
13419 (widget-coding-system-prompt-value)
13420 (widget-key-sequence-value-to-external, sexp)
13421 (widget-sexp-value-to-internal, character, vector, cons)
13422 (widget-choice-prompt-value, widget-boolean-prompt-value)
13423 (widget-color--choose-action): Mark unused parameters.
13424 (widget-item-match-inline, widget-choice-match-inline)
13425 (widget-checklist-match, widget-checklist-match-inline)
13426 (widget-group-match): Rename parameter VALUES to VALS.
13427 (widget-field-value-set): Remove unused variable `size'.
13428 (widget-color-action): Remove unused variables `value' and `start'.
13429
13430 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 13431 variable `dir'. Doc fix.
06b60517
JB
13432 (windmove-find-other-window): Don't pass it.
13433
13434 * window.el (count-windows): Mark unused parameter.
13435 (bw-adjust-window): Remove unused variable `err'.
13436
13437 * woman.el (woman-file-name): Remove unused variable `default'.
13438 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
13439 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
13440 (global-font-lock-mode): Declare.
13441 (woman-decode-region): Mark unused parameter.
13442 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
13443
13444 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
13445 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
13446 (x-dnd-handle-moz-url): Remove unused variable `title'.
13447 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
13448
13449 * xml.el (xml-parse-tag, xml-parse-attlist):
13450 Remove unused variable `pos'.
13451
bc4f7f3d
GM
134522011-04-19 Glenn Morris <rgm@gnu.org>
13453
13454 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
13455 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
13456 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
13457 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
13458 * calendar/cal-html.el (cal-html-insert-minical):
13459 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
13460 (calendar-mark-date-pattern):
13461 Prefix "unused" locals.
13462
13463 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
13464 optional argument `style'.
13465
13466 * calendar/appt.el (appt-make-list):
13467 * calendar/cal-china.el (calendar-chinese-date-string):
13468 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
13469 (diary-hebrew-yahrzeit):
13470 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
13471 * calendar/calendar.el (calendar-generate-window):
13472 * calendar/time-date.el (time-to-days):
13473 Remove unused local variables.
13474
16a43933
CY
134752011-04-18 Chong Yidong <cyd@stupidchicken.com>
13476
13477 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
13478 glyphless-char-display table.
13479 (tabulated-list-glyphless-char-display): New var.
13480
7eed1860
SS
134812011-04-18 Sam Steingold <sds@gnu.org>
13482
13483 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
13484 to acknowledgments.
13485
4d2d1ccd
GM
134862011-04-17 Glenn Morris <rgm@gnu.org>
13487
13488 * calendar/diary-lib.el (diary-sexp-entry):
13489 * calendar/holidays.el (holiday-sexp):
13490 Set debug-on-error rather than the removed stack-trace-on-error.
13491
239da61d
GM
134922011-04-16 Glenn Morris <rgm@gnu.org>
13493
13494 * progmodes/f90.el: Use lexical-binding.
13495 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
13496
8b05752a
SM
134972011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13498
daca8ba5
SM
13499 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
13500 (mail-mode): Setup mailalias completion here instead.
13501 * mail/mailalias.el: Use lexical-binding.
13502 (pattern, mailalias-done): Declare dynamic.
13503 (mail-completion-at-point-function): New function, from mail-complete.
13504 (mail-complete): Use it.
13505 (mail-completion-expand): New function.
13506 (mail-get-names): Use it.
13507 (mail-directory, mail-directory-process, mail-directory-stream):
13508 Don't use `pattern' for lexically bound arg.
13509
6f542485
SM
13510 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
13511
037e7c3f
SM
13512 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
13513 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
13514 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
13515
8b05752a
SM
13516 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
13517 (byte-save-window-excursion, byte-temp-output-buffer-setup)
13518 (byte-interactive-p): Define them again, for use when inlining
13519 old code.
13520
49093f60
JB
135212011-04-15 Juanma Barranquero <lekktu@gmail.com>
13522
13523 * loadup.el: Use `string-to-number', not `string-to-int'.
13524
b5b8e7de
SM
135252011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13526
13527 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
13528 gud-gdb-complete-command.
13529 (gud-gdb-completions): New function, from gud-gdb-complete-command.
13530 (gud-gdb-completion-at-point): New function.
13531 (gud-gdb-completions): Remove.
13532
f42efeb5
MA
135332011-04-14 Michael Albinus <michael.albinus@gmx.de>
13534
49093f60
JB
13535 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
13536 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
13537 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
13538 whether `executable-find' is bound.
f42efeb5
MA
13539
13540 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
13541
e240cc21
SM
135422011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13543
13544 * minibuffer.el (completion-in-region-mode-predicate)
13545 (completion-in-region-mode--predicate): New vars.
13546 (completion-in-region, completion-in-region--postch)
13547 (completion-in-region-mode): Use them.
13548 (completion--capf-wrapper): Also return the hook function.
13549 (completion-at-point, completion-help-at-point):
13550 Adjust and provide a predicate.
c2bd2ab0
SM
13551
13552 Preserve arg names for advice of subr and lexical functions (bug#8457).
13553 * help-fns.el (help-function-arglist): Consolidate the subr and
13554 new-byte-code cases. Add argument `preserve-names' to extract names
13555 from the docstring when needed.
13556 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
13557 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
13558 (ad-arglist): Use help-function-arglist's new arg.
13559 (ad-definition-type): Use cond.
13560
c183f693
JB
135612011-04-13 Juanma Barranquero <lekktu@gmail.com>
13562
06641a47
JB
13563 * autorevert.el (auto-revert-handler):
13564 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
13565 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
13566 Don't quote lambda.
13567
c183f693
JB
13568 * image-mode.el (image-transform-set-scale):
13569 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
13570
1e3b6001
G
135712011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13572
13573 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 13574 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
13575 Upgrades via gnutls-cli are too slow to be done opportunistically.
13576
2d6af8dd
JB
135772011-04-12 Juanma Barranquero <lekktu@gmail.com>
13578
13579 * dframe.el (dframe-current-frame): Remove spurious quote.
13580
c0749a51
GM
135812011-04-12 Glenn Morris <rgm@gnu.org>
13582
088d0d61
GM
13583 * calendar/cal-tex.el (cal-tex-end-document):
13584 Try to automatically use latin1 input if needed.
13585
c0749a51
GM
13586 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
13587 Don't try to cons a mark onto an empty element.
13588
5c90fde0
LL
135892011-04-11 Leo Liu <sdl.web@gmail.com>
13590
13591 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
13592 buffers.
13593 (ido-kill-buffer-at-head): Support killing virtual buffers.
13594
369e974d
CY
135952011-04-10 Chong Yidong <cyd@stupidchicken.com>
13596
13597 * minibuffer.el (completion-show-inline-help): New var.
13598 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
13599 (minibuffer-force-complete, minibuffer-complete-word):
13600 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
13601
13602 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
13603 to avoid interference from inline help (Bug#5849).
13604
37f1c930
LL
136052011-04-10 Leo Liu <sdl.web@gmail.com>
13606
099c39a4
JB
13607 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
13608 Fix typo.
37f1c930 13609
a32d4040
CY
136102011-04-09 Chong Yidong <cyd@stupidchicken.com>
13611
13612 * image-mode.el (image-toggle-display-image): Signal an error if
13613 not in Image mode.
13614 (image-transform-mode, image-transform-resize)
13615 (image-transform-set-rotation): Doc fix.
daca8ba5 13616 (image-transform-set-resize): Delete.
a32d4040
CY
13617 (image-transform-set-scale, image-transform-fit-to-height)
13618 (image-transform-fit-to-width): Handle image-toggle-display-image
13619 and image-transform-resize directly.
13620
099c39a4 136212011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
13622
13623 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
13624 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
13625 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
13626 (doc-view-mode-map): Add bindings for the new functions.
13627
099c39a4 136282011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 13629
4d61f28d 13630 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
13631 Fix typo in docstring.
13632
3726838a
EZ
136332011-04-08 Eli Zaretskii <eliz@gnu.org>
13634
04f33f1e
EZ
13635 * files.el (file-size-human-readable): Produce one digit after
13636 decimal, like "ls -lh" does.
13637
13638 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
13639 the file size representation.
13640
3726838a
EZ
13641 * simple.el (list-processes): If async subprocesses are not
13642 available, error out with a clear error message.
13643
cbb59342
CY
136442011-04-08 Chong Yidong <cyd@stupidchicken.com>
13645
13646 * help.el (help-form-show): New function, to be called from C.
13647 Put help-form output in a buffer named differently than *Help*.
13648
e3971c44
EZ
136492011-04-08 Eli Zaretskii <eliz@gnu.org>
13650
13651 * files.el (file-size-human-readable): New function.
13652
13653 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
13654 computing the representation inline. Don't require `cl'.
13655
12544bbe
GM
136562011-04-08 Glenn Morris <rgm@gnu.org>
13657
a1de6c6a
GM
13658 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
13659
3c4671f4
GM
13660 * net/browse-url.el (browse-url-firefox):
13661 Test system-type, not system-configuration.
13662
b605679c
GM
13663 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
13664 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
13665 Use log-edit-empty-buffer-p. (Bug#7598)
13666
56442f0c
GM
13667 * net/rlogin.el (rlogin-process-connection-type): Simplify.
13668 (rlogin-mode-map): Initialize in the defvar.
13669 (rlogin): Use ignore-errors.
13670
12544bbe
GM
13671 * replace.el (occur-mode-map): Some fixes for menu items.
13672
eb237b0f
AH
136732011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13674
13675 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
13676
7d668f2c
CY
136772011-04-06 Chong Yidong <cyd@stupidchicken.com>
13678
e67a13ab
CY
13679 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
13680 issuing unused warnings.
13681
13682 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
13683 macro directly.
13684
7d668f2c
CY
13685 * simple.el: Lisp reimplement of list-processes. Based on an
13686 earlier reimplementation by Leo Liu, but using tabulated-list.el.
13687 (process-menu-mode): New major mode.
13688 (list-processes--refresh, list-processes):
13689 (process-menu-visit-buffer): New functions.
13690
13691 * files.el (save-buffers-kill-emacs): Don't assume any return
13692 value of list-processes, which is undocumented anyway.
13693
a83ec3c9
CY
136942011-04-06 Chong Yidong <cyd@stupidchicken.com>
13695
13696 * emacs-lisp/tabulated-list.el: New file.
13697
e91a96fe
CY
13698 * emacs-lisp/package.el: Use Tabulated List mode.
13699 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
13700 (package-menu-mode): Derive from tabulated-list-mode. Set up the
13701 table format using Tabulated List mode variables.
13702 (package--push): New macro, replacing package-list-maybe-add.
13703 (package-menu--generate): Use package--push. Renamed from
13704 package--generate-package-list.
13705 (package-menu-refresh, list-packages): Use it.
daca8ba5 13706 (package-menu--print-info): Rename from package-print-package.
e91a96fe 13707 Return insertion data instead of inserting it directly.
099c39a4
JB
13708 (package-menu-describe-package, package-menu-execute):
13709 Use tabulated-list-get-id.
e91a96fe
CY
13710 (package-menu-mark-delete, package-menu-mark-install)
13711 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
13712 (package-menu-mark-obsolete-for-deletion):
13713 Use tabulated-list-put-tag.
e91a96fe
CY
13714 (package--list-packages, package-menu-revert)
13715 (package-menu-get-package, package-menu-get-version)
13716 (package-menu-sort-by-column): Functions deleted.
13717 (package-menu-package-list, package-menu-sort-key): Vars deleted.
13718 (package-menu--status-predicate, package-menu--version-predicate)
13719 (package-menu--name-predicate)
13720 (package-menu--description-predicate): Handle arguments in the
13721 Tabulated List format.
13722 (package-list-packages-no-fetch): Call list-packages.
13723
3e214b50
JB
137242011-04-06 Juanma Barranquero <lekktu@gmail.com>
13725
13726 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 13727 (after-find-file): Don't bind it.
3e214b50
JB
13728 (revert-buffer-in-progress-p): New variable.
13729 (revert-buffer): Bind it.
13730 Pass nil for `after-find-file-from-revert-buffer'.
13731
13732 * saveplace.el (save-place-find-file-hook): Use new variable
13733 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
13734
3f0f1700
GM
137352011-04-06 Glenn Morris <rgm@gnu.org>
13736
c0274801
GM
13737 * Makefile.in (AUTOGEN_VCS): New variable.
13738 (autoloads): Use $AUTOGEN_VCS.
13739
3f0f1700
GM
13740 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
13741 * calendar/calendar.el (calendar-mode-map):
13742 Check for toolkit scroll bars. (Bug#8305)
13743
41ea9e48
CY
137442011-04-05 Chong Yidong <cyd@stupidchicken.com>
13745
13746 * minibuffer.el (completion-in-region--postch)
13747 (completion-in-region-mode): Remove unnecessary messages.
13748
6194c800
JB
137492011-04-05 Juanma Barranquero <lekktu@gmail.com>
13750
33256f14
JB
13751 * font-lock.el (font-lock-refresh-defaults):
13752 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
13753 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
13754
6194c800
JB
13755 * info.el (Info-directory-list, Info-read-node-name-2)
13756 (Info-split-parameter-string): Doc fixes.
13757 (Info-virtual-nodes): Reflow docstring.
13758 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
13759 (Info-apropos-toc-nodes, info-finder, Info-get-token)
13760 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
13761 Fix typos in docstrings.
13762 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
13763 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
13764 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
13765 (Info-restore-desktop-buffer): Mark unused parameters.
13766 (Info-directory-find-file, Info-directory-find-node)
13767 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
13768 (Info-virtual-index-find-node, Info-apropos-find-file)
13769 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 13770 Mark unused parameters; fix typos in docstrings.
6194c800
JB
13771 (Info-virtual-index): Remove unused local variable `nodename'.
13772
b87a8200 137732011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 13774
b87a8200
DD
13775 * net/rcirc.el: Update my e-mail address.
13776 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 13777
3b2ff876
CY
137782011-04-05 Chong Yidong <cyd@stupidchicken.com>
13779
13780 * startup.el (command-line): Save the cursor's theme-face
13781 directly, instead of using face-override-spec.
13782
13783 * custom.el (load-theme): Minor optimization in assigning faces.
13784
8d17e7ca
JB
137852011-04-04 Juanma Barranquero <lekktu@gmail.com>
13786
13787 * help-fns.el (describe-variable): Complete all variables having
13788 documentation, including keywords.
13789 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
13790
2fbc1934
JB
137912011-04-04 Juanma Barranquero <lekktu@gmail.com>
13792
13793 Convert to lexical-binding.
13794
13795 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
13796 (bs--get-marked-string, bs--get-modified-string)
13797 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
13798 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
13799 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
13800
13801 * ehelp.el (electric-help-execute-extended)
13802 (electric-help-ctrl-x-prefix):
13803 * hexl.el (hexl-revert-buffer-function):
13804 * linum.el (linum-after-change, linum-after-scroll):
13805 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
13806
13807 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
13808
74f50695
DU
138092011-04-04 Daiki Ueno <ueno@unixuser.org>
13810
13811 * epa-dired.el:
13812 * epa-mail.el:
13813 * epa-hook.el:
13814 * epa-file.el:
13815 * epa.el:
13816 * epg.el: Use lexical binding.
13817
c11325f7
CY
138182011-04-03 Chong Yidong <cyd@stupidchicken.com>
13819
0d9e9a12
CY
13820 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
13821
c11325f7 13822 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
13823 dictionary case for flyspell-mark-duplications-exceptions.
13824 Use regexp matching for languages.
c11325f7
CY
13825 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
13826 default dictionary (Bug#7926).
13827
da91b5f2
CY
138282011-04-02 Chong Yidong <cyd@stupidchicken.com>
13829
099c39a4
JB
13830 * emacs-lisp/package.el (package--with-work-buffer):
13831 Recognize https URLs.
da91b5f2 13832
099c39a4
JB
13833 * net/network-stream.el: Move from gnus/proto-stream.el.
13834 Change prefix to network-stream throughout.
da91b5f2
CY
13835 (open-protocol-stream): Merge into open-network-stream, leaving
13836 open-protocol-stream as an alias. Handle nil BUFFER args.
13837
13838 * subr.el (open-network-stream): Move to net/network-stream.el.
13839
afa8e9f6
GM
138402011-04-02 Glenn Morris <rgm@gnu.org>
13841
1d2e369d
GM
13842 * find-dired.el (find-exec-terminator): New option.
13843 (find-ls-option): Test for -ls support.
13844 (find-ls-subdir-switches): Test for -b in find-ls-option.
13845 (find-dired, find-grep-dired): Doc fixes.
13846 (find-dired): Use find-exec-terminator.
13847
8abb7da8 13848 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
13849 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
13850 (find-name-arg): Remove purecopy.
8abb7da8 13851
f3ca7378
GM
13852 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
13853 (grep-compute-defaults): Check for `-exec COMMAND +' support.
13854 Set grep-find-use-xargs, grep-find-command, and grep-find-template
13855 accordingly. Don't add the null-device if not needed.
13856
afa8e9f6
GM
13857 * files.el (save-some-buffers): Doc fix.
13858
35eae264
EZ
138592011-04-02 Eli Zaretskii <eliz@gnu.org>
13860
13861 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
13862
26b51db5
JB
138632011-04-01 Juanma Barranquero <lekktu@gmail.com>
13864
13865 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
13866 Use `dolist' rather than `mapcar'.
13867
7200d79c
SM
138682011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
13869
03408648 13870 Add lexical binding.
7200d79c 13871
03408648
SM
13872 * subr.el (apply-partially): Use new closures rather than CL.
13873 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
13874 (dolist, dotimes): Use slightly different expansion for lexical code.
13875 (functionp): Move to C.
13876 (letrec): New macro.
13877 (with-wrapper-hook): Use it and apply-partially instead of CL.
13878 (eval-after-load): Preserve lexical-binding.
13879 (save-window-excursion, with-output-to-temp-buffer): Turn them
13880 into macros.
7200d79c 13881
03408648
SM
13882 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
13883
13884 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
13885 than the arglist.
13886 (help-add-fundoc-usage): Don't add `Not documented'.
13887 (help-function-arglist): Handle closures, subroutines, and new
13888 byte-code-functions.
13889 (help-make-usage): Remove leading underscores.
13890 (describe-function-1): Handle closures.
13891 (describe-variable): Use special-variable-p for completion.
13892
13893 * files.el (lexical-binding): Declare safe.
f488fb65 13894
03408648
SM
13895 * emacs-lisp/pcase.el: Don't use destructuring-bind.
13896 (pcase--memoize): Rename from pcase-memoize. Change weakness.
13897 (pcase): Add `let' pattern.
13898 Change memoization so it actually works.
13899 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
13900 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
13901 <let>: New case.
f488fb65 13902
03408648
SM
13903 * emacs-lisp/macroexp.el: Use lexical binding.
13904 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
13905 Don't convert ' to #' without checking that it's indeed quoting
13906 a lambda.
13907
13908 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 13909 Use eval-sexp-add-defvars.
03408648
SM
13910 (eval-sexp-add-defvars): New fun.
13911
13912 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
13913
13914 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
13915 Don't autoload.
13916 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
13917 than the internal `byte-compile-lambda'.
13918 (defmethod): Don't hide code under quotes.
13919 (eieio-defmethod): New `code' argument.
13920
13921 * emacs-lisp/eieio-comp.el: Remove.
13922
13923 * emacs-lisp/edebug.el (edebug-eval-defun)
13924 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
13925 (edebug-toggle): Avoid `eval'.
13926
13927 * emacs-lisp/disass.el (disassemble-internal): Handle new
13928 `closure' objects.
13929 (disassemble-1): Handle new byte codes.
13930
13931 * emacs-lisp/cl.el (pushnew): Silence warning.
13932
13933 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
13934 (cl-byte-compile-throw): Remove.
13935 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
13936
13937 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
13938 closures.
13939
13940 * emacs-lisp/cconv.el: New file.
13941
13942 * emacs-lisp/bytecomp.el: Use lexical binding instead of
13943 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
13944 (byte-compile-initial-macro-environment):
13945 Handle declare-function here.
13946 (byte-compile--lexical-environment): New var.
13947 (byte-stack-ref, byte-stack-set, byte-discardN)
13948 (byte-discardN-preserve-tos): New lap codes.
13949 (byte-interactive-p): Don't use any more.
13950 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
13951 New macros.
13952 (byte-compile-lapcode): Use them and handle new lap codes.
13953 (byte-compile-obsolete): Remove.
13954 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
13955 (byte-compile-arglist-warn): Check late def of inlinable funs.
13956 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
13957 since they should have been expanded by now.
13958 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
13959 (byte-compile-from-buffer): Remove unused second arg.
13960 (byte-compile-preprocess): New function.
13961 (byte-compile-toplevel-file-form): New function to distinguish
13962 file-form calls from outside from file-form calls from hunk-handlers.
13963 (byte-compile-file-form): Simplify.
13964 (byte-compile-file-form-defsubst): Remove.
13965 (byte-compile-file-form-defmumble): Simplify now that
13966 byte-compile-lambda always returns a byte-code-function.
13967 (byte-compile): Preprocess.
13968 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
13969 Remove, not used any more.
13970 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
13971 (byte-compile-make-args-desc): New funs.
13972 (byte-compile-lambda): Handle lexical functions. Always return
13973 a byte-code-function.
13974 (byte-compile-reserved-constants): New var, to make up room for
13975 closed-over variables.
13976 (byte-compile-constants-vector): Obey it.
13977 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
13978 (byte-compile-macroexpand-declare-function): New function.
13979 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
13980 byte-code-functions.
13981 (byte-compile-form): Check obsolescence here.
13982 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
13983 (byte-compile-variable-ref): Remove.
13984 (byte-compile-dynamic-variable-op): New fun.
13985 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13986 (byte-compile-variable-set): New funs.
13987 (byte-compile-discard): Add 2 args.
13988 (byte-compile-stack-ref, byte-compile-stack-set)
13989 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
13990 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
13991 macroexpand-all instead.
13992 (byte-compile-quote-form): Remove.
13993 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
13994 (byte-compile-bind, byte-compile-unbind): New funs.
13995 (byte-compile-let): Handle let* and lexical binding.
13996 (byte-compile-let*): Remove.
13997 (byte-compile-catch, byte-compile-unwind-protect)
13998 (byte-compile-track-mouse, byte-compile-condition-case):
13999 Handle a new :fun-body form, used for lexical scoping.
14000 (byte-compile-save-window-excursion)
14001 (byte-compile-with-output-to-temp-buffer): Remove.
14002 (byte-compile-defun): Simplify.
14003 (byte-compile-stack-adjustment): New fun.
14004 (byte-compile-out): Use it.
14005 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
14006
14007 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
14008 handler any more.
14009
14010 * emacs-lisp/byte-opt.el: Use lexical binding.
14011 (byte-inline-lapcode): Remove (to bytecomp).
14012 (byte-compile-inline-expand): Pay attention to inlining to/from
14013 lexically bound code.
14014 (byte-compile-unfold-lambda): Don't handle byte-code-functions
14015 any more.
14016 (byte-optimize-form-code-walker): Don't handle save-window-excursion
14017 any more and don't call compiler-macros.
14018 (byte-compile-splice-in-already-compiled-code): Remove.
14019 (byte-code): Don't inline any more.
14020 (disassemble-offset): Receive `bytes' as argument rather than via
14021 dynamic scoping.
14022 (byte-compile-tag-number): Declare before first use.
14023 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
14024 `return' even if make-spliceable.
14025 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
14026 obsolete interactive-p.
14027 (byte-optimize-lapcode): Optimize new lap-codes.
14028 Don't trip up on new form of `byte-constant' lap code.
14029
14030 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
14031
14032 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
14033
14034 * custom.el (custom-initialize-default, custom-declare-variable):
14035 Use `defvar'.
14036
14037 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
14038 New variables.
14039 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
14040 (COMPILE_FIRST): Add macroexp and cconv.
14041 * makefile.w32-in: Mirror changes in Makefile.in.
14042
14043 * vc/cvs-status.el:
14044 * vc/diff-mode.el:
14045 * vc/log-edit.el:
14046 * vc/log-view.el:
14047 * vc/smerge-mode.el:
14048 * textmodes/bibtex-style.el:
14049 * textmodes/css.el:
14050 * startup.el:
14051 * uniquify.el:
da91b5f2
CY
14052 * minibuffer.el:
14053 * newcomment.el:
14054 * reveal.el:
14055 * server.el:
14056 * mpc.el:
14057 * emacs-lisp/smie.el:
14058 * doc-view.el:
14059 * dired.el:
03408648
SM
14060 * abbrev.el: Use lexical binding.
14061
0f0c1f27
EZ
140622011-04-01 Eli Zaretskii <eliz@gnu.org>
14063
14064 * info.el (info-display-manual): New function.
14065
c82b2579
SM
140662011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14067
14068 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
14069
221ddf68
TH
140702011-03-31 Tassilo Horn <tassilo@member.fsf.org>
14071
14072 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 14073 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 14074
cba6e77e
GM
140752011-03-31 Glenn Morris <rgm@gnu.org>
14076
e040639f
GM
14077 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
14078
cba6e77e
GM
14079 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
14080
6d0f1c9e
CS
140812011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
14082
14083 * progmodes/python.el (python-default-interpreter)
14084 (python-python-command-args, python-jython-command-args)
14085 (python-which-shell, python-which-args, python-which-bufname)
14086 (python-file-queue, python-comint-output-filter-function)
14087 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
14088 variables and functions.
14089
3e2d70fd
SM
140902011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
14091
14092 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
14093 (completion-in-region-mode): New minor mode.
14094 (completion-in-region): Use it.
14095 (completion-in-region--data, completion-in-region-mode-map): New vars.
14096 (completion-in-region--postch): New function.
14097 (completion--capf-misbehave-funs, completion--capf-safe-funs):
14098 New vars.
14099 (completion--capf-wrapper): New function.
14100 (completion-at-point): Use it to track well-behavedness of
14101 hook functions.
14102 (completion-help-at-point): New command.
14103
f3e4086c
JM
141042011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
14105
14106 * vc/add-log.el (add-change-log-entry): Don't use whitespace
14107 syntax class to search for whitespace on a single line
14108 (Message-ID: <4D938140.4030905@redhat.com>).
14109
eb7ffc14
LL
141102011-03-30 Leo Liu <sdl.web@gmail.com>
14111
14112 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
14113 New commands.
14114 (edit-abbrevs-map): Bind them here.
14115 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
14116
d806ab68
KM
141172011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
14118
14119 * allout.el (allout-hide-by-annotation, allout-flag-region):
14120 Reduce possibility of overlay leakage by making them volatile.
14121
14122 * allout-widgets.el (allout-widgets-tally): Define as nil so the
14123 hash is not shared between buffers. Mode initialization is
14124 responsible for giving it a useful starting value.
14125 (allout-item-span): Reduce possibility of overlay leakage by
14126 making them volatile.
14127 (allout-widgets-count-buttons-in-region): Add diagnostic function
14128 for tracking down button overlay leaks.
14129
ea622834
LL
141302011-03-29 Leo Liu <sdl.web@gmail.com>
14131
14132 * ido.el (ido-read-internal): Use the default history var
14133 minibuffer-history if no HISTORY is specified.
14134
b62f8267
G
141352011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
14136
03408648
SM
14137 * net/imap.el (imap-shell-open, imap-process-connection-type):
14138 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
14139 Kerberos, SSL, other subprocesses.
14140
947b6566
LL
141412011-03-28 Leo Liu <sdl.web@gmail.com>
14142
14143 * abbrev.el (abbrev-table-empty-p): New function.
14144 (prepare-abbrev-list-buffer): Place empty abbrev tables after
14145 nonempty ones. (Bug#5937)
14146
5ffb62aa
JD
141472011-03-27 Jan Djärv <jan.h.d@swipnet.se>
14148
14149 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
14150
7a097943
LL
141512011-03-27 Leo Liu <sdl.web@gmail.com>
14152
14153 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
14154 for foreground and background colors.
14155 (ansi-color-make-color-map): Adapt.
14156
c5b40130
LL
141572011-03-25 Leo Liu <sdl.web@gmail.com>
14158
1f48f7d2
LL
14159 * midnight.el (midnight-time-float): Remove. Note it calculates
14160 the microsecond component incorrectly and seconds-to-time does the
14161 same job.
625897ec 14162 Remove redundant (require 'timer).
1f48f7d2 14163
c5b40130
LL
14164 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
14165 (ido-completions): Remove unused arguments. (Bug#8329)
14166
d86d2721
SM
141672011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
14168
14169 * minibuffer.el (completion--flush-all-sorted-completions):
14170 Remove itself from hook.
14171 (completion-at-point): Let the functions perform the completion
14172 immediately and return nil or t.
14173 * comint.el (comint-dynamic-complete-functions): Now identical to
14174 completion-at-point-functions.
14175 (comint-dynamic-list-input-ring): Remove unused var `index'.
14176 (comint--match-partial-filename, comint--unquote&expand-filename):
14177 New funs, split from comint-match-partial-filename.
14178 (comint-dynamic-complete): Use completion-at-point.
14179 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
14180
e8974c48
DA
141812011-03-24 Drew Adams <drew.adams@oracle.com>
14182
14183 * thingatpt.el: Support `defun'.
14184
def71b5e
LL
141852011-03-23 Leo Liu <sdl.web@gmail.com>
14186
cb5af48e
LL
14187 * abbrevlist.el: Move to obsolete/abbrevlist.el.
14188
def71b5e
LL
14189 * help-mode.el (help-mode-finish): Tweak regexp.
14190
927c53e7
GM
141912011-03-23 Glenn Morris <rgm@gnu.org>
14192
18d05bed
GM
14193 * eshell/esh-opt.el (eshell-eval-using-options):
14194 Do not bind unused local variable `eshell-option-stub'.
14195
927c53e7
GM
14196 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
14197
9d0da923
JB
141982011-03-22 Juanma Barranquero <lekktu@gmail.com>
14199
14200 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
14201 keymap variable in `with-no-warnings' to avoid a warning when the
14202 keymap has been already `defconst'ed.
14203
4b978a67
LL
142042011-03-22 Leo Liu <sdl.web@gmail.com>
14205
14206 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
14207 encode all chars in abbrevs; otherwise use emacs-mule or
14208 utf-8-emacs. (Bug#8308)
14209
5fd62452
JB
142102011-03-22 Juanma Barranquero <lekktu@gmail.com>
14211
0b1596c6
JB
14212 * simple.el (backward-delete-char-untabify):
14213 Avoid warning about using `delete-backward-char'.
14214
5fd62452
JB
14215 * image.el (image-type-file-name-regexps): Make it variable.
14216 `imagemagick-register-types' modifies it, and the user may want
14217 to add new extensions for known image types.
14218 (imagemagick-register-types): Throw error if not using ImageMagick.
14219
0b4e93f1
LL
142202011-03-22 Leo Liu <sdl.web@gmail.com>
14221
14222 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
14223 located before rcirc-prompt-end-marker.
14224 (rcirc-complete): Error if point is not after rcirc prompt.
14225 Handle the case when table is nil.
9882e214 14226 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 14227
fccee4ab
CY
142282011-03-22 Chong Yidong <cyd@stupidchicken.com>
14229
14230 * custom.el (custom--inhibit-theme-enable): Make it affect only
14231 custom-theme-set-variables and custom-theme-set-faces.
14232 (provide-theme): Ignore custom--inhibit-theme-enable.
14233 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
14234 (custom-enabling-themes): Delete variable.
d86d2721
SM
14235 (enable-theme): Accept only loaded themes as arguments.
14236 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
14237 (custom-enabled-themes): Forbid themes from setting this.
14238 Eliminate use of custom-enabling-themes.
14239 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 14240
af896da6
LL
142412011-03-21 Leo Liu <sdl.web@gmail.com>
14242
14243 * ido.el (ido-read-internal): Add ido-selected to history instead
14244 of user input.
14245
78f64af0
SM
142462011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14247
14248 * subr.el (deferred-action-list, deferred-action-function):
14249 Mark obsolete.
14250
b16ac1ec
LL
142512011-03-21 Leo Liu <sdl.web@gmail.com>
14252
810f7698
LL
14253 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
14254 change on 2011-02-13 (bug#8309).
14255
b16ac1ec
LL
14256 * minibuffer.el (read-file-name-function): Change default value.
14257 (read-file-name--defaults): Rename from read-file-name-defaults.
14258 (read-file-name-default): Rename from read-file-name.
14259 (read-file-name): Call read-file-name-function.
14260
4e05e67e
GM
142612011-03-21 Glenn Morris <rgm@gnu.org>
14262
14263 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
14264 Doc fixes.
14265
4359915b
CY
142662011-03-21 Chong Yidong <cyd@stupidchicken.com>
14267
14268 * cus-theme.el: Add missing provide statement.
14269 (customize-create-theme): Extract theme value correctly.
14270 (custom-theme-visit-theme): Autoload.
14271 (customize-create-theme): Prompt before inserting default faces.
14272
1fe275ee
JB
142732011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
14274
14275 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
14276 units and musical notes.
14277
cd394be1 142782011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
14279
14280 * ido.el (ido-read-internal): Use completing-read-default.
14281 (ido-completing-read): Fix compatibility with completing-read.
14282
7d476bde
CO
142832011-03-20 Christian Ohler <ohler@gnu.org>
14284
14285 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
14286 (ert-delete-all-tests): Use `called-interactively-p' rather than
14287 `interactive-p'.
14288 (ert--make-xrefs-region): Respect END.
14289
fe0fb33e
CY
142902011-03-19 Chong Yidong <cyd@stupidchicken.com>
14291
ff854b0b
CY
14292 * dired-aux.el (dired-create-directory): Signal an error if the
14293 directory already exists (Bug#8246).
14294
fe0fb33e
CY
14295 * facemenu.el (list-colors-display): Call list-faces-display
14296 inside with-help-window.
14297 (list-colors-print): Use display property to align the final
14298 column, instead of checking window-width.
14299
576bce32
EZ
143002011-03-19 Eli Zaretskii <eliz@gnu.org>
14301
4d61f28d 14302 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
14303 windows-nt systems.
14304 (emerge-protect-metachars): Quote correctly for ms-dos and
14305 windows-nt systems.
14306
89c41d68 143072011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
14308
14309 * info.el (info-initialize): Replace all uses of `:' with
14310 path-separator for compatibility with non-Unix systems.
14311 Cache quoting of path-separator. (Bug#8258)
14312
b14e3e21 143132011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
14314
14315 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
14316 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
14317 (mouse-avoidance-mode): Fix typos in docstrings.
14318
4525ce3e
CY
143192011-03-19 Chong Yidong <cyd@stupidchicken.com>
14320
14321 * startup.el (package-subdirectory-regexp): Move from package.el.
14322 Omit \\` and \\', and let callers add them.
14323
14324 * emacs-lisp/package.el (package-strip-version)
14325 (package-load-all-descriptors): Add \\` and \\' to
14326 package-subdirectory-regexp before using it.
14327 (package-untar-buffer): New arg DIR; ensure that file untars only
14328 into this expected directory. Remove superfluous delete-region.
14329 (package-unpack): Caller changed.
14330 (package-tar-file-info): Use package-subdirectory-regexp.
14331
a904a09a 143322011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 14333
a904a09a
SM
14334 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
14335 diff-mode-shared-map (bug#8284).
14336 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
14337
143382011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14339
14340 * calendar/time-date.el (format-seconds): Use assoc instead of
14341 assoc-string, since assoc-string doesn't exist in XEmacs.
14342
171fc304
JB
143432011-03-17 Juanma Barranquero <lekktu@gmail.com>
14344
14345 * custom.el (custom-known-themes): Reflow docstring.
14346 (custom-theme-load-path): Fix typo in docstring.
14347 (load-theme): Fix typo in error message.
14348 (custom-available-themes, custom-variable-theme-value):
14349 Use `let', not `let*'.
14350
d71990a1
JB
143512011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
14352
14353 * calc/README: Mention inclusion of musical notes.
14354
14355 * calc/calc-units.el (calc-lu-quant): Rename from
14356 `calc-logunits-quantity'.
14357 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
14358 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
14359 (calc-db): Rename from `calc-dblevel'.
14360 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
14361 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
14362 (calc-np): Rename from `calc-nplevel'.
14363 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
14364 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
14365 (calc-lu-plus): Rename from `calc-logunits-add'.
14366 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
14367 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
14368 (calc-lu-minus): Rename from `calc-logunits-sub'.
14369 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
14370 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
14371 (calc-lu-times): Rename from `calc-logunits-mul'.
14372 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
14373 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
14374 (calc-lu-divide): Rename from `calc-logunits-div'.
14375 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
14376 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
14377
14378 * calc/calc-ext.el (calc-init-extensions): Update the names of the
14379 functions being autoloaded.
14380
14381 * calc/calc.el (calc-lu-power-reference): Rename from
14382 `calc-logunits-power-reference'.
14383 (calc-lu-field-reference): Rename from
14384 `calc-logunits-field-reference'.
14385
7a71b18d
GM
14386 * calc/calc-help.el (calc-l-prefix-help):
14387 Mention musical note functions.
d71990a1 14388
40c2934b
SM
143892011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
14390
14391 * minibuffer.el (completion-all-sorted-completions):
14392 Use :completion-cycle-penalty text property if present.
14393
b0911414
KM
143942011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
14395
14396 * allout.el (allout-yank-processing): Adjust for new rebulleting
14397 regime so bullet being yanked is used without prompting the user
14398 for a choice.
14399
8a05b668
JB
144002011-03-16 Juanma Barranquero <lekktu@gmail.com>
14401
14402 * startup.el (command-line): Warn the user that _emacs is deprecated.
14403
5ba5fb81
JB
144042011-03-16 Juanma Barranquero <lekktu@gmail.com>
14405
14406 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
14407 (delphi-verbose, delphi-comment-face, delphi-string-face)
14408 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
14409 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
14410 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
14411 (delphi-new-comment-line, delphi-font-lock-defaults)
14412 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
14413 Fix typos in docstrings.
14414
2dab465b
KM
144152011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
14416
5ba5fb81 14417 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
14418 Invert the roles of character and string values for INSTEAD, so a
14419 string is used for the more common case of a defaulting prompt.
14420
0adf5618
SM
144212011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14422
14423 * progmodes/ruby-mode.el (ruby-backward-sexp):
14424 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
14425 * play/gamegrid.el (gamegrid-make-face):
14426 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
14427 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
14428 * notifications.el (notifications-notify):
14429 * net/xesam.el (xesam-search-engines):
14430 * net/quickurl.el (quickurl-list-insert):
14431 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
14432
d72700e5
CY
144332011-03-15 Chong Yidong <cyd@stupidchicken.com>
14434
14435 * startup.el (command-line): Update package subdirectory regexp.
14436
49c5410a
SM
144372011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14438
c6eee9aa
SM
14439 * allout.el (allout-abbreviate-flattened-numbering)
14440 (allout-mode-deactivate-hook): Fix up obsolescence "date".
14441
49c5410a
SM
14442 * subr.el (read-char-choice): Only show the cursor after the prompt,
14443 not after the answer.
14444
047b2bb9
KR
144452011-03-15 Kevin Ryde <user42@zip.com.au>
14446
14447 * help-fns.el (variable-at-point): Skip leading quotes, if any
14448 (bug#8253).
14449
0a57d256
SM
144502011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14451
14452 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
14453 warning message.
14454
77c992bc
MA
144552011-03-14 Michael Albinus <michael.albinus@gmx.de>
14456
14457 * shell.el (shell): When called interactively, offer to change the
14458 shell file name on remote hosts.
14459
eebc475d
TZ
144602011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
14461
14462 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
14463 integration for LDAP parameters. The host, base, user or binddn,
14464 and secret tokens can be specified in a netrc file, for instance.
14465 This is optional because an `auth-source' parameter must be
14466 specified in the search attributes.
14467
9d05d1ba
JB
144682011-03-13 Juanma Barranquero <lekktu@gmail.com>
14469
14470 * help.el (describe-mode): Link to the mode's definition (bug#8185).
14471
09d9db2c
GM
144722011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14473
14474 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
14475 into declaration. Remove redundant and harmful binding.
14476
144772011-03-12 Eli Zaretskii <eliz@gnu.org>
14478
14479 * files.el (file-ownership-preserved-p): Pass `integer' as an
14480 explicit 2nd argument to `file-attributes'. If the file's owner
14481 is the Administrators group on Windows, and the current user is
14482 Administrator, consider that a match.
14483
14484 * server.el (server-ensure-safe-dir): Consider server directory
14485 safe on MS-Windows if its owner is the Administrators group while
14486 the current Emacs user is Administrator. Use `=' to compare
14487 numerical UIDs, since they could be integers or floats.
14488
219bd536
JB
144892011-03-12 Juanma Barranquero <lekktu@gmail.com>
14490
14491 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
14492
f3afd36b
MA
144932011-03-12 Michael Albinus <michael.albinus@gmx.de>
14494
14495 Sync with Tramp 2.2.1.
14496
14497 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
14498
14499 * net/trampver.el: Update release number.
14500
3aaaa6f1
SM
145012011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14502
94642599
SM
14503 * progmodes/compile.el (compilation--previous-directory): Fix up
14504 various nil/dead-marker mismatches (bug#8014).
14505 (compilation-directory-properties, compilation-error-properties):
14506 Don't call it at a position past the one we're about to change.
14507
3aaaa6f1
SM
14508 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
14509 Disable obsolescence warnings in the file that declares it.
14510
14239447
KM
145112011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
14512
099c39a4
JB
14513 * allout-widgets.el (allout-widgets-tally):
14514 Initialize allout-widgets-tally as a hash table rather than nil to
14515 prevent mode-line redisplay warnings. Also, clarify the module
14516 description and fix a comment typo.
14239447 14517
135e287c
JB
145182011-03-11 Juanma Barranquero <lekktu@gmail.com>
14519
14520 * help-fns.el (describe-variable): Don't complete keywords.
14521 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
14522
ffbf300e
CY
145232011-03-10 Chong Yidong <cyd@stupidchicken.com>
14524
ba08b241
CY
14525 * emacs-lisp/package.el (package-version-join): Impose a standard
14526 string representation for pre/alpha/beta version lists.
14527 (package-unpack-single): Standardize the directory name by passing
14528 it through package-version-join.
14529 (package-strip-rcs-id): Accept any version string that does not
14530 signal an error in version-to-list.
ffbf300e 14531
f346fd6b
MA
145322011-03-10 Michael Albinus <michael.albinus@gmx.de>
14533
14534 * simple.el (delete-trailing-whitespace): Return nil for the
14535 benefit of `write-file-functions'.
14536
ccb55d27
GM
145372011-03-10 Glenn Morris <rgm@gnu.org>
14538
5ceaac0c
GM
14539 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
14540
02da65ff
GM
14541 * vc/vc-git.el (vc-git-program): New option.
14542 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
14543 (vc-git--call): Use it.
14544
b2f603cc
GM
14545 * eshell/esh-util.el (eshell-condition-case): Doc fix.
14546
5772caab
GM
14547 * cus-edit.el (Custom-newline): If no button at point, look
14548 for a subgroup button at start-of-line. (Bug#2298)
14549
ccb55d27
GM
14550 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
14551
ec6ecaed
JD
145522011-03-10 Julien Danjou <julien@danjou.info>
14553
14554 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
14555 `cursor-type' is nil.
14556
9d5aa01d
JB
145572011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
14558
14559 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
14560
b6a5875b
KM
145612011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
14562
7a71b18d 14563 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
14564 preserves the existing header prefix, rebulleting it if necessary,
14565 rather than replacing it. This is necessary for proper operation
14566 of cooperative addons like allout-widgets.
1154d12e
JB
14567 (allout-make-topic-prefix, allout-rebullet-heading):
14568 Change SOLICIT arg to INSTEAD, and interpret additionally a string
14569 value as alternate bullet to be used, instead of prompting the user
14570 for a bullet character.
b6a5875b 14571
ee545c35
MA
145722011-03-09 Michael Albinus <michael.albinus@gmx.de>
14573
d86d2721
SM
14574 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14575 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
14576 `tramp-default-port'.
14577
c47971d7
DD
145782011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
14579
14580 * net/rcirc.el (rcirc-handler-001): Remove useless
14581 with-rcirc-process-buffer.
14582 (rcirc-check-auth-status): Swap arguments to string-match.
14583
13522cb4
GM
145842011-03-09 Glenn Morris <rgm@gnu.org>
14585
0be6f4f1
GM
14586 * shell.el (shell-mode):
14587 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
14588
13522cb4
GM
14589 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
14590 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
14591
515de2e3
CY
145922011-03-08 Chong Yidong <cyd@stupidchicken.com>
14593
14594 * emacs-lisp/package.el (package-refresh-contents)
14595 (package-menu-execute): Use condition-case-no-debug.
14596
b511b994
MA
145972011-03-08 Michael Albinus <michael.albinus@gmx.de>
14598
14599 * simple.el (shell-command-to-string): Use `process-file'.
14600
14601 * emacs-lisp/package.el (package-tar-file-info): Handle also
14602 remote files.
14603
d86d2721
SM
14604 * emacs-lisp/package-x.el (package-upload-buffer-internal):
14605 Use `equal' for upload base check.
b511b994 14606
25bbfb31
AM
146072011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
14608
14609 * textmodes/texinfo.el (texinfo-environments):
14610 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
14611
be996521
GM
146122011-03-08 Glenn Morris <rgm@gnu.org>
14613
e9c8529f
GM
14614 * cus-start.el (cursor-in-non-selected-windows):
14615 Fix :set quoting oddness. (Bug#8192)
14616
be996521
GM
14617 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
14618 in some setf expressions. (Bug#2159)
14619
2bb5649e
CY
146202011-03-08 Chong Yidong <cyd@stupidchicken.com>
14621
14622 * custom.el (custom-available-themes): Return themes in
14623 alphabetical order.
14624
33383987 14625See ChangeLog.15 for earlier changes.
e3d51b27
MR
14626
14627;; Local Variables:
14628;; coding: utf-8
e3d51b27
MR
14629;; End:
14630
acaf905b 14631 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
14632
14633 This file is part of GNU Emacs.
14634
14635 GNU Emacs is free software: you can redistribute it and/or modify
14636 it under the terms of the GNU General Public License as published by
14637 the Free Software Foundation, either version 3 of the License, or
14638 (at your option) any later version.
14639
14640 GNU Emacs is distributed in the hope that it will be useful,
14641 but WITHOUT ANY WARRANTY; without even the implied warranty of
14642 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14643 GNU General Public License for more details.
14644
14645 You should have received a copy of the GNU General Public License
14646 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.