ChangeLog merge date fixes
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
e0cc4efa
FEG
12012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
2
3 * progmodes/python.el (python-pdbtrack-tracked-buffer)
4 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
5 (python-shell-internal-last-output): Use make-local-variable
6 instead of make-variable-buffer-local.
7
489af14f
FEG
82012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
9
10 * progmodes/python.el: Enhancements to forward-sexp.
11 (python-nav-forward-sexp): Rename from
12 python-nav-forward-sexp-function.
13 (python-nav--forward-sexp, python-nav--backward-sexp): New
14 functions.
15
0fc50303
JB
162012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
17
18 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
19 modes and simplification modes.
20
5d65606a
SM
212012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
22
23 * delsel.el (delete-selection-pre-hook): Don't propagate the
24 file-supersession signals (bug#12161).
25
4250fdf5
SM
262012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
27
28 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
29 (cl-map-extents): Add compatibility aliases (bug#12135).
30
d9f9b465
MA
312012-08-08 Michael Albinus <michael.albinus@gmx.de>
32
33 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
34 tests by `ignore-error'.
35 (tramp-find-shell): Open also a new shell, when cache is already
36 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
37
ce0fcefa
JL
382012-08-08 Juri Linkov <juri@jurta.org>
39
40 * bookmark.el: Add `defaults' property to the bookmark record.
41 (bookmark-current-buffer): Doc fix.
42 (bookmark-make-record): Add `defaults' property with default values
43 to the bookmark record.
44 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
45 with `bookmark-insert-current-bookmark'.
46 (bookmark-set): Get `defaults' property from the bookmark record
47 and use it in `read-from-minibuffer'.
48 (bookmark-insert-current-bookmark): Remove function.
49
50 * info.el (Info-bookmark-make-record): Add `defaults' property
51 with values of canonical Info node name, the current Info file
52 name and the current Info node name. (Bug#12107)
53
53fa8652
JL
542012-08-08 Juri Linkov <juri@jurta.org>
55
56 * files.el (basic-save-buffer): Use `buffer-name' as the default
57 of `read-file-name' when buffer is not visiting a file (bug#12128).
58
242c0a95
JL
592012-08-08 Juri Linkov <juri@jurta.org>
60
61 * info.el (Info-isearch-search): Doc fix.
62 (Info-search): Change search-failed message from "initial node" to
63 "end of node" (bug#12078).
64 (Info-isearch-search): Change `isearch-string-state' to
65 `isearch--state-string'.
66
32ac3a6b
GM
672012-08-08 Glenn Morris <rgm@gnu.org>
68
69 * language/persian.el: Remove file.
f8c1afd5 70 * language/misc-lang.el: Move unique part of persian.el here.
32ac3a6b
GM
71 * loadup.el: Remove language/persian.
72
2c2d9c9c
OF
732012-08-08 Óscar Fuentes <ofv@wanadoo.es>
74
75 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
76
2d79ec42
FEG
772012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
78
79 * progmodes/python.el Fixed defsubst warning.
80 (python-syntax-context) Rename from python-info-ppss-context.
81 (python-syntax-context-type): Rename from
82 python-info-ppss-context-type.
83 (python-syntax-comment-or-string-p): Rename from
84 python-info-ppss-comment-or-string-p.
85
2bd255dd
JB
862012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
87
88 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
89
c395097f
AS
902012-08-07 Andreas Schwab <schwab@linux-m68k.org>
91
6125983e
AS
92 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
93 a defcustom that is quoted with backquote.
94
4250fdf5
SM
95 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
96 Fix handling of interactive spec when the body uses return.
651eaf36
AS
97 (math-do-arg-check, math-define-function-body): Use backquote forms.
98 * calc/calc-ext.el (math-defcache): Likewise.
99 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
100 * allout.el (allout-new-exposure): Likewise.
101 * calc/calcalg2.el (math-tracing-integral): Likewise.
102 * info.el (Info-last-menu-item): Likewise.
103 * emulation/vip.el (vip-loop): Likewise.
104 * textmodes/artist.el (artist-funcall): Likewise.
105 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
106 Construct menu-item directly.
107
4250fdf5
SM
108 * progmodes/autoconf.el (font-lock-syntactic-keywords):
109 Don't declare.
c395097f 110
5fb50dd3
CY
1112012-08-07 Chong Yidong <cyd@gnu.org>
112
113 * simple.el (deactivate-mark): Preserve text properties when
114 saving the primary selection (Bug#8384).
115
54eea618
KR
1162012-08-07 Kevin Ryde <user42@zip.com.au>
117
118 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
119 (woman-parse-numeric-value): On a bad .IP line, issue a warning
120 and continue processing (Bug#12110).
121
638eaeb9
SM
1222012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
123
124 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
125 syntax-propertize-function (bug#10095).
126
ea376861
SM
1272012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
128
f91b35be
SM
129 * help-fns.el (help-fns--key-bindings, help-fns--signature)
130 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
131 describe-function-1.
132 (describe-function-1): Use them. Move compiler macro after sig.
133 (help-fns--compiler-macro): Use function-get. Assume we're already in
134 standard-output. Adjust layout to new call order.
135
ea376861
SM
136 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
137 re-binding a symbol that has a symbol-macro (bug#12119).
138
d5be7bd0
MB
1392012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
140
141 * language/persian.el: New file. (Bug#11812)
142 * loadup.el: Add language/persian.el.
143
90749b53
CY
1442012-08-06 Chong Yidong <cyd@gnu.org>
145
146 * window.el (window--maybe-raise-frame): New function.
147 (window--display-buffer): Split off from here.
148 (display-buffer-reuse-window, display-buffer-pop-up-frame)
149 (display-buffer-pop-up-window, display-buffer-use-some-window):
150 Obey an inhibit-switch-frame action alist entry.
151 (display-buffer): Update doc.
152
153 * replace.el (occur-after-change-function): Avoid losing focus by
154 using the inhibit-switch-frame display parameter (Bug#12139).
155
ba7b0154
FEG
1562012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
157
158 Make internal shell process buffer names start with space.
159 * progmodes/python.el (python-shell-make-comint): Add optional
160 argument INTERNAL.
161 (run-python-internal): Use it.
162 (python-shell-internal-get-or-create-process): Check for new
163 internal buffer names.
164
5eaeacb5
GM
1652012-08-06 Glenn Morris <rgm@gnu.org>
166
e296d94b 167 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
5eaeacb5
GM
168 Do less getting and setting of environment variables.
169
b7ccbdc2
CY
1702012-08-05 Chong Yidong <cyd@gnu.org>
171
777fe95e
CY
172 * proced.el (proced): Add substitution string to docstring to
173 trigger autoloading of the proced library on C-h f (Bug#1768).
174
4250fdf5
SM
175 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
176 Don't show defvars which have no second argument (Bug#8638).
b7ccbdc2
CY
177
178 * imenu.el (imenu-generic-expression): Move documentation here
179 from imenu--generic-function.
180 (imenu--generic-function): Refer to imenu-generic-expression.
181
9e3b7800 1822012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
d5c31f1d
183
184 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
185 indentation declaration.
186 (viper-loop): Add indentation declaration (Bug#7025).
187
e5d9c0d1
CY
1882012-08-05 Chong Yidong <cyd@gnu.org>
189
f0422feb
CY
190 * help-fns.el (describe-variable): Add hyperlink for
191 directory-local variables files. Improve buffer-local and
192 permanent-local reporting; suggested by MON KEY (Bug#6644).
193
194 * help-mode.el (help-dir-local-var-def): New button type.
195
e5d9c0d1
CY
196 * files.el (kill-buffer-hook): Provide a defvar.
197
a4f2deaa
GM
1982012-08-05 Glenn Morris <rgm@gnu.org>
199
200 * eshell/esh-ext.el (eshell/addpath):
201 Also update eshell-path-env. (Bug#12013)
202
a9dd5754
CY
2032012-08-05 Chong Yidong <cyd@gnu.org>
204
a4f2deaa 205 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
615b0bf0 206
d014c740
CY
207 * fringe.el (fringe-styles): Add docstring.
208 (fringe--check-mode): New function.
209 (set-fringe-mode, set-fringe-style): Use it.
210 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
211
a9dd5754
CY
212 * files.el (set-auto-mode): Fix invalid setq call.
213
7c2dc8bd
SM
2142012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
215
216 * isearch.el: Misc simplification; use defstruct.
217 (isearch-mode-map): Dense maps now work like sparse ones.
218 (isearch--state): New defstruct.
219 (isearch-string-state, isearch-message-state, isearch-point-state)
220 (isearch-success-state, isearch-forward-state)
221 (isearch-other-end-state, isearch-word-state, isearch-error-state)
222 (isearch-wrapped-state, isearch-barrier-state)
223 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
224 replaced by defstruct's accessors.
225 (isearch--set-state): Rename from isearch-top-state and change
226 calling convention.
227 (isearch-push-state): Use new isearch--get-state.
228 (isearch-toggle-word): Disable regexp when enabling word.
229 (isearch-message-prefix): Remove unused arg _c-q-hack.
230 (isearch-message-suffix): Remove unused arg _ellipsis.
231
7fcc0070
AS
2322012-08-04 Andreas Schwab <schwab@linux-m68k.org>
233
234 * simple.el (list-processes--refresh): For a server use :host or
235 :local as the address.
97ad0769 236 (list-processes): Doc fix.
7fcc0070 237
00340faf
MN
2382012-08-04 Michal Nazarewicz <mina86@mina86.com> (tiny change)
239
240 * lisp/mpc.el: Support password in host argument.
241 (mpc--proc-connect): Parse and use new password element.
242 Set mpc-proc variable instead of returning process.
243 (mpc-proc): Adjust accordingly.
244
6dad7178
EZ
2452012-08-03 Eli Zaretskii <eliz@gnu.org>
246
18949c2f
EZ
247 * whitespace.el (whitespace-display-mappings): Use Unicode
248 codepoints, instead of emacs-mule codepoints. See
249 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
250 for the details.
251
6dad7178
EZ
252 * files.el (file-truename): Don't skip symlink-chasing part on
253 windows-nt. Incorporate the resolution of 8+3 short aliases on
4250fdf5
SM
254 Windows into the loop that recursively chases symlinks.
255 Compare directory and its parent case-insensitively on MS-Windows and
6dad7178
EZ
256 MS-DOS.
257
385b0198
CY
2582012-08-03 Chong Yidong <cyd@gnu.org>
259
6200f3c4
CY
260 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
261
385b0198
CY
262 * sort.el (sort-regexp-fields): Doc fix.
263
b9e74744
TH
2642012-08-03 Tassilo Horn <tsdh@gnu.org>
265
266 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
267 labels regex position point at the expected place.
268
41013cb4
MK
2692012-08-03 MON KEY <monkey@sandpframing.com>
270
271 * net/imap.el (imap-interactive-login, imap-authenticate)
272 (imap-mailbox-lsub, imap-mailbox-list)
273 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
274 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
275 (imap-parse-response): Doc fix.
276
0ffee616
JT
2772012-08-03 João Távora <joaotavora@gmail.com>
278
279 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
280 if sexp scanning does not move point (Bug#5734).
281
cfcc9cc8
TH
2822012-08-02 Tassilo Horn <tsdh@gnu.org>
283
284 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
285 Add listings, minted, and ctable packages.
286 (reftex-label-alist-builtin): Move listings, minted, and ctable
287 entries before LaTeX.
a01bbb84 288 (reftex-label-alist): Docfix.
cfcc9cc8 289
66ec2442
BG
2902012-08-02 Bastien Guerry <bzg@gnu.org>
291
292 * replace.el (occur): Fix docstring (bug#12122).
293
837b365b
GM
2942012-08-02 Glenn Morris <rgm@gnu.org>
295
296 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
297
e098de97
PE
2982012-08-02 Paul Eggert <eggert@cs.ucla.edu>
299
300 Obsolete alias inactivate-current-input-method-function (Bug#10150).
301 * international/mule-cmds.el: Create
302 inactivate-current-input-method-function as an obsolete alias for
303 deactivate-current-input-method-function. See Katsumi Yamaoka in
304 <http://bugs.gnu.org/10150#46>.
305
a0f95636
JB
3062012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
307
308 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
309 of nested `if's.
310
0d26d7c4
GM
3112012-08-01 Glenn Morris <rgm@gnu.org>
312
313 * progmodes/autoconf.el (autoconf-definition-regexp):
314 Add AH_TEMPLATE, adjust submatch numbering.
315 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
316 (autoconf-current-defun-function): Update for above change.
317 (autoconf-current-defun-function): First skip to end of current word.
318
b686ba06
RS
3192012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
320
321 * calendar/cal-html.el (cal-html-insert-agenda-days):
322 Fix typo. (Bug#12018)
323
0d49da68
FEG
3242012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
325
326 Shell processes: enhancements to startup and CEDET compatibility.
327 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
328 (python-shell-make-comint): accept-process-output at startup.
329 (run-python-internal): Set inferior-python-mode-hook to nil.
330 (python-shell-internal-get-or-create-process): call sit-for.
331 (python-preoutput-result): Add obsolete alias.
332 (python-shell-internal-send-string): Use it.
333 (python-shell-send-setup-code): Remove call to
334 accept-process-output.
335
f1a71c6e
AS
3362012-07-31 Andreas Schwab <schwab@linux-m68k.org>
337
338 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
339 (Bug#12108)
340
d2605269
JB
3412012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
342
343 * calc-mode.el (calc-basic-simplification-mode): Rename from
344 `calc-limited-simplification-mode'.
345 (calc-alg-simplification-mode): New function.
d66060f8 346 (calc-set-simplify-mode): Adjust message.
f1a71c6e 347
d2605269
JB
348 * calc.el (calc-set-mode-line): Adjust mode line display for
349 basic simplification mode.
350
351 * calc-help.el (calc-m-prefix-help): Update help message.
352
353 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
354 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
355
a3827a43
BG
3562012-07-31 Bastien Guerry <bzg@gnu.org>
357
358 * man.el (man): Fix comment. (bug#12101)
359
502e3f89
MR
3602012-07-31 Martin Rudalics <rudalics@gmx.at>
361
362 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
363 Don't return a non-nil value when no suitable buffer was found.
364
d7714961
FEG
3652012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
366
367 * progmodes/python.el (run-python-internal): Disable font lock for
368 internal shells.
369
1f45e27e
SM
3702012-07-30 Stefan Merten <smerten@oekonux.de>
371
372 * rst.el: Silence `checkdoc-ispell'.
373 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
374 (rst-official-version, rst-official-cvs-rev)
375 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
376 (rst-mode-map): New key binding.
377
0aee6912
PE
3782012-07-30 Paul Eggert <eggert@cs.ucla.edu>
379
380 Update .PHONY listings in makefiles.
381 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
382 autoloads, update-subdirs, updates, bzr-update, update-authors,
383 compile-onefile, compile-calc, backup-compiled-files,
384 compile-after-backup, compile-one-process, mh-autoloads,
385 bootstrap-clean, distclean, maintainer-clean.
386
9052f9f0
JB
3872012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
388
1823ac5a
JB
389 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
390 (calc-set-mode-line): Don't display "AlgSimp ".
391
392 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
393 (calc-lim-simplify-mode): New function.
394 (calc-set-simplify-mode): Default to 'alg.
395 (calc-default-simplify-mode): Make algebraic simplifications
396 the default.
397
398 * calc/calc-ext.el (calc-init-extensions): Remove binding for
399 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
400
8d7c7eed 401 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4b337409
JB
402 indicate new simplification modes.
403
1823ac5a
JB
404 * calc/README: Mention new default simplification mode.
405
9052f9f0
JB
406 * calc/calc.el (math-normalize-error): New variable.
407 (math-normalize): Set `math-normalize-error' to t
408 when there's an error.
409
410 * calc/calc-alg.el (math-simplify): Don't simplify when
411 `math-normalize' returns an error.
412
20ba0cb4
EZ
4132012-07-29 Eli Zaretskii <eliz@gnu.org>
414
415 * international/mule-cmds.el (set-locale-environment): Revert last
416 change, since display-graphic-p returns nil when this function is
417 called during startup. Instead...
418
419 * term/w32console.el (terminal-init-w32console): ...setup the
420 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
421
a5dcc929
JL
4222012-07-29 Juri Linkov <juri@jurta.org>
423
424 * simple.el (goto-line): Don't display default line number in the
425 prompt because it should be displayed by `read-number' (bug#9952).
426 Add the current line number to the defaults of `goto-line' to
427 allow its easier modification by users with `M-n' (bug#9201).
428
429 * subr.el (read-number): Support multiple default values like in
430 other minibuffer reading functions. Replace `read' with
431 `string-to-number' for consistency with `number-to-string'.
432
72b255c7
PE
4332012-07-29 Paul Eggert <eggert@cs.ucla.edu>
434
435 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
436 * emulation/viper-init.el (viper-deactivate-input-method-action):
437 Rename from viper-inactivate-input-method-action.
438 (viper-deactivate-input-method):
439 Rename from viper-inactivate-input-method.
440 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
441 * international/mule-cmds.el (deactivate-input-method):
442 Rename from inactivate-input-method.
443 Also run input-method-deactivate-hook.
444 (deactivate-current-input-method-function):
445 Rename from inactivate-current-input-method-function.
446 (input-method-deactivate-hook): New hook.
447 (input-method-inactivate-hook): Mark obsolete.
bb6eb9fc
PE
448 (inactivate-input-method): Mark obsolete.
449
72b255c7
PE
450 * international/quail.el (quail-activate):
451 Also run quail-deactivate-hook.
452 (quail-deactivate): Rename from quail-inactivate.
453 * international/robin.el (robin-activate):
454 Also run robin-deactivate-hook.
455 (robin-deactivate): Rename from robin-inactivate.
456
2549c068
CY
4572012-07-29 Chong Yidong <cyd@gnu.org>
458
459 * simple.el (indicate-copied-region): New function.
460 (kill-ring-save): Split off from here.
461
462 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
463 (kill-rectangle): Set deactivate-mark to t on read-only error.
464
465 * register.el (copy-to-register, copy-rectangle-to-register):
466 Deactivate the mark, and use indicate-copied-region (Bug#10056).
467 (append-to-register, prepend-to-register): Call
468
17711ed9
JL
4692012-07-29 Juri Linkov <juri@jurta.org>
470
471 * simple.el (async-shell-command-buffer): New defcustom.
472 (shell-command): Use it. (Bug#4719)
473
01bd1b0d
EZ
4742012-07-28 Eli Zaretskii <eliz@gnu.org>
475
476 * international/mule-cmds.el (set-locale-environment): In a
477 console session on MS-Windows, set up keyboard and terminal
478 encoding from the OEM codepage, not the ANSI codepage.
479 (Bug#12055)
480
a55739d3
CY
4812012-07-28 Chong Yidong <cyd@gnu.org>
482
483 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
484 gdb-get-location.
485
0e1a094f 4862012-07-28 Leo Liu <sdl.web@gmail.com>
9a0f8f2e
LL
487
488 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
489 the alist (bug#12029).
490
20329d73
EZ
4912012-07-28 Eli Zaretskii <eliz@gnu.org>
492
493 * makefile.w32-in (custom-deps, finder-data, updates, compile)
494 (compile-always, compile-first)
495 ($(lisp)/calendar/cal-loaddefs.el)
496 ($(lisp)/calendar/diary-loaddefs.el)
497 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
498 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
499 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
500 instead of on update-subdirs.
501 (bootstrap-clean): Delete $(lisp)/subdirs.el.
502
345a2258
CY
5032012-07-28 Chong Yidong <cyd@gnu.org>
504
1eee6341
CY
505 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
506 directory if vc-deduce-backend returns nil (Bug#7350).
507
345a2258
CY
508 * simple.el (delete-trailing-lines): New option.
509 (delete-trailing-whitespace): Obey it (Bug#11879).
510
049a0936
DE
5112012-07-28 David Engster <deng@randomsample.de>
512
513 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
514 Explanation of new 'symbol-qnames feature in doc-strings.
515 (xml-maybe-do-ns): Return expanded names as plain symbols if
516 'symbol-qnames was provided in XML-NS argument (Bug#11916).
517 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
518
aa81af71
FEG
5192012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
520
521 Consistent completion in inferior python with emacs -nw.
522 * progmodes/python.el (inferior-python-mode): replace "<tab>"
523 binding in inferior-python-mode-map with "\t".
524 (python-shell-completion-complete-at-point)
525 (python-completion-complete-at-point): Remove interactive spec.
526
e827b1eb
JB
5272012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
528
529 * calc/calccomp.el (math-compose-expr): Undo previous change.
530
a90dfb95
FEG
5312012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
532
4250fdf5 533 * progmodes/python.el (python-mode-map): Add keybinding for
a90dfb95
FEG
534 run-python.
535 (python-shell-make-comint): Fix pop-to-buffer call.
536 (run-python): Autoload. New arg SHOW.
537 (python-shell-get-or-create-process): Do not pop python process
538 buffer.
539
32770973 5402012-07-27 Michael Albinus <michael.albinus@gmx.de>
1c6ef030
MA
541
542 * notifications.el (notifications-on-action-signal)
543 (notifications-on-closed-signal): Use also the bus address for the map.
544 (notifications-notify, notifications-close-notification)
545 (notifications-get-capabilities): Add optional argument BUS.
546
86332df2
TH
5472012-07-27 Tassilo Horn <tsdh@gnu.org>
548
4250fdf5
SM
549 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
550 Add support for the lstlisting and minted environments, and for the
86332df2
TH
551 ctable macro.
552 * textmodes/reftex.el (reftex-compile-variables): Also recognize
553 labels written in keyvals syntax.
554
ca1302a4
JB
5552012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
556
557 * calc/calccomp.el (math-compose-expr): Use parentheses when
558 there is a product in the denominator of a fraction.
559
f8b91036
EZ
5602012-07-26 Eli Zaretskii <eliz@gnu.org>
561
562 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
563 ($(lisp)/calendar/diary-loaddefs.el)
564 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4250fdf5
SM
565 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
566 Fixes failures in parallel bootstrap because subdirs.el is being
f8b91036
EZ
567 rewritten while the autoload files are built at the same time,
568 which needs to load subdirs.el.
569
c8e5a42c
MR
5702012-07-26 Martin Rudalics <rudalics@gmx.at>
571
572 * mouse.el (popup-menu): Fix doc-string and re-indent code.
573 (mouse-drag-line): Don't exit tracking when a switch-frame or
574 switch-window event occurs (Bug#12006).
575
670d85ea
SM
5762012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
577
578 * mouse.el (popup-menu): Fix last change.
579
7abaf5cc
SM
5802012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
581
582 Autoload from Lisp with more care. Follow aliases when looking for
583 function properties.
584 * subr.el (autoloadp): New function.
585 (symbol-file): Use it.
586 (function-get): New function.
587 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
588 autoload-do-load.
589 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
590 (lisp-indent-function):
591 * emacs-lisp/gv.el (gv-get):
592 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
593 * emacs-lisp/byte-opt.el (byte-optimize-form):
594 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
595 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
596 Use function-get.
597 * emacs-lisp/cl.el: Don't propagate function properties any more.
598
599 * speedbar.el (speedbar-add-localized-speedbar-support):
600 * emacs-lisp/disass.el (disassemble-internal):
601 * desktop.el (desktop-load-file):
602 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
603 (describe-function-1):
604 * emacs-lisp/find-func.el (find-function-noselect):
605 * emacs-lisp/elp.el (elp-instrument-function):
606 * emacs-lisp/advice.el (ad-has-proper-definition):
607 * apropos.el (apropos-safe-documentation, apropos-macrop):
608 * emacs-lisp/debug.el (debug-on-entry):
609 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
610 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
611 * calc/calc.el (name): Use autoloadp & autoload-do-load.
612
b1364986
AA
6132012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
614
615 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
616 function, not an obsolete variable (Bug#12046).
617
67ada220
AS
6182012-07-25 Andreas Schwab <schwab@linux-m68k.org>
619
620 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
621
f08088e3
CS
6222012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
623
624 * emacs-lisp/pp.el (pp-display-expression): Select old selected
625 window only if it is still live (Bug#12034).
626
8137e7b3
MR
6272012-07-25 Martin Rudalics <rudalics@gmx.at>
628
629 * subr.el (redirect-frame-focus): Add advertised calling
630 convention (Bug#12030).
631
09ae5da1
PE
6322012-07-25 Paul Eggert <eggert@cs.ucla.edu>
633
634 Prefer typical American spelling for "acknowledgment".
635 * vc/add-log.el (change-log-acknowledgment): Rename from
636 change-log-acknowledgement, with an alias for the old name.
637
3cc5a3a8
JB
6382012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
639
640 * calc-alg.el (math-simplify-divide): Don't cross multiply
641 in an equation when the lhs is a variable.
642
b7af7f62
JD
6432012-07-24 Julien Danjou <julien@danjou.info>
644
645 * net/netrc.el (netrc-find-service-number, netrc-store-data):
646 Remove, unused.
647
ec1b09b1
EZ
6482012-07-23 Eli Zaretskii <eliz@gnu.org>
649
650 * startup.el (command-line): Don't display an empty user name in
651 the error message about non-existent home directory, when
652 init-file-user was set to an empty string. See
653 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
654 for the details and context.
655
b525fd8a
VB
6562012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
657
658 * ses.el (ses-cell-formula-aset): New macro.
659 (ses-cell-references-aset): New macro.
660 (ses-cell-p): New function.
661 (ses-rename-cell): Do no longer rely on complex operations like
662 ses-cell-set-formula or ses-set-cell to change the cell and handle
663 the undo at the same time, but rather use lower level new macros
664 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
665 the undo directly. Refresh the mode line.
666
2c73e345
LL
6672012-07-21 Leo Liu <sdl.web@gmail.com>
668
670d85ea
SM
669 * progmodes/cc-cmds.el (c-defun-name):
670 Use match-string-no-properties instead for consistency.
2c73e345 671
542dfbde
LL
6722012-07-20 Leo Liu <sdl.web@gmail.com>
673
3646bcd6
LL
674 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
675 (Bug#7879)
676
542dfbde
LL
677 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
678
25721031
CY
6792012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
680
681 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
682 * progmodes/bug-reference.el, misearch.el: Provide themselves
683 (bug#11915).
684
685 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
686 of narrowed buffer (bug#11966).
687
316e68a7
VB
6882012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
689
690 * ses.el (ses-rename-cell): Set new name also in reference list of
691 cells of which the renamed cell depends.
692
bbf0e7d9
MY
6932012-07-20 Masatake YAMATO <yamato@redhat.com>
694
695 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
696 to check whether menu-bar is shown or not. If not shown,
697 show the menu-bar as a popup menu instead of using tmm.
698 * mouse.el (popup-menu): Accept `point' as `position' argument.
699
c28662a8
DG
7002012-07-20 Dmitry Gutov <dgutov@yandex.ru>
701
702 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
703 up inside string symbol literal (bug#11923).
704
87ab808f
EZ
7052012-07-20 Eli Zaretskii <eliz@gnu.org>
706
707 * startup.el (fancy-startup-text): Read the whole tutorial, not
708 just its first 256 bytes. Prevents gibberish in display of the
709 tutorial title.
710
89dea803
DA
7112012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
712
713 Drop idle buffer compaction due to an absence of the
714 proved efficiency.
715 * compact.el: Remove.
716
8a4e6db8
SS
7172012-07-19 Sam Steingold <sds@gnu.org>
718
719 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
720 vc-bzr-pull & vc-bzr-merge-branch.
721 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
722 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
723 for consistency with compilation-error-regexp-alist.
724 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
725 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
726 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
727 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
728
5db81e33
SM
7292012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
730
731 * emacs-lisp/chart.el: Use lexical-binding.
732 (chart-emacs-storage): Don't hardcode the list of entries.
733
5b835e1d
DA
7342012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
735
736 Next round of tweaks caused by Fgarbage_collect changes.
737 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
738
9cd47b72
DA
7392012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
740
741 Compact buffers when idle.
742 * compact.el: New file.
743
1d6fc0df
SM
7442012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
745
746 * subr.el (eventp): Presume that if it looks vaguely like an event,
747 it's an event (bug#10190).
748
1d29cc7d
FEG
7492012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
750
751 Enhancements to ppss related code (thanks Stefan).
752 * progmodes/python.el (python-indent-context)
753 (python-indent-calculate-indentation, python-indent-dedent-line)
754 (python-indent-electric-colon, python-nav-forward-block)
755 (python-mode-abbrev-table)
1d6fc0df 756 (python-info-assignment-continuation-line-p): Simplify checks
1d29cc7d
FEG
757 for ppss context.
758 (python-info-continuation-line-p): Cleanup.
759 (python-info-ppss-context): Do not catch 'quote.
760 (python-info-ppss-context-type)
761 (python-info-ppss-comment-or-string-p): Simplify.
762
d583cbe6
FEG
7632012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
764
765 * progmodes/python.el: Enhancements to eldoc support.
766 (python-info-current-symbol): New function.
767 (python-eldoc-at-point): Use python-info-current-symbol.
768 (python-info-current-defun): Fix cornercase on first defun scan.
769 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
770 and signal error when no inferior python process is available.
771
eceb6feb
DG
7722012-07-18 Dmitry Gutov <dgutov@yandex.ru>
773
774 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
775 assume it's always t.
776 (vc-git-registered): Remove caching, the function is only called
777 once.
778 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
779
4c8ff0fe
CY
7802012-07-18 Chong Yidong <cyd@gnu.org>
781
19fb7186
CY
782 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
783
9587c688
CY
784 * simple.el (count-words): Report on narrowing (Bug#9959).
785
0fe776a1
CY
786 * bindings.el: Bind M-= to count-words.
787
4c8ff0fe
CY
788 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
789
7f5331cc
MY
7902012-07-18 Masatake YAMATO <yamato@redhat.com>
791
792 * progmodes/sh-script.el (sh-imenu-generic-expression):
793 Capture a function with `function' keyword and without parentheses
794 like "function FOO" (bug#11856).
795
2dc2a609
TH
7962012-07-18 Tassilo Horn <tassilo@member.fsf.org>
797
798 * window.el (split-window-sensibly): Make WINDOW argument
799 optional.
800
439f7677
CY
8012012-07-18 Chong Yidong <cyd@gnu.org>
802
9aeb25a6
CY
803 * subr.el (keyboard-translate): Doc fix (Bug#7261).
804
439f7677
CY
805 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
806 and make C-x 8 RET exit isearch (Bug#11439).
807
808 * international/iso-transl.el: Move isearch-mode-map key
809 definitions to isearch.el.
810
12999ea8
SM
8112012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
812
813 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
814 (eieio-defclass): Use gv-define-setter when possible.
815
3ab6e069
DA
8162012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
817
818 Reflect recent changes in Fgarbage_collect.
819 * emacs-lisp/chart.el (chart-emacs-storage): Change to
820 reflect new format of data returned by Fgarbage_collect.
821
0a60bc10
FEG
8222012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
823
824 New utility functions + python-info-ppss-context fix (Bug#11910).
825 * progmodes/python.el (python-info-beginning-of-block-statement-p)
826 (python-info-ppss-comment-or-string-p): New functions.
827 (python-info-ppss-context): Small fix for string check.
828
6dafa0d5
JL
8292012-07-17 Juri Linkov <juri@jurta.org>
830
831 * dired-aux.el (dired-do-async-shell-command): Doc fix.
832 (dired-do-async-shell-command): Don't add `*' at the end of the
833 command (Bug#11815).
834 (dired-do-shell-command): Doc fix.
835 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
836 Join the individual commands using either "&" or ";" as the
837 separator depending on the values of these trailing characters.
838 At the end re-add the trailing "&". (Bug#10598)
839
840 * simple.el (async-shell-command): Sync the interactive spec with
841 `shell-command'. Doc fix.
842 (shell-command): Doc fix.
843
b19dd9d1
JL
8442012-07-17 Juri Linkov <juri@jurta.org>
845
846 * descr-text.el (describe-char): Fix format args. (Bug#10129)
847
bcdc27d7 8482012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7f5331cc 849
bcdc27d7 850 Final renames and doc fixes for movement commands (bug#11899).
7f5331cc
MY
851 * progmodes/python.el (python-nav-beginning-of-statement):
852 Rename from python-nav-statement-start.
bcdc27d7
FEG
853 (python-nav-end-of-statement): Rename from
854 python-nav-statement-end.
855 (python-nav-beginning-of-block): Rename from
856 python-nav-block-start.
857 (python-nav-end-of-block): Rename from python-nav-block-end.
858
191da00e
FEG
8592012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
860
7f5331cc
MY
861 * progmodes/python.el (python-shell-send-string-no-output):
862 Allow accept-process-output to quit, keeping shell process ready for
191da00e
FEG
863 future interactions (Bug#11868).
864
4dc7c8d5 8652012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
aa7aaf8f 866
88ecaf8f
SM
867 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
868
ef501ef0
SM
869 * emacs-lisp/elint.el (elint-find-args-in-code):
870 Use help-function-arglist, so as to handle lexical byte-code.
871
aa7aaf8f
SM
872 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
873 change (bug#11826).
874
45fd731c
SM
8752012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
876
2143fa32
SM
877 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
878 Avoid spuriously marking the buffer as modified because of c-is-sws.
879
efc26dbe
SM
880 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
881 as not-a-comment (bug#11946).
882
f5695c9a
SM
883 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
884 for uninterned vars.
885
886 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
887 Use read-event since we don't really want to read chars but bytes.
888
45fd731c
SM
889 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
890 $$..$$ but also $..$ using regexps (bug#11953).
891 Use tex-verbatim for \url and \path.
892 (tex-font-lock-keywords): Define as defconst like the others.
893 (tex-common-initialization): Don't use font-lock-syntax-table any more.
894
ddfc8813
RK
8952012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
896
897 * international/mule-cmds.el (ucs-insert): Make it an obsolete
898 alias for insert-char.
899
758e556a
FEG
9002012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
901
902 * progmodes/python.el: Simplified imenu implementation.
903 (python-nav-jump-to-defun): Remove command.
904 (python-mode-map): Use `imenu' instead.
905 (python-nav-list-defun-positions-cache)
906 (python-imenu-include-defun-type, python-imenu-make-tree)
907 (python-imenu-subtree-root-label, python-imenu-index-alist):
908 Remove vars.
909 (python-nav-list-defun-positions, python-nav-read-defun)
910 (python-imenu-tree-assoc, python-imenu-make-element-tree)
45fd731c
SM
911 (python-imenu-make-tree, python-imenu-create-index):
912 Remove functions.
758e556a
FEG
913 (python-mode): Update to interact with imenu by setting
914 `imenu-extract-index-name-function' only.
915
032d23ab
FEG
9162012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
917
918 * progmodes/python.el: Enhancements to navigation commands.
919 (python-nav-backward-sentence)
920 (python-nav-forward-sentence): Remove.
921 (python-nav-backward-statement, python-nav-forward-statement)
922 (python-nav-statement-start, python-nav-statement-end)
923 (python-nav-backward-block, python-nav-forward-block)
924 (python-nav-block-start, python-nav-block-end)
925 (python-nav-forward-sexp-function)
926 (python-info-current-line-comment-p)
927 (python-info-current-line-empty-p): New functions.
928 (python-indent-context): Use `python-nav-statement-start'.
929
01795a1b
MA
9302012-07-16 Michael Albinus <michael.albinus@gmx.de>
931
9328d9aa
MA
932 * eshell/em-ls.el (eshell/ls): Use `apply'.
933
934 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
935 multi-hops, instead of Tramp internals.
936
01795a1b
MA
937 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
938
939 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
940 when F1 and F2 are located on different hosts.
941
63408057
CY
9422012-07-14 Chong Yidong <cyd@gnu.org>
943
944 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
945 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
946 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
947 (xterm-mouse--read-event-sequence-1000)
948 (xterm-mouse--read-event-sequence-1006): New functions. For old
949 mouse protocol, handle M-mouse-X events correctly.
950 (xterm-mouse-event): New arg specifying mouse protocol.
951 (turn-on-xterm-mouse-tracking-on-terminal)
952 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
45fd731c
SM
953 sequence to toggle extended coordinates on newer XTerms.
954 This appears to be harmless on terminals which do not support this.
63408057 955
cd276f6e
LL
9562012-07-14 Leo Liu <sdl.web@gmail.com>
957
28ca98ac
LL
958 Add fringe bitmap indicators for flymake. (Bug#11253)
959 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
960 (flymake-make-overlay): New arg BITMAP.
961 (flymake-error-bitmap, flymake-warning-bitmap)
962 (flymake-fringe-indicator-position): New user variables.
963
cd276f6e
LL
964 * fringe.el: New bitmap exclamation-mark.
965
04408072
JD
9662012-07-14 Jan Djärv <jan.h.d@swipnet.se>
967
968 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
969 also (Bug#7879).
970
b5cf7fc4
CY
9712012-07-14 Chong Yidong <cyd@gnu.org>
972
973 * electric.el (electric-pair-post-self-insert-function): Fix pair
974 insertion in empty-region case (Bug#11520).
975
be755c79
RT
9762012-07-14 Chong Yidong <cyd@gnu.org>
977
45fd731c
SM
978 * bindings.el: Consolidate ctl-x-r-map bindings.
979 Bind copy-rectangle-as-kill to C-x r w.
be755c79
RT
980
981 * rect.el, register.el: Move bindings to bindings.el.
982
9832012-07-14 Reuben Thomas <rrt@sc3d.org>
984
985 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
986
7f5b3198
AS
9872012-07-13 Andreas Schwab <schwab@linux-m68k.org>
988
989 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
990
97662200
JB
9912012-07-13 Juanma Barranquero <lekktu@gmail.com>
992
80185fed
JB
993 * bindings.el (top): Use `mapc' instead of `mapcar'.
994
97662200
JB
995 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
996
2bb1ae55
MA
9972012-07-13 Michael Albinus <michael.albinus@gmx.de>
998
999 * progmodes/sql.el (sql-comint): Suppress the check for program on
1000 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
1001 (Bug#11908)
1002
dea31bd3
CY
10032012-07-13 Chong Yidong <cyd@gnu.org>
1004
1005 * bindings.el: Assign a non-nil permanent-local property to
1006 per-buffer variables which lack a default value (Bug#11930).
1007
1008 * help-fns.el (describe-variable): In the "automatically becomes
1009 local" notice, take note of permanent-local variables.
1010
b68b3337
CY
10112012-07-13 Chong Yidong <cyd@gnu.org>
1012
1013 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
1014 to allow printing the message when called from Lisp.
1015
1016 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1017 Remove toggle-read-only.
1018
1019 * bs.el (bs-toggle-readonly):
45fd731c
SM
1020 * buff-menu.el (Buffer-menu-toggle-read-only):
1021 Remove with-no-warnings around toggle-read-only.
b68b3337
CY
1022
1023 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
1024 Remove with-no-warnings around toggle-read-only.
1025 (ffap-read-only, ffap-read-only-other-window)
1026 (ffap-read-only-other-frame): Callers changed.
1027
1028 * help-mode.el: Don't require view package.
1029 (help-mode-finish): Set buffer-read-only instead of calling
1030 toggle-read-only.
1031
1032 * bindings.el (mode-line-toggle-read-only):
1033 * dired.el (dired-toggle-read-only):
1034 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
1035 with non-nil second arg.
1036
1037 * emacs-lisp/eieio-custom.el (eieio-customize-object):
1038 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
1039 directly.
1040
56bc1586
EZ
10412012-07-12 Eli Zaretskii <eliz@gnu.org>
1042
1043 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
1044 not incf.
1045
a464a6c7
SM
10462012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
1047
1048 More CL cleanups and reduction of use of cl.el.
1049 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
1050 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
1051 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
1052 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
1053 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
1054 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
1055 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
1056 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
1057 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
1058 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
1059 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
1060 * eshell/em-cmpl.el, eshell/em-banner.el:
1061 * calendar/parse-time.el: Use cl-lib.
1062 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
1063 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
1064 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
1065 * term/ns-win.el, term.el, shell.el, ps-samp.el:
1066 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
1067 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
1068 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
1069 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
1070 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
1071 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
1072 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
1073 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
1074 `lambda' rather than with `quote'.
1075 (eshell-do-opt): Adjust accordingly.
1076 (eshell-process-option): Simplify.
1077 * eshell/esh-var.el:
1078 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
1079 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
1080 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
1081 to `pcase--dontcare'.
1082 * emacs-lisp/cl.el (labels): Mark obsolete.
1083 (cl--letf, letf): Move to cl-lib.
1084 (cl--letf*, letf*): Remove.
1085 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
1086 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
1087 (cl-progv): Rewrite.
1088 (cl--letf, cl-letf): Move from cl.el.
1089 (cl-letf*): New macro.
1090 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
1091
7ad4afe1
MA
10922012-07-11 Michael Albinus <michael.albinus@gmx.de>
1093
1094 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
1095
9af57756
CY
10962012-07-11 Chong Yidong <cyd@gnu.org>
1097
1098 * vc/log-edit.el (log-edit-vc-backend): New variable.
1099 (log-edit): Doc fix.
1100
1101 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
1102 argument of log-edit to set up all local variables.
1103 (vc-start-logentry): New optional arg specifying VC backend.
1104
1105 * vc/vc.el (vc-checkin): Use it.
1106 (vc-deduce-fileset): Handle Log Edit buffers.
1107 (vc-diff): Make first argument optional too.
1108
1109 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
1110
8477cc7a
MA
11112012-07-10 Michael Albinus <michael.albinus@gmx.de>
1112
1113 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
1114 command, just in case. The function is not needed anymore.
1115 (eshell-external-command): Do not call `eshell-remote-command'.
1116
19faa8e8
SM
11172012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
1118
f58e0fd5
SM
1119 Reduce use of (require 'cl).
1120 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
1121 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
1122 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
1123 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
1124 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
1125 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
1126 * battery.el, avoid.el, abbrev.el: Use cl-lib.
1127 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
1128 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
1129 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
1130 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
1131 * calculator.el, autorevert.el, apropos.el: Don't require CL.
1132 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
1133 (byte-compile-unfold-bcf, byte-compile-check-variable):
1134 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
1135 (byte-compile-nilconstp):
1136 * emacs-lisp/autoload.el (make-autoload): Use pcase.
1137 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
1138
2519d43a
SM
1139 * emacs-lisp/gv.el (cond): Make it a valid place.
1140 (if): Simplify slightly.
1141
19faa8e8
SM
1142 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
1143 (pcase--self-quoting-p): New function.
1144 (pcase--u1): Use it.
1145
c4907a5e
GM
11462012-07-10 Glenn Morris <rgm@gnu.org>
1147
1148 * emacs-lisp/authors.el (authors-fixed-entries):
1149 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
1150
c4444d16
PE
11512012-07-09 Paul Eggert <eggert@cs.ucla.edu>
1152
1153 Rename configure.in to configure.ac (Bug#11603).
1154 * emacs-lisp/authors.el (authors-canonical-file-name):
1155 * progmodes/autoconf.el (autoconf-mode):
1156 Prefer configure.ac to configure.in.
1157
d75be97d
CY
11582012-07-08 Chong Yidong <cyd@gnu.org>
1159
01ac65bd
CY
1160 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
1161 Implement the mouse-1-click-follows-link handling properly.
1162
1163 * info.el (Info-link-keymap): Use follow-link mechanism for
1164 header-line links (Bug#374).
1165
d75be97d
CY
1166 * simple.el (deactivate-mark): Do not set the primary selection
1167 if another program has acquired it (Bug#11772).
1168
87a92845 11692012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
1170
1171 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
1172 (woman-decode-region): Replace escaped-escapes without destroying
1173 bold or underline (Bug#11552).
87a92845 1174 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 1175
621b9d6c
CY
11762012-07-07 Chong Yidong <cyd@gnu.org>
1177
1178 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
1179 (interprogram-cut-function, interprogram-paste-function):
1180 Mention that we typically mean the clipboard.
621b9d6c 1181
133a11fc
GM
11822012-07-06 Glenn Morris <rgm@gnu.org>
1183
0d27a45e
GM
1184 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
1185
133a11fc
GM
1186 * files.el (toggle-read-only): Restrict message to interactive use.
1187
07b151f1
MA
11882012-07-06 Michael Albinus <michael.albinus@gmx.de>
1189
1190 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
1191
1192 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
1193
211b896b
GM
11942012-07-06 Glenn Morris <rgm@gnu.org>
1195
50394322
GM
1196 * Makefile.in (compile-one-process): Rename from "recompile".
1197
211b896b
GM
1198 * Makefile.in (bzr-update): "compile" is the same as "recompile
1199 autoloads", but parallelizable, so use that instead.
1200
4737eec9
DG
12012012-07-06 Dmitry Gutov <dgutov@yandex.ru>
1202
1203 * window.el (quit-window): Always restore window height when
8137e7b3 1204 it's saved in quit-restore parameter (Bug#11810).
4737eec9 1205
226c3633 12062012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
1207
1208 * simple.el (kill-whole-line): Doc tweak.
1209
226c3633 12102012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
1211
1212 * files.el (file-relative-name): Compare file names
1213 case-insensitively if on MS-Windows or MS-DOS, or if
1214 read-file-name-completion-ignore-case is non-nil. Don't use
1215 case-fold-search for this purpose. (Bug#11827)
1216
4dc7c8d5
SM
12172012-07-17 Andreas Schwab <schwab@linux-m68k.org>
1218
1219 * calendar/cal-dst.el (calendar-current-time-zone):
1220 Return calendar-current-time-zone-cache if non-nil.
1221
12222012-07-17 Masatake YAMATO <yamato@redhat.com>
226c3633 12232012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 1224
19faa8e8
SM
1225 * calendar/cal-dst.el (calendar-current-time-zone):
1226 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 1227
60198fc9
GM
12282012-07-06 Glenn Morris <rgm@gnu.org>
1229
1230 * Makefile.in (cvs-update): Remove old alias.
1231
957b3189
MA
12322012-07-05 Michael Albinus <michael.albinus@gmx.de>
1233
1234 Sync with Tramp 2.2.6-pre.
1235
1236 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
1237 compatible declaration.
1238
19faa8e8
SM
1239 * net/tramp-cmds.el (tramp-append-tramp-buffers):
1240 Protect `list-load-path-shadows' call.
957b3189
MA
1241
1242 * net/tramp-compat.el (top): Require packages, which aren't
1243 autoloaded anymore for XEmacs. Protect call of
1244 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
1245 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
1246 it hurts at least for SXEmacs.
1247 (tramp-compat-temporary-file-directory): In XEmacs, there is no
1248 standard-value for `temporary-file-directory'.
1249
1250 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
1251 Redirect stderr to /dev/null.
1252 (tramp-sh-handle-write-region): uid and gid can be floats.
1253 Reported by Russell Sim <russell.sim@gmail.com>.
1254 (tramp-sh-handle-vc-registered): Hide errors.
1255 (tramp-vc-file-name-handler): Use dummy results for `process-file'
1256 and `start-file-process'.
1257 (tramp-maybe-open-connection): Check also whether `non-essential'
1258 is bound.
1259
566df3fc
CY
12602012-07-04 Chong Yidong <cyd@gnu.org>
1261
1262 * xml.el (xml--parse-buffer): Use xml-syntax-table.
1263 (xml-parse-tag): Likewise, and avoid changing entity tables.
1264 (xml-syntax-table): Define from scratch, making sure not to give
1265 x2000 and other Unicode spaces whitespace syntax, since those are
1266 not spaces in XML.
1267 (xml-parse-fragment): Delete unused function.
1268 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
1269 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
1270 (xml-entity-ref, xml-pe-reference-re)
1271 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
1272 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
1273 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
1274 (xml-entity-value-re): Use syntax references in regexps where
1275 possible; no need to define inside a let-binding.
1276 (xml-parse-dtd): Use xml-pe-reference-re.
1277 (xml-entity-or-char-ref-re): New defconst.
1278 (xml-parse-string, xml-substitute-special): Use it.
1279
30eabd7a
SM
12802012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1281
0781098a
SM
1282 * files.el (locate-dominating-file): Allow `name' to be a predicate.
1283 (find-file--read-only): New function.
1284 (find-file-read-only, find-file-read-only-other-window)
1285 (find-file-read-only-other-frame): Use it.
1286 (insert-file-contents-literally): Don't `fset'.
1287 (get-free-disk-space): Use locate-dominating-file.
1288
b5771c0d
SM
1289 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
1290 function is already compiled.
1291
30eabd7a
SM
1292 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
1293
b4886f6e
MA
12942012-07-03 Michael Albinus <michael.albinus@gmx.de>
1295
1296 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
1297 files on the same host.
1298
b9d82339
AS
12992012-07-03 Andreas Schwab <schwab@linux-m68k.org>
1300
1301 * help-fns.el (describe-function-1): Only call
1302 help-fns--autoloaded-p when we have a file name. (Bug#11848)
1303
a76e6535
CY
13042012-07-03 Chong Yidong <cyd@gnu.org>
1305
1306 * xml.el: Protect parser against XML bombs.
1307 (xml-entity-expansion-limit): New variable.
1308 (xml-parse-string, xml-substitute-special): Use it.
1309 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
1310
b544fef2
GM
13112012-07-03 Glenn Morris <rgm@gnu.org>
1312
1313 * progmodes/bug-reference.el (bug-reference-bug-regexp):
1314 Allow linking to specific messages in debbugs reports (eg 123#5).
1315
a7aef6f5
CY
13162012-07-02 Chong Yidong <cyd@gnu.org>
1317
1318 * xml.el: Fix entity and character reference expansion, allowing
1319 them to expand into markup as per XML spec.
1320 (xml-default-ns): New variable.
1321 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
1322 (xml-parse-region): Make first two arguments optional.
1323 Discard text properties.
1324 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
1325 All callers changed.
a7aef6f5
CY
1326 (xml-parse-tag): Call xml-parse-tag-1. For backward
1327 compatibility, this function should not modify buffer contents.
1328 (xml-parse-tag-1): Fix opening-tag regexp.
1329 (xml-parse-string): Rewrite, handling entity and character
1330 references properly.
1331 (xml--entity-replacement-text): Signal an error if a parameter
1332 entity is undefined.
1333
3df31c9f
SM
13342012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1335
2b5208f1
SM
1336 * comint.el (comint-output-filter): Filter out repeated prompts.
1337
3df31c9f
SM
1338 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
1339 and file-name-absolute-p.
1340 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
1341 internal calls.
1342
e3ac1281
PE
13432012-07-02 Paul Eggert <eggert@cs.ucla.edu>
1344
1345 Spelling fixes.
1346 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
1347 Rename from byte-compile--refiy-function. All uses changed.
1348
fbf2e7ad
CY
13492012-07-01 Chong Yidong <cyd@gnu.org>
1350
1351 * xml.el (xml--parse-buffer): New function. Move most of
1352 xml-parse-region here.
1353 (xml-parse-region): Copy region into a temporary buffer, since
1354 parameter entity substitution requires changing buffer contents.
1355 Use xml--parse-buffer.
1356 (xml-parse-file): Use xml--parse-buffer.
1357 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 1358 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 1359
9bf0aa15
GM
13602012-06-30 Glenn Morris <rgm@gnu.org>
1361
bbce2853
GM
1362 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
1363
9bf0aa15
GM
1364 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
1365 Remove outdated and unnecessary dbus declarations.
1366
0d23c240
EZ
13672012-06-30 Eli Zaretskii <eliz@gnu.org>
1368
1369 * emacs-lisp/timer.el (timer-until): Subtract results of
1370 float-time, instead of taking float-time of the result of
1371 time-subtract, since float-time signals an error for negative time
1372 arguments.
1373
b3218de1
CY
13742012-06-30 Chong Yidong <cyd@gnu.org>
1375
1376 * xml.el (xml-*-re): Convert defvars into defconsts, and
1377 eval-and-compile them so eval-and-compile works on derivatives.
1378 (xml--entity-replacement-text): Use eval-and-comple.
1379
a40c87a0
MA
13802012-06-30 Michael Albinus <michael.albinus@gmx.de>
1381
1382 * vc/vc-git.el (vc-git-registered): Use cache property
1383 `git-registered'.
1384 (vc-git-mode-line-string): Call `vc-working-revision' instead of
1385 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 1386 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 1387
ac87de97
DG
13882012-06-30 Dmitry Gutov <dgutov@yandex.ru>
1389
1390 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 1391 removed (likely outside Emacs). (Bug#11757)
ac87de97 1392
ac10fe06
SM
13932012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1394
3df31c9f 1395 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 1396
7f3fbd5d
CY
13972012-06-30 Chong Yidong <cyd@gnu.org>
1398
1399 * xml.el: Implement XML parameter entities.
1400 (xml-parameter-entity-alist): New variable.
1401 (xml-parse-region, xml-parse-fragment): Preserve previous values
1402 of xml-entity-alist and xml-parameter-entity-alist, so that
1403 repeated calls on different documents do not change them.
1404 (xml-parse-tag): Fix doctype regexp.
1405 (xml--entity-replacement-text): New function.
1406 (xml-parse-dtd): Use it. Don't handle system entities; doing that
1407 properly requires url retrieval which is unimplemented.
1408 (xml-escape-string): Doc fix.
1409
3cfbebba
SM
14102012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1411
1412 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
1413
2af3565e
DA
14142012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
1415
1416 * fringe.el (fringe-mode): Doc fix.
1417
929df0e7
MA
14182012-06-29 Michael Albinus <michael.albinus@gmx.de>
1419
1420 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
1421 is non-nil.
1422 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
1423 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
1424
c8d3a25c 14252012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 1426
c8d3a25c
GM
1427 * calendar/cal-dst.el (calendar-current-time-zone):
1428 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 1429
c8d3a25c 14302012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
1431
1432 * progmodes/which-func.el (which-func-format):
1433 Add mouse-face. (Bug#11698)
1434
c8d3a25c
GM
14352012-06-29 Leo Liu <sdl.web@gmail.com>
1436
1437 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
1438
14392012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1440
1441 * minibuffer.el (minibuffer-confirm-exit-commands):
1442 Add completion-at-point (bug#11725).
1443
14442012-06-29 Glenn Morris <rgm@gnu.org>
1445
1446 * progmodes/f90.el (f90-font-lock-keywords-2):
1447 Add some preprocessor elements. (Bug#10499)
1448
14492012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1450
1451 * progmodes/cperl-mode.el (cperl-update-syntaxification):
1452 Use syntax-propertize (bug#11739).
1453
2badeec4
JB
14542012-06-28 Juanma Barranquero <lekktu@gmail.com>
1455
1456 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
1457
ae4969c2
JD
14582012-06-28 Julien Danjou <julien@danjou.info>
1459
1460 * term.el (term-handle-colors-array): Use a set of new faces to
1461 color the terminal. Also uses :inverse-video property.
1462 (term-default-fg-color): Set to nil by default, deprecate in favor
1463 of `term-face'.
1464 (term-default-bg-color): Set to nil by default, deprecate in favor
1465 of `term-face'.
1466 (term-current-face): Use `term-face' by default.
1467 (term-bold-attribute): Variable deleted.
1468
1c9bd870
GM
14692012-06-28 Glenn Morris <rgm@gnu.org>
1470
1471 * simple.el (completion-list-mode-finish):
1472 Don't use toggle-read-only. (Since completion-list-mode has
1473 a special mode-class, it wasn't doing anything extra anyway.)
1474
c207708c
SM
14752012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
1476
1477 Make inlining of other-mode interpreted functions work (bug#11799).
1478 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
1479 (byte-compile): Use it to fix compilation of lexical-binding closures.
1480 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
1481 function, if needed.
1482
3fd56834
SM
14832012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
1484
04901786
SM
1485 * help-mode.el (help-make-xrefs): Don't just withstand
1486 cyclic-variable-indirection but any error in documentation-property.
1487
1ec4b7b2
SM
1488 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
1489 memory use.
1490 * bindings.el (bindings--define-key): New function.
1491 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
1492 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
1493 * bindings.el: Use it to purecopy define-key bindings.
1494
e309e2a5
SM
1495 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
1496
d5c6faf9
SM
1497 * emacs-lisp/cl.el (flet): Mark obsolete.
1498 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
1499 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
1500 * progmodes/js.el (js-c-fill-paragraph):
1501 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
1502 (ebrowse-switch-member-buffer-to-derived-class):
1503 * play/5x5.el (5x5-solver): Use cl-flet.
1504
6e9590e2
SM
1505 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
1506 (cl--symbol-function): New macro.
1507 (cl--letf, cl--letf*): Use it.
1508
3fd56834
SM
1509 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
1510 Strip "toggle-" if any.
1511
35ff222c
GM
15122012-06-27 Glenn Morris <rgm@gnu.org>
1513
1ba6038a
GM
1514 * info.el (Info-default-directory-list): Move here from paths.el.
1515 * paths.el: Remove file, which is now empty.
1516 * loadup.el: No longer load "paths".
1517
0ea0e51b
GM
1518 * custom.el (custom-initialize-delay): Doc fix.
1519
35ff222c
GM
1520 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
1521 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
1522 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
1523 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
1524 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
1525 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
1526 * eshell/eshell.el (eshell-defgroup): Remove alias.
1527
c89926a5
CY
15282012-06-27 Chong Yidong <cyd@gnu.org>
1529
1530 * help.el (help-enable-auto-load): New variable.
1531
1532 * help-fns.el (help-fns--autoloaded-p): New function.
1533 (describe-function-1): Refer to a function as "autoloaded" if it
1534 was autoloaded at any time in the past. Perform autoloading if
1535 help-enable-auto-load is non-nil.
1536
cc06e7e7
EZ
15372012-06-26 Eli Zaretskii <eliz@gnu.org>
1538
1539 * makefile.w32-in (compile, compile-always): Depend on
1540 update-subdirs, not on subdirs.el. Otherwise, several different
1541 sub-targets of 'bootstrap' running in parallel could
1542 simultaneously write to subdirs.el, producing a garbled file.
1543
d2c32364
SS
15442012-06-26 Sam Steingold <sds@gnu.org>
1545
1546 * files.el (file-name-base): New convenience function.
0d14cc21
GM
1547 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
1548 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
1549 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
1550 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
1551 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
1552 * textmodes/tex-mode.el: Use it.
1553 Did not touch cedet and org because they are maintained elsewhere.
1554
5cf983b2
MR
15552012-06-26 Martin Rudalics <rudalics@gmx.at>
1556
1557 * calendar/calendar.el (calendar-exit): Don't try to delete or
1558 iconify last frame. See:
1559 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
1560
8c4f2952
JD
15612012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
1562
1563 * server.el (server-process-filter): Remember dir in the
1564 process's `server-client-directory' properties.
1565
772b2e2c
CY
15662012-06-24 Chong Yidong <cyd@gnu.org>
1567
1568 * xml.el (xml-parse-tag): Correctly handle comment embedded in
1569 non-tag text.
1570
711b11e1
JB
15712012-06-23 Juanma Barranquero <lekktu@gmail.com>
1572
1573 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
1574
dc5d230c
SM
15752012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1576
1577 * help-fns.el (describe-variable): Don't croak when doc is not found.
1578 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
1579 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
1580 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
1581 * emacs-lisp/smie.el (smie-next-sexp): CSE.
1582 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
1583 ((lambda ..) ..).
1584 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
1585
136e1c1d
CY
15862012-06-23 Chong Yidong <cyd@gnu.org>
1587
e8c1cabf
CY
1588 * info.el (Info-mouse-follow-link): Accept symbol values of
1589 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
1590 (Info-fontify-node): Use Info-link-keymap for all navigation
1591 buttons, with link-args property to perform the desired action.
1592 (Info-link-keymap): Doc fix.
1593 (Info-next-link-keymap, Info-prev-link-keymap)
1594 (Info-up-link-keymap): Delete now-unused keymaps.
1595
0e9e6c6a
CY
15962012-06-23 Chong Yidong <cyd@gnu.org>
1597
05e89fea
CY
1598 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
1599
0e9e6c6a
CY
1600 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
1601 system abbrevs.
1602
1603 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
1604
e33c6771
SM
16052012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1606
b68581e2
SM
1607 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
1608 (bug#11719).
1609
e33c6771
SM
1610 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
1611 the requote function doesn't work properly (bug#11714).
1612
7117e105
GM
16132012-06-23 Glenn Morris <rgm@gnu.org>
1614
1615 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
1616
36cec983
SM
16172012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1618
1619 Further GV/CL cleanups.
1620 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
1621 gv-expander.
1622 (gv--defun-declaration): New function.
1623 (defun-declarations-alist): Use it.
1624 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
1625 (gv-place): Autoload.
1626 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
1627 original definition of dotimes and dolist.
1628 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
1629 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
1630 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
1631 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1632 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
1633 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
1634 to the function's definition.
1635 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
1636 * window.el:
1637 * files.el:
1638 * faces.el:
1639 * env.el: Don't use CL.
1640
d35af63c
PE
16412012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1642
1643 Support higher-resolution time stamps (Bug#9000).
1644
1645 * calendar/time-date.el (with-decoded-time-value): New arg
1646 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
1647 (encode-time-value): New optional arg PICO. New type 3.
1648 (time-to-seconds) [!float-time]: Support the new picoseconds
1649 component if it's used.
1650 (seconds-to-time, time-subtract, time-add):
1651 Support ps-resolution time stamps as well.
1652
1653 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
1654 (timerp): Timer vectors now have length 9, not 8.
1655 (timer--time): Support new-style (4-part) time stamps.
1656 (timer-next-integral-multiple-of-time): Time stamps now have
1657 picosecond resolution, so take a bit more care about rounding.
1658 (timer-relative-time, timer-inc-time): New optional arg psecs.
1659 (timer-set-time-with-usecs): Set psecs to 0.
1660 (timer--activate): Check psecs component, too.
1661
1662 * proced.el (proced-time-lessp): Support ps-resolution stamps.
1663
ac77b21a
SM
16642012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1665
f143bfe3
SM
1666 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
1667 Move the non-essential binding to the post/pre-command-hook where it is
1668 more obviously correct.
1669
ac77b21a
SM
1670 * subr.el (read-passwd): Don't use a history at all.
1671 * savehist.el (savehist-save): Remove password saved accidentally
1672 because of the above bug.
1673
76386c5a
BG
16742012-06-22 Bastien Guerry <bzg@gnu.org>
1675
1676 * files.el (toggle-read-only): Display a message telling whether
1677 the buffer is read-only or not (bug#11726).
1678
2ee3d7f0
SM
16792012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1680
1681 * emacs-lisp/gv.el: New file.
1682 * subr.el (push, pop): Extend to generalized variables.
1683 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
1684 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
1685 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
1686 gv-define-simple-setter, and gv-define-expander.
1687 Remove setf-methods defined in gv. Rename cl-setf -> setf.
1688 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
1689 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
1690 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
1691 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
1692 gv-letplace.
1693 (cl-defstruct): Don't define setf-method any more.
1694 * emacs-lisp/cl.el (flet): Don't autoload.
1695 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
1696 (define-setf-expander, defsetf, define-modify-macro)
1697 (cl-struct-setf-expander): Move from cl-lib.el.
1698 * emacs-lisp/syntax.el:
1699 * emacs-lisp/ewoc.el:
1700 * emacs-lisp/smie.el:
1701 * emacs-lisp/cconv.el:
1702 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
1703 (timer--time): Use gv-define-simple-setter.
1704 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
1705 to avoid coding-system problems in subr.el. Adjust all users.
1706 (macroexp--maxsize, macroexp-small-p): New functions.
1707 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
1708 * scroll-bar.el (scroll-bar-mode):
1709 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
1710 (normal-erase-is-backspace-mode): Don't use the `eq' place.
1711 * winner.el (winner-configuration, winner-make-point-alist)
1712 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
1713 * files.el (locate-file-completion-table): Avoid list*.
1714
c5695d1d
CY
17152012-06-22 Chong Yidong <cyd@gnu.org>
1716
1717 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
1718 (dired-create-files): Doc fix (Bug#11329).
1719 (dired-do-copy): Doc fix (Bug#11334).
1720 (dired-mark-read-string): Doc fix (Bug#11553).
1721
2ee3d7f0
SM
1722 * dired.el (dired-recursive-copies, dired-recursive-deletes):
1723 Doc fix (Bug#11326).
c5695d1d
CY
1724 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
1725 (dired-dwim-target): Doc fix.
1726
1727 * wdired.el (wdired-mode): Doc fix.
1728
89b5595a
GM
17292012-06-22 Glenn Morris <rgm@gnu.org>
1730
575db3f1
GM
1731 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
1732 (pcmpl-rpm-cache-stamp-file): New constant.
1733 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
1734 (pcmpl-rpm-packages): Optionally cache list of packages.
1735
a4c8dd51
GM
1736 * pcmpl-rpm.el (pcmpl-rpm): New group.
1737 (pcmpl-rpm-query-options): New option.
1738 (pcmpl-rpm-packages): No need to inline it.
1739 Use pcmpl-rpm-query-options.
1740
89b5595a
GM
1741 * calendar/calendar.el (calendar-in-read-only-buffer):
1742 Avoid some needless mode changes.
1743
e76f0800
CY
17442012-06-21 Chong Yidong <cyd@gnu.org>
1745
1746 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
1747 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 1748 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 1749
297a8f1d
CY
17502012-06-20 Chong Yidong <cyd@gnu.org>
1751
1752 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
1753
d34c18b1
DR
17542012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
1755
1756 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
1757 (bug#11201).
1758
32f7f28e
CY
17592012-06-20 Chong Yidong <cyd@gnu.org>
1760
1761 * term.el (term-window-width): Handle the case of a missing right
1762 fringe (Bug#8837).
1763 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
1764 (term-mode): Use define-derived-mode. Minor cleanups.
1765 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
1766 (term-move-columns, term-insert-char, term-emulate-terminal)
1767 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 1768
493c6688
MA
17692012-06-20 Michael Albinus <michael.albinus@gmx.de>
1770
d34c18b1
DR
1771 * net/ange-ftp.el (ange-ftp-get-passwd):
1772 Bind `enable-recursive-minibuffers'.
493c6688
MA
1773 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
1774
3f06ecf4
DR
17752012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
1776
1777 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
1778
68f12411
GM
17792012-06-19 Glenn Morris <rgm@gnu.org>
1780
1781 * progmodes/python.el (python-mode): Derive from prog-mode.
1782
b3820318
KG
17832012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
1784
1785 * emulation/edt.el (edt-default-menu-bar-update-buffers)
1786 (edt-user-menu-bar-update-buffers): New functions.
1787 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
1788
c6bf3022
CY
17892012-06-19 Chong Yidong <cyd@gnu.org>
1790
1791 * subr.el (with-selected-window): Preserve the selected window's
1792 terminal's top-frame (Bug#4702).
1793
1794 * window.el (save-selected-window): Likewise.
1795
25f09295
SM
17962012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1797
1798 * progmodes/python.el (python-rx-constituents): Move backquote.
1799 (python-skeleton-define, python-define-auxiliary-skeleton):
1800 Use `declare'.
1801
6b11952a
MA
18022012-06-18 Michael Albinus <michael.albinus@gmx.de>
1803
1804 * minibuffer.el (read-file-name-default): Revert the patch from
1805 2012-06-17.
1806
ee4b1330
SM
18072012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1808
1809 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
1810 (pcase--u1, pcase--q1): Don't use apply-partially.
1811
35647f79
GM
18122012-06-18 Glenn Morris <rgm@gnu.org>
1813
1814 * progmodes/python.el (python-proc, python-buffer)
1815 (python-send-receive, python-send-string): Fix obsolete versions.
1816
24b0cff0
MR
18172012-06-18 Martin Rudalics <rudalics@gmx.at>
1818
1819 * window.el (special-display-p): Completely remove stringp
1820 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
1821
29855149
MA
18222012-06-17 Michael Albinus <michael.albinus@gmx.de>
1823
1824 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
1825
1826 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
1827
1828 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
1829 * net/tramp-sh.el (tramp-maybe-open-connection):
1830 Throw if `non-essential' is non-nil.
1831
07463363
MR
18322012-06-17 Martin Rudalics <rudalics@gmx.at>
1833
1834 * window.el (special-display-p): Signal an error if BUFFER-NAME
1835 is not a string (Bug#11713).
1836
48d1354e
PE
18372012-06-17 Paul Eggert <eggert@cs.ucla.edu>
1838
1839 * progmodes/python.el (python-info-beginning-of-backslash):
1840 Rename from python-info-beginning-of-backlash, as a spelling fix.
1841
eb4a8a9a
CY
18422012-06-17 Chong Yidong <cyd@gnu.org>
1843
1844 * term.el (term-emulate-terminal): If term-check-size is called,
1845 move point to the process mark without resetting point (Bug#4635).
1846
ddfbf826 18472012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
1848
1849 * international/mule-cmds.el (mule-menu-keymap)
1850 (set-language-environment, set-locale-environment): Doc tweaks.
1851
9b0e3eba
AA
18522012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
1853
1854 * cus-face.el (custom-face-attributes): Add wave-style underline
1855 attribute.
1856 * faces.el (set-face-attribute): Update docstring to describe
1857 wave-style underline attribute.
1858
771e3eae
CY
18592012-06-16 Chong Yidong <cyd@gnu.org>
1860
1861 * term/xterm.el (terminal-init-xterm): Discard input before
1862 querying background mode (Bug#10959).
1863
7ae2ea10
SM
18642012-06-16 Stefan Merten <smerten@oekonux.de>
1865
1866 * textmodes/rst.el: Added and corrected some comments.
1867 (rst-re-alist-def): Improve symbol syntax.
1868 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
1869 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
1870 (rst-official-version, rst-official-cvs-rev): Update version
1871 information.
7ae2ea10 1872
b6974efa
JB
18732012-06-15 Juanma Barranquero <lekktu@gmail.com>
1874
1875 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
1876 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
1877
8826d473
GM
18782012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
1879
1880 * progmodes/python.el: New python.el merge.
1881 (python-guess-indent): Obsolete var.
1882 (python-indent-guess-indent-offset): New defcustom.
1883 (python-indent): Obsolete var.
1884 (python-indent-offset): New defcustom.
1885 (python-python-command, python-jython-command): Delete var.
1886 (python-shell-interpreter): New defcustom.
1887 (python-pdbtrack-do-tracking-p): Delete var.
1888 (python-pdbtrack-activate): New defcustom.
1889 (python-use-skeletons): Obsolete var.
1890 (python-skeleton-autoinsert): New defcustom.
1891 (inferior-python-filter-regexp, python-continuation-offset)
1892 (python-honour-comment-indentation, python-indent-string-contents)
1893 (python-jython-packages, python-mode-hook)
1894 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
1895 (python-shell-prompt-alist)
1896 (python-source-modes): Delete defcustoms.
1897 (python-check-buffer-name, python-eldoc-setup-code)
1898 (python-eldoc-string-code, python-ffap-setup-code)
1899 (python-ffap-string-code, python-fill-comment-function)
1900 (python-fill-decorator-function, python-fill-paren-function)
1901 (python-fill-string-function, python-imenu-include-defun-type)
1902 (python-imenu-make-tree, python-imenu-subtree-root-label)
1903 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
1904 (python-shell-compilation-regexp-alist)
1905 (python-shell-completion-module-string-code)
1906 (python-shell-completion-pdb-string-code)
1907 (python-shell-completion-setup-code)
1908 (python-shell-completion-string-code)
1909 (python-shell-enable-font-lock, python-shell-exec-path)
1910 (python-shell-extra-pythonpaths)
1911 (python-shell-internal-buffer-name, python-shell-interpreter-args)
1912 (python-shell-process-environment)
1913 (python-shell-prompt-block-regexp)
1914 (python-shell-prompt-output-regexp)
1915 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
1916 (python-shell-send-setup-max-wait, python-shell-setup-codes)
1917 (python-shell-virtualenv-path): New defcustoms.
1918 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
1919 (inferior-python-mode-syntax-table, python--prompt-regexp)
1920 (python-buffer, python-command python-python-command)
1921 (python-default-template, python-imports, python-indent-index)
1922 (python-indent-list, python-indent-list-length)
1923 (python-mode-running, python-pdbtrack-is-tracking-p)
1924 (python-preoutput-continuation, python-preoutput-leftover)
1925 (python-preoutput-result, python-preoutput-skip-next-prompt)
1926 (python-prev-dir/file, python-recursing)
1927 (python-saved-check-command, python-version-checked)
1928 (python-which-func-length-limit)
1929 (view-return-to-alist): Delete vars.
1930 (python-check-custom-command, python-dotty-syntax-table)
1931 (python-imenu-index-alist, python-indent-current-level)
1932 (python-indent-dedenters, python-indent-levels)
1933 (python-nav-beginning-of-defun-regexp)
1934 (python-nav-list-defun-positions-cache)
1935 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
1936 (python-shell-internal-buffer)
1937 (python-skeleton-available): New vars.
1938 (def-python-skeleton): Delete macro.
1939 (python-skeleton-define): New macro.
1940 (python-define-auxiliary-skeleton, python-rx): New macros.
1941 (python-insert-class): Delete command.
1942 (python-skeleton-class): New command.
1943 (python-insert-def): Delete command.
1944 (python-skeleton-def): New command.
1945 (python-insert-for): Delete command.
1946 (python-skeleton-for): New command.
1947 (python-insert-if): Delete command.
1948 (python-skeleton-if): New command.
1949 (python-insert-try/except, python-insert-try/finally): Delete commands.
1950 (python-skeleton-try): New command.
1951 (python-insert-while): Delete command.
1952 (python-skeleton-while): New command.
1953 (python-backspace): Delete command.
1954 (python-indent-dedent-line-backspace): New command.
1955 (python-electric-colon): Delete command.
1956 (python-indent-electric-colon): New command.
1957 (python-guess-indent): Delete command.
1958 (python-indent-guess-indent-offset): New command.
1959 (python-shift-left): Delete command.
1960 (python-indent-shift-left): New command.
1961 (python-shift-right): Delete command.
1962 (python-indent-shift-right): New command.
1963 (python-find-function): Delete command.
1964 (python-nav-jump-to-defun): New command.
1965 (python-next-statement): Delete command.
1966 (python-nav-forward-sentence): New command.
1967 (python-previous-statement): Delete command.
1968 (python-nav-backward-sentence): New command.
1969 (python-fill-paragraph): Delete command.
1970 (python-fill-paragraph-function): New command.
1971 (python-send-buffer): Delete command.
1972 (python-shell-send-buffer): New command.
1973 (python-send-defun): Delete command.
1974 (python-shell-send-defun): New command.
1975 (python-send-region, python-send-region-and-go): Delete commands.
1976 (python-shell-send-region)
1977 (python-shell-switch-to-shell): New commands.
1978 (python-send-string): Delete command.
1979 (python-shell-send-string): New command.
1980 (python-switch-to-python): Delete command.
1981 (python-shell-switch-to-shell): New command.
1982 (python-describe-symbol): Delete command.
1983 (python-eldoc-at-point): New command.
1984 (python--set-prompt-regexp, python-args-to-list)
1985 (python-after-info-look, python-check-version)
1986 (python-check-comint-prompt, python-find-imports)
1987 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
1988 (python-unload-function, python-expand-template)
1989 (python-maybe-jython, python-preoutput-filter)
1990 (python-pdbtrack-get-source-buffer)
1991 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
1992 (python-pdbtrack-toggle-stack-tracking)
1993 (python-pdbtrack-track-stack-file, python-initial-text)
1994 (python-first-word, python-comment-line-p, python-send-command)
1995 (python-setup-brm, python-sentinel, python-set-proc)
1996 (python-skip-out, python-input-filter, python-outdent-p)
1997 (python-outline-level, python-backslash-continuation-line-p)
1998 (python-end-of-block, python-end-of-statement, python-mark-block)
1999 (python-beginning-of-block, python-beginning-of-statement)
2000 (python-blank-line-p, python-beginning-of-string)
2001 (python-open-block-statement-p): Delete functions.
2002 (python-indent-line, python-indent-line-1): Delete functions.
2003 (python-indent-line): New function.
2004 (python-indentation-levels): Delete function.
2005 (python-indent-calculate-levels): New function.
2006 (python-proc): Delete function.
2007 (python-shell-get-process): New function.
2008 (python-send-receive): Delete function.
2009 (python-shell-send-string-no-output): New function.
2010 (python-module-path): Delete function.
2011 (python-ffap-module-path): New function.
2012 (python-completion-at-point)
2013 (python-symbol-completions): Delete functions.
2014 (python-completion-complete-at-point): New function.
2015 (python-load-file): Delete function.
2016 (python-shell-send-file): New function.
2017 (python-calculate-indentation): Delete function.
2018 (python-indent-calculate-indentation): New function.
2019 (python-skip-comments/blanks): Delete function.
2020 (python-util-forward-comment): New function.
2021 (python-continuation-line-p): Delete function.
2022 (python-info-continuation-line-p): New function.
2023 (python-which-func, python-current-defun): Delete function.
2024 (python-info-current-defun): New function.
2025 (python-beginning-of-defun): Delete function.
2026 (python-nav-beginning-of-defun): New function.
2027 (python-close-block-statement-p)
2028 (python-block-end-p): Delete function.
2029 (python-info-closing-block): New function.
2030 (python-comint-output-filter-function)
2031 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
2032 (python-fill-comment, python-fill-decorator, python-fill-paren)
2033 (python-fill-string, python-imenu-make-element-tree)
2034 (python-imenu-make-tree, python-imenu-tree-assoc)
2035 (python-indent-context, python-indent-dedent-line)
2036 (python-indent-line-function)
2037 (python-indent-post-self-insert-function)
2038 (python-indent-toggle-levels)
2039 (python-info-assignment-continuation-line-p)
2040 (python-info-beginning-of-backlash)
2041 (python-info-block-continuation-line-p)
2042 (python-info-closing-block-message)
2043 (python-info-line-ends-backslash-p)
2044 (python-info-looking-at-beginning-of-defun)
2045 (python-info-ppss-context, python-info-ppss-context-type)
2046 (python-nav-list-defun-positions, python-nav-read-defun)
2047 (python-nav-sentence-end, python-nav-sentence-start)
2048 (python-pdbtrack-comint-output-filter-function)
2049 (python-pdbtrack-set-tracked-buffer)
2050 (python-shell-calculate-exec-path)
2051 (python-shell-calculate-process-environment)
2052 (python-shell-completion--do-completion-at-point)
2053 (python-shell-completion--get-completions)
2054 (python-shell-completion-complete-at-point)
2055 (python-shell-completion-complete-or-indent)
2056 (python-shell-get-or-create-process)
2057 (python-shell-get-process-name)
2058 (python-shell-internal-get-or-create-process)
2059 (python-shell-internal-get-process-name)
2060 (python-shell-internal-send-string, python-shell-make-comint)
2061 (python-shell-parse-command, python-shell-send-setup-code)
2062 (python-skeleton-add-menu-items)
2063 (python-util-clone-local-variables, python-util-position)
2064 (run-python-internal, python-indentation-levels)
2065 (python-nav-beginning-of-defun)
2066 (python-completion-complete-at-point): New functions.
2067 (run-python): Change arguments. New API requirements.
2068
4302f5ba
SM
20692012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2070
f38ea36d
SM
2071 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
2072 (bug#11649).
2073
2074 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
2075 (macroexp--expand-all): Use it.
2076
4302f5ba
SM
2077 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
2078 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
2079 Use `cl-function' instead.
2080
33377562
JB
20812012-06-14 Juanma Barranquero <lekktu@gmail.com>
2082
2083 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
2084 Suggested by Stefan Monnier while discussing bug#11657.
2085
54c5ba1a
SS
20862012-06-14 Sam Steingold <sds@gnu.org>
2087
2088 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
2089
f9f1b1fe
AS
20902012-06-14 Andreas Schwab <schwab@linux-m68k.org>
2091
2092 * play/doctor.el (doctor-doc): Remove parameter and use
2093 doctor-sent instead of sent.
2094 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
2095
a81068ba
SM
20962012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2097
5a315f9c
SM
2098 * files.el: Require cl-lib.
2099 (file-name-non-special): Replace case -> cl-case.
2100
2101 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
2102
a81068ba
SM
2103 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
2104 mapping from #' to function*.
2105
8cca9703
CY
21062012-06-13 Chong Yidong <cyd@gnu.org>
2107
2108 * mouse.el (mouse-drag-track): Do not set the mark if the user
2109 releases the mouse without selecting anything (Bug#11588).
2110
a12ac9d7
SM
21112012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2112
ccf1dc18
SM
2113 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
2114 as well (bug#11646).
2115
ef62b23d
SM
2116 * loadup.el: Count byte-code functions as well.
2117
c4c8444a
SM
2118 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
2119 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
2120
a12ac9d7
SM
2121 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
2122 (bug#11649). Add cl-defun and cl-defmacro.
2123
87e6e64f
DA
21242012-06-13 Drew Adams <drew.adams@oracle.com>
2125
2126 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
2127 Fix last change.
2128
682cefaf
MA
21292012-06-13 Michael Albinus <michael.albinus@gmx.de>
2130
2131 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
2132 Otherwise, it blocks in batch mode.
2133
773e1f08
JB
21342012-06-13 Juanma Barranquero <lekktu@gmail.com>
2135
2136 * help-mode.el (bookmark-make-record-default): Declare.
2137
60057926
CY
21382012-06-13 Chong Yidong <cyd@gnu.org>
2139
2140 * emacs-lisp/package.el (list-packages): Compute a list of
2141 packages that are newly-available since the last list-packages
2142 invocation.
2143 (package-menu--new-package-list): New var.
2144 (package-menu--generate, package-menu--print-info)
2145 (package-menu--status-predicate, package-menu-mark-install):
2146 Handle new status label "new".
2147
ad4d226c
SM
21482012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
2149
2150 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
2151 conversion to backquotes.
2152
f1a4e679
CY
21532012-06-12 Chong Yidong <cyd@gnu.org>
2154
2155 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
2156 Rename from gud-inhibit-global-bindings.
2157
2158 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
2159
2160 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
2161 hook from nxml-glyph-set-hook.
2162
2163 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
2164 declaration.
2165
2166 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
2167
2168 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
2169 Convert to defcustom.
2170
0c9e42b5
DA
21712012-06-12 Drew Adams <drew.adams@oracle.com>
2172
2173 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
2174 New functions.
2175 (help-mode): Use them.
2176
09e06855
GM
21772012-06-11 Glenn Morris <rgm@gnu.org>
2178
2179 * progmodes/fortran.el (fortran-font-lock-keywords-3):
2180 Use preprocessor face for directives.
2181 (fortran-directive-re): Doc fix.
2182
71adb94b
SM
21832012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2184
2eb87922
SM
2185 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
2186 conversion to backquotes (bug#11652).
2187
71adb94b
SM
2188 Fix compiler-expansion of CL's cXXr functions (bug#11673).
2189 * emacs-lisp/cl-lib.el (cl--defalias): New function.
2190 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
2191 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
2192 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
2193 (cl-ninth, cl-tenth): Mark them as inlinable.
2194 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
2195 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
2196 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
2197 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
2198 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
2199 (cl-list*, cl-adjoin): Don't put an autoload manually.
2200 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
2201 (cl--compiler-macro-list*): Add autoload cookie.
2202 (cl--compiler-macro-cXXr): New function.
2eb87922 2203
71adb94b
SM
2204 * help-fns.el (help-fns--compiler-macro): New function extracted from
2205 describe-function-1; follow aliases and use `compiler-macro' property.
2206 (describe-function-1): Use it.
2207
a6674402
CY
22082012-06-11 Chong Yidong <cyd@gnu.org>
2209
2210 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
2211 is uninstalled, if imagemagick is installed.
2212
bb3faf5b
SM
22132012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2214
2215 * emacs-lisp/cl-lib.el: Use lexical-binding.
2216 (cl-map-extents, cl-maclisp-member): Remove.
2217 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
2218 (cl--set-substring, cl--block-wrapper, cl--block-throw)
2219 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
2220 * emacs-lisp/cl-extra.el: Use lexical-binding.
2221 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
2222 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
2223 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
2224 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
2225 * emacs-lisp/cl-seq.el: Use lexical-binding.
2226 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
2227 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
2228 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
2229 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
2230 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
2231 CL's internals.
2232
2fe4b125
MA
22332012-06-11 Michael Albinus <michael.albinus@gmx.de>
2234
2235 Sync with Tramp 2.2.6-pre.
2236
2237 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
2238 `print-length' and `print-level' to nil, in order to avoid
2239 truncation. Reported by Christopher Schmidt
2240 <christopher@ristopher.com>.
2241
2242 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
2243
2244 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
2245 New defmacro.
2246 (tramp-compat-copy-directory): Add optional argument
2247 COPY-CONTENTS. It is not handled yet.
2248
2249 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
2250 (tramp-ftp-file-name-p): Simplify.
2251
2252 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
2253 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
2254 connection vector.
2255
2256 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
2257 (tramp-methods): Do not use `tramp-password-end-of-line'.
2258 (tramp-completion-function-alist-putty): Handle UNIX case.
2259 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
2260 (tramp-do-file-attributes-with-stat)
2261 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
2262 gid as real numbers. They could run out of integer range on cygwin.
2263 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
2264 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
2265 (tramp-open-connection-setup-interactive-shell):
2266 Use `tramp-cleanup'. Move check for busyboxes ...
2267 (tramp-find-shell): ... here. Simplify implementation.
2268 Set "remote-shell" property also for alternative shells.
2269 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
2270 If failing, a regular file would be written otherwise.
2271 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
2272 (tramp-find-inline-encoding): Cache the coding commands in the
2273 process cache. Apply test command on the remote side, if defined.
2274 (tramp-find-inline-compress): Cache the compress commands in the
2275 process cache.
2276 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
2277 when requested. Handle hops.
2278 (tramp-current-connection): New defvar.
87e6e64f
DA
2279 (tramp-maybe-open-connection): Use `tramp-cleanup'.
2280 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 2281 Handle user interrupt. (Bug#10187)
87e6e64f
DA
2282 (tramp-get-inline-compress, tramp-get-inline-coding):
2283 Read connection properties from the process cache.
2fe4b125
MA
2284
2285 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
2286 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
2287 New defconsts.
2fe4b125
MA
2288 (tramp-smb-prompt): Extend for powershell prompt.
2289 (tramp-smb-file-name-handler-alist): Add handlers for
2290 `process-file', `shell-command' and `start-file-process'.
2291 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
2292 (tramp-smb-winexe-shell-command-switch): New defcustoms.
2293 (tramp-smb-file-name-p): Simplify.
2294 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
2295 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
2296 (tramp-smb-shell-quote-argument): New defuns.
2297 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
2298 Implement using "tar". By this, time-stamps are preserved.
2299 (tramp-smb-handle-copy-file): Handle also the case of directories.
2300 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
2301 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
2302 Use `tramp-get-connection-buffer').
2fe4b125
MA
2303 (tramp-smb-handle-rename-file): Use "rename", when source and
2304 target are on the same share.
87e6e64f
DA
2305 (tramp-smb-maybe-open-connection): Handle wrong passwords.
2306 Use `tramp-smb-server-version'.
2fe4b125
MA
2307 (tramp-smb-wait-for-output): Remove prompt.
2308
2309 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
2310 (tramp-methods, tramp-rsh-end-of-line):
2311 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
2312 (tramp-save-ad-hoc-proxies): New defcustom.
2313 (tramp-completion-function-alist): Adapt docstring.
2314 (tramp-default-password-end-of-line): Remove defcustom.
2315 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
2316 (tramp-user-regexp, tramp-file-name-regexp-unified)
2317 (tramp-file-name-regexp-url): Extend regexp by hop separator.
2318 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
2319 (tramp-remote-file-name-spec-regexp): New defconst.
2320 (tramp-file-name-structure): Extend structure for hops.
2321 (tramp-get-method-parameter): Move up.
2322 (tramp-file-name-p, tramp-dissect-file-name)
2323 (with-parsed-tramp-file-name): Handle hops.
2324 (tramp-file-name-hop): New defun.
2325 (tramp-make-tramp-file-name): New optional arg HOP.
2326 (tramp-message-show-progress-reporter-message): New defvar.
2327 (tramp-with-progress-reporter): Use it. We cannot use
2328 `tramp-message-show-message' here, because this suppresses also
2329 error buffers.
2330 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
2331 `tramp-message-show-message' is nil.
2332 Use `tramp-get-connection-buffer'.
2fe4b125
MA
2333 (tramp-cleanup): New defun.
2334 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
2335 (tramp-file-name-handler): If `debug-on-error' is set, propagate
2336 an error unchanged.
2337 (tramp-completion-handle-file-name-all-completions): Handle hops.
2338 Fix an error when called from ido.
2339 (tramp-completion-dissect-file-name): Use better local variable
2340 name. Add hop to the vector.
2341 (tramp-handle-insert-file-contents): Use progress-reporter for the
2342 whole scenario.
2343 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
2344 to `t'.
2345 (tramp-check-for-regexp): Simplify search.
2346 (tramp-enter-password): Remove it. Move implementation ...
2347 (tramp-action-password): ... here.
2348 (tramp-mode-string-to-int, tramp-local-host-p)
2349 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
2350 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
2351 Set tramp-autoload cookie.
2fe4b125
MA
2352
2353 * net/trampver.el: Update release number.
2354
23552012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2356 Michael Albinus <michael.albinus@gmx.de>
2357
2358 * net/tramp.el (tramp-set-completion-function): Fix docstring.
2359 (tramp-parse-group, tramp-parse-file)
2360 (tramp-parse-shostkeys-sknownhosts): New defuns.
2361 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
2362 (tramp-parse-shosts-group, tramp-parse-sconfig)
2363 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
2364 (tramp-parse-sknownhosts, tramp-parse-hosts)
2365 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
2366 Use them.
2367 (tramp-parse-passwd-group, tramp-parse-netrc-group)
2368 (tramp-parse-putty-group): Don't narrow.
2369 (tramp-parse-putty): Make a loop.
2370 (tramp-file-name-handler): Catch the `suppress' signal.
2371
72834e10
CY
23722012-06-11 Chong Yidong <cyd@gnu.org>
2373
2374 * image.el (imagemagick-register-types): Put the ImageMagick entry
2375 at the end of image-type-file-name-regexps.
2376
a4712e11
JB
23772012-06-11 Johan Bockgård <bojohan@gnu.org>
2378
2379 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
2380 (pcase, pcase-let*, pcase-dolist): Use them.
2381
82ad98e3
SM
23822012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2383
2384 * emacs-lisp/pcase.el (pcase--let*): New function.
2385 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
2386 (pcase--expand): Use macroexp-let².
2387
f80efb86
SM
23882012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2389
2390 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
2391 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
2392 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
2393 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
2394 * emacs-lisp/derived.el: Use pcase instead of `cl'.
2395 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
2396
31ca4639 23972012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 2398
31ca4639
CY
2399 * mail/rmail.el (rmail-yank-current-message): Leave point at
2400 correct position. (Bug#11660)
94f0aa34 2401
31ca4639 24022012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 2403
31ca4639 2404 * allout-widgets.el: Fix code header.
9e1b8ec4 2405
31ca4639 24062012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 2407
f80efb86
SM
2408 * cus-edit.el (customize-changed-options-previous-release):
2409 Bump to 24.1.
31ca4639 2410
642b6d30
AS
24112012-06-09 Andreas Schwab <schwab@linux-m68k.org>
2412
2413 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
2414
4f5d2ba1
CY
24152012-06-09 Chong Yidong <cyd@gnu.org>
2416
2417 * ebuff-menu.el (electric-buffer-list): Preserve header line.
2418
e75852fd
MR
24192012-06-09 Martin Rudalics <rudalics@gmx.at>
2420
2421 * window.el (special-display-popup-frame): Don't use
2422 window--display-buffer (Bug#11651).
2423
1e48e282
EZ
24242012-06-09 Eli Zaretskii <eliz@gnu.org>
2425
8a26b487
EZ
2426 Fix parallel builds: make sure loaddefs.el is not being written
2427 while Lisp files are compiled.
2428 (compile): Don't depend on 'mh-autoloads'.
2429 (compile-CMD, compile-SH): Depend on 'autoloads'.
2430 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
2431
1e48e282
EZ
2432 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
2433
6175e34b
CY
24342012-06-09 Chong Yidong <cyd@gnu.org>
2435
2436 * face-remap.el (face-remap-add-relative, face-remap-set-base)
2437 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
2438 Doc fixes (Bug#11225).
2439
d9857e53
SM
24402012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2441
2442 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
2443 a function if there's a clear indication that it has a compiler-macro.
2444 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
2445 (macro-declarations-alist): Add arglist to declaration functions.
2446 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
2447 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
2448 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
2449 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
2450 Also add autoload to find the compiler macro.
2451 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
2452 (cl--compiler-macro-member, cl--compiler-macro-assoc)
2453 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
2454 (cl--compiler-macro-get): New functions, replacing calls to
2455 cl-define-compiler-macro.
2456 (cl-typep) [compiler-macro]: Use macroexp-let².
2457
f81298f8 24582012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
2459
2460 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
2461 string properly, fixes Bug#11473.
2462
4b56d0fe
CY
24632012-06-08 Chong Yidong <cyd@gnu.org>
2464
2465 * faces.el (set-face-attribute): Doc fix.
2466 (modify-face): Don't use :bold and :italic.
2467 (error, warning, success): Tweak definitions.
2468
2469 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
2470 (custom-modified, custom-set, custom-changed, custom-themed)
2471 (custom-saved, custom-button, custom-button-mouse)
2472 (custom-button-pressed, custom-state, custom-comment-tag)
2473 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
2474 (custom-group-subtitle): Use new-style face specs.
2475 (custom-invalid-face, custom-rogue-face, custom-modified-face)
2476 (custom-set-face, custom-changed-face, custom-saved-face)
2477 (custom-button-face, custom-button-pressed-face)
2478 (custom-documentation-face, custom-state-face)
2479 (custom-comment-face, custom-comment-tag-face)
2480 (custom-variable-tag-face, custom-variable-button-face)
2481 (custom-face-tag-face, custom-group-tag-face-1)
2482 (custom-group-tag-face): Remove obsolete face alias.
2483
2484 * epa.el (epa-validity-high, epa-validity-medium)
2485 (epa-validity-low, epa-mark, epa-field-name, epa-string)
2486 (epa-field-name, epa-field-body):
2487 * font-lock.el (font-lock-comment-face, font-lock-string-face)
2488 (font-lock-keyword-face, font-lock-builtin-face)
2489 (font-lock-function-name-face, font-lock-variable-name-face)
2490 (font-lock-type-face, font-lock-constant-face):
2491 * ido.el (ido-first-match, ido-only-match, ido-subdir)
2492 (ido-virtual, ido-indicator, ido-incomplete-regexp):
2493 * speedbar.el (speedbar-button-face, speedbar-file-face)
2494 (speedbar-directory-face, speedbar-tag-face)
2495 (speedbar-selected-face, speedbar-highlight-face)
2496 (speedbar-separator-face):
2497 * whitespace.el (whitespace-newline, whitespace-space)
2498 (whitespace-hspace, whitespace-tab, whitespace-trailing)
2499 (whitespace-line, whitespace-space-before-tab)
2500 (whitespace-space-after-tab, whitespace-indentation)
2501 (whitespace-empty):
2502 * emulation/cua-base.el (cua-global-mark):
2503 * eshell/em-prompt.el (eshell-prompt):
2504 * net/newst-plainview.el (newsticker-new-item-face)
2505 (newsticker-old-item-face, newsticker-immortal-item-face)
2506 (newsticker-obsolete-item-face, newsticker-date-face)
2507 (newsticker-statistics-face, newsticker-default-face):
2508 * net/newst-reader.el (newsticker-feed-face)
2509 (newsticker-extra-face, newsticker-enclosure-face):
2510 * net/newst-treeview.el (newsticker-treeview-face)
2511 (newsticker-treeview-new-face, newsticker-treeview-old-face)
2512 (newsticker-treeview-immortal-face)
2513 (newsticker-treeview-obsolete-face)
2514 (newsticker-treeview-selection-face):
2515 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
2516 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
2517 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
2518 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
2519 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
2520 (nxml-outline-active-indicator, nxml-outline-ellipsis):
2521 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
2522 (mpuz-text):
2523 * progmodes/vera-mode.el (vera-font-lock-number)
2524 (vera-font-lock-function, vera-font-lock-interface):
2525 * textmodes/table.el (table-cell): Use new-style face specs, and
2526 don't use the old :bold and :italic attributes.
2527
2528 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
2529 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
2530 (ebrowse-member-class, ebrowse-progress): Likewise.
2531 (ebrowse-tree-mark-face, ebrowse-root-class-face)
2532 (ebrowse-file-name-face, ebrowse-default-face)
2533 (ebrowse-member-attribute-face, ebrowse-member-class-face)
2534 (ebrowse-progress-face): Remove obsolete faces.
2535
2536 * progmodes/flymake.el (flymake-errline, flymake-warnline):
2537 Inherit from error and warning faces respectively.
2538
2539 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2540 Likewise.
f80efb86
SM
2541 (flyspell-incorrect-face, flyspell-duplicate-face):
2542 Remove obsolete aliases.
4b56d0fe 2543
03310646
MA
25442012-06-08 Michael Albinus <michael.albinus@gmx.de>
2545
2546 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
2547 Avoid infloop.
2548
513749ee
SM
25492012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2550
2551 * startup.el (argv, argi): Make lexically scoped.
2552 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
2553 * emacs-lisp/cl-macs.el: Use lexical-binding.
2554 Rename cl-bind-* to cl--bind-*.
2555 * files.el: Don't require `cl' since it doesn't use it.
2556 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
2557
595ef4ad
JB
25582012-06-08 Juanma Barranquero <lekktu@gmail.com>
2559
2560 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
2561 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
2562 instead of calling external sort utility.
2563 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
2564
e9f66fcb
EZ
25652012-06-08 Eli Zaretskii <eliz@gnu.org>
2566
2567 * descr-text.el (describe-char): Mention how to insert the
2568 character, if the current input method doesn't support it.
2569 See the discussion in this thread for the details:
2570 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
2571
3d10db47
SS
25722012-06-08 Sam Steingold <sds@gnu.org>
2573
2574 * bindings.el (global-map): Bind XF86Forward to next-buffer and
2575 XF86Back to previous-buffer.
2576 (minibuffer-local-map): Bind them to next-history-element and
2577 previous-history-element respectively.
2578 * help-mode.el (help-mode-map): Bind them to help-go-forward and
2579 help-go-back respectively.
2580 * info.el (Info-mode-map): Bind them to Info-history-forward and
2581 Info-history-back respectively.
2582 These are the keys next to Up on the ThinkPad keyboard.
2583
de7e2b36
SM
25842012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2585
2586 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
2587 * emacs-lisp/cl-macs.el: Provide itself.
2588 (cl--labels-convert-cache): New var.
2589 (cl--labels-convert): New function.
2590 (cl-flet, cl-labels): New implementation with new semantics, relying on
2591 lexical-binding.
2592 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
2593 (cl-closure-vars, cl--function-convert-cache)
2594 (cl--function-convert): Move from cl-macs.el.
2595 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
2596 rename by removing the "cl-" prefix.
2597 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
2598
6fa6c4ae
SM
25992012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2600
2601 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
2602 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
2603 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
2604 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
2605 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
2606 (cl-hash-table-count): Add old compatibility aliases.
2607
2608 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
2609 Use macroexpand-all-environment instead.
2610 (cl--old-macroexpand): New var.
2611 (cl--sm-macroexpand): New function.
2612 (cl-symbol-macrolet): Use it during macro expansion.
2613 (cl--function-convert-cache): New var.
2614 (cl--function-convert): New function, extracted from
2615 cl-macroexpand-all.
2616 (cl-lexical-let): Use it.
2617
2618 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
2619 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
2620 (cl-member): Remove old alias.
2621
2622 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
2623 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
2624 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
2625 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
2626 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
2627 (cl-macroexpand-cmacs): Remove var.
2628 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
2629 Use macroexpand-all instead.
2630
4dd1c416
SM
26312012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2632
2633 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
2634 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
2635 (macroexp-copyable-p): New functions and macros.
2636 * emacs-lisp/edebug.el (edebug-unwrap):
2637 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
2638 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
2639 (pcase--let*): Remove.
2640 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
2641 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
2642 macroexp-const-p instead.
2643 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
2644
2645 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
2646 instead of "cl-" for internal definitions. Use macroexp-const-p.
2647 (cl-old-bc-file-form): Remove var.
2648 (cl-const-exprs-p): Remove fun.
2649 (cl-labels, cl-macrolet): Use backquote.
2650 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
2651 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
2652 (cl-define-setf-expander): Rename from cl-define-setf-method.
2653 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
2654
2655 * international/mule-cmds.el: Don't require CL.
2656 (view-hello-file): Don't use `letf'.
2657
ed8bd4d7
SM
26582012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2659
7287f2f3
SM
2660 * tmm.el (tmm-prompt): Use string-prefix-p.
2661 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
2662 (tmm-add-prompt): Use minibuffer-completion-help.
2663 (tmm-delete-map): Remove.
2664
ed8bd4d7
SM
2665 * subr.el (kbd): Make it its own function.
2666
7b4cdbf4
SM
26672012-06-07 Stefan Merten <smerten@oekonux.de>
2668
2669 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
2670 Silence compiler warnings. Fix versions.
ed8bd4d7 2671 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 2672 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 2673 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
2674 (rst-package-emacs-version-alist): Correct Emacs version to
2675 represent major merge with upstream.
ed8bd4d7 2676 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 2677
2b48d721
GM
26782012-06-06 Glenn Morris <rgm@gnu.org>
2679
2680 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
2681 Only print environment variables if set.
2682
fa779ab0
SM
26832012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2684
2685 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
2686 (macroexp--cons): Rename from maybe-cons.
2687 (macroexp--accumulate): Rename from macroexp-accumulate.
2688 (macroexp--all-forms): Rename from macroexpand-all-forms.
2689 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
2690 (macroexp--expand-all): Rename from macroexpand-all-1.
2691
628299e0
SS
26922012-06-06 Sam Steingold <sds@gnu.org>
2693
2694 * calendar/calendar.el (calendar-in-read-only-buffer):
2695 Call `special-mode' to enable the standard read-only keybindings.
2696
b7bb5838
SM
26972012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2698
2699 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
2700 with "loading" messages (bug#11635).
2701
dfb308ba
MA
27022012-06-06 Michael Albinus <michael.albinus@gmx.de>
2703
2704 * files.el (enable-remote-dir-locals): New option.
2705 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
2706
0372ee92
MA
2707 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
2708 Ensure, that the temp directory is local.
2709
2710 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
2711 `temporary-file-directory'.
2712
eed0bb91
MA
2713 * progmodes/python.el (python-send-region): Ensure, that the
2714 temporary file is created also in the remote case.
2715
7a58f64d
GM
27162012-06-06 Glenn Morris <rgm@gnu.org>
2717
f7dd4e98
GM
2718 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
2719 (vc-rcs-update-changelog): Use it.
2720
090bd7cb 2721 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 2722
7a58f64d
GM
2723 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
2724 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
2725 (vc-sccs-diff): Replace use of the external vcdiff script.
2726
daed4003
GM
27272012-06-05 Glenn Morris <rgm@gnu.org>
2728
2729 * ledit.el: Move to obsolete/.
2730
48c455c7
SS
27312012-06-05 Sam Steingold <sds@gnu.org>
2732
ed9265fc 2733 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
2734 patch (Bug#11140).
2735
57a7d507
SM
27362012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2737
090bd7cb 2738 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 2739
53aacf21
SM
2740 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
2741 compiler-macro expansion.
2742
57a7d507
SM
2743 Add native compiler-macro support.
2744 * emacs-lisp/macroexp.el (macroexpand-all-1):
2745 Support compiler-macros directly. Properly follow aliases and apply
2746 the compiler macros more thoroughly.
2747 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
2748 macroexpand now properly follows aliases.
2749 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
2750 (cl-compiler-macroexpand): Use new prop.
2751 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
2752
2753 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
2754
51a5f9d8
MR
27552012-06-05 Martin Rudalics <rudalics@gmx.at>
2756
2757 * window.el (get-lru-window, get-mru-window, get-largest-window):
2758 New argument NOT-SELECTED to avoid picking the selected window.
2759 (window--display-buffer-1, window--display-buffer-2): Replace by
2760 new function window--display-buffer
2761 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
2762 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2763 Use window--display-buffer.
51a5f9d8
MR
2764 (display-buffer-use-some-window): Remove temporary dedication
2765 hack by calling get-lru-window and get-largest-window with
2766 NOT-SELECTED argument non-nil. Call window--display-buffer.
2767
08f9f738
GM
27682012-06-05 Glenn Morris <rgm@gnu.org>
2769
2770 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
2771 Replace external vcdiff script.
2772
e364a2b7
SM
27732012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2774
2775 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
2776
041df390
CY
27772012-06-04 Chong Yidong <cyd@gnu.org>
2778
e364a2b7
SM
2779 * image.el (imagemagick-types-inhibit): Revert last change.
2780 Add INFO and M.
47b36b94 2781 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 2782
7c1898a7
SM
27832012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2784
2785 * emacs-lisp/cl-lib.el: Rename from cl.el.
2786 * emacs-lisp/cl.el: New compatibility file.
2787 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
2788 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
2789 to obey the "cl-" prefix.
2790 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
2791
0c3461de
GM
27922012-06-03 Glenn Morris <rgm@gnu.org>
2793
1e266c88
GM
2794 * emacs-lisp/authors.el (authors-aliases): Addition.
2795
0c3461de
GM
2796 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
2797 Fix :version.
2798
d8a52e15
SM
27992012-06-03 Stefan Merten <smerten@oekonux.de>
2800
2801 * textmodes/rst.el: Add comments.
2802 (rst-transition, rst-adornment): New faces.
2803 (rst-adornment-faces-alist): Make default safe to reevaluate.
2804 Fixes
2805 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
2806 Improve customization tags.
2807 (rst-define-level-faces): Clarify meaning.
2808
5205d6f6
CY
28092012-06-03 Chong Yidong <cyd@gnu.org>
2810
2811 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
2812 (compilation-mode-line-run, compilation-mode-line-exit):
2813 New faces.
5205d6f6
CY
2814 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
2815
757ee657
JD
28162012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
2817
7c1898a7
SM
2818 * progmodes/which-func.el (which-func-update-ediff-windows):
2819 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 2820
5f2c76c6
CY
28212012-06-03 Chong Yidong <cyd@gnu.org>
2822
2823 * bindings.el: Remove explicit help text from format-mode-line.
2824 It is now supplied by mode-line-default-help-echo.
2825 (mode-line-front-space, mode-line-end-spaces)
2826 (mode-line-misc-info): New variables.
2827 (mode-line-modes, mode-line-position): Move the default value to
2828 the variable definition.
2829 (mode-line-default-help-echo): New defcustom.
383f7350
CY
2830 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
2831 (mode-line-modified-help-echo): New functions.
2832 (mode-line-mule-info, mode-line-modified): Use them.
2833 (mode-line-eol-desc, propertized-buffer-identification):
2834 Consistency fixes for help text.
cbe46e5f
CY
2835 (mode-line-coding-system-map): Allow using mouse-3 to invoke
2836 set-buffer-file-coding-system (Bug#289).
2837 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 2838
f2d6a3df
SM
28392012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2840
2841 * simple.el (execute-extended-command): Set real-this-command
2842 (bug#11506).
2843
37269466
CY
28442012-06-02 Chong Yidong <cyd@gnu.org>
2845
2846 Remove incorrect uses of "modeline" in comments, docstrings, and
2847 function/variable names (Bug#10329).
2848
2849 * cus-edit.el (mode-line):
2850 * dframe.el (dframe-mouse-hscroll):
2851 * emacs-lisp/re-builder.el:
2852 * emacs-lisp/easy-mmode.el (define-minor-mode):
2853 * frame.el (set-frame-name):
2854 * help.el (lookup-minor-mode-from-indicator):
2855 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
2856 * progmodes/cc-cmds.el (c-toggle-auto-newline)
2857 (c-toggle-hungry-state):
2858 * progmodes/antlr-mode.el (antlr-language-alist):
2859 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
2860 * progmodes/vhdl-mode.el (vhdl-mode):
2861 * progmodes/which-func.el (which-func, which-func-cleanup-function):
2862 * term/ns-win.el (ns-face-at-pos):
2863 * term/sup-mouse.el (sup-mouse-report):
2864 * textmodes/flyspell.el (flyspell-mode-line-string):
2865 * textmodes/ispell.el (ispell-highlight-face):
2866 * textmodes/reftex-global.el:
2867 * vc/vc-arch.el (vc-arch-mode-line-string):
2868 * vc/vc-cvs.el (vc-cvs-mode-line-string):
2869 * vc/vc-git.el (vc-git-mode-line-string):
2870 * vc/vc-hooks.el (vc-display-status)
2871 (vc-default-mode-line-string):
2872 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
2873
2874 * ansi-color.el (ansi-color-faces-vector): Change default faces.
2875
2876 * dired.el (dired-sort-set-mode-line): Rename from
2877 dired-sort-set-modeline. All callers changed.
2878
2879 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
2880 eshell-status-in-modeline.
2881
2882 * foldout.el (foldout-mode-line-string): Rename from
2883 foldout-modeline-string. All callers changed.
2884 (foldout-update-mode-line): Rename from foldout-update-modeline.
2885
2886 * subr.el (redraw-modeline): Make into obsolete alias.
2887
2888 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
2889 timeclock-modeline-display. Make old name an alias.
2890 (timeclock-update-mode-line): Likewise. All callers changed.
2891 (timeclock-mode-line-display): No need to check before using
2892 add-hook.
2893 (timeclock-relative, timeclock-day-over-hook)
2894 (timeclock-use-elapsed, timeclock-mode-string)
2895 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
2896
2897 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
2898 crisp-mode-modeline-string.
2899
2900 * play/solitaire.el (solitaire-build-mode-line): Rename from
2901 solitaire-build-modeline. All callers changed.
2902
2903 * play/zone.el (zone-hiding-mode-line): Rename from
2904 zone-hiding-modeline. All callers changed.
2905 (zone): Remove unusued `modeline-hidden-level' property.
2906
2907 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
2908 xscheme-modeline-initialize. All callers changed.
2909
2910 * strokes.el (strokes-lighter): Rename from
2911 strokes-modeline-string.
2912
2913 * textmodes/sgml-mode.el (html-face-tag-alist)
2914 (html-tag-face-alist): Use mode-line face instead of obsolete
2915 alias modeline.
2916
42152ee4
SM
29172012-06-02 Stefan Merten <smerten@oekonux.de>
2918
2919 * textmodes/rst.el: Always require `cl'.
4cf9b38d 2920 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 2921
95f520b5
CY
29222012-06-02 Chong Yidong <cyd@gnu.org>
2923
2924 * image.el (imagemagick-enabled-types): Rename from
2925 imagemagick-types-enable. Add many more types.
2926 (imagemagick-types-inhibit): Change default to nil.
2927 (imagemagick-filter-types): Caller changed.
2928
4a5f187a
SM
29292012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2930
03fef3e6
SM
2931 * emacs-lisp/cl-macs.el: Use backquotes.
2932 (cl-transform-function-property): Use eval-and-compile rather than
2933 abusing `require'.
2934 (defstruct): Use declare-function instead of with-no-warnings.
2935
4a5f187a
SM
2936 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
2937 (byte-compile-output-docform): Re-add the print-circle bindings.
2938 (byte-compile-fix-header): Use #$ just because it's shorter.
2939 (byte-compile-output-file-form): Remove defun/defmacro.
2940
bd56924f
MR
29412012-06-01 Martin Rudalics <rudalics@gmx.at>
2942
2943 * simple.el (choose-completion): Remove now obsolete binding for
2944 owindow.
2945
046e38ce
MA
29462012-06-01 Michael Albinus <michael.albinus@gmx.de>
2947
2948 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
2949 in order to avoid "Stack overflow in regexp matcher".
2950
32d72c2f
GM
29512012-05-31 Glenn Morris <rgm@gnu.org>
2952
2953 * image.el: For clarity, call imagemagick-register-types at
2954 top-level, rather than relying on a custom :initialize.
2955 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
2956 (imagemagick-filter-types): New function. (Bug#7406)
2957 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
2958 If disabling support, remove elements altogether rather
2959 than using an impossible regexp.
2960 (imagemagick-types-inhibit): Give it the default init function.
2961
dd41169b
SM
29622012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2963
4a5f187a
SM
2964 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
2965 Handle arbitrary file name lengths (Bug#11585).
dd41169b 2966
efc00ab1 29672012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
2968
2969 * desktop.el (desktop-read): Clear previous and next buffers for
2970 all windows and bury *Messages* buffer (bug#11556).
2971
500fcedc
SM
29722012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2973
2974 Add `declare' for `defun'. Align `defmacro's with it.
2975 * emacs-lisp/easy-mmode.el (define-minor-mode)
2976 (define-globalized-minor-mode): Don't autoload the var definitions.
2977 * emacs-lisp/byte-run.el: Use lexical-binding.
2978 (defun-declarations-alist, macro-declarations-alist): New vars.
2979 (defmacro, defun): Use them.
2980 (make-obsolete, define-obsolete-function-alias)
2981 (make-obsolete-variable, define-obsolete-variable-alias):
2982 Use `declare'.
2983 (macro-declaration-function): Mark obsolete.
2984 * emacs-lisp/autoload.el: Use lexical-binding.
2985 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
2986
6e8a1786
AM
29872012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2988
2989 * textmodes/ispell.el (ispell-with-no-warnings):
2990 Define as a macro.
500fcedc
SM
2991 (ispell-kill-ispell, ispell-change-dictionary):
2992 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
2993 `interactive-p'.
2994
61b108cc
SM
29952012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2996
2997 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
2998 (macro-declaration-function): Move var from C code.
2999 (macro-declaration-function): Define function with defalias.
3000 * emacs-lisp/macroexp.el (macroexpand-all-1):
3001 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
3002 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
3003 defun/defmacro any more.
3004 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
3005 Provide fallback for unknown arglist.
3006 (byte-compile-arglist-warn): Change calling convention.
3007 (byte-compile-output-file-form): Move print-vars binding.
3008 (byte-compile-output-docform): Simplify accordingly.
3009 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
3010 (byte-compile-defmacro-declaration): Remove.
3011 (byte-compile-file-form-defmumble): Generalize to defalias.
3012 (byte-compile-output-as-comment): Return byte-positions.
3013 Simplify callers accordingly.
3014 (byte-compile-lambda): Use `assert'.
3015 (byte-compile-defun, byte-compile-defmacro): Remove.
3016 (byte-compile-file-form-defalias):
3017 Use byte-compile-file-form-defmumble.
3018 (byte-compile-defalias-warn): Remove.
3019
6d3f7c2f
SM
30202012-05-29 Stefan Merten <smerten@oekonux.de>
3021
3022 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 3023 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
3024
3025 (rst-mode-abbrev-table): Merge definition.
3026 (rst-mode): Make sure `font-lock-defaults' is buffer local.
3027 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
3028
6dbaa1c7
UJ
30292012-05-29 Ulf Jasper <ulf.jasper@web.de>
3030
3031 * calendar/icalendar.el
3032 (icalendar-export-region): Export UID properly.
3033
d209e2fb 30342012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
3035 * calendar/icalendar.el (icalendar-import-format):
3036 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
3037 (icalendar-import-format-uid): New.
3038 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
3039 Export UID.
3040
6876a58d
SM
30412012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
3042
3043 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
3044 different alternative patterns.
3045 (pcase-codegen): Be more careful to preserve identity.
3046 (pcase--u1): Don't forget to mark vars as used.
3047
3048 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
3049 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
3050 (byte-compile-from-buffer): ...rather than here.
3051
3052 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
3053 functions from byte-compile-function-environment.
3054
46b7967e
TN
30552012-05-29 Troels Nielsen <bn.troels@gmail.com>
3056
3057 * window.el (window-deletable-p): Avoid deleting the root window
3058 of a frame with an active minibuffer.
3059
69d565e2
MR
30602012-05-29 Martin Rudalics <rudalics@gmx.at>
3061
3062 * simple.el (choose-completion): Use quit-window (Bug#11567).
3063
a149fa51
CY
30642012-05-29 Chong Yidong <cyd@gnu.org>
3065
3066 * whitespace.el (whitespace-cleanup): Fix usage of
3067 whitespace-empty-at-bob-regexp (Bug#11492).
3068
2b311310
AH
30692012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3070
3071 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
3072 revert (Bug#11488).
3073
b9cb2387
JL
30742012-05-29 Juri Linkov <juri@jurta.org>
3075
3076 * isearch.el (isearch-mode-map): Bind `M-s _' to
3077 `isearch-toggle-symbol'. Bind `M-s c' to
3078 `isearch-toggle-case-fold'.
3079 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
3080 (isearch-forward): Add `M-s _' to the docstring.
3081 (isearch-forward-symbol, isearch-toggle-case-fold)
3082 (isearch-symbol-regexp): New functions. (Bug#11381)
3083
d5e61c1c
JL
30842012-05-29 Juri Linkov <juri@jurta.org>
3085
3086 * isearch.el (isearch-word): Add docstring. (Bug#11381)
3087 (isearch-occur, isearch-search-and-update): If `isearch-word' is
3088 a function, call it to get the regexp.
3089 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
3090 property `isearch-message-prefix' instead of the string "word ".
3091 (isearch-search-fun-default): For the case of `isearch-word',
3092 return a lambda that calls re-search-forward/re-search-backward
3093 with a regexp returned by `word-search-regexp' or by the function
3094 in `isearch-word'.
3095
8cbd80f7
JL
30962012-05-29 Juri Linkov <juri@jurta.org>
3097
3098 * isearch.el (isearch-search-fun-default): New function.
3099 (isearch-search-fun): Move default part to the new function
3100 `isearch-search-fun-default'.
3101 (isearch-search-fun-function): Set the default value to
3102 `isearch-search-fun-default'. (Bug#11381)
3103
3104 * comint.el (comint-history-isearch-end):
3105 Use `isearch-search-fun-default'.
3106 (comint-history-isearch-search): Use `isearch-search-fun-default'
3107 and remove spacial case for `isearch-word'.
3108 (comint-history-isearch-wrap): Remove spacial case for
3109 `isearch-word'.
3110
3111 * hexl.el (hexl-isearch-search-function):
3112 Use `isearch-search-fun-default'.
3113
3114 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
3115 Use `word-search-regexp' for `isearch-word'.
3116
3117 * misearch.el (multi-isearch-search-fun):
3118 Use `isearch-search-fun-default'.
3119
3120 * simple.el (minibuffer-history-isearch-search):
3121 Use `isearch-search-fun-default' and remove spacial case for
3122 `isearch-word'.
3123 (minibuffer-history-isearch-wrap): Remove spacial case for
3124 `isearch-word'.
3125
3126 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
3127 Remove spacial case for `isearch-word'.
3128 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
3129
85c8c5b6
AM
31302012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3131
3132 Decrease XEmacs incompatibilities.
3133 * textmodes/flyspell.el (flyspell-check-pre-word-p):
3134 Use `string-match'.
3135 (flyspell-delete-region-overlays): Use alternative definition for
3136 XEmacs.
3137 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
3138 (flyspell-word): Use `process-kill-without-query' if XEmacs.
3139 (flyspell-mode-on): Use `interactive-p' if XEmacs.
3140 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
3141 `define-obsolete-face-alias' under XEmacs, but old method.
3142
3143 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
3144 `with-no-warnings' definition or Emacs alias.
3145 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
3146 (ispell-word): Do not use `region-p' if XEmacs.
3147
8cab9efc
AM
31482012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3149
3150 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
3151 Check for `ispell-dictionary-base-alist' instead of full
3152 `ispell-dictionary-alist'.
3153 (ispell-init-process): Show spellchecker when starting new Ispell
3154 process.
3155
fda91268
RZ
31562012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3157
3158 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
3159 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
3160
694ea8e3
JB
31612012-05-27 Juanma Barranquero <lekktu@gmail.com>
3162
3163 * version.el (motif-version-string, gtk-version-string)
3164 (ns-version-string): Declare.
3165
e4d4f539
JL
31662012-05-27 Juri Linkov <juri@jurta.org>
3167
3168 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
3169 after the `eval-defun-1' specialcaseing
3170 like in `edebug-eval-defun' (bug#10181).
3171
3172 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
3173 like in `eval-defun-1'.
3174
33017faf 31752012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 3176
fda91268
RZ
3177 * mail/sendmail.el (mail-yank-region):
3178 Recognize rmail-yank-current-message in addition to insert-buffer.
3179 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
3180 a *mail* buffer created through rmail-start-mail with sendmail as
3181 mail-user-agent.
3182
33017faf
GM
31832012-05-27 Chong Yidong <cyd@gnu.org>
3184
3185 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
3186 Default to 256 (Bug#11267).
3187
3188 * help.el (describe-mode): Doc fix.
3189
04188bb9
GM
31902012-05-26 Glenn Morris <rgm@gnu.org>
3191
38264cc9
GM
3192 * w32-fns.el (w32-init-info): Remove.
3193 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
3194
eb7afdad
GM
3195 * info.el (info-initialize): For self-contained NS builds, put the
3196 included info/ directory at the front. (Bug#2791)
3197
04188bb9
GM
3198 * paths.el (Info-default-directory-list): Make it a defcustom,
3199 mainly so that we can use custom-initialize-delay.
3200
a179e3f7
SM
32012012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
3202
43416392
SM
3203 * subr.el (buffer-has-markers-at): Mark obsolete.
3204
a179e3f7 3205 * subr.el (lambda): Use declare.
43416392 3206
a179e3f7
SM
3207 * emacs-lisp/lisp-mode.el (lambda):
3208 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
3209
34a008d9
AH
32102012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3211
3212 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
3213
0a3b289f
GM
32142012-05-26 Glenn Morris <rgm@gnu.org>
3215
3216 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
3217
758c81e8
GM
32182012-05-25 Glenn Morris <rgm@gnu.org>
3219
f9f334f0
GM
3220 * paths.el: Remove no-byte-compile.
3221 * loadup.el: No need to load paths.el uncompiled.
3222
87eb79c2
GM
3223 * image.el (imagemagick-types-inhibit): Doc fix.
3224
758c81e8
GM
3225 * version.el: Remove no-byte-compile and associated formatting.
3226 * loadup.el: No need to load version.el uncompiled. AFAICS, this
3227 is ancient code from when there was an "inc-vers.el".
3228
e7e85dc0
SM
32292012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3230
3231 * progmodes/gdb-mi.el: Minor style changes.
3232 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
3233 Turn into minor modes.
3234 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
3235 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
3236 (gdb-shell): Remove unneeded let-binding.
3237 (gdb-get-many-fields): Eliminate O(n²) behavior.
3238
f31237a4
EZ
32392012-05-25 Eli Zaretskii <eliz@gnu.org>
3240
3241 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
3242 platforms that don't link in fontset.c.
3243
bc1b21bb
JL
32442012-05-25 Juri Linkov <juri@jurta.org>
3245
3246 Use the same diff color scheme as in modern VCSes (bug#10181).
3247
3248 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
3249 to avoid confusion with `diff-added' that now uses green colors.
3250 (diff-removed): Use shades of red.
3251 (diff-added): Use shades of green.
3252 (diff-changed): Leave just the yellow color.
3253 (diff-use-changed-face): New variable.
3254 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
3255 how to highlight context diff changes.
3256 (diff-refine-change): Use shades of yellow.
3257 (diff-refine-removed): New face that uses shades of red.
3258 (diff-refine-added): New face that uses shades of green.
3259 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
3260 `diff-refine-removed' in the call to `smerge-refine-subst'
3261 depending on the value of `diff-use-changed-face'.
3262
3263 * vc/smerge-mode.el (smerge-mine): Use shades of red.
3264 (smerge-other): Use shades of green.
3265 (smerge-base): Use shades of yellow.
3266 (smerge-refined-change): Empty face.
3267 (smerge-refined-removed): New face that uses shades of red.
3268 (smerge-refined-added): New face that uses shades of green.
3269 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
3270 args `props-r' and `props-a', and use them. Doc fix.
3271 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
3272 on its value use different faces `smerge-refined-change',
3273 `smerge-refined-removed', `smerge-refined-added' in the call to
3274 `smerge-refine-subst'.
3275
3276 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
3277 Add face condition `min-colors 88' with shades of red.
3278 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
3279 `min-colors 88' with shades of green.
3280 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
3281 `min-colors 88' with shades of yellow.
3282
6df9112c
GM
32832012-05-24 Glenn Morris <rgm@gnu.org>
3284
ead5edc0
GM
3285 * paths.el (prune-directory-list, remote-shell-program): Move to...
3286 * files.el (prune-directory-list, remote-shell-program): ...here.
3287 For the latter, delay initialization, prefer ssh, just search PATH.
3288
f18b81e6
GM
3289 * paths.el (term-file-prefix): Move to faces.el (the only user).
3290 * faces.el (term-file-prefix): Move here, make it a defcustom.
3291
ee2f89a6
GM
3292 * paths.el (news-directory, news-path, news-inews-program):
3293 Move to gnus/nnspool.el.
61a583ca 3294
f8815e4c
GM
3295 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
3296
c8f3b42c
GM
3297 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
3298 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
3299 Make the latter a defcustom, with a delayed initialization.
3300
6df9112c
GM
3301 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
3302 These were deleted from Gnus itself late 2010.
3303
5dadff36
JB
33042012-05-22 Juanma Barranquero <lekktu@gmail.com>
3305
9e1701c6
JB
3306 * progmodes/which-func.el (which-func-ff-hook):
3307 Check against user-error, not error.
3308
bd7239f5 3309 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
3310 cl-specs.el, which no longer exists.
3311
3290526d
GM
33122012-05-22 Glenn Morris <rgm@gnu.org>
3313
3314 * info.el (info-emacs-bug): New command.
3315 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
3316 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
3317
ff0c3cfb
GM
33182012-05-21 Glenn Morris <rgm@gnu.org>
3319
3320 * makefile.w32-in (update-subdirs-SH):
3321 * Makefile.in (update-subdirs): Update for moved update-subdirs.
3322
5814f126
SM
33232012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
3324
a52c0aa0
SM
3325 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
3326
5814f126
SM
3327 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3328 Simplify Maven regexp, and make sure the file can't start with a space
3329 (bug#11517).
3330
b847032c
GM
33312012-05-21 Glenn Morris <rgm@gnu.org>
3332
3333 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
3334 Scrap superfluous subshells.
3335
3858bfe7
SM
33362012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
3337
3338 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
3339 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
3340
d14b0029
JB
33412012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
3342
3343 * calc/calc.el (calc-ensure-consistent-units): New variable.
3344
a52c0aa0
SM
3345 * calc/calc-units.el (math-consistent-units-p)
3346 (math-check-unit-consistency): New functions.
3347 (calc-quick-units, calc-convert-units):
3348 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
3349 is non-nil.
d14b0029
JB
3350 (calc-extract-units): Fix typo.
3351
60c4db3a
SM
33522012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
3353
77f3b62e
SM
3354 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
3355
60c4db3a
SM
3356 * textmodes/flyspell.el: Commenting style, plus code simplifications.
3357 (flyspell-default-deplacement-commands): Don't spell check after
3358 repeated window/frame switches (e.g. triggered by mouse-movement).
3359 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
3360 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
3361 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
3362 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
3363 Remove unused vars.
3364 (flyspell-get-casechars, flyspell-get-not-casechars):
3365 Simplify; Don't bother removing a ] just to add it back.
3366 * textmodes/ispell.el (ispell-program-name): Use executable-find.
3367
d209e2fb 33682012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
3369
3370 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
3371 New functions.
bd7239f5 3372 (math-function-table): Add support for more C functions.
b1a10716 3373
3f1b25b5
AM
33742012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3375
090bd7cb
JB
3376 * textmodes/flyspell.el (flyspell-check-pre-word-p)
3377 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
3378 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 3379
b581bb5c
SM
33802012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
3381
3382 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
3383 their respective macro declarations.
3384 * skeleton.el (define-skeleton):
3385 * progmodes/compile.el (define-compilation-mode):
3386 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
3387 (define-ibuffer-filter):
3388 * emacs-lisp/generic.el (define-generic-mode):
3389 * emacs-lisp/easy-mmode.el (define-minor-mode)
3390 (define-globalized-minor-mode):
3391 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
3392 * emacs-lisp/byte-run.el (defsubst):
3393 * custom.el (deftheme): Add doc-string metadata.
3394
70b8ef8f
SM
33952012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3396
3397 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
3398
b1198e17
SM
33992012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3400
9abdc45d
SM
3401 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
3402
b1198e17
SM
3403 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
3404 * emacs-lisp/cl-macs.el: Idem.
3405 * emacs-lisp/cl-specs.el: Remove.
3406
4735906a
SM
34072012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3408
3409 Minor renaming of internal CL functions and variables.
3410 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
3411 (cl--position): Rename from cl-position.
3412 (cl--delete-duplicates): Rename from cl-delete-duplicates.
3413 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
3414 (cl--random-state): Rename from *random-state*.
3415
ac348012
SM
34162012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3417
3418 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
3419 parens around the arg list (bug#11499).
3420
a0a79cde
JL
34212012-05-17 Juri Linkov <juri@jurta.org>
3422
3423 * isearch.el (word-search-regexp, word-search-backward)
3424 (word-search-forward, word-search-backward-lax)
3425 (word-search-forward-lax): Move functions from search.c
3426 (bug#10145, bug#11381).
3427
65034a51
AM
34282012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3429
090bd7cb
JB
3430 * textmodes/flyspell.el (flyspell-check-pre-word-p)
3431 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
3432 Delay for otherchars as for normal word components.
65034a51 3433
1a72a195
SM
34342012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3435
3436 * minibuffer.el (completion--sifn-requote): Fix last change.
3437 (minibuffer-local-must-match-filename-map):
3438 Move define-obsolete-variable-alias before its var.
3439
fdb058c2
SM
34402012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
3441
c41045e6
SM
3442 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
3443
036dfb8b
SM
3444 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
3445 behavior.
3446 (completion--string-equal-p): New function.
3447 (completion--twq-all): Use it to get better assertion failure data.
3448
2473256d
SM
3449 Only handle ".." and '..' quoting in shell-mode (bug#11466).
3450 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
3451 (shell--requote-argument): New functions.
3452 (shell-completion-vars): Use them.
3453 (shell--parse-pcomplete-arguments): Rename from
3454 shell-parse-pcomplete-arguments.
3455 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
3456 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
3457 Obey comint-file-name-quote-list.
3458
fdb058c2
SM
3459 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
3460 (smie-indent-keyword): Use it.
3461
51fa99f1
SM
34622012-05-14 Stefan Merten <smerten@oekonux.de>
3463
3464 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
3465
e18afed7 34662012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
3467
3468 * net/rlogin.el (rlogin-mode-map): Fix last change.
3469
e18afed7 34702012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
3471
3472 * mail/smtpmail.el (smtpmail-send-command): Send the command and
3473 the following \r\n using a single `process-send-string', since the
3474 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 3475 with two `process-send-string's (Bug#11444).
8633b1f4 3476
e18afed7 34772012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 3478
fdb058c2
SM
3479 * shell.el (shell-parse-pcomplete-arguments):
3480 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 3481
2d21d7f6
WJ
34822012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
3483
e18afed7 3484 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
3485 (image-transform-scale, image-transform-right-angle-fudge): New vars.
3486 (image-transform-width, image-transform-fit-width): New functions.
3487 (image-transform-properties): Use them.
3488 (image-transform-check-size): New function.
3489 (image-toggle-display-image): Use it (for testing).
3490 (image-transform-set-rotation): Reduce angle mod 360.
3491 Delete obsolete comment.
3492
7102e6d0
WJ
34932012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
3494
3495 * image-mode.el: Fix scaling (bug#11399).
3496 (image-transform-resize): Doc fix.
3497 (image-transform-properties): Default scale is 1 and height should
3498 be an integer.
3499
06bc5e6e
SM
35002012-05-13 Johan Bockgård <bojohan@gnu.org>
3501
3502 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
3503 than hard-coding `car', to fix misbehavior when moving forward.
3504
0ae03b6a
CY
35052012-05-13 Chong Yidong <cyd@gnu.org>
3506
3507 * emacs-lisp/tabulated-list.el (tabulated-list-format)
3508 (tabulated-list-entries, tabulated-list-padding)
3509 (tabulated-list-sort-key): Make permanent-local.
3510
3511 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
3512 (electric-buffer-list): Put electric buffer menu
3513 command descriptions in this docstring, instead of the docstring
3514 of electric-buffer-menu-mode. Code cleanups.
3515 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
3516 Electric-buffer-menu-mode.
3517 (electric-buffer-update-highlight): Minor code cleanup.
3518
205a7391
MA
35192012-05-13 Michael Albinus <michael.albinus@gmx.de>
3520
3521 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
3522 (Bug#11447)
3523
e5bd0a28
SM
35242012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
3525
3526 Move define-obsolete-variable-alias before the var's definition.
3527 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
3528 * tooltip.el (tooltip-hook):
3529 * textmodes/reftex-toc.el (reftex-toc-map):
3530 * textmodes/reftex-sel.el (reftex-select-label-map)
3531 (reftex-select-bib-map):
3532 * textmodes/reftex-index.el (reftex-index-map)
3533 (reftex-index-phrases-map):
3534 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
3535 * progmodes/meta-mode.el (meta-mode-map):
3536 * novice.el (disabled-command-hook):
3537 * loadhist.el (unload-hook-features-list):
3538 * frame.el (blink-cursor):
3539 * files.el (find-file-not-found-hooks, write-file-hooks)
3540 (write-contents-hooks):
3541 * emulation/tpu-edt.el (GOLD-map):
3542 * emacs-lock.el (emacs-lock-from-exiting):
3543 * emacs-lisp/generic.el (generic-font-lock-defaults):
3544 * emacs-lisp/chart.el (chart-map):
3545 * dos-fns.el (register-name-alist):
3546 * dired-x.el (dired-omit-files-p):
3547 * desktop.el (desktop-enable):
3548 * cus-edit.el (custom-mode-hook):
3549 * buff-menu.el (buffer-menu-mode-hook):
3550 * bookmark.el (bookmark-read-annotation-text-func)
3551 (bookmark-exit-hooks):
3552 * allout.el (allout-mode-deactivate-hook)
3553 (allout-exposure-change-hook, allout-structure-added-hook)
3554 (allout-structure-deleted-hook, allout-structure-shifted-hook):
3555 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
3556 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
3557 comes before the corresponding variable's definition.
3558
ac59c2f6
CY
35592012-05-12 Chong Yidong <cyd@gnu.org>
3560
3561 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
3562 (Buffer-menu-mouse-select): Restore function (Bug#11459).
3563 (Buffer-menu-mode-map): Bind it.
3564 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 3565
dee6c9a3
SM
35662012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3567
2171cea5
SM
3568 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
3569 (prolog-upper-case-string, prolog-lower-case-string)
3570 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
3571 (prolog-use-smie, prolog-smie-grammar): New vars.
3572 (prolog-smie-forward-token, prolog-smie-backward-token)
3573 (prolog-smie-rules): New funs.
3574 (prolog-comment-indent): Remove.
3575 (prolog-mode-variables): Use default comment indentation instead.
3576 Setup SMIE.
3577 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
3578 (prolog-mode): Don't call them any more.
3579 (prolog-electric-colon, prolog-electric-dash)
3580 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
3581
aa0382bd
SM
3582 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
3583
dbacb4bd
SM
3584 * minibuffer.el (completion--twq-all): Again, allow case differences.
3585
13bdd94c
SM
3586 * term.el: Move keymap initialization code to be more idiomatic.
3587 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
3588 (term-terminal-menu): Move initialization into declaration.
3589 (term-escape-char): Let the user set it in her .emacs.
3590
ff46c759
SM
3591 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
3592 Provide SMIE-based indentation (not enabled by default yet).
3593 (sh-mode-map): Don't bind electric keys.
3594 Use electric-pair-mode instead of skeleton-pair.
3595 (sh-assignment-regexp): Fit within 80 columns.
3596 (sh-indent-supported): Specify actual shell name instead of boolean.
3597 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
3598 (sh-maybe-here-document): Use it. Make obsolete.
3599 (sh-electric-here-document-mode) New minor mode.
3600 (sh-mode): Use it. Don't set sh-indent-supported-here here.
3601 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
3602 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
3603 (sh-smie-rc-grammar, sh-use-smie): New vars.
3604 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
3605 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
3606 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
3607 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
3608 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
3609 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
3610 (sh-set-shell): Use smie-setup if requested.
3611
dee6c9a3
SM
3612 * term.el (term-set-escape-char): Properly set term-escape-char.
3613 See http://stackoverflow.com/questions/10524656.
3614
9f9aa044
CY
36152012-05-10 Chong Yidong <cyd@gnu.org>
3616
3617 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
3618 Use url-generic-parse-url, and handle host names and Windows
3619 filenames properly.
3620 (ffap-url-unwrap-remote): Use url-generic-parse-url.
3621 (ffap-url-unwrap-remote): Accept list values, specifying a list of
3622 URL schemes to work on.
3623 (ffap--toggle-read-only): New function.
3624 (ffap-read-only, ffap-read-only-other-window)
3625 (ffap-read-only-other-frame): Use it.
3626 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
3627 necessary for ffap-url-unwrap-remote.
3628
836d29b3
DA
36292012-05-10 Dave Abrahams <dave@boostpro.com>
3630
3631 * cus-start.el (create-lockfiles): Add it.
3632
00fd78ed
CY
36332012-05-09 Chong Yidong <cyd@gnu.org>
3634
3635 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
3636 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
3637
666b903b 36382012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
3639
3640 * shell.el (shell-completion-vars): Fix last change (bug#11348).
3641
666b903b 36422012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
3643
3644 * ansi-color.el (ansi-color-process-output): Check for validity of
3645 comint-last-output-start before using it. This avoids a bad
3646 interaction with gdb-mi's input/output buffer.
3647
666b903b 36482012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
3649
3650 * files.el (dir-locals-read-from-file):
3651 Mention dir-locals in any error message.
3652
666b903b 36532012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
3654
3655 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
3656 package (Bug#11410).
3657
f677562b
CY
3658 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
3659 variables into description.
3660
666b903b 36612012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
3662
3663 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
3664 shell-delimiter-argument-list (bug#11348).
3665 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
3666
b499d8d0
JB
36672012-05-09 Juanma Barranquero <lekktu@gmail.com>
3668
8f6b6da8
JB
3669 * textmodes/rst.el: Silence byte-compiler warnings.
3670 (rst-re-alist, rst-reset-section-caches): Move around.
3671 (rst-re): Use `characterp', not `char-valid-p'.
3672 (font-lock-beg, font-lock-end): Declare.
3673
4824146a
JB
3674 * progmodes/idlw-shell.el (specs): Remove reference to deleted
3675 variable `idlwave-shell-activate-alt-keybindings' and simplify.
3676
b499d8d0
JB
3677 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
3678
ad89bb83
GM
36792012-05-08 Glenn Morris <rgm@gnu.org>
3680
3681 * files.el (auto-mode-alist): Treat ".make" like ".mk".
3682
8bba5a75
SM
36832012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3684
49ed9c8e
SM
3685 * vc/log-edit.el: Add GNU coding standards highlighting.
3686 (log-edit-font-lock-gnu-style)
3687 (log-edit-font-lock-gnu-keywords): New vars.
3688 (log-edit-font-lock-keywords): New fun.
3689 (log-edit-mode): Don't fold case in font-lock.
3690 (log-edit-font-lock-keywords): Do not assume case-folding.
3691
07d00b56
SM
3692 * imenu.el: Misc cleanup. Make docstrings out of comments.
3693 Use lexical-binding.
3694 (imenu--index-alist, imenu--last-menubar-index-alist)
3695 (imenu-menubar-modified-tick): Use defvar-local.
3696 (imenu--split-menu): Remove unused var.
3697 (imenu--cleanup-seen): Declare as global.
3698 (imenu--cleanup): Use dolist.
3699
8bba5a75
SM
3700 * subr.el (defvar-local): Add debug spec and doc-string position.
3701
5075bdb5
GM
37022012-05-08 Glenn Morris <rgm@gnu.org>
3703
090bd7cb 3704 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
3705 * language/english.el, language/georgian.el, language/greek.el:
3706 * language/japanese.el, language/khmer.el, language/korean.el:
3707 * language/lao.el, language/misc-lang.el, language/romanian.el:
3708 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
3709 * language/thai.el, language/utf-8-lang.el:
3710 Remove no-byte-compile setting.
3711
5075bdb5
GM
3712 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
3713
06f679a7
AH
37142012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3715
3716 * progmodes/make-mode.el (makefile-browse):
3717 Remove unnecessary interactive. (Bug#11324)
3718
03794570
GM
37192012-05-07 Glenn Morris <rgm@gnu.org>
3720
af8630f4
GM
3721 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
3722
03794570
GM
3723 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
3724
f0809a9d
SM
37252012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3726
28be5ce7
SM
3727 * loadup.el: Preload newcomment.el.
3728 * newcomment.el: Move autoload-only code to toplevel.
3729
f0809a9d
SM
3730 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
3731 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
3732 Handle new :right-align column property.
3733 (tabulated-list-print-col): Idem, plus use `display' text-property to
3734 try and preserve alignment for variable pitch fonts.
3735
1241b724
CY
37362012-05-07 Chong Yidong <cyd@gnu.org>
3737
3738 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
3739 (tabulated-list-use-header-line): New var.
3740 (tabulated-list-init-header): Use it.
3741 (tabulated-list-print-fake-header): New function.
3742 (tabulated-list-print): Use it.
3743 (tabulated-list-sort-button-map): Add non-header-line commands.
3744 (tabulated-list-init-header): Add column name property to basic
3745 labels as well.
3746 (tabulated-list-col-sort): Handle non-header-line button case.
3747 (tabulated-list--sort-by-column-name): Fix a corner case.
3748
f0809a9d
SM
3749 * buff-menu.el (list-buffers--refresh):
3750 Handle Buffer-menu-use-header-line.
1241b724 3751
e5f9458f
CY
37522012-05-06 Chong Yidong <cyd@gnu.org>
3753
3754 * buff-menu.el: Convert to Tabulated List mode.
3755 (Buffer-menu-buffer+size-width): Make obsolete.
3756 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
3757 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
3758 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
3759 documentation into docstring of buffer-menu.
3760 (Buffer-menu-toggle-files-only): Add an informative message.
3761 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
3762 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
3763 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
3764 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
3765 (Buffer-menu-execute, Buffer-menu-select)
3766 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
3767 (Buffer-menu-bury): Use Tabulated List machinery.
3768 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
3769 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 3770 Delete.
e5f9458f
CY
3771 (list-buffers--refresh): New function.
3772 (list-buffers-noselect): Use it.
3773 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
3774 (Buffer-menu--pretty-file-name): New helper functions.
3775
3776 * loadup.el: Preload tabulated-list.
3777
3778 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
3779 tabulated-list-sort-column.
3780 (tabulated-list-init-header): Add the initial aligning space even
3781 if tabulated-list-padding is zero.
3782
e129292c
CS
37832012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
3784
3785 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
3786 whose cdr is not a cons cell correctly (bug#11038).
3787
6632d361
CY
37882012-05-06 Chong Yidong <cyd@gnu.org>
3789
e129292c
CS
3790 * emacs-lisp/tabulated-list.el (tabulated-list-format):
3791 Accept additional plist in column descriptors.
6632d361
CY
3792 (tabulated-list-init-header): Obey it.
3793 (tabulated-list-get-entry): New function.
3794 (tabulated-list-put-tag): Use it. Use string-width instead of
3795 length.
3796 (tabulated-list--column-number): New function.
3797 (tabulated-list-print): Use it.
e129292c
CS
3798 (tabulated-list-print-col): New function.
3799 Set `tabulated-list-column-name' property on each column's text.
6632d361 3800 (tabulated-list-print-entry): Use it.
e129292c
CS
3801 (tabulated-list-delete-entry, tabulated-list-set-col):
3802 New functions.
6632d361
CY
3803 (tabulated-list-sort-column): New command (Bug#11337).
3804
3cc99f68
CY
3805 * buff-menu.el (list-buffers): Move C-x C-b binding from
3806 buff-menu.el to bindings.el.
3807
3808 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
3809 :advertised-binding feature.
3810
52b61776
TN
38112012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
3812
3813 * progmodes/compile.el (compilation-internal-error-properties):
3814 Calculate start position correctly when end-col is set but
3815 end-line is not (Bug#11382).
3816
ebfe2597
WJ
38172012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
3818
3819 * man.el (Man-unindent): Use text-property-default-nonsticky to
3820 prevent untabify from inheriting face properties (Bug#11408).
3821
6d3f7c2f
SM
38222012-05-05 Stefan Merten <smerten@oekonux.de>
3823
3824 * textmodes/rst.el: Major merge with upstream development up to
3825 Docutils SVN r7399 / rst.el V1.2.1.
3826
3827 Clarify maintainership and authors.
3828
3829 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
3830 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
3831 (rst-official-version, rst-official-cvs-rev, rst-version)
3832 (rst-package-emacs-version-alist): New functions and variables
3833 for version information.
3834
3835 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
3836 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
3837 (rst-mode-syntax-table, rst-mode): New and corrected functions
3838 and variables representing reStructuredText features.
3839
3840 (rst-re): New function for reStructuredText regexes. Use in
3841 many places.
3842
3843 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
3844 (rst-mode-map): Rebind keys.
3845
3846 (rst-mode-lazy, rst-font-lock-keywords)
3847 (rst-font-lock-extend-region)
3848 (rst-font-lock-extend-region-internal)
3849 (rst-font-lock-extend-region-extend)
3850 (rst-font-lock-find-unindented-line-limit)
3851 (rst-font-lock-find-unindented-line-match)
3852 (rst-adornment-level, rst-font-lock-adornment-level)
3853 (rst-font-lock-adornment-match)
3854 (rst-font-lock-handle-adornment-pre-match-form)
3855 (rst-font-lock-handle-adornment-matcher): Major revision of
3856 font-locking. Integrate with other code. Use `jit-lock-mode'.
3857
3858 (rst-preferred-adornments, rst-adjust-hook)
3859 (rst-new-adornment-down, rst-preferred-bullets)
3860 (rst-preferred-bullets, rst-indent, rst-indent-width)
3861 (rst-indent-field, rst-indent-literal-normal)
3862 (rst-indent-literal-minimized, rst-indent-comment): Change,
3863 extend and improve customization.
3864
3865 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
3866 (rst-normalize-cursor-position, rst-get-decoration)
3867 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
3868 (rst-rstrip, rst-toc-insert-find-delete-contents)
3869 (rst-shift-fill-region, rst-compute-bullet-tabs)
3870 (rst-debug-print-tabs, rst-debug-mark-found)
3871 (rst-shift-region-guts, rst-shift-region-right)
3872 (rst-shift-region-left, rst-use-char-classes)
3873 (rst-font-lock-keywords-function)
3874 (rst-font-lock-indentation-point)
3875 (rst-font-lock-find-unindented-line-begin)
3876 (rst-font-lock-find-unindented-line-end)
3877 (rst-font-lock-find-unindented-line)
3878 (rst-font-lock-adornment-point, rst-font-lock-level)
3879 (rst-adornment-level-alist): Remove functions and variables.
3880
3881 (rst-compare-adornments, rst-get-adornment-match)
3882 (rst-suggest-new-adornment, rst-get-adornments-around)
3883 (rst-adornment-complete-p, rst-get-next-adornment)
3884 (rst-adjust-adornment, rst-display-adornments-hierarchy)
3885 (rst-straighten-adornments): Standardize function names to
3886 use "adornment" instead of "decoration". Correct callers.
3887 Similar standardizing in many places.
3888
3889 (rst-update-section, rst-adjust, rst-promote-region)
3890 (rst-enumerate-region, rst-bullet-list-region)
3891 (rst-repeat-last-character): Correct use of `interactive'.
3892
3893 (rst-classify-adornment, rst-find-all-adornments)
3894 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
3895 (rst-find-leftmost-column, rst-repeat-last-character):
3896 Refactor functions.
3897
3898 (rst-find-title-line, rst-reset-section-caches)
3899 (rst-get-adornments-around, rst-adjust-adornment-work)
3900 (rst-arabic-to-roman, rst-roman-to-arabic)
3901 (rst-insert-list-pos, rst-insert-list-new-item)
3902 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
3903 New functions.
3904
3905 (rst-all-sections, rst-section-hierarchy)
3906 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
3907 New variables.
3908
3909 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
3910 configuration instead of only buffer. Change where necessary.
3911
3912 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
3913 (rst-shift-region, rst-adaptive-fill): New functions for
3914 indentation and filling.
3915
3916 (rst-comment-line-break, rst-comment-indent)
3917 (rst-comment-insert-comment, rst-comment-region)
3918 (rst-uncomment-region): New functions for handling comments.
3919
3920 (rst-compile): Quote shell arguments.
3921
3922 (rst-compile-pdf-preview, rst-compile-slides-preview):
3923 Delete temporary files after use.
3924
a43f98b3
GM
39252012-05-05 Glenn Morris <rgm@gnu.org>
3926
48176e8b
GM
3927 * calendar/cal-html.el: Optionally include holidays in the output.
3928 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
3929 (cal-html-holidays): New option.
3930 (cal-html-css-default): Add holiday entry.
3931 (holiday-in-range): Autoload it.
3932 (cal-html-htmlify-entry): Add optional class argument.
3933 (cal-html-htmlify-list): Add optional holidays argument.
3934 (cal-html-insert-agenda-days): Include holidays in the output.
3935 (cal-html-one-month): Maybe include holidays.
3936
a43f98b3
GM
3937 * calendar/holidays.el (holiday-in-range):
3938 Move here from cal-tex-list-holidays.
3939 * calendar/cal-tex.el (cal-tex-list-holidays):
3940 Make it an obsolete alias for holiday-in-range. Update all callers.
3941
fef9d149 39422012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
3943
3944 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
3945 Nextstep.
3946
248da2f4
RW
39472012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
3948
3949 * files.el (file-auto-mode-skip): New var.
3950 (set-auto-mode-1): Use it.
3951
f95e9344
SM
39522012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3953
df96ab1e
SM
3954 * repeat.el: Use lexical-binding.
3955 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
3956 (repeat-undo-count): Remove.
3957 (repeat):
3958 * progmodes/octave-mod.el (octave-abbrev-start):
3959 * progmodes/f90.el (f90-abbrev-start):
3960 * face-remap.el (text-scale-adjust):
3961 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
3962
5342bb06
SM
3963 * emacs-lisp/pcase.el (pcase--let*): New function.
3964 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
3965 a bit more.
3966 (pcase--split-pred): Be more clever about ruling out overlap between
3967 a predicate and some constant pattern.
3968 (pcase--q1): Use `null' instead of (eq foo nil).
3969
f95e9344
SM
3970 * subr.el (setq-local, defvar-local): New macros.
3971 (kbd): Redefine as an alias.
3972 (with-selected-window): Leave unrelated frames alone.
3973 (set-temporary-overlay-map): New function.
3974
71873e2b
SM
39752012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3976
3977 * subr.el (user-error): New function.
3978 * window.el (switch-to-buffer):
3979 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
3980 (smerge-match-conflict):
3981 * simple.el (previous-matching-history-element)
3982 (next-matching-history-element, goto-history-element, undo-more)
3983 (undo-start):
3984 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
3985 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
3986 (next-file, tags-loop-scan, list-tags, complete-tag):
3987 * progmodes/compile.el (compilation-loop):
3988 * mouse.el (mouse-minibuffer-check):
3989 * man.el (Man-bgproc-sentinel, Man-goto-page):
3990 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
3991 (Info-history-forward, Info-follow-reference, Info-menu)
3992 (Info-extract-menu-item, Info-extract-menu-counting)
3993 (Info-forward-node, Info-backward-node, Info-next-menu-item)
3994 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
3995 (Info-next-reference, Info-prev-reference, Info-index)
3996 (Info-index-next, Info-follow-nearest-node)
3997 (Info-copy-current-node-name):
3998 * imenu.el (imenu--make-index-alist)
3999 (imenu-default-create-index-function, imenu-add-to-menubar):
4000 * files.el (basic-save-buffer, recover-file):
4001 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4002 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
4003 (checkdoc-message-text, checkdoc-defun):
4004 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
4005 * cus-edit.el (customize-changed-options, customize-rogue)
4006 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
4007 (custom-variable-mark-to-reset-standard)
4008 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
4009 (custom-file):
4010 * completion.el (check-completion-length):
4011 * comint.el (comint-search-arg)
4012 (comint-previous-matching-input-string-position)
4013 (comint-previous-matching-input)
4014 (comint-replace-by-expanded-history-before-point, comint-send-input)
4015 (comint-copy-old-input, comint-backward-matching-input)
4016 (comint-goto-process-mark, comint-set-process-mark):
4017 * calendar/calendar.el (calendar-cursor-to-date): Use it.
4018 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
4019
8a61ee22
SM
40202012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4021
66408d1e
SM
4022 * dabbrev.el (dabbrev--ignore-case-p): New function.
4023 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
4024 Use it.
4025
8a61ee22
SM
4026 * files.el (automount-dir-prefix): Mark as obsolete.
4027
3c74813a
GM
40282012-05-04 Glenn Morris <rgm@gnu.org>
4029
4030 * patcomp.el, play/bruce.el: Move to obsolete/.
4031
0bfcf5c5
PE
40322012-05-04 Paul Eggert <eggert@cs.ucla.edu>
4033
4034 Fix minor Y10k bugs.
4035 * arc-mode.el (archive-unixdate):
4036 * autoinsert.el (auto-insert-alist):
4037 * calc/calc-forms.el (math-this-year):
4038 * emacs-lisp/copyright.el (copyright-current-year)
4039 (copyright-update-year, copyright):
4040 * tar-mode.el (tar-clip-time-string):
4041 * time.el (display-time-update):
4042 Don't assume years have 4 digits.
4043
78f3273a
CY
40442012-05-04 Chong Yidong <cyd@gnu.org>
4045
4046 * dos-w32.el (file-name-buffer-file-type-alist)
4047 (direct-print-region-use-command-dot-com):
4048 * ffap.el (ffap-menu-regexp):
4049 * find-file.el (ff-special-constructs):
4050 * follow.el (follow-debug):
4051 * forms.el (forms--debug):
4052 * iswitchb.el (iswitchb-all-frames):
4053 * ido.el (ido-all-frames):
4054 * emacs-lisp/timer.el (timer-max-repeats):
4055 * mail/feedmail.el (feedmail-mail-send-hook)
4056 (feedmail-mail-send-hook-queued):
4057 * mail/footnote.el (footnote-signature-separator):
4058 * mail/mailabbrev.el (mail-alias-separator-string)
4059 (mail-abbrev-mode-regexp):
4060 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
4061 * progmodes/idlwave.el (idlwave-libinfo-file)
4062 (idlwave-default-completion-case-is-down)
4063 (idlwave-library-routines): Convert defvars to defcustoms.
4064
4065 * mail/rmail.el (rmail-decode-mime-charset):
4066 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
4067 (idlwave-shell-fix-inserted-breaks)
4068 (idlwave-shell-activate-alt-keybindings)
4069 (idlwave-shell-use-breakpoint-glyph):
4070 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
4071
f7ae6719
SM
40722012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4073
4074 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
4075
47086495
WS
40762012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
4077
4078 * progmodes/verilog-mode.el (font-lock-keywords):
4079 Fix mis-highligting auto. Reported by Craig Barner.
4080 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
4081 defines from global name space. Reported by Dan Dever.
4082 (verilog-auto-reset, verilog-auto-reset-widths)
4083 (verilog-auto-tieoff): Support using unbased numbers for
4084 AUTORESET and AUTOTIEOFF.
4085 (verilog-submit-bug-report): Update variable list.
4086 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
4087 parenthesis from not matching. Reported by Michael Rytting.
4088 (verilog-auto-template-lint): Fix hash error when linting modules
4089 with no used templates.
4090 (verilog-warn, verilog-warn-error)
4091 (verilog-warn-fatal): When non-interactive report multiple
4092 warnings before exiting. Suggested by Brad Dobbie.
4093 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
4094 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
4095 to report unused template errors. Reported by Brad Dobbie.
4096 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
4097 nets, bug438. Reported by Vns Blore.
4098 (verilog-auto-inout-module, verilog-auto-reg)
4099 (verilog-read-decls, verilog-read-sub-decls-sig)
4100 (verilog-signals-edit-wire-reg, verilog-signals-with):
4101 Fix passing of Verilog data types in ANSI input/output ports
4102 such as "output logic" into the AUTOs. Special case "wire" and
4103 "reg" for backwards compatibility presuming Verilog 2001.
4104 (verilog-auto-ascii-enum): Add "auto enum" as alias.
4105 (verilog-preprocess): Fix replication of preprocess output.
4106 Reported by Brad Dobbie.
4107 (verilog-auto-inst-interfaced-ports):
4108 Create verilog-auto-inst-interfaced-ports, bug429.
4109 Reported by Julian Gorfajn.
4110 (verilog-after-save-font-hook)
4111 (verilog-before-save-font-hook): New variable.
4112 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
4113 (verilog-save-font-mods): Wrap disabling fontification, reported
4114 by David Rogoff.
4115 (verilog-do-indent, verilog-pretty-declarations-auto)
4116 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
4117 Reported by Pierre-David Pfister.
4118 (verilog-set-auto-endcomments): Fix endtask auto comments outside
4119 of class declarations, bug292. Reported by Kevin Heilman.
4120 (verilog-read-decls): Fix 'parameter type' not appearing in
4121 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
4122 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
4123 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
4124 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
4125 Reported by David Kravitz.
4126
41272012-05-03 Michael McNamara <mac@mail.brushroad.com>
4128
4129 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
4130 assignment with tests in ifs and for loops.
4131 (verilog-extended-complete-re, verilog-complete-reg): Change so
4132 that DPI inport functions don't look like fuction declarations.
4133 (verilog-pretty-expr): Don't line up assignment
4134 operations to the test and increment in if and for loops
4135 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 4136 that DPI inport functions don't look like fuction declarations.
47086495 4137
2e51d4b5
KH
41382012-05-03 Kenichi Handa <handa@m17n.org>
4139
4140 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 4141 decoding, and show a warning message without signaling an error
2e51d4b5
KH
4142 (Bug#11282).
4143
2bd785a2
SM
41442012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4145
4146 * emacs-lisp/bytecomp.el
4147 (byte-compile-file-form-custom-declare-variable): Compile all elements,
4148 since cconv.el might have introduced :fun-body, internal-make-closure,
4149 and friends for bytecomp to handle (bug#11391).
4150 * custom.el (defcustom): Avoid ((λ ..) ..).
4151
99d27583
SM
41522012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
4153
4154 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
4155
55a71479
JB
41562012-05-02 Juanma Barranquero <lekktu@gmail.com>
4157
4158 * notifications.el (dbus-debug):
4159 * term/linux.el (gpm-mouse-enable):
4160 * term/screen.el (xterm-register-default-colors): Declare.
4161
7b97c764
CY
41622012-05-02 Chong Yidong <cyd@gnu.org>
4163
2bc356d7
CY
4164 * cus-start.el (gc-cons-percentage, exec-suffixes)
4165 (dos-display-scancodes, dos-hyper-key, dos-super-key)
4166 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
4167 (make-cursor-line-fully-visible, void-text-area-pointer)
4168 (font-list-limit): Add customization data.
4169
7b97c764
CY
4170 * allout.el (allout-exposure-change-functions)
4171 (allout-structure-added-functions)
4172 (allout-structure-deleted-functions)
4173 (allout-structure-shifted-functions): Rename abnormal hooks from
4174 *-hook, and convert to defcustoms.
5d3385a0
JB
4175 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
4176 Convert to defcustoms.
7b97c764
CY
4177 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
4178
4179 * allout-widgets.el: Hook callers changed.
4180
90207a15 41812012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
4182
4183 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
4184 the yanked message in preference to the default value of
4185 buffer-file-coding-system.
4186
90207a15 41872012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 4188
5d3385a0
JB
4189 * window.el (display-buffer--action-function-custom-type):
4190 Fix entry.
d9558cad 4191
90207a15 41922012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
4193
4194 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
4195
d80ac57b
GM
41962012-05-01 Glenn Morris <rgm@gnu.org>
4197
976f7668
GM
4198 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
4199
beb83b5a
GM
4200 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
4201
d80ac57b
GM
4202 * cus-edit.el (custom-variable-documentation): Simplify with format.
4203
b593d6a9 42042012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
f1a71c6e 4205 Stefan Monnier <monnier@iro.umontreal.ca>
b593d6a9
AH
4206
4207 * simple.el (suggest-key-bindings, execute-extended-command):
4208 Move from keyboard.c.
4209
782fbf2a
CY
42102012-05-01 Chong Yidong <cyd@gnu.org>
4211
4212 * follow.el: Eliminate advice.
4213 (set-process-filter, process-filter, sit-for): Advice deleted.
4214 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
4215 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
4216 Vars deleted.
782fbf2a
CY
4217 (follow-auto): Use a :set function.
4218 (follow-mode): Rewritten. Don't advise process filters.
4219 (follow-switch-to-current-buffer-all, follow-scroll-up)
4220 (follow-scroll-down): Assume follow-mode is bound.
4221 (follow-comint-scroll-to-bottom)
4222 (follow-align-compilation-windows): New functions.
4223 (follow--window-sorter): New function.
4224 (follow-all-followers): Use it to explicitly sort windows by their
4225 positions; don't make assumptions about next-window order.
4226 (follow-windows-start-end, follow-delete-other-windows-and-split)
4227 (follow-calc-win-start): Doc fix.
4228 (follow-windows-aligned-p, follow-select-if-visible): Don't call
4229 vertical-motion unnecessarily.
4230 (follow-adjust-window): New function.
4231 (follow-post-command-hook): Use it.
4232 (follow-call-set-process-filter, follow-call-process-filter)
4233 (follow-intercept-process-output, follow-tidy-process-filter-alist)
4234 (follow-stop-intercept-process-output, follow-generic-filter):
4235 Functions deleted.
4236 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
4237 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
4238 New functions, replacing advice on scroll-bar-* commands.
87233a14 4239 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
4240
4241 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
4242 (comint-postoutput-scroll-to-bottom): Use it.
4243 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 4244
290af740
GM
42452012-05-01 Glenn Morris <rgm@gnu.org>
4246
4247 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
4248 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
4249 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
4250 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
4251 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
4252 Remove no-byte-compile setting.
4253
6eac8dc9
SM
42542012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4255
4256 * minibuffer.el (completion-table-with-quoting): Fix compatibility
4257 all-completions code to not return a number in the last cdr.
4258
9cc7819c
LL
42592012-04-30 Leo Liu <sdl.web@gmail.com>
4260
4261 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
4262 read-only error.
4263
c93b886f
CY
42642012-04-29 Chong Yidong <cyd@gnu.org>
4265
4266 * follow.el (follow-calc-win-end): Rewrite to handle partial
4267 screen lines correctly (Bug#8390).
4268 (follow-avoid-tail-recenter): Minor cleanup.
4269
8b6c19f4
SM
42702012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
4271
4272 Avoid the obsolete `assoc' package.
4273 * speedbar.el (speedbar-refresh): Avoid adelete.
4274 (speedbar-file-lists): Simplify and avoid aput.
4275 * man.el (Man--sections, Man--refpages): New vars, replacing
4276 Man-sections-alist and Man-refpages-alist.
4277 (Man-build-section-alist, Man-build-references-alist):
4278 Use them; avoid aput.
4279 (Man--last-section, Man--last-refpage): New vars.
4280 (Man-follow-manual-reference): Use them.
4281 Use the `default' arg of completing-read.
4282 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
4283
c5bb7569
CY
42842012-04-27 Chong Yidong <cyd@gnu.org>
4285
d1d2e2e8
CY
4286 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
4287
15cd8efd
CY
4288 * startup.el (x-apply-session-resources): New function.
4289
4290 * term/ns-win.el (ns-initialize-window-system):
4291 * term/w32-win.el (w32-initialize-window-system):
4292 * term/x-win.el (x-initialize-window-system): Use it to properly
4293 set menu-bar-mode and other vars from X resources, even if the
4294 initial frame is not a window-system frame (Bug#2299).
4295
c5bb7569
CY
4296 * subr.el (read-key): Avoid running filter function when setting
4297 up temporary tool bar entries (Bug#9922).
4298
a8e7d6d7 42992012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
4300
4301 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
4302 (Bug#11344)
4303
a8e7d6d7 43042012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
4305
4306 * select.el (xselect--encode-string): New function, split from
4307 xselect-convert-to-string.
4308 (xselect-convert-to-string): Use it.
4309 (xselect-convert-to-filename, xselect-convert-to-os)
4310 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
4311 returned strings are properly encoded (Bug#11315).
4312
a8e7d6d7 43132012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
4314
4315 * simple.el (delete-active-region): Move to killing custom group.
4316
a8e7d6d7 43172012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
4318
4319 * progmodes/which-func.el (which-func-current): Quote %
4320 characters for mode-line processing.
4321
578c1d4b 43222012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
4323
4324 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
4325 reaching eob (Bug#11286).
4326
a8e7d6d7 43272012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
4328
4329 * progmodes/gdb-mi.el (gdb-control-level): New variable.
4330 (gdb): Make it buffer-local and init to zero.
4331 (gdb-control-commands-regexp): New variable.
4332 (gdb-send): Don't wrap in "-interpreter-exec console" if
4333 gdb-control-level is positive. Increment gdb-control-level
4334 whenever the command matches gdb-control-commands-regexp, and
4335 decrement it each time the command is "end". (Bug#11279)
4336
a8e7d6d7 43372012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
4338
4339 * window.el (adjust-window-trailing-edge, enlarge-window)
4340 (shrink-window, window-resize):
4341 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
4342 windows (Bug#11276).
4343
b3608390
CY
43442012-04-27 Chong Yidong <cyd@gnu.org>
4345
4346 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 4347 fix "missing prefix" warning. All callers changed.
b3608390 4348
797e6e88
SM
43492012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
4350
4351 * emacs-lisp/assoc.el: Move to obsolete/.
4352
e95a67dc
SM
43532012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4354
657c21e4 4355 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
4356
4357 * term/ns-win.el (ns-define-service):
4358 * progmodes/pascal.el (pascal-goto-defun):
4359 * progmodes/js.el (js--read-tab):
4360 * progmodes/etags.el (tags-lazy-completion-table):
4361 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
4362 * emacs-lisp/ewoc.el (ewoc--wrap):
4363 * emacs-lisp/assoc.el (aput, adelete, amake):
4364 * doc-view.el (doc-view-convert-current-doc):
4365 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
4366
cb3e7ae0
CY
43672012-04-26 Chong Yidong <cyd@gnu.org>
4368
dce04f7f
CY
4369 * image.el (image-type-from-buffer): Only return supported image
4370 type (Bug#9045).
4371
cb3e7ae0
CY
4372 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
4373 value, for symmetry with diff-end-of-hunk.
4374 (diff-split-hunk, diff-find-source-location)
4375 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
4376 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
4377 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
4378 compute the relevant hunk or file properly (Bug#6005).
4379 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
4380
0d42eb3e
SM
43812012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4382
4383 * vc/vc-mtn.el:
4384 * vc/vc-hg.el:
4385 * vc/vc-git.el:
4386 * vc/vc-dir.el:
4387 * vc/vc-cvs.el:
4388 * vc/vc-bzr.el:
4389 * vc/vc-arch.el:
4390 * vc/vc.el: Replace lexical-let by lexical-binding.
4391 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
4392 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
4393 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
4394
f08ae1c9
CY
43952012-04-26 Chong Yidong <cyd@gnu.org>
4396
8b71081d
CY
4397 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
4398 (diff-mode-shared-map): Bind it to / and [remap undo].
4399
f08ae1c9
CY
4400 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
4401 (ediff-window-setup-function): Use it as the default, to set up
4402 windows based on whether the current frame is graphical (Bug#2138).
4403 (ediff-choose-window-setup-function-automatically): Make obsolete.
4404
4405 * vc/ediff-init.el: Always define ediff-pixel-width/height.
4406
ef24141c
SM
44072012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
4408
cc356a5d
SM
4409 * ffap.el: Remove old code for obsolete package.
4410 (ffap-complete-as-file-p): Remove.
4411
b4ff4f1f
SM
4412 Use completion-table-with-quoting for comint and pcomplete.
4413 * comint.el (comint--unquote&requote-argument)
4414 (comint--unquote-argument, comint--requote-argument): New functions.
4415 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
4416 (comint-quote-filename): Use regexp-opt-charset.
4417 (comint--common-suffix, comint--common-quoted-suffix)
4418 (comint--table-subvert): Remove.
4419 (comint-unquote-function, comint-requote-function): New vars.
4420 (comint--complete-file-name-data): Use them with
4421 completion-table-with-quoting.
4422 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
4423 * pcomplete.el (pcomplete-arg-quote-list)
4424 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
4425 (pcomplete-unquote-argument-function): Default to non-nil.
4426 (pcomplete-unquote-argument): Simplify.
4427 (pcomplete--common-quoted-suffix): Remove.
4428 (pcomplete-requote-argument-function): New var.
4429 (pcomplete--common-suffix): New function.
4430 (pcomplete-completions-at-point): Use completion-table-with-quoting
4431 and completion-table-subvert.
4432
79c4eeb4
SM
4433 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
4434 (minibuffer--double-dollars): Preserve properties.
4435 (completion--sifn-requote): New function.
4436 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
4437
ef24141c
SM
4438 * minibuffer.el: Add support for completion of quoted/escaped data.
4439 (completion-table-with-quoting, completion-table-subvert): New funs.
4440 (completion--twq-try, completion--twq-all): New functions.
4441 (completion--nth-completion): New function.
4442 (completion-try-completion, completion-all-completions): Use it.
4443
784e7d6e
LL
44442012-04-25 Leo Liu <sdl.web@gmail.com>
4445
dd2ac746
SM
4446 * progmodes/python.el (python-pdbtrack-get-source-buffer):
4447 Use compilation-message if available to find real filename.
784e7d6e 4448
07875ee7
CY
44492012-04-25 Chong Yidong <cyd@gnu.org>
4450
4451 * vc/diff-mode.el (diff-setup-whitespace): New function.
4452 (diff-mode): Use it.
4453
4454 * vc/diff.el (diff-sentinel):
4455 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
4456 Whitespace mode variables based on diff style (Bug#8612).
4457
5055880d
LL
44582012-04-25 Leo Liu <sdl.web@gmail.com>
4459
daf75653
LL
4460 * progmodes/python.el (python-send-region): Add suffix .py to the
4461 temp file.
4462
5055880d
LL
4463 * files.el (auto-mode-alist): Use javascript-mode instead.
4464
db9b177b
AH
44652012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
4466
ef24141c 4467 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 4468
090bd7cb 4469 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 4470 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 4471 references, see Bug#9.
ef24141c 4472 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 4473 when receiving a fault reply.
ef24141c 4474 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 4475
090bd7cb 4476 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 4477 (soap-inspect-simple-type): New function.
db9b177b 4478
090bd7cb 4479 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 4480 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
4481 (soap-decode-basic-type, soap-encode-basic-type):
4482 support unsignedInt and double basic types.
db9b177b 4483 (soap-resolve-references-for-simple-type)
ef24141c
SM
4484 (soap-parse-simple-type, soap-encode-simple-type): New function.
4485 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 4486
090bd7cb 4487 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
4488 (soap-default-soapenc-types): Add integer, byte and anyURI types.
4489 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
4490 the local name of "soapenc:Array".
4491 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
4492 decoding integer, byte and anyURI xsd types.
4493
1fc6097b
CY
44942012-04-25 Chong Yidong <cyd@gnu.org>
4495
4496 * cus-edit.el (custom-buffer-create-internal): Update header text.
4497
afc6df87
EZ
44982012-04-25 Eli Zaretskii <eliz@gnu.org>
4499
4500 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
4501 settings on 'system-type', not on 'window-system'. On MS-Windows,
4502 set interactive-mode on in GDB.
4503
dfbd787f
SM
45042012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4505
4506 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
4507 (ruby-syntax-propertize-regexp): Remove.
4508 (ruby-syntax-propertize-function): Split regexp into chunks.
4509 Match following code directly.
4510
85222d44
DG
45112012-04-24 Dmitry Gutov <dgutov@yandex.ru>
4512
51a8ea2a
DG
4513 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
4514 (ruby-syntax-propertize-regexp): New function.
4515 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
4516 by a special keyword.
4517
85222d44
DG
4518 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
4519 (ruby-syntax-general-delimiters-goto-beg)
4520 (ruby-syntax-propertize-general-delimiters): New functions.
4521 (ruby-syntax-propertize-function): Use them to handle GDL.
4522 (ruby-font-lock-keywords): Move old handling of GDL...
4523 (ruby-font-lock-syntactic-keywords): .. to here.
4524 (ruby-calculate-indent): Adjust indentation for GDL.
4525
b613912b
MA
45262012-04-24 Michael Albinus <michael.albinus@gmx.de>
4527
b5380639
MA
4528 * notifications.el (top): Remove unneeded declarations.
4529 (notifications-specification-version): Change to "1.2".
e43042fe 4530 (notifications-interface, notifications-notify-method)
b613912b
MA
4531 (notifications-close-notification-method): Fix docstring.
4532 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
4533 (notifications-notify): Add :action-items, :resident and
4534 :transient hints. Change "image_data" to "image-data" and
4535 "image_path" to "image-path".
b613912b
MA
4536 (notifications-get-capabilities): New defun.
4537
257440aa
LL
45382012-04-24 Leo Liu <sdl.web@gmail.com>
4539
4540 * progmodes/python.el: Move hideshow setup to the end.
4541
b1bac16e
MR
45422012-04-24 Martin Rudalics <rudalics@gmx.at>
4543
4544 * window.el (handle-select-window): Clear echo area since this is
4545 no more done by read_char (Bug#11304).
4546
d81bd059
SM
45472012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4548
4549 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
4550 and `/ M' to filter-derived-mode.
4551 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
4552 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
4553 (ibuffer-mark-by-mode): Use default rather than initial-input.
4554 (ibuffer-filter-by-derived-mode): Autoload and require-match.
4555
c4cf6d91
IA
45562012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
4557
4558 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
4559 (ibuffer-filter-by-derived-mode): New filter.
4560 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
4561
7511ded8
CY
45622012-04-23 Andreas Politz <politza@fh-trier.de>
4563
4564 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
4565
775c916b
CY
45662012-04-23 Chong Yidong <cyd@gnu.org>
4567
4568 * cus-edit.el (customize-apropos, customize-apropos-options):
4569 Disable matching of non-option variables (Bug#11176).
4570 (customize-option, customize-option-other-window)
4571 (customize-changed-options): Doc fix.
4572 (customize-apropos-options, customize-apropos-faces)
4573 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
4574
4575 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 4576 Fix word list splitting (Bug#11132).
46c71e23
CY
4577 (apropos-symbol, apropos-keybinding, apropos-label)
4578 (apropos-property, apropos-function-button)
4579 (apropos-variable-button, apropos-misc-button): New faces.
4580 (apropos-symbol-face, apropos-keybinding-face)
4581 (apropos-label-face, apropos-property-face, apropos-match-face):
4582 Variables removed (Bug#8396).
4583 (apropos-library-button, apropos-format-plist, apropos-print)
4584 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 4585
2df41f9c
MA
45862012-04-23 Michael Albinus <michael.albinus@gmx.de>
4587
4588 * net/xesam.el (xesam-mode-map): Use let-bound map in
4589 initialization. (Bug#11292)
4590
da00640a
AM
45912012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4592
4593 Preserve ispell session localwords when switching back to
4594 original buffer.
4595
090bd7cb
JB
4596 * textmodes/ispell.el (ispell-buffer-session-localwords):
4597 New buffer-local variable to hold buffer session localwords.
ed9265fc 4598 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
4599 localwords.
4600 (ispell-command-loop, ispell-change-dictionary)
4601 (ispell-buffer-local-words): Preserve session localwords when
4602 needed.
4603
090bd7cb
JB
4604 * textmodes/flyspell.el (flyspell-process-localwords)
4605 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 4606
f621ccf5
AM
46072012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4608
090bd7cb
JB
4609 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
4610 using obsolete `translation-table-for-input'.
ef24141c
SM
4611 (ispell-word, ispell-process-line, ispell-complete-word):
4612 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 4613
c2d1019e
CY
46142012-04-22 Chong Yidong <cyd@gnu.org>
4615
4616 * cus-edit.el (custom-variable-menu)
4617 (custom-variable-reset-saved, custom-face-menu)
4618 (custom-face-reset-saved): If there is no saved value, make the
4619 "reset-saved" operation bring back the default (Bug#9509).
4620 (custom-face-state): Properly detect themed faces.
4621
eeddc531
CY
4622 * faces.el (face-spec-set): Stop supporting deprecated form of
4623 third arg.
4624
dcbf5805
MA
46252012-04-22 Michael Albinus <michael.albinus@gmx.de>
4626
4627 Move functions from C to Lisp. Make non-blocking method calls
4628 the default. Implement further D-Bus standard interfaces.
4629
ef24141c
SM
4630 * net/dbus.el (dbus-message-internal): Declare function.
4631 Remove unneeded function declarations.
dcbf5805
MA
4632 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
4633 (dbus-message-type-method-return, dbus-message-type-error)
4634 (dbus-message-type-signal): Declare variables. Remove local
4635 definitions.
4636 (dbus-interface-dbus, dbus-interface-peer)
4637 (dbus-interface-introspectable, dbus-interface-properties)
4638 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
4639 Adapt docstring.
4640 (dbus-interface-objectmanager): New defconst.
4641 (dbus-call-method, dbus-call-method-asynchronously)
4642 (dbus-send-signal, dbus-method-return-internal)
4643 (dbus-method-error-internal, dbus-register-service)
4644 (dbus-register-signal, dbus-register-method): New defuns, moved
4645 from dbusbind.c
4646 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
4647 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
4648 New defuns.
dcbf5805
MA
4649 (dbus-call-method-non-blocking): Make it an obsolete function.
4650 (dbus-unregister-object, dbus-unregister-service)
4651 (dbus-handle-event, dbus-register-property)
4652 (dbus-property-handler): Obey the new structure of
4653 `bus-registered-objects'.
4654 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
4655 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4656 Use `dbus-call-method'.
4657
cf20dee0
CY
46582012-04-22 Chong Yidong <cyd@gnu.org>
4659
4660 * cus-edit.el (custom-commands, custom-reset-menu)
4661 (Custom-reset-standard): Tweak labels.
4662 (custom-reset-button-menu): Change default to t.
4663 (custom-buffer-create-internal): For the custom-reset-button-menu
4664 case, put the revert button first.
4665 (custom-group-subtitle): New face.
4666 (custom-group-value-create): Align docstring to a specific column.
4667
4668 * wid-edit.el (widget-documentation-link-add): Don't handle
4669 indentation in this function.
4670 (widget-documentation-string-indent-to): New function.
4671 (widget-documentation-string-value-create): Use it.
4672
4673 * autorevert.el (auto-revert):
4674 * epg-config.el (epg):
4675 * ibuffer.el (ibuffer):
4676 * mpc.el (mpc):
4677 * ses.el (ses):
4678 * eshell/eshell.el (eshell):
4679 * net/ange-ftp.el (ange-ftp):
4680 * progmodes/ebnf2ps.el (postscript):
4681 * progmodes/flymake.el (flymake):
4682 * progmodes/prolog.el (prolog):
4683 * progmodes/verilog-mode.el (verilog-mode):
4684 * progmodes/which-func.el (which-func):
4685 * term/xterm.el (xterm):
4686 * textmodes/picture.el (picture):
4687 * textmodes/tildify.el (tildify):
4688 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
4689 customization buffers.
4690
583e23bd
AM
46912012-04-22 Alan Mackenzie <acm@muc.de>
4692
4693 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
4694 Adding a ) can hide the resulting (..) from searches. Fix it.
4695 Bound the backward search to the position of the existing (.
4696
7dd51bf1
JB
46972012-04-21 Juanma Barranquero <lekktu@gmail.com>
4698
4699 * progmodes/verilog-mode.el (verilog-mode): Check whether
4700 which-func-modes is t before adding verilog-mode.
4701 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
4702
d64a438f
LL
47032012-04-21 Leo Liu <sdl.web@gmail.com>
4704
7dd51bf1 4705 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 4706
081e8d65
MV
47072012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
4708
4709 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
4710 filling of the last column of a table (Bug#5635).
4711 (woman-find-next-control-line): New arg, specifying an additional
4712 regexp component for the control line.
4713 (woman2-roff-buffer): Use it.
4714 (woman-break-table): New function.
4715 (woman2-TS): Use it.
4716
47172012-04-21 Chong Yidong <cyd@gnu.org>
4718
4719 * woman.el (woman-set-buffer-display-table, woman-decode-region)
4720 (woman-horizontal-escapes, woman-negative-vertical-space)
4721 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
4722 (WoMan-warn-ignored): Use ?\s instead of ?\ .
4723
ed571ccb
SM
47242012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4725
4726 * minibuffer.el (completion-file-name-table): Complete user names.
4727
39773899
LL
47282012-04-20 Leo Liu <sdl.web@gmail.com>
4729
4730 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
4731 and pcase-let*.
4732
de6ff46d
CY
47332012-04-20 Chong Yidong <cyd@gnu.org>
4734
4735 * server.el (server-execute): Respect initial-buffer-choice if it
4736 is a string and there are no files to open (Bug#2825).
4737 (server-create-window-system-frame, server-create-tty-frame):
4738 Don't switch buffers here.
2d0e8e61
CY
4739 (server-process-filter): Only try to open a window system frame if
4740 compiled with graphical support (Bug#8314).
de6ff46d 4741
54071013
DN
47422012-04-20 Dan Nicolaescu <dann@gnu.org>
4743
4744 * battery.el (battery-echo-area-format): Display remaining time
4745 for sysfs backend too (Bug#11269).
4746 (battery-linux-sysfs): Fix conditional for the charge.
4747
f30d612a
CY
47482012-04-20 Chong Yidong <cyd@gnu.org>
4749
c07a4c0b 4750 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
4751 (gdb-inferior-io--init-proc): New function.
4752 (gdb-init-1): Use it.
4753 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
4754 responsible for allocating a new pty and hooking it to gdb when
4755 the old pty gets an EIO due to process exit.
4756 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
4757 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
4758 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
4759
2116e93c
EZ
47602012-04-20 Eli Zaretskii <eliz@gnu.org>
4761
4762 * window.el (window-min-size, window-sizable, window-min-delta)
4763 (window-max-delta, window--resizable, window-resizable)
4764 (window-total-size, window-full-height-p, window-full-width-p)
4765 (window-in-direction, window--resize-mini-window, window-resize)
4766 (window--resize-child-windows-normal)
4767 (window--resize-child-windows, window--resize-siblings)
4768 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 4769 (enlarge-window, shrink-window): Doc fixes.
2116e93c 4770
c07a4c0b 47712012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 4772
ef24141c
SM
4773 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
4774 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
4775 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
4776 pty process (Bug#11273).
4777 (gdb-update): New arg to suppress talking to the gdb process.
4778 (gdb-done-or-error): Use it.
4779 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
4780 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
4781 sentinel not being called.
4782
4783 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
4784
d02766ab
CY
4785 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
4786
c07a4c0b 47872012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
4788
4789 * net/network-stream.el (open-network-stream): Doc fix.
4790
c07a4c0b 47912012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
4792
4793 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
4794
c07a4c0b 47952012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
4796
4797 Ensure searching for keywords is case sensitive.
4798
4799 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
4800 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
4801 (c-defun-name, c-mark-function, c-cpp-define-name)
4802 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 4803 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 4804
ef24141c
SM
4805 * progmodes/cc-mode.el (c-font-lock-fontify-region):
4806 Bind case-fold-search to nil.
f0f6bc35 4807
c07a4c0b 48082012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
4809
4810 * mail/sendmail.el (mail-bury): Call return action with the right
4811 Rmail buffer (Bug#11242).
4812
9a864fa2
CY
4813 * server.el (server-process-filter): Handle corner case where both
4814 tty and nowait options are present (Bug#11102).
4815
539aa513
EZ
48162012-04-20 Eli Zaretskii <eliz@gnu.org>
4817
4818 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
4819 (top level): Put into the executable the ident-style '$Id:' tag on
4820 windows-nt as well.
539aa513 4821
cfc7d5da
SM
48222012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4823
4824 * electric.el (electric-indent-post-self-insert-function): Check that
4825 electric-indent-mode is enabled in current buffer.
4826
5b01685c
JB
48272012-04-19 Juanma Barranquero <lekktu@gmail.com>
4828
4829 * imenu.el (imenu-progress-message): Restore; it is "used" in
4830 erc/erc-imenu.el and net/snmp-mode.el.
4831
4d6769e1
JB
48322012-04-19 Juanma Barranquero <lekktu@gmail.com>
4833
4834 * avoid.el (mouse-avoidance-mode): Mark unused arg.
4835 (mouse-avoidance-nudge-mouse): Remove unused binding.
4836
4837 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
4838
4839 * descr-text.el (describe-char):
4840 * progmodes/python.el (python-describe-symbol):
4841 Don't call `toggle-read-only', set `buffer-read-only'.
4842
4843 * imenu.el (imenu-default-goto-function): Mark unused args.
4844 (imenu-progress-message): Remove obsolete macro; all callers changed.
4845
4846 * subr.el (keymap-canonicalize): Remove unused binding.
4847 (read-passwd): Mark unused arg.
4848
4849 * tutorial.el (tutorial--display-changes): Remove unused binding.
4850 (tutorial--save-tutorial-to): Remove unused variable.
4851
4852 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
4853 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
4854 (package-generate-autoloads, package-menu--generate)
4855 (package-menu--find-upgrades): Remove unused bindings.
4856
4857 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
4858 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
4859 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
4860 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
4861 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
4862 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
4863 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
4864 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
4865 (cua-delete-char-rectangle): Mark unused args.
4866 (cua-align-rectangle): Remove unused binding.
4867
4868 * mail/rmail.el (compilation--message->loc)
4869 (epa--find-coding-system-for-mime-charset): Declare.
4870
4871 * net/dbus.el (dbus-register-service): Declare.
4872 (dbus-name-owner-changed-handler): Remove unused binding.
4873
4874 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
4875 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
4876 (nxml-scan-backward-within): Mark unused arg.
4877 (nxml-dynamic-markup-word): Remove unused binding.
4878
4879 * mouse.el (mouse-menu-major-mode-map):
4880 * emacs-lisp/authors.el (authors-scan-change-log)
4881 (authors-add-to-author-list):
4882 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
4883 * emacs-lisp/smie.el (smie-auto-fill):
4884 * mail/sendmail.el (mail-bury):
4885 * mail/unrmail.el (unrmail):
4886 * net/tls.el (open-tls-stream):
4887 * textmodes/picture.el (picture-mouse-set-point):
4888 Remove unused bindings.
4889
8c8fc5df
MA
48902012-04-19 Michael Albinus <michael.albinus@gmx.de>
4891
4892 * net/tramp.el (tramp-action-password): Let-bind
4893 `enable-recursive-minibuffers' to t.
4894
a77b0ac9
SS
48952012-04-18 Sam Steingold <sds@gnu.org>
4896
4897 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
4898 instead of 'string to accommodate values like [f11].
4899 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
4900 * progmodes/gdb-mi.el: Likewise.
4901
12a106a9
LL
49022012-04-18 Leo Liu <sdl.web@gmail.com>
4903
4904 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
4905 current buffer.
4906 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
4907 LOCAL is nil.
4908
bc6494ef
CY
49092012-04-18 Chong Yidong <cyd@gnu.org>
4910
4911 * simple.el (line-move): Use forward-line if in batch mode
4912 (Bug#11053).
4913
c09c46b2
CS
49142012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
4915
4916 * files.el (after-find-file): Do not try to add a final newline if
4917 the buffer is read-only (Bug#11156).
4918
5f6530ea
RS
49192012-04-17 Richard Stallman <rms@gnu.org>
4920
4921 * mail/rmail.el (rmail-start-mail):
4922 Pass (rmail-mail-return...) for the return-action.
4923 Pass (rmail-yank-current-message...) for the yank-action.
4924 (rmail-yank-current-message): New function.
4925 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
4926 (rmail-reply): Likewise.
4927 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
4928
4929 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 4930 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
4931 buffer, not newbuf.
4932
197b6f3c
JB
49332012-04-17 Juanma Barranquero <lekktu@gmail.com>
4934
4935 * server.el (server-ensure-safe-dir): Simplify.
4936
2311d8e5 49372012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 4938
2311d8e5
GM
4939 * emacs-lisp/smie.el: Provide smarter auto-filling.
4940 (smie-auto-fill): New function.
4941 (smie-setup): Use it.
98fb480e 4942
2311d8e5
GM
4943 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
4944
49452012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
4946
4947 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
4948 (comment-indent): Use it.
4949
2311d8e5 49502012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
4951
4952 * ses.el: The overall change is to add cell renaming, that is
4953 setting fancy names for cell symbols other than name matching
4954 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 4955 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 4956 (ses-create-cell-variable): New defun.
2311d8e5 4957 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
4958 (ses-relocate-formula): Relocate formulas only for cells the
4959 symbols of which are not renamed, i.e. symbols whose names do not
4960 match regexp "\\`[A-Z]+[0-9]+\\'".
4961 (ses-relocate-all): Relocate values only for cells the symbols of
4962 which are not renamed.
4963 (ses-load): Create cells variables as the (ses-cell ...) are read,
4964 in order to check row col consistency with cell symbol name only
4965 for cells that are not renamed.
4966 (ses-replace-name-in-formula): New defun.
4967 (ses-rename-cell): New defun.
4bdf2ad2 4968
fc72b15c
PO
49692012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
4970
4971 * progmodes/perl-mode.el (perl-indent-parens-as-block):
4972 New option (bug#11118).
4973 (perl-calculate-indent): Respect it.
4974
12e10e61
GM
49752012-04-17 Glenn Morris <rgm@gnu.org>
4976
4977 * dired-aux.el (dired-mark-read-string): Doc fix.
4978
30009afd
DA
49792012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
4980
4981 * dired-aux.el (dired-mark-read-string): Offer optional completion.
4982 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
4983
41f03f4d
GM
49842012-04-17 Glenn Morris <rgm@gnu.org>
4985
4986 * mouse.el (mouse-drag-track):
4987 * speedbar.el (speedbar-frame-mode):
4988 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
4989
f45f90f3
LL
49902012-04-16 Leo Liu <sdl.web@gmail.com>
4991
4992 * progmodes/python.el: Trivial cleanup.
4993
94ee8db5
GM
49942012-04-16 Glenn Morris <rgm@gnu.org>
4995
121b8917
GM
4996 * vc/vc.el (vc-string-prefix-p):
4997 * vc/pcvs-util.el (cvs-string-prefix-p):
4998 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
4999 * mpc.el (mpc-string-prefix-p):
5000 Make all of these into obsolete aliases for string-prefix-p.
5001 Update callers.
5002 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
5003
1197ecfa
GM
5004 * textmodes/two-column.el: Move custom options to the start.
5005 (frame-width): Remove compat definition.
5006 (2C-associate-buffer, 2C-dissociate):
5007 Use with-current-buffer rather than save-excursion.
5008 (2C-dissociate): Force a mode-line update.
5009 (2C-autoscroll): Use ignore-errors.
5010
099e7202
GM
5011 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
5012 Autoload trivia.
5013
bf350d6a
GM
5014 * emacs-lisp/cl-extra.el (*random-state*):
5015 Remove unnecessary declaration.
5016
0e829eab
GM
5017 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
5018
e3ad7552
GM
5019 * play/cookie1.el (cookie-snarf):
5020 Give an explicit error if input file cannot be read.
5021
68892d27
GM
5022 * play/yow.el (yow-file): Use expand-file-name rather than concat.
5023
20f0c46d
GM
5024 * progmodes/perl-mode.el (c-macro-expand):
5025 Remove unnecessary autoload (it is in loaddefs.el).
5026
5a0978ce
GM
5027 * textmodes/picture.el (picture-desired-column)
5028 (picture-update-desired-column): Convert comments to doc-strings.
5029 (picture-substitute): Remove function.
5030 (picture-mode-map): Initialize in the defvar.
5031
6b955486
GM
5032 * woman.el: Remove eval-after-load for tar-mode.
5033 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
5034 (woman-tar-extract-file): Autoload it.
5035
94ee8db5
GM
5036 * frame.el (automatic-hscrolling): Make this alias obsolete.
5037
177eca34
AM
50382012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5039
090bd7cb 5040 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 5041 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
5042 (ispell-dictionary-base-alist): Revert to original XEmacs
5043 friendly version for default. [:alpha:] will be added in
090bd7cb 5044 `ispell-set-spellchecker-params' if needed.
177eca34 5045
c505aaeb
CY
50462012-04-16 Chong Yidong <cyd@gnu.org>
5047
b19dd9d1 5048 * image.el (imagemagick--file-regexp): New variable.
c505aaeb
CY
5049 (imagemagick-register-types): Use it.
5050 (imagemagick-types-inhibit): Add :set function. Allow new value
5051 of t to inhibit all types.
5052
5053 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
5054 so we can preload it.
5055
5056 * loadup.el (fboundp): Preload regexp-opt, needed by
5057 imagemagick-register-types.
5058
60efac0f
CY
50592012-04-15 Chong Yidong <cyd@gnu.org>
5060
5061 * frame.el (scrolling): Remove nearly unused customization group.
5062
5063 * scroll-all.el (scroll-all-mode): Move to windows group.
5064
5dd1713e
CY
50652012-04-15 Chong Yidong <cyd@gnu.org>
5066
5067 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
5068
e6fd457e
CY
50692012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
5070
5071 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 5072 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 5073
e153c136
GM
50742012-04-15 Glenn Morris <rgm@gnu.org>
5075
5076 * simple.el (process-file-side-effects): Doc fix.
5077
e6fd457e 50782012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
5079
5080 * international/mule-cmds.el (set-language-environment): Doc fix.
5081
3603c3b1
JB
50822012-04-14 Juanma Barranquero <lekktu@gmail.com>
5083
5084 * server.el (server-auth-key, server-generate-key): Doc fixes.
5085 (server-get-auth-key): Doc fix. Use `string-match-p'.
5086 (server-start): Reflow docstring.
5087
e6de100c
LI
50882012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
5089
5090 * server.el (server-generate-key): `called-interactively-p'
5091 requires a parameter.
5092
29734c21
MN
50932012-04-14 Michal Nazarewicz <mina86@mina86.com>
5094
5095 * server.el (server-auth-key): New variable.
75f1671a 5096 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
5097 (server-start): Use the new variable and functions to allow
5098 setting a permanent server key (bug#9423).
5099
d65c9521
LL
51002012-04-14 Leo Liu <sdl.web@gmail.com>
5101
5102 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
5103
5ae255c7
PE
51042012-04-14 Paul Eggert <eggert@cs.ucla.edu>
5105
5106 Spelling fixes.
5107 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
5108 Emacs uses American spelling.
5109
d5e6342e
JB
51102012-04-14 Juanma Barranquero <lekktu@gmail.com>
5111
5112 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
5113 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
5114 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
5115 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
5116
ab036cd7
SM
51172012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
5118
5119 * progmodes/which-func.el (which-func-modes): Change default.
5120
35dc09a1 51212012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
5122
5123 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
5124 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
5125
35dc09a1 51262012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
5127
5128 * custom.el (custom-theme-set-variables): Doc fix.
5129
35dc09a1 51302012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
5131
5132 * international/mule.el (set-auto-coding-for-load): Doc fix.
5133
35dc09a1 51342012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 5135
35dc09a1
GM
5136 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
5137 imenu work again for Objective C Mode. Correct the *-index values,
5138 these having been disturbed by a previous change in 2011-08.
57f845ee 5139
0de3da9f
AM
5140 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
5141 Correct two search limits.
5142
35dc09a1 51432012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
5144
5145 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
5146
35dc09a1 51472012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
5148
5149 * international/characters.el: Fix sorting.
5150
35dc09a1 51512012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
5152
5153 * international/characters.el: Add more missing Latin case pairs.
5154
35dc09a1 51552012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
5156
5157 * files.el (dir-locals-set-class-variables): Doc fix.
5158
35dc09a1 51592012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 5160
3f1b5bf8
EZ
5161 * international/characters.el: Add set-case-syntax-pair call for
5162 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
5163 counterpart. (Bug#11209)
5164
9f847f41
EZ
5165 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
5166
35dc09a1 51672012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
5168
5169 * calendar/holidays.el (calendar-check-holidays): Doc fix.
5170
35dc09a1 51712012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 5172
35dc09a1
GM
5173 * textmodes/ispell.el (ispell-dictionary-base-alist):
5174 Add data for Hebrew.
e2627d21 5175
35dc09a1 51762012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 5177
35dc09a1
GM
5178 * net/rcirc.el (rcirc-cmd-quit):
5179 Revert 2012-03-18 change (Bug#11192).
5c14e333 5180
35dc09a1 51812012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
5182
5183 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
5184
35dc09a1 51852012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 5186
4517fe3a
SM
5187 * minibuffer.el (completion-in-region-mode-map):
5188 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 5189
b472a594
VD
51902012-04-13 Vivek Dasmohapatra <vivek@etla.org>
5191
5192 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
5193
09b95ce3
MY
51942012-04-13 Masatake YAMATO <yamato@redhat.com>
5195
5196 * minibuffer.el (minibuffer-local-filename-syntax): New variable
5197 to allow `C-M-f' and `C-M-b' to move to the nearest path
5198 separator (bug#9511).
5199
4b63a9ca
LI
52002012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
5201
5202 * avoid.el: Require cl when compiling. And also move the
5203 `provide' to the end.
5204
7b55b8bf
TV
52052012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5206
5207 * avoid.el (mouse-avoidance-banish-position): New variable.
5208 (mouse-avoidance-banish-destination): Use it (bug#10165).
5209
adedaa1f
LL
52102012-04-13 Leo Liu <sdl.web@gmail.com>
5211
5212 * progmodes/which-func.el (which-func-modes): Add objc-mode.
5213
70e74021
KB
52142012-04-13 Ken Brown <kbrown@cornell.edu>
5215
5216 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 5217 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
5218 (browse-url-filename-alist): For the same reason, don't modify
5219 file:// URLs on Cygwin.
5220
e75e89ba
SM
52212012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
5222
5223 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
5224 the region on shift if the binding is already shifted (bug#11221).
5225
82f289a4
GM
52262012-04-12 Glenn Morris <rgm@gnu.org>
5227
5228 * mail/mailpost.el: Move to obsolete/.
5229
d333dc4c
DA
52302012-04-12 Drew Adams <drew.adams@oracle.com>
5231
5232 * imenu.el (imenu--generic-function): Ignore invisible definitions
5233 (bug#10123).
5234
0d15b5ba
VD
52352012-04-12 Vivek Dasmohapatra <vivek@etla.org>
5236
5237 * hexl.el (hexl-bits): New variable.
5238 (hexl-options): Mention the variable in the doc string.
75f1671a 5239 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 5240 (hexl-mode): Mention the new variable.
75f1671a
JB
5241 (hexl-mode, hexl-current-address, hexl-current-address):
5242 Use the displen.
0d15b5ba
VD
5243 (hexl-ascii-start-column): New function.
5244 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
5245 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
5246
64a440db
AM
52472012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5248
5249 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
5250 '("-i" ENCODING), in 2 separate command-line arguments, to specify
5251 the encoding, as expected by hunspell.
5252
6decb6c2
SM
52532012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5254
5255 * battery.el (battery--linux-sysfs-regexp): New const.
5256 (battery-status-function): Use it. Remove yeeloong special case.
5257 (battery-yeeloong-sysfs): Remove.
5258 (battery-echo-area-format): Remove yeeloong special case.
5259
088be6fb
SM
52602012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5261
6622e416
SM
5262 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
5263 Reported by Noah Friedman.
5264
088be6fb
SM
5265 * subr.el (read-passwd): Use read-string.
5266
b49f886e
LMI
52672012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5268
5269 * vcursor.el (vcursor-move): Increase the priority of the overlay
5270 (bug#9663).
5271
a63067fc
DD
52722012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
5273
5274 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
5275 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
5276
ac3cf14a
WS
52772012-04-11 William Stevenson <yhvh2000@gmail.com>
5278
5279 * textmodes/artist.el (artist-mode): Convert artist-mode to use
5280 define-minor-mode (bug#10760).
5281
c4fc691b 52822012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 5283
4d6769e1 5284 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
5285 that directories matching `grep-find-ignored-files' won't be
5286 pruned (bug#10351).
5287
af23e2e5
CY
52882012-04-11 Chong Yidong <cyd@gnu.org>
5289
5290 * startup.el (command-line): Remove support for long-obsolete
5291 variable font-lock-face-attributes.
5292
ab7ce8c1
GM
52932012-04-11 Glenn Morris <rgm@gnu.org>
5294
5295 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
5296
de8c03dc
SM
52972012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5298
5299 * window.el (window--state-get-1): Obey window-point-insertion-type.
5300
050cc68b
LB
53012012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
5302
5303 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
5304 to previous function when point is on the first character of a
75f1671a 5305 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 5306
a38c310c
GM
53072012-04-11 Glenn Morris <rgm@gnu.org>
5308
effed0c2
GM
5309 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
5310 not just file-errors.
5311
a38c310c
GM
5312 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
5313 (vc-bzr-sha1): Use internal sha1.
5314
0221e323
SM
53152012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5316
5317 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
5318
43956923
SG
53192012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
5320
5321 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
5322 that start in the middle of the line (bug#10496).
5323
6a8c9eaf
DN
53242012-04-10 Dan Nicolaescu <dann@gnu.org>
5325
5326 * battery.el (battery-linux-proc-acpi): Only one battery is
5327 discharged at a time, but that seems to confuse battery.el when
5328 computing `rate-type' for the battery not being discharged
5329 (bug#10332).
5330
1930bf5d
SM
53312012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5332
2a718f6f
SM
5333 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
5334
599430d0
SM
5335 * international/quail.el: Use dolist and simplify.
5336 (quail-define-package, quail-update-keyboard-layout)
5337 (quail-define-rules): Use dolist.
5338 (quail-insert-kbd-layout, quail-get-translation): CSE.
5339
a2754b6c
SM
5340 * tmm.el: Use dolist, remove left over hook.
5341 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
5342 Use dolist.
5343 (calendar-load-hook): Don't mess with it.
5344
1930bf5d
SM
5345 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
5346 Use derived-mode-p. Run the diff asynchronously.
5347
9f67961c
LMI
53482012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5349
5350 * obsolete/mouse-sel.el: Add an Obsolete-since header.
5351
2a8ce227
JB
53522012-04-10 Juanma Barranquero <lekktu@gmail.com>
5353
5354 * misc.el: Display absolute path of loaded DLLs (bug#10424).
5355 (list-dynamic-libraries--loaded): New function.
5356 (list-dynamic-libraries--refresh): Use it.
5357
8f33b5f8
NW
53582012-04-10 Nathan Weizenbaum <nweiz@google.com>
5359
1930bf5d
SM
5360 * progmodes/python.el (python-fill-paragraph):
5361 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
5362 disabled (bug#7018).
5363
b12f0439
L
53642012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
5365
1930bf5d 5366 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
5367 DOS/MS Windows for the Baltic languages. There are still plenty
5368 of texts written in this encoding/codepage (bug#6519).
b12f0439 5369
57c3bd01
GM
53702012-04-10 Glenn Morris <rgm@gnu.org>
5371
5372 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
5373 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
5374
6c3eab30
FA
53752012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
5376
1930bf5d 5377 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
5378 next-line "n" and previous-line "p" in order to make recentf more
5379 consistent with ibuffer, dired or org-mode (bug#9387).
5380
24d78a88
LMI
53812012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5382
bc72b5d9
LMI
5383 * image.el (put-image): Return the overlay created instead of the
5384 optional input string (bug#7834). Note that this may break code
5385 that is (for some reason or other) depending on `put-image'
5386 returning the string.
5387
bd2dba5a
LMI
5388 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
5389
74beb59f
LMI
5390 * simple.el (zap-to-char): Allow zapping using input methods
5391 (bug#1580).
5392
24d78a88
LMI
5393 * textmodes/fill.el (fill-region): Leave point and mark where they
5394 were before filling (bug#5399).
5395
263f20cd
GM
53962012-04-09 Glenn Morris <rgm@gnu.org>
5397
5398 * version.el (emacs-bzr-get-version):
5399 Handle lightweight checkouts of local branches.
5400
58d1f797
AS
54012012-04-09 Andreas Schwab <schwab@linux-m68k.org>
5402
263f20cd 5403 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 5404
b4d3bc10
CY
54052012-04-09 Chong Yidong <cyd@gnu.org>
5406
5407 * custom.el (custom-variable-p): Return nil for non-symbol
5408 arguments instead of signaling an error.
5409 (user-variable-p): Obsolete alias for custom-variable-p.
5410
5411 * apropos.el (apropos-variable):
5412 * files-x.el (read-file-local-variable):
5413 * simple.el (set-variable):
5414 * woman.el (woman-mini-help):
5415 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
5416
fd06db5d
GM
54172012-04-09 Glenn Morris <rgm@gnu.org>
5418
e5fcdb5e
GM
5419 * startup.el (normal-top-level): Don't look for leim-list.el
5420 in places where it will not be found. (Bug#910)
5421
fd06db5d
GM
5422 * international/mule-cmds.el (set-default-coding-systems):
5423 * files.el (normal-mode):
5424 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
5425 This function was removed with ucs-tables.el in 2008.
5426
b39bb7e1
EZ
54272012-04-08 Eli Zaretskii <eliz@gnu.org>
5428
5429 * textmodes/ispell.el (ispell-check-version): For hunspell, set
5430 ispell-encoding8-command to "-i", without a trailing space.
5431 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
5432 separate command-line arguments, to specify the encoding, since
5433 that's how hunspell expects it.
5434
5c5b8e23
GM
54352012-04-08 Glenn Morris <rgm@gnu.org>
5436
5437 * loadup.el: Load bindings before cus-start.
5438 This reduces somewhat the number of "rogue" settings in emacs -Q.
5439
a1ed8b05
GM
54402012-04-07 Glenn Morris <rgm@gnu.org>
5441
5442 * version.el (emacs-bzr-get-version): New function.
dfae128a 5443 (emacs-bzr-version): New variable.
a1ed8b05
GM
5444 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
5445 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
5446
b142f158
EZ
54472012-04-07 Eli Zaretskii <eliz@gnu.org>
5448
dfae128a
GM
5449 * international/uni-bidi.el, international/uni-category.el:
5450 * international/uni-combining.el, international/uni-decimal.el:
5451 * international/uni-decomposition.el, international/uni-digit.el:
5452 * international/uni-lowercase.el, international/uni-mirrored.el:
5453 * international/uni-name.el, international/uni-numeric.el:
5454 * international/uni-titlecase.el, international/uni-uppercase.el:
5455 Update for Unicode 6.1.
b142f158 5456
9078ead6
EZ
54572012-04-07 Eli Zaretskii <eliz@gnu.org>
5458
5459 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
5460
f23d2c7d
LMI
54612012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5462
5463 * window.el (shrink-window): Mention the `window-min-height'
5464 variable in the doc string.
5465
0a0a3573
BG
54662012-04-05 Bastien Guerry <bzg@altern.org>
5467
5468 * color.el (color-lighten-name): Fix typo.
5469
e5248ac9
SM
54702012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5471
5472 * server.el (server--on-display-p): New function.
5473 (server--on-display-p): Use it.
5474
b4243e22
GV
54752012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
5476
5477 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
5478 (bug#11145).
5479
305d9f44
SM
54802012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5481
5482 * comint.el (comint--common-quoted-suffix): Check string boundary
5483 before comparing (bug#11158).
5484 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
5485
3d439cd1
CY
54862012-04-04 Chong Yidong <cyd@gnu.org>
5487
321cc491
CY
5488 * minibuffer.el (completion-extra-properties): Doc fix.
5489
3d439cd1
CY
5490 * subr.el (delayed-warnings-hook): Doc fix.
5491
2d562c0f
DU
54922012-04-04 Daiki Ueno <ueno@unixuser.org>
5493
5494 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
5495 selection (Bug#11159).
5496 (epa-insert-keys): Inform that the default public key will be
5497 exported if no key is selected.
5498
4443f204
RS
54992012-04-04 Richard Stallman <rms@gnu.org>
5500
5501 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
5502
529c06b6
CY
55032012-04-03 Chong Yidong <cyd@gnu.org>
5504
5505 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
5506 mail-insert-file, not its obsolete alias mail-attach-file.
5507
66b907dc
MA
55082012-04-03 Michael Albinus <michael.albinus@gmx.de>
5509
5510 * notifications.el (notifications-notify): Fix docstring.
5511
c0ea195d
GM
55122012-04-02 Glenn Morris <rgm@gnu.org>
5513
5514 * emacs-lisp/authors.el (authors-aliases): Another addition.
5515
5ca64e00
MA
55162012-04-02 Michael Albinus <michael.albinus@gmx.de>
5517
5518 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
5519 `tramp-compat-call-process' instead of `tramp-local-call-process'.
5520 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
5521
42ee526b
CY
55222012-04-01 Chong Yidong <cyd@gnu.org>
5523
5524 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
5525 Handle root directory properly.
5526 (copy-directory): Caller changed.
5527
5528 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
5529 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
5530
0b021094
GM
55312012-03-31 Glenn Morris <rgm@gnu.org>
5532
40f86458
GM
5533 * term/xterm.el (xterm-extra-capabilities): Doc fix.
5534
7019c177
GM
5535 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
5536
a1daddd6
GM
5537 * calendar/calendar.el (calendar-window-list)
5538 (calendar-hide-window): Restore. (Bug#11140)
5539 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
5540
0b021094
GM
5541 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
5542
40311efc
TV
55432012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5544
5545 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
5546 Check if file is a symlink (Bug#10489).
5547
5548 * files.el (copy-directory): Likewise.
5549
5319014e
CY
55502012-03-30 Chong Yidong <cyd@gnu.org>
5551
5552 * image.el (imagemagick-types-inhibit)
5553 (imagemagick-register-types): Doc fix.
5554
935d1290
AM
55552012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5556
090bd7cb 5557 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 5558 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 5559 and treats ~word as ordinary words in pipe mode.
935d1290 5560
61c6e8fd
GM
55612012-03-30 Glenn Morris <rgm@gnu.org>
5562
5563 * tutorial.el (help-with-tutorial): Ensure local variables don't
5564 happen to make the buffer read-only. (Bug#11127)
5565
81fdff00
SM
55662012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
5567
5568 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
5569 (perl-calculate-indent): Return `noindent' in strings.
5570
6e7a6ec0
SS
55712012-03-28 Sam Steingold <sds@gnu.org>
5572
5573 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
5574 instead of the broken adhockery which does not prevent calendar
5575 buffers from being displayed at random after exit.
5576 (calendar-window-list, calendar-hide-window): Remove the broken
5577 adhockery.
5578
fee88ca0
GM
55792012-03-28 Glenn Morris <rgm@gnu.org>
5580
5581 * replace.el (query-replace-map): Doc fix.
5582
38de3354
AS
55832012-03-28 Andreas Schwab <schwab@linux-m68k.org>
5584
5585 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
5586 contents. (Bug#11109)
5587
b973155e
SM
55882012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
5589
5590 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
5591 (bug#11077).
5592 (avl-tree--check, avl-tree--check-node): New funs.
5593
dcb6e7b3
MR
55942012-03-27 Martin Rudalics <rudalics@gmx.at>
5595
5596 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
5597 (switch-to-prev-buffer, switch-to-next-buffer):
5598 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
5599 showing a buffer already is done on the same frame.
5600
b4fa35fa
GM
56012012-03-27 Glenn Morris <rgm@gnu.org>
5602
5603 * startup.el (mail-host-address): Doc fix.
5604
f9210e18
SM
56052012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5606
5607 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
5608 than 197 variables.
5609
c0bf7753
AF
56102012-03-26 Ami Fischman <ami@fischman.org>
5611
5612 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
5613
33da7b16
GM
56142012-03-26 Glenn Morris <rgm@gnu.org>
5615
02243d9d
GM
5616 * files.el (save-buffers-kill-emacs): Doc fix.
5617
33da7b16
GM
5618 * startup.el (normal-top-level, command-line, command-line-1):
5619 Give them doc strings.
5620
e5a69fd0
EZ
56212012-03-25 Eli Zaretskii <eliz@gnu.org>
5622
5623 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 5624 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 5625
9a69676a
CY
56262012-03-25 Chong Yidong <cyd@gnu.org>
5627
4125cb8b
CY
5628 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
5629 theme if it was previously enabled before (Bug#11031).
5630
dd470960
CY
5631 * cus-theme.el (custom-theme-write-faces): Retrieve current face
5632 spec with custom-face-get-current-spec if its :shown-value is not
5633 determined yet (Bug#9337).
4125cb8b 5634 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 5635
9a69676a
CY
5636 * button.el (button-at): Minor addition to docstring.
5637
6e7e90fa
SL
56382012-03-24 Simon Leinen <simon.leinen@gmail.com>
5639
5640 * vc/vc.el (vc-merge): Fix a prompt.
5641
f06e2758
CY
56422012-03-24 Chong Yidong <cyd@gnu.org>
5643
5644 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
5645 point (Bug#9623).
5646
6e7e90fa
SL
5647 * button.el (button-at): Minor addition to docstring.
5648
b9d0879b
SM
56492012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5650
5651 * newcomment.el (comment-choose-indent): No space after BOL.
5652
e71cebb3
SS
56532012-03-22 Sam Steingold <sds@gnu.org>
5654
5655 * window.el (switch-to-prev-buffer): Revert last patch because the
5656 bug turned out to be an advertised feature (Elisp manual 28.14).
5657
335aff35
GM
56582012-03-22 Glenn Morris <rgm@gnu.org>
5659
5660 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
5661 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
5662
c676576a
LMI
56632012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5664
5665 * net/network-stream.el (network-stream-open-starttls): Make error
5666 message under Windows be less misleading.
5667
126f3d39
LW
56682012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
5669
5670 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
5671 understands (bug#9942).
5672
64fee311
CY
56732012-03-22 Chong Yidong <cyd@gnu.org>
5674
5675 * simple.el (end-of-visible-line): Handle return value of
5676 next-single-property-change properly (Bug#9371).
5677
a640d29a
KH
56782012-03-22 Kenichi Handa <handa@m17n.org>
5679
5680 * international/quail.el (quail-insert-kbd-layout): Fix previous
5681 change. To avoid unwanted bidi reordering, use
5682 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
5683
39675016
DG
56842012-03-21 Dmitry Gutov <dgutov@yandex.ru>
5685
5686 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
5687 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
5688 (ruby-beginning-of-indent): Be more careful with the difference
5689 between word-boundary and symbol boundary.
5690 (ruby-mode-syntax-table): Make : a symbol constituent.
5691
0a6934fc 56922012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 5693
3d008e4f
SM
5694 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
5695
0a6934fc
SM
56962012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5697
af67c9d7
SM
5698 * progmodes/etags.el (tags-completion-at-point-function):
5699 Improve last fix.
5700
1acad97c
SM
5701 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
5702
e298b5da
SS
57032012-03-21 Sam Steingold <sds@gnu.org>
5704
5705 * progmodes/etags.el (tags-completion-at-point-function):
5706 Avoid the error when point is inside the pattern.
5707
91d82a70
JY
57082012-03-21 John Yates <john@yates-sheets.org> (tiny change)
5709
5710 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
5711 line (Bug#10855).
5712
69188b79
CY
57132012-03-21 Drew Adams <drew.adams@oracle.com>
5714
5715 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
5716
99fc91fe
AK
57172012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
5718
5719 * ido.el (ido-set-current-directory, ido-read-internal)
5720 (ido-choose-completion-string, ido-completion-help): Handle nil
5721 value of ido-completion-buffer (Bug#11008).
5722
087bbb4c
SS
57232012-03-21 Sam Steingold <sds@gnu.org>
5724
5725 * window.el (switch-to-prev-buffer): Do not switch to a visible
5726 window previous buffer, just like with the frame previous buffers.
5727
fb5b8aca
CY
57282012-03-21 Chong Yidong <cyd@gnu.org>
5729
5730 * faces.el (make-face, make-empty-face, copy-face):
5731 * face-remap.el (face-remap-add-relative, face-remap-set-base):
5732 Doc fixes.
5733
dc9924b8
SM
57342012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5735
5736 * wid-edit.el (widget-complete-field): Remove (bug#11051).
5737 (widget-complete): Remove broken use of it.
5738
f0bcceb9
CY
57392012-03-20 Chong Yidong <cyd@gnu.org>
5740
dc9924b8
SM
5741 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5742 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
5743 characters.
5744
ee52ebf3
TH
57452012-03-20 Tassilo Horn <tassilo@member.fsf.org>
5746
5747 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
5748 to draw rectangles, not squares. (Regression introduced by revno
5749 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
5750
4c5779ab
CY
57512012-03-18 Chong Yidong <cyd@gnu.org>
5752
5753 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
5754 it is not yet defined (for temacs).
5755
15360934
LL
57562012-03-18 Leo Liu <sdl.web@gmail.com>
5757
dc9924b8 5758 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 5759
d9a8eb66
EZ
57602012-03-17 Eli Zaretskii <eliz@gnu.org>
5761
5762 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
5763 (ispell-choices-win-default-height, ispell-silently-savep)
5764 (ispell-dictionary-alist, ispell-encoding8-command)
5765 (ispell-check-version, ispell-aspell-find-dictionary)
5766 (ispell-valid-dictionary-list, ispell-words-keyword)
5767 (ispell-get-word, ispell-internal-change-dictionary)
5768 (ispell-region, ispell-skip-region-list)
5769 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
5770 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
5771 (ispell-message-text-end, ispell-message)
5772 (ispell-buffer-local-parsing): Doc fix.
5773
f02ff80d
J
57742012-03-13 Jambunathan K <kjambunathan@gmail.com>
5775
5776 * htmlfontify.el: Add support for code block fontification for ODT
5777 export (Bug #9914).
5778 (hfy-optimisations): Define new option
5779 `body-text-only'
5780 (hfy-fontify-buffer): Honor above setting.
5781 (hfy-begin-span, hfy-end-span): New routines factored out form
5782 `hfy-fontify-buffer'.
5783 (hfy-begin-span-handler, hfy-end-span-handler): New variables
5784 that permit insertion of custom tags.
5785 (hfy-fontify-buffer): Use above handlers.
5786 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
5787 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 5788 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 5789 over multiple runs. This is made possible by having the caller let
f02ff80d
J
5790 bind a special variable `hfy-user-sheet-assoc'.
5791 (htmlfontify-string): New defun.
5792 (hfy-compile-face-map): Make sure that the last char in the
5793 buffer is correctly fontified.
5794 (hfy-face-resolve-face): Whitespace only change.
5795
9ac7a13f
EZ
57962012-03-17 Eli Zaretskii <eliz@gnu.org>
5797
5798 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
5799 message more clear.
5800
e2b5bdd7
LL
58012012-03-16 Leo Liu <sdl.web@gmail.com>
5802
5803 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
5804
2e492df3
AM
58052012-03-16 Alan Mackenzie <acm@muc.de>
5806
5807 Further optimise the handling of large macros.
5808
5809 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
5810 limit to a call of `c-literal-limits'.
5811 (c-determine-+ve-limit): New function.
dc9924b8
SM
5812 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
5813 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
5814 In CASE 5B, restrict a search limit to 500.
5815 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
5816
5817 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
5818 Restrict macro bounds to +-500 from after-change's BEG END.
5819
50e94f0c
LL
58202012-03-16 Leo Liu <sdl.web@gmail.com>
5821
5822 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
5823
6f09f6ed
AH
58242012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
5825
5826 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 5827 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 5828
c7e73d51
GM
58292012-03-16 Glenn Morris <rgm@gnu.org>
5830
da986230
GM
5831 * view.el (view-buffer, view-buffer-other-window)
5832 (view-buffer-other-frame): Doc fixes re special mode-class.
5833
0835f01e
GM
5834 * subr.el (eval-after-load): If named feature is provided not from
5835 a file, run after-load forms. (Bug#10946)
5836
c7e73d51
GM
5837 * calendar/calendar.el (calendar-insert-at-column):
5838 Handle non-unit-width characters a bit better. (Bug#10978)
5839
3f2eafd1
CY
58402012-03-15 Chong Yidong <cyd@gnu.org>
5841
5842 * emacs-lisp/ring.el (ring-extend): New function.
5843 (ring-insert+extend): Extend the ring correctly (Bug#11019).
5844
5845 * comint.el (comint-read-input-ring)
5846 (comint-add-to-input-history): Grow comint-input-ring lazily.
5847
103af3fe
SM
58482012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5849
663b1677
SM
5850 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
5851 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
5852
103af3fe
SM
5853 * imenu.el: Fix multiple inheritance breakage (bug#9199).
5854 (imenu-add-to-menubar): Don't add a redundant index.
5855 (imenu-update-menubar): Handle a dynamically composed keymap.
5856
899cb7cb
KY
58572012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5858
5859 * mail/sendmail.el (mail-encode-header):
5860 Bind rfc2047-encode-encoded-words to nil.
5861
3809f91d
GM
58622012-03-13 Glenn Morris <rgm@gnu.org>
5863
5864 * calendar/calendar.el (calendar-string-spread):
5865 Handle non-unit-width characters a bit better. (Bug#10978)
5866
9e345a01
LL
58672012-03-13 Leo Liu <sdl.web@gmail.com>
5868
5869 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
5870 directory and file as argument (Bug#10822).
5871
4a07df36
KS
58722012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5873
5874 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
5875 For dynamically generated code, follow $PC.
5876 (gdb-disassembly-handler-custom): Handle no function name case.
5877
4aaa9356
TL
58782012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
5879
5880 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
5881 * emulation/ws-mode.el (ws-query-replace):
5882 * sort.el (sort-regexp-fields):
5883 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
5884
225979da
SM
58852012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5886
5887 * dabbrev.el: Fix cycle completion order (bug#10963).
5888 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
5889 (dabbrev-completion): Don't use an obarray; provide
5890 a cycle-sort-function.
5891
e2f1fdab
LL
58922012-03-12 Leo Liu <sdl.web@gmail.com>
5893
dc9924b8 5894 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
5895 (kill-do-not-save-duplicates): Doc fix.
5896
b19490ed
SM
58972012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5898
5899 * dabbrev.el: Fix cycle completion (bug#10963).
5900 Use lexical binding and wrap to 80 columns.
5901 (dabbrev-completion): Delay computing the list of completions.
5902
4b05d722
KH
59032012-03-12 Kenichi Handa <handa@m17n.org>
5904
5905 * international/quail.el (quail-insert-kbd-layout): Surround each
5906 row by LRO and PDF instead of inserting many LRMs. Pad the left
5907 and right of each non-spacing marks. Insert invisible space
5908 between lower and upper characters to prevent composition.
5909
dbbc2e69
SM
59102012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5911
5912 * minibuffer.el (minibuffer-complete): Don't get confused when the
5913 function is run twice via different commands (bug#10958).
5914 (complete-with-action): Fix docstring.
5915
292112ed
CY
59162012-03-12 Chong Yidong <cyd@gnu.org>
5917
5d1ac394
CY
5918 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
5919 (nxml-completion-at-point-function): New function.
5920 (nxml-mode): Use it.
5921 (nxml-bind-meta-tab-to-complete-flag): Default to t.
5922
292112ed
CY
5923 * emacs-lisp/package.el (package-unpack, package-unpack-single):
5924 Load generated autoloads file before byte compiling (Bug#10970).
5925 (package--make-autoloads-and-compile): New helper fun.
5926
4098f8f7
CS
59272012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
5928
5929 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
5930
8f754691
MA
59312012-03-11 Michael Albinus <michael.albinus@gmx.de>
5932
5933 * autorevert.el (auto-revert-handler): Ensure, that
5934 file-readable-p is applied only for local files or in
5935 auto-revert-tail-mode.
5936
e29ab36b
AS
59372012-03-11 Andreas Schwab <schwab@linux-m68k.org>
5938
dbbc2e69
SM
5939 * server.el (server-eval-at): Handle non-tcp connections.
5940 Decode result string.
ad0bf5b6 5941
e29ab36b
AS
5942 * server.el (server-msg-size): New constant.
5943 (server-reply-print): New function.
5944 (server-eval-and-print): Use it.
5945 (server-eval-at): Use server-quote-arg and server-unquote-arg.
5946 Handle -print-nonl.
5947
de5939ba
CS
59482012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
5949
5950 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
5951 (Bug#10987).
5952
0c93eabf
CY
59532012-03-11 Chong Yidong <cyd@gnu.org>
5954
397a688f
CY
5955 * simple.el (goto-line): Doc fix (Bug#9938).
5956
2cc775f9
CY
5957 * subr.el (save-window-excursion): Doc fix (Bug#9979).
5958
0c93eabf
CY
5959 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
5960 when finished (Bug#10963).
5961
c491fa41
MR
59622012-03-11 Martin Rudalics <rudalics@gmx.at>
5963
5964 * window.el (split-window-below): Fix bug in case where
5965 split-window-keep-point is nil (Bug#10971).
5966
300e8fa5
JL
59672012-03-11 Juri Linkov <juri@jurta.org>
5968
5969 * replace.el (replace-highlight): Set isearch-word to nil
5970 unconditionally. (Bug#10887)
5971
dbf6c5a1
EZ
59722012-03-10 Eli Zaretskii <eliz@gnu.org>
5973
5974 * net/mairix.el (mairix-replace-invalid-chars): Rename from
5975 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 5976 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
5977 (mairix-widget-create-query): Add usage information about mairix
5978 search forms: negating words, searching for substrings, etc.
5979
b9e501de
JP
59802012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
5981
5982 * international/fontset.el (font-encoding-alist): Add an entry for
5983 ksx1001 (Bug#5667).
5984
92795c91
RS
59852012-03-10 Richard Stallman <rms@gnu.org>
5986
1694e6c1
RS
5987 * mail/sendmail.el (mail-encode-header):
5988 Set rfc2047-encode-encoded-words.
5989
607e8555
RS
5990 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
5991
de3bc99a
RS
5992 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
5993 view buffer means not swapped.
5994 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
5995 (rmail-write-region-annotate): Error if real text has disappeared.
5996
92795c91
RS
5997 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
5998
699bd04e
CY
59992012-03-10 Chong Yidong <cyd@gnu.org>
6000
6001 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
6002 * emulation/cua-base.el (cua--init-keymaps):
6003 Add delete-forward-char to remappings (Bug#9666).
699bd04e 6004
570a1714
MR
60052012-03-10 Martin Rudalics <rudalics@gmx.at>
6006
dbbc2e69
SM
6007 * speedbar.el (speedbar-unhighlight-one-tag-line):
6008 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 6009
82dcf4e4
CY
60102012-03-10 Chong Yidong <cyd@gnu.org>
6011
7a2c7ca7
CY
6012 * minibuffer.el (completion-in-region, completion-help-at-point):
6013 Give the completion field overlay a high priority (Bug#6830).
6014
82dcf4e4
CY
6015 * dired.el (dired-goto-file): Recognize absolute file name
6016 listings (Bug#7126).
6017 (dired-goto-file-1): New helper function.
6018 (dired-toggle-read-only): Inhibit warnings.
6019
052e28ac
MA
60202012-03-09 Michael Albinus <michael.albinus@gmx.de>
6021
75f1671a 6022 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
6023 there are no properties.
6024
95d5e396
LL
60252012-03-09 Leo Liu <sdl.web@gmail.com>
6026
6027 * savehist.el (savehist-printable): Stricter check for string
6028 value (Bug#10937).
6029
3f018d6d
EZ
60302012-03-09 Eli Zaretskii <eliz@gnu.org>
6031
dbbc2e69
SM
6032 * mail/smtpmail.el (smtpmail-send-it):
6033 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
6034 valid mbox format.
6035
f7fd3d79
GM
60362012-03-09 Glenn Morris <rgm@gnu.org>
6037
6038 * files.el (dir-locals-find-file):
6039 Don't check result is regular, readable.
6040 (dir-locals-read-from-file): Demote errors.
6041
6ff6e72f
EZ
60422012-03-08 Eli Zaretskii <eliz@gnu.org>
6043
dbbc2e69
SM
6044 * international/quail.el (quail-insert-kbd-layout):
6045 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
6046 layout cell, to prevent their reordering by bidi display engine.
6047 For details, see the discussion in
6048 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
6049
9cec7834
AM
60502012-03-08 Alan Mackenzie <acm@muc.de>
6051
6052 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
6053 the starting position; make it extend the marked region when
6054 invoked repeatedly - all under appropriate circumstances.
6055 Fixes bugs #5525, #10906.
6056
9a40b8d4
GM
60572012-03-08 Glenn Morris <rgm@gnu.org>
6058
6059 * files.el (locate-dominating-file, dir-locals-find-file):
6060 Undo 2012-03-06 change.
6061
7a08ed35
EZ
60622012-03-07 Eli Zaretskii <eliz@gnu.org>
6063
dbbc2e69
SM
6064 * international/quail.el (quail-help):
6065 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
6066 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
6067 for the reason.
6068
5aca4f71 60692012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
6070
6071 Avoid superfluous registering of signals. (Bug#10807)
6072
6073 * notifications.el (notifications-on-action-object)
6074 (notifications-on-close-object): New defvars.
6075 (notifications-on-action-signal, notifications-on-closed-signal):
6076 Unregister the signal if not needed any longer.
6077 (notifications-notify): Register `notifications-action-signal' or
6078 `notifications-closed-signal', if :on-action or :on-close has been
6079 passed as argument.
6080
78e8b10a
CY
60812012-03-07 Chong Yidong <cyd@gnu.org>
6082
6083 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
6084 non-X platforms.
6085
69481eb8
GM
60862012-03-06 Glenn Morris <rgm@gnu.org>
6087
6088 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
6089 (x-disown-selection-internal, x-get-selection-internal):
6090 Doc fix (add arglist signatures). (Bug#10783)
6091
133b8e11
KS
60922012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
6093
6094 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
6095 Handle breakpoints with no "type".
6096
99a83064
GM
60972012-03-06 Glenn Morris <rgm@gnu.org>
6098
6099 * files.el (locate-dominating-file): Add optional predicate argument.
6100 (dir-locals-find-file): Make use of above change.
6101
17798e78
TTN
61022012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
6103
6104 * info.el (Info-insert-dir): Also try "dir.gz".
6105
eb182446
GM
61062012-03-06 Glenn Morris <rgm@gnu.org>
6107
8f2114ee
GM
6108 * files.el (dir-locals-find-file):
6109 Ignore non-readable or non-regular files. (Bug#10928)
6110
eb182446
GM
6111 * files.el (locate-dominating-file): Doc fix.
6112
24679323
AS
61132012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
6114
6115 * calendar/calendar.el (calendar-set-mode-line):
6116 `getenv' returns a string. (Bug#10951)
6117
01d972a9
LL
61182012-03-05 Leo Liu <sdl.web@gmail.com>
6119
109aa8a9
LL
6120 * simple.el (backward-delete-char-untabify): Constrain point to
6121 field (Bug#10939).
6122
01d972a9
LL
6123 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
6124
10607bea
CY
61252012-03-05 Chong Yidong <cyd@gnu.org>
6126
6127 * simple.el (count-words): If called from Lisp, return the word
6128 count, for symmetry with `count-lines'. Arglist changed.
6129 (count-words--message): Args changed. Consolidate counting code
6130 from count-words and count-words-region.
6131 (count-words-region): Caller changed.
6132 (count-lines-region): Make it an obsolete alias.
6133
5dd11cfe
TH
61342012-03-04 Tassilo Horn <tassilo@member.fsf.org>
6135
6136 * saveplace.el (save-place-to-alist)
6137 (save-place-ignore-files-regexp): Allow value nil to disable this
6138 feature.
6139
c349f4e6
CY
61402012-03-04 Chong Yidong <cyd@gnu.org>
6141
6142 * faces.el (face-spec-reset-face): For the default face, reset the
6143 attributes to default values (Bug#10748).
6144
e627be4c
LMI
61452012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6146
6147 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
6148 previous patch: Check `message-send-mail-function', and not the
6149 default function (bug#10897).
6150
ebeabff4
MA
61512012-03-04 Michael Albinus <michael.albinus@gmx.de>
6152
a41a6cf4
MA
6153 * notifications.el (notifications-on-action-signal)
6154 (notifications-on-closed-signal): Check for unique service name of
6155 incoming event. Fix error in removing entry.
ebeabff4 6156 (top): Register for signals with wildcard service name.
a41a6cf4 6157 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 6158
c1ca42b4
CY
61592012-03-04 Chong Yidong <cyd@gnu.org>
6160
dc9924b8 6161 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 6162
ea16568d
GM
61632012-03-04 Glenn Morris <rgm@gnu.org>
6164
6165 * abbrev.el (copy-abbrev-table, abbrev-table-p)
6166 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
6167 (expand-abbrev, define-abbrev-table): Doc fixes.
6168
fbae4637
LMI
61692012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6170
6171 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
6172 `message-default-send-mail-function' and not `send-mail-function'
6173 when doing the prompting for `sendmail-query-once' before sending
6174 in Message buffers (bug#10897).
6175
a1e7225c
LMI
6176 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
6177 This is inconsistent with all the other stream functions, which leave
6178 the setting up to the higher levels (if so wanted) (bug#10931).
6179
56d093a9
AM
61802012-03-02 Alan Mackenzie <acm@muc.de>
6181
6182 Depessimize the handling of very large macros.
6183
6184 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
6185 (c-macro-cache-syntactic): New variables to implement a one
6186 element macro cache.
6187 (c-invalidate-macro-cache): New function.
6188 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
6189 Adapt to use the new cache.
6190 (c-state-safe-place): Use better the cache of safe positions.
6191 (c-state-semi-nonlit-pos-cache)
6192 (c-state-semi-nonlit-pos-cache-limit):
6193 New variables for...
6194 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
6195 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
6196 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
6197 Use c-state-semi-safe-place.
56d093a9 6198
dbbc2e69
SM
6199 * progmodes/cc-langs.el (c-get-state-before-change-functions):
6200 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 6201
817e5c3d
MA
62022012-03-02 Michael Albinus <michael.albinus@gmx.de>
6203
dbbc2e69
SM
6204 * jka-compr.el (jka-compr-call-process):
6205 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
6206 not remote.
6207
a032a702
MA
62082012-03-01 Michael Albinus <michael.albinus@gmx.de>
6209
6210 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
6211 access of FILE2, if FILE1 does not exist.
6212
99a54f21
MA
6213 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
6214 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
6215
6216 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
6217 Add "PAGER=" to `process-environment'.
6218
f6561e1f
MM
62192012-03-01 Michael R. Mauger <mmaug@yahoo.com>
6220
6221 * progmodes/sql.el: Bug fix
6222 (sql-get-login-ext): Save login values in globals.
6223 (sql-get-login): Use new version of `sql-get-login-ext'.
6224 (sql-interactive-mode): Set global `sql-connection' to nil.
6225 (sql-connect): Set global values for connection.
6226 (sql-product-interactive): Save global values as buffer local.
6227
2d44d9cc
LL
62282012-02-29 Leo Liu <sdl.web@gmail.com>
6229
6230 * abbrev.el (define-abbrevs): Reset sys to nil.
6231
96b49301 62322012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6233
bf7f9bc5
JB
6234 * files.el (file-equal-p): Rename from `files-equal-p'.
6235 Return nil when one or both files don't exist.
96b49301 6236 (file-subdir-of-p): Now only top directory must exists,
6237 return nil if it doesn't.
bf7f9bc5
JB
6238 (copy-directory): No need to test with `file-subdir-of-p' after
6239 creating dir.
6240 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
6241 to `file-equal-p'.
96b49301 6242
44e97401
GM
62432012-02-28 Glenn Morris <rgm@gnu.org>
6244
6245 * shell.el (shell-mode):
6246 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
6247 * play/landmark.el (landmark-font-lock-face-O):
6248 * play/handwrite.el (handwrite):
6249 * play/gomoku.el (gomoku-O):
6250 * net/browse-url.el (browse-url-browser-display):
6251 * international/mule.el (define-charset):
6252 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
6253 * filesets.el (filesets-find-file-delay):
6254 * eshell/em-xtra.el (eshell-xtra):
6255 * eshell/em-unix.el (eshell-grep):
6256 * emulation/viper.el (viper-mode):
6257 * emacs-lisp/regexp-opt.el (regexp-opt-group):
6258 * emacs-lisp/easymenu.el (easy-menu-define):
6259 * calendar/timeclock.el (timeclock-use-display-time):
6260 * bs.el (bs-mode):
6261 * bookmark.el (bookmark-save-flag):
6262 Doc fix (standardize possessive apostrophe usage).
6263
c98c6276
CY
62642012-02-27 Chong Yidong <cyd@gnu.org>
6265
bf7f9bc5
JB
6266 * emulation/viper-cmd.el (viper-intercept-ESC-key):
6267 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 6268
c98c6276
CY
6269 * font-lock.el (font-lock-specified-p): Rename from
6270 font-lock-spec-present. Callers changed.
6271
9c62cd04 62722012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 6273
bf7f9bc5
JB
6274 * emacs-lisp/package.el (package-compute-transaction):
6275 Handle holding a package version to t in package-load-list.
8ac9e529 6276
530739c9
MA
62772012-02-26 Michael Albinus <michael.albinus@gmx.de>
6278
6279 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
6280 (tramp-get-inode, tramp-get-device): Use cached values.
6281
487915d7
AM
62822012-02-26 Alan Mackenzie <acm@muc.de>
6283
6284 Check there is a font-lock specification before doing initial
6285 fontification.
6286
6287 * font-core.el (font-lock-mode): Move the conditional from
6288 :after-hook to font-lock-initial-fontify.
6289 (font-lock-default-function): Move the check for a specification
6290 to font-lock-spec-present.
6291
dc9924b8 6292 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
6293 (font-lock-spec-present): New function.
6294
4fd96557
JB
62952012-02-26 Jim Blandy <jimb@red-bean.com>
6296
6297 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
6298 (gdb-send): Apply it to the operand of the '-interpreter-exec
6299 console' command, so that we can pass arguments with (say) quotes
6300 in them. Store exact string sent in gdb-debug-log (Bug#10765).
6301
9a4888c0
CY
63022012-02-26 Chong Yidong <cyd@gnu.org>
6303
07498861
CY
6304 * help-fns.el (describe-function-1): Clarify description of
6305 remapping (Bug#10844).
6306
9a4888c0
CY
6307 * files.el (files-equal-p): Doc fix.
6308 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
6309 and quit the loop once a mismatch is found.
6310
ea8fb88d
JB
63112012-02-25 Juanma Barranquero <lekktu@gmail.com>
6312
6313 * bs.el (bs--show-with-configuration): Don't throw an error
6314 if the window cannot be split; otherwise, subsequent calls to
6315 bs-show fail, restoring a stale window config. (Bug#10882)
6316
525795c1
JD
63172012-02-25 Jan Djärv <jan.h.d@swipnet.se>
6318
6319 * term/ns-win.el (global-map): Bind ns-drag-file to
6320 ns-find-file (Bug#5855, Bug#10050).
6321
f008086f
AS
63222012-02-25 Andreas Schwab <schwab@linux-m68k.org>
6323
6324 * calendar/parse-time.el (parse-time-string): Allow extractor to
6325 return nil.
6326
a3fcfa99
MA
63272012-02-25 Michael Albinus <michael.albinus@gmx.de>
6328
91027d08
JB
6329 * net/tramp.el (tramp-file-name-for-operation):
6330 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
6331
6332 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
6333 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
6334 Add COPY-CONTENTS argument.
a3fcfa99 6335
67b0de11
CY
63362012-02-25 Chong Yidong <cyd@gnu.org>
6337
6338 Add custom groups for VC backends, for consistency with vc-bzr.
6339
6340 * vc/vc-arch.el (vc-arch):
6341 * vc/vc-cvs.el (vc-cvs):
6342 * vc/vc-git.el (vc-git):
6343 * vc/vc-hg.el (vc-hg):
6344 * vc/vc-mtn.el (vc-mtn):
6345 * vc/vc-rcs.el (vc-rcs):
6346 * vc/vc-sccs.el (vc-sccs):
6347 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
6348 All relevant defcustoms reassigned.
6349
3c9dfce6
CY
63502012-02-25 Chong Yidong <cyd@gnu.org>
6351
1339bf43
CY
6352 * newcomment.el (comment-styles): Add autoload (Bug#10868).
6353
3c9dfce6
CY
6354 * term/x-win.el (x-initialize-window-system): Reduce default for
6355 x-selection-timeout to 5 seconds (Bug#8869).
6356
25b2e303 63572012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6358
ec70a47d
GM
6359 * files.el (files-equal-p, file-subdir-of-p): New functions.
6360 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 6361 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
6362 * dired-aux.el (dired-copy-file-recursive): Same.
6363 (dired-create-files): Modify destination when source is equal to
6364 dest when copying files.
53a46cd0 6365 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 6366
914260cd
MA
63672012-02-24 Michael Albinus <michael.albinus@gmx.de>
6368
6369 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
6370 (Bug#10874)
6371
2cb228f7
AM
63722012-02-23 Alan Mackenzie <acm@muc.de>
6373
6374 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
6375 parameter "after-hook:" to allow the expansion to run code after
6376 the execution of the mode hooks.
6377
6378 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 6379 from font-lock-mode-internal.
2cb228f7 6380
91027d08 6381 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
6382 :after-hook.
6383
8f0fde21
SM
63842012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6385
3e88618b
SM
6386 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
6387 (completion--cache-all-sorted-completions): New function.
6388 (completion-all-sorted-completions): Use it.
6389 (completion--do-completion, minibuffer-force-complete):
6390 Use it to re-instate the flush hook.
6391
8f0fde21
SM
6392 * icomplete.el (icomplete-completions): Replace last fix with a better
6393 one (bug#10850).
6394
8e911f6f
DG
63952012-02-23 Dmitry Gutov <dgutov@yandex.ru>
6396
6397 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
6398 when it might call us back infinitely (bug#10797).
6399
49fe4321
GM
64002012-02-23 Glenn Morris <rgm@gnu.org>
6401
6402 * minibuffer.el (completion-category-overrides): Doc fix.
6403
b291b572
SM
64042012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6405
6406 * minibuffer.el (completion-table-with-context): Fix inf-loop.
6407 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
6408
31a9ef2e
GM
64092012-02-23 Glenn Morris <rgm@gnu.org>
6410
5e6e6794 6411 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
6412 (authors-obsolete-files-regexps, authors-ignored-files)
6413 (authors-ambiguous-files, authors-renamed-files-alist):
6414 Add more entries.
6415
0bd1e074
JL
64162012-02-23 Juri Linkov <juri@jurta.org>
6417
6418 * isearch.el (isearch-occur): Sync interactive spec with occur's
6419 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
6420
b617673c
JL
6421 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
6422
19e9789e
JL
64232012-02-22 Juri Linkov <juri@jurta.org>
6424
6425 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
6426 (ucs-insert): Doc fix. Check for hex digits in the string.
6427 Don't display `nil' in the error message. (Bug#10857)
6428
f41ce09d
AM
64292012-02-22 Alan Mackenzie <acm@muc.de>
6430
7a71b18d 6431 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 6432
ac2eceee
GM
64332012-02-22 Glenn Morris <rgm@gnu.org>
6434
6435 * ffap.el (ffap-c-path):
6436 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
6437
abd1f678
CY
64382012-02-22 Chong Yidong <cyd@gnu.org>
6439
6440 * custom.el (load-theme): Doc fix.
6441
f25aef2e
GM
64422012-02-22 Glenn Morris <rgm@gnu.org>
6443
6444 * dired-x.el (dired-guess-shell-alist-default):
6445 Remove escape sequences from nroff output. (Bug#172)
6446
5f8dc2ca
GM
64472012-02-21 Glenn Morris <rgm@gnu.org>
6448
6ff86ec4
GM
6449 * vc/emerge.el (emerge-defvar-local):
6450 Set `permanent-local' property rather than unused `preserved'.
6451
be3223a3 6452 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
6453 (picture-mode-map): Use it. (Bug#10860)
6454 (picture-mode): Doc fix.
6455
3fe58f4f
JB
64562012-02-21 Juanma Barranquero <lekktu@gmail.com>
6457
6458 * newcomment.el (uncomment-region-default): Remove unused binding.
6459
f9a998c3
GM
64602012-02-21 Glenn Morris <rgm@gnu.org>
6461
6462 * textmodes/picture.el (picture-motion, picture-motion-reverse)
6463 (picture-self-insert, picture-tab-chars): Doc fix.
6464 (picture-mode-map): Fix C-a, C-e.
6465
c6029348
GM
64662012-02-20 Glenn Morris <rgm@gnu.org>
6467
6468 * emacs-lisp/authors.el (authors-aliases): Add another entry.
6469
ab1ce9d7
LL
64702012-02-20 Leo Liu <sdl.web@gmail.com>
6471
6472 * icomplete.el (icomplete-completions): Check FROM arg before
6473 passing to substring (Bug#10850).
6474
0fd40f89
CY
64752012-02-19 Chong Yidong <cyd@gnu.org>
6476
6477 * comint.el: Require ansi-color.
6478 (comint-output-filter-functions): Add ansi-color-process-output.
6479
6480 * ansi-color.el: Don't set comint-output-filter-functions; it is
6481 now in the initial value defined in comint.el.
6482 (ansi-color-apply-face-function): New variable.
6483 (ansi-color-apply-on-region): Use it.
6484 (ansi-color-apply-overlay-face): New function.
6485
6486 * shell.el (shell): No need to require ansi-color.
6487 (shell-mode): Use ansi-color-apply-face-function to highlight
6488 color escapes using font-lock-face property (Bug#10835).
6489
20af2394
CY
64902012-02-19 Chong Yidong <cyd@gnu.org>
6491
6492 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
6493 mode-line formats (Bug#10839).
6494
e23a3fbe
GM
64952012-02-18 Glenn Morris <rgm@gnu.org>
6496
b474519e
GM
6497 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
6498
6499 * mail/undigest.el (unforward-rmail-message): Doc fix.
6500
e23a3fbe
GM
6501 * saveplace.el (save-place-ignore-files-regexp): Add :version.
6502
57939ff4
EZ
65032012-02-18 Eli Zaretskii <eliz@gnu.org>
6504
6505 * international/characters.el (script-list): Sync with the latest
6506 Unicode Character Database.
6507
0c23686e
AS
65082012-02-18 Andreas Schwab <schwab@linux-m68k.org>
6509
6510 * international/titdic-cnv.el: Remove duplicate coding tag.
6511 * language/cham.el: Likewise.
6512 * language/tai-viet.el: Likewise.
6513
6818b449
GM
65142012-02-18 Glenn Morris <rgm@gnu.org>
6515
6516 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
6517 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
6518 (calendar-bahai-all-holidays-flag, calendar-other-dates):
6519 * calendar/diary-lib.el (diary-abbreviated-year-flag):
6520 * calendar/holidays.el (holiday-bahai-holidays)
6521 (calendar-holidays, list-holidays):
6522 Use utf-8 Bahá'í in doc-strings, menus, etc.
6523
0311a3fc
TH
65242012-02-17 Tassilo Horn <tassilo@member.fsf.org>
6525
6526 * saveplace.el (save-place-ignore-files-regexp): New variable
6527 allowing for excluding files from saving their location of point.
6528 The default value matches the temporary commit message editing
6529 files from Git, SVN, Bazaar, and Mercurial.
6530 (save-place-to-alist): Use it.
6531
d209e2fb 65322012-02-17 Lawrence Mitchell <wence@gmx.li>
f1a71c6e 6533 Stefan Monnier <monnier@iro.umontreal.ca>
eb864a71
LM
6534
6535 * newcomment.el (uncomment-region-default): Don't leave extra space
6536 when an arg is provided (bug#8150).
6537
ee0ce425
TZ
65382012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
6539
eb864a71 6540 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 6541
95ddf442
GM
65422012-02-17 Glenn Morris <rgm@gnu.org>
6543
6544 * net/socks.el: Require network-stream. (Bug#10599)
6545
48dd1e39 65462012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
6547
6548 * international/charprop.el:
6549 * international/uni-name.el:
6550 * international/uni-old-name.el:
6551 * international/uni-comment.el: Regenerate.
6552
d68cd087
GM
65532012-02-16 Glenn Morris <rgm@gnu.org>
6554
6555 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
6556 Interactively in calendar buffer, give an error if not on a date.
6557
13932042
GM
65582012-02-15 Glenn Morris <rgm@gnu.org>
6559
6560 * shell.el (shell-delimiter-argument-list):
6561 Revert 2011-02-17 change. (Bug#8027)
6562
c3a70e2b
CY
65632012-02-15 Chong Yidong <cyd@gnu.org>
6564
60236b0d
CY
6565 * minibuffer.el (completion-at-point-functions): Doc fix.
6566
c3a70e2b
CY
6567 * custom.el (defcustom): Doc fix; note use of defvar.
6568
9f26dc24
GM
65692012-02-15 Glenn Morris <rgm@gnu.org>
6570
6571 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
6572 Doc fixes.
6573
6546b134
GM
65742012-02-14 Glenn Morris <rgm@gnu.org>
6575
6576 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
6577
d29b2b4c
LI
65782012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
6579
6580 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
6581 way the ports list is computed.
835bdcba
LI
6582 (smtpmail-query-smtp-server): Prompt the user for a port number if
6583 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 6584
08dcdbc9
TZ
65852012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
6586
6587 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
6588
2605051a
GM
65892012-02-13 Glenn Morris <rgm@gnu.org>
6590
6591 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
6592
7ee99f32
TZ
65932012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
6594
6595 * net/gnutls.el (gnutls-trustfiles): New variable.
6596 (gnutls-negotiate): Use it.
6597
5f0af64f
LI
65982012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
6599
6600 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
6601 does its stuff if Gnus is running.
6602
c14fcc95
AM
66032012-02-13 Alan Mackenzie <acm@muc.de>
6604
6605 Fix a loop in c-set-fl-decl-start.
6606
7a71b18d 6607 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
6608 c-backward-syntactic-ws actually moves backwards.
6609
142b4d90
LL
66102012-02-13 Leo Liu <sdl.web@gmail.com>
6611
6612 * net/rcirc.el (rcirc-markup-attributes): Move point to the
6613 beginning so that all \C-o chars are removed.
6614
fa9958a6
TZ
66152012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
6616
dc9924b8 6617 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 6618
0bc5886a
AM
66192012-02-12 Alan Mackenzie <acm@muc.de>
6620
6621 Fix infinite loop with long macros.
4d6769e1 6622 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 6623
d4bd55e7
CY
66242012-02-12 Chong Yidong <cyd@gnu.org>
6625
6626 * window.el (display-buffer): Doc fix (Bug#10785).
6627
66f3fe22
GM
66282012-02-12 Glenn Morris <rgm@gnu.org>
6629
bd7da63e
GM
6630 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
6631 (x-disown-selection-internal, x-get-selection-internal):
6632 Sync docs with the xselect.c versions.
6633
66f3fe22
GM
6634 * allout-widgets.el: Add missing license notice.
6635
3e0d2fa7
GM
66362012-02-11 Glenn Morris <rgm@gnu.org>
6637
cfecdf09
GM
6638 * select.el (x-get-selection-internal, x-own-selection-internal)
6639 (x-disown-selection-internal):
6640 * x-dnd.el (x-get-selection-internal): Update declarations.
6641
6d216d7f
GM
6642 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
6643
2bed3f04
GM
6644 * window.el (window-sides-slots):
6645 * tool-bar.el (tool-bar-position):
6646 * term/xterm.el (xterm-extra-capabilities):
6647 * ses.el (ses-self-reference-early-detection):
6648 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
6649 (verilog-auto-wire-type)
6650 (verilog-auto-delete-trailing-whitespace)
6651 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
6652 (verilog-auto-tieoff-declaration):
6653 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
6654 (sql-oracle-statement-starters, sql-oracle-scan-on):
6655 * progmodes/prolog.el (prolog-align-comments-flag)
6656 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
6657 (prolog-left-indent-regexp, prolog-paren-indent-p)
6658 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
6659 (prolog-types, prolog-mode-specificators)
6660 (prolog-determinism-specificators, prolog-directives)
6661 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
6662 (prolog-electric-dot-flag)
6663 (prolog-electric-dot-full-predicate-template)
6664 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
6665 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
6666 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
6667 (prolog-program-switches, prolog-prompt-regexp)
6668 (prolog-debug-on-string, prolog-debug-off-string)
6669 (prolog-trace-on-string, prolog-trace-off-string)
6670 (prolog-zip-on-string, prolog-zip-off-string)
6671 (prolog-use-standard-consult-compile-method-flag)
6672 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
6673 (prolog-imenu-max-lines, prolog-info-predicate-index)
6674 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
6675 (prolog-char-quote-workaround):
6676 * progmodes/cc-vars.el (c-defun-tactic):
6677 * net/tramp.el (tramp-encoding-command-interactive)
6678 (tramp-local-end-of-line):
6679 * net/soap-client.el (soap-client):
6680 * net/netrc.el (netrc-file):
6681 * net/gnutls.el (gnutls):
6682 * minibuffer.el (completion-category-overrides)
6683 (completion-cycle-threshold)
6684 (completion-pcm-complete-word-inserts-delimiters):
6685 * man.el (Man-name-local-regexp):
6686 * mail/feedmail.el (feedmail-display-full-frame):
6687 * international/characters.el (glyphless-char-display-control):
6688 * eshell/em-ls.el (eshell-ls-date-format):
6689 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
6690 (lisp-lambda-list-keyword-parameter-indentation)
6691 (lisp-lambda-list-keyword-parameter-alignment):
6692 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
6693 * dired-x.el (dired-omit-verbose):
6694 * cus-theme.el (custom-theme-allow-multiple-selections):
6695 * calc/calc.el (calc-highlight-selections-with-faces)
6696 (calc-lu-field-reference, calc-lu-power-reference)
6697 (calc-note-threshold):
6698 * battery.el (battery-mode-line-limit):
6699 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
6700 (archive-7z-update):
6701 * allout.el (allout-prefixed-keybindings)
6702 (allout-unprefixed-keybindings)
6703 (allout-inhibit-auto-fill-on-headline)
6704 (allout-flattened-numbering-abbreviation):
6705 * allout-widgets.el (allout-widgets-auto-activation)
6706 (allout-widgets-icons-dark-subdir)
6707 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
6708 (allout-widgets-theme-dark-background)
6709 (allout-widgets-theme-light-background)
6710 (allout-widgets-item-image-properties-emacs)
6711 (allout-widgets-item-image-properties-xemacs)
6712 (allout-widgets-run-unit-tests-on-load)
6713 (allout-widgets-time-decoration-activity)
6714 (allout-widgets-hook-error-post-time)
6715 (allout-widgets-track-decoration):
6716 Add missing :version tags to new defcustoms and defgroups.
6717
5fec1b8e
GM
6718 * progmodes/sql.el (sql-ansi-statement-starters)
6719 (sql-oracle-statement-starters): Add custom type.
6720
3e0d2fa7
GM
6721 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
6722 (prolog-system-version): Give it a type.
6723
90b671e2
EZ
67242012-02-11 Eli Zaretskii <eliz@gnu.org>
6725
6726 * term/pc-win.el (x-select-text, x-selection-owner-p)
6727 (x-own-selection-internal, x-disown-selection-internal)
6728 (x-get-selection-internal): Sync doc strings and argument lists
6729 with xselect.c, common-win.el and x-win.el. (Bug#10783)
6730
5eac0c02
LL
67312012-02-11 Leo Liu <sdl.web@gmail.com>
6732
6733 * progmodes/python.el (python-end-of-statement): Fix infinite
6734 loop. (Bug#10788)
6735
f82cb659
GM
67362012-02-10 Glenn Morris <rgm@gnu.org>
6737
6738 * international/mule-cmds.el (unify-8859-on-encoding-mode)
6739 (unify-8859-on-decoding-mode): Properly mark as obsolete.
6740
cc26d239
LI
67412012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
6742
6743 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
6744 about SMTP before checking the From header.
6745
91027d08 6746 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
6747 into own function for reuse by emacsbug.el.
6748
1be3ca5a
LL
67492012-02-10 Leo Liu <sdl.web@gmail.com>
6750
6751 * subr.el (condition-case-unless-debug): Rename from
6752 condition-case-no-debug. All callers changed.
6753 (with-demoted-errors): Fix caller.
6754
6755 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
6756 * nxml/rng-valid.el (rng-do-some-validation):
6757 * emacs-lisp/package.el (package-refresh-contents)
6758 (package-menu-execute):
6759 * desktop.el (desktop-create-buffer):
91027d08 6760 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 6761
b011fbfe
GM
67622012-02-10 Glenn Morris <rgm@gnu.org>
6763
b2096d72
GM
6764 * textmodes/bibtex.el:
6765 Add missing :version tags for new/changed defcustoms.
6766
b011fbfe
GM
6767 * files.el (remote-file-name-inhibit-cache): Doc fixes.
6768
4c7e65bf
LI
67692012-02-09 Lars Ingebrigtsen <larsi@rusty>
6770
6771 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
6772 (smtpmail-via-smtp): Use it, or fall back on the From address.
6773 (smtpmail-send-it): Ditto.
6774
f3934f6f
SM
67752012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
6776
6777 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6778 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
6779 (byte-compile-tmp-var): New const.
6780 (byte-compile-defvar): Use it to minimize .elc size.
6781 Just use `defvar' rather than simulate it (bug#10761).
6782
a075a2c5
GM
67832012-02-09 Glenn Morris <rgm@gnu.org>
6784
cf3aa21b
GM
6785 * files.el (rename-uniquely): Doc fix. (Bug#3806)
6786
354998cd
GM
6787 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
6788 Add :version tags.
6789
dc9924b8
SM
6790 * progmodes/compile.el (compilation-error-screen-columns)
6791 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 6792
dab3703d
GM
6793 * vc/log-view.el (log-view-toggle-entry-display):
6794 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
6795
3f88cd72
GM
6796 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
6797 (report-emacs-bug-can-use-xdg-email):
6798 (report-emacs-bug-insert-to-mailer): Doc fixes.
6799 (report-emacs-bug): Message fix.
6800
d95b247d
GM
6801 * net/browse-url.el (browse-url-can-use-xdg-open)
6802 (browse-url-xdg-open): Doc fixes.
6803
a075a2c5
GM
6804 * electric.el (electric-indent-mode, electric-pair-mode)
6805 (electric-layout-rules, electric-layout-mode): Doc fixes.
6806 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
6807
ffb6157e
MR
68082012-02-08 Martin Rudalics <rudalics@gmx.at>
6809
6810 * server.el (server-unselect-display): Don't inadvertently kill
6811 the current buffer. (Bug#10729)
6812
e1ac4066
GM
68132012-02-08 Glenn Morris <rgm@gnu.org>
6814
34e8a2da
GM
6815 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
6816 (sql-list-table): Doc fixes.
6817
b4ac6e8c
GM
6818 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
6819 Comment out (does nothing).
6820
e1ac4066
GM
6821 * completion.el (dynamic-completion-mode):
6822 * dirtrack.el (dirtrack-debug-mode):
6823 * electric.el (electric-layout-mode):
6824 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
6825 * face-remap.el (text-scale-mode, buffer-face-mode):
6826 * iimage.el (iimage-mode):
6827 * image-mode.el (image-transform-mode):
6828 * minibuffer.el (completion-in-region-mode):
6829 * scroll-lock.el (scroll-lock-mode):
6830 * simple.el (next-error-follow-minor-mode):
6831 * tar-mode.el (tar-subfile-mode):
6832 * tooltip.el (tooltip-mode):
6833 * vcursor.el (vcursor-use-vcursor-map):
6834 * wid-browse.el (widget-minor-mode):
6835 * emulation/tpu-edt.el (tpu-edt-mode):
6836 * emulation/tpu-extras.el (tpu-cursor-free-mode):
6837 * international/iso-ascii.el (iso-ascii-mode):
6838 * language/thai-util.el (thai-word-mode):
6839 * mail/supercite.el (sc-minor-mode):
6840 * net/goto-addr.el (goto-address-mode):
6841 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
6842 * progmodes/cwarn.el (cwarn-mode):
6843 * progmodes/flymake.el (flymake-mode):
6844 * progmodes/glasses.el (glasses-mode):
6845 * progmodes/hideshow.el (hs-minor-mode):
6846 * progmodes/pascal.el (pascal-outline-mode):
6847 * textmodes/enriched.el (enriched-mode):
6848 * vc/smerge-mode.el (smerge-mode):
6849 Doc fixes (minor mode argument).
6850
5e0d957f
EZ
68512012-02-07 Eli Zaretskii <eliz@gnu.org>
6852
6853 * ls-lisp.el (ls-lisp-sanitize): New function.
6854 (ls-lisp-insert-directory): Use it to fix or remove any elements
6855 in file-alist with missing attributes. (Bug#4673)
6856
98d7371e
AM
68572012-02-07 Alan Mackenzie <acm@muc.de>
6858
6859 Fix spurious recognition of c-in-knr-argdecl.
6860
6861 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
6862 putative K&R region.
6863
667ced3a
AM
68642012-02-07 Alan Mackenzie <acm@muc.de>
6865
eb864a71
LM
6866 * progmodes/cc-engine.el (c-forward-objc-directive):
6867 Prevent looping in "#pragma mark @implementation".
667ced3a 6868
5b77774d
MA
68692012-02-07 Michael Albinus <michael.albinus@gmx.de>
6870
6871 * notifications.el (notifications-on-closed-signal): Make `reason'
6872 optional. (Bug#10744)
6873
af008560
GM
68742012-02-07 Glenn Morris <rgm@gnu.org>
6875
60d47423
GM
6876 * emacs-lisp/easy-mmode.el (define-minor-mode):
6877 Doc fixes for the macro and the mode it defines.
6878
dd605cc4
GM
6879 * image.el (imagemagick-types-inhibit): Doc fix.
6880
af008560
GM
6881 * cus-start.el (imagemagick-render-type): Add it.
6882
5cc59a37
LI
68832012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
6884
4d6769e1
JB
6885 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
6886 Set the default at load time, too, so that `font-lock-fontify-buffer'
6887 can be called without setting up the entire mode first. This fixes
6888 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 6889
9a6dd747
CY
68902012-02-06 Chong Yidong <cyd@gnu.org>
6891
2d16b285
CY
6892 * simple.el (list-processes--refresh): Delete exited processes
6893 (Bug#8094).
6894
171e9b6e
CY
6895 * comint.el (comint-next-prompt): next-single-char-property-change
6896 and prev-single-char-property-change never return nil (Bug#8657).
6897
9a6dd747
CY
6898 * custom.el (defcustom): Doc fix (Bug#9711).
6899
aa4589a7
CY
69002012-02-05 Chong Yidong <cyd@gnu.org>
6901
5c2a252f
CY
6902 * cus-edit.el (custom-variable-reset-backup): Quote the value
6903 before storing it in the customized-value property (Bug#6712).
4aab9006 6904 (custom-display): Add a customization type tag.
983b9602 6905 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 6906
aa4589a7
CY
6907 * wid-edit.el (widget-field-value-get): New optional arg to
6908 suppress trailing whitespace truncation.
6909 (character): Use it (Bug#2689).
6910
1ff980ae
AS
69112012-02-05 Andreas Schwab <schwab@linux-m68k.org>
6912
6913 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
6914 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
6915
03988c98
CY
69162012-02-05 Chong Yidong <cyd@gnu.org>
6917
eeb6cc88
CY
6918 * cus-edit.el (custom-variable-value-create): For mismatched
6919 types, show the current value (Bug#7600).
6920
03988c98
CY
6921 * custom.el (defcustom): Doc fix.
6922
f8cdeef0
GM
69232012-02-05 Glenn Morris <rgm@gnu.org>
6924
6925 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
6926
0696d255
JB
69272012-02-05 Juanma Barranquero <lekktu@gmail.com>
6928
6929 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
6930 (pp-buffer): Use `ignore-errors', `looking-at-p'.
6931 (pp-last-sexp): Use `looking-at-p'.
6932
34c99998
GM
69332012-02-04 Glenn Morris <rgm@gnu.org>
6934
8f05da42
GM
6935 * files.el (revert-buffer):
6936 Doc fix (mention revert-buffer-in-progress-p).
6937
f160676e
GM
6938 * emacs-lisp/ert-x.el (ert-simulate-command):
6939 Check deferred-action-list (which is obsolete) is bound.
6940
c7291ad9
GM
6941 * subr.el (with-wrapper-hook): Doc fixes.
6942
34c99998
GM
6943 * simple.el (filter-buffer-substring-functions)
6944 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
6945
6283a7d3
LL
69462012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
6947
6948 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
6949 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
6950
e96e3013
LL
69512012-02-04 Leo Liu <sdl.web@gmail.com>
6952
6953 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
6954
8ded50f2
GM
69552012-02-04 Glenn Morris <rgm@gnu.org>
6956
82ff1d13
GM
6957 * image.el (image-extension-data): Add obsolete alias.
6958
987a0a16
GM
6959 * isearch.el (isearch-update): Doc fix.
6960
ea32ef46
GM
6961 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
6962
8ded50f2
GM
6963 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
6964
eea14f31
GM
69652012-02-03 Glenn Morris <rgm@gnu.org>
6966
6967 * image.el (image-animated-p): Doc fix. Use image-animated-types.
6968 (image-animate-timeout): Doc fix.
6969
6970 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
6971
12f381b7
GM
69722012-02-02 Glenn Morris <rgm@gnu.org>
6973
953cebf5
GM
6974 * server.el (server-auth-dir): Doc fix.
6975 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
6976
12f381b7
GM
6977 * subr.el (run-mode-hooks): Doc fix.
6978
953a8c3b
JL
69792012-02-02 Juri Linkov <juri@jurta.org>
6980
6981 * image-mode.el (image-toggle-display-image): Remove tautological
6982 `major-mode' from the `derived-mode-p' test.
6983
c5d3843c
KH
69842012-02-02 Kenichi Handa <handa@m17n.org>
6985
9f6e692e 6986 * composite.el (compose-region): Cancel previous change.
c5d3843c 6987
159462d4 69882012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
6989
6990 * composite.el (compose-region, compose-string): Signal error for
6991 a null string component (Bug#6988).
6992
9f562668
CY
69932012-02-01 Chong Yidong <cyd@gnu.org>
6994
e2cef717
CY
6995 * view.el (view-buffer-other-window, view-buffer-other-frame):
6996 Handle special modes like view-buffer (Bug#10650).
6997 (view-buffer): Simplify.
6998
9f562668
CY
6999 * frame.el (set-frame-font): Tweak meaning of third argument.
7000
9f6e692e
JB
7001 * dynamic-setting.el (font-setting-change-default-font):
7002 Use set-frame-font (Bug#9982).
9f562668 7003
781acb9f
GM
70042012-02-01 Glenn Morris <rgm@gnu.org>
7005
6035be52
GM
7006 * progmodes/compile.el (compilation-internal-error-properties):
7007 Respect compilation-first-column in the "*compilation*" buffer.
7008
781acb9f
GM
7009 * emacs-lisp/easy-mmode.el (define-minor-mode):
7010 Relax :variable's test for a named function.
7011
abbceb00
AM
70122012-01-31 Alan Mackenzie <acm@muc.de>
7013
7014 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
7015 off by one error.
7016
fce3fdeb
CY
70172012-01-31 Chong Yidong <cyd@gnu.org>
7018
7019 * frame.el (set-frame-font): New arg ALL-FRAMES.
7020
7021 * menu-bar.el (menu-set-font): Use set-frame-font.
7022
7023 * faces.el (face-spec-reset-face): Don't apply unspecified
7024 attribute values to the default face.
7025
47893581
JB
70262012-01-31 Juanma Barranquero <lekktu@gmail.com>
7027
7028 * progmodes/cwarn.el (cwarn): Remove dead link.
7029 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
7030 Remove * from defcustom docstrings.
7031 (turn-on-cwarn-mode): Make obsolete.
7032 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
7033 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
7034
e58e988a
GM
70352012-01-31 Glenn Morris <rgm@gnu.org>
7036
60dc2671 7037 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 7038 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 7039 Allow named functions to be used as the cdr of :variable.
e58e988a 7040
7a3f511d
GM
70412012-01-30 Glenn Morris <rgm@gnu.org>
7042
7043 * emacs-lisp/authors.el (authors-fixed-entries):
7044 Remove reference to deleted file rnewspost.el.
7045
cb882333
JB
70462012-01-29 Juanma Barranquero <lekktu@gmail.com>
7047
7048 * window.el (window-with-parameter): Remove unused variable `windows'.
7049 (window--side-check): Remove unused variable `code'.
7050 (window--resize-siblings): Remove unused variable `first'.
7051 (adjust-window-trailing-edge): Remove unused variable `failed'.
7052 (window-deletable-p, window--delete): Remove unused variable `buffer'.
7053 Use `let', not `let*'.
7054 (balance-windows-2): Remove unused variable `found'.
7055 (window--state-put-2): Remove unused variable `splits'.
7056 (window-state-put): Remove unused variable `selected'.
7057 (same-window-p): Use `string-match-p'.
7058 (display-buffer-assq-regexp): Remove unused variable `value'.
7059 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7060 Mark argument ALIST as ignored.
7061 (pop-to-buffer): Remove unused variable `old-window'.
7062
907201af
EZ
70632012-01-29 Eli Zaretskii <eliz@gnu.org>
7064
7065 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
7066 and .lzma compressed files.
7067
ea162670
CY
70682012-01-29 Chong Yidong <cyd@gnu.org>
7069
5b95ee8a
CY
7070 * frame.el (window-system-default-frame-alist): Doc fix.
7071
ea162670
CY
7072 * dynamic-setting.el (font-setting-change-default-font): Don't
7073 change the default face if SET-FONT argument is non-nil (Bug#9982).
7074
d6e6f4b1
SB
70752012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
7076
7077 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
7078
0f29fa41 70792012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
7080
7081 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
7082 breakpoints in files outside current directory (Bug#6098).
7083
db174434
CY
70842012-01-29 Chong Yidong <cyd@gnu.org>
7085
6b25e4e2
SE
7086 * progmodes/python.el: Require ansi-color at top-level.
7087
6df6ae42
JB
7088 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
7089 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
7090 (lisp-mode-abbrev-table): Add doc.
7091 (lisp-mode-variables): Don't set local-abbrev-table.
7092 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
7093
e70ee681
RW
70942012-01-28 Roland Winkler <winkler@gnu.org>
7095
7096 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
7097
ace88aa2
RW
70982012-01-28 Roland Winkler <winkler@gnu.org>
7099
7100 * textmodes/bibtex.el (bibtex-entry-alist): New function.
7101 (bibtex-set-dialect): Use it. Either set global values of
7102 dialect-dependent variables or bind these variables buffer-locally
7103 (Bug#10254).
7104 (bibtex-mode): Call bibtex-set-dialect via
7105 hack-local-variables-hook.
eb864a71
LM
7106 (bibtex-dialect): Update docstring.
7107 Add safe-local-variable predicate.
ace88aa2
RW
7108 (bibtex-entry-alist, bibtex-field-alist): Initialize via
7109 bibtex-set-dialect.
7110 (bibtex-mode-map): Define menu for each dialect.
7111 (bibtex-entry): Fix docstring.
7112
93376c5b
CY
71132012-01-28 Chong Yidong <cyd@gnu.org>
7114
7115 * eshell/esh-arg.el (eshell-quote-argument): New function.
7116
7117 * eshell/esh-ext.el (eshell-invoke-batch-file):
7118 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
7119 first arg to eshell-parse-command (Bug#10523).
7120
4372494f
DA
71212012-01-28 Drew Adams <drew.adams@oracle.com>
7122
7123 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
7124 `default-directory' is non-nil.
7125
4d4ec1f8
EZ
71262012-01-28 Eli Zaretskii <eliz@gnu.org>
7127
7128 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
7129 line that displays system-configuration-options. (Bug#9924)
7130
7c188927
DA
71312012-01-28 Drew Adams <drew.adams@oracle.com>
7132
7133 * descr-text.el (describe-char): Show information about POS, in
7134 addition to information about the character at POS. Improve and
7135 update the doc string. Change "code point" to "code point in
7136 charset", to avoid confusion with the character's Unicode code
7137 point shown above that. (Bug#10129)
7138
e0da685a
EZ
71392012-01-28 Eli Zaretskii <eliz@gnu.org>
7140
7141 * descr-text.el (describe-char): Show the raw character, not only
7142 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
7143 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
7144 for the reasons.
7145
70550acf
PH
71462012-01-28 Phil Hagelberg <phil@hagelb.org>
7147
eb864a71
LM
7148 * emacs-lisp/package.el (package-install):
7149 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 7150
0ce8e868
CY
71512012-01-28 Chong Yidong <cyd@gnu.org>
7152
cb882333
JB
7153 * emacs-lisp/package.el (package-maybe-load-descriptor):
7154 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
7155 (package-maybe-load-descriptor): Use it.
7156 (package-download-transaction): Fully load required packages
7157 inside the loop, so that `require' calls work (Bug#10593).
7158 (package-install): No need to call package-initialize now.
7159
2e7f3bea
CY
71602012-01-28 Chong Yidong <cyd@gnu.org>
7161
6e9bad14
CY
7162 * simple.el (deactivate-mark): Doc fix (Bug#8614).
7163
f823b8ca
CY
7164 * tooltip.el (tooltip-mode): Doc fix.
7165 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
7166
2680c309
CY
7167 * frame.el (set-cursor-color): Doc fix (Bug#352).
7168
d7a9e63b
CY
7169 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
7170 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
7171
2e7f3bea
CY
7172 * cus-edit.el (custom-buffer-create-internal): Fix search button
7173 action (Bug#10542).
2ae01800 7174 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 7175
fc4f7a23
EW
71762012-01-27 Eduard Wiebe <usenet@pusto.de>
7177
7178 * dired.el (dired-mark-files-regexp):
7179 Include any subdirectory components. (Bug#10445)
7180
7dd37071
ML
71812012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
7182
7183 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
7184 Handle [host]:port syntax. (Bug#10533)
7185
a268160b
AH
71862012-01-27 Alex Harsanyi <harsanyi@mac.com>
7187
7188 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
7189
e43273ef
GM
71902012-01-26 Glenn Morris <rgm@gnu.org>
7191
7192 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
7193 * term.el (term-raw-escape-map): Use Control-X-prefix.
7194 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
7195
1edf595d
MR
71962012-01-25 Martin Rudalics <rudalics@gmx.at>
7197
7198 * window.el (window-state-get, window--state-get-1): Don't deal
7199 with fixed-sizeness of windows. Simplify code.
7200
fa8eafef
JC
72012012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
7202
6df6ae42
JB
7203 * window.el (window--state-get-1, window--state-put-2):
7204 Don't save and restore the mark.
fa8eafef 7205
0b21c100
CY
72062012-01-25 Chong Yidong <cyd@gnu.org>
7207
7208 * custom.el (custom-variable-p): Doc fix.
7209
5ae1a6c8
GM
72102012-01-25 Glenn Morris <rgm@gnu.org>
7211
40047858
GM
7212 * dired.el (dired-goto-file): Handle some of the more common
7213 characters that `ls -b' escapes. (Bug#10596)
7214
5ddce96c
GM
7215 * progmodes/compile.el (compilation-next-error-function):
7216 Respect compilation-first-column in the "*compilation*" buffer.
7217 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
7218
5ae1a6c8
GM
7219 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
7220
b559f1a9
GM
72212012-01-24 Glenn Morris <rgm@gnu.org>
7222
7223 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
7224
6725d21a
JD
72252012-01-24 Julien Danjou <julien@danjou.info>
7226
7227 * color.el (color-rgb-to-hsl): Fix value computing.
7228 (color-hue-to-rgb): New function.
7229 (color-hsl-to-rgb): New function.
7230 (color-clamp, color-saturate-hsl, color-saturate-name)
7231 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
7232 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
7233
70df4bbe
GM
72342012-01-24 Glenn Morris <rgm@gnu.org>
7235
7236 * vc/vc-rcs.el (vc-rcs-create-tag):
7237 * vc/vc-sccs.el (vc-sccs-create-tag):
7238 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
7239
802a2ae2
ML
72402012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
7241
7242 * eshell/esh-util.el (eshell-read-hosts-file):
7243 Skip comment lines. (Bug#10549)
7244
d7128bb1
ML
7245 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
7246
d1a5c3b4
JB
72472012-01-23 Juanma Barranquero <lekktu@gmail.com>
7248
2724d9c7
JB
7249 * subr.el (display-delayed-warnings): Doc fix.
7250 (collapse-delayed-warnings): New function to collapse identical
7251 adjacent warnings.
7252 (delayed-warnings-hook): Add it.
d1a5c3b4 7253
a5509865
MA
72542012-01-22 Michael Albinus <michael.albinus@gmx.de>
7255
7256 * net/tramp.el (tramp-action-login): Set connection property "login-as".
7257
a5509865
MA
7258 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
7259 (tramp-default-user-alist): Don't add "pscp".
7260 (tramp-do-copy-or-rename-file-out-of-band): Use connection
7261 property "login-as", if set. (Bug#10530)
7262
cc6d5805
MA
72632012-01-21 Michael Albinus <michael.albinus@gmx.de>
7264
7265 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
7266 "plink1" and "psftp". (Bug#10530)
7267
72682012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
7269
7270 * international/mule-cmds.el (prefer-coding-system): Show a
7271 warning message if the default value of file-name-coding-system
7272 was not changed.
7273
f0960428
JC
72742012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
7275
cb882333
JB
7276 * windmove.el (windmove-reference-loc):
7277 Fix windmove-reference-loc miscalculation.
f0960428 7278
dd6f2a63
JB
72792012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
7280
7281 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
7282 default unit.
7283
7b447e9b
GM
72842012-01-21 Glenn Morris <rgm@gnu.org>
7285
117a9ea1
GM
7286 * international/mule.el (auto-coding-alist): Add .tbz.
7287
7b447e9b
GM
7288 * files.el (local-enable-local-variables): Doc fix.
7289 (inhibit-local-variables-regexps): Rename from
7290 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
7291 Doc fix. Add some extensions from auto-coding-alist.
7292 (inhibit-local-variables-suffixes):
7293 Rename from inhibit-first-line-modes-suffixes. Doc fix.
7294 (inhibit-local-variables-p):
7295 New function, extracted from set-auto-mode-1.
7296 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
7297 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
7298 (hack-local-variables): Doc fix. Make the mode-only case
7299 respect enable-local-variables and friends.
7300 Respect inhibit-local-variables-regexps for file-locals, but
7301 not for directory-locals.
7302 (set-visited-file-name):
7303 Take account of inhibit-local-variables-regexps.
7304 Whether it applies may change as the file name is changed.
7305 * jka-cmpr-hook.el (jka-compr-install):
7306 * jka-compr.el (jka-compr-uninstall):
7307 Update for inhibit-first-line-modes-suffixes name change.
7308
dd6e3cdd
MR
73092012-01-20 Martin Rudalics <rudalics@gmx.at>
7310
7311 * help-macro.el (make-help-screen): Temporarily restore original
7312 binding for minor-mode-map-alist (Bug#10454).
7313
0d0deb38
JD
73142012-01-19 Julien Danjou <julien@danjou.info>
7315
7316 * color.el (color-name-to-rgb): Use the white color to find the max
7317 color component value and return correctly computed values.
7318 (color-name-to-rgb): Add missing float conversion for max value.
7319
34a02f46
MR
73202012-01-19 Martin Rudalics <rudalics@gmx.at>
7321
7322 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
7323 special state value for window-persistent-parameters.
7324 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
7325 (window--state-put-2): Reset all window parameters to nil before
7326 assigning values of persistent parameters.
7327
606c44c4
AM
73282012-01-18 Alan Mackenzie <acm@muc.de>
7329
7330 Eliminate sluggishness and hangs in fontification of "semicolon
7331 deserts".
7332
cb882333
JB
7333 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
7334 Change value 10000 -> 3000.
606c44c4
AM
7335 (c-state-safe-place): Reformulate so it doesn't stack up an
7336 infinite number of wrong entries in c-state-nonlit-pos-cache.
7337 (c-determine-limit-get-base, c-determine-limit): New functions to
7338 determine backward search limits disregarding literals.
7339 (c-find-decl-spots): Amend commenting.
7340 (c-cheap-inside-bracelist-p): New function which detects "={".
7341
7342 * progmodes/cc-fonts.el
7343 (c-make-font-lock-BO-decl-search-function): Give a limit to a
7344 backward search.
7345 (c-font-lock-declarations): Fix an occurrence of point being
7346 undefined. Check additionally for point being in a bracelist or
7347 near a macro invocation without a semicolon so as to avoid a
7348 fruitless time consuming search for a declarator. Give a more
7349 precise search limit for declarators using the new
7350 c-determine-limit.
7351
f3860cea
GM
73522012-01-18 Glenn Morris <rgm@gnu.org>
7353
7354 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
7355 (set-auto-mode): Doc fixes.
7356
1db03b16
GM
73572012-01-17 Glenn Morris <rgm@gnu.org>
7358
0e6038be
GM
7359 * isearch.el (search-nonincremental-instead): Fix doc typo.
7360
1db03b16
GM
7361 * dired.el (dired-insert-directory): Handle newlines in directory name.
7362 (dired-build-subdir-alist): Unescape newlines in directory name.
7363
4cb0aa75
MA
73642012-01-17 Michael Albinus <michael.albinus@gmx.de>
7365
7366 * net/tramp.el (tramp-local-end-of-line): New defcustom.
7367 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
7368 (tramp-action-terminal): Use it. (Bug#10530)
7369
1d00653d
SM
73702012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
7371
7372 * minibuffer.el (completion--replace): Strip properties (bug#10062).
7373
6a6ee00d
MR
73742012-01-16 Martin Rudalics <rudalics@gmx.at>
7375
7376 * window.el (window-state-ignored-parameters): Remove variable.
7377 (window--state-get-1): Rename argument MARKERS to IGNORE.
7378 Handle persistent window parameters. Make copy of clone-of
7379 parameter only if requested. (Bug#10348)
7380 (window--state-put-2): Install a window parameter only if it has
7381 a non-nil value or an existing parameter shall be overwritten.
7382
97912def
MA
73832012-01-15 Michael Albinus <michael.albinus@gmx.de>
7384
7385 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
7386
688070a5
EZ
73872012-01-14 Eli Zaretskii <eliz@gnu.org>
7388
7389 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
7390 don't pass the (nil) value of `upnode' to string-match.
7391
301afadc
CY
73922012-01-14 Chong Yidong <cyd@gnu.org>
7393
7394 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 7395 Fix values recognized by the cursorBlink resource.
301afadc 7396
9e5788aa
PE
73972012-01-14 Paul Eggert <eggert@cs.ucla.edu>
7398
7399 * epg.el (epg--make-temp-file): Avoid permission race condition
7400 when running on old Emacs versions (bug#10403).
7401
3cdb7f5a
GM
74022012-01-14 Glenn Morris <rgm@gnu.org>
7403
7404 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
7405
8c82b1b4
AM
74062012-01-13 Alan Mackenzie <acm@muc.de>
7407
7408 Fix filling for when filladapt mode is enabled.
7409
7410 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
7411 c-mask-paragraph, pass in `fill-paragraph' rather than
7412 `fill-region-as-paragraph'. (This is a reversion of a previous
7413 change.)
eb864a71
LM
7414 * progmodes/cc-mode.el (c-basic-common-init):
7415 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 7416
e517eda4
GM
74172012-01-13 Glenn Morris <rgm@gnu.org>
7418
1498536e
GM
7419 * dired.el (dired-switches-escape-p): New function.
7420 (dired-insert-directory): Use dired-switches-escape-p.
7421 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
7422
e517eda4
GM
7423 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
7424
328f984d
GM
74252012-01-12 Glenn Morris <rgm@gnu.org>
7426
7427 * mail/sendmail.el (mail-mode): Update paragraph-separate for
7428 changes in adaptive-fill-regexp. (Bug#10276)
7429
2cc769a8
AM
74302012-01-11 Alan Mackenzie <acm@muc.de>
7431
7432 Fix Emacs bug #10463 - put `widen's around the critical spots.
7433
1d00653d 7434 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
7435 widen around each invocation of c-state-pp-to-literal. Remove an
7436 unused let variable.
7437
e52c37fa
GM
74382012-01-11 Glenn Morris <rgm@gnu.org>
7439
7440 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 7441 Doc fix.
e52c37fa 7442
96f8741e
CY
74432012-01-10 Chong Yidong <cyd@gnu.org>
7444
1d00653d
SM
7445 * net/network-stream.el (network-stream-open-starttls):
7446 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
7447 response to the capability command.
7448
b09a806e
GM
74492012-01-10 Glenn Morris <rgm@gnu.org>
7450
7451 * mail/unrmail.el (unrmail): Tweak previous change.
7452
7655cb66
CY
74532012-01-09 Chong Yidong <cyd@gnu.org>
7454
7455 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
7456
9d5a8f0b
AM
74572012-01-08 Alan Mackenzie <acm@muc.de>
7458
7459 Optimise font locking in long enum definitions.
7460
7461 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
7462 arm to a cond form to handle enums.
7463 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
7464 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
7465
9a0115ab 74662012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
7467
7468 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 7469 (Bug#10401)
6bb72cbd 7470
f186bb95
LMI
74712012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7472
29232a68
LMI
7473 * faces.el (set-face-attribute): Clarify the meaning of the nil
7474 frame (bug#10294).
7475
4e5d086d
LMI
7476 * subr.el (with-selected-frame): Mention that the selected frame
7477 is restored (bug#9980).
7478
8e66aebe
LMI
7479 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
7480 (bug#9759).
7481
cd394be1 7482 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
7483 (password-read): Don't autoload unused function.
7484
adf4e762
JB
74852012-01-07 Juanma Barranquero <lekktu@gmail.com>
7486
7487 * progmodes/which-func.el (which-func-mode): Turn into a
7488 non-interactive function and mark as obsolete (bug#10428).
7489
89bd9ccd
CY
74902012-01-06 Chong Yidong <cyd@gnu.org>
7491
7492 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
7493 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
7494 functions, along with 1 and -1.
7495
4afee9d5
EZ
74962012-01-06 Eli Zaretskii <eliz@gnu.org>
7497
7498 * time.el (display-time-load-average)
7499 (display-time-default-load-average): Doc fixes. See the thread
7500 starting at
7501 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
7502 for the details.
7503
536aea70
GM
75042012-01-06 Glenn Morris <rgm@gnu.org>
7505
665ae865
GM
7506 * mail/unrmail.el (unrmail): Give an explicit error if the input file
7507 has no messages. (Bug#10377)
7508
c869783d
GM
7509 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
7510 than Info-edit. (Bug#10385)
7511
2bb4227e
GM
7512 * time.el (display-time-load-average, display-time-next-load-average):
7513 Doc fixes.
7514
7d5944b9
GM
7515 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
7516 local setting of buffer-read-only to the input buffer. (Bug#10419)
7517
536aea70
GM
7518 * calendar/calendar.el (calendar-mode):
7519 Locally set scroll-margin to 0. (Bug#10379)
7520
7dccca16
UM
75212012-01-06 Ulrich Mueller <ulm@gentoo.org>
7522
7523 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
7524
afbb7930
GM
75252012-01-05 Glenn Morris <rgm@gnu.org>
7526
7527 * eshell/em-unix.el (diff-no-select): Autoload it.
7528 (eshell/diff): Use diff-no-select. (Bug#10420)
7529
04482335
CY
75302012-01-05 Chong Yidong <cyd@gnu.org>
7531
7baca3bc
CY
7532 * shell.el (shell-dynamic-complete-functions): Revert last change.
7533 (shell-command-completion-function): New function.
7534 (shell-completion-vars): Use it to implement
7535 shell-completion-execonly (Bug#10417).
7536
04482335
CY
7537 * custom.el (enable-theme): Don't set custom-safe-themes.
7538
1d00653d
SM
7539 * cus-theme.el (custom-theme-merge-theme):
7540 Ignore custom-enabled-themes and custom-safe-themes.
04482335 7541
bb5aa5d6
MM
75422012-01-05 Michael R. Mauger <mmaug@yahoo.com>
7543
7544 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
7545 first prompt in `sql-interacive-mode'.
7546 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 7547 keywords.
6df6ae42 7548 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
7549 (sql-product-interactive): Bug fix: Set `sql-buffer' in
7550 context of original buffer. Invoke `sql-login-hook'.
7551
a7183d7c
EZ
75522012-01-04 Eli Zaretskii <eliz@gnu.org>
7553
7554 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
7555 letters in cite-prefix.
7556
a1eacd1e
LMI
75572012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7558
7559 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
7560
787cdb34
CY
75612012-01-03 Chong Yidong <cyd@gnu.org>
7562
1d00653d
SM
7563 * shell.el (shell-dynamic-complete-functions):
7564 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
7565 comint-filename-completion first (Bug#10417).
7566
30710442
RS
75672012-01-02 Richard Stallman <rms@gnu.org>
7568
7569 * battery.el (battery-status-function):
7570 Detect when to use battery-yeeloong-sysfs.
7571 (battery-echo-area-format): Add string for Yeeloong.
7572 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
7573 (battery-yeeloong-sysfs): New function.
7574
f75bfc33
CY
75752012-01-02 Chong Yidong <cyd@gnu.org>
7576
7577 * dirtrack.el (dirtrack-list): Eliminate unused third element.
7578 (dirtrack): Merge code for handling relative filenames in prompt
7579 from shell-dir-cookie-watcher.
7580 (dirtrack-debug-message): New arg to avoid excess format calls.
7581
7582 * shell.el (shell-dir-cookie-re): Variable deleted.
7583 (shell-dir-cookie-watcher): Function deleted.
7584 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
7585 with dirtrack-mode.
7586
651e947e
EZ
75872012-01-01 Eli Zaretskii <eliz@gnu.org>
7588
1d00653d
SM
7589 * term/w32-win.el (dynamic-library-alist) <gnutls>:
7590 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
7591 libgnutls-26.dll.
7592
94d4c7dc
AS
75932011-12-31 Andreas Schwab <schwab@linux-m68k.org>
7594
7595 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
7596
8d43f3cd
EZ
75972011-12-31 Eli Zaretskii <eliz@gnu.org>
7598
7599 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
7600 headers of non-MIME messages, when rmail-enable-mime is non-nil.
7601
98c8795a
MA
76022011-12-29 Michael Albinus <michael.albinus@gmx.de>
7603
7604 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
7605 also for alternative shells.
7606 (tramp-open-connection-setup-interactive-shell): Check, whether
7607 the shell is a busybox.
7608 (tramp-send-command): Don't suppress multiple prompts for
7609 busyboxes, it hurts.
7610
51281b32
CY
76112011-12-28 Chong Yidong <cyd@gnu.org>
7612
7613 * progmodes/gdb-mi.el (gdb-get-source-file-list)
7614 (gdb-get-source-file): Move mode line update to
7615 gdb-get-source-file (Bug#10087).
7616
2170cb53
CY
76172011-12-25 Chong Yidong <cyd@gnu.org>
7618
7619 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
7620 gud-gdb-marker-filter without taking it as an argument.
7621 (gud-gdb-run-command-fetch-lines): Caller changed.
7622 (gud-gdb-completion-function): New variable.
7623 (gud-gdb-completion-at-point): Use it.
7624 (gud-gdb-completions-1): Split from gud-gdb-completions.
7625
7626 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
7627 function as separate arguments.
7628 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
7629 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
7630 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
7631 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
7632 (gdb-stopped, def-gdb-auto-update-trigger)
7633 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
7634 (gdb-get-changed-registers, gdb-get-main-selected-frame):
7635 Callers changed.
2170cb53
CY
7636 (gud-gdbmi-completions): New function.
7637 (gdb): Use it for generating the completion table.
7638
be8b11bb
AM
76392011-12-24 Alan Mackenzie <acm@muc.de>
7640
7641 Introduce a mechanism to widen the region used in context font
1d00653d 7642 locking. Use this to protect declarations from losing their contexts.
be8b11bb 7643
1d00653d
SM
7644 * progmodes/cc-langs.el (c-before-font-lock-functions):
7645 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 7646 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
7647 functions to be run just before context (etc.) font locking.
7648
7649 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 7650 New, functionality extracted from
be8b11bb 7651 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 7652 (c-in-after-change-fontification): New variable.
be8b11bb
AM
7653 (c-after-change): Set c-in-after-change-fontification.
7654 (c-set-fl-decl-start): Rejig its interface, so it can be called
7655 from both after-change and context fontifying.
b81d40f0
JB
7656 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
7657 New functions.
7658 (c-standard-font-lock-fontify-region-function): New variable.
7659 (c-font-lock-fontify-region): New function.
be8b11bb 7660
341cf6ac
JL
76612011-12-24 Juri Linkov <juri@jurta.org>
7662
7663 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
7664 (Bug#10348)
7665
bffcee0a
MA
76662011-12-23 Michael Albinus <michael.albinus@gmx.de>
7667
7668 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
7669 existence of source file. (Bug#10325)
7670
cb5e207c
AM
76712011-12-23 Alan Mackenzie <acm@muc.de>
7672
7673 Fix unstable fontification inside templates.
7674
b81d40f0
JB
7675 * progmodes/cc-langs.el (c-before-font-lock-functions):
7676 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
7677 additionally has c-set-fl-decl-start. The other languages (apart
7678 from AWK) have that as a single entry.
7679
b81d40f0
JB
7680 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7681 The functionality for "local" declarations has been extracted to
cb5e207c
AM
7682 c-set-fl-decl-start.
7683
b81d40f0
JB
7684 * progmodes/cc-mode.el (c-common-init, c-after-change):
7685 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
7686 (c-set-fl-decl-start): New function, extracted from
7687 c-font-lock-enclosing-decls and enhanced.
7688
60ff536c
JB
76892011-12-23 Juanma Barranquero <lekktu@gmail.com>
7690
7691 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
7692
1c4757d6
JL
76932011-12-22 Juri Linkov <juri@jurta.org>
7694
7695 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
7696
d031f2c7
CY
76972011-12-22 Chong Yidong <cyd@gnu.org>
7698
7699 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
7700
bace743a
DA
77012011-12-21 Drew Adams <drew.adams@oracle.com>
7702
7703 * files.el (file-remote-p): Fix docstring. (Bug#10319)
7704
728a1f2b
JC
77052011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
7706
7707 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
7708
0d373f73
TZ
77092011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
7710
fec0aaa4
TZ
7711 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
7712 highlighting and support. Fix up comments for capitalization.
7713 (cfengine-mode-debug): New var.
7714 (cfengine3-mode): Change the modeline indicator to "CFE3".
7715 (cfengine3-font-lock-keywords): Improve defun highlighting.
7716 (cfengine2-actions): Rename from `cfengine-actions'.
7717 (cfengine2-font-lock-keywords): Rename from
7718 `cfengine-font-lock-keywords'.
7719 (cfengine2-imenu-expression): Rename from
7720 `cfengine-imenu-expression'.
7721 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
7722 (cfengine2-beginning-of-defun): Rename from
7723 `cfengine-beginning-of-defun'.
7724 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
7725 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
7726 (cfengine2-mode): Rename from `cfengine-mode'. Change the
7727 modeline indicator to "CFE2".
7728 (cfengine-mode): Defalias to `cfengine-auto-mode'.
7729 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 7730
bc86f573
CY
77312011-12-21 Chong Yidong <cyd@gnu.org>
7732
7733 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
7734 filename argument.
7735
d45ba96b
MR
77362011-12-20 Martin Rudalics <rudalics@gmx.at>
7737
7738 * window.el (window-normalize-buffer-to-display): Remove.
7739 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
7740
a6198c90
CY
77412011-12-19 Chong Yidong <cyd@gnu.org>
7742
7743 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
7744 Don't signal an error in a predicate function; return non-nil.
7745 (vc-dir-mark-file): Move the error here.
7746 (vc-dir-mark-unmark): If acting on the region, keep going if one
7747 of the entries cannot be marked/unmarked.
7748 (vc-dir-mark-all-files): If current entry is a directory, mark
7749 only child files, as documented.
7750
34c5fb55
VB
77512011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
7752
7753 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
7754 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
7755 addition.
7756
c803b2b7
JD
77572011-12-18 Jan Djärv <jan.h.d@swipnet.se>
7758
7759 * term/ns-win.el (ns-get-selection-internal)
7760 (ns-store-selection-internal): Declare.
1154d12e
JB
7761 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
7762 Declare as obsolete.
7763 (ns-get-pasteboard, ns-paste-secondary):
7764 Use ns-get-selection-internal.
7765 (ns-set-pasteboard, ns-copy-including-secondary):
7766 Use ns-store-selection-internal.
c803b2b7 7767
9cff91f8 77682011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
7769
7770 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 7771 (vc-deduce-fileset): Doc fix.
99a289d9 7772
f16c898a
AS
77732011-12-16 Andreas Schwab <schwab@linux-m68k.org>
7774
7775 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
7776
763237c4
SS
77772011-12-13 Sam Steingold <sds@gnu.org>
7778
7779 * man.el (Man-getpage-in-background): When running under a
7780 window-system, ignore $MANWIDTH and $COLUMNS.
7781
5fc1c122
KH
77822011-12-15 Kenichi Handa <handa@m17n.org>
7783
7784 * language/ethio-util.el: Change coding tag to utf-8-emacs.
7785 (setup-ethiopic-environment-internal): Comment out key-binding for
7786 ethio-toggle-punctuation.
7787
13d49cbb
AM
77882011-12-13 Alan Mackenzie <acm@muc.de>
7789
898169a2
AM
7790 Add the switch statement to AWK Mode.
7791
7a71b18d 7792 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
7793 "default" to the keywords regexp.
7794
7a71b18d 7795 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 7796 expression as the rest.
1d00653d
SM
7797 (c-nonlabel-token-key): Allow string literals for AWK.
7798 Refactor for the other modes.
898169a2 7799
13d49cbb 7800 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 7801 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
7802 routines. Limit backward searching in c-font-lock-enclosing.decl.
7803
7804 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
7805 pp-state and literal type in addition to the limits.
1d00653d 7806 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 7807 (c-state-literal-at): Use the above new defun.
1d00653d
SM
7808 (c-slow-in-literal, c-fast-in-literal): Remove.
7809 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
7810
7811 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
7812 being in a literal. Add a limit for backward searching.
7813
7814 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
7815 c-slow-in-literal.
7816
15e0efc7
SM
78172011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7818
7819 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
7820
454592a6
MR
78212011-12-13 Martin Rudalics <rudalics@gmx.at>
7822
7823 * window.el (delete-other-windows): Use correct frame in call to
7824 window-with-parameter.
7825
87393f26
DP
78262011-12-12 Daniel Pfeiffer <occitan@t-online.de>
7827
7828 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
7829 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
7830 (makefile-gmake-statements, makefile-makepp-statements):
7831 Use it and add new makepp keywords.
7832 (makefile-makepp-font-lock-keywords): Add new patterns.
7833 (makefile-match-function-end): Match new [...] and [[...]].
7834
11636b22
JB
78352011-12-11 Juanma Barranquero <lekktu@gmail.com>
7836
7837 * ses.el (ses-call-printer-return, ses-cell-property-get)
7838 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
7839 (ses-create-cell-variable, ses-reset-header-string)
7840 (ses-cell-set-formula, ses-repair-cell-reference-all)
7841 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
7842 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
7843 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
7844 (ses-aset-with-undo, ses-load, ses-truncate-cell)
7845 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
7846 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
7847 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
7848 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
7849 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
7850 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
7851 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
7852 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
7853
cf018193
VB
78542011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
7855
7856 * ses.el: The overall change is to add cell renaming, that is
7857 setting fancy names for cell symbols other than name matching
7858 "\\`[A-Z]+[0-9]+\\'" regexp .
7859 (ses-create-cell-variable): New defun.
7860 (ses-relocate-formula): Relocate formulas only for cells the
7861 symbols of which are not renamed, i.e. symbols whose names do not
7862 match regexp "\\`[A-Z]+[0-9]+\\'".
7863 (ses-relocate-all): Relocate values only for cells the symbols of
7864 which are not renamed.
7865 (ses-load): Create cells variables as the (ses-cell ...) are read,
7866 in order to check row col consistency with cell symbol name only
7867 for cells that are not renamed.
7868 (ses-replace-name-in-formula): New defun.
7869 (ses-rename-cell): New defun.
7870
ee957461
CY
78712011-12-11 Chong Yidong <cyd@gnu.org>
7872
7873 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
7874 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
7875
9a9e9ef0
MR
78762011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
7877
7878 * window.el (other-window): Fix docstring.
7879
92a8eba5
EZ
78802011-12-10 Eli Zaretskii <eliz@gnu.org>
7881
7882 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
7883 `from' or `to' address before taking its substring.
7884 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
7885 encoded name is chopped in the middle of the encoded string, and
7886 thus displayed encoded.
7887
e152e577
JB
78882011-12-10 Juanma Barranquero <lekktu@gmail.com>
7889
7890 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
7891
e5d84bfe
EZ
78922011-12-10 Eli Zaretskii <eliz@gnu.org>
7893
7894 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
7895 to use texinfo-update-node and commands that call it if the
7896 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 7897 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
7898 (texinfo-all-menus-update, texinfo-master-menu)
7899 (texinfo-update-node, texinfo-every-node-update)
7900 (texinfo-multiple-files-update): Doc fix. Warn against updating
7901 all the @node lines.
7902 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
7903 argument is numeric. Explain better in the doc string what the
7904 function really does.
7905 (texinfo-insert-master-menu-list): Improve the error message
7906 displayed if there's no menu in the Top node.
7907 (Bug#2975) See also this thread:
e5d84bfe
EZ
7908 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
7909
1d84e9bb
MG
79102011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
7911
7912 * speedbar.el (speedbar-supported-extension-expressions):
7913 Add .adb and .ads, commonly used for Ada source code (bug#10256).
7914
382c953b
JB
79152011-12-09 Juanma Barranquero <lekktu@gmail.com>
7916
7917 * printing.el (pr-mode-alist):
7918 * simple.el (filter-buffer-substring-functions)
7919 (completion-list-insert-choice-function):
7920 * window.el (window-with-parameter, window-atom-root)
7921 (window-sides-slots, window-size-fixed, window-min-delta)
7922 (window-max-delta, window--resize-mini-window)
7923 (window--resize-child-windows-normal, window-tree)
7924 (delete-other-windows, quit-window, split-window)
7925 (display-buffer-record-window, special-display-buffer-names)
7926 (special-display-regexps, special-display-popup-frame)
7927 (same-window-p, split-window-sensibly)
7928 (display-buffer-overriding-action, display-buffer-alist)
7929 (display-buffer-base-action, display-buffer, switch-to-buffer)
7930 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
7931 (fit-window-to-buffer, recenter-positions)
7932 (mouse-autoselect-window-state, mouse-autoselect-window-select):
7933 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
7934 and remove unneeded backslashes in docstrings.
7935
39c9faef
SM
79362011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7937
98449af8
SM
7938 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
7939
39c9faef
SM
7940 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
7941 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
7942 end in ".mk".
7943 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
7944 when reading the makefile (bug#10116).
7945
86ed9fdc
SM
79462011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7947
7948 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
7949 (bug#10116).
7950
5580f89d
GM
79512011-12-06 Glenn Morris <rgm@gnu.org>
7952
7953 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
7954
28d3917c
CY
79552011-12-06 Chong Yidong <cyd@gnu.org>
7956
7957 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
7958
a98edce9
JB
79592011-12-06 Juanma Barranquero <lekktu@gmail.com>
7960
7961 * textmodes/table.el (table-shorten-cell): Fix typo.
7962
e65adfac
CG
79632011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
7964
7965 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
7966
71cc0b74
EZ
79672011-12-05 Eli Zaretskii <eliz@gnu.org>
7968
7969 * descr-text.el (describe-char): Fix display of strong
7970 right-to-left characters and directional embeddings and overrides.
7971
7972 * simple.el (what-cursor-position): Fix display of codepoints of
7973 strong right-to-left characters.
7974
315bc30d
CY
79752011-12-05 Chong Yidong <cyd@gnu.org>
7976
7977 * faces.el (read-color): Doc fix.
7978
58a70b94
GM
79792011-12-05 Glenn Morris <rgm@gnu.org>
7980
7981 * align.el (align--set-marker): Add doc-string.
7982 Don't try to move something that is not a marker. (Bug#10216)
7983
5158face
GM
79842011-12-04 Glenn Morris <rgm@gnu.org>
7985
7986 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
7987 overly zealous deletion of trailing whitespace.
7988
520fca41
JB
79892011-12-04 Juanma Barranquero <lekktu@gmail.com>
7990
7991 * server.el (server-delete-client): On Windows, do not try to delete
7992 the only terminal.
7993 (server-process-filter): On Windows, treat requests for a tty frame as
7994 if they were for a GUI frame if the running server is in GUI mode.
7995
5e605a2e
GM
79962011-12-03 Glenn Morris <rgm@gnu.org>
7997
7998 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
7999
5c3fe83f
SM
80002011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8001
6f5e57e7
SM
8002 * electric.el: Streamline electric-indent's hook.
8003 (electric-indent-chars): Revert to simple list.
8004 (electric-indent-functions): New var.
8005 (electric-indent-post-self-insert-function): Use it.
8006
5c3fe83f
SM
8007 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
8008 there's no inferior buffer (bug#10196).
8009 (prolog-consult-compile): Don't use toggle-read-only.
8010
6bdac736
MA
80112011-12-02 Michael Albinus <michael.albinus@gmx.de>
8012
8013 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
8014 interrupt. (Bug#10187)
8015
6131ba7f
SM
80162011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8017
99c79fee
SM
8018 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
8019 (bug#9160).
8020
6131ba7f
SM
8021 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
8022 (bug#10191).
8023
cb0a02ea
JL
80242011-12-02 Juri Linkov <juri@jurta.org>
8025
8026 * info.el (Info-search): Display "end of manual" when Isearch
8027 reaches the end of single-file Info manual. (Bug#9918)
8028
66e0570c
EZ
80292011-12-02 Eli Zaretskii <eliz@gnu.org>
8030
8031 * isearch.el (isearch-message-prefix): Run the input method part
8032 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
8033
02b16839
JL
80342011-12-02 Juri Linkov <juri@jurta.org>
8035
8036 * isearch.el (isearch-occur): Use `word-search-regexp' for
8037 `isearch-word'.
8038 (isearch-search-and-update): Add condition for `isearch-word' and
8039 call `word-search-regexp'. (Bug#10145)
8040
0b950688
GM
80412011-12-01 Glenn Morris <rgm@gnu.org>
8042
8043 * eshell/em-hist.el (eshell-hist-initialize):
8044 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 8045 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 8046
9505c3c7
SM
80472011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8048
8049 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
8050
1bbe96b2 80512011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 8052
a1beca85
SM
8053 * progmodes/verilog-mode.el (verilog-pretty-expr):
8054 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
8055 verilog, such as += *= and the like.
8056 (verilog-assignment-operator-re): Regular expression to find the
8057 assigment operator in a verilog assignment.
8058 (verilog-assignment-operation-re): Regular expression to find an
8059 assignment statement for pretty-expr.
8060 (verilog-in-attribute-p): Query returns true if point is in an
8061 attribute context; used to skip these for expression line up from
8062 pretty-expr.
8063 (verilog-in-parameter-p): Query returns true if point is in an
8064 parameter definition context; used to skip these for expression
8065 line up from pretty-expr.
8066 (verilog-in-parenthesis-p): Query returns true if point is in a
8067 parenthetical expression, specifically ( ) but not [ ] or { };
8068 used by pretty-expr.
8069 (verilog-just-one-space): If there is no space, don't add one.
8070 (verilog-get-lineup-indent-2): Specifically skip just attribute
8071 contexts for expression lineup, rather than skipping all
8072 parenthetical expressions.
8073 (verilog-calculate-indent): Fix comment, and fix indent.
8074 (verilog-do-indent): Indent declarations in lists (suggested by
8075 Joachim Lechner).
8076 (verilog-mode-abbrev-table): Populate abbrev mode with the various
8077 skeleton items.
8078 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
8079 by Alain Mellan).
8080
1bbe96b2 80812011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
8082
8083 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
8084 parameters with embedded comments. Reported by Ray Stevens.
8085 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
8086 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
8087 Reported by Tim Holt.
8088 (verilog-auto): Fix AUTOing a upper module then AUTOing module
8089 instantiated by upper module causing wrong expansion until AUTOed a
8090 second time. Reported by K C Buckenmaier.
8091 (verilog-diff-auto): Fix showing .* as a difference when
8092 `verilog-auto-star-save' off. Reported by Dan Dever.
8093 (verilog-auto-reset, verilog-read-always-signals)
8094 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
8095 temporary signals in reset list if
8096 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
8097 style to each signal's assignment type, bug381.
8098 Reported by Thomas Esposito.
6288f0ca
WS
8099 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
8100 (verilog-uvm-statement-re): Support UVM indentation and
8101 highlighting, with old OVM keywords only.
a1beca85 8102 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
8103 Support AUTOTIEOFF creating non-wire data types.
8104 Suggested by Jonathan Greenlaw.
6288f0ca
WS
8105 (verilog-auto-insert-lisp, verilog-delete-to-paren)
8106 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
8107 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
8108 (verilog-read-sub-decls, verilog-read-sub-decls-line):
8109 Fix mismatching parenthesis inside commented out code when deleting
382c953b 8110 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
8111 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
8112 non-numeric vector width. Reported by Alex Reed.
8113 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 8114 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
8115 (verilog-auto-delete-trailing-whitespace):
8116 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
8117 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
8118 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
8119 Fix verilog-scan-cache corruption when running user AUTO expansion
8120 hooks that call indentation routines.
8121 (verilog-simplify-range-expression): Fix typo ignoring lower case
8122 identifiers.
8123 (verilog-delete-auto): Fix delete-autos to also remove user created
8124 automatics, as long as they start with AUTO.
8125 (verilog-batch-diff-auto, verilog-diff-auto)
8126 (verilog-diff-function): Add `verilog-diff-auto' and bind to
8127 "C-c?" to report differences in AUTO expansion, ignoring spaces.
8128 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
8129 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
8130 (verilog-re-search-forward-quick, verilog-syntax-ppss):
8131 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
8132 is disabled and its cache will get corrupt, causing AUTOS not to
8133 expand. Instead use only -quick functions.
8134 (verilog-scan-region): Fix scanning over escaped quotes.
8135 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
8136 (verilog-re-search-backward-quick)
8137 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
8138 related functions now ignore strings, to fix misparsing of strings
8139 with magic comments embedded in them.
a1beca85
SM
8140 (verilog-read-auto-template):
8141 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
8142 Reported by Brad Dobbie.
8143 (verilog-read-auto-template):
8144 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 8145 Reported by Brad Dobbie.
6288f0ca
WS
8146 (verilog-auto-inst, verilog-auto-inst-param)
8147 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
8148 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
8149 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
8150 debugging templates without merge conflicts, bug357.
8151 Reported by Brad Dobbie.
8152 (verilog-read-auto-template):
8153 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
8154 Reported by Brad Dobbie.
8155 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
8156 abbrevs so user won't be asked to save.
8157 (verilog-read-auto-lisp-present): Fix to start at beginning of
8158 buffer in case called outside of verilog-auto.
8159 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
8160 to "X-2". Reported by Matthew Myers.
8161 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
8162 all inputs from module templates. Reported by Leith Johnson.
8163 (verilog-module-inside-filename-p): Fix locating programs as with
8164 modules.
8165 (verilog-auto-inst-port): Fix vl-width expressions when using
8166 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
8167 (verilog-decls-get-regs, verilog-decls-get-signals,
8168 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
8169 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
8170 verilog-read-decls): Combine reg and wire structures into one var
8171 structure to represent SystemVerilog concepts.
8172 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
8173 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
8174 (verilog-auto-wire-type, verilog-insert-definition):
8175 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
8176 SystemVerilog "logic" keyword instead of "wire"/"reg".
8177 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
8178 to declares outputs that also have assignments (presumably in an
a1beca85
SM
8179 ifdef or generate if so there's not a driver conflict).
8180 Reported by Matthew Myers.
8181 (verilog-auto-declare-nettype, verilog-insert-definition):
8182 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
8183 `default_nettype none. Reported by Julian Gorfajn.
8184 (verilog-read-always-signals-recurse, verilog-read-decls)
8185 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
8186 malformed end statement, bug325. Reported by Joshua Wise and
8187 Andrew Drake.
8188 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
8189 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
8190 when expanding .* in interfaces, bug320.
8191 Reported by Pierre-David Pfister.
6288f0ca 8192 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
8193 name and open parenthesis, bug317.
8194 Reported by Pierre-David Pfister.
6288f0ca
WS
8195 (verilog-simplify-range-expression): Fix simplification of
8196 multiplications inside AUTOWIRE connections, bug303.
8197 (verilog-auto-inst-port): Support parameter expansion in
8198 multidimensional arrays.
8199 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
8200 after "assert property". Reported by Julian Gorfajn.
8201 (verilog-simplify-range-expression): Fix "couldn't merge" errors
8202 with multiplication, bug303.
8203 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
8204 Reported by Jan Frode Lonnum.
8205
1bbe96b2
GM
82062011-11-30 Juanma Barranquero <lekktu@gmail.com>
8207
8208 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
8209 (hfy-shell-file-name, hfy-shell):
8210 * international/fontset.el (x-decompose-font-name): Fix typos.
8211
82122011-11-29 Ken Brown <kbrown@cornell.edu>
8213
8214 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
8215 (gdb-version): Remove defvar.
8216 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
8217 (gdb-gud-context-command, gdb-non-stop-handler)
8218 (gdb-current-context-command, gdb-stopped): Use it.
8219 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
8220 (gdb-non-stop-handler): Don't enable pretty-printing here.
8221 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
8222 non-stop mode. Use the following.
8223 (gdb-check-target-async): New defun.
8224 (gud-watch, gdb-stopped): Fix whitespace.
8225 (gdb-get-source-file): Don't try to display the source file if
8226 `gdb-main-file' is nil.
8227
82282011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
8229
8230 * align.el: Try to generate fewer markers (bug#10047).
8231 (align--set-marker): New macro.
8232 (align-region): Use it.
8233
c935221f
SM
82342011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
8235
8236 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
8237
e70b5064
CY
82382011-11-29 Chong Yidong <cyd@gnu.org>
8239
8240 * indent.el (indent-for-tab-command, indent-according-to-mode):
8241 Doc fix.
8242 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
8243
f3af92b7
MA
82442011-11-29 Michael Albinus <michael.albinus@gmx.de>
8245
8246 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
8247 aware of remote file names. (Bug#10124)
8248
ed472be9
CY
82492011-11-29 Chong Yidong <cyd@gnu.org>
8250
8251 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
8252
24510c22
SM
82532011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
8254
8255 * files.el (find-file): Don't use force-same-window (bug#10144).
8256 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
8257 use pop-to-buffer if the selected window can't be used.
8258 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
8259
c60c3703
EZ
82602011-11-28 Eli Zaretskii <eliz@gnu.org>
8261
8262 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
8263 special-mode-map.
8264
e95def75
CY
82652011-11-28 Chong Yidong <cyd@gnu.org>
8266
8267 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
8268
c3f1c606
NR
82692011-11-27 Nick Roberts <nickrob@snap.net.nz>
8270
8271 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
8272 gdb-get-source-file-list on gdb-create-source-file-list.
8273
00db469c
EZ
82742011-11-26 Eli Zaretskii <eliz@gnu.org>
8275
8276 * whitespace.el (whitespace-newline): Use a different foreground
8277 color for 16-color light-background displays.
8278
4ad3bc2a
CY
82792011-11-24 Chong Yidong <cyd@gnu.org>
8280
8281 * window.el (display-buffer--special-action): Doc fix.
8282
e9fce1ac
JB
82832011-11-25 Juanma Barranquero <lekktu@gmail.com>
8284
8285 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
8286 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
8287 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
8288 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
8289 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
8290 (avl-tree-stack-first):
8291 * emacs-lisp/cconv.el (cconv--analyse-use):
8292 * net/gnutls.el (gnutls-negotiate): Fix typos.
8293
cb825e5d
GM
82942011-11-24 Glenn Morris <rgm@gnu.org>
8295
3adbe224
GM
8296 * lpr.el (lpr-windows-system, lpr-lp-system):
8297 * mail/binhex.el (binhex-begin-line):
8298 * progmodes/grep.el (grep-history, grep-find-history):
8299 * textmodes/flyspell.el:
8300 * vc/pcvs-defs.el (cvs-global-menu):
8301 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
8302 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
8303 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
8304
321decc8
GM
8305 * net/tls.el: Fix case of "GnuTLS".
8306
420b63ad
GM
8307 * paths.el (rmail-file-name): Format doc-string for make-docfile.
8308
cb825e5d
GM
8309 * version.el (emacs-build-system): Give it a doc-string.
8310
a0649f08
JL
83112011-11-24 Juri Linkov <juri@jurta.org>
8312
8313 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
8314
c0bc0fd4
GM
83152011-11-24 Glenn Morris <rgm@gnu.org>
8316
8317 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
8318 if called on a non-mime message just toggle the headers. (Bug#8006)
8319
20db1522
JB
83202011-11-24 Juanma Barranquero <lekktu@gmail.com>
8321
8322 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
8323 (allout-lead-with-comment-string, allout-structure-deleted-hook)
8324 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
8325 (allout-rebullet-heading, allout-open-sibtopic)
8326 (allout-toggle-current-subtree-encryption)
8327 (allout-toggle-subtree-encryption, allout-encrypt-string)
8328 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
8329 (allout-distinctive-bullets-string, allout-auto-activation):
8330 * window.el (window-normalize-buffer-to-display):
8331 * progmodes/verilog-mode.el (verilog-batch-indent):
8332 * textmodes/bibtex.el (bibtex-field-braces-opt)
8333 (bibtex-field-strings-opt):
8334 * vc/cvs-status.el (cvs-tree-merge):
8335 Fix typos.
8336
7262a87c
MA
83372011-11-23 Michael Albinus <michael.albinus@gmx.de>
8338
8339 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
8340 `non-essential' to t, in order to avoid remote connections.
8341
283430a1
EZ
83422011-11-23 Eli Zaretskii <eliz@gnu.org>
8343
a1beca85
SM
8344 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8345 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
8346 case-insensitively.
8347
d2992a38
ML
83482011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8349
8350 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
8351
50419064
GM
83522011-11-23 Glenn Morris <rgm@gnu.org>
8353
da94eca1
GM
8354 * paths.el (rmail-file-name): Reformat the doc-string so that it
8355 is picked up.
8356
9aac4de2
GM
8357 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
8358 (rmail-auto-file): Ignore case in the "special" field names,
8359 as mail-fetch-field does for all others.
8360
8038d2d2
GM
8361 * mail/rmail.el (rmail-forward):
8362 * mail/rmailkwd.el (rmail-set-label):
8363 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
8364 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
8365
f3fe222a
GM
8366 * mail/rmail.el (rmail-current-message): Doc fix.
8367
50419064
GM
8368 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
8369
28109f49
SM
83702011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8371
8372 * server.el (server-eval-and-print): Allow C-g (bug#6585).
8373
394c65f1
GM
83742011-11-22 Glenn Morris <rgm@gnu.org>
8375
8376 * mail/rmailmm.el (test-rmail-mime-handler)
8377 (test-rmail-mime-bulk-handler)
8378 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
8379
f2a0aa3a
JL
83802011-11-21 Juri Linkov <juri@jurta.org>
8381
1154d12e
JB
8382 * calc/calc.el (calc-read-key-sequence):
8383 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 8384
9c34a344
LMI
83852011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8386
8387 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
8388 Tell the caller that the next line needs recomputation, even
8389 though it doesn't start a sexp (bug#10094).
8390
f04a3be9
SM
83912011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8392
8393 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
8394
7978747f
SM
83952011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
8396
f04a3be9
SM
8397 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8398 Use force-same-window.
7978747f 8399
fe7a3057
JB
84002011-11-20 Juanma Barranquero <lekktu@gmail.com>
8401
8402 * descr-text.el (describe-char-unicode-data):
8403 * json.el (json-string-escape):
8404 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
8405 (Footnote-unicode, Footnote-style-p):
8406 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
8407
24901d61
CY
84082011-11-20 Chong Yidong <cyd@gnu.org>
8409
8410 * window.el (replace-buffer-in-windows): Restore interactive spec.
8411
bac7ff22
SM
84122011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
8413
24f3d7b9
SM
8414 * electric.el (electric-indent-mode): Fix last change (too optimistic).
8415
bac7ff22
SM
8416 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
8417 (byte-compile-global-not-obsolete-vars): New var.
8418 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
8419 Use it.
8420 (byte-compile-warn-obsolete): Align text with the one in *Help*.
8421
cd1181db
JB
84222011-11-20 Juanma Barranquero <lekktu@gmail.com>
8423
8424 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
8425 * progmodes/pascal.el (electric-pascal-equal):
8426 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
8427 * xml.el (xml-substitute-special): Fix typos.
8428
7fb18e9e
GM
84292011-11-20 Glenn Morris <rgm@gnu.org>
8430
8431 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
8432 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
8433 Doc fixes.
8434 (rmail-decode-mime-charset): Mark as obsolete.
8435
8436 * mail/rmailsum.el (rmail-message-regexp-p-1):
8437 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
8438 Before using mime functions, check they are set. (Bug#10077)
8439
d5a6b3ba
JL
84402011-11-19 Juri Linkov <juri@jurta.org>
8441
8442 * info.el (Info-finder-find-node): Use `package--builtins' instead
8443 of `package-alist'. Use node names formed by the pattern "Keyword "
8444 and the keyword name.
8445
e981b61f
AS
84462011-11-19 Andreas Schwab <schwab@linux-m68k.org>
8447
1d00653d 8448 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 8449
3ffbc301
JL
84502011-11-19 Juri Linkov <juri@jurta.org>
8451
8452 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
8453 that calls `revert-buffer' on all Info buffers. (Bug#9915)
8454 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
8455 `old-history', `old-history-forward'. Add let-binding
8456 `window-selected'. Remove calls to `kill-buffer',
8457 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
8458 before calling `Info-find-node', so `Info-find-node-2' will reread
8459 the Info file. Restore window positions only when `window-selected'
8460 is non-nil.
8461
30c62133
JL
84622011-11-19 Juri Linkov <juri@jurta.org>
8463
8464 * isearch.el (isearch-lazy-highlight-new-loop):
8465 Remove condition `(not isearch-error)'. (Bug#9918)
8466
8467 * misearch.el (multi-isearch-search-fun): Add condition
8468 `(not bound)' to ignore lazy-highlighting search.
8469 Add the search-failed message "end of multi" when the end of
8470 multi-sequence is reached. Uncapitalize the search-failed
8471 message "Repeat for next buffer".
8472
8473 * info.el (Info-search): Add the search-failed message
8474 "end of the manual" when the end of the manual is reached
8475 in Isearch mode.
8476
645ca9cf
JL
84772011-11-19 Juri Linkov <juri@jurta.org>
8478
8479 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
8480 Use non-destructive `remove' instead of `delete' because
8481 `Info-history-list' stored to `Info-isearch-initial-history-list' in
8482 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
8483
df754f66
JL
84842011-11-19 Juri Linkov <juri@jurta.org>
8485
8486 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
8487 to nil instead of binding `search-ring' and `regexp-search-ring'.
8488 (Bug#9185)
8489
0e23d96a
EZ
84902011-11-19 Eli Zaretskii <eliz@gnu.org>
8491
8492 * simple.el (line-move): Force movement by logical lines for any
8493 hscrolled window, not only when auto-hscroll-mode is on.
8494 (line-move-visual): Update doc string to that effect. (Bug#10076)
8495
8a6ccb66
AS
84962011-11-19 Andreas Schwab <schwab@linux-m68k.org>
8497
8498 * language/european.el (macintosh): Define as alias for mac-roman.
8499
49ae5b39
EZ
85002011-11-19 Eli Zaretskii <eliz@gnu.org>
8501
8502 * mail/rmailmm.el (rmail-mime-display-header)
8503 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
8504 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
8505 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
8506 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
8507 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
8508 of a raw aref.
8509 (rmail-mime-entity-segment): To get past the tagline, move forward
8510 2 more lines, to account for the 2 empty lines that precede and
8511 follow the line with the buttons.
8512 (rmail-mime-update-tagline): Move one more line, to get past the
8513 empty line that follows the buttons in the tagline. (Bug#9520)
8514
c56cad4a
MR
85152011-11-19 Martin Rudalics <rudalics@gmx.at>
8516
8517 * window.el (window-max-delta-1, window-min-delta-1)
8518 (window-min-size-1, window-state-get-1, window-state-put-1)
8519 (window-state-put-2): Use "window--" prefix.
8520
cbe71af3
SM
85212011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
8522
2ad52c60
SM
8523 * emacs-lisp/smie.el: Improve warnings and conflict detection.
8524 (smie-warning-count): New var.
8525 (smie-set-prec2tab): Use it.
8526 (smie-bnf->prec2): Improve warnings. Add docstring.
8527 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
8528 (smie-bnf--set-class): New function.
8529 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
8530 corner case.
8531
6944dbc1
SM
8532 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
8533 (compilation-error-properties, compilation-move-to-column):
8534 Handle compilation-first-column while in the target buffer.
8535
c400c4d7
SM
8536 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
8537 Don't hardcode point-min==1.
8538
6dbe3e96
SM
8539 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
8540 (eshell-rewrite-for-command): Remove workaround.
8541 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
8542 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
8543 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
8544
cbe71af3
SM
8545 * files-x.el (modify-file-local-variable): Obey commenting conventions.
8546
a8e1496d
GM
85472011-11-17 Glenn Morris <rgm@gnu.org>
8548
8549 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8550 Ignore buffer-local generated-autoload-file if it is the same
8551 as the global value. (Bug#10049)
8552
df85d315
JB
85532011-11-17 Juanma Barranquero <lekktu@gmail.com>
8554
8555 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
8556 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
8557 (reftex-toc-previous-heading, reftex-toc-max-level)
8558 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
8559 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
8560 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8561 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8562 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
8563 (reftex-toc-rename-label, reftex-toc-visit-location)
8564 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
8565 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
8566 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
8567 leaving "*toc*" only for references to the buffer.
8568
a0c2d0ae
MR
85692011-11-17 Martin Rudalics <rudalics@gmx.at>
8570
8571 * window.el (window-resize, delete-window, split-window):
8572 Replace window-splits by window-combination-resize.
1d00653d 8573 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 8574
35c0bac8
GM
85752011-11-17 Glenn Morris <rgm@gnu.org>
8576
8577 * progmodes/sh-script.el (sh-font-lock-keywords-var):
8578 Make bash entry derive from sh entry, not shell entry.
8579
d0c8fc8a
MA
85802011-11-16 Michael Albinus <michael.albinus@gmx.de>
8581
7262a87c
MA
8582 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
8583 local file name.
8584
7877f373
JB
85852011-11-16 Juanma Barranquero <lekktu@gmail.com>
8586
8587 * menu-bar.el (menu-bar-file-menu):
8588 * printing.el (pr-ps-utility):
8589 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
8590 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
8591 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
8592 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
8593 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
8594 (icalendar--convert-cyclic-to-ical)
8595 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
8596 (icalendar--convert-ical-to-diary)
8597 (icalendar--convert-recurring-to-diary)
8598 (icalendar--convert-non-recurring-all-day-to-diary)
8599 (icalendar-import-format-sample):
8600 * progmodes/idlw-shell.el (idlwave-shell-mode):
8601 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
8602 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
8603 (vhdl-ps-print-init): Fix typos.
8604
10649b82
KM
86052011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
8606
9d0cfcd6
GM
8607 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
8608 FSF and collapse date sequence, obscure author/maintainer email address
8609 better, remove extra version line, track relocation of author's webpage.
10649b82 8610
9d0cfcd6
GM
8611 * progmodes/python.el (python-pdbtrack-input-prompt)
8612 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
8613 regular python pdb prompts. Adjustments shamelessly taken exactly as
8614 suggested in EmacsWiki page (tiny change):
8615 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 8616
58179cce
JB
86172011-11-16 Juanma Barranquero <lekktu@gmail.com>
8618
8619 * expand.el (expand-pos, expand-index, expand-point):
8620 Remove redundant info from docstring.
8621 (expand-add-abbrevs): Doc fix.
8622 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
8623 (expand-sample-perl-mode-expand-list): Fix typos.
8624
8625 * net/dbus.el (dbus-event-member-name):
8626 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
8627 * term/pc-win.el (msdos-create-frame-with-faces):
8628 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
8629
b6f67890
MR
86302011-11-16 Martin Rudalics <rudalics@gmx.at>
8631
8632 * window.el (split-window, window-state-get-1)
8633 (window-state-put-1, window-state-put-2): Rename occurrences of
8634 window-nest to window-combination-limit.
1d00653d 8635 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 8636
ce7ddba0
CY
86372011-11-16 Chong Yidong <cyd@gnu.org>
8638
8639 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
8640 regexp (Bug#10033).
8641
3ae704f4
SM
86422011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8643
8644 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
8645 `completing-read' will remove *Completions* and will preserve
8646 current-buffer for us.
8647 (tmm-add-prompt): Users of *Completions* will always (re)set its
8648 major mode.
8649 (tmm-old-comp-map): Remove.
8650
6ad1cdde
GM
86512011-11-16 Glenn Morris <rgm@gnu.org>
8652
8653 * mail/rmailedit.el: Require rmailmm when compiling.
8654 (rmail-old-mime-state): New declaration.
8655 (rmail-edit-current-message): If editing a mime message,
8656 edit the "raw" message from the mbox buffer.
8657 (rmail-cease-edit): Handle mime messages. (Bug#9840)
8658
d20faa20
GM
86592011-11-15 Glenn Morris <rgm@gnu.org>
8660
8661 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
8662 which wasn't being used. Add optional arg to force given state.
8663 (rmail-mime): Add optional arg to force given state.
8664
c7015153
JB
86652011-11-15 Juanma Barranquero <lekktu@gmail.com>
8666
8667 * allout.el (allout-encryption-plaintext-sanitization-regexps):
8668 * frame.el (display-mm-dimensions-alist):
8669 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
8670 (outline-move-subtree-down):
8671 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
8672 (newsticker--treeview-do-get-node):
8673 * net/quickurl.el (quickurl-list-buffer-name):
8674 * progmodes/dcl-mode.el (dcl-mode):
8675 * progmodes/gdb-mi.el (gdb-mapcar*):
8676 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
8677
45261b50
GM
86782011-11-15 Glenn Morris <rgm@gnu.org>
8679
8680 * mail/rmail.el (rmail-file-coding-system): It's only ever used
8681 in a boolean sense, so just make it a boolean, and fix the doc.
8682 (rmail-show-mime-function, rmail-mime-feature)
8683 (rmail-require-mime-maybe): Doc fixes.
8684 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
8685
8686 * mail/rmailmm.el (rmail-show-mime): Doc fix.
8687
0d26e0b6
JB
86882011-11-15 Juanma Barranquero <lekktu@gmail.com>
8689
8690 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
8691 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
8692 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
8693 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
8694
447f30f6
GM
86952011-11-15 Glenn Morris <rgm@gnu.org>
8696
672b871d
GM
8697 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
8698 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
8699 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
8700 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
8701 (rmail-mime, rmail-show-mime): Doc fixes.
8702
f6aa5bb1
GM
8703 * term/ns-win.el (mode-line-frame-identification):
8704 Leave it alone. (Bug#10051)
8705
947cd66b
GM
8706 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
8707
447f30f6
GM
8708 * mail/rmailout.el (rmail-output-to-rmail-buffer):
8709 Handle empty buffers. (Bug#9978)
8710
0b381c7e
JB
87112011-11-14 Juanma Barranquero <lekktu@gmail.com>
8712
8713 * international/mule.el (define-charset):
8714 * mail/rmailmm.el (rmail-mime-find-header-encoding):
8715 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
8716 * progmodes/verilog-mode.el (verilog-backward-token):
8717 * textmodes/ispell.el (lookup-words):
8718 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
8719
71e027ac
GM
87202011-11-14 Glenn Morris <rgm@gnu.org>
8721
56632ce4
GM
8722 * progmodes/executable.el
8723 (executable-make-buffer-file-executable-if-script-p):
8724 Handle file-modes returning nil.
8725
40500957
GM
8726 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
8727 message - not necessary, and causes problems. (Bug#9831)
8728
071c2340
GM
8729 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
8730
d3cfca60
GM
8731 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
8732
71e027ac
GM
8733 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
8734 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
8735 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
8736
89d61221
MR
87372011-11-12 Martin Rudalics <rudalics@gmx.at>
8738
8739 * window.el (window-resize, delete-window): Use window-splits
8740 variable instead of function.
8741 (window-state-get-1, window-state-put-2, window-state-put):
8742 Don't deal with windows' splits status.
8743
98282f6f
GM
87442011-11-12 Glenn Morris <rgm@gnu.org>
8745
8746 * apropos.el (apropos-do-all, apropos-library, apropos-value)
8747 (apropos-documentation): Doc fixes.
8748
40a8bdf6
JB
87492011-11-11 Juanma Barranquero <lekktu@gmail.com>
8750
8751 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
8752 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
8753
65bd19ff
SM
87542011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
8755
8756 * electric.el (electric-indent-post-self-insert-function): Make it
8757 possible for a char to only indent in some circumstances.
8758 (electric-indent-mode): Simplify.
8759
54f9154c
MR
87602011-11-11 Martin Rudalics <rudalics@gmx.at>
8761
8762 * window.el (windows-with-parameter): Remove unused function.
8763 (windows-at-side): Rename to window-at-side-list.
8764 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
8765 (window-side-check, window-size-ignore, window-size-fixed-1)
8766 (window-in-direction-2): Prefix with "window--".
8767 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 8768
68cbc58b
GM
87692011-11-11 Glenn Morris <rgm@gnu.org>
8770
8771 * subr.el (eval-after-load): If FILE is already loaded,
8772 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
8773
b2621720
GM
87742011-11-10 Glenn Morris <rgm@gnu.org>
8775
9a4de110
GM
8776 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
8777 Call svn via vc-svn-command rather than vc-do-command.
8778 (vc-svn-command): Add --non-interactive. (Bug#9993)
8779 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
8780
b2621720
GM
8781 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8782 Add toggle-read-only. (Bug#7292)
8783 * files.el (toggle-read-only): Mention that it should only
8784 be used interactively. (Bug#10006)
8785
1dce7193
SM
87862011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8787
d9ac1a1e
SM
8788 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8789 Adjust regexp for OCaml warnings.
8790
0c325082
SM
8791 * electric.el (electric-pair-post-self-insert-function): Let user
8792 turn it off buffer-locally (bug#9932).
8793
90132c14
SM
8794 * progmodes/python.el (python-beginning-of-statement):
8795 Rewrite (bug#2703).
8796
1dce7193
SM
8797 * progmodes/compile.el: Better handle TABs (bug#9749).
8798 (compilation-internal-error-properties)
8799 (compilation-next-error-function): Obey the target buffer's
8800 compilation-error-screen-columns.
8801
c4e7c63a
JB
88022011-11-09 Juanma Barranquero <lekktu@gmail.com>
8803
8804 * progmodes/meta-mode.el: Remove obsolete comments.
8805 (meta-right-comment-regexp, meta-ignore-comment-regexp):
8806 Fix typos in docstrings.
8807
2cffd681
MR
88082011-11-09 Martin Rudalics <rudalics@gmx.at>
8809
8810 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 8811 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
8812 (window--resizable): New function. Make all callers of
8813 window-resizable call window--resizable instead.
8814 (window-resizable): Rewrite in terms of window--resizable.
8815
0edcba87
GM
88162011-11-08 Glenn Morris <rgm@gnu.org>
8817
8818 * progmodes/delphi.el (delphi-mode-syntax-table):
8819 Let define-derived-mode define a proper syntax table. (Bug#9994)
8820
4b0d61e3
SM
88212011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8822
8823 * window.el: Stay away from defsubst.
8824 (window-list-no-nils): Remove.
8825 (window-state-get-1, window-state-get): Use backquote instead.
8826
cd394be1 88272011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 8828
4b0d61e3 8829 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 8830 Fix incorrect use of default argument in `completing-read'.
8831
e1c2c6f2
MR
88322011-11-08 Martin Rudalics <rudalics@gmx.at>
8833
8834 * window.el (display-buffer-function, special-display-function):
8835 Mention display-buffer-record-window but do not mention
8836 help-setup parameter in doc-strings.
b3f4a882 8837 (window-min-delta): Fix doc-string typo.
e1c2c6f2 8838
105216ed
CY
88392011-11-08 Chong Yidong <cyd@gnu.org>
8840
8841 * window.el (window-total-height, window-total-width): Doc fix.
8842 (window-body-size): Move from C.
8843 (window-body-height, window-body-width): Move to C.
8844
0a9f9ab5
SM
88452011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8846
8847 * window.el: Make special-display like display-buffer-alist (bug#9532).
8848 (display-buffer--special-action): New function, morphed
8849 from display-buffer--special.
8850 (display-buffer): Use it to handle special-display-buffers at higher
8851 priority (just after display-buffer-alist).
8852 (display-buffer-fallback-action, display-buffer--other-frame-action)
8853 (pop-to-buffer-same-window): Remove display-buffer--special.
8854
a769dd15
GM
88552011-11-07 Glenn Morris <rgm@gnu.org>
8856
8857 * calendar/cal-menu.el (cal-menu-set-date-title):
8858 Do nothing if not in a calendar. (Bug#9976)
8859
05a61ee3
SM
88602011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8861
8862 * files.el (find-file): Always use selected-window.
8863
be7f5545
MR
88642011-11-07 Martin Rudalics <rudalics@gmx.at>
8865
8866 * window.el (window-combinations): Make WINDOW argument
8867 mandatory. Rewrite doc-string.
8868 (walk-window-subtree, window-atom-check, window-min-delta)
8869 (window-max-delta, window--resize-this-window)
8870 (window--resize-root-window-vertically, window-tree)
8871 (balance-windows, window-state-put): Rewrite doc-strings as to
8872 not mention the term "subwindow".
8873 (window--resize-subwindows-skip-p): Rename to
8874 window--resize-child-windows-skip-p.
8875 (window--resize-subwindows-normal): Rename to
8876 window--resize-child-windows-normal.
8877 (window--resize-subwindows): Rename to
8878 window--resize-child-windows.
8879 (window-or-subwindow-p): Rename to window--in-subtree-p.
8880
3c6702ef
ML
88812011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8882
8883 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
8884 Ensure that mbox format messages end in two newlines (Bug#9974).
8885
49745b39
CY
88862011-11-06 Chong Yidong <cyd@gnu.org>
8887
8888 * window.el (window-combination-p): Function deleted; its
8889 side-effect is not used in any existing code.
8890 (window-combinations, window-combined-p): Call window-*-child
8891 directly.
8892
24300f5f
CY
88932011-11-05 Chong Yidong <cyd@gnu.org>
8894
8895 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
8896 (window-size-ignore, window-state-get): Callers changed.
8897 (window-normalize-window): Rename from window-normalize-any-window.
8898 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 8899 (window-normalize-live-window): Delete.
447f16b8
CY
8900 (window-combination-p, window-combined-p, window-combinations)
8901 (walk-window-subtree, window-atom-root, window-min-size)
8902 (window-sizable, window-sizable-p, window-size-fixed-p)
8903 (window-min-delta, window-max-delta, window-resizable)
8904 (window-resizable-p, window-full-height-p, window-full-width-p)
8905 (window-current-scroll-bars, window-point-1, set-window-point-1)
8906 (window-at-side-p, window-in-direction, window-resize)
8907 (adjust-window-trailing-edge, maximize-window, minimize-window)
8908 (window-deletable-p, delete-window, delete-other-windows)
8909 (record-window-buffer, unrecord-window-buffer)
8910 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
8911 (quit-window, split-window, window-state-put)
8912 (set-window-text-height, fit-window-to-buffer)
8913 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 8914
89bd5ee1
EZ
89152011-11-04 Eli Zaretskii <eliz@gnu.org>
8916
53479029
EZ
8917 * mail/rmail.el (rmail-simplified-subject): Decode subject with
8918 rfc2047-decode-string.
8919 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
8920 warnings.
8921
89bd5ee1
EZ
8922 * window.el (window-body-height, window-body-width): Mention in
8923 the doc string that the return values are in frame's canonical
8924 units. (Bug#9949)
8925
bd17fdee
AM
89262011-11-03 Alan Mackenzie <acm@muc.de>
8927
8928 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
8929 change in cc-engine.el.
8930
acc825c5
SM
89312011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8932
8933 * window.el (switch-to-buffer): Use `force-same-window' interactively.
8934
1885e5b8
MR
89352011-11-02 Martin Rudalics <rudalics@gmx.at>
8936
8937 * window.el (quit-window): Call unrecord-window-buffer after
8938 showing another buffer in the window. (Bug#9937)
acc825c5 8939 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 8940
ebe06da9
JB
89412011-11-02 Juanma Barranquero <lekktu@gmail.com>
8942
8943 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
8944 Accept status with more than 9 shelves. (Bug#9935)
8945 Reported by Colin D Bennett <colin@gibibit.com>.
8946
4ee88440
MR
89472011-11-01 Martin Rudalics <rudalics@gmx.at>
8948
8949 * help.el (with-help-window): Don't reference
8950 temp-buffer-show-specifiers in doc-string.
8951
08e1d82c
AS
89522011-10-31 Andreas Schwab <schwab@linux-m68k.org>
8953
8954 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
8955 menu-item.
8956
84bd6e9e
VJL
89572011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8958
8959 * whitespace.el: New version 13.2.2.
8960 (whitespace-newline-mode): Disable properly. Reported by Sarah
8961 <EmacsWiki>.
8962
dba0634a
UJ
89632011-10-30 Ulf Jasper <ulf.jasper@web.de>
8964
8965 * net/newst-treeview.el: Remove "Time-stamp".
8966 (newsticker--group-manage-orphan-feeds): Do not call
8967 newsticker--treeview-tree-update.
db22a3c2
JB
8968 (newsticker-treeview-update, newsticker-treeview):
8969 Call newsticker--treeview-tree-update if necessary.
dba0634a 8970
3d8daefe
MR
89712011-10-30 Martin Rudalics <rudalics@gmx.at>
8972
8973 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
8974 (window-iso-combinations): Remove "iso-" infix.
8975 Suggested by Chong Yidong.
3d8daefe
MR
8976 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
8977 (window-max-delta-1, window-resize, window--resize-siblings)
8978 (window--resize-this-window, adjust-window-trailing-edge)
8979 (split-window, balance-windows-1)
8980 (shrink-window-if-larger-than-buffer):
8981 * calendar/calendar.el (calendar-generate-window):
db22a3c2 8982 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 8983
1bc4c3ae
SM
89842011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8985
8986 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
8987 in place (bug#9907).
8988 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
8989 (eshell-rewrite-if-command, eshell-rewrite-for-command)
8990 (eshell-structure-basic-command, eshell-rewrite-while-command)
8991 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
8992 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
8993 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
8994 (eshell-do-pipelines-synchronously, eshell-eval-command):
8995 Use backquotes and prefer setq to set.
8996 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
8997 (eshell-macrop): Use functionp.
c1e2f5fa 8998 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 8999
30b65d9c
CY
90002011-10-30 Chong Yidong <cyd@gnu.org>
9001
9002 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
9003 instead of set-mark (Bug#9810).
9004
2d197ffb
CY
90052011-10-30 Chong Yidong <cyd@gnu.org>
9006
9007 * window.el (split-window-below, split-window-right): Rename from
9008 split-window-above-each-other and split-window-side-by-side
9009 respectively. All callers changed.
9010 (split-window-sensibly, split-window-sensibly): Use them.
9011 (split-window-keep-point): Doc fix.
9012
9013 * isearch.el: Add isearch-scroll property to split-window-below
9014 and split-window-right.
9015
9016 * follow.el (follow-mode):
9017 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
9018 * progmodes/ada-xref.el (ada-gdb-application):
9019 * emulation/vip.el (vip-buffer-in-two-windows):
9020 * image-dired.el (image-dired-dired-with-window-configuration):
9021 * dired-x.el (dired-do-find-marked-files):
9022 * dired.el (dired-pop-to-buffer):
9023 * bs.el (bs--show-with-configuration):
9024 * vc/emerge.el (emerge-setup-windows):
9025 * textmodes/two-column.el (2C-two-columns):
9026 * textmodes/reftex-toc.el (reftex-toc):
9027 * progmodes/gdb-mi.el (gdb-setup-windows):
9028 * progmodes/fortran.el (fortran-window-create):
9029 * net/newst-treeview.el (newsticker--treeview-window-init):
9030 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
9031 * emulation/tpu-edt.el (tpu-gold-map):
9032 * emulation/crisp.el (crisp-mode-map):
9033 * calendar/calendar.el (calendar-basic-setup): Callers changed.
9034
38bb2ca8
CY
90352011-10-29 Chong Yidong <cyd@gnu.org>
9036
aa4de341
CY
9037 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
9038
e1eb5385
CY
9039 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
9040
5d2ece3c
CY
9041 * textmodes/flyspell.el (flyspell-word): Fix char offset for
9042 forged Ispell output (Bug#7904).
9043
38bb2ca8
CY
9044 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
9045
d0af9f77
SM
90462011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
9047
9048 * doc-view.el: Avoid ugly errors about not finding nil.
9049 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
9050 (doc-view-dvipdf-program, doc-view-unoconv-program)
9051 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
9052 Avoid nil or absolute file name as default value.
9053 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
9054
52bedd34
AM
90552011-10-28 Alan Mackenzie <acm@muc.de>
9056
db22a3c2 9057 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 9058
7e43cfa5
AM
90592011-10-28 Alan Mackenzie <acm@muc.de>
9060
9061 Amend the handling of c-beginning/end-of-defun in nested declaration
9062 scopes.
9063
52bedd34
AM
9064 * progmodes/cc-vars.el (c-defun-tactic): Move here from
9065 cc-langs.el. Change it to a defcustom.
7e43cfa5 9066
52bedd34
AM
9067 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
9068 cc-vars.el.
7e43cfa5 9069
d0af9f77
SM
9070 * progmodes/cc-engine.el (c-beginning-of-statement-1):
9071 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 9072
52bedd34 9073 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 9074 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
9075 (c-widen-to-enclosing-decl-scope): New function.
9076 (c-while-widening-to-decl-block): New macro.
9077 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
9078 outward for defun boundaries, and correspondingly change symbol
9079 `respect-enclosure' to `go-outward'.
9080 (c-declaration-limits): Change algorithm to report only the "innermost"
9081 defun's boundaries.
9082
1a2ce9ee
DD
90832011-10-28 Deniz Dogan <deniz@dogan.se>
9084
9085 * net/rcirc.el (rcirc-mode): Use hard newlines.
9086
bc97a826
AM
90872011-10-28 Alan Mackenzie <acm@muc.de>
9088
9089 Amend to indent and fontify macros "which include their own semicolon"
9090 correctly, using the "virtual semicolon" mechanism.
9091
52bedd34 9092 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 9093
d0af9f77 9094 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 9095 Recode to scan one line at a time rather than having \n and \r
58179cce 9096 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 9097 (c-forward-label): Amend for virtual semicolons.
58179cce 9098 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 9099
52bedd34
AM
9100 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
9101 of the new C macros.
bc97a826 9102
52bedd34 9103 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
9104 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
9105 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
9106 (c-opt-cpp-macro-define): Make into a full language variable.
9107 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
9108 AWK Mode (including \n, \r) removed, no longer needed.
9109
d0af9f77
SM
9110 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
9111 Invoke c-make-macro-with-semi-re.
bc97a826 9112
52bedd34
AM
9113 * progmodes/cc-vars.el (c-macro-with-semi-re):
9114 (c-macro-names-with-semicolon): New variables.
58179cce 9115 (c-make-macro-with-semi-re): New function.
bc97a826 9116
7a6c0941
SM
91172011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
9118
9119 * vc/log-edit.el: Fill empty field rather than adding new one.
9120 (log-edit-add-field): New function.
9121 (log-edit-insert-changelog): Use it.
9122
b0c4cdcf
ML
91232011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
9124
9125 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
9126
ee1f1da9
SM
91272011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
9128
9129 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
9130 (gdb--check-interpreter): New function.
9131 (gdb): Use it.
9132
51bc5f8b
GM
91332011-10-27 Glenn Morris <rgm@gnu.org>
9134
416a2c45
GM
9135 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
9136 (least-positive-float, least-negative-float)
9137 (least-positive-normalized-float, least-negative-normalized-float)
9138 (float-epsilon, float-negative-epsilon):
9139 Remove unnecessary declarations.
9140
9141 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
9142 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
9143 (least-positive-float, least-negative-float)
9144 (least-positive-normalized-float, least-negative-normalized-float)
9145 (float-epsilon, float-negative-epsilon): Add doc-strings,
9146 based on those in cl.texi.
9147
51bc5f8b
GM
9148 * files.el (set-visited-file-name): If the major-mode changed,
9149 reload the local variables. (Bug#9796)
9150
15de15c6
CY
91512011-10-27 Chong Yidong <cyd@gnu.org>
9152
9153 * subr.el (change-major-mode-after-body-hook): New hook.
9154 (run-mode-hooks): Run it.
9155
ee1f1da9
SM
9156 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9157 Use change-major-mode-before-body-hook.
15de15c6
CY
9158
9159 * simple.el (fundamental-mode):
9160 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
9161 change introducing fundamental-mode-hook.
9162
5430d399
JB
91632011-10-26 Juanma Barranquero <lekktu@gmail.com>
9164
acc825c5 9165 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 9166
ad74a69e
MA
91672011-10-26 Michael Albinus <michael.albinus@gmx.de>
9168
9169 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 9170 tramp.el explicitly. (Bug#7583)
ad74a69e 9171
71d4c2a5
SM
91722011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
9173
9174 * progmodes/octave-mod.el:
9175 * progmodes/octave-inf.el: Update maintainer.
9176
b1f6fa26
CY
91772011-10-26 Chong Yidong <cyd@gnu.org>
9178
9179 * subr.el (with-wrapper-hook): Rewrite doc.
9180
3f04efd6
MA
91812011-10-25 Michael Albinus <michael.albinus@gmx.de>
9182
9183 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 9184 filenames "/method:foo:". (Bug#9793)
3f04efd6 9185
410488d3
SM
91862011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9187
9188 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
9189 (bug#9865).
9190
c1ebb47e
GM
91912011-10-24 Glenn Morris <rgm@gnu.org>
9192
9193 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
9194
7f5c46c7
MA
91952011-10-24 Michael Albinus <michael.albinus@gmx.de>
9196
9197 * notifications.el: Add the requirement of a running D-Bus session
9198 bus to the Commentary.
9199
db2440b6
JL
92002011-10-24 Juri Linkov <juri@jurta.org>
9201
9202 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
9203 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
9204 (Bug#9364)
9205
feecf435
JL
92062011-10-24 Juri Linkov <juri@jurta.org>
9207
9208 * info.el (Info-following-node-name-re): Add newline to the list
9209 of allowed characters for leading space. (Bug#9824)
9210
a3839de2
SM
92112011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9212
acc825c5
SM
9213 * progmodes/octave-inf.el (inferior-octave-mode-map):
9214 Fix C-c C-h binding.
a3839de2
SM
9215 * progmodes/octave-mod.el (octave-help): Remove.
9216
09388e76
MA
92172011-10-23 Michael Albinus <michael.albinus@gmx.de>
9218
9219 Sync with Tramp 2.2.3.
9220
9221 * net/tramp-cache.el (top): Pacify byte-compiler using
9222 `init-file-user' and `site-run-file'.
9223
9224 * net/trampver.el: Update release number.
9225
86c60681
CY
92262011-10-23 Chong Yidong <cyd@gnu.org>
9227
9228 * files.el (toggle-read-only): Remove obsolete comment about
9229 version control.
9230
9231 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
9232 for toggle-read-only. Note that this hasn't called vc-next-action
9233 since 2008-05-02, though it wasn't documented at the time.
9234
a3839de2
SM
9235 * vc/ediff-init.el (ediff-toggle-read-only-function):
9236 Use toggle-read-only.
86c60681 9237
cd5495ff
AM
92382011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
9239
9240 Fix bug #9560, sporadic wrong indentation; improve instrumentation
9241 of c-parse-state.
9242
00b77525 9243 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 9244 correct faulty logical expression.
cd5495ff
AM
9245 (c-parse-state-state, c-record-parse-state-state):
9246 (c-replay-parse-state-state): New defvar/defuns.
9247 (c-debug-parse-state): Use new functions.
9248
42ee24ed
MR
92492011-10-22 Martin Rudalics <rudalics@gmx.at>
9250
9251 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 9252 last fix. Use window-in-direction correctly.
42ee24ed 9253
a7dee7e7
CY
92542011-10-21 Chong Yidong <cyd@gnu.org>
9255
9256 * progmodes/idlwave.el (idlwave-mode):
9257 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
9258 require-final-newline; that's done in prog-mode.
9259 Suggested by Stefan Monnier.
a7dee7e7 9260
e07b9a6d
MR
92612011-10-21 Martin Rudalics <rudalics@gmx.at>
9262
9263 * mouse.el (mouse-drag-window-above)
9264 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
9265 (mouse-drag-mode-line-1, mouse-drag-header-line)
9266 (mouse-drag-vertical-line-rightward-window): Remove.
9267 (mouse-drag-line): New function.
9268 (mouse-drag-mode-line, mouse-drag-header-line)
9269 (mouse-drag-vertical-line): Call mouse-drag-line.
9270 * window.el (window-at-side-p, windows-at-side): New functions.
9271
7e1361d9
UM
92722011-10-21 Ulrich Mueller <ulm@gentoo.org>
9273
9274 * tar-mode.el (tar-grind-file-mode):
9275 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
9276
30fcaf3a
CY
92772011-10-21 Chong Yidong <cyd@gnu.org>
9278
9279 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
9280 * progmodes/vera-mode.el (vera-mode):
9281 Use mode-require-final-newline.
30fcaf3a 9282
516eddb0
GM
92832011-10-20 Glenn Morris <rgm@gnu.org>
9284
db22a3c2 9285 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 9286
10d5f513
CS
92872011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
9288
9289 * emulation/cua-base.el (cua-set-mark): Fix case of string.
9290
ac6c8639
CY
92912011-10-20 Chong Yidong <cyd@gnu.org>
9292
9293 * emulation/cua-base.el (cua-mode):
9294 * mail/footnote.el (footnote-mode):
9295 * mail/mailabbrev.el (mail-abbrevs-mode):
9296 * net/xesam.el (xesam-minor-mode):
9297 * progmodes/bug-reference.el (bug-reference-mode):
9298 * progmodes/cap-words.el (capitalized-words-mode):
9299 * progmodes/compile.el (compilation-minor-mode)
9300 (compilation-shell-minor-mode):
9301 * progmodes/gud.el (gud-tooltip-mode):
9302 * progmodes/hideif.el (hide-ifdef-mode):
9303 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
9304 * progmodes/subword.el (subword-mode):
9305 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
9306 * progmodes/which-func.el (which-function-mode):
9307 * term/tvi970.el (tvi970-set-keypad-mode):
9308 * term/vt100.el (vt100-wide-mode):
9309 * textmodes/flyspell.el (flyspell-mode):
9310 * textmodes/ispell.el (ispell-minor-mode):
9311 * textmodes/nroff-mode.el (nroff-electric-mode):
9312 * textmodes/paragraphs.el (use-hard-newlines):
9313 * textmodes/refill.el (refill-mode):
9314 * textmodes/reftex.el (reftex-mode):
9315 * textmodes/rst.el (rst-minor-mode):
9316 * textmodes/sgml-mode.el (html-autoview-mode)
9317 (sgml-electric-tag-pair-mode):
9318 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
9319 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
9320 * emulation/crisp.el (crisp-mode):
9321 * emacs-lisp/eldoc.el (eldoc-mode):
9322 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
9323 minor mode behavior.
9324
aa42ab43
JL
93252011-10-19 Juri Linkov <juri@jurta.org>
9326
9327 * descr-text.el (describe-char): Add #x2010 and #x2011 to
9328 the list of hard-coded chars with escape-glyph face.
9329
89400f1d
SM
93302011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9331
9332 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
9333
305c07f6
MA
93342011-10-19 Michael Albinus <michael.albinus@gmx.de>
9335
9336 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
9337 running process.
9338
13754b54
GM
93392011-10-19 Glenn Morris <rgm@gnu.org>
9340
9341 * vc/vc-bzr.el (vc-bzr-after-dir-status):
9342 Ignore ignored files. (Bug#9726)
9343
06e21633
CY
93442011-10-19 Chong Yidong <cyd@gnu.org>
9345
9346 Doc fix for minor modes, stating that an omitted argument enables
9347 the mode unconditionally when called from Lisp.
9348
9349 * abbrev.el (abbrev-mode):
9350 * allout.el (allout-mode):
9351 * autoinsert.el (auto-insert-mode):
9352 * autoarg.el (autoarg-mode, autoarg-kp-mode):
9353 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
9354 (global-auto-revert-mode):
9355 * battery.el (display-battery-mode):
9356 * composite.el (global-auto-composition-mode)
9357 (auto-composition-mode):
9358 * delsel.el (delete-selection-mode):
9359 * desktop.el (desktop-save-mode):
9360 * dired-x.el (dired-omit-mode):
9361 * dirtrack.el (dirtrack-mode):
9362 * doc-view.el (doc-view-minor-mode):
9363 * double.el (double-mode):
9364 * electric.el (electric-indent-mode, electric-pair-mode):
9365 * emacs-lock.el (emacs-lock-mode):
9366 * epa-hook.el (auto-encryption-mode):
9367 * follow.el (follow-mode):
9368 * font-core.el (font-lock-mode):
9369 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
9370 * help.el (temp-buffer-resize-mode):
9371 * hilit-chg.el (highlight-changes-mode)
9372 (highlight-changes-visible-mode):
9373 * hi-lock.el (hi-lock-mode):
9374 * hl-line.el (hl-line-mode, global-hl-line-mode):
9375 * icomplete.el (icomplete-mode):
9376 * ido.el (ido-everywhere):
9377 * image-file.el (auto-image-file-mode):
9378 * image-mode.el (image-minor-mode):
9379 * iswitchb.el (iswitchb-mode):
9380 * jka-cmpr-hook.el (auto-compression-mode):
9381 * linum.el (linum-mode):
9382 * longlines.el (longlines-mode):
9383 * master.el (master-mode):
9384 * mb-depth.el (minibuffer-depth-indicate-mode):
9385 * menu-bar.el (menu-bar-mode):
9386 * minibuf-eldef.el (minibuffer-electric-default-mode):
9387 * mouse-sel.el (mouse-sel-mode):
9388 * msb.el (msb-mode):
9389 * mwheel.el (mouse-wheel-mode):
9390 * outline.el (outline-minor-mode):
9391 * paren.el (show-paren-mode):
9392 * recentf.el (recentf-mode):
9393 * reveal.el (reveal-mode, global-reveal-mode):
9394 * rfn-eshadow.el (file-name-shadow-mode):
9395 * ruler-mode.el (ruler-mode):
9396 * savehist.el (savehist-mode):
9397 * scroll-all.el (scroll-all-mode):
9398 * scroll-bar.el (scroll-bar-mode):
9399 * server.el (server-mode):
9400 * shell.el (shell-dirtrack-mode):
9401 * simple.el (auto-fill-mode, transient-mark-mode)
9402 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
9403 (line-number-mode, column-number-mode, size-indication-mode)
9404 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
9405 * strokes.el (strokes-mode):
9406 * time.el (display-time-mode):
9407 * t-mouse.el (gpm-mouse-mode):
9408 * tool-bar.el (tool-bar-mode):
9409 * tooltip.el (tooltip-mode):
9410 * type-break.el (type-break-mode-line-message-mode)
9411 (type-break-query-mode):
9412 * view.el (view-mode):
9413 * whitespace.el (whitespace-mode, whitespace-newline-mode)
9414 (global-whitespace-mode, global-whitespace-newline-mode):
9415 * xt-mouse.el (xterm-mouse-mode): Doc fix.
9416
a3839de2
SM
9417 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9418 Fix autogenerated docstring.
06e21633 9419
5214e501
JL
94202011-10-19 Juri Linkov <juri@jurta.org>
9421
9422 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
9423 by checking environment variables "DESKTOP_SESSION" and
9424 "XDG_CURRENT_DESKTOP". (Bug#9779)
9425
195f8db9
JL
94262011-10-19 Juri Linkov <juri@jurta.org>
9427
9428 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
9429 (browse-url-chromium-program, browse-url-chromium-arguments):
9430 New defcustoms.
9431 (browse-url-default-browser): Check for `browse-url-chromium' and
9432 call `browse-url-chromium-program'.
9433 (browse-url-chromium): New command. (Bug#9779)
9434
343a34ff
JB
94352011-10-18 Juanma Barranquero <lekktu@gmail.com>
9436
9437 * facemenu.el (list-colors-duplicates): On Windows, detect more
9438 duplicates by assuming that only colors matching "^System" are
9439 special "system colors". (Bug#9722)
9440
6978a151
SM
94412011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9442
9443 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
9444 to distinguish the author from the committer.
9445
6a80b297
MA
94462011-10-18 Michael Albinus <michael.albinus@gmx.de>
9447
9448 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
9449
b31a5677
JK
94502011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
9451
9452 * international/mule.el (sgml-html-meta-auto-coding-function):
9453 Add support for detecting encoding in HTML5 specified only as
9454 <meta charset="UTF-8">. Implementation just makes http-equiv and
9455 content-type parts from HTML4 encoding string optional. (Bug#9716)
9456
80c6d77f
GM
94572011-10-18 Glenn Morris <rgm@gnu.org>
9458
9459 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
9460
08b0fee8
CY
94612011-10-18 Chong Yidong <cyd@gnu.org>
9462
9463 * faces.el (cursor): Doc fix.
9464
67e729a5
CY
94652011-10-17 Chong Yidong <cyd@gnu.org>
9466
9467 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
9468
343a34ff 94692011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
9470
9471 * dirtrack.el (dirtrack): Support shell buffers with path
9472 prefixes, e.g. tramp-based remote shells. (Bug#9647)
9473
0bc06380
TZ
94742011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
9475
9476 * json.el: Bump version to 1.3 and note change in History.
9477 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
9478
8b79f3e0
SM
94792011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9480
5a7c536b
SM
9481 * comint.el (comint-insert-input, comint-send-input)
9482 (comint-get-old-input-default, comint-backward-matching-input)
9483 (comint-next-prompt): Use nil instead of `input' for field property of
9484 past user input (bug#114).
9485
96a8a0df
SM
9486 * minibuffer.el (completion--replace): Inherit surrounding properties
9487 (bug#114).
9488 (minibuffer-complete-and-exit): Use it.
9489
8b79f3e0
SM
9490 * comint.el (comint--table-subvert): Quote the all-completions output
9491 (bug#9160).
9492
b8f7ff0d
MR
94932011-10-17 Martin Rudalics <rudalics@gmx.at>
9494
8b79f3e0 9495 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 9496
b8f7ff0d 9497 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 9498 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
9499 entries and separate them from frame entries.
9500
c235b555
GM
95012011-10-15 Glenn Morris <rgm@gnu.org>
9502
9503 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
9504 Doc fixes.
9505
6bbfa6e1
CY
95062011-10-15 Chong Yidong <cyd@stupidchicken.com>
9507
8b79f3e0
SM
9508 * net/network-stream.el (network-stream-open-starttls):
9509 Improve detection of failure due to lack of TLS support.
ec5c990d 9510
6bbfa6e1
CY
9511 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
9512 putting the input text in front and in bold.
9513
98488977
SM
95142011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9515
3d1337be
SM
9516 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
9517
ee0b45e4
SM
9518 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
9519 empty buffer.
9520
98488977
SM
9521 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
9522 unread-command-events rather than pushing yet-another event.
9523
186f4720
EZ
95242011-10-14 Eli Zaretskii <eliz@gnu.org>
9525
9526 * mail/sendmail.el (sendmail-query-once): Improve the wording of
9527 the explanation of the possible choices. Make the options passed
9528 to completing-read shorter.
9529
8b7a997c
AM
95302011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9531
9532 * textmodes/flyspell.el (flyspell-large-region): Make sure
9533 extended character mode is used if defined (Bug#1339).
9534
12587bbb
EZ
95352011-10-13 Eli Zaretskii <eliz@gnu.org>
9536
9537 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
9538 character info for LRE, LRO, RLE, and RLO characters by appending
9539 an invisible PDF.
12587bbb 9540
bad41229
SM
95412011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9542
9543 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
9544 even in case of error; add debug spec; simplify data flow.
9545 (with-timeout-handler): Remove.
9546
28dbc92f
MA
95472011-10-12 Michael Albinus <michael.albinus@gmx.de>
9548
9549 Fix Bug#6019, Bug#9315.
9550
9551 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
9552 complete `buffer-file-name', the local file name part could look
9553 remotely (for example on VMS).
9554
9555 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
9556 `tramp-run-real-handler'.
9557 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
9558 already quoted by '"'.
9559
9560 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
9561 Let `file-name-handler-alist' be nil, the local file name part
9562 could look remotely (for example on VMS).
9563
e1b0b23a
SM
95642011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9565
9566 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
9567 from here...
9568 (flyspell-post-command-hook): ...to here.
9569
a120bde9
SM
95702011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9571
9572 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
9573 if not needed.
9574 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
9575 using completion. Protect against "slow" callers.
9576 Remove the "message hack".
9577
7ce7717b
JL
95782011-10-11 Juri Linkov <juri@jurta.org>
9579
9580 * isearch.el (isearch-lazy-highlight-word): New variable.
9581 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
9582 Use it. (Bug#9727)
9583
c02ee9d6
GM
95842011-10-11 Glenn Morris <rgm@gnu.org>
9585
9586 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
9587 like f90-previous-statement does.
9588
93e616fd 95892011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9590
1f190e73 9591 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
9592 only in interactive use, to avoid error.
9593
af7b6078
SM
95942011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9595
9596 * minibuffer.el (completion-file-name-table): Fix last change,
9597 i.e. ignore normal errors but not the other ones.
9598
0563dae9
MR
95992011-10-10 Martin Rudalics <rudalics@gmx.at>
9600
9601 * window.el (special-display-buffer-names)
9602 (special-display-regexps): Remove some remnants of earlier
9603 changes from doc-strings.
366ca7f3
MR
9604 (quit-windows-on): New function.
9605
9606 * vc/vc.el (vc-revert, vc-rollback):
9607 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
9608 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 9609 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 9610
49677495
MR
96112011-10-09 Martin Rudalics <rudalics@gmx.at>
9612
9613 * window.el (frame-auto-hide-function): Add version tag.
9614 (Bug#9699)
9615
56f2d1e1
MA
96162011-10-09 Michael Albinus <michael.albinus@gmx.de>
9617
9618 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
9619 condition.
9620
112a6592
LL
96212011-10-09 Leo Liu <sdl.web@gmail.com>
9622
9623 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
9624 (Bug#9701)
9625
0812589b
GM
96262011-10-08 Glenn Morris <rgm@gnu.org>
9627
9628 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
9629 before the first code statement zero indent. (Bug#9690)
9630
b2b0776e
CY
96312011-10-08 Chong Yidong <cyd@stupidchicken.com>
9632
9633 * simple.el (count-words-region): Always count in the region.
9634 Report the number of lines and characters too.
9635 (count-words): New command, which counts in the buffer if the
9636 region is inactive, as count-words-region used to.
9637 (count-words--message): New function. Handle plurals.
9638 (count-lines-region): Make it an alias for count-words-region.
9639
9640 * bindings.el (esc-map): Replace count-lines-region with
9641 count-words-region.
9642
c557cd6b
MR
96432011-10-08 Martin Rudalics <rudalics@gmx.at>
9644
9645 * window.el (window--delete): Delete dedicated frame
9646 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 9647 (switch-to-buffer): Fix doc-string typo.
c557cd6b 9648
61a57ef4 96492011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9650
3a7d293b 9651 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 9652
c3833279
CY
96532011-10-07 Chong Yidong <cyd@stupidchicken.com>
9654
9655 * bindings.el ([M-left],[M-right]): Bind to left-word and
9656 right-word respectively.
9657
21ce8245
GM
96582011-10-07 Glenn Morris <rgm@gnu.org>
9659
9660 * cus-start.el (debug-on-quit): Fix custom type.
9661
6d823bb2
LMI
96622011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9663
0181e193
LMI
9664 * subr.el (define-key-after): Clarify that the function is not
9665 useful for non-menu keymaps.
9666
6d823bb2
LMI
9667 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
9668
8e3459ce 96692011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9670
21ce8245 9671 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 9672 in current minibuffer (Fix bug with recursive minibuffers).
9673
a1c2d21e
CY
96742011-10-06 Chong Yidong <cyd@stupidchicken.com>
9675
9676 * progmodes/gdb-mi.el (gdb): Doc fix.
9677
5a4cf282
MR
96782011-10-05 Martin Rudalics <rudalics@gmx.at>
9679
9680 * window.el (frame-auto-hide-function): New option replacing
9681 frame-auto-delete. Suggested by Stefan Monnier.
9682 (window--delete): Call frame-auto-hide-function instead of
9683 investigating frame-auto-delete.
c96111ea
MR
9684 (window-point-1, set-window-point-1): New functions.
9685 (window-in-direction, record-window-buffer, window-state-get-1)
9686 (display-buffer-record-window): Use window-point-1 instead of
9687 window-point.
9688 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 9689
9854542e
SM
96902011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9691
9692 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
9693
8943cfb0
GM
96942011-10-05 Glenn Morris <rgm@gnu.org>
9695
9696 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
9697 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
9698
647ab967
LL
96992011-10-05 Leo Liu <sdl.web@gmail.com>
9700
9701 * subr.el (read-char-choice): Fix argument to buffer-live-p which
9702 works with buffer object.
9703
3ddfbced
SM
97042011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9705
9706 * mpc.el (mpc-tool-bar-map): Add labels.
9707
bdfa5dd2
GM
97082011-10-04 Glenn Morris <rgm@gnu.org>
9709
9710 * calendar/holidays.el (calendar-check-holidays): Doc fix.
9711
0e2070b5
MR
97122011-10-04 Martin Rudalics <rudalics@gmx.at>
9713
9714 * window.el (window--delete): New function.
9715 (frame-auto-delete): Resuscitate option.
9716 (bury-buffer, replace-buffer-in-windows)
9717 (quit-window): Rewrite using window--delete.
9718 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9719 Pass display-buffer-mark-dedicated to window--display-buffer-2
9720 (Bug#9639).
9721
3dc61a09
SM
97222011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9723
915a9b64
SM
9724 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
9725 returns a list (bug#9554). Add remote file name completion.
9726 * comint.el (comint--table-subvert): Curry and get quote&unquote
9727 functions as arguments.
9728 (comint--complete-file-name-data): Adjust call accordingly.
9729 * pcomplete.el (pcomplete--table-subvert): Remove.
9730 (pcomplete-completions-at-point): Use comint--table-subvert instead.
9731
3dc61a09
SM
9732 * minibuffer.el (completion-table-case-fold): Use currying.
9733 (completion--styles-type, completion--cycling-threshold-type):
9734 New constants.
9735 (completion-styles, completion-category-overrides)
9736 (completion-cycle-threshold): Use them.
9737 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
9738 completion-table-case-fold.
9739
8ea0a993
SB
97402011-10-03 Stephen Berman <stephen.berman@gmx.net>
9741
9742 * minibuffer.el (completion-category-overrides): Fix type of styles
9743 and add more user friendly tags (bug#9660).
9744
8c24b7f6
SM
97452011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9746
9747 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
9748 (mule-input-method-string): New widget.
9749 (default-input-method, language-info-custom-alist): Use it.
9750
428fe61a
SM
97512011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9752
32c1fffd
SM
9753 * pcomplete.el: Require comint.
9754 (pcomplete--common-suffix): Remove.
9755 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
9756 (pcomplete--table-subvert): Sync with comint--table-subvert.
9757 (pcomplete--entries): Use comint-completion-file-name-table.
9758 * comint.el (comint-unquote-filename): Simplify.
9759 (comint-completion-file-name-table): New function (bug#9616).
9760 (comint--complete-file-name-data): Use it.
9761
428fe61a
SM
9762 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
9763 (pcmpl-gnu-tar-buffer): Remove.
9764 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
9765 around. Make sure pcomplete-suffix-list is only changed temporarily.
9766 Don't look inside the tar's file if it's too large.
428fe61a 9767
04c52e2f
CY
97682011-10-01 Chong Yidong <cyd@stupidchicken.com>
9769
ce3cefcc
CY
9770 * cus-edit.el (custom-mode-map):
9771 * epa.el (epa-key-list-mode-map):
9772 * man.el (Man-mode-map):
9773 * startup.el (splash-screen-keymap):
9774 * simple.el (special-mode-map): Use scroll-up-command and
9775 scroll-down-command.
9776
9777 * progmodes/idlw-help.el (idlwave-help-mode-map):
9778 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
9779 * net/newst-plainview.el (newsticker-mode-map):
9780 * emulation/ws-mode.el (wordstar-mode-map):
9781 * emulation/vi.el (vi-com-map):
9782 * calc/calc-graph.el (calc-graph-show-dumb):
9783 * term/sun.el (terminal-init-sun):
9784 * term/ns-win.el (global-map):
9785 * progmodes/grep.el (grep-mode-map):
9786 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
9787 * mail/rmail.el (rmail-mode-map):
9788 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
9789
04c52e2f
CY
9790 * custom.el (custom-safe-themes, load-theme): Treat value of t for
9791 custom-safe-themes as special.
9792
79adf8c8
JD
97932011-10-01 Julien Danjou <julien@danjou.info>
9794
9795 * notifications.el (notifications-notify): Fix docstring.
9796
63bd50d3
PS
97972011-10-01 Per Starbäck <per@starback.se>
9798
9799 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
9800
199e4c7e
MR
98012011-09-30 Martin Rudalics <rudalics@gmx.at>
9802
9803 * startup.el (command-line-1): Fix last fix by inserting
9804 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 9805 (Bug#9605) and (Bug#9636)
199e4c7e 9806
fe5f08dd
EZ
98072011-09-29 Eli Zaretskii <eliz@gnu.org>
9808
9809 * simple.el (line-move): If auto-hscroll-mode is disabled and the
9810 window is hscrolled, move by logical lines. (Bug#9607)
9811 (line-move-visual): Update the doc string to the above effect.
9812
b5516bbd
MR
98132011-09-29 Martin Rudalics <rudalics@gmx.at>
9814
ccee00c0
MR
9815 * window.el (display-buffer-record-window): When WINDOW is the
9816 selected window use `point' instead of `window-point'. (Bug#9626)
9817
b5516bbd
MR
9818 * startup.el (command-line-1): Use insert-before-markers when
9819 inserting initial-scratch-message. (Bug#9605)
ccee00c0 9820
b5516bbd
MR
9821 * help.el (help-window): Remove variable.
9822
52aa0014
GM
98232011-09-29 Glenn Morris <rgm@gnu.org>
9824
9825 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
9826
df9a7357
JB
98272011-09-29 Juanma Barranquero <lekktu@gmail.com>
9828
9829 * descr-text.el (describe-char-categories): Accept category
9830 descriptions more than one line long.
9831
a8406c20
SM
98322011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9833
88d9610c
SM
9834 * simple.el (delete-trailing-whitespace): Fix last change.
9835
a5daf810
SM
9836 * progmodes/perl-mode.el (perl-syntax-propertize-function):
9837 Don't confuse "y => 3" as the beginning of a `y' operation.
9838
a8406c20
SM
9839 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
9840 object has more than 4 slots (bug#9613).
9841
a239d4e9
JB
98422011-09-28 Juanma Barranquero <lekktu@gmail.com>
9843
9844 * subr.el (with-output-to-temp-buffer):
9845 * net/quickurl.el (quickurl, quickurl-browse-url):
9846 Fix typos in docstrings.
9847
693fbdb6
EZ
98482011-09-27 Eli Zaretskii <eliz@gnu.org>
9849
9850 * minibuffer.el (completion-styles)
9851 (completion-category-overrides): Cross reference each other in doc
9852 strings.
9853
8b457e28
GM
98542011-09-27 Glenn Morris <rgm@gnu.org>
9855
9856 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
9857 to split-string. (Bug#9606)
9858
85a16208
LMI
98592011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9860
9861 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
9862 (bug#9615).
9863
502f9ebd
CY
98642011-09-27 Chong Yidong <cyd@stupidchicken.com>
9865
9866 * emacs-lisp/package.el (list-packages): Fix echo area message.
9867
7690bdea
LL
98682011-09-27 Leo Liu <sdl.web@gmail.com>
9869
9870 * ido.el (ido-read-internal): Accept cons cell HIST arg.
9871
e2ee6f30
MA
98722011-09-25 Michael Albinus <michael.albinus@gmx.de>
9873
9874 * net/dbus.el (dbus-unregister-object): Don't release services for
9875 registered signals. (Bug#9581)
9876
f3f98342
TZ
98772011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9878
9879 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
9880 function that picks between cfengine 2 and 3 support
9881 automatically. Update docs accordingly.
9882
dd7aa8dd
KH
98832011-09-22 Kenichi Handa <handa@m17n.org>
9884
9885 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
9886 ZERO.
9887 (indian-itrans-v5-table-for-tamil): New variable.
9888 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
9889
3f2b07f8
KM
98902011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
9891
9892 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
9893 that's true if the current command involved collapsing of text.
9894 It's reset to false at the beginning of the next command.
9895 (allout-post-command-business): Move the cursor to the beginning
9896 of entry if the cursor is hidden and collapsing activity just
9897 happened.
9898
371d6a61
CY
98992011-09-24 Chong Yidong <cyd@stupidchicken.com>
9900
9901 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
9902 tracking (Bug#9541).
9903
2ac2721a
UJ
99042011-09-24 Ulf Jasper <ulf.jasper@web.de>
9905
9906 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
9907 (newsticker-show-news): Automatically load html rendering package
9908 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
9909 because w3m-fill-column is let-bound" and the error "Symbol's value
9910 as variable is void: w3m-fill-column".
2ac2721a 9911
fac7ae53
MA
99122011-09-24 Michael Albinus <michael.albinus@gmx.de>
9913
9914 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
9915 Release services only if they are defined. (Bug#9581)
9916
e08b633b
RS
99172011-09-23 Richard Stallman <rms@gnu.org>
9918
e488d29c
RS
9919 * textmodes/paragraphs.el (forward-sentence): For backwards case,
9920 distinguish start of paragraph from start of its text.
9921
19c38752
RS
9922 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
9923
e08b633b
RS
9924 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
9925 (rmail-generate-viewer-buffer): Put that hook on view buffer.
9926 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
9927
0a39f27e
AS
99282011-09-23 Andreas Schwab <schwab@linux-m68k.org>
9929
9930 * international/mule-diag.el (mule-diag): Insert a newline after
9931 each fontset description.
9932
db4e950d
SM
99332011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9934
9935 * simple.el (delete-trailing-whitespace):
9936 Document last change; simplify.
9937
eca3f3ea
PW
99382011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
9939
d68e189a
PW
9940 * simple.el (delete-trailing-whitespace): Also delete
9941 extra newlines at the end of the buffer.
9942
eca3f3ea
PW
9943 * textmodes/picture.el: Make motion commands obey shift-select-mode.
9944 (picture-newline): Use forward-line so as to ignore fields.
9945
01c157cc
SM
99462011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9947
9948 * subr.el (with-wrapper-hook): Fix edebug spec.
9949
022de23e
LMI
99502011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9951
9952 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
9953 (bug#4538).
9954
91683089
MA
99552011-09-23 Michael Albinus <michael.albinus@gmx.de>
9956
eca3f3ea
PW
9957 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
9958 Fix nasty bug using wrong cached values.
91683089 9959
5bdd6fa4
AM
99602011-09-23 Alan Mackenzie <acm@muc.de>
9961
9962 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
9963
97adfb97
CY
99642011-09-23 Chong Yidong <cyd@stupidchicken.com>
9965
9966 * window.el (pop-to-buffer): Ensure right window is selected if we
9967 chose another frame.
9968
d4ef2b50
EZ
99692011-09-22 Eli Zaretskii <eliz@gnu.org>
9970
9971 * simple.el (what-cursor-position): Use get-char-property-change
9972 and next-single-char-property-change, to be able to show display
9973 properties that come from overlays as well as text properties.
9974
72258fe5
CY
99752011-09-22 Chong Yidong <cyd@stupidchicken.com>
9976
9977 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
9978
9979 * cmuscheme.el (run-scheme, switch-to-scheme):
9980 * cus-edit.el (customize-group, custom-buffer-create)
9981 (customize-browse):
9982 * info.el (info):
9983 * shell.el (shell):
9984 * mail/sendmail.el (mail):
9985 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
9986
8f098516
RS
99872011-09-22 Richard Stallman <rms@gnu.org>
9988
9989 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
9990 move back only to line beg, don't move back over blank lines.
9991
e74f1bb6
MA
99922011-09-22 Michael Albinus <michael.albinus@gmx.de>
9993
9994 * files.el (copy-directory): Set directory attributes only in case
9995 they could be retrieved from the source directory. (Bug#9565)
9996
bfeef8b6
DK
99972011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
9998
9999 * progmodes/hideshow.el (hs-looking-at-block-start-p)
10000 (hs-find-block-beginning, hs-hide-level-recursive):
10001 Ignore strings as well as comments. (Bug#9502)
10002
7e423bb8
AS
100032011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
10004
10005 * progmodes/sql.el (sql-comint-postgres):
10006 Convert port number to a string. (Bug#9566)
10007
b4d72fcf
MR
100082011-09-22 Martin Rudalics <rudalics@gmx.at>
10009
10010 * window.el (quit-window): Undedicate window when switching to
10011 previous buffer. Reported by Thierry Volpiatto
10012 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
10013 (special-display-popup-frame): When popping up a new frame reset
10014 its previous buffers to nil. Simplify code.
b4d72fcf 10015
a7b88dc6
MA
100162011-09-21 Michael Albinus <michael.albinus@gmx.de>
10017
10018 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
10019 and process filter, as done also in `shell-command'.
10020
cf4eacfd
MR
100212011-09-21 Martin Rudalics <rudalics@gmx.at>
10022
eca3f3ea 10023 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
10024 Call set-window-start with NOFORCE argument t.
10025 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
10026 (quit-window): Reword doc-string. Handle new format of
10027 quit-restore parameter. Don't delete window if it has a
10028 previous buffer we can show instead of the present one.
10029 (display-buffer-record-window): Rewrite using a new format for
10030 the quit-restore window parameter
10031 (special-display-popup-frame, display-buffer-same-window)
10032 (display-buffer-reuse-window, display-buffer-pop-up-frame)
10033 (display-buffer-pop-up-window, display-buffer-use-some-window):
10034 Adapt symbol passed to display-buffer-record-window.
10035 * help.el (help-window-setup): Handle new format of quit-restore
10036 parameter.
10037
8d28cb95
SM
100382011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10039
94ab793f
SM
10040 * faces.el (face-list): Fix docstring (bug#9564).
10041
8d28cb95
SM
10042 * window.el (display-buffer--action-function-custom-type):
10043 Don't include internal functions in the Custom interface.
10044
3820edeb
JL
100452011-09-20 Juri Linkov <juri@jurta.org>
10046
10047 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
10048 (Info-forward-node, Info-backward-node, Info-next-preorder)
10049 (Info-last-preorder): Use it. (Bug#9528)
10050
5147931d
JL
100512011-09-20 Juri Linkov <juri@jurta.org>
10052
10053 * info.el (Info-last-preorder): Visit last menu item only when
10054 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
10055
cf499a1a
JD
100562011-09-20 Julien Danjou <julien@danjou.info>
10057
10058 * password-cache.el (password-cache-remove): Remove entries even if the
10059 value is nil, so that password with a nil value (negative caching) is
10060 possible to invalidate.
10061
f84e2fe2
LM
100622011-09-20 Lawrence Mitchell <wence@gmx.li>
10063
10064 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
10065 all whitespace around breakpoint. (Bug#9553)
10066 (f90-find-breakpoint): Only break at whitespace inside a comment.
10067
78054a46
SM
100682011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
10069
10070 * minibuffer.el (completion-file-name-table): Keep track of errors.
10071 (completion-table-with-predicate): Handle the case where pred1 is nil.
10072 * pcomplete.el (pcomplete-completions-at-point): Simplify.
10073
345083b2
SM
100742011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10075
e24e27be
SM
10076 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
10077 (debugger-return-value): Signal an error if the debugging context does
10078 not await any return value.
10079
345083b2
SM
10080 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
10081 * image-mode.el (image-toggle-display-text)
10082 (image-toggle-display-image): Stay away from evil `intangible'.
10083
08d355e3
LL
100842011-09-19 Leo Liu <sdl.web@gmail.com>
10085
10086 * replace.el (occur-revert-arguments): Make it permanent-local.
10087 (occur-mode): Don't call font-lock-defontify.
10088
f01da43f
CY
100892011-09-19 Chong Yidong <cyd@stupidchicken.com>
10090
10091 * net/ldap.el (ldap-search-internal): Don't push empty search
10092 result (Bug#9508).
10093
b6072fa6
SM
100942011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10095
10096 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
10097
443d6696
MA
100982011-09-19 Michael Albinus <michael.albinus@gmx.de>
10099
10100 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
10101 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
10102
7cc6e154
JL
101032011-09-18 Juri Linkov <juri@jurta.org>
10104
10105 * buff-menu.el (Buffer-menu-mode-map):
10106 * dired.el (dired-mode-map):
10107 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
10108 (lisp-interaction-mode-map):
10109 * emacs-lisp/package.el (package-menu-mode-map):
10110 * epa.el (epa-key-list-mode-map):
10111 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
10112 (menu-bar-options-menu):
10113 * outline.el (outline-mode-menu-bar-map):
10114 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
10115 * vc/vc-dir.el (vc-dir-menu-map):
10116 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
10117 Capitalize non-function content words in menu item strings.
10118
10119 * dired.el (dired-mode-map): Add menu item for
10120 `image-dired-dired-toggle-marked-thumbs'.
10121
80302a81
JL
101222011-09-18 Juri Linkov <juri@jurta.org>
10123
10124 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
10125 to `isearch-case-fold-search' and restore its original value
10126 after the `isearch-mode' call.
10127
46c5cf66
JL
101282011-09-18 Juri Linkov <juri@jurta.org>
10129
10130 * progmodes/grep.el (grep-process-setup): Don't check code for 1
10131 because `zgrep' returns 1 for successful matches (bug#9226).
10132
d18b513b
JL
101332011-09-18 Juri Linkov <juri@jurta.org>
10134
10135 * info.el (Info-extract-menu-node-name): Check the second match
10136 for empty string (second test-case of bug#9528).
10137 (Info-last-preorder): Let-bind `Info-history' to nil to not add
10138 intermediate nodes to the history (first test-case of bug#9528).
10139
72753f87
JL
101402011-09-18 Juri Linkov <juri@jurta.org>
10141
10142 * info.el (Info-mode-syntax-table): New variable.
1154d12e 10143 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 10144
c9384295
JL
101452011-09-18 Juri Linkov <juri@jurta.org>
10146
1154d12e
JB
10147 * info.el (Info-file-supports-index-cookies):
10148 Increment line-beginning-position's arg from 3 to 4 because makeinfo
10149 outputs one more line for long file names (bug#4142).
c9384295 10150
d473dce8
CY
101512011-09-18 Chong Yidong <cyd@stupidchicken.com>
10152
10153 * newcomment.el (comment-normalize-vars): If prompting for
10154 comment-start, set comment-start-skip too (Bug#8424).
10155
2176854d
JB
101562011-09-18 Johan Bockgård <bojohan@gnu.org>
10157
10158 * icomplete.el: Fix previous fix of Bug#5849.
10159 (icomplete-mode): Don't set completion-show-inline-help.
10160 (icomplete-minibuffer-setup): Set completion-show-inline-help
10161 locally during icompletion.
10162
3aace4e4
CY
101632011-09-18 Chong Yidong <cyd@stupidchicken.com>
10164
c940224f
CY
10165 * woman.el (woman2-process-escapes): Don't delete unrecognized
10166 escapes (Bug#7843).
10167
3aace4e4
CY
10168 * files.el (inhibit-first-line-modes-regexps): Add image files.
10169 (hack-local-variables-prop-line): Return nil for malformed
10170 prop-lines (Bug#9044).
10171
710dec63
MA
101722011-09-18 Michael Albinus <michael.albinus@gmx.de>
10173
10174 * net/tramp.el (top): Don't require 'shell.
10175 (tramp-methods): Fix docstring.
10176 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
10177 Return complete remote file name. Handle "smb" case.
10178 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
10179 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
10180
10181 * net/tramp-compat.el (top): Require 'shell.
10182
10183 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
10184 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
10185 `tramp-current-host'.
10186 (tramp-get-remote-tmpdir): Remove.
10187
10188 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
10189 `tramp-tmpdir' entries.
10190 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
10191 (tramp-smb-handle-file-attributes): Ignore errors.
10192 (tramp-smb-wait-for-output): Check also for process end.
10193
5d5ac8ec
LMI
101942011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10195
10196 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
10197 when sending QUIT (bug#9312).
10198
8c0f49f0
CY
101992011-09-17 Chong Yidong <cyd@stupidchicken.com>
10200
10201 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
10202 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
10203 occur-mode-display-occurrence.
10204 (occur-edit-mode): Add usage message.
10205 (occur-cease-edit): New command.
10206 (occur-after-change-function): Use text properties to find the
10207 position of the prefix text.
10208 (occur-engine): Set stickiness of prefix text properties.
10209
8f1383f7
GM
102102011-09-17 Glenn Morris <rgm@gnu.org>
10211
10212 * progmodes/etags.el (complete-tag):
10213 Fix call to completion-in-region. (Bug#9526)
10214
744ba0e3
JL
102152011-09-17 Juri Linkov <juri@jurta.org>
10216
10217 * textmodes/ispell.el (ispell-word): Add to the error message
10218 the word, ispell program name and current dictionary (bug#9121).
10219 (ispell-tex-arg-end): Capitalize "error" in the error message.
10220
d9bbf400
AS
102212011-09-17 Andreas Schwab <schwab@linux-m68k.org>
10222
10223 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
10224 check. (Bug#4251)
10225
8da11505
JL
102262011-09-17 Juri Linkov <juri@jurta.org>
10227
10228 * window.el (window-safe-min-height, window-safe-min-width):
10229 Fix typos (followup to bug#9522).
10230
a91adc7e
SJ
102312011-09-17 Sven Joachim <svenjoac@gmx.de>
10232
10233 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
10234
064f328a
EZ
102352011-09-16 Eli Zaretskii <eliz@gnu.org>
10236
10237 * simple.el (line-move): If goal-column is set, move by logical
10238 lines, not by display lines. (Bug#971)
10239 (next-line, previous-line, goal-column, line-move-visual): Doc fix
10240 to reflect the above change.
10241
e69df516
SM
102422011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
10243
10244 * image.el (imagemagick-register-types): Use regexp-opt.
10245
cbb0f9ab
CY
102462011-09-15 Chong Yidong <cyd@stupidchicken.com>
10247
10248 * window.el (display-buffer-base-action): Rename from
10249 display-buffer-default-action. Make default value empty.
10250 (display-buffer-overriding-action): Convert to defvar.
10251 (display-buffer-fallback-action): New var.
10252
25322144
CY
102532011-09-15 Chong Yidong <cyd@stupidchicken.com>
10254
10255 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
10256 declaration.
10257 (package--add-to-archive-contents): If there is a duplicate entry
10258 with an older version, remove it.
10259 (package-menu-mark-delete, package-menu-mark-install)
10260 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
10261 (package-menu-mark-obsolete-for-deletion):
10262 Use package-menu-get-status instead of a regexp search.
25322144
CY
10263 (package-menu-get-status): Use tabulated-list-entry.
10264 (package-menu-mark-upgrades): New command.
d770725a 10265 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
10266 (package-menu-execute): Do installation before deletion.
10267 (package-menu-refresh, package-menu-execute): Use derived-mode-p
10268 instead of checking major-mode.
10269 (package-menu--find-upgrades): New function.
10270
7520339c
LMI
102712011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10272
10273 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
10274 passwords in the log buffer.
65a046c4
LMI
10275 (smtpmail-process-filter): Update the process marker so that the
10276 "broken by peer" status message is inserted in the right place.
7520339c 10277
d3c30954
SM
102782011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
10279
3fe48822
SM
10280 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
10281 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
10282 bibtex-completion-at-point-function.
10283 (bibtex-completion-at-point-function): Use them.
10284
1b8b3954
SM
10285 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
10286
d3c30954
SM
10287 * mpc.el (mpc-constraints-tag-lookup): New function.
10288 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
10289 also to browser "album|playlist".
10290
72779976
JL
102912011-09-14 Juri Linkov <juri@jurta.org>
10292
10293 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
10294 (isearch-edit-string): Use length of `isearch-string' when
10295 `isearch-fail-pos' returns nil.
10296 (isearch-message): Remove duplicate code and call
10297 `isearch-fail-pos' with arg `t'.
10298
a0bf2bcd
CY
102992011-09-14 Chong Yidong <cyd@stupidchicken.com>
10300
17bb0a2d
CY
10301 * replace.el (occur-mode-goto-occurrence): Don't force using other
10302 window (Bug#9499).
10303
a0bf2bcd
CY
10304 * dired-aux.el (dired-do-chmod): Don't provide initial input.
10305
f678e0b6
MR
103062011-09-14 Martin Rudalics <rudalics@gmx.at>
10307
10308 * window.el (display-buffer-window): Remove.
10309 (display-buffer-record-window): Use help-setup window parameter
10310 instead of variable display-buffer-window.
10311 (display-buffer-function, special-display-buffer-names)
10312 (special-display-function): Mention help-setup parameter instead
10313 of display-buffer-window in doc-string.
d3c30954
SM
10314 * help.el (help-window-setup): New argument help-window.
10315 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
10316 Reword some messages.
10317 (with-help-window): Pass window used for displaying the buffer
10318 to help-window-setup. Don't set display-buffer-window.
10319
8e39b2e8
GM
103202011-09-13 Glenn Morris <rgm@gnu.org>
10321
10322 * emacs-lisp/debug.el (debugger-make-xrefs):
10323 Preserve point. (Bug#9462)
10324
85e9c04b
CY
103252011-09-13 Chong Yidong <cyd@stupidchicken.com>
10326
10327 * window.el (window-deletable-p): Use next-frame.
10328
1b36ed6a
MR
103292011-09-13 Martin Rudalics <rudalics@gmx.at>
10330
10331 * window.el (window-auto-delete): Remove.
10332 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 10333 dedication and previous buffers.
1b36ed6a
MR
10334 (switch-to-prev-buffer): Don't delete window.
10335 (delete-windows-on): Delete a window's frame if and only if the
10336 window is dedicated.
10337 (replace-buffer-in-windows): Delete buffer's window or frame if
10338 and only if window is dedicated.
10339 (quit-window): Handle quit-restore as before last change.
4d61f28d 10340 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 10341
ef8ef9fb
CY
103422011-09-13 Chong Yidong <cyd@stupidchicken.com>
10343
10344 * window.el (window-deletable-p): Never delete the last frame on a
10345 given terminal.
10346
b2cba41e
GM
103472011-09-13 Glenn Morris <rgm@gnu.org>
10348
10349 * help.el (describe-key-briefly): Copy previous standard-output change.
10350
51553db6 103512011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
10352
10353 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
10354
b7556719
GM
103552011-09-13 Glenn Morris <rgm@gnu.org>
10356
10357 * emacs-lisp/lisp-mode.el (lisp-indent-function):
10358 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
10359
64b51947
CY
103602011-09-12 Chong Yidong <cyd@stupidchicken.com>
10361
10362 * dired-aux.el (dired-mark-read-string): Don't return default
10363 value on empty input (Bug#9361).
10364 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
10365 Omit initial minibuffer contents.
10366 (dired-do-chmod): Signal an error on empty input.
10367 (dired-mark-read-string): Don't return default on empty input.
10368
10369 * files.el (file-modes-symbolic-to-number): Doc fix.
10370
393a301e
SM
103712011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10372
10373 * international/mule-cmds.el (ucs-completions): Remove.
10374 (read-char-by-name): Use complete-with-action instead; add metadata.
10375
fa5660f9
CY
103762011-09-11 Chong Yidong <cyd@stupidchicken.com>
10377
10378 * window.el (display-buffer--action-function-custom-type)
10379 (display-buffer--action-custom-type): New vars.
10380 (display-buffer-alist, display-buffer-default-action)
10381 (display-buffer-overriding-action): Add defcustom types.
10382
4a592f66
CY
10383 * frame.el (delete-other-frames): Doc fix (Bug#276).
10384
73d56dbd
LMI
103852011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10386
10387 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
10388
37ac18a3
CY
103892011-09-11 Chong Yidong <cyd@stupidchicken.com>
10390
10391 Change modes that used same-window-* vars to use switch-to-buffer.
10392
10393 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
10394 Use switch-to-buffer.
10395
10396 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
10397 (customize-browse, custom-buffer-create-other-window):
10398 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
10399
10400 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
10401 (Info-prev, Info-up, Info-speedbar-goto-node)
10402 (info-display-manual): Use switch-to-buffer.
10403 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
10404
10405 * mail/sendmail.el (mail): Use switch-to-buffer.
10406 (mail-recover): Use switch-to-buffer-other-window.
10407
10408 * cmuscheme.el (run-scheme, switch-to-scheme):
10409 * ielm.el (ielm):
10410 * shell.el (shell):
10411 * net/rlogin.el (rlogin):
10412 * net/telnet.el (telnet, rsh):
10413 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
10414
10195bd6
AS
104152011-09-11 Andreas Schwab <schwab@linux-m68k.org>
10416
10417 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
10418
b322f63a
LMI
104192011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10420
39d7fed6
LMI
10421 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
10422 so don't mention it (bug#9301).
ba5a81f1 10423 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 10424
ee0e9f11
LMI
10425 * faces.el (face-spec-set-match-display): Make `(type graphic)'
10426 match `x', `w32' and `ns', like the manual says (bug#9029).
10427
0b1c89c1 10428 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
10429 (process-kill-buffer-query-function): Mention the buffer name in
10430 the query.
0b1c89c1 10431
77549ea8
LMI
10432 * image-mode.el (image-next-line): The line parameter is mandatory
10433 (bug#9258).
10434
803ef892
LMI
10435 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
10436 which can be useful (bug#9301).
10437
12980837
LMI
10438 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
10439
91054f8f
LMI
10440 * subr.el (match-string): Mention that the current buffer should
10441 be the same as the search was done in (bug#9282).
10442
b322f63a
LMI
10443 * facemenu.el: Disable the remove-* commands if the mark isn't
10444 active (bug#9162).
10445
3199b96f
CY
104462011-09-10 Chong Yidong <cyd@stupidchicken.com>
10447
10448 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
10449 of display-buffer.
10450 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
10451
10452 * replace.el (occur-mode-goto-occurrence)
10453 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
10454 and display-buffer.
10455
10456 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
10457 display-buffer.
10458
10459 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
10460 special-display and same-window variables.
10461 (mail-other-window): Use switch-to-buffer-other-window.
10462 (mail-other-frame): USe switch-to-buffer-other-frame.
10463
393a301e
SM
10464 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
10465 Use display-buffer-other-frame.
3199b96f
CY
10466 (gdb-display-gdb-buffer): Use pop-to-buffer.
10467
10468 * progmodes/gud.el (gud-goto-info): Use info-other-window.
10469
10470 * progmodes/python.el: Don't set same-window-buffer-names.
10471
10472 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
10473
10474 * window.el (display-buffer-alist): Add *Python*.
10475
8319e0bf
CY
104762011-09-10 Chong Yidong <cyd@stupidchicken.com>
10477
10478 * window.el (display-buffer-alist): Add entry for buffers
10479 previously handled same-window-*.
10480 (display-buffer-alist, display-buffer-default-action)
10481 (display-buffer-overriding-action): Mark as risky.
10482 (display-buffer-alist): Document action function changes.
10483 (display-buffer--same-window-action)
10484 (display-buffer--other-frame-action): New variables.
10485 (switch-to-buffer, display-buffer-other-frame): Use them.
10486 (display-buffer): Rename reuse-frame entry to reusable-frames.
10487 (display-buffer-reuse-selected-window): Function deleted.
10488 (display-buffer-reuse-window): Handle reusable-frames alist entry.
10489 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
10490 (display-buffer-special): New function.
10491 (display-buffer--maybe-pop-up-frame-or-window): Rename from
10492 display-buffer-reuse-or-pop-window. Split off special-display
10493 part into display-buffer-special.
10494 (display-buffer-use-some-window): Don't perform any special
10495 pop-up-frames handling.
10496 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 10497 (display-buffer--maybe-same-window): Rename from
0d3ff375 10498 display-buffer-maybe-same-window.
8319e0bf 10499
919a69aa
CY
10500 * info.el: Don't set same-window-regexps.
10501 (info-setup): New function.
10502 (info-other-window, info): Call it.
10503
10504 * cus-edit.el: Don't set same-window-regexps.
10505 (customize-group): New argument.
10506 (customize-group-other-window): Use it.
10507 (customize-face, customize-face-other-window): Likewise.
10508 (custom-buffer-create-other-window): Use pop-to-buffer directly.
10509
8319e0bf
CY
10510 * net/rlogin.el:
10511 * net/telnet.el:
10512 * progmodes/gud.el: Don't set same-window-regexps.
10513
10514 * cmuscheme.el:
10515 * ielm.el:
10516 * shell.el:
10517 * mail/sendmail.el:
10518 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
10519
25173000
JL
105202011-09-10 Juri Linkov <juri@jurta.org>
10521
10522 * isearch.el (isearch-edit-string): Remove obsolete mention of
10523 `C-w' (`isearch-yank-word-or-char') from docstring.
10524 (isearch-query-replace): Fix typo in docstring (bug#9466).
10525
056e44ef
JL
105262011-09-10 Juri Linkov <juri@jurta.org>
10527
10528 * paren.el (show-paren-function): Don't show escaped parens.
10529 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
10530
c3760c17
EZ
105312011-09-10 Eli Zaretskii <eliz@gnu.org>
10532
10533 * mail/sendmail.el (mml-to-mime, mml-attach-file)
10534 (mm-default-file-encoding): Remove autoload forms, they are
10535 replaced with autoload cookies in mml.el and mm-encode.el.
10536 (mail-add-attachment): New command.
10537 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
10538 (mail-mode): Mention mail-insert-file and mail-add-attachment in
10539 the doc string.
10540 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
10541
fece895e
RT
105422011-09-10 Reuben Thomas <rrt@sc3d.org>
10543
e69df516
SM
10544 * simple.el (count-words-region): Use buffer if there's no region
10545 (bug#9429).
fece895e 10546
5e68ce4a
JL
105472011-09-09 Juri Linkov <juri@jurta.org>
10548
10549 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
10550 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
10551 (wdired-isearch-filter-read-only): New function. (Bug#6362)
10552
0a6b9622
AM
105532011-09-09 Alan Mackenzie <acm@muc.de>
10554
10555 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
10556 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
10557
14a29deb
EZ
105582011-09-09 Eli Zaretskii <eliz@gnu.org>
10559
10560 Fix for Savannah bug#9392.
10561 * simple.el (mail-encode-mml): New defvar.
10562
10563 * mail/rmail.el (mail-encode-mml): Add a defvar.
10564 (rmail-enable-mime-composing): Default to t.
10565 (rmail-forward): Use MIME method of forwarding only if both
10566 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
10567 Set mail-encode-mml non-nil if the MIME method was used.
10568
10569 * mail/sendmail.el (mml-to-mime): Add autoload form.
10570 (mail-encode-mml): Add a defvar.
10571 (mail-mode): Make mail-encode-mml buffer-local and initialize it
10572 to nil.
10573 (mail-send): If mail-encode-mml is non-nil, run the outgoing
10574 message through mml-to-mime, and reset mail-encode-mml to nil.
10575
28c45130
GM
105762011-09-09 Glenn Morris <rgm@gnu.org>
10577
10578 * woman.el (woman-if-body): When processing an .el block,
10579 do not delete the next .el block as well. (Bug#9447)
69f4b618 10580 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 10581
9b1c252e
MR
105822011-09-08 Martin Rudalics <rudalics@gmx.at>
10583
10584 * window.el (window-deletable-p): Make sure window is live before
10585 invoking window-prev-buffers.
10586
567457e3
LL
105872011-09-08 Leo Liu <sdl.web@gmail.com>
10588
10589 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
10590
97f05794
JL
105912011-09-08 Juri Linkov <juri@jurta.org>
10592
10593 * progmodes/compile.el (compilation-environment): Make it
10594 a defcustom (bug#8340).
10595
8b0874b5
MR
105962011-09-08 Martin Rudalics <rudalics@gmx.at>
10597
10598 * window.el (frame-auto-delete): Rename to window-auto-delete.
10599 Make it control auto-deletion of windows and/or frames.
10600 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 10601 for deleting window/frame. (Bug#9419)
8b0874b5
MR
10602 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
10603 Rewrite handling of case when window/frame can be deleted.
10604 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 10605 argument t. (Bug#9456)
8b0874b5 10606
4feb6e73
CY
106072011-09-07 Chong Yidong <cyd@stupidchicken.com>
10608
10609 * help-mode.el (help-mode): Restore autoload.
10610
91ab9c13
JL
106112011-09-07 Juri Linkov <juri@jurta.org>
10612
10613 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
10614 `compilation-environment'. Set buffer-local
10615 `compilation-environment' to `thisenv' later after (funcall mode).
10616 (Bug#8340)
10617
10618 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
10619 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
10620 instead of replacing its value. (Bug#8340)
10621
0527e251
JL
106222011-09-07 Juri Linkov <juri@jurta.org>
10623
10624 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
10625 based on text properties put by `grep-filter' instead of matching
10626 escape sequences.
10627 (grep-mode): Set buffer-local `compilation-error-screen-columns'
10628 to the value of `grep-error-screen-columns' (bug#9438).
10629
249f792c
JL
106302011-09-07 Juri Linkov <juri@jurta.org>
10631
10632 * simple.el (next-error-highlight, next-error-highlight-no-select):
10633 Doc fix (bug#9432).
10634
ff7271b9
OT
106352011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
10636
10637 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10638 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
10639
183fc730
LL
106402011-09-07 Leo Liu <sdl.web@gmail.com>
10641
10642 * net/rcirc.el (rcirc-mode): Conditionally initialize
10643 rcirc-input-ring.
10644
77694924
SM
106452011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10646
10647 * emacs-lisp/find-func.el (find-function-C-source): Only set
10648 find-function-C-source-directory after checking that we found a source
10649 file there (bug#9440).
10650
d809b8eb
AM
106512011-09-06 Alan Mackenzie <acm@muc.de>
10652
10653 * isearch.el (isearch-other-meta-char): Wherever a key list is
10654 unread, "unread" the prefix arg, too. This fixes bug #8901.
10655
453de99f
OG
106562011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
10657
10658 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
10659
90439906
JL
106602011-09-05 Juri Linkov <juri@jurta.org>
10661
10662 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
10663
f62bd846
JL
106642011-09-05 Juri Linkov <juri@jurta.org>
10665
10666 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
10667 keeping point where processing of grep matches begins, and
10668 continue to delete remaining escape sequences from the same point.
10669 (grep-filter): Make leading zero optional in "0?1;31m" because
10670 git-grep emits "\033[1;31m" escape sequences unlike expected
10671 "\033[01;31m" as GNU Grep does (bug#9408).
10672 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
10673
045820ec
JL
106742011-09-05 Juri Linkov <juri@jurta.org>
10675
10676 * subr.el (y-or-n-p): Capitalize "yes".
10677
f5e29b9b
MA
106782011-09-04 Michael Albinus <michael.albinus@gmx.de>
10679
10680 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
10681 `tramp-cache-unload-hook' where appropriate.
10682 (tramp-methods): Rename `tramp-remote-sh' to
10683 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
10684 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
10685
10686 * net/tramp-sh.el (top): Don't require 'shell.
10687 (tramp-methods): Add `tramp-remote-shell' and
10688 `tramp-remote-shell-args' entries.
10689 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
10690 (tramp-sh-handle-shell-command): Remove.
10691 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10692 Use `tramp-remote-shell'.
10693
2784c434
CY
106942011-09-03 Chong Yidong <cyd@stupidchicken.com>
10695
393a301e 10696 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
10697 (sendmail-query-once): Save directly to send-mail-function.
10698 Update message-send-mail-function too.
10699
10700 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
10701
464cdf56
CS
107022011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
10703
10704 * progmodes/python.el (python-mode-map): Use correct function to
10705 start python interpreter from menu-bar (as reported by Geert
10706 Kloosterman).
10707 (inferior-python-mode-map): Fix typo.
393a301e 10708 (python-shell-map): Remove.
464cdf56 10709
d37e5c87
DD
107102011-09-03 Deniz Dogan <deniz@dogan.se>
10711
10712 * net/rcirc.el (rcirc-print): Simplify code for
10713 rcirc-scroll-show-maximum-output. There is no need to walk
10714 through all windows to find the right one.
10715
f3ada0ee
CS
107162011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
10717
10718 * help.el (help-return-method): Doc fix.
10719
1f3c99ca
MR
107202011-09-03 Martin Rudalics <rudalics@gmx.at>
10721
10722 * window.el (window-deletable-p): Don't return a non-nil value
10723 when there's a buffer that was shown in the window before.
10724 (Bug#9419)
393a301e
SM
10725 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10726 Set window's previous buffers to nil.
1f3c99ca 10727
a3cf097f
EZ
107282011-09-03 Eli Zaretskii <eliz@gnu.org>
10729
10730 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
10731 newline before and after the tag line, so it doesn't interfere
10732 with determining the paragraph direction of bidirectional text.
10733
3d03de90
LL
107342011-09-03 Leo Liu <sdl.web@gmail.com>
10735
10736 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
10737
c3313451
CY
107382011-09-02 Chong Yidong <cyd@stupidchicken.com>
10739
393a301e 10740 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
10741 (pop-to-buffer): Change interactive spec. Pass second argument
10742 directly to display-buffer.
10743 (display-buffer): Fix interactive spec. Use functionp to
10744 distinguish between a function and a list of functions.
10745
10746 * abbrev.el (edit-abbrevs):
10747 * arc-mode.el (archive-extract):
10748 * autoinsert.el (auto-insert):
10749 * bookmark.el (bookmark-bmenu-list):
10750 * files.el (find-file):
10751 * view.el (view-buffer):
10752 * progmodes/compile.el (compilation-goto-locus):
10753 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
10754
89894cd8
CY
107552011-09-02 Chong Yidong <cyd@stupidchicken.com>
10756
10757 * window.el (display-buffer-alist): Doc fix.
10758 (display-buffer): Add docstring. Don't treat
10759 display-buffer-default specially.
10760 (display-buffer-reuse-selected-window)
10761 (display-buffer-same-window, display-buffer-maybe-same-window)
10762 (display-buffer-reuse-window, display-buffer-pop-up-frame)
10763 (display-buffer-pop-up-window)
10764 (display-buffer-reuse-or-pop-window)
10765 (display-buffer-use-some-window): New functions.
10766 (display-buffer-default-action): Use them.
393a301e 10767 (display-buffer-default): Delete.
89894cd8
CY
10768 (pop-to-buffer-1): Fix choice of actions.
10769
ae0bc9fb
SM
107702011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
10771
10772 * minibuffer.el (completion--insert-strings): Don't get confused by
10773 completion entries that end with an LF char.
10774
e9d90883
EZ
107752011-09-01 Eli Zaretskii <eliz@gnu.org>
10776
10777 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
10778
437014c8
CY
107792011-09-01 Chong Yidong <cyd@stupidchicken.com>
10780
10781 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
10782 (display-buffer-same-window, display-buffer-other-window):
10783 New functions.
437014c8
CY
10784 (pop-to-buffer-1): New function. Use the above.
10785 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 10786 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
10787
10788 * view.el (view-buffer-other-window, view-buffer-other-frame):
10789 Just use pop-to-buffer.
10790
a5e063d5
TV
107912011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10792
10793 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
10794
793d32bb
WH
107952011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
10796
10797 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
10798
d65e4c15
RS
107992011-08-31 Richard Stallman <rms@gnu.org>
10800
10801 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
10802 of the separation of rmail-view-buffer from rmail-buffer.
10803 If you say no to "replace original", the decrypt is in the
10804 view buffer. If you say yes, the decrypt goes into the
10805 rmail buffer also.
10806
f818cd2a
MR
108072011-08-31 Martin Rudalics <rudalics@gmx.at>
10808
10809 * window.el (display-buffer-window): Rewrite doc-string.
10810 (display-buffer-record-window): New function.
10811 (display-buffer-macro-specifiers)
10812 (display-buffer-even-window-sizes, display-buffer-set-height)
10813 (display-buffer-set-width, display-buffer-in-window)
10814 (display-buffer-reuse-window, display-buffer-split-specifiers)
10815 (display-buffer-side-specifiers, display-buffer-split-window-1)
10816 (display-buffer-split-window, display-buffer-split-atom-window)
10817 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10818 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
10819 (display-buffer-other-window-means-other-frame)
10820 (display-buffer-normalize-special)
10821 (display-buffer-normalize-default)
10822 (display-buffer-normalize-argument)
10823 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
10824 (display-buffer-normalize-specifiers, display-buffer-frame)
10825 (display-buffer-same-window, display-buffer-same-frame)
10826 (display-buffer-other-window)
10827 (display-buffer-same-frame-other-window)
10828 (display-buffer-other-frame, pop-to-buffer-same-window)
10829 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
10830 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
10831 (switch-to-buffer-same-frame)
10832 (switch-to-buffer-other-window-same-frame)
10833 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
10834 (display-buffer-alist-set-1, display-buffer-alist-set-2)
10835 (display-buffer-alist-set): Remove.
10836 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
10837 (special-display-regexps, special-display-function):
10838 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
10839 parameter.
10840 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
10841 (special-display-frame-alist, special-display-popup-frame)
10842 (same-window-buffer-names, same-window-regexps, same-window-p)
10843 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10844 (split-window-preferred-function, split-height-threshold)
10845 (split-width-threshold, window-splittable-p)
10846 (split-window-sensibly, window--try-to-split-window)
10847 (window--frame-usable-p, even-window-heights)
10848 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
10849 (window--display-buffer-2, display-buffer-other-frame):
10850 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
10851 (display-buffer-default, display-buffer-assq-regexp): New functions.
10852 (display-buffer-alist): Rewrite doc-string.
10853 (display-buffer-default-action)
10854 (display-buffer-overriding-action): New variables.
10855 (display-buffer, switch-to-buffer): Rewrite.
10856 (pop-to-buffer): Restore Emacs 23 behavior but use
10857 window-normalize-buffer-to-display.
10858 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
10859 Restore Emacs 23 behavior but use
10860 window-normalize-buffer-to-switch-to.
10861 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
10862 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
10863 Rewrite using Emacs 23 options.
f818cd2a 10864
5bc3b51d
MA
108652011-08-31 Michael Albinus <michael.albinus@gmx.de>
10866
10867 * net/tramp.el (tramp-root-regexp): Remove.
10868 (tramp-completion-file-name-regexp-unified)
10869 (tramp-completion-file-name-regexp-separate)
10870 (tramp-completion-file-name-regexp-url): Don't use leading volume
b46a6a83 10871 letter on w32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
10872 (tramp-drop-volume-letter): Simplify definition.
10873 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 10874
b1a4f8e1
SM
108752011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10876
10877 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
10878 (bug#9356).
10879
5664fa7b
RT
108802011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
10881
b1a4f8e1 10882 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 10883
9a45d6c3
JL
108842011-08-29 Juri Linkov <juri@jurta.org>
10885
10886 * isearch.el (isearch-done): Don't display message "Mark saved"
10887 when arg `edit' is non-nil to prevent its flicker in the echo area.
10888
fb87e0fb
CY
108892011-08-28 Chong Yidong <cyd@stupidchicken.com>
10890
10891 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
10892 obsolete packages for deletion.
10893
09ac1c2a
CS
108942011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
10895
10896 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 10897 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
10898 view-mode from help-mode.
10899 (help-xref-override-view-map): Remove.
10900 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
10901 view-mode is not used anymore.
10902
7a1ff57f
CY
109032011-08-28 Chong Yidong <cyd@stupidchicken.com>
10904
10905 * server.el (server-port): Doc fix.
10906
b9696605
CY
10907 * cus-theme.el (custom-theme-choose-mode): Inherit from
10908 special-mode (Bug#9124).
10909 (custom-theme-choose-mode-map): Add special-mode to parent.
10910
ef8cdf8c
AM
109112011-08-28 Alan Mackenzie <acm@muc.de>
10912
10913 * progmodes/cc-fonts.el
10914 (c-make-font-lock-BO-decl-search-function): New function.
10915 (c-basic-matchers-after - "Fontify the clauses after various
10916 keywords"): Extract the three keyword lists for the 3 erroneous
10917 constructs from the list of four, and use the new function above
10918 in place of an old one.
10919
27de4e20
DD
109202011-08-28 Deniz Dogan <deniz@dogan.se>
10921
10922 * net/rcirc.el (rcirc-insert-prev-input)
10923 (rcirc-insert-next-input): Remove unused argument.
10924
356a3681
SM
109252011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10926
10927 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
10928
3fc9b218
AM
109292011-08-27 Alan Mackenzie <acm@muc.de>
10930
10931 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
10932 handle function pointer parameters properly.
10933
538a061c
MR
109342011-08-27 Martin Rudalics <rudalics@gmx.at>
10935
10936 * window.el (display-buffer-reuse-window): Fix case where
10937 selected window was reused with non-nil OTHER-WINDOW argument.
10938 (Bug#9381)
10939
35b1c40c
DD
109402011-08-27 Deniz Dogan <deniz@dogan.se>
10941
10942 * net/rcirc.el (rcirc-check-auth-status): Adding support for
10943 oftc's NickServ messages.
10944
2f6a3e79
GM
109452011-08-27 Glenn Morris <rgm@gnu.org>
10946
10947 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
10948
7254299e
CY
109492011-08-26 Chong Yidong <cyd@stupidchicken.com>
10950
10951 * emacs-lisp/package.el (package-install): Call package-initialize
10952 if called interactively.
10953
f8ccf167
LL
109542011-08-26 Leo Liu <sdl.web@gmail.com>
10955
10956 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
10957
3e8cd5ce
JL
109582011-08-25 Juri Linkov <juri@jurta.org>
10959
10960 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
10961 `search-whitespace-regexp' (bug#9364).
10962
93eb7113
JL
109632011-08-25 Juri Linkov <juri@jurta.org>
10964
10965 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
10966 `regexp-search-ring' to their global values to protect from
10967 updating by `read-from-minibuffer' (bug#9185).
10968
f65d1611
JL
109692011-08-25 Juri Linkov <juri@jurta.org>
10970
10971 * textmodes/ispell.el (ispell-command-loop): Add newline
10972 at the end of the "Use option `i'..." line.
10973
f1cf7a31
JL
109742011-08-25 Juri Linkov <juri@jurta.org>
10975
10976 * battery.el (display-battery-mode): If `battery-status-function'
10977 or `battery-mode-line-format' is nil, display the message and set
10978 `display-battery-mode' to nil (bug#9363).
10979
0c95fcf7
EZ
109802011-08-25 Eli Zaretskii <eliz@gnu.org>
10981
10982 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
10983 bidi-string-mark-left-to-right; they are unnecessary now.
10984
a2ebe600
DD
109852011-08-25 Deniz Dogan <deniz@dogan.se>
10986
10987 * net/quickurl.el: Documentation typo fixes.
10988
e4ed06f1
CY
109892011-08-25 Chong Yidong <cyd@stupidchicken.com>
10990
10991 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
10992
e5f1c99e
GM
109932011-08-25 Glenn Morris <rgm@gnu.org>
10994
b2948976
GM
10995 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
10996
e5f1c99e
GM
10997 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
10998 (smtpmail-via-smtp): Handle nil response from smtp.
10999
f22f4808
JL
110002011-08-24 Juri Linkov <juri@jurta.org>
11001
11002 * proced.el (proced-marked): Inherit from `error' instead of
11003 `font-lock-warning-face'.
11004
11005 * ibuffer.el (ibuffer-marked-face): Change default face from
11006 `font-lock-warning-face' to `warning'.
11007 (ibuffer-deletion-face): Change default face from
11008 `font-lock-type-face' to `error'.
11009
11010 * battery.el (battery-update): Use the face `error' instead of
11011 `font-lock-warning-face' (bug#6117).
11012
6a93965e
JL
110132011-08-24 Juri Linkov <juri@jurta.org>
11014
11015 * faces.el (success): Change face color from "Green3" to
11016 "ForestGreen" on light background (bug#9353).
11017
1ed43b09
CY
110182011-08-24 Chong Yidong <cyd@stupidchicken.com>
11019
5664fa7b
RT
11020 * window.el (quit-window): Rename from quit-restore-window.
11021 Use same arglist as old quit-window.
1ed43b09
CY
11022 (frame-auto-delete): Doc fix.
11023
11024 * view.el (view-mode-exit): Use quit-window.
11025
11dcdbb2
JL
110262011-08-24 Juri Linkov <juri@jurta.org>
11027
11028 * isearch.el (isearch-ring-adjust1): Start visiting previous
11029 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
11030 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
11031 for empty search string (when the last search string is reused
11032 automatically) to adjust the isearch ring to the last element and
11033 prepare the correct index for further M-p commands (bug#9185).
11034
de62b4df
KH
110352011-08-24 Kenichi Handa <handa@m17n.org>
11036
11037 * international/ucs-normalize.el: If decomposition property of
11038 CHAR is the default one (i.e. a list of CHAR itself), treat it as
11039 nil.
11040 (nfd, nfkd): Likewise.
11041
963b492b
SM
110422011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
11043
11044 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
11045 from process filters aren't reliably transmitted to the surrounding
11046 accept-process-output.
11047 (mpc-proc-check): New function.
11048 (mpc-proc-sync): Use it (bug#8293)
11049
93b6b5e1
SM
110502011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
11051
11052 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
11053 Add compatibility functions (bug#9313).
11054
bca633fb
EZ
110552011-08-23 Eli Zaretskii <eliz@gnu.org>
11056
b177498a
EZ
11057 * cus-start.el (all): Add entry for bidi-paragraph-direction.
11058
6df6ae42 11059 * international/uni-bidi.el: Regenerate.
bca633fb 11060
0902a04e
KH
110612011-08-23 Kenichi Handa <handa@m17n.org>
11062
11063 * international/charprop.el:
11064 * international/uni-bidi.el:
11065 * international/uni-category.el:
11066 * international/uni-combining.el:
11067 * international/uni-comment.el:
11068 * international/uni-decimal.el:
11069 * international/uni-decomposition.el:
11070 * international/uni-digit.el:
11071 * international/uni-lowercase.el:
11072 * international/uni-mirrored.el:
11073 * international/uni-name.el:
11074 * international/uni-numeric.el:
11075 * international/uni-old-name.el:
11076 * international/uni-titlecase.el:
11077 * international/uni-uppercase.el: Regenerate.
11078
3bbf23bc
MR
110792011-08-23 Martin Rudalics <rudalics@gmx.at>
11080
11081 * help.el (help-window-setup): Fix message displayed when other
11082 window is reused. (Bug#9341)
11083
b3fd59bd
SM
110842011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
11085
1802e444
SM
11086 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
11087 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
11088
b3fd59bd
SM
11089 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
11090 Mark obsolete.
11091 * shell.el (shell-parse-pcomplete-arguments): New function.
11092 (shell-completion-vars): Use it instead (bug#9160).
11093
4eb61348
SM
110942011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
11095
867cab74
SM
11096 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
11097 strings and comments (bug#9333).
11098
4eb61348
SM
11099 * emacs-lisp/debug.el (debug-arglist): New function.
11100 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
11101 (debug-on-entry-1): Handle interpreted closures (bug#9120).
11102
262a1439
JL
111032011-08-22 Juri Linkov <juri@jurta.org>
11104
56ee679c
JL
11105 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11106 Revert regexp that highlights output switches to its old
11107 pre-2010-10-28 value and remove one `?' from it (bug#9319).
11108
262a1439
JL
11109 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
11110 to check for empty output (bug#9226).
11111
f13f86fb
CY
111122011-08-22 Chong Yidong <cyd@stupidchicken.com>
11113
11114 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
11115 symbol-constituent as the default, as that stops font-lock from
11116 working properly (Bug#8843).
11117
c65c9622
LMI
111182011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11119
11120 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
11121 `coding-system-for-*' around the process open call to avoid
11122 auth-source side effects.
e7f2c178 11123 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
11124 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
11125 probe hangs.
c65c9622 11126
23a8a5ab
CY
111272011-08-21 Chong Yidong <cyd@stupidchicken.com>
11128
ff98b2dd
CY
11129 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
11130
23a8a5ab
CY
11131 * emacs-lisp/find-func.el (find-function-noselect): New arg
11132 lisp-only.
11133
11134 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
11135 signal an error for built-in functions (Bug#6664).
11136
f5e3c598
LMI
111372011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11138
11139 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
11140 (smtpmail-try-auth-methods): Use it.
11141
a3f2468a
CY
111422011-08-21 Chong Yidong <cyd@stupidchicken.com>
11143
2c34e8da
CY
11144 * font-lock.el (font-lock-fontify-region)
11145 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
11146 (font-lock-default-unfontify-buffer)
11147 (font-lock-default-fontify-region)
11148 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
11149
b3fd59bd
SM
11150 * progmodes/compile.el (compilation-error-properties):
11151 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
11152 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
11153 `ant' regexp.
ee31aabc 11154
a3f2468a
CY
11155 * net/browse-url.el (browse-url-firefox): Don't call
11156 browse-url-firefox-sentinel unless using -remote (Bug#9328).
11157
8e999f70
GM
111582011-08-20 Glenn Morris <rgm@gnu.org>
11159
c21a496a
GM
11160 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
11161
59ee0542
GM
11162 * tutorial.el (tutorial--default-keys): Update some default bindings.
11163
8e999f70
GM
11164 * files.el (hack-local-variables): Fully ignore case for "mode:".
11165
e3715033
AM
111662011-08-20 Alan Mackenzie <acm@muc.de>
11167
11168 Resolve invalid use of a regexp in regexp-opt.
11169
4d61f28d
JB
11170 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
11171 detection for a java annotation.
e3715033 11172
4d61f28d 11173 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
11174 detection for a java annotation.
11175
4d61f28d
JB
11176 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
11177 handling for java.
e3715033
AM
11178 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
11179
04ed2e9c
CY
111802011-08-20 Chong Yidong <cyd@stupidchicken.com>
11181
11182 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
11183 (Bug#9274).
11184
826cee64
AM
111852011-08-20 Alan Mackenzie <acm@muc.de>
11186
58179cce 11187 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
11188 such a construct. Mainly for when jit-lock etc. starts a chunk
11189 here.
11190
58179cce 11191 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 11192 variable.
58179cce 11193 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
11194 c-make-font-lock-search-function.
11195 (c-make-font-lock-search-function): Use the above function.
11196 (c-make-font-lock-context-search-function): New function.
11197 (c-cpp-matchers): Enhance the preprocessor expression case with
11198 the above function
11199 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
11200 which takes an expression.
11201
11202 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
11203
13009bd8
MR
112042011-08-20 Martin Rudalics <rudalics@gmx.at>
11205
11206 * window.el (display-buffer-reuse-window)
11207 (display-buffer-pop-up-window): Don't reuse or split a side
11208 window.
11209
9234ff7f
GM
112102011-08-19 Glenn Morris <rgm@gnu.org>
11211
11212 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 11213 Downcase "Mode:". (Bug#9331)
9234ff7f 11214
f635daa1
CY
112152011-08-18 Chong Yidong <cyd@stupidchicken.com>
11216
11217 * international/characters.el: Add L and R categories.
11218
11219 * subr.el (bidi-string-mark-left-to-right): Rename from
11220 string-mark-left-to-right. Use category search.
11221
11222 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
11223
bc987f8b
JL
112242011-08-18 Juri Linkov <juri@jurta.org>
11225
11226 * faces.el (error, warning, success): New faces with definitions
11227 copied from old default values of `font-lock-warning-face',
11228 `compilation-warning', `compilation-info' (bug#6117).
11229
11230 * font-lock.el (font-lock-warning-face): Inherit from `error'.
11231
11232 * progmodes/compile.el (compilation-error): Inherit from `error'.
11233 (compilation-warning): Inherit from `warning'.
11234 (compilation-info): Inherit from `success'.
11235
11236 * dired.el (dired-marked): Inherit from `warning'.
11237 (dired-flagged): Inherit from `error'.
11238
57173b96
LMI
112392011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11240
3e79eb87
LMI
11241 * mail/smtpmail.el (auth-source): Require to avoid problems with
11242 binding variables (bug#9298). Also clean up some unused
11243 autoloads.
11244
b3fd59bd
SM
11245 * net/network-stream.el (network-stream-open-starttls):
11246 Support using starttls.el without using gnutls-cli.
57173b96 11247
02b404de
JL
112482011-08-17 Juri Linkov <juri@jurta.org>
11249
11250 * progmodes/grep.el (rgrep): Handle the case when
11251 `grep-find-command' is a cons cell (bug#9278).
11252
8c9177f2
MR
112532011-08-17 Martin Rudalics <rudalics@gmx.at>
11254
11255 * window.el (display-buffer-pop-up-frame): Run frame creation
11256 function with BUFFER current (as special-display-popup-frame
11257 does). Reported by Drew Adams.
11258
3644a0ab
DU
112592011-08-17 Daiki Ueno <ueno@unixuser.org>
11260
11261 * epa-mail.el: Simplify GnuPG group expansion using
11262 epg-expand-group.
11263 (epa-mail-group-alist, epa-mail-group-modtime)
11264 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
11265 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
11266 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
11267 Remove.
11268
5e617bc2 112692011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
11270
11271 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
11272
9c4aeabf
AM
112732011-08-16 Alan Mackenzie <acm@muc.de>
11274
11275 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
11276 Correct, to avoid the inside of macros.
11277
3a99bf64
RS
112782011-08-16 Richard Stallman <rms@gnu.org>
11279
04963aa8
RS
11280 * epa-mail.el: Handle GnuPG group definitions.
11281 (epa-mail-group-alist, epa-mail-group-modtime)
11282 (epa-mail-gnupg-conf-file): New variables.
11283 (epa-mail-parse-groups, epa-mail-sync-groups)
11284 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
11285 (epa-mail-expand-recipients): New functions.
11286 (epa-mail-encrypt): Call epa-mail-expand-recipients.
11287
177549d0
RS
11288 * mail/rmail.el (rmail-epa-decrypt): New command.
11289
fe38beef
RS
11290 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
11291 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
11292 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
11293 (epa-decrypt-armor-in-region): Make error message clearer.
11294
934eacb9
SM
112952011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
11296
11297 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
11298 and "a2b" to "ab" for `prefix'.
11299
d024fb4e
CY
113002011-08-14 Chong Yidong <cyd@stupidchicken.com>
11301
11302 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
11303 filter groups.
de148fee
CY
11304 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
11305 Fourquet (Bug#8804).
d024fb4e 11306
62f1ca49
JB
113072011-08-12 Juanma Barranquero <lekktu@gmail.com>
11308
11309 * startup.el (argi): Declare as global variable (bug#9275).
11310
9ccaaa4b
CY
113112011-08-12 Chong Yidong <cyd@stupidchicken.com>
11312
11313 * subr.el (string-mark-left-to-right): Search the entire string
11314 for RTL script, not just the terminating character. Doc fix.
11315
a3dae87a
SM
113162011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
11317
6cd18349
SM
11318 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
11319 New function.
11320 (js--regexp-literal, js-syntax-propertize-function): Remove.
11321 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
11322 (js-mode-map): Don't rebind electric keys.
11323 (js-insert-and-indent): Remove.
11324 (js-mode): Setup electric-layout and electric-indent instead.
11325
a3dae87a
SM
11326 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
11327
9d5cb631
DU
113282011-08-12 Daiki Ueno <ueno@unixuser.org>
11329
11330 * epa.el (epa-progress-callback-function): Fix the logic of
11331 displaying progress.
11332 * epa-file.el (epa-file-insert-file-contents): Make progress
11333 display more user-friendly.
11334 (epa-file-write-region): Ditto.
11335
3e26a4a2
CY
113362011-08-10 Chong Yidong <cyd@stupidchicken.com>
11337
11338 * subr.el (string-mark-left-to-right): New function.
11339
11340 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
11341 Use string-mark-left-to-right.
11342 (list-buffers-noselect): Caller changed.
11343
a3dae87a
SM
11344 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
11345 Use string-mark-left-to-right.
3e26a4a2
CY
11346 (tabulated-list-print): Recenter after moving point.
11347
ac8cf6e6
JL
113482011-08-10 Juri Linkov <juri@jurta.org>
11349
11350 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
11351 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
11352 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
11353
8d96c9a4
CY
113542011-08-09 Chong Yidong <cyd@stupidchicken.com>
11355
11356 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
11357 (Bug#7554).
11358
7be1c708 113592011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
11360
11361 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
11362 character. (Bug#6594)
11363
37e11a63
CY
113642011-08-08 Chong Yidong <cyd@stupidchicken.com>
11365
839dde57
CY
11366 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
11367 (image-dired--with-db-file): New macro.
11368 (image-dired-write-tags, image-dired-remove-tag)
11369 (image-dired-create-gallery-lists, image-dired-write-comments)
11370 (image-dired-get-comment, image-dired-mark-tagged-files)
11371 (image-dired-list-tags, image-dired-gallery-generate): Use it.
11372 (image-dired-gallery-generate): Use insert-file-contents.
11373
37e11a63
CY
11374 * time.el (display-time-world-list, display-time-world-display):
11375 * time-stamp.el (time-stamp-string):
11376 * vc/add-log.el (add-change-log-entry): Use setenv instead of
11377 set-time-zone-rule (Bug#7337).
11378
0b4946c4
DU
113792011-08-08 Daiki Ueno <ueno@unixuser.org>
11380
11381 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
11382 (epg-error-to-string, epg-errors-to-string): New function.
11383 (epg-wait-for-completion): Reverse errors list.
11384 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
11385 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
11386 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
11387 (epg-sign-keys, epg-generate-key-from-file)
11388 (epg-generate-key-from-string): Format errors by using
11389 epg-errors-to-string (bug#9255).
11390 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
11391
75bfc667
JL
113922011-08-07 Juri Linkov <juri@jurta.org>
11393
11394 * faces.el (list-faces-display): Remove extra angle bracket
11395 from `help-mode-map'.
11396
11397 * info.el (Info-history-toc-nodes): Doc fix.
11398
11399 * longlines.el (longlines-mode): Doc fix.
11400
673e08bb
SM
114012011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
11402
4640dd88
SM
11403 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
11404 of statements and in a few more cases (bug#9183).
11405
673e08bb
SM
11406 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
11407 New functions.
11408 (cl-transform-lambda): Use them (bug#9239).
11409
89b3f019
MR
114102011-08-05 Martin Rudalics <rudalics@gmx.at>
11411
11412 * window.el (display-buffer-same-window)
11413 (display-buffer-same-frame, display-buffer-other-window)
11414 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
11415 (pop-to-buffer-other-window)
11416 (pop-to-buffer-same-frame-other-window)
11417 (pop-to-buffer-other-frame): Make them defuns.
11418 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
11419
640c8776
SM
114202011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11421
11422 * subr.el (make-composed-keymap): Move from C. Change calling
11423 convention, and improve docstring to bring attention to a subtle point.
11424 * minibuffer.el (completing-read-default): Adjust accordingly.
11425
63648a95
MA
114262011-08-03 Michael Albinus <michael.albinus@gmx.de>
11427
11428 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
11429 (tramp-open-shell): Use `tramp-shell-quote-argument'.
11430
11431 * net/trampver.el: Update release number.
11432
b796c9b7
SM
114332011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11434
11435 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
11436 "in" (bug#9190).
11437
2239d7d5
LMI
114382011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11439
e07dd7c3
LMI
11440 * mail/sendmail.el (sendmail-query-once): Restore the current
11441 buffer after querying (bug#9074).
11442
0e6a2bd7
LMI
11443 * dired.el (dired-flagged): Use different faces for marked and
11444 flagged files (bug#6117).
11445
ce887515
LMI
11446 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
11447 (bug#4433).
11448
92f2affc
LMI
11449 * ido.el (ido-mode): Switch off the message if called
11450 non-interactively.
11451
57d5aff0
LMI
11452 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
11453 before 587, since it appears that that's more likely to work for
11454 more people.
11455
98cd6c18 11456 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 11457 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
11458 exist.
11459
b96dec83
LMI
11460 * info.el: Remove the `Info-beginning-of-buffer' function
11461 (bug#8325).
11462
b796c9b7
SM
11463 * net/network-stream.el (network-stream-open-starttls):
11464 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 11465
d90e2ea0
MR
114662011-08-01 Martin Rudalics <rudalics@gmx.at>
11467
11468 * window.el (display-buffer-in-window): Don't set dedicated status
11469 of window here (Bug#9215).
11470 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
11471 (display-buffer-pop-up-side-window)
b796c9b7 11472 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 11473
cca09170
SM
114742011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
11475
11476 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
11477 before binding generated-autoload-file.
11478
027b979c
DD
114792011-08-01 Deniz Dogan <deniz@dogan.se>
11480
11481 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
11482
3c7ee4f3
MA
114832011-07-30 Michael Albinus <michael.albinus@gmx.de>
11484
11485 Sync with Tramp 2.2.2.
11486
11487 * net/trampver.el: Update release number.
11488
2cc8e51a
JL
114892011-07-30 Juri Linkov <juri@jurta.org>
11490
11491 * dired-aux.el (dired-touch-initial): Remove function.
11492 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
11493 current time, and `default' to the last modification time of the
11494 current marked file (bug#6887).
11495
a514d856
JM
114962011-07-28 Jose E. Marchesi <jemarch@gnu.org>
11497
11498 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 11499 numeric argument to read-number (bug#9163).
a514d856 11500
8a7eddd7
MA
115012011-07-27 Michael Albinus <michael.albinus@gmx.de>
11502
11503 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
11504 connection process, it could be nil.
11505
1ddd96f5
LL
115062011-07-27 Leo Liu <sdl.web@gmail.com>
11507
11508 Simplify url handling in rcirc-mode.
11509
11510 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
11511 (rcirc-browse-url-at-mouse): Remove.
11512 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
11513
b248a85d
AM
115142011-07-26 Alan Mackenzie <acm@muc.de>
11515
11516 Fontify bitfield declarations properly.
11517
11518 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
11519 (c-symbol-chars): Now exported as a lang variable.
11520 (c-not-primitive-type-keywords): New lang variable.
11521
11522 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
11523 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 11524 parsed as a bitfield declaration.
b248a85d 11525
b796c9b7
SM
11526 * progmodes/cc-engine.el (c-beginning-of-statement-1):
11527 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
11528 (c-punctuation-in): New function.
11529 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
11530 declarations properly.
11531
68575ab0
UJ
115322011-07-26 Ulf Jasper <ulf.jasper@web.de>
11533
11534 * calendar/icalendar.el (icalendar--all-events): Take care of
11535 multiple vcalendars in a single file.
b796c9b7 11536 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 11537
0f0a88b9
DD
115382011-07-25 Deniz Dogan <deniz@dogan.se>
11539
11540 * image.el (insert-image): Clarifying docstring.
11541
0b3f36df
MA
115422011-07-24 Michael Albinus <michael.albinus@gmx.de>
11543
11544 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
11545 `tramp-send-command-and-check' if there is no error.
11546 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
11547
a9901f61
AM
115482011-07-22 Alan Mackenzie <acm@muc.de>
11549
11550 Prevent cc-langs.elc being loaded at run time.
11551
11552 * progmodes/cc-mode.el: Remove two autoload forms which loaded
11553 cc-langs.
11554
4d61f28d 11555 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
11556 "(require 'cc-langs)". Quote a form so it will evaluate at
11557 (cc-mode's) compilation time.
11558
11d074b2
MA
115592011-07-22 Michael Albinus <michael.albinus@gmx.de>
11560
11561 * net/tramp.el (tramp-file-name-handler): Avoid recursive
11562 loading. (Bug#9114)
11563
938b94c8
MR
115642011-07-21 Martin Rudalics <rudalics@gmx.at>
11565
11566 * window.el (display-buffer-pop-up-window)
11567 (display-buffer-pop-up-side-window)
11568 (display-buffer-in-side-window): Call display-buffer-set-height
11569 and display-buffer-set-width after setting the new window's
b796c9b7 11570 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 11571
bfa4f190
SS
115722011-07-20 Sam Steingold <sds@gnu.org>
11573
11574 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
11575 (etags-tags-included-tables): Call `convert-standard-filename' on
11576 the file names contained in TAGS so that windows Emacs can handle
11577 TAGS files created by cygwin ctags.
11578
8ca42262
LMI
115792011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
11580
11581 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
11582 which apparently didn't work.
11583
5db2afd2 115842011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 11585
5db2afd2
RW
11586 * proced.el (proced-send-signal): For *Marked Processes* buffer
11587 put point at beginning of buffer.
11588
92e15d10
SB
115892011-07-19 Stephen Berman <stephen.berman@gmx.net>
11590
11591 * proced.el (proced-format): Make header lines align with the text
11592 (bug#1779).
11593
1bfd59e5
LMI
115942011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11595
11596 * view.el (view-buffer): Allow running in `special' modes if we're
11597 visiting a file (bug#8615).
11598
f5aae37c
MR
115992011-07-19 Martin Rudalics <rudalics@gmx.at>
11600
11601 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
11602 (display-buffer-alist-set-1, display-buffer-alist-set-2):
11603 New functions.
f5aae37c
MR
11604 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
11605 more accurately.
11606
bf2c1571
AM
116072011-07-18 Alan Mackenzie <acm@muc.de>
11608
11609 Fontify declarators properly when, e.g., a jit-lock chunk begins
11610 inside a declaration.
11611
11612 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
11613
b796c9b7
SM
11614 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11615 New function.
bf2c1571
AM
11616 (c-complex-decl-matchers): Insert reference to
11617 c-font-lock-enclosing-decls.
11618
11619 * progmodes/cc-engine.el (c-backward-single-comment):
11620 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
11621 to nil around calls to (forward-comment -1).
11622
4e190b80
LMI
116232011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11624
12dc863d
LMI
11625 * image.el (put-image): Doc typo fix.
11626
a762e966
LMI
11627 * progmodes/etags.el (tags-search): Doc typo fix.
11628
4e190b80
LMI
11629 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
11630 password if we get errors 550 to 554.
11631
f019fb21
LMI
116322011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11633
b796c9b7 11634 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 11635
81746738
LMI
11636 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
11637 indentation character (bug#6380).
11638
3ee3a1b5
LMI
11639 * files.el (buffer-offer-save): Made permanently local (bug#6241).
11640
c82f64de
LMI
11641 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
11642 to clarify what the problem is (bug#4291).
11643
f019fb21
LMI
11644 * simple.el (current-kill): Clarify what
11645 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
11646 (auto-fill-mode): Document `auto-fill-function' in relation to
11647 `auto-fill-mode' (bug#2470).
f019fb21 11648
0794775d
LM
116492011-07-16 Lawrence Mitchell <wence@gmx.li>
11650
11651 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
11652 method if slot is read-only (bug#9035).
11653
be39b8cc
MR
116542011-07-16 Martin Rudalics <rudalics@gmx.at>
11655
b796c9b7 11656 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 11657 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
11658 selected before, see discussion of (Bug#8615), (Bug#6954).
11659 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 11660
6ccf7859
GM
116612011-07-15 Glenn Morris <rgm@gnu.org>
11662
11663 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 11664 Respect help-form.
6ccf7859 11665
87e86684
LM
116662011-07-09 Lawrence Mitchell <wence@gmx.li>
11667
11668 * net/gnutls.el (gnutls-min-prime-bits): New variable.
11669 (gnutls-negotiate): Use it.
11670
d6066239
LMI
116712011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11672
b796c9b7
SM
11673 * net/gnutls.el (gnutls-negotiate):
11674 Upcase `gnutls-algorithm-priority'.
d6066239 11675
bd23ebc0
GM
116762011-07-15 Glenn Morris <rgm@gnu.org>
11677
c65bca65
GM
11678 * jka-compr.el (jka-compr-verbose): Move from here...
11679 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
11680 Add missing :version tag.
11681 * info.el: No need to require jka-compr when compiling.
bd23ebc0 11682
478615cc
LMI
116832011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11684
7b41decb
LMI
11685 * net/gnutls.el (gnutls-algorithm-priority): New variable.
11686 (gnutls-negotiate): Use it.
11687
dbc44fcd
LMI
11688 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
11689
06789f97
LMI
11690 * info.el (Info-beginning-of-buffer): New command.
11691 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
11692 announcing `b' as the key (bug#8325).
ab896c37 11693 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 11694
c39da690
LMI
11695 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
11696
3aa5f34b
LMI
11697 * international/mule-cmds.el
11698 (describe-specified-language-support): Make the error message
11699 clearer (bug#8905).
11700
4bf0979f
LMI
11701 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
11702
478615cc
LMI
11703 * isearch.el (isearch-barrier): Add a doc string, since it's
11704 mentioned in a function doc string (bug#8678).
11705
75c68aa1
MR
117062011-07-15 Martin Rudalics <rudalics@gmx.at>
11707
11708 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
11709 buffer argument (Bug#9083) and self-identifying label argument.
11710
a7c33da2
GM
117112011-07-15 Glenn Morris <rgm@gnu.org>
11712
11713 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
11714
2f5c6024
LMI
117152011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11716
11717 * man.el (Man-fontify-manpage): Fix message when formatting the
11718 man page (bug#7929).
11719
0bb23927 117202011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
11721
11722 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
11723 argument LRM; if non-nil, append an invisible LRM character to the
11724 buffer name.
11725 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
11726 last argument non-nil, when formatting buffer names.
0bb23927
EZ
11727 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
11728 paragraph direction.
cce4b0a7 11729
621ef9ab
LMI
117302011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11731
d1583c48
LMI
11732 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
11733 the man page name (bug#7929).
11734
6a57fb5f
LMI
11735 * image.el (put-image): Mention the `put-image' overlay property
11736 (bug#7834).
11737
d7956b14
LMI
11738 * scroll-bar.el (set-scroll-bar-mode): Mention that
11739 `scroll-bar-mode' lists the values (bug#7772).
11740
5b2d4a66
LMI
11741 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
11742 command (bug#7729).
11743
7509a874
LMI
11744 * rect.el (apply-on-rectangle): Return the point after the last
11745 operation.
11746 (string-rectangle): Go to the point after the last operation
11747 (bug#7522).
11748
4fe74b19
LMI
11749 * printing.el (pr-toggle-region): Clarify the documentation
11750 slightly (bug#7493).
11751
b796c9b7
SM
11752 * time.el (display-time-update):
11753 Allow `display-time-mail-function' to return nil (bug#7158).
11754 Fix suggested by Detlev Zundel.
ab283561 11755
fc233c9d
LMI
11756 * vc/diff.el (diff): Clarify the order the file names are read
11757 (bug#7111).
11758
43f5740b
LMI
11759 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
11760 the doc string (bug#7015).
11761
f2182a76
LMI
11762 * font-lock.el (font-lock-maximum-decoration): Mention what
11763 numeric levels mean (bug#6935).
11764
621ef9ab
LMI
11765 * startup.el (initial-buffer-choice): Don't mention the `none'
11766 selection, which is against policy.
11767
adc47434
MR
117682011-07-14 Martin Rudalics <rudalics@gmx.at>
11769
b796c9b7
SM
11770 * window.el (display-buffer-normalize-special):
11771 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 11772
7e5bfb8f
EZ
117732011-07-14 Eli Zaretskii <eliz@gnu.org>
11774
11775 * subr.el (version<, version<=, version=): Mention "-CVS" and
11776 "-12345" alpha version numbers.
11777
27fa387a
CY
117782011-07-14 Chong Yidong <cyd@stupidchicken.com>
11779
11780 * bindings.el: Add advertised binding for set-mark-command
11781 (Bug#5772).
11782
8bdfa064
CY
117832011-07-14 Chong Yidong <cyd@stupidchicken.com>
11784
11785 * bindings.el (mode-line-other-buffer):
11786 * bookmark.el (bookmark-bmenu-2-window):
11787 * bs.el (bs-cycle-next, bs-cycle-previous):
11788 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
11789 switch-to-buffer.
11790
11791 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 11792 Delete.
8bdfa064 11793
5eba16a3
JB
117942011-07-14 Juanma Barranquero <lekktu@gmail.com>
11795
11796 * follow.el (follow-debug-message, follow-redisplay):
11797 * jka-cmpr-hook.el (with-auto-compression-mode):
11798 Fix typos in docstrings.
11799
15853710
LMI
118002011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11801
a28e4607
LMI
11802 * subr.el (with-silent-modifications): Clarify somewhat what the
11803 macro inhibits (bug#6525).
11804
15853710
LMI
11805 * simple.el (eval-expression): Note what it does if called
11806 interactively (bug#6495).
11807
bee0fcef
CY
118082011-07-13 Chong Yidong <cyd@stupidchicken.com>
11809
b796c9b7
SM
11810 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
11811 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
11812
11813 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11814 Remove switch-to-buffer.
11815
58274504
LMI
118162011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11817
bd2fcc8d
LMI
11818 * files.el (make-directory): Clarify that an error will be raised
11819 if there's an error (bug#6397).
11820
0f04b32c
LMI
11821 * startup.el (initial-buffer-choice): Add `none' as a choice
11822 (bug#6234).
11823
465c5fc8
LMI
11824 * subr.el (add-hook): Clarify section about buffer-local hooks
11825 (bug#6218).
11826
58274504
LMI
11827 * dired.el (dired-flagged): Clarify doc string (bug#6117).
11828
bead9a43
JB
118292011-07-13 Juanma Barranquero <lekktu@gmail.com>
11830
11831 * tabify.el (untabify): Preserve the current column so that point
11832 doesn't move (bug#6032).
11833
3af98a7b
LMI
118342011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11835
b796c9b7
SM
11836 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
11837 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 11838
6240145a
GM
118392011-07-13 Glenn Morris <rgm@gnu.org>
11840
11841 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
11842 (dired-insert-directory): Give a message the first time
11843 if ls is found not to support --dired.
11844
1d8c2ccc
LMI
118452011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11846
11847 * simple.el (toggle-truncate-lines): Clarify what is toggled
11848 (bug#5580). Text by Drew Adams.
11849
5fc4038e
CY
118502011-07-13 Chong Yidong <cyd@stupidchicken.com>
11851
11852 * simple.el (blink-matching-open): Make the error message from the
11853 last change less verbose.
11854
bf6012e5
DN
118552011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
11856
11857 * font-lock.el (font-lock-comment-face): Use the high contrast
11858 "yellow" color for font-lock-comment-face on low color terminals
11859 using a dark background color (bug#4221).
11860
343c3b5a
LMI
118612011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11862
7e9505c5
LMI
11863 * dired.el (dired-insert-set-properties): Make the doc string
11864 reflect what it does now (bug#5325).
11865
c26fdcf5
LMI
11866 * simple.el (blink-matching-open): Say that we were unable to find
11867 the match within the limit, if we're limited (bug#5122).
11868
bb388cc5
LMI
11869 * international/mule-cmds.el (prefer-coding-system): Add an
11870 example (bug#4869).
11871
343c3b5a
LMI
11872 * progmodes/etags.el (tags-search): Document `file-list-form'
11873 (bug#4731).
11874
2a517d45
LM
118752011-07-13 Lawrence Mitchell <wence@gmx.li>
11876
11877 * net/browse-url.el (browse-url-default-browser)
11878 (browse-url-browser-function): Make the default browser choice a
11879 bit more logical (bug#4300). Also clean up the doc string.
11880
b6c78ef2
JB
118812011-07-13 Juanma Barranquero <lekktu@gmail.com>
11882
11883 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
11884 binary endings (bug#4440).
11885
1c4dd947
LMI
118862011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11887
a2014063
LMI
11888 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
11889 which can be pretty annoying (bug#8971).
11890
9c9c2d88
LMI
11891 * jka-compr.el (jka-compr-verbose): New variable, and use
11892 throughout (bug#8971).
11893
1c4dd947
LMI
11894 * info.el (Info-find-file): Fall back on the installation
11895 directory if we can't find the info node anywhere else.
11896
a1c9f41b
SO
118972011-07-13 Sergei Organov <osv@javad.com> (tiny change)
11898
11899 * vc/vc.el (vc-revert-file):
11900 Don't set file time-stamp in the past. (Bug#5181)
11901
536f3d36
LMI
119022011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11903
7152b011
LMI
11904 * files.el (after-find-file): Give a better error message when
11905 trying to find a symlink that points to a file that doesn't exist
11906 (bug#4398).
11907
536f3d36
LMI
11908 * progmodes/cc-vars.el: Remove (probably) misleading comment
11909 (bug#4396).
11910
460c0fba
JB
119112011-07-12 Johan Bockgård <bojohan@gnu.org>
11912
11913 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
11914
7a6bda45
CY
119152011-07-12 Chong Yidong <cyd@stupidchicken.com>
11916
11917 * mouse-sel.el: Hack restoring functionality, while keeping
11918 compatibility with 2010-07-03 changes to mouse selection.
11919 (mouse-sel-primary-overlay): New var.
11920 (mouse-sel-selection-alist): Use it.
11921 (mouse-sel-mode): Doc fix; remove points that are default features
11922 of mouse.el.
11923
c79598ef
JB
119242011-07-12 Johan Bockgård <bojohan@gnu.org>
11925
11926 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11927 Fix previous fix (bug#2490).
11928
ff8be6ef
RW
119292011-07-12 Roland Winkler <winkler@gnu.org>
11930
b796c9b7
SM
11931 * textmodes/bibtex.el (bibtex-initialize):
11932 Use pop-to-buffer-same-window.
ff8be6ef
RW
11933 (bibtex-search-entries): Fix interactive call.
11934
296ba3ee
LMI
119352011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11936
f5242a02 11937 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
11938 Fontise bytecomp Error lines more correctly (bug#2490).
11939 Fix suggested by Johan Bockgård.
f5242a02 11940
296ba3ee
LMI
11941 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
11942
11943 * dired-x.el (dired-guess-default): Use `delete-dups'.
11944
f69fd0d2
CY
119452011-07-12 Chong Yidong <cyd@stupidchicken.com>
11946
11947 * dired.el (dired-mark-prompt):
11948 * dired-aux.el (dired-read-shell-command): Doc fix.
11949
eab5dc07
LMI
119502011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11951
b796c9b7
SM
11952 * mail/sendmail.el (sendmail-query-once):
11953 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
11954 emacs -Q.
11955
11956 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11957
eab5dc07
LMI
11958 * cus-edit.el (custom-file): Take an optional no-error variable.
11959 (customize-save-variable): Set the variable, and give a warning if
11960 running under "emacs -q".
11961
a1e65d42
JB
119622011-07-11 Juanma Barranquero <lekktu@gmail.com>
11963
11964 * loadhist.el (unload-feature-special-hooks):
11965 Add `auto-coding-functions', `fill-nobreak-predicate' and
11966 `find-directory-functions' (bug#5327).
11967
1d52da10
LMI
119682011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11969
be958f1d
LMI
11970 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
11971
5bedb26c
LMI
11972 * cus-edit.el (custom-guess-name-alist): -alist variables should
11973 use the `alist' type (bug#3120). Suggested by Drew Adams.
11974
1d52da10
LMI
11975 * printing.el: Add documentation to all the `pr-toggle-' commands.
11976
cd394be1 119772011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
11978
11979 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
11980 backends where it makes sense (bug#2623).
11981
dcc88d8a
LMI
119822011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11983
c3de9feb
LMI
11984 * dired-x.el (dired-guess-default): Remove duplicate shell command
11985 entries (bug#2028).
8a93078b 11986 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 11987 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 11988
dcc88d8a
LMI
11989 * subr.el (remove-duplicates): New conveniency function.
11990
505e3645
LMI
119912011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11992
11993 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
11994 (bug#1526).
11995
119962011-07-10 Martin Rudalics <rudalics@gmx.at>
11997
11998 * window.el (display-buffer-normalize-default): Don't invert
11999 meaning of even-window-heights. Reported by Eli Zaretskii
12000 <eliz@gnu.org>.
12001
455e4fa1
BR
120022011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
12003
12004 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
12005
8e0bc3e9
CY
120062011-07-10 Chong Yidong <cyd@stupidchicken.com>
12007
12008 * window.el (display-buffer): Fix arguments to
12009 display-buffer-reuse-window in last change.
12010
fa7c3228
CY
12011 * faces.el (link): Use a less saturated blue on light backgrounds.
12012
12013 * startup.el (fancy-startup-text, fancy-about-text)
12014 (fancy-startup-tail): Use font-lock faces, for background safety.
12015
c0a7f300
BN
120162011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
12017
b796c9b7
SM
12018 * emulation/viper-cmd.el (viper-change-state-to-vi):
12019 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 12020
4dc2a129
MR
120212011-07-09 Martin Rudalics <rudalics@gmx.at>
12022
12023 * window.el (display-buffer-default-specifiers): Remove.
12024 (display-buffer-macro-specifiers): Remove default specifiers.
12025 (display-buffer-alist): Default to nil.
b796c9b7 12026 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
12027 (display-buffer-pop-up-window): Allow splitting internal
12028 windows. Check whether a live window was created.
12029 (display-buffer-other-window-means-other-frame)
12030 (display-buffer-normalize-arguments): Rename to
12031 display-buffer-normalize-argument and rewrite. Set the
12032 other-window specifier.
12033 (display-buffer-normalize-special): New function.
12034 (display-buffer-normalize-options): Rename to
12035 display-buffer-normalize-default and rewrite.
12036 (display-buffer-normalize-options-inhibit): Remove.
12037 (display-buffer-normalize-specifiers): Rewrite.
12038 (display-buffer): Process other-window specifier and call
12039 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
12040 more faithfully.
b796c9b7 12041 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 12042 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
12043 (display-buffer-in-window, display-buffer-alist-set):
12044 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
12045 <tassilo@member.fsf.org>.
12046
2d43b8c9
LL
120472011-07-09 Leo Liu <sdl.web@gmail.com>
12048
12049 * register.el (insert-register): Restore accidental change on
12050 2011-06-26. (Bug#9028)
12051
7f9b7c53
GM
120522011-07-09 Glenn Morris <rgm@gnu.org>
12053
12054 * subr.el (remq): Handle the empty list. (Bug#9024)
12055
f042cfd8
AS
120562011-07-08 Andreas Schwab <schwab@linux-m68k.org>
12057
12058 * mail/sendmail.el (send-mail-function): No longer delay custom
12059 initialization.
12060 * custom.el (custom-initialize-delay): Doc fix.
12061
856b2f11
SM
120622011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
12063
12064 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
12065
afae1d68
MA
120662011-07-08 Michael Albinus <michael.albinus@gmx.de>
12067
12068 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
12069 human-friendly prompt.
12070
0757af94
SM
120712011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
12072
12073 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
12074 provided by a particular plugin.
12075
d760b731
LMI
120762011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
12077
12078 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
12079 save customizations (with "emacs -Q"), just set the variable
12080 instead of erroring out.
12081
12082 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
12083
cd79ce90
JL
120842011-07-08 Juri Linkov <juri@jurta.org>
12085
12086 * arc-mode.el (archive-zip-expunge, archive-zip-update)
12087 (archive-zip-update-case): Use 7z if found by `executable-find'.
12088 The order of searching the available programs is the same as in
12089 `archive-zip-extract' (bug#8968).
12090
14cc04aa
CY
120912011-07-07 Chong Yidong <cyd@stupidchicken.com>
12092
12093 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
12094 (menu-bar-options-menu): Tweak descriptions.
12095
0a1848ec
LMI
120962011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
12097
12098 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
12099 menu items into verb phrases (bug#1421). Also refill to fit under
12100 80 columns.
12101
f5bd0689
CY
121022011-07-07 Chong Yidong <cyd@stupidchicken.com>
12103
538e85c6
CY
12104 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
12105 (Info-read-node-name): Doc fix (Bug#1084).
12106
f5bd0689
CY
12107 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
12108 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
12109 (end-of-sexp, beginning-of-sexp)
12110 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
12111 (forward-symbol, forward-same-syntax, word-at-point)
12112 (sentence-at-point): Doc fix (Bug#1144).
12113
56ec5115
LMI
121142011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
12115
f3f8e37f
LMI
12116 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
12117 should cover it (bug#1281).
12118
0757af94 12119 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 12120
e9fce1ac 12121 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
12122 negotiation fails, then possibly try again with a non-encrypted
12123 connection (bug#9017).
12124
56ec5115
LMI
12125 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
12126 be used.
12127
c2f9aec8
RS
121282011-07-07 Richard Stallman <rms@gnu.org>
12129
12130 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
12131 property, and handle its changed format.
12132 Look for the correct line number.
12133 Use file's line contents (but not past first =) to find
12134 correct line in message.
12135
ef7b981d 121362011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
12137
12138 * international/characters.el (build-unicode-category-table):
12139 Delete it.
0757af94 12140 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 12141
0757af94 12142 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
12143 to src/chartab.c.
12144 (get-char-code-property): Call unicode-property-table-internal to
12145 load a file. Call get-unicode-property-internal where necessary.
12146 (put-char-code-property): Call unicode-property-table-internal to
12147 load a file. Call put-unicode-property-internal where necessary.
12148 put-unicode-property-internal where necessary.
0757af94
SM
12149 (char-code-property-description):
12150 Call unicode-property-table-internal to load a file.
c805dec0
KH
12151
12152 * international/charprop.el:
12153 * international/uni-bidi.el:
12154 * international/uni-category.el:
12155 * international/uni-combining.el:
12156 * international/uni-comment.el:
12157 * international/uni-decimal.el:
12158 * international/uni-decomposition.el:
12159 * international/uni-digit.el:
12160 * international/uni-lowercase.el:
12161 * international/uni-mirrored.el:
12162 * international/uni-name.el:
12163 * international/uni-numeric.el:
12164 * international/uni-old-name.el:
12165 * international/uni-titlecase.el:
12166 * international/uni-uppercase.el: Regenerate.
12167
12168 * loadup.el: Load international/charprop.el before
12169 international/characters.
12170
e14b388a
CY
121712011-07-07 Chong Yidong <cyd@stupidchicken.com>
12172
12173 * window.el (next-buffer, previous-buffer): Signal an error if
12174 called from a minibuffer window.
12175
12176 * bindings.el: Revert 2011-07-04 change.
12177
354cf0ba
RS
121782011-07-06 Richard Stallman <rms@gnu.org>
12179
12180 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
12181 (rmail-mime-insert-bulk, rmail-mime-insert-text):
12182 Treat markers like ints.
12183 (rmail-mime-entity): Doc fix.
12184
a48868a7
LMI
121852011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12186
4906cd3d
LMI
12187 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
12188 defcustom again for backwards compatibility.
12189
e0457abe
LMI
12190 * simple.el (shell-command-on-region): Fill.
12191
d67f7e1f
LMI
12192 * dired-aux.el (dired-kill-line): Add a doc string.
12193
fe204702
LMI
12194 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
12195 to "\\sw\\|\\s_" (bug#358).
12196
a48868a7
LMI
12197 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
12198 (dired-unmark-backward): Ditto.
12199 (dired-flag-backup-files): Ditto.
12200
12201 * dired-x.el (dired-mark-sexp): Ditto.
12202
aa8a705c
RS
122032011-07-06 Richard Stallman <rms@gnu.org>
12204
12205 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
12206 (rmail-mime-entity): New arg TRUNCATED.
12207 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
12208 New functions.
12209 (rmail-mime-save): Warn if entity is truncated.
12210 (rmail-mime-toggle-hidden): Likewise, for showing.
12211 (rmail-mime-process-multipart): Record when an entity is truncated.
12212
a9a936b9
RS
12213 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
12214 if ENTITY is a string.
12215
1f2b92cb
LMI
122162011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12217
f4f73198 12218 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
12219 of faces when `M-C-x'-ing their definitions (bug#8378).
12220 Also clean up the code slightly.
f4f73198 12221
12b16734 12222 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 12223 because that makes the colors go away.
12b16734 12224
f0691d22
LMI
12225 * mail/sendmail.el (send-mail-function): Change the default to
12226 `sendmail-query-once'.
9e87df06 12227 (sendmail-query-once): Add an autoload cookie.
f0691d22 12228
1f2b92cb
LMI
12229 * net/network-stream.el (network-stream-open-starttls): Try using
12230 a plain connection even if the server offered STARTTLS, and we
12231 kinda wanted to use it, if Emacs doesn't have any STARTTLS
12232 capability. This should make smtpmail.el work in slightly more
12233 configurations.
12234
1cdd2a1b
MA
122352011-07-06 Michael Albinus <michael.albinus@gmx.de>
12236
12237 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
12238 New defun.
12239 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
12240
fbcc67e2
MM
122412011-07-06 Michael R. Mauger <mmaug@yahoo.com>
12242
12243 * progmodes/sql.el: Version 3.0
0757af94 12244 (sql-product-alist): Add product :completion-object,
fbcc67e2 12245 :completion-column, and :statement attributes.
0757af94 12246 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 12247 (sql-mode-syntax-table): Mark all punctuation.
0757af94 12248 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
12249 ansi keywords.
12250 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 12251 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
12252 (sql-oracle-show-reserved-words): New function for development.
12253 (sql-product-font-lock): Simplify for source code buffers.
12254 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
12255 New functions.
12256 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
12257 (sql-mode-map): Add statement movement functions.
12258 (sql-ansi-statement-starters, sql-oracle-statement-starters):
12259 New variable.
fbcc67e2
MM
12260 (sql-statement-regexp, sql-beginning-of-statement)
12261 (sql-end-of-statement, sql-signum): New functions.
0757af94 12262 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
12263 (sql-show-sqli-buffer): Bug fix.
12264 (sql-interactive-mode): Store connection data as buffer local.
0757af94 12265 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
12266 with sql-interactive-mode.
12267 (sql-save-connection): Save buffer local settings.
0757af94 12268 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
12269 (sql-product-interactive): Bug fix.
12270 (sql-preoutput-hold): New variable.
12271 (sql-interactive-remove-continuation-prompt): Bug fixes.
12272 (sql-debug-redirect): New variable.
12273 (sql-str-literal): New function.
12274 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 12275 Redesign.
fbcc67e2
MM
12276 (sql-oracle-save-settings, sql-oracle-restore-settings)
12277 (sql-oracle-list-all, sql-oracle-list-table): New functions.
12278 (sql-completion-object, sql-completion-column)
12279 (sql-completion-sqlbuf): New variables.
12280 (sql-build-completions-1, sql-build-completions)
12281 (sql-try-completion): New functions.
12282 (sql-read-table-name): Use them.
12283 (sql-contains-names): New buffer local variable.
12284 (sql-list-all, sql-list-table): Use it.
12285 (sql-oracle-completion-types): New variable.
12286 (sql-oracle-completion-object, sql-sqlite-completion-object)
12287 (sql-postgres-completion-object): New functions.
12288
d4eaeab1
GM
122892011-07-06 Glenn Morris <rgm@gnu.org>
12290
12291 * window.el (pop-to-buffer): Doc fix.
12292
322b7dab 122932011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
12294
12295 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
12296
322b7dab 122972011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 12298
322b7dab 12299 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 12300
322b7dab 12301 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 12302
605dd5bf
CY
123032011-07-05 Chong Yidong <cyd@stupidchicken.com>
12304
12305 * button.el (button): Inherit from link face. Suggested by Dan
12306 Nicolaescu.
12307
7dbfa719
SM
123082011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12309
3db614b0
SM
12310 * progmodes/gdb-mi.el: Fit in 80 columns.
12311 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
12312 switch-to-buffer.
12313
7dbfa719
SM
12314 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
12315 if imenu is simply not configured (bug#8941).
12316
919d884a
KM
123172011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
12318
12319 * allout.el (allout-post-undo-hook): New allout outline-change
12320 event hook to signal undo activity.
12321 (allout-post-command-business): Run allout-post-undo-hook if an
12322 undo just occurred.
7dbfa719
SM
12323 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
12324 * allout-widgets.el (allout-widgets-after-undo-function):
12325 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
12326 in the vicinity of an undo.
12327 (allout-widgets-mode): Include allout-widgets-after-undo-function
12328 on the new allout-post-undo-hook.
12329
450a0f09
SM
123302011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12331
12332 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
12333 Let define-derived-mode define it.
12334 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
12335 cycles of abbrev-table inheritance (bug#8998).
12336
2de69e00
RW
123372011-07-05 Roland Winkler <winkler@gnu.org>
12338
12339 * textmodes/bibtex.el: Add support for biblatex.
12340 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
12341 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
12342 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
12343 (bibtex-entry-alist, bibtex-field-alist): New variables.
12344 (bibtex-entry-field-alist): Obsolete alias for
12345 bibtex-BibTeX-entry-alist.
12346 (bibtex-entry-alist, bibtex-field-alist): New widgets.
12347 (bibtex-set-dialect): New command.
12348 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
12349 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
12350 Bind via bibtex-set-dialect.
2de69e00
RW
12351 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
12352 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
12353 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
12354 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
12355 Define via bibtex-set-dialect.
450a0f09
SM
12356 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
12357 Obey bibtex-no-opt-remove-re.
2de69e00
RW
12358 (bibtex-vec-push, bibtex-vec-incr): New functions.
12359 (bibtex-format-entry, bibtex-field-list)
12360 (bibtex-print-help-message, bibtex-validate)
12361 (bibtex-search-entries): Use new format of bibtex-entry-alist.
12362
2dcdbdd9
SM
123632011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12364
12365 * progmodes/compile.el (compilation-goto-locus):
12366 * net/tramp-cmds.el (tramp-append-tramp-buffers):
12367 * bs.el (bs-cycle-next, bs-cycle-previous):
12368 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
12369 * bindings.el (mode-line-other-buffer):
12370 * autoinsert.el (auto-insert):
12371 * arc-mode.el (archive-extract):
12372 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
12373
b27640fe
JB
123742011-07-05 Juanma Barranquero <lekktu@gmail.com>
12375
12376 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
12377 Fix check of `emacs-lock-unlockable-modes'.
12378 Coerce true values of `emacs-lock--try-unlocking' to t.
12379
53bbe3ad
JB
123802011-07-05 Juanma Barranquero <lekktu@gmail.com>
12381
12382 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
12383 * emacs-lock.el: New file.
12384
1d3cdbc7
JD
123852011-07-05 Julien Danjou <julien@danjou.info>
12386
12387 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
12388 than `boundp' to check if face is set.
12389
9173deec
JB
123902011-07-05 Juanma Barranquero <lekktu@gmail.com>
12391
12392 * register.el (registerv-make):
12393 * window.el (window-min-height): Fix typos in docstrings.
12394
869795d6
JD
123952011-07-05 Jan Djärv <jan.h.d@swipnet.se>
12396
9173deec 12397 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
12398 Update doc string.
12399
b768cdcd
JB
124002011-07-04 Juanma Barranquero <lekktu@gmail.com>
12401
12402 * server.el (server-execute): Catch quit and call
12403 `server-return-error' to pass the error back to emacsclient and
12404 close the connection (bug#8942).
12405
13aa217b
KM
124062011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
12407
12408 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
12409 insecure exception for current topic. Also note that auto-saves
12410 are handled differently.
12411
5d3385a0 12412 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
12413 State variables for tracking auto-save inhibition situation.
12414
12415 (allout-write-contents-hook-handler): Rename from
12416 'allout-write-file-hook-handler', and describe how it depends on
12417 write-contents-functions sensitivity to non-nil value to prevent
12418 file write.
12419
12420 (allout-auto-save-hook-handler): Remove. auto-save does not check
12421 this in individual buffers, only in the starting buffer, so this
12422 is not the right way for us to inhibit auto-save in a buffer
12423 according to its condition.
12424
12425 (allout-mode): Use new allout-write-contents-hook-handler, and
12426 only with write-contents-functions. Remove auto-save provisions -
12427 they're implemented elsewhere.
12428
12429 (allout-before-change-handler): If undo is in progress, note that
12430 for attention of allout-post-command-business.
12431
12432 (allout-post-command-business): If the command we're following was
12433 an undo, check for change in the status of encrypted items and
12434 adjust auto-save inhibitions accordingly.
12435
12436 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
12437 according to whether there are or aren't any plain-text topics
12438 pending encryption.
12439
2dcdbdd9 12440 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
12441 Adjust buffer-saved-size and some allout state to inhibit auto-saves
12442 if there are plain-text topics pending encryption.
13aa217b
KM
12443
12444 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
12445 buffer-saved-size and some allout state to not inhibit auto-saves
12446 if there are no longer any plain-text topics pending encryption.
12447
0757af94
SM
12448 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
12449 No longer provide for exemption of the current topic.
13aa217b 12450
ac89b32c
JL
124512011-07-04 Juri Linkov <juri@jurta.org>
12452
12453 Add 7z operations to delete and save changed members (bug#8968).
12454 * arc-mode.el (archive-7z-expunge, archive-7z-update):
12455 New defcustoms.
12456 (archive-7z-write-file-member): New function.
12457 (archive-7z-summarize): Fix the number of dashes in the
12458 listing output.
12459
8fa39615
SM
124602011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12461
12462 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
12463 (bug#8958).
12464
2f11b3f1
CY
124652011-07-04 Chong Yidong <cyd@stupidchicken.com>
12466
d66fef2b
CY
12467 * bindings.el: Ignore next-buffer and previous-buffer in
12468 minibuffer-local-map.
12469
2f11b3f1
CY
12470 * font-lock.el (font-lock-builtin-face): Change light background
12471 color to dark slate blue (Bug#6693).
12472
f932a347
WD
124732011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
12474
12475 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
12476
c8af70e1
SM
124772011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12478
12479 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
12480 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12481 Add switch-to-buffer.
12482
f158badc
LMI
124832011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12484
12485 * isearch.el (isearch-search-fun-function): Clarify further the
12486 meaning of the function returned.
12487
6d95bd46
MA
124882011-07-04 Michael Albinus <michael.albinus@gmx.de>
12489
12490 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
12491
12492 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
12493 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
12494 Use it.
12495 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
12496 `tramp-default-remote-path' does not exist.
12497 (tramp-send-command-and-read): New optional argument NOERROR.
12498 (tramp-open-connection-setup-interactive-shell)
12499 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
12500 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
12501 (tramp-process-sentinel): Flush also process' connection property.
12502 (tramp-sh-handle-start-file-process): Do not set process
12503 sentinel. It is done now ...
12504 (tramp-maybe-open-connection): ... here. (Bug#8929)
12505
909e6b67
MK
125062011-07-04 MON KEY <monkey@sandpframing.com>
12507
12508 * play/animate.el (animate-string): Doc fixes and allow changing
12509 the buffer name (bug#5417).
12510
125112011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12512
c8af70e1 12513 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 12514
f34755dc
PE
125152011-07-04 Paul Eggert <eggert@cs.ucla.edu>
12516
396cec72
PE
12517 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
12518 This is simpler and helps future-proof the code.
12519 (timer-until): Use time-subtract and float-time.
08235028 12520 (timer--time-less-p): Use time-less-p.
f34755dc 12521
56e6cc31
JB
125222011-07-04 Juanma Barranquero <lekktu@gmail.com>
12523
3abb79e5
JB
12524 * type-break.el (timep): Use the value of `float-time' to avoid a
12525 byte-compiler warning.
12526
56e6cc31
JB
12527 * server.el (server-eval-and-print): Return any result, even nil.
12528
7b9430b4
PE
125292011-07-03 Paul Eggert <eggert@cs.ucla.edu>
12530
12531 * type-break.el: Accept time formats that the builtins accept.
12532 (timep, type-break-time-difference): Accept any format that
12533 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
12534 This is simpler and helps future-proof the code.
12535 (type-break-time-difference): Round rather than ignoring
12536 subseconds components.
12537
3034e9e7
LMI
125382011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12539
12540 * info.el (Info-apropos-matches): Make non-interactive, since it
12541 doesn't seem to do anything useful as a command (bug#8829).
12542
1485f4c0
CY
125432011-07-03 Chong Yidong <cyd@stupidchicken.com>
12544
12545 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 12546 Move from faces.el.
1485f4c0
CY
12547 (frame-default-terminal-background): New function.
12548
12549 * custom.el (custom-push-theme): Don't record faces in `changed'
12550 theme; this doesn't work correctly for per-frame face settings.
12551 (disable-theme): Use face-set-after-frame-default to reset faces.
12552 (custom--frame-color-default): New function.
12553
9fa3dd45
LMI
125542011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12555
c8af70e1 12556 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
12557 (bug#8769).
12558
6cbbc20c
KR
125592011-03-29 Kevin Ryde <user42@zip.com.au>
12560
12561 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12562 `perl-Test2' extend to match possible "fail #N" rep count
12563 (bug#8377).
12564
c7f98048
LMI
125652011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12566
65676592
LMI
12567 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
12568 `smtpmail-via-smtp' now returns the error instead of nil.
12569
c7f98048
LMI
12570 * isearch.el (isearch-search-fun-function): Clarify the doc string
12571 (bug#8101).
12572
56e6cc31 125732011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
12574
12575 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
12576 unnecessary spaces (bug#8987).
12577
2b216704
LMI
125782011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12579
12580 * net/network-stream.el (open-network-stream): Use the
12581 :end-of-capability command thoughout.
12582
125832011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12584
12585 * net/network-stream.el (open-network-stream): Add the
12586 :end-of-capability command parameter, used by pop3.el.
12587
36adf6ce
LMI
125882011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12589
1ca0da0e
LMI
12590 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
12591
fc00f69c
LMI
12592 * fringe.el (fringe-query-style): Remove redundant text " (type ?
12593 for list)" (bug#6475).
12594
28fd8759 12595 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 12596 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
12597 an error (bug#6297).
12598
0dd8b6da
LMI
12599 * man.el (Man-reference-regexp): Allow matching possible
12600 word-wrapped references (bug#6289).
12601
ce1438d6
LMI
12602 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
12603 for consistency with the other vc buffers (bug#6197).
12604 (vc-checkin): Ditto.
12605
12606 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
12607
36adf6ce
LMI
12608 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
12609
e83cc1f7
LMI
126102011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12611
8a20ca4c
LMI
12612 * custom.el (defcustom): Clarify that :set is only used in the
12613 Customize user interface (bug#6089).
12614
83319045
LMI
12615 * progmodes/flymake.el (flymake-mode): If the buffer isn't
12616 associated with a file, refuse to run instead of erroring out
12617 (bug#6084).
12618
a8392169
LMI
12619 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
12620 the doc string, since it appears that using `fill-column' always
12621 controls the width (bug#7845).
12622
e83cc1f7
LMI
12623 * simple.el (shell-command-on-region): Say where the error output
12624 went if `shell-command-default-error-buffer' is set (bug#6857).
12625
e47ca23b
KM
126262011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
12627
12628 * allout.el (allout-yank-processing): Adjust cursor position for
12629 backwards-deleted space.
12630
12631 (allout-rebullet-heading): Register changes with
12632 allout-exposure-changed-hook, so the modified topic is properly
12633 decorated.
12634
5cf56143
LMI
126352011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12636
08549772
LMI
12637 * minibuffer.el (completion-in-region): Document PREDICATE
12638 (bug#7136).
12639
48e96771
LMI
12640 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
12641 of keyword/argument pairs (bug#6904).
12642
c8af70e1
SM
12643 * replace.el (multi-occur):
12644 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 12645
e17d05e2
LMI
126462011-07-02 Drew Adams <drew.adams@oracle.com>
12647
12648 * dired.el (dired-mark-if): Make the message about whether it's
12649 marking or unmarking clearer (bug#8523).
12650
063b0e45
LMI
126512011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12652
12653 * disp-table.el (display-table-print-array): New function.
12654 (describe-display-table): Use it to print the vectors more pretty
12655 (Bug#8859).
12656
28545e04
MR
126572011-07-02 Martin Rudalics <rudalics@gmx.at>
12658
12659 * window.el (window-state-get-1): Don't assign clone numbers.
12660 Add clone-of item to list of window parameters.
12661 (window-state-put-2): Don't process clone numbers.
12662 (display-buffer-alist): Fix doc-string.
12663
3349e122
SM
126642011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
12665
12666 * subr.el (remq): Don't allocate if it's not needed.
12667 (keymap--menu-item-binding, keymap--menu-item-with-binding)
12668 (keymap--merge-bindings): New functions.
12669 (keymap-canonicalize): Use them to refine the canonicalization.
12670 * minibuffer.el (minibuffer-local-completion-map)
12671 (minibuffer-local-must-match-map): Move initialization from C.
12672 (minibuffer-local-filename-completion-map): Move initialization from C;
12673 don't inherit from anything here.
12674 (minibuffer-local-filename-must-match-map): Make obsolete.
12675 (completing-read-default): Use make-composed-keymap to combine
12676 minibuffer-local-filename-completion-map with either
12677 minibuffer-local-must-match-map or
12678 minibuffer-local-filename-completion-map.
12679
d224ac83
GM
126802011-07-01 Glenn Morris <rgm@gnu.org>
12681
3de63bf8
GM
12682 * type-break.el (type-break-time-sum): Use dolist.
12683
d224ac83
GM
12684 * textmodes/flyspell.el (flyspell-word-search-backward):
12685 Replace CL function.
12686
1a1e3f32
SM
126872011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12688
fe3f64d5
SM
12689 * mouse.el (mouse--strip-first-event): New function.
12690 (function-key-map): Use it to map fringe clicks to normal clicks
12691 by default.
12692
eb604e34
SM
12693 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
12694 (vc-bzr-revision-completion-table): Add support for annotate and date.
12695
1a1e3f32
SM
12696 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
12697 inherit from parent.
12698
5bd35902
LMI
126992011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12700
ace6c69c 12701 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 12702 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 12703
191e2bed
LMI
12704 * dired.el (dired-mode): Fix up the doc string as suggested by
12705 Drew Adams (bug#8817).
12706
5bd35902
LMI
12707 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
12708 cookie, since the manual says that it should be possible to add
12709 this function to `find-file-hook' (bug#8709).
12710
eee8207a
TZ
127112011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12712
12713 * progmodes/cfengine.el: Moved all cfengine3.el functionality
12714 here. Noted Ted Zlatanov as the maintainer.
12715 (cfengine-common-settings, cfengine-common-syntax): New functions
12716 to set up common things between `cfengine-mode' and
12717 `cfengine3-mode'.
12718 (cfengine3-mode): New mode.
12719 (cfengine3-defuns cfengine3-defuns-regex
12720 (cfengine3-class-selector-regex cfengine3-category-regex)
12721 (cfengine3-vartypes cfengine3-font-lock-keywords)
12722 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 12723 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 12724
36b148cf
MA
127252011-07-01 Michael Albinus <michael.albinus@gmx.de>
12726
12727 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
12728
12729 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
12730
0bf4ba9a
MR
127312011-07-01 Martin Rudalics <rudalics@gmx.at>
12732
12733 * window.el (same-window-buffer-names, same-window-regexps)
12734 (same-window-p, special-display-frame-alist)
12735 (special-display-popup-frame, special-display-function)
12736 (special-display-buffer-names, special-display-regexps)
12737 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
12738 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12739 (split-window-preferred-function, split-height-threshold)
12740 (split-width-threshold, even-window-heights)
12741 (display-buffer-mark-dedicated, window-splittable-p)
12742 (split-window-sensibly, window-safely-shrinkable-p):
12743 Un-obsolete.
12744 (display-buffer): Don't spread args with function specifier
12745 because special-display-popup-frame won't like it.
12746
35837f51
PE
127472011-07-01 Paul Eggert <eggert@cs.ucla.edu>
12748
d0672f86
PE
12749 Time-stamp simplifications and fixes.
12750 These improve accuracy slightly, and future-proof the code
12751 against some potential changes to current-time format.
12752
b9444d97
PE
12753 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
12754 by using time-since and float-time.
12755
0ef923dc
PE
12756 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
12757 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
12758 + NNN microseconds".
12759
2f81380d
PE
12760 * type-break.el (type-break-time-sum): Rewrite using time-add.
12761
845b5c3e
PE
12762 * play/hanoi.el (hanoi-current-time-float): Remove.
12763 All uses replaced by float-time.
12764
ee6f1be0
PE
12765 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
12766 This yields a more-accurate answer.
12767 (rng-time-to-float): Remove; no longer needed.
12768
fe955043
PE
12769 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
12770
5777162a
PE
12771 * calendar/timeclock.el (timeclock-seconds-to-time):
12772 Defalias to seconds-to-time, since they're the same thing.
12773
3103f8b6 12774 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 12775 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
12776 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
12777
0e61a35f
SM
127782011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12779
12780 * window.el (bury-buffer): Don't iconify the only frame.
12781 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
12782 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
12783
ddd63a1e
CY
127842011-07-01 Chong Yidong <cyd@stupidchicken.com>
12785
0e61a35f
SM
12786 * eshell/em-smart.el (eshell-smart-display-navigate-list):
12787 Add mouse-yank-primary.
ddd63a1e 12788
055f4923
TZ
127892011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12790
12791 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
12792
6a2fb145
SM
127932011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12794
12795 * emacs-lisp/find-func.el (find-library--load-name): New fun.
12796 (find-library-name): Use it to find relative load names when provided
12797 absolute file name (bug#8803).
12798
fd4983f2
LMI
127992011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12800
887d14ad
LMI
12801 * textmodes/flyspell.el (flyspell-word): Consider words that
12802 differ only in case as potential doublons (bug#5687).
12803
c53dc7fc
LMI
12804 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
12805 Remove two rather uninteresting debugging-like messages to make
12806 debbugs.el more silent.
12807
fd4983f2
LMI
12808 * comint.el (comint-password-prompt-regexp): Accept "Response" as
12809 a password-like phrase.
12810
7a71b18d 128112011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
12812
12813 * progmodes/cc-guess.el: New file.
12814
6a2fb145 12815 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
12816
12817 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
12818 derived from `c-basic-common-init'.
12819
12820 * progmodes/cc-mode.el (top-level): Require cc-guess.
12821 (c-basic-common-init): Use `cc-choose-style-for-mode'.
12822
1fa280a3
LM
128232011-06-30 Lawrence Mitchell <wence@gmx.li>
12824
12825 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
12826
e6597158
AM
128272011-06-30 Alan Mackenzie <acm@muc.de>
12828
1fa280a3
LM
12829 * progmodes/cc-engine.el (c-guess-continued-construct):
12830 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
12831 lock is disabled. Name this case as "CASE G".
12832
68ba37fb
KM
128332011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
12834
12835 * allout.el (allout-yank-processing): Fix injection of extra space
12836 between bullet and non-whitespace character in first topic when
12837 pasting, ensuring that the actual spacing in the pasted topic
12838 following the bullet char is preserved. This extra space was
12839 causing pasted encrypted topics to get a decrypted status even
12840 when the content was actually still encrypted. Now the decryption
12841 status from before the paste is preserved.
12842
12843 (allout-flag-region): Set all allout overlays so they evaporate
12844 when reduced to zero length (evanescent), to prevent overlay
12845 leakage.
12846
887a0b34
GM
128472011-06-30 Glenn Morris <rgm@gnu.org>
12848
94b9acce
GM
12849 * w32-fns.el (w32-charset-info-alist): Declare.
12850
1d9b46d4
GM
12851 * find-dired.el (find-grep-options): Simplify.
12852
cc232200
GM
12853 * term/ns-win.el (ns-set-resource): Declare.
12854
28e77c46
GM
12855 * ses.el (row, col): Declare dynamic variables honestly.
12856
887a0b34
GM
12857 * textmodes/reftex-parse.el (index-tags): Declare.
12858
658d8eb8
CY
128592011-06-30 Chong Yidong <cyd@stupidchicken.com>
12860
12861 * cus-edit.el (customize-push-and-save): New function.
12862
12863 * files.el (hack-local-variables-confirm): Use it.
12864
1fa280a3
LM
12865 * custom.el (load-theme): New arg NO-CONFIRM.
12866 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
12867 (custom-enabled-themes): Doc fix.
12868
12869 * cus-theme.el (customize-create-theme)
12870 (custom-theme-merge-theme): Callers to load-theme changed.
12871
bb617717
LMI
128722011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12873
d61bdd5d
LMI
12874 * thingatpt.el (thing-at-point-short-url-regexp): Require that
12875 short URLs have at least one dot in them (bug #7614).
12876
bb617717
LMI
12877 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
12878 nil, because using a pty is apparently too slow (bug #895).
12879
2f31f37a
LMI
128802011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
12881
12882 * mail/sendmail.el (sendmail-query-once): New function.
12883 (sendmail-query-once-function): New variable.
12884
3076b24e
GM
128852011-06-29 Glenn Morris <rgm@gnu.org>
12886
faf2a174
GM
12887 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
12888
3076b24e
GM
12889 * ses.el (top-level): Require cl when compiling.
12890 (ses-set-localvars): Fix error statement.
12891 Call it at compile time to silence a storm of warnings.
12892
5386012d
MR
128932011-06-29 Martin Rudalics <rudalics@gmx.at>
12894
12895 * window.el (normalize-live-buffer): Rename to
12896 window-normalize-buffer.
12897 (normalize-live-frame): Rename to window-normalize-frame.
12898 (normalize-any-window): Rename to window-normalize-any-window.
12899 (normalize-live-window): Rename to window-normalize-live-window.
12900 (make-window-atom): Rename to window-make-atom.
12901 (window-resize-reset): Rename to window--resize-reset.
12902 (window-resize-reset-1): Rename to window--resize-reset-1.
12903 (resize-mini-window): Rename to window--resize-mini-window.
12904 (resize-subwindows-skip-p): Rename to
12905 window--resize-subwindows-skip-p.
12906 (resize-subwindows-normal): Rename to
12907 window--resize-subwindows-normal.
12908 (resize-subwindows): Rename to window--resize-subwindows.
12909 (resize-other-windows): Rename to window--resize-siblings.
12910 (resize-this-window): Rename to window--resize-this-window.
12911 (resize-root-window): Rename to window--resize-root-window.
12912 (resize-root-window-vertically): Rename to
12913 window--resize-root-window-vertically.
12914 (normalize-buffer-to-display): Rename to
12915 window-normalize-buffer-to-display.
12916 (normalize-buffer-to-switch-to): Rename to
12917 window-normalize-buffer-to-switch-to.
12918 Correspondingly update all callers of the functions listed
12919 above.
12920 (display-buffer-alist, display-buffer-normalize-arguments)
12921 (display-buffer-normalize-options, display-buffer)
12922 (display-buffer-alist-set): Use "function" instead of
12923 "fun-with-args".
12924
1176868d
CY
129252011-06-28 Chong Yidong <cyd@stupidchicken.com>
12926
12927 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
12928 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
12929 debbugs.gnu.org. Mention acknowledgment email.
12930
20a7a65f
LMI
129312011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
12932
12933 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
12934 buffer multibyteness, since it shouldn't matter.
12935
5f45cca5
MR
129362011-06-28 Martin Rudalics <rudalics@gmx.at>
12937
12938 * window.el (display-buffer-in-side-window): Handle dedicated
12939 windows as in display-buffer-reuse-window.
12940 (display-buffer-normalize-alist): Use value of override
12941 specifier.
12942 (display-buffer-normalize-specifiers): Use value of
12943 other-window-means-other-frame specifier.
12944 (display-buffer-alist): Rewrite some texts in widgets.
12945 (display-buffer): Spread arguments when calling function
12946 specified by fun-with-args.
12947
ad85fe1f
DD
129482011-06-28 Deniz Dogan <deniz@dogan.se>
12949
1fa280a3
LM
12950 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12951 Unnest `let'.
da68c4c8 12952
ad85fe1f
DD
12953 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
12954 selectors (Bug#5732).
ec49bd31 12955 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 12956
a08cc025
JA
129572011-06-27 Jari Aalto <jari.aalto@cante.net>
12958
12959 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
12960 (eshell-ls-date-format): New defcustom.
12961 (eshell-ls-file): Use it.
12962
e2b551c5
SM
129632011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12964
12965 * help-fns.el (describe-variable): Fix message for terminal-local vars.
12966
8982b231
KY
129672011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
12968
12969 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
12970 (ange-ftp-make-tmp-name): New arg.
12971 (ange-ftp-file-local-copy): Use it.
12972
36c9fa27
J
129732011-06-27 Jambunathan K <kjambunathan@gmail.com>
12974
12975 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
12976 no-conversion (Bug#8870).
12977
d68443dc
MR
129782011-06-27 Martin Rudalics <rudalics@gmx.at>
12979
12980 * window.el (window-right, window-left, window-child)
12981 (window-child-count, window-last-child)
12982 (window-iso-combination-p, walk-window-tree-1)
12983 (window-atom-check-1, window-tree-1, delete-window)
12984 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
12985 new naming conventions - window-vchild, window-hchild,
12986 window-next and window-prev are now called window-top-child,
12987 window-left-child, window-next-sibling and window-prev-sibling
12988 respectively.
d615d6d2
MR
12989 (resize-window-reset): Rename to window-resize-reset.
12990 (resize-window-reset-1): Rename to window-resize-reset-1.
12991 (resize-window): Rename to window-resize.
12992 (window-min-height, window-min-width)
12993 (resize-mini-window, resize-this-window, resize-root-window)
12994 (resize-root-window-vertically, adjust-window-trailing-edge)
12995 (enlarge-window, shrink-window, maximize-window)
12996 (minimize-window, delete-window, quit-restore-window)
12997 (split-window, balance-windows, balance-windows-area-adjust)
12998 (balance-windows-area, window-state-put-2)
12999 (display-buffer-even-window-sizes, display-buffer-set-height)
13000 (display-buffer-set-width, set-window-text-height)
13001 (fit-window-to-buffer): Rename all "resize-window" prefixed
13002 calls to use the "window-resize" prefix convention.
13003 (display-buffer-alist): Fix symbol for label specifier.
13004 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
13005 corresponding specifier.
13006 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 13007
b6458526
VB
130082011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
13009
13010 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
13011 convention.
13012 (ses-call-printer): Does not pass an empty string to formatter when the
13013 cell is empty to keep from barking printer Calc math-format-value.
13014
d31fd9ac
RS
130152011-06-27 Richard Stallman <rms@gnu.org>
13016
43d5bf84
RS
13017 * battery.el (battery-mode-line-limit): New variable.
13018 (battery-update): Handle it.
13019
d31fd9ac
RS
13020 * mail/rmailmm.el (rmail-mime-process-multipart):
13021 Handle truncated messages.
13022
819a6054
GM
130232011-06-27 Glenn Morris <rgm@gnu.org>
13024
13025 * progmodes/flymake.el (flymake-err-line-patterns):
13026 Allow for column numbers in the ant/javac pattern. (Bug#8866)
13027
cedc73f2
VB
130282011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
13029
819a6054 13030 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
13031 (ses--clean-!, ses--clean-_): New functions.
13032 (ses-range): Add configurability of readout order, and conversion
13033 to Calc vector.
13034
5e5d49b6
VB
13035 * ses.el (ses-repair-cell-reference-all): New function.
13036 (ses-cell-symbol): Set macro as safe, so that it can be used in
13037 formulas.
13038
56e6cc31 13039 * ses.el: Update cycle detection algorithm.
90ca8b49 13040 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 13041 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
13042 (ses-set-localvars): New function.
13043 (ses-make-cell): Add property-list as a cell element.
13044 (ses-cell-property-get-fun, ses-cell-property-get)
13045 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
13046 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
13047 New functions.
90ca8b49
VB
13048 (ses-cell-property-set, ses-cell-property-pop)
13049 (ses-cell-property-get-handle): New macro.
13050 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
13051 New aliases, used for code readability.
13052 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
13053 cycle detection.
13054 (ses-self-reference-early-detection): New defcustom.
fac916bf 13055 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
13056 (ses-mode): Use ses-set-localvars.
13057 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
13058 before lauching the update processing.
13059 (ses-initialize-Dijkstra-attempt): New function.
13060 (ses-recalculate-cell): Update for cycle detection based on
13061 Dijkstra algorithm.
13062
2bb63e81
VB
13063 * ses.el: Fix commenting and indenting convention.
13064
c9d29fb8
SM
130652011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
13066
13067 * bs.el (bs-cycle-next): Complete last change.
13068
d8e4b68b
JB
130692011-06-27 Drew Adams <drew.adams@oracle.com>
13070
13071 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
13072
40098786
LMI
130732011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13074
c9d29fb8
SM
13075 * net/network-stream.el (network-stream-open-starttls):
13076 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
13077 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
13078
40098786
LMI
13079 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
13080 to binary to possibly avoid line encoding issues on Windows (among
13081 other things).
13082
468d09d4
LMI
130832011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13084
13085 * net/network-stream.el (open-network-stream): Return an :error
13086 saying what the problem was, if possible.
13087
13088 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
13089 server.
13090
13091 * net/network-stream.el (network-stream-open-starttls): If we
13092 wanted to use STARTTLS, and the server offered it, but we weren't
13093 able to because we had no STARTTLS support, then close the connection.
13094 (open-network-stream): Return an :error element, if present.
13095
16f07dd7
CY
130962011-06-26 Chong Yidong <cyd@stupidchicken.com>
13097
88821ca0
CY
13098 * hl-line.el (hl-line-sticky-flag): Doc fix.
13099 (global-hl-line-sticky-flag): New option (Bug#8323).
13100 (global-hl-line-highlight): Obey it.
13101
16f07dd7
CY
13102 * vc/vc.el (vc-revert-show-diff): Default to t.
13103
6b5ccddf
KM
131042011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
13105
c9d29fb8
SM
13106 * allout-widgets.el (allout-widgets-post-command-business):
13107 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
13108 undecorated when an isearch is continued past, and isearch
13109 automatically collapses them. This leads to "widget leaks", where
13110 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
13111 hidden widgets can slow down cursor travel, substantially.
13112 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
13113 so we're doing without this nicety.
13114
13115 (allout-widgets-tally-string): Don't try to do a hash-table-count
13116 of allout-widgets-tally when it's nil. This eliminates spurious "Error
13117 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
13118 *Messages* when allout-widgets-maintain-tally is t.
13119
355f2e07
MR
131202011-06-26 Martin Rudalics <rudalics@gmx.at>
13121
13122 * window.el (display-buffer-normalize-argument): Rename to
13123 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
13124 LABEL argument. Respect special-display-function when popping up
13125 a new frame. Fix code searching for a window showing the buffer
13126 on another frame.
c9d29fb8
SM
13127 (display-buffer-normalize-specifiers):
13128 Call display-buffer-normalize-arguments.
355f2e07
MR
13129 (display-buffer-in-window): Don't undedicate the window if its
13130 buffer remains the same.
13131 Reported by Drew Adams <drew.adams@oracle.com>.
13132 (display-buffer-alist): Add choice for same-window macro
13133 specfier.
13134 (display-buffer): Mention special meaning of LABEL argument in
13135 doc-string. Fix quoting. Don't pop up a new frame even as
13136 fallback.
13137
7ca8fc42
JB
131382011-06-26 Juanma Barranquero <lekktu@gmail.com>
13139
13140 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
13141 avoid deleting the current window in some cases (bug#8911).
13142
bc312254
AS
131432011-06-26 Andreas Schwab <schwab@linux-m68k.org>
13144
13145 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
13146 (Bug#8934)
13147
2db18f3f
LMI
131482011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13149
c9d29fb8
SM
13150 * net/network-stream.el (network-stream-open-starttls):
13151 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
13152 (network-stream-open-tls): Ditto.
13153
6302e0d3
LL
131542011-06-26 Leo Liu <sdl.web@gmail.com>
13155
13156 * register.el (registerv): New struct.
13157 (registerv-make): New function.
c9d29fb8
SM
13158 (jump-to-register, describe-register-1, insert-register):
13159 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
13160 struct. (Bug#8415)
13161
5fdd4046
CY
131622011-06-26 Chong Yidong <cyd@stupidchicken.com>
13163
2afef60a
CY
13164 * vc/vc.el (vc-revert-show-diff): New defcustom.
13165 (vc-diff-internal): New arg specifying diff buffer.
13166 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
13167 reuse an existing *vc-diff* buffer (Bug#8927).
13168
5fdd4046
CY
13169 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
13170
e93db24a
GM
131712011-06-26 Glenn Morris <rgm@gnu.org>
13172
13173 * progmodes/f90.el (f90-critical-indent): New option.
13174 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
13175 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
13176 (f90-mode): Doc fix.
13177 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
13178 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
13179 (f90-beginning-of-block, f90-next-block, f90-indent-region)
13180 (f90-match-end): Handle block, critical.
13181
eefff499
GM
131822011-06-25 Glenn Morris <rgm@gnu.org>
13183
f6ba4cc9
GM
13184 * calendar/diary-lib.el (diary-included-files): Doc fix.
13185 (diary-include-files): New function, extracted from
13186 diary-include-other-diary-files and diary-mark-included-diary-files.
13187 (diary-include-other-diary-files, diary-mark-included-diary-files):
13188 Just call diary-include-files.
13189 (diary-mark-entries): Reset diary-included-files on first call.
13190
16712304
GM
13191 * calendar/diary-lib.el (diary-mark-entries)
13192 (diary-mark-included-diary-files):
13193 Visit included diary-files in temp buffers.
13194
5d8e0d43
GM
13195 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
13196 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
13197 (f90-start-block-re, f90-imenu-generic-expression)
13198 (f90-looking-at-program-block-start, f90-no-block-limit):
13199 Add support for submodules.
13200
ccf7a5d5
GM
13201 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
13202 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 13203
11fdef7d 132042011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
13205
13206 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
13207 buffer-file-type before setting its value, to avoid disastrous
eefff499 13208 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 13209
74f53697
JB
132102011-06-25 Juanma Barranquero <lekktu@gmail.com>
13211
13212 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
13213
13214 * ses.el (ses-unload-function):
13215 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
13216
13217 * proced.el (proced-unload-function):
13218 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
13219
18a4ce5e
AR
132202011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
13221
13222 * server.el (server-create-window-system-frame): Add parameters arg.
13223 (server-process-filter): Doc fix. Handle frame-parameters.
13224
519d22cc
JB
132252011-06-25 Juanma Barranquero <lekktu@gmail.com>
13226
13227 Fix bug#8730, bug#8781.
13228
13229 * loadhist.el (unload--set-major-mode): New function.
13230 (unload-feature): Use it.
13231
13232 * progmodes/python.el (python-after-info-look): Add autoload cookie.
13233 (python-unload-function): New function.
13234
c206f5b0
SM
132352011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
13236
13237 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
13238
f9ad64f3
GS
132392011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
13240
13241 * net/browse-url.el (browse-url-firefox-program): Add icecat to
13242 the candidates list.
13243
7d0da90e
JB
132442011-06-24 Juanma Barranquero <lekktu@gmail.com>
13245
13246 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
13247
14b4e83d
RS
132482011-06-23 Richard Stallman <rms@gnu.org>
13249
13250 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
13251 (rmail-variables): Set next-error-move-function.
13252 (rmail-what-message): Take argument POS.
13253 (rmail-next-error-move): New function.
13254
273d2baf
SM
132552011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
13256
13257 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
13258 messages for adjacent non-terminals.
13259
56c2cc9a
RS
132602011-06-23 Richard Stallman <rms@gnu.org>
13261
13262 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 13263 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
13264 (rmail-start-mail): Don't specify use of rmail-mail-return;
13265 that's done by mail-bury now.
13266 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 13267
d59eb518
MA
132682011-06-23 Michael Albinus <michael.albinus@gmx.de>
13269
13270 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
13271 SIZE is a number.
13272
02cfc6d6
MR
132732011-06-23 Martin Rudalics <rudalics@gmx.at>
13274
13275 * window.el (get-lru-window, get-mru-window)
13276 (get-largest-window): Never return a minibuffer window.
13277 (display-buffer-pop-up-window): Fix a bug that could lead to
13278 reusing the minibuffer window.
13279 (display-buffer): Pass original specifier argument to
13280 display-buffer-function instead of the normalized one.
13281 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
13282
4e323265
LL
132832011-06-22 Leo Liu <sdl.web@gmail.com>
13284
13285 * minibuffer.el (completing-read-function)
13286 (completing-read-default): Move from minibuf.c
13287
7a70468f
RS
132882011-06-22 Richard Stallman <rms@gnu.org>
13289
50718fc2
RS
13290 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
13291 to Rmail even if not started by a special Rmail command.
13292
7a70468f
RS
13293 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
13294 Copy the buffer currently showing just one message.
13295
297dde5a
RW
132962011-06-22 Roland Winkler <winkler@gnu.org>
13297
13298 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
13299 (bibtex-clean-entry): First delete the old key so that a
13300 customized algorithm for generating the new key does not get
13301 confused by the old key.
13302 (bibtex-url): Obey regexp of first step.
13303 (bibtex-search-entries): Do not use add-to-list with local
13304 list-var.
13305
97bb1093
LMI
133062011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13307
13308 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
13309 stored a user name, then query for the password first, instead of
13310 waiting for SMTP to give an error message and the trying again.
13311
1c0f1a19
JD
133122011-06-22 Lawrence Mitchell <wence@gmx.li>
13313
13314 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
13315 BUFFER in call-process.
13316
396f7c9d
LMI
133172011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13318
13319 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
13320 QUIT twice.
ddb7ffee
LMI
13321 (smtpmail-try-auth-methods): Require user name and password from
13322 auth-source.
396f7c9d 13323
8998d1b3
MR
133242011-06-22 Martin Rudalics <rudalics@gmx.at>
13325
13326 * window.el (display-buffer-default-specifiers)
13327 (display-buffer-alist): Remove entries for pop-up-frame-alist.
13328 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 13329 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
13330
13331 * frame.el (pop-up-frame-alist, pop-up-frame-function)
13332 (special-display-frame-alist, special-display-popup-frame):
13333 Remove duplicate declarations. These are now in window.el.
13334
4ea31e07
LMI
133352011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13336
c9d29fb8
SM
13337 * mail/smtpmail.el (smtpmail-via-smtp):
13338 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
13339 server supports it. SMTP servers that support STARTTLS commonly
13340 require it.
13341
13342 * net/network-stream.el (network-stream-open-starttls): Support
13343 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 13344 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 13345
95f41d9a
LMI
13346 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
13347 upgrades with `open-network-stream', and rely solely on
13348 auth-source for all credentials. Big changes throughout the file,
13349 but in particular:
c9d29fb8
SM
13350 (smtpmail-auth-credentials): Remove.
13351 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
13352 (smtpmail-via-smtp): Check for servers saying they want AUTH after
13353 MAIL FROM, too.
95f41d9a 13354
c9d29fb8
SM
13355 * net/network-stream.el (network-stream-open-starttls):
13356 Provide support for client certificates both for external and built-in
4ea31e07
LMI
13357 STARTTLS.
13358 (auth-source): Require.
13359 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
13360 (network-stream-certificate): Change cert-cert to cert and
13361 cert-key to key.
4ea31e07 13362
065ec2c7
MA
133632011-06-21 Michael Albinus <michael.albinus@gmx.de>
13364
13365 * net/tramp-cache.el (top): Don't load the persistency file when
13366 "emacs -Q" has been called.
13367
cd93b359
DR
133682011-06-21 Tim Harper <timcharper@gmail.com>
13369
d8e4b68b
JB
13370 * term/ns-win.el (ns-initialize-window-system):
13371 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
13372 resource to NO as it is not yet supported by the NS port.
13373
ae9c0411
JB
133742011-06-21 Juanma Barranquero <lekktu@gmail.com>
13375
13376 * misc.el (list-dynamic-libraries--refresh): Compute header here...
13377 (list-dynamic-libraries): ...not here.
13378
7f3f739f
LL
133792011-06-21 Leo Liu <sdl.web@gmail.com>
13380
13381 * subr.el (sha1): Implement sha1 using secure-hash.
13382
327c8fb1
MR
133832011-06-21 Martin Rudalics <rudalics@gmx.at>
13384
13385 * window.el (display-buffer-alist): In default value do not
13386 enforce searching a window on any but the selected frame.
13387 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
13388 (display-buffer-select-window): Remove function.
13389 (display-buffer-in-window): When a window on another frame gets
13390 reused, do not select it any more but just raise its frame if
13391 necessary (Bug#8851) and (Bug#8856).
13392 (display-buffer-normalize-options): Handle pop-up-frames related
13393 options more faithfully.
13394 (pop-to-buffer): Don't rely on `display-buffer' selecting the
13395 window if it is on another frame.
c9d29fb8
SM
13396 (display-buffer-alist, display-buffer-default-specifiers):
13397 Don't make new frame unsplittable by default.
9e9de014
MR
13398 (display-buffer-normalize-argument): Fix doc-string typo and use
13399 'same-frame-other-window instead of 'other-window when associating
13400 with display-buffer-macro-specifiers.
327c8fb1 13401
7cf3f556
VB
134022011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
13403
13404 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
13405 New functions.
13406 (5x5-mode-map, 5x5-mode-menu): Bind them.
13407 (5x5-draw-grid): Tweak the solver's rendering.
13408
60a406cf
SM
134092011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13410
13411 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
13412 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
13413
d8e4b68b 134142011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
13415
13416 * menu-bar.el: Use function variable instead of switch-to-buffer.
13417 (menu-bar-select-buffer-function): New variable.
60a406cf 13418 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 13419
478d6f95
SM
134202011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13421
13422 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
13423 variable's status.
13424
ca530739
JD
134252011-06-20 Jan Djärv <jan.h.d@swipnet.se>
13426
13427 * x-dnd.el (x-dnd-version-from-flags)
13428 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
13429 and long as number (Bug#8899).
13430 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
13431
bcd70d97
SM
134322011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
13433
60a406cf 13434 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
13435 (completion-try-completion, completion-all-completions): Compute the
13436 metadata argument if it's missing; make it optional (bug#8795).
13437
60a406cf 13438 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
13439 (widget-complete): Use new :completion-function property.
13440 (widget-completions-at-point): New function.
13441 (default): Use :completion-function instead of :complete.
60a406cf
SM
13442 (widget-default-completions): Rename from widget-default-complete;
13443 Rewrite.
bcd70d97
SM
13444 (widget-string-complete, widget-file-complete, widget-color-complete):
13445 Remove functions.
13446 (file, symbol, function, variable, coding-system, color):
13447 * international/mule-cmds.el (default-input-method, charset)
13448 (language-info-custom-alist):
13449 * cus-edit.el (face): Use new property :completions.
13450
13451 * progmodes/pascal.el (pascal-completions-at-point): New function.
13452 (pascal-mode): Use it.
13453 (pascal-mode-map): Use completion-at-point.
13454 (pascal-toggle-completions): Make obsolete.
13455 (pascal-complete-word, pascal-show-completions):
13456 * progmodes/octave-mod.el (octave-complete-symbol):
13457 Redefine as obsolete alias.
13458 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
13459 Signal absence of completion info for old Octave,
13460 (inferior-octave-complete): Redefine as obsolete alias.
13461 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
13462 (meta-completions-at-point): Rename from meta-complete-symbol and
13463 adapt it for use on completion-at-point-functions.
13464 (meta-common-mode): Use it.
13465 (meta-looking-at-backward, meta-match-buffer): Remove.
13466 (meta-complete-symbol): Redefine as obsolete alias.
13467 (meta-common-mode-map): Use completion-at-point.
13468 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
13469 (makefile-mode-map): Use completion-at-point.
13470 (makefile-completions-at-point): Rename from makefile-complete and
13471 adapt it for use on completion-at-point-functions.
13472 (makefile-mode): Use it.
13473 (makefile-complete): Redefine as obsolete alias.
13474
aebf69c8
DD
134752011-06-20 Deniz Dogan <deniz@dogan.se>
13476
13477 * net/rcirc.el: Delete trailing whitespaces once and for all.
13478
bfbbb27d
DC
134792011-06-20 Daniel Colascione <dan.colascione@gmail.com>
13480
13481 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
13482
d264a46b
CY
134832011-06-19 Chong Yidong <cyd@stupidchicken.com>
13484
4ca009e5
CY
13485 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
13486
d264a46b
CY
13487 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
13488
fbf5b3ce
MR
134892011-06-19 Martin Rudalics <rudalics@gmx.at>
13490
13491 * window.el (display-buffer-other-window-means-other-frame):
13492 Call display-buffer-normalize-alist.
13493 (display-buffer-normalize-specifiers-1): Rename to
13494 display-buffer-normalize-argument. New argument other-frame.
13495 Rewrite.
13496 (display-buffer-normalize-specifiers-2): Rename to
13497 display-buffer-normalize-options.
13498 (display-buffer-normalize-alist-1): New function.
13499 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
13500 display-buffer-normalize-alist.
13501 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
13502 (display-buffer-normalize-options-inhibit): New variable.
13503 (display-buffer-normalize-specifiers): Rewrite calling
13504 display-buffer-normalize-alist,
13505 display-buffer-normalize-argument, and
13506 display-buffer-normalize-options. Don't call the latter if
13507 display-buffer-normalize-options-inhibit is non-nil.
13508 (frame-auto-delete): New option.
13509 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
13510 (window-list-no-nils, window-state-ignored-parameters)
13511 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
13512 (window-state-put-1, window-state-put-2, window-state-put):
13513 New functions.
9a028c23
MR
13514 (display-buffer-normalize-options): Move special-display-p group
13515 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 13516
6d10d800
CY
135172011-06-18 Chong Yidong <cyd@stupidchicken.com>
13518
6420d28b
CY
13519 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
13520 groups (Bug#8776).
13521 (rx-submatch-n): New function.
13522 (rx): Document it.
13523
ddb8b596
CY
13524 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
13525 (Bug#8768).
13526
13527 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
13528
77080289
CY
13529 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
13530
61dfb316
CY
13531 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
13532 anytime existing face settings are present (Bug#8889).
13533
6d10d800
CY
13534 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
13535 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
13536 Remove unused argument.
13537
be3fb2b8
MR
135382011-06-18 Martin Rudalics <rudalics@gmx.at>
13539
bcd70d97
SM
13540 * window.el (display-buffer-default-specifiers):
13541 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
13542 pop-up-window-min-width, and another reuse-window specifier
13543 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
13544 (display-buffer-normalize-specifiers-2):
13545 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
13546 pop-up-windows is unset. Add a reuse-window specifier for the
13547 case popping up a new window fails.
13548 (special-display-popup-frame): Remove double quoting.
28dec25a 13549 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 13550
1c6d8c76
SM
135512011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
13552
13553 * shell.el (shell-completion-vars): Set pcomplete-termination-string
13554 according to comint-completion-addsuffix.
13555
13556 * pcomplete.el: Convert to lexical binding and fix bug#8819.
13557 (pcomplete-suffix-list): Mark as obsolete.
13558 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
13559 pcomplete-seen in the closure.
13560 (pcomplete-comint-setup): Setup completion-at-point as well.
13561 (pcomplete--entries): New function.
13562 (pcomplete--env-regexp): New var.
13563 (pcomplete-entries): Rewrite to work with partial-completion and
13564 without relying on pcomplete-suffix-list.
13565 (pcomplete-pare-list): Remove, unused.
13566
25aef8b8
MR
135672011-06-17 Martin Rudalics <rudalics@gmx.at>
13568
13569 * window.el (display-buffer-alist): Set pop-up-window-min-height
13570 and pop-up-window-min-width in default value. Reported by
13571 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
13572 other-window-means-other-frame.
13573 (display-buffer-macro-specifiers): Comment out entry for
13574 other-window specifier.
13575 (display-buffer-other-window-means-other-frame): New function.
13576 (display-buffer-normalize-specifiers-1): New arguments
13577 buffer-name and label. Treat other-window case specially.
13578 (display-buffer-normalize-specifiers-2): Treat other-window case
13579 specially.
13580 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
13581 (display-buffer-normalize-specifiers):
13582 Call display-buffer-normalize-specifiers-3.
25aef8b8 13583
dbad4f69
MR
135842011-06-17 Martin Rudalics <rudalics@gmx.at>
13585
13586 * window.el (same-window-p): Fix two typos introduced when
13587 adding with-no-warnings.
d1067961
MR
13588 (display-buffer-normalize-specifiers-1): Don't check
13589 pop-up-frames for 'unset initialization.
13590 (display-buffer-normalize-specifiers-2): Major rewrite using
13591 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
13592 (pop-up-frames, display-buffer-reuse-frames)
13593 (display-buffer-mark-dedicated): Don't initialize to 'unset.
13594 Suggested by David Engster <deng@randomsample.de>.
13595 (even-window-heights): Initialize to 'unset.
13596 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
13597 (display-buffer-macro-specifiers): Don't pop up a new frame in the
13598 other window case.
dbad4f69 13599
9b9c9e3a
MR
136002011-06-16 Martin Rudalics <rudalics@gmx.at>
13601
bcd70d97
SM
13602 * window.el (display-buffer-normalize-specifiers-1):
13603 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 13604 second argument of display-buffer (Bug#8865).
981d5c09
MR
13605 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
13606 (switch-to-buffer-other-window-same-frame)
13607 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
13608 Adams (Bug#8875).
9c2755e9
MR
13609 (display-buffer): Don't check noninteractive when calling
13610 display-buffer-pop-up-frame.
13611 (display-buffer-pop-up-frame): Never pop up a frame in
13612 noninteractive mode (Bug#8857).
67222e1d
MR
13613 (enlarge-window, shrink-window): Don't report an error when the
13614 window can't be resized as requested (Bug#8862).
9b9c9e3a 13615
2b75be67
SM
136162011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13617
9ffdd3ba
SM
13618 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
13619
cb581a67
SM
13620 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
13621
2b75be67
SM
13622 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
13623
8c0e3589
AM
136242011-06-15 Alan Mackenzie <acm@muc.de>
13625
cb581a67
SM
13626 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
13627 for declarators, disable knr checking to speed up for normal files.
13628 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 13629
b96e6cde
LMI
136302011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13631
4bba86e6
LMI
13632 * net/network-stream.el (open-network-stream): Add the keyword
13633 :always-query-capabilities for the case where you want to force a
13634 `plain' network connection, but the protocol still requires the
13635 capabilitiy command (i.e., SMTP and EHLO).
13636
2b75be67 13637 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
13638 consistency with other `-live-p' functions.
13639
efdcdbf8
SM
136402011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13641
13642 * window.el (same-window-buffer-names, same-window-regexps)
13643 (special-display-frame-alist, special-display-popup-frame)
13644 (special-display-function, special-display-buffer-names)
13645 (special-display-regexps, pop-up-frame-alist)
13646 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
13647 (pop-up-windows, split-window-preferred-function)
13648 (split-height-threshold, split-width-threshold, even-window-heights)
13649 (display-buffer-mark-dedicated): Don't encourage the use of
13650 display-buffer-alist from Elisp code.
13651
c5cde042
DN
136522011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
13653
13654 * progmodes/python.el (python-mode): Derive from prog-mode.
13655 * progmodes/ps-mode.el (ps-mode):
13656 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 13657 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
13658 * progmodes/ld-script.el (ld-script-mode): Likewise.
13659
baa1c9ab
MR
136602011-06-15 Martin Rudalics <rudalics@gmx.at>
13661
13662 * window.el (display-buffer-alist): Trim default value to avoid
13663 popping up a new frame (Bug#8857) or reusing an arbitrary window
13664 on another frame.
13665 (display-buffer): Do not fall back on popping up a new frame in
13666 batch mode (Bug#8857).
13667
c5dd5a51
CY
136682011-06-14 Chong Yidong <cyd@stupidchicken.com>
13669
13670 * cus-theme.el (describe-theme-1): Use custom-theme-p.
13671 (custom-theme-summary): New function.
13672 (customize-themes): Use it.
13673
d647b7c4
GM
136742011-06-13 Glenn Morris <rgm@gnu.org>
13675
13676 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
13677
9481c002
MR
136782011-06-13 Martin Rudalics <rudalics@gmx.at>
13679
357f93d2
MR
13680 * help.el (help-window): Remove variable.
13681 (help-window-point-marker, temp-buffer-max-height)
13682 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
13683 (help-print-return-message): Don't set help-window.
13684 (resize-temp-buffer-window): Rewrite cod eand doc-string.
13685 (help-window-setup-finish): Remove.
13686 (help-window-display-message, help-window-setup)
13687 (with-help-window): Major rewrite based on new
13688 display-buffer-window variable.
13689
13690 * help-mode.el (help-mode-finish): Remove help-window related
13691 code.
13692
13693 * view.el (view-exits-all-viewing-windows): Remove reference to
13694 view-return-to-alist in doc-string.
13695 (view-return-to-alist): Make obsolete.
13696 (view-buffer): Call pop-to-buffer-same-window and remove
13697 undo-window code.
13698 (view-buffer-other-window): Call pop-to-buffer-other-window and
13699 simplify code. Ignore second argument.
13700 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
13701 simplify code. Ignore second argument.
13702 (view-return-to-alist-update): Make obsolete.
13703 (view-mode-enter): Rename second argument to QUIT-RESTORE.
13704 Rewrite using quit-restore window parameters.
2b75be67
SM
13705 (view-mode-exit): Rename second argument to EXIT-ONLY.
13706 Rewrite using quit-restore-window.
357f93d2
MR
13707 (View-exit, View-exit-and-edit, View-leave, View-quit)
13708 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
13709 appropriate arguments.
13710 (view-end-message): Use quit-restore window parameter.
13711
9481c002
MR
13712 * window.el (display-buffer-function): Rewrite doc-string.
13713 (display-buffer-window, display-buffer-alist): New variables.
13714 (display-buffer-split-specifiers)
13715 (display-buffer-side-specifiers)
13716 (display-buffer-macro-specifiers): New constants.
13717 (display-buffer-even-window-sizes, display-buffer-set-height)
13718 (display-buffer-set-width, display-buffer-select-window)
13719 (display-buffer-in-window, display-buffer-reuse-window)
13720 (display-buffer-split-window-1, display-buffer-split-window)
13721 (display-buffer-split-atom-window, display-buffer-pop-up-window)
13722 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
13723 (display-buffer-in-side-window, normalize-buffer-to-display)
13724 (display-buffer-normalize-specifiers-1)
13725 (display-buffer-normalize-specifiers-2)
2b75be67
SM
13726 (display-buffer-normalize-specifiers, display-buffer-frame):
13727 New functions.
9481c002
MR
13728 (display-buffer): Major rewrite.
13729 (display-buffer-other-window, display-buffer-other-frame)
13730 (pop-to-buffer, switch-to-buffer-other-window)
13731 (switch-to-buffer-other-frame): Rewrite.
13732 (display-buffer-same-window, display-buffer-same-frame)
13733 (display-buffer-same-frame-other-window)
13734 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
13735 (pop-to-buffer-other-window)
13736 (pop-to-buffer-same-frame-other-window)
13737 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
13738 (switch-to-buffer-other-window-same-frame): New functions.
13739 (same-window-p, special-display-p): Rewrite disabling warnings.
13740 Make obsolete.
13741 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
13742 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
13743 Make obsolete
13744 (same-window-buffer-names, same-window-regexps)
13745 (special-display-frame-alist, special-display-popup-frame)
13746 (special-display-function, special-display-buffer-names)
13747 (special-display-regexps, pop-up-frame-alist)
13748 (pop-up-frame-function, split-window-preferred-function)
13749 (split-height-threshold, split-width-threshold)
13750 (even-window-heights): Make obsolete.
13751
9db51aca
GM
137522011-06-12 Glenn Morris <rgm@gnu.org>
13753
13754 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 13755 Misc simplifications.
9db51aca 13756
39cffb44
MR
137572011-06-12 Martin Rudalics <rudalics@gmx.at>
13758
13759 * window.el (window-safely-shrinkable-p): Restore function which
13760 was inadvertently removed in change from 2011-06-11. Declare as
13761 obsolete.
13762
2b75be67
SM
13763 * calendar/calendar.el (calendar-generate-window):
13764 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
13765 window-safely-shrinkable-p.
13766
a8955be7
GM
137672011-06-12 Glenn Morris <rgm@gnu.org>
13768
13769 * progmodes/fortran.el (fortran-mode-syntax-table):
13770 * progmodes/f90.el (f90-mode-syntax-table):
13771 Set % to punctuation. (Bug#8820)
13772 (f90-find-tag-default): Remove, no longer needed.
13773
f0d4059d
DC
137742011-06-12 Daniel Colascione <dan.colascione@gmail.com>
13775
13776 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
13777
1100a63c
CY
137782011-06-11 Chong Yidong <cyd@stupidchicken.com>
13779
13780 * image.el (image-animated-p): Return animation delay in seconds.
13781 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
13782 (image-animate-timeout): Remove DELAY argument. Don't assume
13783 every subimage has the same delay; get it from image-animated-p.
13784 (image-animate): Caller changed.
13785
def722bf
MA
137862011-06-11 Michael Albinus <michael.albinus@gmx.de>
13787
13788 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
13789 to ignored backtrace functions.
13790
0a2bb1a9
GM
137912011-06-11 Glenn Morris <rgm@gnu.org>
13792
13793 * calendar/appt.el (appt-disp-window-function): Doc fix.
13794 (appt-check): Handle overlapping appointments. (Bug#8337)
13795
6198ccd0
MR
137962011-06-11 Martin Rudalics <rudalics@gmx.at>
13797
13798 * window.el (window-tree-1, window-tree): New functions, moving
13799 the latter to window.el.
13800 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
13801 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
13802 (bw-refresh-edges): Remove.
13803 (balance-windows-1, balance-windows-2): New functions.
13804 (balance-windows): Rewrite in terms of window tree functions,
13805 balance-windows-1 and balance-windows-2.
13806 (bw-adjust-window): Remove.
13807 (balance-windows-area-adjust): New function with functionality of
13808 bw-adjust-window but using resize-window.
2b75be67
SM
13809 (set-window-text-height): Rewrite doc-string.
13810 Use normalize-live-window and resize-window.
13811 (enlarge-window-horizontally, shrink-window-horizontally):
13812 Rename argument to DELTA.
6198ccd0
MR
13813 (window-buffer-height): New function.
13814 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
13815 Rewrite using new window resize routines.
2b75be67
SM
13816 (kill-buffer-and-window, mouse-autoselect-window-select):
13817 Use ignore-errors instead of condition-case.
6198ccd0
MR
13818 (quit-window): Call delete-frame instead of delete-windows-on
13819 for the only buffer on frame.
13820
9397e56f
MR
138212011-06-10 Martin Rudalics <rudalics@gmx.at>
13822
13823 * loadup.el (top-level): Load window before files for the sake
13824 of replace-buffer-in-windows.
13825
13826 * files.el (read-buffer-to-switch)
13827 (switch-to-buffer-other-window)
2b75be67
SM
13828 (switch-to-buffer-other-frame, display-buffer-other-frame):
13829 Move to window.el.
9397e56f
MR
13830
13831 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
13832 (previous-buffer): Move to window.el.
13833
13834 * bindings.el (unbury-buffer): Move to window.el.
13835
13836 * window.el (delete-other-windows-vertically): Move after
13837 definition of delete-other-windows.
13838 (other-window, delete-windows-on, replace-buffer-in-windows):
13839 Move here from window.c.
13840 (record-window-buffer, unrecord-window-buffer)
13841 (set-window-buffer-start-and-point, switch-to-prev-buffer)
13842 (switch-to-next-buffer): New functions.
13843 (get-next-valid-buffer, last-buffer, next-buffer): Move here
13844 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
13845 (previous-buffer): Move here from simple.el.
13846 Call switch-to-prev-buffer.
9397e56f
MR
13847 (bury-buffer): Move here from buffer.c. Switch to previous
13848 buffer when window cannot be deleted.
13849 (unbury-buffer): Move here from bindings.el.
13850 (ctl-x-map): Move binding for other-window from window.c to
13851 here.
13852 (read-buffer-to-switch, switch-to-buffer-other-window)
13853 (switch-to-buffer-other-frame): Move here from files.el.
13854 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
13855 (switch-to-buffer): Move here from buffer.c.
13856 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 13857
562dd5e9
MR
138582011-06-10 Martin Rudalics <rudalics@gmx.at>
13859
13860 * window.el (window-min-height, window-min-width): Move here
13861 from window.c. Add defcustoms and rewrite doc-strings.
13862 (resize-mini-window, resize-window): New functions.
13863 (adjust-window-trailing-edge, enlarge-window, shrink-window):
13864 Move here from window.c.
13865 (maximize-window, minimize-window): New functions.
13866 (delete-window, delete-other-windows, split-window): Move here
13867 from window.c.
13868 (window-split-min-size): New function.
13869 (split-window-keep-point): Mention split-window-above-each-other
13870 instead of split-window-vertically.
2b75be67 13871 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
13872 Rename split-window-vertically to split-window-above-each-other
13873 and provide defalias for old definition.
13874 (split-window-side-by-side, split-window-horizontally):
13875 Rename split-window-horizontally to split-window-side-by-side
13876 and provide defalias for the old definition.
562dd5e9
MR
13877 (ctl-x-map): Move bindings for delete-window,
13878 delete-other-windows and enlarge-window here from window.c.
13879 Replace bindings for split-window-vertically and
13880 split-window-horizontally by bindings for
13881 split-window-above-each-other and split-window-side-by-side.
13882
13883 * cus-start.el (all): Remove entries for window-min-height and
13884 window-min-width. Add entries for window-splits and
13885 window-nest.
13886
f0da764a
GM
138872011-06-09 Glenn Morris <rgm@gnu.org>
13888
80675c21
GM
13889 * calendar/appt.el (appt-mode-line): New function.
13890 (appt-check, appt-disp-window): Use it.
13891
f0da764a
GM
13892 * files.el (hack-one-local-variable-eval-safep):
13893 Allow minor-modes with explicit +/-1 arguments.
13894
59f623b7
TZ
138952011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
13896
13897 * term/xterm.el (xterm): Add defgroup.
13898 (xterm-extra-capabilities): Add defcustom to supply known xterm
13899 capabilities, skip querying them, or query them (default).
13900 (terminal-init-xterm): Use it.
13901 (terminal-init-xterm-modify-other-keys): New function to set up
13902 modifyOtherKeys support to simplify `terminal-init-xterm'.
13903
9aab8e0d
MR
139042011-06-09 Martin Rudalics <rudalics@gmx.at>
13905
13906 * window.el (resize-window-reset, resize-window-reset-1)
13907 (resize-subwindows-skip-p, resize-subwindows-normal)
13908 (resize-subwindows, resize-other-windows, resize-this-window)
13909 (resize-root-window, resize-root-window-vertically)
13910 (window-deletable-p, window-or-subwindow-p)
13911 (frame-root-window-p): New functions.
13912
e8b08aee
GM
139132011-06-09 Glenn Morris <rgm@gnu.org>
13914
13915 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
13916 (ange-ftp-get-files): Use it.
13917
254c37a5
AK
139182011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
13919
13920 * mail/sendmail.el (mail-recover-1, mail-recover):
13921 * files.el (recover-file, recover-session):
13922 Handle dired-listing-switches not being just a single short option.
13923
35d7dbd3
GM
139242011-06-09 Glenn Morris <rgm@gnu.org>
13925
13926 * calendar/appt.el (appt-display-message, appt-disp-window):
13927 Handle lists of appointments.
13928
387522b2
MR
139292011-06-08 Martin Rudalics <rudalics@gmx.at>
13930
2b75be67
SM
13931 * window.el (one-window-p): Move down in code.
13932 Rewrite doc-string.
13933 (window-current-scroll-bars): Rewrite doc-string.
13934 Normalize live window argument.
387522b2
MR
13935 (walk-windows, get-window-with-predicate, count-windows):
13936 Rewrite doc-string. Use window-list-1.
13937 (window-in-direction-2, window-in-direction, get-mru-window):
13938 New functions.
13939
d8e4b68b 139402011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
13941
13942 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
13943 Doc fix (Bug#8713).
13944
139452011-06-08 Chong Yidong <cyd@stupidchicken.com>
13946
13947 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
13948
139492011-06-08 Juanma Barranquero <lekktu@gmail.com>
13950
13951 * loadhist.el (unload-feature-special-hooks):
13952 Add `comint-output-filter-functions'.
13953
0de12c52
IK
139542011-06-08 Ivan Kanis <gnu@kanis.fr>
13955
13956 * calendar/appt.el (appt-check): Move some initializations into the let.
13957
f3d1777e
MR
139582011-06-08 Martin Rudalics <rudalics@gmx.at>
13959
13960 * window.el (window-height): Defalias to window-total-height.
13961 (window-width): Defalias to window-body-width.
13962
18af70d0
CY
139632011-06-07 Chong Yidong <cyd@stupidchicken.com>
13964
13965 * image-mode.el (image-toggle-animation): New command.
13966 (image-mode-map): Bind it to RET.
13967 (image-mode): Update message.
13968 (image-toggle-display-image): Avoid a spurious cache flush.
13969 (image-transform-rotation): Doc fix.
13970 (image-transform-properties): Return quickly in the normal case.
13971 (image-animate-loop): Rename from image-animate-max-time.
13972
2b75be67 13973 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
13974 (create-animated-image): Remove unnecessary function.
13975 (image-animate): Rename from image-animate-start. New arg.
2b75be67 13976 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
13977 (image-animate-timer): Use car-safe.
13978 (image-animate-timeout): Rename argument.
13979
190b47e6
MR
139802011-06-07 Martin Rudalics <rudalics@gmx.at>
13981
13982 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
13983 window.c. Rename first argument to ALL-FRAMES.
13984 Rephrase doc-strings.
13985 (get-buffer-window-list): Rewrite using window-list-1.
13986 Rephrase doc-string.
a1511caf
MR
13987 (window-safe-min-height, window-safe-min-width): New constants.
13988 (window-size-ignore, window-min-size, window-min-size-1)
13989 (window-sizable, window-sizable-p, window-size-fixed-1)
13990 (window-size-fixed-p, window-min-delta-1, window-min-delta)
13991 (window-max-delta-1, window-max-delta, window-resizable)
13992 (window-resizable-p, window-total-height, window-total-width)
13993 (window-body-width): New functions.
13994 (window-full-height-p, window-full-width-p): Rewrite using
13995 window-total-size.
13996 (window-body-height): Rewrite using window-body-size.
190b47e6 13997
85cc1f11
MR
139982011-06-06 Martin Rudalics <rudalics@gmx.at>
13999
14000 * window.el (window-right, window-left, window-child)
14001 (window-child-count, window-last-child, window-any-p)
14002 (normalize-live-buffer, normalize-live-frame)
14003 (normalize-any-window, normalize-live-window)
14004 (window-iso-combination-p, window-iso-combined-p)
14005 (window-iso-combinations)
14006 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
14007 (windows-with-parameter, window-with-parameter)
14008 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
14009 (window-atom-check, window-side-check, window-check):
14010 New functions.
85cc1f11
MR
14011 (ignore-window-parameters, window-sides, window-sides-vertical)
14012 (window-sides-slots): New variables.
14013 (window-size-fixed): Move down in code. Minor doc-string fix.
14014
e7156492
AS
140152011-06-05 Andreas Schwab <schwab@linux-m68k.org>
14016
14017 * comint.el (comint-dynamic-complete-as-filename)
14018 (comint-dynamic-complete-filename): Correctly call
14019 completion-in-region.
14020
7e821d0d
DD
140212011-06-05 Deniz Dogan <deniz@dogan.se>
14022
14023 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
14024 in last change.
14025
ac09b8a1
DD
140262011-06-05 Deniz Dogan <deniz@dogan.se>
14027
14028 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
14029 (rcirc): Use it to prompt for encryption.
14030
34699b85
RW
140312011-06-05 Roland Winkler <winkler@gnu.org>
14032
14033 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
14034 (bibtex-search-entries): New command bound to C-c C-a.
14035 (bibtex-display-entries): New function.
14036
004dedd3
RW
140372011-06-05 Roland Winkler <winkler@gnu.org>
14038
14039 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
14040 (bibtex-insert-kill): After yanking insert newline if necessary.
14041 (bibtex-initialize): Call bibtex-string-files-init only once.
14042 (bibtex-mode): Do not call easy-menu-add.
14043 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
14044 (bibtex-yank): Set arg properly if nil.
14045
022fe7ce
RW
140462011-06-05 Roland Winkler <winkler@gnu.org>
14047
2b75be67
SM
14048 * textmodes/bibtex.el (bibtex-search-entry-globally):
14049 New variable.
022fe7ce
RW
14050 (bibtex-search-entry): Use it.
14051
b7c3692a
RW
140522011-06-05 Roland Winkler <winkler@gnu.org>
14053
14054 * textmodes/bibtex.el (bibtex-entry-format): New option
14055 sort-fields.
14056 (bibtex-format-entry, bibtex-reformat): Honor this option.
14057 (bibtex-parse-entry): Return fields in proper order.
14058
8eda563d
JB
140592011-06-05 Juanma Barranquero <lekktu@gmail.com>
14060
14061 * doc-view.el (doc-view-remove-if): Move computation of result out
14062 of `dolist' to silence misleading lexical-binding warning.
14063
7dbe3dbc
CY
140642011-06-04 Chong Yidong <cyd@stupidchicken.com>
14065
14066 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
14067 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
14068
0c33dd17
MA
140692011-06-04 Michael Albinus <michael.albinus@gmx.de>
14070
14071 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
14072 "SunOS 5.10".
14073
f8f91c2b
MA
140742011-06-04 Michael Albinus <michael.albinus@gmx.de>
14075
14076 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
14077 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
14078 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
14079 (tramp-parse-putty):
14080 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
14081 (tramp-completion-function-alist-ssh)
14082 (tramp-completion-function-alist-telnet)
14083 (tramp-completion-function-alist-su)
14084 (tramp-completion-function-alist-putty): Set `tramp-autoload'
14085 cookie.
14086
14087 * net/tramp-ftp.el:
14088 * net/tramp-sh.el:
14089 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
14090 load "tramp.el" `tramp-set-completion-function'.
14091
e17d9003
SM
140922011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
14093
14094 * shell.el: Require and use pcomplete.
14095 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
14096 (shell-completion-vars): Set pcomplete-default-completion-function.
14097
6c4cab03
DD
140982011-06-04 Deniz Dogan <deniz@dogan.se>
14099
14100 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
14101 `memq' (Bug#8799).
14102
ea9fafe0
SM
141032011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
14104
14105 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
14106
b3e945d3
JB
141072011-06-02 Juanma Barranquero <lekktu@gmail.com>
14108
14109 * bs.el (bs--mark-unmark, bs--nth-wrapper):
14110 * mpc.el (mpc-select-extend, mpc-songpointer-context):
14111 * vc/log-view.el (log-view-beginning-of-defun):
14112 * vc/smerge-mode.el (smerge-apply-resolution-patch)
14113 (smerge-refine-forward, smerge-refine-chopup-region):
14114 Silence warning for unused `dotimes' counter variables.
14115
7d520089
SM
141162011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
14117
14118 * net/tramp.el (tramp-with-progress-reporter): Rename from
14119 with-progress-reporter. Use `declare'.
14120 * net/tramp-smb.el:
14121 * net/tramp-sh.el:
14122 * net/tramp-gvfs.el: Update all uses.
14123
a1c2400f
JB
141242011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
14125
14126 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
14127 buffer isn't killed before making it current.
14128
2403c841
SM
141292011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
14130
14131 Silence various byte-compiler warnings.
14132 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
14133 `access-type' and new obsolescence format.
14134 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
14135 new format.
14136 (byte-compile-check-variable): New `access-type' argument.
14137 Only warn if the access-type is obsolete.
14138 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
14139 (byte-compile-variable-set): Adjust callers.
14140 * help-fns.el (describe-variable): Adjust to new obsolescence format.
14141 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
14142 setting it as obsolete.
14143 * simple.el (minibuffer-completing-symbol):
14144 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
14145 access as obsolete.
14146 * minibuffer.el (minibuffer-completing-file-name): Don't make it
14147 obsolete yet.
14148 * international/quail.el (quail-mouse-choose-completion): Remove unused
14149 code referring to obsolete var.
14150 (quail-choose-completion-string): Remove.
14151 * server.el (server-clients-with, server-kill-buffer-query-function)
14152 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
14153 * proced.el (proced-send-signal):
14154 * emacs-lisp/lisp.el (lisp-complete-symbol):
14155 Replace completion-annotate-function with completion-extra-properties.
14156
2462470b
SM
141572011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
14158
fb5b2591
SM
14159 * simple.el (goto-line): Use read-number.
14160 (overriding-map-is-bound): Remove.
14161 (saved-overriding-map): Change default.
14162 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
14163 Take the map as argument.
14164 (universal-argument, negative-argument, digit-argument): Use it.
14165 (restore-overriding-map): Adjust.
14166 (do-auto-fill): Use fill-forward-paragraph.
14167 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
14168
fd6fa53f
SM
14169 * minibuffer.el (minibuffer-inactive-mode-map): New var.
14170 (minibuffer-inactive-mode): New major mode.
14171 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
14172 the *Messages* buffer" hack.
14173 (mouse-popup-menubar): Don't burp if the event is a normal key.
14174
2462470b
SM
14175 Miscellaneous tweaks.
14176 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
14177 lexical scoping as in subr.el's dolist and dotimes.
14178 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
14179 Silence compiler warning.
14180 * thingatpt.el (forward-whitespace): Trivial coding style fix.
14181 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
14182 * international/ccl.el (ccl-compile): Trivial simplification.
14183 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
14184 * emacs-lisp/testcover.el (testcover-end): Remove spurious
14185 `printflag' argument.
14186 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14187 Purecopy the whole obsolescence data.
14188
108bf785
LL
141892011-06-01 Leo Liu <sdl.web@gmail.com>
14190
14191 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
14192 improve doc-string as suggested by Marco Pessotto
14193 <melmothx@gmail.com>.
14194 (rcirc-print): Fix last change.
14195
30a23501
SM
141962011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14197
14198 * minibuffer.el (complete-with-action): Return nil for the metadata and
14199 boundaries of non-functional tables.
14200 (completion-table-dynamic): Return nil for the metadata.
14201 (completion-table-with-terminator): Add default case, using
14202 complete-with-action.
14203 (completion--metadata): New function.
14204 (completion-all-sorted-completions, minibuffer-completion-help): Use it
14205 to try and avoid pathological performance problems.
14206 (completion--embedded-envvar-table): Return `category' metadata.
14207
bcd54f83
LMI
142082011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
14209
14210 * subr.el (process-alive-p): New tiny convenience function.
14211
e227544d
SM
142122011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14213
14214 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
14215 content but also its previous major mode.
14216
e8296fdc
HE
142172011-05-31 Helmut Eller <eller.helmut@gmail.com>
14218
4d61f28d 14219 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
14220 *Backtrace* buffer when we exit with C-M-c.
14221
620c53a6
SM
142222011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14223
14224 * minibuffer.el: Add metadata method to completion tables.
14225 (completion-category-overrides): New defcustom.
14226 (completion-metadata, completion--field-metadata)
14227 (completion-metadata-get, completion--styles)
14228 (completion--cycle-threshold): New functions.
14229 (completion-try-completion, completion-all-completions):
14230 Add `metadata' argument to choose completion-styles.
14231 (completion--do-completion): Use metadata to choose cycling.
14232 (completion-all-sorted-completions): Use metadata for sorting.
14233 Remove :completion-cycle-penalty which is not needed any more.
14234 (completion--try-word-completion): Add `metadata' argument.
14235 (minibuffer-completion-help): Check metadata for annotation function
14236 and sorting.
14237 (completion-file-name-table): Return `category' metadata.
14238 (minibuffer-completing-file-name): Make obsolete.
14239 * simple.el (minibuffer-completing-symbol): Make obsolete.
14240 * icomplete.el (icomplete-completions): Pass new `metadata' param to
14241 completion-try-completion.
14242
1257e755
SM
142432011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
14244
14245 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
14246
3767e706
LL
142472011-05-30 Leo Liu <sdl.web@gmail.com>
14248
14249 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
14250 (rcirc-print): Decode all incoming messages (bug#8744).
14251 (rcirc-decode-coding-system): Allow value nil for automatic coding
14252 system detection.
3767e706 14253
d1a5d56a
GM
142542011-06-01 Glenn Morris <rgm@gnu.org>
14255
14256 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
14257
e8cbec34
CY
142582011-05-29 Chong Yidong <cyd@stupidchicken.com>
14259
14260 * image.el (image-animate-max-time): Allow nil and t values.
14261 Default to nil.
14262 (create-animated-image): Doc fix.
14263 (image-animate-start): Remove second arg; just use
14264 image-animate-max-time.
14265 (image-animate-timeout): Doc fix. Args changed.
14266
14267 * image-mode.el (image-toggle-display-image): Ensure that the
14268 image spec passed to the animate timer is the same object as in
58179cce 14269 the buffer's display property (Bug#6981).
e8cbec34
CY
14270 (image-transform-properties): Doc fix.
14271
14272 * image.el (image-animate-max-time): Default to nil.
14273
159daf87
MR
142742011-05-29 Martin Rudalics <rudalics@gmx.at>
14275
14276 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
14277 entire buffer list (Bug#8184).
14278
d66c4c7c
CY
142792011-05-29 Chong Yidong <cyd@stupidchicken.com>
14280
14281 * image.el (imagemagick-types-inhibit)
14282 (imagemagick-register-types): Doc fix.
14283
80aec780
DD
142842011-05-29 Deniz Dogan <deniz@dogan.se>
14285
14286 * net/rcirc.el (rcirc): Use the user's stored encryption method by
14287 default.
14288
1dd3c2d9
CY
142892011-05-29 Chong Yidong <cyd@stupidchicken.com>
14290
14291 * select.el: Don't perform clipboard-manager saving in hooks;
14292 leave the hooks empty.
14293
60e56523
LL
142942011-05-28 Leo Liu <sdl.web@gmail.com>
14295
14296 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
14297 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
14298 (occur-edit-mode): New major mode (Bug#8463).
14299 (occur-after-change-function): New function.
14300 (occur-engine): Give Occur tags a read-only property.
14301
2b1e1a22
KR
143022011-05-28 Kevin Ryde <user42@zip.com.au>
14303
14304 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
14305
5d344e88
CY
143062011-05-28 Chong Yidong <cyd@stupidchicken.com>
14307
8e6ca83d
CY
14308 * bindings.el (help-echo): Make the initial non-indicator dash
14309 empty on graphical terminals (Bug#7295).
14310
5d344e88
CY
14311 * files.el (auto-mode-alist): Move config rule after the
14312 in-stripping one (Bug#8547).
14313
bfbbace7
CY
14314 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
14315
fbeba6e2
CY
14316 * startup.el (normal-splash-screen): Remove gratuitous mode-line
14317 setting (Bug#8740).
14318
60ed8c72
AA
143192011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
14320
4ac619f0
AA
14321 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
14322 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
14323 (Bug#8539).
60ed8c72 14324
23db196e
CY
143252011-05-28 Chong Yidong <cyd@stupidchicken.com>
14326
14327 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
14328
5012f24c
DK
143292011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
14330
14331 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
14332 (hs-hide-block-at-point, hs-find-block-beginning)
14333 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
14334 (Bug#8279).
14335
6a639b16
GM
143362011-05-28 Glenn Morris <rgm@gnu.org>
14337
14338 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
14339
d43eaf2c
CY
143402011-05-28 Chong Yidong <cyd@stupidchicken.com>
14341
5199bde1
CY
14342 * help-fns.el (describe-function-1): If the function is a derived
14343 major mode, print the parent mode.
14344
d43eaf2c
CY
14345 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
14346 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
14347
423428a8
SM
143482011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14349
0ff8e1ba 14350 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 14351 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
14352 * progmodes/etags.el (tags-completion-at-point-function):
14353 * info-look.el (info-lookup-completions-at-point): Mark as
14354 non-exclusive.
14355 (info-complete): Adjust accordingly.
14356
423428a8
SM
14357 * info-look.el: Convert to lexical-binding and completion-at-point.
14358 (info-lookup-completions-at-point): New function.
14359 (info-complete): Use it and completion-in-region.
14360
b74aa22b
DA
143612011-05-28 Drew Adams <drew.adams@oracle.com>
14362
14363 * isearch.el: Let M-e start with point at the first mismatched char.
14364 (isearch-fail-pos): New function.
14365 (isearch-edit-string): Use it.
14366
66e2e71d
DK
143672011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
14368
14369 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
14370
b1890b0f 143712011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
14372
14373 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
14374 traversal functions for avl-trees.
14375 (avl-tree--stack): New struct.
14376 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
14377 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
14378 (avl-tree--do-enter): Add optional `updatefun' arg.
14379 Change return value.
eb95d01d 14380 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
14381 (avl-tree--do-delete): Add `test' and `nilflag' args.
14382 Change return value.
eb95d01d
TC
14383 (avl-tree-member): Add optional `nilflag'
14384 (avl-tree-member-p): New function.
14385 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
14386 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
14387 (avl-tree-stack-empty-p): New functions.
14388
3769ddcf
TC
14389 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
14390 avl-tree--del-balance1 and make it work both ways.
14391 (avl-tree--del-balance2): Remove.
14392 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
14393 make it work both ways.
14394 (avl-tree--enter-balance2): Remove.
14395 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
14396 New macros.
14397 (avl-tree--mapc, avl-tree-map): Add direction argument.
14398
eb95d01d 143992011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
14400
14401 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
14402
a9f737ee
CY
144032011-05-27 Chong Yidong <cyd@stupidchicken.com>
14404
14405 * select.el: Support clipboard managers with built-in function
14406 x-clipboard-manager-save, via delete-frame-functions and
14407 kill-emacs-hook.
14408 (xselect-convert-to-targets): Add MULTIPLE target to list.
14409 (xselect-convert-to-save-targets): New function.
14410
c92a1e54
KH
144112011-05-27 Kenichi Handa <handa@m17n.org>
14412
14413 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
14414 let-binding rfc2047-encode-encoded-words to nil.
14415
e145f188
GM
144162011-05-27 Glenn Morris <rgm@gnu.org>
14417
5ec8a862
GM
14418 * mail/emacsbug.el: Don't require url-util.
14419
4b29d9fb
GM
14420 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
14421
e145f188
GM
14422 * files.el (set-auto-mode):
14423 Also respect mode: entries at the end of the file. (Bug#8586)
14424
7d15102b
GM
144252011-05-26 Glenn Morris <rgm@gnu.org>
14426
98f593b8
GM
14427 * files.el (hack-local-variables-prop-line, hack-local-variables):
14428 Downcase mode names, as seems to be traditional.
27b48e63 14429 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 14430
7d15102b
GM
14431 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
14432 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
14433
51d5b4ec
JD
144342011-05-25 Julien Danjou <julien@danjou.info>
14435
14436 * textmodes/rst.el (rst-define-level-faces): Do not define face
14437 symbol if it is already defined.
14438
91513f63
VB
144392011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
14440
14441 * play/5x5.el (5x5-new-game, 5x5-randomize):
14442 Reset 5x5-solver-output to nil when a new grid is cast.
14443 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
14444 these debugging traces, as defmacro breaks the compiled code.
14445
4d90d6d0
DK
144462011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
14447
14448 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
14449
e1b90ef6
LL
144502011-05-24 Leo Liu <sdl.web@gmail.com>
14451
14452 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
14453 (vc-bzr-sha1): Adapt.
14454
d8e4b68b 14455 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
14456
14457 * bindings.el: Provide sha1 feature.
14458
db0406bb 144592011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
14460
14461 * mail/sendmail.el: Require `rfc2047'.
14462 (mail-insert-from-field): Do not perform RFC2047 encoding.
14463 (mail-encode-header): New function.
14464 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
14465 buffer to the return value of select-message-coding-system.
14466 Call mail-encode-header.
b8d747b9
KH
14467
14468 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
14469
db0406bb 144702011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 14471
4d90d6d0
DK
14472 * mail/supercite.el (sc-default-cite-frame):
14473 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 14474
eb8a5e9b
GM
144752011-05-24 Glenn Morris <rgm@gnu.org>
14476
f8630703
GM
14477 * progmodes/python.el (brm-menu): Declare.
14478
8831bbed
GM
14479 * emulation/viper.el (viper-set-hooks): Declare.
14480
eb8a5e9b
GM
14481 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
14482 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
14483 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
14484 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
14485 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
14486 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
14487
a2a25d24
SM
144882011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
14489
14490 Add an :exit-function for completion-at-point.
14491
14492 * minibuffer.el (completion--done): New fun.
14493 (completion--do-completion): Use it. New arg `expect-exact'.
14494 (minibuffer-complete, minibuffer-complete-word): Don't output message,
14495 since completion--do-completion does it for us now.
14496 (minibuffer-force-complete): Use completion--done and
14497 completion--replace. Handle sole-completion case with more care.
14498 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
14499 (completion-extra-properties): New var.
14500 (completion-annotate-function): Make obsolete.
14501 (minibuffer-completion-help): Adjust accordingly.
14502 Use completion-list-insert-choice-function.
14503 (completion-at-point, completion-help-at-point):
14504 Bind completion-extra-properties.
14505 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
14506 * simple.el (completion-list-insert-choice-function): New var.
14507 (completion-setup-function): Preserve it.
14508 (choose-completion): Pay attention to it, shuffle the code a bit.
14509 (choose-completion-string): New arg `insert-function'.
14510
14511 * textmodes/bibtex.el: Convert to lexical binding.
14512 (bibtex-mode-map): Use completion-at-point.
14513 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
14514 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
14515 (bibtex-complete): Define as obsolete alias.
14516 (bibtex-complete-internal): Remove.
14517 (bibtex-format-entry): Remove unused sub-group in regexp.
14518 * shell.el (shell--command-completion-data)
14519 (shell-environment-variable-completion):
14520 * pcomplete.el (pcomplete-completions-at-point):
14521 * comint.el (comint--complete-file-name-data): Use :exit-function
14522 instead of completion-table-with-terminator so it also works for
14523 choose-completion.
14524
e44e373d
SM
145252011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14526
4f91a816
SM
14527 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
14528
782fc819
SM
14529 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
14530 (bug#8710).
14531
e44e373d
SM
14532 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
14533
381987c3
KM
145342011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
14535
14536 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
14537 customization variable and implement: If non-nil, auto-fill will
14538 be inhibited while on topic's header line.
14539
b776bc70
VB
145402011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
14541
14542 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 14543 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
14544 always have a solution in grid size = 5 cases.
14545 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
14546 (5x5-solver-output, 5x5-log-buffer): New vars.
14547 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
14548 Make these variables buffer local to achieve 5x5 multi-session-ness.
14549 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
14550 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
14551 (5x5-solve-suggest): New funs.
14552 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
14553 randomize a grid so that we ensure that there is always a solution.
14554 (5x5-make-random-grid): Allow other movement than flipping.
14555
7de88b6e
KR
145562011-05-23 Kevin Ryde <user42@zip.com.au>
14557
14558 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 14559 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
14560 advice and passes PREDICATE.
14561
b1ef1257
SM
145622011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14563
bbca48fe
SM
14564 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
14565 byte-compile-lambda if it's actually a lambda.
14566
b1ef1257
SM
14567 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
14568 Fix function quoting. Use backquote better.
14569
92a9cc65
YS
145702011-05-22 Yuanle Song <sylecn@gmail.com>
14571
14572 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
14573 matching (Bug#8516).
14574
f0fb8059
JA
145752011-01-22 Jari Aalto <jari.aalto@cante.net>
14576
14577 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
14578 different face (Bug#8178).
14579
d5b44c93
CY
145802011-05-22 Chong Yidong <cyd@stupidchicken.com>
14581
14582 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
14583 defface (Bug#8144).
14584
79106a44
SM
145852011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
14586
9c848d8a
SM
14587 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
14588 funcall as well (bug#8712). Warn when performing those conversions.
14589 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
14590
79106a44
SM
14591 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
14592
88dfa756
GM
145932011-05-22 Glenn Morris <rgm@gnu.org>
14594
14595 * files.el (hack-local-variables-prop-line): Small simplifications.
14596 (hack-local-variables, hack-local-variables-prop-line):
14597 If MODE-ONLY, return the mode, rather than just `t'.
14598
b7cf2c79
SM
145992011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
14600
14601 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
14602
3f1a8558
GM
146032011-05-21 Glenn Morris <rgm@gnu.org>
14604
7e4ccca3
GM
14605 * files.el (hack-local-variables-prop-line, hack-local-variables):
14606 If only interested in the mode, don't bother doing the other stuff.
14607
637d46ca
GM
14608 * image-mode.el (image-after-revert-hook):
14609 Redraw all frames on which the image is visible. (Bug#8567)
14610
973d955b
GM
14611 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
14612
3f1a8558
GM
14613 * wid-edit.el (widget-checklist-match-inline):
14614 Fix 2011-04-19 change. (Bug#8649)
14615
96479927
SM
146162011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
14617
1dcf791f
SM
14618 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
14619 Also allow singlespace after single-letter capitals followed by a dot.
14620
96479927
SM
14621 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
14622 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
14623
35fd0881
N
146242011-05-20 Nix <nix@esperi.org.uk>
14625
14626 * files.el (basic-save-buffer-2):
14627 Fix handling of break-hardlink-on-save with non-existent files.
14628
82745640
DD
146292011-05-19 Deniz Dogan <deniz@dogan.se>
14630
14631 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 14632 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 14633
4a720484
GM
146342011-05-19 Glenn Morris <rgm@gnu.org>
14635
d1f21341
GM
14636 * progmodes/f90.el (f90-type-def-re):
14637 Handle "type, bind(c)". (Bug#8691)
14638
4a720484
GM
14639 * emacs-lisp/autoload.el (batch-update-autoloads):
14640 Set autoload-excludes by parsing loadup.el rather than Makefiles.
14641
2fb0a219
MA
146422011-05-18 Michael Albinus <michael.albinus@gmx.de>
14643
14644 * net/tramp.el (tramp-process-actions): Set "first-password-request"
14645 property for the correct connection in case of multihops.
14646
e565dd37
GM
146472011-05-18 Glenn Morris <rgm@gnu.org>
14648
c2571358 14649 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
14650 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
14651
e565dd37
GM
14652 Rationalize calendar handling of day and month abbrev-arrays.
14653 * calendar/calendar.el (calendar-customized-p): New function.
14654 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
14655 (calendar-day-name-array, calendar-month-name-array): Doc fix.
14656 Add :set function.
14657 (calendar-abbrev-length, calendar-day-abbrev-array)
14658 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
14659 (calendar-day-abbrev-array, calendar-month-abbrev-array):
14660 Elements may no longer be nil.
14661 (calendar-day-name, calendar-month-name):
14662 Update for changed nature of abbrev arrays.
14663 * calendar/diary-lib.el (diary-name-pattern):
14664 Update for changed nature of abbrev arrays.
14665 (diary-mark-entries-1): Update calendar-make-alist calls.
14666 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
14667 * calendar/cal-html.el (cal-html-day-abbrev-array):
14668 Simply inherit from calendar-day-abbrev-array.
14669
1d99a745
SM
146702011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14671
14672 * progmodes/grep.el (grep-mode): Disable default
14673 compilation-directory-matcher setting (bug#8684).
14674
7c1d9aa0
MA
146752011-05-17 Michael Albinus <michael.albinus@gmx.de>
14676
14677 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
14678 instead of "head" and "tail". There were problems with SunOS 5.9,
14679 and it performs better.
14680
3952e9d8
GM
146812011-05-17 Glenn Morris <rgm@gnu.org>
14682
2dd12e7f
GM
14683 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
14684
e4157b9c
GM
14685 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
14686 Replace obsolete function.
14687
8e249bbd
GM
14688 * shell.el (pcomplete-parse-arguments-function): Declare.
14689
3952e9d8
GM
14690 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
14691 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
14692 (appt-check): Doc fixes.
14693 (appt-disp-window-function, appt-delete-window-function):
14694 Remove needless special case in custom :type.
14695 (appt-display-count): Default to 0, not nil.
14696 (appt-check): Reset appt-display-count to 0, not nil.
14697
c71a0d48 146982011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 14699
c71a0d48
GM
14700 * progmodes/python.el (python-font-lock-keywords):
14701 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 14702
31d55be9
SM
147032011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
14704
14705 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
14706
3bfacb2f
KR
147072011-05-16 Kevin Ryde <user42@zip.com.au>
14708
14709 * info-look.el (makefile-automake-mode): New setups, looking in
14710 automake manual, then makefile-mode.
14711 (makefile-mode): Remove automake manual, have it just in
14712 makefile-automake-mode since there's various things different or
14713 not relevant to plain make.
14714 (makefile-mode): Remove "other-modes" non-existent automake-mode,
14715 believe a hypothetical automake-mode would go to makefile-mode,
14716 not the other way around.
14717
c8e83751
CY
147182011-05-15 Chong Yidong <cyd@stupidchicken.com>
14719
5e9e35cd
CY
14720 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
14721 hunk-end tags (Bug#8672).
14722
c8e83751
CY
14723 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
14724 vc-annotate-show-diff-revision-at-line (Bug#8671).
14725
50b23e5a
GM
147262011-05-14 Glenn Morris <rgm@gnu.org>
14727
7210a739
GM
14728 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
14729 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
14730 (change-log-font-lock-keywords): Also handle multiple author lines
14731 with leading tabs. (Bug#8644)
7210a739 14732
4691905a
GM
14733 * calendar/appt.el (appt-check): Rename some local variables.
14734 Some simplification/reordering.
14735
50b23e5a
GM
14736 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
14737 (feedmail-sendmail-f-doesnt-sell-me-out)
14738 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14739 (feedmail-debug-sit-for, feedmail-queue-express-hook)
14740 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
14741 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
14742 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
14743 (feedmail-binmail-gnulinuxish-template):
14744 Rename from feedmail-binmail-linuxish-template.
14745 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
14746 Use insert-buffer-substring.
14747
215cda7c
BC
147482011-05-14 Bill Carpenter <bill@carpenter.org>
14749
14750 * mail/feedmail.el (feedmail-patch-level): Increase.
14751 (feedmail-debug): New custom group.
14752 (feedmail-confirm-outgoing-timeout)
14753 (feedmail-sendmail-f-doesnt-sell-me-out)
14754 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14755 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
14756 (feedmail-sender-line, feedmail-from-line)
14757 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 14758 (feedmail-spray-this-address)
215cda7c
BC
14759 (feedmail-spray-address-fiddle-plex-list)
14760 (feedmail-queue-use-send-time-for-date)
14761 (feedmail-queue-use-send-time-for-message-id)
14762 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
14763 (feedmail-buffer-eating-function):
14764 Doc fixes.
14765 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
14766 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
14767 (feedmail-message-action-scroll-down): New functions.
14768 (feedmail-queue-directory, feedmail-queue-draft-directory):
14769 Use expand-file-name.
14770 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
14771 Remove C-v help entry.
14772 (feedmail-queue-buffer-file-name): New variable.
14773 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
14774 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
14775 (feedmail-message-action-send-strong, feedmail-message-action-edit)
14776 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
14777 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
14778 (feedmail-message-action-toggle-spray)
14779 (feedmail-run-the-queue-no-prompts)
14780 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
14781 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
14782 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
14783 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
14784 (feedmail-envelope-deducer, feedmail-fiddle-from)
14785 (feedmail-fiddle-sender, feedmail-default-date-generator)
14786 (feedmail-fiddle-date, feedmail-fiddle-message-id)
14787 (feedmail-fiddle-spray-address)
14788 (feedmail-fiddle-list-of-spray-fiddle-plexes)
14789 (feedmail-fiddle-list-of-fiddle-plexes)
14790 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
14791 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
14792 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
14793 Change default. Doc fix.
14794 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
14795 (feedmail-binmail-linuxish-template): New constant.
14796 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
14797 Respect feedmail-sendmail-f-doesnt-sell-me-out.
14798 (feedmail-send-it): Add debug call.
14799 Use feedmail-queue-buffer-file-name, and
14800 feedmail-send-it-immediately-wrapper.
14801 (feedmail-message-action-send): Add debug call.
14802 Use feedmail-send-it-immediately-wrapper.
14803 (feedmail-queue-express-to-queue): Add debug call.
14804 Run feedmail-queue-express-hook.
14805 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
14806 (feedmail-message-action-help-blat):
14807 Rename from feedmail-queue-send-edit-prompt-help-first.
14808 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
14809 Check line-endings. Handle errors better.
14810 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
14811 Doc fix. Add debug call.
14812 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
14813 Use feedmail-queue-send-edit-prompt-inner.
14814 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
14815 (feedmail-queue-send-edit-prompt-inner): New function, extracted
14816 from feedmail-queue-send-edit-prompt.
14817 (feedmail-queue-send-edit-prompt-help)
14818 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
14819 (feedmail-tidy-up-slug): Add debug call.
14820 Respect feedmail-queue-slug-suspect-regexp.
14821 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
14822 (feedmail-dump-message-to-queue): Add debug call.
14823 Expand queue-directory.
14824 (feedmail-dump-message-to-queue): Change message slightly.
14825 Use feedmail-say-chatter.
14826 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
14827 (feedmail-send-it-immediately-wrapper): New function.
14828 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
14829 Insert empty string rather than newline. Handle full-frame case.
14830 Use catch/throw. Use feedmail-say-chatter.
14831 (feedmail-fiddle-from): Try mail-host-address.
14832 (feedmail-default-message-id-generator): Doc fix.
14833 Bind system-time-locale. Handle missing end.
14834 (feedmail-fiddle-x-mailer): Add debug call.
14835 Handle feedmail-x-mailer-line being nil.
14836 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
14837 Add debug call. Use buffer-substring-no-properties.
14838 (feedmail-say-debug, feedmail-say-chatter): New functions.
14839 (feedmail-find-eoh): Give an explicit error.
14840
42c7e61e
UJ
148412011-05-13 Ulf Jasper <ulf.jasper@web.de>
14842
c2571358 14843 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 14844 family from helvetica to sans.
c2571358 14845 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
14846 etc/images/newsticker.
14847
c2571358 14848 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
14849 family from helvetica to sans.
14850
14851 * net/newst-plainview.el (newsticker-new-item-face)
14852 (newsticker-old-item-face, newsticker-immortal-item-face)
14853 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 14854 (newsticker-statistics-face): Change default family from
42c7e61e 14855 helvetica to sans.
c2571358 14856 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
14857 etc/images/newsticker.
14858
5d3385a0
JB
14859 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
14860 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
14861 auto-marking.
14862
8497a297
DV
148632011-05-13 Didier Verna <didier@xemacs.org>
14864
14865 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
14866 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
14867 TODO entries.
8497a297
DV
14868 (lisp-lambda-list-keyword-parameter-indentation)
14869 (lisp-lambda-list-keyword-parameter-alignment)
14870 (lisp-lambda-list-keyword-alignment): New customizable user options.
14871 (lisp-indent-defun-method): Improve docstring.
14872 (extended-loop-p): Fix comment.
14873 (lisp-indent-lambda-list-keywords-regexp): New variable.
14874 (lisp-indent-lambda-list): New function.
14875 (lisp-indent-259): Use it.
14876 (lisp-indent-defmethod): Support for more than one
14877 method qualifier and properly indent methods lambda-lists.
14878 (defgeneric): Provide a missing common-lisp-indent-function property.
14879
f278f87f
SM
148802011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14881
14882 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
14883 bounds for the empty string (bug#8667).
14884
5233edd7
GM
148852011-05-13 Glenn Morris <rgm@gnu.org>
14886
5237a44f
GM
14887 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
14888
8340026c 14889 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 14890 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 14891
5233edd7 14892 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 14893 (appt-time-msg-list): Doc fix.
a5464014 14894 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 14895
92d10796
AS
148962011-05-12 Andreas Schwab <schwab@linux-m68k.org>
14897
14898 * progmodes/ld-script.el (ld-script-keywords)
14899 (ld-script-builtins): Update keywords list.
14900
914a0ae1
SM
149012011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14902
c89be45f
SM
14903 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
14904
914a0ae1
SM
14905 * shell.el (shell-completion-vars): New function.
14906 (shell-mode):
14907 * simple.el (read-shell-command): Use it.
14908 (blink-matching-open): No need for " [...]" in minibuffer-message.
14909
98dc3df3
GM
149102011-05-12 Glenn Morris <rgm@gnu.org>
14911
14912 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
14913 (appt-check): Simplify.
14914
d2fc7e3d 149152011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 14916
4d61f28d 14917 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
14918 literal "/dev/null".
14919
d2fc7e3d 149202011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
14921
14922 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
14923 Fix typo.
14924
d2fc7e3d 149252011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 14926
3f254caa
SM
14927 * progmodes/which-func.el (which-function):
14928 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
14929 which might not be defined (Bug#8260).
14930
d45885f7
GM
149312011-05-12 Glenn Morris <rgm@gnu.org>
14932
14933 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
14934 Let byte-compile-initial-macro-environment always take precedence.
14935
488086f4
SM
149362011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14937
14938 * net/rcirc.el: Add support for SSL/TLS connections.
14939 (rcirc-server-alist): New field `encryption'.
14940 (rcirc): Check `encryption' settings.
14941 (rcirc-connect): New arg `encryption'. Use open-network-stream.
14942 Merge make-local-variable into `set'.
14943 (rcirc--connection-open-p): New function.
14944 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
14945 the process is not a network process (e.g. running gnutls-cli).
14946 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14947 Make rcirc-(en|de)code-coding-system local here.
14948 (rcirc-mode): Merge make-local-variable into `set'.
14949 (rcirc-parent-buffer): Make permanent buffer-local.
14950 (rcirc-multiline-minor-mode): Don't do it here.
14951 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
14952 there's no server buffer.
14953
7d3b9d44
GM
149542011-05-11 Glenn Morris <rgm@gnu.org>
14955
f64049c6
GM
14956 * newcomment.el (comment-kill): Prefix "unused" local.
14957
93c9df73
GM
14958 * term/w32console.el (get-screen-color): Declare.
14959
7d3b9d44
GM
14960 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
14961 Handle symbol elements of byte-compile-initial-macro-environment.
14962
9e2dd53f
LL
149632011-05-10 Leo Liu <sdl.web@gmail.com>
14964
488086f4
SM
14965 * bookmark.el (bookmark-bmenu-mode-map):
14966 Bind bookmark-bmenu-search to `/'.
8b340240 14967
9e2dd53f 14968 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
14969 (footnote-unicode-string, footnote-unicode-regexp): New variable.
14970 (Footnote-unicode): New function.
14971 (footnote-style-alist): Add unicode style to the list.
14972 (footnote-style): Doc fix.
9e2dd53f 14973
79b70037
GM
149742011-05-10 Jim Meyering <meyering@redhat.com>
14975
14976 Fix doubled-word typos.
14977 * international/quail.el (quail-insert-kbd-layout): and and -> and
14978 * kermit.el: and and -> and
14979 * net/ldap.el (ldap-search-internal): to to -> to
14980 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
14981 * progmodes/js.el (js-mode): and and -> and
14982 * textmodes/artist.el (artist-move-to-xy): at at -> at
14983 (artist-draw-region-trim-line-endings): if if -> if
14984 And Safetyc -> Safety.
14985 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
14986
b8f82dc1 149872011-05-10 Glenn Morris <rgm@gnu.org>
f1a71c6e 14988 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
14989
14990 * files.el (hack-one-local-variable-eval-safep):
14991 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
14992
4f99f44b
GM
149932011-05-10 Glenn Morris <rgm@gnu.org>
14994
14995 * calendar/diary-lib.el (diary-list-entries-hook)
14996 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
14997 (diary-nongregorian-marking-hook, diary-list-entries)
14998 (diary-include-other-diary-files, diary-mark-entries)
14999 (diary-mark-included-diary-files): Doc fixes.
15000
84f29e6b
JB
150012011-05-09 Juanma Barranquero <lekktu@gmail.com>
15002
15003 * misc.el: Require tabulated-list.el during compilation.
15004
9bedd73a
CY
150052011-05-09 Chong Yidong <cyd@stupidchicken.com>
15006
488086f4
SM
15007 * progmodes/compile.el (compilation-start):
15008 Run compilation-filter-hook for the async case too.
9bedd73a
CY
15009 (compilation-filter-hook): Doc fix.
15010
797c735c
DD
150112011-05-09 Deniz Dogan <deniz@dogan.se>
15012
15013 * wdired.el: Remove outdated installation comment. Fix usage
15014 comment.
15015
5f4b1dfe
JB
150162011-05-09 Juanma Barranquero <lekktu@gmail.com>
15017
15018 * misc.el: Implement new command `list-dynamic-libraries'.
15019 (list-dynamic-libraries--loaded-only-p): New variable.
15020 (list-dynamic-libraries--refresh): New function.
15021 (list-dynamic-libraries): New command.
15022
4c44026c
CY
150232011-05-09 Chong Yidong <cyd@stupidchicken.com>
15024
488086f4
SM
15025 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15026 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
15027 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
15028 higher priority to avoid clobbering by gnu.
15029
027f966d
CY
150302011-05-08 Chong Yidong <cyd@stupidchicken.com>
15031
15032 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
15033 if the face has existing theme settings (Bug#8454).
15034
085f5d7d
CY
150352011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
15036
488086f4
SM
15037 * progmodes/perl-mode.el (perl-imenu-generic-expression):
15038 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 15039
2a86a00c
RS
15040 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
15041 special file names `.' and `..' (Bug#8259).
15042
d9c54a06
CY
150432011-05-08 Chong Yidong <cyd@stupidchicken.com>
15044
488086f4
SM
15045 * progmodes/grep.el (grep-mode-font-lock-keywords):
15046 Remove buffer-changing entries.
d9c54a06
CY
15047 (grep-filter): New function.
15048 (grep-mode): Add it to compilation-filter-hook.
15049
15050 * progmodes/compile.el (compilation-filter-hook)
15051 (compilation-filter-start): New defvars.
15052 (compilation-filter): Call compilation-filter-hook prior to
15053 updating the process mark.
15054
c4662635
SM
150552011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
15056
15057 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
15058
b0512a1d
EZ
150592011-05-07 Eli Zaretskii <eliz@gnu.org>
15060
605c9376
EZ
15061 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
15062 mailclient-send-it even if window-system is nil. (Bug#8595)
15063
c4662635
SM
15064 * term/w32console.el (terminal-init-w32console):
15065 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
15066 background-mode. (Bug#8597)
15067
d1dc2cc2
SM
150682011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
15069
15070 Make bytecomp.el understand that defmethod defines funs (bug#8631).
15071 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
15072 New functions.
15073 (defgeneric, eieio--defmethod): Use them.
15074 (eieio-defgeneric): Remove.
15075 (defmethod): Call defgeneric in a way visible to the byte-compiler.
15076
915d1300
GM
150772011-05-07 Glenn Morris <rgm@gnu.org>
15078
a3961c3e
GM
15079 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
15080 Use let rather than let*.
15081 (timeclock-find-discrep): Remove unused local.
15082
314347b9
GM
15083 * calendar/diary-lib.el (diary-comment-start): Doc fix.
15084
915d1300
GM
15085 * calendar/appt.el (appt-time-msg-list): Doc fix.
15086
275b59b0
NF
150872011-05-06 Noah Friedman <friedman@splode.com>
15088
15089 * apropos.el (apropos-print-doc): Only use
15090 emacs-lisp-docstring-fill-column when it is bound to an integer,
15091 per that variable's documentation.
15092
6c19f744
SM
150932011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15094
15095 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 15096 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 15097
60f884b2
GM
150982011-05-06 Glenn Morris <rgm@gnu.org>
15099
5006e634
GM
15100 * calendar/appt.el (appt-message-warning-time): Doc fix.
15101 (appt-warning-time-regexp): New option.
15102 (appt-make-list): Respect appt-message-warning-time.
15103
548d0a63
GM
15104 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
15105 New options.
15106 (diary-add-to-list): Strip comments from the displayed string.
15107 (diary-mode): Set comment-start and comment-end.
15108
60f884b2
GM
15109 * vc/diff-mode.el (smerge-refine-subst): Declare.
15110 (diff-refine-hunk): Don't require smerge-mode when compiling.
15111
989681bb
JB
151122011-05-06 Juanma Barranquero <lekktu@gmail.com>
15113
15114 * simple.el (list-processes): Return nil as the docstring says.
15115
a6bc05e1
MA
151162011-05-05 Michael Albinus <michael.albinus@gmx.de>
15117
15118 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
15119 to "".
15120 (ange-ftp-write-region, ange-ftp-insert-file-contents)
15121 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
15122 determining of binary transfer. (Bug#7383)
15123
23c22e9a
MA
151242011-05-05 Michael Albinus <michael.albinus@gmx.de>
15125
c4662635
SM
15126 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
15127 Fix port computation bug. (Bug#8618)
23c22e9a 15128
0bff894f
GM
151292011-05-05 Glenn Morris <rgm@gnu.org>
15130
b8296902
GM
15131 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
15132
1f522ce8
GM
15133 * simple.el (shell-dynamic-complete-functions)
15134 (comint-dynamic-complete-functions): Declare.
15135
cf5bee67
GM
15136 * net/network-stream.el (gnutls-negotiate):
15137 * simple.el (tabulated-list-print): Fix declarations.
15138
15139 * progmodes/gud.el (syntax-symbol, syntax-point):
15140 Remove unnecessary and incorrect declarations.
15141
0bff894f
GM
15142 * emacs-lisp/check-declare.el (check-declare-scan):
15143 Handle byte-compile-initial-macro-environment in bytecomp.el
15144
9869b3ae
SM
151452011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
15146
15147 Fix earlier half-done eieio-defmethod change (bug#8338).
15148 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
15149 Streamline and change calling convention.
15150 (defmethod): Adjust accordingly and simplify.
15151 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
15152 new eieio--defmethod.
15153 (slot-boundp): Minor CSE simplification.
15154
9c1d5ac5
MZ
151552011-05-05 Milan Zamazal <pdm@zamazal.org>
15156
15157 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
15158 (glasses-make-readable): Use glasses-separate-capital-groups.
15159
455c834e
JB
151602011-05-05 Juanma Barranquero <lekktu@gmail.com>
15161
15162 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
15163 (warning-series): Doc fix.
15164 (display-warning): Don't try to create the buffer if we just found it.
15165
9ed7c8cb
CY
151662011-05-04 Chong Yidong <cyd@stupidchicken.com>
15167
15168 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
15169 (autoload-find-generated-file): New function.
15170 (generate-file-autoloads): Bind generated-autoload-file to
15171 buffer-file-name.
9869b3ae
SM
15172 (update-file-autoloads, update-directory-autoloads):
15173 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
15174 output file (Bug#7989).
15175 (batch-update-autoloads): Doc fix.
15176
0898ca10
JB
151772011-05-04 Juanma Barranquero <lekktu@gmail.com>
15178
15179 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
15180
31dfb76c
GM
151812011-05-04 Glenn Morris <rgm@gnu.org>
15182
f330b642
GM
15183 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
15184 function, so it follows changes in calendar-date-style.
15185 (diary-fancy-date-matcher): New function.
15186 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
15187 (diary-fancy-font-lock-fontify-region-function):
15188 Use diary-fancy-date-pattern as a function.
15189
31dfb76c
GM
15190 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
15191 non-numbers for `year' etc pseudo-variables. (Bug#8583)
15192
48e79d6a
TZ
151932011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
15194
15195 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
15196 instead of positional arguments. Allow :keylist and :crlfiles
15197 arguments.
15198 (open-gnutls-stream): Call it.
15199
15200 * net/network-stream.el (network-stream-open-starttls): Adjust to
15201 call `gnutls-negotiate' with :process and :hostname arguments.
15202
dd5a5ee0
SM
152032011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
15204
ef80fc09
SM
15205 * minibuffer.el (completion--message): New function.
15206 (completion--do-completion, minibuffer-complete)
15207 (minibuffer-force-complete, minibuffer-complete-word): Use it.
15208 (completion--do-completion): Don't ignore completion-auto-help when in
15209 icomplete-mode.
15210
dd5a5ee0
SM
15211 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
15212 internal encoding (e.g. tibetan zero is not whitespace).
15213 (global-whitespace-mode): Prefer save-current-buffer.
15214 (whitespace-trailing-regexp): Remove useless save-match-data.
15215 (whitespace-empty-at-bob-regexp): Minor simplification.
15216
b7d22a83
CY
152172011-05-03 Chong Yidong <cyd@stupidchicken.com>
15218
15219 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
15220
5192af46
AM
152212011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15222
15223 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 15224 Use `concat' to create string for insertion.
5192af46 15225
5767d190
SM
152262011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
15227
15228 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
15229 Avoid open-line which runs post-self-insert-hook.
15230 (bibtex-fill-entry): Remove unused `end' var.
15231
bf242939
AM
152322011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
15233
5767d190
SM
15234 * textmodes/ispell.el (ispell-add-per-file-word-list):
15235 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 15236
25666126
LL
152372011-05-03 Leo Liu <sdl.web@gmail.com>
15238
15239 * isearch.el (isearch-yank-pop): New command.
5767d190 15240 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
15241 (isearch-forward): Mention it.
15242
52d3c2d0
SM
152432011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
15244
1bcace58
SM
15245 * simple.el (minibuffer-complete-shell-command): Remove.
15246 (minibuffer-local-shell-command-map): Use completion-at-point.
15247 (read-shell-command): Setup completion vars here instead.
15248 (read-expression-map): Bind TAB to symbol completion.
15249
52d3c2d0
SM
15250 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
15251 error directly rather via storing it into `results'.
15252
35813471
LL
152532011-05-02 Leo Liu <sdl.web@gmail.com>
15254
15255 * vc/diff.el: Fix description.
15256
e793a940
LMI
152572011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15258
15259 * server.el (server-eval-at): New function.
15260
8de66e05
LMI
152612011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15262
15263 * net/network-stream.el (open-network-stream): Take a :nowait
15264 parameter and pass it on to `make-network-process'.
15265 (network-stream-open-plain): Ditto.
15266
dcb79f20
AS
152672011-04-30 Andreas Schwab <schwab@linux-m68k.org>
15268
15269 * faces.el (face-spec-set-match-display): Don't match toolkit
15270 options on terminal frames.
15271
14a7fbd8
SM
152722011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15273
7eabc1be
SM
15274 * progmodes/pascal.el: Use lexical binding.
15275 (pascal-mode-map): Remove author preferences.
15276
14a7fbd8
SM
15277 * pcomplete.el (pcomplete-std-complete): Don't abuse
15278 completion-at-point.
15279
50f84510
JB
152802011-04-28 Juanma Barranquero <lekktu@gmail.com>
15281
6e087a44
JB
15282 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
15283 removing code that has been dead since 1991 or so.
15284
50f84510
JB
15285 * startup.el (command-line): When warning about "_emacs", use a
15286 delayed warning to allow the user to filter it out.
15287
0ba690bd
DD
152882011-04-28 Deniz Dogan <deniz@dogan.se>
15289
15290 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
15291 user has not joined.
15292
08abfaad
SM
152932011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
15294
15295 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
15296 aren't any completions at point.
15297
638f053a
JB
152982011-04-28 Juanma Barranquero <lekktu@gmail.com>
15299
15300 * subr.el (display-delayed-warnings): New function.
15301 (delayed-warnings-hook): New variable.
15302
8fff8daa
SM
153032011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
15304
08abfaad
SM
15305 * minibuffer.el (completion-at-point, completion-help-at-point):
15306 Don't presume that a given completion-at-point-function will always
15307 use the same calling convention.
15308
8fff8daa
SM
15309 * pcomplete.el (pcomplete-completions-at-point):
15310 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
15311 pcomplete-seen is non-nil.
15312 (pcomplete-comint-setup): Also recognize the new comint/shell
15313 completion functions.
15314 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
15315 pcomplete-seen is non-nil.
15316
841a1577 153172011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 15318
841a1577 15319 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 15320 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 15321 the first character in the entry. This allows for code to add its
211ec907
UJ
15322 own uid to the entry.
15323 (icalendar--convert-float-to-ical): Add export of
15324 `diary-float'-entries save for those with the optional DAY
15325 argument.
15326
2a782793
DC
153272011-04-27 Daniel Colascione <dan.colascione@gmail.com>
15328
15329 * subr.el (shell-quote-argument): Use alternate escaping strategy
15330 when we spot a variable reference in a string.
15331
0438ce91
DC
153322011-04-26 Daniel Colascione <dan.colascione@gmail.com>
15333
15334 * cus-start.el (all): Define customization for debug-on-event.
15335
841a1577 153362011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
15337
15338 * subr.el (shell-quote-argument): Escape correctly under Windows.
15339
d090ed6c
SM
153402011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15341
15342 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
15343
bfd31217
MA
153442011-04-25 Michael Albinus <michael.albinus@gmx.de>
15345
d090ed6c
SM
15346 * net/tramp.el (tramp-process-actions): Add POS argument.
15347 Delete region between POS and (pos).
bfd31217 15348
d090ed6c
SM
15349 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
15350 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
15351 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
15352
15353 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
15354 position in `tramp-process-actions' call.
15355
15356 * net/trampver.el: Update release number.
15357
e92f3bd3
SM
153582011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15359
850256b5
SM
15360 * custom.el (defcustom): Obey lexical-binding.
15361
e92f3bd3
SM
15362 Fix octave-inf completion problems reported by Alexander Klimov.
15363 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
15364 Inherit from octave-mode-syntax-table.
15365 (inferior-octave-mode): Set info-lookup-mode.
15366 (inferior-octave-completion-at-point): New function.
15367 (inferior-octave-complete): Use it and completion-in-region.
15368 (inferior-octave-dynamic-complete-functions): Use it as well, and use
15369 comint-filename-completion.
15370 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
15371 symbol elements which shouldn't be word elements.
15372 (octave-font-lock-keywords, octave-beginning-of-defun)
15373 (octave-function-header-regexp): Adjust regexps accordingly.
15374 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
15375
cd22b309
JB
153762011-04-25 Juanma Barranquero <lekktu@gmail.com>
15377
15378 * net/gnutls.el (gnutls-errorp): Declare before first use.
15379
8b492194
TZ
153802011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
15381
15382 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
15383 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 15384 default trustfile exists before going to use it. Add missing
5a5fa834 15385 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
15386 Reported by Claudio Bley <claudio.bley@gmail.com>.
15387 (open-gnutls-stream): Add usage example.
15388
15389 * net/network-stream.el (network-stream-open-starttls): Give host
15390 parameter to `gnutls-negotiate'.
15391 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 15392 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 15393
841a1577 153942011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 15395
cd22b309
JB
15396 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
15397 Use correct match group (bug#8438).
05842630 15398
3ba7869c
CY
153992011-04-24 Chong Yidong <cyd@stupidchicken.com>
15400
512e3ae1
CY
15401 * emacs-lisp/package.el (package-built-in-p): Fix typo.
15402 (package-menu--generate): New arg specifying packages to show.
15403 (package-menu-refresh, package-menu-execute, list-packages):
15404 Callers changed.
15405 (package-show-package-list): New function, replacing deleted
15406 package--list-packages (renamed because it is non-internal).
15407
15408 * finder.el (finder-list-matches): Use package-show-package-list
15409 instead of deleted package--list-packages.
15410
e92f3bd3
SM
15411 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
15412 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
15413 (vc-annotate-mode-map): Bind it to RET.
15414
7031be6d
UR
154152011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
15416
15417 * progmodes/etags.el (next-file): Don't use set-buffer to change
15418 buffers (Bug#8478).
15419
4ef177aa
CY
154202011-04-24 Chong Yidong <cyd@stupidchicken.com>
15421
c8d173eb
CY
15422 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
15423
4ef177aa
CY
15424 * apropos.el (apropos-label-face): Avoid variable-pitch face.
15425 (apropos-accumulator): Doc fix.
15426 (apropos-function, apropos-macro, apropos-command)
15427 (apropos-variable, apropos-face, apropos-group, apropos-widget)
15428 (apropos-plist): Add face property.
15429 (apropos-symbols-internal): Fix indentation.
15430 (apropos-print): Simplify help, and recognize apropos-multi-type.
15431 (apropos-print-doc): Use button-type-get to extract the button's
15432 face property. Fill docstring (Bug#8352).
15433
4ffd0d6b 154342011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
15435
15436 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
15437
c6c32125 15438 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 15439 (mpuz-mode-map): Use mapc.
c6c32125
JB
15440 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
15441 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
15442 Fix typos in docstrings.
15443
58d468b4
JB
15444 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
15445 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
15446
6470c3c6
JB
15447 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
15448
4ffd0d6b 154492011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
15450
15451 * minibuffer.el (completion--do-completion): Avoid the "Next char
15452 not unique" prompt if icomplete-mode is enabled (Bug#5849).
15453
3ad8bad0
CY
15454 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
15455 mouse-2 into unread-command-events, it is interpreted correctly.
15456
71d73c9c 15457 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 15458 (image-toggle-display): Doc fix.
71d73c9c 15459
841a1577 154602011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 15461
4ffd0d6b
GM
15462 * textmodes/page.el (what-page): Use line-number-at-pos to
15463 calculate line number (Bug#6825).
6e1dbaa9 15464
c2fb1b60
JB
154652011-04-22 Juanma Barranquero <lekktu@gmail.com>
15466
15467 * eshell/esh-mode.el (find-tag-interactive): Declare function.
15468 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
15469 Pass argument NO-DEFAULT to `find-tag-interactive'.
15470
e02f48d7
JB
154712011-04-22 Juanma Barranquero <lekktu@gmail.com>
15472
15473 Lexical-binding cleanup.
15474
15475 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
15476 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
15477 * progmodes/ada-prj.el (ada-prj-initialize-values)
15478 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
15479 (ada-prj-show-value):
15480 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
15481 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
15482 (antlr-invalidate-context-cache, antlr-options-menu-filter)
15483 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
15484 * progmodes/bug-reference.el (bug-reference-push-button):
15485 * progmodes/fortran.el (fortran-line-length):
15486 * progmodes/glasses.el (glasses-change):
15487 * progmodes/octave-mod.el (octave-fill-paragraph):
15488 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
15489 (python-pdbtrack-grub-for-buffer, python-sentinel):
15490 * progmodes/sql.el (sql-save-connection):
15491 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
15492 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
15493 Mark unused parameters.
15494
15495 * progmodes/compile.el (compilation--flush-directory-cache)
15496 (compilation--flush-parse, compile-internal): Mark unused parameters.
15497 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
15498 (compilation-next-error-function): Remove unused variable `timestamp'.
15499
15500 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
15501 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
15502
15503 * progmodes/dcl-mode.el (dcl-end-of-command):
15504 Remove unused variable `start'.
15505 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
15506 (dcl-option-value-basic, dcl-option-value-offset)
15507 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
15508 Mark unused parameters.
15509 (dcl-save-local-variable): Remove unused variable `val'.
15510 (mode): Declare.
15511
15512 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
15513 Mark unused parameters.
15514 (delphi-ignore-changes): Move before first use.
15515 (delphi-charset-token-at): Remove unused variable `start'.
15516 (delphi-else-start): Remove unused variable `if-count'.
15517 (delphi-comment-block-start, delphi-comment-block-end):
15518 Remove unused variable `kind'.
15519 (delphi-indent-line): Remove unused variable `new-point'.
15520
15521 * progmodes/ebrowse.el (ebrowse-files-list)
15522 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
15523 Mark unused parameters. Don't quote `lambda'.
15524 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
15525 Don't quote `lambda'.
15526 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
15527 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
15528 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
15529 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
15530 Use `ignore-errors'.
15531 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
15532 (ebrowse-view/find-file-and-search-pattern)
15533 (ebrowse-view/find-member-declaration/definition):
15534 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
15535 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
15536 Rename parameter PREFIX-ARG to PREFIX.
15537 (ebrowse-tags-read-name): Remove unused variables `start' and
15538 `member-info'.
15539 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
15540 to `tags-file'.
15541
15542 * progmodes/etags.el (local-find-tag-hook): Declare.
15543 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
15544 Mark unused parameters.
15545
15546 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
15547 (executable-interpret): Mark unused parameter.
15548
15549 * progmodes/flymake.el (flymake-process-sentinel)
15550 (flymake-after-change-function)
15551 (flymake-create-temp-with-folder-structure)
15552 (flymake-get-include-dirs-dot): Mark unused parameters.
15553 (flymake-safe-delete-directory): Remove unused variable `err'.
15554
15555 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
15556 (speedbar-timer-fn, speedbar-line-text)
15557 (speedbar-change-expand-button-char, speedbar-delete-subblock)
15558 (speedbar-center-buffer-smartly): Declare functions.
15559 (gdb-find-watch-expression): Remove unused variable `array'.
15560 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
15561 (gdb-starting): Mark unused parameters.
15562 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
15563 (gdb-table-string): Remove unused variable `res'.
15564 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
15565 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
15566 (gdb-display-buffer): Remove unused variable `cur-size'.
15567
15568 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
15569 allow lexical-binding compilation.
15570 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
15571 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
15572 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
15573 Mark unused parameters.
15574 (gud-gdb-marker-filter): Remove unused variable `match'.
15575 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
15576 lambda expressions and funcall them, instead of using `fset'.
15577
15578 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
15579 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
15580
15581 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
15582 variable `header-beg'; use `let'.
15583
15584 * progmodes/icon.el (indent-icon-exp): Remove unused variables
15585 `restart', `last-sexp' and `at-do'.
15586
15587 * progmodes/js.el (js--debug): Mark unused parameter.
15588 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
15589 (js--splice-into-items): Remove unused variable `item'.
15590 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
15591
15592 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
15593 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
15594 (makefile-complete): Remove unused variable `try'.
15595 (makefile-fill-paragraph, makefile-match-function-end):
15596 Mark unused parameters.
15597
15598 * progmodes/octave-inf.el (inferior-octave-complete):
15599 Remove unused variable `proc'.
15600 (inferior-octave-output-digest): Mark unused parameter.
15601
15602 * progmodes/perl-mode.el (perl-calculate-indent):
15603 Remove unused variable `err'.
15604
15605 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
15606 (prolog-indent-line): Mark unused parameters.
15607 (prolog-indent-line): Remove unused variable `beg'.
15608
15609 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
15610 (reporter-dont-compact-list): Declare.
15611
15612 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
15613 Remove unused variable `char'.
15614 (sh-debug): Mark unused parameter.
15615 (sh-get-indent-info): Remove unused variable `start'.
15616 (sh-calculate-indent): Remove unused variable `var'.
15617
15618 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
15619 (simula-electric-keyword): Remove unused variable `null'.
15620 (simula-search-backward, simula-search-forward): Remove unused
15621 variables `begin' and `end'.
15622
15623 * progmodes/vera-mode.el (vera-guess-basic-syntax):
15624 Remove unused variable `pos'.
15625 (vera-electric-tab, vera-comment-uncomment-region):
15626 Mark unused parameters.
15627 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
15628
7ede3b65
CY
156292011-04-22 Chong Yidong <cyd@stupidchicken.com>
15630
15631 * emacs-lisp/package.el (package--builtins, package-alist)
15632 (package-load-descriptor, package-built-in-p, package-activate)
15633 (define-package, package-installed-p)
15634 (package-compute-transaction, package-buffer-info)
15635 (package--push): Doc fix. Distinguish more clearly between
15636 version strings and version lists.
15637
121656e9
JB
156382011-04-21 Juanma Barranquero <lekktu@gmail.com>
15639
15640 Lexical-binding cleanup.
15641
15642 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
15643 (5x5-make-mutate-best):
15644 * play/fortune.el (fortune-in-buffer):
15645 * play/gomoku.el (gomoku-init-display):
15646 * play/solitaire.el (solitaire, solitaire-do-check):
15647 * play/tetris.el (tetris-default-update-speed-function):
15648 Mark unused parameters.
15649
15650 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
15651 (bubbles--shift): Remove unused variable `char-org'.
15652 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
15653 (bubbles--show-images): Remove unused variable `char'.
15654
15655 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
15656 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
15657 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
15658 (decipher-analyze-buffer): Use ?\s.
15659 (decipher-make-checkpoint): Remove unused variable `mapping'.
15660
15661 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
15662
15663 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
15664 Remove unused variable `result'; use `let'.
15665
15666 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
15667 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
15668 (gametree-children-shown-p, gametree-compute-reduced-score):
15669 Use `ignore-errors'.
15670
15671 * play/handwrite.el (ps-lpr-switches): Declare.
15672 (handwrite): Remove unused variables `pmin' and `lastp'.
15673
15674 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
15675
15676 * play/landmark.el (landmark-init-display)
15677 (landmark-update-naught-weights): Mark unused parameters.
15678 (landmark-y): Remove unused variable `noise'. Simplify.
15679 (landmark-human-plays): Remove unused variable `score'.
15680
15681 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
15682 (mpuz-try-proposal): Remove unused variable `game'.
15683
15684 * play/zone.el (life-patterns): Declare.
15685
80f499c7
JB
156862011-04-20 Juanma Barranquero <lekktu@gmail.com>
15687
15688 * vc/vc.el (ediff-vc-internal): Declare function.
15689
024ff170
SM
156902011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15691
c0a193ea
SM
15692 * shell.el: Use lexical-binding and std completion UI.
15693 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
15694 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
15695 comint-preoutput-filter-functions rather than on
15696 comint-output-filter-functions.
15697 (shell-command-completion, shell--command-completion-data)
15698 (shell-filename-completion, shell-environment-variable-completion)
15699 (shell-c-a-p-replace-by-expanded-directory): New functions.
15700 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
15701 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
15702 (shell-dynamic-complete-environment-variable): Use them.
15703 (shell-dynamic-complete-as-environment-variable)
15704 (shell-dynamic-complete-as-command): Remove.
15705 (shell-match-partial-variable): Match past point.
15706 * comint.el: Clean up use of completion-at-point-functions.
15707 (comint-completion-at-point): New function.
15708 (comint-mode): Use it completion-at-point-functions.
15709 (comint-dynamic-complete): Make it obsolete.
15710 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
15711 (comint-c-a-p-replace-by-expanded-history): New function.
15712 (comint-dynamic-complete-functions)
15713 (comint-replace-by-expanded-history): Use it.
15714 * minibuffer.el (completion-table-with-terminator): Allow dynamic
15715 termination strings. Try harder to avoid second try-completion.
15716 (completion-in-region-mode-map): Disable bindings that don't work yet.
15717
2dbaa080
SM
15718 * comint.el: Use lexical-binding. Require CL.
15719 (comint-dynamic-complete-functions): Use comint-filename-completion.
15720 (comint-completion-addsuffix): Tweak custom type.
15721 (comint-filename-completion, comint--common-suffix)
15722 (comint--common-quoted-suffix, comint--table-subvert)
15723 (comint--complete-file-name-data): New functions.
15724 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
15725 (comint-dynamic-list-filename-completions): Use them.
15726 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 15727
2dbaa080
SM
15728 * minibuffer.el (completion-in-region-mode):
15729 Keep completion-in-region-mode--predicate global.
15730 (completion-in-region--postch):
15731 Assume completion-in-region-mode--predicate is not null.
15732
c79a6f38
SM
15733 * progmodes/flymake.el (flymake-start-syntax-check-process):
15734 Obey `dir'. Simplify.
15735
024ff170
SM
15736 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
15737 we're in VC after all.
15738
1c6c854e
CS
157392011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
15740
15741 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 15742 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
15743 (vc-version-diff): Use vc-diff-build-argument-list-internal.
15744
bed7f140
SM
157452011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15746
332e62ab
SM
15747 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
15748 add sanity check.
15749
bed7f140
SM
15750 * obsolete/erc-hecomplete.el: Make obsolete.
15751 * obsolete/: Standardize obsolescence info in the header.
15752
f195c582
GM
157532011-04-20 Glenn Morris <rgm@gnu.org>
15754
15755 * calendar/solar.el (solar-horizontal-coordinates):
15756 Use the longitude argument rather than `calendar-longitude'.
15757 (solar-date-next-longitude): Remove unused locals.
15758
cb79b8c0
VJL
157592011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15760
15761 * whitespace.el: New version 13.2.1.
15762
157632011-04-20 felix <EmacsWiki> (tiny change)
15764
d8e4b68b 15765 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
15766 switching between major modes on a file.
15767
602ea69d
SM
157682011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15769
15770 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
15771 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
15772 multi-line comments as well.
15773
06b60517
JB
157742011-04-19 Juanma Barranquero <lekktu@gmail.com>
15775
15776 Lexical-binding cleanup.
15777
15778 * arc-mode.el (archive-mode-revert):
15779 * cmuscheme.el (scheme-interactively-start-process):
15780 * custom.el (custom-initialize-delay):
15781 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
15782 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
15783 * emacs-lock.el (emacs-lock-clear-sentinel):
15784 * ezimage.el (defezimage):
15785 * follow.el (follow-avoid-tail-recenter):
15786 * fringe.el (set-fringe-mode-1):
15787 * generic-x.el (bat-generic-mode-compile):
15788 * help-mode.el (help-info-variable, help-do-xref)
15789 (help-mode-revert-buffer):
15790 * help.el (view-emacs-todo):
15791 * iswitchb.el (iswitchb-completion-help):
15792 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
15793 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
15794 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
15795 * locate.el (locate-update):
15796 * longlines.el (longlines-encode-region)
15797 (longlines-after-change-function):
15798 * outline.el (outline-isearch-open-invisible):
15799 * ps-def.el (declare-function, charset-dimension, char-width)
15800 (encode-char):
15801 * ps-mule.el (ps-mule-plot-string):
15802 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
15803 (recentf-edit-list-select, recentf-edit-list-validate)
15804 (recentf-open-files-action):
15805 * rect.el (delete-whitespace-rectangle-line)
15806 (rectangle-number-line-callback):
15807 * register.el (window-configuration-to-register)
15808 (frame-configuration-to-register):
15809 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
15810 * select.el (xselect-convert-to-string, xselect-convert-to-length)
15811 (xselect-convert-to-targets, xselect-convert-to-delete)
15812 (xselect-convert-to-filename, xselect-convert-to-charpos)
15813 (xselect-convert-to-lineno, xselect-convert-to-colno)
15814 (xselect-convert-to-os, xselect-convert-to-host)
15815 (xselect-convert-to-user, xselect-convert-to-class)
15816 (xselect-convert-to-name, xselect-convert-to-integer)
15817 (xselect-convert-to-atom, xselect-convert-to-identity):
15818 * subr.el (declare, ignore, process-kill-without-query)
15819 (text-clone-maintain):
15820 * terminal.el (te-get-char, te-tic-sentinel):
15821 * tool-bar.el (tool-bar-make-keymap):
15822 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
15823 * type-break.el (type-break-mode, type-break-noninteractive-query):
15824 * view.el (View-back-to-mark):
15825 * wid-browse.el (widget-browse-action, widget-browse-widget)
15826 (widget-browse-widgets, widget-browse-sexp):
15827 * widget.el (define-widget-keywords):
15828 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
15829 Mark unused parameters.
15830
15831 * align.el (align-adjust-col-for-rule): Mark unused parameter.
15832 (align-areas): Remove unused variable `look'.
15833 (align-region): Remove unused variables `real-end' and `pos-list'.
15834
15835 * apropos.el (apropos-score-doc): Remove unused variable `i'.
15836
15837 * bindings.el (mode-line-modified, mode-line-remote):
15838 Mark unused parameters.
15839 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
15840
15841 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
15842 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
15843
15844 * comint.el (comint-history-isearch-pop-state)
15845 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
15846 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
15847 (comint-substitute-in-file-name): Doc fix.
15848
15849 * completion.el (cmpl-statistics-block): Mark unused parameter.
15850 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
15851 (save-completions-to-file, load-completions-from-file):
15852 Remove unused local variable `e'.
15853
15854 * composite.el (compose-chars): Remove unused variable `len'.
15855 (lgstring-insert-glyph): Remove unused variable `g'.
15856 (compose-glyph-string): Remove unused variables `ascent',
15857 `descent', `lbearing' and `rbearing'.
15858 (compose-glyph-string-relative): Remove unused variables
15859 `lbearing', `rbearing' and `wadjust'.
15860 (compose-gstring-for-graphic): Remove unused variables `header',
15861 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
15862 (compose-gstring-for-terminal): Remove unused variables `header'
15863 and `nchars'. Use `let', not `let*'.
15864
15865 * cus-edit.el (Custom-set, Custom-save, custom-reset)
15866 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
15867 (Custom-buffer-done, custom-buffer-create-internal)
15868 (custom-browse-visibility-action, custom-browse-group-tag-action)
15869 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
15870 (widget-magic-mouse-down-action, custom-toggle-parent)
15871 (custom-add-parent-links, custom-toggle-hide-variable)
15872 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
15873 (custom-toggle-hide-face, face, hook, custom-group-link-action)
15874 (custom-face-menu-create, custom-variable-menu-create, get)
15875 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
15876 (custom-reset-standard-save-and-update): Remove unused variable `value'.
15877 (customize-apropos): Remove unused variable `tests'.
15878 (custom-group-value-create): Remove unused variable `hidden-p'.
15879 (sort-fold-case): Declare.
15880
15881 * cus-theme.el (custom-reset-standard-faces-list)
15882 (custom-reset-standard-variables-list): Declare.
15883 (customize-create-theme, custom-theme-revert, custom-theme-write)
15884 (custom-theme-choose-mode, customize-themes, custom-theme-save):
15885 Mark unused parameters.
15886
15887 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
15888
15889 * delim-col.el (delimit-columns-max): Move defvar before first use.
15890
15891 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 15892 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
15893
15894 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
15895 (auto-insert): Declare.
15896 (desktop-restore-file-buffer): Rename desktop-* parameters;
15897 mark unused ones.
15898 (desktop-create-buffer): Rename desktop-* parameters and bind them.
15899 (desktop-buffer): Rename desktop-* parameters.
15900
15901 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
15902 (dframe-reposition-frame-xemacs, dframe-help-echo)
15903 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
15904 Mark unused parameters.
15905
15906 * dired-aux.el (backup-extract-version-start, overwrite-query)
15907 (overwrite-backup-query, rename-regexp-query)
15908 (rename-non-directory-query): Declare.
15909 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
15910 (dired-add-entry): Remove unused variable `orig-file-name'.
15911 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
15912 Use parameter PRESERVE-TIME instead of accessing dynamic variable
15913 `dired-copy-preserve-time' directly.
15914 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
15915 (dired-insert-subdir-newpos): Rename unused variable `pos'.
15916
15917 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
15918 (dired-virtual-revert, dired-make-relative-symlink):
15919 Mark unused parameters.
15920 (manual-program): Declare.
15921 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
15922 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
15923 wrapped in `with-no-warnings' to avoid replacing one warning by another.
15924
15925 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
15926
15927 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
15928
15929 * echistory.el (electric-history-in-progress, Helper-return-blurb):
15930 Declare.
15931
15932 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
15933
15934 * electric.el (Electric-command-loop): Rename parameter
15935 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
15936
15937 * expand.el (expand-in-literal): Remove unused variable `here'.
15938
15939 * facemenu.el (facemenu-add-new-color):
15940 Remove unused variable `docstring'.
15941
15942 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
15943 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
15944 (face-attr-construct): Mark unused parameter. Doc fix.
15945 (read-color): Remove unused variable `hex-string'.
15946
15947 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
15948 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
15949 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
15950 (display-buffer-other-frame): Remove unused variable `old-window'.
15951 (kill-buffer-hook): Declare.
15952 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
15953 Mark unused parameters.
15954 (after-find-file): Pass 1 to `auto-save-mode', not t.
15955
15956 * files-x.el (auto-insert): Declare.
15957 (modify-file-local-variable-prop-line): Remove unused variable `val'.
15958
15959 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 15960 variable `buf'. Mark unused parameter.
06b60517
JB
15961 (find-lisp-insert-directory): Mark unused parameter.
15962
15963 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
15964 (format-encode-region): Remove unused variables `cur-buf' and `result'.
15965 (format-common-tail): Remove, unused.
15966 (format-deannotate-region): Remove unused variable `loc'.
15967 (format-annotate-region): Remove unused variable `p'.
15968 (format-annotate-single-property-change): Remove unused variables
15969 `default' and `tail'.
15970
15971 * forms.el (read-file-filter): Declare.
15972 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
15973
15974 * frame.el (frame-creation-function-alist): Mark unused parameter.
15975 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
15976
15977 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
15978 Remove unused parameters.
15979 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
15980 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
15981
15982 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
15983 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
15984 (hfy-prepare-tag-map): Mark unused parameters.
15985 (htmlfontify-buffer): Use `called-interactively-p'.
15986
15987 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
15988 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
15989 (ibuffer-do-occur): Mark unused parameters.
15990 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
15991 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
15992
15993 * ibuffer.el: Don't quote `lambda'.
15994 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
15995 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
15996 Mark unused parameters.
15997
15998 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
15999 (ido-completing-read): Mark unused parameters.
16000 (ido-copy-current-word): Mark unused parameters;
16001 remove unused variable `name'.
16002 (ido-sort-merged-list): Remove unused parameter `dirs'.
16003
16004 * ielm.el (ielm-input-sender): Mark unused parameter.
16005 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
16006 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
16007 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
16008 `ielm-string' as a dynamic variable accessible from the IELM prompt.
16009 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
16010
16011 * image-dired.el (image-dired-display-thumbs): Remove unused
16012 variables `curr-file' and `count'.
16013 (image-dired-remove-tag): Remove unused variable `start'.
16014 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
16015 variable `curr-file'
16016 (image-dired-rotate-original): Remove unused variable `temp-file'.
16017 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
16018 Remove unused variable `file'.
16019 (image-dired-gallery-generate): Remove unused variable `curr'.
16020 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
16021
16022 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
16023
16024 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
16025
16026 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
16027
16028 * isearch.el (minibuffer-history-symbol): Declare.
16029 (isearch-edit-string): Remove unused variable `err'.
16030 (isearch-message-prefix, isearch-message-suffix):
16031 Mark unused parameters.
16032
16033 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
16034
16035 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
16036
16037 * makesum.el (double-column): Remove unused variable `cnt'.
16038
16039 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
16040 (ido-ignore-item-temp-list): Declare.
16041
16042 * mouse-drag.el (mouse-drag-throw): Remove unused variables
16043 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
16044 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
16045 (mouse-drag-drag): Remove unused variables `mouse-delta' and
16046 `mouse-col-delta'.
16047
16048 * mouse-sel.el (mouse-extend-internal):
16049 Remove unused variable `orig-window-frame'.
16050
16051 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
16052 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
16053 Move declarations before first use.
16054 (pcomplete-opt): Mark unused parameters; doc fix.
16055
16056 * proced.el (proced-revert): Mark unused parameter.
16057 (proced-send-signal): Remove unused variable `err'.
16058
16059 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
16060 Rename parameter PREFIX-ARG to ARG.
16061 (ps-basic-plot-string, ps-basic-plot-whitespace):
16062 Mark unused parameters.
16063
16064 * replace.el (replace-count): Define.
16065 (occur-revert-function): Mark unused parameters.
16066 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
16067 (isearch-case-fold-search, isearch-string): Declare.
16068 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
16069 bind `case-fold-search'. Remove unused variables `beg' and `end',
16070 and simplify.
16071 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
16072 COUNT and bind `replace-count'.
16073 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
16074 to COUNT.
16075
16076 * savehist.el (print-readably, print-string-length): Declare.
16077
16078 * shadowfile.el (shadow-expand-cluster-in-file-name):
16079 Remove unused variable `cluster'.
16080 (shadow-copy-file): Remove unused variable `i'.
16081 (shadow-noquery, shadow-clusters, shadow-site-cluster)
16082 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
16083 (shadow-define-literal-group, shadow-define-regexp-group)
16084 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
16085
16086 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
16087 (shell): Use `called-interactively-p'.
16088 (shell-directory-tracker): Remove unused variable `chdir-failure'.
16089
16090 * simple.el (compilation-context-lines, comint-file-name-quote-list)
16091 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
16092 (delete-backward-char): Remove unused variable `ocol'.
16093 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
16094 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
16095 (event-apply-hyper-modifier, event-apply-shift-modifier)
16096 (event-apply-control-modifier, event-apply-meta-modifier):
16097 Mark unused parameters.
16098 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
16099 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
16100
16101 * speedbar.el (speedbar-ignored-directory-expressions)
16102 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
16103 (speedbar-find-file, speedbar-dir-follow)
16104 (speedbar-directory-buttons-follow, speedbar-tag-find)
16105 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
16106 (speedbar-buffers-line-directory, speedbar-buffer-click):
16107 Mark unused parameters.
16108 (speedbar-tag-file): Remove unused variable `mode'.
16109 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
16110
16111 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
16112
16113 * talk.el (talk): Remove unused variable `display'.
16114
16115 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
16116 (tar-write-region-annotate): Mark unused parameter.
16117
16118 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
16119 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
16120 Declare them, wrapped in `with-no-warnings' to avoid replacing one
16121 warning by another.
16122
16123 * time-stamp.el (time-stamp-string-preprocess):
16124 Remove unused variable `require-padding'.
16125
16126 * tree-widget.el (widget-glyph-enable): Declare.
16127 (tree-widget-action): Mark unused parameter.
16128
16129 * w32-fns.el (x-get-selection): Mark unused parameter.
16130 (autoload-make-program, generated-autoload-file): Declare.
16131
16132 * wdired.el (wdired-revert): Mark unused parameters.
16133 (wdired-xcase-word): Remove unused variable `err'.
16134
16135 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
16136 (whitespace-help-scroll): Remove unused variable `data-help'.
16137
16138 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
16139 (widget-image-insert, widget-after-change, default)
16140 (widget-default-format-handler, widget-default-notify)
16141 (widget-default-prompt-value, widget-info-link-action)
16142 (widget-url-link-action, widget-function-link-action)
16143 (widget-variable-link-action, widget-file-link-action)
16144 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
16145 (widget-field-prompt-internal, widget-field-action, widget-field-match)
16146 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
16147 (widget-insert-button-action, widget-delete-button-action, visibility)
16148 (widget-documentation-link-action, widget-documentation-string-action)
16149 (widget-const-prompt-value, widget-regexp-match, symbol)
16150 (widget-coding-system-prompt-value)
16151 (widget-key-sequence-value-to-external, sexp)
16152 (widget-sexp-value-to-internal, character, vector, cons)
16153 (widget-choice-prompt-value, widget-boolean-prompt-value)
16154 (widget-color--choose-action): Mark unused parameters.
16155 (widget-item-match-inline, widget-choice-match-inline)
16156 (widget-checklist-match, widget-checklist-match-inline)
16157 (widget-group-match): Rename parameter VALUES to VALS.
16158 (widget-field-value-set): Remove unused variable `size'.
16159 (widget-color-action): Remove unused variables `value' and `start'.
16160
16161 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 16162 variable `dir'. Doc fix.
06b60517
JB
16163 (windmove-find-other-window): Don't pass it.
16164
16165 * window.el (count-windows): Mark unused parameter.
16166 (bw-adjust-window): Remove unused variable `err'.
16167
16168 * woman.el (woman-file-name): Remove unused variable `default'.
16169 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
16170 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
16171 (global-font-lock-mode): Declare.
16172 (woman-decode-region): Mark unused parameter.
16173 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
16174
16175 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
16176 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
16177 (x-dnd-handle-moz-url): Remove unused variable `title'.
16178 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
16179
16180 * xml.el (xml-parse-tag, xml-parse-attlist):
16181 Remove unused variable `pos'.
16182
bc4f7f3d
GM
161832011-04-19 Glenn Morris <rgm@gnu.org>
16184
16185 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
16186 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
16187 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
16188 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
16189 * calendar/cal-html.el (cal-html-insert-minical):
16190 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
16191 (calendar-mark-date-pattern):
16192 Prefix "unused" locals.
16193
16194 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
16195 optional argument `style'.
16196
16197 * calendar/appt.el (appt-make-list):
16198 * calendar/cal-china.el (calendar-chinese-date-string):
16199 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
16200 (diary-hebrew-yahrzeit):
16201 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
16202 * calendar/calendar.el (calendar-generate-window):
16203 * calendar/time-date.el (time-to-days):
16204 Remove unused local variables.
16205
16a43933
CY
162062011-04-18 Chong Yidong <cyd@stupidchicken.com>
16207
16208 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
16209 glyphless-char-display table.
16210 (tabulated-list-glyphless-char-display): New var.
16211
7eed1860
SS
162122011-04-18 Sam Steingold <sds@gnu.org>
16213
16214 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
16215 to acknowledgments.
16216
4d2d1ccd
GM
162172011-04-17 Glenn Morris <rgm@gnu.org>
16218
16219 * calendar/diary-lib.el (diary-sexp-entry):
16220 * calendar/holidays.el (holiday-sexp):
16221 Set debug-on-error rather than the removed stack-trace-on-error.
16222
239da61d
GM
162232011-04-16 Glenn Morris <rgm@gnu.org>
16224
16225 * progmodes/f90.el: Use lexical-binding.
16226 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
16227
8b05752a
SM
162282011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16229
daca8ba5
SM
16230 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
16231 (mail-mode): Setup mailalias completion here instead.
16232 * mail/mailalias.el: Use lexical-binding.
16233 (pattern, mailalias-done): Declare dynamic.
16234 (mail-completion-at-point-function): New function, from mail-complete.
16235 (mail-complete): Use it.
16236 (mail-completion-expand): New function.
16237 (mail-get-names): Use it.
16238 (mail-directory, mail-directory-process, mail-directory-stream):
16239 Don't use `pattern' for lexically bound arg.
16240
6f542485
SM
16241 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
16242
037e7c3f
SM
16243 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
16244 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
16245 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
16246
8b05752a
SM
16247 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
16248 (byte-save-window-excursion, byte-temp-output-buffer-setup)
16249 (byte-interactive-p): Define them again, for use when inlining
16250 old code.
16251
49093f60
JB
162522011-04-15 Juanma Barranquero <lekktu@gmail.com>
16253
16254 * loadup.el: Use `string-to-number', not `string-to-int'.
16255
b5b8e7de
SM
162562011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16257
16258 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
16259 gud-gdb-complete-command.
16260 (gud-gdb-completions): New function, from gud-gdb-complete-command.
16261 (gud-gdb-completion-at-point): New function.
16262 (gud-gdb-completions): Remove.
16263
f42efeb5
MA
162642011-04-14 Michael Albinus <michael.albinus@gmx.de>
16265
49093f60
JB
16266 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
16267 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
16268 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
16269 whether `executable-find' is bound.
f42efeb5
MA
16270
16271 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
16272
e240cc21
SM
162732011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16274
16275 * minibuffer.el (completion-in-region-mode-predicate)
16276 (completion-in-region-mode--predicate): New vars.
16277 (completion-in-region, completion-in-region--postch)
16278 (completion-in-region-mode): Use them.
16279 (completion--capf-wrapper): Also return the hook function.
16280 (completion-at-point, completion-help-at-point):
16281 Adjust and provide a predicate.
c2bd2ab0
SM
16282
16283 Preserve arg names for advice of subr and lexical functions (bug#8457).
16284 * help-fns.el (help-function-arglist): Consolidate the subr and
16285 new-byte-code cases. Add argument `preserve-names' to extract names
16286 from the docstring when needed.
16287 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
16288 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
16289 (ad-arglist): Use help-function-arglist's new arg.
16290 (ad-definition-type): Use cond.
16291
c183f693
JB
162922011-04-13 Juanma Barranquero <lekktu@gmail.com>
16293
06641a47
JB
16294 * autorevert.el (auto-revert-handler):
16295 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
16296 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
16297 Don't quote lambda.
16298
c183f693
JB
16299 * image-mode.el (image-transform-set-scale):
16300 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
16301
1e3b6001
G
163022011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16303
16304 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 16305 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
16306 Upgrades via gnutls-cli are too slow to be done opportunistically.
16307
2d6af8dd
JB
163082011-04-12 Juanma Barranquero <lekktu@gmail.com>
16309
16310 * dframe.el (dframe-current-frame): Remove spurious quote.
16311
c0749a51
GM
163122011-04-12 Glenn Morris <rgm@gnu.org>
16313
088d0d61
GM
16314 * calendar/cal-tex.el (cal-tex-end-document):
16315 Try to automatically use latin1 input if needed.
16316
c0749a51
GM
16317 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
16318 Don't try to cons a mark onto an empty element.
16319
5c90fde0
LL
163202011-04-11 Leo Liu <sdl.web@gmail.com>
16321
16322 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
16323 buffers.
16324 (ido-kill-buffer-at-head): Support killing virtual buffers.
16325
369e974d
CY
163262011-04-10 Chong Yidong <cyd@stupidchicken.com>
16327
16328 * minibuffer.el (completion-show-inline-help): New var.
16329 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
16330 (minibuffer-force-complete, minibuffer-complete-word):
16331 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
16332
16333 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
16334 to avoid interference from inline help (Bug#5849).
16335
37f1c930
LL
163362011-04-10 Leo Liu <sdl.web@gmail.com>
16337
099c39a4
JB
16338 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
16339 Fix typo.
37f1c930 16340
a32d4040
CY
163412011-04-09 Chong Yidong <cyd@stupidchicken.com>
16342
16343 * image-mode.el (image-toggle-display-image): Signal an error if
16344 not in Image mode.
16345 (image-transform-mode, image-transform-resize)
16346 (image-transform-set-rotation): Doc fix.
daca8ba5 16347 (image-transform-set-resize): Delete.
a32d4040
CY
16348 (image-transform-set-scale, image-transform-fit-to-height)
16349 (image-transform-fit-to-width): Handle image-toggle-display-image
16350 and image-transform-resize directly.
16351
099c39a4 163522011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
16353
16354 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
16355 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
16356 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
16357 (doc-view-mode-map): Add bindings for the new functions.
16358
099c39a4 163592011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 16360
4d61f28d 16361 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
16362 Fix typo in docstring.
16363
3726838a
EZ
163642011-04-08 Eli Zaretskii <eliz@gnu.org>
16365
04f33f1e
EZ
16366 * files.el (file-size-human-readable): Produce one digit after
16367 decimal, like "ls -lh" does.
16368
16369 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
16370 the file size representation.
16371
3726838a
EZ
16372 * simple.el (list-processes): If async subprocesses are not
16373 available, error out with a clear error message.
16374
cbb59342
CY
163752011-04-08 Chong Yidong <cyd@stupidchicken.com>
16376
16377 * help.el (help-form-show): New function, to be called from C.
16378 Put help-form output in a buffer named differently than *Help*.
16379
e3971c44
EZ
163802011-04-08 Eli Zaretskii <eliz@gnu.org>
16381
16382 * files.el (file-size-human-readable): New function.
16383
16384 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
16385 computing the representation inline. Don't require `cl'.
16386
12544bbe
GM
163872011-04-08 Glenn Morris <rgm@gnu.org>
16388
a1de6c6a
GM
16389 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
16390
3c4671f4
GM
16391 * net/browse-url.el (browse-url-firefox):
16392 Test system-type, not system-configuration.
16393
b605679c
GM
16394 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
16395 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
16396 Use log-edit-empty-buffer-p. (Bug#7598)
16397
56442f0c
GM
16398 * net/rlogin.el (rlogin-process-connection-type): Simplify.
16399 (rlogin-mode-map): Initialize in the defvar.
16400 (rlogin): Use ignore-errors.
16401
12544bbe
GM
16402 * replace.el (occur-mode-map): Some fixes for menu items.
16403
eb237b0f
AH
164042011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
16405
16406 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
16407
7d668f2c
CY
164082011-04-06 Chong Yidong <cyd@stupidchicken.com>
16409
e67a13ab
CY
16410 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
16411 issuing unused warnings.
16412
16413 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
16414 macro directly.
16415
7d668f2c
CY
16416 * simple.el: Lisp reimplement of list-processes. Based on an
16417 earlier reimplementation by Leo Liu, but using tabulated-list.el.
16418 (process-menu-mode): New major mode.
16419 (list-processes--refresh, list-processes):
16420 (process-menu-visit-buffer): New functions.
16421
16422 * files.el (save-buffers-kill-emacs): Don't assume any return
16423 value of list-processes, which is undocumented anyway.
16424
a83ec3c9
CY
164252011-04-06 Chong Yidong <cyd@stupidchicken.com>
16426
16427 * emacs-lisp/tabulated-list.el: New file.
16428
e91a96fe
CY
16429 * emacs-lisp/package.el: Use Tabulated List mode.
16430 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
16431 (package-menu-mode): Derive from tabulated-list-mode. Set up the
16432 table format using Tabulated List mode variables.
16433 (package--push): New macro, replacing package-list-maybe-add.
16434 (package-menu--generate): Use package--push. Renamed from
16435 package--generate-package-list.
16436 (package-menu-refresh, list-packages): Use it.
daca8ba5 16437 (package-menu--print-info): Rename from package-print-package.
e91a96fe 16438 Return insertion data instead of inserting it directly.
099c39a4
JB
16439 (package-menu-describe-package, package-menu-execute):
16440 Use tabulated-list-get-id.
e91a96fe
CY
16441 (package-menu-mark-delete, package-menu-mark-install)
16442 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
16443 (package-menu-mark-obsolete-for-deletion):
16444 Use tabulated-list-put-tag.
e91a96fe
CY
16445 (package--list-packages, package-menu-revert)
16446 (package-menu-get-package, package-menu-get-version)
16447 (package-menu-sort-by-column): Functions deleted.
16448 (package-menu-package-list, package-menu-sort-key): Vars deleted.
16449 (package-menu--status-predicate, package-menu--version-predicate)
16450 (package-menu--name-predicate)
16451 (package-menu--description-predicate): Handle arguments in the
16452 Tabulated List format.
16453 (package-list-packages-no-fetch): Call list-packages.
16454
3e214b50
JB
164552011-04-06 Juanma Barranquero <lekktu@gmail.com>
16456
16457 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 16458 (after-find-file): Don't bind it.
3e214b50
JB
16459 (revert-buffer-in-progress-p): New variable.
16460 (revert-buffer): Bind it.
16461 Pass nil for `after-find-file-from-revert-buffer'.
16462
16463 * saveplace.el (save-place-find-file-hook): Use new variable
16464 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
16465
3f0f1700
GM
164662011-04-06 Glenn Morris <rgm@gnu.org>
16467
c0274801
GM
16468 * Makefile.in (AUTOGEN_VCS): New variable.
16469 (autoloads): Use $AUTOGEN_VCS.
16470
3f0f1700
GM
16471 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
16472 * calendar/calendar.el (calendar-mode-map):
16473 Check for toolkit scroll bars. (Bug#8305)
16474
41ea9e48
CY
164752011-04-05 Chong Yidong <cyd@stupidchicken.com>
16476
16477 * minibuffer.el (completion-in-region--postch)
16478 (completion-in-region-mode): Remove unnecessary messages.
16479
6194c800
JB
164802011-04-05 Juanma Barranquero <lekktu@gmail.com>
16481
33256f14
JB
16482 * font-lock.el (font-lock-refresh-defaults):
16483 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
16484 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
16485
6194c800
JB
16486 * info.el (Info-directory-list, Info-read-node-name-2)
16487 (Info-split-parameter-string): Doc fixes.
16488 (Info-virtual-nodes): Reflow docstring.
16489 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
16490 (Info-apropos-toc-nodes, info-finder, Info-get-token)
16491 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
16492 Fix typos in docstrings.
16493 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
16494 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
16495 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
16496 (Info-restore-desktop-buffer): Mark unused parameters.
16497 (Info-directory-find-file, Info-directory-find-node)
16498 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
16499 (Info-virtual-index-find-node, Info-apropos-find-file)
16500 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 16501 Mark unused parameters; fix typos in docstrings.
6194c800
JB
16502 (Info-virtual-index): Remove unused local variable `nodename'.
16503
b87a8200 165042011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 16505
b87a8200
DD
16506 * net/rcirc.el: Update my e-mail address.
16507 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 16508
3b2ff876
CY
165092011-04-05 Chong Yidong <cyd@stupidchicken.com>
16510
16511 * startup.el (command-line): Save the cursor's theme-face
16512 directly, instead of using face-override-spec.
16513
16514 * custom.el (load-theme): Minor optimization in assigning faces.
16515
8d17e7ca
JB
165162011-04-04 Juanma Barranquero <lekktu@gmail.com>
16517
16518 * help-fns.el (describe-variable): Complete all variables having
16519 documentation, including keywords.
16520 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
16521
2fbc1934
JB
165222011-04-04 Juanma Barranquero <lekktu@gmail.com>
16523
16524 Convert to lexical-binding.
16525
16526 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
16527 (bs--get-marked-string, bs--get-modified-string)
16528 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
16529 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
16530 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
16531
16532 * ehelp.el (electric-help-execute-extended)
16533 (electric-help-ctrl-x-prefix):
16534 * hexl.el (hexl-revert-buffer-function):
16535 * linum.el (linum-after-change, linum-after-scroll):
16536 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
16537
16538 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
16539
74f50695
DU
165402011-04-04 Daiki Ueno <ueno@unixuser.org>
16541
16542 * epa-dired.el:
16543 * epa-mail.el:
16544 * epa-hook.el:
16545 * epa-file.el:
16546 * epa.el:
16547 * epg.el: Use lexical binding.
16548
c11325f7
CY
165492011-04-03 Chong Yidong <cyd@stupidchicken.com>
16550
0d9e9a12
CY
16551 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
16552
c11325f7 16553 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
16554 dictionary case for flyspell-mark-duplications-exceptions.
16555 Use regexp matching for languages.
c11325f7
CY
16556 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
16557 default dictionary (Bug#7926).
16558
da91b5f2
CY
165592011-04-02 Chong Yidong <cyd@stupidchicken.com>
16560
099c39a4
JB
16561 * emacs-lisp/package.el (package--with-work-buffer):
16562 Recognize https URLs.
da91b5f2 16563
099c39a4
JB
16564 * net/network-stream.el: Move from gnus/proto-stream.el.
16565 Change prefix to network-stream throughout.
da91b5f2
CY
16566 (open-protocol-stream): Merge into open-network-stream, leaving
16567 open-protocol-stream as an alias. Handle nil BUFFER args.
16568
16569 * subr.el (open-network-stream): Move to net/network-stream.el.
16570
afa8e9f6
GM
165712011-04-02 Glenn Morris <rgm@gnu.org>
16572
1d2e369d
GM
16573 * find-dired.el (find-exec-terminator): New option.
16574 (find-ls-option): Test for -ls support.
16575 (find-ls-subdir-switches): Test for -b in find-ls-option.
16576 (find-dired, find-grep-dired): Doc fixes.
16577 (find-dired): Use find-exec-terminator.
16578
8abb7da8 16579 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
16580 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
16581 (find-name-arg): Remove purecopy.
8abb7da8 16582
f3ca7378
GM
16583 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
16584 (grep-compute-defaults): Check for `-exec COMMAND +' support.
16585 Set grep-find-use-xargs, grep-find-command, and grep-find-template
16586 accordingly. Don't add the null-device if not needed.
16587
afa8e9f6
GM
16588 * files.el (save-some-buffers): Doc fix.
16589
35eae264
EZ
165902011-04-02 Eli Zaretskii <eliz@gnu.org>
16591
16592 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
16593
26b51db5
JB
165942011-04-01 Juanma Barranquero <lekktu@gmail.com>
16595
16596 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
16597 Use `dolist' rather than `mapcar'.
16598
7200d79c
SM
165992011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
16600
03408648 16601 Add lexical binding.
7200d79c 16602
03408648
SM
16603 * subr.el (apply-partially): Use new closures rather than CL.
16604 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
16605 (dolist, dotimes): Use slightly different expansion for lexical code.
16606 (functionp): Move to C.
16607 (letrec): New macro.
16608 (with-wrapper-hook): Use it and apply-partially instead of CL.
16609 (eval-after-load): Preserve lexical-binding.
16610 (save-window-excursion, with-output-to-temp-buffer): Turn them
16611 into macros.
7200d79c 16612
03408648
SM
16613 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
16614
16615 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
16616 than the arglist.
16617 (help-add-fundoc-usage): Don't add `Not documented'.
16618 (help-function-arglist): Handle closures, subroutines, and new
16619 byte-code-functions.
16620 (help-make-usage): Remove leading underscores.
16621 (describe-function-1): Handle closures.
16622 (describe-variable): Use special-variable-p for completion.
16623
16624 * files.el (lexical-binding): Declare safe.
f488fb65 16625
03408648
SM
16626 * emacs-lisp/pcase.el: Don't use destructuring-bind.
16627 (pcase--memoize): Rename from pcase-memoize. Change weakness.
16628 (pcase): Add `let' pattern.
16629 Change memoization so it actually works.
16630 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
16631 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
16632 <let>: New case.
f488fb65 16633
03408648
SM
16634 * emacs-lisp/macroexp.el: Use lexical binding.
16635 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
16636 Don't convert ' to #' without checking that it's indeed quoting
16637 a lambda.
16638
16639 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 16640 Use eval-sexp-add-defvars.
03408648
SM
16641 (eval-sexp-add-defvars): New fun.
16642
16643 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
16644
16645 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
16646 Don't autoload.
16647 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
16648 than the internal `byte-compile-lambda'.
16649 (defmethod): Don't hide code under quotes.
16650 (eieio-defmethod): New `code' argument.
16651
16652 * emacs-lisp/eieio-comp.el: Remove.
16653
16654 * emacs-lisp/edebug.el (edebug-eval-defun)
16655 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
16656 (edebug-toggle): Avoid `eval'.
16657
16658 * emacs-lisp/disass.el (disassemble-internal): Handle new
16659 `closure' objects.
16660 (disassemble-1): Handle new byte codes.
16661
16662 * emacs-lisp/cl.el (pushnew): Silence warning.
16663
16664 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
16665 (cl-byte-compile-throw): Remove.
16666 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
16667
16668 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
16669 closures.
16670
16671 * emacs-lisp/cconv.el: New file.
16672
16673 * emacs-lisp/bytecomp.el: Use lexical binding instead of
16674 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
16675 (byte-compile-initial-macro-environment):
16676 Handle declare-function here.
16677 (byte-compile--lexical-environment): New var.
16678 (byte-stack-ref, byte-stack-set, byte-discardN)
16679 (byte-discardN-preserve-tos): New lap codes.
16680 (byte-interactive-p): Don't use any more.
16681 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
16682 New macros.
16683 (byte-compile-lapcode): Use them and handle new lap codes.
16684 (byte-compile-obsolete): Remove.
16685 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
16686 (byte-compile-arglist-warn): Check late def of inlinable funs.
16687 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
16688 since they should have been expanded by now.
16689 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
16690 (byte-compile-from-buffer): Remove unused second arg.
16691 (byte-compile-preprocess): New function.
16692 (byte-compile-toplevel-file-form): New function to distinguish
16693 file-form calls from outside from file-form calls from hunk-handlers.
16694 (byte-compile-file-form): Simplify.
16695 (byte-compile-file-form-defsubst): Remove.
16696 (byte-compile-file-form-defmumble): Simplify now that
16697 byte-compile-lambda always returns a byte-code-function.
16698 (byte-compile): Preprocess.
16699 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
16700 Remove, not used any more.
16701 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
16702 (byte-compile-make-args-desc): New funs.
16703 (byte-compile-lambda): Handle lexical functions. Always return
16704 a byte-code-function.
16705 (byte-compile-reserved-constants): New var, to make up room for
16706 closed-over variables.
16707 (byte-compile-constants-vector): Obey it.
16708 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
16709 (byte-compile-macroexpand-declare-function): New function.
16710 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
16711 byte-code-functions.
16712 (byte-compile-form): Check obsolescence here.
16713 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
16714 (byte-compile-variable-ref): Remove.
16715 (byte-compile-dynamic-variable-op): New fun.
16716 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
16717 (byte-compile-variable-set): New funs.
16718 (byte-compile-discard): Add 2 args.
16719 (byte-compile-stack-ref, byte-compile-stack-set)
16720 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
16721 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
16722 macroexpand-all instead.
16723 (byte-compile-quote-form): Remove.
16724 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
16725 (byte-compile-bind, byte-compile-unbind): New funs.
16726 (byte-compile-let): Handle let* and lexical binding.
16727 (byte-compile-let*): Remove.
16728 (byte-compile-catch, byte-compile-unwind-protect)
16729 (byte-compile-track-mouse, byte-compile-condition-case):
16730 Handle a new :fun-body form, used for lexical scoping.
16731 (byte-compile-save-window-excursion)
16732 (byte-compile-with-output-to-temp-buffer): Remove.
16733 (byte-compile-defun): Simplify.
16734 (byte-compile-stack-adjustment): New fun.
16735 (byte-compile-out): Use it.
16736 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
16737
16738 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
16739 handler any more.
16740
16741 * emacs-lisp/byte-opt.el: Use lexical binding.
16742 (byte-inline-lapcode): Remove (to bytecomp).
16743 (byte-compile-inline-expand): Pay attention to inlining to/from
16744 lexically bound code.
16745 (byte-compile-unfold-lambda): Don't handle byte-code-functions
16746 any more.
16747 (byte-optimize-form-code-walker): Don't handle save-window-excursion
16748 any more and don't call compiler-macros.
16749 (byte-compile-splice-in-already-compiled-code): Remove.
16750 (byte-code): Don't inline any more.
16751 (disassemble-offset): Receive `bytes' as argument rather than via
16752 dynamic scoping.
16753 (byte-compile-tag-number): Declare before first use.
16754 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
16755 `return' even if make-spliceable.
16756 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
16757 obsolete interactive-p.
16758 (byte-optimize-lapcode): Optimize new lap-codes.
16759 Don't trip up on new form of `byte-constant' lap code.
16760
16761 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
16762
16763 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
16764
16765 * custom.el (custom-initialize-default, custom-declare-variable):
16766 Use `defvar'.
16767
16768 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
16769 New variables.
16770 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
16771 (COMPILE_FIRST): Add macroexp and cconv.
16772 * makefile.w32-in: Mirror changes in Makefile.in.
16773
16774 * vc/cvs-status.el:
16775 * vc/diff-mode.el:
16776 * vc/log-edit.el:
16777 * vc/log-view.el:
16778 * vc/smerge-mode.el:
16779 * textmodes/bibtex-style.el:
090bd7cb 16780 * textmodes/css-mode.el:
03408648
SM
16781 * startup.el:
16782 * uniquify.el:
da91b5f2
CY
16783 * minibuffer.el:
16784 * newcomment.el:
16785 * reveal.el:
16786 * server.el:
16787 * mpc.el:
16788 * emacs-lisp/smie.el:
16789 * doc-view.el:
16790 * dired.el:
03408648
SM
16791 * abbrev.el: Use lexical binding.
16792
0f0c1f27
EZ
167932011-04-01 Eli Zaretskii <eliz@gnu.org>
16794
16795 * info.el (info-display-manual): New function.
16796
c82b2579
SM
167972011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
16798
16799 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
16800
221ddf68
TH
168012011-03-31 Tassilo Horn <tassilo@member.fsf.org>
16802
16803 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 16804 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 16805
cba6e77e
GM
168062011-03-31 Glenn Morris <rgm@gnu.org>
16807
e040639f
GM
16808 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
16809
cba6e77e
GM
16810 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
16811
6d0f1c9e
CS
168122011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
16813
16814 * progmodes/python.el (python-default-interpreter)
16815 (python-python-command-args, python-jython-command-args)
16816 (python-which-shell, python-which-args, python-which-bufname)
16817 (python-file-queue, python-comint-output-filter-function)
16818 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
16819 variables and functions.
16820
3e2d70fd
SM
168212011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
16822
16823 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
16824 (completion-in-region-mode): New minor mode.
16825 (completion-in-region): Use it.
16826 (completion-in-region--data, completion-in-region-mode-map): New vars.
16827 (completion-in-region--postch): New function.
16828 (completion--capf-misbehave-funs, completion--capf-safe-funs):
16829 New vars.
16830 (completion--capf-wrapper): New function.
16831 (completion-at-point): Use it to track well-behavedness of
16832 hook functions.
16833 (completion-help-at-point): New command.
16834
f3e4086c
JM
168352011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
16836
16837 * vc/add-log.el (add-change-log-entry): Don't use whitespace
16838 syntax class to search for whitespace on a single line
16839 (Message-ID: <4D938140.4030905@redhat.com>).
16840
eb7ffc14
LL
168412011-03-30 Leo Liu <sdl.web@gmail.com>
16842
16843 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
16844 New commands.
16845 (edit-abbrevs-map): Bind them here.
16846 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
16847
d806ab68
KM
168482011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
16849
16850 * allout.el (allout-hide-by-annotation, allout-flag-region):
16851 Reduce possibility of overlay leakage by making them volatile.
16852
16853 * allout-widgets.el (allout-widgets-tally): Define as nil so the
16854 hash is not shared between buffers. Mode initialization is
16855 responsible for giving it a useful starting value.
16856 (allout-item-span): Reduce possibility of overlay leakage by
16857 making them volatile.
16858 (allout-widgets-count-buttons-in-region): Add diagnostic function
16859 for tracking down button overlay leaks.
16860
ea622834
LL
168612011-03-29 Leo Liu <sdl.web@gmail.com>
16862
16863 * ido.el (ido-read-internal): Use the default history var
16864 minibuffer-history if no HISTORY is specified.
16865
b62f8267
G
168662011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
16867
03408648
SM
16868 * net/imap.el (imap-shell-open, imap-process-connection-type):
16869 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
16870 Kerberos, SSL, other subprocesses.
16871
947b6566
LL
168722011-03-28 Leo Liu <sdl.web@gmail.com>
16873
16874 * abbrev.el (abbrev-table-empty-p): New function.
16875 (prepare-abbrev-list-buffer): Place empty abbrev tables after
16876 nonempty ones. (Bug#5937)
16877
5ffb62aa
JD
168782011-03-27 Jan Djärv <jan.h.d@swipnet.se>
16879
16880 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
16881
7a097943
LL
168822011-03-27 Leo Liu <sdl.web@gmail.com>
16883
16884 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
16885 for foreground and background colors.
16886 (ansi-color-make-color-map): Adapt.
16887
c5b40130
LL
168882011-03-25 Leo Liu <sdl.web@gmail.com>
16889
1f48f7d2
LL
16890 * midnight.el (midnight-time-float): Remove. Note it calculates
16891 the microsecond component incorrectly and seconds-to-time does the
16892 same job.
625897ec 16893 Remove redundant (require 'timer).
1f48f7d2 16894
c5b40130
LL
16895 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
16896 (ido-completions): Remove unused arguments. (Bug#8329)
16897
d86d2721
SM
168982011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16899
16900 * minibuffer.el (completion--flush-all-sorted-completions):
16901 Remove itself from hook.
16902 (completion-at-point): Let the functions perform the completion
16903 immediately and return nil or t.
16904 * comint.el (comint-dynamic-complete-functions): Now identical to
16905 completion-at-point-functions.
16906 (comint-dynamic-list-input-ring): Remove unused var `index'.
16907 (comint--match-partial-filename, comint--unquote&expand-filename):
16908 New funs, split from comint-match-partial-filename.
16909 (comint-dynamic-complete): Use completion-at-point.
16910 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
16911
e8974c48
DA
169122011-03-24 Drew Adams <drew.adams@oracle.com>
16913
16914 * thingatpt.el: Support `defun'.
16915
def71b5e
LL
169162011-03-23 Leo Liu <sdl.web@gmail.com>
16917
cb5af48e
LL
16918 * abbrevlist.el: Move to obsolete/abbrevlist.el.
16919
def71b5e
LL
16920 * help-mode.el (help-mode-finish): Tweak regexp.
16921
927c53e7
GM
169222011-03-23 Glenn Morris <rgm@gnu.org>
16923
18d05bed
GM
16924 * eshell/esh-opt.el (eshell-eval-using-options):
16925 Do not bind unused local variable `eshell-option-stub'.
16926
927c53e7
GM
16927 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
16928
9d0da923
JB
169292011-03-22 Juanma Barranquero <lekktu@gmail.com>
16930
16931 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
16932 keymap variable in `with-no-warnings' to avoid a warning when the
16933 keymap has been already `defconst'ed.
16934
4b978a67
LL
169352011-03-22 Leo Liu <sdl.web@gmail.com>
16936
16937 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
16938 encode all chars in abbrevs; otherwise use emacs-mule or
16939 utf-8-emacs. (Bug#8308)
16940
5fd62452
JB
169412011-03-22 Juanma Barranquero <lekktu@gmail.com>
16942
0b1596c6
JB
16943 * simple.el (backward-delete-char-untabify):
16944 Avoid warning about using `delete-backward-char'.
16945
5fd62452
JB
16946 * image.el (image-type-file-name-regexps): Make it variable.
16947 `imagemagick-register-types' modifies it, and the user may want
16948 to add new extensions for known image types.
16949 (imagemagick-register-types): Throw error if not using ImageMagick.
16950
0b4e93f1
LL
169512011-03-22 Leo Liu <sdl.web@gmail.com>
16952
16953 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
16954 located before rcirc-prompt-end-marker.
16955 (rcirc-complete): Error if point is not after rcirc prompt.
16956 Handle the case when table is nil.
9882e214 16957 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 16958
fccee4ab
CY
169592011-03-22 Chong Yidong <cyd@stupidchicken.com>
16960
16961 * custom.el (custom--inhibit-theme-enable): Make it affect only
16962 custom-theme-set-variables and custom-theme-set-faces.
16963 (provide-theme): Ignore custom--inhibit-theme-enable.
16964 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
16965 (custom-enabling-themes): Delete variable.
d86d2721
SM
16966 (enable-theme): Accept only loaded themes as arguments.
16967 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
16968 (custom-enabled-themes): Forbid themes from setting this.
16969 Eliminate use of custom-enabling-themes.
16970 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 16971
af896da6
LL
169722011-03-21 Leo Liu <sdl.web@gmail.com>
16973
16974 * ido.el (ido-read-internal): Add ido-selected to history instead
16975 of user input.
16976
78f64af0
SM
169772011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16978
16979 * subr.el (deferred-action-list, deferred-action-function):
16980 Mark obsolete.
16981
b16ac1ec
LL
169822011-03-21 Leo Liu <sdl.web@gmail.com>
16983
810f7698
LL
16984 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
16985 change on 2011-02-13 (bug#8309).
16986
b16ac1ec
LL
16987 * minibuffer.el (read-file-name-function): Change default value.
16988 (read-file-name--defaults): Rename from read-file-name-defaults.
16989 (read-file-name-default): Rename from read-file-name.
16990 (read-file-name): Call read-file-name-function.
16991
4e05e67e
GM
169922011-03-21 Glenn Morris <rgm@gnu.org>
16993
16994 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
16995 Doc fixes.
16996
4359915b
CY
169972011-03-21 Chong Yidong <cyd@stupidchicken.com>
16998
16999 * cus-theme.el: Add missing provide statement.
17000 (customize-create-theme): Extract theme value correctly.
17001 (custom-theme-visit-theme): Autoload.
17002 (customize-create-theme): Prompt before inserting default faces.
17003
1fe275ee
JB
170042011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
17005
17006 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
17007 units and musical notes.
17008
cd394be1 170092011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
17010
17011 * ido.el (ido-read-internal): Use completing-read-default.
17012 (ido-completing-read): Fix compatibility with completing-read.
17013
7d476bde
CO
170142011-03-20 Christian Ohler <ohler@gnu.org>
17015
17016 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
17017 (ert-delete-all-tests): Use `called-interactively-p' rather than
17018 `interactive-p'.
17019 (ert--make-xrefs-region): Respect END.
17020
fe0fb33e
CY
170212011-03-19 Chong Yidong <cyd@stupidchicken.com>
17022
ff854b0b
CY
17023 * dired-aux.el (dired-create-directory): Signal an error if the
17024 directory already exists (Bug#8246).
17025
fe0fb33e
CY
17026 * facemenu.el (list-colors-display): Call list-faces-display
17027 inside with-help-window.
17028 (list-colors-print): Use display property to align the final
17029 column, instead of checking window-width.
17030
576bce32
EZ
170312011-03-19 Eli Zaretskii <eliz@gnu.org>
17032
4d61f28d 17033 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
17034 windows-nt systems.
17035 (emerge-protect-metachars): Quote correctly for ms-dos and
17036 windows-nt systems.
17037
89c41d68 170382011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
17039
17040 * info.el (info-initialize): Replace all uses of `:' with
17041 path-separator for compatibility with non-Unix systems.
17042 Cache quoting of path-separator. (Bug#8258)
17043
b14e3e21 170442011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
17045
17046 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
17047 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
17048 (mouse-avoidance-mode): Fix typos in docstrings.
17049
4525ce3e
CY
170502011-03-19 Chong Yidong <cyd@stupidchicken.com>
17051
17052 * startup.el (package-subdirectory-regexp): Move from package.el.
17053 Omit \\` and \\', and let callers add them.
17054
17055 * emacs-lisp/package.el (package-strip-version)
17056 (package-load-all-descriptors): Add \\` and \\' to
17057 package-subdirectory-regexp before using it.
17058 (package-untar-buffer): New arg DIR; ensure that file untars only
17059 into this expected directory. Remove superfluous delete-region.
17060 (package-unpack): Caller changed.
17061 (package-tar-file-info): Use package-subdirectory-regexp.
17062
a904a09a 170632011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 17064
a904a09a
SM
17065 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
17066 diff-mode-shared-map (bug#8284).
17067 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
17068
170692011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17070
17071 * calendar/time-date.el (format-seconds): Use assoc instead of
17072 assoc-string, since assoc-string doesn't exist in XEmacs.
17073
171fc304
JB
170742011-03-17 Juanma Barranquero <lekktu@gmail.com>
17075
17076 * custom.el (custom-known-themes): Reflow docstring.
17077 (custom-theme-load-path): Fix typo in docstring.
17078 (load-theme): Fix typo in error message.
17079 (custom-available-themes, custom-variable-theme-value):
17080 Use `let', not `let*'.
17081
d71990a1
JB
170822011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
17083
17084 * calc/README: Mention inclusion of musical notes.
17085
17086 * calc/calc-units.el (calc-lu-quant): Rename from
17087 `calc-logunits-quantity'.
17088 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
17089 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
17090 (calc-db): Rename from `calc-dblevel'.
17091 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
17092 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
17093 (calc-np): Rename from `calc-nplevel'.
17094 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
17095 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
17096 (calc-lu-plus): Rename from `calc-logunits-add'.
17097 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
17098 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
17099 (calc-lu-minus): Rename from `calc-logunits-sub'.
17100 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
17101 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
17102 (calc-lu-times): Rename from `calc-logunits-mul'.
17103 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
17104 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
17105 (calc-lu-divide): Rename from `calc-logunits-div'.
17106 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
17107 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
17108
17109 * calc/calc-ext.el (calc-init-extensions): Update the names of the
17110 functions being autoloaded.
17111
17112 * calc/calc.el (calc-lu-power-reference): Rename from
17113 `calc-logunits-power-reference'.
17114 (calc-lu-field-reference): Rename from
17115 `calc-logunits-field-reference'.
17116
7a71b18d
GM
17117 * calc/calc-help.el (calc-l-prefix-help):
17118 Mention musical note functions.
d71990a1 17119
40c2934b
SM
171202011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
17121
17122 * minibuffer.el (completion-all-sorted-completions):
17123 Use :completion-cycle-penalty text property if present.
17124
b0911414
KM
171252011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
17126
17127 * allout.el (allout-yank-processing): Adjust for new rebulleting
17128 regime so bullet being yanked is used without prompting the user
17129 for a choice.
17130
8a05b668
JB
171312011-03-16 Juanma Barranquero <lekktu@gmail.com>
17132
17133 * startup.el (command-line): Warn the user that _emacs is deprecated.
17134
5ba5fb81
JB
171352011-03-16 Juanma Barranquero <lekktu@gmail.com>
17136
17137 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
17138 (delphi-verbose, delphi-comment-face, delphi-string-face)
17139 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
17140 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
17141 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
17142 (delphi-new-comment-line, delphi-font-lock-defaults)
17143 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
17144 Fix typos in docstrings.
17145
2dab465b
KM
171462011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
17147
5ba5fb81 17148 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
17149 Invert the roles of character and string values for INSTEAD, so a
17150 string is used for the more common case of a defaulting prompt.
17151
0adf5618
SM
171522011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
17153
17154 * progmodes/ruby-mode.el (ruby-backward-sexp):
17155 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
17156 * play/gamegrid.el (gamegrid-make-face):
17157 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
17158 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
17159 * notifications.el (notifications-notify):
17160 * net/xesam.el (xesam-search-engines):
17161 * net/quickurl.el (quickurl-list-insert):
17162 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
17163
d72700e5
CY
171642011-03-15 Chong Yidong <cyd@stupidchicken.com>
17165
17166 * startup.el (command-line): Update package subdirectory regexp.
17167
49c5410a
SM
171682011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
17169
c6eee9aa
SM
17170 * allout.el (allout-abbreviate-flattened-numbering)
17171 (allout-mode-deactivate-hook): Fix up obsolescence "date".
17172
49c5410a
SM
17173 * subr.el (read-char-choice): Only show the cursor after the prompt,
17174 not after the answer.
17175
047b2bb9
KR
171762011-03-15 Kevin Ryde <user42@zip.com.au>
17177
17178 * help-fns.el (variable-at-point): Skip leading quotes, if any
17179 (bug#8253).
17180
0a57d256
SM
171812011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
17182
17183 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
17184 warning message.
17185
77c992bc
MA
171862011-03-14 Michael Albinus <michael.albinus@gmx.de>
17187
17188 * shell.el (shell): When called interactively, offer to change the
17189 shell file name on remote hosts.
17190
eebc475d
TZ
171912011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
17192
17193 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
17194 integration for LDAP parameters. The host, base, user or binddn,
17195 and secret tokens can be specified in a netrc file, for instance.
17196 This is optional because an `auth-source' parameter must be
17197 specified in the search attributes.
17198
9d05d1ba
JB
171992011-03-13 Juanma Barranquero <lekktu@gmail.com>
17200
17201 * help.el (describe-mode): Link to the mode's definition (bug#8185).
17202
09d9db2c
GM
172032011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17204
17205 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
17206 into declaration. Remove redundant and harmful binding.
17207
172082011-03-12 Eli Zaretskii <eliz@gnu.org>
17209
17210 * files.el (file-ownership-preserved-p): Pass `integer' as an
17211 explicit 2nd argument to `file-attributes'. If the file's owner
17212 is the Administrators group on Windows, and the current user is
17213 Administrator, consider that a match.
17214
17215 * server.el (server-ensure-safe-dir): Consider server directory
17216 safe on MS-Windows if its owner is the Administrators group while
17217 the current Emacs user is Administrator. Use `=' to compare
17218 numerical UIDs, since they could be integers or floats.
17219
219bd536
JB
172202011-03-12 Juanma Barranquero <lekktu@gmail.com>
17221
17222 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
17223
f3afd36b
MA
172242011-03-12 Michael Albinus <michael.albinus@gmx.de>
17225
17226 Sync with Tramp 2.2.1.
17227
17228 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
17229
17230 * net/trampver.el: Update release number.
17231
3aaaa6f1
SM
172322011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17233
94642599
SM
17234 * progmodes/compile.el (compilation--previous-directory): Fix up
17235 various nil/dead-marker mismatches (bug#8014).
17236 (compilation-directory-properties, compilation-error-properties):
17237 Don't call it at a position past the one we're about to change.
17238
3aaaa6f1
SM
17239 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
17240 Disable obsolescence warnings in the file that declares it.
17241
14239447
KM
172422011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
17243
099c39a4
JB
17244 * allout-widgets.el (allout-widgets-tally):
17245 Initialize allout-widgets-tally as a hash table rather than nil to
17246 prevent mode-line redisplay warnings. Also, clarify the module
17247 description and fix a comment typo.
14239447 17248
135e287c
JB
172492011-03-11 Juanma Barranquero <lekktu@gmail.com>
17250
17251 * help-fns.el (describe-variable): Don't complete keywords.
17252 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
17253
ffbf300e
CY
172542011-03-10 Chong Yidong <cyd@stupidchicken.com>
17255
ba08b241
CY
17256 * emacs-lisp/package.el (package-version-join): Impose a standard
17257 string representation for pre/alpha/beta version lists.
17258 (package-unpack-single): Standardize the directory name by passing
17259 it through package-version-join.
17260 (package-strip-rcs-id): Accept any version string that does not
17261 signal an error in version-to-list.
ffbf300e 17262
f346fd6b
MA
172632011-03-10 Michael Albinus <michael.albinus@gmx.de>
17264
17265 * simple.el (delete-trailing-whitespace): Return nil for the
17266 benefit of `write-file-functions'.
17267
ccb55d27
GM
172682011-03-10 Glenn Morris <rgm@gnu.org>
17269
5ceaac0c
GM
17270 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
17271
02da65ff
GM
17272 * vc/vc-git.el (vc-git-program): New option.
17273 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
17274 (vc-git--call): Use it.
17275
b2f603cc
GM
17276 * eshell/esh-util.el (eshell-condition-case): Doc fix.
17277
5772caab
GM
17278 * cus-edit.el (Custom-newline): If no button at point, look
17279 for a subgroup button at start-of-line. (Bug#2298)
17280
ccb55d27
GM
17281 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
17282
ec6ecaed
JD
172832011-03-10 Julien Danjou <julien@danjou.info>
17284
17285 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
17286 `cursor-type' is nil.
17287
9d5aa01d
JB
172882011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
17289
17290 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
17291
b6a5875b
KM
172922011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
17293
7a71b18d 17294 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
17295 preserves the existing header prefix, rebulleting it if necessary,
17296 rather than replacing it. This is necessary for proper operation
17297 of cooperative addons like allout-widgets.
1154d12e
JB
17298 (allout-make-topic-prefix, allout-rebullet-heading):
17299 Change SOLICIT arg to INSTEAD, and interpret additionally a string
17300 value as alternate bullet to be used, instead of prompting the user
17301 for a bullet character.
b6a5875b 17302
ee545c35
MA
173032011-03-09 Michael Albinus <michael.albinus@gmx.de>
17304
d86d2721
SM
17305 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
17306 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
17307 `tramp-default-port'.
17308
c47971d7
DD
173092011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
17310
17311 * net/rcirc.el (rcirc-handler-001): Remove useless
17312 with-rcirc-process-buffer.
17313 (rcirc-check-auth-status): Swap arguments to string-match.
17314
13522cb4
GM
173152011-03-09 Glenn Morris <rgm@gnu.org>
17316
0be6f4f1
GM
17317 * shell.el (shell-mode):
17318 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
17319
13522cb4
GM
17320 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
17321 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
17322
515de2e3
CY
173232011-03-08 Chong Yidong <cyd@stupidchicken.com>
17324
17325 * emacs-lisp/package.el (package-refresh-contents)
17326 (package-menu-execute): Use condition-case-no-debug.
17327
b511b994
MA
173282011-03-08 Michael Albinus <michael.albinus@gmx.de>
17329
17330 * simple.el (shell-command-to-string): Use `process-file'.
17331
17332 * emacs-lisp/package.el (package-tar-file-info): Handle also
17333 remote files.
17334
d86d2721
SM
17335 * emacs-lisp/package-x.el (package-upload-buffer-internal):
17336 Use `equal' for upload base check.
b511b994 17337
25bbfb31
AM
173382011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
17339
17340 * textmodes/texinfo.el (texinfo-environments):
17341 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
17342
be996521
GM
173432011-03-08 Glenn Morris <rgm@gnu.org>
17344
e9c8529f
GM
17345 * cus-start.el (cursor-in-non-selected-windows):
17346 Fix :set quoting oddness. (Bug#8192)
17347
be996521
GM
17348 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
17349 in some setf expressions. (Bug#2159)
17350
2bb5649e
CY
173512011-03-08 Chong Yidong <cyd@stupidchicken.com>
17352
17353 * custom.el (custom-available-themes): Return themes in
17354 alphabetical order.
17355
33383987 17356See ChangeLog.15 for earlier changes.
e3d51b27
MR
17357
17358;; Local Variables:
17359;; coding: utf-8
e3d51b27
MR
17360;; End:
17361
acaf905b 17362 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
17363
17364 This file is part of GNU Emacs.
17365
17366 GNU Emacs is free software: you can redistribute it and/or modify
17367 it under the terms of the GNU General Public License as published by
17368 the Free Software Foundation, either version 3 of the License, or
17369 (at your option) any later version.
17370
17371 GNU Emacs is distributed in the hope that it will be useful,
17372 but WITHOUT ANY WARRANTY; without even the implied warranty of
17373 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17374 GNU General Public License for more details.
17375
17376 You should have received a copy of the GNU General Public License
17377 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.