* minibuf.c (Fassoc_string): Remove duplicate declaration.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
37269466
CY
12012-06-02 Chong Yidong <cyd@gnu.org>
2
3 Remove incorrect uses of "modeline" in comments, docstrings, and
4 function/variable names (Bug#10329).
5
6 * cus-edit.el (mode-line):
7 * dframe.el (dframe-mouse-hscroll):
8 * emacs-lisp/re-builder.el:
9 * emacs-lisp/easy-mmode.el (define-minor-mode):
10 * frame.el (set-frame-name):
11 * help.el (lookup-minor-mode-from-indicator):
12 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
13 * progmodes/cc-cmds.el (c-toggle-auto-newline)
14 (c-toggle-hungry-state):
15 * progmodes/antlr-mode.el (antlr-language-alist):
16 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
17 * progmodes/vhdl-mode.el (vhdl-mode):
18 * progmodes/which-func.el (which-func, which-func-cleanup-function):
19 * term/ns-win.el (ns-face-at-pos):
20 * term/sup-mouse.el (sup-mouse-report):
21 * textmodes/flyspell.el (flyspell-mode-line-string):
22 * textmodes/ispell.el (ispell-highlight-face):
23 * textmodes/reftex-global.el:
24 * vc/vc-arch.el (vc-arch-mode-line-string):
25 * vc/vc-cvs.el (vc-cvs-mode-line-string):
26 * vc/vc-git.el (vc-git-mode-line-string):
27 * vc/vc-hooks.el (vc-display-status)
28 (vc-default-mode-line-string):
29 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
30
31 * ansi-color.el (ansi-color-faces-vector): Change default faces.
32
33 * dired.el (dired-sort-set-mode-line): Rename from
34 dired-sort-set-modeline. All callers changed.
35
36 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
37 eshell-status-in-modeline.
38
39 * foldout.el (foldout-mode-line-string): Rename from
40 foldout-modeline-string. All callers changed.
41 (foldout-update-mode-line): Rename from foldout-update-modeline.
42
43 * subr.el (redraw-modeline): Make into obsolete alias.
44
45 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
46 timeclock-modeline-display. Make old name an alias.
47 (timeclock-update-mode-line): Likewise. All callers changed.
48 (timeclock-mode-line-display): No need to check before using
49 add-hook.
50 (timeclock-relative, timeclock-day-over-hook)
51 (timeclock-use-elapsed, timeclock-mode-string)
52 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
53
54 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
55 crisp-mode-modeline-string.
56
57 * play/solitaire.el (solitaire-build-mode-line): Rename from
58 solitaire-build-modeline. All callers changed.
59
60 * play/zone.el (zone-hiding-mode-line): Rename from
61 zone-hiding-modeline. All callers changed.
62 (zone): Remove unusued `modeline-hidden-level' property.
63
64 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
65 xscheme-modeline-initialize. All callers changed.
66
67 * strokes.el (strokes-lighter): Rename from
68 strokes-modeline-string.
69
70 * textmodes/sgml-mode.el (html-face-tag-alist)
71 (html-tag-face-alist): Use mode-line face instead of obsolete
72 alias modeline.
73
42152ee4
SM
742012-06-02 Stefan Merten <smerten@oekonux.de>
75
76 * textmodes/rst.el: Always require `cl'.
4cf9b38d 77 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 78
95f520b5
CY
792012-06-02 Chong Yidong <cyd@gnu.org>
80
81 * image.el (imagemagick-enabled-types): Rename from
82 imagemagick-types-enable. Add many more types.
83 (imagemagick-types-inhibit): Change default to nil.
84 (imagemagick-filter-types): Caller changed.
85
4a5f187a
SM
862012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
87
03fef3e6
SM
88 * emacs-lisp/cl-macs.el: Use backquotes.
89 (cl-transform-function-property): Use eval-and-compile rather than
90 abusing `require'.
91 (defstruct): Use declare-function instead of with-no-warnings.
92
4a5f187a
SM
93 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
94 (byte-compile-output-docform): Re-add the print-circle bindings.
95 (byte-compile-fix-header): Use #$ just because it's shorter.
96 (byte-compile-output-file-form): Remove defun/defmacro.
97
bd56924f
MR
982012-06-01 Martin Rudalics <rudalics@gmx.at>
99
100 * simple.el (choose-completion): Remove now obsolete binding for
101 owindow.
102
046e38ce
MA
1032012-06-01 Michael Albinus <michael.albinus@gmx.de>
104
105 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
106 in order to avoid "Stack overflow in regexp matcher".
107
32d72c2f
GM
1082012-05-31 Glenn Morris <rgm@gnu.org>
109
110 * image.el: For clarity, call imagemagick-register-types at
111 top-level, rather than relying on a custom :initialize.
112 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
113 (imagemagick-filter-types): New function. (Bug#7406)
114 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
115 If disabling support, remove elements altogether rather
116 than using an impossible regexp.
117 (imagemagick-types-inhibit): Give it the default init function.
118
dd41169b
SM
1192012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
120
4a5f187a
SM
121 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
122 Handle arbitrary file name lengths (Bug#11585).
dd41169b 123
efc00ab1 1242012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
125
126 * desktop.el (desktop-read): Clear previous and next buffers for
127 all windows and bury *Messages* buffer (bug#11556).
128
500fcedc
SM
1292012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
130
131 Add `declare' for `defun'. Align `defmacro's with it.
132 * emacs-lisp/easy-mmode.el (define-minor-mode)
133 (define-globalized-minor-mode): Don't autoload the var definitions.
134 * emacs-lisp/byte-run.el: Use lexical-binding.
135 (defun-declarations-alist, macro-declarations-alist): New vars.
136 (defmacro, defun): Use them.
137 (make-obsolete, define-obsolete-function-alias)
138 (make-obsolete-variable, define-obsolete-variable-alias):
139 Use `declare'.
140 (macro-declaration-function): Mark obsolete.
141 * emacs-lisp/autoload.el: Use lexical-binding.
142 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
143
6e8a1786
AM
1442012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
145
146 * textmodes/ispell.el (ispell-with-no-warnings):
147 Define as a macro.
500fcedc
SM
148 (ispell-kill-ispell, ispell-change-dictionary):
149 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
150 `interactive-p'.
151
61b108cc
SM
1522012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
153
154 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
155 (macro-declaration-function): Move var from C code.
156 (macro-declaration-function): Define function with defalias.
157 * emacs-lisp/macroexp.el (macroexpand-all-1):
158 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
159 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
160 defun/defmacro any more.
161 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
162 Provide fallback for unknown arglist.
163 (byte-compile-arglist-warn): Change calling convention.
164 (byte-compile-output-file-form): Move print-vars binding.
165 (byte-compile-output-docform): Simplify accordingly.
166 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
167 (byte-compile-defmacro-declaration): Remove.
168 (byte-compile-file-form-defmumble): Generalize to defalias.
169 (byte-compile-output-as-comment): Return byte-positions.
170 Simplify callers accordingly.
171 (byte-compile-lambda): Use `assert'.
172 (byte-compile-defun, byte-compile-defmacro): Remove.
173 (byte-compile-file-form-defalias):
174 Use byte-compile-file-form-defmumble.
175 (byte-compile-defalias-warn): Remove.
176
6d3f7c2f
SM
1772012-05-29 Stefan Merten <smerten@oekonux.de>
178
179 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 180 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
181
182 (rst-mode-abbrev-table): Merge definition.
183 (rst-mode): Make sure `font-lock-defaults' is buffer local.
184 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
185
6dbaa1c7
UJ
1862012-05-29 Ulf Jasper <ulf.jasper@web.de>
187
188 * calendar/icalendar.el
189 (icalendar-export-region): Export UID properly.
190
1912012-05-29 Leo <sdl.web@gmail.com>
61b108cc
SM
192 * calendar/icalendar.el (icalendar-import-format):
193 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
194 (icalendar-import-format-uid): New.
195 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
196 Export UID.
197
6876a58d
SM
1982012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
199
200 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
201 different alternative patterns.
202 (pcase-codegen): Be more careful to preserve identity.
203 (pcase--u1): Don't forget to mark vars as used.
204
205 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
206 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
207 (byte-compile-from-buffer): ...rather than here.
208
209 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
210 functions from byte-compile-function-environment.
211
46b7967e
TN
2122012-05-29 Troels Nielsen <bn.troels@gmail.com>
213
214 * window.el (window-deletable-p): Avoid deleting the root window
215 of a frame with an active minibuffer.
216
69d565e2
MR
2172012-05-29 Martin Rudalics <rudalics@gmx.at>
218
219 * simple.el (choose-completion): Use quit-window (Bug#11567).
220
a149fa51
CY
2212012-05-29 Chong Yidong <cyd@gnu.org>
222
223 * whitespace.el (whitespace-cleanup): Fix usage of
224 whitespace-empty-at-bob-regexp (Bug#11492).
225
2b311310
AH
2262012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
227
228 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
229 revert (Bug#11488).
230
b9cb2387
JL
2312012-05-29 Juri Linkov <juri@jurta.org>
232
233 * isearch.el (isearch-mode-map): Bind `M-s _' to
234 `isearch-toggle-symbol'. Bind `M-s c' to
235 `isearch-toggle-case-fold'.
236 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
237 (isearch-forward): Add `M-s _' to the docstring.
238 (isearch-forward-symbol, isearch-toggle-case-fold)
239 (isearch-symbol-regexp): New functions. (Bug#11381)
240
d5e61c1c
JL
2412012-05-29 Juri Linkov <juri@jurta.org>
242
243 * isearch.el (isearch-word): Add docstring. (Bug#11381)
244 (isearch-occur, isearch-search-and-update): If `isearch-word' is
245 a function, call it to get the regexp.
246 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
247 property `isearch-message-prefix' instead of the string "word ".
248 (isearch-search-fun-default): For the case of `isearch-word',
249 return a lambda that calls re-search-forward/re-search-backward
250 with a regexp returned by `word-search-regexp' or by the function
251 in `isearch-word'.
252
8cbd80f7
JL
2532012-05-29 Juri Linkov <juri@jurta.org>
254
255 * isearch.el (isearch-search-fun-default): New function.
256 (isearch-search-fun): Move default part to the new function
257 `isearch-search-fun-default'.
258 (isearch-search-fun-function): Set the default value to
259 `isearch-search-fun-default'. (Bug#11381)
260
261 * comint.el (comint-history-isearch-end):
262 Use `isearch-search-fun-default'.
263 (comint-history-isearch-search): Use `isearch-search-fun-default'
264 and remove spacial case for `isearch-word'.
265 (comint-history-isearch-wrap): Remove spacial case for
266 `isearch-word'.
267
268 * hexl.el (hexl-isearch-search-function):
269 Use `isearch-search-fun-default'.
270
271 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
272 Use `word-search-regexp' for `isearch-word'.
273
274 * misearch.el (multi-isearch-search-fun):
275 Use `isearch-search-fun-default'.
276
277 * simple.el (minibuffer-history-isearch-search):
278 Use `isearch-search-fun-default' and remove spacial case for
279 `isearch-word'.
280 (minibuffer-history-isearch-wrap): Remove spacial case for
281 `isearch-word'.
282
283 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
284 Remove spacial case for `isearch-word'.
285 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
286
85c8c5b6
AM
2872012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
288
289 Decrease XEmacs incompatibilities.
290 * textmodes/flyspell.el (flyspell-check-pre-word-p):
291 Use `string-match'.
292 (flyspell-delete-region-overlays): Use alternative definition for
293 XEmacs.
294 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
295 (flyspell-word): Use `process-kill-without-query' if XEmacs.
296 (flyspell-mode-on): Use `interactive-p' if XEmacs.
297 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
298 `define-obsolete-face-alias' under XEmacs, but old method.
299
300 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
301 `with-no-warnings' definition or Emacs alias.
302 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
303 (ispell-word): Do not use `region-p' if XEmacs.
304
8cab9efc
AM
3052012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
306
307 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
308 Check for `ispell-dictionary-base-alist' instead of full
309 `ispell-dictionary-alist'.
310 (ispell-init-process): Show spellchecker when starting new Ispell
311 process.
312
fda91268
RZ
3132012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
314
315 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
316 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
317
694ea8e3
JB
3182012-05-27 Juanma Barranquero <lekktu@gmail.com>
319
320 * version.el (motif-version-string, gtk-version-string)
321 (ns-version-string): Declare.
322
e4d4f539
JL
3232012-05-27 Juri Linkov <juri@jurta.org>
324
325 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
326 after the `eval-defun-1' specialcaseing
327 like in `edebug-eval-defun' (bug#10181).
328
329 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
330 like in `eval-defun-1'.
331
33017faf 3322012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 333
fda91268
RZ
334 * mail/sendmail.el (mail-yank-region):
335 Recognize rmail-yank-current-message in addition to insert-buffer.
336 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
337 a *mail* buffer created through rmail-start-mail with sendmail as
338 mail-user-agent.
339
33017faf
GM
3402012-05-27 Chong Yidong <cyd@gnu.org>
341
342 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
343 Default to 256 (Bug#11267).
344
345 * help.el (describe-mode): Doc fix.
346
04188bb9
GM
3472012-05-26 Glenn Morris <rgm@gnu.org>
348
38264cc9
GM
349 * w32-fns.el (w32-init-info): Remove.
350 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
351
eb7afdad
GM
352 * info.el (info-initialize): For self-contained NS builds, put the
353 included info/ directory at the front. (Bug#2791)
354
04188bb9
GM
355 * paths.el (Info-default-directory-list): Make it a defcustom,
356 mainly so that we can use custom-initialize-delay.
357
a179e3f7
SM
3582012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
359
43416392
SM
360 * subr.el (buffer-has-markers-at): Mark obsolete.
361
a179e3f7 362 * subr.el (lambda): Use declare.
43416392 363
a179e3f7
SM
364 * emacs-lisp/lisp-mode.el (lambda):
365 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
366
34a008d9
AH
3672012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
368
369 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
370
0a3b289f
GM
3712012-05-26 Glenn Morris <rgm@gnu.org>
372
373 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
374
758c81e8
GM
3752012-05-25 Glenn Morris <rgm@gnu.org>
376
f9f334f0
GM
377 * paths.el: Remove no-byte-compile.
378 * loadup.el: No need to load paths.el uncompiled.
379
87eb79c2
GM
380 * image.el (imagemagick-types-inhibit): Doc fix.
381
758c81e8
GM
382 * version.el: Remove no-byte-compile and associated formatting.
383 * loadup.el: No need to load version.el uncompiled. AFAICS, this
384 is ancient code from when there was an "inc-vers.el".
385
e7e85dc0
SM
3862012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
387
388 * progmodes/gdb-mi.el: Minor style changes.
389 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
390 Turn into minor modes.
391 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
392 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
393 (gdb-shell): Remove unneeded let-binding.
394 (gdb-get-many-fields): Eliminate O(n²) behavior.
395
f31237a4
EZ
3962012-05-25 Eli Zaretskii <eliz@gnu.org>
397
398 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
399 platforms that don't link in fontset.c.
400
bc1b21bb
JL
4012012-05-25 Juri Linkov <juri@jurta.org>
402
403 Use the same diff color scheme as in modern VCSes (bug#10181).
404
405 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
406 to avoid confusion with `diff-added' that now uses green colors.
407 (diff-removed): Use shades of red.
408 (diff-added): Use shades of green.
409 (diff-changed): Leave just the yellow color.
410 (diff-use-changed-face): New variable.
411 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
412 how to highlight context diff changes.
413 (diff-refine-change): Use shades of yellow.
414 (diff-refine-removed): New face that uses shades of red.
415 (diff-refine-added): New face that uses shades of green.
416 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
417 `diff-refine-removed' in the call to `smerge-refine-subst'
418 depending on the value of `diff-use-changed-face'.
419
420 * vc/smerge-mode.el (smerge-mine): Use shades of red.
421 (smerge-other): Use shades of green.
422 (smerge-base): Use shades of yellow.
423 (smerge-refined-change): Empty face.
424 (smerge-refined-removed): New face that uses shades of red.
425 (smerge-refined-added): New face that uses shades of green.
426 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
427 args `props-r' and `props-a', and use them. Doc fix.
428 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
429 on its value use different faces `smerge-refined-change',
430 `smerge-refined-removed', `smerge-refined-added' in the call to
431 `smerge-refine-subst'.
432
433 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
434 Add face condition `min-colors 88' with shades of red.
435 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
436 `min-colors 88' with shades of green.
437 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
438 `min-colors 88' with shades of yellow.
439
6df9112c
GM
4402012-05-24 Glenn Morris <rgm@gnu.org>
441
ead5edc0
GM
442 * paths.el (prune-directory-list, remote-shell-program): Move to...
443 * files.el (prune-directory-list, remote-shell-program): ...here.
444 For the latter, delay initialization, prefer ssh, just search PATH.
445
f18b81e6
GM
446 * paths.el (term-file-prefix): Move to faces.el (the only user).
447 * faces.el (term-file-prefix): Move here, make it a defcustom.
448
ee2f89a6
GM
449 * paths.el (news-directory, news-path, news-inews-program):
450 Move to gnus/nnspool.el.
61a583ca 451
f8815e4c
GM
452 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
453
c8f3b42c
GM
454 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
455 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
456 Make the latter a defcustom, with a delayed initialization.
457
6df9112c
GM
458 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
459 These were deleted from Gnus itself late 2010.
460
5dadff36
JB
4612012-05-22 Juanma Barranquero <lekktu@gmail.com>
462
9e1701c6
JB
463 * progmodes/which-func.el (which-func-ff-hook):
464 Check against user-error, not error.
465
bd7239f5 466 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
467 cl-specs.el, which no longer exists.
468
3290526d
GM
4692012-05-22 Glenn Morris <rgm@gnu.org>
470
471 * info.el (info-emacs-bug): New command.
472 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
473 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
474
ff0c3cfb
GM
4752012-05-21 Glenn Morris <rgm@gnu.org>
476
477 * makefile.w32-in (update-subdirs-SH):
478 * Makefile.in (update-subdirs): Update for moved update-subdirs.
479
5814f126
SM
4802012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
481
a52c0aa0
SM
482 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
483
5814f126
SM
484 * progmodes/compile.el (compilation-error-regexp-alist-alist):
485 Simplify Maven regexp, and make sure the file can't start with a space
486 (bug#11517).
487
b847032c
GM
4882012-05-21 Glenn Morris <rgm@gnu.org>
489
490 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
491 Scrap superfluous subshells.
492
3858bfe7
SM
4932012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
494
495 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
496 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
497
d14b0029
JB
4982012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
499
500 * calc/calc.el (calc-ensure-consistent-units): New variable.
501
a52c0aa0
SM
502 * calc/calc-units.el (math-consistent-units-p)
503 (math-check-unit-consistency): New functions.
504 (calc-quick-units, calc-convert-units):
505 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
506 is non-nil.
d14b0029
JB
507 (calc-extract-units): Fix typo.
508
60c4db3a
SM
5092012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
510
77f3b62e
SM
511 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
512
60c4db3a
SM
513 * textmodes/flyspell.el: Commenting style, plus code simplifications.
514 (flyspell-default-deplacement-commands): Don't spell check after
515 repeated window/frame switches (e.g. triggered by mouse-movement).
516 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
517 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
518 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
519 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
520 Remove unused vars.
521 (flyspell-get-casechars, flyspell-get-not-casechars):
522 Simplify; Don't bother removing a ] just to add it back.
523 * textmodes/ispell.el (ispell-program-name): Use executable-find.
524
b1a10716
RS
5252012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
526
527 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
528 New functions.
bd7239f5 529 (math-function-table): Add support for more C functions.
b1a10716 530
3f1b25b5
AM
5312012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
532
533 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
534 (flyspell-debug-signal-word-checked): Protect delay handling for
535 otherchars against empty otherchars.
536
b581bb5c
SM
5372012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
538
539 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
540 their respective macro declarations.
541 * skeleton.el (define-skeleton):
542 * progmodes/compile.el (define-compilation-mode):
543 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
544 (define-ibuffer-filter):
545 * emacs-lisp/generic.el (define-generic-mode):
546 * emacs-lisp/easy-mmode.el (define-minor-mode)
547 (define-globalized-minor-mode):
548 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
549 * emacs-lisp/byte-run.el (defsubst):
550 * custom.el (deftheme): Add doc-string metadata.
551
70b8ef8f
SM
5522012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
553
554 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
555
b1198e17
SM
5562012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
557
9abdc45d
SM
558 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
559
b1198e17
SM
560 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
561 * emacs-lisp/cl-macs.el: Idem.
562 * emacs-lisp/cl-specs.el: Remove.
563
4735906a
SM
5642012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
565
566 Minor renaming of internal CL functions and variables.
567 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
568 (cl--position): Rename from cl-position.
569 (cl--delete-duplicates): Rename from cl-delete-duplicates.
570 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
571 (cl--random-state): Rename from *random-state*.
572
ac348012
SM
5732012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
574
575 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
576 parens around the arg list (bug#11499).
577
a0a79cde
JL
5782012-05-17 Juri Linkov <juri@jurta.org>
579
580 * isearch.el (word-search-regexp, word-search-backward)
581 (word-search-forward, word-search-backward-lax)
582 (word-search-forward-lax): Move functions from search.c
583 (bug#10145, bug#11381).
584
65034a51
AM
5852012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
586
587 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
588 (flyspell-debug-signal-word-checked): Delay for otherchars as for
589 normal word components.
590
1a72a195
SM
5912012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
592
593 * minibuffer.el (completion--sifn-requote): Fix last change.
594 (minibuffer-local-must-match-filename-map):
595 Move define-obsolete-variable-alias before its var.
596
fdb058c2
SM
5972012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
598
c41045e6
SM
599 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
600
036dfb8b
SM
601 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
602 behavior.
603 (completion--string-equal-p): New function.
604 (completion--twq-all): Use it to get better assertion failure data.
605
2473256d
SM
606 Only handle ".." and '..' quoting in shell-mode (bug#11466).
607 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
608 (shell--requote-argument): New functions.
609 (shell-completion-vars): Use them.
610 (shell--parse-pcomplete-arguments): Rename from
611 shell-parse-pcomplete-arguments.
612 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
613 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
614 Obey comint-file-name-quote-list.
615
fdb058c2
SM
616 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
617 (smie-indent-keyword): Use it.
618
51fa99f1
SM
6192012-05-14 Stefan Merten <smerten@oekonux.de>
620
621 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
622
e18afed7 6232012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
624
625 * net/rlogin.el (rlogin-mode-map): Fix last change.
626
e18afed7 6272012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
628
629 * mail/smtpmail.el (smtpmail-send-command): Send the command and
630 the following \r\n using a single `process-send-string', since the
631 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 632 with two `process-send-string's (Bug#11444).
8633b1f4 633
e18afed7 6342012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 635
fdb058c2
SM
636 * shell.el (shell-parse-pcomplete-arguments):
637 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 638
2d21d7f6
WJ
6392012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
640
e18afed7 641 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
642 (image-transform-scale, image-transform-right-angle-fudge): New vars.
643 (image-transform-width, image-transform-fit-width): New functions.
644 (image-transform-properties): Use them.
645 (image-transform-check-size): New function.
646 (image-toggle-display-image): Use it (for testing).
647 (image-transform-set-rotation): Reduce angle mod 360.
648 Delete obsolete comment.
649
7102e6d0
WJ
6502012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
651
652 * image-mode.el: Fix scaling (bug#11399).
653 (image-transform-resize): Doc fix.
654 (image-transform-properties): Default scale is 1 and height should
655 be an integer.
656
06bc5e6e
SM
6572012-05-13 Johan Bockgård <bojohan@gnu.org>
658
659 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
660 than hard-coding `car', to fix misbehavior when moving forward.
661
0ae03b6a
CY
6622012-05-13 Chong Yidong <cyd@gnu.org>
663
664 * emacs-lisp/tabulated-list.el (tabulated-list-format)
665 (tabulated-list-entries, tabulated-list-padding)
666 (tabulated-list-sort-key): Make permanent-local.
667
668 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
669 (electric-buffer-list): Put electric buffer menu
670 command descriptions in this docstring, instead of the docstring
671 of electric-buffer-menu-mode. Code cleanups.
672 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
673 Electric-buffer-menu-mode.
674 (electric-buffer-update-highlight): Minor code cleanup.
675
205a7391
MA
6762012-05-13 Michael Albinus <michael.albinus@gmx.de>
677
678 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
679 (Bug#11447)
680
e5bd0a28
SM
6812012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
682
683 Move define-obsolete-variable-alias before the var's definition.
684 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
685 * tooltip.el (tooltip-hook):
686 * textmodes/reftex-toc.el (reftex-toc-map):
687 * textmodes/reftex-sel.el (reftex-select-label-map)
688 (reftex-select-bib-map):
689 * textmodes/reftex-index.el (reftex-index-map)
690 (reftex-index-phrases-map):
691 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
692 * progmodes/meta-mode.el (meta-mode-map):
693 * novice.el (disabled-command-hook):
694 * loadhist.el (unload-hook-features-list):
695 * frame.el (blink-cursor):
696 * files.el (find-file-not-found-hooks, write-file-hooks)
697 (write-contents-hooks):
698 * emulation/tpu-edt.el (GOLD-map):
699 * emacs-lock.el (emacs-lock-from-exiting):
700 * emacs-lisp/generic.el (generic-font-lock-defaults):
701 * emacs-lisp/chart.el (chart-map):
702 * dos-fns.el (register-name-alist):
703 * dired-x.el (dired-omit-files-p):
704 * desktop.el (desktop-enable):
705 * cus-edit.el (custom-mode-hook):
706 * buff-menu.el (buffer-menu-mode-hook):
707 * bookmark.el (bookmark-read-annotation-text-func)
708 (bookmark-exit-hooks):
709 * allout.el (allout-mode-deactivate-hook)
710 (allout-exposure-change-hook, allout-structure-added-hook)
711 (allout-structure-deleted-hook, allout-structure-shifted-hook):
712 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
713 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
714 comes before the corresponding variable's definition.
715
ac59c2f6
CY
7162012-05-12 Chong Yidong <cyd@gnu.org>
717
718 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
719 (Buffer-menu-mouse-select): Restore function (Bug#11459).
720 (Buffer-menu-mode-map): Bind it.
721 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 722
dee6c9a3
SM
7232012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
724
2171cea5
SM
725 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
726 (prolog-upper-case-string, prolog-lower-case-string)
727 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
728 (prolog-use-smie, prolog-smie-grammar): New vars.
729 (prolog-smie-forward-token, prolog-smie-backward-token)
730 (prolog-smie-rules): New funs.
731 (prolog-comment-indent): Remove.
732 (prolog-mode-variables): Use default comment indentation instead.
733 Setup SMIE.
734 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
735 (prolog-mode): Don't call them any more.
736 (prolog-electric-colon, prolog-electric-dash)
737 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
738
aa0382bd
SM
739 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
740
dbacb4bd
SM
741 * minibuffer.el (completion--twq-all): Again, allow case differences.
742
13bdd94c
SM
743 * term.el: Move keymap initialization code to be more idiomatic.
744 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
745 (term-terminal-menu): Move initialization into declaration.
746 (term-escape-char): Let the user set it in her .emacs.
747
ff46c759
SM
748 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
749 Provide SMIE-based indentation (not enabled by default yet).
750 (sh-mode-map): Don't bind electric keys.
751 Use electric-pair-mode instead of skeleton-pair.
752 (sh-assignment-regexp): Fit within 80 columns.
753 (sh-indent-supported): Specify actual shell name instead of boolean.
754 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
755 (sh-maybe-here-document): Use it. Make obsolete.
756 (sh-electric-here-document-mode) New minor mode.
757 (sh-mode): Use it. Don't set sh-indent-supported-here here.
758 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
759 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
760 (sh-smie-rc-grammar, sh-use-smie): New vars.
761 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
762 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
763 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
764 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
765 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
766 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
767 (sh-set-shell): Use smie-setup if requested.
768
dee6c9a3
SM
769 * term.el (term-set-escape-char): Properly set term-escape-char.
770 See http://stackoverflow.com/questions/10524656.
771
9f9aa044
CY
7722012-05-10 Chong Yidong <cyd@gnu.org>
773
774 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
775 Use url-generic-parse-url, and handle host names and Windows
776 filenames properly.
777 (ffap-url-unwrap-remote): Use url-generic-parse-url.
778 (ffap-url-unwrap-remote): Accept list values, specifying a list of
779 URL schemes to work on.
780 (ffap--toggle-read-only): New function.
781 (ffap-read-only, ffap-read-only-other-window)
782 (ffap-read-only-other-frame): Use it.
783 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
784 necessary for ffap-url-unwrap-remote.
785
836d29b3
DA
7862012-05-10 Dave Abrahams <dave@boostpro.com>
787
788 * cus-start.el (create-lockfiles): Add it.
789
00fd78ed
CY
7902012-05-09 Chong Yidong <cyd@gnu.org>
791
792 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
793 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
794
666b903b 7952012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
796
797 * shell.el (shell-completion-vars): Fix last change (bug#11348).
798
666b903b 7992012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
800
801 * ansi-color.el (ansi-color-process-output): Check for validity of
802 comint-last-output-start before using it. This avoids a bad
803 interaction with gdb-mi's input/output buffer.
804
666b903b 8052012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
806
807 * files.el (dir-locals-read-from-file):
808 Mention dir-locals in any error message.
809
666b903b 8102012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
811
812 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
813 package (Bug#11410).
814
f677562b
CY
815 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
816 variables into description.
817
666b903b 8182012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
819
820 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
821 shell-delimiter-argument-list (bug#11348).
822 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
823
b499d8d0
JB
8242012-05-09 Juanma Barranquero <lekktu@gmail.com>
825
8f6b6da8
JB
826 * textmodes/rst.el: Silence byte-compiler warnings.
827 (rst-re-alist, rst-reset-section-caches): Move around.
828 (rst-re): Use `characterp', not `char-valid-p'.
829 (font-lock-beg, font-lock-end): Declare.
830
4824146a
JB
831 * progmodes/idlw-shell.el (specs): Remove reference to deleted
832 variable `idlwave-shell-activate-alt-keybindings' and simplify.
833
b499d8d0
JB
834 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
835
ad89bb83
GM
8362012-05-08 Glenn Morris <rgm@gnu.org>
837
838 * files.el (auto-mode-alist): Treat ".make" like ".mk".
839
8bba5a75
SM
8402012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
841
49ed9c8e
SM
842 * vc/log-edit.el: Add GNU coding standards highlighting.
843 (log-edit-font-lock-gnu-style)
844 (log-edit-font-lock-gnu-keywords): New vars.
845 (log-edit-font-lock-keywords): New fun.
846 (log-edit-mode): Don't fold case in font-lock.
847 (log-edit-font-lock-keywords): Do not assume case-folding.
848
07d00b56
SM
849 * imenu.el: Misc cleanup. Make docstrings out of comments.
850 Use lexical-binding.
851 (imenu--index-alist, imenu--last-menubar-index-alist)
852 (imenu-menubar-modified-tick): Use defvar-local.
853 (imenu--split-menu): Remove unused var.
854 (imenu--cleanup-seen): Declare as global.
855 (imenu--cleanup): Use dolist.
856
8bba5a75
SM
857 * subr.el (defvar-local): Add debug spec and doc-string position.
858
5075bdb5
GM
8592012-05-08 Glenn Morris <rgm@gnu.org>
860
c052c904
GM
861 * lisp/language/burmese.el, language/cham.el, language/czech.el:
862 * language/english.el, language/georgian.el, language/greek.el:
863 * language/japanese.el, language/khmer.el, language/korean.el:
864 * language/lao.el, language/misc-lang.el, language/romanian.el:
865 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
866 * language/thai.el, language/utf-8-lang.el:
867 Remove no-byte-compile setting.
868
5075bdb5
GM
869 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
870
06f679a7
AH
8712012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
872
873 * progmodes/make-mode.el (makefile-browse):
874 Remove unnecessary interactive. (Bug#11324)
875
03794570
GM
8762012-05-07 Glenn Morris <rgm@gnu.org>
877
af8630f4
GM
878 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
879
03794570
GM
880 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
881
f0809a9d
SM
8822012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
883
28be5ce7
SM
884 * loadup.el: Preload newcomment.el.
885 * newcomment.el: Move autoload-only code to toplevel.
886
f0809a9d
SM
887 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
888 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
889 Handle new :right-align column property.
890 (tabulated-list-print-col): Idem, plus use `display' text-property to
891 try and preserve alignment for variable pitch fonts.
892
1241b724
CY
8932012-05-07 Chong Yidong <cyd@gnu.org>
894
895 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
896 (tabulated-list-use-header-line): New var.
897 (tabulated-list-init-header): Use it.
898 (tabulated-list-print-fake-header): New function.
899 (tabulated-list-print): Use it.
900 (tabulated-list-sort-button-map): Add non-header-line commands.
901 (tabulated-list-init-header): Add column name property to basic
902 labels as well.
903 (tabulated-list-col-sort): Handle non-header-line button case.
904 (tabulated-list--sort-by-column-name): Fix a corner case.
905
f0809a9d
SM
906 * buff-menu.el (list-buffers--refresh):
907 Handle Buffer-menu-use-header-line.
1241b724 908
e5f9458f
CY
9092012-05-06 Chong Yidong <cyd@gnu.org>
910
911 * buff-menu.el: Convert to Tabulated List mode.
912 (Buffer-menu-buffer+size-width): Make obsolete.
913 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
914 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
915 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
916 documentation into docstring of buffer-menu.
917 (Buffer-menu-toggle-files-only): Add an informative message.
918 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
919 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
920 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
921 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
922 (Buffer-menu-execute, Buffer-menu-select)
923 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
924 (Buffer-menu-bury): Use Tabulated List machinery.
925 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
926 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 927 Delete.
e5f9458f
CY
928 (list-buffers--refresh): New function.
929 (list-buffers-noselect): Use it.
930 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
931 (Buffer-menu--pretty-file-name): New helper functions.
932
933 * loadup.el: Preload tabulated-list.
934
935 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
936 tabulated-list-sort-column.
937 (tabulated-list-init-header): Add the initial aligning space even
938 if tabulated-list-padding is zero.
939
e129292c
CS
9402012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
941
942 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
943 whose cdr is not a cons cell correctly (bug#11038).
944
6632d361
CY
9452012-05-06 Chong Yidong <cyd@gnu.org>
946
e129292c
CS
947 * emacs-lisp/tabulated-list.el (tabulated-list-format):
948 Accept additional plist in column descriptors.
6632d361
CY
949 (tabulated-list-init-header): Obey it.
950 (tabulated-list-get-entry): New function.
951 (tabulated-list-put-tag): Use it. Use string-width instead of
952 length.
953 (tabulated-list--column-number): New function.
954 (tabulated-list-print): Use it.
e129292c
CS
955 (tabulated-list-print-col): New function.
956 Set `tabulated-list-column-name' property on each column's text.
6632d361 957 (tabulated-list-print-entry): Use it.
e129292c
CS
958 (tabulated-list-delete-entry, tabulated-list-set-col):
959 New functions.
6632d361
CY
960 (tabulated-list-sort-column): New command (Bug#11337).
961
3cc99f68
CY
962 * buff-menu.el (list-buffers): Move C-x C-b binding from
963 buff-menu.el to bindings.el.
964
965 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
966 :advertised-binding feature.
967
52b61776
TN
9682012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
969
970 * progmodes/compile.el (compilation-internal-error-properties):
971 Calculate start position correctly when end-col is set but
972 end-line is not (Bug#11382).
973
ebfe2597
WJ
9742012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
975
976 * man.el (Man-unindent): Use text-property-default-nonsticky to
977 prevent untabify from inheriting face properties (Bug#11408).
978
6d3f7c2f
SM
9792012-05-05 Stefan Merten <smerten@oekonux.de>
980
981 * textmodes/rst.el: Major merge with upstream development up to
982 Docutils SVN r7399 / rst.el V1.2.1.
983
984 Clarify maintainership and authors.
985
986 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
987 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
988 (rst-official-version, rst-official-cvs-rev, rst-version)
989 (rst-package-emacs-version-alist): New functions and variables
990 for version information.
991
992 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
993 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
994 (rst-mode-syntax-table, rst-mode): New and corrected functions
995 and variables representing reStructuredText features.
996
997 (rst-re): New function for reStructuredText regexes. Use in
998 many places.
999
1000 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
1001 (rst-mode-map): Rebind keys.
1002
1003 (rst-mode-lazy, rst-font-lock-keywords)
1004 (rst-font-lock-extend-region)
1005 (rst-font-lock-extend-region-internal)
1006 (rst-font-lock-extend-region-extend)
1007 (rst-font-lock-find-unindented-line-limit)
1008 (rst-font-lock-find-unindented-line-match)
1009 (rst-adornment-level, rst-font-lock-adornment-level)
1010 (rst-font-lock-adornment-match)
1011 (rst-font-lock-handle-adornment-pre-match-form)
1012 (rst-font-lock-handle-adornment-matcher): Major revision of
1013 font-locking. Integrate with other code. Use `jit-lock-mode'.
1014
1015 (rst-preferred-adornments, rst-adjust-hook)
1016 (rst-new-adornment-down, rst-preferred-bullets)
1017 (rst-preferred-bullets, rst-indent, rst-indent-width)
1018 (rst-indent-field, rst-indent-literal-normal)
1019 (rst-indent-literal-minimized, rst-indent-comment): Change,
1020 extend and improve customization.
1021
1022 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
1023 (rst-normalize-cursor-position, rst-get-decoration)
1024 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
1025 (rst-rstrip, rst-toc-insert-find-delete-contents)
1026 (rst-shift-fill-region, rst-compute-bullet-tabs)
1027 (rst-debug-print-tabs, rst-debug-mark-found)
1028 (rst-shift-region-guts, rst-shift-region-right)
1029 (rst-shift-region-left, rst-use-char-classes)
1030 (rst-font-lock-keywords-function)
1031 (rst-font-lock-indentation-point)
1032 (rst-font-lock-find-unindented-line-begin)
1033 (rst-font-lock-find-unindented-line-end)
1034 (rst-font-lock-find-unindented-line)
1035 (rst-font-lock-adornment-point, rst-font-lock-level)
1036 (rst-adornment-level-alist): Remove functions and variables.
1037
1038 (rst-compare-adornments, rst-get-adornment-match)
1039 (rst-suggest-new-adornment, rst-get-adornments-around)
1040 (rst-adornment-complete-p, rst-get-next-adornment)
1041 (rst-adjust-adornment, rst-display-adornments-hierarchy)
1042 (rst-straighten-adornments): Standardize function names to
1043 use "adornment" instead of "decoration". Correct callers.
1044 Similar standardizing in many places.
1045
1046 (rst-update-section, rst-adjust, rst-promote-region)
1047 (rst-enumerate-region, rst-bullet-list-region)
1048 (rst-repeat-last-character): Correct use of `interactive'.
1049
1050 (rst-classify-adornment, rst-find-all-adornments)
1051 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
1052 (rst-find-leftmost-column, rst-repeat-last-character):
1053 Refactor functions.
1054
1055 (rst-find-title-line, rst-reset-section-caches)
1056 (rst-get-adornments-around, rst-adjust-adornment-work)
1057 (rst-arabic-to-roman, rst-roman-to-arabic)
1058 (rst-insert-list-pos, rst-insert-list-new-item)
1059 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
1060 New functions.
1061
1062 (rst-all-sections, rst-section-hierarchy)
1063 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
1064 New variables.
1065
1066 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
1067 configuration instead of only buffer. Change where necessary.
1068
1069 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
1070 (rst-shift-region, rst-adaptive-fill): New functions for
1071 indentation and filling.
1072
1073 (rst-comment-line-break, rst-comment-indent)
1074 (rst-comment-insert-comment, rst-comment-region)
1075 (rst-uncomment-region): New functions for handling comments.
1076
1077 (rst-compile): Quote shell arguments.
1078
1079 (rst-compile-pdf-preview, rst-compile-slides-preview):
1080 Delete temporary files after use.
1081
a43f98b3
GM
10822012-05-05 Glenn Morris <rgm@gnu.org>
1083
48176e8b
GM
1084 * calendar/cal-html.el: Optionally include holidays in the output.
1085 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
1086 (cal-html-holidays): New option.
1087 (cal-html-css-default): Add holiday entry.
1088 (holiday-in-range): Autoload it.
1089 (cal-html-htmlify-entry): Add optional class argument.
1090 (cal-html-htmlify-list): Add optional holidays argument.
1091 (cal-html-insert-agenda-days): Include holidays in the output.
1092 (cal-html-one-month): Maybe include holidays.
1093
a43f98b3
GM
1094 * calendar/holidays.el (holiday-in-range):
1095 Move here from cal-tex-list-holidays.
1096 * calendar/cal-tex.el (cal-tex-list-holidays):
1097 Make it an obsolete alias for holiday-in-range. Update all callers.
1098
fef9d149 10992012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
1100
1101 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
1102 Nextstep.
1103
248da2f4
RW
11042012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
1105
1106 * files.el (file-auto-mode-skip): New var.
1107 (set-auto-mode-1): Use it.
1108
f95e9344
SM
11092012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1110
df96ab1e
SM
1111 * repeat.el: Use lexical-binding.
1112 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
1113 (repeat-undo-count): Remove.
1114 (repeat):
1115 * progmodes/octave-mod.el (octave-abbrev-start):
1116 * progmodes/f90.el (f90-abbrev-start):
1117 * face-remap.el (text-scale-adjust):
1118 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
1119
5342bb06
SM
1120 * emacs-lisp/pcase.el (pcase--let*): New function.
1121 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
1122 a bit more.
1123 (pcase--split-pred): Be more clever about ruling out overlap between
1124 a predicate and some constant pattern.
1125 (pcase--q1): Use `null' instead of (eq foo nil).
1126
f95e9344
SM
1127 * subr.el (setq-local, defvar-local): New macros.
1128 (kbd): Redefine as an alias.
1129 (with-selected-window): Leave unrelated frames alone.
1130 (set-temporary-overlay-map): New function.
1131
71873e2b
SM
11322012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1133
1134 * subr.el (user-error): New function.
1135 * window.el (switch-to-buffer):
1136 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
1137 (smerge-match-conflict):
1138 * simple.el (previous-matching-history-element)
1139 (next-matching-history-element, goto-history-element, undo-more)
1140 (undo-start):
1141 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
1142 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
1143 (next-file, tags-loop-scan, list-tags, complete-tag):
1144 * progmodes/compile.el (compilation-loop):
1145 * mouse.el (mouse-minibuffer-check):
1146 * man.el (Man-bgproc-sentinel, Man-goto-page):
1147 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
1148 (Info-history-forward, Info-follow-reference, Info-menu)
1149 (Info-extract-menu-item, Info-extract-menu-counting)
1150 (Info-forward-node, Info-backward-node, Info-next-menu-item)
1151 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
1152 (Info-next-reference, Info-prev-reference, Info-index)
1153 (Info-index-next, Info-follow-nearest-node)
1154 (Info-copy-current-node-name):
1155 * imenu.el (imenu--make-index-alist)
1156 (imenu-default-create-index-function, imenu-add-to-menubar):
1157 * files.el (basic-save-buffer, recover-file):
1158 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1159 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
1160 (checkdoc-message-text, checkdoc-defun):
1161 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
1162 * cus-edit.el (customize-changed-options, customize-rogue)
1163 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
1164 (custom-variable-mark-to-reset-standard)
1165 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
1166 (custom-file):
1167 * completion.el (check-completion-length):
1168 * comint.el (comint-search-arg)
1169 (comint-previous-matching-input-string-position)
1170 (comint-previous-matching-input)
1171 (comint-replace-by-expanded-history-before-point, comint-send-input)
1172 (comint-copy-old-input, comint-backward-matching-input)
1173 (comint-goto-process-mark, comint-set-process-mark):
1174 * calendar/calendar.el (calendar-cursor-to-date): Use it.
1175 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
1176
8a61ee22
SM
11772012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1178
66408d1e
SM
1179 * dabbrev.el (dabbrev--ignore-case-p): New function.
1180 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
1181 Use it.
1182
8a61ee22
SM
1183 * files.el (automount-dir-prefix): Mark as obsolete.
1184
3c74813a
GM
11852012-05-04 Glenn Morris <rgm@gnu.org>
1186
1187 * patcomp.el, play/bruce.el: Move to obsolete/.
1188
0bfcf5c5
PE
11892012-05-04 Paul Eggert <eggert@cs.ucla.edu>
1190
1191 Fix minor Y10k bugs.
1192 * arc-mode.el (archive-unixdate):
1193 * autoinsert.el (auto-insert-alist):
1194 * calc/calc-forms.el (math-this-year):
1195 * emacs-lisp/copyright.el (copyright-current-year)
1196 (copyright-update-year, copyright):
1197 * tar-mode.el (tar-clip-time-string):
1198 * time.el (display-time-update):
1199 Don't assume years have 4 digits.
1200
78f3273a
CY
12012012-05-04 Chong Yidong <cyd@gnu.org>
1202
1203 * dos-w32.el (file-name-buffer-file-type-alist)
1204 (direct-print-region-use-command-dot-com):
1205 * ffap.el (ffap-menu-regexp):
1206 * find-file.el (ff-special-constructs):
1207 * follow.el (follow-debug):
1208 * forms.el (forms--debug):
1209 * iswitchb.el (iswitchb-all-frames):
1210 * ido.el (ido-all-frames):
1211 * emacs-lisp/timer.el (timer-max-repeats):
1212 * mail/feedmail.el (feedmail-mail-send-hook)
1213 (feedmail-mail-send-hook-queued):
1214 * mail/footnote.el (footnote-signature-separator):
1215 * mail/mailabbrev.el (mail-alias-separator-string)
1216 (mail-abbrev-mode-regexp):
1217 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
1218 * progmodes/idlwave.el (idlwave-libinfo-file)
1219 (idlwave-default-completion-case-is-down)
1220 (idlwave-library-routines): Convert defvars to defcustoms.
1221
1222 * mail/rmail.el (rmail-decode-mime-charset):
1223 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
1224 (idlwave-shell-fix-inserted-breaks)
1225 (idlwave-shell-activate-alt-keybindings)
1226 (idlwave-shell-use-breakpoint-glyph):
1227 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
1228
f7ae6719
SM
12292012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
1230
1231 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
1232
47086495
WS
12332012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
1234
1235 * progmodes/verilog-mode.el (font-lock-keywords):
1236 Fix mis-highligting auto. Reported by Craig Barner.
1237 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
1238 defines from global name space. Reported by Dan Dever.
1239 (verilog-auto-reset, verilog-auto-reset-widths)
1240 (verilog-auto-tieoff): Support using unbased numbers for
1241 AUTORESET and AUTOTIEOFF.
1242 (verilog-submit-bug-report): Update variable list.
1243 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
1244 parenthesis from not matching. Reported by Michael Rytting.
1245 (verilog-auto-template-lint): Fix hash error when linting modules
1246 with no used templates.
1247 (verilog-warn, verilog-warn-error)
1248 (verilog-warn-fatal): When non-interactive report multiple
1249 warnings before exiting. Suggested by Brad Dobbie.
1250 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
1251 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
1252 to report unused template errors. Reported by Brad Dobbie.
1253 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
1254 nets, bug438. Reported by Vns Blore.
1255 (verilog-auto-inout-module, verilog-auto-reg)
1256 (verilog-read-decls, verilog-read-sub-decls-sig)
1257 (verilog-signals-edit-wire-reg, verilog-signals-with):
1258 Fix passing of Verilog data types in ANSI input/output ports
1259 such as "output logic" into the AUTOs. Special case "wire" and
1260 "reg" for backwards compatibility presuming Verilog 2001.
1261 (verilog-auto-ascii-enum): Add "auto enum" as alias.
1262 (verilog-preprocess): Fix replication of preprocess output.
1263 Reported by Brad Dobbie.
1264 (verilog-auto-inst-interfaced-ports):
1265 Create verilog-auto-inst-interfaced-ports, bug429.
1266 Reported by Julian Gorfajn.
1267 (verilog-after-save-font-hook)
1268 (verilog-before-save-font-hook): New variable.
1269 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
1270 (verilog-save-font-mods): Wrap disabling fontification, reported
1271 by David Rogoff.
1272 (verilog-do-indent, verilog-pretty-declarations-auto)
1273 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
1274 Reported by Pierre-David Pfister.
1275 (verilog-set-auto-endcomments): Fix endtask auto comments outside
1276 of class declarations, bug292. Reported by Kevin Heilman.
1277 (verilog-read-decls): Fix 'parameter type' not appearing in
1278 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
1279 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
1280 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
1281 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
1282 Reported by David Kravitz.
1283
12842012-05-03 Michael McNamara <mac@mail.brushroad.com>
1285
1286 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
1287 assignment with tests in ifs and for loops.
1288 (verilog-extended-complete-re, verilog-complete-reg): Change so
1289 that DPI inport functions don't look like fuction declarations.
1290 (verilog-pretty-expr): Don't line up assignment
1291 operations to the test and increment in if and for loops
1292 (verilog-extended-complete-re, verilog-complete-reg): Change so
1293 that DPI inport functions don't look like fuction declarations
1294
2e51d4b5
KH
12952012-05-03 Kenichi Handa <handa@m17n.org>
1296
1297 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 1298 decoding, and show a warning message without signaling an error
2e51d4b5
KH
1299 (Bug#11282).
1300
2bd785a2
SM
13012012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
1302
1303 * emacs-lisp/bytecomp.el
1304 (byte-compile-file-form-custom-declare-variable): Compile all elements,
1305 since cconv.el might have introduced :fun-body, internal-make-closure,
1306 and friends for bytecomp to handle (bug#11391).
1307 * custom.el (defcustom): Avoid ((λ ..) ..).
1308
99d27583
SM
13092012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
1310
1311 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
1312
55a71479
JB
13132012-05-02 Juanma Barranquero <lekktu@gmail.com>
1314
1315 * notifications.el (dbus-debug):
1316 * term/linux.el (gpm-mouse-enable):
1317 * term/screen.el (xterm-register-default-colors): Declare.
1318
7b97c764
CY
13192012-05-02 Chong Yidong <cyd@gnu.org>
1320
2bc356d7
CY
1321 * cus-start.el (gc-cons-percentage, exec-suffixes)
1322 (dos-display-scancodes, dos-hyper-key, dos-super-key)
1323 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
1324 (make-cursor-line-fully-visible, void-text-area-pointer)
1325 (font-list-limit): Add customization data.
1326
7b97c764
CY
1327 * allout.el (allout-exposure-change-functions)
1328 (allout-structure-added-functions)
1329 (allout-structure-deleted-functions)
1330 (allout-structure-shifted-functions): Rename abnormal hooks from
1331 *-hook, and convert to defcustoms.
5d3385a0
JB
1332 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
1333 Convert to defcustoms.
7b97c764
CY
1334 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
1335
1336 * allout-widgets.el: Hook callers changed.
1337
90207a15 13382012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
1339
1340 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
1341 the yanked message in preference to the default value of
1342 buffer-file-coding-system.
1343
90207a15 13442012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 1345
5d3385a0
JB
1346 * window.el (display-buffer--action-function-custom-type):
1347 Fix entry.
d9558cad 1348
90207a15 13492012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
1350
1351 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
1352
d80ac57b
GM
13532012-05-01 Glenn Morris <rgm@gnu.org>
1354
976f7668
GM
1355 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
1356
beb83b5a
GM
1357 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
1358
d80ac57b
GM
1359 * cus-edit.el (custom-variable-documentation): Simplify with format.
1360
b593d6a9
AH
13612012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1362 Stefan Monnier <monnier@iro.umontreal.ca>
1363
1364 * simple.el (suggest-key-bindings, execute-extended-command):
1365 Move from keyboard.c.
1366
782fbf2a
CY
13672012-05-01 Chong Yidong <cyd@gnu.org>
1368
1369 * follow.el: Eliminate advice.
1370 (set-process-filter, process-filter, sit-for): Advice deleted.
1371 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
1372 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
1373 Vars deleted.
782fbf2a
CY
1374 (follow-auto): Use a :set function.
1375 (follow-mode): Rewritten. Don't advise process filters.
1376 (follow-switch-to-current-buffer-all, follow-scroll-up)
1377 (follow-scroll-down): Assume follow-mode is bound.
1378 (follow-comint-scroll-to-bottom)
1379 (follow-align-compilation-windows): New functions.
1380 (follow--window-sorter): New function.
1381 (follow-all-followers): Use it to explicitly sort windows by their
1382 positions; don't make assumptions about next-window order.
1383 (follow-windows-start-end, follow-delete-other-windows-and-split)
1384 (follow-calc-win-start): Doc fix.
1385 (follow-windows-aligned-p, follow-select-if-visible): Don't call
1386 vertical-motion unnecessarily.
1387 (follow-adjust-window): New function.
1388 (follow-post-command-hook): Use it.
1389 (follow-call-set-process-filter, follow-call-process-filter)
1390 (follow-intercept-process-output, follow-tidy-process-filter-alist)
1391 (follow-stop-intercept-process-output, follow-generic-filter):
1392 Functions deleted.
1393 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
1394 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
1395 New functions, replacing advice on scroll-bar-* commands.
87233a14 1396 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
1397
1398 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
1399 (comint-postoutput-scroll-to-bottom): Use it.
1400 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 1401
290af740
GM
14022012-05-01 Glenn Morris <rgm@gnu.org>
1403
1404 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
1405 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
1406 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
1407 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
1408 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
1409 Remove no-byte-compile setting.
1410
6eac8dc9
SM
14112012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1412
1413 * minibuffer.el (completion-table-with-quoting): Fix compatibility
1414 all-completions code to not return a number in the last cdr.
1415
9cc7819c
LL
14162012-04-30 Leo Liu <sdl.web@gmail.com>
1417
1418 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
1419 read-only error.
1420
c93b886f
CY
14212012-04-29 Chong Yidong <cyd@gnu.org>
1422
1423 * follow.el (follow-calc-win-end): Rewrite to handle partial
1424 screen lines correctly (Bug#8390).
1425 (follow-avoid-tail-recenter): Minor cleanup.
1426
8b6c19f4
SM
14272012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1428
1429 Avoid the obsolete `assoc' package.
1430 * speedbar.el (speedbar-refresh): Avoid adelete.
1431 (speedbar-file-lists): Simplify and avoid aput.
1432 * man.el (Man--sections, Man--refpages): New vars, replacing
1433 Man-sections-alist and Man-refpages-alist.
1434 (Man-build-section-alist, Man-build-references-alist):
1435 Use them; avoid aput.
1436 (Man--last-section, Man--last-refpage): New vars.
1437 (Man-follow-manual-reference): Use them.
1438 Use the `default' arg of completing-read.
1439 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
1440
c5bb7569
CY
14412012-04-27 Chong Yidong <cyd@gnu.org>
1442
d1d2e2e8
CY
1443 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
1444
15cd8efd
CY
1445 * startup.el (x-apply-session-resources): New function.
1446
1447 * term/ns-win.el (ns-initialize-window-system):
1448 * term/w32-win.el (w32-initialize-window-system):
1449 * term/x-win.el (x-initialize-window-system): Use it to properly
1450 set menu-bar-mode and other vars from X resources, even if the
1451 initial frame is not a window-system frame (Bug#2299).
1452
c5bb7569
CY
1453 * subr.el (read-key): Avoid running filter function when setting
1454 up temporary tool bar entries (Bug#9922).
1455
a8e7d6d7 14562012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
1457
1458 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
1459 (Bug#11344)
1460
a8e7d6d7 14612012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
1462
1463 * select.el (xselect--encode-string): New function, split from
1464 xselect-convert-to-string.
1465 (xselect-convert-to-string): Use it.
1466 (xselect-convert-to-filename, xselect-convert-to-os)
1467 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
1468 returned strings are properly encoded (Bug#11315).
1469
a8e7d6d7 14702012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
1471
1472 * simple.el (delete-active-region): Move to killing custom group.
1473
a8e7d6d7 14742012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
1475
1476 * progmodes/which-func.el (which-func-current): Quote %
1477 characters for mode-line processing.
1478
578c1d4b 14792012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
1480
1481 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
1482 reaching eob (Bug#11286).
1483
a8e7d6d7 14842012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
1485
1486 * progmodes/gdb-mi.el (gdb-control-level): New variable.
1487 (gdb): Make it buffer-local and init to zero.
1488 (gdb-control-commands-regexp): New variable.
1489 (gdb-send): Don't wrap in "-interpreter-exec console" if
1490 gdb-control-level is positive. Increment gdb-control-level
1491 whenever the command matches gdb-control-commands-regexp, and
1492 decrement it each time the command is "end". (Bug#11279)
1493
a8e7d6d7 14942012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
1495
1496 * window.el (adjust-window-trailing-edge, enlarge-window)
1497 (shrink-window, window-resize):
1498 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
1499 windows (Bug#11276).
1500
b3608390
CY
15012012-04-27 Chong Yidong <cyd@gnu.org>
1502
1503 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 1504 fix "missing prefix" warning. All callers changed.
b3608390 1505
797e6e88
SM
15062012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1507
1508 * emacs-lisp/assoc.el: Move to obsolete/.
1509
e95a67dc
SM
15102012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1511
657c21e4 1512 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
1513
1514 * term/ns-win.el (ns-define-service):
1515 * progmodes/pascal.el (pascal-goto-defun):
1516 * progmodes/js.el (js--read-tab):
1517 * progmodes/etags.el (tags-lazy-completion-table):
1518 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
1519 * emacs-lisp/ewoc.el (ewoc--wrap):
1520 * emacs-lisp/assoc.el (aput, adelete, amake):
1521 * doc-view.el (doc-view-convert-current-doc):
1522 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
1523
cb3e7ae0
CY
15242012-04-26 Chong Yidong <cyd@gnu.org>
1525
dce04f7f
CY
1526 * image.el (image-type-from-buffer): Only return supported image
1527 type (Bug#9045).
1528
cb3e7ae0
CY
1529 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
1530 value, for symmetry with diff-end-of-hunk.
1531 (diff-split-hunk, diff-find-source-location)
1532 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
1533 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
1534 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
1535 compute the relevant hunk or file properly (Bug#6005).
1536 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
1537
0d42eb3e
SM
15382012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1539
1540 * vc/vc-mtn.el:
1541 * vc/vc-hg.el:
1542 * vc/vc-git.el:
1543 * vc/vc-dir.el:
1544 * vc/vc-cvs.el:
1545 * vc/vc-bzr.el:
1546 * vc/vc-arch.el:
1547 * vc/vc.el: Replace lexical-let by lexical-binding.
1548 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
1549 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
1550 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
1551
f08ae1c9
CY
15522012-04-26 Chong Yidong <cyd@gnu.org>
1553
8b71081d
CY
1554 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
1555 (diff-mode-shared-map): Bind it to / and [remap undo].
1556
f08ae1c9
CY
1557 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
1558 (ediff-window-setup-function): Use it as the default, to set up
1559 windows based on whether the current frame is graphical (Bug#2138).
1560 (ediff-choose-window-setup-function-automatically): Make obsolete.
1561
1562 * vc/ediff-init.el: Always define ediff-pixel-width/height.
1563
ef24141c
SM
15642012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1565
cc356a5d
SM
1566 * ffap.el: Remove old code for obsolete package.
1567 (ffap-complete-as-file-p): Remove.
1568
b4ff4f1f
SM
1569 Use completion-table-with-quoting for comint and pcomplete.
1570 * comint.el (comint--unquote&requote-argument)
1571 (comint--unquote-argument, comint--requote-argument): New functions.
1572 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
1573 (comint-quote-filename): Use regexp-opt-charset.
1574 (comint--common-suffix, comint--common-quoted-suffix)
1575 (comint--table-subvert): Remove.
1576 (comint-unquote-function, comint-requote-function): New vars.
1577 (comint--complete-file-name-data): Use them with
1578 completion-table-with-quoting.
1579 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
1580 * pcomplete.el (pcomplete-arg-quote-list)
1581 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
1582 (pcomplete-unquote-argument-function): Default to non-nil.
1583 (pcomplete-unquote-argument): Simplify.
1584 (pcomplete--common-quoted-suffix): Remove.
1585 (pcomplete-requote-argument-function): New var.
1586 (pcomplete--common-suffix): New function.
1587 (pcomplete-completions-at-point): Use completion-table-with-quoting
1588 and completion-table-subvert.
1589
79c4eeb4
SM
1590 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
1591 (minibuffer--double-dollars): Preserve properties.
1592 (completion--sifn-requote): New function.
1593 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
1594
ef24141c
SM
1595 * minibuffer.el: Add support for completion of quoted/escaped data.
1596 (completion-table-with-quoting, completion-table-subvert): New funs.
1597 (completion--twq-try, completion--twq-all): New functions.
1598 (completion--nth-completion): New function.
1599 (completion-try-completion, completion-all-completions): Use it.
1600
784e7d6e
LL
16012012-04-25 Leo Liu <sdl.web@gmail.com>
1602
dd2ac746
SM
1603 * progmodes/python.el (python-pdbtrack-get-source-buffer):
1604 Use compilation-message if available to find real filename.
784e7d6e 1605
07875ee7
CY
16062012-04-25 Chong Yidong <cyd@gnu.org>
1607
1608 * vc/diff-mode.el (diff-setup-whitespace): New function.
1609 (diff-mode): Use it.
1610
1611 * vc/diff.el (diff-sentinel):
1612 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
1613 Whitespace mode variables based on diff style (Bug#8612).
1614
5055880d
LL
16152012-04-25 Leo Liu <sdl.web@gmail.com>
1616
daf75653
LL
1617 * progmodes/python.el (python-send-region): Add suffix .py to the
1618 temp file.
1619
5055880d
LL
1620 * files.el (auto-mode-alist): Use javascript-mode instead.
1621
db9b177b
AH
16222012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
1623
ef24141c 1624 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b
AH
1625
1626 * soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 1627 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 1628 references, see Bug#9.
ef24141c 1629 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 1630 when receiving a fault reply.
ef24141c 1631 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b
AH
1632
1633 * soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 1634 (soap-inspect-simple-type): New function.
db9b177b 1635
ef24141c 1636 * soap-client.el (soap-simple-type): New struct.
db9b177b 1637 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
1638 (soap-decode-basic-type, soap-encode-basic-type):
1639 support unsignedInt and double basic types.
db9b177b 1640 (soap-resolve-references-for-simple-type)
ef24141c
SM
1641 (soap-parse-simple-type, soap-encode-simple-type): New function.
1642 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b
AH
1643
1644 * soap-client.el (soap-default-xsd-types)
ef24141c
SM
1645 (soap-default-soapenc-types): Add integer, byte and anyURI types.
1646 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
1647 the local name of "soapenc:Array".
1648 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
1649 decoding integer, byte and anyURI xsd types.
1650
1fc6097b
CY
16512012-04-25 Chong Yidong <cyd@gnu.org>
1652
1653 * cus-edit.el (custom-buffer-create-internal): Update header text.
1654
afc6df87
EZ
16552012-04-25 Eli Zaretskii <eliz@gnu.org>
1656
1657 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
1658 settings on 'system-type', not on 'window-system'. On MS-Windows,
1659 set interactive-mode on in GDB.
1660
dfbd787f
SM
16612012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1662
1663 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
1664 (ruby-syntax-propertize-regexp): Remove.
1665 (ruby-syntax-propertize-function): Split regexp into chunks.
1666 Match following code directly.
1667
85222d44
DG
16682012-04-24 Dmitry Gutov <dgutov@yandex.ru>
1669
51a8ea2a
DG
1670 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
1671 (ruby-syntax-propertize-regexp): New function.
1672 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
1673 by a special keyword.
1674
85222d44
DG
1675 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
1676 (ruby-syntax-general-delimiters-goto-beg)
1677 (ruby-syntax-propertize-general-delimiters): New functions.
1678 (ruby-syntax-propertize-function): Use them to handle GDL.
1679 (ruby-font-lock-keywords): Move old handling of GDL...
1680 (ruby-font-lock-syntactic-keywords): .. to here.
1681 (ruby-calculate-indent): Adjust indentation for GDL.
1682
b613912b
MA
16832012-04-24 Michael Albinus <michael.albinus@gmx.de>
1684
b5380639
MA
1685 * notifications.el (top): Remove unneeded declarations.
1686 (notifications-specification-version): Change to "1.2".
e43042fe 1687 (notifications-interface, notifications-notify-method)
b613912b
MA
1688 (notifications-close-notification-method): Fix docstring.
1689 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
1690 (notifications-notify): Add :action-items, :resident and
1691 :transient hints. Change "image_data" to "image-data" and
1692 "image_path" to "image-path".
b613912b
MA
1693 (notifications-get-capabilities): New defun.
1694
257440aa
LL
16952012-04-24 Leo Liu <sdl.web@gmail.com>
1696
1697 * progmodes/python.el: Move hideshow setup to the end.
1698
b1bac16e
MR
16992012-04-24 Martin Rudalics <rudalics@gmx.at>
1700
1701 * window.el (handle-select-window): Clear echo area since this is
1702 no more done by read_char (Bug#11304).
1703
d81bd059
SM
17042012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1705
1706 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
1707 and `/ M' to filter-derived-mode.
1708 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
1709 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
1710 (ibuffer-mark-by-mode): Use default rather than initial-input.
1711 (ibuffer-filter-by-derived-mode): Autoload and require-match.
1712
c4cf6d91
IA
17132012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
1714
1715 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
1716 (ibuffer-filter-by-derived-mode): New filter.
1717 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
1718
7511ded8
CY
17192012-04-23 Andreas Politz <politza@fh-trier.de>
1720
1721 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
1722
775c916b
CY
17232012-04-23 Chong Yidong <cyd@gnu.org>
1724
1725 * cus-edit.el (customize-apropos, customize-apropos-options):
1726 Disable matching of non-option variables (Bug#11176).
1727 (customize-option, customize-option-other-window)
1728 (customize-changed-options): Doc fix.
1729 (customize-apropos-options, customize-apropos-faces)
1730 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
1731
1732 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 1733 Fix word list splitting (Bug#11132).
46c71e23
CY
1734 (apropos-symbol, apropos-keybinding, apropos-label)
1735 (apropos-property, apropos-function-button)
1736 (apropos-variable-button, apropos-misc-button): New faces.
1737 (apropos-symbol-face, apropos-keybinding-face)
1738 (apropos-label-face, apropos-property-face, apropos-match-face):
1739 Variables removed (Bug#8396).
1740 (apropos-library-button, apropos-format-plist, apropos-print)
1741 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 1742
2df41f9c
MA
17432012-04-23 Michael Albinus <michael.albinus@gmx.de>
1744
1745 * net/xesam.el (xesam-mode-map): Use let-bound map in
1746 initialization. (Bug#11292)
1747
da00640a
AM
17482012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1749
1750 Preserve ispell session localwords when switching back to
1751 original buffer.
1752
1753 * ispell.el (ispell-buffer-session-localwords): New buffer-local
1754 variable to hold buffer session localwords.
1755 (ispell-kill-ispell): add option 'clear to delete session
1756 localwords.
1757 (ispell-command-loop, ispell-change-dictionary)
1758 (ispell-buffer-local-words): Preserve session localwords when
1759 needed.
1760
1761 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
1762 Preserve session localwords when needed.
1763
f621ccf5
AM
17642012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1765
1766 * ispell.el (ispell-insert-word) Remove unneeded function using
1767 obsolete `translation-table-for-input'.
ef24141c
SM
1768 (ispell-word, ispell-process-line, ispell-complete-word):
1769 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 1770
c2d1019e
CY
17712012-04-22 Chong Yidong <cyd@gnu.org>
1772
1773 * cus-edit.el (custom-variable-menu)
1774 (custom-variable-reset-saved, custom-face-menu)
1775 (custom-face-reset-saved): If there is no saved value, make the
1776 "reset-saved" operation bring back the default (Bug#9509).
1777 (custom-face-state): Properly detect themed faces.
1778
eeddc531
CY
1779 * faces.el (face-spec-set): Stop supporting deprecated form of
1780 third arg.
1781
dcbf5805
MA
17822012-04-22 Michael Albinus <michael.albinus@gmx.de>
1783
1784 Move functions from C to Lisp. Make non-blocking method calls
1785 the default. Implement further D-Bus standard interfaces.
1786
ef24141c
SM
1787 * net/dbus.el (dbus-message-internal): Declare function.
1788 Remove unneeded function declarations.
dcbf5805
MA
1789 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
1790 (dbus-message-type-method-return, dbus-message-type-error)
1791 (dbus-message-type-signal): Declare variables. Remove local
1792 definitions.
1793 (dbus-interface-dbus, dbus-interface-peer)
1794 (dbus-interface-introspectable, dbus-interface-properties)
1795 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
1796 Adapt docstring.
1797 (dbus-interface-objectmanager): New defconst.
1798 (dbus-call-method, dbus-call-method-asynchronously)
1799 (dbus-send-signal, dbus-method-return-internal)
1800 (dbus-method-error-internal, dbus-register-service)
1801 (dbus-register-signal, dbus-register-method): New defuns, moved
1802 from dbusbind.c
1803 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
1804 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
1805 New defuns.
dcbf5805
MA
1806 (dbus-call-method-non-blocking): Make it an obsolete function.
1807 (dbus-unregister-object, dbus-unregister-service)
1808 (dbus-handle-event, dbus-register-property)
1809 (dbus-property-handler): Obey the new structure of
1810 `bus-registered-objects'.
1811 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
1812 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
1813 Use `dbus-call-method'.
1814
cf20dee0
CY
18152012-04-22 Chong Yidong <cyd@gnu.org>
1816
1817 * cus-edit.el (custom-commands, custom-reset-menu)
1818 (Custom-reset-standard): Tweak labels.
1819 (custom-reset-button-menu): Change default to t.
1820 (custom-buffer-create-internal): For the custom-reset-button-menu
1821 case, put the revert button first.
1822 (custom-group-subtitle): New face.
1823 (custom-group-value-create): Align docstring to a specific column.
1824
1825 * wid-edit.el (widget-documentation-link-add): Don't handle
1826 indentation in this function.
1827 (widget-documentation-string-indent-to): New function.
1828 (widget-documentation-string-value-create): Use it.
1829
1830 * autorevert.el (auto-revert):
1831 * epg-config.el (epg):
1832 * ibuffer.el (ibuffer):
1833 * mpc.el (mpc):
1834 * ses.el (ses):
1835 * eshell/eshell.el (eshell):
1836 * net/ange-ftp.el (ange-ftp):
1837 * progmodes/ebnf2ps.el (postscript):
1838 * progmodes/flymake.el (flymake):
1839 * progmodes/prolog.el (prolog):
1840 * progmodes/verilog-mode.el (verilog-mode):
1841 * progmodes/which-func.el (which-func):
1842 * term/xterm.el (xterm):
1843 * textmodes/picture.el (picture):
1844 * textmodes/tildify.el (tildify):
1845 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
1846 customization buffers.
1847
583e23bd
AM
18482012-04-22 Alan Mackenzie <acm@muc.de>
1849
1850 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
1851 Adding a ) can hide the resulting (..) from searches. Fix it.
1852 Bound the backward search to the position of the existing (.
1853
7dd51bf1
JB
18542012-04-21 Juanma Barranquero <lekktu@gmail.com>
1855
1856 * progmodes/verilog-mode.el (verilog-mode): Check whether
1857 which-func-modes is t before adding verilog-mode.
1858 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
1859
d64a438f
LL
18602012-04-21 Leo Liu <sdl.web@gmail.com>
1861
7dd51bf1 1862 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 1863
081e8d65
MV
18642012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
1865
1866 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
1867 filling of the last column of a table (Bug#5635).
1868 (woman-find-next-control-line): New arg, specifying an additional
1869 regexp component for the control line.
1870 (woman2-roff-buffer): Use it.
1871 (woman-break-table): New function.
1872 (woman2-TS): Use it.
1873
18742012-04-21 Chong Yidong <cyd@gnu.org>
1875
1876 * woman.el (woman-set-buffer-display-table, woman-decode-region)
1877 (woman-horizontal-escapes, woman-negative-vertical-space)
1878 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
1879 (WoMan-warn-ignored): Use ?\s instead of ?\ .
1880
ed571ccb
SM
18812012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1882
1883 * minibuffer.el (completion-file-name-table): Complete user names.
1884
39773899
LL
18852012-04-20 Leo Liu <sdl.web@gmail.com>
1886
1887 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
1888 and pcase-let*.
1889
de6ff46d
CY
18902012-04-20 Chong Yidong <cyd@gnu.org>
1891
1892 * server.el (server-execute): Respect initial-buffer-choice if it
1893 is a string and there are no files to open (Bug#2825).
1894 (server-create-window-system-frame, server-create-tty-frame):
1895 Don't switch buffers here.
2d0e8e61
CY
1896 (server-process-filter): Only try to open a window system frame if
1897 compiled with graphical support (Bug#8314).
de6ff46d 1898
54071013
DN
18992012-04-20 Dan Nicolaescu <dann@gnu.org>
1900
1901 * battery.el (battery-echo-area-format): Display remaining time
1902 for sysfs backend too (Bug#11269).
1903 (battery-linux-sysfs): Fix conditional for the charge.
1904
f30d612a
CY
19052012-04-20 Chong Yidong <cyd@gnu.org>
1906
c07a4c0b 1907 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
1908 (gdb-inferior-io--init-proc): New function.
1909 (gdb-init-1): Use it.
1910 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
1911 responsible for allocating a new pty and hooking it to gdb when
1912 the old pty gets an EIO due to process exit.
1913 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
1914 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
1915 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
1916
2116e93c
EZ
19172012-04-20 Eli Zaretskii <eliz@gnu.org>
1918
1919 * window.el (window-min-size, window-sizable, window-min-delta)
1920 (window-max-delta, window--resizable, window-resizable)
1921 (window-total-size, window-full-height-p, window-full-width-p)
1922 (window-in-direction, window--resize-mini-window, window-resize)
1923 (window--resize-child-windows-normal)
1924 (window--resize-child-windows, window--resize-siblings)
1925 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 1926 (enlarge-window, shrink-window): Doc fixes.
2116e93c 1927
c07a4c0b 19282012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 1929
ef24141c
SM
1930 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
1931 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
1932 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
1933 pty process (Bug#11273).
1934 (gdb-update): New arg to suppress talking to the gdb process.
1935 (gdb-done-or-error): Use it.
1936 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
1937 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
1938 sentinel not being called.
1939
1940 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
1941
d02766ab
CY
1942 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
1943
c07a4c0b 19442012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
1945
1946 * net/network-stream.el (open-network-stream): Doc fix.
1947
c07a4c0b 19482012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
1949
1950 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
1951
c07a4c0b 19522012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
1953
1954 Ensure searching for keywords is case sensitive.
1955
1956 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
1957 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
1958 (c-defun-name, c-mark-function, c-cpp-define-name)
1959 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 1960 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 1961
ef24141c
SM
1962 * progmodes/cc-mode.el (c-font-lock-fontify-region):
1963 Bind case-fold-search to nil.
f0f6bc35 1964
c07a4c0b 19652012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
1966
1967 * mail/sendmail.el (mail-bury): Call return action with the right
1968 Rmail buffer (Bug#11242).
1969
9a864fa2
CY
1970 * server.el (server-process-filter): Handle corner case where both
1971 tty and nowait options are present (Bug#11102).
1972
539aa513
EZ
19732012-04-20 Eli Zaretskii <eliz@gnu.org>
1974
1975 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
1976 (top level): Put into the executable the ident-style '$Id:' tag on
1977 windows-nt as well.
539aa513 1978
cfc7d5da
SM
19792012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1980
1981 * electric.el (electric-indent-post-self-insert-function): Check that
1982 electric-indent-mode is enabled in current buffer.
1983
5b01685c
JB
19842012-04-19 Juanma Barranquero <lekktu@gmail.com>
1985
1986 * imenu.el (imenu-progress-message): Restore; it is "used" in
1987 erc/erc-imenu.el and net/snmp-mode.el.
1988
4d6769e1
JB
19892012-04-19 Juanma Barranquero <lekktu@gmail.com>
1990
1991 * avoid.el (mouse-avoidance-mode): Mark unused arg.
1992 (mouse-avoidance-nudge-mouse): Remove unused binding.
1993
1994 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
1995
1996 * descr-text.el (describe-char):
1997 * progmodes/python.el (python-describe-symbol):
1998 Don't call `toggle-read-only', set `buffer-read-only'.
1999
2000 * imenu.el (imenu-default-goto-function): Mark unused args.
2001 (imenu-progress-message): Remove obsolete macro; all callers changed.
2002
2003 * subr.el (keymap-canonicalize): Remove unused binding.
2004 (read-passwd): Mark unused arg.
2005
2006 * tutorial.el (tutorial--display-changes): Remove unused binding.
2007 (tutorial--save-tutorial-to): Remove unused variable.
2008
2009 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
2010 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
2011 (package-generate-autoloads, package-menu--generate)
2012 (package-menu--find-upgrades): Remove unused bindings.
2013
2014 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
2015 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
2016 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
2017 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
2018 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
2019 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
2020 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
2021 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
2022 (cua-delete-char-rectangle): Mark unused args.
2023 (cua-align-rectangle): Remove unused binding.
2024
2025 * mail/rmail.el (compilation--message->loc)
2026 (epa--find-coding-system-for-mime-charset): Declare.
2027
2028 * net/dbus.el (dbus-register-service): Declare.
2029 (dbus-name-owner-changed-handler): Remove unused binding.
2030
2031 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
2032 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
2033 (nxml-scan-backward-within): Mark unused arg.
2034 (nxml-dynamic-markup-word): Remove unused binding.
2035
2036 * mouse.el (mouse-menu-major-mode-map):
2037 * emacs-lisp/authors.el (authors-scan-change-log)
2038 (authors-add-to-author-list):
2039 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
2040 * emacs-lisp/smie.el (smie-auto-fill):
2041 * mail/sendmail.el (mail-bury):
2042 * mail/unrmail.el (unrmail):
2043 * net/tls.el (open-tls-stream):
2044 * textmodes/picture.el (picture-mouse-set-point):
2045 Remove unused bindings.
2046
8c8fc5df
MA
20472012-04-19 Michael Albinus <michael.albinus@gmx.de>
2048
2049 * net/tramp.el (tramp-action-password): Let-bind
2050 `enable-recursive-minibuffers' to t.
2051
a77b0ac9
SS
20522012-04-18 Sam Steingold <sds@gnu.org>
2053
2054 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
2055 instead of 'string to accommodate values like [f11].
2056 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
2057 * progmodes/gdb-mi.el: Likewise.
2058
12a106a9
LL
20592012-04-18 Leo Liu <sdl.web@gmail.com>
2060
2061 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
2062 current buffer.
2063 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
2064 LOCAL is nil.
2065
bc6494ef
CY
20662012-04-18 Chong Yidong <cyd@gnu.org>
2067
2068 * simple.el (line-move): Use forward-line if in batch mode
2069 (Bug#11053).
2070
c09c46b2
CS
20712012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
2072
2073 * files.el (after-find-file): Do not try to add a final newline if
2074 the buffer is read-only (Bug#11156).
2075
5f6530ea
RS
20762012-04-17 Richard Stallman <rms@gnu.org>
2077
2078 * mail/rmail.el (rmail-start-mail):
2079 Pass (rmail-mail-return...) for the return-action.
2080 Pass (rmail-yank-current-message...) for the yank-action.
2081 (rmail-yank-current-message): New function.
2082 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
2083 (rmail-reply): Likewise.
2084 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
2085
2086 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 2087 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
2088 buffer, not newbuf.
2089
197b6f3c
JB
20902012-04-17 Juanma Barranquero <lekktu@gmail.com>
2091
2092 * server.el (server-ensure-safe-dir): Simplify.
2093
2311d8e5 20942012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 2095
2311d8e5
GM
2096 * emacs-lisp/smie.el: Provide smarter auto-filling.
2097 (smie-auto-fill): New function.
2098 (smie-setup): Use it.
98fb480e 2099
2311d8e5
GM
2100 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
2101
21022012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
2103
2104 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
2105 (comment-indent): Use it.
2106
2311d8e5 21072012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
2108
2109 * ses.el: The overall change is to add cell renaming, that is
2110 setting fancy names for cell symbols other than name matching
2111 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 2112 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 2113 (ses-create-cell-variable): New defun.
2311d8e5 2114 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
2115 (ses-relocate-formula): Relocate formulas only for cells the
2116 symbols of which are not renamed, i.e. symbols whose names do not
2117 match regexp "\\`[A-Z]+[0-9]+\\'".
2118 (ses-relocate-all): Relocate values only for cells the symbols of
2119 which are not renamed.
2120 (ses-load): Create cells variables as the (ses-cell ...) are read,
2121 in order to check row col consistency with cell symbol name only
2122 for cells that are not renamed.
2123 (ses-replace-name-in-formula): New defun.
2124 (ses-rename-cell): New defun.
4bdf2ad2 2125
fc72b15c
PO
21262012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
2127
2128 * progmodes/perl-mode.el (perl-indent-parens-as-block):
2129 New option (bug#11118).
2130 (perl-calculate-indent): Respect it.
2131
12e10e61
GM
21322012-04-17 Glenn Morris <rgm@gnu.org>
2133
2134 * dired-aux.el (dired-mark-read-string): Doc fix.
2135
30009afd
DA
21362012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
2137
2138 * dired-aux.el (dired-mark-read-string): Offer optional completion.
2139 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
2140
41f03f4d
GM
21412012-04-17 Glenn Morris <rgm@gnu.org>
2142
2143 * mouse.el (mouse-drag-track):
2144 * speedbar.el (speedbar-frame-mode):
2145 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
2146
f45f90f3
LL
21472012-04-16 Leo Liu <sdl.web@gmail.com>
2148
2149 * progmodes/python.el: Trivial cleanup.
2150
94ee8db5
GM
21512012-04-16 Glenn Morris <rgm@gnu.org>
2152
121b8917
GM
2153 * vc/vc.el (vc-string-prefix-p):
2154 * vc/pcvs-util.el (cvs-string-prefix-p):
2155 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
2156 * mpc.el (mpc-string-prefix-p):
2157 Make all of these into obsolete aliases for string-prefix-p.
2158 Update callers.
2159 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
2160
1197ecfa
GM
2161 * textmodes/two-column.el: Move custom options to the start.
2162 (frame-width): Remove compat definition.
2163 (2C-associate-buffer, 2C-dissociate):
2164 Use with-current-buffer rather than save-excursion.
2165 (2C-dissociate): Force a mode-line update.
2166 (2C-autoscroll): Use ignore-errors.
2167
099e7202
GM
2168 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
2169 Autoload trivia.
2170
bf350d6a
GM
2171 * emacs-lisp/cl-extra.el (*random-state*):
2172 Remove unnecessary declaration.
2173
0e829eab
GM
2174 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
2175
e3ad7552
GM
2176 * play/cookie1.el (cookie-snarf):
2177 Give an explicit error if input file cannot be read.
2178
68892d27
GM
2179 * play/yow.el (yow-file): Use expand-file-name rather than concat.
2180
20f0c46d
GM
2181 * progmodes/perl-mode.el (c-macro-expand):
2182 Remove unnecessary autoload (it is in loaddefs.el).
2183
5a0978ce
GM
2184 * textmodes/picture.el (picture-desired-column)
2185 (picture-update-desired-column): Convert comments to doc-strings.
2186 (picture-substitute): Remove function.
2187 (picture-mode-map): Initialize in the defvar.
2188
6b955486
GM
2189 * woman.el: Remove eval-after-load for tar-mode.
2190 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
2191 (woman-tar-extract-file): Autoload it.
2192
94ee8db5
GM
2193 * frame.el (automatic-hscrolling): Make this alias obsolete.
2194
177eca34
AM
21952012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2196
2197 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 2198 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
2199 (ispell-dictionary-base-alist): Revert to original XEmacs
2200 friendly version for default. [:alpha:] will be added in
2201 `ispell-set-spellchecker-params' if needed
177eca34 2202
c505aaeb
CY
22032012-04-16 Chong Yidong <cyd@gnu.org>
2204
2205 * image.el (imagemagick--extension-regexp): New variable.
2206 (imagemagick-register-types): Use it.
2207 (imagemagick-types-inhibit): Add :set function. Allow new value
2208 of t to inhibit all types.
2209
2210 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
2211 so we can preload it.
2212
2213 * loadup.el (fboundp): Preload regexp-opt, needed by
2214 imagemagick-register-types.
2215
60efac0f
CY
22162012-04-15 Chong Yidong <cyd@gnu.org>
2217
2218 * frame.el (scrolling): Remove nearly unused customization group.
2219
2220 * scroll-all.el (scroll-all-mode): Move to windows group.
2221
5dd1713e
CY
22222012-04-15 Chong Yidong <cyd@gnu.org>
2223
2224 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
2225
e6fd457e
CY
22262012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
2227
2228 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 2229 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 2230
e153c136
GM
22312012-04-15 Glenn Morris <rgm@gnu.org>
2232
2233 * simple.el (process-file-side-effects): Doc fix.
2234
e6fd457e 22352012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
2236
2237 * international/mule-cmds.el (set-language-environment): Doc fix.
2238
3603c3b1
JB
22392012-04-14 Juanma Barranquero <lekktu@gmail.com>
2240
2241 * server.el (server-auth-key, server-generate-key): Doc fixes.
2242 (server-get-auth-key): Doc fix. Use `string-match-p'.
2243 (server-start): Reflow docstring.
2244
e6de100c
LI
22452012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
2246
2247 * server.el (server-generate-key): `called-interactively-p'
2248 requires a parameter.
2249
29734c21
MN
22502012-04-14 Michal Nazarewicz <mina86@mina86.com>
2251
2252 * server.el (server-auth-key): New variable.
75f1671a 2253 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
2254 (server-start): Use the new variable and functions to allow
2255 setting a permanent server key (bug#9423).
2256
d65c9521
LL
22572012-04-14 Leo Liu <sdl.web@gmail.com>
2258
2259 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
2260
5ae255c7
PE
22612012-04-14 Paul Eggert <eggert@cs.ucla.edu>
2262
2263 Spelling fixes.
2264 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
2265 Emacs uses American spelling.
2266
d5e6342e
JB
22672012-04-14 Juanma Barranquero <lekktu@gmail.com>
2268
2269 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
2270 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
2271 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
2272 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
2273
ab036cd7
SM
22742012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2275
2276 * progmodes/which-func.el (which-func-modes): Change default.
2277
35dc09a1 22782012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
2279
2280 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
2281 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
2282
35dc09a1 22832012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
2284
2285 * custom.el (custom-theme-set-variables): Doc fix.
2286
35dc09a1 22872012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
2288
2289 * international/mule.el (set-auto-coding-for-load): Doc fix.
2290
35dc09a1 22912012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 2292
35dc09a1
GM
2293 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
2294 imenu work again for Objective C Mode. Correct the *-index values,
2295 these having been disturbed by a previous change in 2011-08.
57f845ee 2296
0de3da9f
AM
2297 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
2298 Correct two search limits.
2299
35dc09a1 23002012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
2301
2302 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
2303
35dc09a1 23042012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
2305
2306 * international/characters.el: Fix sorting.
2307
35dc09a1 23082012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
2309
2310 * international/characters.el: Add more missing Latin case pairs.
2311
35dc09a1 23122012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
2313
2314 * files.el (dir-locals-set-class-variables): Doc fix.
2315
35dc09a1 23162012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 2317
3f1b5bf8
EZ
2318 * international/characters.el: Add set-case-syntax-pair call for
2319 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
2320 counterpart. (Bug#11209)
2321
9f847f41
EZ
2322 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
2323
35dc09a1 23242012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
2325
2326 * calendar/holidays.el (calendar-check-holidays): Doc fix.
2327
35dc09a1 23282012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 2329
35dc09a1
GM
2330 * textmodes/ispell.el (ispell-dictionary-base-alist):
2331 Add data for Hebrew.
e2627d21 2332
35dc09a1 23332012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 2334
35dc09a1
GM
2335 * net/rcirc.el (rcirc-cmd-quit):
2336 Revert 2012-03-18 change (Bug#11192).
5c14e333 2337
35dc09a1 23382012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
2339
2340 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
2341
35dc09a1 23422012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 2343
4517fe3a
SM
2344 * minibuffer.el (completion-in-region-mode-map):
2345 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 2346
b472a594
VD
23472012-04-13 Vivek Dasmohapatra <vivek@etla.org>
2348
2349 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
2350
09b95ce3
MY
23512012-04-13 Masatake YAMATO <yamato@redhat.com>
2352
2353 * minibuffer.el (minibuffer-local-filename-syntax): New variable
2354 to allow `C-M-f' and `C-M-b' to move to the nearest path
2355 separator (bug#9511).
2356
4b63a9ca
LI
23572012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
2358
2359 * avoid.el: Require cl when compiling. And also move the
2360 `provide' to the end.
2361
7b55b8bf
TV
23622012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2363
2364 * avoid.el (mouse-avoidance-banish-position): New variable.
2365 (mouse-avoidance-banish-destination): Use it (bug#10165).
2366
adedaa1f
LL
23672012-04-13 Leo Liu <sdl.web@gmail.com>
2368
2369 * progmodes/which-func.el (which-func-modes): Add objc-mode.
2370
70e74021
KB
23712012-04-13 Ken Brown <kbrown@cornell.edu>
2372
2373 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 2374 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
2375 (browse-url-filename-alist): For the same reason, don't modify
2376 file:// URLs on Cygwin.
2377
e75e89ba
SM
23782012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
2379
2380 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
2381 the region on shift if the binding is already shifted (bug#11221).
2382
82f289a4
GM
23832012-04-12 Glenn Morris <rgm@gnu.org>
2384
2385 * mail/mailpost.el: Move to obsolete/.
2386
d333dc4c
DA
23872012-04-12 Drew Adams <drew.adams@oracle.com>
2388
2389 * imenu.el (imenu--generic-function): Ignore invisible definitions
2390 (bug#10123).
2391
0d15b5ba
VD
23922012-04-12 Vivek Dasmohapatra <vivek@etla.org>
2393
2394 * hexl.el (hexl-bits): New variable.
2395 (hexl-options): Mention the variable in the doc string.
75f1671a 2396 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 2397 (hexl-mode): Mention the new variable.
75f1671a
JB
2398 (hexl-mode, hexl-current-address, hexl-current-address):
2399 Use the displen.
0d15b5ba
VD
2400 (hexl-ascii-start-column): New function.
2401 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
2402 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
2403
64a440db
AM
24042012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2405
2406 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
2407 '("-i" ENCODING), in 2 separate command-line arguments, to specify
2408 the encoding, as expected by hunspell.
2409
6decb6c2
SM
24102012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2411
2412 * battery.el (battery--linux-sysfs-regexp): New const.
2413 (battery-status-function): Use it. Remove yeeloong special case.
2414 (battery-yeeloong-sysfs): Remove.
2415 (battery-echo-area-format): Remove yeeloong special case.
2416
088be6fb
SM
24172012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2418
6622e416
SM
2419 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
2420 Reported by Noah Friedman.
2421
088be6fb
SM
2422 * subr.el (read-passwd): Use read-string.
2423
b49f886e
LMI
24242012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2425
2426 * vcursor.el (vcursor-move): Increase the priority of the overlay
2427 (bug#9663).
2428
a63067fc
DD
24292012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2430
2431 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
2432 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
2433
ac3cf14a
WS
24342012-04-11 William Stevenson <yhvh2000@gmail.com>
2435
2436 * textmodes/artist.el (artist-mode): Convert artist-mode to use
2437 define-minor-mode (bug#10760).
2438
c4fc691b 24392012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 2440
4d6769e1 2441 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
2442 that directories matching `grep-find-ignored-files' won't be
2443 pruned (bug#10351).
2444
af23e2e5
CY
24452012-04-11 Chong Yidong <cyd@gnu.org>
2446
2447 * startup.el (command-line): Remove support for long-obsolete
2448 variable font-lock-face-attributes.
2449
ab7ce8c1
GM
24502012-04-11 Glenn Morris <rgm@gnu.org>
2451
2452 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
2453
de8c03dc
SM
24542012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2455
2456 * window.el (window--state-get-1): Obey window-point-insertion-type.
2457
050cc68b
LB
24582012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
2459
2460 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
2461 to previous function when point is on the first character of a
75f1671a 2462 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 2463
a38c310c
GM
24642012-04-11 Glenn Morris <rgm@gnu.org>
2465
effed0c2
GM
2466 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
2467 not just file-errors.
2468
a38c310c
GM
2469 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
2470 (vc-bzr-sha1): Use internal sha1.
2471
0221e323
SM
24722012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2473
2474 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
2475
43956923
SG
24762012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
2477
2478 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
2479 that start in the middle of the line (bug#10496).
2480
6a8c9eaf
DN
24812012-04-10 Dan Nicolaescu <dann@gnu.org>
2482
2483 * battery.el (battery-linux-proc-acpi): Only one battery is
2484 discharged at a time, but that seems to confuse battery.el when
2485 computing `rate-type' for the battery not being discharged
2486 (bug#10332).
2487
1930bf5d
SM
24882012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2489
2a718f6f
SM
2490 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
2491
599430d0
SM
2492 * international/quail.el: Use dolist and simplify.
2493 (quail-define-package, quail-update-keyboard-layout)
2494 (quail-define-rules): Use dolist.
2495 (quail-insert-kbd-layout, quail-get-translation): CSE.
2496
a2754b6c
SM
2497 * tmm.el: Use dolist, remove left over hook.
2498 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
2499 Use dolist.
2500 (calendar-load-hook): Don't mess with it.
2501
1930bf5d
SM
2502 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
2503 Use derived-mode-p. Run the diff asynchronously.
2504
9f67961c
LMI
25052012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2506
2507 * obsolete/mouse-sel.el: Add an Obsolete-since header.
2508
2a8ce227
JB
25092012-04-10 Juanma Barranquero <lekktu@gmail.com>
2510
2511 * misc.el: Display absolute path of loaded DLLs (bug#10424).
2512 (list-dynamic-libraries--loaded): New function.
2513 (list-dynamic-libraries--refresh): Use it.
2514
8f33b5f8
NW
25152012-04-10 Nathan Weizenbaum <nweiz@google.com>
2516
1930bf5d
SM
2517 * progmodes/python.el (python-fill-paragraph):
2518 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
2519 disabled (bug#7018).
2520
b12f0439
L
25212012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
2522
1930bf5d 2523 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
2524 DOS/MS Windows for the Baltic languages. There are still plenty
2525 of texts written in this encoding/codepage (bug#6519).
b12f0439 2526
57c3bd01
GM
25272012-04-10 Glenn Morris <rgm@gnu.org>
2528
2529 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
2530 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
2531
6c3eab30
FA
25322012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
2533
1930bf5d 2534 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
2535 next-line "n" and previous-line "p" in order to make recentf more
2536 consistent with ibuffer, dired or org-mode (bug#9387).
2537
24d78a88
LMI
25382012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2539
bc72b5d9
LMI
2540 * image.el (put-image): Return the overlay created instead of the
2541 optional input string (bug#7834). Note that this may break code
2542 that is (for some reason or other) depending on `put-image'
2543 returning the string.
2544
bd2dba5a
LMI
2545 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
2546
74beb59f
LMI
2547 * simple.el (zap-to-char): Allow zapping using input methods
2548 (bug#1580).
2549
24d78a88
LMI
2550 * textmodes/fill.el (fill-region): Leave point and mark where they
2551 were before filling (bug#5399).
2552
263f20cd
GM
25532012-04-09 Glenn Morris <rgm@gnu.org>
2554
2555 * version.el (emacs-bzr-get-version):
2556 Handle lightweight checkouts of local branches.
2557
58d1f797
AS
25582012-04-09 Andreas Schwab <schwab@linux-m68k.org>
2559
263f20cd 2560 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 2561
b4d3bc10
CY
25622012-04-09 Chong Yidong <cyd@gnu.org>
2563
2564 * custom.el (custom-variable-p): Return nil for non-symbol
2565 arguments instead of signaling an error.
2566 (user-variable-p): Obsolete alias for custom-variable-p.
2567
2568 * apropos.el (apropos-variable):
2569 * files-x.el (read-file-local-variable):
2570 * simple.el (set-variable):
2571 * woman.el (woman-mini-help):
2572 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
2573
fd06db5d
GM
25742012-04-09 Glenn Morris <rgm@gnu.org>
2575
e5fcdb5e
GM
2576 * startup.el (normal-top-level): Don't look for leim-list.el
2577 in places where it will not be found. (Bug#910)
2578
fd06db5d
GM
2579 * international/mule-cmds.el (set-default-coding-systems):
2580 * files.el (normal-mode):
2581 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
2582 This function was removed with ucs-tables.el in 2008.
2583
b39bb7e1
EZ
25842012-04-08 Eli Zaretskii <eliz@gnu.org>
2585
2586 * textmodes/ispell.el (ispell-check-version): For hunspell, set
2587 ispell-encoding8-command to "-i", without a trailing space.
2588 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
2589 separate command-line arguments, to specify the encoding, since
2590 that's how hunspell expects it.
2591
5c5b8e23
GM
25922012-04-08 Glenn Morris <rgm@gnu.org>
2593
2594 * loadup.el: Load bindings before cus-start.
2595 This reduces somewhat the number of "rogue" settings in emacs -Q.
2596
a1ed8b05
GM
25972012-04-07 Glenn Morris <rgm@gnu.org>
2598
2599 * version.el (emacs-bzr-get-version): New function.
dfae128a 2600 (emacs-bzr-version): New variable.
a1ed8b05
GM
2601 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
2602 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
2603
b142f158
EZ
26042012-04-07 Eli Zaretskii <eliz@gnu.org>
2605
dfae128a
GM
2606 * international/uni-bidi.el, international/uni-category.el:
2607 * international/uni-combining.el, international/uni-decimal.el:
2608 * international/uni-decomposition.el, international/uni-digit.el:
2609 * international/uni-lowercase.el, international/uni-mirrored.el:
2610 * international/uni-name.el, international/uni-numeric.el:
2611 * international/uni-titlecase.el, international/uni-uppercase.el:
2612 Update for Unicode 6.1.
b142f158 2613
9078ead6
EZ
26142012-04-07 Eli Zaretskii <eliz@gnu.org>
2615
2616 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
2617
f23d2c7d
LMI
26182012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2619
2620 * window.el (shrink-window): Mention the `window-min-height'
2621 variable in the doc string.
2622
0a0a3573
BG
26232012-04-05 Bastien Guerry <bzg@altern.org>
2624
2625 * color.el (color-lighten-name): Fix typo.
2626
e5248ac9
SM
26272012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2628
2629 * server.el (server--on-display-p): New function.
2630 (server--on-display-p): Use it.
2631
b4243e22
GV
26322012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
2633
2634 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
2635 (bug#11145).
2636
305d9f44
SM
26372012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2638
2639 * comint.el (comint--common-quoted-suffix): Check string boundary
2640 before comparing (bug#11158).
2641 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
2642
3d439cd1
CY
26432012-04-04 Chong Yidong <cyd@gnu.org>
2644
321cc491
CY
2645 * minibuffer.el (completion-extra-properties): Doc fix.
2646
3d439cd1
CY
2647 * subr.el (delayed-warnings-hook): Doc fix.
2648
2d562c0f
DU
26492012-04-04 Daiki Ueno <ueno@unixuser.org>
2650
2651 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
2652 selection (Bug#11159).
2653 (epa-insert-keys): Inform that the default public key will be
2654 exported if no key is selected.
2655
4443f204
RS
26562012-04-04 Richard Stallman <rms@gnu.org>
2657
2658 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
2659
529c06b6
CY
26602012-04-03 Chong Yidong <cyd@gnu.org>
2661
2662 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
2663 mail-insert-file, not its obsolete alias mail-attach-file.
2664
66b907dc
MA
26652012-04-03 Michael Albinus <michael.albinus@gmx.de>
2666
2667 * notifications.el (notifications-notify): Fix docstring.
2668
c0ea195d
GM
26692012-04-02 Glenn Morris <rgm@gnu.org>
2670
2671 * emacs-lisp/authors.el (authors-aliases): Another addition.
2672
5ca64e00
MA
26732012-04-02 Michael Albinus <michael.albinus@gmx.de>
2674
2675 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
2676 `tramp-compat-call-process' instead of `tramp-local-call-process'.
2677 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
2678
42ee526b
CY
26792012-04-01 Chong Yidong <cyd@gnu.org>
2680
2681 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
2682 Handle root directory properly.
2683 (copy-directory): Caller changed.
2684
2685 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
2686 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
2687
0b021094
GM
26882012-03-31 Glenn Morris <rgm@gnu.org>
2689
40f86458
GM
2690 * term/xterm.el (xterm-extra-capabilities): Doc fix.
2691
7019c177
GM
2692 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
2693
a1daddd6
GM
2694 * calendar/calendar.el (calendar-window-list)
2695 (calendar-hide-window): Restore. (Bug#11140)
2696 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
2697
0b021094
GM
2698 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
2699
40311efc
TV
27002012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2701
2702 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
2703 Check if file is a symlink (Bug#10489).
2704
2705 * files.el (copy-directory): Likewise.
2706
5319014e
CY
27072012-03-30 Chong Yidong <cyd@gnu.org>
2708
2709 * image.el (imagemagick-types-inhibit)
2710 (imagemagick-register-types): Doc fix.
2711
935d1290
AM
27122012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2713
ef24141c
SM
2714 * ispell.el (ispell-get-extended-character-mode):
2715 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 2716 and treats ~word as ordinary words in pipe mode.
935d1290 2717
61c6e8fd
GM
27182012-03-30 Glenn Morris <rgm@gnu.org>
2719
2720 * tutorial.el (help-with-tutorial): Ensure local variables don't
2721 happen to make the buffer read-only. (Bug#11127)
2722
81fdff00
SM
27232012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
2724
2725 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
2726 (perl-calculate-indent): Return `noindent' in strings.
2727
6e7a6ec0
SS
27282012-03-28 Sam Steingold <sds@gnu.org>
2729
2730 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
2731 instead of the broken adhockery which does not prevent calendar
2732 buffers from being displayed at random after exit.
2733 (calendar-window-list, calendar-hide-window): Remove the broken
2734 adhockery.
2735
fee88ca0
GM
27362012-03-28 Glenn Morris <rgm@gnu.org>
2737
2738 * replace.el (query-replace-map): Doc fix.
2739
38de3354
AS
27402012-03-28 Andreas Schwab <schwab@linux-m68k.org>
2741
2742 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
2743 contents. (Bug#11109)
2744
b973155e
SM
27452012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2746
2747 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
2748 (bug#11077).
2749 (avl-tree--check, avl-tree--check-node): New funs.
2750
dcb6e7b3
MR
27512012-03-27 Martin Rudalics <rudalics@gmx.at>
2752
2753 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
2754 (switch-to-prev-buffer, switch-to-next-buffer):
2755 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
2756 showing a buffer already is done on the same frame.
2757
b4fa35fa
GM
27582012-03-27 Glenn Morris <rgm@gnu.org>
2759
2760 * startup.el (mail-host-address): Doc fix.
2761
f9210e18
SM
27622012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2763
2764 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
2765 than 197 variables.
2766
c0bf7753
AF
27672012-03-26 Ami Fischman <ami@fischman.org>
2768
2769 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
2770
33da7b16
GM
27712012-03-26 Glenn Morris <rgm@gnu.org>
2772
02243d9d
GM
2773 * files.el (save-buffers-kill-emacs): Doc fix.
2774
33da7b16
GM
2775 * startup.el (normal-top-level, command-line, command-line-1):
2776 Give them doc strings.
2777
e5a69fd0
EZ
27782012-03-25 Eli Zaretskii <eliz@gnu.org>
2779
2780 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 2781 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 2782
9a69676a
CY
27832012-03-25 Chong Yidong <cyd@gnu.org>
2784
4125cb8b
CY
2785 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
2786 theme if it was previously enabled before (Bug#11031).
2787
dd470960
CY
2788 * cus-theme.el (custom-theme-write-faces): Retrieve current face
2789 spec with custom-face-get-current-spec if its :shown-value is not
2790 determined yet (Bug#9337).
4125cb8b 2791 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 2792
9a69676a
CY
2793 * button.el (button-at): Minor addition to docstring.
2794
6e7e90fa
SL
27952012-03-24 Simon Leinen <simon.leinen@gmail.com>
2796
2797 * vc/vc.el (vc-merge): Fix a prompt.
2798
f06e2758
CY
27992012-03-24 Chong Yidong <cyd@gnu.org>
2800
2801 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
2802 point (Bug#9623).
2803
6e7e90fa
SL
2804 * button.el (button-at): Minor addition to docstring.
2805
b9d0879b
SM
28062012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
2807
2808 * newcomment.el (comment-choose-indent): No space after BOL.
2809
e71cebb3
SS
28102012-03-22 Sam Steingold <sds@gnu.org>
2811
2812 * window.el (switch-to-prev-buffer): Revert last patch because the
2813 bug turned out to be an advertised feature (Elisp manual 28.14).
2814
335aff35
GM
28152012-03-22 Glenn Morris <rgm@gnu.org>
2816
2817 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
2818 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
2819
c676576a
LMI
28202012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2821
2822 * net/network-stream.el (network-stream-open-starttls): Make error
2823 message under Windows be less misleading.
2824
126f3d39
LW
28252012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
2826
2827 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
2828 understands (bug#9942).
2829
64fee311
CY
28302012-03-22 Chong Yidong <cyd@gnu.org>
2831
2832 * simple.el (end-of-visible-line): Handle return value of
2833 next-single-property-change properly (Bug#9371).
2834
a640d29a
KH
28352012-03-22 Kenichi Handa <handa@m17n.org>
2836
2837 * international/quail.el (quail-insert-kbd-layout): Fix previous
2838 change. To avoid unwanted bidi reordering, use
2839 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
2840
39675016
DG
28412012-03-21 Dmitry Gutov <dgutov@yandex.ru>
2842
2843 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
2844 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
2845 (ruby-beginning-of-indent): Be more careful with the difference
2846 between word-boundary and symbol boundary.
2847 (ruby-mode-syntax-table): Make : a symbol constituent.
2848
0a6934fc 28492012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 2850
3d008e4f
SM
2851 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
2852
0a6934fc
SM
28532012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2854
af67c9d7
SM
2855 * progmodes/etags.el (tags-completion-at-point-function):
2856 Improve last fix.
2857
1acad97c
SM
2858 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
2859
e298b5da
SS
28602012-03-21 Sam Steingold <sds@gnu.org>
2861
2862 * progmodes/etags.el (tags-completion-at-point-function):
2863 Avoid the error when point is inside the pattern.
2864
91d82a70
JY
28652012-03-21 John Yates <john@yates-sheets.org> (tiny change)
2866
2867 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
2868 line (Bug#10855).
2869
69188b79
CY
28702012-03-21 Drew Adams <drew.adams@oracle.com>
2871
2872 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
2873
99fc91fe
AK
28742012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
2875
2876 * ido.el (ido-set-current-directory, ido-read-internal)
2877 (ido-choose-completion-string, ido-completion-help): Handle nil
2878 value of ido-completion-buffer (Bug#11008).
2879
087bbb4c
SS
28802012-03-21 Sam Steingold <sds@gnu.org>
2881
2882 * window.el (switch-to-prev-buffer): Do not switch to a visible
2883 window previous buffer, just like with the frame previous buffers.
2884
fb5b8aca
CY
28852012-03-21 Chong Yidong <cyd@gnu.org>
2886
2887 * faces.el (make-face, make-empty-face, copy-face):
2888 * face-remap.el (face-remap-add-relative, face-remap-set-base):
2889 Doc fixes.
2890
dc9924b8
SM
28912012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2892
2893 * wid-edit.el (widget-complete-field): Remove (bug#11051).
2894 (widget-complete): Remove broken use of it.
2895
f0bcceb9
CY
28962012-03-20 Chong Yidong <cyd@gnu.org>
2897
dc9924b8
SM
2898 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
2899 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
2900 characters.
2901
ee52ebf3
TH
29022012-03-20 Tassilo Horn <tassilo@member.fsf.org>
2903
2904 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
2905 to draw rectangles, not squares. (Regression introduced by revno
2906 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
2907
4c5779ab
CY
29082012-03-18 Chong Yidong <cyd@gnu.org>
2909
2910 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
2911 it is not yet defined (for temacs).
2912
15360934
LL
29132012-03-18 Leo Liu <sdl.web@gmail.com>
2914
dc9924b8 2915 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 2916
d9a8eb66
EZ
29172012-03-17 Eli Zaretskii <eliz@gnu.org>
2918
2919 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
2920 (ispell-choices-win-default-height, ispell-silently-savep)
2921 (ispell-dictionary-alist, ispell-encoding8-command)
2922 (ispell-check-version, ispell-aspell-find-dictionary)
2923 (ispell-valid-dictionary-list, ispell-words-keyword)
2924 (ispell-get-word, ispell-internal-change-dictionary)
2925 (ispell-region, ispell-skip-region-list)
2926 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
2927 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
2928 (ispell-message-text-end, ispell-message)
2929 (ispell-buffer-local-parsing): Doc fix.
2930
f02ff80d
J
29312012-03-13 Jambunathan K <kjambunathan@gmail.com>
2932
2933 * htmlfontify.el: Add support for code block fontification for ODT
2934 export (Bug #9914).
2935 (hfy-optimisations): Define new option
2936 `body-text-only'
2937 (hfy-fontify-buffer): Honor above setting.
2938 (hfy-begin-span, hfy-end-span): New routines factored out form
2939 `hfy-fontify-buffer'.
2940 (hfy-begin-span-handler, hfy-end-span-handler): New variables
2941 that permit insertion of custom tags.
2942 (hfy-fontify-buffer): Use above handlers.
2943 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
2944 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 2945 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 2946 over multiple runs. This is made possible by having the caller let
f02ff80d
J
2947 bind a special variable `hfy-user-sheet-assoc'.
2948 (htmlfontify-string): New defun.
2949 (hfy-compile-face-map): Make sure that the last char in the
2950 buffer is correctly fontified.
2951 (hfy-face-resolve-face): Whitespace only change.
2952
9ac7a13f
EZ
29532012-03-17 Eli Zaretskii <eliz@gnu.org>
2954
2955 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
2956 message more clear.
2957
e2b5bdd7
LL
29582012-03-16 Leo Liu <sdl.web@gmail.com>
2959
2960 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
2961
2e492df3
AM
29622012-03-16 Alan Mackenzie <acm@muc.de>
2963
2964 Further optimise the handling of large macros.
2965
2966 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
2967 limit to a call of `c-literal-limits'.
2968 (c-determine-+ve-limit): New function.
dc9924b8
SM
2969 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
2970 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
2971 In CASE 5B, restrict a search limit to 500.
2972 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
2973
2974 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
2975 Restrict macro bounds to +-500 from after-change's BEG END.
2976
50e94f0c
LL
29772012-03-16 Leo Liu <sdl.web@gmail.com>
2978
2979 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
2980
6f09f6ed
AH
29812012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
2982
2983 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 2984 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 2985
c7e73d51
GM
29862012-03-16 Glenn Morris <rgm@gnu.org>
2987
da986230
GM
2988 * view.el (view-buffer, view-buffer-other-window)
2989 (view-buffer-other-frame): Doc fixes re special mode-class.
2990
0835f01e
GM
2991 * subr.el (eval-after-load): If named feature is provided not from
2992 a file, run after-load forms. (Bug#10946)
2993
c7e73d51
GM
2994 * calendar/calendar.el (calendar-insert-at-column):
2995 Handle non-unit-width characters a bit better. (Bug#10978)
2996
3f2eafd1
CY
29972012-03-15 Chong Yidong <cyd@gnu.org>
2998
2999 * emacs-lisp/ring.el (ring-extend): New function.
3000 (ring-insert+extend): Extend the ring correctly (Bug#11019).
3001
3002 * comint.el (comint-read-input-ring)
3003 (comint-add-to-input-history): Grow comint-input-ring lazily.
3004
103af3fe
SM
30052012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3006
663b1677
SM
3007 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
3008 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
3009
103af3fe
SM
3010 * imenu.el: Fix multiple inheritance breakage (bug#9199).
3011 (imenu-add-to-menubar): Don't add a redundant index.
3012 (imenu-update-menubar): Handle a dynamically composed keymap.
3013
899cb7cb
KY
30142012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
3015
3016 * mail/sendmail.el (mail-encode-header):
3017 Bind rfc2047-encode-encoded-words to nil.
3018
3809f91d
GM
30192012-03-13 Glenn Morris <rgm@gnu.org>
3020
3021 * calendar/calendar.el (calendar-string-spread):
3022 Handle non-unit-width characters a bit better. (Bug#10978)
3023
9e345a01
LL
30242012-03-13 Leo Liu <sdl.web@gmail.com>
3025
3026 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
3027 directory and file as argument (Bug#10822).
3028
4a07df36
KS
30292012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
3030
3031 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
3032 For dynamically generated code, follow $PC.
3033 (gdb-disassembly-handler-custom): Handle no function name case.
3034
4aaa9356
TL
30352012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
3036
3037 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
3038 * emulation/ws-mode.el (ws-query-replace):
3039 * sort.el (sort-regexp-fields):
3040 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
3041
225979da
SM
30422012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3043
3044 * dabbrev.el: Fix cycle completion order (bug#10963).
3045 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
3046 (dabbrev-completion): Don't use an obarray; provide
3047 a cycle-sort-function.
3048
e2f1fdab
LL
30492012-03-12 Leo Liu <sdl.web@gmail.com>
3050
dc9924b8 3051 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
3052 (kill-do-not-save-duplicates): Doc fix.
3053
b19490ed
SM
30542012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3055
3056 * dabbrev.el: Fix cycle completion (bug#10963).
3057 Use lexical binding and wrap to 80 columns.
3058 (dabbrev-completion): Delay computing the list of completions.
3059
4b05d722
KH
30602012-03-12 Kenichi Handa <handa@m17n.org>
3061
3062 * international/quail.el (quail-insert-kbd-layout): Surround each
3063 row by LRO and PDF instead of inserting many LRMs. Pad the left
3064 and right of each non-spacing marks. Insert invisible space
3065 between lower and upper characters to prevent composition.
3066
dbbc2e69
SM
30672012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3068
3069 * minibuffer.el (minibuffer-complete): Don't get confused when the
3070 function is run twice via different commands (bug#10958).
3071 (complete-with-action): Fix docstring.
3072
292112ed
CY
30732012-03-12 Chong Yidong <cyd@gnu.org>
3074
5d1ac394
CY
3075 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
3076 (nxml-completion-at-point-function): New function.
3077 (nxml-mode): Use it.
3078 (nxml-bind-meta-tab-to-complete-flag): Default to t.
3079
292112ed
CY
3080 * emacs-lisp/package.el (package-unpack, package-unpack-single):
3081 Load generated autoloads file before byte compiling (Bug#10970).
3082 (package--make-autoloads-and-compile): New helper fun.
3083
4098f8f7
CS
30842012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
3085
3086 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
3087
8f754691
MA
30882012-03-11 Michael Albinus <michael.albinus@gmx.de>
3089
3090 * autorevert.el (auto-revert-handler): Ensure, that
3091 file-readable-p is applied only for local files or in
3092 auto-revert-tail-mode.
3093
e29ab36b
AS
30942012-03-11 Andreas Schwab <schwab@linux-m68k.org>
3095
dbbc2e69
SM
3096 * server.el (server-eval-at): Handle non-tcp connections.
3097 Decode result string.
ad0bf5b6 3098
e29ab36b
AS
3099 * server.el (server-msg-size): New constant.
3100 (server-reply-print): New function.
3101 (server-eval-and-print): Use it.
3102 (server-eval-at): Use server-quote-arg and server-unquote-arg.
3103 Handle -print-nonl.
3104
de5939ba
CS
31052012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
3106
3107 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
3108 (Bug#10987).
3109
0c93eabf
CY
31102012-03-11 Chong Yidong <cyd@gnu.org>
3111
397a688f
CY
3112 * simple.el (goto-line): Doc fix (Bug#9938).
3113
2cc775f9
CY
3114 * subr.el (save-window-excursion): Doc fix (Bug#9979).
3115
0c93eabf
CY
3116 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
3117 when finished (Bug#10963).
3118
c491fa41
MR
31192012-03-11 Martin Rudalics <rudalics@gmx.at>
3120
3121 * window.el (split-window-below): Fix bug in case where
3122 split-window-keep-point is nil (Bug#10971).
3123
300e8fa5
JL
31242012-03-11 Juri Linkov <juri@jurta.org>
3125
3126 * replace.el (replace-highlight): Set isearch-word to nil
3127 unconditionally. (Bug#10887)
3128
dbf6c5a1
EZ
31292012-03-10 Eli Zaretskii <eliz@gnu.org>
3130
3131 * net/mairix.el (mairix-replace-invalid-chars): Rename from
3132 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 3133 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
3134 (mairix-widget-create-query): Add usage information about mairix
3135 search forms: negating words, searching for substrings, etc.
3136
b9e501de
JP
31372012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
3138
3139 * international/fontset.el (font-encoding-alist): Add an entry for
3140 ksx1001 (Bug#5667).
3141
92795c91
RS
31422012-03-10 Richard Stallman <rms@gnu.org>
3143
1694e6c1
RS
3144 * mail/sendmail.el (mail-encode-header):
3145 Set rfc2047-encode-encoded-words.
3146
607e8555
RS
3147 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
3148
de3bc99a
RS
3149 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
3150 view buffer means not swapped.
3151 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
3152 (rmail-write-region-annotate): Error if real text has disappeared.
3153
92795c91
RS
3154 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
3155
699bd04e
CY
31562012-03-10 Chong Yidong <cyd@gnu.org>
3157
3158 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
3159 * emulation/cua-base.el (cua--init-keymaps):
3160 Add delete-forward-char to remappings (Bug#9666).
699bd04e 3161
570a1714
MR
31622012-03-10 Martin Rudalics <rudalics@gmx.at>
3163
dbbc2e69
SM
3164 * speedbar.el (speedbar-unhighlight-one-tag-line):
3165 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 3166
82dcf4e4
CY
31672012-03-10 Chong Yidong <cyd@gnu.org>
3168
7a2c7ca7
CY
3169 * minibuffer.el (completion-in-region, completion-help-at-point):
3170 Give the completion field overlay a high priority (Bug#6830).
3171
82dcf4e4
CY
3172 * dired.el (dired-goto-file): Recognize absolute file name
3173 listings (Bug#7126).
3174 (dired-goto-file-1): New helper function.
3175 (dired-toggle-read-only): Inhibit warnings.
3176
052e28ac
MA
31772012-03-09 Michael Albinus <michael.albinus@gmx.de>
3178
75f1671a 3179 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
3180 there are no properties.
3181
95d5e396
LL
31822012-03-09 Leo Liu <sdl.web@gmail.com>
3183
3184 * savehist.el (savehist-printable): Stricter check for string
3185 value (Bug#10937).
3186
3f018d6d
EZ
31872012-03-09 Eli Zaretskii <eliz@gnu.org>
3188
dbbc2e69
SM
3189 * mail/smtpmail.el (smtpmail-send-it):
3190 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
3191 valid mbox format.
3192
f7fd3d79
GM
31932012-03-09 Glenn Morris <rgm@gnu.org>
3194
3195 * files.el (dir-locals-find-file):
3196 Don't check result is regular, readable.
3197 (dir-locals-read-from-file): Demote errors.
3198
6ff6e72f
EZ
31992012-03-08 Eli Zaretskii <eliz@gnu.org>
3200
dbbc2e69
SM
3201 * international/quail.el (quail-insert-kbd-layout):
3202 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
3203 layout cell, to prevent their reordering by bidi display engine.
3204 For details, see the discussion in
3205 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
3206
9cec7834
AM
32072012-03-08 Alan Mackenzie <acm@muc.de>
3208
3209 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
3210 the starting position; make it extend the marked region when
3211 invoked repeatedly - all under appropriate circumstances.
3212 Fixes bugs #5525, #10906.
3213
9a40b8d4
GM
32142012-03-08 Glenn Morris <rgm@gnu.org>
3215
3216 * files.el (locate-dominating-file, dir-locals-find-file):
3217 Undo 2012-03-06 change.
3218
7a08ed35
EZ
32192012-03-07 Eli Zaretskii <eliz@gnu.org>
3220
dbbc2e69
SM
3221 * international/quail.el (quail-help):
3222 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
3223 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
3224 for the reason.
3225
5aca4f71 32262012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
3227
3228 Avoid superfluous registering of signals. (Bug#10807)
3229
3230 * notifications.el (notifications-on-action-object)
3231 (notifications-on-close-object): New defvars.
3232 (notifications-on-action-signal, notifications-on-closed-signal):
3233 Unregister the signal if not needed any longer.
3234 (notifications-notify): Register `notifications-action-signal' or
3235 `notifications-closed-signal', if :on-action or :on-close has been
3236 passed as argument.
3237
78e8b10a
CY
32382012-03-07 Chong Yidong <cyd@gnu.org>
3239
3240 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
3241 non-X platforms.
3242
69481eb8
GM
32432012-03-06 Glenn Morris <rgm@gnu.org>
3244
3245 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
3246 (x-disown-selection-internal, x-get-selection-internal):
3247 Doc fix (add arglist signatures). (Bug#10783)
3248
133b8e11
KS
32492012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
3250
3251 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
3252 Handle breakpoints with no "type".
3253
99a83064
GM
32542012-03-06 Glenn Morris <rgm@gnu.org>
3255
3256 * files.el (locate-dominating-file): Add optional predicate argument.
3257 (dir-locals-find-file): Make use of above change.
3258
17798e78
TTN
32592012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
3260
3261 * info.el (Info-insert-dir): Also try "dir.gz".
3262
eb182446
GM
32632012-03-06 Glenn Morris <rgm@gnu.org>
3264
8f2114ee
GM
3265 * files.el (dir-locals-find-file):
3266 Ignore non-readable or non-regular files. (Bug#10928)
3267
eb182446
GM
3268 * files.el (locate-dominating-file): Doc fix.
3269
24679323
AS
32702012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
3271
3272 * calendar/calendar.el (calendar-set-mode-line):
3273 `getenv' returns a string. (Bug#10951)
3274
01d972a9
LL
32752012-03-05 Leo Liu <sdl.web@gmail.com>
3276
109aa8a9
LL
3277 * simple.el (backward-delete-char-untabify): Constrain point to
3278 field (Bug#10939).
3279
01d972a9
LL
3280 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
3281
10607bea
CY
32822012-03-05 Chong Yidong <cyd@gnu.org>
3283
3284 * simple.el (count-words): If called from Lisp, return the word
3285 count, for symmetry with `count-lines'. Arglist changed.
3286 (count-words--message): Args changed. Consolidate counting code
3287 from count-words and count-words-region.
3288 (count-words-region): Caller changed.
3289 (count-lines-region): Make it an obsolete alias.
3290
5dd11cfe
TH
32912012-03-04 Tassilo Horn <tassilo@member.fsf.org>
3292
3293 * saveplace.el (save-place-to-alist)
3294 (save-place-ignore-files-regexp): Allow value nil to disable this
3295 feature.
3296
c349f4e6
CY
32972012-03-04 Chong Yidong <cyd@gnu.org>
3298
3299 * faces.el (face-spec-reset-face): For the default face, reset the
3300 attributes to default values (Bug#10748).
3301
e627be4c
LMI
33022012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3303
3304 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
3305 previous patch: Check `message-send-mail-function', and not the
3306 default function (bug#10897).
3307
ebeabff4
MA
33082012-03-04 Michael Albinus <michael.albinus@gmx.de>
3309
a41a6cf4
MA
3310 * notifications.el (notifications-on-action-signal)
3311 (notifications-on-closed-signal): Check for unique service name of
3312 incoming event. Fix error in removing entry.
ebeabff4 3313 (top): Register for signals with wildcard service name.
a41a6cf4 3314 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 3315
c1ca42b4
CY
33162012-03-04 Chong Yidong <cyd@gnu.org>
3317
dc9924b8 3318 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 3319
ea16568d
GM
33202012-03-04 Glenn Morris <rgm@gnu.org>
3321
3322 * abbrev.el (copy-abbrev-table, abbrev-table-p)
3323 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
3324 (expand-abbrev, define-abbrev-table): Doc fixes.
3325
fbae4637
LMI
33262012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3327
3328 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
3329 `message-default-send-mail-function' and not `send-mail-function'
3330 when doing the prompting for `sendmail-query-once' before sending
3331 in Message buffers (bug#10897).
3332
a1e7225c
LMI
3333 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3334 This is inconsistent with all the other stream functions, which leave
3335 the setting up to the higher levels (if so wanted) (bug#10931).
3336
56d093a9
AM
33372012-03-02 Alan Mackenzie <acm@muc.de>
3338
3339 Depessimize the handling of very large macros.
3340
3341 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
3342 (c-macro-cache-syntactic): New variables to implement a one
3343 element macro cache.
3344 (c-invalidate-macro-cache): New function.
3345 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
3346 Adapt to use the new cache.
3347 (c-state-safe-place): Use better the cache of safe positions.
3348 (c-state-semi-nonlit-pos-cache)
3349 (c-state-semi-nonlit-pos-cache-limit):
3350 New variables for...
3351 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
3352 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
3353 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
3354 Use c-state-semi-safe-place.
56d093a9 3355
dbbc2e69
SM
3356 * progmodes/cc-langs.el (c-get-state-before-change-functions):
3357 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 3358
817e5c3d
MA
33592012-03-02 Michael Albinus <michael.albinus@gmx.de>
3360
dbbc2e69
SM
3361 * jka-compr.el (jka-compr-call-process):
3362 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
3363 not remote.
3364
a032a702
MA
33652012-03-01 Michael Albinus <michael.albinus@gmx.de>
3366
3367 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
3368 access of FILE2, if FILE1 does not exist.
3369
99a54f21
MA
3370 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
3371 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
3372
3373 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
3374 Add "PAGER=" to `process-environment'.
3375
f6561e1f
MM
33762012-03-01 Michael R. Mauger <mmaug@yahoo.com>
3377
3378 * progmodes/sql.el: Bug fix
3379 (sql-get-login-ext): Save login values in globals.
3380 (sql-get-login): Use new version of `sql-get-login-ext'.
3381 (sql-interactive-mode): Set global `sql-connection' to nil.
3382 (sql-connect): Set global values for connection.
3383 (sql-product-interactive): Save global values as buffer local.
3384
2d44d9cc
LL
33852012-02-29 Leo Liu <sdl.web@gmail.com>
3386
3387 * abbrev.el (define-abbrevs): Reset sys to nil.
3388
96b49301 33892012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3390
bf7f9bc5
JB
3391 * files.el (file-equal-p): Rename from `files-equal-p'.
3392 Return nil when one or both files don't exist.
96b49301 3393 (file-subdir-of-p): Now only top directory must exists,
3394 return nil if it doesn't.
bf7f9bc5
JB
3395 (copy-directory): No need to test with `file-subdir-of-p' after
3396 creating dir.
3397 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
3398 to `file-equal-p'.
96b49301 3399
44e97401
GM
34002012-02-28 Glenn Morris <rgm@gnu.org>
3401
3402 * shell.el (shell-mode):
3403 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
3404 * play/landmark.el (landmark-font-lock-face-O):
3405 * play/handwrite.el (handwrite):
3406 * play/gomoku.el (gomoku-O):
3407 * net/browse-url.el (browse-url-browser-display):
3408 * international/mule.el (define-charset):
3409 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
3410 * filesets.el (filesets-find-file-delay):
3411 * eshell/em-xtra.el (eshell-xtra):
3412 * eshell/em-unix.el (eshell-grep):
3413 * emulation/viper.el (viper-mode):
3414 * emacs-lisp/regexp-opt.el (regexp-opt-group):
3415 * emacs-lisp/easymenu.el (easy-menu-define):
3416 * calendar/timeclock.el (timeclock-use-display-time):
3417 * bs.el (bs-mode):
3418 * bookmark.el (bookmark-save-flag):
3419 Doc fix (standardize possessive apostrophe usage).
3420
c98c6276
CY
34212012-02-27 Chong Yidong <cyd@gnu.org>
3422
bf7f9bc5
JB
3423 * emulation/viper-cmd.el (viper-intercept-ESC-key):
3424 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 3425
c98c6276
CY
3426 * font-lock.el (font-lock-specified-p): Rename from
3427 font-lock-spec-present. Callers changed.
3428
9c62cd04 34292012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 3430
bf7f9bc5
JB
3431 * emacs-lisp/package.el (package-compute-transaction):
3432 Handle holding a package version to t in package-load-list.
8ac9e529 3433
530739c9
MA
34342012-02-26 Michael Albinus <michael.albinus@gmx.de>
3435
3436 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
3437 (tramp-get-inode, tramp-get-device): Use cached values.
3438
487915d7
AM
34392012-02-26 Alan Mackenzie <acm@muc.de>
3440
3441 Check there is a font-lock specification before doing initial
3442 fontification.
3443
3444 * font-core.el (font-lock-mode): Move the conditional from
3445 :after-hook to font-lock-initial-fontify.
3446 (font-lock-default-function): Move the check for a specification
3447 to font-lock-spec-present.
3448
dc9924b8 3449 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
3450 (font-lock-spec-present): New function.
3451
4fd96557
JB
34522012-02-26 Jim Blandy <jimb@red-bean.com>
3453
3454 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
3455 (gdb-send): Apply it to the operand of the '-interpreter-exec
3456 console' command, so that we can pass arguments with (say) quotes
3457 in them. Store exact string sent in gdb-debug-log (Bug#10765).
3458
9a4888c0
CY
34592012-02-26 Chong Yidong <cyd@gnu.org>
3460
07498861
CY
3461 * help-fns.el (describe-function-1): Clarify description of
3462 remapping (Bug#10844).
3463
9a4888c0
CY
3464 * files.el (files-equal-p): Doc fix.
3465 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
3466 and quit the loop once a mismatch is found.
3467
ea8fb88d
JB
34682012-02-25 Juanma Barranquero <lekktu@gmail.com>
3469
3470 * bs.el (bs--show-with-configuration): Don't throw an error
3471 if the window cannot be split; otherwise, subsequent calls to
3472 bs-show fail, restoring a stale window config. (Bug#10882)
3473
525795c1
JD
34742012-02-25 Jan Djärv <jan.h.d@swipnet.se>
3475
3476 * term/ns-win.el (global-map): Bind ns-drag-file to
3477 ns-find-file (Bug#5855, Bug#10050).
3478
f008086f
AS
34792012-02-25 Andreas Schwab <schwab@linux-m68k.org>
3480
3481 * calendar/parse-time.el (parse-time-string): Allow extractor to
3482 return nil.
3483
a3fcfa99
MA
34842012-02-25 Michael Albinus <michael.albinus@gmx.de>
3485
91027d08
JB
3486 * net/tramp.el (tramp-file-name-for-operation):
3487 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
3488
3489 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
3490 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
3491 Add COPY-CONTENTS argument.
a3fcfa99 3492
67b0de11
CY
34932012-02-25 Chong Yidong <cyd@gnu.org>
3494
3495 Add custom groups for VC backends, for consistency with vc-bzr.
3496
3497 * vc/vc-arch.el (vc-arch):
3498 * vc/vc-cvs.el (vc-cvs):
3499 * vc/vc-git.el (vc-git):
3500 * vc/vc-hg.el (vc-hg):
3501 * vc/vc-mtn.el (vc-mtn):
3502 * vc/vc-rcs.el (vc-rcs):
3503 * vc/vc-sccs.el (vc-sccs):
3504 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
3505 All relevant defcustoms reassigned.
3506
3c9dfce6
CY
35072012-02-25 Chong Yidong <cyd@gnu.org>
3508
1339bf43
CY
3509 * newcomment.el (comment-styles): Add autoload (Bug#10868).
3510
3c9dfce6
CY
3511 * term/x-win.el (x-initialize-window-system): Reduce default for
3512 x-selection-timeout to 5 seconds (Bug#8869).
3513
25b2e303 35142012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3515
ec70a47d
GM
3516 * files.el (files-equal-p, file-subdir-of-p): New functions.
3517 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 3518 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
3519 * dired-aux.el (dired-copy-file-recursive): Same.
3520 (dired-create-files): Modify destination when source is equal to
3521 dest when copying files.
53a46cd0 3522 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 3523
914260cd
MA
35242012-02-24 Michael Albinus <michael.albinus@gmx.de>
3525
3526 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
3527 (Bug#10874)
3528
2cb228f7
AM
35292012-02-23 Alan Mackenzie <acm@muc.de>
3530
3531 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
3532 parameter "after-hook:" to allow the expansion to run code after
3533 the execution of the mode hooks.
3534
3535 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 3536 from font-lock-mode-internal.
2cb228f7 3537
91027d08 3538 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
3539 :after-hook.
3540
8f0fde21
SM
35412012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
3542
3e88618b
SM
3543 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
3544 (completion--cache-all-sorted-completions): New function.
3545 (completion-all-sorted-completions): Use it.
3546 (completion--do-completion, minibuffer-force-complete):
3547 Use it to re-instate the flush hook.
3548
8f0fde21
SM
3549 * icomplete.el (icomplete-completions): Replace last fix with a better
3550 one (bug#10850).
3551
8e911f6f
DG
35522012-02-23 Dmitry Gutov <dgutov@yandex.ru>
3553
3554 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
3555 when it might call us back infinitely (bug#10797).
3556
49fe4321
GM
35572012-02-23 Glenn Morris <rgm@gnu.org>
3558
3559 * minibuffer.el (completion-category-overrides): Doc fix.
3560
b291b572
SM
35612012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
3562
3563 * minibuffer.el (completion-table-with-context): Fix inf-loop.
3564 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
3565
31a9ef2e
GM
35662012-02-23 Glenn Morris <rgm@gnu.org>
3567
5e6e6794 3568 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
3569 (authors-obsolete-files-regexps, authors-ignored-files)
3570 (authors-ambiguous-files, authors-renamed-files-alist):
3571 Add more entries.
3572
0bd1e074
JL
35732012-02-23 Juri Linkov <juri@jurta.org>
3574
3575 * isearch.el (isearch-occur): Sync interactive spec with occur's
3576 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
3577
b617673c
JL
3578 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
3579
19e9789e
JL
35802012-02-22 Juri Linkov <juri@jurta.org>
3581
3582 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
3583 (ucs-insert): Doc fix. Check for hex digits in the string.
3584 Don't display `nil' in the error message. (Bug#10857)
3585
f41ce09d
AM
35862012-02-22 Alan Mackenzie <acm@muc.de>
3587
7a71b18d 3588 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 3589
ac2eceee
GM
35902012-02-22 Glenn Morris <rgm@gnu.org>
3591
3592 * ffap.el (ffap-c-path):
3593 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
3594
abd1f678
CY
35952012-02-22 Chong Yidong <cyd@gnu.org>
3596
3597 * custom.el (load-theme): Doc fix.
3598
f25aef2e
GM
35992012-02-22 Glenn Morris <rgm@gnu.org>
3600
3601 * dired-x.el (dired-guess-shell-alist-default):
3602 Remove escape sequences from nroff output. (Bug#172)
3603
5f8dc2ca
GM
36042012-02-21 Glenn Morris <rgm@gnu.org>
3605
6ff86ec4
GM
3606 * vc/emerge.el (emerge-defvar-local):
3607 Set `permanent-local' property rather than unused `preserved'.
3608
be3223a3 3609 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
3610 (picture-mode-map): Use it. (Bug#10860)
3611 (picture-mode): Doc fix.
3612
3fe58f4f
JB
36132012-02-21 Juanma Barranquero <lekktu@gmail.com>
3614
3615 * newcomment.el (uncomment-region-default): Remove unused binding.
3616
f9a998c3
GM
36172012-02-21 Glenn Morris <rgm@gnu.org>
3618
3619 * textmodes/picture.el (picture-motion, picture-motion-reverse)
3620 (picture-self-insert, picture-tab-chars): Doc fix.
3621 (picture-mode-map): Fix C-a, C-e.
3622
c6029348
GM
36232012-02-20 Glenn Morris <rgm@gnu.org>
3624
3625 * emacs-lisp/authors.el (authors-aliases): Add another entry.
3626
ab1ce9d7
LL
36272012-02-20 Leo Liu <sdl.web@gmail.com>
3628
3629 * icomplete.el (icomplete-completions): Check FROM arg before
3630 passing to substring (Bug#10850).
3631
0fd40f89
CY
36322012-02-19 Chong Yidong <cyd@gnu.org>
3633
3634 * comint.el: Require ansi-color.
3635 (comint-output-filter-functions): Add ansi-color-process-output.
3636
3637 * ansi-color.el: Don't set comint-output-filter-functions; it is
3638 now in the initial value defined in comint.el.
3639 (ansi-color-apply-face-function): New variable.
3640 (ansi-color-apply-on-region): Use it.
3641 (ansi-color-apply-overlay-face): New function.
3642
3643 * shell.el (shell): No need to require ansi-color.
3644 (shell-mode): Use ansi-color-apply-face-function to highlight
3645 color escapes using font-lock-face property (Bug#10835).
3646
20af2394
CY
36472012-02-19 Chong Yidong <cyd@gnu.org>
3648
3649 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
3650 mode-line formats (Bug#10839).
3651
e23a3fbe
GM
36522012-02-18 Glenn Morris <rgm@gnu.org>
3653
b474519e
GM
3654 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
3655
3656 * mail/undigest.el (unforward-rmail-message): Doc fix.
3657
e23a3fbe
GM
3658 * saveplace.el (save-place-ignore-files-regexp): Add :version.
3659
57939ff4
EZ
36602012-02-18 Eli Zaretskii <eliz@gnu.org>
3661
3662 * international/characters.el (script-list): Sync with the latest
3663 Unicode Character Database.
3664
0c23686e
AS
36652012-02-18 Andreas Schwab <schwab@linux-m68k.org>
3666
3667 * international/titdic-cnv.el: Remove duplicate coding tag.
3668 * language/cham.el: Likewise.
3669 * language/tai-viet.el: Likewise.
3670
6818b449
GM
36712012-02-18 Glenn Morris <rgm@gnu.org>
3672
3673 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
3674 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
3675 (calendar-bahai-all-holidays-flag, calendar-other-dates):
3676 * calendar/diary-lib.el (diary-abbreviated-year-flag):
3677 * calendar/holidays.el (holiday-bahai-holidays)
3678 (calendar-holidays, list-holidays):
3679 Use utf-8 Bahá'í in doc-strings, menus, etc.
3680
0311a3fc
TH
36812012-02-17 Tassilo Horn <tassilo@member.fsf.org>
3682
3683 * saveplace.el (save-place-ignore-files-regexp): New variable
3684 allowing for excluding files from saving their location of point.
3685 The default value matches the temporary commit message editing
3686 files from Git, SVN, Bazaar, and Mercurial.
3687 (save-place-to-alist): Use it.
3688
eb864a71
LM
36892012-02-17 Lawrence Mitchell <wence@gmx.li>
3690 Stefan Monnier <monnier@iro.umontreal.ca>
3691
3692 * newcomment.el (uncomment-region-default): Don't leave extra space
3693 when an arg is provided (bug#8150).
3694
ee0ce425
TZ
36952012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
3696
eb864a71 3697 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 3698
95ddf442
GM
36992012-02-17 Glenn Morris <rgm@gnu.org>
3700
3701 * net/socks.el: Require network-stream. (Bug#10599)
3702
48dd1e39 37032012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
3704
3705 * international/charprop.el:
3706 * international/uni-name.el:
3707 * international/uni-old-name.el:
3708 * international/uni-comment.el: Regenerate.
3709
d68cd087
GM
37102012-02-16 Glenn Morris <rgm@gnu.org>
3711
3712 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
3713 Interactively in calendar buffer, give an error if not on a date.
3714
13932042
GM
37152012-02-15 Glenn Morris <rgm@gnu.org>
3716
3717 * shell.el (shell-delimiter-argument-list):
3718 Revert 2011-02-17 change. (Bug#8027)
3719
c3a70e2b
CY
37202012-02-15 Chong Yidong <cyd@gnu.org>
3721
60236b0d
CY
3722 * minibuffer.el (completion-at-point-functions): Doc fix.
3723
c3a70e2b
CY
3724 * custom.el (defcustom): Doc fix; note use of defvar.
3725
9f26dc24
GM
37262012-02-15 Glenn Morris <rgm@gnu.org>
3727
3728 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
3729 Doc fixes.
3730
6546b134
GM
37312012-02-14 Glenn Morris <rgm@gnu.org>
3732
3733 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
3734
d29b2b4c
LI
37352012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
3736
3737 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
3738 way the ports list is computed.
835bdcba
LI
3739 (smtpmail-query-smtp-server): Prompt the user for a port number if
3740 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 3741
08dcdbc9
TZ
37422012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
3743
3744 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
3745
2605051a
GM
37462012-02-13 Glenn Morris <rgm@gnu.org>
3747
3748 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
3749
7ee99f32
TZ
37502012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
3751
3752 * net/gnutls.el (gnutls-trustfiles): New variable.
3753 (gnutls-negotiate): Use it.
3754
5f0af64f
LI
37552012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
3756
3757 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
3758 does its stuff if Gnus is running.
3759
c14fcc95
AM
37602012-02-13 Alan Mackenzie <acm@muc.de>
3761
3762 Fix a loop in c-set-fl-decl-start.
3763
7a71b18d 3764 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
3765 c-backward-syntactic-ws actually moves backwards.
3766
142b4d90
LL
37672012-02-13 Leo Liu <sdl.web@gmail.com>
3768
3769 * net/rcirc.el (rcirc-markup-attributes): Move point to the
3770 beginning so that all \C-o chars are removed.
3771
fa9958a6
TZ
37722012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
3773
dc9924b8 3774 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 3775
0bc5886a
AM
37762012-02-12 Alan Mackenzie <acm@muc.de>
3777
3778 Fix infinite loop with long macros.
4d6769e1 3779 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 3780
d4bd55e7
CY
37812012-02-12 Chong Yidong <cyd@gnu.org>
3782
3783 * window.el (display-buffer): Doc fix (Bug#10785).
3784
66f3fe22
GM
37852012-02-12 Glenn Morris <rgm@gnu.org>
3786
bd7da63e
GM
3787 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
3788 (x-disown-selection-internal, x-get-selection-internal):
3789 Sync docs with the xselect.c versions.
3790
66f3fe22
GM
3791 * allout-widgets.el: Add missing license notice.
3792
3e0d2fa7
GM
37932012-02-11 Glenn Morris <rgm@gnu.org>
3794
cfecdf09
GM
3795 * select.el (x-get-selection-internal, x-own-selection-internal)
3796 (x-disown-selection-internal):
3797 * x-dnd.el (x-get-selection-internal): Update declarations.
3798
6d216d7f
GM
3799 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
3800
2bed3f04
GM
3801 * window.el (window-sides-slots):
3802 * tool-bar.el (tool-bar-position):
3803 * term/xterm.el (xterm-extra-capabilities):
3804 * ses.el (ses-self-reference-early-detection):
3805 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
3806 (verilog-auto-wire-type)
3807 (verilog-auto-delete-trailing-whitespace)
3808 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
3809 (verilog-auto-tieoff-declaration):
3810 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
3811 (sql-oracle-statement-starters, sql-oracle-scan-on):
3812 * progmodes/prolog.el (prolog-align-comments-flag)
3813 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
3814 (prolog-left-indent-regexp, prolog-paren-indent-p)
3815 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
3816 (prolog-types, prolog-mode-specificators)
3817 (prolog-determinism-specificators, prolog-directives)
3818 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
3819 (prolog-electric-dot-flag)
3820 (prolog-electric-dot-full-predicate-template)
3821 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
3822 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
3823 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
3824 (prolog-program-switches, prolog-prompt-regexp)
3825 (prolog-debug-on-string, prolog-debug-off-string)
3826 (prolog-trace-on-string, prolog-trace-off-string)
3827 (prolog-zip-on-string, prolog-zip-off-string)
3828 (prolog-use-standard-consult-compile-method-flag)
3829 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
3830 (prolog-imenu-max-lines, prolog-info-predicate-index)
3831 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
3832 (prolog-char-quote-workaround):
3833 * progmodes/cc-vars.el (c-defun-tactic):
3834 * net/tramp.el (tramp-encoding-command-interactive)
3835 (tramp-local-end-of-line):
3836 * net/soap-client.el (soap-client):
3837 * net/netrc.el (netrc-file):
3838 * net/gnutls.el (gnutls):
3839 * minibuffer.el (completion-category-overrides)
3840 (completion-cycle-threshold)
3841 (completion-pcm-complete-word-inserts-delimiters):
3842 * man.el (Man-name-local-regexp):
3843 * mail/feedmail.el (feedmail-display-full-frame):
3844 * international/characters.el (glyphless-char-display-control):
3845 * eshell/em-ls.el (eshell-ls-date-format):
3846 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
3847 (lisp-lambda-list-keyword-parameter-indentation)
3848 (lisp-lambda-list-keyword-parameter-alignment):
3849 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
3850 * dired-x.el (dired-omit-verbose):
3851 * cus-theme.el (custom-theme-allow-multiple-selections):
3852 * calc/calc.el (calc-highlight-selections-with-faces)
3853 (calc-lu-field-reference, calc-lu-power-reference)
3854 (calc-note-threshold):
3855 * battery.el (battery-mode-line-limit):
3856 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
3857 (archive-7z-update):
3858 * allout.el (allout-prefixed-keybindings)
3859 (allout-unprefixed-keybindings)
3860 (allout-inhibit-auto-fill-on-headline)
3861 (allout-flattened-numbering-abbreviation):
3862 * allout-widgets.el (allout-widgets-auto-activation)
3863 (allout-widgets-icons-dark-subdir)
3864 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
3865 (allout-widgets-theme-dark-background)
3866 (allout-widgets-theme-light-background)
3867 (allout-widgets-item-image-properties-emacs)
3868 (allout-widgets-item-image-properties-xemacs)
3869 (allout-widgets-run-unit-tests-on-load)
3870 (allout-widgets-time-decoration-activity)
3871 (allout-widgets-hook-error-post-time)
3872 (allout-widgets-track-decoration):
3873 Add missing :version tags to new defcustoms and defgroups.
3874
5fec1b8e
GM
3875 * progmodes/sql.el (sql-ansi-statement-starters)
3876 (sql-oracle-statement-starters): Add custom type.
3877
3e0d2fa7
GM
3878 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
3879 (prolog-system-version): Give it a type.
3880
90b671e2
EZ
38812012-02-11 Eli Zaretskii <eliz@gnu.org>
3882
3883 * term/pc-win.el (x-select-text, x-selection-owner-p)
3884 (x-own-selection-internal, x-disown-selection-internal)
3885 (x-get-selection-internal): Sync doc strings and argument lists
3886 with xselect.c, common-win.el and x-win.el. (Bug#10783)
3887
5eac0c02
LL
38882012-02-11 Leo Liu <sdl.web@gmail.com>
3889
3890 * progmodes/python.el (python-end-of-statement): Fix infinite
3891 loop. (Bug#10788)
3892
f82cb659
GM
38932012-02-10 Glenn Morris <rgm@gnu.org>
3894
3895 * international/mule-cmds.el (unify-8859-on-encoding-mode)
3896 (unify-8859-on-decoding-mode): Properly mark as obsolete.
3897
cc26d239
LI
38982012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3899
3900 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
3901 about SMTP before checking the From header.
3902
91027d08 3903 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
3904 into own function for reuse by emacsbug.el.
3905
1be3ca5a
LL
39062012-02-10 Leo Liu <sdl.web@gmail.com>
3907
3908 * subr.el (condition-case-unless-debug): Rename from
3909 condition-case-no-debug. All callers changed.
3910 (with-demoted-errors): Fix caller.
3911
3912 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
3913 * nxml/rng-valid.el (rng-do-some-validation):
3914 * emacs-lisp/package.el (package-refresh-contents)
3915 (package-menu-execute):
3916 * desktop.el (desktop-create-buffer):
91027d08 3917 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 3918
b011fbfe
GM
39192012-02-10 Glenn Morris <rgm@gnu.org>
3920
b2096d72
GM
3921 * textmodes/bibtex.el:
3922 Add missing :version tags for new/changed defcustoms.
3923
b011fbfe
GM
3924 * files.el (remote-file-name-inhibit-cache): Doc fixes.
3925
4c7e65bf
LI
39262012-02-09 Lars Ingebrigtsen <larsi@rusty>
3927
3928 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
3929 (smtpmail-via-smtp): Use it, or fall back on the From address.
3930 (smtpmail-send-it): Ditto.
3931
f3934f6f
SM
39322012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
3933
3934 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
3935 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
3936 (byte-compile-tmp-var): New const.
3937 (byte-compile-defvar): Use it to minimize .elc size.
3938 Just use `defvar' rather than simulate it (bug#10761).
3939
a075a2c5
GM
39402012-02-09 Glenn Morris <rgm@gnu.org>
3941
cf3aa21b
GM
3942 * files.el (rename-uniquely): Doc fix. (Bug#3806)
3943
354998cd
GM
3944 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
3945 Add :version tags.
3946
dc9924b8
SM
3947 * progmodes/compile.el (compilation-error-screen-columns)
3948 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 3949
dab3703d
GM
3950 * vc/log-view.el (log-view-toggle-entry-display):
3951 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
3952
3f88cd72
GM
3953 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
3954 (report-emacs-bug-can-use-xdg-email):
3955 (report-emacs-bug-insert-to-mailer): Doc fixes.
3956 (report-emacs-bug): Message fix.
3957
d95b247d
GM
3958 * net/browse-url.el (browse-url-can-use-xdg-open)
3959 (browse-url-xdg-open): Doc fixes.
3960
a075a2c5
GM
3961 * electric.el (electric-indent-mode, electric-pair-mode)
3962 (electric-layout-rules, electric-layout-mode): Doc fixes.
3963 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
3964
ffb6157e
MR
39652012-02-08 Martin Rudalics <rudalics@gmx.at>
3966
3967 * server.el (server-unselect-display): Don't inadvertently kill
3968 the current buffer. (Bug#10729)
3969
e1ac4066
GM
39702012-02-08 Glenn Morris <rgm@gnu.org>
3971
34e8a2da
GM
3972 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
3973 (sql-list-table): Doc fixes.
3974
b4ac6e8c
GM
3975 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
3976 Comment out (does nothing).
3977
e1ac4066
GM
3978 * completion.el (dynamic-completion-mode):
3979 * dirtrack.el (dirtrack-debug-mode):
3980 * electric.el (electric-layout-mode):
3981 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
3982 * face-remap.el (text-scale-mode, buffer-face-mode):
3983 * iimage.el (iimage-mode):
3984 * image-mode.el (image-transform-mode):
3985 * minibuffer.el (completion-in-region-mode):
3986 * scroll-lock.el (scroll-lock-mode):
3987 * simple.el (next-error-follow-minor-mode):
3988 * tar-mode.el (tar-subfile-mode):
3989 * tooltip.el (tooltip-mode):
3990 * vcursor.el (vcursor-use-vcursor-map):
3991 * wid-browse.el (widget-minor-mode):
3992 * emulation/tpu-edt.el (tpu-edt-mode):
3993 * emulation/tpu-extras.el (tpu-cursor-free-mode):
3994 * international/iso-ascii.el (iso-ascii-mode):
3995 * language/thai-util.el (thai-word-mode):
3996 * mail/supercite.el (sc-minor-mode):
3997 * net/goto-addr.el (goto-address-mode):
3998 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
3999 * progmodes/cwarn.el (cwarn-mode):
4000 * progmodes/flymake.el (flymake-mode):
4001 * progmodes/glasses.el (glasses-mode):
4002 * progmodes/hideshow.el (hs-minor-mode):
4003 * progmodes/pascal.el (pascal-outline-mode):
4004 * textmodes/enriched.el (enriched-mode):
4005 * vc/smerge-mode.el (smerge-mode):
4006 Doc fixes (minor mode argument).
4007
5e0d957f
EZ
40082012-02-07 Eli Zaretskii <eliz@gnu.org>
4009
4010 * ls-lisp.el (ls-lisp-sanitize): New function.
4011 (ls-lisp-insert-directory): Use it to fix or remove any elements
4012 in file-alist with missing attributes. (Bug#4673)
4013
98d7371e
AM
40142012-02-07 Alan Mackenzie <acm@muc.de>
4015
4016 Fix spurious recognition of c-in-knr-argdecl.
4017
4018 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
4019 putative K&R region.
4020
667ced3a
AM
40212012-02-07 Alan Mackenzie <acm@muc.de>
4022
eb864a71
LM
4023 * progmodes/cc-engine.el (c-forward-objc-directive):
4024 Prevent looping in "#pragma mark @implementation".
667ced3a 4025
5b77774d
MA
40262012-02-07 Michael Albinus <michael.albinus@gmx.de>
4027
4028 * notifications.el (notifications-on-closed-signal): Make `reason'
4029 optional. (Bug#10744)
4030
af008560
GM
40312012-02-07 Glenn Morris <rgm@gnu.org>
4032
60d47423
GM
4033 * emacs-lisp/easy-mmode.el (define-minor-mode):
4034 Doc fixes for the macro and the mode it defines.
4035
dd605cc4
GM
4036 * image.el (imagemagick-types-inhibit): Doc fix.
4037
af008560
GM
4038 * cus-start.el (imagemagick-render-type): Add it.
4039
5cc59a37
LI
40402012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
4041
4d6769e1
JB
4042 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
4043 Set the default at load time, too, so that `font-lock-fontify-buffer'
4044 can be called without setting up the entire mode first. This fixes
4045 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 4046
9a6dd747
CY
40472012-02-06 Chong Yidong <cyd@gnu.org>
4048
2d16b285
CY
4049 * simple.el (list-processes--refresh): Delete exited processes
4050 (Bug#8094).
4051
171e9b6e
CY
4052 * comint.el (comint-next-prompt): next-single-char-property-change
4053 and prev-single-char-property-change never return nil (Bug#8657).
4054
9a6dd747
CY
4055 * custom.el (defcustom): Doc fix (Bug#9711).
4056
aa4589a7
CY
40572012-02-05 Chong Yidong <cyd@gnu.org>
4058
5c2a252f
CY
4059 * cus-edit.el (custom-variable-reset-backup): Quote the value
4060 before storing it in the customized-value property (Bug#6712).
4aab9006 4061 (custom-display): Add a customization type tag.
983b9602 4062 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 4063
aa4589a7
CY
4064 * wid-edit.el (widget-field-value-get): New optional arg to
4065 suppress trailing whitespace truncation.
4066 (character): Use it (Bug#2689).
4067
1ff980ae
AS
40682012-02-05 Andreas Schwab <schwab@linux-m68k.org>
4069
4070 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
4071 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
4072
03988c98
CY
40732012-02-05 Chong Yidong <cyd@gnu.org>
4074
eeb6cc88
CY
4075 * cus-edit.el (custom-variable-value-create): For mismatched
4076 types, show the current value (Bug#7600).
4077
03988c98
CY
4078 * custom.el (defcustom): Doc fix.
4079
f8cdeef0
GM
40802012-02-05 Glenn Morris <rgm@gnu.org>
4081
4082 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
4083
0696d255
JB
40842012-02-05 Juanma Barranquero <lekktu@gmail.com>
4085
4086 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
4087 (pp-buffer): Use `ignore-errors', `looking-at-p'.
4088 (pp-last-sexp): Use `looking-at-p'.
4089
34c99998
GM
40902012-02-04 Glenn Morris <rgm@gnu.org>
4091
8f05da42
GM
4092 * files.el (revert-buffer):
4093 Doc fix (mention revert-buffer-in-progress-p).
4094
f160676e
GM
4095 * emacs-lisp/ert-x.el (ert-simulate-command):
4096 Check deferred-action-list (which is obsolete) is bound.
4097
c7291ad9
GM
4098 * subr.el (with-wrapper-hook): Doc fixes.
4099
34c99998
GM
4100 * simple.el (filter-buffer-substring-functions)
4101 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
4102
6283a7d3
LL
41032012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
4104
4105 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
4106 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
4107
e96e3013
LL
41082012-02-04 Leo Liu <sdl.web@gmail.com>
4109
4110 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
4111
8ded50f2
GM
41122012-02-04 Glenn Morris <rgm@gnu.org>
4113
82ff1d13
GM
4114 * image.el (image-extension-data): Add obsolete alias.
4115
987a0a16
GM
4116 * isearch.el (isearch-update): Doc fix.
4117
ea32ef46
GM
4118 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
4119
8ded50f2
GM
4120 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
4121
eea14f31
GM
41222012-02-03 Glenn Morris <rgm@gnu.org>
4123
4124 * image.el (image-animated-p): Doc fix. Use image-animated-types.
4125 (image-animate-timeout): Doc fix.
4126
4127 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
4128
12f381b7
GM
41292012-02-02 Glenn Morris <rgm@gnu.org>
4130
953cebf5
GM
4131 * server.el (server-auth-dir): Doc fix.
4132 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
4133
12f381b7
GM
4134 * subr.el (run-mode-hooks): Doc fix.
4135
953a8c3b
JL
41362012-02-02 Juri Linkov <juri@jurta.org>
4137
4138 * image-mode.el (image-toggle-display-image): Remove tautological
4139 `major-mode' from the `derived-mode-p' test.
4140
c5d3843c
KH
41412012-02-02 Kenichi Handa <handa@m17n.org>
4142
9f6e692e 4143 * composite.el (compose-region): Cancel previous change.
c5d3843c 4144
159462d4 41452012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
4146
4147 * composite.el (compose-region, compose-string): Signal error for
4148 a null string component (Bug#6988).
4149
9f562668
CY
41502012-02-01 Chong Yidong <cyd@gnu.org>
4151
e2cef717
CY
4152 * view.el (view-buffer-other-window, view-buffer-other-frame):
4153 Handle special modes like view-buffer (Bug#10650).
4154 (view-buffer): Simplify.
4155
9f562668
CY
4156 * frame.el (set-frame-font): Tweak meaning of third argument.
4157
9f6e692e
JB
4158 * dynamic-setting.el (font-setting-change-default-font):
4159 Use set-frame-font (Bug#9982).
9f562668 4160
781acb9f
GM
41612012-02-01 Glenn Morris <rgm@gnu.org>
4162
6035be52
GM
4163 * progmodes/compile.el (compilation-internal-error-properties):
4164 Respect compilation-first-column in the "*compilation*" buffer.
4165
781acb9f
GM
4166 * emacs-lisp/easy-mmode.el (define-minor-mode):
4167 Relax :variable's test for a named function.
4168
abbceb00
AM
41692012-01-31 Alan Mackenzie <acm@muc.de>
4170
4171 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
4172 off by one error.
4173
fce3fdeb
CY
41742012-01-31 Chong Yidong <cyd@gnu.org>
4175
4176 * frame.el (set-frame-font): New arg ALL-FRAMES.
4177
4178 * menu-bar.el (menu-set-font): Use set-frame-font.
4179
4180 * faces.el (face-spec-reset-face): Don't apply unspecified
4181 attribute values to the default face.
4182
47893581
JB
41832012-01-31 Juanma Barranquero <lekktu@gmail.com>
4184
4185 * progmodes/cwarn.el (cwarn): Remove dead link.
4186 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
4187 Remove * from defcustom docstrings.
4188 (turn-on-cwarn-mode): Make obsolete.
4189 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
4190 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
4191
e58e988a
GM
41922012-01-31 Glenn Morris <rgm@gnu.org>
4193
60dc2671 4194 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 4195 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 4196 Allow named functions to be used as the cdr of :variable.
e58e988a 4197
7a3f511d
GM
41982012-01-30 Glenn Morris <rgm@gnu.org>
4199
4200 * emacs-lisp/authors.el (authors-fixed-entries):
4201 Remove reference to deleted file rnewspost.el.
4202
cb882333
JB
42032012-01-29 Juanma Barranquero <lekktu@gmail.com>
4204
4205 * window.el (window-with-parameter): Remove unused variable `windows'.
4206 (window--side-check): Remove unused variable `code'.
4207 (window--resize-siblings): Remove unused variable `first'.
4208 (adjust-window-trailing-edge): Remove unused variable `failed'.
4209 (window-deletable-p, window--delete): Remove unused variable `buffer'.
4210 Use `let', not `let*'.
4211 (balance-windows-2): Remove unused variable `found'.
4212 (window--state-put-2): Remove unused variable `splits'.
4213 (window-state-put): Remove unused variable `selected'.
4214 (same-window-p): Use `string-match-p'.
4215 (display-buffer-assq-regexp): Remove unused variable `value'.
4216 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4217 Mark argument ALIST as ignored.
4218 (pop-to-buffer): Remove unused variable `old-window'.
4219
907201af
EZ
42202012-01-29 Eli Zaretskii <eliz@gnu.org>
4221
4222 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
4223 and .lzma compressed files.
4224
ea162670
CY
42252012-01-29 Chong Yidong <cyd@gnu.org>
4226
5b95ee8a
CY
4227 * frame.el (window-system-default-frame-alist): Doc fix.
4228
ea162670
CY
4229 * dynamic-setting.el (font-setting-change-default-font): Don't
4230 change the default face if SET-FONT argument is non-nil (Bug#9982).
4231
d6e6f4b1
SB
42322012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
4233
4234 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
4235
0f29fa41 42362012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
4237
4238 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
4239 breakpoints in files outside current directory (Bug#6098).
4240
db174434
CY
42412012-01-29 Chong Yidong <cyd@gnu.org>
4242
6b25e4e2
SE
4243 * progmodes/python.el: Require ansi-color at top-level.
4244
6df6ae42
JB
4245 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
4246 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
4247 (lisp-mode-abbrev-table): Add doc.
4248 (lisp-mode-variables): Don't set local-abbrev-table.
4249 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
4250
e70ee681
RW
42512012-01-28 Roland Winkler <winkler@gnu.org>
4252
4253 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
4254
ace88aa2
RW
42552012-01-28 Roland Winkler <winkler@gnu.org>
4256
4257 * textmodes/bibtex.el (bibtex-entry-alist): New function.
4258 (bibtex-set-dialect): Use it. Either set global values of
4259 dialect-dependent variables or bind these variables buffer-locally
4260 (Bug#10254).
4261 (bibtex-mode): Call bibtex-set-dialect via
4262 hack-local-variables-hook.
eb864a71
LM
4263 (bibtex-dialect): Update docstring.
4264 Add safe-local-variable predicate.
ace88aa2
RW
4265 (bibtex-entry-alist, bibtex-field-alist): Initialize via
4266 bibtex-set-dialect.
4267 (bibtex-mode-map): Define menu for each dialect.
4268 (bibtex-entry): Fix docstring.
4269
93376c5b
CY
42702012-01-28 Chong Yidong <cyd@gnu.org>
4271
4272 * eshell/esh-arg.el (eshell-quote-argument): New function.
4273
4274 * eshell/esh-ext.el (eshell-invoke-batch-file):
4275 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
4276 first arg to eshell-parse-command (Bug#10523).
4277
4372494f
DA
42782012-01-28 Drew Adams <drew.adams@oracle.com>
4279
4280 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
4281 `default-directory' is non-nil.
4282
4d4ec1f8
EZ
42832012-01-28 Eli Zaretskii <eliz@gnu.org>
4284
4285 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
4286 line that displays system-configuration-options. (Bug#9924)
4287
7c188927
DA
42882012-01-28 Drew Adams <drew.adams@oracle.com>
4289
4290 * descr-text.el (describe-char): Show information about POS, in
4291 addition to information about the character at POS. Improve and
4292 update the doc string. Change "code point" to "code point in
4293 charset", to avoid confusion with the character's Unicode code
4294 point shown above that. (Bug#10129)
4295
e0da685a
EZ
42962012-01-28 Eli Zaretskii <eliz@gnu.org>
4297
4298 * descr-text.el (describe-char): Show the raw character, not only
4299 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
4300 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
4301 for the reasons.
4302
70550acf
PH
43032012-01-28 Phil Hagelberg <phil@hagelb.org>
4304
eb864a71
LM
4305 * emacs-lisp/package.el (package-install):
4306 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 4307
0ce8e868
CY
43082012-01-28 Chong Yidong <cyd@gnu.org>
4309
cb882333
JB
4310 * emacs-lisp/package.el (package-maybe-load-descriptor):
4311 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
4312 (package-maybe-load-descriptor): Use it.
4313 (package-download-transaction): Fully load required packages
4314 inside the loop, so that `require' calls work (Bug#10593).
4315 (package-install): No need to call package-initialize now.
4316
2e7f3bea
CY
43172012-01-28 Chong Yidong <cyd@gnu.org>
4318
6e9bad14
CY
4319 * simple.el (deactivate-mark): Doc fix (Bug#8614).
4320
f823b8ca
CY
4321 * tooltip.el (tooltip-mode): Doc fix.
4322 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
4323
2680c309
CY
4324 * frame.el (set-cursor-color): Doc fix (Bug#352).
4325
d7a9e63b
CY
4326 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
4327 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
4328
2e7f3bea
CY
4329 * cus-edit.el (custom-buffer-create-internal): Fix search button
4330 action (Bug#10542).
2ae01800 4331 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 4332
fc4f7a23
EW
43332012-01-27 Eduard Wiebe <usenet@pusto.de>
4334
4335 * dired.el (dired-mark-files-regexp):
4336 Include any subdirectory components. (Bug#10445)
4337
7dd37071
ML
43382012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
4339
4340 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
4341 Handle [host]:port syntax. (Bug#10533)
4342
a268160b
AH
43432012-01-27 Alex Harsanyi <harsanyi@mac.com>
4344
4345 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
4346
e43273ef
GM
43472012-01-26 Glenn Morris <rgm@gnu.org>
4348
4349 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
4350 * term.el (term-raw-escape-map): Use Control-X-prefix.
4351 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
4352
1edf595d
MR
43532012-01-25 Martin Rudalics <rudalics@gmx.at>
4354
4355 * window.el (window-state-get, window--state-get-1): Don't deal
4356 with fixed-sizeness of windows. Simplify code.
4357
fa8eafef
JC
43582012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
4359
6df6ae42
JB
4360 * window.el (window--state-get-1, window--state-put-2):
4361 Don't save and restore the mark.
fa8eafef 4362
0b21c100
CY
43632012-01-25 Chong Yidong <cyd@gnu.org>
4364
4365 * custom.el (custom-variable-p): Doc fix.
4366
5ae1a6c8
GM
43672012-01-25 Glenn Morris <rgm@gnu.org>
4368
40047858
GM
4369 * dired.el (dired-goto-file): Handle some of the more common
4370 characters that `ls -b' escapes. (Bug#10596)
4371
5ddce96c
GM
4372 * progmodes/compile.el (compilation-next-error-function):
4373 Respect compilation-first-column in the "*compilation*" buffer.
4374 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
4375
5ae1a6c8
GM
4376 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
4377
b559f1a9
GM
43782012-01-24 Glenn Morris <rgm@gnu.org>
4379
4380 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
4381
6725d21a
JD
43822012-01-24 Julien Danjou <julien@danjou.info>
4383
4384 * color.el (color-rgb-to-hsl): Fix value computing.
4385 (color-hue-to-rgb): New function.
4386 (color-hsl-to-rgb): New function.
4387 (color-clamp, color-saturate-hsl, color-saturate-name)
4388 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4389 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4390
70df4bbe
GM
43912012-01-24 Glenn Morris <rgm@gnu.org>
4392
4393 * vc/vc-rcs.el (vc-rcs-create-tag):
4394 * vc/vc-sccs.el (vc-sccs-create-tag):
4395 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
4396
802a2ae2
ML
43972012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
4398
4399 * eshell/esh-util.el (eshell-read-hosts-file):
4400 Skip comment lines. (Bug#10549)
4401
d7128bb1
ML
4402 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
4403
d1a5c3b4
JB
44042012-01-23 Juanma Barranquero <lekktu@gmail.com>
4405
2724d9c7
JB
4406 * subr.el (display-delayed-warnings): Doc fix.
4407 (collapse-delayed-warnings): New function to collapse identical
4408 adjacent warnings.
4409 (delayed-warnings-hook): Add it.
d1a5c3b4 4410
a5509865
MA
44112012-01-22 Michael Albinus <michael.albinus@gmx.de>
4412
4413 * net/tramp.el (tramp-action-login): Set connection property "login-as".
4414
4415 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
4416 properties, when "login-as" is set.
4417
4418 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
4419 (tramp-default-user-alist): Don't add "pscp".
4420 (tramp-do-copy-or-rename-file-out-of-band): Use connection
4421 property "login-as", if set. (Bug#10530)
4422
cc6d5805
MA
44232012-01-21 Michael Albinus <michael.albinus@gmx.de>
4424
4425 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
4426 "plink1" and "psftp". (Bug#10530)
4427
44282012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
4429
4430 * international/mule-cmds.el (prefer-coding-system): Show a
4431 warning message if the default value of file-name-coding-system
4432 was not changed.
4433
f0960428
JC
44342012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
4435
cb882333
JB
4436 * windmove.el (windmove-reference-loc):
4437 Fix windmove-reference-loc miscalculation.
f0960428 4438
dd6f2a63
JB
44392012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
4440
4441 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
4442 default unit.
4443
7b447e9b
GM
44442012-01-21 Glenn Morris <rgm@gnu.org>
4445
117a9ea1
GM
4446 * international/mule.el (auto-coding-alist): Add .tbz.
4447
7b447e9b
GM
4448 * files.el (local-enable-local-variables): Doc fix.
4449 (inhibit-local-variables-regexps): Rename from
4450 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
4451 Doc fix. Add some extensions from auto-coding-alist.
4452 (inhibit-local-variables-suffixes):
4453 Rename from inhibit-first-line-modes-suffixes. Doc fix.
4454 (inhibit-local-variables-p):
4455 New function, extracted from set-auto-mode-1.
4456 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
4457 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
4458 (hack-local-variables): Doc fix. Make the mode-only case
4459 respect enable-local-variables and friends.
4460 Respect inhibit-local-variables-regexps for file-locals, but
4461 not for directory-locals.
4462 (set-visited-file-name):
4463 Take account of inhibit-local-variables-regexps.
4464 Whether it applies may change as the file name is changed.
4465 * jka-cmpr-hook.el (jka-compr-install):
4466 * jka-compr.el (jka-compr-uninstall):
4467 Update for inhibit-first-line-modes-suffixes name change.
4468
dd6e3cdd
MR
44692012-01-20 Martin Rudalics <rudalics@gmx.at>
4470
4471 * help-macro.el (make-help-screen): Temporarily restore original
4472 binding for minor-mode-map-alist (Bug#10454).
4473
0d0deb38
JD
44742012-01-19 Julien Danjou <julien@danjou.info>
4475
4476 * color.el (color-name-to-rgb): Use the white color to find the max
4477 color component value and return correctly computed values.
4478 (color-name-to-rgb): Add missing float conversion for max value.
4479
34a02f46
MR
44802012-01-19 Martin Rudalics <rudalics@gmx.at>
4481
4482 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
4483 special state value for window-persistent-parameters.
4484 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
4485 (window--state-put-2): Reset all window parameters to nil before
4486 assigning values of persistent parameters.
4487
606c44c4
AM
44882012-01-18 Alan Mackenzie <acm@muc.de>
4489
4490 Eliminate sluggishness and hangs in fontification of "semicolon
4491 deserts".
4492
cb882333
JB
4493 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
4494 Change value 10000 -> 3000.
606c44c4
AM
4495 (c-state-safe-place): Reformulate so it doesn't stack up an
4496 infinite number of wrong entries in c-state-nonlit-pos-cache.
4497 (c-determine-limit-get-base, c-determine-limit): New functions to
4498 determine backward search limits disregarding literals.
4499 (c-find-decl-spots): Amend commenting.
4500 (c-cheap-inside-bracelist-p): New function which detects "={".
4501
4502 * progmodes/cc-fonts.el
4503 (c-make-font-lock-BO-decl-search-function): Give a limit to a
4504 backward search.
4505 (c-font-lock-declarations): Fix an occurrence of point being
4506 undefined. Check additionally for point being in a bracelist or
4507 near a macro invocation without a semicolon so as to avoid a
4508 fruitless time consuming search for a declarator. Give a more
4509 precise search limit for declarators using the new
4510 c-determine-limit.
4511
f3860cea
GM
45122012-01-18 Glenn Morris <rgm@gnu.org>
4513
4514 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
4515 (set-auto-mode): Doc fixes.
4516
1db03b16
GM
45172012-01-17 Glenn Morris <rgm@gnu.org>
4518
0e6038be
GM
4519 * isearch.el (search-nonincremental-instead): Fix doc typo.
4520
1db03b16
GM
4521 * dired.el (dired-insert-directory): Handle newlines in directory name.
4522 (dired-build-subdir-alist): Unescape newlines in directory name.
4523
4cb0aa75
MA
45242012-01-17 Michael Albinus <michael.albinus@gmx.de>
4525
4526 * net/tramp.el (tramp-local-end-of-line): New defcustom.
4527 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
4528 (tramp-action-terminal): Use it. (Bug#10530)
4529
1d00653d
SM
45302012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4531
4532 * minibuffer.el (completion--replace): Strip properties (bug#10062).
4533
6a6ee00d
MR
45342012-01-16 Martin Rudalics <rudalics@gmx.at>
4535
4536 * window.el (window-state-ignored-parameters): Remove variable.
4537 (window--state-get-1): Rename argument MARKERS to IGNORE.
4538 Handle persistent window parameters. Make copy of clone-of
4539 parameter only if requested. (Bug#10348)
4540 (window--state-put-2): Install a window parameter only if it has
4541 a non-nil value or an existing parameter shall be overwritten.
4542
97912def
MA
45432012-01-15 Michael Albinus <michael.albinus@gmx.de>
4544
4545 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
4546
688070a5
EZ
45472012-01-14 Eli Zaretskii <eliz@gnu.org>
4548
4549 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
4550 don't pass the (nil) value of `upnode' to string-match.
4551
301afadc
CY
45522012-01-14 Chong Yidong <cyd@gnu.org>
4553
4554 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 4555 Fix values recognized by the cursorBlink resource.
301afadc 4556
9e5788aa
PE
45572012-01-14 Paul Eggert <eggert@cs.ucla.edu>
4558
4559 * epg.el (epg--make-temp-file): Avoid permission race condition
4560 when running on old Emacs versions (bug#10403).
4561
3cdb7f5a
GM
45622012-01-14 Glenn Morris <rgm@gnu.org>
4563
4564 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
4565
8c82b1b4
AM
45662012-01-13 Alan Mackenzie <acm@muc.de>
4567
4568 Fix filling for when filladapt mode is enabled.
4569
4570 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
4571 c-mask-paragraph, pass in `fill-paragraph' rather than
4572 `fill-region-as-paragraph'. (This is a reversion of a previous
4573 change.)
eb864a71
LM
4574 * progmodes/cc-mode.el (c-basic-common-init):
4575 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 4576
e517eda4
GM
45772012-01-13 Glenn Morris <rgm@gnu.org>
4578
1498536e
GM
4579 * dired.el (dired-switches-escape-p): New function.
4580 (dired-insert-directory): Use dired-switches-escape-p.
4581 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
4582
e517eda4
GM
4583 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
4584
328f984d
GM
45852012-01-12 Glenn Morris <rgm@gnu.org>
4586
4587 * mail/sendmail.el (mail-mode): Update paragraph-separate for
4588 changes in adaptive-fill-regexp. (Bug#10276)
4589
2cc769a8
AM
45902012-01-11 Alan Mackenzie <acm@muc.de>
4591
4592 Fix Emacs bug #10463 - put `widen's around the critical spots.
4593
1d00653d 4594 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
4595 widen around each invocation of c-state-pp-to-literal. Remove an
4596 unused let variable.
4597
e52c37fa
GM
45982012-01-11 Glenn Morris <rgm@gnu.org>
4599
4600 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 4601 Doc fix.
e52c37fa 4602
96f8741e
CY
46032012-01-10 Chong Yidong <cyd@gnu.org>
4604
1d00653d
SM
4605 * net/network-stream.el (network-stream-open-starttls):
4606 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
4607 response to the capability command.
4608
b09a806e
GM
46092012-01-10 Glenn Morris <rgm@gnu.org>
4610
4611 * mail/unrmail.el (unrmail): Tweak previous change.
4612
7655cb66
CY
46132012-01-09 Chong Yidong <cyd@gnu.org>
4614
4615 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
4616
9d5a8f0b
AM
46172012-01-08 Alan Mackenzie <acm@muc.de>
4618
4619 Optimise font locking in long enum definitions.
4620
4621 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
4622 arm to a cond form to handle enums.
4623 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
4624 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
4625
9a0115ab 46262012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
4627
4628 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 4629 (Bug#10401)
6bb72cbd 4630
f186bb95
LMI
46312012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4632
29232a68
LMI
4633 * faces.el (set-face-attribute): Clarify the meaning of the nil
4634 frame (bug#10294).
4635
4e5d086d
LMI
4636 * subr.el (with-selected-frame): Mention that the selected frame
4637 is restored (bug#9980).
4638
8e66aebe
LMI
4639 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
4640 (bug#9759).
4641
cd394be1 4642 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
4643 (password-read): Don't autoload unused function.
4644
adf4e762
JB
46452012-01-07 Juanma Barranquero <lekktu@gmail.com>
4646
4647 * progmodes/which-func.el (which-func-mode): Turn into a
4648 non-interactive function and mark as obsolete (bug#10428).
4649
89bd9ccd
CY
46502012-01-06 Chong Yidong <cyd@gnu.org>
4651
4652 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
4653 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
4654 functions, along with 1 and -1.
4655
4afee9d5
EZ
46562012-01-06 Eli Zaretskii <eliz@gnu.org>
4657
4658 * time.el (display-time-load-average)
4659 (display-time-default-load-average): Doc fixes. See the thread
4660 starting at
4661 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
4662 for the details.
4663
536aea70
GM
46642012-01-06 Glenn Morris <rgm@gnu.org>
4665
665ae865
GM
4666 * mail/unrmail.el (unrmail): Give an explicit error if the input file
4667 has no messages. (Bug#10377)
4668
c869783d
GM
4669 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
4670 than Info-edit. (Bug#10385)
4671
2bb4227e
GM
4672 * time.el (display-time-load-average, display-time-next-load-average):
4673 Doc fixes.
4674
7d5944b9
GM
4675 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
4676 local setting of buffer-read-only to the input buffer. (Bug#10419)
4677
536aea70
GM
4678 * calendar/calendar.el (calendar-mode):
4679 Locally set scroll-margin to 0. (Bug#10379)
4680
7dccca16
UM
46812012-01-06 Ulrich Mueller <ulm@gentoo.org>
4682
4683 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
4684
afbb7930
GM
46852012-01-05 Glenn Morris <rgm@gnu.org>
4686
4687 * eshell/em-unix.el (diff-no-select): Autoload it.
4688 (eshell/diff): Use diff-no-select. (Bug#10420)
4689
04482335
CY
46902012-01-05 Chong Yidong <cyd@gnu.org>
4691
7baca3bc
CY
4692 * shell.el (shell-dynamic-complete-functions): Revert last change.
4693 (shell-command-completion-function): New function.
4694 (shell-completion-vars): Use it to implement
4695 shell-completion-execonly (Bug#10417).
4696
04482335
CY
4697 * custom.el (enable-theme): Don't set custom-safe-themes.
4698
1d00653d
SM
4699 * cus-theme.el (custom-theme-merge-theme):
4700 Ignore custom-enabled-themes and custom-safe-themes.
04482335 4701
bb5aa5d6
MM
47022012-01-05 Michael R. Mauger <mmaug@yahoo.com>
4703
4704 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
4705 first prompt in `sql-interacive-mode'.
4706 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 4707 keywords.
6df6ae42 4708 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
4709 (sql-product-interactive): Bug fix: Set `sql-buffer' in
4710 context of original buffer. Invoke `sql-login-hook'.
4711
a7183d7c
EZ
47122012-01-04 Eli Zaretskii <eliz@gnu.org>
4713
4714 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
4715 letters in cite-prefix.
4716
a1eacd1e
LMI
47172012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4718
4719 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
4720
787cdb34
CY
47212012-01-03 Chong Yidong <cyd@gnu.org>
4722
1d00653d
SM
4723 * shell.el (shell-dynamic-complete-functions):
4724 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
4725 comint-filename-completion first (Bug#10417).
4726
30710442
RS
47272012-01-02 Richard Stallman <rms@gnu.org>
4728
4729 * battery.el (battery-status-function):
4730 Detect when to use battery-yeeloong-sysfs.
4731 (battery-echo-area-format): Add string for Yeeloong.
4732 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
4733 (battery-yeeloong-sysfs): New function.
4734
f75bfc33
CY
47352012-01-02 Chong Yidong <cyd@gnu.org>
4736
4737 * dirtrack.el (dirtrack-list): Eliminate unused third element.
4738 (dirtrack): Merge code for handling relative filenames in prompt
4739 from shell-dir-cookie-watcher.
4740 (dirtrack-debug-message): New arg to avoid excess format calls.
4741
4742 * shell.el (shell-dir-cookie-re): Variable deleted.
4743 (shell-dir-cookie-watcher): Function deleted.
4744 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
4745 with dirtrack-mode.
4746
651e947e
EZ
47472012-01-01 Eli Zaretskii <eliz@gnu.org>
4748
1d00653d
SM
4749 * term/w32-win.el (dynamic-library-alist) <gnutls>:
4750 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
4751 libgnutls-26.dll.
4752
94d4c7dc
AS
47532011-12-31 Andreas Schwab <schwab@linux-m68k.org>
4754
4755 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
4756
8d43f3cd
EZ
47572011-12-31 Eli Zaretskii <eliz@gnu.org>
4758
4759 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
4760 headers of non-MIME messages, when rmail-enable-mime is non-nil.
4761
98c8795a
MA
47622011-12-29 Michael Albinus <michael.albinus@gmx.de>
4763
4764 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
4765 also for alternative shells.
4766 (tramp-open-connection-setup-interactive-shell): Check, whether
4767 the shell is a busybox.
4768 (tramp-send-command): Don't suppress multiple prompts for
4769 busyboxes, it hurts.
4770
51281b32
CY
47712011-12-28 Chong Yidong <cyd@gnu.org>
4772
4773 * progmodes/gdb-mi.el (gdb-get-source-file-list)
4774 (gdb-get-source-file): Move mode line update to
4775 gdb-get-source-file (Bug#10087).
4776
2170cb53
CY
47772011-12-25 Chong Yidong <cyd@gnu.org>
4778
4779 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
4780 gud-gdb-marker-filter without taking it as an argument.
4781 (gud-gdb-run-command-fetch-lines): Caller changed.
4782 (gud-gdb-completion-function): New variable.
4783 (gud-gdb-completion-at-point): Use it.
4784 (gud-gdb-completions-1): Split from gud-gdb-completions.
4785
4786 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
4787 function as separate arguments.
4788 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
4789 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
4790 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
4791 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
4792 (gdb-stopped, def-gdb-auto-update-trigger)
4793 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
4794 (gdb-get-changed-registers, gdb-get-main-selected-frame):
4795 Callers changed.
2170cb53
CY
4796 (gud-gdbmi-completions): New function.
4797 (gdb): Use it for generating the completion table.
4798
be8b11bb
AM
47992011-12-24 Alan Mackenzie <acm@muc.de>
4800
4801 Introduce a mechanism to widen the region used in context font
1d00653d 4802 locking. Use this to protect declarations from losing their contexts.
be8b11bb 4803
1d00653d
SM
4804 * progmodes/cc-langs.el (c-before-font-lock-functions):
4805 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 4806 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
4807 functions to be run just before context (etc.) font locking.
4808
4809 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 4810 New, functionality extracted from
be8b11bb 4811 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 4812 (c-in-after-change-fontification): New variable.
be8b11bb
AM
4813 (c-after-change): Set c-in-after-change-fontification.
4814 (c-set-fl-decl-start): Rejig its interface, so it can be called
4815 from both after-change and context fontifying.
b81d40f0
JB
4816 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
4817 New functions.
4818 (c-standard-font-lock-fontify-region-function): New variable.
4819 (c-font-lock-fontify-region): New function.
be8b11bb 4820
341cf6ac
JL
48212011-12-24 Juri Linkov <juri@jurta.org>
4822
4823 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
4824 (Bug#10348)
4825
bffcee0a
MA
48262011-12-23 Michael Albinus <michael.albinus@gmx.de>
4827
4828 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
4829 existence of source file. (Bug#10325)
4830
cb5e207c
AM
48312011-12-23 Alan Mackenzie <acm@muc.de>
4832
4833 Fix unstable fontification inside templates.
4834
b81d40f0
JB
4835 * progmodes/cc-langs.el (c-before-font-lock-functions):
4836 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
4837 additionally has c-set-fl-decl-start. The other languages (apart
4838 from AWK) have that as a single entry.
4839
b81d40f0
JB
4840 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4841 The functionality for "local" declarations has been extracted to
cb5e207c
AM
4842 c-set-fl-decl-start.
4843
b81d40f0
JB
4844 * progmodes/cc-mode.el (c-common-init, c-after-change):
4845 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
4846 (c-set-fl-decl-start): New function, extracted from
4847 c-font-lock-enclosing-decls and enhanced.
4848
60ff536c
JB
48492011-12-23 Juanma Barranquero <lekktu@gmail.com>
4850
4851 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
4852
1c4757d6
JL
48532011-12-22 Juri Linkov <juri@jurta.org>
4854
4855 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
4856
d031f2c7
CY
48572011-12-22 Chong Yidong <cyd@gnu.org>
4858
4859 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
4860
bace743a
DA
48612011-12-21 Drew Adams <drew.adams@oracle.com>
4862
4863 * files.el (file-remote-p): Fix docstring. (Bug#10319)
4864
728a1f2b
JC
48652011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
4866
4867 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
4868
0d373f73
TZ
48692011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
4870
fec0aaa4
TZ
4871 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
4872 highlighting and support. Fix up comments for capitalization.
4873 (cfengine-mode-debug): New var.
4874 (cfengine3-mode): Change the modeline indicator to "CFE3".
4875 (cfengine3-font-lock-keywords): Improve defun highlighting.
4876 (cfengine2-actions): Rename from `cfengine-actions'.
4877 (cfengine2-font-lock-keywords): Rename from
4878 `cfengine-font-lock-keywords'.
4879 (cfengine2-imenu-expression): Rename from
4880 `cfengine-imenu-expression'.
4881 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
4882 (cfengine2-beginning-of-defun): Rename from
4883 `cfengine-beginning-of-defun'.
4884 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
4885 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
4886 (cfengine2-mode): Rename from `cfengine-mode'. Change the
4887 modeline indicator to "CFE2".
4888 (cfengine-mode): Defalias to `cfengine-auto-mode'.
4889 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 4890
bc86f573
CY
48912011-12-21 Chong Yidong <cyd@gnu.org>
4892
4893 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
4894 filename argument.
4895
d45ba96b
MR
48962011-12-20 Martin Rudalics <rudalics@gmx.at>
4897
4898 * window.el (window-normalize-buffer-to-display): Remove.
4899 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
4900
a6198c90
CY
49012011-12-19 Chong Yidong <cyd@gnu.org>
4902
4903 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
4904 Don't signal an error in a predicate function; return non-nil.
4905 (vc-dir-mark-file): Move the error here.
4906 (vc-dir-mark-unmark): If acting on the region, keep going if one
4907 of the entries cannot be marked/unmarked.
4908 (vc-dir-mark-all-files): If current entry is a directory, mark
4909 only child files, as documented.
4910
34c5fb55
VB
49112011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
4912
4913 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
4914 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
4915 addition.
4916
c803b2b7
JD
49172011-12-18 Jan Djärv <jan.h.d@swipnet.se>
4918
4919 * term/ns-win.el (ns-get-selection-internal)
4920 (ns-store-selection-internal): Declare.
1154d12e
JB
4921 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
4922 Declare as obsolete.
4923 (ns-get-pasteboard, ns-paste-secondary):
4924 Use ns-get-selection-internal.
4925 (ns-set-pasteboard, ns-copy-including-secondary):
4926 Use ns-store-selection-internal.
c803b2b7 4927
9cff91f8 49282011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
4929
4930 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 4931 (vc-deduce-fileset): Doc fix.
99a289d9 4932
f16c898a
AS
49332011-12-16 Andreas Schwab <schwab@linux-m68k.org>
4934
4935 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
4936
763237c4
SS
49372011-12-13 Sam Steingold <sds@gnu.org>
4938
4939 * man.el (Man-getpage-in-background): When running under a
4940 window-system, ignore $MANWIDTH and $COLUMNS.
4941
5fc1c122
KH
49422011-12-15 Kenichi Handa <handa@m17n.org>
4943
4944 * language/ethio-util.el: Change coding tag to utf-8-emacs.
4945 (setup-ethiopic-environment-internal): Comment out key-binding for
4946 ethio-toggle-punctuation.
4947
13d49cbb
AM
49482011-12-13 Alan Mackenzie <acm@muc.de>
4949
898169a2
AM
4950 Add the switch statement to AWK Mode.
4951
7a71b18d 4952 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
4953 "default" to the keywords regexp.
4954
7a71b18d 4955 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 4956 expression as the rest.
1d00653d
SM
4957 (c-nonlabel-token-key): Allow string literals for AWK.
4958 Refactor for the other modes.
898169a2 4959
13d49cbb 4960 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 4961 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
4962 routines. Limit backward searching in c-font-lock-enclosing.decl.
4963
4964 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
4965 pp-state and literal type in addition to the limits.
1d00653d 4966 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 4967 (c-state-literal-at): Use the above new defun.
1d00653d
SM
4968 (c-slow-in-literal, c-fast-in-literal): Remove.
4969 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
4970
4971 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
4972 being in a literal. Add a limit for backward searching.
4973
4974 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
4975 c-slow-in-literal.
4976
15e0efc7
SM
49772011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4978
4979 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
4980
454592a6
MR
49812011-12-13 Martin Rudalics <rudalics@gmx.at>
4982
4983 * window.el (delete-other-windows): Use correct frame in call to
4984 window-with-parameter.
4985
87393f26
DP
49862011-12-12 Daniel Pfeiffer <occitan@t-online.de>
4987
4988 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
4989 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
4990 (makefile-gmake-statements, makefile-makepp-statements):
4991 Use it and add new makepp keywords.
4992 (makefile-makepp-font-lock-keywords): Add new patterns.
4993 (makefile-match-function-end): Match new [...] and [[...]].
4994
11636b22
JB
49952011-12-11 Juanma Barranquero <lekktu@gmail.com>
4996
4997 * ses.el (ses-call-printer-return, ses-cell-property-get)
4998 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
4999 (ses-create-cell-variable, ses-reset-header-string)
5000 (ses-cell-set-formula, ses-repair-cell-reference-all)
5001 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
5002 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
5003 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
5004 (ses-aset-with-undo, ses-load, ses-truncate-cell)
5005 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
5006 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
5007 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
5008 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
5009 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
5010 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
5011 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
5012 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
5013
cf018193
VB
50142011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
5015
5016 * ses.el: The overall change is to add cell renaming, that is
5017 setting fancy names for cell symbols other than name matching
5018 "\\`[A-Z]+[0-9]+\\'" regexp .
5019 (ses-create-cell-variable): New defun.
5020 (ses-relocate-formula): Relocate formulas only for cells the
5021 symbols of which are not renamed, i.e. symbols whose names do not
5022 match regexp "\\`[A-Z]+[0-9]+\\'".
5023 (ses-relocate-all): Relocate values only for cells the symbols of
5024 which are not renamed.
5025 (ses-load): Create cells variables as the (ses-cell ...) are read,
5026 in order to check row col consistency with cell symbol name only
5027 for cells that are not renamed.
5028 (ses-replace-name-in-formula): New defun.
5029 (ses-rename-cell): New defun.
5030
ee957461
CY
50312011-12-11 Chong Yidong <cyd@gnu.org>
5032
5033 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
5034 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
5035
9a9e9ef0
MR
50362011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
5037
5038 * window.el (other-window): Fix docstring.
5039
92a8eba5
EZ
50402011-12-10 Eli Zaretskii <eliz@gnu.org>
5041
5042 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
5043 `from' or `to' address before taking its substring.
5044 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
5045 encoded name is chopped in the middle of the encoded string, and
5046 thus displayed encoded.
5047
e152e577
JB
50482011-12-10 Juanma Barranquero <lekktu@gmail.com>
5049
5050 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
5051
e5d84bfe
EZ
50522011-12-10 Eli Zaretskii <eliz@gnu.org>
5053
5054 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
5055 to use texinfo-update-node and commands that call it if the
5056 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 5057 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
5058 (texinfo-all-menus-update, texinfo-master-menu)
5059 (texinfo-update-node, texinfo-every-node-update)
5060 (texinfo-multiple-files-update): Doc fix. Warn against updating
5061 all the @node lines.
5062 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
5063 argument is numeric. Explain better in the doc string what the
5064 function really does.
5065 (texinfo-insert-master-menu-list): Improve the error message
5066 displayed if there's no menu in the Top node.
5067 (Bug#2975) See also this thread:
e5d84bfe
EZ
5068 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
5069
1d84e9bb
MG
50702011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
5071
5072 * speedbar.el (speedbar-supported-extension-expressions):
5073 Add .adb and .ads, commonly used for Ada source code (bug#10256).
5074
382c953b
JB
50752011-12-09 Juanma Barranquero <lekktu@gmail.com>
5076
5077 * printing.el (pr-mode-alist):
5078 * simple.el (filter-buffer-substring-functions)
5079 (completion-list-insert-choice-function):
5080 * window.el (window-with-parameter, window-atom-root)
5081 (window-sides-slots, window-size-fixed, window-min-delta)
5082 (window-max-delta, window--resize-mini-window)
5083 (window--resize-child-windows-normal, window-tree)
5084 (delete-other-windows, quit-window, split-window)
5085 (display-buffer-record-window, special-display-buffer-names)
5086 (special-display-regexps, special-display-popup-frame)
5087 (same-window-p, split-window-sensibly)
5088 (display-buffer-overriding-action, display-buffer-alist)
5089 (display-buffer-base-action, display-buffer, switch-to-buffer)
5090 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
5091 (fit-window-to-buffer, recenter-positions)
5092 (mouse-autoselect-window-state, mouse-autoselect-window-select):
5093 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
5094 and remove unneeded backslashes in docstrings.
5095
39c9faef
SM
50962011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5097
98449af8
SM
5098 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
5099
39c9faef
SM
5100 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
5101 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
5102 end in ".mk".
5103 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
5104 when reading the makefile (bug#10116).
5105
86ed9fdc
SM
51062011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5107
5108 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
5109 (bug#10116).
5110
5580f89d
GM
51112011-12-06 Glenn Morris <rgm@gnu.org>
5112
5113 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
5114
28d3917c
CY
51152011-12-06 Chong Yidong <cyd@gnu.org>
5116
5117 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
5118
a98edce9
JB
51192011-12-06 Juanma Barranquero <lekktu@gmail.com>
5120
5121 * textmodes/table.el (table-shorten-cell): Fix typo.
5122
e65adfac
CG
51232011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
5124
5125 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
5126
71cc0b74
EZ
51272011-12-05 Eli Zaretskii <eliz@gnu.org>
5128
5129 * descr-text.el (describe-char): Fix display of strong
5130 right-to-left characters and directional embeddings and overrides.
5131
5132 * simple.el (what-cursor-position): Fix display of codepoints of
5133 strong right-to-left characters.
5134
315bc30d
CY
51352011-12-05 Chong Yidong <cyd@gnu.org>
5136
5137 * faces.el (read-color): Doc fix.
5138
58a70b94
GM
51392011-12-05 Glenn Morris <rgm@gnu.org>
5140
5141 * align.el (align--set-marker): Add doc-string.
5142 Don't try to move something that is not a marker. (Bug#10216)
5143
5158face
GM
51442011-12-04 Glenn Morris <rgm@gnu.org>
5145
5146 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
5147 overly zealous deletion of trailing whitespace.
5148
520fca41
JB
51492011-12-04 Juanma Barranquero <lekktu@gmail.com>
5150
5151 * server.el (server-delete-client): On Windows, do not try to delete
5152 the only terminal.
5153 (server-process-filter): On Windows, treat requests for a tty frame as
5154 if they were for a GUI frame if the running server is in GUI mode.
5155
5e605a2e
GM
51562011-12-03 Glenn Morris <rgm@gnu.org>
5157
5158 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
5159
5c3fe83f
SM
51602011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5161
6f5e57e7
SM
5162 * electric.el: Streamline electric-indent's hook.
5163 (electric-indent-chars): Revert to simple list.
5164 (electric-indent-functions): New var.
5165 (electric-indent-post-self-insert-function): Use it.
5166
5c3fe83f
SM
5167 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
5168 there's no inferior buffer (bug#10196).
5169 (prolog-consult-compile): Don't use toggle-read-only.
5170
6bdac736
MA
51712011-12-02 Michael Albinus <michael.albinus@gmx.de>
5172
5173 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
5174 interrupt. (Bug#10187)
5175
6131ba7f
SM
51762011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5177
99c79fee
SM
5178 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
5179 (bug#9160).
5180
6131ba7f
SM
5181 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
5182 (bug#10191).
5183
cb0a02ea
JL
51842011-12-02 Juri Linkov <juri@jurta.org>
5185
5186 * info.el (Info-search): Display "end of manual" when Isearch
5187 reaches the end of single-file Info manual. (Bug#9918)
5188
66e0570c
EZ
51892011-12-02 Eli Zaretskii <eliz@gnu.org>
5190
5191 * isearch.el (isearch-message-prefix): Run the input method part
5192 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
5193
02b16839
JL
51942011-12-02 Juri Linkov <juri@jurta.org>
5195
5196 * isearch.el (isearch-occur): Use `word-search-regexp' for
5197 `isearch-word'.
5198 (isearch-search-and-update): Add condition for `isearch-word' and
5199 call `word-search-regexp'. (Bug#10145)
5200
0b950688
GM
52012011-12-01 Glenn Morris <rgm@gnu.org>
5202
5203 * eshell/em-hist.el (eshell-hist-initialize):
5204 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 5205 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 5206
9505c3c7
SM
52072011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5208
5209 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
5210
1bbe96b2 52112011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 5212
a1beca85
SM
5213 * progmodes/verilog-mode.el (verilog-pretty-expr):
5214 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
5215 verilog, such as += *= and the like.
5216 (verilog-assignment-operator-re): Regular expression to find the
5217 assigment operator in a verilog assignment.
5218 (verilog-assignment-operation-re): Regular expression to find an
5219 assignment statement for pretty-expr.
5220 (verilog-in-attribute-p): Query returns true if point is in an
5221 attribute context; used to skip these for expression line up from
5222 pretty-expr.
5223 (verilog-in-parameter-p): Query returns true if point is in an
5224 parameter definition context; used to skip these for expression
5225 line up from pretty-expr.
5226 (verilog-in-parenthesis-p): Query returns true if point is in a
5227 parenthetical expression, specifically ( ) but not [ ] or { };
5228 used by pretty-expr.
5229 (verilog-just-one-space): If there is no space, don't add one.
5230 (verilog-get-lineup-indent-2): Specifically skip just attribute
5231 contexts for expression lineup, rather than skipping all
5232 parenthetical expressions.
5233 (verilog-calculate-indent): Fix comment, and fix indent.
5234 (verilog-do-indent): Indent declarations in lists (suggested by
5235 Joachim Lechner).
5236 (verilog-mode-abbrev-table): Populate abbrev mode with the various
5237 skeleton items.
5238 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
5239 by Alain Mellan).
5240
1bbe96b2 52412011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
5242
5243 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
5244 parameters with embedded comments. Reported by Ray Stevens.
5245 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
5246 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
5247 Reported by Tim Holt.
5248 (verilog-auto): Fix AUTOing a upper module then AUTOing module
5249 instantiated by upper module causing wrong expansion until AUTOed a
5250 second time. Reported by K C Buckenmaier.
5251 (verilog-diff-auto): Fix showing .* as a difference when
5252 `verilog-auto-star-save' off. Reported by Dan Dever.
5253 (verilog-auto-reset, verilog-read-always-signals)
5254 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
5255 temporary signals in reset list if
5256 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
5257 style to each signal's assignment type, bug381.
5258 Reported by Thomas Esposito.
6288f0ca
WS
5259 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
5260 (verilog-uvm-statement-re): Support UVM indentation and
5261 highlighting, with old OVM keywords only.
a1beca85 5262 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
5263 Support AUTOTIEOFF creating non-wire data types.
5264 Suggested by Jonathan Greenlaw.
6288f0ca
WS
5265 (verilog-auto-insert-lisp, verilog-delete-to-paren)
5266 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
5267 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
5268 (verilog-read-sub-decls, verilog-read-sub-decls-line):
5269 Fix mismatching parenthesis inside commented out code when deleting
382c953b 5270 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
5271 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
5272 non-numeric vector width. Reported by Alex Reed.
5273 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 5274 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
5275 (verilog-auto-delete-trailing-whitespace):
5276 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
5277 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
5278 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
5279 Fix verilog-scan-cache corruption when running user AUTO expansion
5280 hooks that call indentation routines.
5281 (verilog-simplify-range-expression): Fix typo ignoring lower case
5282 identifiers.
5283 (verilog-delete-auto): Fix delete-autos to also remove user created
5284 automatics, as long as they start with AUTO.
5285 (verilog-batch-diff-auto, verilog-diff-auto)
5286 (verilog-diff-function): Add `verilog-diff-auto' and bind to
5287 "C-c?" to report differences in AUTO expansion, ignoring spaces.
5288 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
5289 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
5290 (verilog-re-search-forward-quick, verilog-syntax-ppss):
5291 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
5292 is disabled and its cache will get corrupt, causing AUTOS not to
5293 expand. Instead use only -quick functions.
5294 (verilog-scan-region): Fix scanning over escaped quotes.
5295 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
5296 (verilog-re-search-backward-quick)
5297 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
5298 related functions now ignore strings, to fix misparsing of strings
5299 with magic comments embedded in them.
a1beca85
SM
5300 (verilog-read-auto-template):
5301 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
5302 Reported by Brad Dobbie.
5303 (verilog-read-auto-template):
5304 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 5305 Reported by Brad Dobbie.
6288f0ca
WS
5306 (verilog-auto-inst, verilog-auto-inst-param)
5307 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
5308 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
5309 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
5310 debugging templates without merge conflicts, bug357.
5311 Reported by Brad Dobbie.
5312 (verilog-read-auto-template):
5313 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
5314 Reported by Brad Dobbie.
5315 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
5316 abbrevs so user won't be asked to save.
5317 (verilog-read-auto-lisp-present): Fix to start at beginning of
5318 buffer in case called outside of verilog-auto.
5319 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
5320 to "X-2". Reported by Matthew Myers.
5321 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
5322 all inputs from module templates. Reported by Leith Johnson.
5323 (verilog-module-inside-filename-p): Fix locating programs as with
5324 modules.
5325 (verilog-auto-inst-port): Fix vl-width expressions when using
5326 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
5327 (verilog-decls-get-regs, verilog-decls-get-signals,
5328 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
5329 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
5330 verilog-read-decls): Combine reg and wire structures into one var
5331 structure to represent SystemVerilog concepts.
5332 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
5333 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
5334 (verilog-auto-wire-type, verilog-insert-definition):
5335 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
5336 SystemVerilog "logic" keyword instead of "wire"/"reg".
5337 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
5338 to declares outputs that also have assignments (presumably in an
a1beca85
SM
5339 ifdef or generate if so there's not a driver conflict).
5340 Reported by Matthew Myers.
5341 (verilog-auto-declare-nettype, verilog-insert-definition):
5342 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
5343 `default_nettype none. Reported by Julian Gorfajn.
5344 (verilog-read-always-signals-recurse, verilog-read-decls)
5345 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
5346 malformed end statement, bug325. Reported by Joshua Wise and
5347 Andrew Drake.
5348 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
5349 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
5350 when expanding .* in interfaces, bug320.
5351 Reported by Pierre-David Pfister.
6288f0ca 5352 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
5353 name and open parenthesis, bug317.
5354 Reported by Pierre-David Pfister.
6288f0ca
WS
5355 (verilog-simplify-range-expression): Fix simplification of
5356 multiplications inside AUTOWIRE connections, bug303.
5357 (verilog-auto-inst-port): Support parameter expansion in
5358 multidimensional arrays.
5359 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
5360 after "assert property". Reported by Julian Gorfajn.
5361 (verilog-simplify-range-expression): Fix "couldn't merge" errors
5362 with multiplication, bug303.
5363 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
5364 Reported by Jan Frode Lonnum.
5365
1bbe96b2
GM
53662011-11-30 Juanma Barranquero <lekktu@gmail.com>
5367
5368 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
5369 (hfy-shell-file-name, hfy-shell):
5370 * international/fontset.el (x-decompose-font-name): Fix typos.
5371
53722011-11-29 Ken Brown <kbrown@cornell.edu>
5373
5374 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
5375 (gdb-version): Remove defvar.
5376 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
5377 (gdb-gud-context-command, gdb-non-stop-handler)
5378 (gdb-current-context-command, gdb-stopped): Use it.
5379 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
5380 (gdb-non-stop-handler): Don't enable pretty-printing here.
5381 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
5382 non-stop mode. Use the following.
5383 (gdb-check-target-async): New defun.
5384 (gud-watch, gdb-stopped): Fix whitespace.
5385 (gdb-get-source-file): Don't try to display the source file if
5386 `gdb-main-file' is nil.
5387
53882011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5389
5390 * align.el: Try to generate fewer markers (bug#10047).
5391 (align--set-marker): New macro.
5392 (align-region): Use it.
5393
c935221f
SM
53942011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5395
5396 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
5397
e70b5064
CY
53982011-11-29 Chong Yidong <cyd@gnu.org>
5399
5400 * indent.el (indent-for-tab-command, indent-according-to-mode):
5401 Doc fix.
5402 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
5403
f3af92b7
MA
54042011-11-29 Michael Albinus <michael.albinus@gmx.de>
5405
5406 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
5407 aware of remote file names. (Bug#10124)
5408
ed472be9
CY
54092011-11-29 Chong Yidong <cyd@gnu.org>
5410
5411 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
5412
24510c22
SM
54132011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5414
5415 * files.el (find-file): Don't use force-same-window (bug#10144).
5416 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
5417 use pop-to-buffer if the selected window can't be used.
5418 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
5419
c60c3703
EZ
54202011-11-28 Eli Zaretskii <eliz@gnu.org>
5421
5422 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
5423 special-mode-map.
5424
e95def75
CY
54252011-11-28 Chong Yidong <cyd@gnu.org>
5426
5427 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
5428
c3f1c606
NR
54292011-11-27 Nick Roberts <nickrob@snap.net.nz>
5430
5431 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
5432 gdb-get-source-file-list on gdb-create-source-file-list.
5433
00db469c
EZ
54342011-11-26 Eli Zaretskii <eliz@gnu.org>
5435
5436 * whitespace.el (whitespace-newline): Use a different foreground
5437 color for 16-color light-background displays.
5438
4ad3bc2a
CY
54392011-11-24 Chong Yidong <cyd@gnu.org>
5440
5441 * window.el (display-buffer--special-action): Doc fix.
5442
e9fce1ac
JB
54432011-11-25 Juanma Barranquero <lekktu@gmail.com>
5444
5445 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
5446 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
5447 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
5448 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
5449 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
5450 (avl-tree-stack-first):
5451 * emacs-lisp/cconv.el (cconv--analyse-use):
5452 * net/gnutls.el (gnutls-negotiate): Fix typos.
5453
cb825e5d
GM
54542011-11-24 Glenn Morris <rgm@gnu.org>
5455
3adbe224
GM
5456 * lpr.el (lpr-windows-system, lpr-lp-system):
5457 * mail/binhex.el (binhex-begin-line):
5458 * progmodes/grep.el (grep-history, grep-find-history):
5459 * textmodes/flyspell.el:
5460 * vc/pcvs-defs.el (cvs-global-menu):
5461 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
5462 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
5463 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
5464
321decc8
GM
5465 * net/tls.el: Fix case of "GnuTLS".
5466
420b63ad
GM
5467 * paths.el (rmail-file-name): Format doc-string for make-docfile.
5468
cb825e5d
GM
5469 * version.el (emacs-build-system): Give it a doc-string.
5470
a0649f08
JL
54712011-11-24 Juri Linkov <juri@jurta.org>
5472
5473 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
5474
c0bc0fd4
GM
54752011-11-24 Glenn Morris <rgm@gnu.org>
5476
5477 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
5478 if called on a non-mime message just toggle the headers. (Bug#8006)
5479
20db1522
JB
54802011-11-24 Juanma Barranquero <lekktu@gmail.com>
5481
5482 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
5483 (allout-lead-with-comment-string, allout-structure-deleted-hook)
5484 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
5485 (allout-rebullet-heading, allout-open-sibtopic)
5486 (allout-toggle-current-subtree-encryption)
5487 (allout-toggle-subtree-encryption, allout-encrypt-string)
5488 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
5489 (allout-distinctive-bullets-string, allout-auto-activation):
5490 * window.el (window-normalize-buffer-to-display):
5491 * progmodes/verilog-mode.el (verilog-batch-indent):
5492 * textmodes/bibtex.el (bibtex-field-braces-opt)
5493 (bibtex-field-strings-opt):
5494 * vc/cvs-status.el (cvs-tree-merge):
5495 Fix typos.
5496
7262a87c
MA
54972011-11-23 Michael Albinus <michael.albinus@gmx.de>
5498
5499 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
5500 `non-essential' to t, in order to avoid remote connections.
5501
283430a1
EZ
55022011-11-23 Eli Zaretskii <eliz@gnu.org>
5503
a1beca85
SM
5504 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5505 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
5506 case-insensitively.
5507
d2992a38
ML
55082011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5509
5510 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
5511
50419064
GM
55122011-11-23 Glenn Morris <rgm@gnu.org>
5513
da94eca1
GM
5514 * paths.el (rmail-file-name): Reformat the doc-string so that it
5515 is picked up.
5516
9aac4de2
GM
5517 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
5518 (rmail-auto-file): Ignore case in the "special" field names,
5519 as mail-fetch-field does for all others.
5520
8038d2d2
GM
5521 * mail/rmail.el (rmail-forward):
5522 * mail/rmailkwd.el (rmail-set-label):
5523 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
5524 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
5525
f3fe222a
GM
5526 * mail/rmail.el (rmail-current-message): Doc fix.
5527
50419064
GM
5528 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
5529
28109f49
SM
55302011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
5531
5532 * server.el (server-eval-and-print): Allow C-g (bug#6585).
5533
394c65f1
GM
55342011-11-22 Glenn Morris <rgm@gnu.org>
5535
5536 * mail/rmailmm.el (test-rmail-mime-handler)
5537 (test-rmail-mime-bulk-handler)
5538 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
5539
f2a0aa3a
JL
55402011-11-21 Juri Linkov <juri@jurta.org>
5541
1154d12e
JB
5542 * calc/calc.el (calc-read-key-sequence):
5543 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 5544
9c34a344
LMI
55452011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5546
5547 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
5548 Tell the caller that the next line needs recomputation, even
5549 though it doesn't start a sexp (bug#10094).
5550
f04a3be9
SM
55512011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5552
5553 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
5554
7978747f
SM
55552011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5556
f04a3be9
SM
5557 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
5558 Use force-same-window.
7978747f 5559
fe7a3057
JB
55602011-11-20 Juanma Barranquero <lekktu@gmail.com>
5561
5562 * descr-text.el (describe-char-unicode-data):
5563 * json.el (json-string-escape):
5564 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
5565 (Footnote-unicode, Footnote-style-p):
5566 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
5567
24901d61
CY
55682011-11-20 Chong Yidong <cyd@gnu.org>
5569
5570 * window.el (replace-buffer-in-windows): Restore interactive spec.
5571
bac7ff22
SM
55722011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5573
24f3d7b9
SM
5574 * electric.el (electric-indent-mode): Fix last change (too optimistic).
5575
bac7ff22
SM
5576 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
5577 (byte-compile-global-not-obsolete-vars): New var.
5578 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
5579 Use it.
5580 (byte-compile-warn-obsolete): Align text with the one in *Help*.
5581
cd1181db
JB
55822011-11-20 Juanma Barranquero <lekktu@gmail.com>
5583
5584 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
5585 * progmodes/pascal.el (electric-pascal-equal):
5586 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
5587 * xml.el (xml-substitute-special): Fix typos.
5588
7fb18e9e
GM
55892011-11-20 Glenn Morris <rgm@gnu.org>
5590
5591 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
5592 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
5593 Doc fixes.
5594 (rmail-decode-mime-charset): Mark as obsolete.
5595
5596 * mail/rmailsum.el (rmail-message-regexp-p-1):
5597 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
5598 Before using mime functions, check they are set. (Bug#10077)
5599
d5a6b3ba
JL
56002011-11-19 Juri Linkov <juri@jurta.org>
5601
5602 * info.el (Info-finder-find-node): Use `package--builtins' instead
5603 of `package-alist'. Use node names formed by the pattern "Keyword "
5604 and the keyword name.
5605
e981b61f
AS
56062011-11-19 Andreas Schwab <schwab@linux-m68k.org>
5607
1d00653d 5608 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 5609
3ffbc301
JL
56102011-11-19 Juri Linkov <juri@jurta.org>
5611
5612 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
5613 that calls `revert-buffer' on all Info buffers. (Bug#9915)
5614 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
5615 `old-history', `old-history-forward'. Add let-binding
5616 `window-selected'. Remove calls to `kill-buffer',
5617 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
5618 before calling `Info-find-node', so `Info-find-node-2' will reread
5619 the Info file. Restore window positions only when `window-selected'
5620 is non-nil.
5621
30c62133
JL
56222011-11-19 Juri Linkov <juri@jurta.org>
5623
5624 * isearch.el (isearch-lazy-highlight-new-loop):
5625 Remove condition `(not isearch-error)'. (Bug#9918)
5626
5627 * misearch.el (multi-isearch-search-fun): Add condition
5628 `(not bound)' to ignore lazy-highlighting search.
5629 Add the search-failed message "end of multi" when the end of
5630 multi-sequence is reached. Uncapitalize the search-failed
5631 message "Repeat for next buffer".
5632
5633 * info.el (Info-search): Add the search-failed message
5634 "end of the manual" when the end of the manual is reached
5635 in Isearch mode.
5636
645ca9cf
JL
56372011-11-19 Juri Linkov <juri@jurta.org>
5638
5639 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
5640 Use non-destructive `remove' instead of `delete' because
5641 `Info-history-list' stored to `Info-isearch-initial-history-list' in
5642 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
5643
df754f66
JL
56442011-11-19 Juri Linkov <juri@jurta.org>
5645
5646 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
5647 to nil instead of binding `search-ring' and `regexp-search-ring'.
5648 (Bug#9185)
5649
0e23d96a
EZ
56502011-11-19 Eli Zaretskii <eliz@gnu.org>
5651
5652 * simple.el (line-move): Force movement by logical lines for any
5653 hscrolled window, not only when auto-hscroll-mode is on.
5654 (line-move-visual): Update doc string to that effect. (Bug#10076)
5655
8a6ccb66
AS
56562011-11-19 Andreas Schwab <schwab@linux-m68k.org>
5657
5658 * language/european.el (macintosh): Define as alias for mac-roman.
5659
49ae5b39
EZ
56602011-11-19 Eli Zaretskii <eliz@gnu.org>
5661
5662 * mail/rmailmm.el (rmail-mime-display-header)
5663 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
5664 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
5665 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
5666 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
5667 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
5668 of a raw aref.
5669 (rmail-mime-entity-segment): To get past the tagline, move forward
5670 2 more lines, to account for the 2 empty lines that precede and
5671 follow the line with the buttons.
5672 (rmail-mime-update-tagline): Move one more line, to get past the
5673 empty line that follows the buttons in the tagline. (Bug#9520)
5674
c56cad4a
MR
56752011-11-19 Martin Rudalics <rudalics@gmx.at>
5676
5677 * window.el (window-max-delta-1, window-min-delta-1)
5678 (window-min-size-1, window-state-get-1, window-state-put-1)
5679 (window-state-put-2): Use "window--" prefix.
5680
cbe71af3
SM
56812011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
5682
2ad52c60
SM
5683 * emacs-lisp/smie.el: Improve warnings and conflict detection.
5684 (smie-warning-count): New var.
5685 (smie-set-prec2tab): Use it.
5686 (smie-bnf->prec2): Improve warnings. Add docstring.
5687 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
5688 (smie-bnf--set-class): New function.
5689 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
5690 corner case.
5691
6944dbc1
SM
5692 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
5693 (compilation-error-properties, compilation-move-to-column):
5694 Handle compilation-first-column while in the target buffer.
5695
c400c4d7
SM
5696 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
5697 Don't hardcode point-min==1.
5698
6dbe3e96
SM
5699 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
5700 (eshell-rewrite-for-command): Remove workaround.
5701 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
5702 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
5703 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
5704
cbe71af3
SM
5705 * files-x.el (modify-file-local-variable): Obey commenting conventions.
5706
a8e1496d
GM
57072011-11-17 Glenn Morris <rgm@gnu.org>
5708
5709 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5710 Ignore buffer-local generated-autoload-file if it is the same
5711 as the global value. (Bug#10049)
5712
df85d315
JB
57132011-11-17 Juanma Barranquero <lekktu@gmail.com>
5714
5715 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
5716 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
5717 (reftex-toc-previous-heading, reftex-toc-max-level)
5718 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
5719 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
5720 (reftex-toc-do-promote, reftex-toc-promote-prepare)
5721 (reftex-toc-promote-action, reftex-toc-extract-section-number)
5722 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
5723 (reftex-toc-rename-label, reftex-toc-visit-location)
5724 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
5725 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
5726 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
5727 leaving "*toc*" only for references to the buffer.
5728
a0c2d0ae
MR
57292011-11-17 Martin Rudalics <rudalics@gmx.at>
5730
5731 * window.el (window-resize, delete-window, split-window):
5732 Replace window-splits by window-combination-resize.
1d00653d 5733 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 5734
35c0bac8
GM
57352011-11-17 Glenn Morris <rgm@gnu.org>
5736
5737 * progmodes/sh-script.el (sh-font-lock-keywords-var):
5738 Make bash entry derive from sh entry, not shell entry.
5739
d0c8fc8a
MA
57402011-11-16 Michael Albinus <michael.albinus@gmx.de>
5741
d0c8fc8a
MA
5742 * net/tramp-cache.el (tramp-flush-file-property): Flush also
5743 properties of linked files. (Bug#9879)
5744
7262a87c
MA
5745 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
5746 local file name.
5747
7877f373
JB
57482011-11-16 Juanma Barranquero <lekktu@gmail.com>
5749
5750 * menu-bar.el (menu-bar-file-menu):
5751 * printing.el (pr-ps-utility):
5752 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
5753 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
5754 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
5755 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
5756 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
5757 (icalendar--convert-cyclic-to-ical)
5758 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
5759 (icalendar--convert-ical-to-diary)
5760 (icalendar--convert-recurring-to-diary)
5761 (icalendar--convert-non-recurring-all-day-to-diary)
5762 (icalendar-import-format-sample):
5763 * progmodes/idlw-shell.el (idlwave-shell-mode):
5764 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
5765 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
5766 (vhdl-ps-print-init): Fix typos.
5767
10649b82
KM
57682011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
5769
9d0cfcd6
GM
5770 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
5771 FSF and collapse date sequence, obscure author/maintainer email address
5772 better, remove extra version line, track relocation of author's webpage.
10649b82 5773
9d0cfcd6
GM
5774 * progmodes/python.el (python-pdbtrack-input-prompt)
5775 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
5776 regular python pdb prompts. Adjustments shamelessly taken exactly as
5777 suggested in EmacsWiki page (tiny change):
5778 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 5779
58179cce
JB
57802011-11-16 Juanma Barranquero <lekktu@gmail.com>
5781
5782 * expand.el (expand-pos, expand-index, expand-point):
5783 Remove redundant info from docstring.
5784 (expand-add-abbrevs): Doc fix.
5785 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
5786 (expand-sample-perl-mode-expand-list): Fix typos.
5787
5788 * net/dbus.el (dbus-event-member-name):
5789 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
5790 * term/pc-win.el (msdos-create-frame-with-faces):
5791 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
5792
b6f67890
MR
57932011-11-16 Martin Rudalics <rudalics@gmx.at>
5794
5795 * window.el (split-window, window-state-get-1)
5796 (window-state-put-1, window-state-put-2): Rename occurrences of
5797 window-nest to window-combination-limit.
1d00653d 5798 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 5799
ce7ddba0
CY
58002011-11-16 Chong Yidong <cyd@gnu.org>
5801
5802 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
5803 regexp (Bug#10033).
5804
3ae704f4
SM
58052011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5806
5807 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
5808 `completing-read' will remove *Completions* and will preserve
5809 current-buffer for us.
5810 (tmm-add-prompt): Users of *Completions* will always (re)set its
5811 major mode.
5812 (tmm-old-comp-map): Remove.
5813
6ad1cdde
GM
58142011-11-16 Glenn Morris <rgm@gnu.org>
5815
5816 * mail/rmailedit.el: Require rmailmm when compiling.
5817 (rmail-old-mime-state): New declaration.
5818 (rmail-edit-current-message): If editing a mime message,
5819 edit the "raw" message from the mbox buffer.
5820 (rmail-cease-edit): Handle mime messages. (Bug#9840)
5821
d20faa20
GM
58222011-11-15 Glenn Morris <rgm@gnu.org>
5823
5824 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
5825 which wasn't being used. Add optional arg to force given state.
5826 (rmail-mime): Add optional arg to force given state.
5827
c7015153
JB
58282011-11-15 Juanma Barranquero <lekktu@gmail.com>
5829
5830 * allout.el (allout-encryption-plaintext-sanitization-regexps):
5831 * frame.el (display-mm-dimensions-alist):
5832 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
5833 (outline-move-subtree-down):
5834 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
5835 (newsticker--treeview-do-get-node):
5836 * net/quickurl.el (quickurl-list-buffer-name):
5837 * progmodes/dcl-mode.el (dcl-mode):
5838 * progmodes/gdb-mi.el (gdb-mapcar*):
5839 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
5840
45261b50
GM
58412011-11-15 Glenn Morris <rgm@gnu.org>
5842
5843 * mail/rmail.el (rmail-file-coding-system): It's only ever used
5844 in a boolean sense, so just make it a boolean, and fix the doc.
5845 (rmail-show-mime-function, rmail-mime-feature)
5846 (rmail-require-mime-maybe): Doc fixes.
5847 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
5848
5849 * mail/rmailmm.el (rmail-show-mime): Doc fix.
5850
0d26e0b6
JB
58512011-11-15 Juanma Barranquero <lekktu@gmail.com>
5852
5853 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
5854 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
5855 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
5856 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
5857
447f30f6
GM
58582011-11-15 Glenn Morris <rgm@gnu.org>
5859
672b871d
GM
5860 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
5861 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
5862 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
5863 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
5864 (rmail-mime, rmail-show-mime): Doc fixes.
5865
f6aa5bb1
GM
5866 * term/ns-win.el (mode-line-frame-identification):
5867 Leave it alone. (Bug#10051)
5868
947cd66b
GM
5869 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
5870
447f30f6
GM
5871 * mail/rmailout.el (rmail-output-to-rmail-buffer):
5872 Handle empty buffers. (Bug#9978)
5873
0b381c7e
JB
58742011-11-14 Juanma Barranquero <lekktu@gmail.com>
5875
5876 * international/mule.el (define-charset):
5877 * mail/rmailmm.el (rmail-mime-find-header-encoding):
5878 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
5879 * progmodes/verilog-mode.el (verilog-backward-token):
5880 * textmodes/ispell.el (lookup-words):
5881 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
5882
71e027ac
GM
58832011-11-14 Glenn Morris <rgm@gnu.org>
5884
56632ce4
GM
5885 * progmodes/executable.el
5886 (executable-make-buffer-file-executable-if-script-p):
5887 Handle file-modes returning nil.
5888
40500957
GM
5889 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
5890 message - not necessary, and causes problems. (Bug#9831)
5891
071c2340
GM
5892 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
5893
d3cfca60
GM
5894 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
5895
71e027ac
GM
5896 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
5897 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
5898 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
5899
89d61221
MR
59002011-11-12 Martin Rudalics <rudalics@gmx.at>
5901
5902 * window.el (window-resize, delete-window): Use window-splits
5903 variable instead of function.
5904 (window-state-get-1, window-state-put-2, window-state-put):
5905 Don't deal with windows' splits status.
5906
98282f6f
GM
59072011-11-12 Glenn Morris <rgm@gnu.org>
5908
5909 * apropos.el (apropos-do-all, apropos-library, apropos-value)
5910 (apropos-documentation): Doc fixes.
5911
40a8bdf6
JB
59122011-11-11 Juanma Barranquero <lekktu@gmail.com>
5913
5914 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
5915 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
5916
65bd19ff
SM
59172011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5918
5919 * electric.el (electric-indent-post-self-insert-function): Make it
5920 possible for a char to only indent in some circumstances.
5921 (electric-indent-mode): Simplify.
5922
54f9154c
MR
59232011-11-11 Martin Rudalics <rudalics@gmx.at>
5924
5925 * window.el (windows-with-parameter): Remove unused function.
5926 (windows-at-side): Rename to window-at-side-list.
5927 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
5928 (window-side-check, window-size-ignore, window-size-fixed-1)
5929 (window-in-direction-2): Prefix with "window--".
5930 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 5931
68cbc58b
GM
59322011-11-11 Glenn Morris <rgm@gnu.org>
5933
5934 * subr.el (eval-after-load): If FILE is already loaded,
5935 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
5936
b2621720
GM
59372011-11-10 Glenn Morris <rgm@gnu.org>
5938
9a4de110
GM
5939 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
5940 Call svn via vc-svn-command rather than vc-do-command.
5941 (vc-svn-command): Add --non-interactive. (Bug#9993)
5942 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
5943
b2621720
GM
5944 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5945 Add toggle-read-only. (Bug#7292)
5946 * files.el (toggle-read-only): Mention that it should only
5947 be used interactively. (Bug#10006)
5948
1dce7193
SM
59492011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5950
d9ac1a1e
SM
5951 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5952 Adjust regexp for OCaml warnings.
5953
0c325082
SM
5954 * electric.el (electric-pair-post-self-insert-function): Let user
5955 turn it off buffer-locally (bug#9932).
5956
90132c14
SM
5957 * progmodes/python.el (python-beginning-of-statement):
5958 Rewrite (bug#2703).
5959
1dce7193
SM
5960 * progmodes/compile.el: Better handle TABs (bug#9749).
5961 (compilation-internal-error-properties)
5962 (compilation-next-error-function): Obey the target buffer's
5963 compilation-error-screen-columns.
5964
c4e7c63a
JB
59652011-11-09 Juanma Barranquero <lekktu@gmail.com>
5966
5967 * progmodes/meta-mode.el: Remove obsolete comments.
5968 (meta-right-comment-regexp, meta-ignore-comment-regexp):
5969 Fix typos in docstrings.
5970
2cffd681
MR
59712011-11-09 Martin Rudalics <rudalics@gmx.at>
5972
5973 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 5974 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
5975 (window--resizable): New function. Make all callers of
5976 window-resizable call window--resizable instead.
5977 (window-resizable): Rewrite in terms of window--resizable.
5978
0edcba87
GM
59792011-11-08 Glenn Morris <rgm@gnu.org>
5980
5981 * progmodes/delphi.el (delphi-mode-syntax-table):
5982 Let define-derived-mode define a proper syntax table. (Bug#9994)
5983
4b0d61e3
SM
59842011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5985
5986 * window.el: Stay away from defsubst.
5987 (window-list-no-nils): Remove.
5988 (window-state-get-1, window-state-get): Use backquote instead.
5989
cd394be1 59902011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 5991
4b0d61e3 5992 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 5993 Fix incorrect use of default argument in `completing-read'.
5994
e1c2c6f2
MR
59952011-11-08 Martin Rudalics <rudalics@gmx.at>
5996
5997 * window.el (display-buffer-function, special-display-function):
5998 Mention display-buffer-record-window but do not mention
5999 help-setup parameter in doc-strings.
b3f4a882 6000 (window-min-delta): Fix doc-string typo.
e1c2c6f2 6001
105216ed
CY
60022011-11-08 Chong Yidong <cyd@gnu.org>
6003
6004 * window.el (window-total-height, window-total-width): Doc fix.
6005 (window-body-size): Move from C.
6006 (window-body-height, window-body-width): Move to C.
6007
0a9f9ab5
SM
60082011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6009
6010 * window.el: Make special-display like display-buffer-alist (bug#9532).
6011 (display-buffer--special-action): New function, morphed
6012 from display-buffer--special.
6013 (display-buffer): Use it to handle special-display-buffers at higher
6014 priority (just after display-buffer-alist).
6015 (display-buffer-fallback-action, display-buffer--other-frame-action)
6016 (pop-to-buffer-same-window): Remove display-buffer--special.
6017
a769dd15
GM
60182011-11-07 Glenn Morris <rgm@gnu.org>
6019
6020 * calendar/cal-menu.el (cal-menu-set-date-title):
6021 Do nothing if not in a calendar. (Bug#9976)
6022
05a61ee3
SM
60232011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
6024
6025 * files.el (find-file): Always use selected-window.
6026
be7f5545
MR
60272011-11-07 Martin Rudalics <rudalics@gmx.at>
6028
6029 * window.el (window-combinations): Make WINDOW argument
6030 mandatory. Rewrite doc-string.
6031 (walk-window-subtree, window-atom-check, window-min-delta)
6032 (window-max-delta, window--resize-this-window)
6033 (window--resize-root-window-vertically, window-tree)
6034 (balance-windows, window-state-put): Rewrite doc-strings as to
6035 not mention the term "subwindow".
6036 (window--resize-subwindows-skip-p): Rename to
6037 window--resize-child-windows-skip-p.
6038 (window--resize-subwindows-normal): Rename to
6039 window--resize-child-windows-normal.
6040 (window--resize-subwindows): Rename to
6041 window--resize-child-windows.
6042 (window-or-subwindow-p): Rename to window--in-subtree-p.
6043
3c6702ef
ML
60442011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
6045
6046 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
6047 Ensure that mbox format messages end in two newlines (Bug#9974).
6048
49745b39
CY
60492011-11-06 Chong Yidong <cyd@gnu.org>
6050
6051 * window.el (window-combination-p): Function deleted; its
6052 side-effect is not used in any existing code.
6053 (window-combinations, window-combined-p): Call window-*-child
6054 directly.
6055
24300f5f
CY
60562011-11-05 Chong Yidong <cyd@gnu.org>
6057
6058 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
6059 (window-size-ignore, window-state-get): Callers changed.
6060 (window-normalize-window): Rename from window-normalize-any-window.
6061 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 6062 (window-normalize-live-window): Delete.
447f16b8
CY
6063 (window-combination-p, window-combined-p, window-combinations)
6064 (walk-window-subtree, window-atom-root, window-min-size)
6065 (window-sizable, window-sizable-p, window-size-fixed-p)
6066 (window-min-delta, window-max-delta, window-resizable)
6067 (window-resizable-p, window-full-height-p, window-full-width-p)
6068 (window-current-scroll-bars, window-point-1, set-window-point-1)
6069 (window-at-side-p, window-in-direction, window-resize)
6070 (adjust-window-trailing-edge, maximize-window, minimize-window)
6071 (window-deletable-p, delete-window, delete-other-windows)
6072 (record-window-buffer, unrecord-window-buffer)
6073 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
6074 (quit-window, split-window, window-state-put)
6075 (set-window-text-height, fit-window-to-buffer)
6076 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 6077
89bd5ee1
EZ
60782011-11-04 Eli Zaretskii <eliz@gnu.org>
6079
53479029
EZ
6080 * mail/rmail.el (rmail-simplified-subject): Decode subject with
6081 rfc2047-decode-string.
6082 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
6083 warnings.
6084
89bd5ee1
EZ
6085 * window.el (window-body-height, window-body-width): Mention in
6086 the doc string that the return values are in frame's canonical
6087 units. (Bug#9949)
6088
bd17fdee
AM
60892011-11-03 Alan Mackenzie <acm@muc.de>
6090
6091 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
6092 change in cc-engine.el.
6093
acc825c5
SM
60942011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
6095
6096 * window.el (switch-to-buffer): Use `force-same-window' interactively.
6097
1885e5b8
MR
60982011-11-02 Martin Rudalics <rudalics@gmx.at>
6099
6100 * window.el (quit-window): Call unrecord-window-buffer after
6101 showing another buffer in the window. (Bug#9937)
acc825c5 6102 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 6103
ebe06da9
JB
61042011-11-02 Juanma Barranquero <lekktu@gmail.com>
6105
6106 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
6107 Accept status with more than 9 shelves. (Bug#9935)
6108 Reported by Colin D Bennett <colin@gibibit.com>.
6109
4ee88440
MR
61102011-11-01 Martin Rudalics <rudalics@gmx.at>
6111
6112 * help.el (with-help-window): Don't reference
6113 temp-buffer-show-specifiers in doc-string.
6114
08e1d82c
AS
61152011-10-31 Andreas Schwab <schwab@linux-m68k.org>
6116
6117 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
6118 menu-item.
6119
84bd6e9e
VJL
61202011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6121
6122 * whitespace.el: New version 13.2.2.
6123 (whitespace-newline-mode): Disable properly. Reported by Sarah
6124 <EmacsWiki>.
6125
dba0634a
UJ
61262011-10-30 Ulf Jasper <ulf.jasper@web.de>
6127
6128 * net/newst-treeview.el: Remove "Time-stamp".
6129 (newsticker--group-manage-orphan-feeds): Do not call
6130 newsticker--treeview-tree-update.
db22a3c2
JB
6131 (newsticker-treeview-update, newsticker-treeview):
6132 Call newsticker--treeview-tree-update if necessary.
dba0634a 6133
3d8daefe
MR
61342011-10-30 Martin Rudalics <rudalics@gmx.at>
6135
6136 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
6137 (window-iso-combinations): Remove "iso-" infix.
6138 Suggested by Chong Yidong.
3d8daefe
MR
6139 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
6140 (window-max-delta-1, window-resize, window--resize-siblings)
6141 (window--resize-this-window, adjust-window-trailing-edge)
6142 (split-window, balance-windows-1)
6143 (shrink-window-if-larger-than-buffer):
6144 * calendar/calendar.el (calendar-generate-window):
db22a3c2 6145 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 6146
1bc4c3ae
SM
61472011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6148
6149 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
6150 in place (bug#9907).
6151 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
6152 (eshell-rewrite-if-command, eshell-rewrite-for-command)
6153 (eshell-structure-basic-command, eshell-rewrite-while-command)
6154 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
6155 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
6156 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
6157 (eshell-do-pipelines-synchronously, eshell-eval-command):
6158 Use backquotes and prefer setq to set.
6159 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
6160 (eshell-macrop): Use functionp.
c1e2f5fa 6161 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 6162
30b65d9c
CY
61632011-10-30 Chong Yidong <cyd@gnu.org>
6164
6165 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
6166 instead of set-mark (Bug#9810).
6167
2d197ffb
CY
61682011-10-30 Chong Yidong <cyd@gnu.org>
6169
6170 * window.el (split-window-below, split-window-right): Rename from
6171 split-window-above-each-other and split-window-side-by-side
6172 respectively. All callers changed.
6173 (split-window-sensibly, split-window-sensibly): Use them.
6174 (split-window-keep-point): Doc fix.
6175
6176 * isearch.el: Add isearch-scroll property to split-window-below
6177 and split-window-right.
6178
6179 * follow.el (follow-mode):
6180 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
6181 * progmodes/ada-xref.el (ada-gdb-application):
6182 * emulation/vip.el (vip-buffer-in-two-windows):
6183 * image-dired.el (image-dired-dired-with-window-configuration):
6184 * dired-x.el (dired-do-find-marked-files):
6185 * dired.el (dired-pop-to-buffer):
6186 * bs.el (bs--show-with-configuration):
6187 * vc/emerge.el (emerge-setup-windows):
6188 * textmodes/two-column.el (2C-two-columns):
6189 * textmodes/reftex-toc.el (reftex-toc):
6190 * progmodes/gdb-mi.el (gdb-setup-windows):
6191 * progmodes/fortran.el (fortran-window-create):
6192 * net/newst-treeview.el (newsticker--treeview-window-init):
6193 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
6194 * emulation/tpu-edt.el (tpu-gold-map):
6195 * emulation/crisp.el (crisp-mode-map):
6196 * calendar/calendar.el (calendar-basic-setup): Callers changed.
6197
38bb2ca8
CY
61982011-10-29 Chong Yidong <cyd@gnu.org>
6199
aa4de341
CY
6200 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
6201
e1eb5385
CY
6202 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
6203
5d2ece3c
CY
6204 * textmodes/flyspell.el (flyspell-word): Fix char offset for
6205 forged Ispell output (Bug#7904).
6206
38bb2ca8
CY
6207 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
6208
d0af9f77
SM
62092011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6210
6211 * doc-view.el: Avoid ugly errors about not finding nil.
6212 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
6213 (doc-view-dvipdf-program, doc-view-unoconv-program)
6214 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
6215 Avoid nil or absolute file name as default value.
6216 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
6217
52bedd34
AM
62182011-10-28 Alan Mackenzie <acm@muc.de>
6219
db22a3c2 6220 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 6221
7e43cfa5
AM
62222011-10-28 Alan Mackenzie <acm@muc.de>
6223
6224 Amend the handling of c-beginning/end-of-defun in nested declaration
6225 scopes.
6226
52bedd34
AM
6227 * progmodes/cc-vars.el (c-defun-tactic): Move here from
6228 cc-langs.el. Change it to a defcustom.
7e43cfa5 6229
52bedd34
AM
6230 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
6231 cc-vars.el.
7e43cfa5 6232
d0af9f77
SM
6233 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6234 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 6235
52bedd34 6236 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 6237 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
6238 (c-widen-to-enclosing-decl-scope): New function.
6239 (c-while-widening-to-decl-block): New macro.
6240 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
6241 outward for defun boundaries, and correspondingly change symbol
6242 `respect-enclosure' to `go-outward'.
6243 (c-declaration-limits): Change algorithm to report only the "innermost"
6244 defun's boundaries.
6245
1a2ce9ee
DD
62462011-10-28 Deniz Dogan <deniz@dogan.se>
6247
6248 * net/rcirc.el (rcirc-mode): Use hard newlines.
6249
bc97a826
AM
62502011-10-28 Alan Mackenzie <acm@muc.de>
6251
6252 Amend to indent and fontify macros "which include their own semicolon"
6253 correctly, using the "virtual semicolon" mechanism.
6254
52bedd34 6255 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 6256
d0af9f77 6257 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 6258 Recode to scan one line at a time rather than having \n and \r
58179cce 6259 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 6260 (c-forward-label): Amend for virtual semicolons.
58179cce 6261 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 6262
52bedd34
AM
6263 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
6264 of the new C macros.
bc97a826 6265
52bedd34 6266 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
6267 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
6268 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
6269 (c-opt-cpp-macro-define): Make into a full language variable.
6270 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
6271 AWK Mode (including \n, \r) removed, no longer needed.
6272
d0af9f77
SM
6273 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
6274 Invoke c-make-macro-with-semi-re.
bc97a826 6275
52bedd34
AM
6276 * progmodes/cc-vars.el (c-macro-with-semi-re):
6277 (c-macro-names-with-semicolon): New variables.
58179cce 6278 (c-make-macro-with-semi-re): New function.
bc97a826 6279
7a6c0941
SM
62802011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6281
6282 * vc/log-edit.el: Fill empty field rather than adding new one.
6283 (log-edit-add-field): New function.
6284 (log-edit-insert-changelog): Use it.
6285
b0c4cdcf
ML
62862011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
6287
6288 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
6289
ee1f1da9
SM
62902011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6291
6292 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
6293 (gdb--check-interpreter): New function.
6294 (gdb): Use it.
6295
51bc5f8b
GM
62962011-10-27 Glenn Morris <rgm@gnu.org>
6297
416a2c45
GM
6298 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
6299 (least-positive-float, least-negative-float)
6300 (least-positive-normalized-float, least-negative-normalized-float)
6301 (float-epsilon, float-negative-epsilon):
6302 Remove unnecessary declarations.
6303
6304 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
6305 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
6306 (least-positive-float, least-negative-float)
6307 (least-positive-normalized-float, least-negative-normalized-float)
6308 (float-epsilon, float-negative-epsilon): Add doc-strings,
6309 based on those in cl.texi.
6310
51bc5f8b
GM
6311 * files.el (set-visited-file-name): If the major-mode changed,
6312 reload the local variables. (Bug#9796)
6313
15de15c6
CY
63142011-10-27 Chong Yidong <cyd@gnu.org>
6315
6316 * subr.el (change-major-mode-after-body-hook): New hook.
6317 (run-mode-hooks): Run it.
6318
ee1f1da9
SM
6319 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6320 Use change-major-mode-before-body-hook.
15de15c6
CY
6321
6322 * simple.el (fundamental-mode):
6323 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
6324 change introducing fundamental-mode-hook.
6325
5430d399
JB
63262011-10-26 Juanma Barranquero <lekktu@gmail.com>
6327
acc825c5 6328 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 6329
ad74a69e
MA
63302011-10-26 Michael Albinus <michael.albinus@gmx.de>
6331
6332 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 6333 tramp.el explicitly. (Bug#7583)
ad74a69e 6334
71d4c2a5
SM
63352011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6336
6337 * progmodes/octave-mod.el:
6338 * progmodes/octave-inf.el: Update maintainer.
6339
b1f6fa26
CY
63402011-10-26 Chong Yidong <cyd@gnu.org>
6341
6342 * subr.el (with-wrapper-hook): Rewrite doc.
6343
3f04efd6
MA
63442011-10-25 Michael Albinus <michael.albinus@gmx.de>
6345
6346 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 6347 filenames "/method:foo:". (Bug#9793)
3f04efd6 6348
410488d3
SM
63492011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6350
6351 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
6352 (bug#9865).
6353
c1ebb47e
GM
63542011-10-24 Glenn Morris <rgm@gnu.org>
6355
6356 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
6357
7f5c46c7
MA
63582011-10-24 Michael Albinus <michael.albinus@gmx.de>
6359
6360 * notifications.el: Add the requirement of a running D-Bus session
6361 bus to the Commentary.
6362
db2440b6
JL
63632011-10-24 Juri Linkov <juri@jurta.org>
6364
6365 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
6366 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
6367 (Bug#9364)
6368
feecf435
JL
63692011-10-24 Juri Linkov <juri@jurta.org>
6370
6371 * info.el (Info-following-node-name-re): Add newline to the list
6372 of allowed characters for leading space. (Bug#9824)
6373
a3839de2
SM
63742011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6375
acc825c5
SM
6376 * progmodes/octave-inf.el (inferior-octave-mode-map):
6377 Fix C-c C-h binding.
a3839de2
SM
6378 * progmodes/octave-mod.el (octave-help): Remove.
6379
09388e76
MA
63802011-10-23 Michael Albinus <michael.albinus@gmx.de>
6381
6382 Sync with Tramp 2.2.3.
6383
6384 * net/tramp-cache.el (top): Pacify byte-compiler using
6385 `init-file-user' and `site-run-file'.
6386
6387 * net/trampver.el: Update release number.
6388
86c60681
CY
63892011-10-23 Chong Yidong <cyd@gnu.org>
6390
6391 * files.el (toggle-read-only): Remove obsolete comment about
6392 version control.
6393
6394 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
6395 for toggle-read-only. Note that this hasn't called vc-next-action
6396 since 2008-05-02, though it wasn't documented at the time.
6397
a3839de2
SM
6398 * vc/ediff-init.el (ediff-toggle-read-only-function):
6399 Use toggle-read-only.
86c60681 6400
cd5495ff
AM
64012011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
6402
6403 Fix bug #9560, sporadic wrong indentation; improve instrumentation
6404 of c-parse-state.
6405
00b77525 6406 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 6407 correct faulty logical expression.
cd5495ff
AM
6408 (c-parse-state-state, c-record-parse-state-state):
6409 (c-replay-parse-state-state): New defvar/defuns.
6410 (c-debug-parse-state): Use new functions.
6411
42ee24ed
MR
64122011-10-22 Martin Rudalics <rudalics@gmx.at>
6413
6414 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 6415 last fix. Use window-in-direction correctly.
42ee24ed 6416
a7dee7e7
CY
64172011-10-21 Chong Yidong <cyd@gnu.org>
6418
6419 * progmodes/idlwave.el (idlwave-mode):
6420 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
6421 require-final-newline; that's done in prog-mode.
6422 Suggested by Stefan Monnier.
a7dee7e7 6423
e07b9a6d
MR
64242011-10-21 Martin Rudalics <rudalics@gmx.at>
6425
6426 * mouse.el (mouse-drag-window-above)
6427 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
6428 (mouse-drag-mode-line-1, mouse-drag-header-line)
6429 (mouse-drag-vertical-line-rightward-window): Remove.
6430 (mouse-drag-line): New function.
6431 (mouse-drag-mode-line, mouse-drag-header-line)
6432 (mouse-drag-vertical-line): Call mouse-drag-line.
6433 * window.el (window-at-side-p, windows-at-side): New functions.
6434
7e1361d9
UM
64352011-10-21 Ulrich Mueller <ulm@gentoo.org>
6436
6437 * tar-mode.el (tar-grind-file-mode):
6438 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
6439
30fcaf3a
CY
64402011-10-21 Chong Yidong <cyd@gnu.org>
6441
6442 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
6443 * progmodes/vera-mode.el (vera-mode):
6444 Use mode-require-final-newline.
30fcaf3a 6445
516eddb0
GM
64462011-10-20 Glenn Morris <rgm@gnu.org>
6447
db22a3c2 6448 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 6449
10d5f513
CS
64502011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
6451
6452 * emulation/cua-base.el (cua-set-mark): Fix case of string.
6453
ac6c8639
CY
64542011-10-20 Chong Yidong <cyd@gnu.org>
6455
6456 * emulation/cua-base.el (cua-mode):
6457 * mail/footnote.el (footnote-mode):
6458 * mail/mailabbrev.el (mail-abbrevs-mode):
6459 * net/xesam.el (xesam-minor-mode):
6460 * progmodes/bug-reference.el (bug-reference-mode):
6461 * progmodes/cap-words.el (capitalized-words-mode):
6462 * progmodes/compile.el (compilation-minor-mode)
6463 (compilation-shell-minor-mode):
6464 * progmodes/gud.el (gud-tooltip-mode):
6465 * progmodes/hideif.el (hide-ifdef-mode):
6466 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6467 * progmodes/subword.el (subword-mode):
6468 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
6469 * progmodes/which-func.el (which-function-mode):
6470 * term/tvi970.el (tvi970-set-keypad-mode):
6471 * term/vt100.el (vt100-wide-mode):
6472 * textmodes/flyspell.el (flyspell-mode):
6473 * textmodes/ispell.el (ispell-minor-mode):
6474 * textmodes/nroff-mode.el (nroff-electric-mode):
6475 * textmodes/paragraphs.el (use-hard-newlines):
6476 * textmodes/refill.el (refill-mode):
6477 * textmodes/reftex.el (reftex-mode):
6478 * textmodes/rst.el (rst-minor-mode):
6479 * textmodes/sgml-mode.el (html-autoview-mode)
6480 (sgml-electric-tag-pair-mode):
6481 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
6482 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
6483 * emulation/crisp.el (crisp-mode):
6484 * emacs-lisp/eldoc.el (eldoc-mode):
6485 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
6486 minor mode behavior.
6487
aa42ab43
JL
64882011-10-19 Juri Linkov <juri@jurta.org>
6489
6490 * descr-text.el (describe-char): Add #x2010 and #x2011 to
6491 the list of hard-coded chars with escape-glyph face.
6492
89400f1d
SM
64932011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6494
6495 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
6496
305c07f6
MA
64972011-10-19 Michael Albinus <michael.albinus@gmx.de>
6498
6499 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
6500 running process.
6501
13754b54
GM
65022011-10-19 Glenn Morris <rgm@gnu.org>
6503
6504 * vc/vc-bzr.el (vc-bzr-after-dir-status):
6505 Ignore ignored files. (Bug#9726)
6506
06e21633
CY
65072011-10-19 Chong Yidong <cyd@gnu.org>
6508
6509 Doc fix for minor modes, stating that an omitted argument enables
6510 the mode unconditionally when called from Lisp.
6511
6512 * abbrev.el (abbrev-mode):
6513 * allout.el (allout-mode):
6514 * autoinsert.el (auto-insert-mode):
6515 * autoarg.el (autoarg-mode, autoarg-kp-mode):
6516 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
6517 (global-auto-revert-mode):
6518 * battery.el (display-battery-mode):
6519 * composite.el (global-auto-composition-mode)
6520 (auto-composition-mode):
6521 * delsel.el (delete-selection-mode):
6522 * desktop.el (desktop-save-mode):
6523 * dired-x.el (dired-omit-mode):
6524 * dirtrack.el (dirtrack-mode):
6525 * doc-view.el (doc-view-minor-mode):
6526 * double.el (double-mode):
6527 * electric.el (electric-indent-mode, electric-pair-mode):
6528 * emacs-lock.el (emacs-lock-mode):
6529 * epa-hook.el (auto-encryption-mode):
6530 * follow.el (follow-mode):
6531 * font-core.el (font-lock-mode):
6532 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
6533 * help.el (temp-buffer-resize-mode):
6534 * hilit-chg.el (highlight-changes-mode)
6535 (highlight-changes-visible-mode):
6536 * hi-lock.el (hi-lock-mode):
6537 * hl-line.el (hl-line-mode, global-hl-line-mode):
6538 * icomplete.el (icomplete-mode):
6539 * ido.el (ido-everywhere):
6540 * image-file.el (auto-image-file-mode):
6541 * image-mode.el (image-minor-mode):
6542 * iswitchb.el (iswitchb-mode):
6543 * jka-cmpr-hook.el (auto-compression-mode):
6544 * linum.el (linum-mode):
6545 * longlines.el (longlines-mode):
6546 * master.el (master-mode):
6547 * mb-depth.el (minibuffer-depth-indicate-mode):
6548 * menu-bar.el (menu-bar-mode):
6549 * minibuf-eldef.el (minibuffer-electric-default-mode):
6550 * mouse-sel.el (mouse-sel-mode):
6551 * msb.el (msb-mode):
6552 * mwheel.el (mouse-wheel-mode):
6553 * outline.el (outline-minor-mode):
6554 * paren.el (show-paren-mode):
6555 * recentf.el (recentf-mode):
6556 * reveal.el (reveal-mode, global-reveal-mode):
6557 * rfn-eshadow.el (file-name-shadow-mode):
6558 * ruler-mode.el (ruler-mode):
6559 * savehist.el (savehist-mode):
6560 * scroll-all.el (scroll-all-mode):
6561 * scroll-bar.el (scroll-bar-mode):
6562 * server.el (server-mode):
6563 * shell.el (shell-dirtrack-mode):
6564 * simple.el (auto-fill-mode, transient-mark-mode)
6565 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
6566 (line-number-mode, column-number-mode, size-indication-mode)
6567 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
6568 * strokes.el (strokes-mode):
6569 * time.el (display-time-mode):
6570 * t-mouse.el (gpm-mouse-mode):
6571 * tool-bar.el (tool-bar-mode):
6572 * tooltip.el (tooltip-mode):
6573 * type-break.el (type-break-mode-line-message-mode)
6574 (type-break-query-mode):
6575 * view.el (view-mode):
6576 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6577 (global-whitespace-mode, global-whitespace-newline-mode):
6578 * xt-mouse.el (xterm-mouse-mode): Doc fix.
6579
a3839de2
SM
6580 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6581 Fix autogenerated docstring.
06e21633 6582
5214e501
JL
65832011-10-19 Juri Linkov <juri@jurta.org>
6584
6585 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
6586 by checking environment variables "DESKTOP_SESSION" and
6587 "XDG_CURRENT_DESKTOP". (Bug#9779)
6588
195f8db9
JL
65892011-10-19 Juri Linkov <juri@jurta.org>
6590
6591 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
6592 (browse-url-chromium-program, browse-url-chromium-arguments):
6593 New defcustoms.
6594 (browse-url-default-browser): Check for `browse-url-chromium' and
6595 call `browse-url-chromium-program'.
6596 (browse-url-chromium): New command. (Bug#9779)
6597
343a34ff
JB
65982011-10-18 Juanma Barranquero <lekktu@gmail.com>
6599
6600 * facemenu.el (list-colors-duplicates): On Windows, detect more
6601 duplicates by assuming that only colors matching "^System" are
6602 special "system colors". (Bug#9722)
6603
6978a151
SM
66042011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6605
6606 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
6607 to distinguish the author from the committer.
6608
6a80b297
MA
66092011-10-18 Michael Albinus <michael.albinus@gmx.de>
6610
6611 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
6612
b31a5677
JK
66132011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
6614
6615 * international/mule.el (sgml-html-meta-auto-coding-function):
6616 Add support for detecting encoding in HTML5 specified only as
6617 <meta charset="UTF-8">. Implementation just makes http-equiv and
6618 content-type parts from HTML4 encoding string optional. (Bug#9716)
6619
80c6d77f
GM
66202011-10-18 Glenn Morris <rgm@gnu.org>
6621
6622 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
6623
08b0fee8
CY
66242011-10-18 Chong Yidong <cyd@gnu.org>
6625
6626 * faces.el (cursor): Doc fix.
6627
67e729a5
CY
66282011-10-17 Chong Yidong <cyd@gnu.org>
6629
6630 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
6631
343a34ff 66322011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
6633
6634 * dirtrack.el (dirtrack): Support shell buffers with path
6635 prefixes, e.g. tramp-based remote shells. (Bug#9647)
6636
0bc06380
TZ
66372011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
6638
6639 * json.el: Bump version to 1.3 and note change in History.
6640 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
6641
8b79f3e0
SM
66422011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6643
5a7c536b
SM
6644 * comint.el (comint-insert-input, comint-send-input)
6645 (comint-get-old-input-default, comint-backward-matching-input)
6646 (comint-next-prompt): Use nil instead of `input' for field property of
6647 past user input (bug#114).
6648
96a8a0df
SM
6649 * minibuffer.el (completion--replace): Inherit surrounding properties
6650 (bug#114).
6651 (minibuffer-complete-and-exit): Use it.
6652
8b79f3e0
SM
6653 * comint.el (comint--table-subvert): Quote the all-completions output
6654 (bug#9160).
6655
b8f7ff0d
MR
66562011-10-17 Martin Rudalics <rudalics@gmx.at>
6657
8b79f3e0 6658 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 6659
b8f7ff0d 6660 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 6661 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
6662 entries and separate them from frame entries.
6663
c235b555
GM
66642011-10-15 Glenn Morris <rgm@gnu.org>
6665
6666 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
6667 Doc fixes.
6668
6bbfa6e1
CY
66692011-10-15 Chong Yidong <cyd@stupidchicken.com>
6670
8b79f3e0
SM
6671 * net/network-stream.el (network-stream-open-starttls):
6672 Improve detection of failure due to lack of TLS support.
ec5c990d 6673
6bbfa6e1
CY
6674 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
6675 putting the input text in front and in bold.
6676
98488977
SM
66772011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6678
3d1337be
SM
6679 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
6680
ee0b45e4
SM
6681 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
6682 empty buffer.
6683
98488977
SM
6684 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
6685 unread-command-events rather than pushing yet-another event.
6686
186f4720
EZ
66872011-10-14 Eli Zaretskii <eliz@gnu.org>
6688
6689 * mail/sendmail.el (sendmail-query-once): Improve the wording of
6690 the explanation of the possible choices. Make the options passed
6691 to completing-read shorter.
6692
8b7a997c
AM
66932011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6694
6695 * textmodes/flyspell.el (flyspell-large-region): Make sure
6696 extended character mode is used if defined (Bug#1339).
6697
12587bbb
EZ
66982011-10-13 Eli Zaretskii <eliz@gnu.org>
6699
6700 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
6701 character info for LRE, LRO, RLE, and RLO characters by appending
6702 an invisible PDF.
12587bbb 6703
bad41229
SM
67042011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
6705
6706 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
6707 even in case of error; add debug spec; simplify data flow.
6708 (with-timeout-handler): Remove.
6709
28dbc92f
MA
67102011-10-12 Michael Albinus <michael.albinus@gmx.de>
6711
6712 Fix Bug#6019, Bug#9315.
6713
6714 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
6715 complete `buffer-file-name', the local file name part could look
6716 remotely (for example on VMS).
6717
6718 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
6719 `tramp-run-real-handler'.
6720 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
6721 already quoted by '"'.
6722
6723 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
6724 Let `file-name-handler-alist' be nil, the local file name part
6725 could look remotely (for example on VMS).
6726
e1b0b23a
SM
67272011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6728
6729 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
6730 from here...
6731 (flyspell-post-command-hook): ...to here.
6732
a120bde9
SM
67332011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6734
6735 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
6736 if not needed.
6737 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
6738 using completion. Protect against "slow" callers.
6739 Remove the "message hack".
6740
7ce7717b
JL
67412011-10-11 Juri Linkov <juri@jurta.org>
6742
6743 * isearch.el (isearch-lazy-highlight-word): New variable.
6744 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
6745 Use it. (Bug#9727)
6746
c02ee9d6
GM
67472011-10-11 Glenn Morris <rgm@gnu.org>
6748
6749 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
6750 like f90-previous-statement does.
6751
93e616fd 67522011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6753
1f190e73 6754 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
6755 only in interactive use, to avoid error.
6756
af7b6078
SM
67572011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6758
6759 * minibuffer.el (completion-file-name-table): Fix last change,
6760 i.e. ignore normal errors but not the other ones.
6761
0563dae9
MR
67622011-10-10 Martin Rudalics <rudalics@gmx.at>
6763
6764 * window.el (special-display-buffer-names)
6765 (special-display-regexps): Remove some remnants of earlier
6766 changes from doc-strings.
366ca7f3
MR
6767 (quit-windows-on): New function.
6768
6769 * vc/vc.el (vc-revert, vc-rollback):
6770 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
6771 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 6772 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 6773
49677495
MR
67742011-10-09 Martin Rudalics <rudalics@gmx.at>
6775
6776 * window.el (frame-auto-hide-function): Add version tag.
6777 (Bug#9699)
6778
56f2d1e1
MA
67792011-10-09 Michael Albinus <michael.albinus@gmx.de>
6780
6781 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
6782 condition.
6783
112a6592
LL
67842011-10-09 Leo Liu <sdl.web@gmail.com>
6785
6786 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
6787 (Bug#9701)
6788
0812589b
GM
67892011-10-08 Glenn Morris <rgm@gnu.org>
6790
6791 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
6792 before the first code statement zero indent. (Bug#9690)
6793
b2b0776e
CY
67942011-10-08 Chong Yidong <cyd@stupidchicken.com>
6795
6796 * simple.el (count-words-region): Always count in the region.
6797 Report the number of lines and characters too.
6798 (count-words): New command, which counts in the buffer if the
6799 region is inactive, as count-words-region used to.
6800 (count-words--message): New function. Handle plurals.
6801 (count-lines-region): Make it an alias for count-words-region.
6802
6803 * bindings.el (esc-map): Replace count-lines-region with
6804 count-words-region.
6805
c557cd6b
MR
68062011-10-08 Martin Rudalics <rudalics@gmx.at>
6807
6808 * window.el (window--delete): Delete dedicated frame
6809 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 6810 (switch-to-buffer): Fix doc-string typo.
c557cd6b 6811
61a57ef4 68122011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6813
3a7d293b 6814 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 6815
c3833279
CY
68162011-10-07 Chong Yidong <cyd@stupidchicken.com>
6817
6818 * bindings.el ([M-left],[M-right]): Bind to left-word and
6819 right-word respectively.
6820
21ce8245
GM
68212011-10-07 Glenn Morris <rgm@gnu.org>
6822
6823 * cus-start.el (debug-on-quit): Fix custom type.
6824
6d823bb2
LMI
68252011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6826
0181e193
LMI
6827 * subr.el (define-key-after): Clarify that the function is not
6828 useful for non-menu keymaps.
6829
6d823bb2
LMI
6830 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
6831
8e3459ce 68322011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6833
21ce8245 6834 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 6835 in current minibuffer (Fix bug with recursive minibuffers).
6836
a1c2d21e
CY
68372011-10-06 Chong Yidong <cyd@stupidchicken.com>
6838
6839 * progmodes/gdb-mi.el (gdb): Doc fix.
6840
5a4cf282
MR
68412011-10-05 Martin Rudalics <rudalics@gmx.at>
6842
6843 * window.el (frame-auto-hide-function): New option replacing
6844 frame-auto-delete. Suggested by Stefan Monnier.
6845 (window--delete): Call frame-auto-hide-function instead of
6846 investigating frame-auto-delete.
c96111ea
MR
6847 (window-point-1, set-window-point-1): New functions.
6848 (window-in-direction, record-window-buffer, window-state-get-1)
6849 (display-buffer-record-window): Use window-point-1 instead of
6850 window-point.
6851 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 6852
9854542e
SM
68532011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6854
6855 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
6856
8943cfb0
GM
68572011-10-05 Glenn Morris <rgm@gnu.org>
6858
6859 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
6860 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
6861
647ab967
LL
68622011-10-05 Leo Liu <sdl.web@gmail.com>
6863
6864 * subr.el (read-char-choice): Fix argument to buffer-live-p which
6865 works with buffer object.
6866
3ddfbced
SM
68672011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6868
6869 * mpc.el (mpc-tool-bar-map): Add labels.
6870
bdfa5dd2
GM
68712011-10-04 Glenn Morris <rgm@gnu.org>
6872
6873 * calendar/holidays.el (calendar-check-holidays): Doc fix.
6874
0e2070b5
MR
68752011-10-04 Martin Rudalics <rudalics@gmx.at>
6876
6877 * window.el (window--delete): New function.
6878 (frame-auto-delete): Resuscitate option.
6879 (bury-buffer, replace-buffer-in-windows)
6880 (quit-window): Rewrite using window--delete.
6881 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6882 Pass display-buffer-mark-dedicated to window--display-buffer-2
6883 (Bug#9639).
6884
3dc61a09
SM
68852011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6886
915a9b64
SM
6887 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
6888 returns a list (bug#9554). Add remote file name completion.
6889 * comint.el (comint--table-subvert): Curry and get quote&unquote
6890 functions as arguments.
6891 (comint--complete-file-name-data): Adjust call accordingly.
6892 * pcomplete.el (pcomplete--table-subvert): Remove.
6893 (pcomplete-completions-at-point): Use comint--table-subvert instead.
6894
3dc61a09
SM
6895 * minibuffer.el (completion-table-case-fold): Use currying.
6896 (completion--styles-type, completion--cycling-threshold-type):
6897 New constants.
6898 (completion-styles, completion-category-overrides)
6899 (completion-cycle-threshold): Use them.
6900 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
6901 completion-table-case-fold.
6902
8ea0a993
SB
69032011-10-03 Stephen Berman <stephen.berman@gmx.net>
6904
6905 * minibuffer.el (completion-category-overrides): Fix type of styles
6906 and add more user friendly tags (bug#9660).
6907
8c24b7f6
SM
69082011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6909
6910 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
6911 (mule-input-method-string): New widget.
6912 (default-input-method, language-info-custom-alist): Use it.
6913
428fe61a
SM
69142011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6915
32c1fffd
SM
6916 * pcomplete.el: Require comint.
6917 (pcomplete--common-suffix): Remove.
6918 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
6919 (pcomplete--table-subvert): Sync with comint--table-subvert.
6920 (pcomplete--entries): Use comint-completion-file-name-table.
6921 * comint.el (comint-unquote-filename): Simplify.
6922 (comint-completion-file-name-table): New function (bug#9616).
6923 (comint--complete-file-name-data): Use it.
6924
428fe61a
SM
6925 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
6926 (pcmpl-gnu-tar-buffer): Remove.
6927 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
6928 around. Make sure pcomplete-suffix-list is only changed temporarily.
6929 Don't look inside the tar's file if it's too large.
428fe61a 6930
04c52e2f
CY
69312011-10-01 Chong Yidong <cyd@stupidchicken.com>
6932
ce3cefcc
CY
6933 * cus-edit.el (custom-mode-map):
6934 * epa.el (epa-key-list-mode-map):
6935 * man.el (Man-mode-map):
6936 * startup.el (splash-screen-keymap):
6937 * simple.el (special-mode-map): Use scroll-up-command and
6938 scroll-down-command.
6939
6940 * progmodes/idlw-help.el (idlwave-help-mode-map):
6941 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
6942 * net/newst-plainview.el (newsticker-mode-map):
6943 * emulation/ws-mode.el (wordstar-mode-map):
6944 * emulation/vi.el (vi-com-map):
6945 * calc/calc-graph.el (calc-graph-show-dumb):
6946 * term/sun.el (terminal-init-sun):
6947 * term/ns-win.el (global-map):
6948 * progmodes/grep.el (grep-mode-map):
6949 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
6950 * mail/rmail.el (rmail-mode-map):
6951 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
6952
04c52e2f
CY
6953 * custom.el (custom-safe-themes, load-theme): Treat value of t for
6954 custom-safe-themes as special.
6955
79adf8c8
JD
69562011-10-01 Julien Danjou <julien@danjou.info>
6957
6958 * notifications.el (notifications-notify): Fix docstring.
6959
63bd50d3
PS
69602011-10-01 Per Starbäck <per@starback.se>
6961
6962 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
6963
199e4c7e
MR
69642011-09-30 Martin Rudalics <rudalics@gmx.at>
6965
6966 * startup.el (command-line-1): Fix last fix by inserting
6967 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 6968 (Bug#9605) and (Bug#9636)
199e4c7e 6969
fe5f08dd
EZ
69702011-09-29 Eli Zaretskii <eliz@gnu.org>
6971
6972 * simple.el (line-move): If auto-hscroll-mode is disabled and the
6973 window is hscrolled, move by logical lines. (Bug#9607)
6974 (line-move-visual): Update the doc string to the above effect.
6975
b5516bbd
MR
69762011-09-29 Martin Rudalics <rudalics@gmx.at>
6977
ccee00c0
MR
6978 * window.el (display-buffer-record-window): When WINDOW is the
6979 selected window use `point' instead of `window-point'. (Bug#9626)
6980
b5516bbd
MR
6981 * startup.el (command-line-1): Use insert-before-markers when
6982 inserting initial-scratch-message. (Bug#9605)
ccee00c0 6983
b5516bbd
MR
6984 * help.el (help-window): Remove variable.
6985
52aa0014
GM
69862011-09-29 Glenn Morris <rgm@gnu.org>
6987
6988 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
6989
df9a7357
JB
69902011-09-29 Juanma Barranquero <lekktu@gmail.com>
6991
6992 * descr-text.el (describe-char-categories): Accept category
6993 descriptions more than one line long.
6994
a8406c20
SM
69952011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6996
88d9610c
SM
6997 * simple.el (delete-trailing-whitespace): Fix last change.
6998
a5daf810
SM
6999 * progmodes/perl-mode.el (perl-syntax-propertize-function):
7000 Don't confuse "y => 3" as the beginning of a `y' operation.
7001
a8406c20
SM
7002 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
7003 object has more than 4 slots (bug#9613).
7004
a239d4e9
JB
70052011-09-28 Juanma Barranquero <lekktu@gmail.com>
7006
7007 * subr.el (with-output-to-temp-buffer):
7008 * net/quickurl.el (quickurl, quickurl-browse-url):
7009 Fix typos in docstrings.
7010
693fbdb6
EZ
70112011-09-27 Eli Zaretskii <eliz@gnu.org>
7012
7013 * minibuffer.el (completion-styles)
7014 (completion-category-overrides): Cross reference each other in doc
7015 strings.
7016
8b457e28
GM
70172011-09-27 Glenn Morris <rgm@gnu.org>
7018
7019 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
7020 to split-string. (Bug#9606)
7021
85a16208
LMI
70222011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7023
7024 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
7025 (bug#9615).
7026
502f9ebd
CY
70272011-09-27 Chong Yidong <cyd@stupidchicken.com>
7028
7029 * emacs-lisp/package.el (list-packages): Fix echo area message.
7030
7690bdea
LL
70312011-09-27 Leo Liu <sdl.web@gmail.com>
7032
7033 * ido.el (ido-read-internal): Accept cons cell HIST arg.
7034
e2ee6f30
MA
70352011-09-25 Michael Albinus <michael.albinus@gmx.de>
7036
7037 * net/dbus.el (dbus-unregister-object): Don't release services for
7038 registered signals. (Bug#9581)
7039
f3f98342
TZ
70402011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
7041
7042 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
7043 function that picks between cfengine 2 and 3 support
7044 automatically. Update docs accordingly.
7045
dd7aa8dd
KH
70462011-09-22 Kenichi Handa <handa@m17n.org>
7047
7048 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
7049 ZERO.
7050 (indian-itrans-v5-table-for-tamil): New variable.
7051 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
7052
3f2b07f8
KM
70532011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
7054
7055 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
7056 that's true if the current command involved collapsing of text.
7057 It's reset to false at the beginning of the next command.
7058 (allout-post-command-business): Move the cursor to the beginning
7059 of entry if the cursor is hidden and collapsing activity just
7060 happened.
7061
371d6a61
CY
70622011-09-24 Chong Yidong <cyd@stupidchicken.com>
7063
7064 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
7065 tracking (Bug#9541).
7066
2ac2721a
UJ
70672011-09-24 Ulf Jasper <ulf.jasper@web.de>
7068
7069 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
7070 (newsticker-show-news): Automatically load html rendering package
7071 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
7072 because w3m-fill-column is let-bound" and the error "Symbol's value
7073 as variable is void: w3m-fill-column".
2ac2721a 7074
fac7ae53
MA
70752011-09-24 Michael Albinus <michael.albinus@gmx.de>
7076
7077 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
7078 Release services only if they are defined. (Bug#9581)
7079
e08b633b
RS
70802011-09-23 Richard Stallman <rms@gnu.org>
7081
e488d29c
RS
7082 * textmodes/paragraphs.el (forward-sentence): For backwards case,
7083 distinguish start of paragraph from start of its text.
7084
19c38752
RS
7085 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
7086
e08b633b
RS
7087 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
7088 (rmail-generate-viewer-buffer): Put that hook on view buffer.
7089 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
7090
0a39f27e
AS
70912011-09-23 Andreas Schwab <schwab@linux-m68k.org>
7092
7093 * international/mule-diag.el (mule-diag): Insert a newline after
7094 each fontset description.
7095
db4e950d
SM
70962011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7097
7098 * simple.el (delete-trailing-whitespace):
7099 Document last change; simplify.
7100
eca3f3ea
PW
71012011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
7102
d68e189a
PW
7103 * simple.el (delete-trailing-whitespace): Also delete
7104 extra newlines at the end of the buffer.
7105
eca3f3ea
PW
7106 * textmodes/picture.el: Make motion commands obey shift-select-mode.
7107 (picture-newline): Use forward-line so as to ignore fields.
7108
01c157cc
SM
71092011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7110
7111 * subr.el (with-wrapper-hook): Fix edebug spec.
7112
022de23e
LMI
71132011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7114
7115 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
7116 (bug#4538).
7117
91683089
MA
71182011-09-23 Michael Albinus <michael.albinus@gmx.de>
7119
eca3f3ea
PW
7120 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
7121 Fix nasty bug using wrong cached values.
91683089 7122
5bdd6fa4
AM
71232011-09-23 Alan Mackenzie <acm@muc.de>
7124
7125 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
7126
97adfb97
CY
71272011-09-23 Chong Yidong <cyd@stupidchicken.com>
7128
7129 * window.el (pop-to-buffer): Ensure right window is selected if we
7130 chose another frame.
7131
d4ef2b50
EZ
71322011-09-22 Eli Zaretskii <eliz@gnu.org>
7133
7134 * simple.el (what-cursor-position): Use get-char-property-change
7135 and next-single-char-property-change, to be able to show display
7136 properties that come from overlays as well as text properties.
7137
72258fe5
CY
71382011-09-22 Chong Yidong <cyd@stupidchicken.com>
7139
7140 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
7141
7142 * cmuscheme.el (run-scheme, switch-to-scheme):
7143 * cus-edit.el (customize-group, custom-buffer-create)
7144 (customize-browse):
7145 * info.el (info):
7146 * shell.el (shell):
7147 * mail/sendmail.el (mail):
7148 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
7149
8f098516
RS
71502011-09-22 Richard Stallman <rms@gnu.org>
7151
7152 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
7153 move back only to line beg, don't move back over blank lines.
7154
e74f1bb6
MA
71552011-09-22 Michael Albinus <michael.albinus@gmx.de>
7156
7157 * files.el (copy-directory): Set directory attributes only in case
7158 they could be retrieved from the source directory. (Bug#9565)
7159
bfeef8b6
DK
71602011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
7161
7162 * progmodes/hideshow.el (hs-looking-at-block-start-p)
7163 (hs-find-block-beginning, hs-hide-level-recursive):
7164 Ignore strings as well as comments. (Bug#9502)
7165
7e423bb8
AS
71662011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
7167
7168 * progmodes/sql.el (sql-comint-postgres):
7169 Convert port number to a string. (Bug#9566)
7170
b4d72fcf
MR
71712011-09-22 Martin Rudalics <rudalics@gmx.at>
7172
7173 * window.el (quit-window): Undedicate window when switching to
7174 previous buffer. Reported by Thierry Volpiatto
7175 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
7176 (special-display-popup-frame): When popping up a new frame reset
7177 its previous buffers to nil. Simplify code.
b4d72fcf 7178
a7b88dc6
MA
71792011-09-21 Michael Albinus <michael.albinus@gmx.de>
7180
7181 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
7182 and process filter, as done also in `shell-command'.
7183
cf4eacfd
MR
71842011-09-21 Martin Rudalics <rudalics@gmx.at>
7185
eca3f3ea 7186 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
7187 Call set-window-start with NOFORCE argument t.
7188 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
7189 (quit-window): Reword doc-string. Handle new format of
7190 quit-restore parameter. Don't delete window if it has a
7191 previous buffer we can show instead of the present one.
7192 (display-buffer-record-window): Rewrite using a new format for
7193 the quit-restore window parameter
7194 (special-display-popup-frame, display-buffer-same-window)
7195 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7196 (display-buffer-pop-up-window, display-buffer-use-some-window):
7197 Adapt symbol passed to display-buffer-record-window.
7198 * help.el (help-window-setup): Handle new format of quit-restore
7199 parameter.
7200
8d28cb95
SM
72012011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7202
94ab793f
SM
7203 * faces.el (face-list): Fix docstring (bug#9564).
7204
8d28cb95
SM
7205 * window.el (display-buffer--action-function-custom-type):
7206 Don't include internal functions in the Custom interface.
7207
3820edeb
JL
72082011-09-20 Juri Linkov <juri@jurta.org>
7209
7210 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
7211 (Info-forward-node, Info-backward-node, Info-next-preorder)
7212 (Info-last-preorder): Use it. (Bug#9528)
7213
5147931d
JL
72142011-09-20 Juri Linkov <juri@jurta.org>
7215
7216 * info.el (Info-last-preorder): Visit last menu item only when
7217 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
7218
cf499a1a
JD
72192011-09-20 Julien Danjou <julien@danjou.info>
7220
7221 * password-cache.el (password-cache-remove): Remove entries even if the
7222 value is nil, so that password with a nil value (negative caching) is
7223 possible to invalidate.
7224
f84e2fe2
LM
72252011-09-20 Lawrence Mitchell <wence@gmx.li>
7226
7227 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
7228 all whitespace around breakpoint. (Bug#9553)
7229 (f90-find-breakpoint): Only break at whitespace inside a comment.
7230
78054a46
SM
72312011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7232
7233 * minibuffer.el (completion-file-name-table): Keep track of errors.
7234 (completion-table-with-predicate): Handle the case where pred1 is nil.
7235 * pcomplete.el (pcomplete-completions-at-point): Simplify.
7236
345083b2
SM
72372011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7238
e24e27be
SM
7239 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
7240 (debugger-return-value): Signal an error if the debugging context does
7241 not await any return value.
7242
345083b2
SM
7243 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
7244 * image-mode.el (image-toggle-display-text)
7245 (image-toggle-display-image): Stay away from evil `intangible'.
7246
08d355e3
LL
72472011-09-19 Leo Liu <sdl.web@gmail.com>
7248
7249 * replace.el (occur-revert-arguments): Make it permanent-local.
7250 (occur-mode): Don't call font-lock-defontify.
7251
f01da43f
CY
72522011-09-19 Chong Yidong <cyd@stupidchicken.com>
7253
7254 * net/ldap.el (ldap-search-internal): Don't push empty search
7255 result (Bug#9508).
7256
b6072fa6
SM
72572011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7258
7259 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
7260
443d6696
MA
72612011-09-19 Michael Albinus <michael.albinus@gmx.de>
7262
7263 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
7264 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
7265
7cc6e154
JL
72662011-09-18 Juri Linkov <juri@jurta.org>
7267
7268 * buff-menu.el (Buffer-menu-mode-map):
7269 * dired.el (dired-mode-map):
7270 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
7271 (lisp-interaction-mode-map):
7272 * emacs-lisp/package.el (package-menu-mode-map):
7273 * epa.el (epa-key-list-mode-map):
7274 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
7275 (menu-bar-options-menu):
7276 * outline.el (outline-mode-menu-bar-map):
7277 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
7278 * vc/vc-dir.el (vc-dir-menu-map):
7279 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
7280 Capitalize non-function content words in menu item strings.
7281
7282 * dired.el (dired-mode-map): Add menu item for
7283 `image-dired-dired-toggle-marked-thumbs'.
7284
80302a81
JL
72852011-09-18 Juri Linkov <juri@jurta.org>
7286
7287 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
7288 to `isearch-case-fold-search' and restore its original value
7289 after the `isearch-mode' call.
7290
46c5cf66
JL
72912011-09-18 Juri Linkov <juri@jurta.org>
7292
7293 * progmodes/grep.el (grep-process-setup): Don't check code for 1
7294 because `zgrep' returns 1 for successful matches (bug#9226).
7295
d18b513b
JL
72962011-09-18 Juri Linkov <juri@jurta.org>
7297
7298 * info.el (Info-extract-menu-node-name): Check the second match
7299 for empty string (second test-case of bug#9528).
7300 (Info-last-preorder): Let-bind `Info-history' to nil to not add
7301 intermediate nodes to the history (first test-case of bug#9528).
7302
72753f87
JL
73032011-09-18 Juri Linkov <juri@jurta.org>
7304
7305 * info.el (Info-mode-syntax-table): New variable.
1154d12e 7306 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 7307
c9384295
JL
73082011-09-18 Juri Linkov <juri@jurta.org>
7309
1154d12e
JB
7310 * info.el (Info-file-supports-index-cookies):
7311 Increment line-beginning-position's arg from 3 to 4 because makeinfo
7312 outputs one more line for long file names (bug#4142).
c9384295 7313
d473dce8
CY
73142011-09-18 Chong Yidong <cyd@stupidchicken.com>
7315
7316 * newcomment.el (comment-normalize-vars): If prompting for
7317 comment-start, set comment-start-skip too (Bug#8424).
7318
2176854d
JB
73192011-09-18 Johan Bockgård <bojohan@gnu.org>
7320
7321 * icomplete.el: Fix previous fix of Bug#5849.
7322 (icomplete-mode): Don't set completion-show-inline-help.
7323 (icomplete-minibuffer-setup): Set completion-show-inline-help
7324 locally during icompletion.
7325
3aace4e4
CY
73262011-09-18 Chong Yidong <cyd@stupidchicken.com>
7327
c940224f
CY
7328 * woman.el (woman2-process-escapes): Don't delete unrecognized
7329 escapes (Bug#7843).
7330
3aace4e4
CY
7331 * files.el (inhibit-first-line-modes-regexps): Add image files.
7332 (hack-local-variables-prop-line): Return nil for malformed
7333 prop-lines (Bug#9044).
7334
710dec63
MA
73352011-09-18 Michael Albinus <michael.albinus@gmx.de>
7336
7337 * net/tramp.el (top): Don't require 'shell.
7338 (tramp-methods): Fix docstring.
7339 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
7340 Return complete remote file name. Handle "smb" case.
7341 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
7342 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
7343
7344 * net/tramp-compat.el (top): Require 'shell.
7345
7346 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
7347 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
7348 `tramp-current-host'.
7349 (tramp-get-remote-tmpdir): Remove.
7350
7351 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
7352 `tramp-tmpdir' entries.
7353 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
7354 (tramp-smb-handle-file-attributes): Ignore errors.
7355 (tramp-smb-wait-for-output): Check also for process end.
7356
5d5ac8ec
LMI
73572011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7358
7359 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
7360 when sending QUIT (bug#9312).
7361
8c0f49f0
CY
73622011-09-17 Chong Yidong <cyd@stupidchicken.com>
7363
7364 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
7365 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
7366 occur-mode-display-occurrence.
7367 (occur-edit-mode): Add usage message.
7368 (occur-cease-edit): New command.
7369 (occur-after-change-function): Use text properties to find the
7370 position of the prefix text.
7371 (occur-engine): Set stickiness of prefix text properties.
7372
8f1383f7
GM
73732011-09-17 Glenn Morris <rgm@gnu.org>
7374
7375 * progmodes/etags.el (complete-tag):
7376 Fix call to completion-in-region. (Bug#9526)
7377
744ba0e3
JL
73782011-09-17 Juri Linkov <juri@jurta.org>
7379
7380 * textmodes/ispell.el (ispell-word): Add to the error message
7381 the word, ispell program name and current dictionary (bug#9121).
7382 (ispell-tex-arg-end): Capitalize "error" in the error message.
7383
d9bbf400
AS
73842011-09-17 Andreas Schwab <schwab@linux-m68k.org>
7385
7386 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
7387 check. (Bug#4251)
7388
8da11505
JL
73892011-09-17 Juri Linkov <juri@jurta.org>
7390
7391 * window.el (window-safe-min-height, window-safe-min-width):
7392 Fix typos (followup to bug#9522).
7393
a91adc7e
SJ
73942011-09-17 Sven Joachim <svenjoac@gmx.de>
7395
7396 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
7397
064f328a
EZ
73982011-09-16 Eli Zaretskii <eliz@gnu.org>
7399
7400 * simple.el (line-move): If goal-column is set, move by logical
7401 lines, not by display lines. (Bug#971)
7402 (next-line, previous-line, goal-column, line-move-visual): Doc fix
7403 to reflect the above change.
7404
e69df516
SM
74052011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7406
7407 * image.el (imagemagick-register-types): Use regexp-opt.
7408
cbb0f9ab
CY
74092011-09-15 Chong Yidong <cyd@stupidchicken.com>
7410
7411 * window.el (display-buffer-base-action): Rename from
7412 display-buffer-default-action. Make default value empty.
7413 (display-buffer-overriding-action): Convert to defvar.
7414 (display-buffer-fallback-action): New var.
7415
25322144
CY
74162011-09-15 Chong Yidong <cyd@stupidchicken.com>
7417
7418 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
7419 declaration.
7420 (package--add-to-archive-contents): If there is a duplicate entry
7421 with an older version, remove it.
7422 (package-menu-mark-delete, package-menu-mark-install)
7423 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
7424 (package-menu-mark-obsolete-for-deletion):
7425 Use package-menu-get-status instead of a regexp search.
25322144
CY
7426 (package-menu-get-status): Use tabulated-list-entry.
7427 (package-menu-mark-upgrades): New command.
d770725a 7428 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
7429 (package-menu-execute): Do installation before deletion.
7430 (package-menu-refresh, package-menu-execute): Use derived-mode-p
7431 instead of checking major-mode.
7432 (package-menu--find-upgrades): New function.
7433
7520339c
LMI
74342011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7435
7436 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
7437 passwords in the log buffer.
65a046c4
LMI
7438 (smtpmail-process-filter): Update the process marker so that the
7439 "broken by peer" status message is inserted in the right place.
7520339c 7440
d3c30954
SM
74412011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7442
3fe48822
SM
7443 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
7444 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
7445 bibtex-completion-at-point-function.
7446 (bibtex-completion-at-point-function): Use them.
7447
1b8b3954
SM
7448 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
7449
d3c30954
SM
7450 * mpc.el (mpc-constraints-tag-lookup): New function.
7451 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
7452 also to browser "album|playlist".
7453
72779976
JL
74542011-09-14 Juri Linkov <juri@jurta.org>
7455
7456 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
7457 (isearch-edit-string): Use length of `isearch-string' when
7458 `isearch-fail-pos' returns nil.
7459 (isearch-message): Remove duplicate code and call
7460 `isearch-fail-pos' with arg `t'.
7461
a0bf2bcd
CY
74622011-09-14 Chong Yidong <cyd@stupidchicken.com>
7463
17bb0a2d
CY
7464 * replace.el (occur-mode-goto-occurrence): Don't force using other
7465 window (Bug#9499).
7466
a0bf2bcd
CY
7467 * dired-aux.el (dired-do-chmod): Don't provide initial input.
7468
f678e0b6
MR
74692011-09-14 Martin Rudalics <rudalics@gmx.at>
7470
7471 * window.el (display-buffer-window): Remove.
7472 (display-buffer-record-window): Use help-setup window parameter
7473 instead of variable display-buffer-window.
7474 (display-buffer-function, special-display-buffer-names)
7475 (special-display-function): Mention help-setup parameter instead
7476 of display-buffer-window in doc-string.
d3c30954
SM
7477 * help.el (help-window-setup): New argument help-window.
7478 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
7479 Reword some messages.
7480 (with-help-window): Pass window used for displaying the buffer
7481 to help-window-setup. Don't set display-buffer-window.
7482
8e39b2e8
GM
74832011-09-13 Glenn Morris <rgm@gnu.org>
7484
7485 * emacs-lisp/debug.el (debugger-make-xrefs):
7486 Preserve point. (Bug#9462)
7487
85e9c04b
CY
74882011-09-13 Chong Yidong <cyd@stupidchicken.com>
7489
7490 * window.el (window-deletable-p): Use next-frame.
7491
1b36ed6a
MR
74922011-09-13 Martin Rudalics <rudalics@gmx.at>
7493
7494 * window.el (window-auto-delete): Remove.
7495 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 7496 dedication and previous buffers.
1b36ed6a
MR
7497 (switch-to-prev-buffer): Don't delete window.
7498 (delete-windows-on): Delete a window's frame if and only if the
7499 window is dedicated.
7500 (replace-buffer-in-windows): Delete buffer's window or frame if
7501 and only if window is dedicated.
7502 (quit-window): Handle quit-restore as before last change.
4d61f28d 7503 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 7504
ef8ef9fb
CY
75052011-09-13 Chong Yidong <cyd@stupidchicken.com>
7506
7507 * window.el (window-deletable-p): Never delete the last frame on a
7508 given terminal.
7509
b2cba41e
GM
75102011-09-13 Glenn Morris <rgm@gnu.org>
7511
7512 * help.el (describe-key-briefly): Copy previous standard-output change.
7513
51553db6 75142011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
7515
7516 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
7517
b7556719
GM
75182011-09-13 Glenn Morris <rgm@gnu.org>
7519
7520 * emacs-lisp/lisp-mode.el (lisp-indent-function):
7521 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
7522
64b51947
CY
75232011-09-12 Chong Yidong <cyd@stupidchicken.com>
7524
7525 * dired-aux.el (dired-mark-read-string): Don't return default
7526 value on empty input (Bug#9361).
7527 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
7528 Omit initial minibuffer contents.
7529 (dired-do-chmod): Signal an error on empty input.
7530 (dired-mark-read-string): Don't return default on empty input.
7531
7532 * files.el (file-modes-symbolic-to-number): Doc fix.
7533
393a301e
SM
75342011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7535
7536 * international/mule-cmds.el (ucs-completions): Remove.
7537 (read-char-by-name): Use complete-with-action instead; add metadata.
7538
fa5660f9
CY
75392011-09-11 Chong Yidong <cyd@stupidchicken.com>
7540
7541 * window.el (display-buffer--action-function-custom-type)
7542 (display-buffer--action-custom-type): New vars.
7543 (display-buffer-alist, display-buffer-default-action)
7544 (display-buffer-overriding-action): Add defcustom types.
7545
4a592f66
CY
7546 * frame.el (delete-other-frames): Doc fix (Bug#276).
7547
73d56dbd
LMI
75482011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7549
7550 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
7551
37ac18a3
CY
75522011-09-11 Chong Yidong <cyd@stupidchicken.com>
7553
7554 Change modes that used same-window-* vars to use switch-to-buffer.
7555
7556 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
7557 Use switch-to-buffer.
7558
7559 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
7560 (customize-browse, custom-buffer-create-other-window):
7561 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
7562
7563 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
7564 (Info-prev, Info-up, Info-speedbar-goto-node)
7565 (info-display-manual): Use switch-to-buffer.
7566 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
7567
7568 * mail/sendmail.el (mail): Use switch-to-buffer.
7569 (mail-recover): Use switch-to-buffer-other-window.
7570
7571 * cmuscheme.el (run-scheme, switch-to-scheme):
7572 * ielm.el (ielm):
7573 * shell.el (shell):
7574 * net/rlogin.el (rlogin):
7575 * net/telnet.el (telnet, rsh):
7576 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
7577
10195bd6
AS
75782011-09-11 Andreas Schwab <schwab@linux-m68k.org>
7579
7580 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
7581
b322f63a
LMI
75822011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7583
39d7fed6
LMI
7584 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
7585 so don't mention it (bug#9301).
ba5a81f1 7586 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 7587
ee0e9f11
LMI
7588 * faces.el (face-spec-set-match-display): Make `(type graphic)'
7589 match `x', `w32' and `ns', like the manual says (bug#9029).
7590
0b1c89c1 7591 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
7592 (process-kill-buffer-query-function): Mention the buffer name in
7593 the query.
0b1c89c1 7594
77549ea8
LMI
7595 * image-mode.el (image-next-line): The line parameter is mandatory
7596 (bug#9258).
7597
803ef892
LMI
7598 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
7599 which can be useful (bug#9301).
7600
12980837
LMI
7601 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
7602
91054f8f
LMI
7603 * subr.el (match-string): Mention that the current buffer should
7604 be the same as the search was done in (bug#9282).
7605
b322f63a
LMI
7606 * facemenu.el: Disable the remove-* commands if the mark isn't
7607 active (bug#9162).
7608
3199b96f
CY
76092011-09-10 Chong Yidong <cyd@stupidchicken.com>
7610
7611 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
7612 of display-buffer.
7613 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
7614
7615 * replace.el (occur-mode-goto-occurrence)
7616 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
7617 and display-buffer.
7618
7619 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
7620 display-buffer.
7621
7622 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
7623 special-display and same-window variables.
7624 (mail-other-window): Use switch-to-buffer-other-window.
7625 (mail-other-frame): USe switch-to-buffer-other-frame.
7626
393a301e
SM
7627 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
7628 Use display-buffer-other-frame.
3199b96f
CY
7629 (gdb-display-gdb-buffer): Use pop-to-buffer.
7630
7631 * progmodes/gud.el (gud-goto-info): Use info-other-window.
7632
7633 * progmodes/python.el: Don't set same-window-buffer-names.
7634
7635 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
7636
7637 * window.el (display-buffer-alist): Add *Python*.
7638
8319e0bf
CY
76392011-09-10 Chong Yidong <cyd@stupidchicken.com>
7640
7641 * window.el (display-buffer-alist): Add entry for buffers
7642 previously handled same-window-*.
7643 (display-buffer-alist, display-buffer-default-action)
7644 (display-buffer-overriding-action): Mark as risky.
7645 (display-buffer-alist): Document action function changes.
7646 (display-buffer--same-window-action)
7647 (display-buffer--other-frame-action): New variables.
7648 (switch-to-buffer, display-buffer-other-frame): Use them.
7649 (display-buffer): Rename reuse-frame entry to reusable-frames.
7650 (display-buffer-reuse-selected-window): Function deleted.
7651 (display-buffer-reuse-window): Handle reusable-frames alist entry.
7652 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
7653 (display-buffer-special): New function.
7654 (display-buffer--maybe-pop-up-frame-or-window): Rename from
7655 display-buffer-reuse-or-pop-window. Split off special-display
7656 part into display-buffer-special.
7657 (display-buffer-use-some-window): Don't perform any special
7658 pop-up-frames handling.
7659 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 7660 (display-buffer--maybe-same-window): Rename from
0d3ff375 7661 display-buffer-maybe-same-window.
8319e0bf 7662
919a69aa
CY
7663 * info.el: Don't set same-window-regexps.
7664 (info-setup): New function.
7665 (info-other-window, info): Call it.
7666
7667 * cus-edit.el: Don't set same-window-regexps.
7668 (customize-group): New argument.
7669 (customize-group-other-window): Use it.
7670 (customize-face, customize-face-other-window): Likewise.
7671 (custom-buffer-create-other-window): Use pop-to-buffer directly.
7672
8319e0bf
CY
7673 * net/rlogin.el:
7674 * net/telnet.el:
7675 * progmodes/gud.el: Don't set same-window-regexps.
7676
7677 * cmuscheme.el:
7678 * ielm.el:
7679 * shell.el:
7680 * mail/sendmail.el:
7681 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
7682
25173000
JL
76832011-09-10 Juri Linkov <juri@jurta.org>
7684
7685 * isearch.el (isearch-edit-string): Remove obsolete mention of
7686 `C-w' (`isearch-yank-word-or-char') from docstring.
7687 (isearch-query-replace): Fix typo in docstring (bug#9466).
7688
056e44ef
JL
76892011-09-10 Juri Linkov <juri@jurta.org>
7690
7691 * paren.el (show-paren-function): Don't show escaped parens.
7692 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
7693
c3760c17
EZ
76942011-09-10 Eli Zaretskii <eliz@gnu.org>
7695
7696 * mail/sendmail.el (mml-to-mime, mml-attach-file)
7697 (mm-default-file-encoding): Remove autoload forms, they are
7698 replaced with autoload cookies in mml.el and mm-encode.el.
7699 (mail-add-attachment): New command.
7700 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
7701 (mail-mode): Mention mail-insert-file and mail-add-attachment in
7702 the doc string.
7703 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
7704
fece895e
RT
77052011-09-10 Reuben Thomas <rrt@sc3d.org>
7706
e69df516
SM
7707 * simple.el (count-words-region): Use buffer if there's no region
7708 (bug#9429).
fece895e 7709
5e68ce4a
JL
77102011-09-09 Juri Linkov <juri@jurta.org>
7711
7712 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
7713 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
7714 (wdired-isearch-filter-read-only): New function. (Bug#6362)
7715
0a6b9622
AM
77162011-09-09 Alan Mackenzie <acm@muc.de>
7717
7718 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
7719 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
7720
14a29deb
EZ
77212011-09-09 Eli Zaretskii <eliz@gnu.org>
7722
7723 Fix for Savannah bug#9392.
7724 * simple.el (mail-encode-mml): New defvar.
7725
7726 * mail/rmail.el (mail-encode-mml): Add a defvar.
7727 (rmail-enable-mime-composing): Default to t.
7728 (rmail-forward): Use MIME method of forwarding only if both
7729 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
7730 Set mail-encode-mml non-nil if the MIME method was used.
7731
7732 * mail/sendmail.el (mml-to-mime): Add autoload form.
7733 (mail-encode-mml): Add a defvar.
7734 (mail-mode): Make mail-encode-mml buffer-local and initialize it
7735 to nil.
7736 (mail-send): If mail-encode-mml is non-nil, run the outgoing
7737 message through mml-to-mime, and reset mail-encode-mml to nil.
7738
28c45130
GM
77392011-09-09 Glenn Morris <rgm@gnu.org>
7740
7741 * woman.el (woman-if-body): When processing an .el block,
7742 do not delete the next .el block as well. (Bug#9447)
69f4b618 7743 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 7744
9b1c252e
MR
77452011-09-08 Martin Rudalics <rudalics@gmx.at>
7746
7747 * window.el (window-deletable-p): Make sure window is live before
7748 invoking window-prev-buffers.
7749
567457e3
LL
77502011-09-08 Leo Liu <sdl.web@gmail.com>
7751
7752 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
7753
97f05794
JL
77542011-09-08 Juri Linkov <juri@jurta.org>
7755
7756 * progmodes/compile.el (compilation-environment): Make it
7757 a defcustom (bug#8340).
7758
8b0874b5
MR
77592011-09-08 Martin Rudalics <rudalics@gmx.at>
7760
7761 * window.el (frame-auto-delete): Rename to window-auto-delete.
7762 Make it control auto-deletion of windows and/or frames.
7763 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 7764 for deleting window/frame. (Bug#9419)
8b0874b5
MR
7765 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
7766 Rewrite handling of case when window/frame can be deleted.
7767 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 7768 argument t. (Bug#9456)
8b0874b5 7769
4feb6e73
CY
77702011-09-07 Chong Yidong <cyd@stupidchicken.com>
7771
7772 * help-mode.el (help-mode): Restore autoload.
7773
91ab9c13
JL
77742011-09-07 Juri Linkov <juri@jurta.org>
7775
7776 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
7777 `compilation-environment'. Set buffer-local
7778 `compilation-environment' to `thisenv' later after (funcall mode).
7779 (Bug#8340)
7780
7781 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
7782 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
7783 instead of replacing its value. (Bug#8340)
7784
0527e251
JL
77852011-09-07 Juri Linkov <juri@jurta.org>
7786
7787 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
7788 based on text properties put by `grep-filter' instead of matching
7789 escape sequences.
7790 (grep-mode): Set buffer-local `compilation-error-screen-columns'
7791 to the value of `grep-error-screen-columns' (bug#9438).
7792
249f792c
JL
77932011-09-07 Juri Linkov <juri@jurta.org>
7794
7795 * simple.el (next-error-highlight, next-error-highlight-no-select):
7796 Doc fix (bug#9432).
7797
ff7271b9
OT
77982011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
7799
7800 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7801 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
7802
183fc730
LL
78032011-09-07 Leo Liu <sdl.web@gmail.com>
7804
7805 * net/rcirc.el (rcirc-mode): Conditionally initialize
7806 rcirc-input-ring.
7807
77694924
SM
78082011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7809
7810 * emacs-lisp/find-func.el (find-function-C-source): Only set
7811 find-function-C-source-directory after checking that we found a source
7812 file there (bug#9440).
7813
d809b8eb
AM
78142011-09-06 Alan Mackenzie <acm@muc.de>
7815
7816 * isearch.el (isearch-other-meta-char): Wherever a key list is
7817 unread, "unread" the prefix arg, too. This fixes bug #8901.
7818
453de99f
OG
78192011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
7820
7821 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
7822
90439906
JL
78232011-09-05 Juri Linkov <juri@jurta.org>
7824
7825 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
7826
f62bd846
JL
78272011-09-05 Juri Linkov <juri@jurta.org>
7828
7829 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
7830 keeping point where processing of grep matches begins, and
7831 continue to delete remaining escape sequences from the same point.
7832 (grep-filter): Make leading zero optional in "0?1;31m" because
7833 git-grep emits "\033[1;31m" escape sequences unlike expected
7834 "\033[01;31m" as GNU Grep does (bug#9408).
7835 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
7836
045820ec
JL
78372011-09-05 Juri Linkov <juri@jurta.org>
7838
7839 * subr.el (y-or-n-p): Capitalize "yes".
7840
f5e29b9b
MA
78412011-09-04 Michael Albinus <michael.albinus@gmx.de>
7842
7843 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
7844 `tramp-cache-unload-hook' where appropriate.
7845 (tramp-methods): Rename `tramp-remote-sh' to
7846 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
7847 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
7848
7849 * net/tramp-sh.el (top): Don't require 'shell.
7850 (tramp-methods): Add `tramp-remote-shell' and
7851 `tramp-remote-shell-args' entries.
7852 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
7853 (tramp-sh-handle-shell-command): Remove.
7854 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7855 Use `tramp-remote-shell'.
7856
2784c434
CY
78572011-09-03 Chong Yidong <cyd@stupidchicken.com>
7858
393a301e 7859 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
7860 (sendmail-query-once): Save directly to send-mail-function.
7861 Update message-send-mail-function too.
7862
7863 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
7864
464cdf56
CS
78652011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
7866
7867 * progmodes/python.el (python-mode-map): Use correct function to
7868 start python interpreter from menu-bar (as reported by Geert
7869 Kloosterman).
7870 (inferior-python-mode-map): Fix typo.
393a301e 7871 (python-shell-map): Remove.
464cdf56 7872
d37e5c87
DD
78732011-09-03 Deniz Dogan <deniz@dogan.se>
7874
7875 * net/rcirc.el (rcirc-print): Simplify code for
7876 rcirc-scroll-show-maximum-output. There is no need to walk
7877 through all windows to find the right one.
7878
f3ada0ee
CS
78792011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
7880
7881 * help.el (help-return-method): Doc fix.
7882
1f3c99ca
MR
78832011-09-03 Martin Rudalics <rudalics@gmx.at>
7884
7885 * window.el (window-deletable-p): Don't return a non-nil value
7886 when there's a buffer that was shown in the window before.
7887 (Bug#9419)
393a301e
SM
7888 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7889 Set window's previous buffers to nil.
1f3c99ca 7890
a3cf097f
EZ
78912011-09-03 Eli Zaretskii <eliz@gnu.org>
7892
7893 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
7894 newline before and after the tag line, so it doesn't interfere
7895 with determining the paragraph direction of bidirectional text.
7896
3d03de90
LL
78972011-09-03 Leo Liu <sdl.web@gmail.com>
7898
7899 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
7900
c3313451
CY
79012011-09-02 Chong Yidong <cyd@stupidchicken.com>
7902
393a301e 7903 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
7904 (pop-to-buffer): Change interactive spec. Pass second argument
7905 directly to display-buffer.
7906 (display-buffer): Fix interactive spec. Use functionp to
7907 distinguish between a function and a list of functions.
7908
7909 * abbrev.el (edit-abbrevs):
7910 * arc-mode.el (archive-extract):
7911 * autoinsert.el (auto-insert):
7912 * bookmark.el (bookmark-bmenu-list):
7913 * files.el (find-file):
7914 * view.el (view-buffer):
7915 * progmodes/compile.el (compilation-goto-locus):
7916 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
7917
89894cd8
CY
79182011-09-02 Chong Yidong <cyd@stupidchicken.com>
7919
7920 * window.el (display-buffer-alist): Doc fix.
7921 (display-buffer): Add docstring. Don't treat
7922 display-buffer-default specially.
7923 (display-buffer-reuse-selected-window)
7924 (display-buffer-same-window, display-buffer-maybe-same-window)
7925 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7926 (display-buffer-pop-up-window)
7927 (display-buffer-reuse-or-pop-window)
7928 (display-buffer-use-some-window): New functions.
7929 (display-buffer-default-action): Use them.
393a301e 7930 (display-buffer-default): Delete.
89894cd8
CY
7931 (pop-to-buffer-1): Fix choice of actions.
7932
ae0bc9fb
SM
79332011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7934
7935 * minibuffer.el (completion--insert-strings): Don't get confused by
7936 completion entries that end with an LF char.
7937
e9d90883
EZ
79382011-09-01 Eli Zaretskii <eliz@gnu.org>
7939
7940 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
7941
437014c8
CY
79422011-09-01 Chong Yidong <cyd@stupidchicken.com>
7943
7944 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
7945 (display-buffer-same-window, display-buffer-other-window):
7946 New functions.
437014c8
CY
7947 (pop-to-buffer-1): New function. Use the above.
7948 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 7949 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
7950
7951 * view.el (view-buffer-other-window, view-buffer-other-frame):
7952 Just use pop-to-buffer.
7953
a5e063d5
TV
79542011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7955
7956 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
7957
793d32bb
WH
79582011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
7959
7960 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
7961
d65e4c15
RS
79622011-08-31 Richard Stallman <rms@gnu.org>
7963
7964 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
7965 of the separation of rmail-view-buffer from rmail-buffer.
7966 If you say no to "replace original", the decrypt is in the
7967 view buffer. If you say yes, the decrypt goes into the
7968 rmail buffer also.
7969
f818cd2a
MR
79702011-08-31 Martin Rudalics <rudalics@gmx.at>
7971
7972 * window.el (display-buffer-window): Rewrite doc-string.
7973 (display-buffer-record-window): New function.
7974 (display-buffer-macro-specifiers)
7975 (display-buffer-even-window-sizes, display-buffer-set-height)
7976 (display-buffer-set-width, display-buffer-in-window)
7977 (display-buffer-reuse-window, display-buffer-split-specifiers)
7978 (display-buffer-side-specifiers, display-buffer-split-window-1)
7979 (display-buffer-split-window, display-buffer-split-atom-window)
7980 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
7981 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
7982 (display-buffer-other-window-means-other-frame)
7983 (display-buffer-normalize-special)
7984 (display-buffer-normalize-default)
7985 (display-buffer-normalize-argument)
7986 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
7987 (display-buffer-normalize-specifiers, display-buffer-frame)
7988 (display-buffer-same-window, display-buffer-same-frame)
7989 (display-buffer-other-window)
7990 (display-buffer-same-frame-other-window)
7991 (display-buffer-other-frame, pop-to-buffer-same-window)
7992 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
7993 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
7994 (switch-to-buffer-same-frame)
7995 (switch-to-buffer-other-window-same-frame)
7996 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
7997 (display-buffer-alist-set-1, display-buffer-alist-set-2)
7998 (display-buffer-alist-set): Remove.
7999 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
8000 (special-display-regexps, special-display-function):
8001 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
8002 parameter.
8003 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
8004 (special-display-frame-alist, special-display-popup-frame)
8005 (same-window-buffer-names, same-window-regexps, same-window-p)
8006 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8007 (split-window-preferred-function, split-height-threshold)
8008 (split-width-threshold, window-splittable-p)
8009 (split-window-sensibly, window--try-to-split-window)
8010 (window--frame-usable-p, even-window-heights)
8011 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
8012 (window--display-buffer-2, display-buffer-other-frame):
8013 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
8014 (display-buffer-default, display-buffer-assq-regexp): New functions.
8015 (display-buffer-alist): Rewrite doc-string.
8016 (display-buffer-default-action)
8017 (display-buffer-overriding-action): New variables.
8018 (display-buffer, switch-to-buffer): Rewrite.
8019 (pop-to-buffer): Restore Emacs 23 behavior but use
8020 window-normalize-buffer-to-display.
8021 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
8022 Restore Emacs 23 behavior but use
8023 window-normalize-buffer-to-switch-to.
8024 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
8025 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
8026 Rewrite using Emacs 23 options.
f818cd2a 8027
5bc3b51d
MA
80282011-08-31 Michael Albinus <michael.albinus@gmx.de>
8029
8030 * net/tramp.el (tramp-root-regexp): Remove.
8031 (tramp-completion-file-name-regexp-unified)
8032 (tramp-completion-file-name-regexp-separate)
8033 (tramp-completion-file-name-regexp-url): Don't use leading volume
8034 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
8035 (tramp-drop-volume-letter): Simplify definition.
8036 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 8037
b1a4f8e1
SM
80382011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8039
8040 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
8041 (bug#9356).
8042
5664fa7b
RT
80432011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
8044
b1a4f8e1 8045 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 8046
9a45d6c3
JL
80472011-08-29 Juri Linkov <juri@jurta.org>
8048
8049 * isearch.el (isearch-done): Don't display message "Mark saved"
8050 when arg `edit' is non-nil to prevent its flicker in the echo area.
8051
fb87e0fb
CY
80522011-08-28 Chong Yidong <cyd@stupidchicken.com>
8053
8054 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
8055 obsolete packages for deletion.
8056
09ac1c2a
CS
80572011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
8058
8059 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 8060 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
8061 view-mode from help-mode.
8062 (help-xref-override-view-map): Remove.
8063 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
8064 view-mode is not used anymore.
8065
7a1ff57f
CY
80662011-08-28 Chong Yidong <cyd@stupidchicken.com>
8067
8068 * server.el (server-port): Doc fix.
8069
b9696605
CY
8070 * cus-theme.el (custom-theme-choose-mode): Inherit from
8071 special-mode (Bug#9124).
8072 (custom-theme-choose-mode-map): Add special-mode to parent.
8073
ef8cdf8c
AM
80742011-08-28 Alan Mackenzie <acm@muc.de>
8075
8076 * progmodes/cc-fonts.el
8077 (c-make-font-lock-BO-decl-search-function): New function.
8078 (c-basic-matchers-after - "Fontify the clauses after various
8079 keywords"): Extract the three keyword lists for the 3 erroneous
8080 constructs from the list of four, and use the new function above
8081 in place of an old one.
8082
27de4e20
DD
80832011-08-28 Deniz Dogan <deniz@dogan.se>
8084
8085 * net/rcirc.el (rcirc-insert-prev-input)
8086 (rcirc-insert-next-input): Remove unused argument.
8087
356a3681
SM
80882011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8089
8090 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
8091
3fc9b218
AM
80922011-08-27 Alan Mackenzie <acm@muc.de>
8093
8094 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
8095 handle function pointer parameters properly.
8096
538a061c
MR
80972011-08-27 Martin Rudalics <rudalics@gmx.at>
8098
8099 * window.el (display-buffer-reuse-window): Fix case where
8100 selected window was reused with non-nil OTHER-WINDOW argument.
8101 (Bug#9381)
8102
35b1c40c
DD
81032011-08-27 Deniz Dogan <deniz@dogan.se>
8104
8105 * net/rcirc.el (rcirc-check-auth-status): Adding support for
8106 oftc's NickServ messages.
8107
2f6a3e79
GM
81082011-08-27 Glenn Morris <rgm@gnu.org>
8109
8110 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
8111
7254299e
CY
81122011-08-26 Chong Yidong <cyd@stupidchicken.com>
8113
8114 * emacs-lisp/package.el (package-install): Call package-initialize
8115 if called interactively.
8116
f8ccf167
LL
81172011-08-26 Leo Liu <sdl.web@gmail.com>
8118
8119 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
8120
3e8cd5ce
JL
81212011-08-25 Juri Linkov <juri@jurta.org>
8122
8123 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
8124 `search-whitespace-regexp' (bug#9364).
8125
93eb7113
JL
81262011-08-25 Juri Linkov <juri@jurta.org>
8127
8128 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
8129 `regexp-search-ring' to their global values to protect from
8130 updating by `read-from-minibuffer' (bug#9185).
8131
f65d1611
JL
81322011-08-25 Juri Linkov <juri@jurta.org>
8133
8134 * textmodes/ispell.el (ispell-command-loop): Add newline
8135 at the end of the "Use option `i'..." line.
8136
f1cf7a31
JL
81372011-08-25 Juri Linkov <juri@jurta.org>
8138
8139 * battery.el (display-battery-mode): If `battery-status-function'
8140 or `battery-mode-line-format' is nil, display the message and set
8141 `display-battery-mode' to nil (bug#9363).
8142
0c95fcf7
EZ
81432011-08-25 Eli Zaretskii <eliz@gnu.org>
8144
8145 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
8146 bidi-string-mark-left-to-right; they are unnecessary now.
8147
a2ebe600
DD
81482011-08-25 Deniz Dogan <deniz@dogan.se>
8149
8150 * net/quickurl.el: Documentation typo fixes.
8151
e4ed06f1
CY
81522011-08-25 Chong Yidong <cyd@stupidchicken.com>
8153
8154 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
8155
e5f1c99e
GM
81562011-08-25 Glenn Morris <rgm@gnu.org>
8157
b2948976
GM
8158 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
8159
e5f1c99e
GM
8160 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
8161 (smtpmail-via-smtp): Handle nil response from smtp.
8162
f22f4808
JL
81632011-08-24 Juri Linkov <juri@jurta.org>
8164
8165 * proced.el (proced-marked): Inherit from `error' instead of
8166 `font-lock-warning-face'.
8167
8168 * ibuffer.el (ibuffer-marked-face): Change default face from
8169 `font-lock-warning-face' to `warning'.
8170 (ibuffer-deletion-face): Change default face from
8171 `font-lock-type-face' to `error'.
8172
8173 * battery.el (battery-update): Use the face `error' instead of
8174 `font-lock-warning-face' (bug#6117).
8175
6a93965e
JL
81762011-08-24 Juri Linkov <juri@jurta.org>
8177
8178 * faces.el (success): Change face color from "Green3" to
8179 "ForestGreen" on light background (bug#9353).
8180
1ed43b09
CY
81812011-08-24 Chong Yidong <cyd@stupidchicken.com>
8182
5664fa7b
RT
8183 * window.el (quit-window): Rename from quit-restore-window.
8184 Use same arglist as old quit-window.
1ed43b09
CY
8185 (frame-auto-delete): Doc fix.
8186
8187 * view.el (view-mode-exit): Use quit-window.
8188
11dcdbb2
JL
81892011-08-24 Juri Linkov <juri@jurta.org>
8190
8191 * isearch.el (isearch-ring-adjust1): Start visiting previous
8192 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
8193 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
8194 for empty search string (when the last search string is reused
8195 automatically) to adjust the isearch ring to the last element and
8196 prepare the correct index for further M-p commands (bug#9185).
8197
de62b4df
KH
81982011-08-24 Kenichi Handa <handa@m17n.org>
8199
8200 * international/ucs-normalize.el: If decomposition property of
8201 CHAR is the default one (i.e. a list of CHAR itself), treat it as
8202 nil.
8203 (nfd, nfkd): Likewise.
8204
963b492b
SM
82052011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8206
8207 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
8208 from process filters aren't reliably transmitted to the surrounding
8209 accept-process-output.
8210 (mpc-proc-check): New function.
8211 (mpc-proc-sync): Use it (bug#8293)
8212
93b6b5e1
SM
82132011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8214
8215 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
8216 Add compatibility functions (bug#9313).
8217
bca633fb
EZ
82182011-08-23 Eli Zaretskii <eliz@gnu.org>
8219
b177498a
EZ
8220 * cus-start.el (all): Add entry for bidi-paragraph-direction.
8221
6df6ae42 8222 * international/uni-bidi.el: Regenerate.
bca633fb 8223
0902a04e
KH
82242011-08-23 Kenichi Handa <handa@m17n.org>
8225
8226 * international/charprop.el:
8227 * international/uni-bidi.el:
8228 * international/uni-category.el:
8229 * international/uni-combining.el:
8230 * international/uni-comment.el:
8231 * international/uni-decimal.el:
8232 * international/uni-decomposition.el:
8233 * international/uni-digit.el:
8234 * international/uni-lowercase.el:
8235 * international/uni-mirrored.el:
8236 * international/uni-name.el:
8237 * international/uni-numeric.el:
8238 * international/uni-old-name.el:
8239 * international/uni-titlecase.el:
8240 * international/uni-uppercase.el: Regenerate.
8241
3bbf23bc
MR
82422011-08-23 Martin Rudalics <rudalics@gmx.at>
8243
8244 * help.el (help-window-setup): Fix message displayed when other
8245 window is reused. (Bug#9341)
8246
b3fd59bd
SM
82472011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8248
1802e444
SM
8249 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
8250 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
8251
b3fd59bd
SM
8252 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
8253 Mark obsolete.
8254 * shell.el (shell-parse-pcomplete-arguments): New function.
8255 (shell-completion-vars): Use it instead (bug#9160).
8256
4eb61348
SM
82572011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
8258
867cab74
SM
8259 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
8260 strings and comments (bug#9333).
8261
4eb61348
SM
8262 * emacs-lisp/debug.el (debug-arglist): New function.
8263 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
8264 (debug-on-entry-1): Handle interpreted closures (bug#9120).
8265
262a1439
JL
82662011-08-22 Juri Linkov <juri@jurta.org>
8267
56ee679c
JL
8268 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8269 Revert regexp that highlights output switches to its old
8270 pre-2010-10-28 value and remove one `?' from it (bug#9319).
8271
262a1439
JL
8272 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
8273 to check for empty output (bug#9226).
8274
f13f86fb
CY
82752011-08-22 Chong Yidong <cyd@stupidchicken.com>
8276
8277 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
8278 symbol-constituent as the default, as that stops font-lock from
8279 working properly (Bug#8843).
8280
c65c9622
LMI
82812011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8282
8283 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
8284 `coding-system-for-*' around the process open call to avoid
8285 auth-source side effects.
e7f2c178 8286 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
8287 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
8288 probe hangs.
c65c9622 8289
23a8a5ab
CY
82902011-08-21 Chong Yidong <cyd@stupidchicken.com>
8291
ff98b2dd
CY
8292 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
8293
23a8a5ab
CY
8294 * emacs-lisp/find-func.el (find-function-noselect): New arg
8295 lisp-only.
8296
8297 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
8298 signal an error for built-in functions (Bug#6664).
8299
f5e3c598
LMI
83002011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8301
8302 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
8303 (smtpmail-try-auth-methods): Use it.
8304
a3f2468a
CY
83052011-08-21 Chong Yidong <cyd@stupidchicken.com>
8306
2c34e8da
CY
8307 * font-lock.el (font-lock-fontify-region)
8308 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
8309 (font-lock-default-unfontify-buffer)
8310 (font-lock-default-fontify-region)
8311 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
8312
b3fd59bd
SM
8313 * progmodes/compile.el (compilation-error-properties):
8314 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
8315 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
8316 `ant' regexp.
ee31aabc 8317
a3f2468a
CY
8318 * net/browse-url.el (browse-url-firefox): Don't call
8319 browse-url-firefox-sentinel unless using -remote (Bug#9328).
8320
8e999f70
GM
83212011-08-20 Glenn Morris <rgm@gnu.org>
8322
c21a496a
GM
8323 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
8324
59ee0542
GM
8325 * tutorial.el (tutorial--default-keys): Update some default bindings.
8326
8e999f70
GM
8327 * files.el (hack-local-variables): Fully ignore case for "mode:".
8328
e3715033
AM
83292011-08-20 Alan Mackenzie <acm@muc.de>
8330
8331 Resolve invalid use of a regexp in regexp-opt.
8332
4d61f28d
JB
8333 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
8334 detection for a java annotation.
e3715033 8335
4d61f28d 8336 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
8337 detection for a java annotation.
8338
4d61f28d
JB
8339 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
8340 handling for java.
e3715033
AM
8341 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
8342
04ed2e9c
CY
83432011-08-20 Chong Yidong <cyd@stupidchicken.com>
8344
8345 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
8346 (Bug#9274).
8347
826cee64
AM
83482011-08-20 Alan Mackenzie <acm@muc.de>
8349
58179cce 8350 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
8351 such a construct. Mainly for when jit-lock etc. starts a chunk
8352 here.
8353
58179cce 8354 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 8355 variable.
58179cce 8356 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
8357 c-make-font-lock-search-function.
8358 (c-make-font-lock-search-function): Use the above function.
8359 (c-make-font-lock-context-search-function): New function.
8360 (c-cpp-matchers): Enhance the preprocessor expression case with
8361 the above function
8362 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
8363 which takes an expression.
8364
8365 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
8366
13009bd8
MR
83672011-08-20 Martin Rudalics <rudalics@gmx.at>
8368
8369 * window.el (display-buffer-reuse-window)
8370 (display-buffer-pop-up-window): Don't reuse or split a side
8371 window.
8372
9234ff7f
GM
83732011-08-19 Glenn Morris <rgm@gnu.org>
8374
8375 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 8376 Downcase "Mode:". (Bug#9331)
9234ff7f 8377
f635daa1
CY
83782011-08-18 Chong Yidong <cyd@stupidchicken.com>
8379
8380 * international/characters.el: Add L and R categories.
8381
8382 * subr.el (bidi-string-mark-left-to-right): Rename from
8383 string-mark-left-to-right. Use category search.
8384
8385 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
8386
bc987f8b
JL
83872011-08-18 Juri Linkov <juri@jurta.org>
8388
8389 * faces.el (error, warning, success): New faces with definitions
8390 copied from old default values of `font-lock-warning-face',
8391 `compilation-warning', `compilation-info' (bug#6117).
8392
8393 * font-lock.el (font-lock-warning-face): Inherit from `error'.
8394
8395 * progmodes/compile.el (compilation-error): Inherit from `error'.
8396 (compilation-warning): Inherit from `warning'.
8397 (compilation-info): Inherit from `success'.
8398
8399 * dired.el (dired-marked): Inherit from `warning'.
8400 (dired-flagged): Inherit from `error'.
8401
57173b96
LMI
84022011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8403
3e79eb87
LMI
8404 * mail/smtpmail.el (auth-source): Require to avoid problems with
8405 binding variables (bug#9298). Also clean up some unused
8406 autoloads.
8407
b3fd59bd
SM
8408 * net/network-stream.el (network-stream-open-starttls):
8409 Support using starttls.el without using gnutls-cli.
57173b96 8410
02b404de
JL
84112011-08-17 Juri Linkov <juri@jurta.org>
8412
8413 * progmodes/grep.el (rgrep): Handle the case when
8414 `grep-find-command' is a cons cell (bug#9278).
8415
8c9177f2
MR
84162011-08-17 Martin Rudalics <rudalics@gmx.at>
8417
8418 * window.el (display-buffer-pop-up-frame): Run frame creation
8419 function with BUFFER current (as special-display-popup-frame
8420 does). Reported by Drew Adams.
8421
3644a0ab
DU
84222011-08-17 Daiki Ueno <ueno@unixuser.org>
8423
8424 * epa-mail.el: Simplify GnuPG group expansion using
8425 epg-expand-group.
8426 (epa-mail-group-alist, epa-mail-group-modtime)
8427 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
8428 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
8429 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
8430 Remove.
8431
5e617bc2 84322011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
8433
8434 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
8435
9c4aeabf
AM
84362011-08-16 Alan Mackenzie <acm@muc.de>
8437
8438 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
8439 Correct, to avoid the inside of macros.
8440
3a99bf64
RS
84412011-08-16 Richard Stallman <rms@gnu.org>
8442
04963aa8
RS
8443 * epa-mail.el: Handle GnuPG group definitions.
8444 (epa-mail-group-alist, epa-mail-group-modtime)
8445 (epa-mail-gnupg-conf-file): New variables.
8446 (epa-mail-parse-groups, epa-mail-sync-groups)
8447 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
8448 (epa-mail-expand-recipients): New functions.
8449 (epa-mail-encrypt): Call epa-mail-expand-recipients.
8450
177549d0
RS
8451 * mail/rmail.el (rmail-epa-decrypt): New command.
8452
fe38beef
RS
8453 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
8454 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
8455 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
8456 (epa-decrypt-armor-in-region): Make error message clearer.
8457
934eacb9
SM
84582011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8459
8460 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
8461 and "a2b" to "ab" for `prefix'.
8462
d024fb4e
CY
84632011-08-14 Chong Yidong <cyd@stupidchicken.com>
8464
8465 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
8466 filter groups.
de148fee
CY
8467 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
8468 Fourquet (Bug#8804).
d024fb4e 8469
62f1ca49
JB
84702011-08-12 Juanma Barranquero <lekktu@gmail.com>
8471
8472 * startup.el (argi): Declare as global variable (bug#9275).
8473
9ccaaa4b
CY
84742011-08-12 Chong Yidong <cyd@stupidchicken.com>
8475
8476 * subr.el (string-mark-left-to-right): Search the entire string
8477 for RTL script, not just the terminating character. Doc fix.
8478
a3dae87a
SM
84792011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8480
6cd18349
SM
8481 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
8482 New function.
8483 (js--regexp-literal, js-syntax-propertize-function): Remove.
8484 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
8485 (js-mode-map): Don't rebind electric keys.
8486 (js-insert-and-indent): Remove.
8487 (js-mode): Setup electric-layout and electric-indent instead.
8488
a3dae87a
SM
8489 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
8490
9d5cb631
DU
84912011-08-12 Daiki Ueno <ueno@unixuser.org>
8492
8493 * epa.el (epa-progress-callback-function): Fix the logic of
8494 displaying progress.
8495 * epa-file.el (epa-file-insert-file-contents): Make progress
8496 display more user-friendly.
8497 (epa-file-write-region): Ditto.
8498
3e26a4a2
CY
84992011-08-10 Chong Yidong <cyd@stupidchicken.com>
8500
8501 * subr.el (string-mark-left-to-right): New function.
8502
8503 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
8504 Use string-mark-left-to-right.
8505 (list-buffers-noselect): Caller changed.
8506
a3dae87a
SM
8507 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
8508 Use string-mark-left-to-right.
3e26a4a2
CY
8509 (tabulated-list-print): Recenter after moving point.
8510
ac8cf6e6
JL
85112011-08-10 Juri Linkov <juri@jurta.org>
8512
8513 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
8514 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
8515 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
8516
8d96c9a4
CY
85172011-08-09 Chong Yidong <cyd@stupidchicken.com>
8518
8519 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
8520 (Bug#7554).
8521
7be1c708 85222011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
8523
8524 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
8525 character. (Bug#6594)
8526
37e11a63
CY
85272011-08-08 Chong Yidong <cyd@stupidchicken.com>
8528
839dde57
CY
8529 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
8530 (image-dired--with-db-file): New macro.
8531 (image-dired-write-tags, image-dired-remove-tag)
8532 (image-dired-create-gallery-lists, image-dired-write-comments)
8533 (image-dired-get-comment, image-dired-mark-tagged-files)
8534 (image-dired-list-tags, image-dired-gallery-generate): Use it.
8535 (image-dired-gallery-generate): Use insert-file-contents.
8536
37e11a63
CY
8537 * time.el (display-time-world-list, display-time-world-display):
8538 * time-stamp.el (time-stamp-string):
8539 * vc/add-log.el (add-change-log-entry): Use setenv instead of
8540 set-time-zone-rule (Bug#7337).
8541
0b4946c4
DU
85422011-08-08 Daiki Ueno <ueno@unixuser.org>
8543
8544 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
8545 (epg-error-to-string, epg-errors-to-string): New function.
8546 (epg-wait-for-completion): Reverse errors list.
8547 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
8548 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
8549 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
8550 (epg-sign-keys, epg-generate-key-from-file)
8551 (epg-generate-key-from-string): Format errors by using
8552 epg-errors-to-string (bug#9255).
8553 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
8554
75bfc667
JL
85552011-08-07 Juri Linkov <juri@jurta.org>
8556
8557 * faces.el (list-faces-display): Remove extra angle bracket
8558 from `help-mode-map'.
8559
8560 * info.el (Info-history-toc-nodes): Doc fix.
8561
8562 * longlines.el (longlines-mode): Doc fix.
8563
673e08bb
SM
85642011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
8565
4640dd88
SM
8566 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
8567 of statements and in a few more cases (bug#9183).
8568
673e08bb
SM
8569 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
8570 New functions.
8571 (cl-transform-lambda): Use them (bug#9239).
8572
89b3f019
MR
85732011-08-05 Martin Rudalics <rudalics@gmx.at>
8574
8575 * window.el (display-buffer-same-window)
8576 (display-buffer-same-frame, display-buffer-other-window)
8577 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
8578 (pop-to-buffer-other-window)
8579 (pop-to-buffer-same-frame-other-window)
8580 (pop-to-buffer-other-frame): Make them defuns.
8581 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
8582
640c8776
SM
85832011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8584
8585 * subr.el (make-composed-keymap): Move from C. Change calling
8586 convention, and improve docstring to bring attention to a subtle point.
8587 * minibuffer.el (completing-read-default): Adjust accordingly.
8588
63648a95
MA
85892011-08-03 Michael Albinus <michael.albinus@gmx.de>
8590
8591 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
8592 (tramp-open-shell): Use `tramp-shell-quote-argument'.
8593
8594 * net/trampver.el: Update release number.
8595
b796c9b7
SM
85962011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8597
8598 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
8599 "in" (bug#9190).
8600
2239d7d5
LMI
86012011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8602
e07dd7c3
LMI
8603 * mail/sendmail.el (sendmail-query-once): Restore the current
8604 buffer after querying (bug#9074).
8605
0e6a2bd7
LMI
8606 * dired.el (dired-flagged): Use different faces for marked and
8607 flagged files (bug#6117).
8608
ce887515
LMI
8609 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
8610 (bug#4433).
8611
92f2affc
LMI
8612 * ido.el (ido-mode): Switch off the message if called
8613 non-interactively.
8614
57d5aff0
LMI
8615 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
8616 before 587, since it appears that that's more likely to work for
8617 more people.
8618
98cd6c18 8619 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 8620 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
8621 exist.
8622
b96dec83
LMI
8623 * info.el: Remove the `Info-beginning-of-buffer' function
8624 (bug#8325).
8625
b796c9b7
SM
8626 * net/network-stream.el (network-stream-open-starttls):
8627 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 8628
d90e2ea0
MR
86292011-08-01 Martin Rudalics <rudalics@gmx.at>
8630
8631 * window.el (display-buffer-in-window): Don't set dedicated status
8632 of window here (Bug#9215).
8633 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
8634 (display-buffer-pop-up-side-window)
b796c9b7 8635 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 8636
cca09170
SM
86372011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
8638
8639 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
8640 before binding generated-autoload-file.
8641
027b979c
DD
86422011-08-01 Deniz Dogan <deniz@dogan.se>
8643
8644 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
8645
3c7ee4f3
MA
86462011-07-30 Michael Albinus <michael.albinus@gmx.de>
8647
8648 Sync with Tramp 2.2.2.
8649
8650 * net/trampver.el: Update release number.
8651
2cc8e51a
JL
86522011-07-30 Juri Linkov <juri@jurta.org>
8653
8654 * dired-aux.el (dired-touch-initial): Remove function.
8655 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
8656 current time, and `default' to the last modification time of the
8657 current marked file (bug#6887).
8658
a514d856
JM
86592011-07-28 Jose E. Marchesi <jemarch@gnu.org>
8660
8661 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 8662 numeric argument to read-number (bug#9163).
a514d856 8663
8a7eddd7
MA
86642011-07-27 Michael Albinus <michael.albinus@gmx.de>
8665
8666 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
8667 connection process, it could be nil.
8668
1ddd96f5
LL
86692011-07-27 Leo Liu <sdl.web@gmail.com>
8670
8671 Simplify url handling in rcirc-mode.
8672
8673 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
8674 (rcirc-browse-url-at-mouse): Remove.
8675 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
8676
b248a85d
AM
86772011-07-26 Alan Mackenzie <acm@muc.de>
8678
8679 Fontify bitfield declarations properly.
8680
8681 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
8682 (c-symbol-chars): Now exported as a lang variable.
8683 (c-not-primitive-type-keywords): New lang variable.
8684
8685 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
8686 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 8687 parsed as a bitfield declaration.
b248a85d 8688
b796c9b7
SM
8689 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8690 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
8691 (c-punctuation-in): New function.
8692 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
8693 declarations properly.
8694
68575ab0
UJ
86952011-07-26 Ulf Jasper <ulf.jasper@web.de>
8696
8697 * calendar/icalendar.el (icalendar--all-events): Take care of
8698 multiple vcalendars in a single file.
b796c9b7 8699 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 8700
0f0a88b9
DD
87012011-07-25 Deniz Dogan <deniz@dogan.se>
8702
8703 * image.el (insert-image): Clarifying docstring.
8704
0b3f36df
MA
87052011-07-24 Michael Albinus <michael.albinus@gmx.de>
8706
8707 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
8708 `tramp-send-command-and-check' if there is no error.
8709 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
8710
a9901f61
AM
87112011-07-22 Alan Mackenzie <acm@muc.de>
8712
8713 Prevent cc-langs.elc being loaded at run time.
8714
8715 * progmodes/cc-mode.el: Remove two autoload forms which loaded
8716 cc-langs.
8717
4d61f28d 8718 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
8719 "(require 'cc-langs)". Quote a form so it will evaluate at
8720 (cc-mode's) compilation time.
8721
11d074b2
MA
87222011-07-22 Michael Albinus <michael.albinus@gmx.de>
8723
8724 * net/tramp.el (tramp-file-name-handler): Avoid recursive
8725 loading. (Bug#9114)
8726
938b94c8
MR
87272011-07-21 Martin Rudalics <rudalics@gmx.at>
8728
8729 * window.el (display-buffer-pop-up-window)
8730 (display-buffer-pop-up-side-window)
8731 (display-buffer-in-side-window): Call display-buffer-set-height
8732 and display-buffer-set-width after setting the new window's
b796c9b7 8733 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 8734
bfa4f190
SS
87352011-07-20 Sam Steingold <sds@gnu.org>
8736
8737 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
8738 (etags-tags-included-tables): Call `convert-standard-filename' on
8739 the file names contained in TAGS so that windows Emacs can handle
8740 TAGS files created by cygwin ctags.
8741
8ca42262
LMI
87422011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8743
8744 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
8745 which apparently didn't work.
8746
5db2afd2 87472011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 8748
5db2afd2
RW
8749 * proced.el (proced-send-signal): For *Marked Processes* buffer
8750 put point at beginning of buffer.
8751
92e15d10
SB
87522011-07-19 Stephen Berman <stephen.berman@gmx.net>
8753
8754 * proced.el (proced-format): Make header lines align with the text
8755 (bug#1779).
8756
1bfd59e5
LMI
87572011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8758
8759 * view.el (view-buffer): Allow running in `special' modes if we're
8760 visiting a file (bug#8615).
8761
f5aae37c
MR
87622011-07-19 Martin Rudalics <rudalics@gmx.at>
8763
8764 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
8765 (display-buffer-alist-set-1, display-buffer-alist-set-2):
8766 New functions.
f5aae37c
MR
8767 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
8768 more accurately.
8769
bf2c1571
AM
87702011-07-18 Alan Mackenzie <acm@muc.de>
8771
8772 Fontify declarators properly when, e.g., a jit-lock chunk begins
8773 inside a declaration.
8774
8775 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
8776
b796c9b7
SM
8777 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
8778 New function.
bf2c1571
AM
8779 (c-complex-decl-matchers): Insert reference to
8780 c-font-lock-enclosing-decls.
8781
8782 * progmodes/cc-engine.el (c-backward-single-comment):
8783 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
8784 to nil around calls to (forward-comment -1).
8785
4e190b80
LMI
87862011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8787
12dc863d
LMI
8788 * image.el (put-image): Doc typo fix.
8789
a762e966
LMI
8790 * progmodes/etags.el (tags-search): Doc typo fix.
8791
4e190b80
LMI
8792 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
8793 password if we get errors 550 to 554.
8794
f019fb21
LMI
87952011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8796
b796c9b7 8797 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 8798
81746738
LMI
8799 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
8800 indentation character (bug#6380).
8801
3ee3a1b5
LMI
8802 * files.el (buffer-offer-save): Made permanently local (bug#6241).
8803
c82f64de
LMI
8804 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
8805 to clarify what the problem is (bug#4291).
8806
f019fb21
LMI
8807 * simple.el (current-kill): Clarify what
8808 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
8809 (auto-fill-mode): Document `auto-fill-function' in relation to
8810 `auto-fill-mode' (bug#2470).
f019fb21 8811
0794775d
LM
88122011-07-16 Lawrence Mitchell <wence@gmx.li>
8813
8814 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
8815 method if slot is read-only (bug#9035).
8816
be39b8cc
MR
88172011-07-16 Martin Rudalics <rudalics@gmx.at>
8818
b796c9b7 8819 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 8820 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
8821 selected before, see discussion of (Bug#8615), (Bug#6954).
8822 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 8823
6ccf7859
GM
88242011-07-15 Glenn Morris <rgm@gnu.org>
8825
8826 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 8827 Respect help-form.
6ccf7859 8828
87e86684
LM
88292011-07-09 Lawrence Mitchell <wence@gmx.li>
8830
8831 * net/gnutls.el (gnutls-min-prime-bits): New variable.
8832 (gnutls-negotiate): Use it.
8833
d6066239
LMI
88342011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8835
b796c9b7
SM
8836 * net/gnutls.el (gnutls-negotiate):
8837 Upcase `gnutls-algorithm-priority'.
d6066239 8838
bd23ebc0
GM
88392011-07-15 Glenn Morris <rgm@gnu.org>
8840
c65bca65
GM
8841 * jka-compr.el (jka-compr-verbose): Move from here...
8842 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
8843 Add missing :version tag.
8844 * info.el: No need to require jka-compr when compiling.
bd23ebc0 8845
478615cc
LMI
88462011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8847
7b41decb
LMI
8848 * net/gnutls.el (gnutls-algorithm-priority): New variable.
8849 (gnutls-negotiate): Use it.
8850
dbc44fcd
LMI
8851 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
8852
06789f97
LMI
8853 * info.el (Info-beginning-of-buffer): New command.
8854 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
8855 announcing `b' as the key (bug#8325).
ab896c37 8856 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 8857
c39da690
LMI
8858 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
8859
3aa5f34b
LMI
8860 * international/mule-cmds.el
8861 (describe-specified-language-support): Make the error message
8862 clearer (bug#8905).
8863
4bf0979f
LMI
8864 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
8865
478615cc
LMI
8866 * isearch.el (isearch-barrier): Add a doc string, since it's
8867 mentioned in a function doc string (bug#8678).
8868
75c68aa1
MR
88692011-07-15 Martin Rudalics <rudalics@gmx.at>
8870
8871 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
8872 buffer argument (Bug#9083) and self-identifying label argument.
8873
a7c33da2
GM
88742011-07-15 Glenn Morris <rgm@gnu.org>
8875
8876 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
8877
2f5c6024
LMI
88782011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8879
8880 * man.el (Man-fontify-manpage): Fix message when formatting the
8881 man page (bug#7929).
8882
0bb23927 88832011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
8884
8885 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
8886 argument LRM; if non-nil, append an invisible LRM character to the
8887 buffer name.
8888 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
8889 last argument non-nil, when formatting buffer names.
0bb23927
EZ
8890 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
8891 paragraph direction.
cce4b0a7 8892
621ef9ab
LMI
88932011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8894
d1583c48
LMI
8895 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
8896 the man page name (bug#7929).
8897
6a57fb5f
LMI
8898 * image.el (put-image): Mention the `put-image' overlay property
8899 (bug#7834).
8900
d7956b14
LMI
8901 * scroll-bar.el (set-scroll-bar-mode): Mention that
8902 `scroll-bar-mode' lists the values (bug#7772).
8903
5b2d4a66
LMI
8904 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
8905 command (bug#7729).
8906
7509a874
LMI
8907 * rect.el (apply-on-rectangle): Return the point after the last
8908 operation.
8909 (string-rectangle): Go to the point after the last operation
8910 (bug#7522).
8911
4fe74b19
LMI
8912 * printing.el (pr-toggle-region): Clarify the documentation
8913 slightly (bug#7493).
8914
b796c9b7
SM
8915 * time.el (display-time-update):
8916 Allow `display-time-mail-function' to return nil (bug#7158).
8917 Fix suggested by Detlev Zundel.
ab283561 8918
fc233c9d
LMI
8919 * vc/diff.el (diff): Clarify the order the file names are read
8920 (bug#7111).
8921
43f5740b
LMI
8922 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
8923 the doc string (bug#7015).
8924
f2182a76
LMI
8925 * font-lock.el (font-lock-maximum-decoration): Mention what
8926 numeric levels mean (bug#6935).
8927
621ef9ab
LMI
8928 * startup.el (initial-buffer-choice): Don't mention the `none'
8929 selection, which is against policy.
8930
adc47434
MR
89312011-07-14 Martin Rudalics <rudalics@gmx.at>
8932
b796c9b7
SM
8933 * window.el (display-buffer-normalize-special):
8934 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 8935
7e5bfb8f
EZ
89362011-07-14 Eli Zaretskii <eliz@gnu.org>
8937
8938 * subr.el (version<, version<=, version=): Mention "-CVS" and
8939 "-12345" alpha version numbers.
8940
27fa387a
CY
89412011-07-14 Chong Yidong <cyd@stupidchicken.com>
8942
8943 * bindings.el: Add advertised binding for set-mark-command
8944 (Bug#5772).
8945
8bdfa064
CY
89462011-07-14 Chong Yidong <cyd@stupidchicken.com>
8947
8948 * bindings.el (mode-line-other-buffer):
8949 * bookmark.el (bookmark-bmenu-2-window):
8950 * bs.el (bs-cycle-next, bs-cycle-previous):
8951 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
8952 switch-to-buffer.
8953
8954 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 8955 Delete.
8bdfa064 8956
5eba16a3
JB
89572011-07-14 Juanma Barranquero <lekktu@gmail.com>
8958
8959 * follow.el (follow-debug-message, follow-redisplay):
8960 * jka-cmpr-hook.el (with-auto-compression-mode):
8961 Fix typos in docstrings.
8962
15853710
LMI
89632011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8964
a28e4607
LMI
8965 * subr.el (with-silent-modifications): Clarify somewhat what the
8966 macro inhibits (bug#6525).
8967
15853710
LMI
8968 * simple.el (eval-expression): Note what it does if called
8969 interactively (bug#6495).
8970
bee0fcef
CY
89712011-07-13 Chong Yidong <cyd@stupidchicken.com>
8972
b796c9b7
SM
8973 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
8974 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
8975
8976 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8977 Remove switch-to-buffer.
8978
58274504
LMI
89792011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8980
bd2fcc8d
LMI
8981 * files.el (make-directory): Clarify that an error will be raised
8982 if there's an error (bug#6397).
8983
0f04b32c
LMI
8984 * startup.el (initial-buffer-choice): Add `none' as a choice
8985 (bug#6234).
8986
465c5fc8
LMI
8987 * subr.el (add-hook): Clarify section about buffer-local hooks
8988 (bug#6218).
8989
58274504
LMI
8990 * dired.el (dired-flagged): Clarify doc string (bug#6117).
8991
bead9a43
JB
89922011-07-13 Juanma Barranquero <lekktu@gmail.com>
8993
8994 * tabify.el (untabify): Preserve the current column so that point
8995 doesn't move (bug#6032).
8996
3af98a7b
LMI
89972011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8998
b796c9b7
SM
8999 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
9000 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 9001
6240145a
GM
90022011-07-13 Glenn Morris <rgm@gnu.org>
9003
9004 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
9005 (dired-insert-directory): Give a message the first time
9006 if ls is found not to support --dired.
9007
1d8c2ccc
LMI
90082011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9009
9010 * simple.el (toggle-truncate-lines): Clarify what is toggled
9011 (bug#5580). Text by Drew Adams.
9012
5fc4038e
CY
90132011-07-13 Chong Yidong <cyd@stupidchicken.com>
9014
9015 * simple.el (blink-matching-open): Make the error message from the
9016 last change less verbose.
9017
bf6012e5
DN
90182011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
9019
9020 * font-lock.el (font-lock-comment-face): Use the high contrast
9021 "yellow" color for font-lock-comment-face on low color terminals
9022 using a dark background color (bug#4221).
9023
343c3b5a
LMI
90242011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9025
7e9505c5
LMI
9026 * dired.el (dired-insert-set-properties): Make the doc string
9027 reflect what it does now (bug#5325).
9028
c26fdcf5
LMI
9029 * simple.el (blink-matching-open): Say that we were unable to find
9030 the match within the limit, if we're limited (bug#5122).
9031
bb388cc5
LMI
9032 * international/mule-cmds.el (prefer-coding-system): Add an
9033 example (bug#4869).
9034
343c3b5a
LMI
9035 * progmodes/etags.el (tags-search): Document `file-list-form'
9036 (bug#4731).
9037
2a517d45
LM
90382011-07-13 Lawrence Mitchell <wence@gmx.li>
9039
9040 * net/browse-url.el (browse-url-default-browser)
9041 (browse-url-browser-function): Make the default browser choice a
9042 bit more logical (bug#4300). Also clean up the doc string.
9043
b6c78ef2
JB
90442011-07-13 Juanma Barranquero <lekktu@gmail.com>
9045
9046 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
9047 binary endings (bug#4440).
9048
1c4dd947
LMI
90492011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9050
a2014063
LMI
9051 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
9052 which can be pretty annoying (bug#8971).
9053
9c9c2d88
LMI
9054 * jka-compr.el (jka-compr-verbose): New variable, and use
9055 throughout (bug#8971).
9056
1c4dd947
LMI
9057 * info.el (Info-find-file): Fall back on the installation
9058 directory if we can't find the info node anywhere else.
9059
a1c9f41b
SO
90602011-07-13 Sergei Organov <osv@javad.com> (tiny change)
9061
9062 * vc/vc.el (vc-revert-file):
9063 Don't set file time-stamp in the past. (Bug#5181)
9064
536f3d36
LMI
90652011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9066
7152b011
LMI
9067 * files.el (after-find-file): Give a better error message when
9068 trying to find a symlink that points to a file that doesn't exist
9069 (bug#4398).
9070
536f3d36
LMI
9071 * progmodes/cc-vars.el: Remove (probably) misleading comment
9072 (bug#4396).
9073
460c0fba
JB
90742011-07-12 Johan Bockgård <bojohan@gnu.org>
9075
9076 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
9077
7a6bda45
CY
90782011-07-12 Chong Yidong <cyd@stupidchicken.com>
9079
9080 * mouse-sel.el: Hack restoring functionality, while keeping
9081 compatibility with 2010-07-03 changes to mouse selection.
9082 (mouse-sel-primary-overlay): New var.
9083 (mouse-sel-selection-alist): Use it.
9084 (mouse-sel-mode): Doc fix; remove points that are default features
9085 of mouse.el.
9086
c79598ef
JB
90872011-07-12 Johan Bockgård <bojohan@gnu.org>
9088
9089 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9090 Fix previous fix (bug#2490).
9091
ff8be6ef
RW
90922011-07-12 Roland Winkler <winkler@gnu.org>
9093
b796c9b7
SM
9094 * textmodes/bibtex.el (bibtex-initialize):
9095 Use pop-to-buffer-same-window.
ff8be6ef
RW
9096 (bibtex-search-entries): Fix interactive call.
9097
296ba3ee
LMI
90982011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9099
f5242a02 9100 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
9101 Fontise bytecomp Error lines more correctly (bug#2490).
9102 Fix suggested by Johan Bockgård.
f5242a02 9103
296ba3ee
LMI
9104 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
9105
9106 * dired-x.el (dired-guess-default): Use `delete-dups'.
9107
f69fd0d2
CY
91082011-07-12 Chong Yidong <cyd@stupidchicken.com>
9109
9110 * dired.el (dired-mark-prompt):
9111 * dired-aux.el (dired-read-shell-command): Doc fix.
9112
eab5dc07
LMI
91132011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9114
b796c9b7
SM
9115 * mail/sendmail.el (sendmail-query-once):
9116 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
9117 emacs -Q.
9118
9119 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
9120
eab5dc07
LMI
9121 * cus-edit.el (custom-file): Take an optional no-error variable.
9122 (customize-save-variable): Set the variable, and give a warning if
9123 running under "emacs -q".
9124
a1e65d42
JB
91252011-07-11 Juanma Barranquero <lekktu@gmail.com>
9126
9127 * loadhist.el (unload-feature-special-hooks):
9128 Add `auto-coding-functions', `fill-nobreak-predicate' and
9129 `find-directory-functions' (bug#5327).
9130
1d52da10
LMI
91312011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9132
be958f1d
LMI
9133 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
9134
5bedb26c
LMI
9135 * cus-edit.el (custom-guess-name-alist): -alist variables should
9136 use the `alist' type (bug#3120). Suggested by Drew Adams.
9137
1d52da10
LMI
9138 * printing.el: Add documentation to all the `pr-toggle-' commands.
9139
cd394be1 91402011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
9141
9142 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
9143 backends where it makes sense (bug#2623).
9144
dcc88d8a
LMI
91452011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9146
c3de9feb
LMI
9147 * dired-x.el (dired-guess-default): Remove duplicate shell command
9148 entries (bug#2028).
8a93078b 9149 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 9150 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 9151
dcc88d8a
LMI
9152 * subr.el (remove-duplicates): New conveniency function.
9153
505e3645
LMI
91542011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9155
9156 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
9157 (bug#1526).
9158
91592011-07-10 Martin Rudalics <rudalics@gmx.at>
9160
9161 * window.el (display-buffer-normalize-default): Don't invert
9162 meaning of even-window-heights. Reported by Eli Zaretskii
9163 <eliz@gnu.org>.
9164
455e4fa1
BR
91652011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
9166
9167 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
9168
8e0bc3e9
CY
91692011-07-10 Chong Yidong <cyd@stupidchicken.com>
9170
9171 * window.el (display-buffer): Fix arguments to
9172 display-buffer-reuse-window in last change.
9173
fa7c3228
CY
9174 * faces.el (link): Use a less saturated blue on light backgrounds.
9175
9176 * startup.el (fancy-startup-text, fancy-about-text)
9177 (fancy-startup-tail): Use font-lock faces, for background safety.
9178
c0a7f300
BN
91792011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
9180
b796c9b7
SM
9181 * emulation/viper-cmd.el (viper-change-state-to-vi):
9182 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 9183
4dc2a129
MR
91842011-07-09 Martin Rudalics <rudalics@gmx.at>
9185
9186 * window.el (display-buffer-default-specifiers): Remove.
9187 (display-buffer-macro-specifiers): Remove default specifiers.
9188 (display-buffer-alist): Default to nil.
b796c9b7 9189 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
9190 (display-buffer-pop-up-window): Allow splitting internal
9191 windows. Check whether a live window was created.
9192 (display-buffer-other-window-means-other-frame)
9193 (display-buffer-normalize-arguments): Rename to
9194 display-buffer-normalize-argument and rewrite. Set the
9195 other-window specifier.
9196 (display-buffer-normalize-special): New function.
9197 (display-buffer-normalize-options): Rename to
9198 display-buffer-normalize-default and rewrite.
9199 (display-buffer-normalize-options-inhibit): Remove.
9200 (display-buffer-normalize-specifiers): Rewrite.
9201 (display-buffer): Process other-window specifier and call
9202 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
9203 more faithfully.
b796c9b7 9204 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 9205 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
9206 (display-buffer-in-window, display-buffer-alist-set):
9207 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
9208 <tassilo@member.fsf.org>.
9209
2d43b8c9
LL
92102011-07-09 Leo Liu <sdl.web@gmail.com>
9211
9212 * register.el (insert-register): Restore accidental change on
9213 2011-06-26. (Bug#9028)
9214
7f9b7c53
GM
92152011-07-09 Glenn Morris <rgm@gnu.org>
9216
9217 * subr.el (remq): Handle the empty list. (Bug#9024)
9218
f042cfd8
AS
92192011-07-08 Andreas Schwab <schwab@linux-m68k.org>
9220
9221 * mail/sendmail.el (send-mail-function): No longer delay custom
9222 initialization.
9223 * custom.el (custom-initialize-delay): Doc fix.
9224
856b2f11
SM
92252011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
9226
9227 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
9228
afae1d68
MA
92292011-07-08 Michael Albinus <michael.albinus@gmx.de>
9230
9231 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
9232 human-friendly prompt.
9233
0757af94
SM
92342011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
9235
9236 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
9237 provided by a particular plugin.
9238
d760b731
LMI
92392011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9240
9241 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
9242 save customizations (with "emacs -Q"), just set the variable
9243 instead of erroring out.
9244
9245 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
9246
cd79ce90
JL
92472011-07-08 Juri Linkov <juri@jurta.org>
9248
9249 * arc-mode.el (archive-zip-expunge, archive-zip-update)
9250 (archive-zip-update-case): Use 7z if found by `executable-find'.
9251 The order of searching the available programs is the same as in
9252 `archive-zip-extract' (bug#8968).
9253
14cc04aa
CY
92542011-07-07 Chong Yidong <cyd@stupidchicken.com>
9255
9256 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
9257 (menu-bar-options-menu): Tweak descriptions.
9258
0a1848ec
LMI
92592011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
9260
9261 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
9262 menu items into verb phrases (bug#1421). Also refill to fit under
9263 80 columns.
9264
f5bd0689
CY
92652011-07-07 Chong Yidong <cyd@stupidchicken.com>
9266
538e85c6
CY
9267 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
9268 (Info-read-node-name): Doc fix (Bug#1084).
9269
f5bd0689
CY
9270 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
9271 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
9272 (end-of-sexp, beginning-of-sexp)
9273 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
9274 (forward-symbol, forward-same-syntax, word-at-point)
9275 (sentence-at-point): Doc fix (Bug#1144).
9276
56ec5115
LMI
92772011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
9278
f3f8e37f
LMI
9279 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
9280 should cover it (bug#1281).
9281
0757af94 9282 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 9283
e9fce1ac 9284 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
9285 negotiation fails, then possibly try again with a non-encrypted
9286 connection (bug#9017).
9287
56ec5115
LMI
9288 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
9289 be used.
9290
c2f9aec8
RS
92912011-07-07 Richard Stallman <rms@gnu.org>
9292
9293 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
9294 property, and handle its changed format.
9295 Look for the correct line number.
9296 Use file's line contents (but not past first =) to find
9297 correct line in message.
9298
ef7b981d 92992011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
9300
9301 * international/characters.el (build-unicode-category-table):
9302 Delete it.
0757af94 9303 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 9304
0757af94 9305 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
9306 to src/chartab.c.
9307 (get-char-code-property): Call unicode-property-table-internal to
9308 load a file. Call get-unicode-property-internal where necessary.
9309 (put-char-code-property): Call unicode-property-table-internal to
9310 load a file. Call put-unicode-property-internal where necessary.
9311 put-unicode-property-internal where necessary.
0757af94
SM
9312 (char-code-property-description):
9313 Call unicode-property-table-internal to load a file.
c805dec0
KH
9314
9315 * international/charprop.el:
9316 * international/uni-bidi.el:
9317 * international/uni-category.el:
9318 * international/uni-combining.el:
9319 * international/uni-comment.el:
9320 * international/uni-decimal.el:
9321 * international/uni-decomposition.el:
9322 * international/uni-digit.el:
9323 * international/uni-lowercase.el:
9324 * international/uni-mirrored.el:
9325 * international/uni-name.el:
9326 * international/uni-numeric.el:
9327 * international/uni-old-name.el:
9328 * international/uni-titlecase.el:
9329 * international/uni-uppercase.el: Regenerate.
9330
9331 * loadup.el: Load international/charprop.el before
9332 international/characters.
9333
e14b388a
CY
93342011-07-07 Chong Yidong <cyd@stupidchicken.com>
9335
9336 * window.el (next-buffer, previous-buffer): Signal an error if
9337 called from a minibuffer window.
9338
9339 * bindings.el: Revert 2011-07-04 change.
9340
354cf0ba
RS
93412011-07-06 Richard Stallman <rms@gnu.org>
9342
9343 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
9344 (rmail-mime-insert-bulk, rmail-mime-insert-text):
9345 Treat markers like ints.
9346 (rmail-mime-entity): Doc fix.
9347
a48868a7
LMI
93482011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9349
4906cd3d
LMI
9350 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
9351 defcustom again for backwards compatibility.
9352
e0457abe
LMI
9353 * simple.el (shell-command-on-region): Fill.
9354
d67f7e1f
LMI
9355 * dired-aux.el (dired-kill-line): Add a doc string.
9356
fe204702
LMI
9357 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
9358 to "\\sw\\|\\s_" (bug#358).
9359
a48868a7
LMI
9360 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
9361 (dired-unmark-backward): Ditto.
9362 (dired-flag-backup-files): Ditto.
9363
9364 * dired-x.el (dired-mark-sexp): Ditto.
9365
aa8a705c
RS
93662011-07-06 Richard Stallman <rms@gnu.org>
9367
9368 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
9369 (rmail-mime-entity): New arg TRUNCATED.
9370 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
9371 New functions.
9372 (rmail-mime-save): Warn if entity is truncated.
9373 (rmail-mime-toggle-hidden): Likewise, for showing.
9374 (rmail-mime-process-multipart): Record when an entity is truncated.
9375
a9a936b9
RS
9376 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
9377 if ENTITY is a string.
9378
1f2b92cb
LMI
93792011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9380
f4f73198 9381 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
9382 of faces when `M-C-x'-ing their definitions (bug#8378).
9383 Also clean up the code slightly.
f4f73198 9384
12b16734 9385 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 9386 because that makes the colors go away.
12b16734 9387
f0691d22
LMI
9388 * mail/sendmail.el (send-mail-function): Change the default to
9389 `sendmail-query-once'.
9e87df06 9390 (sendmail-query-once): Add an autoload cookie.
f0691d22 9391
1f2b92cb
LMI
9392 * net/network-stream.el (network-stream-open-starttls): Try using
9393 a plain connection even if the server offered STARTTLS, and we
9394 kinda wanted to use it, if Emacs doesn't have any STARTTLS
9395 capability. This should make smtpmail.el work in slightly more
9396 configurations.
9397
1cdd2a1b
MA
93982011-07-06 Michael Albinus <michael.albinus@gmx.de>
9399
9400 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
9401 New defun.
9402 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
9403
fbcc67e2
MM
94042011-07-06 Michael R. Mauger <mmaug@yahoo.com>
9405
9406 * progmodes/sql.el: Version 3.0
0757af94 9407 (sql-product-alist): Add product :completion-object,
fbcc67e2 9408 :completion-column, and :statement attributes.
0757af94 9409 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 9410 (sql-mode-syntax-table): Mark all punctuation.
0757af94 9411 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
9412 ansi keywords.
9413 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 9414 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
9415 (sql-oracle-show-reserved-words): New function for development.
9416 (sql-product-font-lock): Simplify for source code buffers.
9417 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
9418 New functions.
9419 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
9420 (sql-mode-map): Add statement movement functions.
9421 (sql-ansi-statement-starters, sql-oracle-statement-starters):
9422 New variable.
fbcc67e2
MM
9423 (sql-statement-regexp, sql-beginning-of-statement)
9424 (sql-end-of-statement, sql-signum): New functions.
0757af94 9425 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
9426 (sql-show-sqli-buffer): Bug fix.
9427 (sql-interactive-mode): Store connection data as buffer local.
0757af94 9428 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
9429 with sql-interactive-mode.
9430 (sql-save-connection): Save buffer local settings.
0757af94 9431 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
9432 (sql-product-interactive): Bug fix.
9433 (sql-preoutput-hold): New variable.
9434 (sql-interactive-remove-continuation-prompt): Bug fixes.
9435 (sql-debug-redirect): New variable.
9436 (sql-str-literal): New function.
9437 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 9438 Redesign.
fbcc67e2
MM
9439 (sql-oracle-save-settings, sql-oracle-restore-settings)
9440 (sql-oracle-list-all, sql-oracle-list-table): New functions.
9441 (sql-completion-object, sql-completion-column)
9442 (sql-completion-sqlbuf): New variables.
9443 (sql-build-completions-1, sql-build-completions)
9444 (sql-try-completion): New functions.
9445 (sql-read-table-name): Use them.
9446 (sql-contains-names): New buffer local variable.
9447 (sql-list-all, sql-list-table): Use it.
9448 (sql-oracle-completion-types): New variable.
9449 (sql-oracle-completion-object, sql-sqlite-completion-object)
9450 (sql-postgres-completion-object): New functions.
9451
d4eaeab1
GM
94522011-07-06 Glenn Morris <rgm@gnu.org>
9453
9454 * window.el (pop-to-buffer): Doc fix.
9455
322b7dab 94562011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
9457
9458 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
9459
322b7dab 94602011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 9461
322b7dab 9462 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 9463
322b7dab 9464 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 9465
605dd5bf
CY
94662011-07-05 Chong Yidong <cyd@stupidchicken.com>
9467
9468 * button.el (button): Inherit from link face. Suggested by Dan
9469 Nicolaescu.
9470
7dbfa719
SM
94712011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9472
3db614b0
SM
9473 * progmodes/gdb-mi.el: Fit in 80 columns.
9474 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
9475 switch-to-buffer.
9476
7dbfa719
SM
9477 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
9478 if imenu is simply not configured (bug#8941).
9479
919d884a
KM
94802011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
9481
9482 * allout.el (allout-post-undo-hook): New allout outline-change
9483 event hook to signal undo activity.
9484 (allout-post-command-business): Run allout-post-undo-hook if an
9485 undo just occurred.
7dbfa719
SM
9486 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
9487 * allout-widgets.el (allout-widgets-after-undo-function):
9488 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
9489 in the vicinity of an undo.
9490 (allout-widgets-mode): Include allout-widgets-after-undo-function
9491 on the new allout-post-undo-hook.
9492
450a0f09
SM
94932011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9494
9495 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
9496 Let define-derived-mode define it.
9497 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
9498 cycles of abbrev-table inheritance (bug#8998).
9499
2de69e00
RW
95002011-07-05 Roland Winkler <winkler@gnu.org>
9501
9502 * textmodes/bibtex.el: Add support for biblatex.
9503 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
9504 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
9505 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
9506 (bibtex-entry-alist, bibtex-field-alist): New variables.
9507 (bibtex-entry-field-alist): Obsolete alias for
9508 bibtex-BibTeX-entry-alist.
9509 (bibtex-entry-alist, bibtex-field-alist): New widgets.
9510 (bibtex-set-dialect): New command.
9511 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
9512 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
9513 Bind via bibtex-set-dialect.
2de69e00
RW
9514 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
9515 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
9516 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
9517 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
9518 Define via bibtex-set-dialect.
450a0f09
SM
9519 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
9520 Obey bibtex-no-opt-remove-re.
2de69e00
RW
9521 (bibtex-vec-push, bibtex-vec-incr): New functions.
9522 (bibtex-format-entry, bibtex-field-list)
9523 (bibtex-print-help-message, bibtex-validate)
9524 (bibtex-search-entries): Use new format of bibtex-entry-alist.
9525
2dcdbdd9
SM
95262011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9527
9528 * progmodes/compile.el (compilation-goto-locus):
9529 * net/tramp-cmds.el (tramp-append-tramp-buffers):
9530 * bs.el (bs-cycle-next, bs-cycle-previous):
9531 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
9532 * bindings.el (mode-line-other-buffer):
9533 * autoinsert.el (auto-insert):
9534 * arc-mode.el (archive-extract):
9535 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
9536
b27640fe
JB
95372011-07-05 Juanma Barranquero <lekktu@gmail.com>
9538
9539 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
9540 Fix check of `emacs-lock-unlockable-modes'.
9541 Coerce true values of `emacs-lock--try-unlocking' to t.
9542
53bbe3ad
JB
95432011-07-05 Juanma Barranquero <lekktu@gmail.com>
9544
9545 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
9546 * emacs-lock.el: New file.
9547
1d3cdbc7
JD
95482011-07-05 Julien Danjou <julien@danjou.info>
9549
9550 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
9551 than `boundp' to check if face is set.
9552
9173deec
JB
95532011-07-05 Juanma Barranquero <lekktu@gmail.com>
9554
9555 * register.el (registerv-make):
9556 * window.el (window-min-height): Fix typos in docstrings.
9557
869795d6
JD
95582011-07-05 Jan Djärv <jan.h.d@swipnet.se>
9559
9173deec 9560 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
9561 Update doc string.
9562
b768cdcd
JB
95632011-07-04 Juanma Barranquero <lekktu@gmail.com>
9564
9565 * server.el (server-execute): Catch quit and call
9566 `server-return-error' to pass the error back to emacsclient and
9567 close the connection (bug#8942).
9568
13aa217b
KM
95692011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
9570
9571 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
9572 insecure exception for current topic. Also note that auto-saves
9573 are handled differently.
9574
5d3385a0 9575 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
9576 State variables for tracking auto-save inhibition situation.
9577
9578 (allout-write-contents-hook-handler): Rename from
9579 'allout-write-file-hook-handler', and describe how it depends on
9580 write-contents-functions sensitivity to non-nil value to prevent
9581 file write.
9582
9583 (allout-auto-save-hook-handler): Remove. auto-save does not check
9584 this in individual buffers, only in the starting buffer, so this
9585 is not the right way for us to inhibit auto-save in a buffer
9586 according to its condition.
9587
9588 (allout-mode): Use new allout-write-contents-hook-handler, and
9589 only with write-contents-functions. Remove auto-save provisions -
9590 they're implemented elsewhere.
9591
9592 (allout-before-change-handler): If undo is in progress, note that
9593 for attention of allout-post-command-business.
9594
9595 (allout-post-command-business): If the command we're following was
9596 an undo, check for change in the status of encrypted items and
9597 adjust auto-save inhibitions accordingly.
9598
9599 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
9600 according to whether there are or aren't any plain-text topics
9601 pending encryption.
9602
2dcdbdd9 9603 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
9604 Adjust buffer-saved-size and some allout state to inhibit auto-saves
9605 if there are plain-text topics pending encryption.
13aa217b
KM
9606
9607 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
9608 buffer-saved-size and some allout state to not inhibit auto-saves
9609 if there are no longer any plain-text topics pending encryption.
9610
0757af94
SM
9611 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
9612 No longer provide for exemption of the current topic.
13aa217b 9613
ac89b32c
JL
96142011-07-04 Juri Linkov <juri@jurta.org>
9615
9616 Add 7z operations to delete and save changed members (bug#8968).
9617 * arc-mode.el (archive-7z-expunge, archive-7z-update):
9618 New defcustoms.
9619 (archive-7z-write-file-member): New function.
9620 (archive-7z-summarize): Fix the number of dashes in the
9621 listing output.
9622
8fa39615
SM
96232011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9624
9625 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
9626 (bug#8958).
9627
2f11b3f1
CY
96282011-07-04 Chong Yidong <cyd@stupidchicken.com>
9629
d66fef2b
CY
9630 * bindings.el: Ignore next-buffer and previous-buffer in
9631 minibuffer-local-map.
9632
2f11b3f1
CY
9633 * font-lock.el (font-lock-builtin-face): Change light background
9634 color to dark slate blue (Bug#6693).
9635
f932a347
WD
96362011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
9637
9638 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
9639
c8af70e1
SM
96402011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9641
9642 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
9643 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9644 Add switch-to-buffer.
9645
f158badc
LMI
96462011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9647
9648 * isearch.el (isearch-search-fun-function): Clarify further the
9649 meaning of the function returned.
9650
6d95bd46
MA
96512011-07-04 Michael Albinus <michael.albinus@gmx.de>
9652
9653 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
9654
9655 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
9656 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
9657 Use it.
9658 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
9659 `tramp-default-remote-path' does not exist.
9660 (tramp-send-command-and-read): New optional argument NOERROR.
9661 (tramp-open-connection-setup-interactive-shell)
9662 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
9663 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
9664 (tramp-process-sentinel): Flush also process' connection property.
9665 (tramp-sh-handle-start-file-process): Do not set process
9666 sentinel. It is done now ...
9667 (tramp-maybe-open-connection): ... here. (Bug#8929)
9668
909e6b67
MK
96692011-07-04 MON KEY <monkey@sandpframing.com>
9670
9671 * play/animate.el (animate-string): Doc fixes and allow changing
9672 the buffer name (bug#5417).
9673
96742011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9675
c8af70e1 9676 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 9677
f34755dc
PE
96782011-07-04 Paul Eggert <eggert@cs.ucla.edu>
9679
396cec72
PE
9680 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
9681 This is simpler and helps future-proof the code.
9682 (timer-until): Use time-subtract and float-time.
08235028 9683 (timer--time-less-p): Use time-less-p.
f34755dc 9684
56e6cc31
JB
96852011-07-04 Juanma Barranquero <lekktu@gmail.com>
9686
3abb79e5
JB
9687 * type-break.el (timep): Use the value of `float-time' to avoid a
9688 byte-compiler warning.
9689
56e6cc31
JB
9690 * server.el (server-eval-and-print): Return any result, even nil.
9691
7b9430b4
PE
96922011-07-03 Paul Eggert <eggert@cs.ucla.edu>
9693
9694 * type-break.el: Accept time formats that the builtins accept.
9695 (timep, type-break-time-difference): Accept any format that
9696 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
9697 This is simpler and helps future-proof the code.
9698 (type-break-time-difference): Round rather than ignoring
9699 subseconds components.
9700
3034e9e7
LMI
97012011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9702
9703 * info.el (Info-apropos-matches): Make non-interactive, since it
9704 doesn't seem to do anything useful as a command (bug#8829).
9705
1485f4c0
CY
97062011-07-03 Chong Yidong <cyd@stupidchicken.com>
9707
9708 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 9709 Move from faces.el.
1485f4c0
CY
9710 (frame-default-terminal-background): New function.
9711
9712 * custom.el (custom-push-theme): Don't record faces in `changed'
9713 theme; this doesn't work correctly for per-frame face settings.
9714 (disable-theme): Use face-set-after-frame-default to reset faces.
9715 (custom--frame-color-default): New function.
9716
9fa3dd45
LMI
97172011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9718
c8af70e1 9719 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
9720 (bug#8769).
9721
6cbbc20c
KR
97222011-03-29 Kevin Ryde <user42@zip.com.au>
9723
9724 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9725 `perl-Test2' extend to match possible "fail #N" rep count
9726 (bug#8377).
9727
c7f98048
LMI
97282011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9729
65676592
LMI
9730 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
9731 `smtpmail-via-smtp' now returns the error instead of nil.
9732
c7f98048
LMI
9733 * isearch.el (isearch-search-fun-function): Clarify the doc string
9734 (bug#8101).
9735
56e6cc31 97362011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
9737
9738 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
9739 unnecessary spaces (bug#8987).
9740
2b216704
LMI
97412011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9742
9743 * net/network-stream.el (open-network-stream): Use the
9744 :end-of-capability command thoughout.
9745
97462011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9747
9748 * net/network-stream.el (open-network-stream): Add the
9749 :end-of-capability command parameter, used by pop3.el.
9750
36adf6ce
LMI
97512011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9752
1ca0da0e
LMI
9753 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
9754
fc00f69c
LMI
9755 * fringe.el (fringe-query-style): Remove redundant text " (type ?
9756 for list)" (bug#6475).
9757
28fd8759 9758 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 9759 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
9760 an error (bug#6297).
9761
0dd8b6da
LMI
9762 * man.el (Man-reference-regexp): Allow matching possible
9763 word-wrapped references (bug#6289).
9764
ce1438d6
LMI
9765 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
9766 for consistency with the other vc buffers (bug#6197).
9767 (vc-checkin): Ditto.
9768
9769 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
9770
36adf6ce
LMI
9771 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
9772
e83cc1f7
LMI
97732011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9774
8a20ca4c
LMI
9775 * custom.el (defcustom): Clarify that :set is only used in the
9776 Customize user interface (bug#6089).
9777
83319045
LMI
9778 * progmodes/flymake.el (flymake-mode): If the buffer isn't
9779 associated with a file, refuse to run instead of erroring out
9780 (bug#6084).
9781
a8392169
LMI
9782 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
9783 the doc string, since it appears that using `fill-column' always
9784 controls the width (bug#7845).
9785
e83cc1f7
LMI
9786 * simple.el (shell-command-on-region): Say where the error output
9787 went if `shell-command-default-error-buffer' is set (bug#6857).
9788
e47ca23b
KM
97892011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
9790
9791 * allout.el (allout-yank-processing): Adjust cursor position for
9792 backwards-deleted space.
9793
9794 (allout-rebullet-heading): Register changes with
9795 allout-exposure-changed-hook, so the modified topic is properly
9796 decorated.
9797
5cf56143
LMI
97982011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9799
08549772
LMI
9800 * minibuffer.el (completion-in-region): Document PREDICATE
9801 (bug#7136).
9802
48e96771
LMI
9803 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
9804 of keyword/argument pairs (bug#6904).
9805
c8af70e1
SM
9806 * replace.el (multi-occur):
9807 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 9808
e17d05e2
LMI
98092011-07-02 Drew Adams <drew.adams@oracle.com>
9810
9811 * dired.el (dired-mark-if): Make the message about whether it's
9812 marking or unmarking clearer (bug#8523).
9813
063b0e45
LMI
98142011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9815
9816 * disp-table.el (display-table-print-array): New function.
9817 (describe-display-table): Use it to print the vectors more pretty
9818 (Bug#8859).
9819
28545e04
MR
98202011-07-02 Martin Rudalics <rudalics@gmx.at>
9821
9822 * window.el (window-state-get-1): Don't assign clone numbers.
9823 Add clone-of item to list of window parameters.
9824 (window-state-put-2): Don't process clone numbers.
9825 (display-buffer-alist): Fix doc-string.
9826
3349e122
SM
98272011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
9828
9829 * subr.el (remq): Don't allocate if it's not needed.
9830 (keymap--menu-item-binding, keymap--menu-item-with-binding)
9831 (keymap--merge-bindings): New functions.
9832 (keymap-canonicalize): Use them to refine the canonicalization.
9833 * minibuffer.el (minibuffer-local-completion-map)
9834 (minibuffer-local-must-match-map): Move initialization from C.
9835 (minibuffer-local-filename-completion-map): Move initialization from C;
9836 don't inherit from anything here.
9837 (minibuffer-local-filename-must-match-map): Make obsolete.
9838 (completing-read-default): Use make-composed-keymap to combine
9839 minibuffer-local-filename-completion-map with either
9840 minibuffer-local-must-match-map or
9841 minibuffer-local-filename-completion-map.
9842
d224ac83
GM
98432011-07-01 Glenn Morris <rgm@gnu.org>
9844
3de63bf8
GM
9845 * type-break.el (type-break-time-sum): Use dolist.
9846
d224ac83
GM
9847 * textmodes/flyspell.el (flyspell-word-search-backward):
9848 Replace CL function.
9849
1a1e3f32
SM
98502011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9851
fe3f64d5
SM
9852 * mouse.el (mouse--strip-first-event): New function.
9853 (function-key-map): Use it to map fringe clicks to normal clicks
9854 by default.
9855
eb604e34
SM
9856 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
9857 (vc-bzr-revision-completion-table): Add support for annotate and date.
9858
1a1e3f32
SM
9859 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
9860 inherit from parent.
9861
5bd35902
LMI
98622011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9863
ace6c69c 9864 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 9865 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 9866
191e2bed
LMI
9867 * dired.el (dired-mode): Fix up the doc string as suggested by
9868 Drew Adams (bug#8817).
9869
5bd35902
LMI
9870 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
9871 cookie, since the manual says that it should be possible to add
9872 this function to `find-file-hook' (bug#8709).
9873
eee8207a
TZ
98742011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
9875
9876 * progmodes/cfengine.el: Moved all cfengine3.el functionality
9877 here. Noted Ted Zlatanov as the maintainer.
9878 (cfengine-common-settings, cfengine-common-syntax): New functions
9879 to set up common things between `cfengine-mode' and
9880 `cfengine3-mode'.
9881 (cfengine3-mode): New mode.
9882 (cfengine3-defuns cfengine3-defuns-regex
9883 (cfengine3-class-selector-regex cfengine3-category-regex)
9884 (cfengine3-vartypes cfengine3-font-lock-keywords)
9885 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 9886 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 9887
36b148cf
MA
98882011-07-01 Michael Albinus <michael.albinus@gmx.de>
9889
9890 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
9891
9892 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
9893
0bf4ba9a
MR
98942011-07-01 Martin Rudalics <rudalics@gmx.at>
9895
9896 * window.el (same-window-buffer-names, same-window-regexps)
9897 (same-window-p, special-display-frame-alist)
9898 (special-display-popup-frame, special-display-function)
9899 (special-display-buffer-names, special-display-regexps)
9900 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
9901 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9902 (split-window-preferred-function, split-height-threshold)
9903 (split-width-threshold, even-window-heights)
9904 (display-buffer-mark-dedicated, window-splittable-p)
9905 (split-window-sensibly, window-safely-shrinkable-p):
9906 Un-obsolete.
9907 (display-buffer): Don't spread args with function specifier
9908 because special-display-popup-frame won't like it.
9909
35837f51
PE
99102011-07-01 Paul Eggert <eggert@cs.ucla.edu>
9911
d0672f86
PE
9912 Time-stamp simplifications and fixes.
9913 These improve accuracy slightly, and future-proof the code
9914 against some potential changes to current-time format.
9915
b9444d97
PE
9916 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
9917 by using time-since and float-time.
9918
0ef923dc
PE
9919 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
9920 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
9921 + NNN microseconds".
9922
2f81380d
PE
9923 * type-break.el (type-break-time-sum): Rewrite using time-add.
9924
845b5c3e
PE
9925 * play/hanoi.el (hanoi-current-time-float): Remove.
9926 All uses replaced by float-time.
9927
ee6f1be0
PE
9928 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
9929 This yields a more-accurate answer.
9930 (rng-time-to-float): Remove; no longer needed.
9931
fe955043
PE
9932 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
9933
5777162a
PE
9934 * calendar/timeclock.el (timeclock-seconds-to-time):
9935 Defalias to seconds-to-time, since they're the same thing.
9936
3103f8b6 9937 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 9938 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
9939 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
9940
0e61a35f
SM
99412011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9942
9943 * window.el (bury-buffer): Don't iconify the only frame.
9944 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
9945 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
9946
ddd63a1e
CY
99472011-07-01 Chong Yidong <cyd@stupidchicken.com>
9948
0e61a35f
SM
9949 * eshell/em-smart.el (eshell-smart-display-navigate-list):
9950 Add mouse-yank-primary.
ddd63a1e 9951
055f4923
TZ
99522011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
9953
9954 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
9955
6a2fb145
SM
99562011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9957
9958 * emacs-lisp/find-func.el (find-library--load-name): New fun.
9959 (find-library-name): Use it to find relative load names when provided
9960 absolute file name (bug#8803).
9961
fd4983f2
LMI
99622011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9963
887d14ad
LMI
9964 * textmodes/flyspell.el (flyspell-word): Consider words that
9965 differ only in case as potential doublons (bug#5687).
9966
c53dc7fc
LMI
9967 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
9968 Remove two rather uninteresting debugging-like messages to make
9969 debbugs.el more silent.
9970
fd4983f2
LMI
9971 * comint.el (comint-password-prompt-regexp): Accept "Response" as
9972 a password-like phrase.
9973
7a71b18d 99742011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
9975
9976 * progmodes/cc-guess.el: New file.
9977
6a2fb145 9978 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
9979
9980 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
9981 derived from `c-basic-common-init'.
9982
9983 * progmodes/cc-mode.el (top-level): Require cc-guess.
9984 (c-basic-common-init): Use `cc-choose-style-for-mode'.
9985
1fa280a3
LM
99862011-06-30 Lawrence Mitchell <wence@gmx.li>
9987
9988 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
9989
e6597158
AM
99902011-06-30 Alan Mackenzie <acm@muc.de>
9991
1fa280a3
LM
9992 * progmodes/cc-engine.el (c-guess-continued-construct):
9993 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
9994 lock is disabled. Name this case as "CASE G".
9995
68ba37fb
KM
99962011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
9997
9998 * allout.el (allout-yank-processing): Fix injection of extra space
9999 between bullet and non-whitespace character in first topic when
10000 pasting, ensuring that the actual spacing in the pasted topic
10001 following the bullet char is preserved. This extra space was
10002 causing pasted encrypted topics to get a decrypted status even
10003 when the content was actually still encrypted. Now the decryption
10004 status from before the paste is preserved.
10005
10006 (allout-flag-region): Set all allout overlays so they evaporate
10007 when reduced to zero length (evanescent), to prevent overlay
10008 leakage.
10009
887a0b34
GM
100102011-06-30 Glenn Morris <rgm@gnu.org>
10011
94b9acce
GM
10012 * w32-fns.el (w32-charset-info-alist): Declare.
10013
1d9b46d4
GM
10014 * find-dired.el (find-grep-options): Simplify.
10015
cc232200
GM
10016 * term/ns-win.el (ns-set-resource): Declare.
10017
28e77c46
GM
10018 * ses.el (row, col): Declare dynamic variables honestly.
10019
887a0b34
GM
10020 * textmodes/reftex-parse.el (index-tags): Declare.
10021
658d8eb8
CY
100222011-06-30 Chong Yidong <cyd@stupidchicken.com>
10023
10024 * cus-edit.el (customize-push-and-save): New function.
10025
10026 * files.el (hack-local-variables-confirm): Use it.
10027
1fa280a3
LM
10028 * custom.el (load-theme): New arg NO-CONFIRM.
10029 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
10030 (custom-enabled-themes): Doc fix.
10031
10032 * cus-theme.el (customize-create-theme)
10033 (custom-theme-merge-theme): Callers to load-theme changed.
10034
bb617717
LMI
100352011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10036
d61bdd5d
LMI
10037 * thingatpt.el (thing-at-point-short-url-regexp): Require that
10038 short URLs have at least one dot in them (bug #7614).
10039
bb617717
LMI
10040 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
10041 nil, because using a pty is apparently too slow (bug #895).
10042
2f31f37a
LMI
100432011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10044
10045 * mail/sendmail.el (sendmail-query-once): New function.
10046 (sendmail-query-once-function): New variable.
10047
3076b24e
GM
100482011-06-29 Glenn Morris <rgm@gnu.org>
10049
faf2a174
GM
10050 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
10051
3076b24e
GM
10052 * ses.el (top-level): Require cl when compiling.
10053 (ses-set-localvars): Fix error statement.
10054 Call it at compile time to silence a storm of warnings.
10055
5386012d
MR
100562011-06-29 Martin Rudalics <rudalics@gmx.at>
10057
10058 * window.el (normalize-live-buffer): Rename to
10059 window-normalize-buffer.
10060 (normalize-live-frame): Rename to window-normalize-frame.
10061 (normalize-any-window): Rename to window-normalize-any-window.
10062 (normalize-live-window): Rename to window-normalize-live-window.
10063 (make-window-atom): Rename to window-make-atom.
10064 (window-resize-reset): Rename to window--resize-reset.
10065 (window-resize-reset-1): Rename to window--resize-reset-1.
10066 (resize-mini-window): Rename to window--resize-mini-window.
10067 (resize-subwindows-skip-p): Rename to
10068 window--resize-subwindows-skip-p.
10069 (resize-subwindows-normal): Rename to
10070 window--resize-subwindows-normal.
10071 (resize-subwindows): Rename to window--resize-subwindows.
10072 (resize-other-windows): Rename to window--resize-siblings.
10073 (resize-this-window): Rename to window--resize-this-window.
10074 (resize-root-window): Rename to window--resize-root-window.
10075 (resize-root-window-vertically): Rename to
10076 window--resize-root-window-vertically.
10077 (normalize-buffer-to-display): Rename to
10078 window-normalize-buffer-to-display.
10079 (normalize-buffer-to-switch-to): Rename to
10080 window-normalize-buffer-to-switch-to.
10081 Correspondingly update all callers of the functions listed
10082 above.
10083 (display-buffer-alist, display-buffer-normalize-arguments)
10084 (display-buffer-normalize-options, display-buffer)
10085 (display-buffer-alist-set): Use "function" instead of
10086 "fun-with-args".
10087
1176868d
CY
100882011-06-28 Chong Yidong <cyd@stupidchicken.com>
10089
10090 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
10091 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
10092 debbugs.gnu.org. Mention acknowledgment email.
10093
20a7a65f
LMI
100942011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
10095
10096 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
10097 buffer multibyteness, since it shouldn't matter.
10098
5f45cca5
MR
100992011-06-28 Martin Rudalics <rudalics@gmx.at>
10100
10101 * window.el (display-buffer-in-side-window): Handle dedicated
10102 windows as in display-buffer-reuse-window.
10103 (display-buffer-normalize-alist): Use value of override
10104 specifier.
10105 (display-buffer-normalize-specifiers): Use value of
10106 other-window-means-other-frame specifier.
10107 (display-buffer-alist): Rewrite some texts in widgets.
10108 (display-buffer): Spread arguments when calling function
10109 specified by fun-with-args.
10110
ad85fe1f
DD
101112011-06-28 Deniz Dogan <deniz@dogan.se>
10112
1fa280a3
LM
10113 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10114 Unnest `let'.
da68c4c8 10115
ad85fe1f
DD
10116 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
10117 selectors (Bug#5732).
ec49bd31 10118 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 10119
a08cc025
JA
101202011-06-27 Jari Aalto <jari.aalto@cante.net>
10121
10122 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
10123 (eshell-ls-date-format): New defcustom.
10124 (eshell-ls-file): Use it.
10125
e2b551c5
SM
101262011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
10127
10128 * help-fns.el (describe-variable): Fix message for terminal-local vars.
10129
8982b231
KY
101302011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
10131
10132 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
10133 (ange-ftp-make-tmp-name): New arg.
10134 (ange-ftp-file-local-copy): Use it.
10135
36c9fa27
J
101362011-06-27 Jambunathan K <kjambunathan@gmail.com>
10137
10138 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
10139 no-conversion (Bug#8870).
10140
d68443dc
MR
101412011-06-27 Martin Rudalics <rudalics@gmx.at>
10142
10143 * window.el (window-right, window-left, window-child)
10144 (window-child-count, window-last-child)
10145 (window-iso-combination-p, walk-window-tree-1)
10146 (window-atom-check-1, window-tree-1, delete-window)
10147 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
10148 new naming conventions - window-vchild, window-hchild,
10149 window-next and window-prev are now called window-top-child,
10150 window-left-child, window-next-sibling and window-prev-sibling
10151 respectively.
d615d6d2
MR
10152 (resize-window-reset): Rename to window-resize-reset.
10153 (resize-window-reset-1): Rename to window-resize-reset-1.
10154 (resize-window): Rename to window-resize.
10155 (window-min-height, window-min-width)
10156 (resize-mini-window, resize-this-window, resize-root-window)
10157 (resize-root-window-vertically, adjust-window-trailing-edge)
10158 (enlarge-window, shrink-window, maximize-window)
10159 (minimize-window, delete-window, quit-restore-window)
10160 (split-window, balance-windows, balance-windows-area-adjust)
10161 (balance-windows-area, window-state-put-2)
10162 (display-buffer-even-window-sizes, display-buffer-set-height)
10163 (display-buffer-set-width, set-window-text-height)
10164 (fit-window-to-buffer): Rename all "resize-window" prefixed
10165 calls to use the "window-resize" prefix convention.
10166 (display-buffer-alist): Fix symbol for label specifier.
10167 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
10168 corresponding specifier.
10169 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 10170
b6458526
VB
101712011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
10172
10173 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
10174 convention.
10175 (ses-call-printer): Does not pass an empty string to formatter when the
10176 cell is empty to keep from barking printer Calc math-format-value.
10177
d31fd9ac
RS
101782011-06-27 Richard Stallman <rms@gnu.org>
10179
43d5bf84
RS
10180 * battery.el (battery-mode-line-limit): New variable.
10181 (battery-update): Handle it.
10182
d31fd9ac
RS
10183 * mail/rmailmm.el (rmail-mime-process-multipart):
10184 Handle truncated messages.
10185
819a6054
GM
101862011-06-27 Glenn Morris <rgm@gnu.org>
10187
10188 * progmodes/flymake.el (flymake-err-line-patterns):
10189 Allow for column numbers in the ant/javac pattern. (Bug#8866)
10190
cedc73f2
VB
101912011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
10192
819a6054 10193 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
10194 (ses--clean-!, ses--clean-_): New functions.
10195 (ses-range): Add configurability of readout order, and conversion
10196 to Calc vector.
10197
5e5d49b6
VB
10198 * ses.el (ses-repair-cell-reference-all): New function.
10199 (ses-cell-symbol): Set macro as safe, so that it can be used in
10200 formulas.
10201
56e6cc31 10202 * ses.el: Update cycle detection algorithm.
90ca8b49 10203 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 10204 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
10205 (ses-set-localvars): New function.
10206 (ses-make-cell): Add property-list as a cell element.
10207 (ses-cell-property-get-fun, ses-cell-property-get)
10208 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
10209 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
10210 New functions.
90ca8b49
VB
10211 (ses-cell-property-set, ses-cell-property-pop)
10212 (ses-cell-property-get-handle): New macro.
10213 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
10214 New aliases, used for code readability.
10215 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
10216 cycle detection.
10217 (ses-self-reference-early-detection): New defcustom.
fac916bf 10218 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
10219 (ses-mode): Use ses-set-localvars.
10220 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
10221 before lauching the update processing.
10222 (ses-initialize-Dijkstra-attempt): New function.
10223 (ses-recalculate-cell): Update for cycle detection based on
10224 Dijkstra algorithm.
10225
2bb63e81
VB
10226 * ses.el: Fix commenting and indenting convention.
10227
c9d29fb8
SM
102282011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
10229
10230 * bs.el (bs-cycle-next): Complete last change.
10231
d8e4b68b
JB
102322011-06-27 Drew Adams <drew.adams@oracle.com>
10233
10234 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
10235
40098786
LMI
102362011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10237
c9d29fb8
SM
10238 * net/network-stream.el (network-stream-open-starttls):
10239 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
10240 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
10241
40098786
LMI
10242 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
10243 to binary to possibly avoid line encoding issues on Windows (among
10244 other things).
10245
468d09d4
LMI
102462011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10247
10248 * net/network-stream.el (open-network-stream): Return an :error
10249 saying what the problem was, if possible.
10250
10251 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
10252 server.
10253
10254 * net/network-stream.el (network-stream-open-starttls): If we
10255 wanted to use STARTTLS, and the server offered it, but we weren't
10256 able to because we had no STARTTLS support, then close the connection.
10257 (open-network-stream): Return an :error element, if present.
10258
16f07dd7
CY
102592011-06-26 Chong Yidong <cyd@stupidchicken.com>
10260
88821ca0
CY
10261 * hl-line.el (hl-line-sticky-flag): Doc fix.
10262 (global-hl-line-sticky-flag): New option (Bug#8323).
10263 (global-hl-line-highlight): Obey it.
10264
16f07dd7
CY
10265 * vc/vc.el (vc-revert-show-diff): Default to t.
10266
6b5ccddf
KM
102672011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
10268
c9d29fb8
SM
10269 * allout-widgets.el (allout-widgets-post-command-business):
10270 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
10271 undecorated when an isearch is continued past, and isearch
10272 automatically collapses them. This leads to "widget leaks", where
10273 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
10274 hidden widgets can slow down cursor travel, substantially.
10275 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
10276 so we're doing without this nicety.
10277
10278 (allout-widgets-tally-string): Don't try to do a hash-table-count
10279 of allout-widgets-tally when it's nil. This eliminates spurious "Error
10280 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
10281 *Messages* when allout-widgets-maintain-tally is t.
10282
355f2e07
MR
102832011-06-26 Martin Rudalics <rudalics@gmx.at>
10284
10285 * window.el (display-buffer-normalize-argument): Rename to
10286 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
10287 LABEL argument. Respect special-display-function when popping up
10288 a new frame. Fix code searching for a window showing the buffer
10289 on another frame.
c9d29fb8
SM
10290 (display-buffer-normalize-specifiers):
10291 Call display-buffer-normalize-arguments.
355f2e07
MR
10292 (display-buffer-in-window): Don't undedicate the window if its
10293 buffer remains the same.
10294 Reported by Drew Adams <drew.adams@oracle.com>.
10295 (display-buffer-alist): Add choice for same-window macro
10296 specfier.
10297 (display-buffer): Mention special meaning of LABEL argument in
10298 doc-string. Fix quoting. Don't pop up a new frame even as
10299 fallback.
10300
7ca8fc42
JB
103012011-06-26 Juanma Barranquero <lekktu@gmail.com>
10302
10303 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
10304 avoid deleting the current window in some cases (bug#8911).
10305
bc312254
AS
103062011-06-26 Andreas Schwab <schwab@linux-m68k.org>
10307
10308 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
10309 (Bug#8934)
10310
2db18f3f
LMI
103112011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10312
c9d29fb8
SM
10313 * net/network-stream.el (network-stream-open-starttls):
10314 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
10315 (network-stream-open-tls): Ditto.
10316
6302e0d3
LL
103172011-06-26 Leo Liu <sdl.web@gmail.com>
10318
10319 * register.el (registerv): New struct.
10320 (registerv-make): New function.
c9d29fb8
SM
10321 (jump-to-register, describe-register-1, insert-register):
10322 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
10323 struct. (Bug#8415)
10324
5fdd4046
CY
103252011-06-26 Chong Yidong <cyd@stupidchicken.com>
10326
2afef60a
CY
10327 * vc/vc.el (vc-revert-show-diff): New defcustom.
10328 (vc-diff-internal): New arg specifying diff buffer.
10329 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
10330 reuse an existing *vc-diff* buffer (Bug#8927).
10331
5fdd4046
CY
10332 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
10333
e93db24a
GM
103342011-06-26 Glenn Morris <rgm@gnu.org>
10335
10336 * progmodes/f90.el (f90-critical-indent): New option.
10337 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
10338 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
10339 (f90-mode): Doc fix.
10340 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
10341 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
10342 (f90-beginning-of-block, f90-next-block, f90-indent-region)
10343 (f90-match-end): Handle block, critical.
10344
eefff499
GM
103452011-06-25 Glenn Morris <rgm@gnu.org>
10346
f6ba4cc9
GM
10347 * calendar/diary-lib.el (diary-included-files): Doc fix.
10348 (diary-include-files): New function, extracted from
10349 diary-include-other-diary-files and diary-mark-included-diary-files.
10350 (diary-include-other-diary-files, diary-mark-included-diary-files):
10351 Just call diary-include-files.
10352 (diary-mark-entries): Reset diary-included-files on first call.
10353
16712304
GM
10354 * calendar/diary-lib.el (diary-mark-entries)
10355 (diary-mark-included-diary-files):
10356 Visit included diary-files in temp buffers.
10357
5d8e0d43
GM
10358 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
10359 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
10360 (f90-start-block-re, f90-imenu-generic-expression)
10361 (f90-looking-at-program-block-start, f90-no-block-limit):
10362 Add support for submodules.
10363
ccf7a5d5
GM
10364 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
10365 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 10366
11fdef7d 103672011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
10368
10369 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
10370 buffer-file-type before setting its value, to avoid disastrous
eefff499 10371 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 10372
74f53697
JB
103732011-06-25 Juanma Barranquero <lekktu@gmail.com>
10374
10375 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
10376
10377 * ses.el (ses-unload-function):
10378 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
10379
10380 * proced.el (proced-unload-function):
10381 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
10382
18a4ce5e
AR
103832011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
10384
10385 * server.el (server-create-window-system-frame): Add parameters arg.
10386 (server-process-filter): Doc fix. Handle frame-parameters.
10387
519d22cc
JB
103882011-06-25 Juanma Barranquero <lekktu@gmail.com>
10389
10390 Fix bug#8730, bug#8781.
10391
10392 * loadhist.el (unload--set-major-mode): New function.
10393 (unload-feature): Use it.
10394
10395 * progmodes/python.el (python-after-info-look): Add autoload cookie.
10396 (python-unload-function): New function.
10397
c206f5b0
SM
103982011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10399
10400 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
10401
f9ad64f3
GS
104022011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
10403
10404 * net/browse-url.el (browse-url-firefox-program): Add icecat to
10405 the candidates list.
10406
7d0da90e
JB
104072011-06-24 Juanma Barranquero <lekktu@gmail.com>
10408
10409 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
10410
14b4e83d
RS
104112011-06-23 Richard Stallman <rms@gnu.org>
10412
10413 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
10414 (rmail-variables): Set next-error-move-function.
10415 (rmail-what-message): Take argument POS.
10416 (rmail-next-error-move): New function.
10417
273d2baf
SM
104182011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10419
10420 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
10421 messages for adjacent non-terminals.
10422
56c2cc9a
RS
104232011-06-23 Richard Stallman <rms@gnu.org>
10424
10425 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 10426 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
10427 (rmail-start-mail): Don't specify use of rmail-mail-return;
10428 that's done by mail-bury now.
10429 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 10430
d59eb518
MA
104312011-06-23 Michael Albinus <michael.albinus@gmx.de>
10432
10433 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
10434 SIZE is a number.
10435
02cfc6d6
MR
104362011-06-23 Martin Rudalics <rudalics@gmx.at>
10437
10438 * window.el (get-lru-window, get-mru-window)
10439 (get-largest-window): Never return a minibuffer window.
10440 (display-buffer-pop-up-window): Fix a bug that could lead to
10441 reusing the minibuffer window.
10442 (display-buffer): Pass original specifier argument to
10443 display-buffer-function instead of the normalized one.
10444 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
10445
4e323265
LL
104462011-06-22 Leo Liu <sdl.web@gmail.com>
10447
10448 * minibuffer.el (completing-read-function)
10449 (completing-read-default): Move from minibuf.c
10450
7a70468f
RS
104512011-06-22 Richard Stallman <rms@gnu.org>
10452
50718fc2
RS
10453 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
10454 to Rmail even if not started by a special Rmail command.
10455
7a70468f
RS
10456 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
10457 Copy the buffer currently showing just one message.
10458
297dde5a
RW
104592011-06-22 Roland Winkler <winkler@gnu.org>
10460
10461 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
10462 (bibtex-clean-entry): First delete the old key so that a
10463 customized algorithm for generating the new key does not get
10464 confused by the old key.
10465 (bibtex-url): Obey regexp of first step.
10466 (bibtex-search-entries): Do not use add-to-list with local
10467 list-var.
10468
97bb1093
LMI
104692011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10470
10471 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
10472 stored a user name, then query for the password first, instead of
10473 waiting for SMTP to give an error message and the trying again.
10474
1c0f1a19
JD
104752011-06-22 Lawrence Mitchell <wence@gmx.li>
10476
10477 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
10478 BUFFER in call-process.
10479
396f7c9d
LMI
104802011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10481
10482 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
10483 QUIT twice.
ddb7ffee
LMI
10484 (smtpmail-try-auth-methods): Require user name and password from
10485 auth-source.
396f7c9d 10486
8998d1b3
MR
104872011-06-22 Martin Rudalics <rudalics@gmx.at>
10488
10489 * window.el (display-buffer-default-specifiers)
10490 (display-buffer-alist): Remove entries for pop-up-frame-alist.
10491 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 10492 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
10493
10494 * frame.el (pop-up-frame-alist, pop-up-frame-function)
10495 (special-display-frame-alist, special-display-popup-frame):
10496 Remove duplicate declarations. These are now in window.el.
10497
4ea31e07
LMI
104982011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10499
c9d29fb8
SM
10500 * mail/smtpmail.el (smtpmail-via-smtp):
10501 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
10502 server supports it. SMTP servers that support STARTTLS commonly
10503 require it.
10504
10505 * net/network-stream.el (network-stream-open-starttls): Support
10506 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 10507 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 10508
95f41d9a
LMI
10509 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
10510 upgrades with `open-network-stream', and rely solely on
10511 auth-source for all credentials. Big changes throughout the file,
10512 but in particular:
c9d29fb8
SM
10513 (smtpmail-auth-credentials): Remove.
10514 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
10515 (smtpmail-via-smtp): Check for servers saying they want AUTH after
10516 MAIL FROM, too.
95f41d9a 10517
c9d29fb8
SM
10518 * net/network-stream.el (network-stream-open-starttls):
10519 Provide support for client certificates both for external and built-in
4ea31e07
LMI
10520 STARTTLS.
10521 (auth-source): Require.
10522 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
10523 (network-stream-certificate): Change cert-cert to cert and
10524 cert-key to key.
4ea31e07 10525
065ec2c7
MA
105262011-06-21 Michael Albinus <michael.albinus@gmx.de>
10527
10528 * net/tramp-cache.el (top): Don't load the persistency file when
10529 "emacs -Q" has been called.
10530
cd93b359
DR
105312011-06-21 Tim Harper <timcharper@gmail.com>
10532
d8e4b68b
JB
10533 * term/ns-win.el (ns-initialize-window-system):
10534 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
10535 resource to NO as it is not yet supported by the NS port.
10536
ae9c0411
JB
105372011-06-21 Juanma Barranquero <lekktu@gmail.com>
10538
10539 * misc.el (list-dynamic-libraries--refresh): Compute header here...
10540 (list-dynamic-libraries): ...not here.
10541
7f3f739f
LL
105422011-06-21 Leo Liu <sdl.web@gmail.com>
10543
10544 * subr.el (sha1): Implement sha1 using secure-hash.
10545
327c8fb1
MR
105462011-06-21 Martin Rudalics <rudalics@gmx.at>
10547
10548 * window.el (display-buffer-alist): In default value do not
10549 enforce searching a window on any but the selected frame.
10550 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
10551 (display-buffer-select-window): Remove function.
10552 (display-buffer-in-window): When a window on another frame gets
10553 reused, do not select it any more but just raise its frame if
10554 necessary (Bug#8851) and (Bug#8856).
10555 (display-buffer-normalize-options): Handle pop-up-frames related
10556 options more faithfully.
10557 (pop-to-buffer): Don't rely on `display-buffer' selecting the
10558 window if it is on another frame.
c9d29fb8
SM
10559 (display-buffer-alist, display-buffer-default-specifiers):
10560 Don't make new frame unsplittable by default.
9e9de014
MR
10561 (display-buffer-normalize-argument): Fix doc-string typo and use
10562 'same-frame-other-window instead of 'other-window when associating
10563 with display-buffer-macro-specifiers.
327c8fb1 10564
7cf3f556
VB
105652011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
10566
10567 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
10568 New functions.
10569 (5x5-mode-map, 5x5-mode-menu): Bind them.
10570 (5x5-draw-grid): Tweak the solver's rendering.
10571
60a406cf
SM
105722011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10573
10574 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
10575 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
10576
d8e4b68b 105772011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
10578
10579 * menu-bar.el: Use function variable instead of switch-to-buffer.
10580 (menu-bar-select-buffer-function): New variable.
60a406cf 10581 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 10582
478d6f95
SM
105832011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10584
10585 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
10586 variable's status.
10587
ca530739
JD
105882011-06-20 Jan Djärv <jan.h.d@swipnet.se>
10589
10590 * x-dnd.el (x-dnd-version-from-flags)
10591 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
10592 and long as number (Bug#8899).
10593 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
10594
bcd70d97
SM
105952011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10596
60a406cf 10597 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
10598 (completion-try-completion, completion-all-completions): Compute the
10599 metadata argument if it's missing; make it optional (bug#8795).
10600
60a406cf 10601 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
10602 (widget-complete): Use new :completion-function property.
10603 (widget-completions-at-point): New function.
10604 (default): Use :completion-function instead of :complete.
60a406cf
SM
10605 (widget-default-completions): Rename from widget-default-complete;
10606 Rewrite.
bcd70d97
SM
10607 (widget-string-complete, widget-file-complete, widget-color-complete):
10608 Remove functions.
10609 (file, symbol, function, variable, coding-system, color):
10610 * international/mule-cmds.el (default-input-method, charset)
10611 (language-info-custom-alist):
10612 * cus-edit.el (face): Use new property :completions.
10613
10614 * progmodes/pascal.el (pascal-completions-at-point): New function.
10615 (pascal-mode): Use it.
10616 (pascal-mode-map): Use completion-at-point.
10617 (pascal-toggle-completions): Make obsolete.
10618 (pascal-complete-word, pascal-show-completions):
10619 * progmodes/octave-mod.el (octave-complete-symbol):
10620 Redefine as obsolete alias.
10621 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
10622 Signal absence of completion info for old Octave,
10623 (inferior-octave-complete): Redefine as obsolete alias.
10624 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
10625 (meta-completions-at-point): Rename from meta-complete-symbol and
10626 adapt it for use on completion-at-point-functions.
10627 (meta-common-mode): Use it.
10628 (meta-looking-at-backward, meta-match-buffer): Remove.
10629 (meta-complete-symbol): Redefine as obsolete alias.
10630 (meta-common-mode-map): Use completion-at-point.
10631 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
10632 (makefile-mode-map): Use completion-at-point.
10633 (makefile-completions-at-point): Rename from makefile-complete and
10634 adapt it for use on completion-at-point-functions.
10635 (makefile-mode): Use it.
10636 (makefile-complete): Redefine as obsolete alias.
10637
aebf69c8
DD
106382011-06-20 Deniz Dogan <deniz@dogan.se>
10639
10640 * net/rcirc.el: Delete trailing whitespaces once and for all.
10641
bfbbb27d
DC
106422011-06-20 Daniel Colascione <dan.colascione@gmail.com>
10643
10644 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
10645
d264a46b
CY
106462011-06-19 Chong Yidong <cyd@stupidchicken.com>
10647
4ca009e5
CY
10648 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
10649
d264a46b
CY
10650 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
10651
fbf5b3ce
MR
106522011-06-19 Martin Rudalics <rudalics@gmx.at>
10653
10654 * window.el (display-buffer-other-window-means-other-frame):
10655 Call display-buffer-normalize-alist.
10656 (display-buffer-normalize-specifiers-1): Rename to
10657 display-buffer-normalize-argument. New argument other-frame.
10658 Rewrite.
10659 (display-buffer-normalize-specifiers-2): Rename to
10660 display-buffer-normalize-options.
10661 (display-buffer-normalize-alist-1): New function.
10662 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
10663 display-buffer-normalize-alist.
10664 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
10665 (display-buffer-normalize-options-inhibit): New variable.
10666 (display-buffer-normalize-specifiers): Rewrite calling
10667 display-buffer-normalize-alist,
10668 display-buffer-normalize-argument, and
10669 display-buffer-normalize-options. Don't call the latter if
10670 display-buffer-normalize-options-inhibit is non-nil.
10671 (frame-auto-delete): New option.
10672 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
10673 (window-list-no-nils, window-state-ignored-parameters)
10674 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
10675 (window-state-put-1, window-state-put-2, window-state-put):
10676 New functions.
9a028c23
MR
10677 (display-buffer-normalize-options): Move special-display-p group
10678 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 10679
6d10d800
CY
106802011-06-18 Chong Yidong <cyd@stupidchicken.com>
10681
6420d28b
CY
10682 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
10683 groups (Bug#8776).
10684 (rx-submatch-n): New function.
10685 (rx): Document it.
10686
ddb8b596
CY
10687 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
10688 (Bug#8768).
10689
10690 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
10691
77080289
CY
10692 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
10693
61dfb316
CY
10694 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
10695 anytime existing face settings are present (Bug#8889).
10696
6d10d800
CY
10697 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
10698 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
10699 Remove unused argument.
10700
be3fb2b8
MR
107012011-06-18 Martin Rudalics <rudalics@gmx.at>
10702
bcd70d97
SM
10703 * window.el (display-buffer-default-specifiers):
10704 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
10705 pop-up-window-min-width, and another reuse-window specifier
10706 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
10707 (display-buffer-normalize-specifiers-2):
10708 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
10709 pop-up-windows is unset. Add a reuse-window specifier for the
10710 case popping up a new window fails.
10711 (special-display-popup-frame): Remove double quoting.
28dec25a 10712 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 10713
1c6d8c76
SM
107142011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10715
10716 * shell.el (shell-completion-vars): Set pcomplete-termination-string
10717 according to comint-completion-addsuffix.
10718
10719 * pcomplete.el: Convert to lexical binding and fix bug#8819.
10720 (pcomplete-suffix-list): Mark as obsolete.
10721 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
10722 pcomplete-seen in the closure.
10723 (pcomplete-comint-setup): Setup completion-at-point as well.
10724 (pcomplete--entries): New function.
10725 (pcomplete--env-regexp): New var.
10726 (pcomplete-entries): Rewrite to work with partial-completion and
10727 without relying on pcomplete-suffix-list.
10728 (pcomplete-pare-list): Remove, unused.
10729
25aef8b8
MR
107302011-06-17 Martin Rudalics <rudalics@gmx.at>
10731
10732 * window.el (display-buffer-alist): Set pop-up-window-min-height
10733 and pop-up-window-min-width in default value. Reported by
10734 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
10735 other-window-means-other-frame.
10736 (display-buffer-macro-specifiers): Comment out entry for
10737 other-window specifier.
10738 (display-buffer-other-window-means-other-frame): New function.
10739 (display-buffer-normalize-specifiers-1): New arguments
10740 buffer-name and label. Treat other-window case specially.
10741 (display-buffer-normalize-specifiers-2): Treat other-window case
10742 specially.
10743 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
10744 (display-buffer-normalize-specifiers):
10745 Call display-buffer-normalize-specifiers-3.
25aef8b8 10746
dbad4f69
MR
107472011-06-17 Martin Rudalics <rudalics@gmx.at>
10748
10749 * window.el (same-window-p): Fix two typos introduced when
10750 adding with-no-warnings.
d1067961
MR
10751 (display-buffer-normalize-specifiers-1): Don't check
10752 pop-up-frames for 'unset initialization.
10753 (display-buffer-normalize-specifiers-2): Major rewrite using
10754 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
10755 (pop-up-frames, display-buffer-reuse-frames)
10756 (display-buffer-mark-dedicated): Don't initialize to 'unset.
10757 Suggested by David Engster <deng@randomsample.de>.
10758 (even-window-heights): Initialize to 'unset.
10759 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
10760 (display-buffer-macro-specifiers): Don't pop up a new frame in the
10761 other window case.
dbad4f69 10762
9b9c9e3a
MR
107632011-06-16 Martin Rudalics <rudalics@gmx.at>
10764
bcd70d97
SM
10765 * window.el (display-buffer-normalize-specifiers-1):
10766 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 10767 second argument of display-buffer (Bug#8865).
981d5c09
MR
10768 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
10769 (switch-to-buffer-other-window-same-frame)
10770 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
10771 Adams (Bug#8875).
9c2755e9
MR
10772 (display-buffer): Don't check noninteractive when calling
10773 display-buffer-pop-up-frame.
10774 (display-buffer-pop-up-frame): Never pop up a frame in
10775 noninteractive mode (Bug#8857).
67222e1d
MR
10776 (enlarge-window, shrink-window): Don't report an error when the
10777 window can't be resized as requested (Bug#8862).
9b9c9e3a 10778
2b75be67
SM
107792011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10780
9ffdd3ba
SM
10781 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
10782
cb581a67
SM
10783 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
10784
2b75be67
SM
10785 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
10786
8c0e3589
AM
107872011-06-15 Alan Mackenzie <acm@muc.de>
10788
cb581a67
SM
10789 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
10790 for declarators, disable knr checking to speed up for normal files.
10791 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 10792
b96e6cde
LMI
107932011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10794
4bba86e6
LMI
10795 * net/network-stream.el (open-network-stream): Add the keyword
10796 :always-query-capabilities for the case where you want to force a
10797 `plain' network connection, but the protocol still requires the
10798 capabilitiy command (i.e., SMTP and EHLO).
10799
2b75be67 10800 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
10801 consistency with other `-live-p' functions.
10802
efdcdbf8
SM
108032011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10804
10805 * window.el (same-window-buffer-names, same-window-regexps)
10806 (special-display-frame-alist, special-display-popup-frame)
10807 (special-display-function, special-display-buffer-names)
10808 (special-display-regexps, pop-up-frame-alist)
10809 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
10810 (pop-up-windows, split-window-preferred-function)
10811 (split-height-threshold, split-width-threshold, even-window-heights)
10812 (display-buffer-mark-dedicated): Don't encourage the use of
10813 display-buffer-alist from Elisp code.
10814
c5cde042
DN
108152011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
10816
10817 * progmodes/python.el (python-mode): Derive from prog-mode.
10818 * progmodes/ps-mode.el (ps-mode):
10819 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 10820 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
10821 * progmodes/ld-script.el (ld-script-mode): Likewise.
10822
baa1c9ab
MR
108232011-06-15 Martin Rudalics <rudalics@gmx.at>
10824
10825 * window.el (display-buffer-alist): Trim default value to avoid
10826 popping up a new frame (Bug#8857) or reusing an arbitrary window
10827 on another frame.
10828 (display-buffer): Do not fall back on popping up a new frame in
10829 batch mode (Bug#8857).
10830
c5dd5a51
CY
108312011-06-14 Chong Yidong <cyd@stupidchicken.com>
10832
10833 * cus-theme.el (describe-theme-1): Use custom-theme-p.
10834 (custom-theme-summary): New function.
10835 (customize-themes): Use it.
10836
d647b7c4
GM
108372011-06-13 Glenn Morris <rgm@gnu.org>
10838
10839 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
10840
9481c002
MR
108412011-06-13 Martin Rudalics <rudalics@gmx.at>
10842
357f93d2
MR
10843 * help.el (help-window): Remove variable.
10844 (help-window-point-marker, temp-buffer-max-height)
10845 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
10846 (help-print-return-message): Don't set help-window.
10847 (resize-temp-buffer-window): Rewrite cod eand doc-string.
10848 (help-window-setup-finish): Remove.
10849 (help-window-display-message, help-window-setup)
10850 (with-help-window): Major rewrite based on new
10851 display-buffer-window variable.
10852
10853 * help-mode.el (help-mode-finish): Remove help-window related
10854 code.
10855
10856 * view.el (view-exits-all-viewing-windows): Remove reference to
10857 view-return-to-alist in doc-string.
10858 (view-return-to-alist): Make obsolete.
10859 (view-buffer): Call pop-to-buffer-same-window and remove
10860 undo-window code.
10861 (view-buffer-other-window): Call pop-to-buffer-other-window and
10862 simplify code. Ignore second argument.
10863 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
10864 simplify code. Ignore second argument.
10865 (view-return-to-alist-update): Make obsolete.
10866 (view-mode-enter): Rename second argument to QUIT-RESTORE.
10867 Rewrite using quit-restore window parameters.
2b75be67
SM
10868 (view-mode-exit): Rename second argument to EXIT-ONLY.
10869 Rewrite using quit-restore-window.
357f93d2
MR
10870 (View-exit, View-exit-and-edit, View-leave, View-quit)
10871 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
10872 appropriate arguments.
10873 (view-end-message): Use quit-restore window parameter.
10874
9481c002
MR
10875 * window.el (display-buffer-function): Rewrite doc-string.
10876 (display-buffer-window, display-buffer-alist): New variables.
10877 (display-buffer-split-specifiers)
10878 (display-buffer-side-specifiers)
10879 (display-buffer-macro-specifiers): New constants.
10880 (display-buffer-even-window-sizes, display-buffer-set-height)
10881 (display-buffer-set-width, display-buffer-select-window)
10882 (display-buffer-in-window, display-buffer-reuse-window)
10883 (display-buffer-split-window-1, display-buffer-split-window)
10884 (display-buffer-split-atom-window, display-buffer-pop-up-window)
10885 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
10886 (display-buffer-in-side-window, normalize-buffer-to-display)
10887 (display-buffer-normalize-specifiers-1)
10888 (display-buffer-normalize-specifiers-2)
2b75be67
SM
10889 (display-buffer-normalize-specifiers, display-buffer-frame):
10890 New functions.
9481c002
MR
10891 (display-buffer): Major rewrite.
10892 (display-buffer-other-window, display-buffer-other-frame)
10893 (pop-to-buffer, switch-to-buffer-other-window)
10894 (switch-to-buffer-other-frame): Rewrite.
10895 (display-buffer-same-window, display-buffer-same-frame)
10896 (display-buffer-same-frame-other-window)
10897 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10898 (pop-to-buffer-other-window)
10899 (pop-to-buffer-same-frame-other-window)
10900 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
10901 (switch-to-buffer-other-window-same-frame): New functions.
10902 (same-window-p, special-display-p): Rewrite disabling warnings.
10903 Make obsolete.
10904 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10905 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
10906 Make obsolete
10907 (same-window-buffer-names, same-window-regexps)
10908 (special-display-frame-alist, special-display-popup-frame)
10909 (special-display-function, special-display-buffer-names)
10910 (special-display-regexps, pop-up-frame-alist)
10911 (pop-up-frame-function, split-window-preferred-function)
10912 (split-height-threshold, split-width-threshold)
10913 (even-window-heights): Make obsolete.
10914
9db51aca
GM
109152011-06-12 Glenn Morris <rgm@gnu.org>
10916
10917 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 10918 Misc simplifications.
9db51aca 10919
39cffb44
MR
109202011-06-12 Martin Rudalics <rudalics@gmx.at>
10921
10922 * window.el (window-safely-shrinkable-p): Restore function which
10923 was inadvertently removed in change from 2011-06-11. Declare as
10924 obsolete.
10925
2b75be67
SM
10926 * calendar/calendar.el (calendar-generate-window):
10927 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
10928 window-safely-shrinkable-p.
10929
a8955be7
GM
109302011-06-12 Glenn Morris <rgm@gnu.org>
10931
10932 * progmodes/fortran.el (fortran-mode-syntax-table):
10933 * progmodes/f90.el (f90-mode-syntax-table):
10934 Set % to punctuation. (Bug#8820)
10935 (f90-find-tag-default): Remove, no longer needed.
10936
f0d4059d
DC
109372011-06-12 Daniel Colascione <dan.colascione@gmail.com>
10938
10939 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
10940
1100a63c
CY
109412011-06-11 Chong Yidong <cyd@stupidchicken.com>
10942
10943 * image.el (image-animated-p): Return animation delay in seconds.
10944 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
10945 (image-animate-timeout): Remove DELAY argument. Don't assume
10946 every subimage has the same delay; get it from image-animated-p.
10947 (image-animate): Caller changed.
10948
def722bf
MA
109492011-06-11 Michael Albinus <michael.albinus@gmx.de>
10950
10951 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
10952 to ignored backtrace functions.
10953
0a2bb1a9
GM
109542011-06-11 Glenn Morris <rgm@gnu.org>
10955
10956 * calendar/appt.el (appt-disp-window-function): Doc fix.
10957 (appt-check): Handle overlapping appointments. (Bug#8337)
10958
6198ccd0
MR
109592011-06-11 Martin Rudalics <rudalics@gmx.at>
10960
10961 * window.el (window-tree-1, window-tree): New functions, moving
10962 the latter to window.el.
10963 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
10964 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
10965 (bw-refresh-edges): Remove.
10966 (balance-windows-1, balance-windows-2): New functions.
10967 (balance-windows): Rewrite in terms of window tree functions,
10968 balance-windows-1 and balance-windows-2.
10969 (bw-adjust-window): Remove.
10970 (balance-windows-area-adjust): New function with functionality of
10971 bw-adjust-window but using resize-window.
2b75be67
SM
10972 (set-window-text-height): Rewrite doc-string.
10973 Use normalize-live-window and resize-window.
10974 (enlarge-window-horizontally, shrink-window-horizontally):
10975 Rename argument to DELTA.
6198ccd0
MR
10976 (window-buffer-height): New function.
10977 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
10978 Rewrite using new window resize routines.
2b75be67
SM
10979 (kill-buffer-and-window, mouse-autoselect-window-select):
10980 Use ignore-errors instead of condition-case.
6198ccd0
MR
10981 (quit-window): Call delete-frame instead of delete-windows-on
10982 for the only buffer on frame.
10983
9397e56f
MR
109842011-06-10 Martin Rudalics <rudalics@gmx.at>
10985
10986 * loadup.el (top-level): Load window before files for the sake
10987 of replace-buffer-in-windows.
10988
10989 * files.el (read-buffer-to-switch)
10990 (switch-to-buffer-other-window)
2b75be67
SM
10991 (switch-to-buffer-other-frame, display-buffer-other-frame):
10992 Move to window.el.
9397e56f
MR
10993
10994 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
10995 (previous-buffer): Move to window.el.
10996
10997 * bindings.el (unbury-buffer): Move to window.el.
10998
10999 * window.el (delete-other-windows-vertically): Move after
11000 definition of delete-other-windows.
11001 (other-window, delete-windows-on, replace-buffer-in-windows):
11002 Move here from window.c.
11003 (record-window-buffer, unrecord-window-buffer)
11004 (set-window-buffer-start-and-point, switch-to-prev-buffer)
11005 (switch-to-next-buffer): New functions.
11006 (get-next-valid-buffer, last-buffer, next-buffer): Move here
11007 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
11008 (previous-buffer): Move here from simple.el.
11009 Call switch-to-prev-buffer.
9397e56f
MR
11010 (bury-buffer): Move here from buffer.c. Switch to previous
11011 buffer when window cannot be deleted.
11012 (unbury-buffer): Move here from bindings.el.
11013 (ctl-x-map): Move binding for other-window from window.c to
11014 here.
11015 (read-buffer-to-switch, switch-to-buffer-other-window)
11016 (switch-to-buffer-other-frame): Move here from files.el.
11017 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
11018 (switch-to-buffer): Move here from buffer.c.
11019 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 11020
562dd5e9
MR
110212011-06-10 Martin Rudalics <rudalics@gmx.at>
11022
11023 * window.el (window-min-height, window-min-width): Move here
11024 from window.c. Add defcustoms and rewrite doc-strings.
11025 (resize-mini-window, resize-window): New functions.
11026 (adjust-window-trailing-edge, enlarge-window, shrink-window):
11027 Move here from window.c.
11028 (maximize-window, minimize-window): New functions.
11029 (delete-window, delete-other-windows, split-window): Move here
11030 from window.c.
11031 (window-split-min-size): New function.
11032 (split-window-keep-point): Mention split-window-above-each-other
11033 instead of split-window-vertically.
2b75be67 11034 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
11035 Rename split-window-vertically to split-window-above-each-other
11036 and provide defalias for old definition.
11037 (split-window-side-by-side, split-window-horizontally):
11038 Rename split-window-horizontally to split-window-side-by-side
11039 and provide defalias for the old definition.
562dd5e9
MR
11040 (ctl-x-map): Move bindings for delete-window,
11041 delete-other-windows and enlarge-window here from window.c.
11042 Replace bindings for split-window-vertically and
11043 split-window-horizontally by bindings for
11044 split-window-above-each-other and split-window-side-by-side.
11045
11046 * cus-start.el (all): Remove entries for window-min-height and
11047 window-min-width. Add entries for window-splits and
11048 window-nest.
11049
f0da764a
GM
110502011-06-09 Glenn Morris <rgm@gnu.org>
11051
80675c21
GM
11052 * calendar/appt.el (appt-mode-line): New function.
11053 (appt-check, appt-disp-window): Use it.
11054
f0da764a
GM
11055 * files.el (hack-one-local-variable-eval-safep):
11056 Allow minor-modes with explicit +/-1 arguments.
11057
59f623b7
TZ
110582011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
11059
11060 * term/xterm.el (xterm): Add defgroup.
11061 (xterm-extra-capabilities): Add defcustom to supply known xterm
11062 capabilities, skip querying them, or query them (default).
11063 (terminal-init-xterm): Use it.
11064 (terminal-init-xterm-modify-other-keys): New function to set up
11065 modifyOtherKeys support to simplify `terminal-init-xterm'.
11066
9aab8e0d
MR
110672011-06-09 Martin Rudalics <rudalics@gmx.at>
11068
11069 * window.el (resize-window-reset, resize-window-reset-1)
11070 (resize-subwindows-skip-p, resize-subwindows-normal)
11071 (resize-subwindows, resize-other-windows, resize-this-window)
11072 (resize-root-window, resize-root-window-vertically)
11073 (window-deletable-p, window-or-subwindow-p)
11074 (frame-root-window-p): New functions.
11075
e8b08aee
GM
110762011-06-09 Glenn Morris <rgm@gnu.org>
11077
11078 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
11079 (ange-ftp-get-files): Use it.
11080
254c37a5
AK
110812011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
11082
11083 * mail/sendmail.el (mail-recover-1, mail-recover):
11084 * files.el (recover-file, recover-session):
11085 Handle dired-listing-switches not being just a single short option.
11086
35d7dbd3
GM
110872011-06-09 Glenn Morris <rgm@gnu.org>
11088
11089 * calendar/appt.el (appt-display-message, appt-disp-window):
11090 Handle lists of appointments.
11091
387522b2
MR
110922011-06-08 Martin Rudalics <rudalics@gmx.at>
11093
2b75be67
SM
11094 * window.el (one-window-p): Move down in code.
11095 Rewrite doc-string.
11096 (window-current-scroll-bars): Rewrite doc-string.
11097 Normalize live window argument.
387522b2
MR
11098 (walk-windows, get-window-with-predicate, count-windows):
11099 Rewrite doc-string. Use window-list-1.
11100 (window-in-direction-2, window-in-direction, get-mru-window):
11101 New functions.
11102
d8e4b68b 111032011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
11104
11105 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
11106 Doc fix (Bug#8713).
11107
111082011-06-08 Chong Yidong <cyd@stupidchicken.com>
11109
11110 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
11111
111122011-06-08 Juanma Barranquero <lekktu@gmail.com>
11113
11114 * loadhist.el (unload-feature-special-hooks):
11115 Add `comint-output-filter-functions'.
11116
0de12c52
IK
111172011-06-08 Ivan Kanis <gnu@kanis.fr>
11118
11119 * calendar/appt.el (appt-check): Move some initializations into the let.
11120
f3d1777e
MR
111212011-06-08 Martin Rudalics <rudalics@gmx.at>
11122
11123 * window.el (window-height): Defalias to window-total-height.
11124 (window-width): Defalias to window-body-width.
11125
18af70d0
CY
111262011-06-07 Chong Yidong <cyd@stupidchicken.com>
11127
11128 * image-mode.el (image-toggle-animation): New command.
11129 (image-mode-map): Bind it to RET.
11130 (image-mode): Update message.
11131 (image-toggle-display-image): Avoid a spurious cache flush.
11132 (image-transform-rotation): Doc fix.
11133 (image-transform-properties): Return quickly in the normal case.
11134 (image-animate-loop): Rename from image-animate-max-time.
11135
2b75be67 11136 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
11137 (create-animated-image): Remove unnecessary function.
11138 (image-animate): Rename from image-animate-start. New arg.
2b75be67 11139 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
11140 (image-animate-timer): Use car-safe.
11141 (image-animate-timeout): Rename argument.
11142
190b47e6
MR
111432011-06-07 Martin Rudalics <rudalics@gmx.at>
11144
11145 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
11146 window.c. Rename first argument to ALL-FRAMES.
11147 Rephrase doc-strings.
11148 (get-buffer-window-list): Rewrite using window-list-1.
11149 Rephrase doc-string.
a1511caf
MR
11150 (window-safe-min-height, window-safe-min-width): New constants.
11151 (window-size-ignore, window-min-size, window-min-size-1)
11152 (window-sizable, window-sizable-p, window-size-fixed-1)
11153 (window-size-fixed-p, window-min-delta-1, window-min-delta)
11154 (window-max-delta-1, window-max-delta, window-resizable)
11155 (window-resizable-p, window-total-height, window-total-width)
11156 (window-body-width): New functions.
11157 (window-full-height-p, window-full-width-p): Rewrite using
11158 window-total-size.
11159 (window-body-height): Rewrite using window-body-size.
190b47e6 11160
85cc1f11
MR
111612011-06-06 Martin Rudalics <rudalics@gmx.at>
11162
11163 * window.el (window-right, window-left, window-child)
11164 (window-child-count, window-last-child, window-any-p)
11165 (normalize-live-buffer, normalize-live-frame)
11166 (normalize-any-window, normalize-live-window)
11167 (window-iso-combination-p, window-iso-combined-p)
11168 (window-iso-combinations)
11169 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
11170 (windows-with-parameter, window-with-parameter)
11171 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
11172 (window-atom-check, window-side-check, window-check):
11173 New functions.
85cc1f11
MR
11174 (ignore-window-parameters, window-sides, window-sides-vertical)
11175 (window-sides-slots): New variables.
11176 (window-size-fixed): Move down in code. Minor doc-string fix.
11177
e7156492
AS
111782011-06-05 Andreas Schwab <schwab@linux-m68k.org>
11179
11180 * comint.el (comint-dynamic-complete-as-filename)
11181 (comint-dynamic-complete-filename): Correctly call
11182 completion-in-region.
11183
7e821d0d
DD
111842011-06-05 Deniz Dogan <deniz@dogan.se>
11185
11186 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
11187 in last change.
11188
ac09b8a1
DD
111892011-06-05 Deniz Dogan <deniz@dogan.se>
11190
11191 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
11192 (rcirc): Use it to prompt for encryption.
11193
34699b85
RW
111942011-06-05 Roland Winkler <winkler@gnu.org>
11195
11196 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
11197 (bibtex-search-entries): New command bound to C-c C-a.
11198 (bibtex-display-entries): New function.
11199
004dedd3
RW
112002011-06-05 Roland Winkler <winkler@gnu.org>
11201
11202 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
11203 (bibtex-insert-kill): After yanking insert newline if necessary.
11204 (bibtex-initialize): Call bibtex-string-files-init only once.
11205 (bibtex-mode): Do not call easy-menu-add.
11206 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
11207 (bibtex-yank): Set arg properly if nil.
11208
022fe7ce
RW
112092011-06-05 Roland Winkler <winkler@gnu.org>
11210
2b75be67
SM
11211 * textmodes/bibtex.el (bibtex-search-entry-globally):
11212 New variable.
022fe7ce
RW
11213 (bibtex-search-entry): Use it.
11214
b7c3692a
RW
112152011-06-05 Roland Winkler <winkler@gnu.org>
11216
11217 * textmodes/bibtex.el (bibtex-entry-format): New option
11218 sort-fields.
11219 (bibtex-format-entry, bibtex-reformat): Honor this option.
11220 (bibtex-parse-entry): Return fields in proper order.
11221
8eda563d
JB
112222011-06-05 Juanma Barranquero <lekktu@gmail.com>
11223
11224 * doc-view.el (doc-view-remove-if): Move computation of result out
11225 of `dolist' to silence misleading lexical-binding warning.
11226
7dbe3dbc
CY
112272011-06-04 Chong Yidong <cyd@stupidchicken.com>
11228
11229 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
11230 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
11231
0c33dd17
MA
112322011-06-04 Michael Albinus <michael.albinus@gmx.de>
11233
11234 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
11235 "SunOS 5.10".
11236
f8f91c2b
MA
112372011-06-04 Michael Albinus <michael.albinus@gmx.de>
11238
11239 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
11240 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
11241 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
11242 (tramp-parse-putty):
11243 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
11244 (tramp-completion-function-alist-ssh)
11245 (tramp-completion-function-alist-telnet)
11246 (tramp-completion-function-alist-su)
11247 (tramp-completion-function-alist-putty): Set `tramp-autoload'
11248 cookie.
11249
11250 * net/tramp-ftp.el:
11251 * net/tramp-sh.el:
11252 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
11253 load "tramp.el" `tramp-set-completion-function'.
11254
e17d9003
SM
112552011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11256
11257 * shell.el: Require and use pcomplete.
11258 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
11259 (shell-completion-vars): Set pcomplete-default-completion-function.
11260
6c4cab03
DD
112612011-06-04 Deniz Dogan <deniz@dogan.se>
11262
11263 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
11264 `memq' (Bug#8799).
11265
ea9fafe0
SM
112662011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
11267
11268 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
11269
b3e945d3
JB
112702011-06-02 Juanma Barranquero <lekktu@gmail.com>
11271
11272 * bs.el (bs--mark-unmark, bs--nth-wrapper):
11273 * mpc.el (mpc-select-extend, mpc-songpointer-context):
11274 * vc/log-view.el (log-view-beginning-of-defun):
11275 * vc/smerge-mode.el (smerge-apply-resolution-patch)
11276 (smerge-refine-forward, smerge-refine-chopup-region):
11277 Silence warning for unused `dotimes' counter variables.
11278
7d520089
SM
112792011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
11280
11281 * net/tramp.el (tramp-with-progress-reporter): Rename from
11282 with-progress-reporter. Use `declare'.
11283 * net/tramp-smb.el:
11284 * net/tramp-sh.el:
11285 * net/tramp-gvfs.el: Update all uses.
11286
a1c2400f
JB
112872011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
11288
11289 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
11290 buffer isn't killed before making it current.
11291
2403c841
SM
112922011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11293
11294 Silence various byte-compiler warnings.
11295 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
11296 `access-type' and new obsolescence format.
11297 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
11298 new format.
11299 (byte-compile-check-variable): New `access-type' argument.
11300 Only warn if the access-type is obsolete.
11301 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
11302 (byte-compile-variable-set): Adjust callers.
11303 * help-fns.el (describe-variable): Adjust to new obsolescence format.
11304 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
11305 setting it as obsolete.
11306 * simple.el (minibuffer-completing-symbol):
11307 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
11308 access as obsolete.
11309 * minibuffer.el (minibuffer-completing-file-name): Don't make it
11310 obsolete yet.
11311 * international/quail.el (quail-mouse-choose-completion): Remove unused
11312 code referring to obsolete var.
11313 (quail-choose-completion-string): Remove.
11314 * server.el (server-clients-with, server-kill-buffer-query-function)
11315 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
11316 * proced.el (proced-send-signal):
11317 * emacs-lisp/lisp.el (lisp-complete-symbol):
11318 Replace completion-annotate-function with completion-extra-properties.
11319
2462470b
SM
113202011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11321
fb5b2591
SM
11322 * simple.el (goto-line): Use read-number.
11323 (overriding-map-is-bound): Remove.
11324 (saved-overriding-map): Change default.
11325 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
11326 Take the map as argument.
11327 (universal-argument, negative-argument, digit-argument): Use it.
11328 (restore-overriding-map): Adjust.
11329 (do-auto-fill): Use fill-forward-paragraph.
11330 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
11331
fd6fa53f
SM
11332 * minibuffer.el (minibuffer-inactive-mode-map): New var.
11333 (minibuffer-inactive-mode): New major mode.
11334 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
11335 the *Messages* buffer" hack.
11336 (mouse-popup-menubar): Don't burp if the event is a normal key.
11337
2462470b
SM
11338 Miscellaneous tweaks.
11339 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
11340 lexical scoping as in subr.el's dolist and dotimes.
11341 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
11342 Silence compiler warning.
11343 * thingatpt.el (forward-whitespace): Trivial coding style fix.
11344 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
11345 * international/ccl.el (ccl-compile): Trivial simplification.
11346 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
11347 * emacs-lisp/testcover.el (testcover-end): Remove spurious
11348 `printflag' argument.
11349 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11350 Purecopy the whole obsolescence data.
11351
108bf785
LL
113522011-06-01 Leo Liu <sdl.web@gmail.com>
11353
11354 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
11355 improve doc-string as suggested by Marco Pessotto
11356 <melmothx@gmail.com>.
11357 (rcirc-print): Fix last change.
11358
30a23501
SM
113592011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11360
11361 * minibuffer.el (complete-with-action): Return nil for the metadata and
11362 boundaries of non-functional tables.
11363 (completion-table-dynamic): Return nil for the metadata.
11364 (completion-table-with-terminator): Add default case, using
11365 complete-with-action.
11366 (completion--metadata): New function.
11367 (completion-all-sorted-completions, minibuffer-completion-help): Use it
11368 to try and avoid pathological performance problems.
11369 (completion--embedded-envvar-table): Return `category' metadata.
11370
bcd54f83
LMI
113712011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11372
11373 * subr.el (process-alive-p): New tiny convenience function.
11374
e227544d
SM
113752011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11376
11377 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
11378 content but also its previous major mode.
11379
e8296fdc
HE
113802011-05-31 Helmut Eller <eller.helmut@gmail.com>
11381
4d61f28d 11382 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
11383 *Backtrace* buffer when we exit with C-M-c.
11384
620c53a6
SM
113852011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11386
11387 * minibuffer.el: Add metadata method to completion tables.
11388 (completion-category-overrides): New defcustom.
11389 (completion-metadata, completion--field-metadata)
11390 (completion-metadata-get, completion--styles)
11391 (completion--cycle-threshold): New functions.
11392 (completion-try-completion, completion-all-completions):
11393 Add `metadata' argument to choose completion-styles.
11394 (completion--do-completion): Use metadata to choose cycling.
11395 (completion-all-sorted-completions): Use metadata for sorting.
11396 Remove :completion-cycle-penalty which is not needed any more.
11397 (completion--try-word-completion): Add `metadata' argument.
11398 (minibuffer-completion-help): Check metadata for annotation function
11399 and sorting.
11400 (completion-file-name-table): Return `category' metadata.
11401 (minibuffer-completing-file-name): Make obsolete.
11402 * simple.el (minibuffer-completing-symbol): Make obsolete.
11403 * icomplete.el (icomplete-completions): Pass new `metadata' param to
11404 completion-try-completion.
11405
1257e755
SM
114062011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11407
11408 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
11409
3767e706
LL
114102011-05-30 Leo Liu <sdl.web@gmail.com>
11411
11412 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
11413 (rcirc-print): Decode all incoming messages (bug#8744).
11414 (rcirc-decode-coding-system): Allow value nil for automatic coding
11415 system detection.
3767e706 11416
d1a5d56a
GM
114172011-06-01 Glenn Morris <rgm@gnu.org>
11418
11419 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
11420
e8cbec34
CY
114212011-05-29 Chong Yidong <cyd@stupidchicken.com>
11422
11423 * image.el (image-animate-max-time): Allow nil and t values.
11424 Default to nil.
11425 (create-animated-image): Doc fix.
11426 (image-animate-start): Remove second arg; just use
11427 image-animate-max-time.
11428 (image-animate-timeout): Doc fix. Args changed.
11429
11430 * image-mode.el (image-toggle-display-image): Ensure that the
11431 image spec passed to the animate timer is the same object as in
58179cce 11432 the buffer's display property (Bug#6981).
e8cbec34
CY
11433 (image-transform-properties): Doc fix.
11434
11435 * image.el (image-animate-max-time): Default to nil.
11436
159daf87
MR
114372011-05-29 Martin Rudalics <rudalics@gmx.at>
11438
11439 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
11440 entire buffer list (Bug#8184).
11441
d66c4c7c
CY
114422011-05-29 Chong Yidong <cyd@stupidchicken.com>
11443
11444 * image.el (imagemagick-types-inhibit)
11445 (imagemagick-register-types): Doc fix.
11446
80aec780
DD
114472011-05-29 Deniz Dogan <deniz@dogan.se>
11448
11449 * net/rcirc.el (rcirc): Use the user's stored encryption method by
11450 default.
11451
1dd3c2d9
CY
114522011-05-29 Chong Yidong <cyd@stupidchicken.com>
11453
11454 * select.el: Don't perform clipboard-manager saving in hooks;
11455 leave the hooks empty.
11456
60e56523
LL
114572011-05-28 Leo Liu <sdl.web@gmail.com>
11458
11459 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
11460 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
11461 (occur-edit-mode): New major mode (Bug#8463).
11462 (occur-after-change-function): New function.
11463 (occur-engine): Give Occur tags a read-only property.
11464
2b1e1a22
KR
114652011-05-28 Kevin Ryde <user42@zip.com.au>
11466
11467 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
11468
5d344e88
CY
114692011-05-28 Chong Yidong <cyd@stupidchicken.com>
11470
8e6ca83d
CY
11471 * bindings.el (help-echo): Make the initial non-indicator dash
11472 empty on graphical terminals (Bug#7295).
11473
5d344e88
CY
11474 * files.el (auto-mode-alist): Move config rule after the
11475 in-stripping one (Bug#8547).
11476
bfbbace7
CY
11477 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
11478
fbeba6e2
CY
11479 * startup.el (normal-splash-screen): Remove gratuitous mode-line
11480 setting (Bug#8740).
11481
60ed8c72
AA
114822011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
11483
4ac619f0
AA
11484 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
11485 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
11486 (Bug#8539).
60ed8c72 11487
23db196e
CY
114882011-05-28 Chong Yidong <cyd@stupidchicken.com>
11489
11490 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
11491
5012f24c
DK
114922011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
11493
11494 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
11495 (hs-hide-block-at-point, hs-find-block-beginning)
11496 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
11497 (Bug#8279).
11498
6a639b16
GM
114992011-05-28 Glenn Morris <rgm@gnu.org>
11500
11501 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
11502
d43eaf2c
CY
115032011-05-28 Chong Yidong <cyd@stupidchicken.com>
11504
5199bde1
CY
11505 * help-fns.el (describe-function-1): If the function is a derived
11506 major mode, print the parent mode.
11507
d43eaf2c
CY
11508 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
11509 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
11510
423428a8
SM
115112011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11512
0ff8e1ba 11513 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 11514 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
11515 * progmodes/etags.el (tags-completion-at-point-function):
11516 * info-look.el (info-lookup-completions-at-point): Mark as
11517 non-exclusive.
11518 (info-complete): Adjust accordingly.
11519
423428a8
SM
11520 * info-look.el: Convert to lexical-binding and completion-at-point.
11521 (info-lookup-completions-at-point): New function.
11522 (info-complete): Use it and completion-in-region.
11523
b74aa22b
DA
115242011-05-28 Drew Adams <drew.adams@oracle.com>
11525
11526 * isearch.el: Let M-e start with point at the first mismatched char.
11527 (isearch-fail-pos): New function.
11528 (isearch-edit-string): Use it.
11529
66e2e71d
DK
115302011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
11531
11532 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
11533
b1890b0f 115342011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
11535
11536 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
11537 traversal functions for avl-trees.
11538 (avl-tree--stack): New struct.
11539 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
11540 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
11541 (avl-tree--do-enter): Add optional `updatefun' arg.
11542 Change return value.
eb95d01d 11543 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
11544 (avl-tree--do-delete): Add `test' and `nilflag' args.
11545 Change return value.
eb95d01d
TC
11546 (avl-tree-member): Add optional `nilflag'
11547 (avl-tree-member-p): New function.
11548 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
11549 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
11550 (avl-tree-stack-empty-p): New functions.
11551
3769ddcf
TC
11552 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
11553 avl-tree--del-balance1 and make it work both ways.
11554 (avl-tree--del-balance2): Remove.
11555 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
11556 make it work both ways.
11557 (avl-tree--enter-balance2): Remove.
11558 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
11559 New macros.
11560 (avl-tree--mapc, avl-tree-map): Add direction argument.
11561
eb95d01d 115622011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
11563
11564 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
11565
a9f737ee
CY
115662011-05-27 Chong Yidong <cyd@stupidchicken.com>
11567
11568 * select.el: Support clipboard managers with built-in function
11569 x-clipboard-manager-save, via delete-frame-functions and
11570 kill-emacs-hook.
11571 (xselect-convert-to-targets): Add MULTIPLE target to list.
11572 (xselect-convert-to-save-targets): New function.
11573
c92a1e54
KH
115742011-05-27 Kenichi Handa <handa@m17n.org>
11575
11576 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
11577 let-binding rfc2047-encode-encoded-words to nil.
11578
e145f188
GM
115792011-05-27 Glenn Morris <rgm@gnu.org>
11580
5ec8a862
GM
11581 * mail/emacsbug.el: Don't require url-util.
11582
4b29d9fb
GM
11583 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
11584
e145f188
GM
11585 * files.el (set-auto-mode):
11586 Also respect mode: entries at the end of the file. (Bug#8586)
11587
7d15102b
GM
115882011-05-26 Glenn Morris <rgm@gnu.org>
11589
98f593b8
GM
11590 * files.el (hack-local-variables-prop-line, hack-local-variables):
11591 Downcase mode names, as seems to be traditional.
27b48e63 11592 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 11593
7d15102b
GM
11594 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
11595 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
11596
51d5b4ec
JD
115972011-05-25 Julien Danjou <julien@danjou.info>
11598
11599 * textmodes/rst.el (rst-define-level-faces): Do not define face
11600 symbol if it is already defined.
11601
91513f63
VB
116022011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
11603
11604 * play/5x5.el (5x5-new-game, 5x5-randomize):
11605 Reset 5x5-solver-output to nil when a new grid is cast.
11606 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
11607 these debugging traces, as defmacro breaks the compiled code.
11608
4d90d6d0
DK
116092011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
11610
11611 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
11612
e1b90ef6
LL
116132011-05-24 Leo Liu <sdl.web@gmail.com>
11614
11615 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
11616 (vc-bzr-sha1): Adapt.
11617
d8e4b68b 11618 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
11619
11620 * bindings.el: Provide sha1 feature.
11621
db0406bb 116222011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
11623
11624 * mail/sendmail.el: Require `rfc2047'.
11625 (mail-insert-from-field): Do not perform RFC2047 encoding.
11626 (mail-encode-header): New function.
11627 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
11628 buffer to the return value of select-message-coding-system.
11629 Call mail-encode-header.
b8d747b9
KH
11630
11631 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
11632
db0406bb 116332011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 11634
4d90d6d0
DK
11635 * mail/supercite.el (sc-default-cite-frame):
11636 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 11637
eb8a5e9b
GM
116382011-05-24 Glenn Morris <rgm@gnu.org>
11639
f8630703
GM
11640 * progmodes/python.el (brm-menu): Declare.
11641
8831bbed
GM
11642 * emulation/viper.el (viper-set-hooks): Declare.
11643
eb8a5e9b
GM
11644 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
11645 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
11646 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
11647 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
11648 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
11649 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
11650
a2a25d24
SM
116512011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11652
11653 Add an :exit-function for completion-at-point.
11654
11655 * minibuffer.el (completion--done): New fun.
11656 (completion--do-completion): Use it. New arg `expect-exact'.
11657 (minibuffer-complete, minibuffer-complete-word): Don't output message,
11658 since completion--do-completion does it for us now.
11659 (minibuffer-force-complete): Use completion--done and
11660 completion--replace. Handle sole-completion case with more care.
11661 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
11662 (completion-extra-properties): New var.
11663 (completion-annotate-function): Make obsolete.
11664 (minibuffer-completion-help): Adjust accordingly.
11665 Use completion-list-insert-choice-function.
11666 (completion-at-point, completion-help-at-point):
11667 Bind completion-extra-properties.
11668 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
11669 * simple.el (completion-list-insert-choice-function): New var.
11670 (completion-setup-function): Preserve it.
11671 (choose-completion): Pay attention to it, shuffle the code a bit.
11672 (choose-completion-string): New arg `insert-function'.
11673
11674 * textmodes/bibtex.el: Convert to lexical binding.
11675 (bibtex-mode-map): Use completion-at-point.
11676 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
11677 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
11678 (bibtex-complete): Define as obsolete alias.
11679 (bibtex-complete-internal): Remove.
11680 (bibtex-format-entry): Remove unused sub-group in regexp.
11681 * shell.el (shell--command-completion-data)
11682 (shell-environment-variable-completion):
11683 * pcomplete.el (pcomplete-completions-at-point):
11684 * comint.el (comint--complete-file-name-data): Use :exit-function
11685 instead of completion-table-with-terminator so it also works for
11686 choose-completion.
11687
e44e373d
SM
116882011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11689
4f91a816
SM
11690 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
11691
782fc819
SM
11692 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
11693 (bug#8710).
11694
e44e373d
SM
11695 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
11696
381987c3
KM
116972011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
11698
11699 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
11700 customization variable and implement: If non-nil, auto-fill will
11701 be inhibited while on topic's header line.
11702
b776bc70
VB
117032011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
11704
11705 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 11706 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
11707 always have a solution in grid size = 5 cases.
11708 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
11709 (5x5-solver-output, 5x5-log-buffer): New vars.
11710 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
11711 Make these variables buffer local to achieve 5x5 multi-session-ness.
11712 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
11713 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
11714 (5x5-solve-suggest): New funs.
11715 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
11716 randomize a grid so that we ensure that there is always a solution.
11717 (5x5-make-random-grid): Allow other movement than flipping.
11718
7de88b6e
KR
117192011-05-23 Kevin Ryde <user42@zip.com.au>
11720
11721 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 11722 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
11723 advice and passes PREDICATE.
11724
b1ef1257
SM
117252011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11726
bbca48fe
SM
11727 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
11728 byte-compile-lambda if it's actually a lambda.
11729
b1ef1257
SM
11730 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
11731 Fix function quoting. Use backquote better.
11732
92a9cc65
YS
117332011-05-22 Yuanle Song <sylecn@gmail.com>
11734
11735 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
11736 matching (Bug#8516).
11737
f0fb8059
JA
117382011-01-22 Jari Aalto <jari.aalto@cante.net>
11739
11740 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
11741 different face (Bug#8178).
11742
d5b44c93
CY
117432011-05-22 Chong Yidong <cyd@stupidchicken.com>
11744
11745 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
11746 defface (Bug#8144).
11747
79106a44
SM
117482011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11749
9c848d8a
SM
11750 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
11751 funcall as well (bug#8712). Warn when performing those conversions.
11752 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
11753
79106a44
SM
11754 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
11755
88dfa756
GM
117562011-05-22 Glenn Morris <rgm@gnu.org>
11757
11758 * files.el (hack-local-variables-prop-line): Small simplifications.
11759 (hack-local-variables, hack-local-variables-prop-line):
11760 If MODE-ONLY, return the mode, rather than just `t'.
11761
b7cf2c79
SM
117622011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
11763
11764 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
11765
3f1a8558
GM
117662011-05-21 Glenn Morris <rgm@gnu.org>
11767
7e4ccca3
GM
11768 * files.el (hack-local-variables-prop-line, hack-local-variables):
11769 If only interested in the mode, don't bother doing the other stuff.
11770
637d46ca
GM
11771 * image-mode.el (image-after-revert-hook):
11772 Redraw all frames on which the image is visible. (Bug#8567)
11773
973d955b
GM
11774 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
11775
3f1a8558
GM
11776 * wid-edit.el (widget-checklist-match-inline):
11777 Fix 2011-04-19 change. (Bug#8649)
11778
96479927
SM
117792011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11780
1dcf791f
SM
11781 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
11782 Also allow singlespace after single-letter capitals followed by a dot.
11783
96479927
SM
11784 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
11785 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
11786
35fd0881
N
117872011-05-20 Nix <nix@esperi.org.uk>
11788
11789 * files.el (basic-save-buffer-2):
11790 Fix handling of break-hardlink-on-save with non-existent files.
11791
82745640
DD
117922011-05-19 Deniz Dogan <deniz@dogan.se>
11793
11794 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 11795 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 11796
4a720484
GM
117972011-05-19 Glenn Morris <rgm@gnu.org>
11798
d1f21341
GM
11799 * progmodes/f90.el (f90-type-def-re):
11800 Handle "type, bind(c)". (Bug#8691)
11801
4a720484
GM
11802 * emacs-lisp/autoload.el (batch-update-autoloads):
11803 Set autoload-excludes by parsing loadup.el rather than Makefiles.
11804
2fb0a219
MA
118052011-05-18 Michael Albinus <michael.albinus@gmx.de>
11806
11807 * net/tramp.el (tramp-process-actions): Set "first-password-request"
11808 property for the correct connection in case of multihops.
11809
e565dd37
GM
118102011-05-18 Glenn Morris <rgm@gnu.org>
11811
c2571358 11812 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
11813 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
11814
e565dd37
GM
11815 Rationalize calendar handling of day and month abbrev-arrays.
11816 * calendar/calendar.el (calendar-customized-p): New function.
11817 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
11818 (calendar-day-name-array, calendar-month-name-array): Doc fix.
11819 Add :set function.
11820 (calendar-abbrev-length, calendar-day-abbrev-array)
11821 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
11822 (calendar-day-abbrev-array, calendar-month-abbrev-array):
11823 Elements may no longer be nil.
11824 (calendar-day-name, calendar-month-name):
11825 Update for changed nature of abbrev arrays.
11826 * calendar/diary-lib.el (diary-name-pattern):
11827 Update for changed nature of abbrev arrays.
11828 (diary-mark-entries-1): Update calendar-make-alist calls.
11829 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
11830 * calendar/cal-html.el (cal-html-day-abbrev-array):
11831 Simply inherit from calendar-day-abbrev-array.
11832
1d99a745
SM
118332011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11834
11835 * progmodes/grep.el (grep-mode): Disable default
11836 compilation-directory-matcher setting (bug#8684).
11837
7c1d9aa0
MA
118382011-05-17 Michael Albinus <michael.albinus@gmx.de>
11839
11840 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
11841 instead of "head" and "tail". There were problems with SunOS 5.9,
11842 and it performs better.
11843
3952e9d8
GM
118442011-05-17 Glenn Morris <rgm@gnu.org>
11845
2dd12e7f
GM
11846 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
11847
e4157b9c
GM
11848 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
11849 Replace obsolete function.
11850
8e249bbd
GM
11851 * shell.el (pcomplete-parse-arguments-function): Declare.
11852
3952e9d8
GM
11853 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
11854 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
11855 (appt-check): Doc fixes.
11856 (appt-disp-window-function, appt-delete-window-function):
11857 Remove needless special case in custom :type.
11858 (appt-display-count): Default to 0, not nil.
11859 (appt-check): Reset appt-display-count to 0, not nil.
11860
c71a0d48 118612011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 11862
c71a0d48
GM
11863 * progmodes/python.el (python-font-lock-keywords):
11864 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 11865
31d55be9
SM
118662011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11867
11868 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
11869
3bfacb2f
KR
118702011-05-16 Kevin Ryde <user42@zip.com.au>
11871
11872 * info-look.el (makefile-automake-mode): New setups, looking in
11873 automake manual, then makefile-mode.
11874 (makefile-mode): Remove automake manual, have it just in
11875 makefile-automake-mode since there's various things different or
11876 not relevant to plain make.
11877 (makefile-mode): Remove "other-modes" non-existent automake-mode,
11878 believe a hypothetical automake-mode would go to makefile-mode,
11879 not the other way around.
11880
c8e83751
CY
118812011-05-15 Chong Yidong <cyd@stupidchicken.com>
11882
5e9e35cd
CY
11883 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
11884 hunk-end tags (Bug#8672).
11885
c8e83751
CY
11886 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
11887 vc-annotate-show-diff-revision-at-line (Bug#8671).
11888
50b23e5a
GM
118892011-05-14 Glenn Morris <rgm@gnu.org>
11890
7210a739
GM
11891 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
11892 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
11893 (change-log-font-lock-keywords): Also handle multiple author lines
11894 with leading tabs. (Bug#8644)
7210a739 11895
4691905a
GM
11896 * calendar/appt.el (appt-check): Rename some local variables.
11897 Some simplification/reordering.
11898
50b23e5a
GM
11899 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
11900 (feedmail-sendmail-f-doesnt-sell-me-out)
11901 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
11902 (feedmail-debug-sit-for, feedmail-queue-express-hook)
11903 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
11904 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
11905 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
11906 (feedmail-binmail-gnulinuxish-template):
11907 Rename from feedmail-binmail-linuxish-template.
11908 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
11909 Use insert-buffer-substring.
11910
215cda7c
BC
119112011-05-14 Bill Carpenter <bill@carpenter.org>
11912
11913 * mail/feedmail.el (feedmail-patch-level): Increase.
11914 (feedmail-debug): New custom group.
11915 (feedmail-confirm-outgoing-timeout)
11916 (feedmail-sendmail-f-doesnt-sell-me-out)
11917 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
11918 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
11919 (feedmail-sender-line, feedmail-from-line)
11920 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 11921 (feedmail-spray-this-address)
215cda7c
BC
11922 (feedmail-spray-address-fiddle-plex-list)
11923 (feedmail-queue-use-send-time-for-date)
11924 (feedmail-queue-use-send-time-for-message-id)
11925 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
11926 (feedmail-buffer-eating-function):
11927 Doc fixes.
11928 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
11929 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
11930 (feedmail-message-action-scroll-down): New functions.
11931 (feedmail-queue-directory, feedmail-queue-draft-directory):
11932 Use expand-file-name.
11933 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
11934 Remove C-v help entry.
11935 (feedmail-queue-buffer-file-name): New variable.
11936 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
11937 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
11938 (feedmail-message-action-send-strong, feedmail-message-action-edit)
11939 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
11940 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
11941 (feedmail-message-action-toggle-spray)
11942 (feedmail-run-the-queue-no-prompts)
11943 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
11944 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
11945 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
11946 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
11947 (feedmail-envelope-deducer, feedmail-fiddle-from)
11948 (feedmail-fiddle-sender, feedmail-default-date-generator)
11949 (feedmail-fiddle-date, feedmail-fiddle-message-id)
11950 (feedmail-fiddle-spray-address)
11951 (feedmail-fiddle-list-of-spray-fiddle-plexes)
11952 (feedmail-fiddle-list-of-fiddle-plexes)
11953 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
11954 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
11955 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
11956 Change default. Doc fix.
11957 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
11958 (feedmail-binmail-linuxish-template): New constant.
11959 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
11960 Respect feedmail-sendmail-f-doesnt-sell-me-out.
11961 (feedmail-send-it): Add debug call.
11962 Use feedmail-queue-buffer-file-name, and
11963 feedmail-send-it-immediately-wrapper.
11964 (feedmail-message-action-send): Add debug call.
11965 Use feedmail-send-it-immediately-wrapper.
11966 (feedmail-queue-express-to-queue): Add debug call.
11967 Run feedmail-queue-express-hook.
11968 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
11969 (feedmail-message-action-help-blat):
11970 Rename from feedmail-queue-send-edit-prompt-help-first.
11971 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
11972 Check line-endings. Handle errors better.
11973 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
11974 Doc fix. Add debug call.
11975 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
11976 Use feedmail-queue-send-edit-prompt-inner.
11977 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
11978 (feedmail-queue-send-edit-prompt-inner): New function, extracted
11979 from feedmail-queue-send-edit-prompt.
11980 (feedmail-queue-send-edit-prompt-help)
11981 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
11982 (feedmail-tidy-up-slug): Add debug call.
11983 Respect feedmail-queue-slug-suspect-regexp.
11984 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
11985 (feedmail-dump-message-to-queue): Add debug call.
11986 Expand queue-directory.
11987 (feedmail-dump-message-to-queue): Change message slightly.
11988 Use feedmail-say-chatter.
11989 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
11990 (feedmail-send-it-immediately-wrapper): New function.
11991 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
11992 Insert empty string rather than newline. Handle full-frame case.
11993 Use catch/throw. Use feedmail-say-chatter.
11994 (feedmail-fiddle-from): Try mail-host-address.
11995 (feedmail-default-message-id-generator): Doc fix.
11996 Bind system-time-locale. Handle missing end.
11997 (feedmail-fiddle-x-mailer): Add debug call.
11998 Handle feedmail-x-mailer-line being nil.
11999 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
12000 Add debug call. Use buffer-substring-no-properties.
12001 (feedmail-say-debug, feedmail-say-chatter): New functions.
12002 (feedmail-find-eoh): Give an explicit error.
12003
42c7e61e
UJ
120042011-05-13 Ulf Jasper <ulf.jasper@web.de>
12005
c2571358 12006 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 12007 family from helvetica to sans.
c2571358 12008 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
12009 etc/images/newsticker.
12010
c2571358 12011 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
12012 family from helvetica to sans.
12013
12014 * net/newst-plainview.el (newsticker-new-item-face)
12015 (newsticker-old-item-face, newsticker-immortal-item-face)
12016 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 12017 (newsticker-statistics-face): Change default family from
42c7e61e 12018 helvetica to sans.
c2571358 12019 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
12020 etc/images/newsticker.
12021
5d3385a0
JB
12022 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
12023 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
12024 auto-marking.
12025
8497a297
DV
120262011-05-13 Didier Verna <didier@xemacs.org>
12027
12028 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
12029 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
12030 TODO entries.
8497a297
DV
12031 (lisp-lambda-list-keyword-parameter-indentation)
12032 (lisp-lambda-list-keyword-parameter-alignment)
12033 (lisp-lambda-list-keyword-alignment): New customizable user options.
12034 (lisp-indent-defun-method): Improve docstring.
12035 (extended-loop-p): Fix comment.
12036 (lisp-indent-lambda-list-keywords-regexp): New variable.
12037 (lisp-indent-lambda-list): New function.
12038 (lisp-indent-259): Use it.
12039 (lisp-indent-defmethod): Support for more than one
12040 method qualifier and properly indent methods lambda-lists.
12041 (defgeneric): Provide a missing common-lisp-indent-function property.
12042
f278f87f
SM
120432011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12044
12045 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
12046 bounds for the empty string (bug#8667).
12047
5233edd7
GM
120482011-05-13 Glenn Morris <rgm@gnu.org>
12049
5237a44f
GM
12050 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
12051
8340026c 12052 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 12053 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 12054
5233edd7 12055 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 12056 (appt-time-msg-list): Doc fix.
a5464014 12057 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 12058
92d10796
AS
120592011-05-12 Andreas Schwab <schwab@linux-m68k.org>
12060
12061 * progmodes/ld-script.el (ld-script-keywords)
12062 (ld-script-builtins): Update keywords list.
12063
914a0ae1
SM
120642011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
12065
c89be45f
SM
12066 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
12067
914a0ae1
SM
12068 * shell.el (shell-completion-vars): New function.
12069 (shell-mode):
12070 * simple.el (read-shell-command): Use it.
12071 (blink-matching-open): No need for " [...]" in minibuffer-message.
12072
98dc3df3
GM
120732011-05-12 Glenn Morris <rgm@gnu.org>
12074
12075 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
12076 (appt-check): Simplify.
12077
d2fc7e3d 120782011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 12079
4d61f28d 12080 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
12081 literal "/dev/null".
12082
d2fc7e3d 120832011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
12084
12085 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
12086 Fix typo.
12087
d2fc7e3d 120882011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 12089
3f254caa
SM
12090 * progmodes/which-func.el (which-function):
12091 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
12092 which might not be defined (Bug#8260).
12093
d45885f7
GM
120942011-05-12 Glenn Morris <rgm@gnu.org>
12095
12096 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
12097 Let byte-compile-initial-macro-environment always take precedence.
12098
488086f4
SM
120992011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
12100
12101 * net/rcirc.el: Add support for SSL/TLS connections.
12102 (rcirc-server-alist): New field `encryption'.
12103 (rcirc): Check `encryption' settings.
12104 (rcirc-connect): New arg `encryption'. Use open-network-stream.
12105 Merge make-local-variable into `set'.
12106 (rcirc--connection-open-p): New function.
12107 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
12108 the process is not a network process (e.g. running gnutls-cli).
12109 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
12110 Make rcirc-(en|de)code-coding-system local here.
12111 (rcirc-mode): Merge make-local-variable into `set'.
12112 (rcirc-parent-buffer): Make permanent buffer-local.
12113 (rcirc-multiline-minor-mode): Don't do it here.
12114 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
12115 there's no server buffer.
12116
7d3b9d44
GM
121172011-05-11 Glenn Morris <rgm@gnu.org>
12118
f64049c6
GM
12119 * newcomment.el (comment-kill): Prefix "unused" local.
12120
93c9df73
GM
12121 * term/w32console.el (get-screen-color): Declare.
12122
7d3b9d44
GM
12123 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
12124 Handle symbol elements of byte-compile-initial-macro-environment.
12125
9e2dd53f
LL
121262011-05-10 Leo Liu <sdl.web@gmail.com>
12127
488086f4
SM
12128 * bookmark.el (bookmark-bmenu-mode-map):
12129 Bind bookmark-bmenu-search to `/'.
8b340240 12130
9e2dd53f 12131 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
12132 (footnote-unicode-string, footnote-unicode-regexp): New variable.
12133 (Footnote-unicode): New function.
12134 (footnote-style-alist): Add unicode style to the list.
12135 (footnote-style): Doc fix.
9e2dd53f 12136
79b70037
GM
121372011-05-10 Jim Meyering <meyering@redhat.com>
12138
12139 Fix doubled-word typos.
12140 * international/quail.el (quail-insert-kbd-layout): and and -> and
12141 * kermit.el: and and -> and
12142 * net/ldap.el (ldap-search-internal): to to -> to
12143 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
12144 * progmodes/js.el (js-mode): and and -> and
12145 * textmodes/artist.el (artist-move-to-xy): at at -> at
12146 (artist-draw-region-trim-line-endings): if if -> if
12147 And Safetyc -> Safety.
12148 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
12149
b8f82dc1 121502011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 12151 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
12152
12153 * files.el (hack-one-local-variable-eval-safep):
12154 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
12155
4f99f44b
GM
121562011-05-10 Glenn Morris <rgm@gnu.org>
12157
12158 * calendar/diary-lib.el (diary-list-entries-hook)
12159 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
12160 (diary-nongregorian-marking-hook, diary-list-entries)
12161 (diary-include-other-diary-files, diary-mark-entries)
12162 (diary-mark-included-diary-files): Doc fixes.
12163
84f29e6b
JB
121642011-05-09 Juanma Barranquero <lekktu@gmail.com>
12165
12166 * misc.el: Require tabulated-list.el during compilation.
12167
9bedd73a
CY
121682011-05-09 Chong Yidong <cyd@stupidchicken.com>
12169
488086f4
SM
12170 * progmodes/compile.el (compilation-start):
12171 Run compilation-filter-hook for the async case too.
9bedd73a
CY
12172 (compilation-filter-hook): Doc fix.
12173
797c735c
DD
121742011-05-09 Deniz Dogan <deniz@dogan.se>
12175
12176 * wdired.el: Remove outdated installation comment. Fix usage
12177 comment.
12178
5f4b1dfe
JB
121792011-05-09 Juanma Barranquero <lekktu@gmail.com>
12180
12181 * misc.el: Implement new command `list-dynamic-libraries'.
12182 (list-dynamic-libraries--loaded-only-p): New variable.
12183 (list-dynamic-libraries--refresh): New function.
12184 (list-dynamic-libraries): New command.
12185
4c44026c
CY
121862011-05-09 Chong Yidong <cyd@stupidchicken.com>
12187
488086f4
SM
12188 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12189 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
12190 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
12191 higher priority to avoid clobbering by gnu.
12192
027f966d
CY
121932011-05-08 Chong Yidong <cyd@stupidchicken.com>
12194
12195 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
12196 if the face has existing theme settings (Bug#8454).
12197
085f5d7d
CY
121982011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
12199
488086f4
SM
12200 * progmodes/perl-mode.el (perl-imenu-generic-expression):
12201 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 12202
2a86a00c
RS
12203 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
12204 special file names `.' and `..' (Bug#8259).
12205
d9c54a06
CY
122062011-05-08 Chong Yidong <cyd@stupidchicken.com>
12207
488086f4
SM
12208 * progmodes/grep.el (grep-mode-font-lock-keywords):
12209 Remove buffer-changing entries.
d9c54a06
CY
12210 (grep-filter): New function.
12211 (grep-mode): Add it to compilation-filter-hook.
12212
12213 * progmodes/compile.el (compilation-filter-hook)
12214 (compilation-filter-start): New defvars.
12215 (compilation-filter): Call compilation-filter-hook prior to
12216 updating the process mark.
12217
c4662635
SM
122182011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12219
12220 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
12221
b0512a1d
EZ
122222011-05-07 Eli Zaretskii <eliz@gnu.org>
12223
605c9376
EZ
12224 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
12225 mailclient-send-it even if window-system is nil. (Bug#8595)
12226
c4662635
SM
12227 * term/w32console.el (terminal-init-w32console):
12228 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
12229 background-mode. (Bug#8597)
12230
d1dc2cc2
SM
122312011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12232
12233 Make bytecomp.el understand that defmethod defines funs (bug#8631).
12234 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
12235 New functions.
12236 (defgeneric, eieio--defmethod): Use them.
12237 (eieio-defgeneric): Remove.
12238 (defmethod): Call defgeneric in a way visible to the byte-compiler.
12239
915d1300
GM
122402011-05-07 Glenn Morris <rgm@gnu.org>
12241
a3961c3e
GM
12242 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
12243 Use let rather than let*.
12244 (timeclock-find-discrep): Remove unused local.
12245
314347b9
GM
12246 * calendar/diary-lib.el (diary-comment-start): Doc fix.
12247
915d1300
GM
12248 * calendar/appt.el (appt-time-msg-list): Doc fix.
12249
275b59b0
NF
122502011-05-06 Noah Friedman <friedman@splode.com>
12251
12252 * apropos.el (apropos-print-doc): Only use
12253 emacs-lisp-docstring-fill-column when it is bound to an integer,
12254 per that variable's documentation.
12255
6c19f744
SM
122562011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12257
12258 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 12259 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 12260
60f884b2
GM
122612011-05-06 Glenn Morris <rgm@gnu.org>
12262
5006e634
GM
12263 * calendar/appt.el (appt-message-warning-time): Doc fix.
12264 (appt-warning-time-regexp): New option.
12265 (appt-make-list): Respect appt-message-warning-time.
12266
548d0a63
GM
12267 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
12268 New options.
12269 (diary-add-to-list): Strip comments from the displayed string.
12270 (diary-mode): Set comment-start and comment-end.
12271
60f884b2
GM
12272 * vc/diff-mode.el (smerge-refine-subst): Declare.
12273 (diff-refine-hunk): Don't require smerge-mode when compiling.
12274
989681bb
JB
122752011-05-06 Juanma Barranquero <lekktu@gmail.com>
12276
12277 * simple.el (list-processes): Return nil as the docstring says.
12278
a6bc05e1
MA
122792011-05-05 Michael Albinus <michael.albinus@gmx.de>
12280
12281 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
12282 to "".
12283 (ange-ftp-write-region, ange-ftp-insert-file-contents)
12284 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
12285 determining of binary transfer. (Bug#7383)
12286
23c22e9a
MA
122872011-05-05 Michael Albinus <michael.albinus@gmx.de>
12288
c4662635
SM
12289 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
12290 Fix port computation bug. (Bug#8618)
23c22e9a 12291
0bff894f
GM
122922011-05-05 Glenn Morris <rgm@gnu.org>
12293
b8296902
GM
12294 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
12295
1f522ce8
GM
12296 * simple.el (shell-dynamic-complete-functions)
12297 (comint-dynamic-complete-functions): Declare.
12298
cf5bee67
GM
12299 * net/network-stream.el (gnutls-negotiate):
12300 * simple.el (tabulated-list-print): Fix declarations.
12301
12302 * progmodes/gud.el (syntax-symbol, syntax-point):
12303 Remove unnecessary and incorrect declarations.
12304
0bff894f
GM
12305 * emacs-lisp/check-declare.el (check-declare-scan):
12306 Handle byte-compile-initial-macro-environment in bytecomp.el
12307
9869b3ae
SM
123082011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12309
12310 Fix earlier half-done eieio-defmethod change (bug#8338).
12311 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
12312 Streamline and change calling convention.
12313 (defmethod): Adjust accordingly and simplify.
12314 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
12315 new eieio--defmethod.
12316 (slot-boundp): Minor CSE simplification.
12317
9c1d5ac5
MZ
123182011-05-05 Milan Zamazal <pdm@zamazal.org>
12319
12320 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
12321 (glasses-make-readable): Use glasses-separate-capital-groups.
12322
455c834e
JB
123232011-05-05 Juanma Barranquero <lekktu@gmail.com>
12324
12325 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
12326 (warning-series): Doc fix.
12327 (display-warning): Don't try to create the buffer if we just found it.
12328
9ed7c8cb
CY
123292011-05-04 Chong Yidong <cyd@stupidchicken.com>
12330
12331 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
12332 (autoload-find-generated-file): New function.
12333 (generate-file-autoloads): Bind generated-autoload-file to
12334 buffer-file-name.
9869b3ae
SM
12335 (update-file-autoloads, update-directory-autoloads):
12336 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
12337 output file (Bug#7989).
12338 (batch-update-autoloads): Doc fix.
12339
0898ca10
JB
123402011-05-04 Juanma Barranquero <lekktu@gmail.com>
12341
12342 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
12343
31dfb76c
GM
123442011-05-04 Glenn Morris <rgm@gnu.org>
12345
f330b642
GM
12346 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
12347 function, so it follows changes in calendar-date-style.
12348 (diary-fancy-date-matcher): New function.
12349 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
12350 (diary-fancy-font-lock-fontify-region-function):
12351 Use diary-fancy-date-pattern as a function.
12352
31dfb76c
GM
12353 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
12354 non-numbers for `year' etc pseudo-variables. (Bug#8583)
12355
48e79d6a
TZ
123562011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
12357
12358 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
12359 instead of positional arguments. Allow :keylist and :crlfiles
12360 arguments.
12361 (open-gnutls-stream): Call it.
12362
12363 * net/network-stream.el (network-stream-open-starttls): Adjust to
12364 call `gnutls-negotiate' with :process and :hostname arguments.
12365
dd5a5ee0
SM
123662011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12367
ef80fc09
SM
12368 * minibuffer.el (completion--message): New function.
12369 (completion--do-completion, minibuffer-complete)
12370 (minibuffer-force-complete, minibuffer-complete-word): Use it.
12371 (completion--do-completion): Don't ignore completion-auto-help when in
12372 icomplete-mode.
12373
dd5a5ee0
SM
12374 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
12375 internal encoding (e.g. tibetan zero is not whitespace).
12376 (global-whitespace-mode): Prefer save-current-buffer.
12377 (whitespace-trailing-regexp): Remove useless save-match-data.
12378 (whitespace-empty-at-bob-regexp): Minor simplification.
12379
b7d22a83
CY
123802011-05-03 Chong Yidong <cyd@stupidchicken.com>
12381
12382 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
12383
5192af46
AM
123842011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12385
12386 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 12387 Use `concat' to create string for insertion.
5192af46 12388
5767d190
SM
123892011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12390
12391 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
12392 Avoid open-line which runs post-self-insert-hook.
12393 (bibtex-fill-entry): Remove unused `end' var.
12394
bf242939
AM
123952011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
12396
5767d190
SM
12397 * textmodes/ispell.el (ispell-add-per-file-word-list):
12398 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 12399
25666126
LL
124002011-05-03 Leo Liu <sdl.web@gmail.com>
12401
12402 * isearch.el (isearch-yank-pop): New command.
5767d190 12403 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
12404 (isearch-forward): Mention it.
12405
52d3c2d0
SM
124062011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12407
1bcace58
SM
12408 * simple.el (minibuffer-complete-shell-command): Remove.
12409 (minibuffer-local-shell-command-map): Use completion-at-point.
12410 (read-shell-command): Setup completion vars here instead.
12411 (read-expression-map): Bind TAB to symbol completion.
12412
52d3c2d0
SM
12413 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
12414 error directly rather via storing it into `results'.
12415
35813471
LL
124162011-05-02 Leo Liu <sdl.web@gmail.com>
12417
12418 * vc/diff.el: Fix description.
12419
e793a940
LMI
124202011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12421
12422 * server.el (server-eval-at): New function.
12423
8de66e05
LMI
124242011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12425
12426 * net/network-stream.el (open-network-stream): Take a :nowait
12427 parameter and pass it on to `make-network-process'.
12428 (network-stream-open-plain): Ditto.
12429
dcb79f20
AS
124302011-04-30 Andreas Schwab <schwab@linux-m68k.org>
12431
12432 * faces.el (face-spec-set-match-display): Don't match toolkit
12433 options on terminal frames.
12434
14a7fbd8
SM
124352011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12436
7eabc1be
SM
12437 * progmodes/pascal.el: Use lexical binding.
12438 (pascal-mode-map): Remove author preferences.
12439
14a7fbd8
SM
12440 * pcomplete.el (pcomplete-std-complete): Don't abuse
12441 completion-at-point.
12442
50f84510
JB
124432011-04-28 Juanma Barranquero <lekktu@gmail.com>
12444
6e087a44
JB
12445 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
12446 removing code that has been dead since 1991 or so.
12447
50f84510
JB
12448 * startup.el (command-line): When warning about "_emacs", use a
12449 delayed warning to allow the user to filter it out.
12450
0ba690bd
DD
124512011-04-28 Deniz Dogan <deniz@dogan.se>
12452
12453 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
12454 user has not joined.
12455
08abfaad
SM
124562011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
12457
12458 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
12459 aren't any completions at point.
12460
638f053a
JB
124612011-04-28 Juanma Barranquero <lekktu@gmail.com>
12462
12463 * subr.el (display-delayed-warnings): New function.
12464 (delayed-warnings-hook): New variable.
12465
8fff8daa
SM
124662011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
12467
08abfaad
SM
12468 * minibuffer.el (completion-at-point, completion-help-at-point):
12469 Don't presume that a given completion-at-point-function will always
12470 use the same calling convention.
12471
8fff8daa
SM
12472 * pcomplete.el (pcomplete-completions-at-point):
12473 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
12474 pcomplete-seen is non-nil.
12475 (pcomplete-comint-setup): Also recognize the new comint/shell
12476 completion functions.
12477 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
12478 pcomplete-seen is non-nil.
12479
841a1577 124802011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 12481
841a1577 12482 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 12483 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 12484 the first character in the entry. This allows for code to add its
211ec907
UJ
12485 own uid to the entry.
12486 (icalendar--convert-float-to-ical): Add export of
12487 `diary-float'-entries save for those with the optional DAY
12488 argument.
12489
2a782793
DC
124902011-04-27 Daniel Colascione <dan.colascione@gmail.com>
12491
12492 * subr.el (shell-quote-argument): Use alternate escaping strategy
12493 when we spot a variable reference in a string.
12494
0438ce91
DC
124952011-04-26 Daniel Colascione <dan.colascione@gmail.com>
12496
12497 * cus-start.el (all): Define customization for debug-on-event.
12498
841a1577 124992011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
12500
12501 * subr.el (shell-quote-argument): Escape correctly under Windows.
12502
d090ed6c
SM
125032011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12504
12505 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
12506
bfd31217
MA
125072011-04-25 Michael Albinus <michael.albinus@gmx.de>
12508
d090ed6c
SM
12509 * net/tramp.el (tramp-process-actions): Add POS argument.
12510 Delete region between POS and (pos).
bfd31217 12511
d090ed6c
SM
12512 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
12513 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
12514 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
12515
12516 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
12517 position in `tramp-process-actions' call.
12518
12519 * net/trampver.el: Update release number.
12520
e92f3bd3
SM
125212011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12522
850256b5
SM
12523 * custom.el (defcustom): Obey lexical-binding.
12524
e92f3bd3
SM
12525 Fix octave-inf completion problems reported by Alexander Klimov.
12526 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
12527 Inherit from octave-mode-syntax-table.
12528 (inferior-octave-mode): Set info-lookup-mode.
12529 (inferior-octave-completion-at-point): New function.
12530 (inferior-octave-complete): Use it and completion-in-region.
12531 (inferior-octave-dynamic-complete-functions): Use it as well, and use
12532 comint-filename-completion.
12533 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
12534 symbol elements which shouldn't be word elements.
12535 (octave-font-lock-keywords, octave-beginning-of-defun)
12536 (octave-function-header-regexp): Adjust regexps accordingly.
12537 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
12538
cd22b309
JB
125392011-04-25 Juanma Barranquero <lekktu@gmail.com>
12540
12541 * net/gnutls.el (gnutls-errorp): Declare before first use.
12542
8b492194
TZ
125432011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
12544
12545 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
12546 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 12547 default trustfile exists before going to use it. Add missing
5a5fa834 12548 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
12549 Reported by Claudio Bley <claudio.bley@gmail.com>.
12550 (open-gnutls-stream): Add usage example.
12551
12552 * net/network-stream.el (network-stream-open-starttls): Give host
12553 parameter to `gnutls-negotiate'.
12554 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 12555 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 12556
841a1577 125572011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 12558
cd22b309
JB
12559 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
12560 Use correct match group (bug#8438).
05842630 12561
3ba7869c
CY
125622011-04-24 Chong Yidong <cyd@stupidchicken.com>
12563
512e3ae1
CY
12564 * emacs-lisp/package.el (package-built-in-p): Fix typo.
12565 (package-menu--generate): New arg specifying packages to show.
12566 (package-menu-refresh, package-menu-execute, list-packages):
12567 Callers changed.
12568 (package-show-package-list): New function, replacing deleted
12569 package--list-packages (renamed because it is non-internal).
12570
12571 * finder.el (finder-list-matches): Use package-show-package-list
12572 instead of deleted package--list-packages.
12573
e92f3bd3
SM
12574 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
12575 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
12576 (vc-annotate-mode-map): Bind it to RET.
12577
7031be6d
UR
125782011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
12579
12580 * progmodes/etags.el (next-file): Don't use set-buffer to change
12581 buffers (Bug#8478).
12582
4ef177aa
CY
125832011-04-24 Chong Yidong <cyd@stupidchicken.com>
12584
c8d173eb
CY
12585 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
12586
4ef177aa
CY
12587 * apropos.el (apropos-label-face): Avoid variable-pitch face.
12588 (apropos-accumulator): Doc fix.
12589 (apropos-function, apropos-macro, apropos-command)
12590 (apropos-variable, apropos-face, apropos-group, apropos-widget)
12591 (apropos-plist): Add face property.
12592 (apropos-symbols-internal): Fix indentation.
12593 (apropos-print): Simplify help, and recognize apropos-multi-type.
12594 (apropos-print-doc): Use button-type-get to extract the button's
12595 face property. Fill docstring (Bug#8352).
12596
4ffd0d6b 125972011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
12598
12599 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
12600
c6c32125 12601 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 12602 (mpuz-mode-map): Use mapc.
c6c32125
JB
12603 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
12604 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
12605 Fix typos in docstrings.
12606
58d468b4
JB
12607 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
12608 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
12609
6470c3c6
JB
12610 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
12611
4ffd0d6b 126122011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
12613
12614 * minibuffer.el (completion--do-completion): Avoid the "Next char
12615 not unique" prompt if icomplete-mode is enabled (Bug#5849).
12616
3ad8bad0
CY
12617 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
12618 mouse-2 into unread-command-events, it is interpreted correctly.
12619
71d73c9c 12620 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 12621 (image-toggle-display): Doc fix.
71d73c9c 12622
841a1577 126232011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 12624
4ffd0d6b
GM
12625 * textmodes/page.el (what-page): Use line-number-at-pos to
12626 calculate line number (Bug#6825).
6e1dbaa9 12627
c2fb1b60
JB
126282011-04-22 Juanma Barranquero <lekktu@gmail.com>
12629
12630 * eshell/esh-mode.el (find-tag-interactive): Declare function.
12631 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
12632 Pass argument NO-DEFAULT to `find-tag-interactive'.
12633
e02f48d7
JB
126342011-04-22 Juanma Barranquero <lekktu@gmail.com>
12635
12636 Lexical-binding cleanup.
12637
12638 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
12639 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
12640 * progmodes/ada-prj.el (ada-prj-initialize-values)
12641 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
12642 (ada-prj-show-value):
12643 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
12644 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
12645 (antlr-invalidate-context-cache, antlr-options-menu-filter)
12646 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
12647 * progmodes/bug-reference.el (bug-reference-push-button):
12648 * progmodes/fortran.el (fortran-line-length):
12649 * progmodes/glasses.el (glasses-change):
12650 * progmodes/octave-mod.el (octave-fill-paragraph):
12651 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
12652 (python-pdbtrack-grub-for-buffer, python-sentinel):
12653 * progmodes/sql.el (sql-save-connection):
12654 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
12655 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
12656 Mark unused parameters.
12657
12658 * progmodes/compile.el (compilation--flush-directory-cache)
12659 (compilation--flush-parse, compile-internal): Mark unused parameters.
12660 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
12661 (compilation-next-error-function): Remove unused variable `timestamp'.
12662
12663 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
12664 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
12665
12666 * progmodes/dcl-mode.el (dcl-end-of-command):
12667 Remove unused variable `start'.
12668 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
12669 (dcl-option-value-basic, dcl-option-value-offset)
12670 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
12671 Mark unused parameters.
12672 (dcl-save-local-variable): Remove unused variable `val'.
12673 (mode): Declare.
12674
12675 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
12676 Mark unused parameters.
12677 (delphi-ignore-changes): Move before first use.
12678 (delphi-charset-token-at): Remove unused variable `start'.
12679 (delphi-else-start): Remove unused variable `if-count'.
12680 (delphi-comment-block-start, delphi-comment-block-end):
12681 Remove unused variable `kind'.
12682 (delphi-indent-line): Remove unused variable `new-point'.
12683
12684 * progmodes/ebrowse.el (ebrowse-files-list)
12685 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
12686 Mark unused parameters. Don't quote `lambda'.
12687 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
12688 Don't quote `lambda'.
12689 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
12690 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
12691 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
12692 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
12693 Use `ignore-errors'.
12694 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
12695 (ebrowse-view/find-file-and-search-pattern)
12696 (ebrowse-view/find-member-declaration/definition):
12697 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
12698 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
12699 Rename parameter PREFIX-ARG to PREFIX.
12700 (ebrowse-tags-read-name): Remove unused variables `start' and
12701 `member-info'.
12702 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
12703 to `tags-file'.
12704
12705 * progmodes/etags.el (local-find-tag-hook): Declare.
12706 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
12707 Mark unused parameters.
12708
12709 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
12710 (executable-interpret): Mark unused parameter.
12711
12712 * progmodes/flymake.el (flymake-process-sentinel)
12713 (flymake-after-change-function)
12714 (flymake-create-temp-with-folder-structure)
12715 (flymake-get-include-dirs-dot): Mark unused parameters.
12716 (flymake-safe-delete-directory): Remove unused variable `err'.
12717
12718 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
12719 (speedbar-timer-fn, speedbar-line-text)
12720 (speedbar-change-expand-button-char, speedbar-delete-subblock)
12721 (speedbar-center-buffer-smartly): Declare functions.
12722 (gdb-find-watch-expression): Remove unused variable `array'.
12723 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
12724 (gdb-starting): Mark unused parameters.
12725 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
12726 (gdb-table-string): Remove unused variable `res'.
12727 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
12728 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
12729 (gdb-display-buffer): Remove unused variable `cur-size'.
12730
12731 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
12732 allow lexical-binding compilation.
12733 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
12734 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
12735 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
12736 Mark unused parameters.
12737 (gud-gdb-marker-filter): Remove unused variable `match'.
12738 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
12739 lambda expressions and funcall them, instead of using `fset'.
12740
12741 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
12742 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
12743
12744 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
12745 variable `header-beg'; use `let'.
12746
12747 * progmodes/icon.el (indent-icon-exp): Remove unused variables
12748 `restart', `last-sexp' and `at-do'.
12749
12750 * progmodes/js.el (js--debug): Mark unused parameter.
12751 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
12752 (js--splice-into-items): Remove unused variable `item'.
12753 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
12754
12755 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
12756 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
12757 (makefile-complete): Remove unused variable `try'.
12758 (makefile-fill-paragraph, makefile-match-function-end):
12759 Mark unused parameters.
12760
12761 * progmodes/octave-inf.el (inferior-octave-complete):
12762 Remove unused variable `proc'.
12763 (inferior-octave-output-digest): Mark unused parameter.
12764
12765 * progmodes/perl-mode.el (perl-calculate-indent):
12766 Remove unused variable `err'.
12767
12768 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
12769 (prolog-indent-line): Mark unused parameters.
12770 (prolog-indent-line): Remove unused variable `beg'.
12771
12772 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
12773 (reporter-dont-compact-list): Declare.
12774
12775 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
12776 Remove unused variable `char'.
12777 (sh-debug): Mark unused parameter.
12778 (sh-get-indent-info): Remove unused variable `start'.
12779 (sh-calculate-indent): Remove unused variable `var'.
12780
12781 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
12782 (simula-electric-keyword): Remove unused variable `null'.
12783 (simula-search-backward, simula-search-forward): Remove unused
12784 variables `begin' and `end'.
12785
12786 * progmodes/vera-mode.el (vera-guess-basic-syntax):
12787 Remove unused variable `pos'.
12788 (vera-electric-tab, vera-comment-uncomment-region):
12789 Mark unused parameters.
12790 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
12791
7ede3b65
CY
127922011-04-22 Chong Yidong <cyd@stupidchicken.com>
12793
12794 * emacs-lisp/package.el (package--builtins, package-alist)
12795 (package-load-descriptor, package-built-in-p, package-activate)
12796 (define-package, package-installed-p)
12797 (package-compute-transaction, package-buffer-info)
12798 (package--push): Doc fix. Distinguish more clearly between
12799 version strings and version lists.
12800
121656e9
JB
128012011-04-21 Juanma Barranquero <lekktu@gmail.com>
12802
12803 Lexical-binding cleanup.
12804
12805 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
12806 (5x5-make-mutate-best):
12807 * play/fortune.el (fortune-in-buffer):
12808 * play/gomoku.el (gomoku-init-display):
12809 * play/solitaire.el (solitaire, solitaire-do-check):
12810 * play/tetris.el (tetris-default-update-speed-function):
12811 Mark unused parameters.
12812
12813 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
12814 (bubbles--shift): Remove unused variable `char-org'.
12815 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
12816 (bubbles--show-images): Remove unused variable `char'.
12817
12818 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
12819 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
12820 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
12821 (decipher-analyze-buffer): Use ?\s.
12822 (decipher-make-checkpoint): Remove unused variable `mapping'.
12823
12824 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
12825
12826 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
12827 Remove unused variable `result'; use `let'.
12828
12829 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
12830 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
12831 (gametree-children-shown-p, gametree-compute-reduced-score):
12832 Use `ignore-errors'.
12833
12834 * play/handwrite.el (ps-lpr-switches): Declare.
12835 (handwrite): Remove unused variables `pmin' and `lastp'.
12836
12837 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
12838
12839 * play/landmark.el (landmark-init-display)
12840 (landmark-update-naught-weights): Mark unused parameters.
12841 (landmark-y): Remove unused variable `noise'. Simplify.
12842 (landmark-human-plays): Remove unused variable `score'.
12843
12844 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
12845 (mpuz-try-proposal): Remove unused variable `game'.
12846
12847 * play/zone.el (life-patterns): Declare.
12848
80f499c7
JB
128492011-04-20 Juanma Barranquero <lekktu@gmail.com>
12850
12851 * vc/vc.el (ediff-vc-internal): Declare function.
12852
024ff170
SM
128532011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12854
c0a193ea
SM
12855 * shell.el: Use lexical-binding and std completion UI.
12856 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
12857 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
12858 comint-preoutput-filter-functions rather than on
12859 comint-output-filter-functions.
12860 (shell-command-completion, shell--command-completion-data)
12861 (shell-filename-completion, shell-environment-variable-completion)
12862 (shell-c-a-p-replace-by-expanded-directory): New functions.
12863 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
12864 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
12865 (shell-dynamic-complete-environment-variable): Use them.
12866 (shell-dynamic-complete-as-environment-variable)
12867 (shell-dynamic-complete-as-command): Remove.
12868 (shell-match-partial-variable): Match past point.
12869 * comint.el: Clean up use of completion-at-point-functions.
12870 (comint-completion-at-point): New function.
12871 (comint-mode): Use it completion-at-point-functions.
12872 (comint-dynamic-complete): Make it obsolete.
12873 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
12874 (comint-c-a-p-replace-by-expanded-history): New function.
12875 (comint-dynamic-complete-functions)
12876 (comint-replace-by-expanded-history): Use it.
12877 * minibuffer.el (completion-table-with-terminator): Allow dynamic
12878 termination strings. Try harder to avoid second try-completion.
12879 (completion-in-region-mode-map): Disable bindings that don't work yet.
12880
2dbaa080
SM
12881 * comint.el: Use lexical-binding. Require CL.
12882 (comint-dynamic-complete-functions): Use comint-filename-completion.
12883 (comint-completion-addsuffix): Tweak custom type.
12884 (comint-filename-completion, comint--common-suffix)
12885 (comint--common-quoted-suffix, comint--table-subvert)
12886 (comint--complete-file-name-data): New functions.
12887 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
12888 (comint-dynamic-list-filename-completions): Use them.
12889 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 12890
2dbaa080
SM
12891 * minibuffer.el (completion-in-region-mode):
12892 Keep completion-in-region-mode--predicate global.
12893 (completion-in-region--postch):
12894 Assume completion-in-region-mode--predicate is not null.
12895
c79a6f38
SM
12896 * progmodes/flymake.el (flymake-start-syntax-check-process):
12897 Obey `dir'. Simplify.
12898
024ff170
SM
12899 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
12900 we're in VC after all.
12901
1c6c854e
CS
129022011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
12903
12904 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 12905 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
12906 (vc-version-diff): Use vc-diff-build-argument-list-internal.
12907
bed7f140
SM
129082011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12909
332e62ab
SM
12910 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
12911 add sanity check.
12912
bed7f140
SM
12913 * obsolete/erc-hecomplete.el: Make obsolete.
12914 * obsolete/: Standardize obsolescence info in the header.
12915
f195c582
GM
129162011-04-20 Glenn Morris <rgm@gnu.org>
12917
12918 * calendar/solar.el (solar-horizontal-coordinates):
12919 Use the longitude argument rather than `calendar-longitude'.
12920 (solar-date-next-longitude): Remove unused locals.
12921
cb79b8c0
VJL
129222011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12923
12924 * whitespace.el: New version 13.2.1.
12925
129262011-04-20 felix <EmacsWiki> (tiny change)
12927
d8e4b68b 12928 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
12929 switching between major modes on a file.
12930
602ea69d
SM
129312011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12932
12933 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
12934 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
12935 multi-line comments as well.
12936
06b60517
JB
129372011-04-19 Juanma Barranquero <lekktu@gmail.com>
12938
12939 Lexical-binding cleanup.
12940
12941 * arc-mode.el (archive-mode-revert):
12942 * cmuscheme.el (scheme-interactively-start-process):
12943 * custom.el (custom-initialize-delay):
12944 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
12945 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
12946 * emacs-lock.el (emacs-lock-clear-sentinel):
12947 * ezimage.el (defezimage):
12948 * follow.el (follow-avoid-tail-recenter):
12949 * fringe.el (set-fringe-mode-1):
12950 * generic-x.el (bat-generic-mode-compile):
12951 * help-mode.el (help-info-variable, help-do-xref)
12952 (help-mode-revert-buffer):
12953 * help.el (view-emacs-todo):
12954 * iswitchb.el (iswitchb-completion-help):
12955 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
12956 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
12957 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
12958 * locate.el (locate-update):
12959 * longlines.el (longlines-encode-region)
12960 (longlines-after-change-function):
12961 * outline.el (outline-isearch-open-invisible):
12962 * ps-def.el (declare-function, charset-dimension, char-width)
12963 (encode-char):
12964 * ps-mule.el (ps-mule-plot-string):
12965 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
12966 (recentf-edit-list-select, recentf-edit-list-validate)
12967 (recentf-open-files-action):
12968 * rect.el (delete-whitespace-rectangle-line)
12969 (rectangle-number-line-callback):
12970 * register.el (window-configuration-to-register)
12971 (frame-configuration-to-register):
12972 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
12973 * select.el (xselect-convert-to-string, xselect-convert-to-length)
12974 (xselect-convert-to-targets, xselect-convert-to-delete)
12975 (xselect-convert-to-filename, xselect-convert-to-charpos)
12976 (xselect-convert-to-lineno, xselect-convert-to-colno)
12977 (xselect-convert-to-os, xselect-convert-to-host)
12978 (xselect-convert-to-user, xselect-convert-to-class)
12979 (xselect-convert-to-name, xselect-convert-to-integer)
12980 (xselect-convert-to-atom, xselect-convert-to-identity):
12981 * subr.el (declare, ignore, process-kill-without-query)
12982 (text-clone-maintain):
12983 * terminal.el (te-get-char, te-tic-sentinel):
12984 * tool-bar.el (tool-bar-make-keymap):
12985 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
12986 * type-break.el (type-break-mode, type-break-noninteractive-query):
12987 * view.el (View-back-to-mark):
12988 * wid-browse.el (widget-browse-action, widget-browse-widget)
12989 (widget-browse-widgets, widget-browse-sexp):
12990 * widget.el (define-widget-keywords):
12991 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
12992 Mark unused parameters.
12993
12994 * align.el (align-adjust-col-for-rule): Mark unused parameter.
12995 (align-areas): Remove unused variable `look'.
12996 (align-region): Remove unused variables `real-end' and `pos-list'.
12997
12998 * apropos.el (apropos-score-doc): Remove unused variable `i'.
12999
13000 * bindings.el (mode-line-modified, mode-line-remote):
13001 Mark unused parameters.
13002 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
13003
13004 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
13005 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
13006
13007 * comint.el (comint-history-isearch-pop-state)
13008 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
13009 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
13010 (comint-substitute-in-file-name): Doc fix.
13011
13012 * completion.el (cmpl-statistics-block): Mark unused parameter.
13013 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
13014 (save-completions-to-file, load-completions-from-file):
13015 Remove unused local variable `e'.
13016
13017 * composite.el (compose-chars): Remove unused variable `len'.
13018 (lgstring-insert-glyph): Remove unused variable `g'.
13019 (compose-glyph-string): Remove unused variables `ascent',
13020 `descent', `lbearing' and `rbearing'.
13021 (compose-glyph-string-relative): Remove unused variables
13022 `lbearing', `rbearing' and `wadjust'.
13023 (compose-gstring-for-graphic): Remove unused variables `header',
13024 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
13025 (compose-gstring-for-terminal): Remove unused variables `header'
13026 and `nchars'. Use `let', not `let*'.
13027
13028 * cus-edit.el (Custom-set, Custom-save, custom-reset)
13029 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
13030 (Custom-buffer-done, custom-buffer-create-internal)
13031 (custom-browse-visibility-action, custom-browse-group-tag-action)
13032 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
13033 (widget-magic-mouse-down-action, custom-toggle-parent)
13034 (custom-add-parent-links, custom-toggle-hide-variable)
13035 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
13036 (custom-toggle-hide-face, face, hook, custom-group-link-action)
13037 (custom-face-menu-create, custom-variable-menu-create, get)
13038 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
13039 (custom-reset-standard-save-and-update): Remove unused variable `value'.
13040 (customize-apropos): Remove unused variable `tests'.
13041 (custom-group-value-create): Remove unused variable `hidden-p'.
13042 (sort-fold-case): Declare.
13043
13044 * cus-theme.el (custom-reset-standard-faces-list)
13045 (custom-reset-standard-variables-list): Declare.
13046 (customize-create-theme, custom-theme-revert, custom-theme-write)
13047 (custom-theme-choose-mode, customize-themes, custom-theme-save):
13048 Mark unused parameters.
13049
13050 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
13051
13052 * delim-col.el (delimit-columns-max): Move defvar before first use.
13053
13054 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 13055 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
13056
13057 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
13058 (auto-insert): Declare.
13059 (desktop-restore-file-buffer): Rename desktop-* parameters;
13060 mark unused ones.
13061 (desktop-create-buffer): Rename desktop-* parameters and bind them.
13062 (desktop-buffer): Rename desktop-* parameters.
13063
13064 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
13065 (dframe-reposition-frame-xemacs, dframe-help-echo)
13066 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
13067 Mark unused parameters.
13068
13069 * dired-aux.el (backup-extract-version-start, overwrite-query)
13070 (overwrite-backup-query, rename-regexp-query)
13071 (rename-non-directory-query): Declare.
13072 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
13073 (dired-add-entry): Remove unused variable `orig-file-name'.
13074 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
13075 Use parameter PRESERVE-TIME instead of accessing dynamic variable
13076 `dired-copy-preserve-time' directly.
13077 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
13078 (dired-insert-subdir-newpos): Rename unused variable `pos'.
13079
13080 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
13081 (dired-virtual-revert, dired-make-relative-symlink):
13082 Mark unused parameters.
13083 (manual-program): Declare.
13084 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
13085 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
13086 wrapped in `with-no-warnings' to avoid replacing one warning by another.
13087
13088 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
13089
13090 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
13091
13092 * echistory.el (electric-history-in-progress, Helper-return-blurb):
13093 Declare.
13094
13095 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
13096
13097 * electric.el (Electric-command-loop): Rename parameter
13098 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
13099
13100 * expand.el (expand-in-literal): Remove unused variable `here'.
13101
13102 * facemenu.el (facemenu-add-new-color):
13103 Remove unused variable `docstring'.
13104
13105 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
13106 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
13107 (face-attr-construct): Mark unused parameter. Doc fix.
13108 (read-color): Remove unused variable `hex-string'.
13109
13110 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
13111 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
13112 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
13113 (display-buffer-other-frame): Remove unused variable `old-window'.
13114 (kill-buffer-hook): Declare.
13115 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
13116 Mark unused parameters.
13117 (after-find-file): Pass 1 to `auto-save-mode', not t.
13118
13119 * files-x.el (auto-insert): Declare.
13120 (modify-file-local-variable-prop-line): Remove unused variable `val'.
13121
13122 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 13123 variable `buf'. Mark unused parameter.
06b60517
JB
13124 (find-lisp-insert-directory): Mark unused parameter.
13125
13126 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
13127 (format-encode-region): Remove unused variables `cur-buf' and `result'.
13128 (format-common-tail): Remove, unused.
13129 (format-deannotate-region): Remove unused variable `loc'.
13130 (format-annotate-region): Remove unused variable `p'.
13131 (format-annotate-single-property-change): Remove unused variables
13132 `default' and `tail'.
13133
13134 * forms.el (read-file-filter): Declare.
13135 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
13136
13137 * frame.el (frame-creation-function-alist): Mark unused parameter.
13138 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
13139
13140 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
13141 Remove unused parameters.
13142 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
13143 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
13144
13145 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
13146 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
13147 (hfy-prepare-tag-map): Mark unused parameters.
13148 (htmlfontify-buffer): Use `called-interactively-p'.
13149
13150 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
13151 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
13152 (ibuffer-do-occur): Mark unused parameters.
13153 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
13154 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
13155
13156 * ibuffer.el: Don't quote `lambda'.
13157 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
13158 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
13159 Mark unused parameters.
13160
13161 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
13162 (ido-completing-read): Mark unused parameters.
13163 (ido-copy-current-word): Mark unused parameters;
13164 remove unused variable `name'.
13165 (ido-sort-merged-list): Remove unused parameter `dirs'.
13166
13167 * ielm.el (ielm-input-sender): Mark unused parameter.
13168 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
13169 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
13170 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
13171 `ielm-string' as a dynamic variable accessible from the IELM prompt.
13172 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
13173
13174 * image-dired.el (image-dired-display-thumbs): Remove unused
13175 variables `curr-file' and `count'.
13176 (image-dired-remove-tag): Remove unused variable `start'.
13177 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
13178 variable `curr-file'
13179 (image-dired-rotate-original): Remove unused variable `temp-file'.
13180 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
13181 Remove unused variable `file'.
13182 (image-dired-gallery-generate): Remove unused variable `curr'.
13183 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
13184
13185 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
13186
13187 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
13188
13189 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
13190
13191 * isearch.el (minibuffer-history-symbol): Declare.
13192 (isearch-edit-string): Remove unused variable `err'.
13193 (isearch-message-prefix, isearch-message-suffix):
13194 Mark unused parameters.
13195
13196 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
13197
13198 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
13199
13200 * makesum.el (double-column): Remove unused variable `cnt'.
13201
13202 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
13203 (ido-ignore-item-temp-list): Declare.
13204
13205 * mouse-drag.el (mouse-drag-throw): Remove unused variables
13206 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
13207 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
13208 (mouse-drag-drag): Remove unused variables `mouse-delta' and
13209 `mouse-col-delta'.
13210
13211 * mouse-sel.el (mouse-extend-internal):
13212 Remove unused variable `orig-window-frame'.
13213
13214 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
13215 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
13216 Move declarations before first use.
13217 (pcomplete-opt): Mark unused parameters; doc fix.
13218
13219 * proced.el (proced-revert): Mark unused parameter.
13220 (proced-send-signal): Remove unused variable `err'.
13221
13222 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
13223 Rename parameter PREFIX-ARG to ARG.
13224 (ps-basic-plot-string, ps-basic-plot-whitespace):
13225 Mark unused parameters.
13226
13227 * replace.el (replace-count): Define.
13228 (occur-revert-function): Mark unused parameters.
13229 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
13230 (isearch-case-fold-search, isearch-string): Declare.
13231 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
13232 bind `case-fold-search'. Remove unused variables `beg' and `end',
13233 and simplify.
13234 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
13235 COUNT and bind `replace-count'.
13236 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
13237 to COUNT.
13238
13239 * savehist.el (print-readably, print-string-length): Declare.
13240
13241 * shadowfile.el (shadow-expand-cluster-in-file-name):
13242 Remove unused variable `cluster'.
13243 (shadow-copy-file): Remove unused variable `i'.
13244 (shadow-noquery, shadow-clusters, shadow-site-cluster)
13245 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
13246 (shadow-define-literal-group, shadow-define-regexp-group)
13247 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
13248
13249 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
13250 (shell): Use `called-interactively-p'.
13251 (shell-directory-tracker): Remove unused variable `chdir-failure'.
13252
13253 * simple.el (compilation-context-lines, comint-file-name-quote-list)
13254 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
13255 (delete-backward-char): Remove unused variable `ocol'.
13256 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
13257 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
13258 (event-apply-hyper-modifier, event-apply-shift-modifier)
13259 (event-apply-control-modifier, event-apply-meta-modifier):
13260 Mark unused parameters.
13261 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
13262 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
13263
13264 * speedbar.el (speedbar-ignored-directory-expressions)
13265 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
13266 (speedbar-find-file, speedbar-dir-follow)
13267 (speedbar-directory-buttons-follow, speedbar-tag-find)
13268 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
13269 (speedbar-buffers-line-directory, speedbar-buffer-click):
13270 Mark unused parameters.
13271 (speedbar-tag-file): Remove unused variable `mode'.
13272 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
13273
13274 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
13275
13276 * talk.el (talk): Remove unused variable `display'.
13277
13278 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
13279 (tar-write-region-annotate): Mark unused parameter.
13280
13281 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
13282 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
13283 Declare them, wrapped in `with-no-warnings' to avoid replacing one
13284 warning by another.
13285
13286 * time-stamp.el (time-stamp-string-preprocess):
13287 Remove unused variable `require-padding'.
13288
13289 * tree-widget.el (widget-glyph-enable): Declare.
13290 (tree-widget-action): Mark unused parameter.
13291
13292 * w32-fns.el (x-get-selection): Mark unused parameter.
13293 (autoload-make-program, generated-autoload-file): Declare.
13294
13295 * wdired.el (wdired-revert): Mark unused parameters.
13296 (wdired-xcase-word): Remove unused variable `err'.
13297
13298 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
13299 (whitespace-help-scroll): Remove unused variable `data-help'.
13300
13301 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
13302 (widget-image-insert, widget-after-change, default)
13303 (widget-default-format-handler, widget-default-notify)
13304 (widget-default-prompt-value, widget-info-link-action)
13305 (widget-url-link-action, widget-function-link-action)
13306 (widget-variable-link-action, widget-file-link-action)
13307 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
13308 (widget-field-prompt-internal, widget-field-action, widget-field-match)
13309 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
13310 (widget-insert-button-action, widget-delete-button-action, visibility)
13311 (widget-documentation-link-action, widget-documentation-string-action)
13312 (widget-const-prompt-value, widget-regexp-match, symbol)
13313 (widget-coding-system-prompt-value)
13314 (widget-key-sequence-value-to-external, sexp)
13315 (widget-sexp-value-to-internal, character, vector, cons)
13316 (widget-choice-prompt-value, widget-boolean-prompt-value)
13317 (widget-color--choose-action): Mark unused parameters.
13318 (widget-item-match-inline, widget-choice-match-inline)
13319 (widget-checklist-match, widget-checklist-match-inline)
13320 (widget-group-match): Rename parameter VALUES to VALS.
13321 (widget-field-value-set): Remove unused variable `size'.
13322 (widget-color-action): Remove unused variables `value' and `start'.
13323
13324 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 13325 variable `dir'. Doc fix.
06b60517
JB
13326 (windmove-find-other-window): Don't pass it.
13327
13328 * window.el (count-windows): Mark unused parameter.
13329 (bw-adjust-window): Remove unused variable `err'.
13330
13331 * woman.el (woman-file-name): Remove unused variable `default'.
13332 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
13333 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
13334 (global-font-lock-mode): Declare.
13335 (woman-decode-region): Mark unused parameter.
13336 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
13337
13338 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
13339 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
13340 (x-dnd-handle-moz-url): Remove unused variable `title'.
13341 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
13342
13343 * xml.el (xml-parse-tag, xml-parse-attlist):
13344 Remove unused variable `pos'.
13345
bc4f7f3d
GM
133462011-04-19 Glenn Morris <rgm@gnu.org>
13347
13348 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
13349 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
13350 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
13351 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
13352 * calendar/cal-html.el (cal-html-insert-minical):
13353 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
13354 (calendar-mark-date-pattern):
13355 Prefix "unused" locals.
13356
13357 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
13358 optional argument `style'.
13359
13360 * calendar/appt.el (appt-make-list):
13361 * calendar/cal-china.el (calendar-chinese-date-string):
13362 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
13363 (diary-hebrew-yahrzeit):
13364 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
13365 * calendar/calendar.el (calendar-generate-window):
13366 * calendar/time-date.el (time-to-days):
13367 Remove unused local variables.
13368
16a43933
CY
133692011-04-18 Chong Yidong <cyd@stupidchicken.com>
13370
13371 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
13372 glyphless-char-display table.
13373 (tabulated-list-glyphless-char-display): New var.
13374
7eed1860
SS
133752011-04-18 Sam Steingold <sds@gnu.org>
13376
13377 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
13378 to acknowledgments.
13379
4d2d1ccd
GM
133802011-04-17 Glenn Morris <rgm@gnu.org>
13381
13382 * calendar/diary-lib.el (diary-sexp-entry):
13383 * calendar/holidays.el (holiday-sexp):
13384 Set debug-on-error rather than the removed stack-trace-on-error.
13385
239da61d
GM
133862011-04-16 Glenn Morris <rgm@gnu.org>
13387
13388 * progmodes/f90.el: Use lexical-binding.
13389 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
13390
8b05752a
SM
133912011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13392
daca8ba5
SM
13393 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
13394 (mail-mode): Setup mailalias completion here instead.
13395 * mail/mailalias.el: Use lexical-binding.
13396 (pattern, mailalias-done): Declare dynamic.
13397 (mail-completion-at-point-function): New function, from mail-complete.
13398 (mail-complete): Use it.
13399 (mail-completion-expand): New function.
13400 (mail-get-names): Use it.
13401 (mail-directory, mail-directory-process, mail-directory-stream):
13402 Don't use `pattern' for lexically bound arg.
13403
6f542485
SM
13404 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
13405
037e7c3f
SM
13406 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
13407 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
13408 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
13409
8b05752a
SM
13410 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
13411 (byte-save-window-excursion, byte-temp-output-buffer-setup)
13412 (byte-interactive-p): Define them again, for use when inlining
13413 old code.
13414
49093f60
JB
134152011-04-15 Juanma Barranquero <lekktu@gmail.com>
13416
13417 * loadup.el: Use `string-to-number', not `string-to-int'.
13418
b5b8e7de
SM
134192011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13420
13421 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
13422 gud-gdb-complete-command.
13423 (gud-gdb-completions): New function, from gud-gdb-complete-command.
13424 (gud-gdb-completion-at-point): New function.
13425 (gud-gdb-completions): Remove.
13426
f42efeb5
MA
134272011-04-14 Michael Albinus <michael.albinus@gmx.de>
13428
49093f60
JB
13429 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
13430 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
13431 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
13432 whether `executable-find' is bound.
f42efeb5
MA
13433
13434 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
13435
e240cc21
SM
134362011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13437
13438 * minibuffer.el (completion-in-region-mode-predicate)
13439 (completion-in-region-mode--predicate): New vars.
13440 (completion-in-region, completion-in-region--postch)
13441 (completion-in-region-mode): Use them.
13442 (completion--capf-wrapper): Also return the hook function.
13443 (completion-at-point, completion-help-at-point):
13444 Adjust and provide a predicate.
c2bd2ab0
SM
13445
13446 Preserve arg names for advice of subr and lexical functions (bug#8457).
13447 * help-fns.el (help-function-arglist): Consolidate the subr and
13448 new-byte-code cases. Add argument `preserve-names' to extract names
13449 from the docstring when needed.
13450 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
13451 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
13452 (ad-arglist): Use help-function-arglist's new arg.
13453 (ad-definition-type): Use cond.
13454
c183f693
JB
134552011-04-13 Juanma Barranquero <lekktu@gmail.com>
13456
06641a47
JB
13457 * autorevert.el (auto-revert-handler):
13458 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
13459 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
13460 Don't quote lambda.
13461
c183f693
JB
13462 * image-mode.el (image-transform-set-scale):
13463 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
13464
1e3b6001
G
134652011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13466
13467 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 13468 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
13469 Upgrades via gnutls-cli are too slow to be done opportunistically.
13470
2d6af8dd
JB
134712011-04-12 Juanma Barranquero <lekktu@gmail.com>
13472
13473 * dframe.el (dframe-current-frame): Remove spurious quote.
13474
c0749a51
GM
134752011-04-12 Glenn Morris <rgm@gnu.org>
13476
088d0d61
GM
13477 * calendar/cal-tex.el (cal-tex-end-document):
13478 Try to automatically use latin1 input if needed.
13479
c0749a51
GM
13480 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
13481 Don't try to cons a mark onto an empty element.
13482
5c90fde0
LL
134832011-04-11 Leo Liu <sdl.web@gmail.com>
13484
13485 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
13486 buffers.
13487 (ido-kill-buffer-at-head): Support killing virtual buffers.
13488
369e974d
CY
134892011-04-10 Chong Yidong <cyd@stupidchicken.com>
13490
13491 * minibuffer.el (completion-show-inline-help): New var.
13492 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
13493 (minibuffer-force-complete, minibuffer-complete-word):
13494 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
13495
13496 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
13497 to avoid interference from inline help (Bug#5849).
13498
37f1c930
LL
134992011-04-10 Leo Liu <sdl.web@gmail.com>
13500
099c39a4
JB
13501 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
13502 Fix typo.
37f1c930 13503
a32d4040
CY
135042011-04-09 Chong Yidong <cyd@stupidchicken.com>
13505
13506 * image-mode.el (image-toggle-display-image): Signal an error if
13507 not in Image mode.
13508 (image-transform-mode, image-transform-resize)
13509 (image-transform-set-rotation): Doc fix.
daca8ba5 13510 (image-transform-set-resize): Delete.
a32d4040
CY
13511 (image-transform-set-scale, image-transform-fit-to-height)
13512 (image-transform-fit-to-width): Handle image-toggle-display-image
13513 and image-transform-resize directly.
13514
099c39a4 135152011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
13516
13517 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
13518 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
13519 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
13520 (doc-view-mode-map): Add bindings for the new functions.
13521
099c39a4 135222011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 13523
4d61f28d 13524 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
13525 Fix typo in docstring.
13526
3726838a
EZ
135272011-04-08 Eli Zaretskii <eliz@gnu.org>
13528
04f33f1e
EZ
13529 * files.el (file-size-human-readable): Produce one digit after
13530 decimal, like "ls -lh" does.
13531
13532 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
13533 the file size representation.
13534
3726838a
EZ
13535 * simple.el (list-processes): If async subprocesses are not
13536 available, error out with a clear error message.
13537
cbb59342
CY
135382011-04-08 Chong Yidong <cyd@stupidchicken.com>
13539
13540 * help.el (help-form-show): New function, to be called from C.
13541 Put help-form output in a buffer named differently than *Help*.
13542
e3971c44
EZ
135432011-04-08 Eli Zaretskii <eliz@gnu.org>
13544
13545 * files.el (file-size-human-readable): New function.
13546
13547 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
13548 computing the representation inline. Don't require `cl'.
13549
12544bbe
GM
135502011-04-08 Glenn Morris <rgm@gnu.org>
13551
a1de6c6a
GM
13552 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
13553
3c4671f4
GM
13554 * net/browse-url.el (browse-url-firefox):
13555 Test system-type, not system-configuration.
13556
b605679c
GM
13557 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
13558 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
13559 Use log-edit-empty-buffer-p. (Bug#7598)
13560
56442f0c
GM
13561 * net/rlogin.el (rlogin-process-connection-type): Simplify.
13562 (rlogin-mode-map): Initialize in the defvar.
13563 (rlogin): Use ignore-errors.
13564
12544bbe
GM
13565 * replace.el (occur-mode-map): Some fixes for menu items.
13566
eb237b0f
AH
135672011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13568
13569 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
13570
7d668f2c
CY
135712011-04-06 Chong Yidong <cyd@stupidchicken.com>
13572
e67a13ab
CY
13573 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
13574 issuing unused warnings.
13575
13576 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
13577 macro directly.
13578
7d668f2c
CY
13579 * simple.el: Lisp reimplement of list-processes. Based on an
13580 earlier reimplementation by Leo Liu, but using tabulated-list.el.
13581 (process-menu-mode): New major mode.
13582 (list-processes--refresh, list-processes):
13583 (process-menu-visit-buffer): New functions.
13584
13585 * files.el (save-buffers-kill-emacs): Don't assume any return
13586 value of list-processes, which is undocumented anyway.
13587
a83ec3c9
CY
135882011-04-06 Chong Yidong <cyd@stupidchicken.com>
13589
13590 * emacs-lisp/tabulated-list.el: New file.
13591
e91a96fe
CY
13592 * emacs-lisp/package.el: Use Tabulated List mode.
13593 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
13594 (package-menu-mode): Derive from tabulated-list-mode. Set up the
13595 table format using Tabulated List mode variables.
13596 (package--push): New macro, replacing package-list-maybe-add.
13597 (package-menu--generate): Use package--push. Renamed from
13598 package--generate-package-list.
13599 (package-menu-refresh, list-packages): Use it.
daca8ba5 13600 (package-menu--print-info): Rename from package-print-package.
e91a96fe 13601 Return insertion data instead of inserting it directly.
099c39a4
JB
13602 (package-menu-describe-package, package-menu-execute):
13603 Use tabulated-list-get-id.
e91a96fe
CY
13604 (package-menu-mark-delete, package-menu-mark-install)
13605 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
13606 (package-menu-mark-obsolete-for-deletion):
13607 Use tabulated-list-put-tag.
e91a96fe
CY
13608 (package--list-packages, package-menu-revert)
13609 (package-menu-get-package, package-menu-get-version)
13610 (package-menu-sort-by-column): Functions deleted.
13611 (package-menu-package-list, package-menu-sort-key): Vars deleted.
13612 (package-menu--status-predicate, package-menu--version-predicate)
13613 (package-menu--name-predicate)
13614 (package-menu--description-predicate): Handle arguments in the
13615 Tabulated List format.
13616 (package-list-packages-no-fetch): Call list-packages.
13617
3e214b50
JB
136182011-04-06 Juanma Barranquero <lekktu@gmail.com>
13619
13620 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 13621 (after-find-file): Don't bind it.
3e214b50
JB
13622 (revert-buffer-in-progress-p): New variable.
13623 (revert-buffer): Bind it.
13624 Pass nil for `after-find-file-from-revert-buffer'.
13625
13626 * saveplace.el (save-place-find-file-hook): Use new variable
13627 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
13628
3f0f1700
GM
136292011-04-06 Glenn Morris <rgm@gnu.org>
13630
c0274801
GM
13631 * Makefile.in (AUTOGEN_VCS): New variable.
13632 (autoloads): Use $AUTOGEN_VCS.
13633
3f0f1700
GM
13634 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
13635 * calendar/calendar.el (calendar-mode-map):
13636 Check for toolkit scroll bars. (Bug#8305)
13637
41ea9e48
CY
136382011-04-05 Chong Yidong <cyd@stupidchicken.com>
13639
13640 * minibuffer.el (completion-in-region--postch)
13641 (completion-in-region-mode): Remove unnecessary messages.
13642
6194c800
JB
136432011-04-05 Juanma Barranquero <lekktu@gmail.com>
13644
33256f14
JB
13645 * font-lock.el (font-lock-refresh-defaults):
13646 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
13647 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
13648
6194c800
JB
13649 * info.el (Info-directory-list, Info-read-node-name-2)
13650 (Info-split-parameter-string): Doc fixes.
13651 (Info-virtual-nodes): Reflow docstring.
13652 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
13653 (Info-apropos-toc-nodes, info-finder, Info-get-token)
13654 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
13655 Fix typos in docstrings.
13656 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
13657 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
13658 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
13659 (Info-restore-desktop-buffer): Mark unused parameters.
13660 (Info-directory-find-file, Info-directory-find-node)
13661 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
13662 (Info-virtual-index-find-node, Info-apropos-find-file)
13663 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 13664 Mark unused parameters; fix typos in docstrings.
6194c800
JB
13665 (Info-virtual-index): Remove unused local variable `nodename'.
13666
b87a8200 136672011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 13668
b87a8200
DD
13669 * net/rcirc.el: Update my e-mail address.
13670 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 13671
3b2ff876
CY
136722011-04-05 Chong Yidong <cyd@stupidchicken.com>
13673
13674 * startup.el (command-line): Save the cursor's theme-face
13675 directly, instead of using face-override-spec.
13676
13677 * custom.el (load-theme): Minor optimization in assigning faces.
13678
8d17e7ca
JB
136792011-04-04 Juanma Barranquero <lekktu@gmail.com>
13680
13681 * help-fns.el (describe-variable): Complete all variables having
13682 documentation, including keywords.
13683 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
13684
2fbc1934
JB
136852011-04-04 Juanma Barranquero <lekktu@gmail.com>
13686
13687 Convert to lexical-binding.
13688
13689 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
13690 (bs--get-marked-string, bs--get-modified-string)
13691 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
13692 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
13693 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
13694
13695 * ehelp.el (electric-help-execute-extended)
13696 (electric-help-ctrl-x-prefix):
13697 * hexl.el (hexl-revert-buffer-function):
13698 * linum.el (linum-after-change, linum-after-scroll):
13699 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
13700
13701 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
13702
74f50695
DU
137032011-04-04 Daiki Ueno <ueno@unixuser.org>
13704
13705 * epa-dired.el:
13706 * epa-mail.el:
13707 * epa-hook.el:
13708 * epa-file.el:
13709 * epa.el:
13710 * epg.el: Use lexical binding.
13711
c11325f7
CY
137122011-04-03 Chong Yidong <cyd@stupidchicken.com>
13713
0d9e9a12
CY
13714 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
13715
c11325f7 13716 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
13717 dictionary case for flyspell-mark-duplications-exceptions.
13718 Use regexp matching for languages.
c11325f7
CY
13719 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
13720 default dictionary (Bug#7926).
13721
da91b5f2
CY
137222011-04-02 Chong Yidong <cyd@stupidchicken.com>
13723
099c39a4
JB
13724 * emacs-lisp/package.el (package--with-work-buffer):
13725 Recognize https URLs.
da91b5f2 13726
099c39a4
JB
13727 * net/network-stream.el: Move from gnus/proto-stream.el.
13728 Change prefix to network-stream throughout.
da91b5f2
CY
13729 (open-protocol-stream): Merge into open-network-stream, leaving
13730 open-protocol-stream as an alias. Handle nil BUFFER args.
13731
13732 * subr.el (open-network-stream): Move to net/network-stream.el.
13733
afa8e9f6
GM
137342011-04-02 Glenn Morris <rgm@gnu.org>
13735
1d2e369d
GM
13736 * find-dired.el (find-exec-terminator): New option.
13737 (find-ls-option): Test for -ls support.
13738 (find-ls-subdir-switches): Test for -b in find-ls-option.
13739 (find-dired, find-grep-dired): Doc fixes.
13740 (find-dired): Use find-exec-terminator.
13741
8abb7da8 13742 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
13743 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
13744 (find-name-arg): Remove purecopy.
8abb7da8 13745
f3ca7378
GM
13746 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
13747 (grep-compute-defaults): Check for `-exec COMMAND +' support.
13748 Set grep-find-use-xargs, grep-find-command, and grep-find-template
13749 accordingly. Don't add the null-device if not needed.
13750
afa8e9f6
GM
13751 * files.el (save-some-buffers): Doc fix.
13752
35eae264
EZ
137532011-04-02 Eli Zaretskii <eliz@gnu.org>
13754
13755 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
13756
26b51db5
JB
137572011-04-01 Juanma Barranquero <lekktu@gmail.com>
13758
13759 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
13760 Use `dolist' rather than `mapcar'.
13761
7200d79c
SM
137622011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
13763
03408648 13764 Add lexical binding.
7200d79c 13765
03408648
SM
13766 * subr.el (apply-partially): Use new closures rather than CL.
13767 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
13768 (dolist, dotimes): Use slightly different expansion for lexical code.
13769 (functionp): Move to C.
13770 (letrec): New macro.
13771 (with-wrapper-hook): Use it and apply-partially instead of CL.
13772 (eval-after-load): Preserve lexical-binding.
13773 (save-window-excursion, with-output-to-temp-buffer): Turn them
13774 into macros.
7200d79c 13775
03408648
SM
13776 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
13777
13778 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
13779 than the arglist.
13780 (help-add-fundoc-usage): Don't add `Not documented'.
13781 (help-function-arglist): Handle closures, subroutines, and new
13782 byte-code-functions.
13783 (help-make-usage): Remove leading underscores.
13784 (describe-function-1): Handle closures.
13785 (describe-variable): Use special-variable-p for completion.
13786
13787 * files.el (lexical-binding): Declare safe.
f488fb65 13788
03408648
SM
13789 * emacs-lisp/pcase.el: Don't use destructuring-bind.
13790 (pcase--memoize): Rename from pcase-memoize. Change weakness.
13791 (pcase): Add `let' pattern.
13792 Change memoization so it actually works.
13793 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
13794 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
13795 <let>: New case.
f488fb65 13796
03408648
SM
13797 * emacs-lisp/macroexp.el: Use lexical binding.
13798 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
13799 Don't convert ' to #' without checking that it's indeed quoting
13800 a lambda.
13801
13802 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 13803 Use eval-sexp-add-defvars.
03408648
SM
13804 (eval-sexp-add-defvars): New fun.
13805
13806 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
13807
13808 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
13809 Don't autoload.
13810 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
13811 than the internal `byte-compile-lambda'.
13812 (defmethod): Don't hide code under quotes.
13813 (eieio-defmethod): New `code' argument.
13814
13815 * emacs-lisp/eieio-comp.el: Remove.
13816
13817 * emacs-lisp/edebug.el (edebug-eval-defun)
13818 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
13819 (edebug-toggle): Avoid `eval'.
13820
13821 * emacs-lisp/disass.el (disassemble-internal): Handle new
13822 `closure' objects.
13823 (disassemble-1): Handle new byte codes.
13824
13825 * emacs-lisp/cl.el (pushnew): Silence warning.
13826
13827 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
13828 (cl-byte-compile-throw): Remove.
13829 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
13830
13831 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
13832 closures.
13833
13834 * emacs-lisp/cconv.el: New file.
13835
13836 * emacs-lisp/bytecomp.el: Use lexical binding instead of
13837 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
13838 (byte-compile-initial-macro-environment):
13839 Handle declare-function here.
13840 (byte-compile--lexical-environment): New var.
13841 (byte-stack-ref, byte-stack-set, byte-discardN)
13842 (byte-discardN-preserve-tos): New lap codes.
13843 (byte-interactive-p): Don't use any more.
13844 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
13845 New macros.
13846 (byte-compile-lapcode): Use them and handle new lap codes.
13847 (byte-compile-obsolete): Remove.
13848 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
13849 (byte-compile-arglist-warn): Check late def of inlinable funs.
13850 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
13851 since they should have been expanded by now.
13852 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
13853 (byte-compile-from-buffer): Remove unused second arg.
13854 (byte-compile-preprocess): New function.
13855 (byte-compile-toplevel-file-form): New function to distinguish
13856 file-form calls from outside from file-form calls from hunk-handlers.
13857 (byte-compile-file-form): Simplify.
13858 (byte-compile-file-form-defsubst): Remove.
13859 (byte-compile-file-form-defmumble): Simplify now that
13860 byte-compile-lambda always returns a byte-code-function.
13861 (byte-compile): Preprocess.
13862 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
13863 Remove, not used any more.
13864 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
13865 (byte-compile-make-args-desc): New funs.
13866 (byte-compile-lambda): Handle lexical functions. Always return
13867 a byte-code-function.
13868 (byte-compile-reserved-constants): New var, to make up room for
13869 closed-over variables.
13870 (byte-compile-constants-vector): Obey it.
13871 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
13872 (byte-compile-macroexpand-declare-function): New function.
13873 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
13874 byte-code-functions.
13875 (byte-compile-form): Check obsolescence here.
13876 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
13877 (byte-compile-variable-ref): Remove.
13878 (byte-compile-dynamic-variable-op): New fun.
13879 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13880 (byte-compile-variable-set): New funs.
13881 (byte-compile-discard): Add 2 args.
13882 (byte-compile-stack-ref, byte-compile-stack-set)
13883 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
13884 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
13885 macroexpand-all instead.
13886 (byte-compile-quote-form): Remove.
13887 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
13888 (byte-compile-bind, byte-compile-unbind): New funs.
13889 (byte-compile-let): Handle let* and lexical binding.
13890 (byte-compile-let*): Remove.
13891 (byte-compile-catch, byte-compile-unwind-protect)
13892 (byte-compile-track-mouse, byte-compile-condition-case):
13893 Handle a new :fun-body form, used for lexical scoping.
13894 (byte-compile-save-window-excursion)
13895 (byte-compile-with-output-to-temp-buffer): Remove.
13896 (byte-compile-defun): Simplify.
13897 (byte-compile-stack-adjustment): New fun.
13898 (byte-compile-out): Use it.
13899 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
13900
13901 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
13902 handler any more.
13903
13904 * emacs-lisp/byte-opt.el: Use lexical binding.
13905 (byte-inline-lapcode): Remove (to bytecomp).
13906 (byte-compile-inline-expand): Pay attention to inlining to/from
13907 lexically bound code.
13908 (byte-compile-unfold-lambda): Don't handle byte-code-functions
13909 any more.
13910 (byte-optimize-form-code-walker): Don't handle save-window-excursion
13911 any more and don't call compiler-macros.
13912 (byte-compile-splice-in-already-compiled-code): Remove.
13913 (byte-code): Don't inline any more.
13914 (disassemble-offset): Receive `bytes' as argument rather than via
13915 dynamic scoping.
13916 (byte-compile-tag-number): Declare before first use.
13917 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
13918 `return' even if make-spliceable.
13919 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
13920 obsolete interactive-p.
13921 (byte-optimize-lapcode): Optimize new lap-codes.
13922 Don't trip up on new form of `byte-constant' lap code.
13923
13924 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
13925
13926 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
13927
13928 * custom.el (custom-initialize-default, custom-declare-variable):
13929 Use `defvar'.
13930
13931 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
13932 New variables.
13933 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
13934 (COMPILE_FIRST): Add macroexp and cconv.
13935 * makefile.w32-in: Mirror changes in Makefile.in.
13936
13937 * vc/cvs-status.el:
13938 * vc/diff-mode.el:
13939 * vc/log-edit.el:
13940 * vc/log-view.el:
13941 * vc/smerge-mode.el:
13942 * textmodes/bibtex-style.el:
13943 * textmodes/css.el:
13944 * startup.el:
13945 * uniquify.el:
da91b5f2
CY
13946 * minibuffer.el:
13947 * newcomment.el:
13948 * reveal.el:
13949 * server.el:
13950 * mpc.el:
13951 * emacs-lisp/smie.el:
13952 * doc-view.el:
13953 * dired.el:
03408648
SM
13954 * abbrev.el: Use lexical binding.
13955
0f0c1f27
EZ
139562011-04-01 Eli Zaretskii <eliz@gnu.org>
13957
13958 * info.el (info-display-manual): New function.
13959
c82b2579
SM
139602011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
13961
13962 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
13963
221ddf68
TH
139642011-03-31 Tassilo Horn <tassilo@member.fsf.org>
13965
13966 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 13967 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 13968
cba6e77e
GM
139692011-03-31 Glenn Morris <rgm@gnu.org>
13970
e040639f
GM
13971 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
13972
cba6e77e
GM
13973 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
13974
6d0f1c9e
CS
139752011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
13976
13977 * progmodes/python.el (python-default-interpreter)
13978 (python-python-command-args, python-jython-command-args)
13979 (python-which-shell, python-which-args, python-which-bufname)
13980 (python-file-queue, python-comint-output-filter-function)
13981 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
13982 variables and functions.
13983
3e2d70fd
SM
139842011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13985
13986 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
13987 (completion-in-region-mode): New minor mode.
13988 (completion-in-region): Use it.
13989 (completion-in-region--data, completion-in-region-mode-map): New vars.
13990 (completion-in-region--postch): New function.
13991 (completion--capf-misbehave-funs, completion--capf-safe-funs):
13992 New vars.
13993 (completion--capf-wrapper): New function.
13994 (completion-at-point): Use it to track well-behavedness of
13995 hook functions.
13996 (completion-help-at-point): New command.
13997
f3e4086c
JM
139982011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
13999
14000 * vc/add-log.el (add-change-log-entry): Don't use whitespace
14001 syntax class to search for whitespace on a single line
14002 (Message-ID: <4D938140.4030905@redhat.com>).
14003
eb7ffc14
LL
140042011-03-30 Leo Liu <sdl.web@gmail.com>
14005
14006 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
14007 New commands.
14008 (edit-abbrevs-map): Bind them here.
14009 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
14010
d806ab68
KM
140112011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
14012
14013 * allout.el (allout-hide-by-annotation, allout-flag-region):
14014 Reduce possibility of overlay leakage by making them volatile.
14015
14016 * allout-widgets.el (allout-widgets-tally): Define as nil so the
14017 hash is not shared between buffers. Mode initialization is
14018 responsible for giving it a useful starting value.
14019 (allout-item-span): Reduce possibility of overlay leakage by
14020 making them volatile.
14021 (allout-widgets-count-buttons-in-region): Add diagnostic function
14022 for tracking down button overlay leaks.
14023
ea622834
LL
140242011-03-29 Leo Liu <sdl.web@gmail.com>
14025
14026 * ido.el (ido-read-internal): Use the default history var
14027 minibuffer-history if no HISTORY is specified.
14028
b62f8267
G
140292011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
14030
03408648
SM
14031 * net/imap.el (imap-shell-open, imap-process-connection-type):
14032 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
14033 Kerberos, SSL, other subprocesses.
14034
947b6566
LL
140352011-03-28 Leo Liu <sdl.web@gmail.com>
14036
14037 * abbrev.el (abbrev-table-empty-p): New function.
14038 (prepare-abbrev-list-buffer): Place empty abbrev tables after
14039 nonempty ones. (Bug#5937)
14040
5ffb62aa
JD
140412011-03-27 Jan Djärv <jan.h.d@swipnet.se>
14042
14043 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
14044
7a097943
LL
140452011-03-27 Leo Liu <sdl.web@gmail.com>
14046
14047 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
14048 for foreground and background colors.
14049 (ansi-color-make-color-map): Adapt.
14050
c5b40130
LL
140512011-03-25 Leo Liu <sdl.web@gmail.com>
14052
1f48f7d2
LL
14053 * midnight.el (midnight-time-float): Remove. Note it calculates
14054 the microsecond component incorrectly and seconds-to-time does the
14055 same job.
625897ec 14056 Remove redundant (require 'timer).
1f48f7d2 14057
c5b40130
LL
14058 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
14059 (ido-completions): Remove unused arguments. (Bug#8329)
14060
d86d2721
SM
140612011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
14062
14063 * minibuffer.el (completion--flush-all-sorted-completions):
14064 Remove itself from hook.
14065 (completion-at-point): Let the functions perform the completion
14066 immediately and return nil or t.
14067 * comint.el (comint-dynamic-complete-functions): Now identical to
14068 completion-at-point-functions.
14069 (comint-dynamic-list-input-ring): Remove unused var `index'.
14070 (comint--match-partial-filename, comint--unquote&expand-filename):
14071 New funs, split from comint-match-partial-filename.
14072 (comint-dynamic-complete): Use completion-at-point.
14073 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
14074
e8974c48
DA
140752011-03-24 Drew Adams <drew.adams@oracle.com>
14076
14077 * thingatpt.el: Support `defun'.
14078
def71b5e
LL
140792011-03-23 Leo Liu <sdl.web@gmail.com>
14080
cb5af48e
LL
14081 * abbrevlist.el: Move to obsolete/abbrevlist.el.
14082
def71b5e
LL
14083 * help-mode.el (help-mode-finish): Tweak regexp.
14084
927c53e7
GM
140852011-03-23 Glenn Morris <rgm@gnu.org>
14086
18d05bed
GM
14087 * eshell/esh-opt.el (eshell-eval-using-options):
14088 Do not bind unused local variable `eshell-option-stub'.
14089
927c53e7
GM
14090 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
14091
9d0da923
JB
140922011-03-22 Juanma Barranquero <lekktu@gmail.com>
14093
14094 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
14095 keymap variable in `with-no-warnings' to avoid a warning when the
14096 keymap has been already `defconst'ed.
14097
4b978a67
LL
140982011-03-22 Leo Liu <sdl.web@gmail.com>
14099
14100 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
14101 encode all chars in abbrevs; otherwise use emacs-mule or
14102 utf-8-emacs. (Bug#8308)
14103
5fd62452
JB
141042011-03-22 Juanma Barranquero <lekktu@gmail.com>
14105
0b1596c6
JB
14106 * simple.el (backward-delete-char-untabify):
14107 Avoid warning about using `delete-backward-char'.
14108
5fd62452
JB
14109 * image.el (image-type-file-name-regexps): Make it variable.
14110 `imagemagick-register-types' modifies it, and the user may want
14111 to add new extensions for known image types.
14112 (imagemagick-register-types): Throw error if not using ImageMagick.
14113
0b4e93f1
LL
141142011-03-22 Leo Liu <sdl.web@gmail.com>
14115
14116 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
14117 located before rcirc-prompt-end-marker.
14118 (rcirc-complete): Error if point is not after rcirc prompt.
14119 Handle the case when table is nil.
9882e214 14120 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 14121
fccee4ab
CY
141222011-03-22 Chong Yidong <cyd@stupidchicken.com>
14123
14124 * custom.el (custom--inhibit-theme-enable): Make it affect only
14125 custom-theme-set-variables and custom-theme-set-faces.
14126 (provide-theme): Ignore custom--inhibit-theme-enable.
14127 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
14128 (custom-enabling-themes): Delete variable.
d86d2721
SM
14129 (enable-theme): Accept only loaded themes as arguments.
14130 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
14131 (custom-enabled-themes): Forbid themes from setting this.
14132 Eliminate use of custom-enabling-themes.
14133 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 14134
af896da6
LL
141352011-03-21 Leo Liu <sdl.web@gmail.com>
14136
14137 * ido.el (ido-read-internal): Add ido-selected to history instead
14138 of user input.
14139
78f64af0
SM
141402011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14141
14142 * subr.el (deferred-action-list, deferred-action-function):
14143 Mark obsolete.
14144
b16ac1ec
LL
141452011-03-21 Leo Liu <sdl.web@gmail.com>
14146
810f7698
LL
14147 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
14148 change on 2011-02-13 (bug#8309).
14149
b16ac1ec
LL
14150 * minibuffer.el (read-file-name-function): Change default value.
14151 (read-file-name--defaults): Rename from read-file-name-defaults.
14152 (read-file-name-default): Rename from read-file-name.
14153 (read-file-name): Call read-file-name-function.
14154
4e05e67e
GM
141552011-03-21 Glenn Morris <rgm@gnu.org>
14156
14157 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
14158 Doc fixes.
14159
4359915b
CY
141602011-03-21 Chong Yidong <cyd@stupidchicken.com>
14161
14162 * cus-theme.el: Add missing provide statement.
14163 (customize-create-theme): Extract theme value correctly.
14164 (custom-theme-visit-theme): Autoload.
14165 (customize-create-theme): Prompt before inserting default faces.
14166
1fe275ee
JB
141672011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
14168
14169 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
14170 units and musical notes.
14171
cd394be1 141722011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
14173
14174 * ido.el (ido-read-internal): Use completing-read-default.
14175 (ido-completing-read): Fix compatibility with completing-read.
14176
7d476bde
CO
141772011-03-20 Christian Ohler <ohler@gnu.org>
14178
14179 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
14180 (ert-delete-all-tests): Use `called-interactively-p' rather than
14181 `interactive-p'.
14182 (ert--make-xrefs-region): Respect END.
14183
fe0fb33e
CY
141842011-03-19 Chong Yidong <cyd@stupidchicken.com>
14185
ff854b0b
CY
14186 * dired-aux.el (dired-create-directory): Signal an error if the
14187 directory already exists (Bug#8246).
14188
fe0fb33e
CY
14189 * facemenu.el (list-colors-display): Call list-faces-display
14190 inside with-help-window.
14191 (list-colors-print): Use display property to align the final
14192 column, instead of checking window-width.
14193
576bce32
EZ
141942011-03-19 Eli Zaretskii <eliz@gnu.org>
14195
4d61f28d 14196 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
14197 windows-nt systems.
14198 (emerge-protect-metachars): Quote correctly for ms-dos and
14199 windows-nt systems.
14200
89c41d68 142012011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
14202
14203 * info.el (info-initialize): Replace all uses of `:' with
14204 path-separator for compatibility with non-Unix systems.
14205 Cache quoting of path-separator. (Bug#8258)
14206
b14e3e21 142072011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
14208
14209 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
14210 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
14211 (mouse-avoidance-mode): Fix typos in docstrings.
14212
4525ce3e
CY
142132011-03-19 Chong Yidong <cyd@stupidchicken.com>
14214
14215 * startup.el (package-subdirectory-regexp): Move from package.el.
14216 Omit \\` and \\', and let callers add them.
14217
14218 * emacs-lisp/package.el (package-strip-version)
14219 (package-load-all-descriptors): Add \\` and \\' to
14220 package-subdirectory-regexp before using it.
14221 (package-untar-buffer): New arg DIR; ensure that file untars only
14222 into this expected directory. Remove superfluous delete-region.
14223 (package-unpack): Caller changed.
14224 (package-tar-file-info): Use package-subdirectory-regexp.
14225
a904a09a 142262011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 14227
a904a09a
SM
14228 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
14229 diff-mode-shared-map (bug#8284).
14230 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
14231
142322011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14233
14234 * calendar/time-date.el (format-seconds): Use assoc instead of
14235 assoc-string, since assoc-string doesn't exist in XEmacs.
14236
171fc304
JB
142372011-03-17 Juanma Barranquero <lekktu@gmail.com>
14238
14239 * custom.el (custom-known-themes): Reflow docstring.
14240 (custom-theme-load-path): Fix typo in docstring.
14241 (load-theme): Fix typo in error message.
14242 (custom-available-themes, custom-variable-theme-value):
14243 Use `let', not `let*'.
14244
d71990a1
JB
142452011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
14246
14247 * calc/README: Mention inclusion of musical notes.
14248
14249 * calc/calc-units.el (calc-lu-quant): Rename from
14250 `calc-logunits-quantity'.
14251 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
14252 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
14253 (calc-db): Rename from `calc-dblevel'.
14254 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
14255 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
14256 (calc-np): Rename from `calc-nplevel'.
14257 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
14258 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
14259 (calc-lu-plus): Rename from `calc-logunits-add'.
14260 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
14261 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
14262 (calc-lu-minus): Rename from `calc-logunits-sub'.
14263 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
14264 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
14265 (calc-lu-times): Rename from `calc-logunits-mul'.
14266 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
14267 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
14268 (calc-lu-divide): Rename from `calc-logunits-div'.
14269 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
14270 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
14271
14272 * calc/calc-ext.el (calc-init-extensions): Update the names of the
14273 functions being autoloaded.
14274
14275 * calc/calc.el (calc-lu-power-reference): Rename from
14276 `calc-logunits-power-reference'.
14277 (calc-lu-field-reference): Rename from
14278 `calc-logunits-field-reference'.
14279
7a71b18d
GM
14280 * calc/calc-help.el (calc-l-prefix-help):
14281 Mention musical note functions.
d71990a1 14282
40c2934b
SM
142832011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
14284
14285 * minibuffer.el (completion-all-sorted-completions):
14286 Use :completion-cycle-penalty text property if present.
14287
b0911414
KM
142882011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
14289
14290 * allout.el (allout-yank-processing): Adjust for new rebulleting
14291 regime so bullet being yanked is used without prompting the user
14292 for a choice.
14293
8a05b668
JB
142942011-03-16 Juanma Barranquero <lekktu@gmail.com>
14295
14296 * startup.el (command-line): Warn the user that _emacs is deprecated.
14297
5ba5fb81
JB
142982011-03-16 Juanma Barranquero <lekktu@gmail.com>
14299
14300 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
14301 (delphi-verbose, delphi-comment-face, delphi-string-face)
14302 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
14303 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
14304 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
14305 (delphi-new-comment-line, delphi-font-lock-defaults)
14306 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
14307 Fix typos in docstrings.
14308
2dab465b
KM
143092011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
14310
5ba5fb81 14311 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
14312 Invert the roles of character and string values for INSTEAD, so a
14313 string is used for the more common case of a defaulting prompt.
14314
0adf5618
SM
143152011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14316
14317 * progmodes/ruby-mode.el (ruby-backward-sexp):
14318 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
14319 * play/gamegrid.el (gamegrid-make-face):
14320 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
14321 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
14322 * notifications.el (notifications-notify):
14323 * net/xesam.el (xesam-search-engines):
14324 * net/quickurl.el (quickurl-list-insert):
14325 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
14326
d72700e5
CY
143272011-03-15 Chong Yidong <cyd@stupidchicken.com>
14328
14329 * startup.el (command-line): Update package subdirectory regexp.
14330
49c5410a
SM
143312011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14332
c6eee9aa
SM
14333 * allout.el (allout-abbreviate-flattened-numbering)
14334 (allout-mode-deactivate-hook): Fix up obsolescence "date".
14335
49c5410a
SM
14336 * subr.el (read-char-choice): Only show the cursor after the prompt,
14337 not after the answer.
14338
047b2bb9
KR
143392011-03-15 Kevin Ryde <user42@zip.com.au>
14340
14341 * help-fns.el (variable-at-point): Skip leading quotes, if any
14342 (bug#8253).
14343
0a57d256
SM
143442011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14345
14346 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
14347 warning message.
14348
77c992bc
MA
143492011-03-14 Michael Albinus <michael.albinus@gmx.de>
14350
14351 * shell.el (shell): When called interactively, offer to change the
14352 shell file name on remote hosts.
14353
eebc475d
TZ
143542011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
14355
14356 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
14357 integration for LDAP parameters. The host, base, user or binddn,
14358 and secret tokens can be specified in a netrc file, for instance.
14359 This is optional because an `auth-source' parameter must be
14360 specified in the search attributes.
14361
9d05d1ba
JB
143622011-03-13 Juanma Barranquero <lekktu@gmail.com>
14363
14364 * help.el (describe-mode): Link to the mode's definition (bug#8185).
14365
09d9db2c
GM
143662011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14367
14368 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
14369 into declaration. Remove redundant and harmful binding.
14370
143712011-03-12 Eli Zaretskii <eliz@gnu.org>
14372
14373 * files.el (file-ownership-preserved-p): Pass `integer' as an
14374 explicit 2nd argument to `file-attributes'. If the file's owner
14375 is the Administrators group on Windows, and the current user is
14376 Administrator, consider that a match.
14377
14378 * server.el (server-ensure-safe-dir): Consider server directory
14379 safe on MS-Windows if its owner is the Administrators group while
14380 the current Emacs user is Administrator. Use `=' to compare
14381 numerical UIDs, since they could be integers or floats.
14382
219bd536
JB
143832011-03-12 Juanma Barranquero <lekktu@gmail.com>
14384
14385 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
14386
f3afd36b
MA
143872011-03-12 Michael Albinus <michael.albinus@gmx.de>
14388
14389 Sync with Tramp 2.2.1.
14390
14391 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
14392
14393 * net/trampver.el: Update release number.
14394
3aaaa6f1
SM
143952011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14396
94642599
SM
14397 * progmodes/compile.el (compilation--previous-directory): Fix up
14398 various nil/dead-marker mismatches (bug#8014).
14399 (compilation-directory-properties, compilation-error-properties):
14400 Don't call it at a position past the one we're about to change.
14401
3aaaa6f1
SM
14402 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
14403 Disable obsolescence warnings in the file that declares it.
14404
14239447
KM
144052011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
14406
099c39a4
JB
14407 * allout-widgets.el (allout-widgets-tally):
14408 Initialize allout-widgets-tally as a hash table rather than nil to
14409 prevent mode-line redisplay warnings. Also, clarify the module
14410 description and fix a comment typo.
14239447 14411
135e287c
JB
144122011-03-11 Juanma Barranquero <lekktu@gmail.com>
14413
14414 * help-fns.el (describe-variable): Don't complete keywords.
14415 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
14416
ffbf300e
CY
144172011-03-10 Chong Yidong <cyd@stupidchicken.com>
14418
ba08b241
CY
14419 * emacs-lisp/package.el (package-version-join): Impose a standard
14420 string representation for pre/alpha/beta version lists.
14421 (package-unpack-single): Standardize the directory name by passing
14422 it through package-version-join.
14423 (package-strip-rcs-id): Accept any version string that does not
14424 signal an error in version-to-list.
ffbf300e 14425
f346fd6b
MA
144262011-03-10 Michael Albinus <michael.albinus@gmx.de>
14427
14428 * simple.el (delete-trailing-whitespace): Return nil for the
14429 benefit of `write-file-functions'.
14430
ccb55d27
GM
144312011-03-10 Glenn Morris <rgm@gnu.org>
14432
5ceaac0c
GM
14433 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
14434
02da65ff
GM
14435 * vc/vc-git.el (vc-git-program): New option.
14436 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
14437 (vc-git--call): Use it.
14438
b2f603cc
GM
14439 * eshell/esh-util.el (eshell-condition-case): Doc fix.
14440
5772caab
GM
14441 * cus-edit.el (Custom-newline): If no button at point, look
14442 for a subgroup button at start-of-line. (Bug#2298)
14443
ccb55d27
GM
14444 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
14445
ec6ecaed
JD
144462011-03-10 Julien Danjou <julien@danjou.info>
14447
14448 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
14449 `cursor-type' is nil.
14450
9d5aa01d
JB
144512011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
14452
14453 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
14454
b6a5875b
KM
144552011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
14456
7a71b18d 14457 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
14458 preserves the existing header prefix, rebulleting it if necessary,
14459 rather than replacing it. This is necessary for proper operation
14460 of cooperative addons like allout-widgets.
1154d12e
JB
14461 (allout-make-topic-prefix, allout-rebullet-heading):
14462 Change SOLICIT arg to INSTEAD, and interpret additionally a string
14463 value as alternate bullet to be used, instead of prompting the user
14464 for a bullet character.
b6a5875b 14465
ee545c35
MA
144662011-03-09 Michael Albinus <michael.albinus@gmx.de>
14467
d86d2721
SM
14468 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14469 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
14470 `tramp-default-port'.
14471
c47971d7
DD
144722011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
14473
14474 * net/rcirc.el (rcirc-handler-001): Remove useless
14475 with-rcirc-process-buffer.
14476 (rcirc-check-auth-status): Swap arguments to string-match.
14477
13522cb4
GM
144782011-03-09 Glenn Morris <rgm@gnu.org>
14479
0be6f4f1
GM
14480 * shell.el (shell-mode):
14481 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
14482
13522cb4
GM
14483 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
14484 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
14485
515de2e3
CY
144862011-03-08 Chong Yidong <cyd@stupidchicken.com>
14487
14488 * emacs-lisp/package.el (package-refresh-contents)
14489 (package-menu-execute): Use condition-case-no-debug.
14490
b511b994
MA
144912011-03-08 Michael Albinus <michael.albinus@gmx.de>
14492
14493 * simple.el (shell-command-to-string): Use `process-file'.
14494
14495 * emacs-lisp/package.el (package-tar-file-info): Handle also
14496 remote files.
14497
d86d2721
SM
14498 * emacs-lisp/package-x.el (package-upload-buffer-internal):
14499 Use `equal' for upload base check.
b511b994 14500
25bbfb31
AM
145012011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
14502
14503 * textmodes/texinfo.el (texinfo-environments):
14504 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
14505
be996521
GM
145062011-03-08 Glenn Morris <rgm@gnu.org>
14507
e9c8529f
GM
14508 * cus-start.el (cursor-in-non-selected-windows):
14509 Fix :set quoting oddness. (Bug#8192)
14510
be996521
GM
14511 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
14512 in some setf expressions. (Bug#2159)
14513
2bb5649e
CY
145142011-03-08 Chong Yidong <cyd@stupidchicken.com>
14515
14516 * custom.el (custom-available-themes): Return themes in
14517 alphabetical order.
14518
33383987 14519See ChangeLog.15 for earlier changes.
e3d51b27
MR
14520
14521;; Local Variables:
14522;; coding: utf-8
e3d51b27
MR
14523;; End:
14524
acaf905b 14525 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
14526
14527 This file is part of GNU Emacs.
14528
14529 GNU Emacs is free software: you can redistribute it and/or modify
14530 it under the terms of the GNU General Public License as published by
14531 the Free Software Foundation, either version 3 of the License, or
14532 (at your option) any later version.
14533
14534 GNU Emacs is distributed in the hope that it will be useful,
14535 but WITHOUT ANY WARRANTY; without even the implied warranty of
14536 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14537 GNU General Public License for more details.
14538
14539 You should have received a copy of the GNU General Public License
14540 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.