Update docstrings for last change.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
dab7711b
CY
12012-08-09 Chong Yidong <cyd@gnu.org>
2
a9f5a649
CY
3 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
4 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
5
dab7711b
CY
6 * align.el (align-region): Delete temporary markers (Bug#10047).
7 Plus some code cleanups.
8
e0cc4efa
FEG
92012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
10
11 * progmodes/python.el (python-pdbtrack-tracked-buffer)
12 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
13 (python-shell-internal-last-output): Use make-local-variable
14 instead of make-variable-buffer-local.
15
489af14f
FEG
162012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
17
18 * progmodes/python.el: Enhancements to forward-sexp.
19 (python-nav-forward-sexp): Rename from
20 python-nav-forward-sexp-function.
21 (python-nav--forward-sexp, python-nav--backward-sexp): New
22 functions.
23
0fc50303
JB
242012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
25
26 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
27 modes and simplification modes.
28
5d65606a
SM
292012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
30
31 * delsel.el (delete-selection-pre-hook): Don't propagate the
32 file-supersession signals (bug#12161).
33
4250fdf5
SM
342012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
35
36 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
37 (cl-map-extents): Add compatibility aliases (bug#12135).
38
d9f9b465
MA
392012-08-08 Michael Albinus <michael.albinus@gmx.de>
40
41 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
42 tests by `ignore-error'.
43 (tramp-find-shell): Open also a new shell, when cache is already
44 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
45
ce0fcefa
JL
462012-08-08 Juri Linkov <juri@jurta.org>
47
48 * bookmark.el: Add `defaults' property to the bookmark record.
49 (bookmark-current-buffer): Doc fix.
50 (bookmark-make-record): Add `defaults' property with default values
51 to the bookmark record.
52 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
53 with `bookmark-insert-current-bookmark'.
54 (bookmark-set): Get `defaults' property from the bookmark record
55 and use it in `read-from-minibuffer'.
56 (bookmark-insert-current-bookmark): Remove function.
57
58 * info.el (Info-bookmark-make-record): Add `defaults' property
59 with values of canonical Info node name, the current Info file
60 name and the current Info node name. (Bug#12107)
61
53fa8652
JL
622012-08-08 Juri Linkov <juri@jurta.org>
63
64 * files.el (basic-save-buffer): Use `buffer-name' as the default
65 of `read-file-name' when buffer is not visiting a file (bug#12128).
66
242c0a95
JL
672012-08-08 Juri Linkov <juri@jurta.org>
68
69 * info.el (Info-isearch-search): Doc fix.
70 (Info-search): Change search-failed message from "initial node" to
71 "end of node" (bug#12078).
72 (Info-isearch-search): Change `isearch-string-state' to
73 `isearch--state-string'.
74
32ac3a6b
GM
752012-08-08 Glenn Morris <rgm@gnu.org>
76
77 * language/persian.el: Remove file.
f8c1afd5 78 * language/misc-lang.el: Move unique part of persian.el here.
32ac3a6b
GM
79 * loadup.el: Remove language/persian.
80
2c2d9c9c
OF
812012-08-08 Óscar Fuentes <ofv@wanadoo.es>
82
83 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
84
2d79ec42
FEG
852012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
86
87 * progmodes/python.el Fixed defsubst warning.
88 (python-syntax-context) Rename from python-info-ppss-context.
89 (python-syntax-context-type): Rename from
90 python-info-ppss-context-type.
91 (python-syntax-comment-or-string-p): Rename from
92 python-info-ppss-comment-or-string-p.
93
2bd255dd
JB
942012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
95
96 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
97
c395097f
AS
982012-08-07 Andreas Schwab <schwab@linux-m68k.org>
99
6125983e
AS
100 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
101 a defcustom that is quoted with backquote.
102
4250fdf5
SM
103 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
104 Fix handling of interactive spec when the body uses return.
651eaf36
AS
105 (math-do-arg-check, math-define-function-body): Use backquote forms.
106 * calc/calc-ext.el (math-defcache): Likewise.
107 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
108 * allout.el (allout-new-exposure): Likewise.
109 * calc/calcalg2.el (math-tracing-integral): Likewise.
110 * info.el (Info-last-menu-item): Likewise.
111 * emulation/vip.el (vip-loop): Likewise.
112 * textmodes/artist.el (artist-funcall): Likewise.
113 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
114 Construct menu-item directly.
115
4250fdf5
SM
116 * progmodes/autoconf.el (font-lock-syntactic-keywords):
117 Don't declare.
c395097f 118
5fb50dd3
CY
1192012-08-07 Chong Yidong <cyd@gnu.org>
120
121 * simple.el (deactivate-mark): Preserve text properties when
122 saving the primary selection (Bug#8384).
123
54eea618
KR
1242012-08-07 Kevin Ryde <user42@zip.com.au>
125
126 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
127 (woman-parse-numeric-value): On a bad .IP line, issue a warning
128 and continue processing (Bug#12110).
129
638eaeb9
SM
1302012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
131
132 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
133 syntax-propertize-function (bug#10095).
134
ea376861
SM
1352012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
136
f91b35be
SM
137 * help-fns.el (help-fns--key-bindings, help-fns--signature)
138 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
139 describe-function-1.
140 (describe-function-1): Use them. Move compiler macro after sig.
141 (help-fns--compiler-macro): Use function-get. Assume we're already in
142 standard-output. Adjust layout to new call order.
143
ea376861
SM
144 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
145 re-binding a symbol that has a symbol-macro (bug#12119).
146
d5be7bd0
MB
1472012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
148
149 * language/persian.el: New file. (Bug#11812)
150 * loadup.el: Add language/persian.el.
151
90749b53
CY
1522012-08-06 Chong Yidong <cyd@gnu.org>
153
154 * window.el (window--maybe-raise-frame): New function.
155 (window--display-buffer): Split off from here.
156 (display-buffer-reuse-window, display-buffer-pop-up-frame)
157 (display-buffer-pop-up-window, display-buffer-use-some-window):
158 Obey an inhibit-switch-frame action alist entry.
159 (display-buffer): Update doc.
160
161 * replace.el (occur-after-change-function): Avoid losing focus by
162 using the inhibit-switch-frame display parameter (Bug#12139).
163
ba7b0154
FEG
1642012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
165
166 Make internal shell process buffer names start with space.
167 * progmodes/python.el (python-shell-make-comint): Add optional
168 argument INTERNAL.
169 (run-python-internal): Use it.
170 (python-shell-internal-get-or-create-process): Check for new
171 internal buffer names.
172
5eaeacb5
GM
1732012-08-06 Glenn Morris <rgm@gnu.org>
174
e296d94b 175 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
5eaeacb5
GM
176 Do less getting and setting of environment variables.
177
b7ccbdc2
CY
1782012-08-05 Chong Yidong <cyd@gnu.org>
179
777fe95e
CY
180 * proced.el (proced): Add substitution string to docstring to
181 trigger autoloading of the proced library on C-h f (Bug#1768).
182
4250fdf5
SM
183 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
184 Don't show defvars which have no second argument (Bug#8638).
b7ccbdc2
CY
185
186 * imenu.el (imenu-generic-expression): Move documentation here
187 from imenu--generic-function.
188 (imenu--generic-function): Refer to imenu-generic-expression.
189
9e3b7800 1902012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
d5c31f1d
191
192 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
193 indentation declaration.
194 (viper-loop): Add indentation declaration (Bug#7025).
195
e5d9c0d1
CY
1962012-08-05 Chong Yidong <cyd@gnu.org>
197
f0422feb
CY
198 * help-fns.el (describe-variable): Add hyperlink for
199 directory-local variables files. Improve buffer-local and
200 permanent-local reporting; suggested by MON KEY (Bug#6644).
201
202 * help-mode.el (help-dir-local-var-def): New button type.
203
e5d9c0d1
CY
204 * files.el (kill-buffer-hook): Provide a defvar.
205
a4f2deaa
GM
2062012-08-05 Glenn Morris <rgm@gnu.org>
207
208 * eshell/esh-ext.el (eshell/addpath):
209 Also update eshell-path-env. (Bug#12013)
210
a9dd5754
CY
2112012-08-05 Chong Yidong <cyd@gnu.org>
212
a4f2deaa 213 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
615b0bf0 214
d014c740
CY
215 * fringe.el (fringe-styles): Add docstring.
216 (fringe--check-mode): New function.
217 (set-fringe-mode, set-fringe-style): Use it.
218 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
219
a9dd5754
CY
220 * files.el (set-auto-mode): Fix invalid setq call.
221
7c2dc8bd
SM
2222012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
223
224 * isearch.el: Misc simplification; use defstruct.
225 (isearch-mode-map): Dense maps now work like sparse ones.
226 (isearch--state): New defstruct.
227 (isearch-string-state, isearch-message-state, isearch-point-state)
228 (isearch-success-state, isearch-forward-state)
229 (isearch-other-end-state, isearch-word-state, isearch-error-state)
230 (isearch-wrapped-state, isearch-barrier-state)
231 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
232 replaced by defstruct's accessors.
233 (isearch--set-state): Rename from isearch-top-state and change
234 calling convention.
235 (isearch-push-state): Use new isearch--get-state.
236 (isearch-toggle-word): Disable regexp when enabling word.
237 (isearch-message-prefix): Remove unused arg _c-q-hack.
238 (isearch-message-suffix): Remove unused arg _ellipsis.
239
7fcc0070
AS
2402012-08-04 Andreas Schwab <schwab@linux-m68k.org>
241
242 * simple.el (list-processes--refresh): For a server use :host or
243 :local as the address.
97ad0769 244 (list-processes): Doc fix.
7fcc0070 245
00340faf
MN
2462012-08-04 Michal Nazarewicz <mina86@mina86.com> (tiny change)
247
248 * lisp/mpc.el: Support password in host argument.
249 (mpc--proc-connect): Parse and use new password element.
250 Set mpc-proc variable instead of returning process.
251 (mpc-proc): Adjust accordingly.
252
6dad7178
EZ
2532012-08-03 Eli Zaretskii <eliz@gnu.org>
254
18949c2f
EZ
255 * whitespace.el (whitespace-display-mappings): Use Unicode
256 codepoints, instead of emacs-mule codepoints. See
257 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
258 for the details.
259
6dad7178
EZ
260 * files.el (file-truename): Don't skip symlink-chasing part on
261 windows-nt. Incorporate the resolution of 8+3 short aliases on
4250fdf5
SM
262 Windows into the loop that recursively chases symlinks.
263 Compare directory and its parent case-insensitively on MS-Windows and
6dad7178
EZ
264 MS-DOS.
265
385b0198
CY
2662012-08-03 Chong Yidong <cyd@gnu.org>
267
6200f3c4
CY
268 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
269
385b0198
CY
270 * sort.el (sort-regexp-fields): Doc fix.
271
b9e74744
TH
2722012-08-03 Tassilo Horn <tsdh@gnu.org>
273
274 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
275 labels regex position point at the expected place.
276
41013cb4
MK
2772012-08-03 MON KEY <monkey@sandpframing.com>
278
279 * net/imap.el (imap-interactive-login, imap-authenticate)
280 (imap-mailbox-lsub, imap-mailbox-list)
281 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
282 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
283 (imap-parse-response): Doc fix.
284
0ffee616
JT
2852012-08-03 João Távora <joaotavora@gmail.com>
286
287 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
288 if sexp scanning does not move point (Bug#5734).
289
cfcc9cc8
TH
2902012-08-02 Tassilo Horn <tsdh@gnu.org>
291
292 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
293 Add listings, minted, and ctable packages.
294 (reftex-label-alist-builtin): Move listings, minted, and ctable
295 entries before LaTeX.
a01bbb84 296 (reftex-label-alist): Docfix.
cfcc9cc8 297
66ec2442
BG
2982012-08-02 Bastien Guerry <bzg@gnu.org>
299
300 * replace.el (occur): Fix docstring (bug#12122).
301
837b365b
GM
3022012-08-02 Glenn Morris <rgm@gnu.org>
303
304 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
305
e098de97
PE
3062012-08-02 Paul Eggert <eggert@cs.ucla.edu>
307
308 Obsolete alias inactivate-current-input-method-function (Bug#10150).
309 * international/mule-cmds.el: Create
310 inactivate-current-input-method-function as an obsolete alias for
311 deactivate-current-input-method-function. See Katsumi Yamaoka in
312 <http://bugs.gnu.org/10150#46>.
313
a0f95636
JB
3142012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
315
316 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
317 of nested `if's.
318
0d26d7c4
GM
3192012-08-01 Glenn Morris <rgm@gnu.org>
320
321 * progmodes/autoconf.el (autoconf-definition-regexp):
322 Add AH_TEMPLATE, adjust submatch numbering.
323 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
324 (autoconf-current-defun-function): Update for above change.
325 (autoconf-current-defun-function): First skip to end of current word.
326
b686ba06
RS
3272012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
328
329 * calendar/cal-html.el (cal-html-insert-agenda-days):
330 Fix typo. (Bug#12018)
331
0d49da68
FEG
3322012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
333
334 Shell processes: enhancements to startup and CEDET compatibility.
335 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
336 (python-shell-make-comint): accept-process-output at startup.
337 (run-python-internal): Set inferior-python-mode-hook to nil.
338 (python-shell-internal-get-or-create-process): call sit-for.
339 (python-preoutput-result): Add obsolete alias.
340 (python-shell-internal-send-string): Use it.
341 (python-shell-send-setup-code): Remove call to
342 accept-process-output.
343
f1a71c6e
AS
3442012-07-31 Andreas Schwab <schwab@linux-m68k.org>
345
346 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
347 (Bug#12108)
348
d2605269
JB
3492012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
350
351 * calc-mode.el (calc-basic-simplification-mode): Rename from
352 `calc-limited-simplification-mode'.
353 (calc-alg-simplification-mode): New function.
d66060f8 354 (calc-set-simplify-mode): Adjust message.
f1a71c6e 355
d2605269
JB
356 * calc.el (calc-set-mode-line): Adjust mode line display for
357 basic simplification mode.
358
359 * calc-help.el (calc-m-prefix-help): Update help message.
360
361 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
362 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
363
a3827a43
BG
3642012-07-31 Bastien Guerry <bzg@gnu.org>
365
366 * man.el (man): Fix comment. (bug#12101)
367
502e3f89
MR
3682012-07-31 Martin Rudalics <rudalics@gmx.at>
369
370 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
371 Don't return a non-nil value when no suitable buffer was found.
372
d7714961
FEG
3732012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
374
375 * progmodes/python.el (run-python-internal): Disable font lock for
376 internal shells.
377
1f45e27e
SM
3782012-07-30 Stefan Merten <smerten@oekonux.de>
379
380 * rst.el: Silence `checkdoc-ispell'.
381 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
382 (rst-official-version, rst-official-cvs-rev)
383 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
384 (rst-mode-map): New key binding.
385
0aee6912
PE
3862012-07-30 Paul Eggert <eggert@cs.ucla.edu>
387
388 Update .PHONY listings in makefiles.
389 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
390 autoloads, update-subdirs, updates, bzr-update, update-authors,
391 compile-onefile, compile-calc, backup-compiled-files,
392 compile-after-backup, compile-one-process, mh-autoloads,
393 bootstrap-clean, distclean, maintainer-clean.
394
9052f9f0
JB
3952012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
396
1823ac5a
JB
397 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
398 (calc-set-mode-line): Don't display "AlgSimp ".
399
400 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
401 (calc-lim-simplify-mode): New function.
402 (calc-set-simplify-mode): Default to 'alg.
403 (calc-default-simplify-mode): Make algebraic simplifications
404 the default.
405
406 * calc/calc-ext.el (calc-init-extensions): Remove binding for
407 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
408
8d7c7eed 409 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4b337409
JB
410 indicate new simplification modes.
411
1823ac5a
JB
412 * calc/README: Mention new default simplification mode.
413
9052f9f0
JB
414 * calc/calc.el (math-normalize-error): New variable.
415 (math-normalize): Set `math-normalize-error' to t
416 when there's an error.
417
418 * calc/calc-alg.el (math-simplify): Don't simplify when
419 `math-normalize' returns an error.
420
20ba0cb4
EZ
4212012-07-29 Eli Zaretskii <eliz@gnu.org>
422
423 * international/mule-cmds.el (set-locale-environment): Revert last
424 change, since display-graphic-p returns nil when this function is
425 called during startup. Instead...
426
427 * term/w32console.el (terminal-init-w32console): ...setup the
428 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
429
a5dcc929
JL
4302012-07-29 Juri Linkov <juri@jurta.org>
431
432 * simple.el (goto-line): Don't display default line number in the
433 prompt because it should be displayed by `read-number' (bug#9952).
434 Add the current line number to the defaults of `goto-line' to
435 allow its easier modification by users with `M-n' (bug#9201).
436
437 * subr.el (read-number): Support multiple default values like in
438 other minibuffer reading functions. Replace `read' with
439 `string-to-number' for consistency with `number-to-string'.
440
72b255c7
PE
4412012-07-29 Paul Eggert <eggert@cs.ucla.edu>
442
443 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
444 * emulation/viper-init.el (viper-deactivate-input-method-action):
445 Rename from viper-inactivate-input-method-action.
446 (viper-deactivate-input-method):
447 Rename from viper-inactivate-input-method.
448 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
449 * international/mule-cmds.el (deactivate-input-method):
450 Rename from inactivate-input-method.
451 Also run input-method-deactivate-hook.
452 (deactivate-current-input-method-function):
453 Rename from inactivate-current-input-method-function.
454 (input-method-deactivate-hook): New hook.
455 (input-method-inactivate-hook): Mark obsolete.
bb6eb9fc
PE
456 (inactivate-input-method): Mark obsolete.
457
72b255c7
PE
458 * international/quail.el (quail-activate):
459 Also run quail-deactivate-hook.
460 (quail-deactivate): Rename from quail-inactivate.
461 * international/robin.el (robin-activate):
462 Also run robin-deactivate-hook.
463 (robin-deactivate): Rename from robin-inactivate.
464
2549c068
CY
4652012-07-29 Chong Yidong <cyd@gnu.org>
466
467 * simple.el (indicate-copied-region): New function.
468 (kill-ring-save): Split off from here.
469
470 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
471 (kill-rectangle): Set deactivate-mark to t on read-only error.
472
473 * register.el (copy-to-register, copy-rectangle-to-register):
474 Deactivate the mark, and use indicate-copied-region (Bug#10056).
475 (append-to-register, prepend-to-register): Call
476
17711ed9
JL
4772012-07-29 Juri Linkov <juri@jurta.org>
478
479 * simple.el (async-shell-command-buffer): New defcustom.
480 (shell-command): Use it. (Bug#4719)
481
01bd1b0d
EZ
4822012-07-28 Eli Zaretskii <eliz@gnu.org>
483
484 * international/mule-cmds.el (set-locale-environment): In a
485 console session on MS-Windows, set up keyboard and terminal
486 encoding from the OEM codepage, not the ANSI codepage.
487 (Bug#12055)
488
a55739d3
CY
4892012-07-28 Chong Yidong <cyd@gnu.org>
490
491 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
492 gdb-get-location.
493
0e1a094f 4942012-07-28 Leo Liu <sdl.web@gmail.com>
9a0f8f2e
LL
495
496 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
497 the alist (bug#12029).
498
20329d73
EZ
4992012-07-28 Eli Zaretskii <eliz@gnu.org>
500
501 * makefile.w32-in (custom-deps, finder-data, updates, compile)
502 (compile-always, compile-first)
503 ($(lisp)/calendar/cal-loaddefs.el)
504 ($(lisp)/calendar/diary-loaddefs.el)
505 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
506 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
507 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
508 instead of on update-subdirs.
509 (bootstrap-clean): Delete $(lisp)/subdirs.el.
510
345a2258
CY
5112012-07-28 Chong Yidong <cyd@gnu.org>
512
1eee6341
CY
513 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
514 directory if vc-deduce-backend returns nil (Bug#7350).
515
345a2258
CY
516 * simple.el (delete-trailing-lines): New option.
517 (delete-trailing-whitespace): Obey it (Bug#11879).
518
049a0936
DE
5192012-07-28 David Engster <deng@randomsample.de>
520
521 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
522 Explanation of new 'symbol-qnames feature in doc-strings.
523 (xml-maybe-do-ns): Return expanded names as plain symbols if
524 'symbol-qnames was provided in XML-NS argument (Bug#11916).
525 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
526
aa81af71
FEG
5272012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
528
529 Consistent completion in inferior python with emacs -nw.
530 * progmodes/python.el (inferior-python-mode): replace "<tab>"
531 binding in inferior-python-mode-map with "\t".
532 (python-shell-completion-complete-at-point)
533 (python-completion-complete-at-point): Remove interactive spec.
534
e827b1eb
JB
5352012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
536
537 * calc/calccomp.el (math-compose-expr): Undo previous change.
538
a90dfb95
FEG
5392012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
540
4250fdf5 541 * progmodes/python.el (python-mode-map): Add keybinding for
a90dfb95
FEG
542 run-python.
543 (python-shell-make-comint): Fix pop-to-buffer call.
544 (run-python): Autoload. New arg SHOW.
545 (python-shell-get-or-create-process): Do not pop python process
546 buffer.
547
32770973 5482012-07-27 Michael Albinus <michael.albinus@gmx.de>
1c6ef030
MA
549
550 * notifications.el (notifications-on-action-signal)
551 (notifications-on-closed-signal): Use also the bus address for the map.
552 (notifications-notify, notifications-close-notification)
553 (notifications-get-capabilities): Add optional argument BUS.
554
86332df2
TH
5552012-07-27 Tassilo Horn <tsdh@gnu.org>
556
4250fdf5
SM
557 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
558 Add support for the lstlisting and minted environments, and for the
86332df2
TH
559 ctable macro.
560 * textmodes/reftex.el (reftex-compile-variables): Also recognize
561 labels written in keyvals syntax.
562
ca1302a4
JB
5632012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
564
565 * calc/calccomp.el (math-compose-expr): Use parentheses when
566 there is a product in the denominator of a fraction.
567
f8b91036
EZ
5682012-07-26 Eli Zaretskii <eliz@gnu.org>
569
570 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
571 ($(lisp)/calendar/diary-loaddefs.el)
572 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4250fdf5
SM
573 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
574 Fixes failures in parallel bootstrap because subdirs.el is being
f8b91036
EZ
575 rewritten while the autoload files are built at the same time,
576 which needs to load subdirs.el.
577
c8e5a42c
MR
5782012-07-26 Martin Rudalics <rudalics@gmx.at>
579
580 * mouse.el (popup-menu): Fix doc-string and re-indent code.
581 (mouse-drag-line): Don't exit tracking when a switch-frame or
582 switch-window event occurs (Bug#12006).
583
670d85ea
SM
5842012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
585
586 * mouse.el (popup-menu): Fix last change.
587
7abaf5cc
SM
5882012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
589
590 Autoload from Lisp with more care. Follow aliases when looking for
591 function properties.
592 * subr.el (autoloadp): New function.
593 (symbol-file): Use it.
594 (function-get): New function.
595 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
596 autoload-do-load.
597 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
598 (lisp-indent-function):
599 * emacs-lisp/gv.el (gv-get):
600 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
601 * emacs-lisp/byte-opt.el (byte-optimize-form):
602 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
603 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
604 Use function-get.
605 * emacs-lisp/cl.el: Don't propagate function properties any more.
606
607 * speedbar.el (speedbar-add-localized-speedbar-support):
608 * emacs-lisp/disass.el (disassemble-internal):
609 * desktop.el (desktop-load-file):
610 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
611 (describe-function-1):
612 * emacs-lisp/find-func.el (find-function-noselect):
613 * emacs-lisp/elp.el (elp-instrument-function):
614 * emacs-lisp/advice.el (ad-has-proper-definition):
615 * apropos.el (apropos-safe-documentation, apropos-macrop):
616 * emacs-lisp/debug.el (debug-on-entry):
617 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
618 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
619 * calc/calc.el (name): Use autoloadp & autoload-do-load.
620
b1364986
AA
6212012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
622
623 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
624 function, not an obsolete variable (Bug#12046).
625
67ada220
AS
6262012-07-25 Andreas Schwab <schwab@linux-m68k.org>
627
628 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
629
f08088e3
CS
6302012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
631
632 * emacs-lisp/pp.el (pp-display-expression): Select old selected
633 window only if it is still live (Bug#12034).
634
8137e7b3
MR
6352012-07-25 Martin Rudalics <rudalics@gmx.at>
636
637 * subr.el (redirect-frame-focus): Add advertised calling
638 convention (Bug#12030).
639
09ae5da1
PE
6402012-07-25 Paul Eggert <eggert@cs.ucla.edu>
641
642 Prefer typical American spelling for "acknowledgment".
643 * vc/add-log.el (change-log-acknowledgment): Rename from
644 change-log-acknowledgement, with an alias for the old name.
645
3cc5a3a8
JB
6462012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
647
648 * calc-alg.el (math-simplify-divide): Don't cross multiply
649 in an equation when the lhs is a variable.
650
b7af7f62
JD
6512012-07-24 Julien Danjou <julien@danjou.info>
652
653 * net/netrc.el (netrc-find-service-number, netrc-store-data):
654 Remove, unused.
655
ec1b09b1
EZ
6562012-07-23 Eli Zaretskii <eliz@gnu.org>
657
658 * startup.el (command-line): Don't display an empty user name in
659 the error message about non-existent home directory, when
660 init-file-user was set to an empty string. See
661 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
662 for the details and context.
663
b525fd8a
VB
6642012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
665
666 * ses.el (ses-cell-formula-aset): New macro.
667 (ses-cell-references-aset): New macro.
668 (ses-cell-p): New function.
669 (ses-rename-cell): Do no longer rely on complex operations like
670 ses-cell-set-formula or ses-set-cell to change the cell and handle
671 the undo at the same time, but rather use lower level new macros
672 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
673 the undo directly. Refresh the mode line.
674
2c73e345
LL
6752012-07-21 Leo Liu <sdl.web@gmail.com>
676
670d85ea
SM
677 * progmodes/cc-cmds.el (c-defun-name):
678 Use match-string-no-properties instead for consistency.
2c73e345 679
542dfbde
LL
6802012-07-20 Leo Liu <sdl.web@gmail.com>
681
3646bcd6
LL
682 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
683 (Bug#7879)
684
542dfbde
LL
685 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
686
25721031
CY
6872012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
688
689 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
690 * progmodes/bug-reference.el, misearch.el: Provide themselves
691 (bug#11915).
692
693 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
694 of narrowed buffer (bug#11966).
695
316e68a7
VB
6962012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
697
698 * ses.el (ses-rename-cell): Set new name also in reference list of
699 cells of which the renamed cell depends.
700
bbf0e7d9
MY
7012012-07-20 Masatake YAMATO <yamato@redhat.com>
702
703 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
704 to check whether menu-bar is shown or not. If not shown,
705 show the menu-bar as a popup menu instead of using tmm.
706 * mouse.el (popup-menu): Accept `point' as `position' argument.
707
c28662a8
DG
7082012-07-20 Dmitry Gutov <dgutov@yandex.ru>
709
710 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
711 up inside string symbol literal (bug#11923).
712
87ab808f
EZ
7132012-07-20 Eli Zaretskii <eliz@gnu.org>
714
715 * startup.el (fancy-startup-text): Read the whole tutorial, not
716 just its first 256 bytes. Prevents gibberish in display of the
717 tutorial title.
718
89dea803
DA
7192012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
720
721 Drop idle buffer compaction due to an absence of the
722 proved efficiency.
723 * compact.el: Remove.
724
8a4e6db8
SS
7252012-07-19 Sam Steingold <sds@gnu.org>
726
727 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
728 vc-bzr-pull & vc-bzr-merge-branch.
729 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
730 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
731 for consistency with compilation-error-regexp-alist.
732 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
733 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
734 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
735 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
736
5db81e33
SM
7372012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
738
739 * emacs-lisp/chart.el: Use lexical-binding.
740 (chart-emacs-storage): Don't hardcode the list of entries.
741
5b835e1d
DA
7422012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
743
744 Next round of tweaks caused by Fgarbage_collect changes.
745 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
746
9cd47b72
DA
7472012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
748
749 Compact buffers when idle.
750 * compact.el: New file.
751
1d6fc0df
SM
7522012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
753
754 * subr.el (eventp): Presume that if it looks vaguely like an event,
755 it's an event (bug#10190).
756
1d29cc7d
FEG
7572012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
758
759 Enhancements to ppss related code (thanks Stefan).
760 * progmodes/python.el (python-indent-context)
761 (python-indent-calculate-indentation, python-indent-dedent-line)
762 (python-indent-electric-colon, python-nav-forward-block)
763 (python-mode-abbrev-table)
1d6fc0df 764 (python-info-assignment-continuation-line-p): Simplify checks
1d29cc7d
FEG
765 for ppss context.
766 (python-info-continuation-line-p): Cleanup.
767 (python-info-ppss-context): Do not catch 'quote.
768 (python-info-ppss-context-type)
769 (python-info-ppss-comment-or-string-p): Simplify.
770
d583cbe6
FEG
7712012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
772
773 * progmodes/python.el: Enhancements to eldoc support.
774 (python-info-current-symbol): New function.
775 (python-eldoc-at-point): Use python-info-current-symbol.
776 (python-info-current-defun): Fix cornercase on first defun scan.
777 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
778 and signal error when no inferior python process is available.
779
eceb6feb
DG
7802012-07-18 Dmitry Gutov <dgutov@yandex.ru>
781
782 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
783 assume it's always t.
784 (vc-git-registered): Remove caching, the function is only called
785 once.
786 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
787
4c8ff0fe
CY
7882012-07-18 Chong Yidong <cyd@gnu.org>
789
19fb7186
CY
790 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
791
9587c688
CY
792 * simple.el (count-words): Report on narrowing (Bug#9959).
793
0fe776a1
CY
794 * bindings.el: Bind M-= to count-words.
795
4c8ff0fe
CY
796 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
797
7f5331cc
MY
7982012-07-18 Masatake YAMATO <yamato@redhat.com>
799
800 * progmodes/sh-script.el (sh-imenu-generic-expression):
801 Capture a function with `function' keyword and without parentheses
802 like "function FOO" (bug#11856).
803
2dc2a609
TH
8042012-07-18 Tassilo Horn <tassilo@member.fsf.org>
805
806 * window.el (split-window-sensibly): Make WINDOW argument
807 optional.
808
439f7677
CY
8092012-07-18 Chong Yidong <cyd@gnu.org>
810
9aeb25a6
CY
811 * subr.el (keyboard-translate): Doc fix (Bug#7261).
812
439f7677
CY
813 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
814 and make C-x 8 RET exit isearch (Bug#11439).
815
816 * international/iso-transl.el: Move isearch-mode-map key
817 definitions to isearch.el.
818
12999ea8
SM
8192012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
820
821 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
822 (eieio-defclass): Use gv-define-setter when possible.
823
3ab6e069
DA
8242012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
825
826 Reflect recent changes in Fgarbage_collect.
827 * emacs-lisp/chart.el (chart-emacs-storage): Change to
828 reflect new format of data returned by Fgarbage_collect.
829
0a60bc10
FEG
8302012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
831
832 New utility functions + python-info-ppss-context fix (Bug#11910).
833 * progmodes/python.el (python-info-beginning-of-block-statement-p)
834 (python-info-ppss-comment-or-string-p): New functions.
835 (python-info-ppss-context): Small fix for string check.
836
6dafa0d5
JL
8372012-07-17 Juri Linkov <juri@jurta.org>
838
839 * dired-aux.el (dired-do-async-shell-command): Doc fix.
840 (dired-do-async-shell-command): Don't add `*' at the end of the
841 command (Bug#11815).
842 (dired-do-shell-command): Doc fix.
843 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
844 Join the individual commands using either "&" or ";" as the
845 separator depending on the values of these trailing characters.
846 At the end re-add the trailing "&". (Bug#10598)
847
848 * simple.el (async-shell-command): Sync the interactive spec with
849 `shell-command'. Doc fix.
850 (shell-command): Doc fix.
851
b19dd9d1
JL
8522012-07-17 Juri Linkov <juri@jurta.org>
853
854 * descr-text.el (describe-char): Fix format args. (Bug#10129)
855
bcdc27d7 8562012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7f5331cc 857
bcdc27d7 858 Final renames and doc fixes for movement commands (bug#11899).
7f5331cc
MY
859 * progmodes/python.el (python-nav-beginning-of-statement):
860 Rename from python-nav-statement-start.
bcdc27d7
FEG
861 (python-nav-end-of-statement): Rename from
862 python-nav-statement-end.
863 (python-nav-beginning-of-block): Rename from
864 python-nav-block-start.
865 (python-nav-end-of-block): Rename from python-nav-block-end.
866
191da00e
FEG
8672012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
868
7f5331cc
MY
869 * progmodes/python.el (python-shell-send-string-no-output):
870 Allow accept-process-output to quit, keeping shell process ready for
191da00e
FEG
871 future interactions (Bug#11868).
872
4dc7c8d5 8732012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
aa7aaf8f 874
88ecaf8f
SM
875 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
876
ef501ef0
SM
877 * emacs-lisp/elint.el (elint-find-args-in-code):
878 Use help-function-arglist, so as to handle lexical byte-code.
879
aa7aaf8f
SM
880 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
881 change (bug#11826).
882
45fd731c
SM
8832012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
884
2143fa32
SM
885 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
886 Avoid spuriously marking the buffer as modified because of c-is-sws.
887
efc26dbe
SM
888 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
889 as not-a-comment (bug#11946).
890
f5695c9a
SM
891 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
892 for uninterned vars.
893
894 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
895 Use read-event since we don't really want to read chars but bytes.
896
45fd731c
SM
897 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
898 $$..$$ but also $..$ using regexps (bug#11953).
899 Use tex-verbatim for \url and \path.
900 (tex-font-lock-keywords): Define as defconst like the others.
901 (tex-common-initialization): Don't use font-lock-syntax-table any more.
902
ddfc8813
RK
9032012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
904
905 * international/mule-cmds.el (ucs-insert): Make it an obsolete
906 alias for insert-char.
907
758e556a
FEG
9082012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
909
910 * progmodes/python.el: Simplified imenu implementation.
911 (python-nav-jump-to-defun): Remove command.
912 (python-mode-map): Use `imenu' instead.
913 (python-nav-list-defun-positions-cache)
914 (python-imenu-include-defun-type, python-imenu-make-tree)
915 (python-imenu-subtree-root-label, python-imenu-index-alist):
916 Remove vars.
917 (python-nav-list-defun-positions, python-nav-read-defun)
918 (python-imenu-tree-assoc, python-imenu-make-element-tree)
45fd731c
SM
919 (python-imenu-make-tree, python-imenu-create-index):
920 Remove functions.
758e556a
FEG
921 (python-mode): Update to interact with imenu by setting
922 `imenu-extract-index-name-function' only.
923
032d23ab
FEG
9242012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
925
926 * progmodes/python.el: Enhancements to navigation commands.
927 (python-nav-backward-sentence)
928 (python-nav-forward-sentence): Remove.
929 (python-nav-backward-statement, python-nav-forward-statement)
930 (python-nav-statement-start, python-nav-statement-end)
931 (python-nav-backward-block, python-nav-forward-block)
932 (python-nav-block-start, python-nav-block-end)
933 (python-nav-forward-sexp-function)
934 (python-info-current-line-comment-p)
935 (python-info-current-line-empty-p): New functions.
936 (python-indent-context): Use `python-nav-statement-start'.
937
01795a1b
MA
9382012-07-16 Michael Albinus <michael.albinus@gmx.de>
939
9328d9aa
MA
940 * eshell/em-ls.el (eshell/ls): Use `apply'.
941
942 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
943 multi-hops, instead of Tramp internals.
944
01795a1b
MA
945 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
946
947 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
948 when F1 and F2 are located on different hosts.
949
63408057
CY
9502012-07-14 Chong Yidong <cyd@gnu.org>
951
952 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
953 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
954 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
955 (xterm-mouse--read-event-sequence-1000)
956 (xterm-mouse--read-event-sequence-1006): New functions. For old
957 mouse protocol, handle M-mouse-X events correctly.
958 (xterm-mouse-event): New arg specifying mouse protocol.
959 (turn-on-xterm-mouse-tracking-on-terminal)
960 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
45fd731c
SM
961 sequence to toggle extended coordinates on newer XTerms.
962 This appears to be harmless on terminals which do not support this.
63408057 963
cd276f6e
LL
9642012-07-14 Leo Liu <sdl.web@gmail.com>
965
28ca98ac
LL
966 Add fringe bitmap indicators for flymake. (Bug#11253)
967 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
968 (flymake-make-overlay): New arg BITMAP.
969 (flymake-error-bitmap, flymake-warning-bitmap)
970 (flymake-fringe-indicator-position): New user variables.
971
cd276f6e
LL
972 * fringe.el: New bitmap exclamation-mark.
973
04408072
JD
9742012-07-14 Jan Djärv <jan.h.d@swipnet.se>
975
976 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
977 also (Bug#7879).
978
b5cf7fc4
CY
9792012-07-14 Chong Yidong <cyd@gnu.org>
980
981 * electric.el (electric-pair-post-self-insert-function): Fix pair
982 insertion in empty-region case (Bug#11520).
983
be755c79
RT
9842012-07-14 Chong Yidong <cyd@gnu.org>
985
45fd731c
SM
986 * bindings.el: Consolidate ctl-x-r-map bindings.
987 Bind copy-rectangle-as-kill to C-x r w.
be755c79
RT
988
989 * rect.el, register.el: Move bindings to bindings.el.
990
9912012-07-14 Reuben Thomas <rrt@sc3d.org>
992
993 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
994
7f5b3198
AS
9952012-07-13 Andreas Schwab <schwab@linux-m68k.org>
996
997 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
998
97662200
JB
9992012-07-13 Juanma Barranquero <lekktu@gmail.com>
1000
80185fed
JB
1001 * bindings.el (top): Use `mapc' instead of `mapcar'.
1002
97662200
JB
1003 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
1004
2bb1ae55
MA
10052012-07-13 Michael Albinus <michael.albinus@gmx.de>
1006
1007 * progmodes/sql.el (sql-comint): Suppress the check for program on
1008 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
1009 (Bug#11908)
1010
dea31bd3
CY
10112012-07-13 Chong Yidong <cyd@gnu.org>
1012
1013 * bindings.el: Assign a non-nil permanent-local property to
1014 per-buffer variables which lack a default value (Bug#11930).
1015
1016 * help-fns.el (describe-variable): In the "automatically becomes
1017 local" notice, take note of permanent-local variables.
1018
b68b3337
CY
10192012-07-13 Chong Yidong <cyd@gnu.org>
1020
1021 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
1022 to allow printing the message when called from Lisp.
1023
1024 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1025 Remove toggle-read-only.
1026
1027 * bs.el (bs-toggle-readonly):
45fd731c
SM
1028 * buff-menu.el (Buffer-menu-toggle-read-only):
1029 Remove with-no-warnings around toggle-read-only.
b68b3337
CY
1030
1031 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
1032 Remove with-no-warnings around toggle-read-only.
1033 (ffap-read-only, ffap-read-only-other-window)
1034 (ffap-read-only-other-frame): Callers changed.
1035
1036 * help-mode.el: Don't require view package.
1037 (help-mode-finish): Set buffer-read-only instead of calling
1038 toggle-read-only.
1039
1040 * bindings.el (mode-line-toggle-read-only):
1041 * dired.el (dired-toggle-read-only):
1042 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
1043 with non-nil second arg.
1044
1045 * emacs-lisp/eieio-custom.el (eieio-customize-object):
1046 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
1047 directly.
1048
56bc1586
EZ
10492012-07-12 Eli Zaretskii <eliz@gnu.org>
1050
1051 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
1052 not incf.
1053
a464a6c7
SM
10542012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
1055
1056 More CL cleanups and reduction of use of cl.el.
1057 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
1058 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
1059 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
1060 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
1061 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
1062 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
1063 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
1064 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
1065 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
1066 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
1067 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
1068 * eshell/em-cmpl.el, eshell/em-banner.el:
1069 * calendar/parse-time.el: Use cl-lib.
1070 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
1071 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
1072 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
1073 * term/ns-win.el, term.el, shell.el, ps-samp.el:
1074 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
1075 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
1076 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
1077 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
1078 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
1079 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
1080 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
1081 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
1082 `lambda' rather than with `quote'.
1083 (eshell-do-opt): Adjust accordingly.
1084 (eshell-process-option): Simplify.
1085 * eshell/esh-var.el:
1086 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
1087 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
1088 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
1089 to `pcase--dontcare'.
1090 * emacs-lisp/cl.el (labels): Mark obsolete.
1091 (cl--letf, letf): Move to cl-lib.
1092 (cl--letf*, letf*): Remove.
1093 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
1094 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
1095 (cl-progv): Rewrite.
1096 (cl--letf, cl-letf): Move from cl.el.
1097 (cl-letf*): New macro.
1098 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
1099
7ad4afe1
MA
11002012-07-11 Michael Albinus <michael.albinus@gmx.de>
1101
1102 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
1103
9af57756
CY
11042012-07-11 Chong Yidong <cyd@gnu.org>
1105
1106 * vc/log-edit.el (log-edit-vc-backend): New variable.
1107 (log-edit): Doc fix.
1108
1109 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
1110 argument of log-edit to set up all local variables.
1111 (vc-start-logentry): New optional arg specifying VC backend.
1112
1113 * vc/vc.el (vc-checkin): Use it.
1114 (vc-deduce-fileset): Handle Log Edit buffers.
1115 (vc-diff): Make first argument optional too.
1116
1117 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
1118
8477cc7a
MA
11192012-07-10 Michael Albinus <michael.albinus@gmx.de>
1120
1121 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
1122 command, just in case. The function is not needed anymore.
1123 (eshell-external-command): Do not call `eshell-remote-command'.
1124
19faa8e8
SM
11252012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
1126
f58e0fd5
SM
1127 Reduce use of (require 'cl).
1128 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
1129 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
1130 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
1131 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
1132 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
1133 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
1134 * battery.el, avoid.el, abbrev.el: Use cl-lib.
1135 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
1136 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
1137 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
1138 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
1139 * calculator.el, autorevert.el, apropos.el: Don't require CL.
1140 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
1141 (byte-compile-unfold-bcf, byte-compile-check-variable):
1142 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
1143 (byte-compile-nilconstp):
1144 * emacs-lisp/autoload.el (make-autoload): Use pcase.
1145 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
1146
2519d43a
SM
1147 * emacs-lisp/gv.el (cond): Make it a valid place.
1148 (if): Simplify slightly.
1149
19faa8e8
SM
1150 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
1151 (pcase--self-quoting-p): New function.
1152 (pcase--u1): Use it.
1153
c4907a5e
GM
11542012-07-10 Glenn Morris <rgm@gnu.org>
1155
1156 * emacs-lisp/authors.el (authors-fixed-entries):
1157 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
1158
c4444d16
PE
11592012-07-09 Paul Eggert <eggert@cs.ucla.edu>
1160
1161 Rename configure.in to configure.ac (Bug#11603).
1162 * emacs-lisp/authors.el (authors-canonical-file-name):
1163 * progmodes/autoconf.el (autoconf-mode):
1164 Prefer configure.ac to configure.in.
1165
d75be97d
CY
11662012-07-08 Chong Yidong <cyd@gnu.org>
1167
01ac65bd
CY
1168 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
1169 Implement the mouse-1-click-follows-link handling properly.
1170
1171 * info.el (Info-link-keymap): Use follow-link mechanism for
1172 header-line links (Bug#374).
1173
d75be97d
CY
1174 * simple.el (deactivate-mark): Do not set the primary selection
1175 if another program has acquired it (Bug#11772).
1176
87a92845 11772012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
1178
1179 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
1180 (woman-decode-region): Replace escaped-escapes without destroying
1181 bold or underline (Bug#11552).
87a92845 1182 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 1183
621b9d6c
CY
11842012-07-07 Chong Yidong <cyd@gnu.org>
1185
1186 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
1187 (interprogram-cut-function, interprogram-paste-function):
1188 Mention that we typically mean the clipboard.
621b9d6c 1189
133a11fc
GM
11902012-07-06 Glenn Morris <rgm@gnu.org>
1191
0d27a45e
GM
1192 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
1193
133a11fc
GM
1194 * files.el (toggle-read-only): Restrict message to interactive use.
1195
07b151f1
MA
11962012-07-06 Michael Albinus <michael.albinus@gmx.de>
1197
1198 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
1199
1200 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
1201
211b896b
GM
12022012-07-06 Glenn Morris <rgm@gnu.org>
1203
50394322
GM
1204 * Makefile.in (compile-one-process): Rename from "recompile".
1205
211b896b
GM
1206 * Makefile.in (bzr-update): "compile" is the same as "recompile
1207 autoloads", but parallelizable, so use that instead.
1208
4737eec9
DG
12092012-07-06 Dmitry Gutov <dgutov@yandex.ru>
1210
1211 * window.el (quit-window): Always restore window height when
8137e7b3 1212 it's saved in quit-restore parameter (Bug#11810).
4737eec9 1213
226c3633 12142012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
1215
1216 * simple.el (kill-whole-line): Doc tweak.
1217
226c3633 12182012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
1219
1220 * files.el (file-relative-name): Compare file names
1221 case-insensitively if on MS-Windows or MS-DOS, or if
1222 read-file-name-completion-ignore-case is non-nil. Don't use
1223 case-fold-search for this purpose. (Bug#11827)
1224
4dc7c8d5
SM
12252012-07-17 Andreas Schwab <schwab@linux-m68k.org>
1226
1227 * calendar/cal-dst.el (calendar-current-time-zone):
1228 Return calendar-current-time-zone-cache if non-nil.
1229
12302012-07-17 Masatake YAMATO <yamato@redhat.com>
226c3633 12312012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 1232
19faa8e8
SM
1233 * calendar/cal-dst.el (calendar-current-time-zone):
1234 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 1235
60198fc9
GM
12362012-07-06 Glenn Morris <rgm@gnu.org>
1237
1238 * Makefile.in (cvs-update): Remove old alias.
1239
957b3189
MA
12402012-07-05 Michael Albinus <michael.albinus@gmx.de>
1241
1242 Sync with Tramp 2.2.6-pre.
1243
1244 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
1245 compatible declaration.
1246
19faa8e8
SM
1247 * net/tramp-cmds.el (tramp-append-tramp-buffers):
1248 Protect `list-load-path-shadows' call.
957b3189
MA
1249
1250 * net/tramp-compat.el (top): Require packages, which aren't
1251 autoloaded anymore for XEmacs. Protect call of
1252 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
1253 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
1254 it hurts at least for SXEmacs.
1255 (tramp-compat-temporary-file-directory): In XEmacs, there is no
1256 standard-value for `temporary-file-directory'.
1257
1258 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
1259 Redirect stderr to /dev/null.
1260 (tramp-sh-handle-write-region): uid and gid can be floats.
1261 Reported by Russell Sim <russell.sim@gmail.com>.
1262 (tramp-sh-handle-vc-registered): Hide errors.
1263 (tramp-vc-file-name-handler): Use dummy results for `process-file'
1264 and `start-file-process'.
1265 (tramp-maybe-open-connection): Check also whether `non-essential'
1266 is bound.
1267
566df3fc
CY
12682012-07-04 Chong Yidong <cyd@gnu.org>
1269
1270 * xml.el (xml--parse-buffer): Use xml-syntax-table.
1271 (xml-parse-tag): Likewise, and avoid changing entity tables.
1272 (xml-syntax-table): Define from scratch, making sure not to give
1273 x2000 and other Unicode spaces whitespace syntax, since those are
1274 not spaces in XML.
1275 (xml-parse-fragment): Delete unused function.
1276 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
1277 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
1278 (xml-entity-ref, xml-pe-reference-re)
1279 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
1280 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
1281 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
1282 (xml-entity-value-re): Use syntax references in regexps where
1283 possible; no need to define inside a let-binding.
1284 (xml-parse-dtd): Use xml-pe-reference-re.
1285 (xml-entity-or-char-ref-re): New defconst.
1286 (xml-parse-string, xml-substitute-special): Use it.
1287
30eabd7a
SM
12882012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1289
0781098a
SM
1290 * files.el (locate-dominating-file): Allow `name' to be a predicate.
1291 (find-file--read-only): New function.
1292 (find-file-read-only, find-file-read-only-other-window)
1293 (find-file-read-only-other-frame): Use it.
1294 (insert-file-contents-literally): Don't `fset'.
1295 (get-free-disk-space): Use locate-dominating-file.
1296
b5771c0d
SM
1297 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
1298 function is already compiled.
1299
30eabd7a
SM
1300 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
1301
b4886f6e
MA
13022012-07-03 Michael Albinus <michael.albinus@gmx.de>
1303
1304 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
1305 files on the same host.
1306
b9d82339
AS
13072012-07-03 Andreas Schwab <schwab@linux-m68k.org>
1308
1309 * help-fns.el (describe-function-1): Only call
1310 help-fns--autoloaded-p when we have a file name. (Bug#11848)
1311
a76e6535
CY
13122012-07-03 Chong Yidong <cyd@gnu.org>
1313
1314 * xml.el: Protect parser against XML bombs.
1315 (xml-entity-expansion-limit): New variable.
1316 (xml-parse-string, xml-substitute-special): Use it.
1317 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
1318
b544fef2
GM
13192012-07-03 Glenn Morris <rgm@gnu.org>
1320
1321 * progmodes/bug-reference.el (bug-reference-bug-regexp):
1322 Allow linking to specific messages in debbugs reports (eg 123#5).
1323
a7aef6f5
CY
13242012-07-02 Chong Yidong <cyd@gnu.org>
1325
1326 * xml.el: Fix entity and character reference expansion, allowing
1327 them to expand into markup as per XML spec.
1328 (xml-default-ns): New variable.
1329 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
1330 (xml-parse-region): Make first two arguments optional.
1331 Discard text properties.
1332 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
1333 All callers changed.
a7aef6f5
CY
1334 (xml-parse-tag): Call xml-parse-tag-1. For backward
1335 compatibility, this function should not modify buffer contents.
1336 (xml-parse-tag-1): Fix opening-tag regexp.
1337 (xml-parse-string): Rewrite, handling entity and character
1338 references properly.
1339 (xml--entity-replacement-text): Signal an error if a parameter
1340 entity is undefined.
1341
3df31c9f
SM
13422012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1343
2b5208f1
SM
1344 * comint.el (comint-output-filter): Filter out repeated prompts.
1345
3df31c9f
SM
1346 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
1347 and file-name-absolute-p.
1348 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
1349 internal calls.
1350
e3ac1281
PE
13512012-07-02 Paul Eggert <eggert@cs.ucla.edu>
1352
1353 Spelling fixes.
1354 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
1355 Rename from byte-compile--refiy-function. All uses changed.
1356
fbf2e7ad
CY
13572012-07-01 Chong Yidong <cyd@gnu.org>
1358
1359 * xml.el (xml--parse-buffer): New function. Move most of
1360 xml-parse-region here.
1361 (xml-parse-region): Copy region into a temporary buffer, since
1362 parameter entity substitution requires changing buffer contents.
1363 Use xml--parse-buffer.
1364 (xml-parse-file): Use xml--parse-buffer.
1365 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 1366 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 1367
9bf0aa15
GM
13682012-06-30 Glenn Morris <rgm@gnu.org>
1369
bbce2853
GM
1370 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
1371
9bf0aa15
GM
1372 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
1373 Remove outdated and unnecessary dbus declarations.
1374
0d23c240
EZ
13752012-06-30 Eli Zaretskii <eliz@gnu.org>
1376
1377 * emacs-lisp/timer.el (timer-until): Subtract results of
1378 float-time, instead of taking float-time of the result of
1379 time-subtract, since float-time signals an error for negative time
1380 arguments.
1381
b3218de1
CY
13822012-06-30 Chong Yidong <cyd@gnu.org>
1383
1384 * xml.el (xml-*-re): Convert defvars into defconsts, and
1385 eval-and-compile them so eval-and-compile works on derivatives.
1386 (xml--entity-replacement-text): Use eval-and-comple.
1387
a40c87a0
MA
13882012-06-30 Michael Albinus <michael.albinus@gmx.de>
1389
1390 * vc/vc-git.el (vc-git-registered): Use cache property
1391 `git-registered'.
1392 (vc-git-mode-line-string): Call `vc-working-revision' instead of
1393 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 1394 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 1395
ac87de97
DG
13962012-06-30 Dmitry Gutov <dgutov@yandex.ru>
1397
1398 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 1399 removed (likely outside Emacs). (Bug#11757)
ac87de97 1400
ac10fe06
SM
14012012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1402
3df31c9f 1403 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 1404
7f3fbd5d
CY
14052012-06-30 Chong Yidong <cyd@gnu.org>
1406
1407 * xml.el: Implement XML parameter entities.
1408 (xml-parameter-entity-alist): New variable.
1409 (xml-parse-region, xml-parse-fragment): Preserve previous values
1410 of xml-entity-alist and xml-parameter-entity-alist, so that
1411 repeated calls on different documents do not change them.
1412 (xml-parse-tag): Fix doctype regexp.
1413 (xml--entity-replacement-text): New function.
1414 (xml-parse-dtd): Use it. Don't handle system entities; doing that
1415 properly requires url retrieval which is unimplemented.
1416 (xml-escape-string): Doc fix.
1417
3cfbebba
SM
14182012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1419
1420 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
1421
2af3565e
DA
14222012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
1423
1424 * fringe.el (fringe-mode): Doc fix.
1425
929df0e7
MA
14262012-06-29 Michael Albinus <michael.albinus@gmx.de>
1427
1428 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
1429 is non-nil.
1430 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
1431 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
1432
c8d3a25c 14332012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 1434
c8d3a25c
GM
1435 * calendar/cal-dst.el (calendar-current-time-zone):
1436 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 1437
c8d3a25c 14382012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
1439
1440 * progmodes/which-func.el (which-func-format):
1441 Add mouse-face. (Bug#11698)
1442
c8d3a25c
GM
14432012-06-29 Leo Liu <sdl.web@gmail.com>
1444
1445 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
1446
14472012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1448
1449 * minibuffer.el (minibuffer-confirm-exit-commands):
1450 Add completion-at-point (bug#11725).
1451
14522012-06-29 Glenn Morris <rgm@gnu.org>
1453
1454 * progmodes/f90.el (f90-font-lock-keywords-2):
1455 Add some preprocessor elements. (Bug#10499)
1456
14572012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1458
1459 * progmodes/cperl-mode.el (cperl-update-syntaxification):
1460 Use syntax-propertize (bug#11739).
1461
2badeec4
JB
14622012-06-28 Juanma Barranquero <lekktu@gmail.com>
1463
1464 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
1465
ae4969c2
JD
14662012-06-28 Julien Danjou <julien@danjou.info>
1467
1468 * term.el (term-handle-colors-array): Use a set of new faces to
1469 color the terminal. Also uses :inverse-video property.
1470 (term-default-fg-color): Set to nil by default, deprecate in favor
1471 of `term-face'.
1472 (term-default-bg-color): Set to nil by default, deprecate in favor
1473 of `term-face'.
1474 (term-current-face): Use `term-face' by default.
1475 (term-bold-attribute): Variable deleted.
1476
1c9bd870
GM
14772012-06-28 Glenn Morris <rgm@gnu.org>
1478
1479 * simple.el (completion-list-mode-finish):
1480 Don't use toggle-read-only. (Since completion-list-mode has
1481 a special mode-class, it wasn't doing anything extra anyway.)
1482
c207708c
SM
14832012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
1484
1485 Make inlining of other-mode interpreted functions work (bug#11799).
1486 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
1487 (byte-compile): Use it to fix compilation of lexical-binding closures.
1488 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
1489 function, if needed.
1490
3fd56834
SM
14912012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
1492
04901786
SM
1493 * help-mode.el (help-make-xrefs): Don't just withstand
1494 cyclic-variable-indirection but any error in documentation-property.
1495
1ec4b7b2
SM
1496 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
1497 memory use.
1498 * bindings.el (bindings--define-key): New function.
1499 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
1500 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
1501 * bindings.el: Use it to purecopy define-key bindings.
1502
e309e2a5
SM
1503 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
1504
d5c6faf9
SM
1505 * emacs-lisp/cl.el (flet): Mark obsolete.
1506 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
1507 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
1508 * progmodes/js.el (js-c-fill-paragraph):
1509 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
1510 (ebrowse-switch-member-buffer-to-derived-class):
1511 * play/5x5.el (5x5-solver): Use cl-flet.
1512
6e9590e2
SM
1513 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
1514 (cl--symbol-function): New macro.
1515 (cl--letf, cl--letf*): Use it.
1516
3fd56834
SM
1517 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
1518 Strip "toggle-" if any.
1519
35ff222c
GM
15202012-06-27 Glenn Morris <rgm@gnu.org>
1521
1ba6038a
GM
1522 * info.el (Info-default-directory-list): Move here from paths.el.
1523 * paths.el: Remove file, which is now empty.
1524 * loadup.el: No longer load "paths".
1525
0ea0e51b
GM
1526 * custom.el (custom-initialize-delay): Doc fix.
1527
35ff222c
GM
1528 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
1529 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
1530 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
1531 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
1532 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
1533 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
1534 * eshell/eshell.el (eshell-defgroup): Remove alias.
1535
c89926a5
CY
15362012-06-27 Chong Yidong <cyd@gnu.org>
1537
1538 * help.el (help-enable-auto-load): New variable.
1539
1540 * help-fns.el (help-fns--autoloaded-p): New function.
1541 (describe-function-1): Refer to a function as "autoloaded" if it
1542 was autoloaded at any time in the past. Perform autoloading if
1543 help-enable-auto-load is non-nil.
1544
cc06e7e7
EZ
15452012-06-26 Eli Zaretskii <eliz@gnu.org>
1546
1547 * makefile.w32-in (compile, compile-always): Depend on
1548 update-subdirs, not on subdirs.el. Otherwise, several different
1549 sub-targets of 'bootstrap' running in parallel could
1550 simultaneously write to subdirs.el, producing a garbled file.
1551
d2c32364
SS
15522012-06-26 Sam Steingold <sds@gnu.org>
1553
1554 * files.el (file-name-base): New convenience function.
0d14cc21
GM
1555 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
1556 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
1557 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
1558 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
1559 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
1560 * textmodes/tex-mode.el: Use it.
1561 Did not touch cedet and org because they are maintained elsewhere.
1562
5cf983b2
MR
15632012-06-26 Martin Rudalics <rudalics@gmx.at>
1564
1565 * calendar/calendar.el (calendar-exit): Don't try to delete or
1566 iconify last frame. See:
1567 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
1568
8c4f2952
JD
15692012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
1570
1571 * server.el (server-process-filter): Remember dir in the
1572 process's `server-client-directory' properties.
1573
772b2e2c
CY
15742012-06-24 Chong Yidong <cyd@gnu.org>
1575
1576 * xml.el (xml-parse-tag): Correctly handle comment embedded in
1577 non-tag text.
1578
711b11e1
JB
15792012-06-23 Juanma Barranquero <lekktu@gmail.com>
1580
1581 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
1582
dc5d230c
SM
15832012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1584
1585 * help-fns.el (describe-variable): Don't croak when doc is not found.
1586 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
1587 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
1588 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
1589 * emacs-lisp/smie.el (smie-next-sexp): CSE.
1590 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
1591 ((lambda ..) ..).
1592 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
1593
136e1c1d
CY
15942012-06-23 Chong Yidong <cyd@gnu.org>
1595
e8c1cabf
CY
1596 * info.el (Info-mouse-follow-link): Accept symbol values of
1597 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
1598 (Info-fontify-node): Use Info-link-keymap for all navigation
1599 buttons, with link-args property to perform the desired action.
1600 (Info-link-keymap): Doc fix.
1601 (Info-next-link-keymap, Info-prev-link-keymap)
1602 (Info-up-link-keymap): Delete now-unused keymaps.
1603
0e9e6c6a
CY
16042012-06-23 Chong Yidong <cyd@gnu.org>
1605
05e89fea
CY
1606 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
1607
0e9e6c6a
CY
1608 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
1609 system abbrevs.
1610
1611 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
1612
e33c6771
SM
16132012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1614
b68581e2
SM
1615 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
1616 (bug#11719).
1617
e33c6771
SM
1618 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
1619 the requote function doesn't work properly (bug#11714).
1620
7117e105
GM
16212012-06-23 Glenn Morris <rgm@gnu.org>
1622
1623 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
1624
36cec983
SM
16252012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1626
1627 Further GV/CL cleanups.
1628 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
1629 gv-expander.
1630 (gv--defun-declaration): New function.
1631 (defun-declarations-alist): Use it.
1632 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
1633 (gv-place): Autoload.
1634 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
1635 original definition of dotimes and dolist.
1636 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
1637 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
1638 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
1639 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1640 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
1641 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
1642 to the function's definition.
1643 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
1644 * window.el:
1645 * files.el:
1646 * faces.el:
1647 * env.el: Don't use CL.
1648
d35af63c
PE
16492012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1650
1651 Support higher-resolution time stamps (Bug#9000).
1652
1653 * calendar/time-date.el (with-decoded-time-value): New arg
1654 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
1655 (encode-time-value): New optional arg PICO. New type 3.
1656 (time-to-seconds) [!float-time]: Support the new picoseconds
1657 component if it's used.
1658 (seconds-to-time, time-subtract, time-add):
1659 Support ps-resolution time stamps as well.
1660
1661 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
1662 (timerp): Timer vectors now have length 9, not 8.
1663 (timer--time): Support new-style (4-part) time stamps.
1664 (timer-next-integral-multiple-of-time): Time stamps now have
1665 picosecond resolution, so take a bit more care about rounding.
1666 (timer-relative-time, timer-inc-time): New optional arg psecs.
1667 (timer-set-time-with-usecs): Set psecs to 0.
1668 (timer--activate): Check psecs component, too.
1669
1670 * proced.el (proced-time-lessp): Support ps-resolution stamps.
1671
ac77b21a
SM
16722012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1673
f143bfe3
SM
1674 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
1675 Move the non-essential binding to the post/pre-command-hook where it is
1676 more obviously correct.
1677
ac77b21a
SM
1678 * subr.el (read-passwd): Don't use a history at all.
1679 * savehist.el (savehist-save): Remove password saved accidentally
1680 because of the above bug.
1681
76386c5a
BG
16822012-06-22 Bastien Guerry <bzg@gnu.org>
1683
1684 * files.el (toggle-read-only): Display a message telling whether
1685 the buffer is read-only or not (bug#11726).
1686
2ee3d7f0
SM
16872012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1688
1689 * emacs-lisp/gv.el: New file.
1690 * subr.el (push, pop): Extend to generalized variables.
1691 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
1692 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
1693 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
1694 gv-define-simple-setter, and gv-define-expander.
1695 Remove setf-methods defined in gv. Rename cl-setf -> setf.
1696 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
1697 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
1698 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
1699 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
1700 gv-letplace.
1701 (cl-defstruct): Don't define setf-method any more.
1702 * emacs-lisp/cl.el (flet): Don't autoload.
1703 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
1704 (define-setf-expander, defsetf, define-modify-macro)
1705 (cl-struct-setf-expander): Move from cl-lib.el.
1706 * emacs-lisp/syntax.el:
1707 * emacs-lisp/ewoc.el:
1708 * emacs-lisp/smie.el:
1709 * emacs-lisp/cconv.el:
1710 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
1711 (timer--time): Use gv-define-simple-setter.
1712 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
1713 to avoid coding-system problems in subr.el. Adjust all users.
1714 (macroexp--maxsize, macroexp-small-p): New functions.
1715 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
1716 * scroll-bar.el (scroll-bar-mode):
1717 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
1718 (normal-erase-is-backspace-mode): Don't use the `eq' place.
1719 * winner.el (winner-configuration, winner-make-point-alist)
1720 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
1721 * files.el (locate-file-completion-table): Avoid list*.
1722
c5695d1d
CY
17232012-06-22 Chong Yidong <cyd@gnu.org>
1724
1725 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
1726 (dired-create-files): Doc fix (Bug#11329).
1727 (dired-do-copy): Doc fix (Bug#11334).
1728 (dired-mark-read-string): Doc fix (Bug#11553).
1729
2ee3d7f0
SM
1730 * dired.el (dired-recursive-copies, dired-recursive-deletes):
1731 Doc fix (Bug#11326).
c5695d1d
CY
1732 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
1733 (dired-dwim-target): Doc fix.
1734
1735 * wdired.el (wdired-mode): Doc fix.
1736
89b5595a
GM
17372012-06-22 Glenn Morris <rgm@gnu.org>
1738
575db3f1
GM
1739 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
1740 (pcmpl-rpm-cache-stamp-file): New constant.
1741 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
1742 (pcmpl-rpm-packages): Optionally cache list of packages.
1743
a4c8dd51
GM
1744 * pcmpl-rpm.el (pcmpl-rpm): New group.
1745 (pcmpl-rpm-query-options): New option.
1746 (pcmpl-rpm-packages): No need to inline it.
1747 Use pcmpl-rpm-query-options.
1748
89b5595a
GM
1749 * calendar/calendar.el (calendar-in-read-only-buffer):
1750 Avoid some needless mode changes.
1751
e76f0800
CY
17522012-06-21 Chong Yidong <cyd@gnu.org>
1753
1754 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
1755 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 1756 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 1757
297a8f1d
CY
17582012-06-20 Chong Yidong <cyd@gnu.org>
1759
1760 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
1761
d34c18b1
DR
17622012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
1763
1764 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
1765 (bug#11201).
1766
32f7f28e
CY
17672012-06-20 Chong Yidong <cyd@gnu.org>
1768
1769 * term.el (term-window-width): Handle the case of a missing right
1770 fringe (Bug#8837).
1771 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
1772 (term-mode): Use define-derived-mode. Minor cleanups.
1773 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
1774 (term-move-columns, term-insert-char, term-emulate-terminal)
1775 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 1776
493c6688
MA
17772012-06-20 Michael Albinus <michael.albinus@gmx.de>
1778
d34c18b1
DR
1779 * net/ange-ftp.el (ange-ftp-get-passwd):
1780 Bind `enable-recursive-minibuffers'.
493c6688
MA
1781 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
1782
3f06ecf4
DR
17832012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
1784
1785 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
1786
68f12411
GM
17872012-06-19 Glenn Morris <rgm@gnu.org>
1788
1789 * progmodes/python.el (python-mode): Derive from prog-mode.
1790
b3820318
KG
17912012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
1792
1793 * emulation/edt.el (edt-default-menu-bar-update-buffers)
1794 (edt-user-menu-bar-update-buffers): New functions.
1795 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
1796
c6bf3022
CY
17972012-06-19 Chong Yidong <cyd@gnu.org>
1798
1799 * subr.el (with-selected-window): Preserve the selected window's
1800 terminal's top-frame (Bug#4702).
1801
1802 * window.el (save-selected-window): Likewise.
1803
25f09295
SM
18042012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1805
1806 * progmodes/python.el (python-rx-constituents): Move backquote.
1807 (python-skeleton-define, python-define-auxiliary-skeleton):
1808 Use `declare'.
1809
6b11952a
MA
18102012-06-18 Michael Albinus <michael.albinus@gmx.de>
1811
1812 * minibuffer.el (read-file-name-default): Revert the patch from
1813 2012-06-17.
1814
ee4b1330
SM
18152012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1816
1817 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
1818 (pcase--u1, pcase--q1): Don't use apply-partially.
1819
35647f79
GM
18202012-06-18 Glenn Morris <rgm@gnu.org>
1821
1822 * progmodes/python.el (python-proc, python-buffer)
1823 (python-send-receive, python-send-string): Fix obsolete versions.
1824
24b0cff0
MR
18252012-06-18 Martin Rudalics <rudalics@gmx.at>
1826
1827 * window.el (special-display-p): Completely remove stringp
1828 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
1829
29855149
MA
18302012-06-17 Michael Albinus <michael.albinus@gmx.de>
1831
1832 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
1833
1834 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
1835
1836 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
1837 * net/tramp-sh.el (tramp-maybe-open-connection):
1838 Throw if `non-essential' is non-nil.
1839
07463363
MR
18402012-06-17 Martin Rudalics <rudalics@gmx.at>
1841
1842 * window.el (special-display-p): Signal an error if BUFFER-NAME
1843 is not a string (Bug#11713).
1844
48d1354e
PE
18452012-06-17 Paul Eggert <eggert@cs.ucla.edu>
1846
1847 * progmodes/python.el (python-info-beginning-of-backslash):
1848 Rename from python-info-beginning-of-backlash, as a spelling fix.
1849
eb4a8a9a
CY
18502012-06-17 Chong Yidong <cyd@gnu.org>
1851
1852 * term.el (term-emulate-terminal): If term-check-size is called,
1853 move point to the process mark without resetting point (Bug#4635).
1854
ddfbf826 18552012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
1856
1857 * international/mule-cmds.el (mule-menu-keymap)
1858 (set-language-environment, set-locale-environment): Doc tweaks.
1859
9b0e3eba
AA
18602012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
1861
1862 * cus-face.el (custom-face-attributes): Add wave-style underline
1863 attribute.
1864 * faces.el (set-face-attribute): Update docstring to describe
1865 wave-style underline attribute.
1866
771e3eae
CY
18672012-06-16 Chong Yidong <cyd@gnu.org>
1868
1869 * term/xterm.el (terminal-init-xterm): Discard input before
1870 querying background mode (Bug#10959).
1871
7ae2ea10
SM
18722012-06-16 Stefan Merten <smerten@oekonux.de>
1873
1874 * textmodes/rst.el: Added and corrected some comments.
1875 (rst-re-alist-def): Improve symbol syntax.
1876 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
1877 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
1878 (rst-official-version, rst-official-cvs-rev): Update version
1879 information.
7ae2ea10 1880
b6974efa
JB
18812012-06-15 Juanma Barranquero <lekktu@gmail.com>
1882
1883 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
1884 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
1885
8826d473
GM
18862012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
1887
1888 * progmodes/python.el: New python.el merge.
1889 (python-guess-indent): Obsolete var.
1890 (python-indent-guess-indent-offset): New defcustom.
1891 (python-indent): Obsolete var.
1892 (python-indent-offset): New defcustom.
1893 (python-python-command, python-jython-command): Delete var.
1894 (python-shell-interpreter): New defcustom.
1895 (python-pdbtrack-do-tracking-p): Delete var.
1896 (python-pdbtrack-activate): New defcustom.
1897 (python-use-skeletons): Obsolete var.
1898 (python-skeleton-autoinsert): New defcustom.
1899 (inferior-python-filter-regexp, python-continuation-offset)
1900 (python-honour-comment-indentation, python-indent-string-contents)
1901 (python-jython-packages, python-mode-hook)
1902 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
1903 (python-shell-prompt-alist)
1904 (python-source-modes): Delete defcustoms.
1905 (python-check-buffer-name, python-eldoc-setup-code)
1906 (python-eldoc-string-code, python-ffap-setup-code)
1907 (python-ffap-string-code, python-fill-comment-function)
1908 (python-fill-decorator-function, python-fill-paren-function)
1909 (python-fill-string-function, python-imenu-include-defun-type)
1910 (python-imenu-make-tree, python-imenu-subtree-root-label)
1911 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
1912 (python-shell-compilation-regexp-alist)
1913 (python-shell-completion-module-string-code)
1914 (python-shell-completion-pdb-string-code)
1915 (python-shell-completion-setup-code)
1916 (python-shell-completion-string-code)
1917 (python-shell-enable-font-lock, python-shell-exec-path)
1918 (python-shell-extra-pythonpaths)
1919 (python-shell-internal-buffer-name, python-shell-interpreter-args)
1920 (python-shell-process-environment)
1921 (python-shell-prompt-block-regexp)
1922 (python-shell-prompt-output-regexp)
1923 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
1924 (python-shell-send-setup-max-wait, python-shell-setup-codes)
1925 (python-shell-virtualenv-path): New defcustoms.
1926 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
1927 (inferior-python-mode-syntax-table, python--prompt-regexp)
1928 (python-buffer, python-command python-python-command)
1929 (python-default-template, python-imports, python-indent-index)
1930 (python-indent-list, python-indent-list-length)
1931 (python-mode-running, python-pdbtrack-is-tracking-p)
1932 (python-preoutput-continuation, python-preoutput-leftover)
1933 (python-preoutput-result, python-preoutput-skip-next-prompt)
1934 (python-prev-dir/file, python-recursing)
1935 (python-saved-check-command, python-version-checked)
1936 (python-which-func-length-limit)
1937 (view-return-to-alist): Delete vars.
1938 (python-check-custom-command, python-dotty-syntax-table)
1939 (python-imenu-index-alist, python-indent-current-level)
1940 (python-indent-dedenters, python-indent-levels)
1941 (python-nav-beginning-of-defun-regexp)
1942 (python-nav-list-defun-positions-cache)
1943 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
1944 (python-shell-internal-buffer)
1945 (python-skeleton-available): New vars.
1946 (def-python-skeleton): Delete macro.
1947 (python-skeleton-define): New macro.
1948 (python-define-auxiliary-skeleton, python-rx): New macros.
1949 (python-insert-class): Delete command.
1950 (python-skeleton-class): New command.
1951 (python-insert-def): Delete command.
1952 (python-skeleton-def): New command.
1953 (python-insert-for): Delete command.
1954 (python-skeleton-for): New command.
1955 (python-insert-if): Delete command.
1956 (python-skeleton-if): New command.
1957 (python-insert-try/except, python-insert-try/finally): Delete commands.
1958 (python-skeleton-try): New command.
1959 (python-insert-while): Delete command.
1960 (python-skeleton-while): New command.
1961 (python-backspace): Delete command.
1962 (python-indent-dedent-line-backspace): New command.
1963 (python-electric-colon): Delete command.
1964 (python-indent-electric-colon): New command.
1965 (python-guess-indent): Delete command.
1966 (python-indent-guess-indent-offset): New command.
1967 (python-shift-left): Delete command.
1968 (python-indent-shift-left): New command.
1969 (python-shift-right): Delete command.
1970 (python-indent-shift-right): New command.
1971 (python-find-function): Delete command.
1972 (python-nav-jump-to-defun): New command.
1973 (python-next-statement): Delete command.
1974 (python-nav-forward-sentence): New command.
1975 (python-previous-statement): Delete command.
1976 (python-nav-backward-sentence): New command.
1977 (python-fill-paragraph): Delete command.
1978 (python-fill-paragraph-function): New command.
1979 (python-send-buffer): Delete command.
1980 (python-shell-send-buffer): New command.
1981 (python-send-defun): Delete command.
1982 (python-shell-send-defun): New command.
1983 (python-send-region, python-send-region-and-go): Delete commands.
1984 (python-shell-send-region)
1985 (python-shell-switch-to-shell): New commands.
1986 (python-send-string): Delete command.
1987 (python-shell-send-string): New command.
1988 (python-switch-to-python): Delete command.
1989 (python-shell-switch-to-shell): New command.
1990 (python-describe-symbol): Delete command.
1991 (python-eldoc-at-point): New command.
1992 (python--set-prompt-regexp, python-args-to-list)
1993 (python-after-info-look, python-check-version)
1994 (python-check-comint-prompt, python-find-imports)
1995 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
1996 (python-unload-function, python-expand-template)
1997 (python-maybe-jython, python-preoutput-filter)
1998 (python-pdbtrack-get-source-buffer)
1999 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
2000 (python-pdbtrack-toggle-stack-tracking)
2001 (python-pdbtrack-track-stack-file, python-initial-text)
2002 (python-first-word, python-comment-line-p, python-send-command)
2003 (python-setup-brm, python-sentinel, python-set-proc)
2004 (python-skip-out, python-input-filter, python-outdent-p)
2005 (python-outline-level, python-backslash-continuation-line-p)
2006 (python-end-of-block, python-end-of-statement, python-mark-block)
2007 (python-beginning-of-block, python-beginning-of-statement)
2008 (python-blank-line-p, python-beginning-of-string)
2009 (python-open-block-statement-p): Delete functions.
2010 (python-indent-line, python-indent-line-1): Delete functions.
2011 (python-indent-line): New function.
2012 (python-indentation-levels): Delete function.
2013 (python-indent-calculate-levels): New function.
2014 (python-proc): Delete function.
2015 (python-shell-get-process): New function.
2016 (python-send-receive): Delete function.
2017 (python-shell-send-string-no-output): New function.
2018 (python-module-path): Delete function.
2019 (python-ffap-module-path): New function.
2020 (python-completion-at-point)
2021 (python-symbol-completions): Delete functions.
2022 (python-completion-complete-at-point): New function.
2023 (python-load-file): Delete function.
2024 (python-shell-send-file): New function.
2025 (python-calculate-indentation): Delete function.
2026 (python-indent-calculate-indentation): New function.
2027 (python-skip-comments/blanks): Delete function.
2028 (python-util-forward-comment): New function.
2029 (python-continuation-line-p): Delete function.
2030 (python-info-continuation-line-p): New function.
2031 (python-which-func, python-current-defun): Delete function.
2032 (python-info-current-defun): New function.
2033 (python-beginning-of-defun): Delete function.
2034 (python-nav-beginning-of-defun): New function.
2035 (python-close-block-statement-p)
2036 (python-block-end-p): Delete function.
2037 (python-info-closing-block): New function.
2038 (python-comint-output-filter-function)
2039 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
2040 (python-fill-comment, python-fill-decorator, python-fill-paren)
2041 (python-fill-string, python-imenu-make-element-tree)
2042 (python-imenu-make-tree, python-imenu-tree-assoc)
2043 (python-indent-context, python-indent-dedent-line)
2044 (python-indent-line-function)
2045 (python-indent-post-self-insert-function)
2046 (python-indent-toggle-levels)
2047 (python-info-assignment-continuation-line-p)
2048 (python-info-beginning-of-backlash)
2049 (python-info-block-continuation-line-p)
2050 (python-info-closing-block-message)
2051 (python-info-line-ends-backslash-p)
2052 (python-info-looking-at-beginning-of-defun)
2053 (python-info-ppss-context, python-info-ppss-context-type)
2054 (python-nav-list-defun-positions, python-nav-read-defun)
2055 (python-nav-sentence-end, python-nav-sentence-start)
2056 (python-pdbtrack-comint-output-filter-function)
2057 (python-pdbtrack-set-tracked-buffer)
2058 (python-shell-calculate-exec-path)
2059 (python-shell-calculate-process-environment)
2060 (python-shell-completion--do-completion-at-point)
2061 (python-shell-completion--get-completions)
2062 (python-shell-completion-complete-at-point)
2063 (python-shell-completion-complete-or-indent)
2064 (python-shell-get-or-create-process)
2065 (python-shell-get-process-name)
2066 (python-shell-internal-get-or-create-process)
2067 (python-shell-internal-get-process-name)
2068 (python-shell-internal-send-string, python-shell-make-comint)
2069 (python-shell-parse-command, python-shell-send-setup-code)
2070 (python-skeleton-add-menu-items)
2071 (python-util-clone-local-variables, python-util-position)
2072 (run-python-internal, python-indentation-levels)
2073 (python-nav-beginning-of-defun)
2074 (python-completion-complete-at-point): New functions.
2075 (run-python): Change arguments. New API requirements.
2076
4302f5ba
SM
20772012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2078
f38ea36d
SM
2079 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
2080 (bug#11649).
2081
2082 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
2083 (macroexp--expand-all): Use it.
2084
4302f5ba
SM
2085 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
2086 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
2087 Use `cl-function' instead.
2088
33377562
JB
20892012-06-14 Juanma Barranquero <lekktu@gmail.com>
2090
2091 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
2092 Suggested by Stefan Monnier while discussing bug#11657.
2093
54c5ba1a
SS
20942012-06-14 Sam Steingold <sds@gnu.org>
2095
2096 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
2097
f9f1b1fe
AS
20982012-06-14 Andreas Schwab <schwab@linux-m68k.org>
2099
2100 * play/doctor.el (doctor-doc): Remove parameter and use
2101 doctor-sent instead of sent.
2102 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
2103
a81068ba
SM
21042012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2105
5a315f9c
SM
2106 * files.el: Require cl-lib.
2107 (file-name-non-special): Replace case -> cl-case.
2108
2109 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
2110
a81068ba
SM
2111 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
2112 mapping from #' to function*.
2113
8cca9703
CY
21142012-06-13 Chong Yidong <cyd@gnu.org>
2115
2116 * mouse.el (mouse-drag-track): Do not set the mark if the user
2117 releases the mouse without selecting anything (Bug#11588).
2118
a12ac9d7
SM
21192012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2120
ccf1dc18
SM
2121 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
2122 as well (bug#11646).
2123
ef62b23d
SM
2124 * loadup.el: Count byte-code functions as well.
2125
c4c8444a
SM
2126 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
2127 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
2128
a12ac9d7
SM
2129 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
2130 (bug#11649). Add cl-defun and cl-defmacro.
2131
87e6e64f
DA
21322012-06-13 Drew Adams <drew.adams@oracle.com>
2133
2134 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
2135 Fix last change.
2136
682cefaf
MA
21372012-06-13 Michael Albinus <michael.albinus@gmx.de>
2138
2139 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
2140 Otherwise, it blocks in batch mode.
2141
773e1f08
JB
21422012-06-13 Juanma Barranquero <lekktu@gmail.com>
2143
2144 * help-mode.el (bookmark-make-record-default): Declare.
2145
60057926
CY
21462012-06-13 Chong Yidong <cyd@gnu.org>
2147
2148 * emacs-lisp/package.el (list-packages): Compute a list of
2149 packages that are newly-available since the last list-packages
2150 invocation.
2151 (package-menu--new-package-list): New var.
2152 (package-menu--generate, package-menu--print-info)
2153 (package-menu--status-predicate, package-menu-mark-install):
2154 Handle new status label "new".
2155
ad4d226c
SM
21562012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
2157
2158 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
2159 conversion to backquotes.
2160
f1a4e679
CY
21612012-06-12 Chong Yidong <cyd@gnu.org>
2162
2163 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
2164 Rename from gud-inhibit-global-bindings.
2165
2166 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
2167
2168 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
2169 hook from nxml-glyph-set-hook.
2170
2171 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
2172 declaration.
2173
2174 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
2175
2176 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
2177 Convert to defcustom.
2178
0c9e42b5
DA
21792012-06-12 Drew Adams <drew.adams@oracle.com>
2180
2181 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
2182 New functions.
2183 (help-mode): Use them.
2184
09e06855
GM
21852012-06-11 Glenn Morris <rgm@gnu.org>
2186
2187 * progmodes/fortran.el (fortran-font-lock-keywords-3):
2188 Use preprocessor face for directives.
2189 (fortran-directive-re): Doc fix.
2190
71adb94b
SM
21912012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2192
2eb87922
SM
2193 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
2194 conversion to backquotes (bug#11652).
2195
71adb94b
SM
2196 Fix compiler-expansion of CL's cXXr functions (bug#11673).
2197 * emacs-lisp/cl-lib.el (cl--defalias): New function.
2198 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
2199 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
2200 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
2201 (cl-ninth, cl-tenth): Mark them as inlinable.
2202 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
2203 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
2204 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
2205 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
2206 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
2207 (cl-list*, cl-adjoin): Don't put an autoload manually.
2208 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
2209 (cl--compiler-macro-list*): Add autoload cookie.
2210 (cl--compiler-macro-cXXr): New function.
2eb87922 2211
71adb94b
SM
2212 * help-fns.el (help-fns--compiler-macro): New function extracted from
2213 describe-function-1; follow aliases and use `compiler-macro' property.
2214 (describe-function-1): Use it.
2215
a6674402
CY
22162012-06-11 Chong Yidong <cyd@gnu.org>
2217
2218 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
2219 is uninstalled, if imagemagick is installed.
2220
bb3faf5b
SM
22212012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2222
2223 * emacs-lisp/cl-lib.el: Use lexical-binding.
2224 (cl-map-extents, cl-maclisp-member): Remove.
2225 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
2226 (cl--set-substring, cl--block-wrapper, cl--block-throw)
2227 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
2228 * emacs-lisp/cl-extra.el: Use lexical-binding.
2229 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
2230 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
2231 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
2232 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
2233 * emacs-lisp/cl-seq.el: Use lexical-binding.
2234 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
2235 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
2236 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
2237 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
2238 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
2239 CL's internals.
2240
2fe4b125
MA
22412012-06-11 Michael Albinus <michael.albinus@gmx.de>
2242
2243 Sync with Tramp 2.2.6-pre.
2244
2245 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
2246 `print-length' and `print-level' to nil, in order to avoid
2247 truncation. Reported by Christopher Schmidt
2248 <christopher@ristopher.com>.
2249
2250 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
2251
2252 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
2253 New defmacro.
2254 (tramp-compat-copy-directory): Add optional argument
2255 COPY-CONTENTS. It is not handled yet.
2256
2257 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
2258 (tramp-ftp-file-name-p): Simplify.
2259
2260 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
2261 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
2262 connection vector.
2263
2264 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
2265 (tramp-methods): Do not use `tramp-password-end-of-line'.
2266 (tramp-completion-function-alist-putty): Handle UNIX case.
2267 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
2268 (tramp-do-file-attributes-with-stat)
2269 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
2270 gid as real numbers. They could run out of integer range on cygwin.
2271 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
2272 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
2273 (tramp-open-connection-setup-interactive-shell):
2274 Use `tramp-cleanup'. Move check for busyboxes ...
2275 (tramp-find-shell): ... here. Simplify implementation.
2276 Set "remote-shell" property also for alternative shells.
2277 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
2278 If failing, a regular file would be written otherwise.
2279 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
2280 (tramp-find-inline-encoding): Cache the coding commands in the
2281 process cache. Apply test command on the remote side, if defined.
2282 (tramp-find-inline-compress): Cache the compress commands in the
2283 process cache.
2284 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
2285 when requested. Handle hops.
2286 (tramp-current-connection): New defvar.
87e6e64f
DA
2287 (tramp-maybe-open-connection): Use `tramp-cleanup'.
2288 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 2289 Handle user interrupt. (Bug#10187)
87e6e64f
DA
2290 (tramp-get-inline-compress, tramp-get-inline-coding):
2291 Read connection properties from the process cache.
2fe4b125
MA
2292
2293 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
2294 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
2295 New defconsts.
2fe4b125
MA
2296 (tramp-smb-prompt): Extend for powershell prompt.
2297 (tramp-smb-file-name-handler-alist): Add handlers for
2298 `process-file', `shell-command' and `start-file-process'.
2299 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
2300 (tramp-smb-winexe-shell-command-switch): New defcustoms.
2301 (tramp-smb-file-name-p): Simplify.
2302 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
2303 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
2304 (tramp-smb-shell-quote-argument): New defuns.
2305 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
2306 Implement using "tar". By this, time-stamps are preserved.
2307 (tramp-smb-handle-copy-file): Handle also the case of directories.
2308 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
2309 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
2310 Use `tramp-get-connection-buffer').
2fe4b125
MA
2311 (tramp-smb-handle-rename-file): Use "rename", when source and
2312 target are on the same share.
87e6e64f
DA
2313 (tramp-smb-maybe-open-connection): Handle wrong passwords.
2314 Use `tramp-smb-server-version'.
2fe4b125
MA
2315 (tramp-smb-wait-for-output): Remove prompt.
2316
2317 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
2318 (tramp-methods, tramp-rsh-end-of-line):
2319 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
2320 (tramp-save-ad-hoc-proxies): New defcustom.
2321 (tramp-completion-function-alist): Adapt docstring.
2322 (tramp-default-password-end-of-line): Remove defcustom.
2323 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
2324 (tramp-user-regexp, tramp-file-name-regexp-unified)
2325 (tramp-file-name-regexp-url): Extend regexp by hop separator.
2326 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
2327 (tramp-remote-file-name-spec-regexp): New defconst.
2328 (tramp-file-name-structure): Extend structure for hops.
2329 (tramp-get-method-parameter): Move up.
2330 (tramp-file-name-p, tramp-dissect-file-name)
2331 (with-parsed-tramp-file-name): Handle hops.
2332 (tramp-file-name-hop): New defun.
2333 (tramp-make-tramp-file-name): New optional arg HOP.
2334 (tramp-message-show-progress-reporter-message): New defvar.
2335 (tramp-with-progress-reporter): Use it. We cannot use
2336 `tramp-message-show-message' here, because this suppresses also
2337 error buffers.
2338 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
2339 `tramp-message-show-message' is nil.
2340 Use `tramp-get-connection-buffer'.
2fe4b125
MA
2341 (tramp-cleanup): New defun.
2342 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
2343 (tramp-file-name-handler): If `debug-on-error' is set, propagate
2344 an error unchanged.
2345 (tramp-completion-handle-file-name-all-completions): Handle hops.
2346 Fix an error when called from ido.
2347 (tramp-completion-dissect-file-name): Use better local variable
2348 name. Add hop to the vector.
2349 (tramp-handle-insert-file-contents): Use progress-reporter for the
2350 whole scenario.
2351 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
2352 to `t'.
2353 (tramp-check-for-regexp): Simplify search.
2354 (tramp-enter-password): Remove it. Move implementation ...
2355 (tramp-action-password): ... here.
2356 (tramp-mode-string-to-int, tramp-local-host-p)
2357 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
2358 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
2359 Set tramp-autoload cookie.
2fe4b125
MA
2360
2361 * net/trampver.el: Update release number.
2362
23632012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2364 Michael Albinus <michael.albinus@gmx.de>
2365
2366 * net/tramp.el (tramp-set-completion-function): Fix docstring.
2367 (tramp-parse-group, tramp-parse-file)
2368 (tramp-parse-shostkeys-sknownhosts): New defuns.
2369 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
2370 (tramp-parse-shosts-group, tramp-parse-sconfig)
2371 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
2372 (tramp-parse-sknownhosts, tramp-parse-hosts)
2373 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
2374 Use them.
2375 (tramp-parse-passwd-group, tramp-parse-netrc-group)
2376 (tramp-parse-putty-group): Don't narrow.
2377 (tramp-parse-putty): Make a loop.
2378 (tramp-file-name-handler): Catch the `suppress' signal.
2379
72834e10
CY
23802012-06-11 Chong Yidong <cyd@gnu.org>
2381
2382 * image.el (imagemagick-register-types): Put the ImageMagick entry
2383 at the end of image-type-file-name-regexps.
2384
a4712e11
JB
23852012-06-11 Johan Bockgård <bojohan@gnu.org>
2386
2387 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
2388 (pcase, pcase-let*, pcase-dolist): Use them.
2389
82ad98e3
SM
23902012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2391
2392 * emacs-lisp/pcase.el (pcase--let*): New function.
2393 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
2394 (pcase--expand): Use macroexp-let².
2395
f80efb86
SM
23962012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2397
2398 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
2399 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
2400 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
2401 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
2402 * emacs-lisp/derived.el: Use pcase instead of `cl'.
2403 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
2404
31ca4639 24052012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 2406
31ca4639
CY
2407 * mail/rmail.el (rmail-yank-current-message): Leave point at
2408 correct position. (Bug#11660)
94f0aa34 2409
31ca4639 24102012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 2411
31ca4639 2412 * allout-widgets.el: Fix code header.
9e1b8ec4 2413
31ca4639 24142012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 2415
f80efb86
SM
2416 * cus-edit.el (customize-changed-options-previous-release):
2417 Bump to 24.1.
31ca4639 2418
642b6d30
AS
24192012-06-09 Andreas Schwab <schwab@linux-m68k.org>
2420
2421 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
2422
4f5d2ba1
CY
24232012-06-09 Chong Yidong <cyd@gnu.org>
2424
2425 * ebuff-menu.el (electric-buffer-list): Preserve header line.
2426
e75852fd
MR
24272012-06-09 Martin Rudalics <rudalics@gmx.at>
2428
2429 * window.el (special-display-popup-frame): Don't use
2430 window--display-buffer (Bug#11651).
2431
1e48e282
EZ
24322012-06-09 Eli Zaretskii <eliz@gnu.org>
2433
8a26b487
EZ
2434 Fix parallel builds: make sure loaddefs.el is not being written
2435 while Lisp files are compiled.
2436 (compile): Don't depend on 'mh-autoloads'.
2437 (compile-CMD, compile-SH): Depend on 'autoloads'.
2438 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
2439
1e48e282
EZ
2440 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
2441
6175e34b
CY
24422012-06-09 Chong Yidong <cyd@gnu.org>
2443
2444 * face-remap.el (face-remap-add-relative, face-remap-set-base)
2445 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
2446 Doc fixes (Bug#11225).
2447
d9857e53
SM
24482012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2449
2450 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
2451 a function if there's a clear indication that it has a compiler-macro.
2452 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
2453 (macro-declarations-alist): Add arglist to declaration functions.
2454 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
2455 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
2456 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
2457 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
2458 Also add autoload to find the compiler macro.
2459 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
2460 (cl--compiler-macro-member, cl--compiler-macro-assoc)
2461 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
2462 (cl--compiler-macro-get): New functions, replacing calls to
2463 cl-define-compiler-macro.
2464 (cl-typep) [compiler-macro]: Use macroexp-let².
2465
f81298f8 24662012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
2467
2468 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
2469 string properly, fixes Bug#11473.
2470
4b56d0fe
CY
24712012-06-08 Chong Yidong <cyd@gnu.org>
2472
2473 * faces.el (set-face-attribute): Doc fix.
2474 (modify-face): Don't use :bold and :italic.
2475 (error, warning, success): Tweak definitions.
2476
2477 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
2478 (custom-modified, custom-set, custom-changed, custom-themed)
2479 (custom-saved, custom-button, custom-button-mouse)
2480 (custom-button-pressed, custom-state, custom-comment-tag)
2481 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
2482 (custom-group-subtitle): Use new-style face specs.
2483 (custom-invalid-face, custom-rogue-face, custom-modified-face)
2484 (custom-set-face, custom-changed-face, custom-saved-face)
2485 (custom-button-face, custom-button-pressed-face)
2486 (custom-documentation-face, custom-state-face)
2487 (custom-comment-face, custom-comment-tag-face)
2488 (custom-variable-tag-face, custom-variable-button-face)
2489 (custom-face-tag-face, custom-group-tag-face-1)
2490 (custom-group-tag-face): Remove obsolete face alias.
2491
2492 * epa.el (epa-validity-high, epa-validity-medium)
2493 (epa-validity-low, epa-mark, epa-field-name, epa-string)
2494 (epa-field-name, epa-field-body):
2495 * font-lock.el (font-lock-comment-face, font-lock-string-face)
2496 (font-lock-keyword-face, font-lock-builtin-face)
2497 (font-lock-function-name-face, font-lock-variable-name-face)
2498 (font-lock-type-face, font-lock-constant-face):
2499 * ido.el (ido-first-match, ido-only-match, ido-subdir)
2500 (ido-virtual, ido-indicator, ido-incomplete-regexp):
2501 * speedbar.el (speedbar-button-face, speedbar-file-face)
2502 (speedbar-directory-face, speedbar-tag-face)
2503 (speedbar-selected-face, speedbar-highlight-face)
2504 (speedbar-separator-face):
2505 * whitespace.el (whitespace-newline, whitespace-space)
2506 (whitespace-hspace, whitespace-tab, whitespace-trailing)
2507 (whitespace-line, whitespace-space-before-tab)
2508 (whitespace-space-after-tab, whitespace-indentation)
2509 (whitespace-empty):
2510 * emulation/cua-base.el (cua-global-mark):
2511 * eshell/em-prompt.el (eshell-prompt):
2512 * net/newst-plainview.el (newsticker-new-item-face)
2513 (newsticker-old-item-face, newsticker-immortal-item-face)
2514 (newsticker-obsolete-item-face, newsticker-date-face)
2515 (newsticker-statistics-face, newsticker-default-face):
2516 * net/newst-reader.el (newsticker-feed-face)
2517 (newsticker-extra-face, newsticker-enclosure-face):
2518 * net/newst-treeview.el (newsticker-treeview-face)
2519 (newsticker-treeview-new-face, newsticker-treeview-old-face)
2520 (newsticker-treeview-immortal-face)
2521 (newsticker-treeview-obsolete-face)
2522 (newsticker-treeview-selection-face):
2523 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
2524 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
2525 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
2526 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
2527 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
2528 (nxml-outline-active-indicator, nxml-outline-ellipsis):
2529 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
2530 (mpuz-text):
2531 * progmodes/vera-mode.el (vera-font-lock-number)
2532 (vera-font-lock-function, vera-font-lock-interface):
2533 * textmodes/table.el (table-cell): Use new-style face specs, and
2534 don't use the old :bold and :italic attributes.
2535
2536 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
2537 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
2538 (ebrowse-member-class, ebrowse-progress): Likewise.
2539 (ebrowse-tree-mark-face, ebrowse-root-class-face)
2540 (ebrowse-file-name-face, ebrowse-default-face)
2541 (ebrowse-member-attribute-face, ebrowse-member-class-face)
2542 (ebrowse-progress-face): Remove obsolete faces.
2543
2544 * progmodes/flymake.el (flymake-errline, flymake-warnline):
2545 Inherit from error and warning faces respectively.
2546
2547 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2548 Likewise.
f80efb86
SM
2549 (flyspell-incorrect-face, flyspell-duplicate-face):
2550 Remove obsolete aliases.
4b56d0fe 2551
03310646
MA
25522012-06-08 Michael Albinus <michael.albinus@gmx.de>
2553
2554 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
2555 Avoid infloop.
2556
513749ee
SM
25572012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2558
2559 * startup.el (argv, argi): Make lexically scoped.
2560 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
2561 * emacs-lisp/cl-macs.el: Use lexical-binding.
2562 Rename cl-bind-* to cl--bind-*.
2563 * files.el: Don't require `cl' since it doesn't use it.
2564 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
2565
595ef4ad
JB
25662012-06-08 Juanma Barranquero <lekktu@gmail.com>
2567
2568 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
2569 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
2570 instead of calling external sort utility.
2571 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
2572
e9f66fcb
EZ
25732012-06-08 Eli Zaretskii <eliz@gnu.org>
2574
2575 * descr-text.el (describe-char): Mention how to insert the
2576 character, if the current input method doesn't support it.
2577 See the discussion in this thread for the details:
2578 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
2579
3d10db47
SS
25802012-06-08 Sam Steingold <sds@gnu.org>
2581
2582 * bindings.el (global-map): Bind XF86Forward to next-buffer and
2583 XF86Back to previous-buffer.
2584 (minibuffer-local-map): Bind them to next-history-element and
2585 previous-history-element respectively.
2586 * help-mode.el (help-mode-map): Bind them to help-go-forward and
2587 help-go-back respectively.
2588 * info.el (Info-mode-map): Bind them to Info-history-forward and
2589 Info-history-back respectively.
2590 These are the keys next to Up on the ThinkPad keyboard.
2591
de7e2b36
SM
25922012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2593
2594 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
2595 * emacs-lisp/cl-macs.el: Provide itself.
2596 (cl--labels-convert-cache): New var.
2597 (cl--labels-convert): New function.
2598 (cl-flet, cl-labels): New implementation with new semantics, relying on
2599 lexical-binding.
2600 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
2601 (cl-closure-vars, cl--function-convert-cache)
2602 (cl--function-convert): Move from cl-macs.el.
2603 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
2604 rename by removing the "cl-" prefix.
2605 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
2606
6fa6c4ae
SM
26072012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2608
2609 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
2610 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
2611 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
2612 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
2613 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
2614 (cl-hash-table-count): Add old compatibility aliases.
2615
2616 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
2617 Use macroexpand-all-environment instead.
2618 (cl--old-macroexpand): New var.
2619 (cl--sm-macroexpand): New function.
2620 (cl-symbol-macrolet): Use it during macro expansion.
2621 (cl--function-convert-cache): New var.
2622 (cl--function-convert): New function, extracted from
2623 cl-macroexpand-all.
2624 (cl-lexical-let): Use it.
2625
2626 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
2627 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
2628 (cl-member): Remove old alias.
2629
2630 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
2631 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
2632 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
2633 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
2634 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
2635 (cl-macroexpand-cmacs): Remove var.
2636 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
2637 Use macroexpand-all instead.
2638
4dd1c416
SM
26392012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2640
2641 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
2642 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
2643 (macroexp-copyable-p): New functions and macros.
2644 * emacs-lisp/edebug.el (edebug-unwrap):
2645 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
2646 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
2647 (pcase--let*): Remove.
2648 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
2649 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
2650 macroexp-const-p instead.
2651 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
2652
2653 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
2654 instead of "cl-" for internal definitions. Use macroexp-const-p.
2655 (cl-old-bc-file-form): Remove var.
2656 (cl-const-exprs-p): Remove fun.
2657 (cl-labels, cl-macrolet): Use backquote.
2658 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
2659 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
2660 (cl-define-setf-expander): Rename from cl-define-setf-method.
2661 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
2662
2663 * international/mule-cmds.el: Don't require CL.
2664 (view-hello-file): Don't use `letf'.
2665
ed8bd4d7
SM
26662012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2667
7287f2f3
SM
2668 * tmm.el (tmm-prompt): Use string-prefix-p.
2669 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
2670 (tmm-add-prompt): Use minibuffer-completion-help.
2671 (tmm-delete-map): Remove.
2672
ed8bd4d7
SM
2673 * subr.el (kbd): Make it its own function.
2674
7b4cdbf4
SM
26752012-06-07 Stefan Merten <smerten@oekonux.de>
2676
2677 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
2678 Silence compiler warnings. Fix versions.
ed8bd4d7 2679 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 2680 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 2681 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
2682 (rst-package-emacs-version-alist): Correct Emacs version to
2683 represent major merge with upstream.
ed8bd4d7 2684 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 2685
2b48d721
GM
26862012-06-06 Glenn Morris <rgm@gnu.org>
2687
2688 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
2689 Only print environment variables if set.
2690
fa779ab0
SM
26912012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2692
2693 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
2694 (macroexp--cons): Rename from maybe-cons.
2695 (macroexp--accumulate): Rename from macroexp-accumulate.
2696 (macroexp--all-forms): Rename from macroexpand-all-forms.
2697 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
2698 (macroexp--expand-all): Rename from macroexpand-all-1.
2699
628299e0
SS
27002012-06-06 Sam Steingold <sds@gnu.org>
2701
2702 * calendar/calendar.el (calendar-in-read-only-buffer):
2703 Call `special-mode' to enable the standard read-only keybindings.
2704
b7bb5838
SM
27052012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2706
2707 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
2708 with "loading" messages (bug#11635).
2709
dfb308ba
MA
27102012-06-06 Michael Albinus <michael.albinus@gmx.de>
2711
2712 * files.el (enable-remote-dir-locals): New option.
2713 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
2714
0372ee92
MA
2715 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
2716 Ensure, that the temp directory is local.
2717
2718 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
2719 `temporary-file-directory'.
2720
eed0bb91
MA
2721 * progmodes/python.el (python-send-region): Ensure, that the
2722 temporary file is created also in the remote case.
2723
7a58f64d
GM
27242012-06-06 Glenn Morris <rgm@gnu.org>
2725
f7dd4e98
GM
2726 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
2727 (vc-rcs-update-changelog): Use it.
2728
090bd7cb 2729 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 2730
7a58f64d
GM
2731 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
2732 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
2733 (vc-sccs-diff): Replace use of the external vcdiff script.
2734
daed4003
GM
27352012-06-05 Glenn Morris <rgm@gnu.org>
2736
2737 * ledit.el: Move to obsolete/.
2738
48c455c7
SS
27392012-06-05 Sam Steingold <sds@gnu.org>
2740
ed9265fc 2741 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
2742 patch (Bug#11140).
2743
57a7d507
SM
27442012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2745
090bd7cb 2746 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 2747
53aacf21
SM
2748 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
2749 compiler-macro expansion.
2750
57a7d507
SM
2751 Add native compiler-macro support.
2752 * emacs-lisp/macroexp.el (macroexpand-all-1):
2753 Support compiler-macros directly. Properly follow aliases and apply
2754 the compiler macros more thoroughly.
2755 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
2756 macroexpand now properly follows aliases.
2757 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
2758 (cl-compiler-macroexpand): Use new prop.
2759 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
2760
2761 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
2762
51a5f9d8
MR
27632012-06-05 Martin Rudalics <rudalics@gmx.at>
2764
2765 * window.el (get-lru-window, get-mru-window, get-largest-window):
2766 New argument NOT-SELECTED to avoid picking the selected window.
2767 (window--display-buffer-1, window--display-buffer-2): Replace by
2768 new function window--display-buffer
2769 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
2770 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2771 Use window--display-buffer.
51a5f9d8
MR
2772 (display-buffer-use-some-window): Remove temporary dedication
2773 hack by calling get-lru-window and get-largest-window with
2774 NOT-SELECTED argument non-nil. Call window--display-buffer.
2775
08f9f738
GM
27762012-06-05 Glenn Morris <rgm@gnu.org>
2777
2778 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
2779 Replace external vcdiff script.
2780
e364a2b7
SM
27812012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2782
2783 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
2784
041df390
CY
27852012-06-04 Chong Yidong <cyd@gnu.org>
2786
e364a2b7
SM
2787 * image.el (imagemagick-types-inhibit): Revert last change.
2788 Add INFO and M.
47b36b94 2789 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 2790
7c1898a7
SM
27912012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2792
2793 * emacs-lisp/cl-lib.el: Rename from cl.el.
2794 * emacs-lisp/cl.el: New compatibility file.
2795 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
2796 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
2797 to obey the "cl-" prefix.
2798 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
2799
0c3461de
GM
28002012-06-03 Glenn Morris <rgm@gnu.org>
2801
1e266c88
GM
2802 * emacs-lisp/authors.el (authors-aliases): Addition.
2803
0c3461de
GM
2804 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
2805 Fix :version.
2806
d8a52e15
SM
28072012-06-03 Stefan Merten <smerten@oekonux.de>
2808
2809 * textmodes/rst.el: Add comments.
2810 (rst-transition, rst-adornment): New faces.
2811 (rst-adornment-faces-alist): Make default safe to reevaluate.
2812 Fixes
2813 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
2814 Improve customization tags.
2815 (rst-define-level-faces): Clarify meaning.
2816
5205d6f6
CY
28172012-06-03 Chong Yidong <cyd@gnu.org>
2818
2819 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
2820 (compilation-mode-line-run, compilation-mode-line-exit):
2821 New faces.
5205d6f6
CY
2822 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
2823
757ee657
JD
28242012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
2825
7c1898a7
SM
2826 * progmodes/which-func.el (which-func-update-ediff-windows):
2827 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 2828
5f2c76c6
CY
28292012-06-03 Chong Yidong <cyd@gnu.org>
2830
2831 * bindings.el: Remove explicit help text from format-mode-line.
2832 It is now supplied by mode-line-default-help-echo.
2833 (mode-line-front-space, mode-line-end-spaces)
2834 (mode-line-misc-info): New variables.
2835 (mode-line-modes, mode-line-position): Move the default value to
2836 the variable definition.
2837 (mode-line-default-help-echo): New defcustom.
383f7350
CY
2838 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
2839 (mode-line-modified-help-echo): New functions.
2840 (mode-line-mule-info, mode-line-modified): Use them.
2841 (mode-line-eol-desc, propertized-buffer-identification):
2842 Consistency fixes for help text.
cbe46e5f
CY
2843 (mode-line-coding-system-map): Allow using mouse-3 to invoke
2844 set-buffer-file-coding-system (Bug#289).
2845 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 2846
f2d6a3df
SM
28472012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2848
2849 * simple.el (execute-extended-command): Set real-this-command
2850 (bug#11506).
2851
37269466
CY
28522012-06-02 Chong Yidong <cyd@gnu.org>
2853
2854 Remove incorrect uses of "modeline" in comments, docstrings, and
2855 function/variable names (Bug#10329).
2856
2857 * cus-edit.el (mode-line):
2858 * dframe.el (dframe-mouse-hscroll):
2859 * emacs-lisp/re-builder.el:
2860 * emacs-lisp/easy-mmode.el (define-minor-mode):
2861 * frame.el (set-frame-name):
2862 * help.el (lookup-minor-mode-from-indicator):
2863 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
2864 * progmodes/cc-cmds.el (c-toggle-auto-newline)
2865 (c-toggle-hungry-state):
2866 * progmodes/antlr-mode.el (antlr-language-alist):
2867 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
2868 * progmodes/vhdl-mode.el (vhdl-mode):
2869 * progmodes/which-func.el (which-func, which-func-cleanup-function):
2870 * term/ns-win.el (ns-face-at-pos):
2871 * term/sup-mouse.el (sup-mouse-report):
2872 * textmodes/flyspell.el (flyspell-mode-line-string):
2873 * textmodes/ispell.el (ispell-highlight-face):
2874 * textmodes/reftex-global.el:
2875 * vc/vc-arch.el (vc-arch-mode-line-string):
2876 * vc/vc-cvs.el (vc-cvs-mode-line-string):
2877 * vc/vc-git.el (vc-git-mode-line-string):
2878 * vc/vc-hooks.el (vc-display-status)
2879 (vc-default-mode-line-string):
2880 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
2881
2882 * ansi-color.el (ansi-color-faces-vector): Change default faces.
2883
2884 * dired.el (dired-sort-set-mode-line): Rename from
2885 dired-sort-set-modeline. All callers changed.
2886
2887 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
2888 eshell-status-in-modeline.
2889
2890 * foldout.el (foldout-mode-line-string): Rename from
2891 foldout-modeline-string. All callers changed.
2892 (foldout-update-mode-line): Rename from foldout-update-modeline.
2893
2894 * subr.el (redraw-modeline): Make into obsolete alias.
2895
2896 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
2897 timeclock-modeline-display. Make old name an alias.
2898 (timeclock-update-mode-line): Likewise. All callers changed.
2899 (timeclock-mode-line-display): No need to check before using
2900 add-hook.
2901 (timeclock-relative, timeclock-day-over-hook)
2902 (timeclock-use-elapsed, timeclock-mode-string)
2903 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
2904
2905 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
2906 crisp-mode-modeline-string.
2907
2908 * play/solitaire.el (solitaire-build-mode-line): Rename from
2909 solitaire-build-modeline. All callers changed.
2910
2911 * play/zone.el (zone-hiding-mode-line): Rename from
2912 zone-hiding-modeline. All callers changed.
2913 (zone): Remove unusued `modeline-hidden-level' property.
2914
2915 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
2916 xscheme-modeline-initialize. All callers changed.
2917
2918 * strokes.el (strokes-lighter): Rename from
2919 strokes-modeline-string.
2920
2921 * textmodes/sgml-mode.el (html-face-tag-alist)
2922 (html-tag-face-alist): Use mode-line face instead of obsolete
2923 alias modeline.
2924
42152ee4
SM
29252012-06-02 Stefan Merten <smerten@oekonux.de>
2926
2927 * textmodes/rst.el: Always require `cl'.
4cf9b38d 2928 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 2929
95f520b5
CY
29302012-06-02 Chong Yidong <cyd@gnu.org>
2931
2932 * image.el (imagemagick-enabled-types): Rename from
2933 imagemagick-types-enable. Add many more types.
2934 (imagemagick-types-inhibit): Change default to nil.
2935 (imagemagick-filter-types): Caller changed.
2936
4a5f187a
SM
29372012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2938
03fef3e6
SM
2939 * emacs-lisp/cl-macs.el: Use backquotes.
2940 (cl-transform-function-property): Use eval-and-compile rather than
2941 abusing `require'.
2942 (defstruct): Use declare-function instead of with-no-warnings.
2943
4a5f187a
SM
2944 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
2945 (byte-compile-output-docform): Re-add the print-circle bindings.
2946 (byte-compile-fix-header): Use #$ just because it's shorter.
2947 (byte-compile-output-file-form): Remove defun/defmacro.
2948
bd56924f
MR
29492012-06-01 Martin Rudalics <rudalics@gmx.at>
2950
2951 * simple.el (choose-completion): Remove now obsolete binding for
2952 owindow.
2953
046e38ce
MA
29542012-06-01 Michael Albinus <michael.albinus@gmx.de>
2955
2956 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
2957 in order to avoid "Stack overflow in regexp matcher".
2958
32d72c2f
GM
29592012-05-31 Glenn Morris <rgm@gnu.org>
2960
2961 * image.el: For clarity, call imagemagick-register-types at
2962 top-level, rather than relying on a custom :initialize.
2963 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
2964 (imagemagick-filter-types): New function. (Bug#7406)
2965 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
2966 If disabling support, remove elements altogether rather
2967 than using an impossible regexp.
2968 (imagemagick-types-inhibit): Give it the default init function.
2969
dd41169b
SM
29702012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2971
4a5f187a
SM
2972 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
2973 Handle arbitrary file name lengths (Bug#11585).
dd41169b 2974
efc00ab1 29752012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
2976
2977 * desktop.el (desktop-read): Clear previous and next buffers for
2978 all windows and bury *Messages* buffer (bug#11556).
2979
500fcedc
SM
29802012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2981
2982 Add `declare' for `defun'. Align `defmacro's with it.
2983 * emacs-lisp/easy-mmode.el (define-minor-mode)
2984 (define-globalized-minor-mode): Don't autoload the var definitions.
2985 * emacs-lisp/byte-run.el: Use lexical-binding.
2986 (defun-declarations-alist, macro-declarations-alist): New vars.
2987 (defmacro, defun): Use them.
2988 (make-obsolete, define-obsolete-function-alias)
2989 (make-obsolete-variable, define-obsolete-variable-alias):
2990 Use `declare'.
2991 (macro-declaration-function): Mark obsolete.
2992 * emacs-lisp/autoload.el: Use lexical-binding.
2993 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
2994
6e8a1786
AM
29952012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2996
2997 * textmodes/ispell.el (ispell-with-no-warnings):
2998 Define as a macro.
500fcedc
SM
2999 (ispell-kill-ispell, ispell-change-dictionary):
3000 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
3001 `interactive-p'.
3002
61b108cc
SM
30032012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3004
3005 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
3006 (macro-declaration-function): Move var from C code.
3007 (macro-declaration-function): Define function with defalias.
3008 * emacs-lisp/macroexp.el (macroexpand-all-1):
3009 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
3010 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
3011 defun/defmacro any more.
3012 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
3013 Provide fallback for unknown arglist.
3014 (byte-compile-arglist-warn): Change calling convention.
3015 (byte-compile-output-file-form): Move print-vars binding.
3016 (byte-compile-output-docform): Simplify accordingly.
3017 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
3018 (byte-compile-defmacro-declaration): Remove.
3019 (byte-compile-file-form-defmumble): Generalize to defalias.
3020 (byte-compile-output-as-comment): Return byte-positions.
3021 Simplify callers accordingly.
3022 (byte-compile-lambda): Use `assert'.
3023 (byte-compile-defun, byte-compile-defmacro): Remove.
3024 (byte-compile-file-form-defalias):
3025 Use byte-compile-file-form-defmumble.
3026 (byte-compile-defalias-warn): Remove.
3027
6d3f7c2f
SM
30282012-05-29 Stefan Merten <smerten@oekonux.de>
3029
3030 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 3031 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
3032
3033 (rst-mode-abbrev-table): Merge definition.
3034 (rst-mode): Make sure `font-lock-defaults' is buffer local.
3035 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
3036
6dbaa1c7
UJ
30372012-05-29 Ulf Jasper <ulf.jasper@web.de>
3038
3039 * calendar/icalendar.el
3040 (icalendar-export-region): Export UID properly.
3041
d209e2fb 30422012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
3043 * calendar/icalendar.el (icalendar-import-format):
3044 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
3045 (icalendar-import-format-uid): New.
3046 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
3047 Export UID.
3048
6876a58d
SM
30492012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
3050
3051 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
3052 different alternative patterns.
3053 (pcase-codegen): Be more careful to preserve identity.
3054 (pcase--u1): Don't forget to mark vars as used.
3055
3056 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
3057 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
3058 (byte-compile-from-buffer): ...rather than here.
3059
3060 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
3061 functions from byte-compile-function-environment.
3062
46b7967e
TN
30632012-05-29 Troels Nielsen <bn.troels@gmail.com>
3064
3065 * window.el (window-deletable-p): Avoid deleting the root window
3066 of a frame with an active minibuffer.
3067
69d565e2
MR
30682012-05-29 Martin Rudalics <rudalics@gmx.at>
3069
3070 * simple.el (choose-completion): Use quit-window (Bug#11567).
3071
a149fa51
CY
30722012-05-29 Chong Yidong <cyd@gnu.org>
3073
3074 * whitespace.el (whitespace-cleanup): Fix usage of
3075 whitespace-empty-at-bob-regexp (Bug#11492).
3076
2b311310
AH
30772012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3078
3079 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
3080 revert (Bug#11488).
3081
b9cb2387
JL
30822012-05-29 Juri Linkov <juri@jurta.org>
3083
3084 * isearch.el (isearch-mode-map): Bind `M-s _' to
3085 `isearch-toggle-symbol'. Bind `M-s c' to
3086 `isearch-toggle-case-fold'.
3087 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
3088 (isearch-forward): Add `M-s _' to the docstring.
3089 (isearch-forward-symbol, isearch-toggle-case-fold)
3090 (isearch-symbol-regexp): New functions. (Bug#11381)
3091
d5e61c1c
JL
30922012-05-29 Juri Linkov <juri@jurta.org>
3093
3094 * isearch.el (isearch-word): Add docstring. (Bug#11381)
3095 (isearch-occur, isearch-search-and-update): If `isearch-word' is
3096 a function, call it to get the regexp.
3097 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
3098 property `isearch-message-prefix' instead of the string "word ".
3099 (isearch-search-fun-default): For the case of `isearch-word',
3100 return a lambda that calls re-search-forward/re-search-backward
3101 with a regexp returned by `word-search-regexp' or by the function
3102 in `isearch-word'.
3103
8cbd80f7
JL
31042012-05-29 Juri Linkov <juri@jurta.org>
3105
3106 * isearch.el (isearch-search-fun-default): New function.
3107 (isearch-search-fun): Move default part to the new function
3108 `isearch-search-fun-default'.
3109 (isearch-search-fun-function): Set the default value to
3110 `isearch-search-fun-default'. (Bug#11381)
3111
3112 * comint.el (comint-history-isearch-end):
3113 Use `isearch-search-fun-default'.
3114 (comint-history-isearch-search): Use `isearch-search-fun-default'
3115 and remove spacial case for `isearch-word'.
3116 (comint-history-isearch-wrap): Remove spacial case for
3117 `isearch-word'.
3118
3119 * hexl.el (hexl-isearch-search-function):
3120 Use `isearch-search-fun-default'.
3121
3122 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
3123 Use `word-search-regexp' for `isearch-word'.
3124
3125 * misearch.el (multi-isearch-search-fun):
3126 Use `isearch-search-fun-default'.
3127
3128 * simple.el (minibuffer-history-isearch-search):
3129 Use `isearch-search-fun-default' and remove spacial case for
3130 `isearch-word'.
3131 (minibuffer-history-isearch-wrap): Remove spacial case for
3132 `isearch-word'.
3133
3134 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
3135 Remove spacial case for `isearch-word'.
3136 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
3137
85c8c5b6
AM
31382012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3139
3140 Decrease XEmacs incompatibilities.
3141 * textmodes/flyspell.el (flyspell-check-pre-word-p):
3142 Use `string-match'.
3143 (flyspell-delete-region-overlays): Use alternative definition for
3144 XEmacs.
3145 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
3146 (flyspell-word): Use `process-kill-without-query' if XEmacs.
3147 (flyspell-mode-on): Use `interactive-p' if XEmacs.
3148 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
3149 `define-obsolete-face-alias' under XEmacs, but old method.
3150
3151 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
3152 `with-no-warnings' definition or Emacs alias.
3153 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
3154 (ispell-word): Do not use `region-p' if XEmacs.
3155
8cab9efc
AM
31562012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3157
3158 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
3159 Check for `ispell-dictionary-base-alist' instead of full
3160 `ispell-dictionary-alist'.
3161 (ispell-init-process): Show spellchecker when starting new Ispell
3162 process.
3163
fda91268
RZ
31642012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3165
3166 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
3167 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
3168
694ea8e3
JB
31692012-05-27 Juanma Barranquero <lekktu@gmail.com>
3170
3171 * version.el (motif-version-string, gtk-version-string)
3172 (ns-version-string): Declare.
3173
e4d4f539
JL
31742012-05-27 Juri Linkov <juri@jurta.org>
3175
3176 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
3177 after the `eval-defun-1' specialcaseing
3178 like in `edebug-eval-defun' (bug#10181).
3179
3180 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
3181 like in `eval-defun-1'.
3182
33017faf 31832012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 3184
fda91268
RZ
3185 * mail/sendmail.el (mail-yank-region):
3186 Recognize rmail-yank-current-message in addition to insert-buffer.
3187 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
3188 a *mail* buffer created through rmail-start-mail with sendmail as
3189 mail-user-agent.
3190
33017faf
GM
31912012-05-27 Chong Yidong <cyd@gnu.org>
3192
3193 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
3194 Default to 256 (Bug#11267).
3195
3196 * help.el (describe-mode): Doc fix.
3197
04188bb9
GM
31982012-05-26 Glenn Morris <rgm@gnu.org>
3199
38264cc9
GM
3200 * w32-fns.el (w32-init-info): Remove.
3201 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
3202
eb7afdad
GM
3203 * info.el (info-initialize): For self-contained NS builds, put the
3204 included info/ directory at the front. (Bug#2791)
3205
04188bb9
GM
3206 * paths.el (Info-default-directory-list): Make it a defcustom,
3207 mainly so that we can use custom-initialize-delay.
3208
a179e3f7
SM
32092012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
3210
43416392
SM
3211 * subr.el (buffer-has-markers-at): Mark obsolete.
3212
a179e3f7 3213 * subr.el (lambda): Use declare.
43416392 3214
a179e3f7
SM
3215 * emacs-lisp/lisp-mode.el (lambda):
3216 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
3217
34a008d9
AH
32182012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3219
3220 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
3221
0a3b289f
GM
32222012-05-26 Glenn Morris <rgm@gnu.org>
3223
3224 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
3225
758c81e8
GM
32262012-05-25 Glenn Morris <rgm@gnu.org>
3227
f9f334f0
GM
3228 * paths.el: Remove no-byte-compile.
3229 * loadup.el: No need to load paths.el uncompiled.
3230
87eb79c2
GM
3231 * image.el (imagemagick-types-inhibit): Doc fix.
3232
758c81e8
GM
3233 * version.el: Remove no-byte-compile and associated formatting.
3234 * loadup.el: No need to load version.el uncompiled. AFAICS, this
3235 is ancient code from when there was an "inc-vers.el".
3236
e7e85dc0
SM
32372012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3238
3239 * progmodes/gdb-mi.el: Minor style changes.
3240 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
3241 Turn into minor modes.
3242 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
3243 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
3244 (gdb-shell): Remove unneeded let-binding.
3245 (gdb-get-many-fields): Eliminate O(n²) behavior.
3246
f31237a4
EZ
32472012-05-25 Eli Zaretskii <eliz@gnu.org>
3248
3249 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
3250 platforms that don't link in fontset.c.
3251
bc1b21bb
JL
32522012-05-25 Juri Linkov <juri@jurta.org>
3253
3254 Use the same diff color scheme as in modern VCSes (bug#10181).
3255
3256 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
3257 to avoid confusion with `diff-added' that now uses green colors.
3258 (diff-removed): Use shades of red.
3259 (diff-added): Use shades of green.
3260 (diff-changed): Leave just the yellow color.
3261 (diff-use-changed-face): New variable.
3262 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
3263 how to highlight context diff changes.
3264 (diff-refine-change): Use shades of yellow.
3265 (diff-refine-removed): New face that uses shades of red.
3266 (diff-refine-added): New face that uses shades of green.
3267 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
3268 `diff-refine-removed' in the call to `smerge-refine-subst'
3269 depending on the value of `diff-use-changed-face'.
3270
3271 * vc/smerge-mode.el (smerge-mine): Use shades of red.
3272 (smerge-other): Use shades of green.
3273 (smerge-base): Use shades of yellow.
3274 (smerge-refined-change): Empty face.
3275 (smerge-refined-removed): New face that uses shades of red.
3276 (smerge-refined-added): New face that uses shades of green.
3277 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
3278 args `props-r' and `props-a', and use them. Doc fix.
3279 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
3280 on its value use different faces `smerge-refined-change',
3281 `smerge-refined-removed', `smerge-refined-added' in the call to
3282 `smerge-refine-subst'.
3283
3284 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
3285 Add face condition `min-colors 88' with shades of red.
3286 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
3287 `min-colors 88' with shades of green.
3288 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
3289 `min-colors 88' with shades of yellow.
3290
6df9112c
GM
32912012-05-24 Glenn Morris <rgm@gnu.org>
3292
ead5edc0
GM
3293 * paths.el (prune-directory-list, remote-shell-program): Move to...
3294 * files.el (prune-directory-list, remote-shell-program): ...here.
3295 For the latter, delay initialization, prefer ssh, just search PATH.
3296
f18b81e6
GM
3297 * paths.el (term-file-prefix): Move to faces.el (the only user).
3298 * faces.el (term-file-prefix): Move here, make it a defcustom.
3299
ee2f89a6
GM
3300 * paths.el (news-directory, news-path, news-inews-program):
3301 Move to gnus/nnspool.el.
61a583ca 3302
f8815e4c
GM
3303 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
3304
c8f3b42c
GM
3305 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
3306 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
3307 Make the latter a defcustom, with a delayed initialization.
3308
6df9112c
GM
3309 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
3310 These were deleted from Gnus itself late 2010.
3311
5dadff36
JB
33122012-05-22 Juanma Barranquero <lekktu@gmail.com>
3313
9e1701c6
JB
3314 * progmodes/which-func.el (which-func-ff-hook):
3315 Check against user-error, not error.
3316
bd7239f5 3317 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
3318 cl-specs.el, which no longer exists.
3319
3290526d
GM
33202012-05-22 Glenn Morris <rgm@gnu.org>
3321
3322 * info.el (info-emacs-bug): New command.
3323 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
3324 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
3325
ff0c3cfb
GM
33262012-05-21 Glenn Morris <rgm@gnu.org>
3327
3328 * makefile.w32-in (update-subdirs-SH):
3329 * Makefile.in (update-subdirs): Update for moved update-subdirs.
3330
5814f126
SM
33312012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
3332
a52c0aa0
SM
3333 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
3334
5814f126
SM
3335 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3336 Simplify Maven regexp, and make sure the file can't start with a space
3337 (bug#11517).
3338
b847032c
GM
33392012-05-21 Glenn Morris <rgm@gnu.org>
3340
3341 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
3342 Scrap superfluous subshells.
3343
3858bfe7
SM
33442012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
3345
3346 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
3347 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
3348
d14b0029
JB
33492012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
3350
3351 * calc/calc.el (calc-ensure-consistent-units): New variable.
3352
a52c0aa0
SM
3353 * calc/calc-units.el (math-consistent-units-p)
3354 (math-check-unit-consistency): New functions.
3355 (calc-quick-units, calc-convert-units):
3356 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
3357 is non-nil.
d14b0029
JB
3358 (calc-extract-units): Fix typo.
3359
60c4db3a
SM
33602012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
3361
77f3b62e
SM
3362 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
3363
60c4db3a
SM
3364 * textmodes/flyspell.el: Commenting style, plus code simplifications.
3365 (flyspell-default-deplacement-commands): Don't spell check after
3366 repeated window/frame switches (e.g. triggered by mouse-movement).
3367 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
3368 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
3369 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
3370 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
3371 Remove unused vars.
3372 (flyspell-get-casechars, flyspell-get-not-casechars):
3373 Simplify; Don't bother removing a ] just to add it back.
3374 * textmodes/ispell.el (ispell-program-name): Use executable-find.
3375
d209e2fb 33762012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
3377
3378 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
3379 New functions.
bd7239f5 3380 (math-function-table): Add support for more C functions.
b1a10716 3381
3f1b25b5
AM
33822012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3383
090bd7cb
JB
3384 * textmodes/flyspell.el (flyspell-check-pre-word-p)
3385 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
3386 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 3387
b581bb5c
SM
33882012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
3389
3390 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
3391 their respective macro declarations.
3392 * skeleton.el (define-skeleton):
3393 * progmodes/compile.el (define-compilation-mode):
3394 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
3395 (define-ibuffer-filter):
3396 * emacs-lisp/generic.el (define-generic-mode):
3397 * emacs-lisp/easy-mmode.el (define-minor-mode)
3398 (define-globalized-minor-mode):
3399 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
3400 * emacs-lisp/byte-run.el (defsubst):
3401 * custom.el (deftheme): Add doc-string metadata.
3402
70b8ef8f
SM
34032012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3404
3405 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
3406
b1198e17
SM
34072012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3408
9abdc45d
SM
3409 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
3410
b1198e17
SM
3411 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
3412 * emacs-lisp/cl-macs.el: Idem.
3413 * emacs-lisp/cl-specs.el: Remove.
3414
4735906a
SM
34152012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3416
3417 Minor renaming of internal CL functions and variables.
3418 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
3419 (cl--position): Rename from cl-position.
3420 (cl--delete-duplicates): Rename from cl-delete-duplicates.
3421 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
3422 (cl--random-state): Rename from *random-state*.
3423
ac348012
SM
34242012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3425
3426 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
3427 parens around the arg list (bug#11499).
3428
a0a79cde
JL
34292012-05-17 Juri Linkov <juri@jurta.org>
3430
3431 * isearch.el (word-search-regexp, word-search-backward)
3432 (word-search-forward, word-search-backward-lax)
3433 (word-search-forward-lax): Move functions from search.c
3434 (bug#10145, bug#11381).
3435
65034a51
AM
34362012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3437
090bd7cb
JB
3438 * textmodes/flyspell.el (flyspell-check-pre-word-p)
3439 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
3440 Delay for otherchars as for normal word components.
65034a51 3441
1a72a195
SM
34422012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3443
3444 * minibuffer.el (completion--sifn-requote): Fix last change.
3445 (minibuffer-local-must-match-filename-map):
3446 Move define-obsolete-variable-alias before its var.
3447
fdb058c2
SM
34482012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
3449
c41045e6
SM
3450 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
3451
036dfb8b
SM
3452 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
3453 behavior.
3454 (completion--string-equal-p): New function.
3455 (completion--twq-all): Use it to get better assertion failure data.
3456
2473256d
SM
3457 Only handle ".." and '..' quoting in shell-mode (bug#11466).
3458 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
3459 (shell--requote-argument): New functions.
3460 (shell-completion-vars): Use them.
3461 (shell--parse-pcomplete-arguments): Rename from
3462 shell-parse-pcomplete-arguments.
3463 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
3464 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
3465 Obey comint-file-name-quote-list.
3466
fdb058c2
SM
3467 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
3468 (smie-indent-keyword): Use it.
3469
51fa99f1
SM
34702012-05-14 Stefan Merten <smerten@oekonux.de>
3471
3472 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
3473
e18afed7 34742012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
3475
3476 * net/rlogin.el (rlogin-mode-map): Fix last change.
3477
e18afed7 34782012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
3479
3480 * mail/smtpmail.el (smtpmail-send-command): Send the command and
3481 the following \r\n using a single `process-send-string', since the
3482 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 3483 with two `process-send-string's (Bug#11444).
8633b1f4 3484
e18afed7 34852012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 3486
fdb058c2
SM
3487 * shell.el (shell-parse-pcomplete-arguments):
3488 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 3489
2d21d7f6
WJ
34902012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
3491
e18afed7 3492 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
3493 (image-transform-scale, image-transform-right-angle-fudge): New vars.
3494 (image-transform-width, image-transform-fit-width): New functions.
3495 (image-transform-properties): Use them.
3496 (image-transform-check-size): New function.
3497 (image-toggle-display-image): Use it (for testing).
3498 (image-transform-set-rotation): Reduce angle mod 360.
3499 Delete obsolete comment.
3500
7102e6d0
WJ
35012012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
3502
3503 * image-mode.el: Fix scaling (bug#11399).
3504 (image-transform-resize): Doc fix.
3505 (image-transform-properties): Default scale is 1 and height should
3506 be an integer.
3507
06bc5e6e
SM
35082012-05-13 Johan Bockgård <bojohan@gnu.org>
3509
3510 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
3511 than hard-coding `car', to fix misbehavior when moving forward.
3512
0ae03b6a
CY
35132012-05-13 Chong Yidong <cyd@gnu.org>
3514
3515 * emacs-lisp/tabulated-list.el (tabulated-list-format)
3516 (tabulated-list-entries, tabulated-list-padding)
3517 (tabulated-list-sort-key): Make permanent-local.
3518
3519 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
3520 (electric-buffer-list): Put electric buffer menu
3521 command descriptions in this docstring, instead of the docstring
3522 of electric-buffer-menu-mode. Code cleanups.
3523 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
3524 Electric-buffer-menu-mode.
3525 (electric-buffer-update-highlight): Minor code cleanup.
3526
205a7391
MA
35272012-05-13 Michael Albinus <michael.albinus@gmx.de>
3528
3529 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
3530 (Bug#11447)
3531
e5bd0a28
SM
35322012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
3533
3534 Move define-obsolete-variable-alias before the var's definition.
3535 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
3536 * tooltip.el (tooltip-hook):
3537 * textmodes/reftex-toc.el (reftex-toc-map):
3538 * textmodes/reftex-sel.el (reftex-select-label-map)
3539 (reftex-select-bib-map):
3540 * textmodes/reftex-index.el (reftex-index-map)
3541 (reftex-index-phrases-map):
3542 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
3543 * progmodes/meta-mode.el (meta-mode-map):
3544 * novice.el (disabled-command-hook):
3545 * loadhist.el (unload-hook-features-list):
3546 * frame.el (blink-cursor):
3547 * files.el (find-file-not-found-hooks, write-file-hooks)
3548 (write-contents-hooks):
3549 * emulation/tpu-edt.el (GOLD-map):
3550 * emacs-lock.el (emacs-lock-from-exiting):
3551 * emacs-lisp/generic.el (generic-font-lock-defaults):
3552 * emacs-lisp/chart.el (chart-map):
3553 * dos-fns.el (register-name-alist):
3554 * dired-x.el (dired-omit-files-p):
3555 * desktop.el (desktop-enable):
3556 * cus-edit.el (custom-mode-hook):
3557 * buff-menu.el (buffer-menu-mode-hook):
3558 * bookmark.el (bookmark-read-annotation-text-func)
3559 (bookmark-exit-hooks):
3560 * allout.el (allout-mode-deactivate-hook)
3561 (allout-exposure-change-hook, allout-structure-added-hook)
3562 (allout-structure-deleted-hook, allout-structure-shifted-hook):
3563 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
3564 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
3565 comes before the corresponding variable's definition.
3566
ac59c2f6
CY
35672012-05-12 Chong Yidong <cyd@gnu.org>
3568
3569 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
3570 (Buffer-menu-mouse-select): Restore function (Bug#11459).
3571 (Buffer-menu-mode-map): Bind it.
3572 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 3573
dee6c9a3
SM
35742012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3575
2171cea5
SM
3576 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
3577 (prolog-upper-case-string, prolog-lower-case-string)
3578 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
3579 (prolog-use-smie, prolog-smie-grammar): New vars.
3580 (prolog-smie-forward-token, prolog-smie-backward-token)
3581 (prolog-smie-rules): New funs.
3582 (prolog-comment-indent): Remove.
3583 (prolog-mode-variables): Use default comment indentation instead.
3584 Setup SMIE.
3585 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
3586 (prolog-mode): Don't call them any more.
3587 (prolog-electric-colon, prolog-electric-dash)
3588 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
3589
aa0382bd
SM
3590 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
3591
dbacb4bd
SM
3592 * minibuffer.el (completion--twq-all): Again, allow case differences.
3593
13bdd94c
SM
3594 * term.el: Move keymap initialization code to be more idiomatic.
3595 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
3596 (term-terminal-menu): Move initialization into declaration.
3597 (term-escape-char): Let the user set it in her .emacs.
3598
ff46c759
SM
3599 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
3600 Provide SMIE-based indentation (not enabled by default yet).
3601 (sh-mode-map): Don't bind electric keys.
3602 Use electric-pair-mode instead of skeleton-pair.
3603 (sh-assignment-regexp): Fit within 80 columns.
3604 (sh-indent-supported): Specify actual shell name instead of boolean.
3605 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
3606 (sh-maybe-here-document): Use it. Make obsolete.
3607 (sh-electric-here-document-mode) New minor mode.
3608 (sh-mode): Use it. Don't set sh-indent-supported-here here.
3609 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
3610 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
3611 (sh-smie-rc-grammar, sh-use-smie): New vars.
3612 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
3613 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
3614 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
3615 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
3616 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
3617 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
3618 (sh-set-shell): Use smie-setup if requested.
3619
dee6c9a3
SM
3620 * term.el (term-set-escape-char): Properly set term-escape-char.
3621 See http://stackoverflow.com/questions/10524656.
3622
9f9aa044
CY
36232012-05-10 Chong Yidong <cyd@gnu.org>
3624
3625 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
3626 Use url-generic-parse-url, and handle host names and Windows
3627 filenames properly.
3628 (ffap-url-unwrap-remote): Use url-generic-parse-url.
3629 (ffap-url-unwrap-remote): Accept list values, specifying a list of
3630 URL schemes to work on.
3631 (ffap--toggle-read-only): New function.
3632 (ffap-read-only, ffap-read-only-other-window)
3633 (ffap-read-only-other-frame): Use it.
3634 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
3635 necessary for ffap-url-unwrap-remote.
3636
836d29b3
DA
36372012-05-10 Dave Abrahams <dave@boostpro.com>
3638
3639 * cus-start.el (create-lockfiles): Add it.
3640
00fd78ed
CY
36412012-05-09 Chong Yidong <cyd@gnu.org>
3642
3643 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
3644 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
3645
666b903b 36462012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
3647
3648 * shell.el (shell-completion-vars): Fix last change (bug#11348).
3649
666b903b 36502012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
3651
3652 * ansi-color.el (ansi-color-process-output): Check for validity of
3653 comint-last-output-start before using it. This avoids a bad
3654 interaction with gdb-mi's input/output buffer.
3655
666b903b 36562012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
3657
3658 * files.el (dir-locals-read-from-file):
3659 Mention dir-locals in any error message.
3660
666b903b 36612012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
3662
3663 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
3664 package (Bug#11410).
3665
f677562b
CY
3666 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
3667 variables into description.
3668
666b903b 36692012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
3670
3671 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
3672 shell-delimiter-argument-list (bug#11348).
3673 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
3674
b499d8d0
JB
36752012-05-09 Juanma Barranquero <lekktu@gmail.com>
3676
8f6b6da8
JB
3677 * textmodes/rst.el: Silence byte-compiler warnings.
3678 (rst-re-alist, rst-reset-section-caches): Move around.
3679 (rst-re): Use `characterp', not `char-valid-p'.
3680 (font-lock-beg, font-lock-end): Declare.
3681
4824146a
JB
3682 * progmodes/idlw-shell.el (specs): Remove reference to deleted
3683 variable `idlwave-shell-activate-alt-keybindings' and simplify.
3684
b499d8d0
JB
3685 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
3686
ad89bb83
GM
36872012-05-08 Glenn Morris <rgm@gnu.org>
3688
3689 * files.el (auto-mode-alist): Treat ".make" like ".mk".
3690
8bba5a75
SM
36912012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3692
49ed9c8e
SM
3693 * vc/log-edit.el: Add GNU coding standards highlighting.
3694 (log-edit-font-lock-gnu-style)
3695 (log-edit-font-lock-gnu-keywords): New vars.
3696 (log-edit-font-lock-keywords): New fun.
3697 (log-edit-mode): Don't fold case in font-lock.
3698 (log-edit-font-lock-keywords): Do not assume case-folding.
3699
07d00b56
SM
3700 * imenu.el: Misc cleanup. Make docstrings out of comments.
3701 Use lexical-binding.
3702 (imenu--index-alist, imenu--last-menubar-index-alist)
3703 (imenu-menubar-modified-tick): Use defvar-local.
3704 (imenu--split-menu): Remove unused var.
3705 (imenu--cleanup-seen): Declare as global.
3706 (imenu--cleanup): Use dolist.
3707
8bba5a75
SM
3708 * subr.el (defvar-local): Add debug spec and doc-string position.
3709
5075bdb5
GM
37102012-05-08 Glenn Morris <rgm@gnu.org>
3711
090bd7cb 3712 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
3713 * language/english.el, language/georgian.el, language/greek.el:
3714 * language/japanese.el, language/khmer.el, language/korean.el:
3715 * language/lao.el, language/misc-lang.el, language/romanian.el:
3716 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
3717 * language/thai.el, language/utf-8-lang.el:
3718 Remove no-byte-compile setting.
3719
5075bdb5
GM
3720 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
3721
06f679a7
AH
37222012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3723
3724 * progmodes/make-mode.el (makefile-browse):
3725 Remove unnecessary interactive. (Bug#11324)
3726
03794570
GM
37272012-05-07 Glenn Morris <rgm@gnu.org>
3728
af8630f4
GM
3729 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
3730
03794570
GM
3731 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
3732
f0809a9d
SM
37332012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3734
28be5ce7
SM
3735 * loadup.el: Preload newcomment.el.
3736 * newcomment.el: Move autoload-only code to toplevel.
3737
f0809a9d
SM
3738 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
3739 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
3740 Handle new :right-align column property.
3741 (tabulated-list-print-col): Idem, plus use `display' text-property to
3742 try and preserve alignment for variable pitch fonts.
3743
1241b724
CY
37442012-05-07 Chong Yidong <cyd@gnu.org>
3745
3746 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
3747 (tabulated-list-use-header-line): New var.
3748 (tabulated-list-init-header): Use it.
3749 (tabulated-list-print-fake-header): New function.
3750 (tabulated-list-print): Use it.
3751 (tabulated-list-sort-button-map): Add non-header-line commands.
3752 (tabulated-list-init-header): Add column name property to basic
3753 labels as well.
3754 (tabulated-list-col-sort): Handle non-header-line button case.
3755 (tabulated-list--sort-by-column-name): Fix a corner case.
3756
f0809a9d
SM
3757 * buff-menu.el (list-buffers--refresh):
3758 Handle Buffer-menu-use-header-line.
1241b724 3759
e5f9458f
CY
37602012-05-06 Chong Yidong <cyd@gnu.org>
3761
3762 * buff-menu.el: Convert to Tabulated List mode.
3763 (Buffer-menu-buffer+size-width): Make obsolete.
3764 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
3765 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
3766 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
3767 documentation into docstring of buffer-menu.
3768 (Buffer-menu-toggle-files-only): Add an informative message.
3769 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
3770 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
3771 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
3772 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
3773 (Buffer-menu-execute, Buffer-menu-select)
3774 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
3775 (Buffer-menu-bury): Use Tabulated List machinery.
3776 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
3777 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 3778 Delete.
e5f9458f
CY
3779 (list-buffers--refresh): New function.
3780 (list-buffers-noselect): Use it.
3781 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
3782 (Buffer-menu--pretty-file-name): New helper functions.
3783
3784 * loadup.el: Preload tabulated-list.
3785
3786 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
3787 tabulated-list-sort-column.
3788 (tabulated-list-init-header): Add the initial aligning space even
3789 if tabulated-list-padding is zero.
3790
e129292c
CS
37912012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
3792
3793 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
3794 whose cdr is not a cons cell correctly (bug#11038).
3795
6632d361
CY
37962012-05-06 Chong Yidong <cyd@gnu.org>
3797
e129292c
CS
3798 * emacs-lisp/tabulated-list.el (tabulated-list-format):
3799 Accept additional plist in column descriptors.
6632d361
CY
3800 (tabulated-list-init-header): Obey it.
3801 (tabulated-list-get-entry): New function.
3802 (tabulated-list-put-tag): Use it. Use string-width instead of
3803 length.
3804 (tabulated-list--column-number): New function.
3805 (tabulated-list-print): Use it.
e129292c
CS
3806 (tabulated-list-print-col): New function.
3807 Set `tabulated-list-column-name' property on each column's text.
6632d361 3808 (tabulated-list-print-entry): Use it.
e129292c
CS
3809 (tabulated-list-delete-entry, tabulated-list-set-col):
3810 New functions.
6632d361
CY
3811 (tabulated-list-sort-column): New command (Bug#11337).
3812
3cc99f68
CY
3813 * buff-menu.el (list-buffers): Move C-x C-b binding from
3814 buff-menu.el to bindings.el.
3815
3816 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
3817 :advertised-binding feature.
3818
52b61776
TN
38192012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
3820
3821 * progmodes/compile.el (compilation-internal-error-properties):
3822 Calculate start position correctly when end-col is set but
3823 end-line is not (Bug#11382).
3824
ebfe2597
WJ
38252012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
3826
3827 * man.el (Man-unindent): Use text-property-default-nonsticky to
3828 prevent untabify from inheriting face properties (Bug#11408).
3829
6d3f7c2f
SM
38302012-05-05 Stefan Merten <smerten@oekonux.de>
3831
3832 * textmodes/rst.el: Major merge with upstream development up to
3833 Docutils SVN r7399 / rst.el V1.2.1.
3834
3835 Clarify maintainership and authors.
3836
3837 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
3838 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
3839 (rst-official-version, rst-official-cvs-rev, rst-version)
3840 (rst-package-emacs-version-alist): New functions and variables
3841 for version information.
3842
3843 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
3844 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
3845 (rst-mode-syntax-table, rst-mode): New and corrected functions
3846 and variables representing reStructuredText features.
3847
3848 (rst-re): New function for reStructuredText regexes. Use in
3849 many places.
3850
3851 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
3852 (rst-mode-map): Rebind keys.
3853
3854 (rst-mode-lazy, rst-font-lock-keywords)
3855 (rst-font-lock-extend-region)
3856 (rst-font-lock-extend-region-internal)
3857 (rst-font-lock-extend-region-extend)
3858 (rst-font-lock-find-unindented-line-limit)
3859 (rst-font-lock-find-unindented-line-match)
3860 (rst-adornment-level, rst-font-lock-adornment-level)
3861 (rst-font-lock-adornment-match)
3862 (rst-font-lock-handle-adornment-pre-match-form)
3863 (rst-font-lock-handle-adornment-matcher): Major revision of
3864 font-locking. Integrate with other code. Use `jit-lock-mode'.
3865
3866 (rst-preferred-adornments, rst-adjust-hook)
3867 (rst-new-adornment-down, rst-preferred-bullets)
3868 (rst-preferred-bullets, rst-indent, rst-indent-width)
3869 (rst-indent-field, rst-indent-literal-normal)
3870 (rst-indent-literal-minimized, rst-indent-comment): Change,
3871 extend and improve customization.
3872
3873 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
3874 (rst-normalize-cursor-position, rst-get-decoration)
3875 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
3876 (rst-rstrip, rst-toc-insert-find-delete-contents)
3877 (rst-shift-fill-region, rst-compute-bullet-tabs)
3878 (rst-debug-print-tabs, rst-debug-mark-found)
3879 (rst-shift-region-guts, rst-shift-region-right)
3880 (rst-shift-region-left, rst-use-char-classes)
3881 (rst-font-lock-keywords-function)
3882 (rst-font-lock-indentation-point)
3883 (rst-font-lock-find-unindented-line-begin)
3884 (rst-font-lock-find-unindented-line-end)
3885 (rst-font-lock-find-unindented-line)
3886 (rst-font-lock-adornment-point, rst-font-lock-level)
3887 (rst-adornment-level-alist): Remove functions and variables.
3888
3889 (rst-compare-adornments, rst-get-adornment-match)
3890 (rst-suggest-new-adornment, rst-get-adornments-around)
3891 (rst-adornment-complete-p, rst-get-next-adornment)
3892 (rst-adjust-adornment, rst-display-adornments-hierarchy)
3893 (rst-straighten-adornments): Standardize function names to
3894 use "adornment" instead of "decoration". Correct callers.
3895 Similar standardizing in many places.
3896
3897 (rst-update-section, rst-adjust, rst-promote-region)
3898 (rst-enumerate-region, rst-bullet-list-region)
3899 (rst-repeat-last-character): Correct use of `interactive'.
3900
3901 (rst-classify-adornment, rst-find-all-adornments)
3902 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
3903 (rst-find-leftmost-column, rst-repeat-last-character):
3904 Refactor functions.
3905
3906 (rst-find-title-line, rst-reset-section-caches)
3907 (rst-get-adornments-around, rst-adjust-adornment-work)
3908 (rst-arabic-to-roman, rst-roman-to-arabic)
3909 (rst-insert-list-pos, rst-insert-list-new-item)
3910 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
3911 New functions.
3912
3913 (rst-all-sections, rst-section-hierarchy)
3914 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
3915 New variables.
3916
3917 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
3918 configuration instead of only buffer. Change where necessary.
3919
3920 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
3921 (rst-shift-region, rst-adaptive-fill): New functions for
3922 indentation and filling.
3923
3924 (rst-comment-line-break, rst-comment-indent)
3925 (rst-comment-insert-comment, rst-comment-region)
3926 (rst-uncomment-region): New functions for handling comments.
3927
3928 (rst-compile): Quote shell arguments.
3929
3930 (rst-compile-pdf-preview, rst-compile-slides-preview):
3931 Delete temporary files after use.
3932
a43f98b3
GM
39332012-05-05 Glenn Morris <rgm@gnu.org>
3934
48176e8b
GM
3935 * calendar/cal-html.el: Optionally include holidays in the output.
3936 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
3937 (cal-html-holidays): New option.
3938 (cal-html-css-default): Add holiday entry.
3939 (holiday-in-range): Autoload it.
3940 (cal-html-htmlify-entry): Add optional class argument.
3941 (cal-html-htmlify-list): Add optional holidays argument.
3942 (cal-html-insert-agenda-days): Include holidays in the output.
3943 (cal-html-one-month): Maybe include holidays.
3944
a43f98b3
GM
3945 * calendar/holidays.el (holiday-in-range):
3946 Move here from cal-tex-list-holidays.
3947 * calendar/cal-tex.el (cal-tex-list-holidays):
3948 Make it an obsolete alias for holiday-in-range. Update all callers.
3949
fef9d149 39502012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
3951
3952 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
3953 Nextstep.
3954
248da2f4
RW
39552012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
3956
3957 * files.el (file-auto-mode-skip): New var.
3958 (set-auto-mode-1): Use it.
3959
f95e9344
SM
39602012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3961
df96ab1e
SM
3962 * repeat.el: Use lexical-binding.
3963 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
3964 (repeat-undo-count): Remove.
3965 (repeat):
3966 * progmodes/octave-mod.el (octave-abbrev-start):
3967 * progmodes/f90.el (f90-abbrev-start):
3968 * face-remap.el (text-scale-adjust):
3969 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
3970
5342bb06
SM
3971 * emacs-lisp/pcase.el (pcase--let*): New function.
3972 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
3973 a bit more.
3974 (pcase--split-pred): Be more clever about ruling out overlap between
3975 a predicate and some constant pattern.
3976 (pcase--q1): Use `null' instead of (eq foo nil).
3977
f95e9344
SM
3978 * subr.el (setq-local, defvar-local): New macros.
3979 (kbd): Redefine as an alias.
3980 (with-selected-window): Leave unrelated frames alone.
3981 (set-temporary-overlay-map): New function.
3982
71873e2b
SM
39832012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3984
3985 * subr.el (user-error): New function.
3986 * window.el (switch-to-buffer):
3987 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
3988 (smerge-match-conflict):
3989 * simple.el (previous-matching-history-element)
3990 (next-matching-history-element, goto-history-element, undo-more)
3991 (undo-start):
3992 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
3993 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
3994 (next-file, tags-loop-scan, list-tags, complete-tag):
3995 * progmodes/compile.el (compilation-loop):
3996 * mouse.el (mouse-minibuffer-check):
3997 * man.el (Man-bgproc-sentinel, Man-goto-page):
3998 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
3999 (Info-history-forward, Info-follow-reference, Info-menu)
4000 (Info-extract-menu-item, Info-extract-menu-counting)
4001 (Info-forward-node, Info-backward-node, Info-next-menu-item)
4002 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
4003 (Info-next-reference, Info-prev-reference, Info-index)
4004 (Info-index-next, Info-follow-nearest-node)
4005 (Info-copy-current-node-name):
4006 * imenu.el (imenu--make-index-alist)
4007 (imenu-default-create-index-function, imenu-add-to-menubar):
4008 * files.el (basic-save-buffer, recover-file):
4009 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4010 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
4011 (checkdoc-message-text, checkdoc-defun):
4012 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
4013 * cus-edit.el (customize-changed-options, customize-rogue)
4014 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
4015 (custom-variable-mark-to-reset-standard)
4016 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
4017 (custom-file):
4018 * completion.el (check-completion-length):
4019 * comint.el (comint-search-arg)
4020 (comint-previous-matching-input-string-position)
4021 (comint-previous-matching-input)
4022 (comint-replace-by-expanded-history-before-point, comint-send-input)
4023 (comint-copy-old-input, comint-backward-matching-input)
4024 (comint-goto-process-mark, comint-set-process-mark):
4025 * calendar/calendar.el (calendar-cursor-to-date): Use it.
4026 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
4027
8a61ee22
SM
40282012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4029
66408d1e
SM
4030 * dabbrev.el (dabbrev--ignore-case-p): New function.
4031 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
4032 Use it.
4033
8a61ee22
SM
4034 * files.el (automount-dir-prefix): Mark as obsolete.
4035
3c74813a
GM
40362012-05-04 Glenn Morris <rgm@gnu.org>
4037
4038 * patcomp.el, play/bruce.el: Move to obsolete/.
4039
0bfcf5c5
PE
40402012-05-04 Paul Eggert <eggert@cs.ucla.edu>
4041
4042 Fix minor Y10k bugs.
4043 * arc-mode.el (archive-unixdate):
4044 * autoinsert.el (auto-insert-alist):
4045 * calc/calc-forms.el (math-this-year):
4046 * emacs-lisp/copyright.el (copyright-current-year)
4047 (copyright-update-year, copyright):
4048 * tar-mode.el (tar-clip-time-string):
4049 * time.el (display-time-update):
4050 Don't assume years have 4 digits.
4051
78f3273a
CY
40522012-05-04 Chong Yidong <cyd@gnu.org>
4053
4054 * dos-w32.el (file-name-buffer-file-type-alist)
4055 (direct-print-region-use-command-dot-com):
4056 * ffap.el (ffap-menu-regexp):
4057 * find-file.el (ff-special-constructs):
4058 * follow.el (follow-debug):
4059 * forms.el (forms--debug):
4060 * iswitchb.el (iswitchb-all-frames):
4061 * ido.el (ido-all-frames):
4062 * emacs-lisp/timer.el (timer-max-repeats):
4063 * mail/feedmail.el (feedmail-mail-send-hook)
4064 (feedmail-mail-send-hook-queued):
4065 * mail/footnote.el (footnote-signature-separator):
4066 * mail/mailabbrev.el (mail-alias-separator-string)
4067 (mail-abbrev-mode-regexp):
4068 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
4069 * progmodes/idlwave.el (idlwave-libinfo-file)
4070 (idlwave-default-completion-case-is-down)
4071 (idlwave-library-routines): Convert defvars to defcustoms.
4072
4073 * mail/rmail.el (rmail-decode-mime-charset):
4074 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
4075 (idlwave-shell-fix-inserted-breaks)
4076 (idlwave-shell-activate-alt-keybindings)
4077 (idlwave-shell-use-breakpoint-glyph):
4078 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
4079
f7ae6719
SM
40802012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4081
4082 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
4083
47086495
WS
40842012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
4085
4086 * progmodes/verilog-mode.el (font-lock-keywords):
4087 Fix mis-highligting auto. Reported by Craig Barner.
4088 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
4089 defines from global name space. Reported by Dan Dever.
4090 (verilog-auto-reset, verilog-auto-reset-widths)
4091 (verilog-auto-tieoff): Support using unbased numbers for
4092 AUTORESET and AUTOTIEOFF.
4093 (verilog-submit-bug-report): Update variable list.
4094 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
4095 parenthesis from not matching. Reported by Michael Rytting.
4096 (verilog-auto-template-lint): Fix hash error when linting modules
4097 with no used templates.
4098 (verilog-warn, verilog-warn-error)
4099 (verilog-warn-fatal): When non-interactive report multiple
4100 warnings before exiting. Suggested by Brad Dobbie.
4101 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
4102 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
4103 to report unused template errors. Reported by Brad Dobbie.
4104 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
4105 nets, bug438. Reported by Vns Blore.
4106 (verilog-auto-inout-module, verilog-auto-reg)
4107 (verilog-read-decls, verilog-read-sub-decls-sig)
4108 (verilog-signals-edit-wire-reg, verilog-signals-with):
4109 Fix passing of Verilog data types in ANSI input/output ports
4110 such as "output logic" into the AUTOs. Special case "wire" and
4111 "reg" for backwards compatibility presuming Verilog 2001.
4112 (verilog-auto-ascii-enum): Add "auto enum" as alias.
4113 (verilog-preprocess): Fix replication of preprocess output.
4114 Reported by Brad Dobbie.
4115 (verilog-auto-inst-interfaced-ports):
4116 Create verilog-auto-inst-interfaced-ports, bug429.
4117 Reported by Julian Gorfajn.
4118 (verilog-after-save-font-hook)
4119 (verilog-before-save-font-hook): New variable.
4120 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
4121 (verilog-save-font-mods): Wrap disabling fontification, reported
4122 by David Rogoff.
4123 (verilog-do-indent, verilog-pretty-declarations-auto)
4124 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
4125 Reported by Pierre-David Pfister.
4126 (verilog-set-auto-endcomments): Fix endtask auto comments outside
4127 of class declarations, bug292. Reported by Kevin Heilman.
4128 (verilog-read-decls): Fix 'parameter type' not appearing in
4129 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
4130 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
4131 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
4132 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
4133 Reported by David Kravitz.
4134
41352012-05-03 Michael McNamara <mac@mail.brushroad.com>
4136
4137 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
4138 assignment with tests in ifs and for loops.
4139 (verilog-extended-complete-re, verilog-complete-reg): Change so
4140 that DPI inport functions don't look like fuction declarations.
4141 (verilog-pretty-expr): Don't line up assignment
4142 operations to the test and increment in if and for loops
4143 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 4144 that DPI inport functions don't look like fuction declarations.
47086495 4145
2e51d4b5
KH
41462012-05-03 Kenichi Handa <handa@m17n.org>
4147
4148 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 4149 decoding, and show a warning message without signaling an error
2e51d4b5
KH
4150 (Bug#11282).
4151
2bd785a2
SM
41522012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4153
4154 * emacs-lisp/bytecomp.el
4155 (byte-compile-file-form-custom-declare-variable): Compile all elements,
4156 since cconv.el might have introduced :fun-body, internal-make-closure,
4157 and friends for bytecomp to handle (bug#11391).
4158 * custom.el (defcustom): Avoid ((λ ..) ..).
4159
99d27583
SM
41602012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
4161
4162 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
4163
55a71479
JB
41642012-05-02 Juanma Barranquero <lekktu@gmail.com>
4165
4166 * notifications.el (dbus-debug):
4167 * term/linux.el (gpm-mouse-enable):
4168 * term/screen.el (xterm-register-default-colors): Declare.
4169
7b97c764
CY
41702012-05-02 Chong Yidong <cyd@gnu.org>
4171
2bc356d7
CY
4172 * cus-start.el (gc-cons-percentage, exec-suffixes)
4173 (dos-display-scancodes, dos-hyper-key, dos-super-key)
4174 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
4175 (make-cursor-line-fully-visible, void-text-area-pointer)
4176 (font-list-limit): Add customization data.
4177
7b97c764
CY
4178 * allout.el (allout-exposure-change-functions)
4179 (allout-structure-added-functions)
4180 (allout-structure-deleted-functions)
4181 (allout-structure-shifted-functions): Rename abnormal hooks from
4182 *-hook, and convert to defcustoms.
5d3385a0
JB
4183 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
4184 Convert to defcustoms.
7b97c764
CY
4185 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
4186
4187 * allout-widgets.el: Hook callers changed.
4188
90207a15 41892012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
4190
4191 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
4192 the yanked message in preference to the default value of
4193 buffer-file-coding-system.
4194
90207a15 41952012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 4196
5d3385a0
JB
4197 * window.el (display-buffer--action-function-custom-type):
4198 Fix entry.
d9558cad 4199
90207a15 42002012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
4201
4202 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
4203
d80ac57b
GM
42042012-05-01 Glenn Morris <rgm@gnu.org>
4205
976f7668
GM
4206 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
4207
beb83b5a
GM
4208 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
4209
d80ac57b
GM
4210 * cus-edit.el (custom-variable-documentation): Simplify with format.
4211
b593d6a9 42122012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
f1a71c6e 4213 Stefan Monnier <monnier@iro.umontreal.ca>
b593d6a9
AH
4214
4215 * simple.el (suggest-key-bindings, execute-extended-command):
4216 Move from keyboard.c.
4217
782fbf2a
CY
42182012-05-01 Chong Yidong <cyd@gnu.org>
4219
4220 * follow.el: Eliminate advice.
4221 (set-process-filter, process-filter, sit-for): Advice deleted.
4222 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
4223 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
4224 Vars deleted.
782fbf2a
CY
4225 (follow-auto): Use a :set function.
4226 (follow-mode): Rewritten. Don't advise process filters.
4227 (follow-switch-to-current-buffer-all, follow-scroll-up)
4228 (follow-scroll-down): Assume follow-mode is bound.
4229 (follow-comint-scroll-to-bottom)
4230 (follow-align-compilation-windows): New functions.
4231 (follow--window-sorter): New function.
4232 (follow-all-followers): Use it to explicitly sort windows by their
4233 positions; don't make assumptions about next-window order.
4234 (follow-windows-start-end, follow-delete-other-windows-and-split)
4235 (follow-calc-win-start): Doc fix.
4236 (follow-windows-aligned-p, follow-select-if-visible): Don't call
4237 vertical-motion unnecessarily.
4238 (follow-adjust-window): New function.
4239 (follow-post-command-hook): Use it.
4240 (follow-call-set-process-filter, follow-call-process-filter)
4241 (follow-intercept-process-output, follow-tidy-process-filter-alist)
4242 (follow-stop-intercept-process-output, follow-generic-filter):
4243 Functions deleted.
4244 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
4245 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
4246 New functions, replacing advice on scroll-bar-* commands.
87233a14 4247 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
4248
4249 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
4250 (comint-postoutput-scroll-to-bottom): Use it.
4251 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 4252
290af740
GM
42532012-05-01 Glenn Morris <rgm@gnu.org>
4254
4255 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
4256 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
4257 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
4258 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
4259 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
4260 Remove no-byte-compile setting.
4261
6eac8dc9
SM
42622012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4263
4264 * minibuffer.el (completion-table-with-quoting): Fix compatibility
4265 all-completions code to not return a number in the last cdr.
4266
9cc7819c
LL
42672012-04-30 Leo Liu <sdl.web@gmail.com>
4268
4269 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
4270 read-only error.
4271
c93b886f
CY
42722012-04-29 Chong Yidong <cyd@gnu.org>
4273
4274 * follow.el (follow-calc-win-end): Rewrite to handle partial
4275 screen lines correctly (Bug#8390).
4276 (follow-avoid-tail-recenter): Minor cleanup.
4277
8b6c19f4
SM
42782012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
4279
4280 Avoid the obsolete `assoc' package.
4281 * speedbar.el (speedbar-refresh): Avoid adelete.
4282 (speedbar-file-lists): Simplify and avoid aput.
4283 * man.el (Man--sections, Man--refpages): New vars, replacing
4284 Man-sections-alist and Man-refpages-alist.
4285 (Man-build-section-alist, Man-build-references-alist):
4286 Use them; avoid aput.
4287 (Man--last-section, Man--last-refpage): New vars.
4288 (Man-follow-manual-reference): Use them.
4289 Use the `default' arg of completing-read.
4290 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
4291
c5bb7569
CY
42922012-04-27 Chong Yidong <cyd@gnu.org>
4293
d1d2e2e8
CY
4294 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
4295
15cd8efd
CY
4296 * startup.el (x-apply-session-resources): New function.
4297
4298 * term/ns-win.el (ns-initialize-window-system):
4299 * term/w32-win.el (w32-initialize-window-system):
4300 * term/x-win.el (x-initialize-window-system): Use it to properly
4301 set menu-bar-mode and other vars from X resources, even if the
4302 initial frame is not a window-system frame (Bug#2299).
4303
c5bb7569
CY
4304 * subr.el (read-key): Avoid running filter function when setting
4305 up temporary tool bar entries (Bug#9922).
4306
a8e7d6d7 43072012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
4308
4309 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
4310 (Bug#11344)
4311
a8e7d6d7 43122012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
4313
4314 * select.el (xselect--encode-string): New function, split from
4315 xselect-convert-to-string.
4316 (xselect-convert-to-string): Use it.
4317 (xselect-convert-to-filename, xselect-convert-to-os)
4318 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
4319 returned strings are properly encoded (Bug#11315).
4320
a8e7d6d7 43212012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
4322
4323 * simple.el (delete-active-region): Move to killing custom group.
4324
a8e7d6d7 43252012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
4326
4327 * progmodes/which-func.el (which-func-current): Quote %
4328 characters for mode-line processing.
4329
578c1d4b 43302012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
4331
4332 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
4333 reaching eob (Bug#11286).
4334
a8e7d6d7 43352012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
4336
4337 * progmodes/gdb-mi.el (gdb-control-level): New variable.
4338 (gdb): Make it buffer-local and init to zero.
4339 (gdb-control-commands-regexp): New variable.
4340 (gdb-send): Don't wrap in "-interpreter-exec console" if
4341 gdb-control-level is positive. Increment gdb-control-level
4342 whenever the command matches gdb-control-commands-regexp, and
4343 decrement it each time the command is "end". (Bug#11279)
4344
a8e7d6d7 43452012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
4346
4347 * window.el (adjust-window-trailing-edge, enlarge-window)
4348 (shrink-window, window-resize):
4349 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
4350 windows (Bug#11276).
4351
b3608390
CY
43522012-04-27 Chong Yidong <cyd@gnu.org>
4353
4354 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 4355 fix "missing prefix" warning. All callers changed.
b3608390 4356
797e6e88
SM
43572012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
4358
4359 * emacs-lisp/assoc.el: Move to obsolete/.
4360
e95a67dc
SM
43612012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4362
657c21e4 4363 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
4364
4365 * term/ns-win.el (ns-define-service):
4366 * progmodes/pascal.el (pascal-goto-defun):
4367 * progmodes/js.el (js--read-tab):
4368 * progmodes/etags.el (tags-lazy-completion-table):
4369 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
4370 * emacs-lisp/ewoc.el (ewoc--wrap):
4371 * emacs-lisp/assoc.el (aput, adelete, amake):
4372 * doc-view.el (doc-view-convert-current-doc):
4373 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
4374
cb3e7ae0
CY
43752012-04-26 Chong Yidong <cyd@gnu.org>
4376
dce04f7f
CY
4377 * image.el (image-type-from-buffer): Only return supported image
4378 type (Bug#9045).
4379
cb3e7ae0
CY
4380 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
4381 value, for symmetry with diff-end-of-hunk.
4382 (diff-split-hunk, diff-find-source-location)
4383 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
4384 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
4385 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
4386 compute the relevant hunk or file properly (Bug#6005).
4387 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
4388
0d42eb3e
SM
43892012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4390
4391 * vc/vc-mtn.el:
4392 * vc/vc-hg.el:
4393 * vc/vc-git.el:
4394 * vc/vc-dir.el:
4395 * vc/vc-cvs.el:
4396 * vc/vc-bzr.el:
4397 * vc/vc-arch.el:
4398 * vc/vc.el: Replace lexical-let by lexical-binding.
4399 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
4400 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
4401 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
4402
f08ae1c9
CY
44032012-04-26 Chong Yidong <cyd@gnu.org>
4404
8b71081d
CY
4405 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
4406 (diff-mode-shared-map): Bind it to / and [remap undo].
4407
f08ae1c9
CY
4408 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
4409 (ediff-window-setup-function): Use it as the default, to set up
4410 windows based on whether the current frame is graphical (Bug#2138).
4411 (ediff-choose-window-setup-function-automatically): Make obsolete.
4412
4413 * vc/ediff-init.el: Always define ediff-pixel-width/height.
4414
ef24141c
SM
44152012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
4416
cc356a5d
SM
4417 * ffap.el: Remove old code for obsolete package.
4418 (ffap-complete-as-file-p): Remove.
4419
b4ff4f1f
SM
4420 Use completion-table-with-quoting for comint and pcomplete.
4421 * comint.el (comint--unquote&requote-argument)
4422 (comint--unquote-argument, comint--requote-argument): New functions.
4423 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
4424 (comint-quote-filename): Use regexp-opt-charset.
4425 (comint--common-suffix, comint--common-quoted-suffix)
4426 (comint--table-subvert): Remove.
4427 (comint-unquote-function, comint-requote-function): New vars.
4428 (comint--complete-file-name-data): Use them with
4429 completion-table-with-quoting.
4430 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
4431 * pcomplete.el (pcomplete-arg-quote-list)
4432 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
4433 (pcomplete-unquote-argument-function): Default to non-nil.
4434 (pcomplete-unquote-argument): Simplify.
4435 (pcomplete--common-quoted-suffix): Remove.
4436 (pcomplete-requote-argument-function): New var.
4437 (pcomplete--common-suffix): New function.
4438 (pcomplete-completions-at-point): Use completion-table-with-quoting
4439 and completion-table-subvert.
4440
79c4eeb4
SM
4441 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
4442 (minibuffer--double-dollars): Preserve properties.
4443 (completion--sifn-requote): New function.
4444 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
4445
ef24141c
SM
4446 * minibuffer.el: Add support for completion of quoted/escaped data.
4447 (completion-table-with-quoting, completion-table-subvert): New funs.
4448 (completion--twq-try, completion--twq-all): New functions.
4449 (completion--nth-completion): New function.
4450 (completion-try-completion, completion-all-completions): Use it.
4451
784e7d6e
LL
44522012-04-25 Leo Liu <sdl.web@gmail.com>
4453
dd2ac746
SM
4454 * progmodes/python.el (python-pdbtrack-get-source-buffer):
4455 Use compilation-message if available to find real filename.
784e7d6e 4456
07875ee7
CY
44572012-04-25 Chong Yidong <cyd@gnu.org>
4458
4459 * vc/diff-mode.el (diff-setup-whitespace): New function.
4460 (diff-mode): Use it.
4461
4462 * vc/diff.el (diff-sentinel):
4463 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
4464 Whitespace mode variables based on diff style (Bug#8612).
4465
5055880d
LL
44662012-04-25 Leo Liu <sdl.web@gmail.com>
4467
daf75653
LL
4468 * progmodes/python.el (python-send-region): Add suffix .py to the
4469 temp file.
4470
5055880d
LL
4471 * files.el (auto-mode-alist): Use javascript-mode instead.
4472
db9b177b
AH
44732012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
4474
ef24141c 4475 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 4476
090bd7cb 4477 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 4478 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 4479 references, see Bug#9.
ef24141c 4480 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 4481 when receiving a fault reply.
ef24141c 4482 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 4483
090bd7cb 4484 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 4485 (soap-inspect-simple-type): New function.
db9b177b 4486
090bd7cb 4487 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 4488 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
4489 (soap-decode-basic-type, soap-encode-basic-type):
4490 support unsignedInt and double basic types.
db9b177b 4491 (soap-resolve-references-for-simple-type)
ef24141c
SM
4492 (soap-parse-simple-type, soap-encode-simple-type): New function.
4493 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 4494
090bd7cb 4495 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
4496 (soap-default-soapenc-types): Add integer, byte and anyURI types.
4497 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
4498 the local name of "soapenc:Array".
4499 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
4500 decoding integer, byte and anyURI xsd types.
4501
1fc6097b
CY
45022012-04-25 Chong Yidong <cyd@gnu.org>
4503
4504 * cus-edit.el (custom-buffer-create-internal): Update header text.
4505
afc6df87
EZ
45062012-04-25 Eli Zaretskii <eliz@gnu.org>
4507
4508 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
4509 settings on 'system-type', not on 'window-system'. On MS-Windows,
4510 set interactive-mode on in GDB.
4511
dfbd787f
SM
45122012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4513
4514 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
4515 (ruby-syntax-propertize-regexp): Remove.
4516 (ruby-syntax-propertize-function): Split regexp into chunks.
4517 Match following code directly.
4518
85222d44
DG
45192012-04-24 Dmitry Gutov <dgutov@yandex.ru>
4520
51a8ea2a
DG
4521 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
4522 (ruby-syntax-propertize-regexp): New function.
4523 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
4524 by a special keyword.
4525
85222d44
DG
4526 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
4527 (ruby-syntax-general-delimiters-goto-beg)
4528 (ruby-syntax-propertize-general-delimiters): New functions.
4529 (ruby-syntax-propertize-function): Use them to handle GDL.
4530 (ruby-font-lock-keywords): Move old handling of GDL...
4531 (ruby-font-lock-syntactic-keywords): .. to here.
4532 (ruby-calculate-indent): Adjust indentation for GDL.
4533
b613912b
MA
45342012-04-24 Michael Albinus <michael.albinus@gmx.de>
4535
b5380639
MA
4536 * notifications.el (top): Remove unneeded declarations.
4537 (notifications-specification-version): Change to "1.2".
e43042fe 4538 (notifications-interface, notifications-notify-method)
b613912b
MA
4539 (notifications-close-notification-method): Fix docstring.
4540 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
4541 (notifications-notify): Add :action-items, :resident and
4542 :transient hints. Change "image_data" to "image-data" and
4543 "image_path" to "image-path".
b613912b
MA
4544 (notifications-get-capabilities): New defun.
4545
257440aa
LL
45462012-04-24 Leo Liu <sdl.web@gmail.com>
4547
4548 * progmodes/python.el: Move hideshow setup to the end.
4549
b1bac16e
MR
45502012-04-24 Martin Rudalics <rudalics@gmx.at>
4551
4552 * window.el (handle-select-window): Clear echo area since this is
4553 no more done by read_char (Bug#11304).
4554
d81bd059
SM
45552012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4556
4557 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
4558 and `/ M' to filter-derived-mode.
4559 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
4560 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
4561 (ibuffer-mark-by-mode): Use default rather than initial-input.
4562 (ibuffer-filter-by-derived-mode): Autoload and require-match.
4563
c4cf6d91
IA
45642012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
4565
4566 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
4567 (ibuffer-filter-by-derived-mode): New filter.
4568 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
4569
7511ded8
CY
45702012-04-23 Andreas Politz <politza@fh-trier.de>
4571
4572 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
4573
775c916b
CY
45742012-04-23 Chong Yidong <cyd@gnu.org>
4575
4576 * cus-edit.el (customize-apropos, customize-apropos-options):
4577 Disable matching of non-option variables (Bug#11176).
4578 (customize-option, customize-option-other-window)
4579 (customize-changed-options): Doc fix.
4580 (customize-apropos-options, customize-apropos-faces)
4581 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
4582
4583 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 4584 Fix word list splitting (Bug#11132).
46c71e23
CY
4585 (apropos-symbol, apropos-keybinding, apropos-label)
4586 (apropos-property, apropos-function-button)
4587 (apropos-variable-button, apropos-misc-button): New faces.
4588 (apropos-symbol-face, apropos-keybinding-face)
4589 (apropos-label-face, apropos-property-face, apropos-match-face):
4590 Variables removed (Bug#8396).
4591 (apropos-library-button, apropos-format-plist, apropos-print)
4592 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 4593
2df41f9c
MA
45942012-04-23 Michael Albinus <michael.albinus@gmx.de>
4595
4596 * net/xesam.el (xesam-mode-map): Use let-bound map in
4597 initialization. (Bug#11292)
4598
da00640a
AM
45992012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4600
4601 Preserve ispell session localwords when switching back to
4602 original buffer.
4603
090bd7cb
JB
4604 * textmodes/ispell.el (ispell-buffer-session-localwords):
4605 New buffer-local variable to hold buffer session localwords.
ed9265fc 4606 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
4607 localwords.
4608 (ispell-command-loop, ispell-change-dictionary)
4609 (ispell-buffer-local-words): Preserve session localwords when
4610 needed.
4611
090bd7cb
JB
4612 * textmodes/flyspell.el (flyspell-process-localwords)
4613 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 4614
f621ccf5
AM
46152012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4616
090bd7cb
JB
4617 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
4618 using obsolete `translation-table-for-input'.
ef24141c
SM
4619 (ispell-word, ispell-process-line, ispell-complete-word):
4620 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 4621
c2d1019e
CY
46222012-04-22 Chong Yidong <cyd@gnu.org>
4623
4624 * cus-edit.el (custom-variable-menu)
4625 (custom-variable-reset-saved, custom-face-menu)
4626 (custom-face-reset-saved): If there is no saved value, make the
4627 "reset-saved" operation bring back the default (Bug#9509).
4628 (custom-face-state): Properly detect themed faces.
4629
eeddc531
CY
4630 * faces.el (face-spec-set): Stop supporting deprecated form of
4631 third arg.
4632
dcbf5805
MA
46332012-04-22 Michael Albinus <michael.albinus@gmx.de>
4634
4635 Move functions from C to Lisp. Make non-blocking method calls
4636 the default. Implement further D-Bus standard interfaces.
4637
ef24141c
SM
4638 * net/dbus.el (dbus-message-internal): Declare function.
4639 Remove unneeded function declarations.
dcbf5805
MA
4640 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
4641 (dbus-message-type-method-return, dbus-message-type-error)
4642 (dbus-message-type-signal): Declare variables. Remove local
4643 definitions.
4644 (dbus-interface-dbus, dbus-interface-peer)
4645 (dbus-interface-introspectable, dbus-interface-properties)
4646 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
4647 Adapt docstring.
4648 (dbus-interface-objectmanager): New defconst.
4649 (dbus-call-method, dbus-call-method-asynchronously)
4650 (dbus-send-signal, dbus-method-return-internal)
4651 (dbus-method-error-internal, dbus-register-service)
4652 (dbus-register-signal, dbus-register-method): New defuns, moved
4653 from dbusbind.c
4654 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
4655 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
4656 New defuns.
dcbf5805
MA
4657 (dbus-call-method-non-blocking): Make it an obsolete function.
4658 (dbus-unregister-object, dbus-unregister-service)
4659 (dbus-handle-event, dbus-register-property)
4660 (dbus-property-handler): Obey the new structure of
4661 `bus-registered-objects'.
4662 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
4663 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4664 Use `dbus-call-method'.
4665
cf20dee0
CY
46662012-04-22 Chong Yidong <cyd@gnu.org>
4667
4668 * cus-edit.el (custom-commands, custom-reset-menu)
4669 (Custom-reset-standard): Tweak labels.
4670 (custom-reset-button-menu): Change default to t.
4671 (custom-buffer-create-internal): For the custom-reset-button-menu
4672 case, put the revert button first.
4673 (custom-group-subtitle): New face.
4674 (custom-group-value-create): Align docstring to a specific column.
4675
4676 * wid-edit.el (widget-documentation-link-add): Don't handle
4677 indentation in this function.
4678 (widget-documentation-string-indent-to): New function.
4679 (widget-documentation-string-value-create): Use it.
4680
4681 * autorevert.el (auto-revert):
4682 * epg-config.el (epg):
4683 * ibuffer.el (ibuffer):
4684 * mpc.el (mpc):
4685 * ses.el (ses):
4686 * eshell/eshell.el (eshell):
4687 * net/ange-ftp.el (ange-ftp):
4688 * progmodes/ebnf2ps.el (postscript):
4689 * progmodes/flymake.el (flymake):
4690 * progmodes/prolog.el (prolog):
4691 * progmodes/verilog-mode.el (verilog-mode):
4692 * progmodes/which-func.el (which-func):
4693 * term/xterm.el (xterm):
4694 * textmodes/picture.el (picture):
4695 * textmodes/tildify.el (tildify):
4696 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
4697 customization buffers.
4698
583e23bd
AM
46992012-04-22 Alan Mackenzie <acm@muc.de>
4700
4701 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
4702 Adding a ) can hide the resulting (..) from searches. Fix it.
4703 Bound the backward search to the position of the existing (.
4704
7dd51bf1
JB
47052012-04-21 Juanma Barranquero <lekktu@gmail.com>
4706
4707 * progmodes/verilog-mode.el (verilog-mode): Check whether
4708 which-func-modes is t before adding verilog-mode.
4709 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
4710
d64a438f
LL
47112012-04-21 Leo Liu <sdl.web@gmail.com>
4712
7dd51bf1 4713 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 4714
081e8d65
MV
47152012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
4716
4717 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
4718 filling of the last column of a table (Bug#5635).
4719 (woman-find-next-control-line): New arg, specifying an additional
4720 regexp component for the control line.
4721 (woman2-roff-buffer): Use it.
4722 (woman-break-table): New function.
4723 (woman2-TS): Use it.
4724
47252012-04-21 Chong Yidong <cyd@gnu.org>
4726
4727 * woman.el (woman-set-buffer-display-table, woman-decode-region)
4728 (woman-horizontal-escapes, woman-negative-vertical-space)
4729 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
4730 (WoMan-warn-ignored): Use ?\s instead of ?\ .
4731
ed571ccb
SM
47322012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4733
4734 * minibuffer.el (completion-file-name-table): Complete user names.
4735
39773899
LL
47362012-04-20 Leo Liu <sdl.web@gmail.com>
4737
4738 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
4739 and pcase-let*.
4740
de6ff46d
CY
47412012-04-20 Chong Yidong <cyd@gnu.org>
4742
4743 * server.el (server-execute): Respect initial-buffer-choice if it
4744 is a string and there are no files to open (Bug#2825).
4745 (server-create-window-system-frame, server-create-tty-frame):
4746 Don't switch buffers here.
2d0e8e61
CY
4747 (server-process-filter): Only try to open a window system frame if
4748 compiled with graphical support (Bug#8314).
de6ff46d 4749
54071013
DN
47502012-04-20 Dan Nicolaescu <dann@gnu.org>
4751
4752 * battery.el (battery-echo-area-format): Display remaining time
4753 for sysfs backend too (Bug#11269).
4754 (battery-linux-sysfs): Fix conditional for the charge.
4755
f30d612a
CY
47562012-04-20 Chong Yidong <cyd@gnu.org>
4757
c07a4c0b 4758 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
4759 (gdb-inferior-io--init-proc): New function.
4760 (gdb-init-1): Use it.
4761 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
4762 responsible for allocating a new pty and hooking it to gdb when
4763 the old pty gets an EIO due to process exit.
4764 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
4765 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
4766 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
4767
2116e93c
EZ
47682012-04-20 Eli Zaretskii <eliz@gnu.org>
4769
4770 * window.el (window-min-size, window-sizable, window-min-delta)
4771 (window-max-delta, window--resizable, window-resizable)
4772 (window-total-size, window-full-height-p, window-full-width-p)
4773 (window-in-direction, window--resize-mini-window, window-resize)
4774 (window--resize-child-windows-normal)
4775 (window--resize-child-windows, window--resize-siblings)
4776 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 4777 (enlarge-window, shrink-window): Doc fixes.
2116e93c 4778
c07a4c0b 47792012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 4780
ef24141c
SM
4781 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
4782 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
4783 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
4784 pty process (Bug#11273).
4785 (gdb-update): New arg to suppress talking to the gdb process.
4786 (gdb-done-or-error): Use it.
4787 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
4788 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
4789 sentinel not being called.
4790
4791 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
4792
d02766ab
CY
4793 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
4794
c07a4c0b 47952012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
4796
4797 * net/network-stream.el (open-network-stream): Doc fix.
4798
c07a4c0b 47992012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
4800
4801 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
4802
c07a4c0b 48032012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
4804
4805 Ensure searching for keywords is case sensitive.
4806
4807 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
4808 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
4809 (c-defun-name, c-mark-function, c-cpp-define-name)
4810 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 4811 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 4812
ef24141c
SM
4813 * progmodes/cc-mode.el (c-font-lock-fontify-region):
4814 Bind case-fold-search to nil.
f0f6bc35 4815
c07a4c0b 48162012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
4817
4818 * mail/sendmail.el (mail-bury): Call return action with the right
4819 Rmail buffer (Bug#11242).
4820
9a864fa2
CY
4821 * server.el (server-process-filter): Handle corner case where both
4822 tty and nowait options are present (Bug#11102).
4823
539aa513
EZ
48242012-04-20 Eli Zaretskii <eliz@gnu.org>
4825
4826 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
4827 (top level): Put into the executable the ident-style '$Id:' tag on
4828 windows-nt as well.
539aa513 4829
cfc7d5da
SM
48302012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4831
4832 * electric.el (electric-indent-post-self-insert-function): Check that
4833 electric-indent-mode is enabled in current buffer.
4834
5b01685c
JB
48352012-04-19 Juanma Barranquero <lekktu@gmail.com>
4836
4837 * imenu.el (imenu-progress-message): Restore; it is "used" in
4838 erc/erc-imenu.el and net/snmp-mode.el.
4839
4d6769e1
JB
48402012-04-19 Juanma Barranquero <lekktu@gmail.com>
4841
4842 * avoid.el (mouse-avoidance-mode): Mark unused arg.
4843 (mouse-avoidance-nudge-mouse): Remove unused binding.
4844
4845 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
4846
4847 * descr-text.el (describe-char):
4848 * progmodes/python.el (python-describe-symbol):
4849 Don't call `toggle-read-only', set `buffer-read-only'.
4850
4851 * imenu.el (imenu-default-goto-function): Mark unused args.
4852 (imenu-progress-message): Remove obsolete macro; all callers changed.
4853
4854 * subr.el (keymap-canonicalize): Remove unused binding.
4855 (read-passwd): Mark unused arg.
4856
4857 * tutorial.el (tutorial--display-changes): Remove unused binding.
4858 (tutorial--save-tutorial-to): Remove unused variable.
4859
4860 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
4861 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
4862 (package-generate-autoloads, package-menu--generate)
4863 (package-menu--find-upgrades): Remove unused bindings.
4864
4865 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
4866 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
4867 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
4868 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
4869 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
4870 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
4871 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
4872 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
4873 (cua-delete-char-rectangle): Mark unused args.
4874 (cua-align-rectangle): Remove unused binding.
4875
4876 * mail/rmail.el (compilation--message->loc)
4877 (epa--find-coding-system-for-mime-charset): Declare.
4878
4879 * net/dbus.el (dbus-register-service): Declare.
4880 (dbus-name-owner-changed-handler): Remove unused binding.
4881
4882 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
4883 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
4884 (nxml-scan-backward-within): Mark unused arg.
4885 (nxml-dynamic-markup-word): Remove unused binding.
4886
4887 * mouse.el (mouse-menu-major-mode-map):
4888 * emacs-lisp/authors.el (authors-scan-change-log)
4889 (authors-add-to-author-list):
4890 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
4891 * emacs-lisp/smie.el (smie-auto-fill):
4892 * mail/sendmail.el (mail-bury):
4893 * mail/unrmail.el (unrmail):
4894 * net/tls.el (open-tls-stream):
4895 * textmodes/picture.el (picture-mouse-set-point):
4896 Remove unused bindings.
4897
8c8fc5df
MA
48982012-04-19 Michael Albinus <michael.albinus@gmx.de>
4899
4900 * net/tramp.el (tramp-action-password): Let-bind
4901 `enable-recursive-minibuffers' to t.
4902
a77b0ac9
SS
49032012-04-18 Sam Steingold <sds@gnu.org>
4904
4905 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
4906 instead of 'string to accommodate values like [f11].
4907 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
4908 * progmodes/gdb-mi.el: Likewise.
4909
12a106a9
LL
49102012-04-18 Leo Liu <sdl.web@gmail.com>
4911
4912 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
4913 current buffer.
4914 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
4915 LOCAL is nil.
4916
bc6494ef
CY
49172012-04-18 Chong Yidong <cyd@gnu.org>
4918
4919 * simple.el (line-move): Use forward-line if in batch mode
4920 (Bug#11053).
4921
c09c46b2
CS
49222012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
4923
4924 * files.el (after-find-file): Do not try to add a final newline if
4925 the buffer is read-only (Bug#11156).
4926
5f6530ea
RS
49272012-04-17 Richard Stallman <rms@gnu.org>
4928
4929 * mail/rmail.el (rmail-start-mail):
4930 Pass (rmail-mail-return...) for the return-action.
4931 Pass (rmail-yank-current-message...) for the yank-action.
4932 (rmail-yank-current-message): New function.
4933 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
4934 (rmail-reply): Likewise.
4935 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
4936
4937 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 4938 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
4939 buffer, not newbuf.
4940
197b6f3c
JB
49412012-04-17 Juanma Barranquero <lekktu@gmail.com>
4942
4943 * server.el (server-ensure-safe-dir): Simplify.
4944
2311d8e5 49452012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 4946
2311d8e5
GM
4947 * emacs-lisp/smie.el: Provide smarter auto-filling.
4948 (smie-auto-fill): New function.
4949 (smie-setup): Use it.
98fb480e 4950
2311d8e5
GM
4951 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
4952
49532012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
4954
4955 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
4956 (comment-indent): Use it.
4957
2311d8e5 49582012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
4959
4960 * ses.el: The overall change is to add cell renaming, that is
4961 setting fancy names for cell symbols other than name matching
4962 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 4963 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 4964 (ses-create-cell-variable): New defun.
2311d8e5 4965 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
4966 (ses-relocate-formula): Relocate formulas only for cells the
4967 symbols of which are not renamed, i.e. symbols whose names do not
4968 match regexp "\\`[A-Z]+[0-9]+\\'".
4969 (ses-relocate-all): Relocate values only for cells the symbols of
4970 which are not renamed.
4971 (ses-load): Create cells variables as the (ses-cell ...) are read,
4972 in order to check row col consistency with cell symbol name only
4973 for cells that are not renamed.
4974 (ses-replace-name-in-formula): New defun.
4975 (ses-rename-cell): New defun.
4bdf2ad2 4976
fc72b15c
PO
49772012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
4978
4979 * progmodes/perl-mode.el (perl-indent-parens-as-block):
4980 New option (bug#11118).
4981 (perl-calculate-indent): Respect it.
4982
12e10e61
GM
49832012-04-17 Glenn Morris <rgm@gnu.org>
4984
4985 * dired-aux.el (dired-mark-read-string): Doc fix.
4986
30009afd
DA
49872012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
4988
4989 * dired-aux.el (dired-mark-read-string): Offer optional completion.
4990 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
4991
41f03f4d
GM
49922012-04-17 Glenn Morris <rgm@gnu.org>
4993
4994 * mouse.el (mouse-drag-track):
4995 * speedbar.el (speedbar-frame-mode):
4996 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
4997
f45f90f3
LL
49982012-04-16 Leo Liu <sdl.web@gmail.com>
4999
5000 * progmodes/python.el: Trivial cleanup.
5001
94ee8db5
GM
50022012-04-16 Glenn Morris <rgm@gnu.org>
5003
121b8917
GM
5004 * vc/vc.el (vc-string-prefix-p):
5005 * vc/pcvs-util.el (cvs-string-prefix-p):
5006 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
5007 * mpc.el (mpc-string-prefix-p):
5008 Make all of these into obsolete aliases for string-prefix-p.
5009 Update callers.
5010 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
5011
1197ecfa
GM
5012 * textmodes/two-column.el: Move custom options to the start.
5013 (frame-width): Remove compat definition.
5014 (2C-associate-buffer, 2C-dissociate):
5015 Use with-current-buffer rather than save-excursion.
5016 (2C-dissociate): Force a mode-line update.
5017 (2C-autoscroll): Use ignore-errors.
5018
099e7202
GM
5019 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
5020 Autoload trivia.
5021
bf350d6a
GM
5022 * emacs-lisp/cl-extra.el (*random-state*):
5023 Remove unnecessary declaration.
5024
0e829eab
GM
5025 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
5026
e3ad7552
GM
5027 * play/cookie1.el (cookie-snarf):
5028 Give an explicit error if input file cannot be read.
5029
68892d27
GM
5030 * play/yow.el (yow-file): Use expand-file-name rather than concat.
5031
20f0c46d
GM
5032 * progmodes/perl-mode.el (c-macro-expand):
5033 Remove unnecessary autoload (it is in loaddefs.el).
5034
5a0978ce
GM
5035 * textmodes/picture.el (picture-desired-column)
5036 (picture-update-desired-column): Convert comments to doc-strings.
5037 (picture-substitute): Remove function.
5038 (picture-mode-map): Initialize in the defvar.
5039
6b955486
GM
5040 * woman.el: Remove eval-after-load for tar-mode.
5041 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
5042 (woman-tar-extract-file): Autoload it.
5043
94ee8db5
GM
5044 * frame.el (automatic-hscrolling): Make this alias obsolete.
5045
177eca34
AM
50462012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5047
090bd7cb 5048 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 5049 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
5050 (ispell-dictionary-base-alist): Revert to original XEmacs
5051 friendly version for default. [:alpha:] will be added in
090bd7cb 5052 `ispell-set-spellchecker-params' if needed.
177eca34 5053
c505aaeb
CY
50542012-04-16 Chong Yidong <cyd@gnu.org>
5055
b19dd9d1 5056 * image.el (imagemagick--file-regexp): New variable.
c505aaeb
CY
5057 (imagemagick-register-types): Use it.
5058 (imagemagick-types-inhibit): Add :set function. Allow new value
5059 of t to inhibit all types.
5060
5061 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
5062 so we can preload it.
5063
5064 * loadup.el (fboundp): Preload regexp-opt, needed by
5065 imagemagick-register-types.
5066
60efac0f
CY
50672012-04-15 Chong Yidong <cyd@gnu.org>
5068
5069 * frame.el (scrolling): Remove nearly unused customization group.
5070
5071 * scroll-all.el (scroll-all-mode): Move to windows group.
5072
5dd1713e
CY
50732012-04-15 Chong Yidong <cyd@gnu.org>
5074
5075 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
5076
e6fd457e
CY
50772012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
5078
5079 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 5080 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 5081
e153c136
GM
50822012-04-15 Glenn Morris <rgm@gnu.org>
5083
5084 * simple.el (process-file-side-effects): Doc fix.
5085
e6fd457e 50862012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
5087
5088 * international/mule-cmds.el (set-language-environment): Doc fix.
5089
3603c3b1
JB
50902012-04-14 Juanma Barranquero <lekktu@gmail.com>
5091
5092 * server.el (server-auth-key, server-generate-key): Doc fixes.
5093 (server-get-auth-key): Doc fix. Use `string-match-p'.
5094 (server-start): Reflow docstring.
5095
e6de100c
LI
50962012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
5097
5098 * server.el (server-generate-key): `called-interactively-p'
5099 requires a parameter.
5100
29734c21
MN
51012012-04-14 Michal Nazarewicz <mina86@mina86.com>
5102
5103 * server.el (server-auth-key): New variable.
75f1671a 5104 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
5105 (server-start): Use the new variable and functions to allow
5106 setting a permanent server key (bug#9423).
5107
d65c9521
LL
51082012-04-14 Leo Liu <sdl.web@gmail.com>
5109
5110 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
5111
5ae255c7
PE
51122012-04-14 Paul Eggert <eggert@cs.ucla.edu>
5113
5114 Spelling fixes.
5115 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
5116 Emacs uses American spelling.
5117
d5e6342e
JB
51182012-04-14 Juanma Barranquero <lekktu@gmail.com>
5119
5120 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
5121 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
5122 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
5123 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
5124
ab036cd7
SM
51252012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
5126
5127 * progmodes/which-func.el (which-func-modes): Change default.
5128
35dc09a1 51292012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
5130
5131 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
5132 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
5133
35dc09a1 51342012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
5135
5136 * custom.el (custom-theme-set-variables): Doc fix.
5137
35dc09a1 51382012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
5139
5140 * international/mule.el (set-auto-coding-for-load): Doc fix.
5141
35dc09a1 51422012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 5143
35dc09a1
GM
5144 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
5145 imenu work again for Objective C Mode. Correct the *-index values,
5146 these having been disturbed by a previous change in 2011-08.
57f845ee 5147
0de3da9f
AM
5148 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
5149 Correct two search limits.
5150
35dc09a1 51512012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
5152
5153 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
5154
35dc09a1 51552012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
5156
5157 * international/characters.el: Fix sorting.
5158
35dc09a1 51592012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
5160
5161 * international/characters.el: Add more missing Latin case pairs.
5162
35dc09a1 51632012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
5164
5165 * files.el (dir-locals-set-class-variables): Doc fix.
5166
35dc09a1 51672012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 5168
3f1b5bf8
EZ
5169 * international/characters.el: Add set-case-syntax-pair call for
5170 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
5171 counterpart. (Bug#11209)
5172
9f847f41
EZ
5173 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
5174
35dc09a1 51752012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
5176
5177 * calendar/holidays.el (calendar-check-holidays): Doc fix.
5178
35dc09a1 51792012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 5180
35dc09a1
GM
5181 * textmodes/ispell.el (ispell-dictionary-base-alist):
5182 Add data for Hebrew.
e2627d21 5183
35dc09a1 51842012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 5185
35dc09a1
GM
5186 * net/rcirc.el (rcirc-cmd-quit):
5187 Revert 2012-03-18 change (Bug#11192).
5c14e333 5188
35dc09a1 51892012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
5190
5191 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
5192
35dc09a1 51932012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 5194
4517fe3a
SM
5195 * minibuffer.el (completion-in-region-mode-map):
5196 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 5197
b472a594
VD
51982012-04-13 Vivek Dasmohapatra <vivek@etla.org>
5199
5200 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
5201
09b95ce3
MY
52022012-04-13 Masatake YAMATO <yamato@redhat.com>
5203
5204 * minibuffer.el (minibuffer-local-filename-syntax): New variable
5205 to allow `C-M-f' and `C-M-b' to move to the nearest path
5206 separator (bug#9511).
5207
4b63a9ca
LI
52082012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
5209
5210 * avoid.el: Require cl when compiling. And also move the
5211 `provide' to the end.
5212
7b55b8bf
TV
52132012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5214
5215 * avoid.el (mouse-avoidance-banish-position): New variable.
5216 (mouse-avoidance-banish-destination): Use it (bug#10165).
5217
adedaa1f
LL
52182012-04-13 Leo Liu <sdl.web@gmail.com>
5219
5220 * progmodes/which-func.el (which-func-modes): Add objc-mode.
5221
70e74021
KB
52222012-04-13 Ken Brown <kbrown@cornell.edu>
5223
5224 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 5225 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
5226 (browse-url-filename-alist): For the same reason, don't modify
5227 file:// URLs on Cygwin.
5228
e75e89ba
SM
52292012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
5230
5231 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
5232 the region on shift if the binding is already shifted (bug#11221).
5233
82f289a4
GM
52342012-04-12 Glenn Morris <rgm@gnu.org>
5235
5236 * mail/mailpost.el: Move to obsolete/.
5237
d333dc4c
DA
52382012-04-12 Drew Adams <drew.adams@oracle.com>
5239
5240 * imenu.el (imenu--generic-function): Ignore invisible definitions
5241 (bug#10123).
5242
0d15b5ba
VD
52432012-04-12 Vivek Dasmohapatra <vivek@etla.org>
5244
5245 * hexl.el (hexl-bits): New variable.
5246 (hexl-options): Mention the variable in the doc string.
75f1671a 5247 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 5248 (hexl-mode): Mention the new variable.
75f1671a
JB
5249 (hexl-mode, hexl-current-address, hexl-current-address):
5250 Use the displen.
0d15b5ba
VD
5251 (hexl-ascii-start-column): New function.
5252 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
5253 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
5254
64a440db
AM
52552012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5256
5257 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
5258 '("-i" ENCODING), in 2 separate command-line arguments, to specify
5259 the encoding, as expected by hunspell.
5260
6decb6c2
SM
52612012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5262
5263 * battery.el (battery--linux-sysfs-regexp): New const.
5264 (battery-status-function): Use it. Remove yeeloong special case.
5265 (battery-yeeloong-sysfs): Remove.
5266 (battery-echo-area-format): Remove yeeloong special case.
5267
088be6fb
SM
52682012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5269
6622e416
SM
5270 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
5271 Reported by Noah Friedman.
5272
088be6fb
SM
5273 * subr.el (read-passwd): Use read-string.
5274
b49f886e
LMI
52752012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5276
5277 * vcursor.el (vcursor-move): Increase the priority of the overlay
5278 (bug#9663).
5279
a63067fc
DD
52802012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
5281
5282 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
5283 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
5284
ac3cf14a
WS
52852012-04-11 William Stevenson <yhvh2000@gmail.com>
5286
5287 * textmodes/artist.el (artist-mode): Convert artist-mode to use
5288 define-minor-mode (bug#10760).
5289
c4fc691b 52902012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 5291
4d6769e1 5292 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
5293 that directories matching `grep-find-ignored-files' won't be
5294 pruned (bug#10351).
5295
af23e2e5
CY
52962012-04-11 Chong Yidong <cyd@gnu.org>
5297
5298 * startup.el (command-line): Remove support for long-obsolete
5299 variable font-lock-face-attributes.
5300
ab7ce8c1
GM
53012012-04-11 Glenn Morris <rgm@gnu.org>
5302
5303 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
5304
de8c03dc
SM
53052012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5306
5307 * window.el (window--state-get-1): Obey window-point-insertion-type.
5308
050cc68b
LB
53092012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
5310
5311 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
5312 to previous function when point is on the first character of a
75f1671a 5313 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 5314
a38c310c
GM
53152012-04-11 Glenn Morris <rgm@gnu.org>
5316
effed0c2
GM
5317 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
5318 not just file-errors.
5319
a38c310c
GM
5320 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
5321 (vc-bzr-sha1): Use internal sha1.
5322
0221e323
SM
53232012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5324
5325 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
5326
43956923
SG
53272012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
5328
5329 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
5330 that start in the middle of the line (bug#10496).
5331
6a8c9eaf
DN
53322012-04-10 Dan Nicolaescu <dann@gnu.org>
5333
5334 * battery.el (battery-linux-proc-acpi): Only one battery is
5335 discharged at a time, but that seems to confuse battery.el when
5336 computing `rate-type' for the battery not being discharged
5337 (bug#10332).
5338
1930bf5d
SM
53392012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5340
2a718f6f
SM
5341 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
5342
599430d0
SM
5343 * international/quail.el: Use dolist and simplify.
5344 (quail-define-package, quail-update-keyboard-layout)
5345 (quail-define-rules): Use dolist.
5346 (quail-insert-kbd-layout, quail-get-translation): CSE.
5347
a2754b6c
SM
5348 * tmm.el: Use dolist, remove left over hook.
5349 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
5350 Use dolist.
5351 (calendar-load-hook): Don't mess with it.
5352
1930bf5d
SM
5353 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
5354 Use derived-mode-p. Run the diff asynchronously.
5355
9f67961c
LMI
53562012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5357
5358 * obsolete/mouse-sel.el: Add an Obsolete-since header.
5359
2a8ce227
JB
53602012-04-10 Juanma Barranquero <lekktu@gmail.com>
5361
5362 * misc.el: Display absolute path of loaded DLLs (bug#10424).
5363 (list-dynamic-libraries--loaded): New function.
5364 (list-dynamic-libraries--refresh): Use it.
5365
8f33b5f8
NW
53662012-04-10 Nathan Weizenbaum <nweiz@google.com>
5367
1930bf5d
SM
5368 * progmodes/python.el (python-fill-paragraph):
5369 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
5370 disabled (bug#7018).
5371
b12f0439
L
53722012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
5373
1930bf5d 5374 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
5375 DOS/MS Windows for the Baltic languages. There are still plenty
5376 of texts written in this encoding/codepage (bug#6519).
b12f0439 5377
57c3bd01
GM
53782012-04-10 Glenn Morris <rgm@gnu.org>
5379
5380 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
5381 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
5382
6c3eab30
FA
53832012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
5384
1930bf5d 5385 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
5386 next-line "n" and previous-line "p" in order to make recentf more
5387 consistent with ibuffer, dired or org-mode (bug#9387).
5388
24d78a88
LMI
53892012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5390
bc72b5d9
LMI
5391 * image.el (put-image): Return the overlay created instead of the
5392 optional input string (bug#7834). Note that this may break code
5393 that is (for some reason or other) depending on `put-image'
5394 returning the string.
5395
bd2dba5a
LMI
5396 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
5397
74beb59f
LMI
5398 * simple.el (zap-to-char): Allow zapping using input methods
5399 (bug#1580).
5400
24d78a88
LMI
5401 * textmodes/fill.el (fill-region): Leave point and mark where they
5402 were before filling (bug#5399).
5403
263f20cd
GM
54042012-04-09 Glenn Morris <rgm@gnu.org>
5405
5406 * version.el (emacs-bzr-get-version):
5407 Handle lightweight checkouts of local branches.
5408
58d1f797
AS
54092012-04-09 Andreas Schwab <schwab@linux-m68k.org>
5410
263f20cd 5411 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 5412
b4d3bc10
CY
54132012-04-09 Chong Yidong <cyd@gnu.org>
5414
5415 * custom.el (custom-variable-p): Return nil for non-symbol
5416 arguments instead of signaling an error.
5417 (user-variable-p): Obsolete alias for custom-variable-p.
5418
5419 * apropos.el (apropos-variable):
5420 * files-x.el (read-file-local-variable):
5421 * simple.el (set-variable):
5422 * woman.el (woman-mini-help):
5423 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
5424
fd06db5d
GM
54252012-04-09 Glenn Morris <rgm@gnu.org>
5426
e5fcdb5e
GM
5427 * startup.el (normal-top-level): Don't look for leim-list.el
5428 in places where it will not be found. (Bug#910)
5429
fd06db5d
GM
5430 * international/mule-cmds.el (set-default-coding-systems):
5431 * files.el (normal-mode):
5432 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
5433 This function was removed with ucs-tables.el in 2008.
5434
b39bb7e1
EZ
54352012-04-08 Eli Zaretskii <eliz@gnu.org>
5436
5437 * textmodes/ispell.el (ispell-check-version): For hunspell, set
5438 ispell-encoding8-command to "-i", without a trailing space.
5439 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
5440 separate command-line arguments, to specify the encoding, since
5441 that's how hunspell expects it.
5442
5c5b8e23
GM
54432012-04-08 Glenn Morris <rgm@gnu.org>
5444
5445 * loadup.el: Load bindings before cus-start.
5446 This reduces somewhat the number of "rogue" settings in emacs -Q.
5447
a1ed8b05
GM
54482012-04-07 Glenn Morris <rgm@gnu.org>
5449
5450 * version.el (emacs-bzr-get-version): New function.
dfae128a 5451 (emacs-bzr-version): New variable.
a1ed8b05
GM
5452 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
5453 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
5454
b142f158
EZ
54552012-04-07 Eli Zaretskii <eliz@gnu.org>
5456
dfae128a
GM
5457 * international/uni-bidi.el, international/uni-category.el:
5458 * international/uni-combining.el, international/uni-decimal.el:
5459 * international/uni-decomposition.el, international/uni-digit.el:
5460 * international/uni-lowercase.el, international/uni-mirrored.el:
5461 * international/uni-name.el, international/uni-numeric.el:
5462 * international/uni-titlecase.el, international/uni-uppercase.el:
5463 Update for Unicode 6.1.
b142f158 5464
9078ead6
EZ
54652012-04-07 Eli Zaretskii <eliz@gnu.org>
5466
5467 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
5468
f23d2c7d
LMI
54692012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5470
5471 * window.el (shrink-window): Mention the `window-min-height'
5472 variable in the doc string.
5473
0a0a3573
BG
54742012-04-05 Bastien Guerry <bzg@altern.org>
5475
5476 * color.el (color-lighten-name): Fix typo.
5477
e5248ac9
SM
54782012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5479
5480 * server.el (server--on-display-p): New function.
5481 (server--on-display-p): Use it.
5482
b4243e22
GV
54832012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
5484
5485 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
5486 (bug#11145).
5487
305d9f44
SM
54882012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5489
5490 * comint.el (comint--common-quoted-suffix): Check string boundary
5491 before comparing (bug#11158).
5492 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
5493
3d439cd1
CY
54942012-04-04 Chong Yidong <cyd@gnu.org>
5495
321cc491
CY
5496 * minibuffer.el (completion-extra-properties): Doc fix.
5497
3d439cd1
CY
5498 * subr.el (delayed-warnings-hook): Doc fix.
5499
2d562c0f
DU
55002012-04-04 Daiki Ueno <ueno@unixuser.org>
5501
5502 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
5503 selection (Bug#11159).
5504 (epa-insert-keys): Inform that the default public key will be
5505 exported if no key is selected.
5506
4443f204
RS
55072012-04-04 Richard Stallman <rms@gnu.org>
5508
5509 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
5510
529c06b6
CY
55112012-04-03 Chong Yidong <cyd@gnu.org>
5512
5513 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
5514 mail-insert-file, not its obsolete alias mail-attach-file.
5515
66b907dc
MA
55162012-04-03 Michael Albinus <michael.albinus@gmx.de>
5517
5518 * notifications.el (notifications-notify): Fix docstring.
5519
c0ea195d
GM
55202012-04-02 Glenn Morris <rgm@gnu.org>
5521
5522 * emacs-lisp/authors.el (authors-aliases): Another addition.
5523
5ca64e00
MA
55242012-04-02 Michael Albinus <michael.albinus@gmx.de>
5525
5526 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
5527 `tramp-compat-call-process' instead of `tramp-local-call-process'.
5528 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
5529
42ee526b
CY
55302012-04-01 Chong Yidong <cyd@gnu.org>
5531
5532 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
5533 Handle root directory properly.
5534 (copy-directory): Caller changed.
5535
5536 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
5537 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
5538
0b021094
GM
55392012-03-31 Glenn Morris <rgm@gnu.org>
5540
40f86458
GM
5541 * term/xterm.el (xterm-extra-capabilities): Doc fix.
5542
7019c177
GM
5543 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
5544
a1daddd6
GM
5545 * calendar/calendar.el (calendar-window-list)
5546 (calendar-hide-window): Restore. (Bug#11140)
5547 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
5548
0b021094
GM
5549 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
5550
40311efc
TV
55512012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5552
5553 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
5554 Check if file is a symlink (Bug#10489).
5555
5556 * files.el (copy-directory): Likewise.
5557
5319014e
CY
55582012-03-30 Chong Yidong <cyd@gnu.org>
5559
5560 * image.el (imagemagick-types-inhibit)
5561 (imagemagick-register-types): Doc fix.
5562
935d1290
AM
55632012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5564
090bd7cb 5565 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 5566 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 5567 and treats ~word as ordinary words in pipe mode.
935d1290 5568
61c6e8fd
GM
55692012-03-30 Glenn Morris <rgm@gnu.org>
5570
5571 * tutorial.el (help-with-tutorial): Ensure local variables don't
5572 happen to make the buffer read-only. (Bug#11127)
5573
81fdff00
SM
55742012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
5575
5576 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
5577 (perl-calculate-indent): Return `noindent' in strings.
5578
6e7a6ec0
SS
55792012-03-28 Sam Steingold <sds@gnu.org>
5580
5581 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
5582 instead of the broken adhockery which does not prevent calendar
5583 buffers from being displayed at random after exit.
5584 (calendar-window-list, calendar-hide-window): Remove the broken
5585 adhockery.
5586
fee88ca0
GM
55872012-03-28 Glenn Morris <rgm@gnu.org>
5588
5589 * replace.el (query-replace-map): Doc fix.
5590
38de3354
AS
55912012-03-28 Andreas Schwab <schwab@linux-m68k.org>
5592
5593 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
5594 contents. (Bug#11109)
5595
b973155e
SM
55962012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
5597
5598 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
5599 (bug#11077).
5600 (avl-tree--check, avl-tree--check-node): New funs.
5601
dcb6e7b3
MR
56022012-03-27 Martin Rudalics <rudalics@gmx.at>
5603
5604 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
5605 (switch-to-prev-buffer, switch-to-next-buffer):
5606 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
5607 showing a buffer already is done on the same frame.
5608
b4fa35fa
GM
56092012-03-27 Glenn Morris <rgm@gnu.org>
5610
5611 * startup.el (mail-host-address): Doc fix.
5612
f9210e18
SM
56132012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5614
5615 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
5616 than 197 variables.
5617
c0bf7753
AF
56182012-03-26 Ami Fischman <ami@fischman.org>
5619
5620 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
5621
33da7b16
GM
56222012-03-26 Glenn Morris <rgm@gnu.org>
5623
02243d9d
GM
5624 * files.el (save-buffers-kill-emacs): Doc fix.
5625
33da7b16
GM
5626 * startup.el (normal-top-level, command-line, command-line-1):
5627 Give them doc strings.
5628
e5a69fd0
EZ
56292012-03-25 Eli Zaretskii <eliz@gnu.org>
5630
5631 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 5632 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 5633
9a69676a
CY
56342012-03-25 Chong Yidong <cyd@gnu.org>
5635
4125cb8b
CY
5636 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
5637 theme if it was previously enabled before (Bug#11031).
5638
dd470960
CY
5639 * cus-theme.el (custom-theme-write-faces): Retrieve current face
5640 spec with custom-face-get-current-spec if its :shown-value is not
5641 determined yet (Bug#9337).
4125cb8b 5642 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 5643
9a69676a
CY
5644 * button.el (button-at): Minor addition to docstring.
5645
6e7e90fa
SL
56462012-03-24 Simon Leinen <simon.leinen@gmail.com>
5647
5648 * vc/vc.el (vc-merge): Fix a prompt.
5649
f06e2758
CY
56502012-03-24 Chong Yidong <cyd@gnu.org>
5651
5652 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
5653 point (Bug#9623).
5654
6e7e90fa
SL
5655 * button.el (button-at): Minor addition to docstring.
5656
b9d0879b
SM
56572012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5658
5659 * newcomment.el (comment-choose-indent): No space after BOL.
5660
e71cebb3
SS
56612012-03-22 Sam Steingold <sds@gnu.org>
5662
5663 * window.el (switch-to-prev-buffer): Revert last patch because the
5664 bug turned out to be an advertised feature (Elisp manual 28.14).
5665
335aff35
GM
56662012-03-22 Glenn Morris <rgm@gnu.org>
5667
5668 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
5669 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
5670
c676576a
LMI
56712012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5672
5673 * net/network-stream.el (network-stream-open-starttls): Make error
5674 message under Windows be less misleading.
5675
126f3d39
LW
56762012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
5677
5678 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
5679 understands (bug#9942).
5680
64fee311
CY
56812012-03-22 Chong Yidong <cyd@gnu.org>
5682
5683 * simple.el (end-of-visible-line): Handle return value of
5684 next-single-property-change properly (Bug#9371).
5685
a640d29a
KH
56862012-03-22 Kenichi Handa <handa@m17n.org>
5687
5688 * international/quail.el (quail-insert-kbd-layout): Fix previous
5689 change. To avoid unwanted bidi reordering, use
5690 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
5691
39675016
DG
56922012-03-21 Dmitry Gutov <dgutov@yandex.ru>
5693
5694 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
5695 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
5696 (ruby-beginning-of-indent): Be more careful with the difference
5697 between word-boundary and symbol boundary.
5698 (ruby-mode-syntax-table): Make : a symbol constituent.
5699
0a6934fc 57002012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 5701
3d008e4f
SM
5702 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
5703
0a6934fc
SM
57042012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5705
af67c9d7
SM
5706 * progmodes/etags.el (tags-completion-at-point-function):
5707 Improve last fix.
5708
1acad97c
SM
5709 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
5710
e298b5da
SS
57112012-03-21 Sam Steingold <sds@gnu.org>
5712
5713 * progmodes/etags.el (tags-completion-at-point-function):
5714 Avoid the error when point is inside the pattern.
5715
91d82a70
JY
57162012-03-21 John Yates <john@yates-sheets.org> (tiny change)
5717
5718 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
5719 line (Bug#10855).
5720
69188b79
CY
57212012-03-21 Drew Adams <drew.adams@oracle.com>
5722
5723 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
5724
99fc91fe
AK
57252012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
5726
5727 * ido.el (ido-set-current-directory, ido-read-internal)
5728 (ido-choose-completion-string, ido-completion-help): Handle nil
5729 value of ido-completion-buffer (Bug#11008).
5730
087bbb4c
SS
57312012-03-21 Sam Steingold <sds@gnu.org>
5732
5733 * window.el (switch-to-prev-buffer): Do not switch to a visible
5734 window previous buffer, just like with the frame previous buffers.
5735
fb5b8aca
CY
57362012-03-21 Chong Yidong <cyd@gnu.org>
5737
5738 * faces.el (make-face, make-empty-face, copy-face):
5739 * face-remap.el (face-remap-add-relative, face-remap-set-base):
5740 Doc fixes.
5741
dc9924b8
SM
57422012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5743
5744 * wid-edit.el (widget-complete-field): Remove (bug#11051).
5745 (widget-complete): Remove broken use of it.
5746
f0bcceb9
CY
57472012-03-20 Chong Yidong <cyd@gnu.org>
5748
dc9924b8
SM
5749 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5750 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
5751 characters.
5752
ee52ebf3
TH
57532012-03-20 Tassilo Horn <tassilo@member.fsf.org>
5754
5755 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
5756 to draw rectangles, not squares. (Regression introduced by revno
5757 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
5758
4c5779ab
CY
57592012-03-18 Chong Yidong <cyd@gnu.org>
5760
5761 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
5762 it is not yet defined (for temacs).
5763
15360934
LL
57642012-03-18 Leo Liu <sdl.web@gmail.com>
5765
dc9924b8 5766 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 5767
d9a8eb66
EZ
57682012-03-17 Eli Zaretskii <eliz@gnu.org>
5769
5770 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
5771 (ispell-choices-win-default-height, ispell-silently-savep)
5772 (ispell-dictionary-alist, ispell-encoding8-command)
5773 (ispell-check-version, ispell-aspell-find-dictionary)
5774 (ispell-valid-dictionary-list, ispell-words-keyword)
5775 (ispell-get-word, ispell-internal-change-dictionary)
5776 (ispell-region, ispell-skip-region-list)
5777 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
5778 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
5779 (ispell-message-text-end, ispell-message)
5780 (ispell-buffer-local-parsing): Doc fix.
5781
f02ff80d
J
57822012-03-13 Jambunathan K <kjambunathan@gmail.com>
5783
5784 * htmlfontify.el: Add support for code block fontification for ODT
5785 export (Bug #9914).
5786 (hfy-optimisations): Define new option
5787 `body-text-only'
5788 (hfy-fontify-buffer): Honor above setting.
5789 (hfy-begin-span, hfy-end-span): New routines factored out form
5790 `hfy-fontify-buffer'.
5791 (hfy-begin-span-handler, hfy-end-span-handler): New variables
5792 that permit insertion of custom tags.
5793 (hfy-fontify-buffer): Use above handlers.
5794 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
5795 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 5796 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 5797 over multiple runs. This is made possible by having the caller let
f02ff80d
J
5798 bind a special variable `hfy-user-sheet-assoc'.
5799 (htmlfontify-string): New defun.
5800 (hfy-compile-face-map): Make sure that the last char in the
5801 buffer is correctly fontified.
5802 (hfy-face-resolve-face): Whitespace only change.
5803
9ac7a13f
EZ
58042012-03-17 Eli Zaretskii <eliz@gnu.org>
5805
5806 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
5807 message more clear.
5808
e2b5bdd7
LL
58092012-03-16 Leo Liu <sdl.web@gmail.com>
5810
5811 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
5812
2e492df3
AM
58132012-03-16 Alan Mackenzie <acm@muc.de>
5814
5815 Further optimise the handling of large macros.
5816
5817 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
5818 limit to a call of `c-literal-limits'.
5819 (c-determine-+ve-limit): New function.
dc9924b8
SM
5820 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
5821 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
5822 In CASE 5B, restrict a search limit to 500.
5823 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
5824
5825 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
5826 Restrict macro bounds to +-500 from after-change's BEG END.
5827
50e94f0c
LL
58282012-03-16 Leo Liu <sdl.web@gmail.com>
5829
5830 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
5831
6f09f6ed
AH
58322012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
5833
5834 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 5835 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 5836
c7e73d51
GM
58372012-03-16 Glenn Morris <rgm@gnu.org>
5838
da986230
GM
5839 * view.el (view-buffer, view-buffer-other-window)
5840 (view-buffer-other-frame): Doc fixes re special mode-class.
5841
0835f01e
GM
5842 * subr.el (eval-after-load): If named feature is provided not from
5843 a file, run after-load forms. (Bug#10946)
5844
c7e73d51
GM
5845 * calendar/calendar.el (calendar-insert-at-column):
5846 Handle non-unit-width characters a bit better. (Bug#10978)
5847
3f2eafd1
CY
58482012-03-15 Chong Yidong <cyd@gnu.org>
5849
5850 * emacs-lisp/ring.el (ring-extend): New function.
5851 (ring-insert+extend): Extend the ring correctly (Bug#11019).
5852
5853 * comint.el (comint-read-input-ring)
5854 (comint-add-to-input-history): Grow comint-input-ring lazily.
5855
103af3fe
SM
58562012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5857
663b1677
SM
5858 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
5859 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
5860
103af3fe
SM
5861 * imenu.el: Fix multiple inheritance breakage (bug#9199).
5862 (imenu-add-to-menubar): Don't add a redundant index.
5863 (imenu-update-menubar): Handle a dynamically composed keymap.
5864
899cb7cb
KY
58652012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5866
5867 * mail/sendmail.el (mail-encode-header):
5868 Bind rfc2047-encode-encoded-words to nil.
5869
3809f91d
GM
58702012-03-13 Glenn Morris <rgm@gnu.org>
5871
5872 * calendar/calendar.el (calendar-string-spread):
5873 Handle non-unit-width characters a bit better. (Bug#10978)
5874
9e345a01
LL
58752012-03-13 Leo Liu <sdl.web@gmail.com>
5876
5877 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
5878 directory and file as argument (Bug#10822).
5879
4a07df36
KS
58802012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5881
5882 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
5883 For dynamically generated code, follow $PC.
5884 (gdb-disassembly-handler-custom): Handle no function name case.
5885
4aaa9356
TL
58862012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
5887
5888 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
5889 * emulation/ws-mode.el (ws-query-replace):
5890 * sort.el (sort-regexp-fields):
5891 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
5892
225979da
SM
58932012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5894
5895 * dabbrev.el: Fix cycle completion order (bug#10963).
5896 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
5897 (dabbrev-completion): Don't use an obarray; provide
5898 a cycle-sort-function.
5899
e2f1fdab
LL
59002012-03-12 Leo Liu <sdl.web@gmail.com>
5901
dc9924b8 5902 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
5903 (kill-do-not-save-duplicates): Doc fix.
5904
b19490ed
SM
59052012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5906
5907 * dabbrev.el: Fix cycle completion (bug#10963).
5908 Use lexical binding and wrap to 80 columns.
5909 (dabbrev-completion): Delay computing the list of completions.
5910
4b05d722
KH
59112012-03-12 Kenichi Handa <handa@m17n.org>
5912
5913 * international/quail.el (quail-insert-kbd-layout): Surround each
5914 row by LRO and PDF instead of inserting many LRMs. Pad the left
5915 and right of each non-spacing marks. Insert invisible space
5916 between lower and upper characters to prevent composition.
5917
dbbc2e69
SM
59182012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5919
5920 * minibuffer.el (minibuffer-complete): Don't get confused when the
5921 function is run twice via different commands (bug#10958).
5922 (complete-with-action): Fix docstring.
5923
292112ed
CY
59242012-03-12 Chong Yidong <cyd@gnu.org>
5925
5d1ac394
CY
5926 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
5927 (nxml-completion-at-point-function): New function.
5928 (nxml-mode): Use it.
5929 (nxml-bind-meta-tab-to-complete-flag): Default to t.
5930
292112ed
CY
5931 * emacs-lisp/package.el (package-unpack, package-unpack-single):
5932 Load generated autoloads file before byte compiling (Bug#10970).
5933 (package--make-autoloads-and-compile): New helper fun.
5934
4098f8f7
CS
59352012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
5936
5937 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
5938
8f754691
MA
59392012-03-11 Michael Albinus <michael.albinus@gmx.de>
5940
5941 * autorevert.el (auto-revert-handler): Ensure, that
5942 file-readable-p is applied only for local files or in
5943 auto-revert-tail-mode.
5944
e29ab36b
AS
59452012-03-11 Andreas Schwab <schwab@linux-m68k.org>
5946
dbbc2e69
SM
5947 * server.el (server-eval-at): Handle non-tcp connections.
5948 Decode result string.
ad0bf5b6 5949
e29ab36b
AS
5950 * server.el (server-msg-size): New constant.
5951 (server-reply-print): New function.
5952 (server-eval-and-print): Use it.
5953 (server-eval-at): Use server-quote-arg and server-unquote-arg.
5954 Handle -print-nonl.
5955
de5939ba
CS
59562012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
5957
5958 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
5959 (Bug#10987).
5960
0c93eabf
CY
59612012-03-11 Chong Yidong <cyd@gnu.org>
5962
397a688f
CY
5963 * simple.el (goto-line): Doc fix (Bug#9938).
5964
2cc775f9
CY
5965 * subr.el (save-window-excursion): Doc fix (Bug#9979).
5966
0c93eabf
CY
5967 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
5968 when finished (Bug#10963).
5969
c491fa41
MR
59702012-03-11 Martin Rudalics <rudalics@gmx.at>
5971
5972 * window.el (split-window-below): Fix bug in case where
5973 split-window-keep-point is nil (Bug#10971).
5974
300e8fa5
JL
59752012-03-11 Juri Linkov <juri@jurta.org>
5976
5977 * replace.el (replace-highlight): Set isearch-word to nil
5978 unconditionally. (Bug#10887)
5979
dbf6c5a1
EZ
59802012-03-10 Eli Zaretskii <eliz@gnu.org>
5981
5982 * net/mairix.el (mairix-replace-invalid-chars): Rename from
5983 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 5984 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
5985 (mairix-widget-create-query): Add usage information about mairix
5986 search forms: negating words, searching for substrings, etc.
5987
b9e501de
JP
59882012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
5989
5990 * international/fontset.el (font-encoding-alist): Add an entry for
5991 ksx1001 (Bug#5667).
5992
92795c91
RS
59932012-03-10 Richard Stallman <rms@gnu.org>
5994
1694e6c1
RS
5995 * mail/sendmail.el (mail-encode-header):
5996 Set rfc2047-encode-encoded-words.
5997
607e8555
RS
5998 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
5999
de3bc99a
RS
6000 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
6001 view buffer means not swapped.
6002 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
6003 (rmail-write-region-annotate): Error if real text has disappeared.
6004
92795c91
RS
6005 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
6006
699bd04e
CY
60072012-03-10 Chong Yidong <cyd@gnu.org>
6008
6009 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
6010 * emulation/cua-base.el (cua--init-keymaps):
6011 Add delete-forward-char to remappings (Bug#9666).
699bd04e 6012
570a1714
MR
60132012-03-10 Martin Rudalics <rudalics@gmx.at>
6014
dbbc2e69
SM
6015 * speedbar.el (speedbar-unhighlight-one-tag-line):
6016 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 6017
82dcf4e4
CY
60182012-03-10 Chong Yidong <cyd@gnu.org>
6019
7a2c7ca7
CY
6020 * minibuffer.el (completion-in-region, completion-help-at-point):
6021 Give the completion field overlay a high priority (Bug#6830).
6022
82dcf4e4
CY
6023 * dired.el (dired-goto-file): Recognize absolute file name
6024 listings (Bug#7126).
6025 (dired-goto-file-1): New helper function.
6026 (dired-toggle-read-only): Inhibit warnings.
6027
052e28ac
MA
60282012-03-09 Michael Albinus <michael.albinus@gmx.de>
6029
75f1671a 6030 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
6031 there are no properties.
6032
95d5e396
LL
60332012-03-09 Leo Liu <sdl.web@gmail.com>
6034
6035 * savehist.el (savehist-printable): Stricter check for string
6036 value (Bug#10937).
6037
3f018d6d
EZ
60382012-03-09 Eli Zaretskii <eliz@gnu.org>
6039
dbbc2e69
SM
6040 * mail/smtpmail.el (smtpmail-send-it):
6041 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
6042 valid mbox format.
6043
f7fd3d79
GM
60442012-03-09 Glenn Morris <rgm@gnu.org>
6045
6046 * files.el (dir-locals-find-file):
6047 Don't check result is regular, readable.
6048 (dir-locals-read-from-file): Demote errors.
6049
6ff6e72f
EZ
60502012-03-08 Eli Zaretskii <eliz@gnu.org>
6051
dbbc2e69
SM
6052 * international/quail.el (quail-insert-kbd-layout):
6053 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
6054 layout cell, to prevent their reordering by bidi display engine.
6055 For details, see the discussion in
6056 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
6057
9cec7834
AM
60582012-03-08 Alan Mackenzie <acm@muc.de>
6059
6060 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
6061 the starting position; make it extend the marked region when
6062 invoked repeatedly - all under appropriate circumstances.
6063 Fixes bugs #5525, #10906.
6064
9a40b8d4
GM
60652012-03-08 Glenn Morris <rgm@gnu.org>
6066
6067 * files.el (locate-dominating-file, dir-locals-find-file):
6068 Undo 2012-03-06 change.
6069
7a08ed35
EZ
60702012-03-07 Eli Zaretskii <eliz@gnu.org>
6071
dbbc2e69
SM
6072 * international/quail.el (quail-help):
6073 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
6074 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
6075 for the reason.
6076
5aca4f71 60772012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
6078
6079 Avoid superfluous registering of signals. (Bug#10807)
6080
6081 * notifications.el (notifications-on-action-object)
6082 (notifications-on-close-object): New defvars.
6083 (notifications-on-action-signal, notifications-on-closed-signal):
6084 Unregister the signal if not needed any longer.
6085 (notifications-notify): Register `notifications-action-signal' or
6086 `notifications-closed-signal', if :on-action or :on-close has been
6087 passed as argument.
6088
78e8b10a
CY
60892012-03-07 Chong Yidong <cyd@gnu.org>
6090
6091 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
6092 non-X platforms.
6093
69481eb8
GM
60942012-03-06 Glenn Morris <rgm@gnu.org>
6095
6096 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
6097 (x-disown-selection-internal, x-get-selection-internal):
6098 Doc fix (add arglist signatures). (Bug#10783)
6099
133b8e11
KS
61002012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
6101
6102 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
6103 Handle breakpoints with no "type".
6104
99a83064
GM
61052012-03-06 Glenn Morris <rgm@gnu.org>
6106
6107 * files.el (locate-dominating-file): Add optional predicate argument.
6108 (dir-locals-find-file): Make use of above change.
6109
17798e78
TTN
61102012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
6111
6112 * info.el (Info-insert-dir): Also try "dir.gz".
6113
eb182446
GM
61142012-03-06 Glenn Morris <rgm@gnu.org>
6115
8f2114ee
GM
6116 * files.el (dir-locals-find-file):
6117 Ignore non-readable or non-regular files. (Bug#10928)
6118
eb182446
GM
6119 * files.el (locate-dominating-file): Doc fix.
6120
24679323
AS
61212012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
6122
6123 * calendar/calendar.el (calendar-set-mode-line):
6124 `getenv' returns a string. (Bug#10951)
6125
01d972a9
LL
61262012-03-05 Leo Liu <sdl.web@gmail.com>
6127
109aa8a9
LL
6128 * simple.el (backward-delete-char-untabify): Constrain point to
6129 field (Bug#10939).
6130
01d972a9
LL
6131 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
6132
10607bea
CY
61332012-03-05 Chong Yidong <cyd@gnu.org>
6134
6135 * simple.el (count-words): If called from Lisp, return the word
6136 count, for symmetry with `count-lines'. Arglist changed.
6137 (count-words--message): Args changed. Consolidate counting code
6138 from count-words and count-words-region.
6139 (count-words-region): Caller changed.
6140 (count-lines-region): Make it an obsolete alias.
6141
5dd11cfe
TH
61422012-03-04 Tassilo Horn <tassilo@member.fsf.org>
6143
6144 * saveplace.el (save-place-to-alist)
6145 (save-place-ignore-files-regexp): Allow value nil to disable this
6146 feature.
6147
c349f4e6
CY
61482012-03-04 Chong Yidong <cyd@gnu.org>
6149
6150 * faces.el (face-spec-reset-face): For the default face, reset the
6151 attributes to default values (Bug#10748).
6152
e627be4c
LMI
61532012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6154
6155 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
6156 previous patch: Check `message-send-mail-function', and not the
6157 default function (bug#10897).
6158
ebeabff4
MA
61592012-03-04 Michael Albinus <michael.albinus@gmx.de>
6160
a41a6cf4
MA
6161 * notifications.el (notifications-on-action-signal)
6162 (notifications-on-closed-signal): Check for unique service name of
6163 incoming event. Fix error in removing entry.
ebeabff4 6164 (top): Register for signals with wildcard service name.
a41a6cf4 6165 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 6166
c1ca42b4
CY
61672012-03-04 Chong Yidong <cyd@gnu.org>
6168
dc9924b8 6169 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 6170
ea16568d
GM
61712012-03-04 Glenn Morris <rgm@gnu.org>
6172
6173 * abbrev.el (copy-abbrev-table, abbrev-table-p)
6174 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
6175 (expand-abbrev, define-abbrev-table): Doc fixes.
6176
fbae4637
LMI
61772012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6178
6179 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
6180 `message-default-send-mail-function' and not `send-mail-function'
6181 when doing the prompting for `sendmail-query-once' before sending
6182 in Message buffers (bug#10897).
6183
a1e7225c
LMI
6184 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
6185 This is inconsistent with all the other stream functions, which leave
6186 the setting up to the higher levels (if so wanted) (bug#10931).
6187
56d093a9
AM
61882012-03-02 Alan Mackenzie <acm@muc.de>
6189
6190 Depessimize the handling of very large macros.
6191
6192 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
6193 (c-macro-cache-syntactic): New variables to implement a one
6194 element macro cache.
6195 (c-invalidate-macro-cache): New function.
6196 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
6197 Adapt to use the new cache.
6198 (c-state-safe-place): Use better the cache of safe positions.
6199 (c-state-semi-nonlit-pos-cache)
6200 (c-state-semi-nonlit-pos-cache-limit):
6201 New variables for...
6202 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
6203 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
6204 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
6205 Use c-state-semi-safe-place.
56d093a9 6206
dbbc2e69
SM
6207 * progmodes/cc-langs.el (c-get-state-before-change-functions):
6208 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 6209
817e5c3d
MA
62102012-03-02 Michael Albinus <michael.albinus@gmx.de>
6211
dbbc2e69
SM
6212 * jka-compr.el (jka-compr-call-process):
6213 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
6214 not remote.
6215
a032a702
MA
62162012-03-01 Michael Albinus <michael.albinus@gmx.de>
6217
6218 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
6219 access of FILE2, if FILE1 does not exist.
6220
99a54f21
MA
6221 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
6222 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
6223
6224 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
6225 Add "PAGER=" to `process-environment'.
6226
f6561e1f
MM
62272012-03-01 Michael R. Mauger <mmaug@yahoo.com>
6228
6229 * progmodes/sql.el: Bug fix
6230 (sql-get-login-ext): Save login values in globals.
6231 (sql-get-login): Use new version of `sql-get-login-ext'.
6232 (sql-interactive-mode): Set global `sql-connection' to nil.
6233 (sql-connect): Set global values for connection.
6234 (sql-product-interactive): Save global values as buffer local.
6235
2d44d9cc
LL
62362012-02-29 Leo Liu <sdl.web@gmail.com>
6237
6238 * abbrev.el (define-abbrevs): Reset sys to nil.
6239
96b49301 62402012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6241
bf7f9bc5
JB
6242 * files.el (file-equal-p): Rename from `files-equal-p'.
6243 Return nil when one or both files don't exist.
96b49301 6244 (file-subdir-of-p): Now only top directory must exists,
6245 return nil if it doesn't.
bf7f9bc5
JB
6246 (copy-directory): No need to test with `file-subdir-of-p' after
6247 creating dir.
6248 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
6249 to `file-equal-p'.
96b49301 6250
44e97401
GM
62512012-02-28 Glenn Morris <rgm@gnu.org>
6252
6253 * shell.el (shell-mode):
6254 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
6255 * play/landmark.el (landmark-font-lock-face-O):
6256 * play/handwrite.el (handwrite):
6257 * play/gomoku.el (gomoku-O):
6258 * net/browse-url.el (browse-url-browser-display):
6259 * international/mule.el (define-charset):
6260 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
6261 * filesets.el (filesets-find-file-delay):
6262 * eshell/em-xtra.el (eshell-xtra):
6263 * eshell/em-unix.el (eshell-grep):
6264 * emulation/viper.el (viper-mode):
6265 * emacs-lisp/regexp-opt.el (regexp-opt-group):
6266 * emacs-lisp/easymenu.el (easy-menu-define):
6267 * calendar/timeclock.el (timeclock-use-display-time):
6268 * bs.el (bs-mode):
6269 * bookmark.el (bookmark-save-flag):
6270 Doc fix (standardize possessive apostrophe usage).
6271
c98c6276
CY
62722012-02-27 Chong Yidong <cyd@gnu.org>
6273
bf7f9bc5
JB
6274 * emulation/viper-cmd.el (viper-intercept-ESC-key):
6275 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 6276
c98c6276
CY
6277 * font-lock.el (font-lock-specified-p): Rename from
6278 font-lock-spec-present. Callers changed.
6279
9c62cd04 62802012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 6281
bf7f9bc5
JB
6282 * emacs-lisp/package.el (package-compute-transaction):
6283 Handle holding a package version to t in package-load-list.
8ac9e529 6284
530739c9
MA
62852012-02-26 Michael Albinus <michael.albinus@gmx.de>
6286
6287 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
6288 (tramp-get-inode, tramp-get-device): Use cached values.
6289
487915d7
AM
62902012-02-26 Alan Mackenzie <acm@muc.de>
6291
6292 Check there is a font-lock specification before doing initial
6293 fontification.
6294
6295 * font-core.el (font-lock-mode): Move the conditional from
6296 :after-hook to font-lock-initial-fontify.
6297 (font-lock-default-function): Move the check for a specification
6298 to font-lock-spec-present.
6299
dc9924b8 6300 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
6301 (font-lock-spec-present): New function.
6302
4fd96557
JB
63032012-02-26 Jim Blandy <jimb@red-bean.com>
6304
6305 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
6306 (gdb-send): Apply it to the operand of the '-interpreter-exec
6307 console' command, so that we can pass arguments with (say) quotes
6308 in them. Store exact string sent in gdb-debug-log (Bug#10765).
6309
9a4888c0
CY
63102012-02-26 Chong Yidong <cyd@gnu.org>
6311
07498861
CY
6312 * help-fns.el (describe-function-1): Clarify description of
6313 remapping (Bug#10844).
6314
9a4888c0
CY
6315 * files.el (files-equal-p): Doc fix.
6316 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
6317 and quit the loop once a mismatch is found.
6318
ea8fb88d
JB
63192012-02-25 Juanma Barranquero <lekktu@gmail.com>
6320
6321 * bs.el (bs--show-with-configuration): Don't throw an error
6322 if the window cannot be split; otherwise, subsequent calls to
6323 bs-show fail, restoring a stale window config. (Bug#10882)
6324
525795c1
JD
63252012-02-25 Jan Djärv <jan.h.d@swipnet.se>
6326
6327 * term/ns-win.el (global-map): Bind ns-drag-file to
6328 ns-find-file (Bug#5855, Bug#10050).
6329
f008086f
AS
63302012-02-25 Andreas Schwab <schwab@linux-m68k.org>
6331
6332 * calendar/parse-time.el (parse-time-string): Allow extractor to
6333 return nil.
6334
a3fcfa99
MA
63352012-02-25 Michael Albinus <michael.albinus@gmx.de>
6336
91027d08
JB
6337 * net/tramp.el (tramp-file-name-for-operation):
6338 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
6339
6340 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
6341 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
6342 Add COPY-CONTENTS argument.
a3fcfa99 6343
67b0de11
CY
63442012-02-25 Chong Yidong <cyd@gnu.org>
6345
6346 Add custom groups for VC backends, for consistency with vc-bzr.
6347
6348 * vc/vc-arch.el (vc-arch):
6349 * vc/vc-cvs.el (vc-cvs):
6350 * vc/vc-git.el (vc-git):
6351 * vc/vc-hg.el (vc-hg):
6352 * vc/vc-mtn.el (vc-mtn):
6353 * vc/vc-rcs.el (vc-rcs):
6354 * vc/vc-sccs.el (vc-sccs):
6355 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
6356 All relevant defcustoms reassigned.
6357
3c9dfce6
CY
63582012-02-25 Chong Yidong <cyd@gnu.org>
6359
1339bf43
CY
6360 * newcomment.el (comment-styles): Add autoload (Bug#10868).
6361
3c9dfce6
CY
6362 * term/x-win.el (x-initialize-window-system): Reduce default for
6363 x-selection-timeout to 5 seconds (Bug#8869).
6364
25b2e303 63652012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6366
ec70a47d
GM
6367 * files.el (files-equal-p, file-subdir-of-p): New functions.
6368 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 6369 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
6370 * dired-aux.el (dired-copy-file-recursive): Same.
6371 (dired-create-files): Modify destination when source is equal to
6372 dest when copying files.
53a46cd0 6373 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 6374
914260cd
MA
63752012-02-24 Michael Albinus <michael.albinus@gmx.de>
6376
6377 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
6378 (Bug#10874)
6379
2cb228f7
AM
63802012-02-23 Alan Mackenzie <acm@muc.de>
6381
6382 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
6383 parameter "after-hook:" to allow the expansion to run code after
6384 the execution of the mode hooks.
6385
6386 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 6387 from font-lock-mode-internal.
2cb228f7 6388
91027d08 6389 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
6390 :after-hook.
6391
8f0fde21
SM
63922012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6393
3e88618b
SM
6394 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
6395 (completion--cache-all-sorted-completions): New function.
6396 (completion-all-sorted-completions): Use it.
6397 (completion--do-completion, minibuffer-force-complete):
6398 Use it to re-instate the flush hook.
6399
8f0fde21
SM
6400 * icomplete.el (icomplete-completions): Replace last fix with a better
6401 one (bug#10850).
6402
8e911f6f
DG
64032012-02-23 Dmitry Gutov <dgutov@yandex.ru>
6404
6405 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
6406 when it might call us back infinitely (bug#10797).
6407
49fe4321
GM
64082012-02-23 Glenn Morris <rgm@gnu.org>
6409
6410 * minibuffer.el (completion-category-overrides): Doc fix.
6411
b291b572
SM
64122012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6413
6414 * minibuffer.el (completion-table-with-context): Fix inf-loop.
6415 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
6416
31a9ef2e
GM
64172012-02-23 Glenn Morris <rgm@gnu.org>
6418
5e6e6794 6419 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
6420 (authors-obsolete-files-regexps, authors-ignored-files)
6421 (authors-ambiguous-files, authors-renamed-files-alist):
6422 Add more entries.
6423
0bd1e074
JL
64242012-02-23 Juri Linkov <juri@jurta.org>
6425
6426 * isearch.el (isearch-occur): Sync interactive spec with occur's
6427 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
6428
b617673c
JL
6429 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
6430
19e9789e
JL
64312012-02-22 Juri Linkov <juri@jurta.org>
6432
6433 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
6434 (ucs-insert): Doc fix. Check for hex digits in the string.
6435 Don't display `nil' in the error message. (Bug#10857)
6436
f41ce09d
AM
64372012-02-22 Alan Mackenzie <acm@muc.de>
6438
7a71b18d 6439 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 6440
ac2eceee
GM
64412012-02-22 Glenn Morris <rgm@gnu.org>
6442
6443 * ffap.el (ffap-c-path):
6444 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
6445
abd1f678
CY
64462012-02-22 Chong Yidong <cyd@gnu.org>
6447
6448 * custom.el (load-theme): Doc fix.
6449
f25aef2e
GM
64502012-02-22 Glenn Morris <rgm@gnu.org>
6451
6452 * dired-x.el (dired-guess-shell-alist-default):
6453 Remove escape sequences from nroff output. (Bug#172)
6454
5f8dc2ca
GM
64552012-02-21 Glenn Morris <rgm@gnu.org>
6456
6ff86ec4
GM
6457 * vc/emerge.el (emerge-defvar-local):
6458 Set `permanent-local' property rather than unused `preserved'.
6459
be3223a3 6460 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
6461 (picture-mode-map): Use it. (Bug#10860)
6462 (picture-mode): Doc fix.
6463
3fe58f4f
JB
64642012-02-21 Juanma Barranquero <lekktu@gmail.com>
6465
6466 * newcomment.el (uncomment-region-default): Remove unused binding.
6467
f9a998c3
GM
64682012-02-21 Glenn Morris <rgm@gnu.org>
6469
6470 * textmodes/picture.el (picture-motion, picture-motion-reverse)
6471 (picture-self-insert, picture-tab-chars): Doc fix.
6472 (picture-mode-map): Fix C-a, C-e.
6473
c6029348
GM
64742012-02-20 Glenn Morris <rgm@gnu.org>
6475
6476 * emacs-lisp/authors.el (authors-aliases): Add another entry.
6477
ab1ce9d7
LL
64782012-02-20 Leo Liu <sdl.web@gmail.com>
6479
6480 * icomplete.el (icomplete-completions): Check FROM arg before
6481 passing to substring (Bug#10850).
6482
0fd40f89
CY
64832012-02-19 Chong Yidong <cyd@gnu.org>
6484
6485 * comint.el: Require ansi-color.
6486 (comint-output-filter-functions): Add ansi-color-process-output.
6487
6488 * ansi-color.el: Don't set comint-output-filter-functions; it is
6489 now in the initial value defined in comint.el.
6490 (ansi-color-apply-face-function): New variable.
6491 (ansi-color-apply-on-region): Use it.
6492 (ansi-color-apply-overlay-face): New function.
6493
6494 * shell.el (shell): No need to require ansi-color.
6495 (shell-mode): Use ansi-color-apply-face-function to highlight
6496 color escapes using font-lock-face property (Bug#10835).
6497
20af2394
CY
64982012-02-19 Chong Yidong <cyd@gnu.org>
6499
6500 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
6501 mode-line formats (Bug#10839).
6502
e23a3fbe
GM
65032012-02-18 Glenn Morris <rgm@gnu.org>
6504
b474519e
GM
6505 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
6506
6507 * mail/undigest.el (unforward-rmail-message): Doc fix.
6508
e23a3fbe
GM
6509 * saveplace.el (save-place-ignore-files-regexp): Add :version.
6510
57939ff4
EZ
65112012-02-18 Eli Zaretskii <eliz@gnu.org>
6512
6513 * international/characters.el (script-list): Sync with the latest
6514 Unicode Character Database.
6515
0c23686e
AS
65162012-02-18 Andreas Schwab <schwab@linux-m68k.org>
6517
6518 * international/titdic-cnv.el: Remove duplicate coding tag.
6519 * language/cham.el: Likewise.
6520 * language/tai-viet.el: Likewise.
6521
6818b449
GM
65222012-02-18 Glenn Morris <rgm@gnu.org>
6523
6524 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
6525 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
6526 (calendar-bahai-all-holidays-flag, calendar-other-dates):
6527 * calendar/diary-lib.el (diary-abbreviated-year-flag):
6528 * calendar/holidays.el (holiday-bahai-holidays)
6529 (calendar-holidays, list-holidays):
6530 Use utf-8 Bahá'í in doc-strings, menus, etc.
6531
0311a3fc
TH
65322012-02-17 Tassilo Horn <tassilo@member.fsf.org>
6533
6534 * saveplace.el (save-place-ignore-files-regexp): New variable
6535 allowing for excluding files from saving their location of point.
6536 The default value matches the temporary commit message editing
6537 files from Git, SVN, Bazaar, and Mercurial.
6538 (save-place-to-alist): Use it.
6539
d209e2fb 65402012-02-17 Lawrence Mitchell <wence@gmx.li>
f1a71c6e 6541 Stefan Monnier <monnier@iro.umontreal.ca>
eb864a71
LM
6542
6543 * newcomment.el (uncomment-region-default): Don't leave extra space
6544 when an arg is provided (bug#8150).
6545
ee0ce425
TZ
65462012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
6547
eb864a71 6548 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 6549
95ddf442
GM
65502012-02-17 Glenn Morris <rgm@gnu.org>
6551
6552 * net/socks.el: Require network-stream. (Bug#10599)
6553
48dd1e39 65542012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
6555
6556 * international/charprop.el:
6557 * international/uni-name.el:
6558 * international/uni-old-name.el:
6559 * international/uni-comment.el: Regenerate.
6560
d68cd087
GM
65612012-02-16 Glenn Morris <rgm@gnu.org>
6562
6563 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
6564 Interactively in calendar buffer, give an error if not on a date.
6565
13932042
GM
65662012-02-15 Glenn Morris <rgm@gnu.org>
6567
6568 * shell.el (shell-delimiter-argument-list):
6569 Revert 2011-02-17 change. (Bug#8027)
6570
c3a70e2b
CY
65712012-02-15 Chong Yidong <cyd@gnu.org>
6572
60236b0d
CY
6573 * minibuffer.el (completion-at-point-functions): Doc fix.
6574
c3a70e2b
CY
6575 * custom.el (defcustom): Doc fix; note use of defvar.
6576
9f26dc24
GM
65772012-02-15 Glenn Morris <rgm@gnu.org>
6578
6579 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
6580 Doc fixes.
6581
6546b134
GM
65822012-02-14 Glenn Morris <rgm@gnu.org>
6583
6584 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
6585
d29b2b4c
LI
65862012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
6587
6588 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
6589 way the ports list is computed.
835bdcba
LI
6590 (smtpmail-query-smtp-server): Prompt the user for a port number if
6591 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 6592
08dcdbc9
TZ
65932012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
6594
6595 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
6596
2605051a
GM
65972012-02-13 Glenn Morris <rgm@gnu.org>
6598
6599 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
6600
7ee99f32
TZ
66012012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
6602
6603 * net/gnutls.el (gnutls-trustfiles): New variable.
6604 (gnutls-negotiate): Use it.
6605
5f0af64f
LI
66062012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
6607
6608 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
6609 does its stuff if Gnus is running.
6610
c14fcc95
AM
66112012-02-13 Alan Mackenzie <acm@muc.de>
6612
6613 Fix a loop in c-set-fl-decl-start.
6614
7a71b18d 6615 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
6616 c-backward-syntactic-ws actually moves backwards.
6617
142b4d90
LL
66182012-02-13 Leo Liu <sdl.web@gmail.com>
6619
6620 * net/rcirc.el (rcirc-markup-attributes): Move point to the
6621 beginning so that all \C-o chars are removed.
6622
fa9958a6
TZ
66232012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
6624
dc9924b8 6625 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 6626
0bc5886a
AM
66272012-02-12 Alan Mackenzie <acm@muc.de>
6628
6629 Fix infinite loop with long macros.
4d6769e1 6630 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 6631
d4bd55e7
CY
66322012-02-12 Chong Yidong <cyd@gnu.org>
6633
6634 * window.el (display-buffer): Doc fix (Bug#10785).
6635
66f3fe22
GM
66362012-02-12 Glenn Morris <rgm@gnu.org>
6637
bd7da63e
GM
6638 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
6639 (x-disown-selection-internal, x-get-selection-internal):
6640 Sync docs with the xselect.c versions.
6641
66f3fe22
GM
6642 * allout-widgets.el: Add missing license notice.
6643
3e0d2fa7
GM
66442012-02-11 Glenn Morris <rgm@gnu.org>
6645
cfecdf09
GM
6646 * select.el (x-get-selection-internal, x-own-selection-internal)
6647 (x-disown-selection-internal):
6648 * x-dnd.el (x-get-selection-internal): Update declarations.
6649
6d216d7f
GM
6650 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
6651
2bed3f04
GM
6652 * window.el (window-sides-slots):
6653 * tool-bar.el (tool-bar-position):
6654 * term/xterm.el (xterm-extra-capabilities):
6655 * ses.el (ses-self-reference-early-detection):
6656 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
6657 (verilog-auto-wire-type)
6658 (verilog-auto-delete-trailing-whitespace)
6659 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
6660 (verilog-auto-tieoff-declaration):
6661 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
6662 (sql-oracle-statement-starters, sql-oracle-scan-on):
6663 * progmodes/prolog.el (prolog-align-comments-flag)
6664 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
6665 (prolog-left-indent-regexp, prolog-paren-indent-p)
6666 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
6667 (prolog-types, prolog-mode-specificators)
6668 (prolog-determinism-specificators, prolog-directives)
6669 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
6670 (prolog-electric-dot-flag)
6671 (prolog-electric-dot-full-predicate-template)
6672 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
6673 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
6674 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
6675 (prolog-program-switches, prolog-prompt-regexp)
6676 (prolog-debug-on-string, prolog-debug-off-string)
6677 (prolog-trace-on-string, prolog-trace-off-string)
6678 (prolog-zip-on-string, prolog-zip-off-string)
6679 (prolog-use-standard-consult-compile-method-flag)
6680 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
6681 (prolog-imenu-max-lines, prolog-info-predicate-index)
6682 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
6683 (prolog-char-quote-workaround):
6684 * progmodes/cc-vars.el (c-defun-tactic):
6685 * net/tramp.el (tramp-encoding-command-interactive)
6686 (tramp-local-end-of-line):
6687 * net/soap-client.el (soap-client):
6688 * net/netrc.el (netrc-file):
6689 * net/gnutls.el (gnutls):
6690 * minibuffer.el (completion-category-overrides)
6691 (completion-cycle-threshold)
6692 (completion-pcm-complete-word-inserts-delimiters):
6693 * man.el (Man-name-local-regexp):
6694 * mail/feedmail.el (feedmail-display-full-frame):
6695 * international/characters.el (glyphless-char-display-control):
6696 * eshell/em-ls.el (eshell-ls-date-format):
6697 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
6698 (lisp-lambda-list-keyword-parameter-indentation)
6699 (lisp-lambda-list-keyword-parameter-alignment):
6700 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
6701 * dired-x.el (dired-omit-verbose):
6702 * cus-theme.el (custom-theme-allow-multiple-selections):
6703 * calc/calc.el (calc-highlight-selections-with-faces)
6704 (calc-lu-field-reference, calc-lu-power-reference)
6705 (calc-note-threshold):
6706 * battery.el (battery-mode-line-limit):
6707 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
6708 (archive-7z-update):
6709 * allout.el (allout-prefixed-keybindings)
6710 (allout-unprefixed-keybindings)
6711 (allout-inhibit-auto-fill-on-headline)
6712 (allout-flattened-numbering-abbreviation):
6713 * allout-widgets.el (allout-widgets-auto-activation)
6714 (allout-widgets-icons-dark-subdir)
6715 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
6716 (allout-widgets-theme-dark-background)
6717 (allout-widgets-theme-light-background)
6718 (allout-widgets-item-image-properties-emacs)
6719 (allout-widgets-item-image-properties-xemacs)
6720 (allout-widgets-run-unit-tests-on-load)
6721 (allout-widgets-time-decoration-activity)
6722 (allout-widgets-hook-error-post-time)
6723 (allout-widgets-track-decoration):
6724 Add missing :version tags to new defcustoms and defgroups.
6725
5fec1b8e
GM
6726 * progmodes/sql.el (sql-ansi-statement-starters)
6727 (sql-oracle-statement-starters): Add custom type.
6728
3e0d2fa7
GM
6729 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
6730 (prolog-system-version): Give it a type.
6731
90b671e2
EZ
67322012-02-11 Eli Zaretskii <eliz@gnu.org>
6733
6734 * term/pc-win.el (x-select-text, x-selection-owner-p)
6735 (x-own-selection-internal, x-disown-selection-internal)
6736 (x-get-selection-internal): Sync doc strings and argument lists
6737 with xselect.c, common-win.el and x-win.el. (Bug#10783)
6738
5eac0c02
LL
67392012-02-11 Leo Liu <sdl.web@gmail.com>
6740
6741 * progmodes/python.el (python-end-of-statement): Fix infinite
6742 loop. (Bug#10788)
6743
f82cb659
GM
67442012-02-10 Glenn Morris <rgm@gnu.org>
6745
6746 * international/mule-cmds.el (unify-8859-on-encoding-mode)
6747 (unify-8859-on-decoding-mode): Properly mark as obsolete.
6748
cc26d239
LI
67492012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
6750
6751 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
6752 about SMTP before checking the From header.
6753
91027d08 6754 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
6755 into own function for reuse by emacsbug.el.
6756
1be3ca5a
LL
67572012-02-10 Leo Liu <sdl.web@gmail.com>
6758
6759 * subr.el (condition-case-unless-debug): Rename from
6760 condition-case-no-debug. All callers changed.
6761 (with-demoted-errors): Fix caller.
6762
6763 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
6764 * nxml/rng-valid.el (rng-do-some-validation):
6765 * emacs-lisp/package.el (package-refresh-contents)
6766 (package-menu-execute):
6767 * desktop.el (desktop-create-buffer):
91027d08 6768 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 6769
b011fbfe
GM
67702012-02-10 Glenn Morris <rgm@gnu.org>
6771
b2096d72
GM
6772 * textmodes/bibtex.el:
6773 Add missing :version tags for new/changed defcustoms.
6774
b011fbfe
GM
6775 * files.el (remote-file-name-inhibit-cache): Doc fixes.
6776
4c7e65bf
LI
67772012-02-09 Lars Ingebrigtsen <larsi@rusty>
6778
6779 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
6780 (smtpmail-via-smtp): Use it, or fall back on the From address.
6781 (smtpmail-send-it): Ditto.
6782
f3934f6f
SM
67832012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
6784
6785 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6786 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
6787 (byte-compile-tmp-var): New const.
6788 (byte-compile-defvar): Use it to minimize .elc size.
6789 Just use `defvar' rather than simulate it (bug#10761).
6790
a075a2c5
GM
67912012-02-09 Glenn Morris <rgm@gnu.org>
6792
cf3aa21b
GM
6793 * files.el (rename-uniquely): Doc fix. (Bug#3806)
6794
354998cd
GM
6795 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
6796 Add :version tags.
6797
dc9924b8
SM
6798 * progmodes/compile.el (compilation-error-screen-columns)
6799 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 6800
dab3703d
GM
6801 * vc/log-view.el (log-view-toggle-entry-display):
6802 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
6803
3f88cd72
GM
6804 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
6805 (report-emacs-bug-can-use-xdg-email):
6806 (report-emacs-bug-insert-to-mailer): Doc fixes.
6807 (report-emacs-bug): Message fix.
6808
d95b247d
GM
6809 * net/browse-url.el (browse-url-can-use-xdg-open)
6810 (browse-url-xdg-open): Doc fixes.
6811
a075a2c5
GM
6812 * electric.el (electric-indent-mode, electric-pair-mode)
6813 (electric-layout-rules, electric-layout-mode): Doc fixes.
6814 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
6815
ffb6157e
MR
68162012-02-08 Martin Rudalics <rudalics@gmx.at>
6817
6818 * server.el (server-unselect-display): Don't inadvertently kill
6819 the current buffer. (Bug#10729)
6820
e1ac4066
GM
68212012-02-08 Glenn Morris <rgm@gnu.org>
6822
34e8a2da
GM
6823 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
6824 (sql-list-table): Doc fixes.
6825
b4ac6e8c
GM
6826 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
6827 Comment out (does nothing).
6828
e1ac4066
GM
6829 * completion.el (dynamic-completion-mode):
6830 * dirtrack.el (dirtrack-debug-mode):
6831 * electric.el (electric-layout-mode):
6832 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
6833 * face-remap.el (text-scale-mode, buffer-face-mode):
6834 * iimage.el (iimage-mode):
6835 * image-mode.el (image-transform-mode):
6836 * minibuffer.el (completion-in-region-mode):
6837 * scroll-lock.el (scroll-lock-mode):
6838 * simple.el (next-error-follow-minor-mode):
6839 * tar-mode.el (tar-subfile-mode):
6840 * tooltip.el (tooltip-mode):
6841 * vcursor.el (vcursor-use-vcursor-map):
6842 * wid-browse.el (widget-minor-mode):
6843 * emulation/tpu-edt.el (tpu-edt-mode):
6844 * emulation/tpu-extras.el (tpu-cursor-free-mode):
6845 * international/iso-ascii.el (iso-ascii-mode):
6846 * language/thai-util.el (thai-word-mode):
6847 * mail/supercite.el (sc-minor-mode):
6848 * net/goto-addr.el (goto-address-mode):
6849 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
6850 * progmodes/cwarn.el (cwarn-mode):
6851 * progmodes/flymake.el (flymake-mode):
6852 * progmodes/glasses.el (glasses-mode):
6853 * progmodes/hideshow.el (hs-minor-mode):
6854 * progmodes/pascal.el (pascal-outline-mode):
6855 * textmodes/enriched.el (enriched-mode):
6856 * vc/smerge-mode.el (smerge-mode):
6857 Doc fixes (minor mode argument).
6858
5e0d957f
EZ
68592012-02-07 Eli Zaretskii <eliz@gnu.org>
6860
6861 * ls-lisp.el (ls-lisp-sanitize): New function.
6862 (ls-lisp-insert-directory): Use it to fix or remove any elements
6863 in file-alist with missing attributes. (Bug#4673)
6864
98d7371e
AM
68652012-02-07 Alan Mackenzie <acm@muc.de>
6866
6867 Fix spurious recognition of c-in-knr-argdecl.
6868
6869 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
6870 putative K&R region.
6871
667ced3a
AM
68722012-02-07 Alan Mackenzie <acm@muc.de>
6873
eb864a71
LM
6874 * progmodes/cc-engine.el (c-forward-objc-directive):
6875 Prevent looping in "#pragma mark @implementation".
667ced3a 6876
5b77774d
MA
68772012-02-07 Michael Albinus <michael.albinus@gmx.de>
6878
6879 * notifications.el (notifications-on-closed-signal): Make `reason'
6880 optional. (Bug#10744)
6881
af008560
GM
68822012-02-07 Glenn Morris <rgm@gnu.org>
6883
60d47423
GM
6884 * emacs-lisp/easy-mmode.el (define-minor-mode):
6885 Doc fixes for the macro and the mode it defines.
6886
dd605cc4
GM
6887 * image.el (imagemagick-types-inhibit): Doc fix.
6888
af008560
GM
6889 * cus-start.el (imagemagick-render-type): Add it.
6890
5cc59a37
LI
68912012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
6892
4d6769e1
JB
6893 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
6894 Set the default at load time, too, so that `font-lock-fontify-buffer'
6895 can be called without setting up the entire mode first. This fixes
6896 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 6897
9a6dd747
CY
68982012-02-06 Chong Yidong <cyd@gnu.org>
6899
2d16b285
CY
6900 * simple.el (list-processes--refresh): Delete exited processes
6901 (Bug#8094).
6902
171e9b6e
CY
6903 * comint.el (comint-next-prompt): next-single-char-property-change
6904 and prev-single-char-property-change never return nil (Bug#8657).
6905
9a6dd747
CY
6906 * custom.el (defcustom): Doc fix (Bug#9711).
6907
aa4589a7
CY
69082012-02-05 Chong Yidong <cyd@gnu.org>
6909
5c2a252f
CY
6910 * cus-edit.el (custom-variable-reset-backup): Quote the value
6911 before storing it in the customized-value property (Bug#6712).
4aab9006 6912 (custom-display): Add a customization type tag.
983b9602 6913 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 6914
aa4589a7
CY
6915 * wid-edit.el (widget-field-value-get): New optional arg to
6916 suppress trailing whitespace truncation.
6917 (character): Use it (Bug#2689).
6918
1ff980ae
AS
69192012-02-05 Andreas Schwab <schwab@linux-m68k.org>
6920
6921 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
6922 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
6923
03988c98
CY
69242012-02-05 Chong Yidong <cyd@gnu.org>
6925
eeb6cc88
CY
6926 * cus-edit.el (custom-variable-value-create): For mismatched
6927 types, show the current value (Bug#7600).
6928
03988c98
CY
6929 * custom.el (defcustom): Doc fix.
6930
f8cdeef0
GM
69312012-02-05 Glenn Morris <rgm@gnu.org>
6932
6933 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
6934
0696d255
JB
69352012-02-05 Juanma Barranquero <lekktu@gmail.com>
6936
6937 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
6938 (pp-buffer): Use `ignore-errors', `looking-at-p'.
6939 (pp-last-sexp): Use `looking-at-p'.
6940
34c99998
GM
69412012-02-04 Glenn Morris <rgm@gnu.org>
6942
8f05da42
GM
6943 * files.el (revert-buffer):
6944 Doc fix (mention revert-buffer-in-progress-p).
6945
f160676e
GM
6946 * emacs-lisp/ert-x.el (ert-simulate-command):
6947 Check deferred-action-list (which is obsolete) is bound.
6948
c7291ad9
GM
6949 * subr.el (with-wrapper-hook): Doc fixes.
6950
34c99998
GM
6951 * simple.el (filter-buffer-substring-functions)
6952 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
6953
6283a7d3
LL
69542012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
6955
6956 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
6957 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
6958
e96e3013
LL
69592012-02-04 Leo Liu <sdl.web@gmail.com>
6960
6961 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
6962
8ded50f2
GM
69632012-02-04 Glenn Morris <rgm@gnu.org>
6964
82ff1d13
GM
6965 * image.el (image-extension-data): Add obsolete alias.
6966
987a0a16
GM
6967 * isearch.el (isearch-update): Doc fix.
6968
ea32ef46
GM
6969 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
6970
8ded50f2
GM
6971 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
6972
eea14f31
GM
69732012-02-03 Glenn Morris <rgm@gnu.org>
6974
6975 * image.el (image-animated-p): Doc fix. Use image-animated-types.
6976 (image-animate-timeout): Doc fix.
6977
6978 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
6979
12f381b7
GM
69802012-02-02 Glenn Morris <rgm@gnu.org>
6981
953cebf5
GM
6982 * server.el (server-auth-dir): Doc fix.
6983 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
6984
12f381b7
GM
6985 * subr.el (run-mode-hooks): Doc fix.
6986
953a8c3b
JL
69872012-02-02 Juri Linkov <juri@jurta.org>
6988
6989 * image-mode.el (image-toggle-display-image): Remove tautological
6990 `major-mode' from the `derived-mode-p' test.
6991
c5d3843c
KH
69922012-02-02 Kenichi Handa <handa@m17n.org>
6993
9f6e692e 6994 * composite.el (compose-region): Cancel previous change.
c5d3843c 6995
159462d4 69962012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
6997
6998 * composite.el (compose-region, compose-string): Signal error for
6999 a null string component (Bug#6988).
7000
9f562668
CY
70012012-02-01 Chong Yidong <cyd@gnu.org>
7002
e2cef717
CY
7003 * view.el (view-buffer-other-window, view-buffer-other-frame):
7004 Handle special modes like view-buffer (Bug#10650).
7005 (view-buffer): Simplify.
7006
9f562668
CY
7007 * frame.el (set-frame-font): Tweak meaning of third argument.
7008
9f6e692e
JB
7009 * dynamic-setting.el (font-setting-change-default-font):
7010 Use set-frame-font (Bug#9982).
9f562668 7011
781acb9f
GM
70122012-02-01 Glenn Morris <rgm@gnu.org>
7013
6035be52
GM
7014 * progmodes/compile.el (compilation-internal-error-properties):
7015 Respect compilation-first-column in the "*compilation*" buffer.
7016
781acb9f
GM
7017 * emacs-lisp/easy-mmode.el (define-minor-mode):
7018 Relax :variable's test for a named function.
7019
abbceb00
AM
70202012-01-31 Alan Mackenzie <acm@muc.de>
7021
7022 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
7023 off by one error.
7024
fce3fdeb
CY
70252012-01-31 Chong Yidong <cyd@gnu.org>
7026
7027 * frame.el (set-frame-font): New arg ALL-FRAMES.
7028
7029 * menu-bar.el (menu-set-font): Use set-frame-font.
7030
7031 * faces.el (face-spec-reset-face): Don't apply unspecified
7032 attribute values to the default face.
7033
47893581
JB
70342012-01-31 Juanma Barranquero <lekktu@gmail.com>
7035
7036 * progmodes/cwarn.el (cwarn): Remove dead link.
7037 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
7038 Remove * from defcustom docstrings.
7039 (turn-on-cwarn-mode): Make obsolete.
7040 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
7041 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
7042
e58e988a
GM
70432012-01-31 Glenn Morris <rgm@gnu.org>
7044
60dc2671 7045 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 7046 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 7047 Allow named functions to be used as the cdr of :variable.
e58e988a 7048
7a3f511d
GM
70492012-01-30 Glenn Morris <rgm@gnu.org>
7050
7051 * emacs-lisp/authors.el (authors-fixed-entries):
7052 Remove reference to deleted file rnewspost.el.
7053
cb882333
JB
70542012-01-29 Juanma Barranquero <lekktu@gmail.com>
7055
7056 * window.el (window-with-parameter): Remove unused variable `windows'.
7057 (window--side-check): Remove unused variable `code'.
7058 (window--resize-siblings): Remove unused variable `first'.
7059 (adjust-window-trailing-edge): Remove unused variable `failed'.
7060 (window-deletable-p, window--delete): Remove unused variable `buffer'.
7061 Use `let', not `let*'.
7062 (balance-windows-2): Remove unused variable `found'.
7063 (window--state-put-2): Remove unused variable `splits'.
7064 (window-state-put): Remove unused variable `selected'.
7065 (same-window-p): Use `string-match-p'.
7066 (display-buffer-assq-regexp): Remove unused variable `value'.
7067 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7068 Mark argument ALIST as ignored.
7069 (pop-to-buffer): Remove unused variable `old-window'.
7070
907201af
EZ
70712012-01-29 Eli Zaretskii <eliz@gnu.org>
7072
7073 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
7074 and .lzma compressed files.
7075
ea162670
CY
70762012-01-29 Chong Yidong <cyd@gnu.org>
7077
5b95ee8a
CY
7078 * frame.el (window-system-default-frame-alist): Doc fix.
7079
ea162670
CY
7080 * dynamic-setting.el (font-setting-change-default-font): Don't
7081 change the default face if SET-FONT argument is non-nil (Bug#9982).
7082
d6e6f4b1
SB
70832012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
7084
7085 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
7086
0f29fa41 70872012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
7088
7089 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
7090 breakpoints in files outside current directory (Bug#6098).
7091
db174434
CY
70922012-01-29 Chong Yidong <cyd@gnu.org>
7093
6b25e4e2
SE
7094 * progmodes/python.el: Require ansi-color at top-level.
7095
6df6ae42
JB
7096 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
7097 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
7098 (lisp-mode-abbrev-table): Add doc.
7099 (lisp-mode-variables): Don't set local-abbrev-table.
7100 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
7101
e70ee681
RW
71022012-01-28 Roland Winkler <winkler@gnu.org>
7103
7104 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
7105
ace88aa2
RW
71062012-01-28 Roland Winkler <winkler@gnu.org>
7107
7108 * textmodes/bibtex.el (bibtex-entry-alist): New function.
7109 (bibtex-set-dialect): Use it. Either set global values of
7110 dialect-dependent variables or bind these variables buffer-locally
7111 (Bug#10254).
7112 (bibtex-mode): Call bibtex-set-dialect via
7113 hack-local-variables-hook.
eb864a71
LM
7114 (bibtex-dialect): Update docstring.
7115 Add safe-local-variable predicate.
ace88aa2
RW
7116 (bibtex-entry-alist, bibtex-field-alist): Initialize via
7117 bibtex-set-dialect.
7118 (bibtex-mode-map): Define menu for each dialect.
7119 (bibtex-entry): Fix docstring.
7120
93376c5b
CY
71212012-01-28 Chong Yidong <cyd@gnu.org>
7122
7123 * eshell/esh-arg.el (eshell-quote-argument): New function.
7124
7125 * eshell/esh-ext.el (eshell-invoke-batch-file):
7126 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
7127 first arg to eshell-parse-command (Bug#10523).
7128
4372494f
DA
71292012-01-28 Drew Adams <drew.adams@oracle.com>
7130
7131 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
7132 `default-directory' is non-nil.
7133
4d4ec1f8
EZ
71342012-01-28 Eli Zaretskii <eliz@gnu.org>
7135
7136 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
7137 line that displays system-configuration-options. (Bug#9924)
7138
7c188927
DA
71392012-01-28 Drew Adams <drew.adams@oracle.com>
7140
7141 * descr-text.el (describe-char): Show information about POS, in
7142 addition to information about the character at POS. Improve and
7143 update the doc string. Change "code point" to "code point in
7144 charset", to avoid confusion with the character's Unicode code
7145 point shown above that. (Bug#10129)
7146
e0da685a
EZ
71472012-01-28 Eli Zaretskii <eliz@gnu.org>
7148
7149 * descr-text.el (describe-char): Show the raw character, not only
7150 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
7151 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
7152 for the reasons.
7153
70550acf
PH
71542012-01-28 Phil Hagelberg <phil@hagelb.org>
7155
eb864a71
LM
7156 * emacs-lisp/package.el (package-install):
7157 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 7158
0ce8e868
CY
71592012-01-28 Chong Yidong <cyd@gnu.org>
7160
cb882333
JB
7161 * emacs-lisp/package.el (package-maybe-load-descriptor):
7162 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
7163 (package-maybe-load-descriptor): Use it.
7164 (package-download-transaction): Fully load required packages
7165 inside the loop, so that `require' calls work (Bug#10593).
7166 (package-install): No need to call package-initialize now.
7167
2e7f3bea
CY
71682012-01-28 Chong Yidong <cyd@gnu.org>
7169
6e9bad14
CY
7170 * simple.el (deactivate-mark): Doc fix (Bug#8614).
7171
f823b8ca
CY
7172 * tooltip.el (tooltip-mode): Doc fix.
7173 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
7174
2680c309
CY
7175 * frame.el (set-cursor-color): Doc fix (Bug#352).
7176
d7a9e63b
CY
7177 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
7178 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
7179
2e7f3bea
CY
7180 * cus-edit.el (custom-buffer-create-internal): Fix search button
7181 action (Bug#10542).
2ae01800 7182 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 7183
fc4f7a23
EW
71842012-01-27 Eduard Wiebe <usenet@pusto.de>
7185
7186 * dired.el (dired-mark-files-regexp):
7187 Include any subdirectory components. (Bug#10445)
7188
7dd37071
ML
71892012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
7190
7191 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
7192 Handle [host]:port syntax. (Bug#10533)
7193
a268160b
AH
71942012-01-27 Alex Harsanyi <harsanyi@mac.com>
7195
7196 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
7197
e43273ef
GM
71982012-01-26 Glenn Morris <rgm@gnu.org>
7199
7200 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
7201 * term.el (term-raw-escape-map): Use Control-X-prefix.
7202 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
7203
1edf595d
MR
72042012-01-25 Martin Rudalics <rudalics@gmx.at>
7205
7206 * window.el (window-state-get, window--state-get-1): Don't deal
7207 with fixed-sizeness of windows. Simplify code.
7208
fa8eafef
JC
72092012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
7210
6df6ae42
JB
7211 * window.el (window--state-get-1, window--state-put-2):
7212 Don't save and restore the mark.
fa8eafef 7213
0b21c100
CY
72142012-01-25 Chong Yidong <cyd@gnu.org>
7215
7216 * custom.el (custom-variable-p): Doc fix.
7217
5ae1a6c8
GM
72182012-01-25 Glenn Morris <rgm@gnu.org>
7219
40047858
GM
7220 * dired.el (dired-goto-file): Handle some of the more common
7221 characters that `ls -b' escapes. (Bug#10596)
7222
5ddce96c
GM
7223 * progmodes/compile.el (compilation-next-error-function):
7224 Respect compilation-first-column in the "*compilation*" buffer.
7225 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
7226
5ae1a6c8
GM
7227 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
7228
b559f1a9
GM
72292012-01-24 Glenn Morris <rgm@gnu.org>
7230
7231 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
7232
6725d21a
JD
72332012-01-24 Julien Danjou <julien@danjou.info>
7234
7235 * color.el (color-rgb-to-hsl): Fix value computing.
7236 (color-hue-to-rgb): New function.
7237 (color-hsl-to-rgb): New function.
7238 (color-clamp, color-saturate-hsl, color-saturate-name)
7239 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
7240 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
7241
70df4bbe
GM
72422012-01-24 Glenn Morris <rgm@gnu.org>
7243
7244 * vc/vc-rcs.el (vc-rcs-create-tag):
7245 * vc/vc-sccs.el (vc-sccs-create-tag):
7246 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
7247
802a2ae2
ML
72482012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
7249
7250 * eshell/esh-util.el (eshell-read-hosts-file):
7251 Skip comment lines. (Bug#10549)
7252
d7128bb1
ML
7253 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
7254
d1a5c3b4
JB
72552012-01-23 Juanma Barranquero <lekktu@gmail.com>
7256
2724d9c7
JB
7257 * subr.el (display-delayed-warnings): Doc fix.
7258 (collapse-delayed-warnings): New function to collapse identical
7259 adjacent warnings.
7260 (delayed-warnings-hook): Add it.
d1a5c3b4 7261
a5509865
MA
72622012-01-22 Michael Albinus <michael.albinus@gmx.de>
7263
7264 * net/tramp.el (tramp-action-login): Set connection property "login-as".
7265
a5509865
MA
7266 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
7267 (tramp-default-user-alist): Don't add "pscp".
7268 (tramp-do-copy-or-rename-file-out-of-band): Use connection
7269 property "login-as", if set. (Bug#10530)
7270
cc6d5805
MA
72712012-01-21 Michael Albinus <michael.albinus@gmx.de>
7272
7273 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
7274 "plink1" and "psftp". (Bug#10530)
7275
72762012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
7277
7278 * international/mule-cmds.el (prefer-coding-system): Show a
7279 warning message if the default value of file-name-coding-system
7280 was not changed.
7281
f0960428
JC
72822012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
7283
cb882333
JB
7284 * windmove.el (windmove-reference-loc):
7285 Fix windmove-reference-loc miscalculation.
f0960428 7286
dd6f2a63
JB
72872012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
7288
7289 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
7290 default unit.
7291
7b447e9b
GM
72922012-01-21 Glenn Morris <rgm@gnu.org>
7293
117a9ea1
GM
7294 * international/mule.el (auto-coding-alist): Add .tbz.
7295
7b447e9b
GM
7296 * files.el (local-enable-local-variables): Doc fix.
7297 (inhibit-local-variables-regexps): Rename from
7298 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
7299 Doc fix. Add some extensions from auto-coding-alist.
7300 (inhibit-local-variables-suffixes):
7301 Rename from inhibit-first-line-modes-suffixes. Doc fix.
7302 (inhibit-local-variables-p):
7303 New function, extracted from set-auto-mode-1.
7304 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
7305 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
7306 (hack-local-variables): Doc fix. Make the mode-only case
7307 respect enable-local-variables and friends.
7308 Respect inhibit-local-variables-regexps for file-locals, but
7309 not for directory-locals.
7310 (set-visited-file-name):
7311 Take account of inhibit-local-variables-regexps.
7312 Whether it applies may change as the file name is changed.
7313 * jka-cmpr-hook.el (jka-compr-install):
7314 * jka-compr.el (jka-compr-uninstall):
7315 Update for inhibit-first-line-modes-suffixes name change.
7316
dd6e3cdd
MR
73172012-01-20 Martin Rudalics <rudalics@gmx.at>
7318
7319 * help-macro.el (make-help-screen): Temporarily restore original
7320 binding for minor-mode-map-alist (Bug#10454).
7321
0d0deb38
JD
73222012-01-19 Julien Danjou <julien@danjou.info>
7323
7324 * color.el (color-name-to-rgb): Use the white color to find the max
7325 color component value and return correctly computed values.
7326 (color-name-to-rgb): Add missing float conversion for max value.
7327
34a02f46
MR
73282012-01-19 Martin Rudalics <rudalics@gmx.at>
7329
7330 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
7331 special state value for window-persistent-parameters.
7332 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
7333 (window--state-put-2): Reset all window parameters to nil before
7334 assigning values of persistent parameters.
7335
606c44c4
AM
73362012-01-18 Alan Mackenzie <acm@muc.de>
7337
7338 Eliminate sluggishness and hangs in fontification of "semicolon
7339 deserts".
7340
cb882333
JB
7341 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
7342 Change value 10000 -> 3000.
606c44c4
AM
7343 (c-state-safe-place): Reformulate so it doesn't stack up an
7344 infinite number of wrong entries in c-state-nonlit-pos-cache.
7345 (c-determine-limit-get-base, c-determine-limit): New functions to
7346 determine backward search limits disregarding literals.
7347 (c-find-decl-spots): Amend commenting.
7348 (c-cheap-inside-bracelist-p): New function which detects "={".
7349
7350 * progmodes/cc-fonts.el
7351 (c-make-font-lock-BO-decl-search-function): Give a limit to a
7352 backward search.
7353 (c-font-lock-declarations): Fix an occurrence of point being
7354 undefined. Check additionally for point being in a bracelist or
7355 near a macro invocation without a semicolon so as to avoid a
7356 fruitless time consuming search for a declarator. Give a more
7357 precise search limit for declarators using the new
7358 c-determine-limit.
7359
f3860cea
GM
73602012-01-18 Glenn Morris <rgm@gnu.org>
7361
7362 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
7363 (set-auto-mode): Doc fixes.
7364
1db03b16
GM
73652012-01-17 Glenn Morris <rgm@gnu.org>
7366
0e6038be
GM
7367 * isearch.el (search-nonincremental-instead): Fix doc typo.
7368
1db03b16
GM
7369 * dired.el (dired-insert-directory): Handle newlines in directory name.
7370 (dired-build-subdir-alist): Unescape newlines in directory name.
7371
4cb0aa75
MA
73722012-01-17 Michael Albinus <michael.albinus@gmx.de>
7373
7374 * net/tramp.el (tramp-local-end-of-line): New defcustom.
7375 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
7376 (tramp-action-terminal): Use it. (Bug#10530)
7377
1d00653d
SM
73782012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
7379
7380 * minibuffer.el (completion--replace): Strip properties (bug#10062).
7381
6a6ee00d
MR
73822012-01-16 Martin Rudalics <rudalics@gmx.at>
7383
7384 * window.el (window-state-ignored-parameters): Remove variable.
7385 (window--state-get-1): Rename argument MARKERS to IGNORE.
7386 Handle persistent window parameters. Make copy of clone-of
7387 parameter only if requested. (Bug#10348)
7388 (window--state-put-2): Install a window parameter only if it has
7389 a non-nil value or an existing parameter shall be overwritten.
7390
97912def
MA
73912012-01-15 Michael Albinus <michael.albinus@gmx.de>
7392
7393 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
7394
688070a5
EZ
73952012-01-14 Eli Zaretskii <eliz@gnu.org>
7396
7397 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
7398 don't pass the (nil) value of `upnode' to string-match.
7399
301afadc
CY
74002012-01-14 Chong Yidong <cyd@gnu.org>
7401
7402 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 7403 Fix values recognized by the cursorBlink resource.
301afadc 7404
9e5788aa
PE
74052012-01-14 Paul Eggert <eggert@cs.ucla.edu>
7406
7407 * epg.el (epg--make-temp-file): Avoid permission race condition
7408 when running on old Emacs versions (bug#10403).
7409
3cdb7f5a
GM
74102012-01-14 Glenn Morris <rgm@gnu.org>
7411
7412 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
7413
8c82b1b4
AM
74142012-01-13 Alan Mackenzie <acm@muc.de>
7415
7416 Fix filling for when filladapt mode is enabled.
7417
7418 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
7419 c-mask-paragraph, pass in `fill-paragraph' rather than
7420 `fill-region-as-paragraph'. (This is a reversion of a previous
7421 change.)
eb864a71
LM
7422 * progmodes/cc-mode.el (c-basic-common-init):
7423 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 7424
e517eda4
GM
74252012-01-13 Glenn Morris <rgm@gnu.org>
7426
1498536e
GM
7427 * dired.el (dired-switches-escape-p): New function.
7428 (dired-insert-directory): Use dired-switches-escape-p.
7429 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
7430
e517eda4
GM
7431 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
7432
328f984d
GM
74332012-01-12 Glenn Morris <rgm@gnu.org>
7434
7435 * mail/sendmail.el (mail-mode): Update paragraph-separate for
7436 changes in adaptive-fill-regexp. (Bug#10276)
7437
2cc769a8
AM
74382012-01-11 Alan Mackenzie <acm@muc.de>
7439
7440 Fix Emacs bug #10463 - put `widen's around the critical spots.
7441
1d00653d 7442 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
7443 widen around each invocation of c-state-pp-to-literal. Remove an
7444 unused let variable.
7445
e52c37fa
GM
74462012-01-11 Glenn Morris <rgm@gnu.org>
7447
7448 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 7449 Doc fix.
e52c37fa 7450
96f8741e
CY
74512012-01-10 Chong Yidong <cyd@gnu.org>
7452
1d00653d
SM
7453 * net/network-stream.el (network-stream-open-starttls):
7454 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
7455 response to the capability command.
7456
b09a806e
GM
74572012-01-10 Glenn Morris <rgm@gnu.org>
7458
7459 * mail/unrmail.el (unrmail): Tweak previous change.
7460
7655cb66
CY
74612012-01-09 Chong Yidong <cyd@gnu.org>
7462
7463 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
7464
9d5a8f0b
AM
74652012-01-08 Alan Mackenzie <acm@muc.de>
7466
7467 Optimise font locking in long enum definitions.
7468
7469 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
7470 arm to a cond form to handle enums.
7471 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
7472 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
7473
9a0115ab 74742012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
7475
7476 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 7477 (Bug#10401)
6bb72cbd 7478
f186bb95
LMI
74792012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7480
29232a68
LMI
7481 * faces.el (set-face-attribute): Clarify the meaning of the nil
7482 frame (bug#10294).
7483
4e5d086d
LMI
7484 * subr.el (with-selected-frame): Mention that the selected frame
7485 is restored (bug#9980).
7486
8e66aebe
LMI
7487 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
7488 (bug#9759).
7489
cd394be1 7490 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
7491 (password-read): Don't autoload unused function.
7492
adf4e762
JB
74932012-01-07 Juanma Barranquero <lekktu@gmail.com>
7494
7495 * progmodes/which-func.el (which-func-mode): Turn into a
7496 non-interactive function and mark as obsolete (bug#10428).
7497
89bd9ccd
CY
74982012-01-06 Chong Yidong <cyd@gnu.org>
7499
7500 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
7501 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
7502 functions, along with 1 and -1.
7503
4afee9d5
EZ
75042012-01-06 Eli Zaretskii <eliz@gnu.org>
7505
7506 * time.el (display-time-load-average)
7507 (display-time-default-load-average): Doc fixes. See the thread
7508 starting at
7509 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
7510 for the details.
7511
536aea70
GM
75122012-01-06 Glenn Morris <rgm@gnu.org>
7513
665ae865
GM
7514 * mail/unrmail.el (unrmail): Give an explicit error if the input file
7515 has no messages. (Bug#10377)
7516
c869783d
GM
7517 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
7518 than Info-edit. (Bug#10385)
7519
2bb4227e
GM
7520 * time.el (display-time-load-average, display-time-next-load-average):
7521 Doc fixes.
7522
7d5944b9
GM
7523 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
7524 local setting of buffer-read-only to the input buffer. (Bug#10419)
7525
536aea70
GM
7526 * calendar/calendar.el (calendar-mode):
7527 Locally set scroll-margin to 0. (Bug#10379)
7528
7dccca16
UM
75292012-01-06 Ulrich Mueller <ulm@gentoo.org>
7530
7531 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
7532
afbb7930
GM
75332012-01-05 Glenn Morris <rgm@gnu.org>
7534
7535 * eshell/em-unix.el (diff-no-select): Autoload it.
7536 (eshell/diff): Use diff-no-select. (Bug#10420)
7537
04482335
CY
75382012-01-05 Chong Yidong <cyd@gnu.org>
7539
7baca3bc
CY
7540 * shell.el (shell-dynamic-complete-functions): Revert last change.
7541 (shell-command-completion-function): New function.
7542 (shell-completion-vars): Use it to implement
7543 shell-completion-execonly (Bug#10417).
7544
04482335
CY
7545 * custom.el (enable-theme): Don't set custom-safe-themes.
7546
1d00653d
SM
7547 * cus-theme.el (custom-theme-merge-theme):
7548 Ignore custom-enabled-themes and custom-safe-themes.
04482335 7549
bb5aa5d6
MM
75502012-01-05 Michael R. Mauger <mmaug@yahoo.com>
7551
7552 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
7553 first prompt in `sql-interacive-mode'.
7554 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 7555 keywords.
6df6ae42 7556 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
7557 (sql-product-interactive): Bug fix: Set `sql-buffer' in
7558 context of original buffer. Invoke `sql-login-hook'.
7559
a7183d7c
EZ
75602012-01-04 Eli Zaretskii <eliz@gnu.org>
7561
7562 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
7563 letters in cite-prefix.
7564
a1eacd1e
LMI
75652012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7566
7567 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
7568
787cdb34
CY
75692012-01-03 Chong Yidong <cyd@gnu.org>
7570
1d00653d
SM
7571 * shell.el (shell-dynamic-complete-functions):
7572 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
7573 comint-filename-completion first (Bug#10417).
7574
30710442
RS
75752012-01-02 Richard Stallman <rms@gnu.org>
7576
7577 * battery.el (battery-status-function):
7578 Detect when to use battery-yeeloong-sysfs.
7579 (battery-echo-area-format): Add string for Yeeloong.
7580 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
7581 (battery-yeeloong-sysfs): New function.
7582
f75bfc33
CY
75832012-01-02 Chong Yidong <cyd@gnu.org>
7584
7585 * dirtrack.el (dirtrack-list): Eliminate unused third element.
7586 (dirtrack): Merge code for handling relative filenames in prompt
7587 from shell-dir-cookie-watcher.
7588 (dirtrack-debug-message): New arg to avoid excess format calls.
7589
7590 * shell.el (shell-dir-cookie-re): Variable deleted.
7591 (shell-dir-cookie-watcher): Function deleted.
7592 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
7593 with dirtrack-mode.
7594
651e947e
EZ
75952012-01-01 Eli Zaretskii <eliz@gnu.org>
7596
1d00653d
SM
7597 * term/w32-win.el (dynamic-library-alist) <gnutls>:
7598 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
7599 libgnutls-26.dll.
7600
94d4c7dc
AS
76012011-12-31 Andreas Schwab <schwab@linux-m68k.org>
7602
7603 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
7604
8d43f3cd
EZ
76052011-12-31 Eli Zaretskii <eliz@gnu.org>
7606
7607 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
7608 headers of non-MIME messages, when rmail-enable-mime is non-nil.
7609
98c8795a
MA
76102011-12-29 Michael Albinus <michael.albinus@gmx.de>
7611
7612 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
7613 also for alternative shells.
7614 (tramp-open-connection-setup-interactive-shell): Check, whether
7615 the shell is a busybox.
7616 (tramp-send-command): Don't suppress multiple prompts for
7617 busyboxes, it hurts.
7618
51281b32
CY
76192011-12-28 Chong Yidong <cyd@gnu.org>
7620
7621 * progmodes/gdb-mi.el (gdb-get-source-file-list)
7622 (gdb-get-source-file): Move mode line update to
7623 gdb-get-source-file (Bug#10087).
7624
2170cb53
CY
76252011-12-25 Chong Yidong <cyd@gnu.org>
7626
7627 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
7628 gud-gdb-marker-filter without taking it as an argument.
7629 (gud-gdb-run-command-fetch-lines): Caller changed.
7630 (gud-gdb-completion-function): New variable.
7631 (gud-gdb-completion-at-point): Use it.
7632 (gud-gdb-completions-1): Split from gud-gdb-completions.
7633
7634 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
7635 function as separate arguments.
7636 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
7637 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
7638 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
7639 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
7640 (gdb-stopped, def-gdb-auto-update-trigger)
7641 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
7642 (gdb-get-changed-registers, gdb-get-main-selected-frame):
7643 Callers changed.
2170cb53
CY
7644 (gud-gdbmi-completions): New function.
7645 (gdb): Use it for generating the completion table.
7646
be8b11bb
AM
76472011-12-24 Alan Mackenzie <acm@muc.de>
7648
7649 Introduce a mechanism to widen the region used in context font
1d00653d 7650 locking. Use this to protect declarations from losing their contexts.
be8b11bb 7651
1d00653d
SM
7652 * progmodes/cc-langs.el (c-before-font-lock-functions):
7653 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 7654 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
7655 functions to be run just before context (etc.) font locking.
7656
7657 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 7658 New, functionality extracted from
be8b11bb 7659 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 7660 (c-in-after-change-fontification): New variable.
be8b11bb
AM
7661 (c-after-change): Set c-in-after-change-fontification.
7662 (c-set-fl-decl-start): Rejig its interface, so it can be called
7663 from both after-change and context fontifying.
b81d40f0
JB
7664 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
7665 New functions.
7666 (c-standard-font-lock-fontify-region-function): New variable.
7667 (c-font-lock-fontify-region): New function.
be8b11bb 7668
341cf6ac
JL
76692011-12-24 Juri Linkov <juri@jurta.org>
7670
7671 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
7672 (Bug#10348)
7673
bffcee0a
MA
76742011-12-23 Michael Albinus <michael.albinus@gmx.de>
7675
7676 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
7677 existence of source file. (Bug#10325)
7678
cb5e207c
AM
76792011-12-23 Alan Mackenzie <acm@muc.de>
7680
7681 Fix unstable fontification inside templates.
7682
b81d40f0
JB
7683 * progmodes/cc-langs.el (c-before-font-lock-functions):
7684 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
7685 additionally has c-set-fl-decl-start. The other languages (apart
7686 from AWK) have that as a single entry.
7687
b81d40f0
JB
7688 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7689 The functionality for "local" declarations has been extracted to
cb5e207c
AM
7690 c-set-fl-decl-start.
7691
b81d40f0
JB
7692 * progmodes/cc-mode.el (c-common-init, c-after-change):
7693 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
7694 (c-set-fl-decl-start): New function, extracted from
7695 c-font-lock-enclosing-decls and enhanced.
7696
60ff536c
JB
76972011-12-23 Juanma Barranquero <lekktu@gmail.com>
7698
7699 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
7700
1c4757d6
JL
77012011-12-22 Juri Linkov <juri@jurta.org>
7702
7703 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
7704
d031f2c7
CY
77052011-12-22 Chong Yidong <cyd@gnu.org>
7706
7707 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
7708
bace743a
DA
77092011-12-21 Drew Adams <drew.adams@oracle.com>
7710
7711 * files.el (file-remote-p): Fix docstring. (Bug#10319)
7712
728a1f2b
JC
77132011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
7714
7715 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
7716
0d373f73
TZ
77172011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
7718
fec0aaa4
TZ
7719 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
7720 highlighting and support. Fix up comments for capitalization.
7721 (cfengine-mode-debug): New var.
7722 (cfengine3-mode): Change the modeline indicator to "CFE3".
7723 (cfengine3-font-lock-keywords): Improve defun highlighting.
7724 (cfengine2-actions): Rename from `cfengine-actions'.
7725 (cfengine2-font-lock-keywords): Rename from
7726 `cfengine-font-lock-keywords'.
7727 (cfengine2-imenu-expression): Rename from
7728 `cfengine-imenu-expression'.
7729 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
7730 (cfengine2-beginning-of-defun): Rename from
7731 `cfengine-beginning-of-defun'.
7732 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
7733 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
7734 (cfengine2-mode): Rename from `cfengine-mode'. Change the
7735 modeline indicator to "CFE2".
7736 (cfengine-mode): Defalias to `cfengine-auto-mode'.
7737 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 7738
bc86f573
CY
77392011-12-21 Chong Yidong <cyd@gnu.org>
7740
7741 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
7742 filename argument.
7743
d45ba96b
MR
77442011-12-20 Martin Rudalics <rudalics@gmx.at>
7745
7746 * window.el (window-normalize-buffer-to-display): Remove.
7747 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
7748
a6198c90
CY
77492011-12-19 Chong Yidong <cyd@gnu.org>
7750
7751 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
7752 Don't signal an error in a predicate function; return non-nil.
7753 (vc-dir-mark-file): Move the error here.
7754 (vc-dir-mark-unmark): If acting on the region, keep going if one
7755 of the entries cannot be marked/unmarked.
7756 (vc-dir-mark-all-files): If current entry is a directory, mark
7757 only child files, as documented.
7758
34c5fb55
VB
77592011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
7760
7761 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
7762 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
7763 addition.
7764
c803b2b7
JD
77652011-12-18 Jan Djärv <jan.h.d@swipnet.se>
7766
7767 * term/ns-win.el (ns-get-selection-internal)
7768 (ns-store-selection-internal): Declare.
1154d12e
JB
7769 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
7770 Declare as obsolete.
7771 (ns-get-pasteboard, ns-paste-secondary):
7772 Use ns-get-selection-internal.
7773 (ns-set-pasteboard, ns-copy-including-secondary):
7774 Use ns-store-selection-internal.
c803b2b7 7775
9cff91f8 77762011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
7777
7778 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 7779 (vc-deduce-fileset): Doc fix.
99a289d9 7780
f16c898a
AS
77812011-12-16 Andreas Schwab <schwab@linux-m68k.org>
7782
7783 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
7784
763237c4
SS
77852011-12-13 Sam Steingold <sds@gnu.org>
7786
7787 * man.el (Man-getpage-in-background): When running under a
7788 window-system, ignore $MANWIDTH and $COLUMNS.
7789
5fc1c122
KH
77902011-12-15 Kenichi Handa <handa@m17n.org>
7791
7792 * language/ethio-util.el: Change coding tag to utf-8-emacs.
7793 (setup-ethiopic-environment-internal): Comment out key-binding for
7794 ethio-toggle-punctuation.
7795
13d49cbb
AM
77962011-12-13 Alan Mackenzie <acm@muc.de>
7797
898169a2
AM
7798 Add the switch statement to AWK Mode.
7799
7a71b18d 7800 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
7801 "default" to the keywords regexp.
7802
7a71b18d 7803 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 7804 expression as the rest.
1d00653d
SM
7805 (c-nonlabel-token-key): Allow string literals for AWK.
7806 Refactor for the other modes.
898169a2 7807
13d49cbb 7808 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 7809 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
7810 routines. Limit backward searching in c-font-lock-enclosing.decl.
7811
7812 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
7813 pp-state and literal type in addition to the limits.
1d00653d 7814 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 7815 (c-state-literal-at): Use the above new defun.
1d00653d
SM
7816 (c-slow-in-literal, c-fast-in-literal): Remove.
7817 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
7818
7819 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
7820 being in a literal. Add a limit for backward searching.
7821
7822 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
7823 c-slow-in-literal.
7824
15e0efc7
SM
78252011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7826
7827 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
7828
454592a6
MR
78292011-12-13 Martin Rudalics <rudalics@gmx.at>
7830
7831 * window.el (delete-other-windows): Use correct frame in call to
7832 window-with-parameter.
7833
87393f26
DP
78342011-12-12 Daniel Pfeiffer <occitan@t-online.de>
7835
7836 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
7837 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
7838 (makefile-gmake-statements, makefile-makepp-statements):
7839 Use it and add new makepp keywords.
7840 (makefile-makepp-font-lock-keywords): Add new patterns.
7841 (makefile-match-function-end): Match new [...] and [[...]].
7842
11636b22
JB
78432011-12-11 Juanma Barranquero <lekktu@gmail.com>
7844
7845 * ses.el (ses-call-printer-return, ses-cell-property-get)
7846 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
7847 (ses-create-cell-variable, ses-reset-header-string)
7848 (ses-cell-set-formula, ses-repair-cell-reference-all)
7849 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
7850 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
7851 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
7852 (ses-aset-with-undo, ses-load, ses-truncate-cell)
7853 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
7854 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
7855 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
7856 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
7857 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
7858 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
7859 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
7860 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
7861
cf018193
VB
78622011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
7863
7864 * ses.el: The overall change is to add cell renaming, that is
7865 setting fancy names for cell symbols other than name matching
7866 "\\`[A-Z]+[0-9]+\\'" regexp .
7867 (ses-create-cell-variable): New defun.
7868 (ses-relocate-formula): Relocate formulas only for cells the
7869 symbols of which are not renamed, i.e. symbols whose names do not
7870 match regexp "\\`[A-Z]+[0-9]+\\'".
7871 (ses-relocate-all): Relocate values only for cells the symbols of
7872 which are not renamed.
7873 (ses-load): Create cells variables as the (ses-cell ...) are read,
7874 in order to check row col consistency with cell symbol name only
7875 for cells that are not renamed.
7876 (ses-replace-name-in-formula): New defun.
7877 (ses-rename-cell): New defun.
7878
ee957461
CY
78792011-12-11 Chong Yidong <cyd@gnu.org>
7880
7881 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
7882 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
7883
9a9e9ef0
MR
78842011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
7885
7886 * window.el (other-window): Fix docstring.
7887
92a8eba5
EZ
78882011-12-10 Eli Zaretskii <eliz@gnu.org>
7889
7890 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
7891 `from' or `to' address before taking its substring.
7892 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
7893 encoded name is chopped in the middle of the encoded string, and
7894 thus displayed encoded.
7895
e152e577
JB
78962011-12-10 Juanma Barranquero <lekktu@gmail.com>
7897
7898 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
7899
e5d84bfe
EZ
79002011-12-10 Eli Zaretskii <eliz@gnu.org>
7901
7902 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
7903 to use texinfo-update-node and commands that call it if the
7904 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 7905 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
7906 (texinfo-all-menus-update, texinfo-master-menu)
7907 (texinfo-update-node, texinfo-every-node-update)
7908 (texinfo-multiple-files-update): Doc fix. Warn against updating
7909 all the @node lines.
7910 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
7911 argument is numeric. Explain better in the doc string what the
7912 function really does.
7913 (texinfo-insert-master-menu-list): Improve the error message
7914 displayed if there's no menu in the Top node.
7915 (Bug#2975) See also this thread:
e5d84bfe
EZ
7916 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
7917
1d84e9bb
MG
79182011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
7919
7920 * speedbar.el (speedbar-supported-extension-expressions):
7921 Add .adb and .ads, commonly used for Ada source code (bug#10256).
7922
382c953b
JB
79232011-12-09 Juanma Barranquero <lekktu@gmail.com>
7924
7925 * printing.el (pr-mode-alist):
7926 * simple.el (filter-buffer-substring-functions)
7927 (completion-list-insert-choice-function):
7928 * window.el (window-with-parameter, window-atom-root)
7929 (window-sides-slots, window-size-fixed, window-min-delta)
7930 (window-max-delta, window--resize-mini-window)
7931 (window--resize-child-windows-normal, window-tree)
7932 (delete-other-windows, quit-window, split-window)
7933 (display-buffer-record-window, special-display-buffer-names)
7934 (special-display-regexps, special-display-popup-frame)
7935 (same-window-p, split-window-sensibly)
7936 (display-buffer-overriding-action, display-buffer-alist)
7937 (display-buffer-base-action, display-buffer, switch-to-buffer)
7938 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
7939 (fit-window-to-buffer, recenter-positions)
7940 (mouse-autoselect-window-state, mouse-autoselect-window-select):
7941 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
7942 and remove unneeded backslashes in docstrings.
7943
39c9faef
SM
79442011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7945
98449af8
SM
7946 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
7947
39c9faef
SM
7948 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
7949 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
7950 end in ".mk".
7951 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
7952 when reading the makefile (bug#10116).
7953
86ed9fdc
SM
79542011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7955
7956 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
7957 (bug#10116).
7958
5580f89d
GM
79592011-12-06 Glenn Morris <rgm@gnu.org>
7960
7961 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
7962
28d3917c
CY
79632011-12-06 Chong Yidong <cyd@gnu.org>
7964
7965 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
7966
a98edce9
JB
79672011-12-06 Juanma Barranquero <lekktu@gmail.com>
7968
7969 * textmodes/table.el (table-shorten-cell): Fix typo.
7970
e65adfac
CG
79712011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
7972
7973 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
7974
71cc0b74
EZ
79752011-12-05 Eli Zaretskii <eliz@gnu.org>
7976
7977 * descr-text.el (describe-char): Fix display of strong
7978 right-to-left characters and directional embeddings and overrides.
7979
7980 * simple.el (what-cursor-position): Fix display of codepoints of
7981 strong right-to-left characters.
7982
315bc30d
CY
79832011-12-05 Chong Yidong <cyd@gnu.org>
7984
7985 * faces.el (read-color): Doc fix.
7986
58a70b94
GM
79872011-12-05 Glenn Morris <rgm@gnu.org>
7988
7989 * align.el (align--set-marker): Add doc-string.
7990 Don't try to move something that is not a marker. (Bug#10216)
7991
5158face
GM
79922011-12-04 Glenn Morris <rgm@gnu.org>
7993
7994 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
7995 overly zealous deletion of trailing whitespace.
7996
520fca41
JB
79972011-12-04 Juanma Barranquero <lekktu@gmail.com>
7998
7999 * server.el (server-delete-client): On Windows, do not try to delete
8000 the only terminal.
8001 (server-process-filter): On Windows, treat requests for a tty frame as
8002 if they were for a GUI frame if the running server is in GUI mode.
8003
5e605a2e
GM
80042011-12-03 Glenn Morris <rgm@gnu.org>
8005
8006 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
8007
5c3fe83f
SM
80082011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8009
6f5e57e7
SM
8010 * electric.el: Streamline electric-indent's hook.
8011 (electric-indent-chars): Revert to simple list.
8012 (electric-indent-functions): New var.
8013 (electric-indent-post-self-insert-function): Use it.
8014
5c3fe83f
SM
8015 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
8016 there's no inferior buffer (bug#10196).
8017 (prolog-consult-compile): Don't use toggle-read-only.
8018
6bdac736
MA
80192011-12-02 Michael Albinus <michael.albinus@gmx.de>
8020
8021 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
8022 interrupt. (Bug#10187)
8023
6131ba7f
SM
80242011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8025
99c79fee
SM
8026 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
8027 (bug#9160).
8028
6131ba7f
SM
8029 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
8030 (bug#10191).
8031
cb0a02ea
JL
80322011-12-02 Juri Linkov <juri@jurta.org>
8033
8034 * info.el (Info-search): Display "end of manual" when Isearch
8035 reaches the end of single-file Info manual. (Bug#9918)
8036
66e0570c
EZ
80372011-12-02 Eli Zaretskii <eliz@gnu.org>
8038
8039 * isearch.el (isearch-message-prefix): Run the input method part
8040 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
8041
02b16839
JL
80422011-12-02 Juri Linkov <juri@jurta.org>
8043
8044 * isearch.el (isearch-occur): Use `word-search-regexp' for
8045 `isearch-word'.
8046 (isearch-search-and-update): Add condition for `isearch-word' and
8047 call `word-search-regexp'. (Bug#10145)
8048
0b950688
GM
80492011-12-01 Glenn Morris <rgm@gnu.org>
8050
8051 * eshell/em-hist.el (eshell-hist-initialize):
8052 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 8053 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 8054
9505c3c7
SM
80552011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8056
8057 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
8058
1bbe96b2 80592011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 8060
a1beca85
SM
8061 * progmodes/verilog-mode.el (verilog-pretty-expr):
8062 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
8063 verilog, such as += *= and the like.
8064 (verilog-assignment-operator-re): Regular expression to find the
8065 assigment operator in a verilog assignment.
8066 (verilog-assignment-operation-re): Regular expression to find an
8067 assignment statement for pretty-expr.
8068 (verilog-in-attribute-p): Query returns true if point is in an
8069 attribute context; used to skip these for expression line up from
8070 pretty-expr.
8071 (verilog-in-parameter-p): Query returns true if point is in an
8072 parameter definition context; used to skip these for expression
8073 line up from pretty-expr.
8074 (verilog-in-parenthesis-p): Query returns true if point is in a
8075 parenthetical expression, specifically ( ) but not [ ] or { };
8076 used by pretty-expr.
8077 (verilog-just-one-space): If there is no space, don't add one.
8078 (verilog-get-lineup-indent-2): Specifically skip just attribute
8079 contexts for expression lineup, rather than skipping all
8080 parenthetical expressions.
8081 (verilog-calculate-indent): Fix comment, and fix indent.
8082 (verilog-do-indent): Indent declarations in lists (suggested by
8083 Joachim Lechner).
8084 (verilog-mode-abbrev-table): Populate abbrev mode with the various
8085 skeleton items.
8086 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
8087 by Alain Mellan).
8088
1bbe96b2 80892011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
8090
8091 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
8092 parameters with embedded comments. Reported by Ray Stevens.
8093 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
8094 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
8095 Reported by Tim Holt.
8096 (verilog-auto): Fix AUTOing a upper module then AUTOing module
8097 instantiated by upper module causing wrong expansion until AUTOed a
8098 second time. Reported by K C Buckenmaier.
8099 (verilog-diff-auto): Fix showing .* as a difference when
8100 `verilog-auto-star-save' off. Reported by Dan Dever.
8101 (verilog-auto-reset, verilog-read-always-signals)
8102 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
8103 temporary signals in reset list if
8104 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
8105 style to each signal's assignment type, bug381.
8106 Reported by Thomas Esposito.
6288f0ca
WS
8107 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
8108 (verilog-uvm-statement-re): Support UVM indentation and
8109 highlighting, with old OVM keywords only.
a1beca85 8110 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
8111 Support AUTOTIEOFF creating non-wire data types.
8112 Suggested by Jonathan Greenlaw.
6288f0ca
WS
8113 (verilog-auto-insert-lisp, verilog-delete-to-paren)
8114 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
8115 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
8116 (verilog-read-sub-decls, verilog-read-sub-decls-line):
8117 Fix mismatching parenthesis inside commented out code when deleting
382c953b 8118 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
8119 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
8120 non-numeric vector width. Reported by Alex Reed.
8121 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 8122 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
8123 (verilog-auto-delete-trailing-whitespace):
8124 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
8125 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
8126 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
8127 Fix verilog-scan-cache corruption when running user AUTO expansion
8128 hooks that call indentation routines.
8129 (verilog-simplify-range-expression): Fix typo ignoring lower case
8130 identifiers.
8131 (verilog-delete-auto): Fix delete-autos to also remove user created
8132 automatics, as long as they start with AUTO.
8133 (verilog-batch-diff-auto, verilog-diff-auto)
8134 (verilog-diff-function): Add `verilog-diff-auto' and bind to
8135 "C-c?" to report differences in AUTO expansion, ignoring spaces.
8136 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
8137 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
8138 (verilog-re-search-forward-quick, verilog-syntax-ppss):
8139 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
8140 is disabled and its cache will get corrupt, causing AUTOS not to
8141 expand. Instead use only -quick functions.
8142 (verilog-scan-region): Fix scanning over escaped quotes.
8143 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
8144 (verilog-re-search-backward-quick)
8145 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
8146 related functions now ignore strings, to fix misparsing of strings
8147 with magic comments embedded in them.
a1beca85
SM
8148 (verilog-read-auto-template):
8149 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
8150 Reported by Brad Dobbie.
8151 (verilog-read-auto-template):
8152 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 8153 Reported by Brad Dobbie.
6288f0ca
WS
8154 (verilog-auto-inst, verilog-auto-inst-param)
8155 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
8156 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
8157 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
8158 debugging templates without merge conflicts, bug357.
8159 Reported by Brad Dobbie.
8160 (verilog-read-auto-template):
8161 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
8162 Reported by Brad Dobbie.
8163 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
8164 abbrevs so user won't be asked to save.
8165 (verilog-read-auto-lisp-present): Fix to start at beginning of
8166 buffer in case called outside of verilog-auto.
8167 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
8168 to "X-2". Reported by Matthew Myers.
8169 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
8170 all inputs from module templates. Reported by Leith Johnson.
8171 (verilog-module-inside-filename-p): Fix locating programs as with
8172 modules.
8173 (verilog-auto-inst-port): Fix vl-width expressions when using
8174 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
8175 (verilog-decls-get-regs, verilog-decls-get-signals,
8176 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
8177 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
8178 verilog-read-decls): Combine reg and wire structures into one var
8179 structure to represent SystemVerilog concepts.
8180 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
8181 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
8182 (verilog-auto-wire-type, verilog-insert-definition):
8183 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
8184 SystemVerilog "logic" keyword instead of "wire"/"reg".
8185 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
8186 to declares outputs that also have assignments (presumably in an
a1beca85
SM
8187 ifdef or generate if so there's not a driver conflict).
8188 Reported by Matthew Myers.
8189 (verilog-auto-declare-nettype, verilog-insert-definition):
8190 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
8191 `default_nettype none. Reported by Julian Gorfajn.
8192 (verilog-read-always-signals-recurse, verilog-read-decls)
8193 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
8194 malformed end statement, bug325. Reported by Joshua Wise and
8195 Andrew Drake.
8196 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
8197 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
8198 when expanding .* in interfaces, bug320.
8199 Reported by Pierre-David Pfister.
6288f0ca 8200 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
8201 name and open parenthesis, bug317.
8202 Reported by Pierre-David Pfister.
6288f0ca
WS
8203 (verilog-simplify-range-expression): Fix simplification of
8204 multiplications inside AUTOWIRE connections, bug303.
8205 (verilog-auto-inst-port): Support parameter expansion in
8206 multidimensional arrays.
8207 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
8208 after "assert property". Reported by Julian Gorfajn.
8209 (verilog-simplify-range-expression): Fix "couldn't merge" errors
8210 with multiplication, bug303.
8211 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
8212 Reported by Jan Frode Lonnum.
8213
1bbe96b2
GM
82142011-11-30 Juanma Barranquero <lekktu@gmail.com>
8215
8216 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
8217 (hfy-shell-file-name, hfy-shell):
8218 * international/fontset.el (x-decompose-font-name): Fix typos.
8219
82202011-11-29 Ken Brown <kbrown@cornell.edu>
8221
8222 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
8223 (gdb-version): Remove defvar.
8224 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
8225 (gdb-gud-context-command, gdb-non-stop-handler)
8226 (gdb-current-context-command, gdb-stopped): Use it.
8227 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
8228 (gdb-non-stop-handler): Don't enable pretty-printing here.
8229 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
8230 non-stop mode. Use the following.
8231 (gdb-check-target-async): New defun.
8232 (gud-watch, gdb-stopped): Fix whitespace.
8233 (gdb-get-source-file): Don't try to display the source file if
8234 `gdb-main-file' is nil.
8235
82362011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
8237
8238 * align.el: Try to generate fewer markers (bug#10047).
8239 (align--set-marker): New macro.
8240 (align-region): Use it.
8241
c935221f
SM
82422011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
8243
8244 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
8245
e70b5064
CY
82462011-11-29 Chong Yidong <cyd@gnu.org>
8247
8248 * indent.el (indent-for-tab-command, indent-according-to-mode):
8249 Doc fix.
8250 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
8251
f3af92b7
MA
82522011-11-29 Michael Albinus <michael.albinus@gmx.de>
8253
8254 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
8255 aware of remote file names. (Bug#10124)
8256
ed472be9
CY
82572011-11-29 Chong Yidong <cyd@gnu.org>
8258
8259 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
8260
24510c22
SM
82612011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
8262
8263 * files.el (find-file): Don't use force-same-window (bug#10144).
8264 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
8265 use pop-to-buffer if the selected window can't be used.
8266 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
8267
c60c3703
EZ
82682011-11-28 Eli Zaretskii <eliz@gnu.org>
8269
8270 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
8271 special-mode-map.
8272
e95def75
CY
82732011-11-28 Chong Yidong <cyd@gnu.org>
8274
8275 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
8276
c3f1c606
NR
82772011-11-27 Nick Roberts <nickrob@snap.net.nz>
8278
8279 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
8280 gdb-get-source-file-list on gdb-create-source-file-list.
8281
00db469c
EZ
82822011-11-26 Eli Zaretskii <eliz@gnu.org>
8283
8284 * whitespace.el (whitespace-newline): Use a different foreground
8285 color for 16-color light-background displays.
8286
4ad3bc2a
CY
82872011-11-24 Chong Yidong <cyd@gnu.org>
8288
8289 * window.el (display-buffer--special-action): Doc fix.
8290
e9fce1ac
JB
82912011-11-25 Juanma Barranquero <lekktu@gmail.com>
8292
8293 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
8294 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
8295 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
8296 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
8297 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
8298 (avl-tree-stack-first):
8299 * emacs-lisp/cconv.el (cconv--analyse-use):
8300 * net/gnutls.el (gnutls-negotiate): Fix typos.
8301
cb825e5d
GM
83022011-11-24 Glenn Morris <rgm@gnu.org>
8303
3adbe224
GM
8304 * lpr.el (lpr-windows-system, lpr-lp-system):
8305 * mail/binhex.el (binhex-begin-line):
8306 * progmodes/grep.el (grep-history, grep-find-history):
8307 * textmodes/flyspell.el:
8308 * vc/pcvs-defs.el (cvs-global-menu):
8309 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
8310 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
8311 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
8312
321decc8
GM
8313 * net/tls.el: Fix case of "GnuTLS".
8314
420b63ad
GM
8315 * paths.el (rmail-file-name): Format doc-string for make-docfile.
8316
cb825e5d
GM
8317 * version.el (emacs-build-system): Give it a doc-string.
8318
a0649f08
JL
83192011-11-24 Juri Linkov <juri@jurta.org>
8320
8321 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
8322
c0bc0fd4
GM
83232011-11-24 Glenn Morris <rgm@gnu.org>
8324
8325 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
8326 if called on a non-mime message just toggle the headers. (Bug#8006)
8327
20db1522
JB
83282011-11-24 Juanma Barranquero <lekktu@gmail.com>
8329
8330 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
8331 (allout-lead-with-comment-string, allout-structure-deleted-hook)
8332 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
8333 (allout-rebullet-heading, allout-open-sibtopic)
8334 (allout-toggle-current-subtree-encryption)
8335 (allout-toggle-subtree-encryption, allout-encrypt-string)
8336 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
8337 (allout-distinctive-bullets-string, allout-auto-activation):
8338 * window.el (window-normalize-buffer-to-display):
8339 * progmodes/verilog-mode.el (verilog-batch-indent):
8340 * textmodes/bibtex.el (bibtex-field-braces-opt)
8341 (bibtex-field-strings-opt):
8342 * vc/cvs-status.el (cvs-tree-merge):
8343 Fix typos.
8344
7262a87c
MA
83452011-11-23 Michael Albinus <michael.albinus@gmx.de>
8346
8347 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
8348 `non-essential' to t, in order to avoid remote connections.
8349
283430a1
EZ
83502011-11-23 Eli Zaretskii <eliz@gnu.org>
8351
a1beca85
SM
8352 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8353 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
8354 case-insensitively.
8355
d2992a38
ML
83562011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8357
8358 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
8359
50419064
GM
83602011-11-23 Glenn Morris <rgm@gnu.org>
8361
da94eca1
GM
8362 * paths.el (rmail-file-name): Reformat the doc-string so that it
8363 is picked up.
8364
9aac4de2
GM
8365 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
8366 (rmail-auto-file): Ignore case in the "special" field names,
8367 as mail-fetch-field does for all others.
8368
8038d2d2
GM
8369 * mail/rmail.el (rmail-forward):
8370 * mail/rmailkwd.el (rmail-set-label):
8371 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
8372 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
8373
f3fe222a
GM
8374 * mail/rmail.el (rmail-current-message): Doc fix.
8375
50419064
GM
8376 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
8377
28109f49
SM
83782011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8379
8380 * server.el (server-eval-and-print): Allow C-g (bug#6585).
8381
394c65f1
GM
83822011-11-22 Glenn Morris <rgm@gnu.org>
8383
8384 * mail/rmailmm.el (test-rmail-mime-handler)
8385 (test-rmail-mime-bulk-handler)
8386 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
8387
f2a0aa3a
JL
83882011-11-21 Juri Linkov <juri@jurta.org>
8389
1154d12e
JB
8390 * calc/calc.el (calc-read-key-sequence):
8391 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 8392
9c34a344
LMI
83932011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8394
8395 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
8396 Tell the caller that the next line needs recomputation, even
8397 though it doesn't start a sexp (bug#10094).
8398
f04a3be9
SM
83992011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8400
8401 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
8402
7978747f
SM
84032011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
8404
f04a3be9
SM
8405 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8406 Use force-same-window.
7978747f 8407
fe7a3057
JB
84082011-11-20 Juanma Barranquero <lekktu@gmail.com>
8409
8410 * descr-text.el (describe-char-unicode-data):
8411 * json.el (json-string-escape):
8412 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
8413 (Footnote-unicode, Footnote-style-p):
8414 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
8415
24901d61
CY
84162011-11-20 Chong Yidong <cyd@gnu.org>
8417
8418 * window.el (replace-buffer-in-windows): Restore interactive spec.
8419
bac7ff22
SM
84202011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
8421
24f3d7b9
SM
8422 * electric.el (electric-indent-mode): Fix last change (too optimistic).
8423
bac7ff22
SM
8424 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
8425 (byte-compile-global-not-obsolete-vars): New var.
8426 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
8427 Use it.
8428 (byte-compile-warn-obsolete): Align text with the one in *Help*.
8429
cd1181db
JB
84302011-11-20 Juanma Barranquero <lekktu@gmail.com>
8431
8432 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
8433 * progmodes/pascal.el (electric-pascal-equal):
8434 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
8435 * xml.el (xml-substitute-special): Fix typos.
8436
7fb18e9e
GM
84372011-11-20 Glenn Morris <rgm@gnu.org>
8438
8439 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
8440 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
8441 Doc fixes.
8442 (rmail-decode-mime-charset): Mark as obsolete.
8443
8444 * mail/rmailsum.el (rmail-message-regexp-p-1):
8445 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
8446 Before using mime functions, check they are set. (Bug#10077)
8447
d5a6b3ba
JL
84482011-11-19 Juri Linkov <juri@jurta.org>
8449
8450 * info.el (Info-finder-find-node): Use `package--builtins' instead
8451 of `package-alist'. Use node names formed by the pattern "Keyword "
8452 and the keyword name.
8453
e981b61f
AS
84542011-11-19 Andreas Schwab <schwab@linux-m68k.org>
8455
1d00653d 8456 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 8457
3ffbc301
JL
84582011-11-19 Juri Linkov <juri@jurta.org>
8459
8460 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
8461 that calls `revert-buffer' on all Info buffers. (Bug#9915)
8462 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
8463 `old-history', `old-history-forward'. Add let-binding
8464 `window-selected'. Remove calls to `kill-buffer',
8465 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
8466 before calling `Info-find-node', so `Info-find-node-2' will reread
8467 the Info file. Restore window positions only when `window-selected'
8468 is non-nil.
8469
30c62133
JL
84702011-11-19 Juri Linkov <juri@jurta.org>
8471
8472 * isearch.el (isearch-lazy-highlight-new-loop):
8473 Remove condition `(not isearch-error)'. (Bug#9918)
8474
8475 * misearch.el (multi-isearch-search-fun): Add condition
8476 `(not bound)' to ignore lazy-highlighting search.
8477 Add the search-failed message "end of multi" when the end of
8478 multi-sequence is reached. Uncapitalize the search-failed
8479 message "Repeat for next buffer".
8480
8481 * info.el (Info-search): Add the search-failed message
8482 "end of the manual" when the end of the manual is reached
8483 in Isearch mode.
8484
645ca9cf
JL
84852011-11-19 Juri Linkov <juri@jurta.org>
8486
8487 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
8488 Use non-destructive `remove' instead of `delete' because
8489 `Info-history-list' stored to `Info-isearch-initial-history-list' in
8490 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
8491
df754f66
JL
84922011-11-19 Juri Linkov <juri@jurta.org>
8493
8494 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
8495 to nil instead of binding `search-ring' and `regexp-search-ring'.
8496 (Bug#9185)
8497
0e23d96a
EZ
84982011-11-19 Eli Zaretskii <eliz@gnu.org>
8499
8500 * simple.el (line-move): Force movement by logical lines for any
8501 hscrolled window, not only when auto-hscroll-mode is on.
8502 (line-move-visual): Update doc string to that effect. (Bug#10076)
8503
8a6ccb66
AS
85042011-11-19 Andreas Schwab <schwab@linux-m68k.org>
8505
8506 * language/european.el (macintosh): Define as alias for mac-roman.
8507
49ae5b39
EZ
85082011-11-19 Eli Zaretskii <eliz@gnu.org>
8509
8510 * mail/rmailmm.el (rmail-mime-display-header)
8511 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
8512 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
8513 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
8514 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
8515 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
8516 of a raw aref.
8517 (rmail-mime-entity-segment): To get past the tagline, move forward
8518 2 more lines, to account for the 2 empty lines that precede and
8519 follow the line with the buttons.
8520 (rmail-mime-update-tagline): Move one more line, to get past the
8521 empty line that follows the buttons in the tagline. (Bug#9520)
8522
c56cad4a
MR
85232011-11-19 Martin Rudalics <rudalics@gmx.at>
8524
8525 * window.el (window-max-delta-1, window-min-delta-1)
8526 (window-min-size-1, window-state-get-1, window-state-put-1)
8527 (window-state-put-2): Use "window--" prefix.
8528
cbe71af3
SM
85292011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
8530
2ad52c60
SM
8531 * emacs-lisp/smie.el: Improve warnings and conflict detection.
8532 (smie-warning-count): New var.
8533 (smie-set-prec2tab): Use it.
8534 (smie-bnf->prec2): Improve warnings. Add docstring.
8535 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
8536 (smie-bnf--set-class): New function.
8537 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
8538 corner case.
8539
6944dbc1
SM
8540 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
8541 (compilation-error-properties, compilation-move-to-column):
8542 Handle compilation-first-column while in the target buffer.
8543
c400c4d7
SM
8544 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
8545 Don't hardcode point-min==1.
8546
6dbe3e96
SM
8547 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
8548 (eshell-rewrite-for-command): Remove workaround.
8549 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
8550 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
8551 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
8552
cbe71af3
SM
8553 * files-x.el (modify-file-local-variable): Obey commenting conventions.
8554
a8e1496d
GM
85552011-11-17 Glenn Morris <rgm@gnu.org>
8556
8557 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8558 Ignore buffer-local generated-autoload-file if it is the same
8559 as the global value. (Bug#10049)
8560
df85d315
JB
85612011-11-17 Juanma Barranquero <lekktu@gmail.com>
8562
8563 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
8564 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
8565 (reftex-toc-previous-heading, reftex-toc-max-level)
8566 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
8567 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
8568 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8569 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8570 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
8571 (reftex-toc-rename-label, reftex-toc-visit-location)
8572 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
8573 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
8574 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
8575 leaving "*toc*" only for references to the buffer.
8576
a0c2d0ae
MR
85772011-11-17 Martin Rudalics <rudalics@gmx.at>
8578
8579 * window.el (window-resize, delete-window, split-window):
8580 Replace window-splits by window-combination-resize.
1d00653d 8581 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 8582
35c0bac8
GM
85832011-11-17 Glenn Morris <rgm@gnu.org>
8584
8585 * progmodes/sh-script.el (sh-font-lock-keywords-var):
8586 Make bash entry derive from sh entry, not shell entry.
8587
d0c8fc8a
MA
85882011-11-16 Michael Albinus <michael.albinus@gmx.de>
8589
7262a87c
MA
8590 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
8591 local file name.
8592
7877f373
JB
85932011-11-16 Juanma Barranquero <lekktu@gmail.com>
8594
8595 * menu-bar.el (menu-bar-file-menu):
8596 * printing.el (pr-ps-utility):
8597 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
8598 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
8599 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
8600 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
8601 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
8602 (icalendar--convert-cyclic-to-ical)
8603 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
8604 (icalendar--convert-ical-to-diary)
8605 (icalendar--convert-recurring-to-diary)
8606 (icalendar--convert-non-recurring-all-day-to-diary)
8607 (icalendar-import-format-sample):
8608 * progmodes/idlw-shell.el (idlwave-shell-mode):
8609 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
8610 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
8611 (vhdl-ps-print-init): Fix typos.
8612
10649b82
KM
86132011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
8614
9d0cfcd6
GM
8615 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
8616 FSF and collapse date sequence, obscure author/maintainer email address
8617 better, remove extra version line, track relocation of author's webpage.
10649b82 8618
9d0cfcd6
GM
8619 * progmodes/python.el (python-pdbtrack-input-prompt)
8620 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
8621 regular python pdb prompts. Adjustments shamelessly taken exactly as
8622 suggested in EmacsWiki page (tiny change):
8623 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 8624
58179cce
JB
86252011-11-16 Juanma Barranquero <lekktu@gmail.com>
8626
8627 * expand.el (expand-pos, expand-index, expand-point):
8628 Remove redundant info from docstring.
8629 (expand-add-abbrevs): Doc fix.
8630 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
8631 (expand-sample-perl-mode-expand-list): Fix typos.
8632
8633 * net/dbus.el (dbus-event-member-name):
8634 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
8635 * term/pc-win.el (msdos-create-frame-with-faces):
8636 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
8637
b6f67890
MR
86382011-11-16 Martin Rudalics <rudalics@gmx.at>
8639
8640 * window.el (split-window, window-state-get-1)
8641 (window-state-put-1, window-state-put-2): Rename occurrences of
8642 window-nest to window-combination-limit.
1d00653d 8643 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 8644
ce7ddba0
CY
86452011-11-16 Chong Yidong <cyd@gnu.org>
8646
8647 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
8648 regexp (Bug#10033).
8649
3ae704f4
SM
86502011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8651
8652 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
8653 `completing-read' will remove *Completions* and will preserve
8654 current-buffer for us.
8655 (tmm-add-prompt): Users of *Completions* will always (re)set its
8656 major mode.
8657 (tmm-old-comp-map): Remove.
8658
6ad1cdde
GM
86592011-11-16 Glenn Morris <rgm@gnu.org>
8660
8661 * mail/rmailedit.el: Require rmailmm when compiling.
8662 (rmail-old-mime-state): New declaration.
8663 (rmail-edit-current-message): If editing a mime message,
8664 edit the "raw" message from the mbox buffer.
8665 (rmail-cease-edit): Handle mime messages. (Bug#9840)
8666
d20faa20
GM
86672011-11-15 Glenn Morris <rgm@gnu.org>
8668
8669 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
8670 which wasn't being used. Add optional arg to force given state.
8671 (rmail-mime): Add optional arg to force given state.
8672
c7015153
JB
86732011-11-15 Juanma Barranquero <lekktu@gmail.com>
8674
8675 * allout.el (allout-encryption-plaintext-sanitization-regexps):
8676 * frame.el (display-mm-dimensions-alist):
8677 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
8678 (outline-move-subtree-down):
8679 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
8680 (newsticker--treeview-do-get-node):
8681 * net/quickurl.el (quickurl-list-buffer-name):
8682 * progmodes/dcl-mode.el (dcl-mode):
8683 * progmodes/gdb-mi.el (gdb-mapcar*):
8684 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
8685
45261b50
GM
86862011-11-15 Glenn Morris <rgm@gnu.org>
8687
8688 * mail/rmail.el (rmail-file-coding-system): It's only ever used
8689 in a boolean sense, so just make it a boolean, and fix the doc.
8690 (rmail-show-mime-function, rmail-mime-feature)
8691 (rmail-require-mime-maybe): Doc fixes.
8692 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
8693
8694 * mail/rmailmm.el (rmail-show-mime): Doc fix.
8695
0d26e0b6
JB
86962011-11-15 Juanma Barranquero <lekktu@gmail.com>
8697
8698 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
8699 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
8700 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
8701 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
8702
447f30f6
GM
87032011-11-15 Glenn Morris <rgm@gnu.org>
8704
672b871d
GM
8705 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
8706 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
8707 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
8708 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
8709 (rmail-mime, rmail-show-mime): Doc fixes.
8710
f6aa5bb1
GM
8711 * term/ns-win.el (mode-line-frame-identification):
8712 Leave it alone. (Bug#10051)
8713
947cd66b
GM
8714 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
8715
447f30f6
GM
8716 * mail/rmailout.el (rmail-output-to-rmail-buffer):
8717 Handle empty buffers. (Bug#9978)
8718
0b381c7e
JB
87192011-11-14 Juanma Barranquero <lekktu@gmail.com>
8720
8721 * international/mule.el (define-charset):
8722 * mail/rmailmm.el (rmail-mime-find-header-encoding):
8723 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
8724 * progmodes/verilog-mode.el (verilog-backward-token):
8725 * textmodes/ispell.el (lookup-words):
8726 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
8727
71e027ac
GM
87282011-11-14 Glenn Morris <rgm@gnu.org>
8729
56632ce4
GM
8730 * progmodes/executable.el
8731 (executable-make-buffer-file-executable-if-script-p):
8732 Handle file-modes returning nil.
8733
40500957
GM
8734 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
8735 message - not necessary, and causes problems. (Bug#9831)
8736
071c2340
GM
8737 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
8738
d3cfca60
GM
8739 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
8740
71e027ac
GM
8741 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
8742 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
8743 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
8744
89d61221
MR
87452011-11-12 Martin Rudalics <rudalics@gmx.at>
8746
8747 * window.el (window-resize, delete-window): Use window-splits
8748 variable instead of function.
8749 (window-state-get-1, window-state-put-2, window-state-put):
8750 Don't deal with windows' splits status.
8751
98282f6f
GM
87522011-11-12 Glenn Morris <rgm@gnu.org>
8753
8754 * apropos.el (apropos-do-all, apropos-library, apropos-value)
8755 (apropos-documentation): Doc fixes.
8756
40a8bdf6
JB
87572011-11-11 Juanma Barranquero <lekktu@gmail.com>
8758
8759 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
8760 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
8761
65bd19ff
SM
87622011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
8763
8764 * electric.el (electric-indent-post-self-insert-function): Make it
8765 possible for a char to only indent in some circumstances.
8766 (electric-indent-mode): Simplify.
8767
54f9154c
MR
87682011-11-11 Martin Rudalics <rudalics@gmx.at>
8769
8770 * window.el (windows-with-parameter): Remove unused function.
8771 (windows-at-side): Rename to window-at-side-list.
8772 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
8773 (window-side-check, window-size-ignore, window-size-fixed-1)
8774 (window-in-direction-2): Prefix with "window--".
8775 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 8776
68cbc58b
GM
87772011-11-11 Glenn Morris <rgm@gnu.org>
8778
8779 * subr.el (eval-after-load): If FILE is already loaded,
8780 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
8781
b2621720
GM
87822011-11-10 Glenn Morris <rgm@gnu.org>
8783
9a4de110
GM
8784 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
8785 Call svn via vc-svn-command rather than vc-do-command.
8786 (vc-svn-command): Add --non-interactive. (Bug#9993)
8787 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
8788
b2621720
GM
8789 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8790 Add toggle-read-only. (Bug#7292)
8791 * files.el (toggle-read-only): Mention that it should only
8792 be used interactively. (Bug#10006)
8793
1dce7193
SM
87942011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8795
d9ac1a1e
SM
8796 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8797 Adjust regexp for OCaml warnings.
8798
0c325082
SM
8799 * electric.el (electric-pair-post-self-insert-function): Let user
8800 turn it off buffer-locally (bug#9932).
8801
90132c14
SM
8802 * progmodes/python.el (python-beginning-of-statement):
8803 Rewrite (bug#2703).
8804
1dce7193
SM
8805 * progmodes/compile.el: Better handle TABs (bug#9749).
8806 (compilation-internal-error-properties)
8807 (compilation-next-error-function): Obey the target buffer's
8808 compilation-error-screen-columns.
8809
c4e7c63a
JB
88102011-11-09 Juanma Barranquero <lekktu@gmail.com>
8811
8812 * progmodes/meta-mode.el: Remove obsolete comments.
8813 (meta-right-comment-regexp, meta-ignore-comment-regexp):
8814 Fix typos in docstrings.
8815
2cffd681
MR
88162011-11-09 Martin Rudalics <rudalics@gmx.at>
8817
8818 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 8819 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
8820 (window--resizable): New function. Make all callers of
8821 window-resizable call window--resizable instead.
8822 (window-resizable): Rewrite in terms of window--resizable.
8823
0edcba87
GM
88242011-11-08 Glenn Morris <rgm@gnu.org>
8825
8826 * progmodes/delphi.el (delphi-mode-syntax-table):
8827 Let define-derived-mode define a proper syntax table. (Bug#9994)
8828
4b0d61e3
SM
88292011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8830
8831 * window.el: Stay away from defsubst.
8832 (window-list-no-nils): Remove.
8833 (window-state-get-1, window-state-get): Use backquote instead.
8834
cd394be1 88352011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 8836
4b0d61e3 8837 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 8838 Fix incorrect use of default argument in `completing-read'.
8839
e1c2c6f2
MR
88402011-11-08 Martin Rudalics <rudalics@gmx.at>
8841
8842 * window.el (display-buffer-function, special-display-function):
8843 Mention display-buffer-record-window but do not mention
8844 help-setup parameter in doc-strings.
b3f4a882 8845 (window-min-delta): Fix doc-string typo.
e1c2c6f2 8846
105216ed
CY
88472011-11-08 Chong Yidong <cyd@gnu.org>
8848
8849 * window.el (window-total-height, window-total-width): Doc fix.
8850 (window-body-size): Move from C.
8851 (window-body-height, window-body-width): Move to C.
8852
0a9f9ab5
SM
88532011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8854
8855 * window.el: Make special-display like display-buffer-alist (bug#9532).
8856 (display-buffer--special-action): New function, morphed
8857 from display-buffer--special.
8858 (display-buffer): Use it to handle special-display-buffers at higher
8859 priority (just after display-buffer-alist).
8860 (display-buffer-fallback-action, display-buffer--other-frame-action)
8861 (pop-to-buffer-same-window): Remove display-buffer--special.
8862
a769dd15
GM
88632011-11-07 Glenn Morris <rgm@gnu.org>
8864
8865 * calendar/cal-menu.el (cal-menu-set-date-title):
8866 Do nothing if not in a calendar. (Bug#9976)
8867
05a61ee3
SM
88682011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8869
8870 * files.el (find-file): Always use selected-window.
8871
be7f5545
MR
88722011-11-07 Martin Rudalics <rudalics@gmx.at>
8873
8874 * window.el (window-combinations): Make WINDOW argument
8875 mandatory. Rewrite doc-string.
8876 (walk-window-subtree, window-atom-check, window-min-delta)
8877 (window-max-delta, window--resize-this-window)
8878 (window--resize-root-window-vertically, window-tree)
8879 (balance-windows, window-state-put): Rewrite doc-strings as to
8880 not mention the term "subwindow".
8881 (window--resize-subwindows-skip-p): Rename to
8882 window--resize-child-windows-skip-p.
8883 (window--resize-subwindows-normal): Rename to
8884 window--resize-child-windows-normal.
8885 (window--resize-subwindows): Rename to
8886 window--resize-child-windows.
8887 (window-or-subwindow-p): Rename to window--in-subtree-p.
8888
3c6702ef
ML
88892011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8890
8891 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
8892 Ensure that mbox format messages end in two newlines (Bug#9974).
8893
49745b39
CY
88942011-11-06 Chong Yidong <cyd@gnu.org>
8895
8896 * window.el (window-combination-p): Function deleted; its
8897 side-effect is not used in any existing code.
8898 (window-combinations, window-combined-p): Call window-*-child
8899 directly.
8900
24300f5f
CY
89012011-11-05 Chong Yidong <cyd@gnu.org>
8902
8903 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
8904 (window-size-ignore, window-state-get): Callers changed.
8905 (window-normalize-window): Rename from window-normalize-any-window.
8906 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 8907 (window-normalize-live-window): Delete.
447f16b8
CY
8908 (window-combination-p, window-combined-p, window-combinations)
8909 (walk-window-subtree, window-atom-root, window-min-size)
8910 (window-sizable, window-sizable-p, window-size-fixed-p)
8911 (window-min-delta, window-max-delta, window-resizable)
8912 (window-resizable-p, window-full-height-p, window-full-width-p)
8913 (window-current-scroll-bars, window-point-1, set-window-point-1)
8914 (window-at-side-p, window-in-direction, window-resize)
8915 (adjust-window-trailing-edge, maximize-window, minimize-window)
8916 (window-deletable-p, delete-window, delete-other-windows)
8917 (record-window-buffer, unrecord-window-buffer)
8918 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
8919 (quit-window, split-window, window-state-put)
8920 (set-window-text-height, fit-window-to-buffer)
8921 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 8922
89bd5ee1
EZ
89232011-11-04 Eli Zaretskii <eliz@gnu.org>
8924
53479029
EZ
8925 * mail/rmail.el (rmail-simplified-subject): Decode subject with
8926 rfc2047-decode-string.
8927 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
8928 warnings.
8929
89bd5ee1
EZ
8930 * window.el (window-body-height, window-body-width): Mention in
8931 the doc string that the return values are in frame's canonical
8932 units. (Bug#9949)
8933
bd17fdee
AM
89342011-11-03 Alan Mackenzie <acm@muc.de>
8935
8936 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
8937 change in cc-engine.el.
8938
acc825c5
SM
89392011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8940
8941 * window.el (switch-to-buffer): Use `force-same-window' interactively.
8942
1885e5b8
MR
89432011-11-02 Martin Rudalics <rudalics@gmx.at>
8944
8945 * window.el (quit-window): Call unrecord-window-buffer after
8946 showing another buffer in the window. (Bug#9937)
acc825c5 8947 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 8948
ebe06da9
JB
89492011-11-02 Juanma Barranquero <lekktu@gmail.com>
8950
8951 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
8952 Accept status with more than 9 shelves. (Bug#9935)
8953 Reported by Colin D Bennett <colin@gibibit.com>.
8954
4ee88440
MR
89552011-11-01 Martin Rudalics <rudalics@gmx.at>
8956
8957 * help.el (with-help-window): Don't reference
8958 temp-buffer-show-specifiers in doc-string.
8959
08e1d82c
AS
89602011-10-31 Andreas Schwab <schwab@linux-m68k.org>
8961
8962 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
8963 menu-item.
8964
84bd6e9e
VJL
89652011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8966
8967 * whitespace.el: New version 13.2.2.
8968 (whitespace-newline-mode): Disable properly. Reported by Sarah
8969 <EmacsWiki>.
8970
dba0634a
UJ
89712011-10-30 Ulf Jasper <ulf.jasper@web.de>
8972
8973 * net/newst-treeview.el: Remove "Time-stamp".
8974 (newsticker--group-manage-orphan-feeds): Do not call
8975 newsticker--treeview-tree-update.
db22a3c2
JB
8976 (newsticker-treeview-update, newsticker-treeview):
8977 Call newsticker--treeview-tree-update if necessary.
dba0634a 8978
3d8daefe
MR
89792011-10-30 Martin Rudalics <rudalics@gmx.at>
8980
8981 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
8982 (window-iso-combinations): Remove "iso-" infix.
8983 Suggested by Chong Yidong.
3d8daefe
MR
8984 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
8985 (window-max-delta-1, window-resize, window--resize-siblings)
8986 (window--resize-this-window, adjust-window-trailing-edge)
8987 (split-window, balance-windows-1)
8988 (shrink-window-if-larger-than-buffer):
8989 * calendar/calendar.el (calendar-generate-window):
db22a3c2 8990 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 8991
1bc4c3ae
SM
89922011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8993
8994 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
8995 in place (bug#9907).
8996 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
8997 (eshell-rewrite-if-command, eshell-rewrite-for-command)
8998 (eshell-structure-basic-command, eshell-rewrite-while-command)
8999 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
9000 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
9001 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
9002 (eshell-do-pipelines-synchronously, eshell-eval-command):
9003 Use backquotes and prefer setq to set.
9004 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
9005 (eshell-macrop): Use functionp.
c1e2f5fa 9006 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 9007
30b65d9c
CY
90082011-10-30 Chong Yidong <cyd@gnu.org>
9009
9010 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
9011 instead of set-mark (Bug#9810).
9012
2d197ffb
CY
90132011-10-30 Chong Yidong <cyd@gnu.org>
9014
9015 * window.el (split-window-below, split-window-right): Rename from
9016 split-window-above-each-other and split-window-side-by-side
9017 respectively. All callers changed.
9018 (split-window-sensibly, split-window-sensibly): Use them.
9019 (split-window-keep-point): Doc fix.
9020
9021 * isearch.el: Add isearch-scroll property to split-window-below
9022 and split-window-right.
9023
9024 * follow.el (follow-mode):
9025 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
9026 * progmodes/ada-xref.el (ada-gdb-application):
9027 * emulation/vip.el (vip-buffer-in-two-windows):
9028 * image-dired.el (image-dired-dired-with-window-configuration):
9029 * dired-x.el (dired-do-find-marked-files):
9030 * dired.el (dired-pop-to-buffer):
9031 * bs.el (bs--show-with-configuration):
9032 * vc/emerge.el (emerge-setup-windows):
9033 * textmodes/two-column.el (2C-two-columns):
9034 * textmodes/reftex-toc.el (reftex-toc):
9035 * progmodes/gdb-mi.el (gdb-setup-windows):
9036 * progmodes/fortran.el (fortran-window-create):
9037 * net/newst-treeview.el (newsticker--treeview-window-init):
9038 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
9039 * emulation/tpu-edt.el (tpu-gold-map):
9040 * emulation/crisp.el (crisp-mode-map):
9041 * calendar/calendar.el (calendar-basic-setup): Callers changed.
9042
38bb2ca8
CY
90432011-10-29 Chong Yidong <cyd@gnu.org>
9044
aa4de341
CY
9045 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
9046
e1eb5385
CY
9047 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
9048
5d2ece3c
CY
9049 * textmodes/flyspell.el (flyspell-word): Fix char offset for
9050 forged Ispell output (Bug#7904).
9051
38bb2ca8
CY
9052 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
9053
d0af9f77
SM
90542011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
9055
9056 * doc-view.el: Avoid ugly errors about not finding nil.
9057 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
9058 (doc-view-dvipdf-program, doc-view-unoconv-program)
9059 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
9060 Avoid nil or absolute file name as default value.
9061 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
9062
52bedd34
AM
90632011-10-28 Alan Mackenzie <acm@muc.de>
9064
db22a3c2 9065 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 9066
7e43cfa5
AM
90672011-10-28 Alan Mackenzie <acm@muc.de>
9068
9069 Amend the handling of c-beginning/end-of-defun in nested declaration
9070 scopes.
9071
52bedd34
AM
9072 * progmodes/cc-vars.el (c-defun-tactic): Move here from
9073 cc-langs.el. Change it to a defcustom.
7e43cfa5 9074
52bedd34
AM
9075 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
9076 cc-vars.el.
7e43cfa5 9077
d0af9f77
SM
9078 * progmodes/cc-engine.el (c-beginning-of-statement-1):
9079 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 9080
52bedd34 9081 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 9082 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
9083 (c-widen-to-enclosing-decl-scope): New function.
9084 (c-while-widening-to-decl-block): New macro.
9085 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
9086 outward for defun boundaries, and correspondingly change symbol
9087 `respect-enclosure' to `go-outward'.
9088 (c-declaration-limits): Change algorithm to report only the "innermost"
9089 defun's boundaries.
9090
1a2ce9ee
DD
90912011-10-28 Deniz Dogan <deniz@dogan.se>
9092
9093 * net/rcirc.el (rcirc-mode): Use hard newlines.
9094
bc97a826
AM
90952011-10-28 Alan Mackenzie <acm@muc.de>
9096
9097 Amend to indent and fontify macros "which include their own semicolon"
9098 correctly, using the "virtual semicolon" mechanism.
9099
52bedd34 9100 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 9101
d0af9f77 9102 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 9103 Recode to scan one line at a time rather than having \n and \r
58179cce 9104 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 9105 (c-forward-label): Amend for virtual semicolons.
58179cce 9106 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 9107
52bedd34
AM
9108 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
9109 of the new C macros.
bc97a826 9110
52bedd34 9111 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
9112 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
9113 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
9114 (c-opt-cpp-macro-define): Make into a full language variable.
9115 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
9116 AWK Mode (including \n, \r) removed, no longer needed.
9117
d0af9f77
SM
9118 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
9119 Invoke c-make-macro-with-semi-re.
bc97a826 9120
52bedd34
AM
9121 * progmodes/cc-vars.el (c-macro-with-semi-re):
9122 (c-macro-names-with-semicolon): New variables.
58179cce 9123 (c-make-macro-with-semi-re): New function.
bc97a826 9124
7a6c0941
SM
91252011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
9126
9127 * vc/log-edit.el: Fill empty field rather than adding new one.
9128 (log-edit-add-field): New function.
9129 (log-edit-insert-changelog): Use it.
9130
b0c4cdcf
ML
91312011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
9132
9133 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
9134
ee1f1da9
SM
91352011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
9136
9137 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
9138 (gdb--check-interpreter): New function.
9139 (gdb): Use it.
9140
51bc5f8b
GM
91412011-10-27 Glenn Morris <rgm@gnu.org>
9142
416a2c45
GM
9143 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
9144 (least-positive-float, least-negative-float)
9145 (least-positive-normalized-float, least-negative-normalized-float)
9146 (float-epsilon, float-negative-epsilon):
9147 Remove unnecessary declarations.
9148
9149 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
9150 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
9151 (least-positive-float, least-negative-float)
9152 (least-positive-normalized-float, least-negative-normalized-float)
9153 (float-epsilon, float-negative-epsilon): Add doc-strings,
9154 based on those in cl.texi.
9155
51bc5f8b
GM
9156 * files.el (set-visited-file-name): If the major-mode changed,
9157 reload the local variables. (Bug#9796)
9158
15de15c6
CY
91592011-10-27 Chong Yidong <cyd@gnu.org>
9160
9161 * subr.el (change-major-mode-after-body-hook): New hook.
9162 (run-mode-hooks): Run it.
9163
ee1f1da9
SM
9164 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9165 Use change-major-mode-before-body-hook.
15de15c6
CY
9166
9167 * simple.el (fundamental-mode):
9168 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
9169 change introducing fundamental-mode-hook.
9170
5430d399
JB
91712011-10-26 Juanma Barranquero <lekktu@gmail.com>
9172
acc825c5 9173 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 9174
ad74a69e
MA
91752011-10-26 Michael Albinus <michael.albinus@gmx.de>
9176
9177 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 9178 tramp.el explicitly. (Bug#7583)
ad74a69e 9179
71d4c2a5
SM
91802011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
9181
9182 * progmodes/octave-mod.el:
9183 * progmodes/octave-inf.el: Update maintainer.
9184
b1f6fa26
CY
91852011-10-26 Chong Yidong <cyd@gnu.org>
9186
9187 * subr.el (with-wrapper-hook): Rewrite doc.
9188
3f04efd6
MA
91892011-10-25 Michael Albinus <michael.albinus@gmx.de>
9190
9191 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 9192 filenames "/method:foo:". (Bug#9793)
3f04efd6 9193
410488d3
SM
91942011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9195
9196 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
9197 (bug#9865).
9198
c1ebb47e
GM
91992011-10-24 Glenn Morris <rgm@gnu.org>
9200
9201 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
9202
7f5c46c7
MA
92032011-10-24 Michael Albinus <michael.albinus@gmx.de>
9204
9205 * notifications.el: Add the requirement of a running D-Bus session
9206 bus to the Commentary.
9207
db2440b6
JL
92082011-10-24 Juri Linkov <juri@jurta.org>
9209
9210 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
9211 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
9212 (Bug#9364)
9213
feecf435
JL
92142011-10-24 Juri Linkov <juri@jurta.org>
9215
9216 * info.el (Info-following-node-name-re): Add newline to the list
9217 of allowed characters for leading space. (Bug#9824)
9218
a3839de2
SM
92192011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9220
acc825c5
SM
9221 * progmodes/octave-inf.el (inferior-octave-mode-map):
9222 Fix C-c C-h binding.
a3839de2
SM
9223 * progmodes/octave-mod.el (octave-help): Remove.
9224
09388e76
MA
92252011-10-23 Michael Albinus <michael.albinus@gmx.de>
9226
9227 Sync with Tramp 2.2.3.
9228
9229 * net/tramp-cache.el (top): Pacify byte-compiler using
9230 `init-file-user' and `site-run-file'.
9231
9232 * net/trampver.el: Update release number.
9233
86c60681
CY
92342011-10-23 Chong Yidong <cyd@gnu.org>
9235
9236 * files.el (toggle-read-only): Remove obsolete comment about
9237 version control.
9238
9239 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
9240 for toggle-read-only. Note that this hasn't called vc-next-action
9241 since 2008-05-02, though it wasn't documented at the time.
9242
a3839de2
SM
9243 * vc/ediff-init.el (ediff-toggle-read-only-function):
9244 Use toggle-read-only.
86c60681 9245
cd5495ff
AM
92462011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
9247
9248 Fix bug #9560, sporadic wrong indentation; improve instrumentation
9249 of c-parse-state.
9250
00b77525 9251 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 9252 correct faulty logical expression.
cd5495ff
AM
9253 (c-parse-state-state, c-record-parse-state-state):
9254 (c-replay-parse-state-state): New defvar/defuns.
9255 (c-debug-parse-state): Use new functions.
9256
42ee24ed
MR
92572011-10-22 Martin Rudalics <rudalics@gmx.at>
9258
9259 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 9260 last fix. Use window-in-direction correctly.
42ee24ed 9261
a7dee7e7
CY
92622011-10-21 Chong Yidong <cyd@gnu.org>
9263
9264 * progmodes/idlwave.el (idlwave-mode):
9265 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
9266 require-final-newline; that's done in prog-mode.
9267 Suggested by Stefan Monnier.
a7dee7e7 9268
e07b9a6d
MR
92692011-10-21 Martin Rudalics <rudalics@gmx.at>
9270
9271 * mouse.el (mouse-drag-window-above)
9272 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
9273 (mouse-drag-mode-line-1, mouse-drag-header-line)
9274 (mouse-drag-vertical-line-rightward-window): Remove.
9275 (mouse-drag-line): New function.
9276 (mouse-drag-mode-line, mouse-drag-header-line)
9277 (mouse-drag-vertical-line): Call mouse-drag-line.
9278 * window.el (window-at-side-p, windows-at-side): New functions.
9279
7e1361d9
UM
92802011-10-21 Ulrich Mueller <ulm@gentoo.org>
9281
9282 * tar-mode.el (tar-grind-file-mode):
9283 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
9284
30fcaf3a
CY
92852011-10-21 Chong Yidong <cyd@gnu.org>
9286
9287 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
9288 * progmodes/vera-mode.el (vera-mode):
9289 Use mode-require-final-newline.
30fcaf3a 9290
516eddb0
GM
92912011-10-20 Glenn Morris <rgm@gnu.org>
9292
db22a3c2 9293 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 9294
10d5f513
CS
92952011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
9296
9297 * emulation/cua-base.el (cua-set-mark): Fix case of string.
9298
ac6c8639
CY
92992011-10-20 Chong Yidong <cyd@gnu.org>
9300
9301 * emulation/cua-base.el (cua-mode):
9302 * mail/footnote.el (footnote-mode):
9303 * mail/mailabbrev.el (mail-abbrevs-mode):
9304 * net/xesam.el (xesam-minor-mode):
9305 * progmodes/bug-reference.el (bug-reference-mode):
9306 * progmodes/cap-words.el (capitalized-words-mode):
9307 * progmodes/compile.el (compilation-minor-mode)
9308 (compilation-shell-minor-mode):
9309 * progmodes/gud.el (gud-tooltip-mode):
9310 * progmodes/hideif.el (hide-ifdef-mode):
9311 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
9312 * progmodes/subword.el (subword-mode):
9313 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
9314 * progmodes/which-func.el (which-function-mode):
9315 * term/tvi970.el (tvi970-set-keypad-mode):
9316 * term/vt100.el (vt100-wide-mode):
9317 * textmodes/flyspell.el (flyspell-mode):
9318 * textmodes/ispell.el (ispell-minor-mode):
9319 * textmodes/nroff-mode.el (nroff-electric-mode):
9320 * textmodes/paragraphs.el (use-hard-newlines):
9321 * textmodes/refill.el (refill-mode):
9322 * textmodes/reftex.el (reftex-mode):
9323 * textmodes/rst.el (rst-minor-mode):
9324 * textmodes/sgml-mode.el (html-autoview-mode)
9325 (sgml-electric-tag-pair-mode):
9326 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
9327 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
9328 * emulation/crisp.el (crisp-mode):
9329 * emacs-lisp/eldoc.el (eldoc-mode):
9330 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
9331 minor mode behavior.
9332
aa42ab43
JL
93332011-10-19 Juri Linkov <juri@jurta.org>
9334
9335 * descr-text.el (describe-char): Add #x2010 and #x2011 to
9336 the list of hard-coded chars with escape-glyph face.
9337
89400f1d
SM
93382011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9339
9340 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
9341
305c07f6
MA
93422011-10-19 Michael Albinus <michael.albinus@gmx.de>
9343
9344 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
9345 running process.
9346
13754b54
GM
93472011-10-19 Glenn Morris <rgm@gnu.org>
9348
9349 * vc/vc-bzr.el (vc-bzr-after-dir-status):
9350 Ignore ignored files. (Bug#9726)
9351
06e21633
CY
93522011-10-19 Chong Yidong <cyd@gnu.org>
9353
9354 Doc fix for minor modes, stating that an omitted argument enables
9355 the mode unconditionally when called from Lisp.
9356
9357 * abbrev.el (abbrev-mode):
9358 * allout.el (allout-mode):
9359 * autoinsert.el (auto-insert-mode):
9360 * autoarg.el (autoarg-mode, autoarg-kp-mode):
9361 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
9362 (global-auto-revert-mode):
9363 * battery.el (display-battery-mode):
9364 * composite.el (global-auto-composition-mode)
9365 (auto-composition-mode):
9366 * delsel.el (delete-selection-mode):
9367 * desktop.el (desktop-save-mode):
9368 * dired-x.el (dired-omit-mode):
9369 * dirtrack.el (dirtrack-mode):
9370 * doc-view.el (doc-view-minor-mode):
9371 * double.el (double-mode):
9372 * electric.el (electric-indent-mode, electric-pair-mode):
9373 * emacs-lock.el (emacs-lock-mode):
9374 * epa-hook.el (auto-encryption-mode):
9375 * follow.el (follow-mode):
9376 * font-core.el (font-lock-mode):
9377 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
9378 * help.el (temp-buffer-resize-mode):
9379 * hilit-chg.el (highlight-changes-mode)
9380 (highlight-changes-visible-mode):
9381 * hi-lock.el (hi-lock-mode):
9382 * hl-line.el (hl-line-mode, global-hl-line-mode):
9383 * icomplete.el (icomplete-mode):
9384 * ido.el (ido-everywhere):
9385 * image-file.el (auto-image-file-mode):
9386 * image-mode.el (image-minor-mode):
9387 * iswitchb.el (iswitchb-mode):
9388 * jka-cmpr-hook.el (auto-compression-mode):
9389 * linum.el (linum-mode):
9390 * longlines.el (longlines-mode):
9391 * master.el (master-mode):
9392 * mb-depth.el (minibuffer-depth-indicate-mode):
9393 * menu-bar.el (menu-bar-mode):
9394 * minibuf-eldef.el (minibuffer-electric-default-mode):
9395 * mouse-sel.el (mouse-sel-mode):
9396 * msb.el (msb-mode):
9397 * mwheel.el (mouse-wheel-mode):
9398 * outline.el (outline-minor-mode):
9399 * paren.el (show-paren-mode):
9400 * recentf.el (recentf-mode):
9401 * reveal.el (reveal-mode, global-reveal-mode):
9402 * rfn-eshadow.el (file-name-shadow-mode):
9403 * ruler-mode.el (ruler-mode):
9404 * savehist.el (savehist-mode):
9405 * scroll-all.el (scroll-all-mode):
9406 * scroll-bar.el (scroll-bar-mode):
9407 * server.el (server-mode):
9408 * shell.el (shell-dirtrack-mode):
9409 * simple.el (auto-fill-mode, transient-mark-mode)
9410 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
9411 (line-number-mode, column-number-mode, size-indication-mode)
9412 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
9413 * strokes.el (strokes-mode):
9414 * time.el (display-time-mode):
9415 * t-mouse.el (gpm-mouse-mode):
9416 * tool-bar.el (tool-bar-mode):
9417 * tooltip.el (tooltip-mode):
9418 * type-break.el (type-break-mode-line-message-mode)
9419 (type-break-query-mode):
9420 * view.el (view-mode):
9421 * whitespace.el (whitespace-mode, whitespace-newline-mode)
9422 (global-whitespace-mode, global-whitespace-newline-mode):
9423 * xt-mouse.el (xterm-mouse-mode): Doc fix.
9424
a3839de2
SM
9425 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9426 Fix autogenerated docstring.
06e21633 9427
5214e501
JL
94282011-10-19 Juri Linkov <juri@jurta.org>
9429
9430 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
9431 by checking environment variables "DESKTOP_SESSION" and
9432 "XDG_CURRENT_DESKTOP". (Bug#9779)
9433
195f8db9
JL
94342011-10-19 Juri Linkov <juri@jurta.org>
9435
9436 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
9437 (browse-url-chromium-program, browse-url-chromium-arguments):
9438 New defcustoms.
9439 (browse-url-default-browser): Check for `browse-url-chromium' and
9440 call `browse-url-chromium-program'.
9441 (browse-url-chromium): New command. (Bug#9779)
9442
343a34ff
JB
94432011-10-18 Juanma Barranquero <lekktu@gmail.com>
9444
9445 * facemenu.el (list-colors-duplicates): On Windows, detect more
9446 duplicates by assuming that only colors matching "^System" are
9447 special "system colors". (Bug#9722)
9448
6978a151
SM
94492011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9450
9451 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
9452 to distinguish the author from the committer.
9453
6a80b297
MA
94542011-10-18 Michael Albinus <michael.albinus@gmx.de>
9455
9456 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
9457
b31a5677
JK
94582011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
9459
9460 * international/mule.el (sgml-html-meta-auto-coding-function):
9461 Add support for detecting encoding in HTML5 specified only as
9462 <meta charset="UTF-8">. Implementation just makes http-equiv and
9463 content-type parts from HTML4 encoding string optional. (Bug#9716)
9464
80c6d77f
GM
94652011-10-18 Glenn Morris <rgm@gnu.org>
9466
9467 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
9468
08b0fee8
CY
94692011-10-18 Chong Yidong <cyd@gnu.org>
9470
9471 * faces.el (cursor): Doc fix.
9472
67e729a5
CY
94732011-10-17 Chong Yidong <cyd@gnu.org>
9474
9475 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
9476
343a34ff 94772011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
9478
9479 * dirtrack.el (dirtrack): Support shell buffers with path
9480 prefixes, e.g. tramp-based remote shells. (Bug#9647)
9481
0bc06380
TZ
94822011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
9483
9484 * json.el: Bump version to 1.3 and note change in History.
9485 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
9486
8b79f3e0
SM
94872011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9488
5a7c536b
SM
9489 * comint.el (comint-insert-input, comint-send-input)
9490 (comint-get-old-input-default, comint-backward-matching-input)
9491 (comint-next-prompt): Use nil instead of `input' for field property of
9492 past user input (bug#114).
9493
96a8a0df
SM
9494 * minibuffer.el (completion--replace): Inherit surrounding properties
9495 (bug#114).
9496 (minibuffer-complete-and-exit): Use it.
9497
8b79f3e0
SM
9498 * comint.el (comint--table-subvert): Quote the all-completions output
9499 (bug#9160).
9500
b8f7ff0d
MR
95012011-10-17 Martin Rudalics <rudalics@gmx.at>
9502
8b79f3e0 9503 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 9504
b8f7ff0d 9505 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 9506 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
9507 entries and separate them from frame entries.
9508
c235b555
GM
95092011-10-15 Glenn Morris <rgm@gnu.org>
9510
9511 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
9512 Doc fixes.
9513
6bbfa6e1
CY
95142011-10-15 Chong Yidong <cyd@stupidchicken.com>
9515
8b79f3e0
SM
9516 * net/network-stream.el (network-stream-open-starttls):
9517 Improve detection of failure due to lack of TLS support.
ec5c990d 9518
6bbfa6e1
CY
9519 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
9520 putting the input text in front and in bold.
9521
98488977
SM
95222011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9523
3d1337be
SM
9524 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
9525
ee0b45e4
SM
9526 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
9527 empty buffer.
9528
98488977
SM
9529 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
9530 unread-command-events rather than pushing yet-another event.
9531
186f4720
EZ
95322011-10-14 Eli Zaretskii <eliz@gnu.org>
9533
9534 * mail/sendmail.el (sendmail-query-once): Improve the wording of
9535 the explanation of the possible choices. Make the options passed
9536 to completing-read shorter.
9537
8b7a997c
AM
95382011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9539
9540 * textmodes/flyspell.el (flyspell-large-region): Make sure
9541 extended character mode is used if defined (Bug#1339).
9542
12587bbb
EZ
95432011-10-13 Eli Zaretskii <eliz@gnu.org>
9544
9545 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
9546 character info for LRE, LRO, RLE, and RLO characters by appending
9547 an invisible PDF.
12587bbb 9548
bad41229
SM
95492011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9550
9551 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
9552 even in case of error; add debug spec; simplify data flow.
9553 (with-timeout-handler): Remove.
9554
28dbc92f
MA
95552011-10-12 Michael Albinus <michael.albinus@gmx.de>
9556
9557 Fix Bug#6019, Bug#9315.
9558
9559 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
9560 complete `buffer-file-name', the local file name part could look
9561 remotely (for example on VMS).
9562
9563 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
9564 `tramp-run-real-handler'.
9565 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
9566 already quoted by '"'.
9567
9568 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
9569 Let `file-name-handler-alist' be nil, the local file name part
9570 could look remotely (for example on VMS).
9571
e1b0b23a
SM
95722011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9573
9574 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
9575 from here...
9576 (flyspell-post-command-hook): ...to here.
9577
a120bde9
SM
95782011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9579
9580 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
9581 if not needed.
9582 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
9583 using completion. Protect against "slow" callers.
9584 Remove the "message hack".
9585
7ce7717b
JL
95862011-10-11 Juri Linkov <juri@jurta.org>
9587
9588 * isearch.el (isearch-lazy-highlight-word): New variable.
9589 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
9590 Use it. (Bug#9727)
9591
c02ee9d6
GM
95922011-10-11 Glenn Morris <rgm@gnu.org>
9593
9594 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
9595 like f90-previous-statement does.
9596
93e616fd 95972011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9598
1f190e73 9599 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
9600 only in interactive use, to avoid error.
9601
af7b6078
SM
96022011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9603
9604 * minibuffer.el (completion-file-name-table): Fix last change,
9605 i.e. ignore normal errors but not the other ones.
9606
0563dae9
MR
96072011-10-10 Martin Rudalics <rudalics@gmx.at>
9608
9609 * window.el (special-display-buffer-names)
9610 (special-display-regexps): Remove some remnants of earlier
9611 changes from doc-strings.
366ca7f3
MR
9612 (quit-windows-on): New function.
9613
9614 * vc/vc.el (vc-revert, vc-rollback):
9615 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
9616 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 9617 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 9618
49677495
MR
96192011-10-09 Martin Rudalics <rudalics@gmx.at>
9620
9621 * window.el (frame-auto-hide-function): Add version tag.
9622 (Bug#9699)
9623
56f2d1e1
MA
96242011-10-09 Michael Albinus <michael.albinus@gmx.de>
9625
9626 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
9627 condition.
9628
112a6592
LL
96292011-10-09 Leo Liu <sdl.web@gmail.com>
9630
9631 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
9632 (Bug#9701)
9633
0812589b
GM
96342011-10-08 Glenn Morris <rgm@gnu.org>
9635
9636 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
9637 before the first code statement zero indent. (Bug#9690)
9638
b2b0776e
CY
96392011-10-08 Chong Yidong <cyd@stupidchicken.com>
9640
9641 * simple.el (count-words-region): Always count in the region.
9642 Report the number of lines and characters too.
9643 (count-words): New command, which counts in the buffer if the
9644 region is inactive, as count-words-region used to.
9645 (count-words--message): New function. Handle plurals.
9646 (count-lines-region): Make it an alias for count-words-region.
9647
9648 * bindings.el (esc-map): Replace count-lines-region with
9649 count-words-region.
9650
c557cd6b
MR
96512011-10-08 Martin Rudalics <rudalics@gmx.at>
9652
9653 * window.el (window--delete): Delete dedicated frame
9654 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 9655 (switch-to-buffer): Fix doc-string typo.
c557cd6b 9656
61a57ef4 96572011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9658
3a7d293b 9659 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 9660
c3833279
CY
96612011-10-07 Chong Yidong <cyd@stupidchicken.com>
9662
9663 * bindings.el ([M-left],[M-right]): Bind to left-word and
9664 right-word respectively.
9665
21ce8245
GM
96662011-10-07 Glenn Morris <rgm@gnu.org>
9667
9668 * cus-start.el (debug-on-quit): Fix custom type.
9669
6d823bb2
LMI
96702011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9671
0181e193
LMI
9672 * subr.el (define-key-after): Clarify that the function is not
9673 useful for non-menu keymaps.
9674
6d823bb2
LMI
9675 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
9676
8e3459ce 96772011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9678
21ce8245 9679 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 9680 in current minibuffer (Fix bug with recursive minibuffers).
9681
a1c2d21e
CY
96822011-10-06 Chong Yidong <cyd@stupidchicken.com>
9683
9684 * progmodes/gdb-mi.el (gdb): Doc fix.
9685
5a4cf282
MR
96862011-10-05 Martin Rudalics <rudalics@gmx.at>
9687
9688 * window.el (frame-auto-hide-function): New option replacing
9689 frame-auto-delete. Suggested by Stefan Monnier.
9690 (window--delete): Call frame-auto-hide-function instead of
9691 investigating frame-auto-delete.
c96111ea
MR
9692 (window-point-1, set-window-point-1): New functions.
9693 (window-in-direction, record-window-buffer, window-state-get-1)
9694 (display-buffer-record-window): Use window-point-1 instead of
9695 window-point.
9696 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 9697
9854542e
SM
96982011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9699
9700 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
9701
8943cfb0
GM
97022011-10-05 Glenn Morris <rgm@gnu.org>
9703
9704 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
9705 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
9706
647ab967
LL
97072011-10-05 Leo Liu <sdl.web@gmail.com>
9708
9709 * subr.el (read-char-choice): Fix argument to buffer-live-p which
9710 works with buffer object.
9711
3ddfbced
SM
97122011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9713
9714 * mpc.el (mpc-tool-bar-map): Add labels.
9715
bdfa5dd2
GM
97162011-10-04 Glenn Morris <rgm@gnu.org>
9717
9718 * calendar/holidays.el (calendar-check-holidays): Doc fix.
9719
0e2070b5
MR
97202011-10-04 Martin Rudalics <rudalics@gmx.at>
9721
9722 * window.el (window--delete): New function.
9723 (frame-auto-delete): Resuscitate option.
9724 (bury-buffer, replace-buffer-in-windows)
9725 (quit-window): Rewrite using window--delete.
9726 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9727 Pass display-buffer-mark-dedicated to window--display-buffer-2
9728 (Bug#9639).
9729
3dc61a09
SM
97302011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9731
915a9b64
SM
9732 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
9733 returns a list (bug#9554). Add remote file name completion.
9734 * comint.el (comint--table-subvert): Curry and get quote&unquote
9735 functions as arguments.
9736 (comint--complete-file-name-data): Adjust call accordingly.
9737 * pcomplete.el (pcomplete--table-subvert): Remove.
9738 (pcomplete-completions-at-point): Use comint--table-subvert instead.
9739
3dc61a09
SM
9740 * minibuffer.el (completion-table-case-fold): Use currying.
9741 (completion--styles-type, completion--cycling-threshold-type):
9742 New constants.
9743 (completion-styles, completion-category-overrides)
9744 (completion-cycle-threshold): Use them.
9745 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
9746 completion-table-case-fold.
9747
8ea0a993
SB
97482011-10-03 Stephen Berman <stephen.berman@gmx.net>
9749
9750 * minibuffer.el (completion-category-overrides): Fix type of styles
9751 and add more user friendly tags (bug#9660).
9752
8c24b7f6
SM
97532011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9754
9755 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
9756 (mule-input-method-string): New widget.
9757 (default-input-method, language-info-custom-alist): Use it.
9758
428fe61a
SM
97592011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9760
32c1fffd
SM
9761 * pcomplete.el: Require comint.
9762 (pcomplete--common-suffix): Remove.
9763 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
9764 (pcomplete--table-subvert): Sync with comint--table-subvert.
9765 (pcomplete--entries): Use comint-completion-file-name-table.
9766 * comint.el (comint-unquote-filename): Simplify.
9767 (comint-completion-file-name-table): New function (bug#9616).
9768 (comint--complete-file-name-data): Use it.
9769
428fe61a
SM
9770 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
9771 (pcmpl-gnu-tar-buffer): Remove.
9772 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
9773 around. Make sure pcomplete-suffix-list is only changed temporarily.
9774 Don't look inside the tar's file if it's too large.
428fe61a 9775
04c52e2f
CY
97762011-10-01 Chong Yidong <cyd@stupidchicken.com>
9777
ce3cefcc
CY
9778 * cus-edit.el (custom-mode-map):
9779 * epa.el (epa-key-list-mode-map):
9780 * man.el (Man-mode-map):
9781 * startup.el (splash-screen-keymap):
9782 * simple.el (special-mode-map): Use scroll-up-command and
9783 scroll-down-command.
9784
9785 * progmodes/idlw-help.el (idlwave-help-mode-map):
9786 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
9787 * net/newst-plainview.el (newsticker-mode-map):
9788 * emulation/ws-mode.el (wordstar-mode-map):
9789 * emulation/vi.el (vi-com-map):
9790 * calc/calc-graph.el (calc-graph-show-dumb):
9791 * term/sun.el (terminal-init-sun):
9792 * term/ns-win.el (global-map):
9793 * progmodes/grep.el (grep-mode-map):
9794 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
9795 * mail/rmail.el (rmail-mode-map):
9796 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
9797
04c52e2f
CY
9798 * custom.el (custom-safe-themes, load-theme): Treat value of t for
9799 custom-safe-themes as special.
9800
79adf8c8
JD
98012011-10-01 Julien Danjou <julien@danjou.info>
9802
9803 * notifications.el (notifications-notify): Fix docstring.
9804
63bd50d3
PS
98052011-10-01 Per Starbäck <per@starback.se>
9806
9807 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
9808
199e4c7e
MR
98092011-09-30 Martin Rudalics <rudalics@gmx.at>
9810
9811 * startup.el (command-line-1): Fix last fix by inserting
9812 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 9813 (Bug#9605) and (Bug#9636)
199e4c7e 9814
fe5f08dd
EZ
98152011-09-29 Eli Zaretskii <eliz@gnu.org>
9816
9817 * simple.el (line-move): If auto-hscroll-mode is disabled and the
9818 window is hscrolled, move by logical lines. (Bug#9607)
9819 (line-move-visual): Update the doc string to the above effect.
9820
b5516bbd
MR
98212011-09-29 Martin Rudalics <rudalics@gmx.at>
9822
ccee00c0
MR
9823 * window.el (display-buffer-record-window): When WINDOW is the
9824 selected window use `point' instead of `window-point'. (Bug#9626)
9825
b5516bbd
MR
9826 * startup.el (command-line-1): Use insert-before-markers when
9827 inserting initial-scratch-message. (Bug#9605)
ccee00c0 9828
b5516bbd
MR
9829 * help.el (help-window): Remove variable.
9830
52aa0014
GM
98312011-09-29 Glenn Morris <rgm@gnu.org>
9832
9833 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
9834
df9a7357
JB
98352011-09-29 Juanma Barranquero <lekktu@gmail.com>
9836
9837 * descr-text.el (describe-char-categories): Accept category
9838 descriptions more than one line long.
9839
a8406c20
SM
98402011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9841
88d9610c
SM
9842 * simple.el (delete-trailing-whitespace): Fix last change.
9843
a5daf810
SM
9844 * progmodes/perl-mode.el (perl-syntax-propertize-function):
9845 Don't confuse "y => 3" as the beginning of a `y' operation.
9846
a8406c20
SM
9847 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
9848 object has more than 4 slots (bug#9613).
9849
a239d4e9
JB
98502011-09-28 Juanma Barranquero <lekktu@gmail.com>
9851
9852 * subr.el (with-output-to-temp-buffer):
9853 * net/quickurl.el (quickurl, quickurl-browse-url):
9854 Fix typos in docstrings.
9855
693fbdb6
EZ
98562011-09-27 Eli Zaretskii <eliz@gnu.org>
9857
9858 * minibuffer.el (completion-styles)
9859 (completion-category-overrides): Cross reference each other in doc
9860 strings.
9861
8b457e28
GM
98622011-09-27 Glenn Morris <rgm@gnu.org>
9863
9864 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
9865 to split-string. (Bug#9606)
9866
85a16208
LMI
98672011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9868
9869 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
9870 (bug#9615).
9871
502f9ebd
CY
98722011-09-27 Chong Yidong <cyd@stupidchicken.com>
9873
9874 * emacs-lisp/package.el (list-packages): Fix echo area message.
9875
7690bdea
LL
98762011-09-27 Leo Liu <sdl.web@gmail.com>
9877
9878 * ido.el (ido-read-internal): Accept cons cell HIST arg.
9879
e2ee6f30
MA
98802011-09-25 Michael Albinus <michael.albinus@gmx.de>
9881
9882 * net/dbus.el (dbus-unregister-object): Don't release services for
9883 registered signals. (Bug#9581)
9884
f3f98342
TZ
98852011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9886
9887 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
9888 function that picks between cfengine 2 and 3 support
9889 automatically. Update docs accordingly.
9890
dd7aa8dd
KH
98912011-09-22 Kenichi Handa <handa@m17n.org>
9892
9893 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
9894 ZERO.
9895 (indian-itrans-v5-table-for-tamil): New variable.
9896 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
9897
3f2b07f8
KM
98982011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
9899
9900 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
9901 that's true if the current command involved collapsing of text.
9902 It's reset to false at the beginning of the next command.
9903 (allout-post-command-business): Move the cursor to the beginning
9904 of entry if the cursor is hidden and collapsing activity just
9905 happened.
9906
371d6a61
CY
99072011-09-24 Chong Yidong <cyd@stupidchicken.com>
9908
9909 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
9910 tracking (Bug#9541).
9911
2ac2721a
UJ
99122011-09-24 Ulf Jasper <ulf.jasper@web.de>
9913
9914 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
9915 (newsticker-show-news): Automatically load html rendering package
9916 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
9917 because w3m-fill-column is let-bound" and the error "Symbol's value
9918 as variable is void: w3m-fill-column".
2ac2721a 9919
fac7ae53
MA
99202011-09-24 Michael Albinus <michael.albinus@gmx.de>
9921
9922 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
9923 Release services only if they are defined. (Bug#9581)
9924
e08b633b
RS
99252011-09-23 Richard Stallman <rms@gnu.org>
9926
e488d29c
RS
9927 * textmodes/paragraphs.el (forward-sentence): For backwards case,
9928 distinguish start of paragraph from start of its text.
9929
19c38752
RS
9930 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
9931
e08b633b
RS
9932 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
9933 (rmail-generate-viewer-buffer): Put that hook on view buffer.
9934 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
9935
0a39f27e
AS
99362011-09-23 Andreas Schwab <schwab@linux-m68k.org>
9937
9938 * international/mule-diag.el (mule-diag): Insert a newline after
9939 each fontset description.
9940
db4e950d
SM
99412011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9942
9943 * simple.el (delete-trailing-whitespace):
9944 Document last change; simplify.
9945
eca3f3ea
PW
99462011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
9947
d68e189a
PW
9948 * simple.el (delete-trailing-whitespace): Also delete
9949 extra newlines at the end of the buffer.
9950
eca3f3ea
PW
9951 * textmodes/picture.el: Make motion commands obey shift-select-mode.
9952 (picture-newline): Use forward-line so as to ignore fields.
9953
01c157cc
SM
99542011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9955
9956 * subr.el (with-wrapper-hook): Fix edebug spec.
9957
022de23e
LMI
99582011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9959
9960 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
9961 (bug#4538).
9962
91683089
MA
99632011-09-23 Michael Albinus <michael.albinus@gmx.de>
9964
eca3f3ea
PW
9965 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
9966 Fix nasty bug using wrong cached values.
91683089 9967
5bdd6fa4
AM
99682011-09-23 Alan Mackenzie <acm@muc.de>
9969
9970 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
9971
97adfb97
CY
99722011-09-23 Chong Yidong <cyd@stupidchicken.com>
9973
9974 * window.el (pop-to-buffer): Ensure right window is selected if we
9975 chose another frame.
9976
d4ef2b50
EZ
99772011-09-22 Eli Zaretskii <eliz@gnu.org>
9978
9979 * simple.el (what-cursor-position): Use get-char-property-change
9980 and next-single-char-property-change, to be able to show display
9981 properties that come from overlays as well as text properties.
9982
72258fe5
CY
99832011-09-22 Chong Yidong <cyd@stupidchicken.com>
9984
9985 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
9986
9987 * cmuscheme.el (run-scheme, switch-to-scheme):
9988 * cus-edit.el (customize-group, custom-buffer-create)
9989 (customize-browse):
9990 * info.el (info):
9991 * shell.el (shell):
9992 * mail/sendmail.el (mail):
9993 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
9994
8f098516
RS
99952011-09-22 Richard Stallman <rms@gnu.org>
9996
9997 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
9998 move back only to line beg, don't move back over blank lines.
9999
e74f1bb6
MA
100002011-09-22 Michael Albinus <michael.albinus@gmx.de>
10001
10002 * files.el (copy-directory): Set directory attributes only in case
10003 they could be retrieved from the source directory. (Bug#9565)
10004
bfeef8b6
DK
100052011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
10006
10007 * progmodes/hideshow.el (hs-looking-at-block-start-p)
10008 (hs-find-block-beginning, hs-hide-level-recursive):
10009 Ignore strings as well as comments. (Bug#9502)
10010
7e423bb8
AS
100112011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
10012
10013 * progmodes/sql.el (sql-comint-postgres):
10014 Convert port number to a string. (Bug#9566)
10015
b4d72fcf
MR
100162011-09-22 Martin Rudalics <rudalics@gmx.at>
10017
10018 * window.el (quit-window): Undedicate window when switching to
10019 previous buffer. Reported by Thierry Volpiatto
10020 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
10021 (special-display-popup-frame): When popping up a new frame reset
10022 its previous buffers to nil. Simplify code.
b4d72fcf 10023
a7b88dc6
MA
100242011-09-21 Michael Albinus <michael.albinus@gmx.de>
10025
10026 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
10027 and process filter, as done also in `shell-command'.
10028
cf4eacfd
MR
100292011-09-21 Martin Rudalics <rudalics@gmx.at>
10030
eca3f3ea 10031 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
10032 Call set-window-start with NOFORCE argument t.
10033 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
10034 (quit-window): Reword doc-string. Handle new format of
10035 quit-restore parameter. Don't delete window if it has a
10036 previous buffer we can show instead of the present one.
10037 (display-buffer-record-window): Rewrite using a new format for
10038 the quit-restore window parameter
10039 (special-display-popup-frame, display-buffer-same-window)
10040 (display-buffer-reuse-window, display-buffer-pop-up-frame)
10041 (display-buffer-pop-up-window, display-buffer-use-some-window):
10042 Adapt symbol passed to display-buffer-record-window.
10043 * help.el (help-window-setup): Handle new format of quit-restore
10044 parameter.
10045
8d28cb95
SM
100462011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10047
94ab793f
SM
10048 * faces.el (face-list): Fix docstring (bug#9564).
10049
8d28cb95
SM
10050 * window.el (display-buffer--action-function-custom-type):
10051 Don't include internal functions in the Custom interface.
10052
3820edeb
JL
100532011-09-20 Juri Linkov <juri@jurta.org>
10054
10055 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
10056 (Info-forward-node, Info-backward-node, Info-next-preorder)
10057 (Info-last-preorder): Use it. (Bug#9528)
10058
5147931d
JL
100592011-09-20 Juri Linkov <juri@jurta.org>
10060
10061 * info.el (Info-last-preorder): Visit last menu item only when
10062 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
10063
cf499a1a
JD
100642011-09-20 Julien Danjou <julien@danjou.info>
10065
10066 * password-cache.el (password-cache-remove): Remove entries even if the
10067 value is nil, so that password with a nil value (negative caching) is
10068 possible to invalidate.
10069
f84e2fe2
LM
100702011-09-20 Lawrence Mitchell <wence@gmx.li>
10071
10072 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
10073 all whitespace around breakpoint. (Bug#9553)
10074 (f90-find-breakpoint): Only break at whitespace inside a comment.
10075
78054a46
SM
100762011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
10077
10078 * minibuffer.el (completion-file-name-table): Keep track of errors.
10079 (completion-table-with-predicate): Handle the case where pred1 is nil.
10080 * pcomplete.el (pcomplete-completions-at-point): Simplify.
10081
345083b2
SM
100822011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10083
e24e27be
SM
10084 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
10085 (debugger-return-value): Signal an error if the debugging context does
10086 not await any return value.
10087
345083b2
SM
10088 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
10089 * image-mode.el (image-toggle-display-text)
10090 (image-toggle-display-image): Stay away from evil `intangible'.
10091
08d355e3
LL
100922011-09-19 Leo Liu <sdl.web@gmail.com>
10093
10094 * replace.el (occur-revert-arguments): Make it permanent-local.
10095 (occur-mode): Don't call font-lock-defontify.
10096
f01da43f
CY
100972011-09-19 Chong Yidong <cyd@stupidchicken.com>
10098
10099 * net/ldap.el (ldap-search-internal): Don't push empty search
10100 result (Bug#9508).
10101
b6072fa6
SM
101022011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10103
10104 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
10105
443d6696
MA
101062011-09-19 Michael Albinus <michael.albinus@gmx.de>
10107
10108 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
10109 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
10110
7cc6e154
JL
101112011-09-18 Juri Linkov <juri@jurta.org>
10112
10113 * buff-menu.el (Buffer-menu-mode-map):
10114 * dired.el (dired-mode-map):
10115 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
10116 (lisp-interaction-mode-map):
10117 * emacs-lisp/package.el (package-menu-mode-map):
10118 * epa.el (epa-key-list-mode-map):
10119 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
10120 (menu-bar-options-menu):
10121 * outline.el (outline-mode-menu-bar-map):
10122 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
10123 * vc/vc-dir.el (vc-dir-menu-map):
10124 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
10125 Capitalize non-function content words in menu item strings.
10126
10127 * dired.el (dired-mode-map): Add menu item for
10128 `image-dired-dired-toggle-marked-thumbs'.
10129
80302a81
JL
101302011-09-18 Juri Linkov <juri@jurta.org>
10131
10132 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
10133 to `isearch-case-fold-search' and restore its original value
10134 after the `isearch-mode' call.
10135
46c5cf66
JL
101362011-09-18 Juri Linkov <juri@jurta.org>
10137
10138 * progmodes/grep.el (grep-process-setup): Don't check code for 1
10139 because `zgrep' returns 1 for successful matches (bug#9226).
10140
d18b513b
JL
101412011-09-18 Juri Linkov <juri@jurta.org>
10142
10143 * info.el (Info-extract-menu-node-name): Check the second match
10144 for empty string (second test-case of bug#9528).
10145 (Info-last-preorder): Let-bind `Info-history' to nil to not add
10146 intermediate nodes to the history (first test-case of bug#9528).
10147
72753f87
JL
101482011-09-18 Juri Linkov <juri@jurta.org>
10149
10150 * info.el (Info-mode-syntax-table): New variable.
1154d12e 10151 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 10152
c9384295
JL
101532011-09-18 Juri Linkov <juri@jurta.org>
10154
1154d12e
JB
10155 * info.el (Info-file-supports-index-cookies):
10156 Increment line-beginning-position's arg from 3 to 4 because makeinfo
10157 outputs one more line for long file names (bug#4142).
c9384295 10158
d473dce8
CY
101592011-09-18 Chong Yidong <cyd@stupidchicken.com>
10160
10161 * newcomment.el (comment-normalize-vars): If prompting for
10162 comment-start, set comment-start-skip too (Bug#8424).
10163
2176854d
JB
101642011-09-18 Johan Bockgård <bojohan@gnu.org>
10165
10166 * icomplete.el: Fix previous fix of Bug#5849.
10167 (icomplete-mode): Don't set completion-show-inline-help.
10168 (icomplete-minibuffer-setup): Set completion-show-inline-help
10169 locally during icompletion.
10170
3aace4e4
CY
101712011-09-18 Chong Yidong <cyd@stupidchicken.com>
10172
c940224f
CY
10173 * woman.el (woman2-process-escapes): Don't delete unrecognized
10174 escapes (Bug#7843).
10175
3aace4e4
CY
10176 * files.el (inhibit-first-line-modes-regexps): Add image files.
10177 (hack-local-variables-prop-line): Return nil for malformed
10178 prop-lines (Bug#9044).
10179
710dec63
MA
101802011-09-18 Michael Albinus <michael.albinus@gmx.de>
10181
10182 * net/tramp.el (top): Don't require 'shell.
10183 (tramp-methods): Fix docstring.
10184 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
10185 Return complete remote file name. Handle "smb" case.
10186 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
10187 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
10188
10189 * net/tramp-compat.el (top): Require 'shell.
10190
10191 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
10192 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
10193 `tramp-current-host'.
10194 (tramp-get-remote-tmpdir): Remove.
10195
10196 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
10197 `tramp-tmpdir' entries.
10198 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
10199 (tramp-smb-handle-file-attributes): Ignore errors.
10200 (tramp-smb-wait-for-output): Check also for process end.
10201
5d5ac8ec
LMI
102022011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10203
10204 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
10205 when sending QUIT (bug#9312).
10206
8c0f49f0
CY
102072011-09-17 Chong Yidong <cyd@stupidchicken.com>
10208
10209 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
10210 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
10211 occur-mode-display-occurrence.
10212 (occur-edit-mode): Add usage message.
10213 (occur-cease-edit): New command.
10214 (occur-after-change-function): Use text properties to find the
10215 position of the prefix text.
10216 (occur-engine): Set stickiness of prefix text properties.
10217
8f1383f7
GM
102182011-09-17 Glenn Morris <rgm@gnu.org>
10219
10220 * progmodes/etags.el (complete-tag):
10221 Fix call to completion-in-region. (Bug#9526)
10222
744ba0e3
JL
102232011-09-17 Juri Linkov <juri@jurta.org>
10224
10225 * textmodes/ispell.el (ispell-word): Add to the error message
10226 the word, ispell program name and current dictionary (bug#9121).
10227 (ispell-tex-arg-end): Capitalize "error" in the error message.
10228
d9bbf400
AS
102292011-09-17 Andreas Schwab <schwab@linux-m68k.org>
10230
10231 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
10232 check. (Bug#4251)
10233
8da11505
JL
102342011-09-17 Juri Linkov <juri@jurta.org>
10235
10236 * window.el (window-safe-min-height, window-safe-min-width):
10237 Fix typos (followup to bug#9522).
10238
a91adc7e
SJ
102392011-09-17 Sven Joachim <svenjoac@gmx.de>
10240
10241 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
10242
064f328a
EZ
102432011-09-16 Eli Zaretskii <eliz@gnu.org>
10244
10245 * simple.el (line-move): If goal-column is set, move by logical
10246 lines, not by display lines. (Bug#971)
10247 (next-line, previous-line, goal-column, line-move-visual): Doc fix
10248 to reflect the above change.
10249
e69df516
SM
102502011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
10251
10252 * image.el (imagemagick-register-types): Use regexp-opt.
10253
cbb0f9ab
CY
102542011-09-15 Chong Yidong <cyd@stupidchicken.com>
10255
10256 * window.el (display-buffer-base-action): Rename from
10257 display-buffer-default-action. Make default value empty.
10258 (display-buffer-overriding-action): Convert to defvar.
10259 (display-buffer-fallback-action): New var.
10260
25322144
CY
102612011-09-15 Chong Yidong <cyd@stupidchicken.com>
10262
10263 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
10264 declaration.
10265 (package--add-to-archive-contents): If there is a duplicate entry
10266 with an older version, remove it.
10267 (package-menu-mark-delete, package-menu-mark-install)
10268 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
10269 (package-menu-mark-obsolete-for-deletion):
10270 Use package-menu-get-status instead of a regexp search.
25322144
CY
10271 (package-menu-get-status): Use tabulated-list-entry.
10272 (package-menu-mark-upgrades): New command.
d770725a 10273 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
10274 (package-menu-execute): Do installation before deletion.
10275 (package-menu-refresh, package-menu-execute): Use derived-mode-p
10276 instead of checking major-mode.
10277 (package-menu--find-upgrades): New function.
10278
7520339c
LMI
102792011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10280
10281 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
10282 passwords in the log buffer.
65a046c4
LMI
10283 (smtpmail-process-filter): Update the process marker so that the
10284 "broken by peer" status message is inserted in the right place.
7520339c 10285
d3c30954
SM
102862011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
10287
3fe48822
SM
10288 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
10289 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
10290 bibtex-completion-at-point-function.
10291 (bibtex-completion-at-point-function): Use them.
10292
1b8b3954
SM
10293 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
10294
d3c30954
SM
10295 * mpc.el (mpc-constraints-tag-lookup): New function.
10296 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
10297 also to browser "album|playlist".
10298
72779976
JL
102992011-09-14 Juri Linkov <juri@jurta.org>
10300
10301 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
10302 (isearch-edit-string): Use length of `isearch-string' when
10303 `isearch-fail-pos' returns nil.
10304 (isearch-message): Remove duplicate code and call
10305 `isearch-fail-pos' with arg `t'.
10306
a0bf2bcd
CY
103072011-09-14 Chong Yidong <cyd@stupidchicken.com>
10308
17bb0a2d
CY
10309 * replace.el (occur-mode-goto-occurrence): Don't force using other
10310 window (Bug#9499).
10311
a0bf2bcd
CY
10312 * dired-aux.el (dired-do-chmod): Don't provide initial input.
10313
f678e0b6
MR
103142011-09-14 Martin Rudalics <rudalics@gmx.at>
10315
10316 * window.el (display-buffer-window): Remove.
10317 (display-buffer-record-window): Use help-setup window parameter
10318 instead of variable display-buffer-window.
10319 (display-buffer-function, special-display-buffer-names)
10320 (special-display-function): Mention help-setup parameter instead
10321 of display-buffer-window in doc-string.
d3c30954
SM
10322 * help.el (help-window-setup): New argument help-window.
10323 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
10324 Reword some messages.
10325 (with-help-window): Pass window used for displaying the buffer
10326 to help-window-setup. Don't set display-buffer-window.
10327
8e39b2e8
GM
103282011-09-13 Glenn Morris <rgm@gnu.org>
10329
10330 * emacs-lisp/debug.el (debugger-make-xrefs):
10331 Preserve point. (Bug#9462)
10332
85e9c04b
CY
103332011-09-13 Chong Yidong <cyd@stupidchicken.com>
10334
10335 * window.el (window-deletable-p): Use next-frame.
10336
1b36ed6a
MR
103372011-09-13 Martin Rudalics <rudalics@gmx.at>
10338
10339 * window.el (window-auto-delete): Remove.
10340 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 10341 dedication and previous buffers.
1b36ed6a
MR
10342 (switch-to-prev-buffer): Don't delete window.
10343 (delete-windows-on): Delete a window's frame if and only if the
10344 window is dedicated.
10345 (replace-buffer-in-windows): Delete buffer's window or frame if
10346 and only if window is dedicated.
10347 (quit-window): Handle quit-restore as before last change.
4d61f28d 10348 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 10349
ef8ef9fb
CY
103502011-09-13 Chong Yidong <cyd@stupidchicken.com>
10351
10352 * window.el (window-deletable-p): Never delete the last frame on a
10353 given terminal.
10354
b2cba41e
GM
103552011-09-13 Glenn Morris <rgm@gnu.org>
10356
10357 * help.el (describe-key-briefly): Copy previous standard-output change.
10358
51553db6 103592011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
10360
10361 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
10362
b7556719
GM
103632011-09-13 Glenn Morris <rgm@gnu.org>
10364
10365 * emacs-lisp/lisp-mode.el (lisp-indent-function):
10366 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
10367
64b51947
CY
103682011-09-12 Chong Yidong <cyd@stupidchicken.com>
10369
10370 * dired-aux.el (dired-mark-read-string): Don't return default
10371 value on empty input (Bug#9361).
10372 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
10373 Omit initial minibuffer contents.
10374 (dired-do-chmod): Signal an error on empty input.
10375 (dired-mark-read-string): Don't return default on empty input.
10376
10377 * files.el (file-modes-symbolic-to-number): Doc fix.
10378
393a301e
SM
103792011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10380
10381 * international/mule-cmds.el (ucs-completions): Remove.
10382 (read-char-by-name): Use complete-with-action instead; add metadata.
10383
fa5660f9
CY
103842011-09-11 Chong Yidong <cyd@stupidchicken.com>
10385
10386 * window.el (display-buffer--action-function-custom-type)
10387 (display-buffer--action-custom-type): New vars.
10388 (display-buffer-alist, display-buffer-default-action)
10389 (display-buffer-overriding-action): Add defcustom types.
10390
4a592f66
CY
10391 * frame.el (delete-other-frames): Doc fix (Bug#276).
10392
73d56dbd
LMI
103932011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10394
10395 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
10396
37ac18a3
CY
103972011-09-11 Chong Yidong <cyd@stupidchicken.com>
10398
10399 Change modes that used same-window-* vars to use switch-to-buffer.
10400
10401 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
10402 Use switch-to-buffer.
10403
10404 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
10405 (customize-browse, custom-buffer-create-other-window):
10406 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
10407
10408 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
10409 (Info-prev, Info-up, Info-speedbar-goto-node)
10410 (info-display-manual): Use switch-to-buffer.
10411 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
10412
10413 * mail/sendmail.el (mail): Use switch-to-buffer.
10414 (mail-recover): Use switch-to-buffer-other-window.
10415
10416 * cmuscheme.el (run-scheme, switch-to-scheme):
10417 * ielm.el (ielm):
10418 * shell.el (shell):
10419 * net/rlogin.el (rlogin):
10420 * net/telnet.el (telnet, rsh):
10421 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
10422
10195bd6
AS
104232011-09-11 Andreas Schwab <schwab@linux-m68k.org>
10424
10425 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
10426
b322f63a
LMI
104272011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10428
39d7fed6
LMI
10429 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
10430 so don't mention it (bug#9301).
ba5a81f1 10431 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 10432
ee0e9f11
LMI
10433 * faces.el (face-spec-set-match-display): Make `(type graphic)'
10434 match `x', `w32' and `ns', like the manual says (bug#9029).
10435
0b1c89c1 10436 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
10437 (process-kill-buffer-query-function): Mention the buffer name in
10438 the query.
0b1c89c1 10439
77549ea8
LMI
10440 * image-mode.el (image-next-line): The line parameter is mandatory
10441 (bug#9258).
10442
803ef892
LMI
10443 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
10444 which can be useful (bug#9301).
10445
12980837
LMI
10446 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
10447
91054f8f
LMI
10448 * subr.el (match-string): Mention that the current buffer should
10449 be the same as the search was done in (bug#9282).
10450
b322f63a
LMI
10451 * facemenu.el: Disable the remove-* commands if the mark isn't
10452 active (bug#9162).
10453
3199b96f
CY
104542011-09-10 Chong Yidong <cyd@stupidchicken.com>
10455
10456 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
10457 of display-buffer.
10458 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
10459
10460 * replace.el (occur-mode-goto-occurrence)
10461 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
10462 and display-buffer.
10463
10464 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
10465 display-buffer.
10466
10467 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
10468 special-display and same-window variables.
10469 (mail-other-window): Use switch-to-buffer-other-window.
10470 (mail-other-frame): USe switch-to-buffer-other-frame.
10471
393a301e
SM
10472 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
10473 Use display-buffer-other-frame.
3199b96f
CY
10474 (gdb-display-gdb-buffer): Use pop-to-buffer.
10475
10476 * progmodes/gud.el (gud-goto-info): Use info-other-window.
10477
10478 * progmodes/python.el: Don't set same-window-buffer-names.
10479
10480 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
10481
10482 * window.el (display-buffer-alist): Add *Python*.
10483
8319e0bf
CY
104842011-09-10 Chong Yidong <cyd@stupidchicken.com>
10485
10486 * window.el (display-buffer-alist): Add entry for buffers
10487 previously handled same-window-*.
10488 (display-buffer-alist, display-buffer-default-action)
10489 (display-buffer-overriding-action): Mark as risky.
10490 (display-buffer-alist): Document action function changes.
10491 (display-buffer--same-window-action)
10492 (display-buffer--other-frame-action): New variables.
10493 (switch-to-buffer, display-buffer-other-frame): Use them.
10494 (display-buffer): Rename reuse-frame entry to reusable-frames.
10495 (display-buffer-reuse-selected-window): Function deleted.
10496 (display-buffer-reuse-window): Handle reusable-frames alist entry.
10497 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
10498 (display-buffer-special): New function.
10499 (display-buffer--maybe-pop-up-frame-or-window): Rename from
10500 display-buffer-reuse-or-pop-window. Split off special-display
10501 part into display-buffer-special.
10502 (display-buffer-use-some-window): Don't perform any special
10503 pop-up-frames handling.
10504 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 10505 (display-buffer--maybe-same-window): Rename from
0d3ff375 10506 display-buffer-maybe-same-window.
8319e0bf 10507
919a69aa
CY
10508 * info.el: Don't set same-window-regexps.
10509 (info-setup): New function.
10510 (info-other-window, info): Call it.
10511
10512 * cus-edit.el: Don't set same-window-regexps.
10513 (customize-group): New argument.
10514 (customize-group-other-window): Use it.
10515 (customize-face, customize-face-other-window): Likewise.
10516 (custom-buffer-create-other-window): Use pop-to-buffer directly.
10517
8319e0bf
CY
10518 * net/rlogin.el:
10519 * net/telnet.el:
10520 * progmodes/gud.el: Don't set same-window-regexps.
10521
10522 * cmuscheme.el:
10523 * ielm.el:
10524 * shell.el:
10525 * mail/sendmail.el:
10526 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
10527
25173000
JL
105282011-09-10 Juri Linkov <juri@jurta.org>
10529
10530 * isearch.el (isearch-edit-string): Remove obsolete mention of
10531 `C-w' (`isearch-yank-word-or-char') from docstring.
10532 (isearch-query-replace): Fix typo in docstring (bug#9466).
10533
056e44ef
JL
105342011-09-10 Juri Linkov <juri@jurta.org>
10535
10536 * paren.el (show-paren-function): Don't show escaped parens.
10537 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
10538
c3760c17
EZ
105392011-09-10 Eli Zaretskii <eliz@gnu.org>
10540
10541 * mail/sendmail.el (mml-to-mime, mml-attach-file)
10542 (mm-default-file-encoding): Remove autoload forms, they are
10543 replaced with autoload cookies in mml.el and mm-encode.el.
10544 (mail-add-attachment): New command.
10545 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
10546 (mail-mode): Mention mail-insert-file and mail-add-attachment in
10547 the doc string.
10548 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
10549
fece895e
RT
105502011-09-10 Reuben Thomas <rrt@sc3d.org>
10551
e69df516
SM
10552 * simple.el (count-words-region): Use buffer if there's no region
10553 (bug#9429).
fece895e 10554
5e68ce4a
JL
105552011-09-09 Juri Linkov <juri@jurta.org>
10556
10557 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
10558 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
10559 (wdired-isearch-filter-read-only): New function. (Bug#6362)
10560
0a6b9622
AM
105612011-09-09 Alan Mackenzie <acm@muc.de>
10562
10563 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
10564 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
10565
14a29deb
EZ
105662011-09-09 Eli Zaretskii <eliz@gnu.org>
10567
10568 Fix for Savannah bug#9392.
10569 * simple.el (mail-encode-mml): New defvar.
10570
10571 * mail/rmail.el (mail-encode-mml): Add a defvar.
10572 (rmail-enable-mime-composing): Default to t.
10573 (rmail-forward): Use MIME method of forwarding only if both
10574 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
10575 Set mail-encode-mml non-nil if the MIME method was used.
10576
10577 * mail/sendmail.el (mml-to-mime): Add autoload form.
10578 (mail-encode-mml): Add a defvar.
10579 (mail-mode): Make mail-encode-mml buffer-local and initialize it
10580 to nil.
10581 (mail-send): If mail-encode-mml is non-nil, run the outgoing
10582 message through mml-to-mime, and reset mail-encode-mml to nil.
10583
28c45130
GM
105842011-09-09 Glenn Morris <rgm@gnu.org>
10585
10586 * woman.el (woman-if-body): When processing an .el block,
10587 do not delete the next .el block as well. (Bug#9447)
69f4b618 10588 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 10589
9b1c252e
MR
105902011-09-08 Martin Rudalics <rudalics@gmx.at>
10591
10592 * window.el (window-deletable-p): Make sure window is live before
10593 invoking window-prev-buffers.
10594
567457e3
LL
105952011-09-08 Leo Liu <sdl.web@gmail.com>
10596
10597 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
10598
97f05794
JL
105992011-09-08 Juri Linkov <juri@jurta.org>
10600
10601 * progmodes/compile.el (compilation-environment): Make it
10602 a defcustom (bug#8340).
10603
8b0874b5
MR
106042011-09-08 Martin Rudalics <rudalics@gmx.at>
10605
10606 * window.el (frame-auto-delete): Rename to window-auto-delete.
10607 Make it control auto-deletion of windows and/or frames.
10608 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 10609 for deleting window/frame. (Bug#9419)
8b0874b5
MR
10610 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
10611 Rewrite handling of case when window/frame can be deleted.
10612 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 10613 argument t. (Bug#9456)
8b0874b5 10614
4feb6e73
CY
106152011-09-07 Chong Yidong <cyd@stupidchicken.com>
10616
10617 * help-mode.el (help-mode): Restore autoload.
10618
91ab9c13
JL
106192011-09-07 Juri Linkov <juri@jurta.org>
10620
10621 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
10622 `compilation-environment'. Set buffer-local
10623 `compilation-environment' to `thisenv' later after (funcall mode).
10624 (Bug#8340)
10625
10626 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
10627 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
10628 instead of replacing its value. (Bug#8340)
10629
0527e251
JL
106302011-09-07 Juri Linkov <juri@jurta.org>
10631
10632 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
10633 based on text properties put by `grep-filter' instead of matching
10634 escape sequences.
10635 (grep-mode): Set buffer-local `compilation-error-screen-columns'
10636 to the value of `grep-error-screen-columns' (bug#9438).
10637
249f792c
JL
106382011-09-07 Juri Linkov <juri@jurta.org>
10639
10640 * simple.el (next-error-highlight, next-error-highlight-no-select):
10641 Doc fix (bug#9432).
10642
ff7271b9
OT
106432011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
10644
10645 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10646 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
10647
183fc730
LL
106482011-09-07 Leo Liu <sdl.web@gmail.com>
10649
10650 * net/rcirc.el (rcirc-mode): Conditionally initialize
10651 rcirc-input-ring.
10652
77694924
SM
106532011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10654
10655 * emacs-lisp/find-func.el (find-function-C-source): Only set
10656 find-function-C-source-directory after checking that we found a source
10657 file there (bug#9440).
10658
d809b8eb
AM
106592011-09-06 Alan Mackenzie <acm@muc.de>
10660
10661 * isearch.el (isearch-other-meta-char): Wherever a key list is
10662 unread, "unread" the prefix arg, too. This fixes bug #8901.
10663
453de99f
OG
106642011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
10665
10666 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
10667
90439906
JL
106682011-09-05 Juri Linkov <juri@jurta.org>
10669
10670 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
10671
f62bd846
JL
106722011-09-05 Juri Linkov <juri@jurta.org>
10673
10674 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
10675 keeping point where processing of grep matches begins, and
10676 continue to delete remaining escape sequences from the same point.
10677 (grep-filter): Make leading zero optional in "0?1;31m" because
10678 git-grep emits "\033[1;31m" escape sequences unlike expected
10679 "\033[01;31m" as GNU Grep does (bug#9408).
10680 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
10681
045820ec
JL
106822011-09-05 Juri Linkov <juri@jurta.org>
10683
10684 * subr.el (y-or-n-p): Capitalize "yes".
10685
f5e29b9b
MA
106862011-09-04 Michael Albinus <michael.albinus@gmx.de>
10687
10688 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
10689 `tramp-cache-unload-hook' where appropriate.
10690 (tramp-methods): Rename `tramp-remote-sh' to
10691 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
10692 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
10693
10694 * net/tramp-sh.el (top): Don't require 'shell.
10695 (tramp-methods): Add `tramp-remote-shell' and
10696 `tramp-remote-shell-args' entries.
10697 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
10698 (tramp-sh-handle-shell-command): Remove.
10699 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10700 Use `tramp-remote-shell'.
10701
2784c434
CY
107022011-09-03 Chong Yidong <cyd@stupidchicken.com>
10703
393a301e 10704 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
10705 (sendmail-query-once): Save directly to send-mail-function.
10706 Update message-send-mail-function too.
10707
10708 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
10709
464cdf56
CS
107102011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
10711
10712 * progmodes/python.el (python-mode-map): Use correct function to
10713 start python interpreter from menu-bar (as reported by Geert
10714 Kloosterman).
10715 (inferior-python-mode-map): Fix typo.
393a301e 10716 (python-shell-map): Remove.
464cdf56 10717
d37e5c87
DD
107182011-09-03 Deniz Dogan <deniz@dogan.se>
10719
10720 * net/rcirc.el (rcirc-print): Simplify code for
10721 rcirc-scroll-show-maximum-output. There is no need to walk
10722 through all windows to find the right one.
10723
f3ada0ee
CS
107242011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
10725
10726 * help.el (help-return-method): Doc fix.
10727
1f3c99ca
MR
107282011-09-03 Martin Rudalics <rudalics@gmx.at>
10729
10730 * window.el (window-deletable-p): Don't return a non-nil value
10731 when there's a buffer that was shown in the window before.
10732 (Bug#9419)
393a301e
SM
10733 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10734 Set window's previous buffers to nil.
1f3c99ca 10735
a3cf097f
EZ
107362011-09-03 Eli Zaretskii <eliz@gnu.org>
10737
10738 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
10739 newline before and after the tag line, so it doesn't interfere
10740 with determining the paragraph direction of bidirectional text.
10741
3d03de90
LL
107422011-09-03 Leo Liu <sdl.web@gmail.com>
10743
10744 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
10745
c3313451
CY
107462011-09-02 Chong Yidong <cyd@stupidchicken.com>
10747
393a301e 10748 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
10749 (pop-to-buffer): Change interactive spec. Pass second argument
10750 directly to display-buffer.
10751 (display-buffer): Fix interactive spec. Use functionp to
10752 distinguish between a function and a list of functions.
10753
10754 * abbrev.el (edit-abbrevs):
10755 * arc-mode.el (archive-extract):
10756 * autoinsert.el (auto-insert):
10757 * bookmark.el (bookmark-bmenu-list):
10758 * files.el (find-file):
10759 * view.el (view-buffer):
10760 * progmodes/compile.el (compilation-goto-locus):
10761 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
10762
89894cd8
CY
107632011-09-02 Chong Yidong <cyd@stupidchicken.com>
10764
10765 * window.el (display-buffer-alist): Doc fix.
10766 (display-buffer): Add docstring. Don't treat
10767 display-buffer-default specially.
10768 (display-buffer-reuse-selected-window)
10769 (display-buffer-same-window, display-buffer-maybe-same-window)
10770 (display-buffer-reuse-window, display-buffer-pop-up-frame)
10771 (display-buffer-pop-up-window)
10772 (display-buffer-reuse-or-pop-window)
10773 (display-buffer-use-some-window): New functions.
10774 (display-buffer-default-action): Use them.
393a301e 10775 (display-buffer-default): Delete.
89894cd8
CY
10776 (pop-to-buffer-1): Fix choice of actions.
10777
ae0bc9fb
SM
107782011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
10779
10780 * minibuffer.el (completion--insert-strings): Don't get confused by
10781 completion entries that end with an LF char.
10782
e9d90883
EZ
107832011-09-01 Eli Zaretskii <eliz@gnu.org>
10784
10785 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
10786
437014c8
CY
107872011-09-01 Chong Yidong <cyd@stupidchicken.com>
10788
10789 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
10790 (display-buffer-same-window, display-buffer-other-window):
10791 New functions.
437014c8
CY
10792 (pop-to-buffer-1): New function. Use the above.
10793 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 10794 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
10795
10796 * view.el (view-buffer-other-window, view-buffer-other-frame):
10797 Just use pop-to-buffer.
10798
a5e063d5
TV
107992011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10800
10801 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
10802
793d32bb
WH
108032011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
10804
10805 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
10806
d65e4c15
RS
108072011-08-31 Richard Stallman <rms@gnu.org>
10808
10809 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
10810 of the separation of rmail-view-buffer from rmail-buffer.
10811 If you say no to "replace original", the decrypt is in the
10812 view buffer. If you say yes, the decrypt goes into the
10813 rmail buffer also.
10814
f818cd2a
MR
108152011-08-31 Martin Rudalics <rudalics@gmx.at>
10816
10817 * window.el (display-buffer-window): Rewrite doc-string.
10818 (display-buffer-record-window): New function.
10819 (display-buffer-macro-specifiers)
10820 (display-buffer-even-window-sizes, display-buffer-set-height)
10821 (display-buffer-set-width, display-buffer-in-window)
10822 (display-buffer-reuse-window, display-buffer-split-specifiers)
10823 (display-buffer-side-specifiers, display-buffer-split-window-1)
10824 (display-buffer-split-window, display-buffer-split-atom-window)
10825 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10826 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
10827 (display-buffer-other-window-means-other-frame)
10828 (display-buffer-normalize-special)
10829 (display-buffer-normalize-default)
10830 (display-buffer-normalize-argument)
10831 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
10832 (display-buffer-normalize-specifiers, display-buffer-frame)
10833 (display-buffer-same-window, display-buffer-same-frame)
10834 (display-buffer-other-window)
10835 (display-buffer-same-frame-other-window)
10836 (display-buffer-other-frame, pop-to-buffer-same-window)
10837 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
10838 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
10839 (switch-to-buffer-same-frame)
10840 (switch-to-buffer-other-window-same-frame)
10841 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
10842 (display-buffer-alist-set-1, display-buffer-alist-set-2)
10843 (display-buffer-alist-set): Remove.
10844 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
10845 (special-display-regexps, special-display-function):
10846 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
10847 parameter.
10848 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
10849 (special-display-frame-alist, special-display-popup-frame)
10850 (same-window-buffer-names, same-window-regexps, same-window-p)
10851 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10852 (split-window-preferred-function, split-height-threshold)
10853 (split-width-threshold, window-splittable-p)
10854 (split-window-sensibly, window--try-to-split-window)
10855 (window--frame-usable-p, even-window-heights)
10856 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
10857 (window--display-buffer-2, display-buffer-other-frame):
10858 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
10859 (display-buffer-default, display-buffer-assq-regexp): New functions.
10860 (display-buffer-alist): Rewrite doc-string.
10861 (display-buffer-default-action)
10862 (display-buffer-overriding-action): New variables.
10863 (display-buffer, switch-to-buffer): Rewrite.
10864 (pop-to-buffer): Restore Emacs 23 behavior but use
10865 window-normalize-buffer-to-display.
10866 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
10867 Restore Emacs 23 behavior but use
10868 window-normalize-buffer-to-switch-to.
10869 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
10870 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
10871 Rewrite using Emacs 23 options.
f818cd2a 10872
5bc3b51d
MA
108732011-08-31 Michael Albinus <michael.albinus@gmx.de>
10874
10875 * net/tramp.el (tramp-root-regexp): Remove.
10876 (tramp-completion-file-name-regexp-unified)
10877 (tramp-completion-file-name-regexp-separate)
10878 (tramp-completion-file-name-regexp-url): Don't use leading volume
b46a6a83 10879 letter on w32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
10880 (tramp-drop-volume-letter): Simplify definition.
10881 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 10882
b1a4f8e1
SM
108832011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10884
10885 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
10886 (bug#9356).
10887
5664fa7b
RT
108882011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
10889
b1a4f8e1 10890 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 10891
9a45d6c3
JL
108922011-08-29 Juri Linkov <juri@jurta.org>
10893
10894 * isearch.el (isearch-done): Don't display message "Mark saved"
10895 when arg `edit' is non-nil to prevent its flicker in the echo area.
10896
fb87e0fb
CY
108972011-08-28 Chong Yidong <cyd@stupidchicken.com>
10898
10899 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
10900 obsolete packages for deletion.
10901
09ac1c2a
CS
109022011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
10903
10904 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 10905 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
10906 view-mode from help-mode.
10907 (help-xref-override-view-map): Remove.
10908 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
10909 view-mode is not used anymore.
10910
7a1ff57f
CY
109112011-08-28 Chong Yidong <cyd@stupidchicken.com>
10912
10913 * server.el (server-port): Doc fix.
10914
b9696605
CY
10915 * cus-theme.el (custom-theme-choose-mode): Inherit from
10916 special-mode (Bug#9124).
10917 (custom-theme-choose-mode-map): Add special-mode to parent.
10918
ef8cdf8c
AM
109192011-08-28 Alan Mackenzie <acm@muc.de>
10920
10921 * progmodes/cc-fonts.el
10922 (c-make-font-lock-BO-decl-search-function): New function.
10923 (c-basic-matchers-after - "Fontify the clauses after various
10924 keywords"): Extract the three keyword lists for the 3 erroneous
10925 constructs from the list of four, and use the new function above
10926 in place of an old one.
10927
27de4e20
DD
109282011-08-28 Deniz Dogan <deniz@dogan.se>
10929
10930 * net/rcirc.el (rcirc-insert-prev-input)
10931 (rcirc-insert-next-input): Remove unused argument.
10932
356a3681
SM
109332011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10934
10935 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
10936
3fc9b218
AM
109372011-08-27 Alan Mackenzie <acm@muc.de>
10938
10939 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
10940 handle function pointer parameters properly.
10941
538a061c
MR
109422011-08-27 Martin Rudalics <rudalics@gmx.at>
10943
10944 * window.el (display-buffer-reuse-window): Fix case where
10945 selected window was reused with non-nil OTHER-WINDOW argument.
10946 (Bug#9381)
10947
35b1c40c
DD
109482011-08-27 Deniz Dogan <deniz@dogan.se>
10949
10950 * net/rcirc.el (rcirc-check-auth-status): Adding support for
10951 oftc's NickServ messages.
10952
2f6a3e79
GM
109532011-08-27 Glenn Morris <rgm@gnu.org>
10954
10955 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
10956
7254299e
CY
109572011-08-26 Chong Yidong <cyd@stupidchicken.com>
10958
10959 * emacs-lisp/package.el (package-install): Call package-initialize
10960 if called interactively.
10961
f8ccf167
LL
109622011-08-26 Leo Liu <sdl.web@gmail.com>
10963
10964 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
10965
3e8cd5ce
JL
109662011-08-25 Juri Linkov <juri@jurta.org>
10967
10968 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
10969 `search-whitespace-regexp' (bug#9364).
10970
93eb7113
JL
109712011-08-25 Juri Linkov <juri@jurta.org>
10972
10973 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
10974 `regexp-search-ring' to their global values to protect from
10975 updating by `read-from-minibuffer' (bug#9185).
10976
f65d1611
JL
109772011-08-25 Juri Linkov <juri@jurta.org>
10978
10979 * textmodes/ispell.el (ispell-command-loop): Add newline
10980 at the end of the "Use option `i'..." line.
10981
f1cf7a31
JL
109822011-08-25 Juri Linkov <juri@jurta.org>
10983
10984 * battery.el (display-battery-mode): If `battery-status-function'
10985 or `battery-mode-line-format' is nil, display the message and set
10986 `display-battery-mode' to nil (bug#9363).
10987
0c95fcf7
EZ
109882011-08-25 Eli Zaretskii <eliz@gnu.org>
10989
10990 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
10991 bidi-string-mark-left-to-right; they are unnecessary now.
10992
a2ebe600
DD
109932011-08-25 Deniz Dogan <deniz@dogan.se>
10994
10995 * net/quickurl.el: Documentation typo fixes.
10996
e4ed06f1
CY
109972011-08-25 Chong Yidong <cyd@stupidchicken.com>
10998
10999 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
11000
e5f1c99e
GM
110012011-08-25 Glenn Morris <rgm@gnu.org>
11002
b2948976
GM
11003 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
11004
e5f1c99e
GM
11005 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
11006 (smtpmail-via-smtp): Handle nil response from smtp.
11007
f22f4808
JL
110082011-08-24 Juri Linkov <juri@jurta.org>
11009
11010 * proced.el (proced-marked): Inherit from `error' instead of
11011 `font-lock-warning-face'.
11012
11013 * ibuffer.el (ibuffer-marked-face): Change default face from
11014 `font-lock-warning-face' to `warning'.
11015 (ibuffer-deletion-face): Change default face from
11016 `font-lock-type-face' to `error'.
11017
11018 * battery.el (battery-update): Use the face `error' instead of
11019 `font-lock-warning-face' (bug#6117).
11020
6a93965e
JL
110212011-08-24 Juri Linkov <juri@jurta.org>
11022
11023 * faces.el (success): Change face color from "Green3" to
11024 "ForestGreen" on light background (bug#9353).
11025
1ed43b09
CY
110262011-08-24 Chong Yidong <cyd@stupidchicken.com>
11027
5664fa7b
RT
11028 * window.el (quit-window): Rename from quit-restore-window.
11029 Use same arglist as old quit-window.
1ed43b09
CY
11030 (frame-auto-delete): Doc fix.
11031
11032 * view.el (view-mode-exit): Use quit-window.
11033
11dcdbb2
JL
110342011-08-24 Juri Linkov <juri@jurta.org>
11035
11036 * isearch.el (isearch-ring-adjust1): Start visiting previous
11037 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
11038 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
11039 for empty search string (when the last search string is reused
11040 automatically) to adjust the isearch ring to the last element and
11041 prepare the correct index for further M-p commands (bug#9185).
11042
de62b4df
KH
110432011-08-24 Kenichi Handa <handa@m17n.org>
11044
11045 * international/ucs-normalize.el: If decomposition property of
11046 CHAR is the default one (i.e. a list of CHAR itself), treat it as
11047 nil.
11048 (nfd, nfkd): Likewise.
11049
963b492b
SM
110502011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
11051
11052 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
11053 from process filters aren't reliably transmitted to the surrounding
11054 accept-process-output.
11055 (mpc-proc-check): New function.
11056 (mpc-proc-sync): Use it (bug#8293)
11057
93b6b5e1
SM
110582011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
11059
11060 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
11061 Add compatibility functions (bug#9313).
11062
bca633fb
EZ
110632011-08-23 Eli Zaretskii <eliz@gnu.org>
11064
b177498a
EZ
11065 * cus-start.el (all): Add entry for bidi-paragraph-direction.
11066
6df6ae42 11067 * international/uni-bidi.el: Regenerate.
bca633fb 11068
0902a04e
KH
110692011-08-23 Kenichi Handa <handa@m17n.org>
11070
11071 * international/charprop.el:
11072 * international/uni-bidi.el:
11073 * international/uni-category.el:
11074 * international/uni-combining.el:
11075 * international/uni-comment.el:
11076 * international/uni-decimal.el:
11077 * international/uni-decomposition.el:
11078 * international/uni-digit.el:
11079 * international/uni-lowercase.el:
11080 * international/uni-mirrored.el:
11081 * international/uni-name.el:
11082 * international/uni-numeric.el:
11083 * international/uni-old-name.el:
11084 * international/uni-titlecase.el:
11085 * international/uni-uppercase.el: Regenerate.
11086
3bbf23bc
MR
110872011-08-23 Martin Rudalics <rudalics@gmx.at>
11088
11089 * help.el (help-window-setup): Fix message displayed when other
11090 window is reused. (Bug#9341)
11091
b3fd59bd
SM
110922011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
11093
1802e444
SM
11094 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
11095 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
11096
b3fd59bd
SM
11097 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
11098 Mark obsolete.
11099 * shell.el (shell-parse-pcomplete-arguments): New function.
11100 (shell-completion-vars): Use it instead (bug#9160).
11101
4eb61348
SM
111022011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
11103
867cab74
SM
11104 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
11105 strings and comments (bug#9333).
11106
4eb61348
SM
11107 * emacs-lisp/debug.el (debug-arglist): New function.
11108 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
11109 (debug-on-entry-1): Handle interpreted closures (bug#9120).
11110
262a1439
JL
111112011-08-22 Juri Linkov <juri@jurta.org>
11112
56ee679c
JL
11113 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11114 Revert regexp that highlights output switches to its old
11115 pre-2010-10-28 value and remove one `?' from it (bug#9319).
11116
262a1439
JL
11117 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
11118 to check for empty output (bug#9226).
11119
f13f86fb
CY
111202011-08-22 Chong Yidong <cyd@stupidchicken.com>
11121
11122 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
11123 symbol-constituent as the default, as that stops font-lock from
11124 working properly (Bug#8843).
11125
c65c9622
LMI
111262011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11127
11128 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
11129 `coding-system-for-*' around the process open call to avoid
11130 auth-source side effects.
e7f2c178 11131 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
11132 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
11133 probe hangs.
c65c9622 11134
23a8a5ab
CY
111352011-08-21 Chong Yidong <cyd@stupidchicken.com>
11136
ff98b2dd
CY
11137 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
11138
23a8a5ab
CY
11139 * emacs-lisp/find-func.el (find-function-noselect): New arg
11140 lisp-only.
11141
11142 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
11143 signal an error for built-in functions (Bug#6664).
11144
f5e3c598
LMI
111452011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11146
11147 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
11148 (smtpmail-try-auth-methods): Use it.
11149
a3f2468a
CY
111502011-08-21 Chong Yidong <cyd@stupidchicken.com>
11151
2c34e8da
CY
11152 * font-lock.el (font-lock-fontify-region)
11153 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
11154 (font-lock-default-unfontify-buffer)
11155 (font-lock-default-fontify-region)
11156 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
11157
b3fd59bd
SM
11158 * progmodes/compile.el (compilation-error-properties):
11159 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
11160 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
11161 `ant' regexp.
ee31aabc 11162
a3f2468a
CY
11163 * net/browse-url.el (browse-url-firefox): Don't call
11164 browse-url-firefox-sentinel unless using -remote (Bug#9328).
11165
8e999f70
GM
111662011-08-20 Glenn Morris <rgm@gnu.org>
11167
c21a496a
GM
11168 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
11169
59ee0542
GM
11170 * tutorial.el (tutorial--default-keys): Update some default bindings.
11171
8e999f70
GM
11172 * files.el (hack-local-variables): Fully ignore case for "mode:".
11173
e3715033
AM
111742011-08-20 Alan Mackenzie <acm@muc.de>
11175
11176 Resolve invalid use of a regexp in regexp-opt.
11177
4d61f28d
JB
11178 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
11179 detection for a java annotation.
e3715033 11180
4d61f28d 11181 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
11182 detection for a java annotation.
11183
4d61f28d
JB
11184 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
11185 handling for java.
e3715033
AM
11186 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
11187
04ed2e9c
CY
111882011-08-20 Chong Yidong <cyd@stupidchicken.com>
11189
11190 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
11191 (Bug#9274).
11192
826cee64
AM
111932011-08-20 Alan Mackenzie <acm@muc.de>
11194
58179cce 11195 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
11196 such a construct. Mainly for when jit-lock etc. starts a chunk
11197 here.
11198
58179cce 11199 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 11200 variable.
58179cce 11201 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
11202 c-make-font-lock-search-function.
11203 (c-make-font-lock-search-function): Use the above function.
11204 (c-make-font-lock-context-search-function): New function.
11205 (c-cpp-matchers): Enhance the preprocessor expression case with
11206 the above function
11207 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
11208 which takes an expression.
11209
11210 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
11211
13009bd8
MR
112122011-08-20 Martin Rudalics <rudalics@gmx.at>
11213
11214 * window.el (display-buffer-reuse-window)
11215 (display-buffer-pop-up-window): Don't reuse or split a side
11216 window.
11217
9234ff7f
GM
112182011-08-19 Glenn Morris <rgm@gnu.org>
11219
11220 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 11221 Downcase "Mode:". (Bug#9331)
9234ff7f 11222
f635daa1
CY
112232011-08-18 Chong Yidong <cyd@stupidchicken.com>
11224
11225 * international/characters.el: Add L and R categories.
11226
11227 * subr.el (bidi-string-mark-left-to-right): Rename from
11228 string-mark-left-to-right. Use category search.
11229
11230 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
11231
bc987f8b
JL
112322011-08-18 Juri Linkov <juri@jurta.org>
11233
11234 * faces.el (error, warning, success): New faces with definitions
11235 copied from old default values of `font-lock-warning-face',
11236 `compilation-warning', `compilation-info' (bug#6117).
11237
11238 * font-lock.el (font-lock-warning-face): Inherit from `error'.
11239
11240 * progmodes/compile.el (compilation-error): Inherit from `error'.
11241 (compilation-warning): Inherit from `warning'.
11242 (compilation-info): Inherit from `success'.
11243
11244 * dired.el (dired-marked): Inherit from `warning'.
11245 (dired-flagged): Inherit from `error'.
11246
57173b96
LMI
112472011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11248
3e79eb87
LMI
11249 * mail/smtpmail.el (auth-source): Require to avoid problems with
11250 binding variables (bug#9298). Also clean up some unused
11251 autoloads.
11252
b3fd59bd
SM
11253 * net/network-stream.el (network-stream-open-starttls):
11254 Support using starttls.el without using gnutls-cli.
57173b96 11255
02b404de
JL
112562011-08-17 Juri Linkov <juri@jurta.org>
11257
11258 * progmodes/grep.el (rgrep): Handle the case when
11259 `grep-find-command' is a cons cell (bug#9278).
11260
8c9177f2
MR
112612011-08-17 Martin Rudalics <rudalics@gmx.at>
11262
11263 * window.el (display-buffer-pop-up-frame): Run frame creation
11264 function with BUFFER current (as special-display-popup-frame
11265 does). Reported by Drew Adams.
11266
3644a0ab
DU
112672011-08-17 Daiki Ueno <ueno@unixuser.org>
11268
11269 * epa-mail.el: Simplify GnuPG group expansion using
11270 epg-expand-group.
11271 (epa-mail-group-alist, epa-mail-group-modtime)
11272 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
11273 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
11274 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
11275 Remove.
11276
5e617bc2 112772011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
11278
11279 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
11280
9c4aeabf
AM
112812011-08-16 Alan Mackenzie <acm@muc.de>
11282
11283 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
11284 Correct, to avoid the inside of macros.
11285
3a99bf64
RS
112862011-08-16 Richard Stallman <rms@gnu.org>
11287
04963aa8
RS
11288 * epa-mail.el: Handle GnuPG group definitions.
11289 (epa-mail-group-alist, epa-mail-group-modtime)
11290 (epa-mail-gnupg-conf-file): New variables.
11291 (epa-mail-parse-groups, epa-mail-sync-groups)
11292 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
11293 (epa-mail-expand-recipients): New functions.
11294 (epa-mail-encrypt): Call epa-mail-expand-recipients.
11295
177549d0
RS
11296 * mail/rmail.el (rmail-epa-decrypt): New command.
11297
fe38beef
RS
11298 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
11299 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
11300 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
11301 (epa-decrypt-armor-in-region): Make error message clearer.
11302
934eacb9
SM
113032011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
11304
11305 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
11306 and "a2b" to "ab" for `prefix'.
11307
d024fb4e
CY
113082011-08-14 Chong Yidong <cyd@stupidchicken.com>
11309
11310 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
11311 filter groups.
de148fee
CY
11312 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
11313 Fourquet (Bug#8804).
d024fb4e 11314
62f1ca49
JB
113152011-08-12 Juanma Barranquero <lekktu@gmail.com>
11316
11317 * startup.el (argi): Declare as global variable (bug#9275).
11318
9ccaaa4b
CY
113192011-08-12 Chong Yidong <cyd@stupidchicken.com>
11320
11321 * subr.el (string-mark-left-to-right): Search the entire string
11322 for RTL script, not just the terminating character. Doc fix.
11323
a3dae87a
SM
113242011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
11325
6cd18349
SM
11326 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
11327 New function.
11328 (js--regexp-literal, js-syntax-propertize-function): Remove.
11329 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
11330 (js-mode-map): Don't rebind electric keys.
11331 (js-insert-and-indent): Remove.
11332 (js-mode): Setup electric-layout and electric-indent instead.
11333
a3dae87a
SM
11334 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
11335
9d5cb631
DU
113362011-08-12 Daiki Ueno <ueno@unixuser.org>
11337
11338 * epa.el (epa-progress-callback-function): Fix the logic of
11339 displaying progress.
11340 * epa-file.el (epa-file-insert-file-contents): Make progress
11341 display more user-friendly.
11342 (epa-file-write-region): Ditto.
11343
3e26a4a2
CY
113442011-08-10 Chong Yidong <cyd@stupidchicken.com>
11345
11346 * subr.el (string-mark-left-to-right): New function.
11347
11348 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
11349 Use string-mark-left-to-right.
11350 (list-buffers-noselect): Caller changed.
11351
a3dae87a
SM
11352 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
11353 Use string-mark-left-to-right.
3e26a4a2
CY
11354 (tabulated-list-print): Recenter after moving point.
11355
ac8cf6e6
JL
113562011-08-10 Juri Linkov <juri@jurta.org>
11357
11358 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
11359 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
11360 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
11361
8d96c9a4
CY
113622011-08-09 Chong Yidong <cyd@stupidchicken.com>
11363
11364 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
11365 (Bug#7554).
11366
7be1c708 113672011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
11368
11369 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
11370 character. (Bug#6594)
11371
37e11a63
CY
113722011-08-08 Chong Yidong <cyd@stupidchicken.com>
11373
839dde57
CY
11374 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
11375 (image-dired--with-db-file): New macro.
11376 (image-dired-write-tags, image-dired-remove-tag)
11377 (image-dired-create-gallery-lists, image-dired-write-comments)
11378 (image-dired-get-comment, image-dired-mark-tagged-files)
11379 (image-dired-list-tags, image-dired-gallery-generate): Use it.
11380 (image-dired-gallery-generate): Use insert-file-contents.
11381
37e11a63
CY
11382 * time.el (display-time-world-list, display-time-world-display):
11383 * time-stamp.el (time-stamp-string):
11384 * vc/add-log.el (add-change-log-entry): Use setenv instead of
11385 set-time-zone-rule (Bug#7337).
11386
0b4946c4
DU
113872011-08-08 Daiki Ueno <ueno@unixuser.org>
11388
11389 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
11390 (epg-error-to-string, epg-errors-to-string): New function.
11391 (epg-wait-for-completion): Reverse errors list.
11392 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
11393 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
11394 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
11395 (epg-sign-keys, epg-generate-key-from-file)
11396 (epg-generate-key-from-string): Format errors by using
11397 epg-errors-to-string (bug#9255).
11398 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
11399
75bfc667
JL
114002011-08-07 Juri Linkov <juri@jurta.org>
11401
11402 * faces.el (list-faces-display): Remove extra angle bracket
11403 from `help-mode-map'.
11404
11405 * info.el (Info-history-toc-nodes): Doc fix.
11406
11407 * longlines.el (longlines-mode): Doc fix.
11408
673e08bb
SM
114092011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
11410
4640dd88
SM
11411 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
11412 of statements and in a few more cases (bug#9183).
11413
673e08bb
SM
11414 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
11415 New functions.
11416 (cl-transform-lambda): Use them (bug#9239).
11417
89b3f019
MR
114182011-08-05 Martin Rudalics <rudalics@gmx.at>
11419
11420 * window.el (display-buffer-same-window)
11421 (display-buffer-same-frame, display-buffer-other-window)
11422 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
11423 (pop-to-buffer-other-window)
11424 (pop-to-buffer-same-frame-other-window)
11425 (pop-to-buffer-other-frame): Make them defuns.
11426 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
11427
640c8776
SM
114282011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11429
11430 * subr.el (make-composed-keymap): Move from C. Change calling
11431 convention, and improve docstring to bring attention to a subtle point.
11432 * minibuffer.el (completing-read-default): Adjust accordingly.
11433
63648a95
MA
114342011-08-03 Michael Albinus <michael.albinus@gmx.de>
11435
11436 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
11437 (tramp-open-shell): Use `tramp-shell-quote-argument'.
11438
11439 * net/trampver.el: Update release number.
11440
b796c9b7
SM
114412011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11442
11443 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
11444 "in" (bug#9190).
11445
2239d7d5
LMI
114462011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11447
e07dd7c3
LMI
11448 * mail/sendmail.el (sendmail-query-once): Restore the current
11449 buffer after querying (bug#9074).
11450
0e6a2bd7
LMI
11451 * dired.el (dired-flagged): Use different faces for marked and
11452 flagged files (bug#6117).
11453
ce887515
LMI
11454 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
11455 (bug#4433).
11456
92f2affc
LMI
11457 * ido.el (ido-mode): Switch off the message if called
11458 non-interactively.
11459
57d5aff0
LMI
11460 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
11461 before 587, since it appears that that's more likely to work for
11462 more people.
11463
98cd6c18 11464 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 11465 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
11466 exist.
11467
b96dec83
LMI
11468 * info.el: Remove the `Info-beginning-of-buffer' function
11469 (bug#8325).
11470
b796c9b7
SM
11471 * net/network-stream.el (network-stream-open-starttls):
11472 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 11473
d90e2ea0
MR
114742011-08-01 Martin Rudalics <rudalics@gmx.at>
11475
11476 * window.el (display-buffer-in-window): Don't set dedicated status
11477 of window here (Bug#9215).
11478 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
11479 (display-buffer-pop-up-side-window)
b796c9b7 11480 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 11481
cca09170
SM
114822011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
11483
11484 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
11485 before binding generated-autoload-file.
11486
027b979c
DD
114872011-08-01 Deniz Dogan <deniz@dogan.se>
11488
11489 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
11490
3c7ee4f3
MA
114912011-07-30 Michael Albinus <michael.albinus@gmx.de>
11492
11493 Sync with Tramp 2.2.2.
11494
11495 * net/trampver.el: Update release number.
11496
2cc8e51a
JL
114972011-07-30 Juri Linkov <juri@jurta.org>
11498
11499 * dired-aux.el (dired-touch-initial): Remove function.
11500 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
11501 current time, and `default' to the last modification time of the
11502 current marked file (bug#6887).
11503
a514d856
JM
115042011-07-28 Jose E. Marchesi <jemarch@gnu.org>
11505
11506 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 11507 numeric argument to read-number (bug#9163).
a514d856 11508
8a7eddd7
MA
115092011-07-27 Michael Albinus <michael.albinus@gmx.de>
11510
11511 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
11512 connection process, it could be nil.
11513
1ddd96f5
LL
115142011-07-27 Leo Liu <sdl.web@gmail.com>
11515
11516 Simplify url handling in rcirc-mode.
11517
11518 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
11519 (rcirc-browse-url-at-mouse): Remove.
11520 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
11521
b248a85d
AM
115222011-07-26 Alan Mackenzie <acm@muc.de>
11523
11524 Fontify bitfield declarations properly.
11525
11526 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
11527 (c-symbol-chars): Now exported as a lang variable.
11528 (c-not-primitive-type-keywords): New lang variable.
11529
11530 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
11531 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 11532 parsed as a bitfield declaration.
b248a85d 11533
b796c9b7
SM
11534 * progmodes/cc-engine.el (c-beginning-of-statement-1):
11535 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
11536 (c-punctuation-in): New function.
11537 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
11538 declarations properly.
11539
68575ab0
UJ
115402011-07-26 Ulf Jasper <ulf.jasper@web.de>
11541
11542 * calendar/icalendar.el (icalendar--all-events): Take care of
11543 multiple vcalendars in a single file.
b796c9b7 11544 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 11545
0f0a88b9
DD
115462011-07-25 Deniz Dogan <deniz@dogan.se>
11547
11548 * image.el (insert-image): Clarifying docstring.
11549
0b3f36df
MA
115502011-07-24 Michael Albinus <michael.albinus@gmx.de>
11551
11552 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
11553 `tramp-send-command-and-check' if there is no error.
11554 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
11555
a9901f61
AM
115562011-07-22 Alan Mackenzie <acm@muc.de>
11557
11558 Prevent cc-langs.elc being loaded at run time.
11559
11560 * progmodes/cc-mode.el: Remove two autoload forms which loaded
11561 cc-langs.
11562
4d61f28d 11563 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
11564 "(require 'cc-langs)". Quote a form so it will evaluate at
11565 (cc-mode's) compilation time.
11566
11d074b2
MA
115672011-07-22 Michael Albinus <michael.albinus@gmx.de>
11568
11569 * net/tramp.el (tramp-file-name-handler): Avoid recursive
11570 loading. (Bug#9114)
11571
938b94c8
MR
115722011-07-21 Martin Rudalics <rudalics@gmx.at>
11573
11574 * window.el (display-buffer-pop-up-window)
11575 (display-buffer-pop-up-side-window)
11576 (display-buffer-in-side-window): Call display-buffer-set-height
11577 and display-buffer-set-width after setting the new window's
b796c9b7 11578 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 11579
bfa4f190
SS
115802011-07-20 Sam Steingold <sds@gnu.org>
11581
11582 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
11583 (etags-tags-included-tables): Call `convert-standard-filename' on
11584 the file names contained in TAGS so that windows Emacs can handle
11585 TAGS files created by cygwin ctags.
11586
8ca42262
LMI
115872011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
11588
11589 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
11590 which apparently didn't work.
11591
5db2afd2 115922011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 11593
5db2afd2
RW
11594 * proced.el (proced-send-signal): For *Marked Processes* buffer
11595 put point at beginning of buffer.
11596
92e15d10
SB
115972011-07-19 Stephen Berman <stephen.berman@gmx.net>
11598
11599 * proced.el (proced-format): Make header lines align with the text
11600 (bug#1779).
11601
1bfd59e5
LMI
116022011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11603
11604 * view.el (view-buffer): Allow running in `special' modes if we're
11605 visiting a file (bug#8615).
11606
f5aae37c
MR
116072011-07-19 Martin Rudalics <rudalics@gmx.at>
11608
11609 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
11610 (display-buffer-alist-set-1, display-buffer-alist-set-2):
11611 New functions.
f5aae37c
MR
11612 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
11613 more accurately.
11614
bf2c1571
AM
116152011-07-18 Alan Mackenzie <acm@muc.de>
11616
11617 Fontify declarators properly when, e.g., a jit-lock chunk begins
11618 inside a declaration.
11619
11620 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
11621
b796c9b7
SM
11622 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11623 New function.
bf2c1571
AM
11624 (c-complex-decl-matchers): Insert reference to
11625 c-font-lock-enclosing-decls.
11626
11627 * progmodes/cc-engine.el (c-backward-single-comment):
11628 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
11629 to nil around calls to (forward-comment -1).
11630
4e190b80
LMI
116312011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11632
12dc863d
LMI
11633 * image.el (put-image): Doc typo fix.
11634
a762e966
LMI
11635 * progmodes/etags.el (tags-search): Doc typo fix.
11636
4e190b80
LMI
11637 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
11638 password if we get errors 550 to 554.
11639
f019fb21
LMI
116402011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11641
b796c9b7 11642 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 11643
81746738
LMI
11644 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
11645 indentation character (bug#6380).
11646
3ee3a1b5
LMI
11647 * files.el (buffer-offer-save): Made permanently local (bug#6241).
11648
c82f64de
LMI
11649 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
11650 to clarify what the problem is (bug#4291).
11651
f019fb21
LMI
11652 * simple.el (current-kill): Clarify what
11653 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
11654 (auto-fill-mode): Document `auto-fill-function' in relation to
11655 `auto-fill-mode' (bug#2470).
f019fb21 11656
0794775d
LM
116572011-07-16 Lawrence Mitchell <wence@gmx.li>
11658
11659 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
11660 method if slot is read-only (bug#9035).
11661
be39b8cc
MR
116622011-07-16 Martin Rudalics <rudalics@gmx.at>
11663
b796c9b7 11664 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 11665 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
11666 selected before, see discussion of (Bug#8615), (Bug#6954).
11667 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 11668
6ccf7859
GM
116692011-07-15 Glenn Morris <rgm@gnu.org>
11670
11671 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 11672 Respect help-form.
6ccf7859 11673
87e86684
LM
116742011-07-09 Lawrence Mitchell <wence@gmx.li>
11675
11676 * net/gnutls.el (gnutls-min-prime-bits): New variable.
11677 (gnutls-negotiate): Use it.
11678
d6066239
LMI
116792011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11680
b796c9b7
SM
11681 * net/gnutls.el (gnutls-negotiate):
11682 Upcase `gnutls-algorithm-priority'.
d6066239 11683
bd23ebc0
GM
116842011-07-15 Glenn Morris <rgm@gnu.org>
11685
c65bca65
GM
11686 * jka-compr.el (jka-compr-verbose): Move from here...
11687 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
11688 Add missing :version tag.
11689 * info.el: No need to require jka-compr when compiling.
bd23ebc0 11690
478615cc
LMI
116912011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11692
7b41decb
LMI
11693 * net/gnutls.el (gnutls-algorithm-priority): New variable.
11694 (gnutls-negotiate): Use it.
11695
dbc44fcd
LMI
11696 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
11697
06789f97
LMI
11698 * info.el (Info-beginning-of-buffer): New command.
11699 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
11700 announcing `b' as the key (bug#8325).
ab896c37 11701 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 11702
c39da690
LMI
11703 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
11704
3aa5f34b
LMI
11705 * international/mule-cmds.el
11706 (describe-specified-language-support): Make the error message
11707 clearer (bug#8905).
11708
4bf0979f
LMI
11709 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
11710
478615cc
LMI
11711 * isearch.el (isearch-barrier): Add a doc string, since it's
11712 mentioned in a function doc string (bug#8678).
11713
75c68aa1
MR
117142011-07-15 Martin Rudalics <rudalics@gmx.at>
11715
11716 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
11717 buffer argument (Bug#9083) and self-identifying label argument.
11718
a7c33da2
GM
117192011-07-15 Glenn Morris <rgm@gnu.org>
11720
11721 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
11722
2f5c6024
LMI
117232011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11724
11725 * man.el (Man-fontify-manpage): Fix message when formatting the
11726 man page (bug#7929).
11727
0bb23927 117282011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
11729
11730 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
11731 argument LRM; if non-nil, append an invisible LRM character to the
11732 buffer name.
11733 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
11734 last argument non-nil, when formatting buffer names.
0bb23927
EZ
11735 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
11736 paragraph direction.
cce4b0a7 11737
621ef9ab
LMI
117382011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11739
d1583c48
LMI
11740 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
11741 the man page name (bug#7929).
11742
6a57fb5f
LMI
11743 * image.el (put-image): Mention the `put-image' overlay property
11744 (bug#7834).
11745
d7956b14
LMI
11746 * scroll-bar.el (set-scroll-bar-mode): Mention that
11747 `scroll-bar-mode' lists the values (bug#7772).
11748
5b2d4a66
LMI
11749 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
11750 command (bug#7729).
11751
7509a874
LMI
11752 * rect.el (apply-on-rectangle): Return the point after the last
11753 operation.
11754 (string-rectangle): Go to the point after the last operation
11755 (bug#7522).
11756
4fe74b19
LMI
11757 * printing.el (pr-toggle-region): Clarify the documentation
11758 slightly (bug#7493).
11759
b796c9b7
SM
11760 * time.el (display-time-update):
11761 Allow `display-time-mail-function' to return nil (bug#7158).
11762 Fix suggested by Detlev Zundel.
ab283561 11763
fc233c9d
LMI
11764 * vc/diff.el (diff): Clarify the order the file names are read
11765 (bug#7111).
11766
43f5740b
LMI
11767 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
11768 the doc string (bug#7015).
11769
f2182a76
LMI
11770 * font-lock.el (font-lock-maximum-decoration): Mention what
11771 numeric levels mean (bug#6935).
11772
621ef9ab
LMI
11773 * startup.el (initial-buffer-choice): Don't mention the `none'
11774 selection, which is against policy.
11775
adc47434
MR
117762011-07-14 Martin Rudalics <rudalics@gmx.at>
11777
b796c9b7
SM
11778 * window.el (display-buffer-normalize-special):
11779 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 11780
7e5bfb8f
EZ
117812011-07-14 Eli Zaretskii <eliz@gnu.org>
11782
11783 * subr.el (version<, version<=, version=): Mention "-CVS" and
11784 "-12345" alpha version numbers.
11785
27fa387a
CY
117862011-07-14 Chong Yidong <cyd@stupidchicken.com>
11787
11788 * bindings.el: Add advertised binding for set-mark-command
11789 (Bug#5772).
11790
8bdfa064
CY
117912011-07-14 Chong Yidong <cyd@stupidchicken.com>
11792
11793 * bindings.el (mode-line-other-buffer):
11794 * bookmark.el (bookmark-bmenu-2-window):
11795 * bs.el (bs-cycle-next, bs-cycle-previous):
11796 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
11797 switch-to-buffer.
11798
11799 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 11800 Delete.
8bdfa064 11801
5eba16a3
JB
118022011-07-14 Juanma Barranquero <lekktu@gmail.com>
11803
11804 * follow.el (follow-debug-message, follow-redisplay):
11805 * jka-cmpr-hook.el (with-auto-compression-mode):
11806 Fix typos in docstrings.
11807
15853710
LMI
118082011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11809
a28e4607
LMI
11810 * subr.el (with-silent-modifications): Clarify somewhat what the
11811 macro inhibits (bug#6525).
11812
15853710
LMI
11813 * simple.el (eval-expression): Note what it does if called
11814 interactively (bug#6495).
11815
bee0fcef
CY
118162011-07-13 Chong Yidong <cyd@stupidchicken.com>
11817
b796c9b7
SM
11818 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
11819 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
11820
11821 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11822 Remove switch-to-buffer.
11823
58274504
LMI
118242011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11825
bd2fcc8d
LMI
11826 * files.el (make-directory): Clarify that an error will be raised
11827 if there's an error (bug#6397).
11828
0f04b32c
LMI
11829 * startup.el (initial-buffer-choice): Add `none' as a choice
11830 (bug#6234).
11831
465c5fc8
LMI
11832 * subr.el (add-hook): Clarify section about buffer-local hooks
11833 (bug#6218).
11834
58274504
LMI
11835 * dired.el (dired-flagged): Clarify doc string (bug#6117).
11836
bead9a43
JB
118372011-07-13 Juanma Barranquero <lekktu@gmail.com>
11838
11839 * tabify.el (untabify): Preserve the current column so that point
11840 doesn't move (bug#6032).
11841
3af98a7b
LMI
118422011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11843
b796c9b7
SM
11844 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
11845 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 11846
6240145a
GM
118472011-07-13 Glenn Morris <rgm@gnu.org>
11848
11849 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
11850 (dired-insert-directory): Give a message the first time
11851 if ls is found not to support --dired.
11852
1d8c2ccc
LMI
118532011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11854
11855 * simple.el (toggle-truncate-lines): Clarify what is toggled
11856 (bug#5580). Text by Drew Adams.
11857
5fc4038e
CY
118582011-07-13 Chong Yidong <cyd@stupidchicken.com>
11859
11860 * simple.el (blink-matching-open): Make the error message from the
11861 last change less verbose.
11862
bf6012e5
DN
118632011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
11864
11865 * font-lock.el (font-lock-comment-face): Use the high contrast
11866 "yellow" color for font-lock-comment-face on low color terminals
11867 using a dark background color (bug#4221).
11868
343c3b5a
LMI
118692011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11870
7e9505c5
LMI
11871 * dired.el (dired-insert-set-properties): Make the doc string
11872 reflect what it does now (bug#5325).
11873
c26fdcf5
LMI
11874 * simple.el (blink-matching-open): Say that we were unable to find
11875 the match within the limit, if we're limited (bug#5122).
11876
bb388cc5
LMI
11877 * international/mule-cmds.el (prefer-coding-system): Add an
11878 example (bug#4869).
11879
343c3b5a
LMI
11880 * progmodes/etags.el (tags-search): Document `file-list-form'
11881 (bug#4731).
11882
2a517d45
LM
118832011-07-13 Lawrence Mitchell <wence@gmx.li>
11884
11885 * net/browse-url.el (browse-url-default-browser)
11886 (browse-url-browser-function): Make the default browser choice a
11887 bit more logical (bug#4300). Also clean up the doc string.
11888
b6c78ef2
JB
118892011-07-13 Juanma Barranquero <lekktu@gmail.com>
11890
11891 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
11892 binary endings (bug#4440).
11893
1c4dd947
LMI
118942011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11895
a2014063
LMI
11896 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
11897 which can be pretty annoying (bug#8971).
11898
9c9c2d88
LMI
11899 * jka-compr.el (jka-compr-verbose): New variable, and use
11900 throughout (bug#8971).
11901
1c4dd947
LMI
11902 * info.el (Info-find-file): Fall back on the installation
11903 directory if we can't find the info node anywhere else.
11904
a1c9f41b
SO
119052011-07-13 Sergei Organov <osv@javad.com> (tiny change)
11906
11907 * vc/vc.el (vc-revert-file):
11908 Don't set file time-stamp in the past. (Bug#5181)
11909
536f3d36
LMI
119102011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11911
7152b011
LMI
11912 * files.el (after-find-file): Give a better error message when
11913 trying to find a symlink that points to a file that doesn't exist
11914 (bug#4398).
11915
536f3d36
LMI
11916 * progmodes/cc-vars.el: Remove (probably) misleading comment
11917 (bug#4396).
11918
460c0fba
JB
119192011-07-12 Johan Bockgård <bojohan@gnu.org>
11920
11921 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
11922
7a6bda45
CY
119232011-07-12 Chong Yidong <cyd@stupidchicken.com>
11924
11925 * mouse-sel.el: Hack restoring functionality, while keeping
11926 compatibility with 2010-07-03 changes to mouse selection.
11927 (mouse-sel-primary-overlay): New var.
11928 (mouse-sel-selection-alist): Use it.
11929 (mouse-sel-mode): Doc fix; remove points that are default features
11930 of mouse.el.
11931
c79598ef
JB
119322011-07-12 Johan Bockgård <bojohan@gnu.org>
11933
11934 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11935 Fix previous fix (bug#2490).
11936
ff8be6ef
RW
119372011-07-12 Roland Winkler <winkler@gnu.org>
11938
b796c9b7
SM
11939 * textmodes/bibtex.el (bibtex-initialize):
11940 Use pop-to-buffer-same-window.
ff8be6ef
RW
11941 (bibtex-search-entries): Fix interactive call.
11942
296ba3ee
LMI
119432011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11944
f5242a02 11945 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
11946 Fontise bytecomp Error lines more correctly (bug#2490).
11947 Fix suggested by Johan Bockgård.
f5242a02 11948
296ba3ee
LMI
11949 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
11950
11951 * dired-x.el (dired-guess-default): Use `delete-dups'.
11952
f69fd0d2
CY
119532011-07-12 Chong Yidong <cyd@stupidchicken.com>
11954
11955 * dired.el (dired-mark-prompt):
11956 * dired-aux.el (dired-read-shell-command): Doc fix.
11957
eab5dc07
LMI
119582011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11959
b796c9b7
SM
11960 * mail/sendmail.el (sendmail-query-once):
11961 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
11962 emacs -Q.
11963
11964 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11965
eab5dc07
LMI
11966 * cus-edit.el (custom-file): Take an optional no-error variable.
11967 (customize-save-variable): Set the variable, and give a warning if
11968 running under "emacs -q".
11969
a1e65d42
JB
119702011-07-11 Juanma Barranquero <lekktu@gmail.com>
11971
11972 * loadhist.el (unload-feature-special-hooks):
11973 Add `auto-coding-functions', `fill-nobreak-predicate' and
11974 `find-directory-functions' (bug#5327).
11975
1d52da10
LMI
119762011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11977
be958f1d
LMI
11978 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
11979
5bedb26c
LMI
11980 * cus-edit.el (custom-guess-name-alist): -alist variables should
11981 use the `alist' type (bug#3120). Suggested by Drew Adams.
11982
1d52da10
LMI
11983 * printing.el: Add documentation to all the `pr-toggle-' commands.
11984
cd394be1 119852011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
11986
11987 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
11988 backends where it makes sense (bug#2623).
11989
dcc88d8a
LMI
119902011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11991
c3de9feb
LMI
11992 * dired-x.el (dired-guess-default): Remove duplicate shell command
11993 entries (bug#2028).
8a93078b 11994 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 11995 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 11996
dcc88d8a
LMI
11997 * subr.el (remove-duplicates): New conveniency function.
11998
505e3645
LMI
119992011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12000
12001 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
12002 (bug#1526).
12003
120042011-07-10 Martin Rudalics <rudalics@gmx.at>
12005
12006 * window.el (display-buffer-normalize-default): Don't invert
12007 meaning of even-window-heights. Reported by Eli Zaretskii
12008 <eliz@gnu.org>.
12009
455e4fa1
BR
120102011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
12011
12012 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
12013
8e0bc3e9
CY
120142011-07-10 Chong Yidong <cyd@stupidchicken.com>
12015
12016 * window.el (display-buffer): Fix arguments to
12017 display-buffer-reuse-window in last change.
12018
fa7c3228
CY
12019 * faces.el (link): Use a less saturated blue on light backgrounds.
12020
12021 * startup.el (fancy-startup-text, fancy-about-text)
12022 (fancy-startup-tail): Use font-lock faces, for background safety.
12023
c0a7f300
BN
120242011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
12025
b796c9b7
SM
12026 * emulation/viper-cmd.el (viper-change-state-to-vi):
12027 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 12028
4dc2a129
MR
120292011-07-09 Martin Rudalics <rudalics@gmx.at>
12030
12031 * window.el (display-buffer-default-specifiers): Remove.
12032 (display-buffer-macro-specifiers): Remove default specifiers.
12033 (display-buffer-alist): Default to nil.
b796c9b7 12034 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
12035 (display-buffer-pop-up-window): Allow splitting internal
12036 windows. Check whether a live window was created.
12037 (display-buffer-other-window-means-other-frame)
12038 (display-buffer-normalize-arguments): Rename to
12039 display-buffer-normalize-argument and rewrite. Set the
12040 other-window specifier.
12041 (display-buffer-normalize-special): New function.
12042 (display-buffer-normalize-options): Rename to
12043 display-buffer-normalize-default and rewrite.
12044 (display-buffer-normalize-options-inhibit): Remove.
12045 (display-buffer-normalize-specifiers): Rewrite.
12046 (display-buffer): Process other-window specifier and call
12047 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
12048 more faithfully.
b796c9b7 12049 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 12050 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
12051 (display-buffer-in-window, display-buffer-alist-set):
12052 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
12053 <tassilo@member.fsf.org>.
12054
2d43b8c9
LL
120552011-07-09 Leo Liu <sdl.web@gmail.com>
12056
12057 * register.el (insert-register): Restore accidental change on
12058 2011-06-26. (Bug#9028)
12059
7f9b7c53
GM
120602011-07-09 Glenn Morris <rgm@gnu.org>
12061
12062 * subr.el (remq): Handle the empty list. (Bug#9024)
12063
f042cfd8
AS
120642011-07-08 Andreas Schwab <schwab@linux-m68k.org>
12065
12066 * mail/sendmail.el (send-mail-function): No longer delay custom
12067 initialization.
12068 * custom.el (custom-initialize-delay): Doc fix.
12069
856b2f11
SM
120702011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
12071
12072 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
12073
afae1d68
MA
120742011-07-08 Michael Albinus <michael.albinus@gmx.de>
12075
12076 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
12077 human-friendly prompt.
12078
0757af94
SM
120792011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
12080
12081 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
12082 provided by a particular plugin.
12083
d760b731
LMI
120842011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
12085
12086 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
12087 save customizations (with "emacs -Q"), just set the variable
12088 instead of erroring out.
12089
12090 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
12091
cd79ce90
JL
120922011-07-08 Juri Linkov <juri@jurta.org>
12093
12094 * arc-mode.el (archive-zip-expunge, archive-zip-update)
12095 (archive-zip-update-case): Use 7z if found by `executable-find'.
12096 The order of searching the available programs is the same as in
12097 `archive-zip-extract' (bug#8968).
12098
14cc04aa
CY
120992011-07-07 Chong Yidong <cyd@stupidchicken.com>
12100
12101 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
12102 (menu-bar-options-menu): Tweak descriptions.
12103
0a1848ec
LMI
121042011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
12105
12106 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
12107 menu items into verb phrases (bug#1421). Also refill to fit under
12108 80 columns.
12109
f5bd0689
CY
121102011-07-07 Chong Yidong <cyd@stupidchicken.com>
12111
538e85c6
CY
12112 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
12113 (Info-read-node-name): Doc fix (Bug#1084).
12114
f5bd0689
CY
12115 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
12116 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
12117 (end-of-sexp, beginning-of-sexp)
12118 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
12119 (forward-symbol, forward-same-syntax, word-at-point)
12120 (sentence-at-point): Doc fix (Bug#1144).
12121
56ec5115
LMI
121222011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
12123
f3f8e37f
LMI
12124 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
12125 should cover it (bug#1281).
12126
0757af94 12127 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 12128
e9fce1ac 12129 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
12130 negotiation fails, then possibly try again with a non-encrypted
12131 connection (bug#9017).
12132
56ec5115
LMI
12133 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
12134 be used.
12135
c2f9aec8
RS
121362011-07-07 Richard Stallman <rms@gnu.org>
12137
12138 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
12139 property, and handle its changed format.
12140 Look for the correct line number.
12141 Use file's line contents (but not past first =) to find
12142 correct line in message.
12143
ef7b981d 121442011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
12145
12146 * international/characters.el (build-unicode-category-table):
12147 Delete it.
0757af94 12148 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 12149
0757af94 12150 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
12151 to src/chartab.c.
12152 (get-char-code-property): Call unicode-property-table-internal to
12153 load a file. Call get-unicode-property-internal where necessary.
12154 (put-char-code-property): Call unicode-property-table-internal to
12155 load a file. Call put-unicode-property-internal where necessary.
12156 put-unicode-property-internal where necessary.
0757af94
SM
12157 (char-code-property-description):
12158 Call unicode-property-table-internal to load a file.
c805dec0
KH
12159
12160 * international/charprop.el:
12161 * international/uni-bidi.el:
12162 * international/uni-category.el:
12163 * international/uni-combining.el:
12164 * international/uni-comment.el:
12165 * international/uni-decimal.el:
12166 * international/uni-decomposition.el:
12167 * international/uni-digit.el:
12168 * international/uni-lowercase.el:
12169 * international/uni-mirrored.el:
12170 * international/uni-name.el:
12171 * international/uni-numeric.el:
12172 * international/uni-old-name.el:
12173 * international/uni-titlecase.el:
12174 * international/uni-uppercase.el: Regenerate.
12175
12176 * loadup.el: Load international/charprop.el before
12177 international/characters.
12178
e14b388a
CY
121792011-07-07 Chong Yidong <cyd@stupidchicken.com>
12180
12181 * window.el (next-buffer, previous-buffer): Signal an error if
12182 called from a minibuffer window.
12183
12184 * bindings.el: Revert 2011-07-04 change.
12185
354cf0ba
RS
121862011-07-06 Richard Stallman <rms@gnu.org>
12187
12188 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
12189 (rmail-mime-insert-bulk, rmail-mime-insert-text):
12190 Treat markers like ints.
12191 (rmail-mime-entity): Doc fix.
12192
a48868a7
LMI
121932011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12194
4906cd3d
LMI
12195 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
12196 defcustom again for backwards compatibility.
12197
e0457abe
LMI
12198 * simple.el (shell-command-on-region): Fill.
12199
d67f7e1f
LMI
12200 * dired-aux.el (dired-kill-line): Add a doc string.
12201
fe204702
LMI
12202 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
12203 to "\\sw\\|\\s_" (bug#358).
12204
a48868a7
LMI
12205 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
12206 (dired-unmark-backward): Ditto.
12207 (dired-flag-backup-files): Ditto.
12208
12209 * dired-x.el (dired-mark-sexp): Ditto.
12210
aa8a705c
RS
122112011-07-06 Richard Stallman <rms@gnu.org>
12212
12213 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
12214 (rmail-mime-entity): New arg TRUNCATED.
12215 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
12216 New functions.
12217 (rmail-mime-save): Warn if entity is truncated.
12218 (rmail-mime-toggle-hidden): Likewise, for showing.
12219 (rmail-mime-process-multipart): Record when an entity is truncated.
12220
a9a936b9
RS
12221 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
12222 if ENTITY is a string.
12223
1f2b92cb
LMI
122242011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12225
f4f73198 12226 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
12227 of faces when `M-C-x'-ing their definitions (bug#8378).
12228 Also clean up the code slightly.
f4f73198 12229
12b16734 12230 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 12231 because that makes the colors go away.
12b16734 12232
f0691d22
LMI
12233 * mail/sendmail.el (send-mail-function): Change the default to
12234 `sendmail-query-once'.
9e87df06 12235 (sendmail-query-once): Add an autoload cookie.
f0691d22 12236
1f2b92cb
LMI
12237 * net/network-stream.el (network-stream-open-starttls): Try using
12238 a plain connection even if the server offered STARTTLS, and we
12239 kinda wanted to use it, if Emacs doesn't have any STARTTLS
12240 capability. This should make smtpmail.el work in slightly more
12241 configurations.
12242
1cdd2a1b
MA
122432011-07-06 Michael Albinus <michael.albinus@gmx.de>
12244
12245 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
12246 New defun.
12247 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
12248
fbcc67e2
MM
122492011-07-06 Michael R. Mauger <mmaug@yahoo.com>
12250
12251 * progmodes/sql.el: Version 3.0
0757af94 12252 (sql-product-alist): Add product :completion-object,
fbcc67e2 12253 :completion-column, and :statement attributes.
0757af94 12254 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 12255 (sql-mode-syntax-table): Mark all punctuation.
0757af94 12256 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
12257 ansi keywords.
12258 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 12259 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
12260 (sql-oracle-show-reserved-words): New function for development.
12261 (sql-product-font-lock): Simplify for source code buffers.
12262 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
12263 New functions.
12264 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
12265 (sql-mode-map): Add statement movement functions.
12266 (sql-ansi-statement-starters, sql-oracle-statement-starters):
12267 New variable.
fbcc67e2
MM
12268 (sql-statement-regexp, sql-beginning-of-statement)
12269 (sql-end-of-statement, sql-signum): New functions.
0757af94 12270 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
12271 (sql-show-sqli-buffer): Bug fix.
12272 (sql-interactive-mode): Store connection data as buffer local.
0757af94 12273 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
12274 with sql-interactive-mode.
12275 (sql-save-connection): Save buffer local settings.
0757af94 12276 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
12277 (sql-product-interactive): Bug fix.
12278 (sql-preoutput-hold): New variable.
12279 (sql-interactive-remove-continuation-prompt): Bug fixes.
12280 (sql-debug-redirect): New variable.
12281 (sql-str-literal): New function.
12282 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 12283 Redesign.
fbcc67e2
MM
12284 (sql-oracle-save-settings, sql-oracle-restore-settings)
12285 (sql-oracle-list-all, sql-oracle-list-table): New functions.
12286 (sql-completion-object, sql-completion-column)
12287 (sql-completion-sqlbuf): New variables.
12288 (sql-build-completions-1, sql-build-completions)
12289 (sql-try-completion): New functions.
12290 (sql-read-table-name): Use them.
12291 (sql-contains-names): New buffer local variable.
12292 (sql-list-all, sql-list-table): Use it.
12293 (sql-oracle-completion-types): New variable.
12294 (sql-oracle-completion-object, sql-sqlite-completion-object)
12295 (sql-postgres-completion-object): New functions.
12296
d4eaeab1
GM
122972011-07-06 Glenn Morris <rgm@gnu.org>
12298
12299 * window.el (pop-to-buffer): Doc fix.
12300
322b7dab 123012011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
12302
12303 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
12304
322b7dab 123052011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 12306
322b7dab 12307 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 12308
322b7dab 12309 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 12310
605dd5bf
CY
123112011-07-05 Chong Yidong <cyd@stupidchicken.com>
12312
12313 * button.el (button): Inherit from link face. Suggested by Dan
12314 Nicolaescu.
12315
7dbfa719
SM
123162011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12317
3db614b0
SM
12318 * progmodes/gdb-mi.el: Fit in 80 columns.
12319 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
12320 switch-to-buffer.
12321
7dbfa719
SM
12322 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
12323 if imenu is simply not configured (bug#8941).
12324
919d884a
KM
123252011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
12326
12327 * allout.el (allout-post-undo-hook): New allout outline-change
12328 event hook to signal undo activity.
12329 (allout-post-command-business): Run allout-post-undo-hook if an
12330 undo just occurred.
7dbfa719
SM
12331 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
12332 * allout-widgets.el (allout-widgets-after-undo-function):
12333 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
12334 in the vicinity of an undo.
12335 (allout-widgets-mode): Include allout-widgets-after-undo-function
12336 on the new allout-post-undo-hook.
12337
450a0f09
SM
123382011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12339
12340 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
12341 Let define-derived-mode define it.
12342 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
12343 cycles of abbrev-table inheritance (bug#8998).
12344
2de69e00
RW
123452011-07-05 Roland Winkler <winkler@gnu.org>
12346
12347 * textmodes/bibtex.el: Add support for biblatex.
12348 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
12349 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
12350 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
12351 (bibtex-entry-alist, bibtex-field-alist): New variables.
12352 (bibtex-entry-field-alist): Obsolete alias for
12353 bibtex-BibTeX-entry-alist.
12354 (bibtex-entry-alist, bibtex-field-alist): New widgets.
12355 (bibtex-set-dialect): New command.
12356 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
12357 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
12358 Bind via bibtex-set-dialect.
2de69e00
RW
12359 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
12360 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
12361 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
12362 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
12363 Define via bibtex-set-dialect.
450a0f09
SM
12364 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
12365 Obey bibtex-no-opt-remove-re.
2de69e00
RW
12366 (bibtex-vec-push, bibtex-vec-incr): New functions.
12367 (bibtex-format-entry, bibtex-field-list)
12368 (bibtex-print-help-message, bibtex-validate)
12369 (bibtex-search-entries): Use new format of bibtex-entry-alist.
12370
2dcdbdd9
SM
123712011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12372
12373 * progmodes/compile.el (compilation-goto-locus):
12374 * net/tramp-cmds.el (tramp-append-tramp-buffers):
12375 * bs.el (bs-cycle-next, bs-cycle-previous):
12376 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
12377 * bindings.el (mode-line-other-buffer):
12378 * autoinsert.el (auto-insert):
12379 * arc-mode.el (archive-extract):
12380 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
12381
b27640fe
JB
123822011-07-05 Juanma Barranquero <lekktu@gmail.com>
12383
12384 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
12385 Fix check of `emacs-lock-unlockable-modes'.
12386 Coerce true values of `emacs-lock--try-unlocking' to t.
12387
53bbe3ad
JB
123882011-07-05 Juanma Barranquero <lekktu@gmail.com>
12389
12390 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
12391 * emacs-lock.el: New file.
12392
1d3cdbc7
JD
123932011-07-05 Julien Danjou <julien@danjou.info>
12394
12395 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
12396 than `boundp' to check if face is set.
12397
9173deec
JB
123982011-07-05 Juanma Barranquero <lekktu@gmail.com>
12399
12400 * register.el (registerv-make):
12401 * window.el (window-min-height): Fix typos in docstrings.
12402
869795d6
JD
124032011-07-05 Jan Djärv <jan.h.d@swipnet.se>
12404
9173deec 12405 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
12406 Update doc string.
12407
b768cdcd
JB
124082011-07-04 Juanma Barranquero <lekktu@gmail.com>
12409
12410 * server.el (server-execute): Catch quit and call
12411 `server-return-error' to pass the error back to emacsclient and
12412 close the connection (bug#8942).
12413
13aa217b
KM
124142011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
12415
12416 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
12417 insecure exception for current topic. Also note that auto-saves
12418 are handled differently.
12419
5d3385a0 12420 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
12421 State variables for tracking auto-save inhibition situation.
12422
12423 (allout-write-contents-hook-handler): Rename from
12424 'allout-write-file-hook-handler', and describe how it depends on
12425 write-contents-functions sensitivity to non-nil value to prevent
12426 file write.
12427
12428 (allout-auto-save-hook-handler): Remove. auto-save does not check
12429 this in individual buffers, only in the starting buffer, so this
12430 is not the right way for us to inhibit auto-save in a buffer
12431 according to its condition.
12432
12433 (allout-mode): Use new allout-write-contents-hook-handler, and
12434 only with write-contents-functions. Remove auto-save provisions -
12435 they're implemented elsewhere.
12436
12437 (allout-before-change-handler): If undo is in progress, note that
12438 for attention of allout-post-command-business.
12439
12440 (allout-post-command-business): If the command we're following was
12441 an undo, check for change in the status of encrypted items and
12442 adjust auto-save inhibitions accordingly.
12443
12444 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
12445 according to whether there are or aren't any plain-text topics
12446 pending encryption.
12447
2dcdbdd9 12448 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
12449 Adjust buffer-saved-size and some allout state to inhibit auto-saves
12450 if there are plain-text topics pending encryption.
13aa217b
KM
12451
12452 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
12453 buffer-saved-size and some allout state to not inhibit auto-saves
12454 if there are no longer any plain-text topics pending encryption.
12455
0757af94
SM
12456 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
12457 No longer provide for exemption of the current topic.
13aa217b 12458
ac89b32c
JL
124592011-07-04 Juri Linkov <juri@jurta.org>
12460
12461 Add 7z operations to delete and save changed members (bug#8968).
12462 * arc-mode.el (archive-7z-expunge, archive-7z-update):
12463 New defcustoms.
12464 (archive-7z-write-file-member): New function.
12465 (archive-7z-summarize): Fix the number of dashes in the
12466 listing output.
12467
8fa39615
SM
124682011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12469
12470 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
12471 (bug#8958).
12472
2f11b3f1
CY
124732011-07-04 Chong Yidong <cyd@stupidchicken.com>
12474
d66fef2b
CY
12475 * bindings.el: Ignore next-buffer and previous-buffer in
12476 minibuffer-local-map.
12477
2f11b3f1
CY
12478 * font-lock.el (font-lock-builtin-face): Change light background
12479 color to dark slate blue (Bug#6693).
12480
f932a347
WD
124812011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
12482
12483 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
12484
c8af70e1
SM
124852011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12486
12487 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
12488 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12489 Add switch-to-buffer.
12490
f158badc
LMI
124912011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12492
12493 * isearch.el (isearch-search-fun-function): Clarify further the
12494 meaning of the function returned.
12495
6d95bd46
MA
124962011-07-04 Michael Albinus <michael.albinus@gmx.de>
12497
12498 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
12499
12500 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
12501 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
12502 Use it.
12503 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
12504 `tramp-default-remote-path' does not exist.
12505 (tramp-send-command-and-read): New optional argument NOERROR.
12506 (tramp-open-connection-setup-interactive-shell)
12507 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
12508 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
12509 (tramp-process-sentinel): Flush also process' connection property.
12510 (tramp-sh-handle-start-file-process): Do not set process
12511 sentinel. It is done now ...
12512 (tramp-maybe-open-connection): ... here. (Bug#8929)
12513
909e6b67
MK
125142011-07-04 MON KEY <monkey@sandpframing.com>
12515
12516 * play/animate.el (animate-string): Doc fixes and allow changing
12517 the buffer name (bug#5417).
12518
125192011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12520
c8af70e1 12521 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 12522
f34755dc
PE
125232011-07-04 Paul Eggert <eggert@cs.ucla.edu>
12524
396cec72
PE
12525 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
12526 This is simpler and helps future-proof the code.
12527 (timer-until): Use time-subtract and float-time.
08235028 12528 (timer--time-less-p): Use time-less-p.
f34755dc 12529
56e6cc31
JB
125302011-07-04 Juanma Barranquero <lekktu@gmail.com>
12531
3abb79e5
JB
12532 * type-break.el (timep): Use the value of `float-time' to avoid a
12533 byte-compiler warning.
12534
56e6cc31
JB
12535 * server.el (server-eval-and-print): Return any result, even nil.
12536
7b9430b4
PE
125372011-07-03 Paul Eggert <eggert@cs.ucla.edu>
12538
12539 * type-break.el: Accept time formats that the builtins accept.
12540 (timep, type-break-time-difference): Accept any format that
12541 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
12542 This is simpler and helps future-proof the code.
12543 (type-break-time-difference): Round rather than ignoring
12544 subseconds components.
12545
3034e9e7
LMI
125462011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12547
12548 * info.el (Info-apropos-matches): Make non-interactive, since it
12549 doesn't seem to do anything useful as a command (bug#8829).
12550
1485f4c0
CY
125512011-07-03 Chong Yidong <cyd@stupidchicken.com>
12552
12553 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 12554 Move from faces.el.
1485f4c0
CY
12555 (frame-default-terminal-background): New function.
12556
12557 * custom.el (custom-push-theme): Don't record faces in `changed'
12558 theme; this doesn't work correctly for per-frame face settings.
12559 (disable-theme): Use face-set-after-frame-default to reset faces.
12560 (custom--frame-color-default): New function.
12561
9fa3dd45
LMI
125622011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12563
c8af70e1 12564 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
12565 (bug#8769).
12566
6cbbc20c
KR
125672011-03-29 Kevin Ryde <user42@zip.com.au>
12568
12569 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12570 `perl-Test2' extend to match possible "fail #N" rep count
12571 (bug#8377).
12572
c7f98048
LMI
125732011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12574
65676592
LMI
12575 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
12576 `smtpmail-via-smtp' now returns the error instead of nil.
12577
c7f98048
LMI
12578 * isearch.el (isearch-search-fun-function): Clarify the doc string
12579 (bug#8101).
12580
56e6cc31 125812011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
12582
12583 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
12584 unnecessary spaces (bug#8987).
12585
2b216704
LMI
125862011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12587
12588 * net/network-stream.el (open-network-stream): Use the
12589 :end-of-capability command thoughout.
12590
125912011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12592
12593 * net/network-stream.el (open-network-stream): Add the
12594 :end-of-capability command parameter, used by pop3.el.
12595
36adf6ce
LMI
125962011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12597
1ca0da0e
LMI
12598 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
12599
fc00f69c
LMI
12600 * fringe.el (fringe-query-style): Remove redundant text " (type ?
12601 for list)" (bug#6475).
12602
28fd8759 12603 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 12604 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
12605 an error (bug#6297).
12606
0dd8b6da
LMI
12607 * man.el (Man-reference-regexp): Allow matching possible
12608 word-wrapped references (bug#6289).
12609
ce1438d6
LMI
12610 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
12611 for consistency with the other vc buffers (bug#6197).
12612 (vc-checkin): Ditto.
12613
12614 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
12615
36adf6ce
LMI
12616 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
12617
e83cc1f7
LMI
126182011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12619
8a20ca4c
LMI
12620 * custom.el (defcustom): Clarify that :set is only used in the
12621 Customize user interface (bug#6089).
12622
83319045
LMI
12623 * progmodes/flymake.el (flymake-mode): If the buffer isn't
12624 associated with a file, refuse to run instead of erroring out
12625 (bug#6084).
12626
a8392169
LMI
12627 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
12628 the doc string, since it appears that using `fill-column' always
12629 controls the width (bug#7845).
12630
e83cc1f7
LMI
12631 * simple.el (shell-command-on-region): Say where the error output
12632 went if `shell-command-default-error-buffer' is set (bug#6857).
12633
e47ca23b
KM
126342011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
12635
12636 * allout.el (allout-yank-processing): Adjust cursor position for
12637 backwards-deleted space.
12638
12639 (allout-rebullet-heading): Register changes with
12640 allout-exposure-changed-hook, so the modified topic is properly
12641 decorated.
12642
5cf56143
LMI
126432011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12644
08549772
LMI
12645 * minibuffer.el (completion-in-region): Document PREDICATE
12646 (bug#7136).
12647
48e96771
LMI
12648 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
12649 of keyword/argument pairs (bug#6904).
12650
c8af70e1
SM
12651 * replace.el (multi-occur):
12652 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 12653
e17d05e2
LMI
126542011-07-02 Drew Adams <drew.adams@oracle.com>
12655
12656 * dired.el (dired-mark-if): Make the message about whether it's
12657 marking or unmarking clearer (bug#8523).
12658
063b0e45
LMI
126592011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12660
12661 * disp-table.el (display-table-print-array): New function.
12662 (describe-display-table): Use it to print the vectors more pretty
12663 (Bug#8859).
12664
28545e04
MR
126652011-07-02 Martin Rudalics <rudalics@gmx.at>
12666
12667 * window.el (window-state-get-1): Don't assign clone numbers.
12668 Add clone-of item to list of window parameters.
12669 (window-state-put-2): Don't process clone numbers.
12670 (display-buffer-alist): Fix doc-string.
12671
3349e122
SM
126722011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
12673
12674 * subr.el (remq): Don't allocate if it's not needed.
12675 (keymap--menu-item-binding, keymap--menu-item-with-binding)
12676 (keymap--merge-bindings): New functions.
12677 (keymap-canonicalize): Use them to refine the canonicalization.
12678 * minibuffer.el (minibuffer-local-completion-map)
12679 (minibuffer-local-must-match-map): Move initialization from C.
12680 (minibuffer-local-filename-completion-map): Move initialization from C;
12681 don't inherit from anything here.
12682 (minibuffer-local-filename-must-match-map): Make obsolete.
12683 (completing-read-default): Use make-composed-keymap to combine
12684 minibuffer-local-filename-completion-map with either
12685 minibuffer-local-must-match-map or
12686 minibuffer-local-filename-completion-map.
12687
d224ac83
GM
126882011-07-01 Glenn Morris <rgm@gnu.org>
12689
3de63bf8
GM
12690 * type-break.el (type-break-time-sum): Use dolist.
12691
d224ac83
GM
12692 * textmodes/flyspell.el (flyspell-word-search-backward):
12693 Replace CL function.
12694
1a1e3f32
SM
126952011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12696
fe3f64d5
SM
12697 * mouse.el (mouse--strip-first-event): New function.
12698 (function-key-map): Use it to map fringe clicks to normal clicks
12699 by default.
12700
eb604e34
SM
12701 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
12702 (vc-bzr-revision-completion-table): Add support for annotate and date.
12703
1a1e3f32
SM
12704 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
12705 inherit from parent.
12706
5bd35902
LMI
127072011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12708
ace6c69c 12709 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 12710 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 12711
191e2bed
LMI
12712 * dired.el (dired-mode): Fix up the doc string as suggested by
12713 Drew Adams (bug#8817).
12714
5bd35902
LMI
12715 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
12716 cookie, since the manual says that it should be possible to add
12717 this function to `find-file-hook' (bug#8709).
12718
eee8207a
TZ
127192011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12720
12721 * progmodes/cfengine.el: Moved all cfengine3.el functionality
12722 here. Noted Ted Zlatanov as the maintainer.
12723 (cfengine-common-settings, cfengine-common-syntax): New functions
12724 to set up common things between `cfengine-mode' and
12725 `cfengine3-mode'.
12726 (cfengine3-mode): New mode.
12727 (cfengine3-defuns cfengine3-defuns-regex
12728 (cfengine3-class-selector-regex cfengine3-category-regex)
12729 (cfengine3-vartypes cfengine3-font-lock-keywords)
12730 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 12731 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 12732
36b148cf
MA
127332011-07-01 Michael Albinus <michael.albinus@gmx.de>
12734
12735 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
12736
12737 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
12738
0bf4ba9a
MR
127392011-07-01 Martin Rudalics <rudalics@gmx.at>
12740
12741 * window.el (same-window-buffer-names, same-window-regexps)
12742 (same-window-p, special-display-frame-alist)
12743 (special-display-popup-frame, special-display-function)
12744 (special-display-buffer-names, special-display-regexps)
12745 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
12746 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12747 (split-window-preferred-function, split-height-threshold)
12748 (split-width-threshold, even-window-heights)
12749 (display-buffer-mark-dedicated, window-splittable-p)
12750 (split-window-sensibly, window-safely-shrinkable-p):
12751 Un-obsolete.
12752 (display-buffer): Don't spread args with function specifier
12753 because special-display-popup-frame won't like it.
12754
35837f51
PE
127552011-07-01 Paul Eggert <eggert@cs.ucla.edu>
12756
d0672f86
PE
12757 Time-stamp simplifications and fixes.
12758 These improve accuracy slightly, and future-proof the code
12759 against some potential changes to current-time format.
12760
b9444d97
PE
12761 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
12762 by using time-since and float-time.
12763
0ef923dc
PE
12764 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
12765 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
12766 + NNN microseconds".
12767
2f81380d
PE
12768 * type-break.el (type-break-time-sum): Rewrite using time-add.
12769
845b5c3e
PE
12770 * play/hanoi.el (hanoi-current-time-float): Remove.
12771 All uses replaced by float-time.
12772
ee6f1be0
PE
12773 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
12774 This yields a more-accurate answer.
12775 (rng-time-to-float): Remove; no longer needed.
12776
fe955043
PE
12777 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
12778
5777162a
PE
12779 * calendar/timeclock.el (timeclock-seconds-to-time):
12780 Defalias to seconds-to-time, since they're the same thing.
12781
3103f8b6 12782 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 12783 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
12784 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
12785
0e61a35f
SM
127862011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12787
12788 * window.el (bury-buffer): Don't iconify the only frame.
12789 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
12790 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
12791
ddd63a1e
CY
127922011-07-01 Chong Yidong <cyd@stupidchicken.com>
12793
0e61a35f
SM
12794 * eshell/em-smart.el (eshell-smart-display-navigate-list):
12795 Add mouse-yank-primary.
ddd63a1e 12796
055f4923
TZ
127972011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12798
12799 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
12800
6a2fb145
SM
128012011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12802
12803 * emacs-lisp/find-func.el (find-library--load-name): New fun.
12804 (find-library-name): Use it to find relative load names when provided
12805 absolute file name (bug#8803).
12806
fd4983f2
LMI
128072011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12808
887d14ad
LMI
12809 * textmodes/flyspell.el (flyspell-word): Consider words that
12810 differ only in case as potential doublons (bug#5687).
12811
c53dc7fc
LMI
12812 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
12813 Remove two rather uninteresting debugging-like messages to make
12814 debbugs.el more silent.
12815
fd4983f2
LMI
12816 * comint.el (comint-password-prompt-regexp): Accept "Response" as
12817 a password-like phrase.
12818
7a71b18d 128192011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
12820
12821 * progmodes/cc-guess.el: New file.
12822
6a2fb145 12823 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
12824
12825 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
12826 derived from `c-basic-common-init'.
12827
12828 * progmodes/cc-mode.el (top-level): Require cc-guess.
12829 (c-basic-common-init): Use `cc-choose-style-for-mode'.
12830
1fa280a3
LM
128312011-06-30 Lawrence Mitchell <wence@gmx.li>
12832
12833 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
12834
e6597158
AM
128352011-06-30 Alan Mackenzie <acm@muc.de>
12836
1fa280a3
LM
12837 * progmodes/cc-engine.el (c-guess-continued-construct):
12838 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
12839 lock is disabled. Name this case as "CASE G".
12840
68ba37fb
KM
128412011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
12842
12843 * allout.el (allout-yank-processing): Fix injection of extra space
12844 between bullet and non-whitespace character in first topic when
12845 pasting, ensuring that the actual spacing in the pasted topic
12846 following the bullet char is preserved. This extra space was
12847 causing pasted encrypted topics to get a decrypted status even
12848 when the content was actually still encrypted. Now the decryption
12849 status from before the paste is preserved.
12850
12851 (allout-flag-region): Set all allout overlays so they evaporate
12852 when reduced to zero length (evanescent), to prevent overlay
12853 leakage.
12854
887a0b34
GM
128552011-06-30 Glenn Morris <rgm@gnu.org>
12856
94b9acce
GM
12857 * w32-fns.el (w32-charset-info-alist): Declare.
12858
1d9b46d4
GM
12859 * find-dired.el (find-grep-options): Simplify.
12860
cc232200
GM
12861 * term/ns-win.el (ns-set-resource): Declare.
12862
28e77c46
GM
12863 * ses.el (row, col): Declare dynamic variables honestly.
12864
887a0b34
GM
12865 * textmodes/reftex-parse.el (index-tags): Declare.
12866
658d8eb8
CY
128672011-06-30 Chong Yidong <cyd@stupidchicken.com>
12868
12869 * cus-edit.el (customize-push-and-save): New function.
12870
12871 * files.el (hack-local-variables-confirm): Use it.
12872
1fa280a3
LM
12873 * custom.el (load-theme): New arg NO-CONFIRM.
12874 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
12875 (custom-enabled-themes): Doc fix.
12876
12877 * cus-theme.el (customize-create-theme)
12878 (custom-theme-merge-theme): Callers to load-theme changed.
12879
bb617717
LMI
128802011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12881
d61bdd5d
LMI
12882 * thingatpt.el (thing-at-point-short-url-regexp): Require that
12883 short URLs have at least one dot in them (bug #7614).
12884
bb617717
LMI
12885 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
12886 nil, because using a pty is apparently too slow (bug #895).
12887
2f31f37a
LMI
128882011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
12889
12890 * mail/sendmail.el (sendmail-query-once): New function.
12891 (sendmail-query-once-function): New variable.
12892
3076b24e
GM
128932011-06-29 Glenn Morris <rgm@gnu.org>
12894
faf2a174
GM
12895 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
12896
3076b24e
GM
12897 * ses.el (top-level): Require cl when compiling.
12898 (ses-set-localvars): Fix error statement.
12899 Call it at compile time to silence a storm of warnings.
12900
5386012d
MR
129012011-06-29 Martin Rudalics <rudalics@gmx.at>
12902
12903 * window.el (normalize-live-buffer): Rename to
12904 window-normalize-buffer.
12905 (normalize-live-frame): Rename to window-normalize-frame.
12906 (normalize-any-window): Rename to window-normalize-any-window.
12907 (normalize-live-window): Rename to window-normalize-live-window.
12908 (make-window-atom): Rename to window-make-atom.
12909 (window-resize-reset): Rename to window--resize-reset.
12910 (window-resize-reset-1): Rename to window--resize-reset-1.
12911 (resize-mini-window): Rename to window--resize-mini-window.
12912 (resize-subwindows-skip-p): Rename to
12913 window--resize-subwindows-skip-p.
12914 (resize-subwindows-normal): Rename to
12915 window--resize-subwindows-normal.
12916 (resize-subwindows): Rename to window--resize-subwindows.
12917 (resize-other-windows): Rename to window--resize-siblings.
12918 (resize-this-window): Rename to window--resize-this-window.
12919 (resize-root-window): Rename to window--resize-root-window.
12920 (resize-root-window-vertically): Rename to
12921 window--resize-root-window-vertically.
12922 (normalize-buffer-to-display): Rename to
12923 window-normalize-buffer-to-display.
12924 (normalize-buffer-to-switch-to): Rename to
12925 window-normalize-buffer-to-switch-to.
12926 Correspondingly update all callers of the functions listed
12927 above.
12928 (display-buffer-alist, display-buffer-normalize-arguments)
12929 (display-buffer-normalize-options, display-buffer)
12930 (display-buffer-alist-set): Use "function" instead of
12931 "fun-with-args".
12932
1176868d
CY
129332011-06-28 Chong Yidong <cyd@stupidchicken.com>
12934
12935 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
12936 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
12937 debbugs.gnu.org. Mention acknowledgment email.
12938
20a7a65f
LMI
129392011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
12940
12941 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
12942 buffer multibyteness, since it shouldn't matter.
12943
5f45cca5
MR
129442011-06-28 Martin Rudalics <rudalics@gmx.at>
12945
12946 * window.el (display-buffer-in-side-window): Handle dedicated
12947 windows as in display-buffer-reuse-window.
12948 (display-buffer-normalize-alist): Use value of override
12949 specifier.
12950 (display-buffer-normalize-specifiers): Use value of
12951 other-window-means-other-frame specifier.
12952 (display-buffer-alist): Rewrite some texts in widgets.
12953 (display-buffer): Spread arguments when calling function
12954 specified by fun-with-args.
12955
ad85fe1f
DD
129562011-06-28 Deniz Dogan <deniz@dogan.se>
12957
1fa280a3
LM
12958 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12959 Unnest `let'.
da68c4c8 12960
ad85fe1f
DD
12961 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
12962 selectors (Bug#5732).
ec49bd31 12963 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 12964
a08cc025
JA
129652011-06-27 Jari Aalto <jari.aalto@cante.net>
12966
12967 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
12968 (eshell-ls-date-format): New defcustom.
12969 (eshell-ls-file): Use it.
12970
e2b551c5
SM
129712011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12972
12973 * help-fns.el (describe-variable): Fix message for terminal-local vars.
12974
8982b231
KY
129752011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
12976
12977 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
12978 (ange-ftp-make-tmp-name): New arg.
12979 (ange-ftp-file-local-copy): Use it.
12980
36c9fa27
J
129812011-06-27 Jambunathan K <kjambunathan@gmail.com>
12982
12983 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
12984 no-conversion (Bug#8870).
12985
d68443dc
MR
129862011-06-27 Martin Rudalics <rudalics@gmx.at>
12987
12988 * window.el (window-right, window-left, window-child)
12989 (window-child-count, window-last-child)
12990 (window-iso-combination-p, walk-window-tree-1)
12991 (window-atom-check-1, window-tree-1, delete-window)
12992 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
12993 new naming conventions - window-vchild, window-hchild,
12994 window-next and window-prev are now called window-top-child,
12995 window-left-child, window-next-sibling and window-prev-sibling
12996 respectively.
d615d6d2
MR
12997 (resize-window-reset): Rename to window-resize-reset.
12998 (resize-window-reset-1): Rename to window-resize-reset-1.
12999 (resize-window): Rename to window-resize.
13000 (window-min-height, window-min-width)
13001 (resize-mini-window, resize-this-window, resize-root-window)
13002 (resize-root-window-vertically, adjust-window-trailing-edge)
13003 (enlarge-window, shrink-window, maximize-window)
13004 (minimize-window, delete-window, quit-restore-window)
13005 (split-window, balance-windows, balance-windows-area-adjust)
13006 (balance-windows-area, window-state-put-2)
13007 (display-buffer-even-window-sizes, display-buffer-set-height)
13008 (display-buffer-set-width, set-window-text-height)
13009 (fit-window-to-buffer): Rename all "resize-window" prefixed
13010 calls to use the "window-resize" prefix convention.
13011 (display-buffer-alist): Fix symbol for label specifier.
13012 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
13013 corresponding specifier.
13014 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 13015
b6458526
VB
130162011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
13017
13018 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
13019 convention.
13020 (ses-call-printer): Does not pass an empty string to formatter when the
13021 cell is empty to keep from barking printer Calc math-format-value.
13022
d31fd9ac
RS
130232011-06-27 Richard Stallman <rms@gnu.org>
13024
43d5bf84
RS
13025 * battery.el (battery-mode-line-limit): New variable.
13026 (battery-update): Handle it.
13027
d31fd9ac
RS
13028 * mail/rmailmm.el (rmail-mime-process-multipart):
13029 Handle truncated messages.
13030
819a6054
GM
130312011-06-27 Glenn Morris <rgm@gnu.org>
13032
13033 * progmodes/flymake.el (flymake-err-line-patterns):
13034 Allow for column numbers in the ant/javac pattern. (Bug#8866)
13035
cedc73f2
VB
130362011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
13037
819a6054 13038 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
13039 (ses--clean-!, ses--clean-_): New functions.
13040 (ses-range): Add configurability of readout order, and conversion
13041 to Calc vector.
13042
5e5d49b6
VB
13043 * ses.el (ses-repair-cell-reference-all): New function.
13044 (ses-cell-symbol): Set macro as safe, so that it can be used in
13045 formulas.
13046
56e6cc31 13047 * ses.el: Update cycle detection algorithm.
90ca8b49 13048 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 13049 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
13050 (ses-set-localvars): New function.
13051 (ses-make-cell): Add property-list as a cell element.
13052 (ses-cell-property-get-fun, ses-cell-property-get)
13053 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
13054 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
13055 New functions.
90ca8b49
VB
13056 (ses-cell-property-set, ses-cell-property-pop)
13057 (ses-cell-property-get-handle): New macro.
13058 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
13059 New aliases, used for code readability.
13060 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
13061 cycle detection.
13062 (ses-self-reference-early-detection): New defcustom.
fac916bf 13063 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
13064 (ses-mode): Use ses-set-localvars.
13065 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
13066 before lauching the update processing.
13067 (ses-initialize-Dijkstra-attempt): New function.
13068 (ses-recalculate-cell): Update for cycle detection based on
13069 Dijkstra algorithm.
13070
2bb63e81
VB
13071 * ses.el: Fix commenting and indenting convention.
13072
c9d29fb8
SM
130732011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
13074
13075 * bs.el (bs-cycle-next): Complete last change.
13076
d8e4b68b
JB
130772011-06-27 Drew Adams <drew.adams@oracle.com>
13078
13079 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
13080
40098786
LMI
130812011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13082
c9d29fb8
SM
13083 * net/network-stream.el (network-stream-open-starttls):
13084 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
13085 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
13086
40098786
LMI
13087 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
13088 to binary to possibly avoid line encoding issues on Windows (among
13089 other things).
13090
468d09d4
LMI
130912011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13092
13093 * net/network-stream.el (open-network-stream): Return an :error
13094 saying what the problem was, if possible.
13095
13096 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
13097 server.
13098
13099 * net/network-stream.el (network-stream-open-starttls): If we
13100 wanted to use STARTTLS, and the server offered it, but we weren't
13101 able to because we had no STARTTLS support, then close the connection.
13102 (open-network-stream): Return an :error element, if present.
13103
16f07dd7
CY
131042011-06-26 Chong Yidong <cyd@stupidchicken.com>
13105
88821ca0
CY
13106 * hl-line.el (hl-line-sticky-flag): Doc fix.
13107 (global-hl-line-sticky-flag): New option (Bug#8323).
13108 (global-hl-line-highlight): Obey it.
13109
16f07dd7
CY
13110 * vc/vc.el (vc-revert-show-diff): Default to t.
13111
6b5ccddf
KM
131122011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
13113
c9d29fb8
SM
13114 * allout-widgets.el (allout-widgets-post-command-business):
13115 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
13116 undecorated when an isearch is continued past, and isearch
13117 automatically collapses them. This leads to "widget leaks", where
13118 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
13119 hidden widgets can slow down cursor travel, substantially.
13120 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
13121 so we're doing without this nicety.
13122
13123 (allout-widgets-tally-string): Don't try to do a hash-table-count
13124 of allout-widgets-tally when it's nil. This eliminates spurious "Error
13125 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
13126 *Messages* when allout-widgets-maintain-tally is t.
13127
355f2e07
MR
131282011-06-26 Martin Rudalics <rudalics@gmx.at>
13129
13130 * window.el (display-buffer-normalize-argument): Rename to
13131 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
13132 LABEL argument. Respect special-display-function when popping up
13133 a new frame. Fix code searching for a window showing the buffer
13134 on another frame.
c9d29fb8
SM
13135 (display-buffer-normalize-specifiers):
13136 Call display-buffer-normalize-arguments.
355f2e07
MR
13137 (display-buffer-in-window): Don't undedicate the window if its
13138 buffer remains the same.
13139 Reported by Drew Adams <drew.adams@oracle.com>.
13140 (display-buffer-alist): Add choice for same-window macro
13141 specfier.
13142 (display-buffer): Mention special meaning of LABEL argument in
13143 doc-string. Fix quoting. Don't pop up a new frame even as
13144 fallback.
13145
7ca8fc42
JB
131462011-06-26 Juanma Barranquero <lekktu@gmail.com>
13147
13148 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
13149 avoid deleting the current window in some cases (bug#8911).
13150
bc312254
AS
131512011-06-26 Andreas Schwab <schwab@linux-m68k.org>
13152
13153 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
13154 (Bug#8934)
13155
2db18f3f
LMI
131562011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13157
c9d29fb8
SM
13158 * net/network-stream.el (network-stream-open-starttls):
13159 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
13160 (network-stream-open-tls): Ditto.
13161
6302e0d3
LL
131622011-06-26 Leo Liu <sdl.web@gmail.com>
13163
13164 * register.el (registerv): New struct.
13165 (registerv-make): New function.
c9d29fb8
SM
13166 (jump-to-register, describe-register-1, insert-register):
13167 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
13168 struct. (Bug#8415)
13169
5fdd4046
CY
131702011-06-26 Chong Yidong <cyd@stupidchicken.com>
13171
2afef60a
CY
13172 * vc/vc.el (vc-revert-show-diff): New defcustom.
13173 (vc-diff-internal): New arg specifying diff buffer.
13174 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
13175 reuse an existing *vc-diff* buffer (Bug#8927).
13176
5fdd4046
CY
13177 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
13178
e93db24a
GM
131792011-06-26 Glenn Morris <rgm@gnu.org>
13180
13181 * progmodes/f90.el (f90-critical-indent): New option.
13182 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
13183 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
13184 (f90-mode): Doc fix.
13185 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
13186 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
13187 (f90-beginning-of-block, f90-next-block, f90-indent-region)
13188 (f90-match-end): Handle block, critical.
13189
eefff499
GM
131902011-06-25 Glenn Morris <rgm@gnu.org>
13191
f6ba4cc9
GM
13192 * calendar/diary-lib.el (diary-included-files): Doc fix.
13193 (diary-include-files): New function, extracted from
13194 diary-include-other-diary-files and diary-mark-included-diary-files.
13195 (diary-include-other-diary-files, diary-mark-included-diary-files):
13196 Just call diary-include-files.
13197 (diary-mark-entries): Reset diary-included-files on first call.
13198
16712304
GM
13199 * calendar/diary-lib.el (diary-mark-entries)
13200 (diary-mark-included-diary-files):
13201 Visit included diary-files in temp buffers.
13202
5d8e0d43
GM
13203 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
13204 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
13205 (f90-start-block-re, f90-imenu-generic-expression)
13206 (f90-looking-at-program-block-start, f90-no-block-limit):
13207 Add support for submodules.
13208
ccf7a5d5
GM
13209 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
13210 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 13211
11fdef7d 132122011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
13213
13214 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
13215 buffer-file-type before setting its value, to avoid disastrous
eefff499 13216 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 13217
74f53697
JB
132182011-06-25 Juanma Barranquero <lekktu@gmail.com>
13219
13220 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
13221
13222 * ses.el (ses-unload-function):
13223 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
13224
13225 * proced.el (proced-unload-function):
13226 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
13227
18a4ce5e
AR
132282011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
13229
13230 * server.el (server-create-window-system-frame): Add parameters arg.
13231 (server-process-filter): Doc fix. Handle frame-parameters.
13232
519d22cc
JB
132332011-06-25 Juanma Barranquero <lekktu@gmail.com>
13234
13235 Fix bug#8730, bug#8781.
13236
13237 * loadhist.el (unload--set-major-mode): New function.
13238 (unload-feature): Use it.
13239
13240 * progmodes/python.el (python-after-info-look): Add autoload cookie.
13241 (python-unload-function): New function.
13242
c206f5b0
SM
132432011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
13244
13245 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
13246
f9ad64f3
GS
132472011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
13248
13249 * net/browse-url.el (browse-url-firefox-program): Add icecat to
13250 the candidates list.
13251
7d0da90e
JB
132522011-06-24 Juanma Barranquero <lekktu@gmail.com>
13253
13254 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
13255
14b4e83d
RS
132562011-06-23 Richard Stallman <rms@gnu.org>
13257
13258 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
13259 (rmail-variables): Set next-error-move-function.
13260 (rmail-what-message): Take argument POS.
13261 (rmail-next-error-move): New function.
13262
273d2baf
SM
132632011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
13264
13265 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
13266 messages for adjacent non-terminals.
13267
56c2cc9a
RS
132682011-06-23 Richard Stallman <rms@gnu.org>
13269
13270 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 13271 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
13272 (rmail-start-mail): Don't specify use of rmail-mail-return;
13273 that's done by mail-bury now.
13274 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 13275
d59eb518
MA
132762011-06-23 Michael Albinus <michael.albinus@gmx.de>
13277
13278 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
13279 SIZE is a number.
13280
02cfc6d6
MR
132812011-06-23 Martin Rudalics <rudalics@gmx.at>
13282
13283 * window.el (get-lru-window, get-mru-window)
13284 (get-largest-window): Never return a minibuffer window.
13285 (display-buffer-pop-up-window): Fix a bug that could lead to
13286 reusing the minibuffer window.
13287 (display-buffer): Pass original specifier argument to
13288 display-buffer-function instead of the normalized one.
13289 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
13290
4e323265
LL
132912011-06-22 Leo Liu <sdl.web@gmail.com>
13292
13293 * minibuffer.el (completing-read-function)
13294 (completing-read-default): Move from minibuf.c
13295
7a70468f
RS
132962011-06-22 Richard Stallman <rms@gnu.org>
13297
50718fc2
RS
13298 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
13299 to Rmail even if not started by a special Rmail command.
13300
7a70468f
RS
13301 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
13302 Copy the buffer currently showing just one message.
13303
297dde5a
RW
133042011-06-22 Roland Winkler <winkler@gnu.org>
13305
13306 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
13307 (bibtex-clean-entry): First delete the old key so that a
13308 customized algorithm for generating the new key does not get
13309 confused by the old key.
13310 (bibtex-url): Obey regexp of first step.
13311 (bibtex-search-entries): Do not use add-to-list with local
13312 list-var.
13313
97bb1093
LMI
133142011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13315
13316 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
13317 stored a user name, then query for the password first, instead of
13318 waiting for SMTP to give an error message and the trying again.
13319
1c0f1a19
JD
133202011-06-22 Lawrence Mitchell <wence@gmx.li>
13321
13322 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
13323 BUFFER in call-process.
13324
396f7c9d
LMI
133252011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13326
13327 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
13328 QUIT twice.
ddb7ffee
LMI
13329 (smtpmail-try-auth-methods): Require user name and password from
13330 auth-source.
396f7c9d 13331
8998d1b3
MR
133322011-06-22 Martin Rudalics <rudalics@gmx.at>
13333
13334 * window.el (display-buffer-default-specifiers)
13335 (display-buffer-alist): Remove entries for pop-up-frame-alist.
13336 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 13337 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
13338
13339 * frame.el (pop-up-frame-alist, pop-up-frame-function)
13340 (special-display-frame-alist, special-display-popup-frame):
13341 Remove duplicate declarations. These are now in window.el.
13342
4ea31e07
LMI
133432011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13344
c9d29fb8
SM
13345 * mail/smtpmail.el (smtpmail-via-smtp):
13346 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
13347 server supports it. SMTP servers that support STARTTLS commonly
13348 require it.
13349
13350 * net/network-stream.el (network-stream-open-starttls): Support
13351 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 13352 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 13353
95f41d9a
LMI
13354 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
13355 upgrades with `open-network-stream', and rely solely on
13356 auth-source for all credentials. Big changes throughout the file,
13357 but in particular:
c9d29fb8
SM
13358 (smtpmail-auth-credentials): Remove.
13359 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
13360 (smtpmail-via-smtp): Check for servers saying they want AUTH after
13361 MAIL FROM, too.
95f41d9a 13362
c9d29fb8
SM
13363 * net/network-stream.el (network-stream-open-starttls):
13364 Provide support for client certificates both for external and built-in
4ea31e07
LMI
13365 STARTTLS.
13366 (auth-source): Require.
13367 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
13368 (network-stream-certificate): Change cert-cert to cert and
13369 cert-key to key.
4ea31e07 13370
065ec2c7
MA
133712011-06-21 Michael Albinus <michael.albinus@gmx.de>
13372
13373 * net/tramp-cache.el (top): Don't load the persistency file when
13374 "emacs -Q" has been called.
13375
cd93b359
DR
133762011-06-21 Tim Harper <timcharper@gmail.com>
13377
d8e4b68b
JB
13378 * term/ns-win.el (ns-initialize-window-system):
13379 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
13380 resource to NO as it is not yet supported by the NS port.
13381
ae9c0411
JB
133822011-06-21 Juanma Barranquero <lekktu@gmail.com>
13383
13384 * misc.el (list-dynamic-libraries--refresh): Compute header here...
13385 (list-dynamic-libraries): ...not here.
13386
7f3f739f
LL
133872011-06-21 Leo Liu <sdl.web@gmail.com>
13388
13389 * subr.el (sha1): Implement sha1 using secure-hash.
13390
327c8fb1
MR
133912011-06-21 Martin Rudalics <rudalics@gmx.at>
13392
13393 * window.el (display-buffer-alist): In default value do not
13394 enforce searching a window on any but the selected frame.
13395 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
13396 (display-buffer-select-window): Remove function.
13397 (display-buffer-in-window): When a window on another frame gets
13398 reused, do not select it any more but just raise its frame if
13399 necessary (Bug#8851) and (Bug#8856).
13400 (display-buffer-normalize-options): Handle pop-up-frames related
13401 options more faithfully.
13402 (pop-to-buffer): Don't rely on `display-buffer' selecting the
13403 window if it is on another frame.
c9d29fb8
SM
13404 (display-buffer-alist, display-buffer-default-specifiers):
13405 Don't make new frame unsplittable by default.
9e9de014
MR
13406 (display-buffer-normalize-argument): Fix doc-string typo and use
13407 'same-frame-other-window instead of 'other-window when associating
13408 with display-buffer-macro-specifiers.
327c8fb1 13409
7cf3f556
VB
134102011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
13411
13412 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
13413 New functions.
13414 (5x5-mode-map, 5x5-mode-menu): Bind them.
13415 (5x5-draw-grid): Tweak the solver's rendering.
13416
60a406cf
SM
134172011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13418
13419 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
13420 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
13421
d8e4b68b 134222011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
13423
13424 * menu-bar.el: Use function variable instead of switch-to-buffer.
13425 (menu-bar-select-buffer-function): New variable.
60a406cf 13426 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 13427
478d6f95
SM
134282011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13429
13430 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
13431 variable's status.
13432
ca530739
JD
134332011-06-20 Jan Djärv <jan.h.d@swipnet.se>
13434
13435 * x-dnd.el (x-dnd-version-from-flags)
13436 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
13437 and long as number (Bug#8899).
13438 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
13439
bcd70d97
SM
134402011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
13441
60a406cf 13442 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
13443 (completion-try-completion, completion-all-completions): Compute the
13444 metadata argument if it's missing; make it optional (bug#8795).
13445
60a406cf 13446 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
13447 (widget-complete): Use new :completion-function property.
13448 (widget-completions-at-point): New function.
13449 (default): Use :completion-function instead of :complete.
60a406cf
SM
13450 (widget-default-completions): Rename from widget-default-complete;
13451 Rewrite.
bcd70d97
SM
13452 (widget-string-complete, widget-file-complete, widget-color-complete):
13453 Remove functions.
13454 (file, symbol, function, variable, coding-system, color):
13455 * international/mule-cmds.el (default-input-method, charset)
13456 (language-info-custom-alist):
13457 * cus-edit.el (face): Use new property :completions.
13458
13459 * progmodes/pascal.el (pascal-completions-at-point): New function.
13460 (pascal-mode): Use it.
13461 (pascal-mode-map): Use completion-at-point.
13462 (pascal-toggle-completions): Make obsolete.
13463 (pascal-complete-word, pascal-show-completions):
13464 * progmodes/octave-mod.el (octave-complete-symbol):
13465 Redefine as obsolete alias.
13466 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
13467 Signal absence of completion info for old Octave,
13468 (inferior-octave-complete): Redefine as obsolete alias.
13469 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
13470 (meta-completions-at-point): Rename from meta-complete-symbol and
13471 adapt it for use on completion-at-point-functions.
13472 (meta-common-mode): Use it.
13473 (meta-looking-at-backward, meta-match-buffer): Remove.
13474 (meta-complete-symbol): Redefine as obsolete alias.
13475 (meta-common-mode-map): Use completion-at-point.
13476 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
13477 (makefile-mode-map): Use completion-at-point.
13478 (makefile-completions-at-point): Rename from makefile-complete and
13479 adapt it for use on completion-at-point-functions.
13480 (makefile-mode): Use it.
13481 (makefile-complete): Redefine as obsolete alias.
13482
aebf69c8
DD
134832011-06-20 Deniz Dogan <deniz@dogan.se>
13484
13485 * net/rcirc.el: Delete trailing whitespaces once and for all.
13486
bfbbb27d
DC
134872011-06-20 Daniel Colascione <dan.colascione@gmail.com>
13488
13489 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
13490
d264a46b
CY
134912011-06-19 Chong Yidong <cyd@stupidchicken.com>
13492
4ca009e5
CY
13493 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
13494
d264a46b
CY
13495 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
13496
fbf5b3ce
MR
134972011-06-19 Martin Rudalics <rudalics@gmx.at>
13498
13499 * window.el (display-buffer-other-window-means-other-frame):
13500 Call display-buffer-normalize-alist.
13501 (display-buffer-normalize-specifiers-1): Rename to
13502 display-buffer-normalize-argument. New argument other-frame.
13503 Rewrite.
13504 (display-buffer-normalize-specifiers-2): Rename to
13505 display-buffer-normalize-options.
13506 (display-buffer-normalize-alist-1): New function.
13507 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
13508 display-buffer-normalize-alist.
13509 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
13510 (display-buffer-normalize-options-inhibit): New variable.
13511 (display-buffer-normalize-specifiers): Rewrite calling
13512 display-buffer-normalize-alist,
13513 display-buffer-normalize-argument, and
13514 display-buffer-normalize-options. Don't call the latter if
13515 display-buffer-normalize-options-inhibit is non-nil.
13516 (frame-auto-delete): New option.
13517 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
13518 (window-list-no-nils, window-state-ignored-parameters)
13519 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
13520 (window-state-put-1, window-state-put-2, window-state-put):
13521 New functions.
9a028c23
MR
13522 (display-buffer-normalize-options): Move special-display-p group
13523 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 13524
6d10d800
CY
135252011-06-18 Chong Yidong <cyd@stupidchicken.com>
13526
6420d28b
CY
13527 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
13528 groups (Bug#8776).
13529 (rx-submatch-n): New function.
13530 (rx): Document it.
13531
ddb8b596
CY
13532 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
13533 (Bug#8768).
13534
13535 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
13536
77080289
CY
13537 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
13538
61dfb316
CY
13539 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
13540 anytime existing face settings are present (Bug#8889).
13541
6d10d800
CY
13542 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
13543 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
13544 Remove unused argument.
13545
be3fb2b8
MR
135462011-06-18 Martin Rudalics <rudalics@gmx.at>
13547
bcd70d97
SM
13548 * window.el (display-buffer-default-specifiers):
13549 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
13550 pop-up-window-min-width, and another reuse-window specifier
13551 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
13552 (display-buffer-normalize-specifiers-2):
13553 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
13554 pop-up-windows is unset. Add a reuse-window specifier for the
13555 case popping up a new window fails.
13556 (special-display-popup-frame): Remove double quoting.
28dec25a 13557 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 13558
1c6d8c76
SM
135592011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
13560
13561 * shell.el (shell-completion-vars): Set pcomplete-termination-string
13562 according to comint-completion-addsuffix.
13563
13564 * pcomplete.el: Convert to lexical binding and fix bug#8819.
13565 (pcomplete-suffix-list): Mark as obsolete.
13566 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
13567 pcomplete-seen in the closure.
13568 (pcomplete-comint-setup): Setup completion-at-point as well.
13569 (pcomplete--entries): New function.
13570 (pcomplete--env-regexp): New var.
13571 (pcomplete-entries): Rewrite to work with partial-completion and
13572 without relying on pcomplete-suffix-list.
13573 (pcomplete-pare-list): Remove, unused.
13574
25aef8b8
MR
135752011-06-17 Martin Rudalics <rudalics@gmx.at>
13576
13577 * window.el (display-buffer-alist): Set pop-up-window-min-height
13578 and pop-up-window-min-width in default value. Reported by
13579 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
13580 other-window-means-other-frame.
13581 (display-buffer-macro-specifiers): Comment out entry for
13582 other-window specifier.
13583 (display-buffer-other-window-means-other-frame): New function.
13584 (display-buffer-normalize-specifiers-1): New arguments
13585 buffer-name and label. Treat other-window case specially.
13586 (display-buffer-normalize-specifiers-2): Treat other-window case
13587 specially.
13588 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
13589 (display-buffer-normalize-specifiers):
13590 Call display-buffer-normalize-specifiers-3.
25aef8b8 13591
dbad4f69
MR
135922011-06-17 Martin Rudalics <rudalics@gmx.at>
13593
13594 * window.el (same-window-p): Fix two typos introduced when
13595 adding with-no-warnings.
d1067961
MR
13596 (display-buffer-normalize-specifiers-1): Don't check
13597 pop-up-frames for 'unset initialization.
13598 (display-buffer-normalize-specifiers-2): Major rewrite using
13599 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
13600 (pop-up-frames, display-buffer-reuse-frames)
13601 (display-buffer-mark-dedicated): Don't initialize to 'unset.
13602 Suggested by David Engster <deng@randomsample.de>.
13603 (even-window-heights): Initialize to 'unset.
13604 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
13605 (display-buffer-macro-specifiers): Don't pop up a new frame in the
13606 other window case.
dbad4f69 13607
9b9c9e3a
MR
136082011-06-16 Martin Rudalics <rudalics@gmx.at>
13609
bcd70d97
SM
13610 * window.el (display-buffer-normalize-specifiers-1):
13611 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 13612 second argument of display-buffer (Bug#8865).
981d5c09
MR
13613 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
13614 (switch-to-buffer-other-window-same-frame)
13615 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
13616 Adams (Bug#8875).
9c2755e9
MR
13617 (display-buffer): Don't check noninteractive when calling
13618 display-buffer-pop-up-frame.
13619 (display-buffer-pop-up-frame): Never pop up a frame in
13620 noninteractive mode (Bug#8857).
67222e1d
MR
13621 (enlarge-window, shrink-window): Don't report an error when the
13622 window can't be resized as requested (Bug#8862).
9b9c9e3a 13623
2b75be67
SM
136242011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13625
9ffdd3ba
SM
13626 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
13627
cb581a67
SM
13628 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
13629
2b75be67
SM
13630 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
13631
8c0e3589
AM
136322011-06-15 Alan Mackenzie <acm@muc.de>
13633
cb581a67
SM
13634 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
13635 for declarators, disable knr checking to speed up for normal files.
13636 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 13637
b96e6cde
LMI
136382011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13639
4bba86e6
LMI
13640 * net/network-stream.el (open-network-stream): Add the keyword
13641 :always-query-capabilities for the case where you want to force a
13642 `plain' network connection, but the protocol still requires the
13643 capabilitiy command (i.e., SMTP and EHLO).
13644
2b75be67 13645 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
13646 consistency with other `-live-p' functions.
13647
efdcdbf8
SM
136482011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13649
13650 * window.el (same-window-buffer-names, same-window-regexps)
13651 (special-display-frame-alist, special-display-popup-frame)
13652 (special-display-function, special-display-buffer-names)
13653 (special-display-regexps, pop-up-frame-alist)
13654 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
13655 (pop-up-windows, split-window-preferred-function)
13656 (split-height-threshold, split-width-threshold, even-window-heights)
13657 (display-buffer-mark-dedicated): Don't encourage the use of
13658 display-buffer-alist from Elisp code.
13659
c5cde042
DN
136602011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
13661
13662 * progmodes/python.el (python-mode): Derive from prog-mode.
13663 * progmodes/ps-mode.el (ps-mode):
13664 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 13665 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
13666 * progmodes/ld-script.el (ld-script-mode): Likewise.
13667
baa1c9ab
MR
136682011-06-15 Martin Rudalics <rudalics@gmx.at>
13669
13670 * window.el (display-buffer-alist): Trim default value to avoid
13671 popping up a new frame (Bug#8857) or reusing an arbitrary window
13672 on another frame.
13673 (display-buffer): Do not fall back on popping up a new frame in
13674 batch mode (Bug#8857).
13675
c5dd5a51
CY
136762011-06-14 Chong Yidong <cyd@stupidchicken.com>
13677
13678 * cus-theme.el (describe-theme-1): Use custom-theme-p.
13679 (custom-theme-summary): New function.
13680 (customize-themes): Use it.
13681
d647b7c4
GM
136822011-06-13 Glenn Morris <rgm@gnu.org>
13683
13684 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
13685
9481c002
MR
136862011-06-13 Martin Rudalics <rudalics@gmx.at>
13687
357f93d2
MR
13688 * help.el (help-window): Remove variable.
13689 (help-window-point-marker, temp-buffer-max-height)
13690 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
13691 (help-print-return-message): Don't set help-window.
13692 (resize-temp-buffer-window): Rewrite cod eand doc-string.
13693 (help-window-setup-finish): Remove.
13694 (help-window-display-message, help-window-setup)
13695 (with-help-window): Major rewrite based on new
13696 display-buffer-window variable.
13697
13698 * help-mode.el (help-mode-finish): Remove help-window related
13699 code.
13700
13701 * view.el (view-exits-all-viewing-windows): Remove reference to
13702 view-return-to-alist in doc-string.
13703 (view-return-to-alist): Make obsolete.
13704 (view-buffer): Call pop-to-buffer-same-window and remove
13705 undo-window code.
13706 (view-buffer-other-window): Call pop-to-buffer-other-window and
13707 simplify code. Ignore second argument.
13708 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
13709 simplify code. Ignore second argument.
13710 (view-return-to-alist-update): Make obsolete.
13711 (view-mode-enter): Rename second argument to QUIT-RESTORE.
13712 Rewrite using quit-restore window parameters.
2b75be67
SM
13713 (view-mode-exit): Rename second argument to EXIT-ONLY.
13714 Rewrite using quit-restore-window.
357f93d2
MR
13715 (View-exit, View-exit-and-edit, View-leave, View-quit)
13716 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
13717 appropriate arguments.
13718 (view-end-message): Use quit-restore window parameter.
13719
9481c002
MR
13720 * window.el (display-buffer-function): Rewrite doc-string.
13721 (display-buffer-window, display-buffer-alist): New variables.
13722 (display-buffer-split-specifiers)
13723 (display-buffer-side-specifiers)
13724 (display-buffer-macro-specifiers): New constants.
13725 (display-buffer-even-window-sizes, display-buffer-set-height)
13726 (display-buffer-set-width, display-buffer-select-window)
13727 (display-buffer-in-window, display-buffer-reuse-window)
13728 (display-buffer-split-window-1, display-buffer-split-window)
13729 (display-buffer-split-atom-window, display-buffer-pop-up-window)
13730 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
13731 (display-buffer-in-side-window, normalize-buffer-to-display)
13732 (display-buffer-normalize-specifiers-1)
13733 (display-buffer-normalize-specifiers-2)
2b75be67
SM
13734 (display-buffer-normalize-specifiers, display-buffer-frame):
13735 New functions.
9481c002
MR
13736 (display-buffer): Major rewrite.
13737 (display-buffer-other-window, display-buffer-other-frame)
13738 (pop-to-buffer, switch-to-buffer-other-window)
13739 (switch-to-buffer-other-frame): Rewrite.
13740 (display-buffer-same-window, display-buffer-same-frame)
13741 (display-buffer-same-frame-other-window)
13742 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
13743 (pop-to-buffer-other-window)
13744 (pop-to-buffer-same-frame-other-window)
13745 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
13746 (switch-to-buffer-other-window-same-frame): New functions.
13747 (same-window-p, special-display-p): Rewrite disabling warnings.
13748 Make obsolete.
13749 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
13750 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
13751 Make obsolete
13752 (same-window-buffer-names, same-window-regexps)
13753 (special-display-frame-alist, special-display-popup-frame)
13754 (special-display-function, special-display-buffer-names)
13755 (special-display-regexps, pop-up-frame-alist)
13756 (pop-up-frame-function, split-window-preferred-function)
13757 (split-height-threshold, split-width-threshold)
13758 (even-window-heights): Make obsolete.
13759
9db51aca
GM
137602011-06-12 Glenn Morris <rgm@gnu.org>
13761
13762 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 13763 Misc simplifications.
9db51aca 13764
39cffb44
MR
137652011-06-12 Martin Rudalics <rudalics@gmx.at>
13766
13767 * window.el (window-safely-shrinkable-p): Restore function which
13768 was inadvertently removed in change from 2011-06-11. Declare as
13769 obsolete.
13770
2b75be67
SM
13771 * calendar/calendar.el (calendar-generate-window):
13772 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
13773 window-safely-shrinkable-p.
13774
a8955be7
GM
137752011-06-12 Glenn Morris <rgm@gnu.org>
13776
13777 * progmodes/fortran.el (fortran-mode-syntax-table):
13778 * progmodes/f90.el (f90-mode-syntax-table):
13779 Set % to punctuation. (Bug#8820)
13780 (f90-find-tag-default): Remove, no longer needed.
13781
f0d4059d
DC
137822011-06-12 Daniel Colascione <dan.colascione@gmail.com>
13783
13784 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
13785
1100a63c
CY
137862011-06-11 Chong Yidong <cyd@stupidchicken.com>
13787
13788 * image.el (image-animated-p): Return animation delay in seconds.
13789 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
13790 (image-animate-timeout): Remove DELAY argument. Don't assume
13791 every subimage has the same delay; get it from image-animated-p.
13792 (image-animate): Caller changed.
13793
def722bf
MA
137942011-06-11 Michael Albinus <michael.albinus@gmx.de>
13795
13796 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
13797 to ignored backtrace functions.
13798
0a2bb1a9
GM
137992011-06-11 Glenn Morris <rgm@gnu.org>
13800
13801 * calendar/appt.el (appt-disp-window-function): Doc fix.
13802 (appt-check): Handle overlapping appointments. (Bug#8337)
13803
6198ccd0
MR
138042011-06-11 Martin Rudalics <rudalics@gmx.at>
13805
13806 * window.el (window-tree-1, window-tree): New functions, moving
13807 the latter to window.el.
13808 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
13809 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
13810 (bw-refresh-edges): Remove.
13811 (balance-windows-1, balance-windows-2): New functions.
13812 (balance-windows): Rewrite in terms of window tree functions,
13813 balance-windows-1 and balance-windows-2.
13814 (bw-adjust-window): Remove.
13815 (balance-windows-area-adjust): New function with functionality of
13816 bw-adjust-window but using resize-window.
2b75be67
SM
13817 (set-window-text-height): Rewrite doc-string.
13818 Use normalize-live-window and resize-window.
13819 (enlarge-window-horizontally, shrink-window-horizontally):
13820 Rename argument to DELTA.
6198ccd0
MR
13821 (window-buffer-height): New function.
13822 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
13823 Rewrite using new window resize routines.
2b75be67
SM
13824 (kill-buffer-and-window, mouse-autoselect-window-select):
13825 Use ignore-errors instead of condition-case.
6198ccd0
MR
13826 (quit-window): Call delete-frame instead of delete-windows-on
13827 for the only buffer on frame.
13828
9397e56f
MR
138292011-06-10 Martin Rudalics <rudalics@gmx.at>
13830
13831 * loadup.el (top-level): Load window before files for the sake
13832 of replace-buffer-in-windows.
13833
13834 * files.el (read-buffer-to-switch)
13835 (switch-to-buffer-other-window)
2b75be67
SM
13836 (switch-to-buffer-other-frame, display-buffer-other-frame):
13837 Move to window.el.
9397e56f
MR
13838
13839 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
13840 (previous-buffer): Move to window.el.
13841
13842 * bindings.el (unbury-buffer): Move to window.el.
13843
13844 * window.el (delete-other-windows-vertically): Move after
13845 definition of delete-other-windows.
13846 (other-window, delete-windows-on, replace-buffer-in-windows):
13847 Move here from window.c.
13848 (record-window-buffer, unrecord-window-buffer)
13849 (set-window-buffer-start-and-point, switch-to-prev-buffer)
13850 (switch-to-next-buffer): New functions.
13851 (get-next-valid-buffer, last-buffer, next-buffer): Move here
13852 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
13853 (previous-buffer): Move here from simple.el.
13854 Call switch-to-prev-buffer.
9397e56f
MR
13855 (bury-buffer): Move here from buffer.c. Switch to previous
13856 buffer when window cannot be deleted.
13857 (unbury-buffer): Move here from bindings.el.
13858 (ctl-x-map): Move binding for other-window from window.c to
13859 here.
13860 (read-buffer-to-switch, switch-to-buffer-other-window)
13861 (switch-to-buffer-other-frame): Move here from files.el.
13862 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
13863 (switch-to-buffer): Move here from buffer.c.
13864 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 13865
562dd5e9
MR
138662011-06-10 Martin Rudalics <rudalics@gmx.at>
13867
13868 * window.el (window-min-height, window-min-width): Move here
13869 from window.c. Add defcustoms and rewrite doc-strings.
13870 (resize-mini-window, resize-window): New functions.
13871 (adjust-window-trailing-edge, enlarge-window, shrink-window):
13872 Move here from window.c.
13873 (maximize-window, minimize-window): New functions.
13874 (delete-window, delete-other-windows, split-window): Move here
13875 from window.c.
13876 (window-split-min-size): New function.
13877 (split-window-keep-point): Mention split-window-above-each-other
13878 instead of split-window-vertically.
2b75be67 13879 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
13880 Rename split-window-vertically to split-window-above-each-other
13881 and provide defalias for old definition.
13882 (split-window-side-by-side, split-window-horizontally):
13883 Rename split-window-horizontally to split-window-side-by-side
13884 and provide defalias for the old definition.
562dd5e9
MR
13885 (ctl-x-map): Move bindings for delete-window,
13886 delete-other-windows and enlarge-window here from window.c.
13887 Replace bindings for split-window-vertically and
13888 split-window-horizontally by bindings for
13889 split-window-above-each-other and split-window-side-by-side.
13890
13891 * cus-start.el (all): Remove entries for window-min-height and
13892 window-min-width. Add entries for window-splits and
13893 window-nest.
13894
f0da764a
GM
138952011-06-09 Glenn Morris <rgm@gnu.org>
13896
80675c21
GM
13897 * calendar/appt.el (appt-mode-line): New function.
13898 (appt-check, appt-disp-window): Use it.
13899
f0da764a
GM
13900 * files.el (hack-one-local-variable-eval-safep):
13901 Allow minor-modes with explicit +/-1 arguments.
13902
59f623b7
TZ
139032011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
13904
13905 * term/xterm.el (xterm): Add defgroup.
13906 (xterm-extra-capabilities): Add defcustom to supply known xterm
13907 capabilities, skip querying them, or query them (default).
13908 (terminal-init-xterm): Use it.
13909 (terminal-init-xterm-modify-other-keys): New function to set up
13910 modifyOtherKeys support to simplify `terminal-init-xterm'.
13911
9aab8e0d
MR
139122011-06-09 Martin Rudalics <rudalics@gmx.at>
13913
13914 * window.el (resize-window-reset, resize-window-reset-1)
13915 (resize-subwindows-skip-p, resize-subwindows-normal)
13916 (resize-subwindows, resize-other-windows, resize-this-window)
13917 (resize-root-window, resize-root-window-vertically)
13918 (window-deletable-p, window-or-subwindow-p)
13919 (frame-root-window-p): New functions.
13920
e8b08aee
GM
139212011-06-09 Glenn Morris <rgm@gnu.org>
13922
13923 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
13924 (ange-ftp-get-files): Use it.
13925
254c37a5
AK
139262011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
13927
13928 * mail/sendmail.el (mail-recover-1, mail-recover):
13929 * files.el (recover-file, recover-session):
13930 Handle dired-listing-switches not being just a single short option.
13931
35d7dbd3
GM
139322011-06-09 Glenn Morris <rgm@gnu.org>
13933
13934 * calendar/appt.el (appt-display-message, appt-disp-window):
13935 Handle lists of appointments.
13936
387522b2
MR
139372011-06-08 Martin Rudalics <rudalics@gmx.at>
13938
2b75be67
SM
13939 * window.el (one-window-p): Move down in code.
13940 Rewrite doc-string.
13941 (window-current-scroll-bars): Rewrite doc-string.
13942 Normalize live window argument.
387522b2
MR
13943 (walk-windows, get-window-with-predicate, count-windows):
13944 Rewrite doc-string. Use window-list-1.
13945 (window-in-direction-2, window-in-direction, get-mru-window):
13946 New functions.
13947
d8e4b68b 139482011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
13949
13950 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
13951 Doc fix (Bug#8713).
13952
139532011-06-08 Chong Yidong <cyd@stupidchicken.com>
13954
13955 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
13956
139572011-06-08 Juanma Barranquero <lekktu@gmail.com>
13958
13959 * loadhist.el (unload-feature-special-hooks):
13960 Add `comint-output-filter-functions'.
13961
0de12c52
IK
139622011-06-08 Ivan Kanis <gnu@kanis.fr>
13963
13964 * calendar/appt.el (appt-check): Move some initializations into the let.
13965
f3d1777e
MR
139662011-06-08 Martin Rudalics <rudalics@gmx.at>
13967
13968 * window.el (window-height): Defalias to window-total-height.
13969 (window-width): Defalias to window-body-width.
13970
18af70d0
CY
139712011-06-07 Chong Yidong <cyd@stupidchicken.com>
13972
13973 * image-mode.el (image-toggle-animation): New command.
13974 (image-mode-map): Bind it to RET.
13975 (image-mode): Update message.
13976 (image-toggle-display-image): Avoid a spurious cache flush.
13977 (image-transform-rotation): Doc fix.
13978 (image-transform-properties): Return quickly in the normal case.
13979 (image-animate-loop): Rename from image-animate-max-time.
13980
2b75be67 13981 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
13982 (create-animated-image): Remove unnecessary function.
13983 (image-animate): Rename from image-animate-start. New arg.
2b75be67 13984 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
13985 (image-animate-timer): Use car-safe.
13986 (image-animate-timeout): Rename argument.
13987
190b47e6
MR
139882011-06-07 Martin Rudalics <rudalics@gmx.at>
13989
13990 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
13991 window.c. Rename first argument to ALL-FRAMES.
13992 Rephrase doc-strings.
13993 (get-buffer-window-list): Rewrite using window-list-1.
13994 Rephrase doc-string.
a1511caf
MR
13995 (window-safe-min-height, window-safe-min-width): New constants.
13996 (window-size-ignore, window-min-size, window-min-size-1)
13997 (window-sizable, window-sizable-p, window-size-fixed-1)
13998 (window-size-fixed-p, window-min-delta-1, window-min-delta)
13999 (window-max-delta-1, window-max-delta, window-resizable)
14000 (window-resizable-p, window-total-height, window-total-width)
14001 (window-body-width): New functions.
14002 (window-full-height-p, window-full-width-p): Rewrite using
14003 window-total-size.
14004 (window-body-height): Rewrite using window-body-size.
190b47e6 14005
85cc1f11
MR
140062011-06-06 Martin Rudalics <rudalics@gmx.at>
14007
14008 * window.el (window-right, window-left, window-child)
14009 (window-child-count, window-last-child, window-any-p)
14010 (normalize-live-buffer, normalize-live-frame)
14011 (normalize-any-window, normalize-live-window)
14012 (window-iso-combination-p, window-iso-combined-p)
14013 (window-iso-combinations)
14014 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
14015 (windows-with-parameter, window-with-parameter)
14016 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
14017 (window-atom-check, window-side-check, window-check):
14018 New functions.
85cc1f11
MR
14019 (ignore-window-parameters, window-sides, window-sides-vertical)
14020 (window-sides-slots): New variables.
14021 (window-size-fixed): Move down in code. Minor doc-string fix.
14022
e7156492
AS
140232011-06-05 Andreas Schwab <schwab@linux-m68k.org>
14024
14025 * comint.el (comint-dynamic-complete-as-filename)
14026 (comint-dynamic-complete-filename): Correctly call
14027 completion-in-region.
14028
7e821d0d
DD
140292011-06-05 Deniz Dogan <deniz@dogan.se>
14030
14031 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
14032 in last change.
14033
ac09b8a1
DD
140342011-06-05 Deniz Dogan <deniz@dogan.se>
14035
14036 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
14037 (rcirc): Use it to prompt for encryption.
14038
34699b85
RW
140392011-06-05 Roland Winkler <winkler@gnu.org>
14040
14041 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
14042 (bibtex-search-entries): New command bound to C-c C-a.
14043 (bibtex-display-entries): New function.
14044
004dedd3
RW
140452011-06-05 Roland Winkler <winkler@gnu.org>
14046
14047 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
14048 (bibtex-insert-kill): After yanking insert newline if necessary.
14049 (bibtex-initialize): Call bibtex-string-files-init only once.
14050 (bibtex-mode): Do not call easy-menu-add.
14051 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
14052 (bibtex-yank): Set arg properly if nil.
14053
022fe7ce
RW
140542011-06-05 Roland Winkler <winkler@gnu.org>
14055
2b75be67
SM
14056 * textmodes/bibtex.el (bibtex-search-entry-globally):
14057 New variable.
022fe7ce
RW
14058 (bibtex-search-entry): Use it.
14059
b7c3692a
RW
140602011-06-05 Roland Winkler <winkler@gnu.org>
14061
14062 * textmodes/bibtex.el (bibtex-entry-format): New option
14063 sort-fields.
14064 (bibtex-format-entry, bibtex-reformat): Honor this option.
14065 (bibtex-parse-entry): Return fields in proper order.
14066
8eda563d
JB
140672011-06-05 Juanma Barranquero <lekktu@gmail.com>
14068
14069 * doc-view.el (doc-view-remove-if): Move computation of result out
14070 of `dolist' to silence misleading lexical-binding warning.
14071
7dbe3dbc
CY
140722011-06-04 Chong Yidong <cyd@stupidchicken.com>
14073
14074 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
14075 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
14076
0c33dd17
MA
140772011-06-04 Michael Albinus <michael.albinus@gmx.de>
14078
14079 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
14080 "SunOS 5.10".
14081
f8f91c2b
MA
140822011-06-04 Michael Albinus <michael.albinus@gmx.de>
14083
14084 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
14085 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
14086 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
14087 (tramp-parse-putty):
14088 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
14089 (tramp-completion-function-alist-ssh)
14090 (tramp-completion-function-alist-telnet)
14091 (tramp-completion-function-alist-su)
14092 (tramp-completion-function-alist-putty): Set `tramp-autoload'
14093 cookie.
14094
14095 * net/tramp-ftp.el:
14096 * net/tramp-sh.el:
14097 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
14098 load "tramp.el" `tramp-set-completion-function'.
14099
e17d9003
SM
141002011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
14101
14102 * shell.el: Require and use pcomplete.
14103 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
14104 (shell-completion-vars): Set pcomplete-default-completion-function.
14105
6c4cab03
DD
141062011-06-04 Deniz Dogan <deniz@dogan.se>
14107
14108 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
14109 `memq' (Bug#8799).
14110
ea9fafe0
SM
141112011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
14112
14113 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
14114
b3e945d3
JB
141152011-06-02 Juanma Barranquero <lekktu@gmail.com>
14116
14117 * bs.el (bs--mark-unmark, bs--nth-wrapper):
14118 * mpc.el (mpc-select-extend, mpc-songpointer-context):
14119 * vc/log-view.el (log-view-beginning-of-defun):
14120 * vc/smerge-mode.el (smerge-apply-resolution-patch)
14121 (smerge-refine-forward, smerge-refine-chopup-region):
14122 Silence warning for unused `dotimes' counter variables.
14123
7d520089
SM
141242011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
14125
14126 * net/tramp.el (tramp-with-progress-reporter): Rename from
14127 with-progress-reporter. Use `declare'.
14128 * net/tramp-smb.el:
14129 * net/tramp-sh.el:
14130 * net/tramp-gvfs.el: Update all uses.
14131
a1c2400f
JB
141322011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
14133
14134 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
14135 buffer isn't killed before making it current.
14136
2403c841
SM
141372011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
14138
14139 Silence various byte-compiler warnings.
14140 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
14141 `access-type' and new obsolescence format.
14142 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
14143 new format.
14144 (byte-compile-check-variable): New `access-type' argument.
14145 Only warn if the access-type is obsolete.
14146 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
14147 (byte-compile-variable-set): Adjust callers.
14148 * help-fns.el (describe-variable): Adjust to new obsolescence format.
14149 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
14150 setting it as obsolete.
14151 * simple.el (minibuffer-completing-symbol):
14152 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
14153 access as obsolete.
14154 * minibuffer.el (minibuffer-completing-file-name): Don't make it
14155 obsolete yet.
14156 * international/quail.el (quail-mouse-choose-completion): Remove unused
14157 code referring to obsolete var.
14158 (quail-choose-completion-string): Remove.
14159 * server.el (server-clients-with, server-kill-buffer-query-function)
14160 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
14161 * proced.el (proced-send-signal):
14162 * emacs-lisp/lisp.el (lisp-complete-symbol):
14163 Replace completion-annotate-function with completion-extra-properties.
14164
2462470b
SM
141652011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
14166
fb5b2591
SM
14167 * simple.el (goto-line): Use read-number.
14168 (overriding-map-is-bound): Remove.
14169 (saved-overriding-map): Change default.
14170 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
14171 Take the map as argument.
14172 (universal-argument, negative-argument, digit-argument): Use it.
14173 (restore-overriding-map): Adjust.
14174 (do-auto-fill): Use fill-forward-paragraph.
14175 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
14176
fd6fa53f
SM
14177 * minibuffer.el (minibuffer-inactive-mode-map): New var.
14178 (minibuffer-inactive-mode): New major mode.
14179 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
14180 the *Messages* buffer" hack.
14181 (mouse-popup-menubar): Don't burp if the event is a normal key.
14182
2462470b
SM
14183 Miscellaneous tweaks.
14184 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
14185 lexical scoping as in subr.el's dolist and dotimes.
14186 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
14187 Silence compiler warning.
14188 * thingatpt.el (forward-whitespace): Trivial coding style fix.
14189 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
14190 * international/ccl.el (ccl-compile): Trivial simplification.
14191 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
14192 * emacs-lisp/testcover.el (testcover-end): Remove spurious
14193 `printflag' argument.
14194 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14195 Purecopy the whole obsolescence data.
14196
108bf785
LL
141972011-06-01 Leo Liu <sdl.web@gmail.com>
14198
14199 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
14200 improve doc-string as suggested by Marco Pessotto
14201 <melmothx@gmail.com>.
14202 (rcirc-print): Fix last change.
14203
30a23501
SM
142042011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14205
14206 * minibuffer.el (complete-with-action): Return nil for the metadata and
14207 boundaries of non-functional tables.
14208 (completion-table-dynamic): Return nil for the metadata.
14209 (completion-table-with-terminator): Add default case, using
14210 complete-with-action.
14211 (completion--metadata): New function.
14212 (completion-all-sorted-completions, minibuffer-completion-help): Use it
14213 to try and avoid pathological performance problems.
14214 (completion--embedded-envvar-table): Return `category' metadata.
14215
bcd54f83
LMI
142162011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
14217
14218 * subr.el (process-alive-p): New tiny convenience function.
14219
e227544d
SM
142202011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14221
14222 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
14223 content but also its previous major mode.
14224
e8296fdc
HE
142252011-05-31 Helmut Eller <eller.helmut@gmail.com>
14226
4d61f28d 14227 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
14228 *Backtrace* buffer when we exit with C-M-c.
14229
620c53a6
SM
142302011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14231
14232 * minibuffer.el: Add metadata method to completion tables.
14233 (completion-category-overrides): New defcustom.
14234 (completion-metadata, completion--field-metadata)
14235 (completion-metadata-get, completion--styles)
14236 (completion--cycle-threshold): New functions.
14237 (completion-try-completion, completion-all-completions):
14238 Add `metadata' argument to choose completion-styles.
14239 (completion--do-completion): Use metadata to choose cycling.
14240 (completion-all-sorted-completions): Use metadata for sorting.
14241 Remove :completion-cycle-penalty which is not needed any more.
14242 (completion--try-word-completion): Add `metadata' argument.
14243 (minibuffer-completion-help): Check metadata for annotation function
14244 and sorting.
14245 (completion-file-name-table): Return `category' metadata.
14246 (minibuffer-completing-file-name): Make obsolete.
14247 * simple.el (minibuffer-completing-symbol): Make obsolete.
14248 * icomplete.el (icomplete-completions): Pass new `metadata' param to
14249 completion-try-completion.
14250
1257e755
SM
142512011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
14252
14253 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
14254
3767e706
LL
142552011-05-30 Leo Liu <sdl.web@gmail.com>
14256
14257 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
14258 (rcirc-print): Decode all incoming messages (bug#8744).
14259 (rcirc-decode-coding-system): Allow value nil for automatic coding
14260 system detection.
3767e706 14261
d1a5d56a
GM
142622011-06-01 Glenn Morris <rgm@gnu.org>
14263
14264 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
14265
e8cbec34
CY
142662011-05-29 Chong Yidong <cyd@stupidchicken.com>
14267
14268 * image.el (image-animate-max-time): Allow nil and t values.
14269 Default to nil.
14270 (create-animated-image): Doc fix.
14271 (image-animate-start): Remove second arg; just use
14272 image-animate-max-time.
14273 (image-animate-timeout): Doc fix. Args changed.
14274
14275 * image-mode.el (image-toggle-display-image): Ensure that the
14276 image spec passed to the animate timer is the same object as in
58179cce 14277 the buffer's display property (Bug#6981).
e8cbec34
CY
14278 (image-transform-properties): Doc fix.
14279
14280 * image.el (image-animate-max-time): Default to nil.
14281
159daf87
MR
142822011-05-29 Martin Rudalics <rudalics@gmx.at>
14283
14284 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
14285 entire buffer list (Bug#8184).
14286
d66c4c7c
CY
142872011-05-29 Chong Yidong <cyd@stupidchicken.com>
14288
14289 * image.el (imagemagick-types-inhibit)
14290 (imagemagick-register-types): Doc fix.
14291
80aec780
DD
142922011-05-29 Deniz Dogan <deniz@dogan.se>
14293
14294 * net/rcirc.el (rcirc): Use the user's stored encryption method by
14295 default.
14296
1dd3c2d9
CY
142972011-05-29 Chong Yidong <cyd@stupidchicken.com>
14298
14299 * select.el: Don't perform clipboard-manager saving in hooks;
14300 leave the hooks empty.
14301
60e56523
LL
143022011-05-28 Leo Liu <sdl.web@gmail.com>
14303
14304 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
14305 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
14306 (occur-edit-mode): New major mode (Bug#8463).
14307 (occur-after-change-function): New function.
14308 (occur-engine): Give Occur tags a read-only property.
14309
2b1e1a22
KR
143102011-05-28 Kevin Ryde <user42@zip.com.au>
14311
14312 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
14313
5d344e88
CY
143142011-05-28 Chong Yidong <cyd@stupidchicken.com>
14315
8e6ca83d
CY
14316 * bindings.el (help-echo): Make the initial non-indicator dash
14317 empty on graphical terminals (Bug#7295).
14318
5d344e88
CY
14319 * files.el (auto-mode-alist): Move config rule after the
14320 in-stripping one (Bug#8547).
14321
bfbbace7
CY
14322 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
14323
fbeba6e2
CY
14324 * startup.el (normal-splash-screen): Remove gratuitous mode-line
14325 setting (Bug#8740).
14326
60ed8c72
AA
143272011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
14328
4ac619f0
AA
14329 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
14330 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
14331 (Bug#8539).
60ed8c72 14332
23db196e
CY
143332011-05-28 Chong Yidong <cyd@stupidchicken.com>
14334
14335 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
14336
5012f24c
DK
143372011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
14338
14339 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
14340 (hs-hide-block-at-point, hs-find-block-beginning)
14341 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
14342 (Bug#8279).
14343
6a639b16
GM
143442011-05-28 Glenn Morris <rgm@gnu.org>
14345
14346 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
14347
d43eaf2c
CY
143482011-05-28 Chong Yidong <cyd@stupidchicken.com>
14349
5199bde1
CY
14350 * help-fns.el (describe-function-1): If the function is a derived
14351 major mode, print the parent mode.
14352
d43eaf2c
CY
14353 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
14354 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
14355
423428a8
SM
143562011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14357
0ff8e1ba 14358 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 14359 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
14360 * progmodes/etags.el (tags-completion-at-point-function):
14361 * info-look.el (info-lookup-completions-at-point): Mark as
14362 non-exclusive.
14363 (info-complete): Adjust accordingly.
14364
423428a8
SM
14365 * info-look.el: Convert to lexical-binding and completion-at-point.
14366 (info-lookup-completions-at-point): New function.
14367 (info-complete): Use it and completion-in-region.
14368
b74aa22b
DA
143692011-05-28 Drew Adams <drew.adams@oracle.com>
14370
14371 * isearch.el: Let M-e start with point at the first mismatched char.
14372 (isearch-fail-pos): New function.
14373 (isearch-edit-string): Use it.
14374
66e2e71d
DK
143752011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
14376
14377 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
14378
b1890b0f 143792011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
14380
14381 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
14382 traversal functions for avl-trees.
14383 (avl-tree--stack): New struct.
14384 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
14385 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
14386 (avl-tree--do-enter): Add optional `updatefun' arg.
14387 Change return value.
eb95d01d 14388 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
14389 (avl-tree--do-delete): Add `test' and `nilflag' args.
14390 Change return value.
eb95d01d
TC
14391 (avl-tree-member): Add optional `nilflag'
14392 (avl-tree-member-p): New function.
14393 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
14394 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
14395 (avl-tree-stack-empty-p): New functions.
14396
3769ddcf
TC
14397 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
14398 avl-tree--del-balance1 and make it work both ways.
14399 (avl-tree--del-balance2): Remove.
14400 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
14401 make it work both ways.
14402 (avl-tree--enter-balance2): Remove.
14403 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
14404 New macros.
14405 (avl-tree--mapc, avl-tree-map): Add direction argument.
14406
eb95d01d 144072011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
14408
14409 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
14410
a9f737ee
CY
144112011-05-27 Chong Yidong <cyd@stupidchicken.com>
14412
14413 * select.el: Support clipboard managers with built-in function
14414 x-clipboard-manager-save, via delete-frame-functions and
14415 kill-emacs-hook.
14416 (xselect-convert-to-targets): Add MULTIPLE target to list.
14417 (xselect-convert-to-save-targets): New function.
14418
c92a1e54
KH
144192011-05-27 Kenichi Handa <handa@m17n.org>
14420
14421 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
14422 let-binding rfc2047-encode-encoded-words to nil.
14423
e145f188
GM
144242011-05-27 Glenn Morris <rgm@gnu.org>
14425
5ec8a862
GM
14426 * mail/emacsbug.el: Don't require url-util.
14427
4b29d9fb
GM
14428 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
14429
e145f188
GM
14430 * files.el (set-auto-mode):
14431 Also respect mode: entries at the end of the file. (Bug#8586)
14432
7d15102b
GM
144332011-05-26 Glenn Morris <rgm@gnu.org>
14434
98f593b8
GM
14435 * files.el (hack-local-variables-prop-line, hack-local-variables):
14436 Downcase mode names, as seems to be traditional.
27b48e63 14437 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 14438
7d15102b
GM
14439 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
14440 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
14441
51d5b4ec
JD
144422011-05-25 Julien Danjou <julien@danjou.info>
14443
14444 * textmodes/rst.el (rst-define-level-faces): Do not define face
14445 symbol if it is already defined.
14446
91513f63
VB
144472011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
14448
14449 * play/5x5.el (5x5-new-game, 5x5-randomize):
14450 Reset 5x5-solver-output to nil when a new grid is cast.
14451 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
14452 these debugging traces, as defmacro breaks the compiled code.
14453
4d90d6d0
DK
144542011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
14455
14456 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
14457
e1b90ef6
LL
144582011-05-24 Leo Liu <sdl.web@gmail.com>
14459
14460 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
14461 (vc-bzr-sha1): Adapt.
14462
d8e4b68b 14463 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
14464
14465 * bindings.el: Provide sha1 feature.
14466
db0406bb 144672011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
14468
14469 * mail/sendmail.el: Require `rfc2047'.
14470 (mail-insert-from-field): Do not perform RFC2047 encoding.
14471 (mail-encode-header): New function.
14472 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
14473 buffer to the return value of select-message-coding-system.
14474 Call mail-encode-header.
b8d747b9
KH
14475
14476 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
14477
db0406bb 144782011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 14479
4d90d6d0
DK
14480 * mail/supercite.el (sc-default-cite-frame):
14481 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 14482
eb8a5e9b
GM
144832011-05-24 Glenn Morris <rgm@gnu.org>
14484
f8630703
GM
14485 * progmodes/python.el (brm-menu): Declare.
14486
8831bbed
GM
14487 * emulation/viper.el (viper-set-hooks): Declare.
14488
eb8a5e9b
GM
14489 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
14490 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
14491 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
14492 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
14493 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
14494 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
14495
a2a25d24
SM
144962011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
14497
14498 Add an :exit-function for completion-at-point.
14499
14500 * minibuffer.el (completion--done): New fun.
14501 (completion--do-completion): Use it. New arg `expect-exact'.
14502 (minibuffer-complete, minibuffer-complete-word): Don't output message,
14503 since completion--do-completion does it for us now.
14504 (minibuffer-force-complete): Use completion--done and
14505 completion--replace. Handle sole-completion case with more care.
14506 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
14507 (completion-extra-properties): New var.
14508 (completion-annotate-function): Make obsolete.
14509 (minibuffer-completion-help): Adjust accordingly.
14510 Use completion-list-insert-choice-function.
14511 (completion-at-point, completion-help-at-point):
14512 Bind completion-extra-properties.
14513 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
14514 * simple.el (completion-list-insert-choice-function): New var.
14515 (completion-setup-function): Preserve it.
14516 (choose-completion): Pay attention to it, shuffle the code a bit.
14517 (choose-completion-string): New arg `insert-function'.
14518
14519 * textmodes/bibtex.el: Convert to lexical binding.
14520 (bibtex-mode-map): Use completion-at-point.
14521 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
14522 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
14523 (bibtex-complete): Define as obsolete alias.
14524 (bibtex-complete-internal): Remove.
14525 (bibtex-format-entry): Remove unused sub-group in regexp.
14526 * shell.el (shell--command-completion-data)
14527 (shell-environment-variable-completion):
14528 * pcomplete.el (pcomplete-completions-at-point):
14529 * comint.el (comint--complete-file-name-data): Use :exit-function
14530 instead of completion-table-with-terminator so it also works for
14531 choose-completion.
14532
e44e373d
SM
145332011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14534
4f91a816
SM
14535 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
14536
782fc819
SM
14537 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
14538 (bug#8710).
14539
e44e373d
SM
14540 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
14541
381987c3
KM
145422011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
14543
14544 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
14545 customization variable and implement: If non-nil, auto-fill will
14546 be inhibited while on topic's header line.
14547
b776bc70
VB
145482011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
14549
14550 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 14551 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
14552 always have a solution in grid size = 5 cases.
14553 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
14554 (5x5-solver-output, 5x5-log-buffer): New vars.
14555 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
14556 Make these variables buffer local to achieve 5x5 multi-session-ness.
14557 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
14558 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
14559 (5x5-solve-suggest): New funs.
14560 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
14561 randomize a grid so that we ensure that there is always a solution.
14562 (5x5-make-random-grid): Allow other movement than flipping.
14563
7de88b6e
KR
145642011-05-23 Kevin Ryde <user42@zip.com.au>
14565
14566 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 14567 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
14568 advice and passes PREDICATE.
14569
b1ef1257
SM
145702011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14571
bbca48fe
SM
14572 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
14573 byte-compile-lambda if it's actually a lambda.
14574
b1ef1257
SM
14575 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
14576 Fix function quoting. Use backquote better.
14577
92a9cc65
YS
145782011-05-22 Yuanle Song <sylecn@gmail.com>
14579
14580 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
14581 matching (Bug#8516).
14582
f0fb8059
JA
145832011-01-22 Jari Aalto <jari.aalto@cante.net>
14584
14585 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
14586 different face (Bug#8178).
14587
d5b44c93
CY
145882011-05-22 Chong Yidong <cyd@stupidchicken.com>
14589
14590 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
14591 defface (Bug#8144).
14592
79106a44
SM
145932011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
14594
9c848d8a
SM
14595 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
14596 funcall as well (bug#8712). Warn when performing those conversions.
14597 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
14598
79106a44
SM
14599 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
14600
88dfa756
GM
146012011-05-22 Glenn Morris <rgm@gnu.org>
14602
14603 * files.el (hack-local-variables-prop-line): Small simplifications.
14604 (hack-local-variables, hack-local-variables-prop-line):
14605 If MODE-ONLY, return the mode, rather than just `t'.
14606
b7cf2c79
SM
146072011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
14608
14609 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
14610
3f1a8558
GM
146112011-05-21 Glenn Morris <rgm@gnu.org>
14612
7e4ccca3
GM
14613 * files.el (hack-local-variables-prop-line, hack-local-variables):
14614 If only interested in the mode, don't bother doing the other stuff.
14615
637d46ca
GM
14616 * image-mode.el (image-after-revert-hook):
14617 Redraw all frames on which the image is visible. (Bug#8567)
14618
973d955b
GM
14619 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
14620
3f1a8558
GM
14621 * wid-edit.el (widget-checklist-match-inline):
14622 Fix 2011-04-19 change. (Bug#8649)
14623
96479927
SM
146242011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
14625
1dcf791f
SM
14626 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
14627 Also allow singlespace after single-letter capitals followed by a dot.
14628
96479927
SM
14629 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
14630 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
14631
35fd0881
N
146322011-05-20 Nix <nix@esperi.org.uk>
14633
14634 * files.el (basic-save-buffer-2):
14635 Fix handling of break-hardlink-on-save with non-existent files.
14636
82745640
DD
146372011-05-19 Deniz Dogan <deniz@dogan.se>
14638
14639 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 14640 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 14641
4a720484
GM
146422011-05-19 Glenn Morris <rgm@gnu.org>
14643
d1f21341
GM
14644 * progmodes/f90.el (f90-type-def-re):
14645 Handle "type, bind(c)". (Bug#8691)
14646
4a720484
GM
14647 * emacs-lisp/autoload.el (batch-update-autoloads):
14648 Set autoload-excludes by parsing loadup.el rather than Makefiles.
14649
2fb0a219
MA
146502011-05-18 Michael Albinus <michael.albinus@gmx.de>
14651
14652 * net/tramp.el (tramp-process-actions): Set "first-password-request"
14653 property for the correct connection in case of multihops.
14654
e565dd37
GM
146552011-05-18 Glenn Morris <rgm@gnu.org>
14656
c2571358 14657 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
14658 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
14659
e565dd37
GM
14660 Rationalize calendar handling of day and month abbrev-arrays.
14661 * calendar/calendar.el (calendar-customized-p): New function.
14662 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
14663 (calendar-day-name-array, calendar-month-name-array): Doc fix.
14664 Add :set function.
14665 (calendar-abbrev-length, calendar-day-abbrev-array)
14666 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
14667 (calendar-day-abbrev-array, calendar-month-abbrev-array):
14668 Elements may no longer be nil.
14669 (calendar-day-name, calendar-month-name):
14670 Update for changed nature of abbrev arrays.
14671 * calendar/diary-lib.el (diary-name-pattern):
14672 Update for changed nature of abbrev arrays.
14673 (diary-mark-entries-1): Update calendar-make-alist calls.
14674 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
14675 * calendar/cal-html.el (cal-html-day-abbrev-array):
14676 Simply inherit from calendar-day-abbrev-array.
14677
1d99a745
SM
146782011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14679
14680 * progmodes/grep.el (grep-mode): Disable default
14681 compilation-directory-matcher setting (bug#8684).
14682
7c1d9aa0
MA
146832011-05-17 Michael Albinus <michael.albinus@gmx.de>
14684
14685 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
14686 instead of "head" and "tail". There were problems with SunOS 5.9,
14687 and it performs better.
14688
3952e9d8
GM
146892011-05-17 Glenn Morris <rgm@gnu.org>
14690
2dd12e7f
GM
14691 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
14692
e4157b9c
GM
14693 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
14694 Replace obsolete function.
14695
8e249bbd
GM
14696 * shell.el (pcomplete-parse-arguments-function): Declare.
14697
3952e9d8
GM
14698 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
14699 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
14700 (appt-check): Doc fixes.
14701 (appt-disp-window-function, appt-delete-window-function):
14702 Remove needless special case in custom :type.
14703 (appt-display-count): Default to 0, not nil.
14704 (appt-check): Reset appt-display-count to 0, not nil.
14705
c71a0d48 147062011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 14707
c71a0d48
GM
14708 * progmodes/python.el (python-font-lock-keywords):
14709 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 14710
31d55be9
SM
147112011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
14712
14713 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
14714
3bfacb2f
KR
147152011-05-16 Kevin Ryde <user42@zip.com.au>
14716
14717 * info-look.el (makefile-automake-mode): New setups, looking in
14718 automake manual, then makefile-mode.
14719 (makefile-mode): Remove automake manual, have it just in
14720 makefile-automake-mode since there's various things different or
14721 not relevant to plain make.
14722 (makefile-mode): Remove "other-modes" non-existent automake-mode,
14723 believe a hypothetical automake-mode would go to makefile-mode,
14724 not the other way around.
14725
c8e83751
CY
147262011-05-15 Chong Yidong <cyd@stupidchicken.com>
14727
5e9e35cd
CY
14728 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
14729 hunk-end tags (Bug#8672).
14730
c8e83751
CY
14731 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
14732 vc-annotate-show-diff-revision-at-line (Bug#8671).
14733
50b23e5a
GM
147342011-05-14 Glenn Morris <rgm@gnu.org>
14735
7210a739
GM
14736 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
14737 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
14738 (change-log-font-lock-keywords): Also handle multiple author lines
14739 with leading tabs. (Bug#8644)
7210a739 14740
4691905a
GM
14741 * calendar/appt.el (appt-check): Rename some local variables.
14742 Some simplification/reordering.
14743
50b23e5a
GM
14744 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
14745 (feedmail-sendmail-f-doesnt-sell-me-out)
14746 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14747 (feedmail-debug-sit-for, feedmail-queue-express-hook)
14748 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
14749 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
14750 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
14751 (feedmail-binmail-gnulinuxish-template):
14752 Rename from feedmail-binmail-linuxish-template.
14753 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
14754 Use insert-buffer-substring.
14755
215cda7c
BC
147562011-05-14 Bill Carpenter <bill@carpenter.org>
14757
14758 * mail/feedmail.el (feedmail-patch-level): Increase.
14759 (feedmail-debug): New custom group.
14760 (feedmail-confirm-outgoing-timeout)
14761 (feedmail-sendmail-f-doesnt-sell-me-out)
14762 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14763 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
14764 (feedmail-sender-line, feedmail-from-line)
14765 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 14766 (feedmail-spray-this-address)
215cda7c
BC
14767 (feedmail-spray-address-fiddle-plex-list)
14768 (feedmail-queue-use-send-time-for-date)
14769 (feedmail-queue-use-send-time-for-message-id)
14770 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
14771 (feedmail-buffer-eating-function):
14772 Doc fixes.
14773 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
14774 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
14775 (feedmail-message-action-scroll-down): New functions.
14776 (feedmail-queue-directory, feedmail-queue-draft-directory):
14777 Use expand-file-name.
14778 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
14779 Remove C-v help entry.
14780 (feedmail-queue-buffer-file-name): New variable.
14781 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
14782 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
14783 (feedmail-message-action-send-strong, feedmail-message-action-edit)
14784 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
14785 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
14786 (feedmail-message-action-toggle-spray)
14787 (feedmail-run-the-queue-no-prompts)
14788 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
14789 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
14790 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
14791 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
14792 (feedmail-envelope-deducer, feedmail-fiddle-from)
14793 (feedmail-fiddle-sender, feedmail-default-date-generator)
14794 (feedmail-fiddle-date, feedmail-fiddle-message-id)
14795 (feedmail-fiddle-spray-address)
14796 (feedmail-fiddle-list-of-spray-fiddle-plexes)
14797 (feedmail-fiddle-list-of-fiddle-plexes)
14798 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
14799 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
14800 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
14801 Change default. Doc fix.
14802 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
14803 (feedmail-binmail-linuxish-template): New constant.
14804 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
14805 Respect feedmail-sendmail-f-doesnt-sell-me-out.
14806 (feedmail-send-it): Add debug call.
14807 Use feedmail-queue-buffer-file-name, and
14808 feedmail-send-it-immediately-wrapper.
14809 (feedmail-message-action-send): Add debug call.
14810 Use feedmail-send-it-immediately-wrapper.
14811 (feedmail-queue-express-to-queue): Add debug call.
14812 Run feedmail-queue-express-hook.
14813 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
14814 (feedmail-message-action-help-blat):
14815 Rename from feedmail-queue-send-edit-prompt-help-first.
14816 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
14817 Check line-endings. Handle errors better.
14818 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
14819 Doc fix. Add debug call.
14820 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
14821 Use feedmail-queue-send-edit-prompt-inner.
14822 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
14823 (feedmail-queue-send-edit-prompt-inner): New function, extracted
14824 from feedmail-queue-send-edit-prompt.
14825 (feedmail-queue-send-edit-prompt-help)
14826 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
14827 (feedmail-tidy-up-slug): Add debug call.
14828 Respect feedmail-queue-slug-suspect-regexp.
14829 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
14830 (feedmail-dump-message-to-queue): Add debug call.
14831 Expand queue-directory.
14832 (feedmail-dump-message-to-queue): Change message slightly.
14833 Use feedmail-say-chatter.
14834 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
14835 (feedmail-send-it-immediately-wrapper): New function.
14836 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
14837 Insert empty string rather than newline. Handle full-frame case.
14838 Use catch/throw. Use feedmail-say-chatter.
14839 (feedmail-fiddle-from): Try mail-host-address.
14840 (feedmail-default-message-id-generator): Doc fix.
14841 Bind system-time-locale. Handle missing end.
14842 (feedmail-fiddle-x-mailer): Add debug call.
14843 Handle feedmail-x-mailer-line being nil.
14844 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
14845 Add debug call. Use buffer-substring-no-properties.
14846 (feedmail-say-debug, feedmail-say-chatter): New functions.
14847 (feedmail-find-eoh): Give an explicit error.
14848
42c7e61e
UJ
148492011-05-13 Ulf Jasper <ulf.jasper@web.de>
14850
c2571358 14851 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 14852 family from helvetica to sans.
c2571358 14853 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
14854 etc/images/newsticker.
14855
c2571358 14856 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
14857 family from helvetica to sans.
14858
14859 * net/newst-plainview.el (newsticker-new-item-face)
14860 (newsticker-old-item-face, newsticker-immortal-item-face)
14861 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 14862 (newsticker-statistics-face): Change default family from
42c7e61e 14863 helvetica to sans.
c2571358 14864 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
14865 etc/images/newsticker.
14866
5d3385a0
JB
14867 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
14868 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
14869 auto-marking.
14870
8497a297
DV
148712011-05-13 Didier Verna <didier@xemacs.org>
14872
14873 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
14874 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
14875 TODO entries.
8497a297
DV
14876 (lisp-lambda-list-keyword-parameter-indentation)
14877 (lisp-lambda-list-keyword-parameter-alignment)
14878 (lisp-lambda-list-keyword-alignment): New customizable user options.
14879 (lisp-indent-defun-method): Improve docstring.
14880 (extended-loop-p): Fix comment.
14881 (lisp-indent-lambda-list-keywords-regexp): New variable.
14882 (lisp-indent-lambda-list): New function.
14883 (lisp-indent-259): Use it.
14884 (lisp-indent-defmethod): Support for more than one
14885 method qualifier and properly indent methods lambda-lists.
14886 (defgeneric): Provide a missing common-lisp-indent-function property.
14887
f278f87f
SM
148882011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14889
14890 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
14891 bounds for the empty string (bug#8667).
14892
5233edd7
GM
148932011-05-13 Glenn Morris <rgm@gnu.org>
14894
5237a44f
GM
14895 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
14896
8340026c 14897 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 14898 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 14899
5233edd7 14900 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 14901 (appt-time-msg-list): Doc fix.
a5464014 14902 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 14903
92d10796
AS
149042011-05-12 Andreas Schwab <schwab@linux-m68k.org>
14905
14906 * progmodes/ld-script.el (ld-script-keywords)
14907 (ld-script-builtins): Update keywords list.
14908
914a0ae1
SM
149092011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14910
c89be45f
SM
14911 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
14912
914a0ae1
SM
14913 * shell.el (shell-completion-vars): New function.
14914 (shell-mode):
14915 * simple.el (read-shell-command): Use it.
14916 (blink-matching-open): No need for " [...]" in minibuffer-message.
14917
98dc3df3
GM
149182011-05-12 Glenn Morris <rgm@gnu.org>
14919
14920 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
14921 (appt-check): Simplify.
14922
d2fc7e3d 149232011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 14924
4d61f28d 14925 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
14926 literal "/dev/null".
14927
d2fc7e3d 149282011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
14929
14930 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
14931 Fix typo.
14932
d2fc7e3d 149332011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 14934
3f254caa
SM
14935 * progmodes/which-func.el (which-function):
14936 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
14937 which might not be defined (Bug#8260).
14938
d45885f7
GM
149392011-05-12 Glenn Morris <rgm@gnu.org>
14940
14941 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
14942 Let byte-compile-initial-macro-environment always take precedence.
14943
488086f4
SM
149442011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14945
14946 * net/rcirc.el: Add support for SSL/TLS connections.
14947 (rcirc-server-alist): New field `encryption'.
14948 (rcirc): Check `encryption' settings.
14949 (rcirc-connect): New arg `encryption'. Use open-network-stream.
14950 Merge make-local-variable into `set'.
14951 (rcirc--connection-open-p): New function.
14952 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
14953 the process is not a network process (e.g. running gnutls-cli).
14954 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14955 Make rcirc-(en|de)code-coding-system local here.
14956 (rcirc-mode): Merge make-local-variable into `set'.
14957 (rcirc-parent-buffer): Make permanent buffer-local.
14958 (rcirc-multiline-minor-mode): Don't do it here.
14959 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
14960 there's no server buffer.
14961
7d3b9d44
GM
149622011-05-11 Glenn Morris <rgm@gnu.org>
14963
f64049c6
GM
14964 * newcomment.el (comment-kill): Prefix "unused" local.
14965
93c9df73
GM
14966 * term/w32console.el (get-screen-color): Declare.
14967
7d3b9d44
GM
14968 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
14969 Handle symbol elements of byte-compile-initial-macro-environment.
14970
9e2dd53f
LL
149712011-05-10 Leo Liu <sdl.web@gmail.com>
14972
488086f4
SM
14973 * bookmark.el (bookmark-bmenu-mode-map):
14974 Bind bookmark-bmenu-search to `/'.
8b340240 14975
9e2dd53f 14976 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
14977 (footnote-unicode-string, footnote-unicode-regexp): New variable.
14978 (Footnote-unicode): New function.
14979 (footnote-style-alist): Add unicode style to the list.
14980 (footnote-style): Doc fix.
9e2dd53f 14981
79b70037
GM
149822011-05-10 Jim Meyering <meyering@redhat.com>
14983
14984 Fix doubled-word typos.
14985 * international/quail.el (quail-insert-kbd-layout): and and -> and
14986 * kermit.el: and and -> and
14987 * net/ldap.el (ldap-search-internal): to to -> to
14988 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
14989 * progmodes/js.el (js-mode): and and -> and
14990 * textmodes/artist.el (artist-move-to-xy): at at -> at
14991 (artist-draw-region-trim-line-endings): if if -> if
14992 And Safetyc -> Safety.
14993 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
14994
b8f82dc1 149952011-05-10 Glenn Morris <rgm@gnu.org>
f1a71c6e 14996 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
14997
14998 * files.el (hack-one-local-variable-eval-safep):
14999 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
15000
4f99f44b
GM
150012011-05-10 Glenn Morris <rgm@gnu.org>
15002
15003 * calendar/diary-lib.el (diary-list-entries-hook)
15004 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
15005 (diary-nongregorian-marking-hook, diary-list-entries)
15006 (diary-include-other-diary-files, diary-mark-entries)
15007 (diary-mark-included-diary-files): Doc fixes.
15008
84f29e6b
JB
150092011-05-09 Juanma Barranquero <lekktu@gmail.com>
15010
15011 * misc.el: Require tabulated-list.el during compilation.
15012
9bedd73a
CY
150132011-05-09 Chong Yidong <cyd@stupidchicken.com>
15014
488086f4
SM
15015 * progmodes/compile.el (compilation-start):
15016 Run compilation-filter-hook for the async case too.
9bedd73a
CY
15017 (compilation-filter-hook): Doc fix.
15018
797c735c
DD
150192011-05-09 Deniz Dogan <deniz@dogan.se>
15020
15021 * wdired.el: Remove outdated installation comment. Fix usage
15022 comment.
15023
5f4b1dfe
JB
150242011-05-09 Juanma Barranquero <lekktu@gmail.com>
15025
15026 * misc.el: Implement new command `list-dynamic-libraries'.
15027 (list-dynamic-libraries--loaded-only-p): New variable.
15028 (list-dynamic-libraries--refresh): New function.
15029 (list-dynamic-libraries): New command.
15030
4c44026c
CY
150312011-05-09 Chong Yidong <cyd@stupidchicken.com>
15032
488086f4
SM
15033 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15034 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
15035 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
15036 higher priority to avoid clobbering by gnu.
15037
027f966d
CY
150382011-05-08 Chong Yidong <cyd@stupidchicken.com>
15039
15040 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
15041 if the face has existing theme settings (Bug#8454).
15042
085f5d7d
CY
150432011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
15044
488086f4
SM
15045 * progmodes/perl-mode.el (perl-imenu-generic-expression):
15046 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 15047
2a86a00c
RS
15048 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
15049 special file names `.' and `..' (Bug#8259).
15050
d9c54a06
CY
150512011-05-08 Chong Yidong <cyd@stupidchicken.com>
15052
488086f4
SM
15053 * progmodes/grep.el (grep-mode-font-lock-keywords):
15054 Remove buffer-changing entries.
d9c54a06
CY
15055 (grep-filter): New function.
15056 (grep-mode): Add it to compilation-filter-hook.
15057
15058 * progmodes/compile.el (compilation-filter-hook)
15059 (compilation-filter-start): New defvars.
15060 (compilation-filter): Call compilation-filter-hook prior to
15061 updating the process mark.
15062
c4662635
SM
150632011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
15064
15065 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
15066
b0512a1d
EZ
150672011-05-07 Eli Zaretskii <eliz@gnu.org>
15068
605c9376
EZ
15069 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
15070 mailclient-send-it even if window-system is nil. (Bug#8595)
15071
c4662635
SM
15072 * term/w32console.el (terminal-init-w32console):
15073 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
15074 background-mode. (Bug#8597)
15075
d1dc2cc2
SM
150762011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
15077
15078 Make bytecomp.el understand that defmethod defines funs (bug#8631).
15079 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
15080 New functions.
15081 (defgeneric, eieio--defmethod): Use them.
15082 (eieio-defgeneric): Remove.
15083 (defmethod): Call defgeneric in a way visible to the byte-compiler.
15084
915d1300
GM
150852011-05-07 Glenn Morris <rgm@gnu.org>
15086
a3961c3e
GM
15087 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
15088 Use let rather than let*.
15089 (timeclock-find-discrep): Remove unused local.
15090
314347b9
GM
15091 * calendar/diary-lib.el (diary-comment-start): Doc fix.
15092
915d1300
GM
15093 * calendar/appt.el (appt-time-msg-list): Doc fix.
15094
275b59b0
NF
150952011-05-06 Noah Friedman <friedman@splode.com>
15096
15097 * apropos.el (apropos-print-doc): Only use
15098 emacs-lisp-docstring-fill-column when it is bound to an integer,
15099 per that variable's documentation.
15100
6c19f744
SM
151012011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15102
15103 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 15104 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 15105
60f884b2
GM
151062011-05-06 Glenn Morris <rgm@gnu.org>
15107
5006e634
GM
15108 * calendar/appt.el (appt-message-warning-time): Doc fix.
15109 (appt-warning-time-regexp): New option.
15110 (appt-make-list): Respect appt-message-warning-time.
15111
548d0a63
GM
15112 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
15113 New options.
15114 (diary-add-to-list): Strip comments from the displayed string.
15115 (diary-mode): Set comment-start and comment-end.
15116
60f884b2
GM
15117 * vc/diff-mode.el (smerge-refine-subst): Declare.
15118 (diff-refine-hunk): Don't require smerge-mode when compiling.
15119
989681bb
JB
151202011-05-06 Juanma Barranquero <lekktu@gmail.com>
15121
15122 * simple.el (list-processes): Return nil as the docstring says.
15123
a6bc05e1
MA
151242011-05-05 Michael Albinus <michael.albinus@gmx.de>
15125
15126 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
15127 to "".
15128 (ange-ftp-write-region, ange-ftp-insert-file-contents)
15129 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
15130 determining of binary transfer. (Bug#7383)
15131
23c22e9a
MA
151322011-05-05 Michael Albinus <michael.albinus@gmx.de>
15133
c4662635
SM
15134 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
15135 Fix port computation bug. (Bug#8618)
23c22e9a 15136
0bff894f
GM
151372011-05-05 Glenn Morris <rgm@gnu.org>
15138
b8296902
GM
15139 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
15140
1f522ce8
GM
15141 * simple.el (shell-dynamic-complete-functions)
15142 (comint-dynamic-complete-functions): Declare.
15143
cf5bee67
GM
15144 * net/network-stream.el (gnutls-negotiate):
15145 * simple.el (tabulated-list-print): Fix declarations.
15146
15147 * progmodes/gud.el (syntax-symbol, syntax-point):
15148 Remove unnecessary and incorrect declarations.
15149
0bff894f
GM
15150 * emacs-lisp/check-declare.el (check-declare-scan):
15151 Handle byte-compile-initial-macro-environment in bytecomp.el
15152
9869b3ae
SM
151532011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
15154
15155 Fix earlier half-done eieio-defmethod change (bug#8338).
15156 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
15157 Streamline and change calling convention.
15158 (defmethod): Adjust accordingly and simplify.
15159 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
15160 new eieio--defmethod.
15161 (slot-boundp): Minor CSE simplification.
15162
9c1d5ac5
MZ
151632011-05-05 Milan Zamazal <pdm@zamazal.org>
15164
15165 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
15166 (glasses-make-readable): Use glasses-separate-capital-groups.
15167
455c834e
JB
151682011-05-05 Juanma Barranquero <lekktu@gmail.com>
15169
15170 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
15171 (warning-series): Doc fix.
15172 (display-warning): Don't try to create the buffer if we just found it.
15173
9ed7c8cb
CY
151742011-05-04 Chong Yidong <cyd@stupidchicken.com>
15175
15176 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
15177 (autoload-find-generated-file): New function.
15178 (generate-file-autoloads): Bind generated-autoload-file to
15179 buffer-file-name.
9869b3ae
SM
15180 (update-file-autoloads, update-directory-autoloads):
15181 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
15182 output file (Bug#7989).
15183 (batch-update-autoloads): Doc fix.
15184
0898ca10
JB
151852011-05-04 Juanma Barranquero <lekktu@gmail.com>
15186
15187 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
15188
31dfb76c
GM
151892011-05-04 Glenn Morris <rgm@gnu.org>
15190
f330b642
GM
15191 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
15192 function, so it follows changes in calendar-date-style.
15193 (diary-fancy-date-matcher): New function.
15194 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
15195 (diary-fancy-font-lock-fontify-region-function):
15196 Use diary-fancy-date-pattern as a function.
15197
31dfb76c
GM
15198 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
15199 non-numbers for `year' etc pseudo-variables. (Bug#8583)
15200
48e79d6a
TZ
152012011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
15202
15203 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
15204 instead of positional arguments. Allow :keylist and :crlfiles
15205 arguments.
15206 (open-gnutls-stream): Call it.
15207
15208 * net/network-stream.el (network-stream-open-starttls): Adjust to
15209 call `gnutls-negotiate' with :process and :hostname arguments.
15210
dd5a5ee0
SM
152112011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
15212
ef80fc09
SM
15213 * minibuffer.el (completion--message): New function.
15214 (completion--do-completion, minibuffer-complete)
15215 (minibuffer-force-complete, minibuffer-complete-word): Use it.
15216 (completion--do-completion): Don't ignore completion-auto-help when in
15217 icomplete-mode.
15218
dd5a5ee0
SM
15219 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
15220 internal encoding (e.g. tibetan zero is not whitespace).
15221 (global-whitespace-mode): Prefer save-current-buffer.
15222 (whitespace-trailing-regexp): Remove useless save-match-data.
15223 (whitespace-empty-at-bob-regexp): Minor simplification.
15224
b7d22a83
CY
152252011-05-03 Chong Yidong <cyd@stupidchicken.com>
15226
15227 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
15228
5192af46
AM
152292011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15230
15231 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 15232 Use `concat' to create string for insertion.
5192af46 15233
5767d190
SM
152342011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
15235
15236 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
15237 Avoid open-line which runs post-self-insert-hook.
15238 (bibtex-fill-entry): Remove unused `end' var.
15239
bf242939
AM
152402011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
15241
5767d190
SM
15242 * textmodes/ispell.el (ispell-add-per-file-word-list):
15243 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 15244
25666126
LL
152452011-05-03 Leo Liu <sdl.web@gmail.com>
15246
15247 * isearch.el (isearch-yank-pop): New command.
5767d190 15248 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
15249 (isearch-forward): Mention it.
15250
52d3c2d0
SM
152512011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
15252
1bcace58
SM
15253 * simple.el (minibuffer-complete-shell-command): Remove.
15254 (minibuffer-local-shell-command-map): Use completion-at-point.
15255 (read-shell-command): Setup completion vars here instead.
15256 (read-expression-map): Bind TAB to symbol completion.
15257
52d3c2d0
SM
15258 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
15259 error directly rather via storing it into `results'.
15260
35813471
LL
152612011-05-02 Leo Liu <sdl.web@gmail.com>
15262
15263 * vc/diff.el: Fix description.
15264
e793a940
LMI
152652011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15266
15267 * server.el (server-eval-at): New function.
15268
8de66e05
LMI
152692011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15270
15271 * net/network-stream.el (open-network-stream): Take a :nowait
15272 parameter and pass it on to `make-network-process'.
15273 (network-stream-open-plain): Ditto.
15274
dcb79f20
AS
152752011-04-30 Andreas Schwab <schwab@linux-m68k.org>
15276
15277 * faces.el (face-spec-set-match-display): Don't match toolkit
15278 options on terminal frames.
15279
14a7fbd8
SM
152802011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15281
7eabc1be
SM
15282 * progmodes/pascal.el: Use lexical binding.
15283 (pascal-mode-map): Remove author preferences.
15284
14a7fbd8
SM
15285 * pcomplete.el (pcomplete-std-complete): Don't abuse
15286 completion-at-point.
15287
50f84510
JB
152882011-04-28 Juanma Barranquero <lekktu@gmail.com>
15289
6e087a44
JB
15290 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
15291 removing code that has been dead since 1991 or so.
15292
50f84510
JB
15293 * startup.el (command-line): When warning about "_emacs", use a
15294 delayed warning to allow the user to filter it out.
15295
0ba690bd
DD
152962011-04-28 Deniz Dogan <deniz@dogan.se>
15297
15298 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
15299 user has not joined.
15300
08abfaad
SM
153012011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
15302
15303 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
15304 aren't any completions at point.
15305
638f053a
JB
153062011-04-28 Juanma Barranquero <lekktu@gmail.com>
15307
15308 * subr.el (display-delayed-warnings): New function.
15309 (delayed-warnings-hook): New variable.
15310
8fff8daa
SM
153112011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
15312
08abfaad
SM
15313 * minibuffer.el (completion-at-point, completion-help-at-point):
15314 Don't presume that a given completion-at-point-function will always
15315 use the same calling convention.
15316
8fff8daa
SM
15317 * pcomplete.el (pcomplete-completions-at-point):
15318 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
15319 pcomplete-seen is non-nil.
15320 (pcomplete-comint-setup): Also recognize the new comint/shell
15321 completion functions.
15322 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
15323 pcomplete-seen is non-nil.
15324
841a1577 153252011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 15326
841a1577 15327 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 15328 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 15329 the first character in the entry. This allows for code to add its
211ec907
UJ
15330 own uid to the entry.
15331 (icalendar--convert-float-to-ical): Add export of
15332 `diary-float'-entries save for those with the optional DAY
15333 argument.
15334
2a782793
DC
153352011-04-27 Daniel Colascione <dan.colascione@gmail.com>
15336
15337 * subr.el (shell-quote-argument): Use alternate escaping strategy
15338 when we spot a variable reference in a string.
15339
0438ce91
DC
153402011-04-26 Daniel Colascione <dan.colascione@gmail.com>
15341
15342 * cus-start.el (all): Define customization for debug-on-event.
15343
841a1577 153442011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
15345
15346 * subr.el (shell-quote-argument): Escape correctly under Windows.
15347
d090ed6c
SM
153482011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15349
15350 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
15351
bfd31217
MA
153522011-04-25 Michael Albinus <michael.albinus@gmx.de>
15353
d090ed6c
SM
15354 * net/tramp.el (tramp-process-actions): Add POS argument.
15355 Delete region between POS and (pos).
bfd31217 15356
d090ed6c
SM
15357 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
15358 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
15359 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
15360
15361 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
15362 position in `tramp-process-actions' call.
15363
15364 * net/trampver.el: Update release number.
15365
e92f3bd3
SM
153662011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15367
850256b5
SM
15368 * custom.el (defcustom): Obey lexical-binding.
15369
e92f3bd3
SM
15370 Fix octave-inf completion problems reported by Alexander Klimov.
15371 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
15372 Inherit from octave-mode-syntax-table.
15373 (inferior-octave-mode): Set info-lookup-mode.
15374 (inferior-octave-completion-at-point): New function.
15375 (inferior-octave-complete): Use it and completion-in-region.
15376 (inferior-octave-dynamic-complete-functions): Use it as well, and use
15377 comint-filename-completion.
15378 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
15379 symbol elements which shouldn't be word elements.
15380 (octave-font-lock-keywords, octave-beginning-of-defun)
15381 (octave-function-header-regexp): Adjust regexps accordingly.
15382 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
15383
cd22b309
JB
153842011-04-25 Juanma Barranquero <lekktu@gmail.com>
15385
15386 * net/gnutls.el (gnutls-errorp): Declare before first use.
15387
8b492194
TZ
153882011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
15389
15390 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
15391 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 15392 default trustfile exists before going to use it. Add missing
5a5fa834 15393 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
15394 Reported by Claudio Bley <claudio.bley@gmail.com>.
15395 (open-gnutls-stream): Add usage example.
15396
15397 * net/network-stream.el (network-stream-open-starttls): Give host
15398 parameter to `gnutls-negotiate'.
15399 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 15400 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 15401
841a1577 154022011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 15403
cd22b309
JB
15404 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
15405 Use correct match group (bug#8438).
05842630 15406
3ba7869c
CY
154072011-04-24 Chong Yidong <cyd@stupidchicken.com>
15408
512e3ae1
CY
15409 * emacs-lisp/package.el (package-built-in-p): Fix typo.
15410 (package-menu--generate): New arg specifying packages to show.
15411 (package-menu-refresh, package-menu-execute, list-packages):
15412 Callers changed.
15413 (package-show-package-list): New function, replacing deleted
15414 package--list-packages (renamed because it is non-internal).
15415
15416 * finder.el (finder-list-matches): Use package-show-package-list
15417 instead of deleted package--list-packages.
15418
e92f3bd3
SM
15419 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
15420 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
15421 (vc-annotate-mode-map): Bind it to RET.
15422
7031be6d
UR
154232011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
15424
15425 * progmodes/etags.el (next-file): Don't use set-buffer to change
15426 buffers (Bug#8478).
15427
4ef177aa
CY
154282011-04-24 Chong Yidong <cyd@stupidchicken.com>
15429
c8d173eb
CY
15430 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
15431
4ef177aa
CY
15432 * apropos.el (apropos-label-face): Avoid variable-pitch face.
15433 (apropos-accumulator): Doc fix.
15434 (apropos-function, apropos-macro, apropos-command)
15435 (apropos-variable, apropos-face, apropos-group, apropos-widget)
15436 (apropos-plist): Add face property.
15437 (apropos-symbols-internal): Fix indentation.
15438 (apropos-print): Simplify help, and recognize apropos-multi-type.
15439 (apropos-print-doc): Use button-type-get to extract the button's
15440 face property. Fill docstring (Bug#8352).
15441
4ffd0d6b 154422011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
15443
15444 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
15445
c6c32125 15446 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 15447 (mpuz-mode-map): Use mapc.
c6c32125
JB
15448 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
15449 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
15450 Fix typos in docstrings.
15451
58d468b4
JB
15452 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
15453 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
15454
6470c3c6
JB
15455 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
15456
4ffd0d6b 154572011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
15458
15459 * minibuffer.el (completion--do-completion): Avoid the "Next char
15460 not unique" prompt if icomplete-mode is enabled (Bug#5849).
15461
3ad8bad0
CY
15462 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
15463 mouse-2 into unread-command-events, it is interpreted correctly.
15464
71d73c9c 15465 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 15466 (image-toggle-display): Doc fix.
71d73c9c 15467
841a1577 154682011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 15469
4ffd0d6b
GM
15470 * textmodes/page.el (what-page): Use line-number-at-pos to
15471 calculate line number (Bug#6825).
6e1dbaa9 15472
c2fb1b60
JB
154732011-04-22 Juanma Barranquero <lekktu@gmail.com>
15474
15475 * eshell/esh-mode.el (find-tag-interactive): Declare function.
15476 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
15477 Pass argument NO-DEFAULT to `find-tag-interactive'.
15478
e02f48d7
JB
154792011-04-22 Juanma Barranquero <lekktu@gmail.com>
15480
15481 Lexical-binding cleanup.
15482
15483 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
15484 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
15485 * progmodes/ada-prj.el (ada-prj-initialize-values)
15486 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
15487 (ada-prj-show-value):
15488 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
15489 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
15490 (antlr-invalidate-context-cache, antlr-options-menu-filter)
15491 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
15492 * progmodes/bug-reference.el (bug-reference-push-button):
15493 * progmodes/fortran.el (fortran-line-length):
15494 * progmodes/glasses.el (glasses-change):
15495 * progmodes/octave-mod.el (octave-fill-paragraph):
15496 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
15497 (python-pdbtrack-grub-for-buffer, python-sentinel):
15498 * progmodes/sql.el (sql-save-connection):
15499 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
15500 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
15501 Mark unused parameters.
15502
15503 * progmodes/compile.el (compilation--flush-directory-cache)
15504 (compilation--flush-parse, compile-internal): Mark unused parameters.
15505 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
15506 (compilation-next-error-function): Remove unused variable `timestamp'.
15507
15508 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
15509 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
15510
15511 * progmodes/dcl-mode.el (dcl-end-of-command):
15512 Remove unused variable `start'.
15513 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
15514 (dcl-option-value-basic, dcl-option-value-offset)
15515 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
15516 Mark unused parameters.
15517 (dcl-save-local-variable): Remove unused variable `val'.
15518 (mode): Declare.
15519
15520 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
15521 Mark unused parameters.
15522 (delphi-ignore-changes): Move before first use.
15523 (delphi-charset-token-at): Remove unused variable `start'.
15524 (delphi-else-start): Remove unused variable `if-count'.
15525 (delphi-comment-block-start, delphi-comment-block-end):
15526 Remove unused variable `kind'.
15527 (delphi-indent-line): Remove unused variable `new-point'.
15528
15529 * progmodes/ebrowse.el (ebrowse-files-list)
15530 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
15531 Mark unused parameters. Don't quote `lambda'.
15532 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
15533 Don't quote `lambda'.
15534 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
15535 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
15536 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
15537 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
15538 Use `ignore-errors'.
15539 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
15540 (ebrowse-view/find-file-and-search-pattern)
15541 (ebrowse-view/find-member-declaration/definition):
15542 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
15543 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
15544 Rename parameter PREFIX-ARG to PREFIX.
15545 (ebrowse-tags-read-name): Remove unused variables `start' and
15546 `member-info'.
15547 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
15548 to `tags-file'.
15549
15550 * progmodes/etags.el (local-find-tag-hook): Declare.
15551 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
15552 Mark unused parameters.
15553
15554 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
15555 (executable-interpret): Mark unused parameter.
15556
15557 * progmodes/flymake.el (flymake-process-sentinel)
15558 (flymake-after-change-function)
15559 (flymake-create-temp-with-folder-structure)
15560 (flymake-get-include-dirs-dot): Mark unused parameters.
15561 (flymake-safe-delete-directory): Remove unused variable `err'.
15562
15563 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
15564 (speedbar-timer-fn, speedbar-line-text)
15565 (speedbar-change-expand-button-char, speedbar-delete-subblock)
15566 (speedbar-center-buffer-smartly): Declare functions.
15567 (gdb-find-watch-expression): Remove unused variable `array'.
15568 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
15569 (gdb-starting): Mark unused parameters.
15570 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
15571 (gdb-table-string): Remove unused variable `res'.
15572 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
15573 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
15574 (gdb-display-buffer): Remove unused variable `cur-size'.
15575
15576 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
15577 allow lexical-binding compilation.
15578 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
15579 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
15580 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
15581 Mark unused parameters.
15582 (gud-gdb-marker-filter): Remove unused variable `match'.
15583 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
15584 lambda expressions and funcall them, instead of using `fset'.
15585
15586 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
15587 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
15588
15589 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
15590 variable `header-beg'; use `let'.
15591
15592 * progmodes/icon.el (indent-icon-exp): Remove unused variables
15593 `restart', `last-sexp' and `at-do'.
15594
15595 * progmodes/js.el (js--debug): Mark unused parameter.
15596 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
15597 (js--splice-into-items): Remove unused variable `item'.
15598 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
15599
15600 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
15601 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
15602 (makefile-complete): Remove unused variable `try'.
15603 (makefile-fill-paragraph, makefile-match-function-end):
15604 Mark unused parameters.
15605
15606 * progmodes/octave-inf.el (inferior-octave-complete):
15607 Remove unused variable `proc'.
15608 (inferior-octave-output-digest): Mark unused parameter.
15609
15610 * progmodes/perl-mode.el (perl-calculate-indent):
15611 Remove unused variable `err'.
15612
15613 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
15614 (prolog-indent-line): Mark unused parameters.
15615 (prolog-indent-line): Remove unused variable `beg'.
15616
15617 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
15618 (reporter-dont-compact-list): Declare.
15619
15620 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
15621 Remove unused variable `char'.
15622 (sh-debug): Mark unused parameter.
15623 (sh-get-indent-info): Remove unused variable `start'.
15624 (sh-calculate-indent): Remove unused variable `var'.
15625
15626 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
15627 (simula-electric-keyword): Remove unused variable `null'.
15628 (simula-search-backward, simula-search-forward): Remove unused
15629 variables `begin' and `end'.
15630
15631 * progmodes/vera-mode.el (vera-guess-basic-syntax):
15632 Remove unused variable `pos'.
15633 (vera-electric-tab, vera-comment-uncomment-region):
15634 Mark unused parameters.
15635 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
15636
7ede3b65
CY
156372011-04-22 Chong Yidong <cyd@stupidchicken.com>
15638
15639 * emacs-lisp/package.el (package--builtins, package-alist)
15640 (package-load-descriptor, package-built-in-p, package-activate)
15641 (define-package, package-installed-p)
15642 (package-compute-transaction, package-buffer-info)
15643 (package--push): Doc fix. Distinguish more clearly between
15644 version strings and version lists.
15645
121656e9
JB
156462011-04-21 Juanma Barranquero <lekktu@gmail.com>
15647
15648 Lexical-binding cleanup.
15649
15650 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
15651 (5x5-make-mutate-best):
15652 * play/fortune.el (fortune-in-buffer):
15653 * play/gomoku.el (gomoku-init-display):
15654 * play/solitaire.el (solitaire, solitaire-do-check):
15655 * play/tetris.el (tetris-default-update-speed-function):
15656 Mark unused parameters.
15657
15658 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
15659 (bubbles--shift): Remove unused variable `char-org'.
15660 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
15661 (bubbles--show-images): Remove unused variable `char'.
15662
15663 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
15664 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
15665 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
15666 (decipher-analyze-buffer): Use ?\s.
15667 (decipher-make-checkpoint): Remove unused variable `mapping'.
15668
15669 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
15670
15671 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
15672 Remove unused variable `result'; use `let'.
15673
15674 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
15675 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
15676 (gametree-children-shown-p, gametree-compute-reduced-score):
15677 Use `ignore-errors'.
15678
15679 * play/handwrite.el (ps-lpr-switches): Declare.
15680 (handwrite): Remove unused variables `pmin' and `lastp'.
15681
15682 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
15683
15684 * play/landmark.el (landmark-init-display)
15685 (landmark-update-naught-weights): Mark unused parameters.
15686 (landmark-y): Remove unused variable `noise'. Simplify.
15687 (landmark-human-plays): Remove unused variable `score'.
15688
15689 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
15690 (mpuz-try-proposal): Remove unused variable `game'.
15691
15692 * play/zone.el (life-patterns): Declare.
15693
80f499c7
JB
156942011-04-20 Juanma Barranquero <lekktu@gmail.com>
15695
15696 * vc/vc.el (ediff-vc-internal): Declare function.
15697
024ff170
SM
156982011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15699
c0a193ea
SM
15700 * shell.el: Use lexical-binding and std completion UI.
15701 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
15702 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
15703 comint-preoutput-filter-functions rather than on
15704 comint-output-filter-functions.
15705 (shell-command-completion, shell--command-completion-data)
15706 (shell-filename-completion, shell-environment-variable-completion)
15707 (shell-c-a-p-replace-by-expanded-directory): New functions.
15708 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
15709 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
15710 (shell-dynamic-complete-environment-variable): Use them.
15711 (shell-dynamic-complete-as-environment-variable)
15712 (shell-dynamic-complete-as-command): Remove.
15713 (shell-match-partial-variable): Match past point.
15714 * comint.el: Clean up use of completion-at-point-functions.
15715 (comint-completion-at-point): New function.
15716 (comint-mode): Use it completion-at-point-functions.
15717 (comint-dynamic-complete): Make it obsolete.
15718 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
15719 (comint-c-a-p-replace-by-expanded-history): New function.
15720 (comint-dynamic-complete-functions)
15721 (comint-replace-by-expanded-history): Use it.
15722 * minibuffer.el (completion-table-with-terminator): Allow dynamic
15723 termination strings. Try harder to avoid second try-completion.
15724 (completion-in-region-mode-map): Disable bindings that don't work yet.
15725
2dbaa080
SM
15726 * comint.el: Use lexical-binding. Require CL.
15727 (comint-dynamic-complete-functions): Use comint-filename-completion.
15728 (comint-completion-addsuffix): Tweak custom type.
15729 (comint-filename-completion, comint--common-suffix)
15730 (comint--common-quoted-suffix, comint--table-subvert)
15731 (comint--complete-file-name-data): New functions.
15732 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
15733 (comint-dynamic-list-filename-completions): Use them.
15734 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 15735
2dbaa080
SM
15736 * minibuffer.el (completion-in-region-mode):
15737 Keep completion-in-region-mode--predicate global.
15738 (completion-in-region--postch):
15739 Assume completion-in-region-mode--predicate is not null.
15740
c79a6f38
SM
15741 * progmodes/flymake.el (flymake-start-syntax-check-process):
15742 Obey `dir'. Simplify.
15743
024ff170
SM
15744 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
15745 we're in VC after all.
15746
1c6c854e
CS
157472011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
15748
15749 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 15750 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
15751 (vc-version-diff): Use vc-diff-build-argument-list-internal.
15752
bed7f140
SM
157532011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15754
332e62ab
SM
15755 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
15756 add sanity check.
15757
bed7f140
SM
15758 * obsolete/erc-hecomplete.el: Make obsolete.
15759 * obsolete/: Standardize obsolescence info in the header.
15760
f195c582
GM
157612011-04-20 Glenn Morris <rgm@gnu.org>
15762
15763 * calendar/solar.el (solar-horizontal-coordinates):
15764 Use the longitude argument rather than `calendar-longitude'.
15765 (solar-date-next-longitude): Remove unused locals.
15766
cb79b8c0
VJL
157672011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15768
15769 * whitespace.el: New version 13.2.1.
15770
157712011-04-20 felix <EmacsWiki> (tiny change)
15772
d8e4b68b 15773 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
15774 switching between major modes on a file.
15775
602ea69d
SM
157762011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15777
15778 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
15779 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
15780 multi-line comments as well.
15781
06b60517
JB
157822011-04-19 Juanma Barranquero <lekktu@gmail.com>
15783
15784 Lexical-binding cleanup.
15785
15786 * arc-mode.el (archive-mode-revert):
15787 * cmuscheme.el (scheme-interactively-start-process):
15788 * custom.el (custom-initialize-delay):
15789 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
15790 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
15791 * emacs-lock.el (emacs-lock-clear-sentinel):
15792 * ezimage.el (defezimage):
15793 * follow.el (follow-avoid-tail-recenter):
15794 * fringe.el (set-fringe-mode-1):
15795 * generic-x.el (bat-generic-mode-compile):
15796 * help-mode.el (help-info-variable, help-do-xref)
15797 (help-mode-revert-buffer):
15798 * help.el (view-emacs-todo):
15799 * iswitchb.el (iswitchb-completion-help):
15800 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
15801 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
15802 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
15803 * locate.el (locate-update):
15804 * longlines.el (longlines-encode-region)
15805 (longlines-after-change-function):
15806 * outline.el (outline-isearch-open-invisible):
15807 * ps-def.el (declare-function, charset-dimension, char-width)
15808 (encode-char):
15809 * ps-mule.el (ps-mule-plot-string):
15810 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
15811 (recentf-edit-list-select, recentf-edit-list-validate)
15812 (recentf-open-files-action):
15813 * rect.el (delete-whitespace-rectangle-line)
15814 (rectangle-number-line-callback):
15815 * register.el (window-configuration-to-register)
15816 (frame-configuration-to-register):
15817 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
15818 * select.el (xselect-convert-to-string, xselect-convert-to-length)
15819 (xselect-convert-to-targets, xselect-convert-to-delete)
15820 (xselect-convert-to-filename, xselect-convert-to-charpos)
15821 (xselect-convert-to-lineno, xselect-convert-to-colno)
15822 (xselect-convert-to-os, xselect-convert-to-host)
15823 (xselect-convert-to-user, xselect-convert-to-class)
15824 (xselect-convert-to-name, xselect-convert-to-integer)
15825 (xselect-convert-to-atom, xselect-convert-to-identity):
15826 * subr.el (declare, ignore, process-kill-without-query)
15827 (text-clone-maintain):
15828 * terminal.el (te-get-char, te-tic-sentinel):
15829 * tool-bar.el (tool-bar-make-keymap):
15830 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
15831 * type-break.el (type-break-mode, type-break-noninteractive-query):
15832 * view.el (View-back-to-mark):
15833 * wid-browse.el (widget-browse-action, widget-browse-widget)
15834 (widget-browse-widgets, widget-browse-sexp):
15835 * widget.el (define-widget-keywords):
15836 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
15837 Mark unused parameters.
15838
15839 * align.el (align-adjust-col-for-rule): Mark unused parameter.
15840 (align-areas): Remove unused variable `look'.
15841 (align-region): Remove unused variables `real-end' and `pos-list'.
15842
15843 * apropos.el (apropos-score-doc): Remove unused variable `i'.
15844
15845 * bindings.el (mode-line-modified, mode-line-remote):
15846 Mark unused parameters.
15847 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
15848
15849 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
15850 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
15851
15852 * comint.el (comint-history-isearch-pop-state)
15853 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
15854 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
15855 (comint-substitute-in-file-name): Doc fix.
15856
15857 * completion.el (cmpl-statistics-block): Mark unused parameter.
15858 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
15859 (save-completions-to-file, load-completions-from-file):
15860 Remove unused local variable `e'.
15861
15862 * composite.el (compose-chars): Remove unused variable `len'.
15863 (lgstring-insert-glyph): Remove unused variable `g'.
15864 (compose-glyph-string): Remove unused variables `ascent',
15865 `descent', `lbearing' and `rbearing'.
15866 (compose-glyph-string-relative): Remove unused variables
15867 `lbearing', `rbearing' and `wadjust'.
15868 (compose-gstring-for-graphic): Remove unused variables `header',
15869 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
15870 (compose-gstring-for-terminal): Remove unused variables `header'
15871 and `nchars'. Use `let', not `let*'.
15872
15873 * cus-edit.el (Custom-set, Custom-save, custom-reset)
15874 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
15875 (Custom-buffer-done, custom-buffer-create-internal)
15876 (custom-browse-visibility-action, custom-browse-group-tag-action)
15877 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
15878 (widget-magic-mouse-down-action, custom-toggle-parent)
15879 (custom-add-parent-links, custom-toggle-hide-variable)
15880 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
15881 (custom-toggle-hide-face, face, hook, custom-group-link-action)
15882 (custom-face-menu-create, custom-variable-menu-create, get)
15883 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
15884 (custom-reset-standard-save-and-update): Remove unused variable `value'.
15885 (customize-apropos): Remove unused variable `tests'.
15886 (custom-group-value-create): Remove unused variable `hidden-p'.
15887 (sort-fold-case): Declare.
15888
15889 * cus-theme.el (custom-reset-standard-faces-list)
15890 (custom-reset-standard-variables-list): Declare.
15891 (customize-create-theme, custom-theme-revert, custom-theme-write)
15892 (custom-theme-choose-mode, customize-themes, custom-theme-save):
15893 Mark unused parameters.
15894
15895 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
15896
15897 * delim-col.el (delimit-columns-max): Move defvar before first use.
15898
15899 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 15900 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
15901
15902 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
15903 (auto-insert): Declare.
15904 (desktop-restore-file-buffer): Rename desktop-* parameters;
15905 mark unused ones.
15906 (desktop-create-buffer): Rename desktop-* parameters and bind them.
15907 (desktop-buffer): Rename desktop-* parameters.
15908
15909 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
15910 (dframe-reposition-frame-xemacs, dframe-help-echo)
15911 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
15912 Mark unused parameters.
15913
15914 * dired-aux.el (backup-extract-version-start, overwrite-query)
15915 (overwrite-backup-query, rename-regexp-query)
15916 (rename-non-directory-query): Declare.
15917 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
15918 (dired-add-entry): Remove unused variable `orig-file-name'.
15919 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
15920 Use parameter PRESERVE-TIME instead of accessing dynamic variable
15921 `dired-copy-preserve-time' directly.
15922 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
15923 (dired-insert-subdir-newpos): Rename unused variable `pos'.
15924
15925 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
15926 (dired-virtual-revert, dired-make-relative-symlink):
15927 Mark unused parameters.
15928 (manual-program): Declare.
15929 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
15930 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
15931 wrapped in `with-no-warnings' to avoid replacing one warning by another.
15932
15933 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
15934
15935 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
15936
15937 * echistory.el (electric-history-in-progress, Helper-return-blurb):
15938 Declare.
15939
15940 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
15941
15942 * electric.el (Electric-command-loop): Rename parameter
15943 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
15944
15945 * expand.el (expand-in-literal): Remove unused variable `here'.
15946
15947 * facemenu.el (facemenu-add-new-color):
15948 Remove unused variable `docstring'.
15949
15950 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
15951 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
15952 (face-attr-construct): Mark unused parameter. Doc fix.
15953 (read-color): Remove unused variable `hex-string'.
15954
15955 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
15956 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
15957 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
15958 (display-buffer-other-frame): Remove unused variable `old-window'.
15959 (kill-buffer-hook): Declare.
15960 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
15961 Mark unused parameters.
15962 (after-find-file): Pass 1 to `auto-save-mode', not t.
15963
15964 * files-x.el (auto-insert): Declare.
15965 (modify-file-local-variable-prop-line): Remove unused variable `val'.
15966
15967 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 15968 variable `buf'. Mark unused parameter.
06b60517
JB
15969 (find-lisp-insert-directory): Mark unused parameter.
15970
15971 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
15972 (format-encode-region): Remove unused variables `cur-buf' and `result'.
15973 (format-common-tail): Remove, unused.
15974 (format-deannotate-region): Remove unused variable `loc'.
15975 (format-annotate-region): Remove unused variable `p'.
15976 (format-annotate-single-property-change): Remove unused variables
15977 `default' and `tail'.
15978
15979 * forms.el (read-file-filter): Declare.
15980 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
15981
15982 * frame.el (frame-creation-function-alist): Mark unused parameter.
15983 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
15984
15985 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
15986 Remove unused parameters.
15987 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
15988 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
15989
15990 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
15991 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
15992 (hfy-prepare-tag-map): Mark unused parameters.
15993 (htmlfontify-buffer): Use `called-interactively-p'.
15994
15995 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
15996 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
15997 (ibuffer-do-occur): Mark unused parameters.
15998 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
15999 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
16000
16001 * ibuffer.el: Don't quote `lambda'.
16002 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
16003 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
16004 Mark unused parameters.
16005
16006 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
16007 (ido-completing-read): Mark unused parameters.
16008 (ido-copy-current-word): Mark unused parameters;
16009 remove unused variable `name'.
16010 (ido-sort-merged-list): Remove unused parameter `dirs'.
16011
16012 * ielm.el (ielm-input-sender): Mark unused parameter.
16013 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
16014 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
16015 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
16016 `ielm-string' as a dynamic variable accessible from the IELM prompt.
16017 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
16018
16019 * image-dired.el (image-dired-display-thumbs): Remove unused
16020 variables `curr-file' and `count'.
16021 (image-dired-remove-tag): Remove unused variable `start'.
16022 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
16023 variable `curr-file'
16024 (image-dired-rotate-original): Remove unused variable `temp-file'.
16025 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
16026 Remove unused variable `file'.
16027 (image-dired-gallery-generate): Remove unused variable `curr'.
16028 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
16029
16030 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
16031
16032 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
16033
16034 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
16035
16036 * isearch.el (minibuffer-history-symbol): Declare.
16037 (isearch-edit-string): Remove unused variable `err'.
16038 (isearch-message-prefix, isearch-message-suffix):
16039 Mark unused parameters.
16040
16041 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
16042
16043 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
16044
16045 * makesum.el (double-column): Remove unused variable `cnt'.
16046
16047 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
16048 (ido-ignore-item-temp-list): Declare.
16049
16050 * mouse-drag.el (mouse-drag-throw): Remove unused variables
16051 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
16052 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
16053 (mouse-drag-drag): Remove unused variables `mouse-delta' and
16054 `mouse-col-delta'.
16055
16056 * mouse-sel.el (mouse-extend-internal):
16057 Remove unused variable `orig-window-frame'.
16058
16059 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
16060 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
16061 Move declarations before first use.
16062 (pcomplete-opt): Mark unused parameters; doc fix.
16063
16064 * proced.el (proced-revert): Mark unused parameter.
16065 (proced-send-signal): Remove unused variable `err'.
16066
16067 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
16068 Rename parameter PREFIX-ARG to ARG.
16069 (ps-basic-plot-string, ps-basic-plot-whitespace):
16070 Mark unused parameters.
16071
16072 * replace.el (replace-count): Define.
16073 (occur-revert-function): Mark unused parameters.
16074 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
16075 (isearch-case-fold-search, isearch-string): Declare.
16076 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
16077 bind `case-fold-search'. Remove unused variables `beg' and `end',
16078 and simplify.
16079 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
16080 COUNT and bind `replace-count'.
16081 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
16082 to COUNT.
16083
16084 * savehist.el (print-readably, print-string-length): Declare.
16085
16086 * shadowfile.el (shadow-expand-cluster-in-file-name):
16087 Remove unused variable `cluster'.
16088 (shadow-copy-file): Remove unused variable `i'.
16089 (shadow-noquery, shadow-clusters, shadow-site-cluster)
16090 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
16091 (shadow-define-literal-group, shadow-define-regexp-group)
16092 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
16093
16094 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
16095 (shell): Use `called-interactively-p'.
16096 (shell-directory-tracker): Remove unused variable `chdir-failure'.
16097
16098 * simple.el (compilation-context-lines, comint-file-name-quote-list)
16099 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
16100 (delete-backward-char): Remove unused variable `ocol'.
16101 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
16102 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
16103 (event-apply-hyper-modifier, event-apply-shift-modifier)
16104 (event-apply-control-modifier, event-apply-meta-modifier):
16105 Mark unused parameters.
16106 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
16107 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
16108
16109 * speedbar.el (speedbar-ignored-directory-expressions)
16110 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
16111 (speedbar-find-file, speedbar-dir-follow)
16112 (speedbar-directory-buttons-follow, speedbar-tag-find)
16113 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
16114 (speedbar-buffers-line-directory, speedbar-buffer-click):
16115 Mark unused parameters.
16116 (speedbar-tag-file): Remove unused variable `mode'.
16117 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
16118
16119 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
16120
16121 * talk.el (talk): Remove unused variable `display'.
16122
16123 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
16124 (tar-write-region-annotate): Mark unused parameter.
16125
16126 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
16127 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
16128 Declare them, wrapped in `with-no-warnings' to avoid replacing one
16129 warning by another.
16130
16131 * time-stamp.el (time-stamp-string-preprocess):
16132 Remove unused variable `require-padding'.
16133
16134 * tree-widget.el (widget-glyph-enable): Declare.
16135 (tree-widget-action): Mark unused parameter.
16136
16137 * w32-fns.el (x-get-selection): Mark unused parameter.
16138 (autoload-make-program, generated-autoload-file): Declare.
16139
16140 * wdired.el (wdired-revert): Mark unused parameters.
16141 (wdired-xcase-word): Remove unused variable `err'.
16142
16143 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
16144 (whitespace-help-scroll): Remove unused variable `data-help'.
16145
16146 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
16147 (widget-image-insert, widget-after-change, default)
16148 (widget-default-format-handler, widget-default-notify)
16149 (widget-default-prompt-value, widget-info-link-action)
16150 (widget-url-link-action, widget-function-link-action)
16151 (widget-variable-link-action, widget-file-link-action)
16152 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
16153 (widget-field-prompt-internal, widget-field-action, widget-field-match)
16154 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
16155 (widget-insert-button-action, widget-delete-button-action, visibility)
16156 (widget-documentation-link-action, widget-documentation-string-action)
16157 (widget-const-prompt-value, widget-regexp-match, symbol)
16158 (widget-coding-system-prompt-value)
16159 (widget-key-sequence-value-to-external, sexp)
16160 (widget-sexp-value-to-internal, character, vector, cons)
16161 (widget-choice-prompt-value, widget-boolean-prompt-value)
16162 (widget-color--choose-action): Mark unused parameters.
16163 (widget-item-match-inline, widget-choice-match-inline)
16164 (widget-checklist-match, widget-checklist-match-inline)
16165 (widget-group-match): Rename parameter VALUES to VALS.
16166 (widget-field-value-set): Remove unused variable `size'.
16167 (widget-color-action): Remove unused variables `value' and `start'.
16168
16169 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 16170 variable `dir'. Doc fix.
06b60517
JB
16171 (windmove-find-other-window): Don't pass it.
16172
16173 * window.el (count-windows): Mark unused parameter.
16174 (bw-adjust-window): Remove unused variable `err'.
16175
16176 * woman.el (woman-file-name): Remove unused variable `default'.
16177 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
16178 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
16179 (global-font-lock-mode): Declare.
16180 (woman-decode-region): Mark unused parameter.
16181 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
16182
16183 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
16184 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
16185 (x-dnd-handle-moz-url): Remove unused variable `title'.
16186 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
16187
16188 * xml.el (xml-parse-tag, xml-parse-attlist):
16189 Remove unused variable `pos'.
16190
bc4f7f3d
GM
161912011-04-19 Glenn Morris <rgm@gnu.org>
16192
16193 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
16194 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
16195 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
16196 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
16197 * calendar/cal-html.el (cal-html-insert-minical):
16198 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
16199 (calendar-mark-date-pattern):
16200 Prefix "unused" locals.
16201
16202 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
16203 optional argument `style'.
16204
16205 * calendar/appt.el (appt-make-list):
16206 * calendar/cal-china.el (calendar-chinese-date-string):
16207 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
16208 (diary-hebrew-yahrzeit):
16209 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
16210 * calendar/calendar.el (calendar-generate-window):
16211 * calendar/time-date.el (time-to-days):
16212 Remove unused local variables.
16213
16a43933
CY
162142011-04-18 Chong Yidong <cyd@stupidchicken.com>
16215
16216 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
16217 glyphless-char-display table.
16218 (tabulated-list-glyphless-char-display): New var.
16219
7eed1860
SS
162202011-04-18 Sam Steingold <sds@gnu.org>
16221
16222 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
16223 to acknowledgments.
16224
4d2d1ccd
GM
162252011-04-17 Glenn Morris <rgm@gnu.org>
16226
16227 * calendar/diary-lib.el (diary-sexp-entry):
16228 * calendar/holidays.el (holiday-sexp):
16229 Set debug-on-error rather than the removed stack-trace-on-error.
16230
239da61d
GM
162312011-04-16 Glenn Morris <rgm@gnu.org>
16232
16233 * progmodes/f90.el: Use lexical-binding.
16234 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
16235
8b05752a
SM
162362011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16237
daca8ba5
SM
16238 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
16239 (mail-mode): Setup mailalias completion here instead.
16240 * mail/mailalias.el: Use lexical-binding.
16241 (pattern, mailalias-done): Declare dynamic.
16242 (mail-completion-at-point-function): New function, from mail-complete.
16243 (mail-complete): Use it.
16244 (mail-completion-expand): New function.
16245 (mail-get-names): Use it.
16246 (mail-directory, mail-directory-process, mail-directory-stream):
16247 Don't use `pattern' for lexically bound arg.
16248
6f542485
SM
16249 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
16250
037e7c3f
SM
16251 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
16252 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
16253 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
16254
8b05752a
SM
16255 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
16256 (byte-save-window-excursion, byte-temp-output-buffer-setup)
16257 (byte-interactive-p): Define them again, for use when inlining
16258 old code.
16259
49093f60
JB
162602011-04-15 Juanma Barranquero <lekktu@gmail.com>
16261
16262 * loadup.el: Use `string-to-number', not `string-to-int'.
16263
b5b8e7de
SM
162642011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16265
16266 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
16267 gud-gdb-complete-command.
16268 (gud-gdb-completions): New function, from gud-gdb-complete-command.
16269 (gud-gdb-completion-at-point): New function.
16270 (gud-gdb-completions): Remove.
16271
f42efeb5
MA
162722011-04-14 Michael Albinus <michael.albinus@gmx.de>
16273
49093f60
JB
16274 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
16275 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
16276 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
16277 whether `executable-find' is bound.
f42efeb5
MA
16278
16279 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
16280
e240cc21
SM
162812011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16282
16283 * minibuffer.el (completion-in-region-mode-predicate)
16284 (completion-in-region-mode--predicate): New vars.
16285 (completion-in-region, completion-in-region--postch)
16286 (completion-in-region-mode): Use them.
16287 (completion--capf-wrapper): Also return the hook function.
16288 (completion-at-point, completion-help-at-point):
16289 Adjust and provide a predicate.
c2bd2ab0
SM
16290
16291 Preserve arg names for advice of subr and lexical functions (bug#8457).
16292 * help-fns.el (help-function-arglist): Consolidate the subr and
16293 new-byte-code cases. Add argument `preserve-names' to extract names
16294 from the docstring when needed.
16295 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
16296 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
16297 (ad-arglist): Use help-function-arglist's new arg.
16298 (ad-definition-type): Use cond.
16299
c183f693
JB
163002011-04-13 Juanma Barranquero <lekktu@gmail.com>
16301
06641a47
JB
16302 * autorevert.el (auto-revert-handler):
16303 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
16304 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
16305 Don't quote lambda.
16306
c183f693
JB
16307 * image-mode.el (image-transform-set-scale):
16308 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
16309
1e3b6001
G
163102011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16311
16312 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 16313 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
16314 Upgrades via gnutls-cli are too slow to be done opportunistically.
16315
2d6af8dd
JB
163162011-04-12 Juanma Barranquero <lekktu@gmail.com>
16317
16318 * dframe.el (dframe-current-frame): Remove spurious quote.
16319
c0749a51
GM
163202011-04-12 Glenn Morris <rgm@gnu.org>
16321
088d0d61
GM
16322 * calendar/cal-tex.el (cal-tex-end-document):
16323 Try to automatically use latin1 input if needed.
16324
c0749a51
GM
16325 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
16326 Don't try to cons a mark onto an empty element.
16327
5c90fde0
LL
163282011-04-11 Leo Liu <sdl.web@gmail.com>
16329
16330 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
16331 buffers.
16332 (ido-kill-buffer-at-head): Support killing virtual buffers.
16333
369e974d
CY
163342011-04-10 Chong Yidong <cyd@stupidchicken.com>
16335
16336 * minibuffer.el (completion-show-inline-help): New var.
16337 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
16338 (minibuffer-force-complete, minibuffer-complete-word):
16339 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
16340
16341 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
16342 to avoid interference from inline help (Bug#5849).
16343
37f1c930
LL
163442011-04-10 Leo Liu <sdl.web@gmail.com>
16345
099c39a4
JB
16346 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
16347 Fix typo.
37f1c930 16348
a32d4040
CY
163492011-04-09 Chong Yidong <cyd@stupidchicken.com>
16350
16351 * image-mode.el (image-toggle-display-image): Signal an error if
16352 not in Image mode.
16353 (image-transform-mode, image-transform-resize)
16354 (image-transform-set-rotation): Doc fix.
daca8ba5 16355 (image-transform-set-resize): Delete.
a32d4040
CY
16356 (image-transform-set-scale, image-transform-fit-to-height)
16357 (image-transform-fit-to-width): Handle image-toggle-display-image
16358 and image-transform-resize directly.
16359
099c39a4 163602011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
16361
16362 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
16363 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
16364 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
16365 (doc-view-mode-map): Add bindings for the new functions.
16366
099c39a4 163672011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 16368
4d61f28d 16369 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
16370 Fix typo in docstring.
16371
3726838a
EZ
163722011-04-08 Eli Zaretskii <eliz@gnu.org>
16373
04f33f1e
EZ
16374 * files.el (file-size-human-readable): Produce one digit after
16375 decimal, like "ls -lh" does.
16376
16377 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
16378 the file size representation.
16379
3726838a
EZ
16380 * simple.el (list-processes): If async subprocesses are not
16381 available, error out with a clear error message.
16382
cbb59342
CY
163832011-04-08 Chong Yidong <cyd@stupidchicken.com>
16384
16385 * help.el (help-form-show): New function, to be called from C.
16386 Put help-form output in a buffer named differently than *Help*.
16387
e3971c44
EZ
163882011-04-08 Eli Zaretskii <eliz@gnu.org>
16389
16390 * files.el (file-size-human-readable): New function.
16391
16392 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
16393 computing the representation inline. Don't require `cl'.
16394
12544bbe
GM
163952011-04-08 Glenn Morris <rgm@gnu.org>
16396
a1de6c6a
GM
16397 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
16398
3c4671f4
GM
16399 * net/browse-url.el (browse-url-firefox):
16400 Test system-type, not system-configuration.
16401
b605679c
GM
16402 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
16403 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
16404 Use log-edit-empty-buffer-p. (Bug#7598)
16405
56442f0c
GM
16406 * net/rlogin.el (rlogin-process-connection-type): Simplify.
16407 (rlogin-mode-map): Initialize in the defvar.
16408 (rlogin): Use ignore-errors.
16409
12544bbe
GM
16410 * replace.el (occur-mode-map): Some fixes for menu items.
16411
eb237b0f
AH
164122011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
16413
16414 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
16415
7d668f2c
CY
164162011-04-06 Chong Yidong <cyd@stupidchicken.com>
16417
e67a13ab
CY
16418 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
16419 issuing unused warnings.
16420
16421 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
16422 macro directly.
16423
7d668f2c
CY
16424 * simple.el: Lisp reimplement of list-processes. Based on an
16425 earlier reimplementation by Leo Liu, but using tabulated-list.el.
16426 (process-menu-mode): New major mode.
16427 (list-processes--refresh, list-processes):
16428 (process-menu-visit-buffer): New functions.
16429
16430 * files.el (save-buffers-kill-emacs): Don't assume any return
16431 value of list-processes, which is undocumented anyway.
16432
a83ec3c9
CY
164332011-04-06 Chong Yidong <cyd@stupidchicken.com>
16434
16435 * emacs-lisp/tabulated-list.el: New file.
16436
e91a96fe
CY
16437 * emacs-lisp/package.el: Use Tabulated List mode.
16438 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
16439 (package-menu-mode): Derive from tabulated-list-mode. Set up the
16440 table format using Tabulated List mode variables.
16441 (package--push): New macro, replacing package-list-maybe-add.
16442 (package-menu--generate): Use package--push. Renamed from
16443 package--generate-package-list.
16444 (package-menu-refresh, list-packages): Use it.
daca8ba5 16445 (package-menu--print-info): Rename from package-print-package.
e91a96fe 16446 Return insertion data instead of inserting it directly.
099c39a4
JB
16447 (package-menu-describe-package, package-menu-execute):
16448 Use tabulated-list-get-id.
e91a96fe
CY
16449 (package-menu-mark-delete, package-menu-mark-install)
16450 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
16451 (package-menu-mark-obsolete-for-deletion):
16452 Use tabulated-list-put-tag.
e91a96fe
CY
16453 (package--list-packages, package-menu-revert)
16454 (package-menu-get-package, package-menu-get-version)
16455 (package-menu-sort-by-column): Functions deleted.
16456 (package-menu-package-list, package-menu-sort-key): Vars deleted.
16457 (package-menu--status-predicate, package-menu--version-predicate)
16458 (package-menu--name-predicate)
16459 (package-menu--description-predicate): Handle arguments in the
16460 Tabulated List format.
16461 (package-list-packages-no-fetch): Call list-packages.
16462
3e214b50
JB
164632011-04-06 Juanma Barranquero <lekktu@gmail.com>
16464
16465 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 16466 (after-find-file): Don't bind it.
3e214b50
JB
16467 (revert-buffer-in-progress-p): New variable.
16468 (revert-buffer): Bind it.
16469 Pass nil for `after-find-file-from-revert-buffer'.
16470
16471 * saveplace.el (save-place-find-file-hook): Use new variable
16472 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
16473
3f0f1700
GM
164742011-04-06 Glenn Morris <rgm@gnu.org>
16475
c0274801
GM
16476 * Makefile.in (AUTOGEN_VCS): New variable.
16477 (autoloads): Use $AUTOGEN_VCS.
16478
3f0f1700
GM
16479 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
16480 * calendar/calendar.el (calendar-mode-map):
16481 Check for toolkit scroll bars. (Bug#8305)
16482
41ea9e48
CY
164832011-04-05 Chong Yidong <cyd@stupidchicken.com>
16484
16485 * minibuffer.el (completion-in-region--postch)
16486 (completion-in-region-mode): Remove unnecessary messages.
16487
6194c800
JB
164882011-04-05 Juanma Barranquero <lekktu@gmail.com>
16489
33256f14
JB
16490 * font-lock.el (font-lock-refresh-defaults):
16491 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
16492 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
16493
6194c800
JB
16494 * info.el (Info-directory-list, Info-read-node-name-2)
16495 (Info-split-parameter-string): Doc fixes.
16496 (Info-virtual-nodes): Reflow docstring.
16497 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
16498 (Info-apropos-toc-nodes, info-finder, Info-get-token)
16499 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
16500 Fix typos in docstrings.
16501 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
16502 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
16503 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
16504 (Info-restore-desktop-buffer): Mark unused parameters.
16505 (Info-directory-find-file, Info-directory-find-node)
16506 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
16507 (Info-virtual-index-find-node, Info-apropos-find-file)
16508 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 16509 Mark unused parameters; fix typos in docstrings.
6194c800
JB
16510 (Info-virtual-index): Remove unused local variable `nodename'.
16511
b87a8200 165122011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 16513
b87a8200
DD
16514 * net/rcirc.el: Update my e-mail address.
16515 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 16516
3b2ff876
CY
165172011-04-05 Chong Yidong <cyd@stupidchicken.com>
16518
16519 * startup.el (command-line): Save the cursor's theme-face
16520 directly, instead of using face-override-spec.
16521
16522 * custom.el (load-theme): Minor optimization in assigning faces.
16523
8d17e7ca
JB
165242011-04-04 Juanma Barranquero <lekktu@gmail.com>
16525
16526 * help-fns.el (describe-variable): Complete all variables having
16527 documentation, including keywords.
16528 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
16529
2fbc1934
JB
165302011-04-04 Juanma Barranquero <lekktu@gmail.com>
16531
16532 Convert to lexical-binding.
16533
16534 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
16535 (bs--get-marked-string, bs--get-modified-string)
16536 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
16537 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
16538 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
16539
16540 * ehelp.el (electric-help-execute-extended)
16541 (electric-help-ctrl-x-prefix):
16542 * hexl.el (hexl-revert-buffer-function):
16543 * linum.el (linum-after-change, linum-after-scroll):
16544 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
16545
16546 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
16547
74f50695
DU
165482011-04-04 Daiki Ueno <ueno@unixuser.org>
16549
16550 * epa-dired.el:
16551 * epa-mail.el:
16552 * epa-hook.el:
16553 * epa-file.el:
16554 * epa.el:
16555 * epg.el: Use lexical binding.
16556
c11325f7
CY
165572011-04-03 Chong Yidong <cyd@stupidchicken.com>
16558
0d9e9a12
CY
16559 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
16560
c11325f7 16561 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
16562 dictionary case for flyspell-mark-duplications-exceptions.
16563 Use regexp matching for languages.
c11325f7
CY
16564 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
16565 default dictionary (Bug#7926).
16566
da91b5f2
CY
165672011-04-02 Chong Yidong <cyd@stupidchicken.com>
16568
099c39a4
JB
16569 * emacs-lisp/package.el (package--with-work-buffer):
16570 Recognize https URLs.
da91b5f2 16571
099c39a4
JB
16572 * net/network-stream.el: Move from gnus/proto-stream.el.
16573 Change prefix to network-stream throughout.
da91b5f2
CY
16574 (open-protocol-stream): Merge into open-network-stream, leaving
16575 open-protocol-stream as an alias. Handle nil BUFFER args.
16576
16577 * subr.el (open-network-stream): Move to net/network-stream.el.
16578
afa8e9f6
GM
165792011-04-02 Glenn Morris <rgm@gnu.org>
16580
1d2e369d
GM
16581 * find-dired.el (find-exec-terminator): New option.
16582 (find-ls-option): Test for -ls support.
16583 (find-ls-subdir-switches): Test for -b in find-ls-option.
16584 (find-dired, find-grep-dired): Doc fixes.
16585 (find-dired): Use find-exec-terminator.
16586
8abb7da8 16587 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
16588 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
16589 (find-name-arg): Remove purecopy.
8abb7da8 16590
f3ca7378
GM
16591 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
16592 (grep-compute-defaults): Check for `-exec COMMAND +' support.
16593 Set grep-find-use-xargs, grep-find-command, and grep-find-template
16594 accordingly. Don't add the null-device if not needed.
16595
afa8e9f6
GM
16596 * files.el (save-some-buffers): Doc fix.
16597
35eae264
EZ
165982011-04-02 Eli Zaretskii <eliz@gnu.org>
16599
16600 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
16601
26b51db5
JB
166022011-04-01 Juanma Barranquero <lekktu@gmail.com>
16603
16604 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
16605 Use `dolist' rather than `mapcar'.
16606
7200d79c
SM
166072011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
16608
03408648 16609 Add lexical binding.
7200d79c 16610
03408648
SM
16611 * subr.el (apply-partially): Use new closures rather than CL.
16612 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
16613 (dolist, dotimes): Use slightly different expansion for lexical code.
16614 (functionp): Move to C.
16615 (letrec): New macro.
16616 (with-wrapper-hook): Use it and apply-partially instead of CL.
16617 (eval-after-load): Preserve lexical-binding.
16618 (save-window-excursion, with-output-to-temp-buffer): Turn them
16619 into macros.
7200d79c 16620
03408648
SM
16621 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
16622
16623 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
16624 than the arglist.
16625 (help-add-fundoc-usage): Don't add `Not documented'.
16626 (help-function-arglist): Handle closures, subroutines, and new
16627 byte-code-functions.
16628 (help-make-usage): Remove leading underscores.
16629 (describe-function-1): Handle closures.
16630 (describe-variable): Use special-variable-p for completion.
16631
16632 * files.el (lexical-binding): Declare safe.
f488fb65 16633
03408648
SM
16634 * emacs-lisp/pcase.el: Don't use destructuring-bind.
16635 (pcase--memoize): Rename from pcase-memoize. Change weakness.
16636 (pcase): Add `let' pattern.
16637 Change memoization so it actually works.
16638 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
16639 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
16640 <let>: New case.
f488fb65 16641
03408648
SM
16642 * emacs-lisp/macroexp.el: Use lexical binding.
16643 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
16644 Don't convert ' to #' without checking that it's indeed quoting
16645 a lambda.
16646
16647 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 16648 Use eval-sexp-add-defvars.
03408648
SM
16649 (eval-sexp-add-defvars): New fun.
16650
16651 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
16652
16653 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
16654 Don't autoload.
16655 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
16656 than the internal `byte-compile-lambda'.
16657 (defmethod): Don't hide code under quotes.
16658 (eieio-defmethod): New `code' argument.
16659
16660 * emacs-lisp/eieio-comp.el: Remove.
16661
16662 * emacs-lisp/edebug.el (edebug-eval-defun)
16663 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
16664 (edebug-toggle): Avoid `eval'.
16665
16666 * emacs-lisp/disass.el (disassemble-internal): Handle new
16667 `closure' objects.
16668 (disassemble-1): Handle new byte codes.
16669
16670 * emacs-lisp/cl.el (pushnew): Silence warning.
16671
16672 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
16673 (cl-byte-compile-throw): Remove.
16674 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
16675
16676 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
16677 closures.
16678
16679 * emacs-lisp/cconv.el: New file.
16680
16681 * emacs-lisp/bytecomp.el: Use lexical binding instead of
16682 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
16683 (byte-compile-initial-macro-environment):
16684 Handle declare-function here.
16685 (byte-compile--lexical-environment): New var.
16686 (byte-stack-ref, byte-stack-set, byte-discardN)
16687 (byte-discardN-preserve-tos): New lap codes.
16688 (byte-interactive-p): Don't use any more.
16689 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
16690 New macros.
16691 (byte-compile-lapcode): Use them and handle new lap codes.
16692 (byte-compile-obsolete): Remove.
16693 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
16694 (byte-compile-arglist-warn): Check late def of inlinable funs.
16695 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
16696 since they should have been expanded by now.
16697 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
16698 (byte-compile-from-buffer): Remove unused second arg.
16699 (byte-compile-preprocess): New function.
16700 (byte-compile-toplevel-file-form): New function to distinguish
16701 file-form calls from outside from file-form calls from hunk-handlers.
16702 (byte-compile-file-form): Simplify.
16703 (byte-compile-file-form-defsubst): Remove.
16704 (byte-compile-file-form-defmumble): Simplify now that
16705 byte-compile-lambda always returns a byte-code-function.
16706 (byte-compile): Preprocess.
16707 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
16708 Remove, not used any more.
16709 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
16710 (byte-compile-make-args-desc): New funs.
16711 (byte-compile-lambda): Handle lexical functions. Always return
16712 a byte-code-function.
16713 (byte-compile-reserved-constants): New var, to make up room for
16714 closed-over variables.
16715 (byte-compile-constants-vector): Obey it.
16716 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
16717 (byte-compile-macroexpand-declare-function): New function.
16718 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
16719 byte-code-functions.
16720 (byte-compile-form): Check obsolescence here.
16721 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
16722 (byte-compile-variable-ref): Remove.
16723 (byte-compile-dynamic-variable-op): New fun.
16724 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
16725 (byte-compile-variable-set): New funs.
16726 (byte-compile-discard): Add 2 args.
16727 (byte-compile-stack-ref, byte-compile-stack-set)
16728 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
16729 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
16730 macroexpand-all instead.
16731 (byte-compile-quote-form): Remove.
16732 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
16733 (byte-compile-bind, byte-compile-unbind): New funs.
16734 (byte-compile-let): Handle let* and lexical binding.
16735 (byte-compile-let*): Remove.
16736 (byte-compile-catch, byte-compile-unwind-protect)
16737 (byte-compile-track-mouse, byte-compile-condition-case):
16738 Handle a new :fun-body form, used for lexical scoping.
16739 (byte-compile-save-window-excursion)
16740 (byte-compile-with-output-to-temp-buffer): Remove.
16741 (byte-compile-defun): Simplify.
16742 (byte-compile-stack-adjustment): New fun.
16743 (byte-compile-out): Use it.
16744 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
16745
16746 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
16747 handler any more.
16748
16749 * emacs-lisp/byte-opt.el: Use lexical binding.
16750 (byte-inline-lapcode): Remove (to bytecomp).
16751 (byte-compile-inline-expand): Pay attention to inlining to/from
16752 lexically bound code.
16753 (byte-compile-unfold-lambda): Don't handle byte-code-functions
16754 any more.
16755 (byte-optimize-form-code-walker): Don't handle save-window-excursion
16756 any more and don't call compiler-macros.
16757 (byte-compile-splice-in-already-compiled-code): Remove.
16758 (byte-code): Don't inline any more.
16759 (disassemble-offset): Receive `bytes' as argument rather than via
16760 dynamic scoping.
16761 (byte-compile-tag-number): Declare before first use.
16762 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
16763 `return' even if make-spliceable.
16764 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
16765 obsolete interactive-p.
16766 (byte-optimize-lapcode): Optimize new lap-codes.
16767 Don't trip up on new form of `byte-constant' lap code.
16768
16769 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
16770
16771 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
16772
16773 * custom.el (custom-initialize-default, custom-declare-variable):
16774 Use `defvar'.
16775
16776 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
16777 New variables.
16778 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
16779 (COMPILE_FIRST): Add macroexp and cconv.
16780 * makefile.w32-in: Mirror changes in Makefile.in.
16781
16782 * vc/cvs-status.el:
16783 * vc/diff-mode.el:
16784 * vc/log-edit.el:
16785 * vc/log-view.el:
16786 * vc/smerge-mode.el:
16787 * textmodes/bibtex-style.el:
090bd7cb 16788 * textmodes/css-mode.el:
03408648
SM
16789 * startup.el:
16790 * uniquify.el:
da91b5f2
CY
16791 * minibuffer.el:
16792 * newcomment.el:
16793 * reveal.el:
16794 * server.el:
16795 * mpc.el:
16796 * emacs-lisp/smie.el:
16797 * doc-view.el:
16798 * dired.el:
03408648
SM
16799 * abbrev.el: Use lexical binding.
16800
0f0c1f27
EZ
168012011-04-01 Eli Zaretskii <eliz@gnu.org>
16802
16803 * info.el (info-display-manual): New function.
16804
c82b2579
SM
168052011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
16806
16807 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
16808
221ddf68
TH
168092011-03-31 Tassilo Horn <tassilo@member.fsf.org>
16810
16811 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 16812 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 16813
cba6e77e
GM
168142011-03-31 Glenn Morris <rgm@gnu.org>
16815
e040639f
GM
16816 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
16817
cba6e77e
GM
16818 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
16819
6d0f1c9e
CS
168202011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
16821
16822 * progmodes/python.el (python-default-interpreter)
16823 (python-python-command-args, python-jython-command-args)
16824 (python-which-shell, python-which-args, python-which-bufname)
16825 (python-file-queue, python-comint-output-filter-function)
16826 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
16827 variables and functions.
16828
3e2d70fd
SM
168292011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
16830
16831 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
16832 (completion-in-region-mode): New minor mode.
16833 (completion-in-region): Use it.
16834 (completion-in-region--data, completion-in-region-mode-map): New vars.
16835 (completion-in-region--postch): New function.
16836 (completion--capf-misbehave-funs, completion--capf-safe-funs):
16837 New vars.
16838 (completion--capf-wrapper): New function.
16839 (completion-at-point): Use it to track well-behavedness of
16840 hook functions.
16841 (completion-help-at-point): New command.
16842
f3e4086c
JM
168432011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
16844
16845 * vc/add-log.el (add-change-log-entry): Don't use whitespace
16846 syntax class to search for whitespace on a single line
16847 (Message-ID: <4D938140.4030905@redhat.com>).
16848
eb7ffc14
LL
168492011-03-30 Leo Liu <sdl.web@gmail.com>
16850
16851 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
16852 New commands.
16853 (edit-abbrevs-map): Bind them here.
16854 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
16855
d806ab68
KM
168562011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
16857
16858 * allout.el (allout-hide-by-annotation, allout-flag-region):
16859 Reduce possibility of overlay leakage by making them volatile.
16860
16861 * allout-widgets.el (allout-widgets-tally): Define as nil so the
16862 hash is not shared between buffers. Mode initialization is
16863 responsible for giving it a useful starting value.
16864 (allout-item-span): Reduce possibility of overlay leakage by
16865 making them volatile.
16866 (allout-widgets-count-buttons-in-region): Add diagnostic function
16867 for tracking down button overlay leaks.
16868
ea622834
LL
168692011-03-29 Leo Liu <sdl.web@gmail.com>
16870
16871 * ido.el (ido-read-internal): Use the default history var
16872 minibuffer-history if no HISTORY is specified.
16873
b62f8267
G
168742011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
16875
03408648
SM
16876 * net/imap.el (imap-shell-open, imap-process-connection-type):
16877 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
16878 Kerberos, SSL, other subprocesses.
16879
947b6566
LL
168802011-03-28 Leo Liu <sdl.web@gmail.com>
16881
16882 * abbrev.el (abbrev-table-empty-p): New function.
16883 (prepare-abbrev-list-buffer): Place empty abbrev tables after
16884 nonempty ones. (Bug#5937)
16885
5ffb62aa
JD
168862011-03-27 Jan Djärv <jan.h.d@swipnet.se>
16887
16888 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
16889
7a097943
LL
168902011-03-27 Leo Liu <sdl.web@gmail.com>
16891
16892 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
16893 for foreground and background colors.
16894 (ansi-color-make-color-map): Adapt.
16895
c5b40130
LL
168962011-03-25 Leo Liu <sdl.web@gmail.com>
16897
1f48f7d2
LL
16898 * midnight.el (midnight-time-float): Remove. Note it calculates
16899 the microsecond component incorrectly and seconds-to-time does the
16900 same job.
625897ec 16901 Remove redundant (require 'timer).
1f48f7d2 16902
c5b40130
LL
16903 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
16904 (ido-completions): Remove unused arguments. (Bug#8329)
16905
d86d2721
SM
169062011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16907
16908 * minibuffer.el (completion--flush-all-sorted-completions):
16909 Remove itself from hook.
16910 (completion-at-point): Let the functions perform the completion
16911 immediately and return nil or t.
16912 * comint.el (comint-dynamic-complete-functions): Now identical to
16913 completion-at-point-functions.
16914 (comint-dynamic-list-input-ring): Remove unused var `index'.
16915 (comint--match-partial-filename, comint--unquote&expand-filename):
16916 New funs, split from comint-match-partial-filename.
16917 (comint-dynamic-complete): Use completion-at-point.
16918 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
16919
e8974c48
DA
169202011-03-24 Drew Adams <drew.adams@oracle.com>
16921
16922 * thingatpt.el: Support `defun'.
16923
def71b5e
LL
169242011-03-23 Leo Liu <sdl.web@gmail.com>
16925
cb5af48e
LL
16926 * abbrevlist.el: Move to obsolete/abbrevlist.el.
16927
def71b5e
LL
16928 * help-mode.el (help-mode-finish): Tweak regexp.
16929
927c53e7
GM
169302011-03-23 Glenn Morris <rgm@gnu.org>
16931
18d05bed
GM
16932 * eshell/esh-opt.el (eshell-eval-using-options):
16933 Do not bind unused local variable `eshell-option-stub'.
16934
927c53e7
GM
16935 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
16936
9d0da923
JB
169372011-03-22 Juanma Barranquero <lekktu@gmail.com>
16938
16939 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
16940 keymap variable in `with-no-warnings' to avoid a warning when the
16941 keymap has been already `defconst'ed.
16942
4b978a67
LL
169432011-03-22 Leo Liu <sdl.web@gmail.com>
16944
16945 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
16946 encode all chars in abbrevs; otherwise use emacs-mule or
16947 utf-8-emacs. (Bug#8308)
16948
5fd62452
JB
169492011-03-22 Juanma Barranquero <lekktu@gmail.com>
16950
0b1596c6
JB
16951 * simple.el (backward-delete-char-untabify):
16952 Avoid warning about using `delete-backward-char'.
16953
5fd62452
JB
16954 * image.el (image-type-file-name-regexps): Make it variable.
16955 `imagemagick-register-types' modifies it, and the user may want
16956 to add new extensions for known image types.
16957 (imagemagick-register-types): Throw error if not using ImageMagick.
16958
0b4e93f1
LL
169592011-03-22 Leo Liu <sdl.web@gmail.com>
16960
16961 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
16962 located before rcirc-prompt-end-marker.
16963 (rcirc-complete): Error if point is not after rcirc prompt.
16964 Handle the case when table is nil.
9882e214 16965 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 16966
fccee4ab
CY
169672011-03-22 Chong Yidong <cyd@stupidchicken.com>
16968
16969 * custom.el (custom--inhibit-theme-enable): Make it affect only
16970 custom-theme-set-variables and custom-theme-set-faces.
16971 (provide-theme): Ignore custom--inhibit-theme-enable.
16972 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
16973 (custom-enabling-themes): Delete variable.
d86d2721
SM
16974 (enable-theme): Accept only loaded themes as arguments.
16975 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
16976 (custom-enabled-themes): Forbid themes from setting this.
16977 Eliminate use of custom-enabling-themes.
16978 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 16979
af896da6
LL
169802011-03-21 Leo Liu <sdl.web@gmail.com>
16981
16982 * ido.el (ido-read-internal): Add ido-selected to history instead
16983 of user input.
16984
78f64af0
SM
169852011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16986
16987 * subr.el (deferred-action-list, deferred-action-function):
16988 Mark obsolete.
16989
b16ac1ec
LL
169902011-03-21 Leo Liu <sdl.web@gmail.com>
16991
810f7698
LL
16992 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
16993 change on 2011-02-13 (bug#8309).
16994
b16ac1ec
LL
16995 * minibuffer.el (read-file-name-function): Change default value.
16996 (read-file-name--defaults): Rename from read-file-name-defaults.
16997 (read-file-name-default): Rename from read-file-name.
16998 (read-file-name): Call read-file-name-function.
16999
4e05e67e
GM
170002011-03-21 Glenn Morris <rgm@gnu.org>
17001
17002 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
17003 Doc fixes.
17004
4359915b
CY
170052011-03-21 Chong Yidong <cyd@stupidchicken.com>
17006
17007 * cus-theme.el: Add missing provide statement.
17008 (customize-create-theme): Extract theme value correctly.
17009 (custom-theme-visit-theme): Autoload.
17010 (customize-create-theme): Prompt before inserting default faces.
17011
1fe275ee
JB
170122011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
17013
17014 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
17015 units and musical notes.
17016
cd394be1 170172011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
17018
17019 * ido.el (ido-read-internal): Use completing-read-default.
17020 (ido-completing-read): Fix compatibility with completing-read.
17021
7d476bde
CO
170222011-03-20 Christian Ohler <ohler@gnu.org>
17023
17024 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
17025 (ert-delete-all-tests): Use `called-interactively-p' rather than
17026 `interactive-p'.
17027 (ert--make-xrefs-region): Respect END.
17028
fe0fb33e
CY
170292011-03-19 Chong Yidong <cyd@stupidchicken.com>
17030
ff854b0b
CY
17031 * dired-aux.el (dired-create-directory): Signal an error if the
17032 directory already exists (Bug#8246).
17033
fe0fb33e
CY
17034 * facemenu.el (list-colors-display): Call list-faces-display
17035 inside with-help-window.
17036 (list-colors-print): Use display property to align the final
17037 column, instead of checking window-width.
17038
576bce32
EZ
170392011-03-19 Eli Zaretskii <eliz@gnu.org>
17040
4d61f28d 17041 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
17042 windows-nt systems.
17043 (emerge-protect-metachars): Quote correctly for ms-dos and
17044 windows-nt systems.
17045
89c41d68 170462011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
17047
17048 * info.el (info-initialize): Replace all uses of `:' with
17049 path-separator for compatibility with non-Unix systems.
17050 Cache quoting of path-separator. (Bug#8258)
17051
b14e3e21 170522011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
17053
17054 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
17055 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
17056 (mouse-avoidance-mode): Fix typos in docstrings.
17057
4525ce3e
CY
170582011-03-19 Chong Yidong <cyd@stupidchicken.com>
17059
17060 * startup.el (package-subdirectory-regexp): Move from package.el.
17061 Omit \\` and \\', and let callers add them.
17062
17063 * emacs-lisp/package.el (package-strip-version)
17064 (package-load-all-descriptors): Add \\` and \\' to
17065 package-subdirectory-regexp before using it.
17066 (package-untar-buffer): New arg DIR; ensure that file untars only
17067 into this expected directory. Remove superfluous delete-region.
17068 (package-unpack): Caller changed.
17069 (package-tar-file-info): Use package-subdirectory-regexp.
17070
a904a09a 170712011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 17072
a904a09a
SM
17073 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
17074 diff-mode-shared-map (bug#8284).
17075 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
17076
170772011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17078
17079 * calendar/time-date.el (format-seconds): Use assoc instead of
17080 assoc-string, since assoc-string doesn't exist in XEmacs.
17081
171fc304
JB
170822011-03-17 Juanma Barranquero <lekktu@gmail.com>
17083
17084 * custom.el (custom-known-themes): Reflow docstring.
17085 (custom-theme-load-path): Fix typo in docstring.
17086 (load-theme): Fix typo in error message.
17087 (custom-available-themes, custom-variable-theme-value):
17088 Use `let', not `let*'.
17089
d71990a1
JB
170902011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
17091
17092 * calc/README: Mention inclusion of musical notes.
17093
17094 * calc/calc-units.el (calc-lu-quant): Rename from
17095 `calc-logunits-quantity'.
17096 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
17097 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
17098 (calc-db): Rename from `calc-dblevel'.
17099 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
17100 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
17101 (calc-np): Rename from `calc-nplevel'.
17102 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
17103 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
17104 (calc-lu-plus): Rename from `calc-logunits-add'.
17105 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
17106 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
17107 (calc-lu-minus): Rename from `calc-logunits-sub'.
17108 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
17109 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
17110 (calc-lu-times): Rename from `calc-logunits-mul'.
17111 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
17112 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
17113 (calc-lu-divide): Rename from `calc-logunits-div'.
17114 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
17115 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
17116
17117 * calc/calc-ext.el (calc-init-extensions): Update the names of the
17118 functions being autoloaded.
17119
17120 * calc/calc.el (calc-lu-power-reference): Rename from
17121 `calc-logunits-power-reference'.
17122 (calc-lu-field-reference): Rename from
17123 `calc-logunits-field-reference'.
17124
7a71b18d
GM
17125 * calc/calc-help.el (calc-l-prefix-help):
17126 Mention musical note functions.
d71990a1 17127
40c2934b
SM
171282011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
17129
17130 * minibuffer.el (completion-all-sorted-completions):
17131 Use :completion-cycle-penalty text property if present.
17132
b0911414
KM
171332011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
17134
17135 * allout.el (allout-yank-processing): Adjust for new rebulleting
17136 regime so bullet being yanked is used without prompting the user
17137 for a choice.
17138
8a05b668
JB
171392011-03-16 Juanma Barranquero <lekktu@gmail.com>
17140
17141 * startup.el (command-line): Warn the user that _emacs is deprecated.
17142
5ba5fb81
JB
171432011-03-16 Juanma Barranquero <lekktu@gmail.com>
17144
17145 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
17146 (delphi-verbose, delphi-comment-face, delphi-string-face)
17147 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
17148 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
17149 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
17150 (delphi-new-comment-line, delphi-font-lock-defaults)
17151 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
17152 Fix typos in docstrings.
17153
2dab465b
KM
171542011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
17155
5ba5fb81 17156 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
17157 Invert the roles of character and string values for INSTEAD, so a
17158 string is used for the more common case of a defaulting prompt.
17159
0adf5618
SM
171602011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
17161
17162 * progmodes/ruby-mode.el (ruby-backward-sexp):
17163 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
17164 * play/gamegrid.el (gamegrid-make-face):
17165 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
17166 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
17167 * notifications.el (notifications-notify):
17168 * net/xesam.el (xesam-search-engines):
17169 * net/quickurl.el (quickurl-list-insert):
17170 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
17171
d72700e5
CY
171722011-03-15 Chong Yidong <cyd@stupidchicken.com>
17173
17174 * startup.el (command-line): Update package subdirectory regexp.
17175
49c5410a
SM
171762011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
17177
c6eee9aa
SM
17178 * allout.el (allout-abbreviate-flattened-numbering)
17179 (allout-mode-deactivate-hook): Fix up obsolescence "date".
17180
49c5410a
SM
17181 * subr.el (read-char-choice): Only show the cursor after the prompt,
17182 not after the answer.
17183
047b2bb9
KR
171842011-03-15 Kevin Ryde <user42@zip.com.au>
17185
17186 * help-fns.el (variable-at-point): Skip leading quotes, if any
17187 (bug#8253).
17188
0a57d256
SM
171892011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
17190
17191 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
17192 warning message.
17193
77c992bc
MA
171942011-03-14 Michael Albinus <michael.albinus@gmx.de>
17195
17196 * shell.el (shell): When called interactively, offer to change the
17197 shell file name on remote hosts.
17198
eebc475d
TZ
171992011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
17200
17201 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
17202 integration for LDAP parameters. The host, base, user or binddn,
17203 and secret tokens can be specified in a netrc file, for instance.
17204 This is optional because an `auth-source' parameter must be
17205 specified in the search attributes.
17206
9d05d1ba
JB
172072011-03-13 Juanma Barranquero <lekktu@gmail.com>
17208
17209 * help.el (describe-mode): Link to the mode's definition (bug#8185).
17210
09d9db2c
GM
172112011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17212
17213 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
17214 into declaration. Remove redundant and harmful binding.
17215
172162011-03-12 Eli Zaretskii <eliz@gnu.org>
17217
17218 * files.el (file-ownership-preserved-p): Pass `integer' as an
17219 explicit 2nd argument to `file-attributes'. If the file's owner
17220 is the Administrators group on Windows, and the current user is
17221 Administrator, consider that a match.
17222
17223 * server.el (server-ensure-safe-dir): Consider server directory
17224 safe on MS-Windows if its owner is the Administrators group while
17225 the current Emacs user is Administrator. Use `=' to compare
17226 numerical UIDs, since they could be integers or floats.
17227
219bd536
JB
172282011-03-12 Juanma Barranquero <lekktu@gmail.com>
17229
17230 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
17231
f3afd36b
MA
172322011-03-12 Michael Albinus <michael.albinus@gmx.de>
17233
17234 Sync with Tramp 2.2.1.
17235
17236 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
17237
17238 * net/trampver.el: Update release number.
17239
3aaaa6f1
SM
172402011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17241
94642599
SM
17242 * progmodes/compile.el (compilation--previous-directory): Fix up
17243 various nil/dead-marker mismatches (bug#8014).
17244 (compilation-directory-properties, compilation-error-properties):
17245 Don't call it at a position past the one we're about to change.
17246
3aaaa6f1
SM
17247 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
17248 Disable obsolescence warnings in the file that declares it.
17249
14239447
KM
172502011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
17251
099c39a4
JB
17252 * allout-widgets.el (allout-widgets-tally):
17253 Initialize allout-widgets-tally as a hash table rather than nil to
17254 prevent mode-line redisplay warnings. Also, clarify the module
17255 description and fix a comment typo.
14239447 17256
135e287c
JB
172572011-03-11 Juanma Barranquero <lekktu@gmail.com>
17258
17259 * help-fns.el (describe-variable): Don't complete keywords.
17260 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
17261
ffbf300e
CY
172622011-03-10 Chong Yidong <cyd@stupidchicken.com>
17263
ba08b241
CY
17264 * emacs-lisp/package.el (package-version-join): Impose a standard
17265 string representation for pre/alpha/beta version lists.
17266 (package-unpack-single): Standardize the directory name by passing
17267 it through package-version-join.
17268 (package-strip-rcs-id): Accept any version string that does not
17269 signal an error in version-to-list.
ffbf300e 17270
f346fd6b
MA
172712011-03-10 Michael Albinus <michael.albinus@gmx.de>
17272
17273 * simple.el (delete-trailing-whitespace): Return nil for the
17274 benefit of `write-file-functions'.
17275
ccb55d27
GM
172762011-03-10 Glenn Morris <rgm@gnu.org>
17277
5ceaac0c
GM
17278 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
17279
02da65ff
GM
17280 * vc/vc-git.el (vc-git-program): New option.
17281 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
17282 (vc-git--call): Use it.
17283
b2f603cc
GM
17284 * eshell/esh-util.el (eshell-condition-case): Doc fix.
17285
5772caab
GM
17286 * cus-edit.el (Custom-newline): If no button at point, look
17287 for a subgroup button at start-of-line. (Bug#2298)
17288
ccb55d27
GM
17289 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
17290
ec6ecaed
JD
172912011-03-10 Julien Danjou <julien@danjou.info>
17292
17293 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
17294 `cursor-type' is nil.
17295
9d5aa01d
JB
172962011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
17297
17298 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
17299
b6a5875b
KM
173002011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
17301
7a71b18d 17302 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
17303 preserves the existing header prefix, rebulleting it if necessary,
17304 rather than replacing it. This is necessary for proper operation
17305 of cooperative addons like allout-widgets.
1154d12e
JB
17306 (allout-make-topic-prefix, allout-rebullet-heading):
17307 Change SOLICIT arg to INSTEAD, and interpret additionally a string
17308 value as alternate bullet to be used, instead of prompting the user
17309 for a bullet character.
b6a5875b 17310
ee545c35
MA
173112011-03-09 Michael Albinus <michael.albinus@gmx.de>
17312
d86d2721
SM
17313 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
17314 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
17315 `tramp-default-port'.
17316
c47971d7
DD
173172011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
17318
17319 * net/rcirc.el (rcirc-handler-001): Remove useless
17320 with-rcirc-process-buffer.
17321 (rcirc-check-auth-status): Swap arguments to string-match.
17322
13522cb4
GM
173232011-03-09 Glenn Morris <rgm@gnu.org>
17324
0be6f4f1
GM
17325 * shell.el (shell-mode):
17326 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
17327
13522cb4
GM
17328 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
17329 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
17330
515de2e3
CY
173312011-03-08 Chong Yidong <cyd@stupidchicken.com>
17332
17333 * emacs-lisp/package.el (package-refresh-contents)
17334 (package-menu-execute): Use condition-case-no-debug.
17335
b511b994
MA
173362011-03-08 Michael Albinus <michael.albinus@gmx.de>
17337
17338 * simple.el (shell-command-to-string): Use `process-file'.
17339
17340 * emacs-lisp/package.el (package-tar-file-info): Handle also
17341 remote files.
17342
d86d2721
SM
17343 * emacs-lisp/package-x.el (package-upload-buffer-internal):
17344 Use `equal' for upload base check.
b511b994 17345
25bbfb31
AM
173462011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
17347
17348 * textmodes/texinfo.el (texinfo-environments):
17349 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
17350
be996521
GM
173512011-03-08 Glenn Morris <rgm@gnu.org>
17352
e9c8529f
GM
17353 * cus-start.el (cursor-in-non-selected-windows):
17354 Fix :set quoting oddness. (Bug#8192)
17355
be996521
GM
17356 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
17357 in some setf expressions. (Bug#2159)
17358
2bb5649e
CY
173592011-03-08 Chong Yidong <cyd@stupidchicken.com>
17360
17361 * custom.el (custom-available-themes): Return themes in
17362 alphabetical order.
17363
33383987 17364See ChangeLog.15 for earlier changes.
e3d51b27
MR
17365
17366;; Local Variables:
17367;; coding: utf-8
e3d51b27
MR
17368;; End:
17369
acaf905b 17370 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
17371
17372 This file is part of GNU Emacs.
17373
17374 GNU Emacs is free software: you can redistribute it and/or modify
17375 it under the terms of the GNU General Public License as published by
17376 the Free Software Foundation, either version 3 of the License, or
17377 (at your option) any later version.
17378
17379 GNU Emacs is distributed in the hope that it will be useful,
17380 but WITHOUT ANY WARRANTY; without even the implied warranty of
17381 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17382 GNU General Public License for more details.
17383
17384 You should have received a copy of the GNU General Public License
17385 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.