Remove some unnecessary bindings of same-window-* variables.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
1530c98e
CY
12012-08-10 Chong Yidong <cyd@gnu.org>
2
3 * progmodes/python.el (python-shell-get-process-name): Don't mess
4 with same-window-buffer-names.
5
6 * eshell/eshell.el (eshell-add-to-window-buffer-names)
7 (eshell-remove-from-window-buffer-names): Make obsolete.
8 (eshell-buffer-name, eshell-unload-hook): Don't use them.
9 (eshell): Just use pop-to-buffer-same-window instead.
10
e1293765
CY
112012-08-10 Chong Yidong <cyd@gnu.org>
12
13 * bindings.el: Bind M-= back to count-words-region.
14
15 * simple.el (count-words-region): Accept a prefix arg for acting
16 on the entire buffer.
17 (count-words--buffer-message): New helper function.
18
e1894109
SM
192012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
20
21 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
22 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
23 (event-start, event-end): Use posn-at-point to return a more
24 informative posn.
25 (posnp): New function.
26 * mouse.el (popup-menu-normalize-position): Use it.
27
c69f56a2
MY
282012-08-10 Masatake YAMATO <yamato@redhat.com>
29
30 * mouse.el (popup-menu-normalize-position): New function.
31 (popup-menu): Use `popup-menu-normalize-position' to normalize
32 the form for POSITION argument.
33
34 * term/x-win.el (x-menu-bar-open):
35 Use the value returend from (posn-at-point) as position
36 passed to `popup-menu'.
37
31673780
JB
382012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
39
40 * calc/calccomp.el (math-compose-expr): Add extra argument
41 indicating that parentheses should be put around products in
42 denominators. Give multiplication precedence over division during
43 composition.
44
dab7711b
CY
452012-08-09 Chong Yidong <cyd@gnu.org>
46
dee4ef93
CY
47 * man.el (Man-switches, Man-sed-command, Man-awk-command)
48 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
49 (Man-untabify-command, manual-program): Convert to defcustom
50 (Bug#10429).
51
73e2bbc5
CY
52 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
53
3e861c8a
CY
54 * descr-text.el (describe-char): Don't insert extra newlines
55 (Bug#10127).
56
a9f5a649
CY
57 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
58 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
59
dab7711b
CY
60 * align.el (align-region): Delete temporary markers (Bug#10047).
61 Plus some code cleanups.
62
e0cc4efa
FEG
632012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
64
65 * progmodes/python.el (python-pdbtrack-tracked-buffer)
66 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
67 (python-shell-internal-last-output): Use make-local-variable
68 instead of make-variable-buffer-local.
69
489af14f
FEG
702012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
71
72 * progmodes/python.el: Enhancements to forward-sexp.
73 (python-nav-forward-sexp): Rename from
74 python-nav-forward-sexp-function.
c69f56a2
MY
75 (python-nav--forward-sexp, python-nav--backward-sexp):
76 New functions.
489af14f 77
0fc50303
JB
782012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
79
80 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
81 modes and simplification modes.
82
5d65606a
SM
832012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
84
85 * delsel.el (delete-selection-pre-hook): Don't propagate the
86 file-supersession signals (bug#12161).
87
4250fdf5
SM
882012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
89
90 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
91 (cl-map-extents): Add compatibility aliases (bug#12135).
92
d9f9b465
MA
932012-08-08 Michael Albinus <michael.albinus@gmx.de>
94
95 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
96 tests by `ignore-error'.
97 (tramp-find-shell): Open also a new shell, when cache is already
98 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
99
ce0fcefa
JL
1002012-08-08 Juri Linkov <juri@jurta.org>
101
102 * bookmark.el: Add `defaults' property to the bookmark record.
103 (bookmark-current-buffer): Doc fix.
104 (bookmark-make-record): Add `defaults' property with default values
105 to the bookmark record.
106 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
107 with `bookmark-insert-current-bookmark'.
108 (bookmark-set): Get `defaults' property from the bookmark record
109 and use it in `read-from-minibuffer'.
110 (bookmark-insert-current-bookmark): Remove function.
111
112 * info.el (Info-bookmark-make-record): Add `defaults' property
113 with values of canonical Info node name, the current Info file
114 name and the current Info node name. (Bug#12107)
115
53fa8652
JL
1162012-08-08 Juri Linkov <juri@jurta.org>
117
118 * files.el (basic-save-buffer): Use `buffer-name' as the default
119 of `read-file-name' when buffer is not visiting a file (bug#12128).
120
242c0a95
JL
1212012-08-08 Juri Linkov <juri@jurta.org>
122
123 * info.el (Info-isearch-search): Doc fix.
124 (Info-search): Change search-failed message from "initial node" to
125 "end of node" (bug#12078).
126 (Info-isearch-search): Change `isearch-string-state' to
127 `isearch--state-string'.
128
32ac3a6b
GM
1292012-08-08 Glenn Morris <rgm@gnu.org>
130
131 * language/persian.el: Remove file.
f8c1afd5 132 * language/misc-lang.el: Move unique part of persian.el here.
32ac3a6b
GM
133 * loadup.el: Remove language/persian.
134
2c2d9c9c
OF
1352012-08-08 Óscar Fuentes <ofv@wanadoo.es>
136
137 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
138
2d79ec42
FEG
1392012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
140
141 * progmodes/python.el Fixed defsubst warning.
142 (python-syntax-context) Rename from python-info-ppss-context.
143 (python-syntax-context-type): Rename from
144 python-info-ppss-context-type.
145 (python-syntax-comment-or-string-p): Rename from
146 python-info-ppss-comment-or-string-p.
147
2bd255dd
JB
1482012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
149
150 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
151
c395097f
AS
1522012-08-07 Andreas Schwab <schwab@linux-m68k.org>
153
6125983e
AS
154 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
155 a defcustom that is quoted with backquote.
156
4250fdf5
SM
157 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
158 Fix handling of interactive spec when the body uses return.
651eaf36
AS
159 (math-do-arg-check, math-define-function-body): Use backquote forms.
160 * calc/calc-ext.el (math-defcache): Likewise.
161 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
162 * allout.el (allout-new-exposure): Likewise.
163 * calc/calcalg2.el (math-tracing-integral): Likewise.
164 * info.el (Info-last-menu-item): Likewise.
165 * emulation/vip.el (vip-loop): Likewise.
166 * textmodes/artist.el (artist-funcall): Likewise.
167 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
168 Construct menu-item directly.
169
4250fdf5
SM
170 * progmodes/autoconf.el (font-lock-syntactic-keywords):
171 Don't declare.
c395097f 172
5fb50dd3
CY
1732012-08-07 Chong Yidong <cyd@gnu.org>
174
175 * simple.el (deactivate-mark): Preserve text properties when
176 saving the primary selection (Bug#8384).
177
54eea618
KR
1782012-08-07 Kevin Ryde <user42@zip.com.au>
179
180 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
181 (woman-parse-numeric-value): On a bad .IP line, issue a warning
182 and continue processing (Bug#12110).
183
638eaeb9
SM
1842012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
185
186 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
187 syntax-propertize-function (bug#10095).
188
ea376861
SM
1892012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
190
f91b35be
SM
191 * help-fns.el (help-fns--key-bindings, help-fns--signature)
192 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
193 describe-function-1.
194 (describe-function-1): Use them. Move compiler macro after sig.
195 (help-fns--compiler-macro): Use function-get. Assume we're already in
196 standard-output. Adjust layout to new call order.
197
ea376861
SM
198 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
199 re-binding a symbol that has a symbol-macro (bug#12119).
200
d5be7bd0
MB
2012012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
202
203 * language/persian.el: New file. (Bug#11812)
204 * loadup.el: Add language/persian.el.
205
90749b53
CY
2062012-08-06 Chong Yidong <cyd@gnu.org>
207
208 * window.el (window--maybe-raise-frame): New function.
209 (window--display-buffer): Split off from here.
210 (display-buffer-reuse-window, display-buffer-pop-up-frame)
211 (display-buffer-pop-up-window, display-buffer-use-some-window):
212 Obey an inhibit-switch-frame action alist entry.
213 (display-buffer): Update doc.
214
215 * replace.el (occur-after-change-function): Avoid losing focus by
216 using the inhibit-switch-frame display parameter (Bug#12139).
217
ba7b0154
FEG
2182012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
219
220 Make internal shell process buffer names start with space.
221 * progmodes/python.el (python-shell-make-comint): Add optional
222 argument INTERNAL.
223 (run-python-internal): Use it.
224 (python-shell-internal-get-or-create-process): Check for new
225 internal buffer names.
226
5eaeacb5
GM
2272012-08-06 Glenn Morris <rgm@gnu.org>
228
e296d94b 229 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
5eaeacb5
GM
230 Do less getting and setting of environment variables.
231
b7ccbdc2
CY
2322012-08-05 Chong Yidong <cyd@gnu.org>
233
777fe95e
CY
234 * proced.el (proced): Add substitution string to docstring to
235 trigger autoloading of the proced library on C-h f (Bug#1768).
236
4250fdf5
SM
237 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
238 Don't show defvars which have no second argument (Bug#8638).
b7ccbdc2
CY
239
240 * imenu.el (imenu-generic-expression): Move documentation here
241 from imenu--generic-function.
242 (imenu--generic-function): Refer to imenu-generic-expression.
243
9e3b7800 2442012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
d5c31f1d
245
246 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
247 indentation declaration.
248 (viper-loop): Add indentation declaration (Bug#7025).
249
e5d9c0d1
CY
2502012-08-05 Chong Yidong <cyd@gnu.org>
251
f0422feb
CY
252 * help-fns.el (describe-variable): Add hyperlink for
253 directory-local variables files. Improve buffer-local and
254 permanent-local reporting; suggested by MON KEY (Bug#6644).
255
256 * help-mode.el (help-dir-local-var-def): New button type.
257
e5d9c0d1
CY
258 * files.el (kill-buffer-hook): Provide a defvar.
259
a4f2deaa
GM
2602012-08-05 Glenn Morris <rgm@gnu.org>
261
262 * eshell/esh-ext.el (eshell/addpath):
263 Also update eshell-path-env. (Bug#12013)
264
a9dd5754
CY
2652012-08-05 Chong Yidong <cyd@gnu.org>
266
a4f2deaa 267 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
615b0bf0 268
d014c740
CY
269 * fringe.el (fringe-styles): Add docstring.
270 (fringe--check-mode): New function.
271 (set-fringe-mode, set-fringe-style): Use it.
272 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
273
a9dd5754
CY
274 * files.el (set-auto-mode): Fix invalid setq call.
275
7c2dc8bd
SM
2762012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
277
278 * isearch.el: Misc simplification; use defstruct.
279 (isearch-mode-map): Dense maps now work like sparse ones.
280 (isearch--state): New defstruct.
281 (isearch-string-state, isearch-message-state, isearch-point-state)
282 (isearch-success-state, isearch-forward-state)
283 (isearch-other-end-state, isearch-word-state, isearch-error-state)
284 (isearch-wrapped-state, isearch-barrier-state)
285 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
286 replaced by defstruct's accessors.
287 (isearch--set-state): Rename from isearch-top-state and change
288 calling convention.
289 (isearch-push-state): Use new isearch--get-state.
290 (isearch-toggle-word): Disable regexp when enabling word.
291 (isearch-message-prefix): Remove unused arg _c-q-hack.
292 (isearch-message-suffix): Remove unused arg _ellipsis.
293
7fcc0070
AS
2942012-08-04 Andreas Schwab <schwab@linux-m68k.org>
295
296 * simple.el (list-processes--refresh): For a server use :host or
297 :local as the address.
97ad0769 298 (list-processes): Doc fix.
7fcc0070 299
00340faf
MN
3002012-08-04 Michal Nazarewicz <mina86@mina86.com> (tiny change)
301
302 * lisp/mpc.el: Support password in host argument.
303 (mpc--proc-connect): Parse and use new password element.
304 Set mpc-proc variable instead of returning process.
305 (mpc-proc): Adjust accordingly.
306
6dad7178
EZ
3072012-08-03 Eli Zaretskii <eliz@gnu.org>
308
18949c2f
EZ
309 * whitespace.el (whitespace-display-mappings): Use Unicode
310 codepoints, instead of emacs-mule codepoints. See
311 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
312 for the details.
313
6dad7178
EZ
314 * files.el (file-truename): Don't skip symlink-chasing part on
315 windows-nt. Incorporate the resolution of 8+3 short aliases on
4250fdf5
SM
316 Windows into the loop that recursively chases symlinks.
317 Compare directory and its parent case-insensitively on MS-Windows and
6dad7178
EZ
318 MS-DOS.
319
385b0198
CY
3202012-08-03 Chong Yidong <cyd@gnu.org>
321
6200f3c4
CY
322 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
323
385b0198
CY
324 * sort.el (sort-regexp-fields): Doc fix.
325
b9e74744
TH
3262012-08-03 Tassilo Horn <tsdh@gnu.org>
327
328 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
329 labels regex position point at the expected place.
330
41013cb4
MK
3312012-08-03 MON KEY <monkey@sandpframing.com>
332
333 * net/imap.el (imap-interactive-login, imap-authenticate)
334 (imap-mailbox-lsub, imap-mailbox-list)
335 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
336 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
337 (imap-parse-response): Doc fix.
338
0ffee616
JT
3392012-08-03 João Távora <joaotavora@gmail.com>
340
341 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
342 if sexp scanning does not move point (Bug#5734).
343
cfcc9cc8
TH
3442012-08-02 Tassilo Horn <tsdh@gnu.org>
345
346 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
347 Add listings, minted, and ctable packages.
348 (reftex-label-alist-builtin): Move listings, minted, and ctable
349 entries before LaTeX.
a01bbb84 350 (reftex-label-alist): Docfix.
cfcc9cc8 351
66ec2442
BG
3522012-08-02 Bastien Guerry <bzg@gnu.org>
353
354 * replace.el (occur): Fix docstring (bug#12122).
355
837b365b
GM
3562012-08-02 Glenn Morris <rgm@gnu.org>
357
358 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
359
e098de97
PE
3602012-08-02 Paul Eggert <eggert@cs.ucla.edu>
361
362 Obsolete alias inactivate-current-input-method-function (Bug#10150).
363 * international/mule-cmds.el: Create
364 inactivate-current-input-method-function as an obsolete alias for
365 deactivate-current-input-method-function. See Katsumi Yamaoka in
366 <http://bugs.gnu.org/10150#46>.
367
a0f95636
JB
3682012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
369
370 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
371 of nested `if's.
372
0d26d7c4
GM
3732012-08-01 Glenn Morris <rgm@gnu.org>
374
375 * progmodes/autoconf.el (autoconf-definition-regexp):
376 Add AH_TEMPLATE, adjust submatch numbering.
377 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
378 (autoconf-current-defun-function): Update for above change.
379 (autoconf-current-defun-function): First skip to end of current word.
380
b686ba06
RS
3812012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
382
383 * calendar/cal-html.el (cal-html-insert-agenda-days):
384 Fix typo. (Bug#12018)
385
0d49da68
FEG
3862012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
387
388 Shell processes: enhancements to startup and CEDET compatibility.
389 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
390 (python-shell-make-comint): accept-process-output at startup.
391 (run-python-internal): Set inferior-python-mode-hook to nil.
392 (python-shell-internal-get-or-create-process): call sit-for.
393 (python-preoutput-result): Add obsolete alias.
394 (python-shell-internal-send-string): Use it.
395 (python-shell-send-setup-code): Remove call to
396 accept-process-output.
397
f1a71c6e
AS
3982012-07-31 Andreas Schwab <schwab@linux-m68k.org>
399
400 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
401 (Bug#12108)
402
d2605269
JB
4032012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
404
405 * calc-mode.el (calc-basic-simplification-mode): Rename from
406 `calc-limited-simplification-mode'.
407 (calc-alg-simplification-mode): New function.
d66060f8 408 (calc-set-simplify-mode): Adjust message.
f1a71c6e 409
d2605269
JB
410 * calc.el (calc-set-mode-line): Adjust mode line display for
411 basic simplification mode.
412
413 * calc-help.el (calc-m-prefix-help): Update help message.
414
415 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
416 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
417
a3827a43
BG
4182012-07-31 Bastien Guerry <bzg@gnu.org>
419
420 * man.el (man): Fix comment. (bug#12101)
421
502e3f89
MR
4222012-07-31 Martin Rudalics <rudalics@gmx.at>
423
424 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
425 Don't return a non-nil value when no suitable buffer was found.
426
d7714961
FEG
4272012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
428
429 * progmodes/python.el (run-python-internal): Disable font lock for
430 internal shells.
431
1f45e27e
SM
4322012-07-30 Stefan Merten <smerten@oekonux.de>
433
434 * rst.el: Silence `checkdoc-ispell'.
435 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
436 (rst-official-version, rst-official-cvs-rev)
437 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
438 (rst-mode-map): New key binding.
439
0aee6912
PE
4402012-07-30 Paul Eggert <eggert@cs.ucla.edu>
441
442 Update .PHONY listings in makefiles.
443 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
444 autoloads, update-subdirs, updates, bzr-update, update-authors,
445 compile-onefile, compile-calc, backup-compiled-files,
446 compile-after-backup, compile-one-process, mh-autoloads,
447 bootstrap-clean, distclean, maintainer-clean.
448
9052f9f0
JB
4492012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
450
1823ac5a
JB
451 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
452 (calc-set-mode-line): Don't display "AlgSimp ".
453
454 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
455 (calc-lim-simplify-mode): New function.
456 (calc-set-simplify-mode): Default to 'alg.
457 (calc-default-simplify-mode): Make algebraic simplifications
458 the default.
459
460 * calc/calc-ext.el (calc-init-extensions): Remove binding for
461 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
462
8d7c7eed 463 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4b337409
JB
464 indicate new simplification modes.
465
1823ac5a
JB
466 * calc/README: Mention new default simplification mode.
467
9052f9f0
JB
468 * calc/calc.el (math-normalize-error): New variable.
469 (math-normalize): Set `math-normalize-error' to t
470 when there's an error.
471
472 * calc/calc-alg.el (math-simplify): Don't simplify when
473 `math-normalize' returns an error.
474
20ba0cb4
EZ
4752012-07-29 Eli Zaretskii <eliz@gnu.org>
476
477 * international/mule-cmds.el (set-locale-environment): Revert last
478 change, since display-graphic-p returns nil when this function is
479 called during startup. Instead...
480
481 * term/w32console.el (terminal-init-w32console): ...setup the
482 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
483
a5dcc929
JL
4842012-07-29 Juri Linkov <juri@jurta.org>
485
486 * simple.el (goto-line): Don't display default line number in the
487 prompt because it should be displayed by `read-number' (bug#9952).
488 Add the current line number to the defaults of `goto-line' to
489 allow its easier modification by users with `M-n' (bug#9201).
490
491 * subr.el (read-number): Support multiple default values like in
492 other minibuffer reading functions. Replace `read' with
493 `string-to-number' for consistency with `number-to-string'.
494
72b255c7
PE
4952012-07-29 Paul Eggert <eggert@cs.ucla.edu>
496
497 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
498 * emulation/viper-init.el (viper-deactivate-input-method-action):
499 Rename from viper-inactivate-input-method-action.
500 (viper-deactivate-input-method):
501 Rename from viper-inactivate-input-method.
502 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
503 * international/mule-cmds.el (deactivate-input-method):
504 Rename from inactivate-input-method.
505 Also run input-method-deactivate-hook.
506 (deactivate-current-input-method-function):
507 Rename from inactivate-current-input-method-function.
508 (input-method-deactivate-hook): New hook.
509 (input-method-inactivate-hook): Mark obsolete.
bb6eb9fc
PE
510 (inactivate-input-method): Mark obsolete.
511
72b255c7
PE
512 * international/quail.el (quail-activate):
513 Also run quail-deactivate-hook.
514 (quail-deactivate): Rename from quail-inactivate.
515 * international/robin.el (robin-activate):
516 Also run robin-deactivate-hook.
517 (robin-deactivate): Rename from robin-inactivate.
518
2549c068
CY
5192012-07-29 Chong Yidong <cyd@gnu.org>
520
521 * simple.el (indicate-copied-region): New function.
522 (kill-ring-save): Split off from here.
523
524 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
525 (kill-rectangle): Set deactivate-mark to t on read-only error.
526
527 * register.el (copy-to-register, copy-rectangle-to-register):
528 Deactivate the mark, and use indicate-copied-region (Bug#10056).
c69f56a2
MY
529 (append-to-register, prepend-to-register):
530 Call 2012-07-29 Juri Linkov <juri@jurta.org>
17711ed9
JL
531
532 * simple.el (async-shell-command-buffer): New defcustom.
533 (shell-command): Use it. (Bug#4719)
534
01bd1b0d
EZ
5352012-07-28 Eli Zaretskii <eliz@gnu.org>
536
537 * international/mule-cmds.el (set-locale-environment): In a
538 console session on MS-Windows, set up keyboard and terminal
539 encoding from the OEM codepage, not the ANSI codepage.
540 (Bug#12055)
541
a55739d3
CY
5422012-07-28 Chong Yidong <cyd@gnu.org>
543
544 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
545 gdb-get-location.
546
0e1a094f 5472012-07-28 Leo Liu <sdl.web@gmail.com>
9a0f8f2e
LL
548
549 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
550 the alist (bug#12029).
551
20329d73
EZ
5522012-07-28 Eli Zaretskii <eliz@gnu.org>
553
554 * makefile.w32-in (custom-deps, finder-data, updates, compile)
555 (compile-always, compile-first)
556 ($(lisp)/calendar/cal-loaddefs.el)
557 ($(lisp)/calendar/diary-loaddefs.el)
558 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
559 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
560 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
561 instead of on update-subdirs.
562 (bootstrap-clean): Delete $(lisp)/subdirs.el.
563
345a2258
CY
5642012-07-28 Chong Yidong <cyd@gnu.org>
565
1eee6341
CY
566 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
567 directory if vc-deduce-backend returns nil (Bug#7350).
568
345a2258
CY
569 * simple.el (delete-trailing-lines): New option.
570 (delete-trailing-whitespace): Obey it (Bug#11879).
571
049a0936
DE
5722012-07-28 David Engster <deng@randomsample.de>
573
574 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
575 Explanation of new 'symbol-qnames feature in doc-strings.
576 (xml-maybe-do-ns): Return expanded names as plain symbols if
577 'symbol-qnames was provided in XML-NS argument (Bug#11916).
578 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
579
aa81af71
FEG
5802012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
581
582 Consistent completion in inferior python with emacs -nw.
583 * progmodes/python.el (inferior-python-mode): replace "<tab>"
584 binding in inferior-python-mode-map with "\t".
585 (python-shell-completion-complete-at-point)
586 (python-completion-complete-at-point): Remove interactive spec.
587
e827b1eb
JB
5882012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
589
590 * calc/calccomp.el (math-compose-expr): Undo previous change.
591
a90dfb95
FEG
5922012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
593
4250fdf5 594 * progmodes/python.el (python-mode-map): Add keybinding for
a90dfb95
FEG
595 run-python.
596 (python-shell-make-comint): Fix pop-to-buffer call.
597 (run-python): Autoload. New arg SHOW.
598 (python-shell-get-or-create-process): Do not pop python process
599 buffer.
600
32770973 6012012-07-27 Michael Albinus <michael.albinus@gmx.de>
1c6ef030
MA
602
603 * notifications.el (notifications-on-action-signal)
604 (notifications-on-closed-signal): Use also the bus address for the map.
605 (notifications-notify, notifications-close-notification)
606 (notifications-get-capabilities): Add optional argument BUS.
607
86332df2
TH
6082012-07-27 Tassilo Horn <tsdh@gnu.org>
609
4250fdf5
SM
610 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
611 Add support for the lstlisting and minted environments, and for the
86332df2
TH
612 ctable macro.
613 * textmodes/reftex.el (reftex-compile-variables): Also recognize
614 labels written in keyvals syntax.
615
ca1302a4
JB
6162012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
617
618 * calc/calccomp.el (math-compose-expr): Use parentheses when
619 there is a product in the denominator of a fraction.
620
f8b91036
EZ
6212012-07-26 Eli Zaretskii <eliz@gnu.org>
622
623 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
624 ($(lisp)/calendar/diary-loaddefs.el)
625 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4250fdf5
SM
626 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
627 Fixes failures in parallel bootstrap because subdirs.el is being
f8b91036
EZ
628 rewritten while the autoload files are built at the same time,
629 which needs to load subdirs.el.
630
c8e5a42c
MR
6312012-07-26 Martin Rudalics <rudalics@gmx.at>
632
633 * mouse.el (popup-menu): Fix doc-string and re-indent code.
634 (mouse-drag-line): Don't exit tracking when a switch-frame or
635 switch-window event occurs (Bug#12006).
636
670d85ea
SM
6372012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
638
639 * mouse.el (popup-menu): Fix last change.
640
7abaf5cc
SM
6412012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
642
643 Autoload from Lisp with more care. Follow aliases when looking for
644 function properties.
645 * subr.el (autoloadp): New function.
646 (symbol-file): Use it.
647 (function-get): New function.
648 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
649 autoload-do-load.
650 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
651 (lisp-indent-function):
652 * emacs-lisp/gv.el (gv-get):
653 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
654 * emacs-lisp/byte-opt.el (byte-optimize-form):
655 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
656 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
657 Use function-get.
658 * emacs-lisp/cl.el: Don't propagate function properties any more.
659
660 * speedbar.el (speedbar-add-localized-speedbar-support):
661 * emacs-lisp/disass.el (disassemble-internal):
662 * desktop.el (desktop-load-file):
663 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
664 (describe-function-1):
665 * emacs-lisp/find-func.el (find-function-noselect):
666 * emacs-lisp/elp.el (elp-instrument-function):
667 * emacs-lisp/advice.el (ad-has-proper-definition):
668 * apropos.el (apropos-safe-documentation, apropos-macrop):
669 * emacs-lisp/debug.el (debug-on-entry):
670 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
671 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
672 * calc/calc.el (name): Use autoloadp & autoload-do-load.
673
b1364986
AA
6742012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
675
676 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
677 function, not an obsolete variable (Bug#12046).
678
67ada220
AS
6792012-07-25 Andreas Schwab <schwab@linux-m68k.org>
680
681 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
682
f08088e3
CS
6832012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
684
685 * emacs-lisp/pp.el (pp-display-expression): Select old selected
686 window only if it is still live (Bug#12034).
687
8137e7b3
MR
6882012-07-25 Martin Rudalics <rudalics@gmx.at>
689
690 * subr.el (redirect-frame-focus): Add advertised calling
691 convention (Bug#12030).
692
09ae5da1
PE
6932012-07-25 Paul Eggert <eggert@cs.ucla.edu>
694
695 Prefer typical American spelling for "acknowledgment".
696 * vc/add-log.el (change-log-acknowledgment): Rename from
697 change-log-acknowledgement, with an alias for the old name.
698
3cc5a3a8
JB
6992012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
700
701 * calc-alg.el (math-simplify-divide): Don't cross multiply
702 in an equation when the lhs is a variable.
703
b7af7f62
JD
7042012-07-24 Julien Danjou <julien@danjou.info>
705
706 * net/netrc.el (netrc-find-service-number, netrc-store-data):
707 Remove, unused.
708
ec1b09b1
EZ
7092012-07-23 Eli Zaretskii <eliz@gnu.org>
710
711 * startup.el (command-line): Don't display an empty user name in
712 the error message about non-existent home directory, when
713 init-file-user was set to an empty string. See
714 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
715 for the details and context.
716
b525fd8a
VB
7172012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
718
719 * ses.el (ses-cell-formula-aset): New macro.
720 (ses-cell-references-aset): New macro.
721 (ses-cell-p): New function.
722 (ses-rename-cell): Do no longer rely on complex operations like
723 ses-cell-set-formula or ses-set-cell to change the cell and handle
724 the undo at the same time, but rather use lower level new macros
725 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
726 the undo directly. Refresh the mode line.
727
2c73e345
LL
7282012-07-21 Leo Liu <sdl.web@gmail.com>
729
670d85ea
SM
730 * progmodes/cc-cmds.el (c-defun-name):
731 Use match-string-no-properties instead for consistency.
2c73e345 732
542dfbde
LL
7332012-07-20 Leo Liu <sdl.web@gmail.com>
734
3646bcd6
LL
735 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
736 (Bug#7879)
737
542dfbde
LL
738 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
739
25721031
CY
7402012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
741
742 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
743 * progmodes/bug-reference.el, misearch.el: Provide themselves
744 (bug#11915).
745
746 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
747 of narrowed buffer (bug#11966).
748
316e68a7
VB
7492012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
750
751 * ses.el (ses-rename-cell): Set new name also in reference list of
752 cells of which the renamed cell depends.
753
bbf0e7d9
MY
7542012-07-20 Masatake YAMATO <yamato@redhat.com>
755
756 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
757 to check whether menu-bar is shown or not. If not shown,
758 show the menu-bar as a popup menu instead of using tmm.
759 * mouse.el (popup-menu): Accept `point' as `position' argument.
760
c28662a8
DG
7612012-07-20 Dmitry Gutov <dgutov@yandex.ru>
762
763 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
764 up inside string symbol literal (bug#11923).
765
87ab808f
EZ
7662012-07-20 Eli Zaretskii <eliz@gnu.org>
767
768 * startup.el (fancy-startup-text): Read the whole tutorial, not
769 just its first 256 bytes. Prevents gibberish in display of the
770 tutorial title.
771
89dea803
DA
7722012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
773
774 Drop idle buffer compaction due to an absence of the
775 proved efficiency.
776 * compact.el: Remove.
777
8a4e6db8
SS
7782012-07-19 Sam Steingold <sds@gnu.org>
779
780 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
781 vc-bzr-pull & vc-bzr-merge-branch.
782 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
783 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
784 for consistency with compilation-error-regexp-alist.
785 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
786 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
787 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
788 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
789
5db81e33
SM
7902012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
791
792 * emacs-lisp/chart.el: Use lexical-binding.
793 (chart-emacs-storage): Don't hardcode the list of entries.
794
5b835e1d
DA
7952012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
796
797 Next round of tweaks caused by Fgarbage_collect changes.
798 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
799
9cd47b72
DA
8002012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
801
802 Compact buffers when idle.
803 * compact.el: New file.
804
1d6fc0df
SM
8052012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
806
807 * subr.el (eventp): Presume that if it looks vaguely like an event,
808 it's an event (bug#10190).
809
1d29cc7d
FEG
8102012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
811
812 Enhancements to ppss related code (thanks Stefan).
813 * progmodes/python.el (python-indent-context)
814 (python-indent-calculate-indentation, python-indent-dedent-line)
815 (python-indent-electric-colon, python-nav-forward-block)
816 (python-mode-abbrev-table)
1d6fc0df 817 (python-info-assignment-continuation-line-p): Simplify checks
1d29cc7d
FEG
818 for ppss context.
819 (python-info-continuation-line-p): Cleanup.
820 (python-info-ppss-context): Do not catch 'quote.
821 (python-info-ppss-context-type)
822 (python-info-ppss-comment-or-string-p): Simplify.
823
d583cbe6
FEG
8242012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
825
826 * progmodes/python.el: Enhancements to eldoc support.
827 (python-info-current-symbol): New function.
828 (python-eldoc-at-point): Use python-info-current-symbol.
829 (python-info-current-defun): Fix cornercase on first defun scan.
830 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
831 and signal error when no inferior python process is available.
832
eceb6feb
DG
8332012-07-18 Dmitry Gutov <dgutov@yandex.ru>
834
835 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
836 assume it's always t.
837 (vc-git-registered): Remove caching, the function is only called
838 once.
839 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
840
4c8ff0fe
CY
8412012-07-18 Chong Yidong <cyd@gnu.org>
842
19fb7186
CY
843 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
844
9587c688
CY
845 * simple.el (count-words): Report on narrowing (Bug#9959).
846
0fe776a1
CY
847 * bindings.el: Bind M-= to count-words.
848
4c8ff0fe
CY
849 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
850
7f5331cc
MY
8512012-07-18 Masatake YAMATO <yamato@redhat.com>
852
853 * progmodes/sh-script.el (sh-imenu-generic-expression):
854 Capture a function with `function' keyword and without parentheses
855 like "function FOO" (bug#11856).
856
2dc2a609
TH
8572012-07-18 Tassilo Horn <tassilo@member.fsf.org>
858
859 * window.el (split-window-sensibly): Make WINDOW argument
860 optional.
861
439f7677
CY
8622012-07-18 Chong Yidong <cyd@gnu.org>
863
9aeb25a6
CY
864 * subr.el (keyboard-translate): Doc fix (Bug#7261).
865
439f7677
CY
866 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
867 and make C-x 8 RET exit isearch (Bug#11439).
868
869 * international/iso-transl.el: Move isearch-mode-map key
870 definitions to isearch.el.
871
12999ea8
SM
8722012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
873
874 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
875 (eieio-defclass): Use gv-define-setter when possible.
876
3ab6e069
DA
8772012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
878
879 Reflect recent changes in Fgarbage_collect.
880 * emacs-lisp/chart.el (chart-emacs-storage): Change to
881 reflect new format of data returned by Fgarbage_collect.
882
0a60bc10
FEG
8832012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
884
885 New utility functions + python-info-ppss-context fix (Bug#11910).
886 * progmodes/python.el (python-info-beginning-of-block-statement-p)
887 (python-info-ppss-comment-or-string-p): New functions.
888 (python-info-ppss-context): Small fix for string check.
889
6dafa0d5
JL
8902012-07-17 Juri Linkov <juri@jurta.org>
891
892 * dired-aux.el (dired-do-async-shell-command): Doc fix.
893 (dired-do-async-shell-command): Don't add `*' at the end of the
894 command (Bug#11815).
895 (dired-do-shell-command): Doc fix.
896 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
897 Join the individual commands using either "&" or ";" as the
898 separator depending on the values of these trailing characters.
899 At the end re-add the trailing "&". (Bug#10598)
900
901 * simple.el (async-shell-command): Sync the interactive spec with
902 `shell-command'. Doc fix.
903 (shell-command): Doc fix.
904
b19dd9d1
JL
9052012-07-17 Juri Linkov <juri@jurta.org>
906
907 * descr-text.el (describe-char): Fix format args. (Bug#10129)
908
bcdc27d7 9092012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7f5331cc 910
bcdc27d7 911 Final renames and doc fixes for movement commands (bug#11899).
7f5331cc
MY
912 * progmodes/python.el (python-nav-beginning-of-statement):
913 Rename from python-nav-statement-start.
bcdc27d7
FEG
914 (python-nav-end-of-statement): Rename from
915 python-nav-statement-end.
916 (python-nav-beginning-of-block): Rename from
917 python-nav-block-start.
918 (python-nav-end-of-block): Rename from python-nav-block-end.
919
191da00e
FEG
9202012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
921
7f5331cc
MY
922 * progmodes/python.el (python-shell-send-string-no-output):
923 Allow accept-process-output to quit, keeping shell process ready for
191da00e
FEG
924 future interactions (Bug#11868).
925
4dc7c8d5 9262012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
aa7aaf8f 927
88ecaf8f
SM
928 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
929
ef501ef0
SM
930 * emacs-lisp/elint.el (elint-find-args-in-code):
931 Use help-function-arglist, so as to handle lexical byte-code.
932
aa7aaf8f
SM
933 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
934 change (bug#11826).
935
45fd731c
SM
9362012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
937
2143fa32
SM
938 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
939 Avoid spuriously marking the buffer as modified because of c-is-sws.
940
efc26dbe
SM
941 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
942 as not-a-comment (bug#11946).
943
f5695c9a
SM
944 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
945 for uninterned vars.
946
947 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
948 Use read-event since we don't really want to read chars but bytes.
949
45fd731c
SM
950 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
951 $$..$$ but also $..$ using regexps (bug#11953).
952 Use tex-verbatim for \url and \path.
953 (tex-font-lock-keywords): Define as defconst like the others.
954 (tex-common-initialization): Don't use font-lock-syntax-table any more.
955
ddfc8813
RK
9562012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
957
958 * international/mule-cmds.el (ucs-insert): Make it an obsolete
959 alias for insert-char.
960
758e556a
FEG
9612012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
962
963 * progmodes/python.el: Simplified imenu implementation.
964 (python-nav-jump-to-defun): Remove command.
965 (python-mode-map): Use `imenu' instead.
966 (python-nav-list-defun-positions-cache)
967 (python-imenu-include-defun-type, python-imenu-make-tree)
968 (python-imenu-subtree-root-label, python-imenu-index-alist):
969 Remove vars.
970 (python-nav-list-defun-positions, python-nav-read-defun)
971 (python-imenu-tree-assoc, python-imenu-make-element-tree)
45fd731c
SM
972 (python-imenu-make-tree, python-imenu-create-index):
973 Remove functions.
758e556a
FEG
974 (python-mode): Update to interact with imenu by setting
975 `imenu-extract-index-name-function' only.
976
032d23ab
FEG
9772012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
978
979 * progmodes/python.el: Enhancements to navigation commands.
980 (python-nav-backward-sentence)
981 (python-nav-forward-sentence): Remove.
982 (python-nav-backward-statement, python-nav-forward-statement)
983 (python-nav-statement-start, python-nav-statement-end)
984 (python-nav-backward-block, python-nav-forward-block)
985 (python-nav-block-start, python-nav-block-end)
986 (python-nav-forward-sexp-function)
987 (python-info-current-line-comment-p)
988 (python-info-current-line-empty-p): New functions.
989 (python-indent-context): Use `python-nav-statement-start'.
990
01795a1b
MA
9912012-07-16 Michael Albinus <michael.albinus@gmx.de>
992
9328d9aa
MA
993 * eshell/em-ls.el (eshell/ls): Use `apply'.
994
995 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
996 multi-hops, instead of Tramp internals.
997
01795a1b
MA
998 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
999
1000 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
1001 when F1 and F2 are located on different hosts.
1002
63408057
CY
10032012-07-14 Chong Yidong <cyd@gnu.org>
1004
1005 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
1006 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
1007 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
1008 (xterm-mouse--read-event-sequence-1000)
1009 (xterm-mouse--read-event-sequence-1006): New functions. For old
1010 mouse protocol, handle M-mouse-X events correctly.
1011 (xterm-mouse-event): New arg specifying mouse protocol.
1012 (turn-on-xterm-mouse-tracking-on-terminal)
1013 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
45fd731c
SM
1014 sequence to toggle extended coordinates on newer XTerms.
1015 This appears to be harmless on terminals which do not support this.
63408057 1016
cd276f6e
LL
10172012-07-14 Leo Liu <sdl.web@gmail.com>
1018
28ca98ac
LL
1019 Add fringe bitmap indicators for flymake. (Bug#11253)
1020 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
1021 (flymake-make-overlay): New arg BITMAP.
1022 (flymake-error-bitmap, flymake-warning-bitmap)
1023 (flymake-fringe-indicator-position): New user variables.
1024
cd276f6e
LL
1025 * fringe.el: New bitmap exclamation-mark.
1026
04408072
JD
10272012-07-14 Jan Djärv <jan.h.d@swipnet.se>
1028
1029 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
1030 also (Bug#7879).
1031
b5cf7fc4
CY
10322012-07-14 Chong Yidong <cyd@gnu.org>
1033
1034 * electric.el (electric-pair-post-self-insert-function): Fix pair
1035 insertion in empty-region case (Bug#11520).
1036
be755c79
RT
10372012-07-14 Chong Yidong <cyd@gnu.org>
1038
45fd731c
SM
1039 * bindings.el: Consolidate ctl-x-r-map bindings.
1040 Bind copy-rectangle-as-kill to C-x r w.
be755c79
RT
1041
1042 * rect.el, register.el: Move bindings to bindings.el.
1043
10442012-07-14 Reuben Thomas <rrt@sc3d.org>
1045
1046 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
1047
7f5b3198
AS
10482012-07-13 Andreas Schwab <schwab@linux-m68k.org>
1049
1050 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
1051
97662200
JB
10522012-07-13 Juanma Barranquero <lekktu@gmail.com>
1053
80185fed
JB
1054 * bindings.el (top): Use `mapc' instead of `mapcar'.
1055
97662200
JB
1056 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
1057
2bb1ae55
MA
10582012-07-13 Michael Albinus <michael.albinus@gmx.de>
1059
1060 * progmodes/sql.el (sql-comint): Suppress the check for program on
1061 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
1062 (Bug#11908)
1063
dea31bd3
CY
10642012-07-13 Chong Yidong <cyd@gnu.org>
1065
1066 * bindings.el: Assign a non-nil permanent-local property to
1067 per-buffer variables which lack a default value (Bug#11930).
1068
1069 * help-fns.el (describe-variable): In the "automatically becomes
1070 local" notice, take note of permanent-local variables.
1071
b68b3337
CY
10722012-07-13 Chong Yidong <cyd@gnu.org>
1073
1074 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
1075 to allow printing the message when called from Lisp.
1076
1077 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1078 Remove toggle-read-only.
1079
1080 * bs.el (bs-toggle-readonly):
45fd731c
SM
1081 * buff-menu.el (Buffer-menu-toggle-read-only):
1082 Remove with-no-warnings around toggle-read-only.
b68b3337
CY
1083
1084 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
1085 Remove with-no-warnings around toggle-read-only.
1086 (ffap-read-only, ffap-read-only-other-window)
1087 (ffap-read-only-other-frame): Callers changed.
1088
1089 * help-mode.el: Don't require view package.
1090 (help-mode-finish): Set buffer-read-only instead of calling
1091 toggle-read-only.
1092
1093 * bindings.el (mode-line-toggle-read-only):
1094 * dired.el (dired-toggle-read-only):
1095 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
1096 with non-nil second arg.
1097
1098 * emacs-lisp/eieio-custom.el (eieio-customize-object):
1099 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
1100 directly.
1101
56bc1586
EZ
11022012-07-12 Eli Zaretskii <eliz@gnu.org>
1103
1104 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
1105 not incf.
1106
a464a6c7
SM
11072012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
1108
1109 More CL cleanups and reduction of use of cl.el.
1110 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
1111 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
1112 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
1113 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
1114 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
1115 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
1116 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
1117 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
1118 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
1119 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
1120 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
1121 * eshell/em-cmpl.el, eshell/em-banner.el:
1122 * calendar/parse-time.el: Use cl-lib.
1123 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
1124 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
1125 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
1126 * term/ns-win.el, term.el, shell.el, ps-samp.el:
1127 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
1128 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
1129 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
1130 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
1131 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
1132 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
1133 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
1134 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
1135 `lambda' rather than with `quote'.
1136 (eshell-do-opt): Adjust accordingly.
1137 (eshell-process-option): Simplify.
1138 * eshell/esh-var.el:
1139 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
1140 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
1141 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
1142 to `pcase--dontcare'.
1143 * emacs-lisp/cl.el (labels): Mark obsolete.
1144 (cl--letf, letf): Move to cl-lib.
1145 (cl--letf*, letf*): Remove.
1146 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
1147 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
1148 (cl-progv): Rewrite.
1149 (cl--letf, cl-letf): Move from cl.el.
1150 (cl-letf*): New macro.
1151 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
1152
7ad4afe1
MA
11532012-07-11 Michael Albinus <michael.albinus@gmx.de>
1154
1155 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
1156
9af57756
CY
11572012-07-11 Chong Yidong <cyd@gnu.org>
1158
1159 * vc/log-edit.el (log-edit-vc-backend): New variable.
1160 (log-edit): Doc fix.
1161
1162 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
1163 argument of log-edit to set up all local variables.
1164 (vc-start-logentry): New optional arg specifying VC backend.
1165
1166 * vc/vc.el (vc-checkin): Use it.
1167 (vc-deduce-fileset): Handle Log Edit buffers.
1168 (vc-diff): Make first argument optional too.
1169
1170 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
1171
8477cc7a
MA
11722012-07-10 Michael Albinus <michael.albinus@gmx.de>
1173
1174 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
1175 command, just in case. The function is not needed anymore.
1176 (eshell-external-command): Do not call `eshell-remote-command'.
1177
19faa8e8
SM
11782012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
1179
f58e0fd5
SM
1180 Reduce use of (require 'cl).
1181 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
1182 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
1183 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
1184 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
1185 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
1186 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
1187 * battery.el, avoid.el, abbrev.el: Use cl-lib.
1188 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
1189 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
1190 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
1191 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
1192 * calculator.el, autorevert.el, apropos.el: Don't require CL.
1193 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
1194 (byte-compile-unfold-bcf, byte-compile-check-variable):
1195 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
1196 (byte-compile-nilconstp):
1197 * emacs-lisp/autoload.el (make-autoload): Use pcase.
1198 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
1199
2519d43a
SM
1200 * emacs-lisp/gv.el (cond): Make it a valid place.
1201 (if): Simplify slightly.
1202
19faa8e8
SM
1203 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
1204 (pcase--self-quoting-p): New function.
1205 (pcase--u1): Use it.
1206
c4907a5e
GM
12072012-07-10 Glenn Morris <rgm@gnu.org>
1208
1209 * emacs-lisp/authors.el (authors-fixed-entries):
1210 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
1211
c4444d16
PE
12122012-07-09 Paul Eggert <eggert@cs.ucla.edu>
1213
1214 Rename configure.in to configure.ac (Bug#11603).
1215 * emacs-lisp/authors.el (authors-canonical-file-name):
1216 * progmodes/autoconf.el (autoconf-mode):
1217 Prefer configure.ac to configure.in.
1218
d75be97d
CY
12192012-07-08 Chong Yidong <cyd@gnu.org>
1220
01ac65bd
CY
1221 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
1222 Implement the mouse-1-click-follows-link handling properly.
1223
1224 * info.el (Info-link-keymap): Use follow-link mechanism for
1225 header-line links (Bug#374).
1226
d75be97d
CY
1227 * simple.el (deactivate-mark): Do not set the primary selection
1228 if another program has acquired it (Bug#11772).
1229
87a92845 12302012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
1231
1232 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
1233 (woman-decode-region): Replace escaped-escapes without destroying
1234 bold or underline (Bug#11552).
87a92845 1235 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 1236
621b9d6c
CY
12372012-07-07 Chong Yidong <cyd@gnu.org>
1238
1239 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
1240 (interprogram-cut-function, interprogram-paste-function):
1241 Mention that we typically mean the clipboard.
621b9d6c 1242
133a11fc
GM
12432012-07-06 Glenn Morris <rgm@gnu.org>
1244
0d27a45e
GM
1245 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
1246
133a11fc
GM
1247 * files.el (toggle-read-only): Restrict message to interactive use.
1248
07b151f1
MA
12492012-07-06 Michael Albinus <michael.albinus@gmx.de>
1250
1251 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
1252
1253 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
1254
211b896b
GM
12552012-07-06 Glenn Morris <rgm@gnu.org>
1256
50394322
GM
1257 * Makefile.in (compile-one-process): Rename from "recompile".
1258
211b896b
GM
1259 * Makefile.in (bzr-update): "compile" is the same as "recompile
1260 autoloads", but parallelizable, so use that instead.
1261
4737eec9
DG
12622012-07-06 Dmitry Gutov <dgutov@yandex.ru>
1263
1264 * window.el (quit-window): Always restore window height when
8137e7b3 1265 it's saved in quit-restore parameter (Bug#11810).
4737eec9 1266
226c3633 12672012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
1268
1269 * simple.el (kill-whole-line): Doc tweak.
1270
226c3633 12712012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
1272
1273 * files.el (file-relative-name): Compare file names
1274 case-insensitively if on MS-Windows or MS-DOS, or if
1275 read-file-name-completion-ignore-case is non-nil. Don't use
1276 case-fold-search for this purpose. (Bug#11827)
1277
4dc7c8d5
SM
12782012-07-17 Andreas Schwab <schwab@linux-m68k.org>
1279
1280 * calendar/cal-dst.el (calendar-current-time-zone):
1281 Return calendar-current-time-zone-cache if non-nil.
1282
12832012-07-17 Masatake YAMATO <yamato@redhat.com>
226c3633 12842012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 1285
19faa8e8
SM
1286 * calendar/cal-dst.el (calendar-current-time-zone):
1287 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 1288
60198fc9
GM
12892012-07-06 Glenn Morris <rgm@gnu.org>
1290
1291 * Makefile.in (cvs-update): Remove old alias.
1292
957b3189
MA
12932012-07-05 Michael Albinus <michael.albinus@gmx.de>
1294
1295 Sync with Tramp 2.2.6-pre.
1296
1297 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
1298 compatible declaration.
1299
19faa8e8
SM
1300 * net/tramp-cmds.el (tramp-append-tramp-buffers):
1301 Protect `list-load-path-shadows' call.
957b3189
MA
1302
1303 * net/tramp-compat.el (top): Require packages, which aren't
1304 autoloaded anymore for XEmacs. Protect call of
1305 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
1306 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
1307 it hurts at least for SXEmacs.
1308 (tramp-compat-temporary-file-directory): In XEmacs, there is no
1309 standard-value for `temporary-file-directory'.
1310
1311 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
1312 Redirect stderr to /dev/null.
1313 (tramp-sh-handle-write-region): uid and gid can be floats.
1314 Reported by Russell Sim <russell.sim@gmail.com>.
1315 (tramp-sh-handle-vc-registered): Hide errors.
1316 (tramp-vc-file-name-handler): Use dummy results for `process-file'
1317 and `start-file-process'.
1318 (tramp-maybe-open-connection): Check also whether `non-essential'
1319 is bound.
1320
566df3fc
CY
13212012-07-04 Chong Yidong <cyd@gnu.org>
1322
1323 * xml.el (xml--parse-buffer): Use xml-syntax-table.
1324 (xml-parse-tag): Likewise, and avoid changing entity tables.
1325 (xml-syntax-table): Define from scratch, making sure not to give
1326 x2000 and other Unicode spaces whitespace syntax, since those are
1327 not spaces in XML.
1328 (xml-parse-fragment): Delete unused function.
1329 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
1330 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
1331 (xml-entity-ref, xml-pe-reference-re)
1332 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
1333 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
1334 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
1335 (xml-entity-value-re): Use syntax references in regexps where
1336 possible; no need to define inside a let-binding.
1337 (xml-parse-dtd): Use xml-pe-reference-re.
1338 (xml-entity-or-char-ref-re): New defconst.
1339 (xml-parse-string, xml-substitute-special): Use it.
1340
30eabd7a
SM
13412012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1342
0781098a
SM
1343 * files.el (locate-dominating-file): Allow `name' to be a predicate.
1344 (find-file--read-only): New function.
1345 (find-file-read-only, find-file-read-only-other-window)
1346 (find-file-read-only-other-frame): Use it.
1347 (insert-file-contents-literally): Don't `fset'.
1348 (get-free-disk-space): Use locate-dominating-file.
1349
b5771c0d
SM
1350 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
1351 function is already compiled.
1352
30eabd7a
SM
1353 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
1354
b4886f6e
MA
13552012-07-03 Michael Albinus <michael.albinus@gmx.de>
1356
1357 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
1358 files on the same host.
1359
b9d82339
AS
13602012-07-03 Andreas Schwab <schwab@linux-m68k.org>
1361
1362 * help-fns.el (describe-function-1): Only call
1363 help-fns--autoloaded-p when we have a file name. (Bug#11848)
1364
a76e6535
CY
13652012-07-03 Chong Yidong <cyd@gnu.org>
1366
1367 * xml.el: Protect parser against XML bombs.
1368 (xml-entity-expansion-limit): New variable.
1369 (xml-parse-string, xml-substitute-special): Use it.
1370 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
1371
b544fef2
GM
13722012-07-03 Glenn Morris <rgm@gnu.org>
1373
1374 * progmodes/bug-reference.el (bug-reference-bug-regexp):
1375 Allow linking to specific messages in debbugs reports (eg 123#5).
1376
a7aef6f5
CY
13772012-07-02 Chong Yidong <cyd@gnu.org>
1378
1379 * xml.el: Fix entity and character reference expansion, allowing
1380 them to expand into markup as per XML spec.
1381 (xml-default-ns): New variable.
1382 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
1383 (xml-parse-region): Make first two arguments optional.
1384 Discard text properties.
1385 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
1386 All callers changed.
a7aef6f5
CY
1387 (xml-parse-tag): Call xml-parse-tag-1. For backward
1388 compatibility, this function should not modify buffer contents.
1389 (xml-parse-tag-1): Fix opening-tag regexp.
1390 (xml-parse-string): Rewrite, handling entity and character
1391 references properly.
1392 (xml--entity-replacement-text): Signal an error if a parameter
1393 entity is undefined.
1394
3df31c9f
SM
13952012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1396
2b5208f1
SM
1397 * comint.el (comint-output-filter): Filter out repeated prompts.
1398
3df31c9f
SM
1399 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
1400 and file-name-absolute-p.
1401 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
1402 internal calls.
1403
e3ac1281
PE
14042012-07-02 Paul Eggert <eggert@cs.ucla.edu>
1405
1406 Spelling fixes.
1407 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
1408 Rename from byte-compile--refiy-function. All uses changed.
1409
fbf2e7ad
CY
14102012-07-01 Chong Yidong <cyd@gnu.org>
1411
1412 * xml.el (xml--parse-buffer): New function. Move most of
1413 xml-parse-region here.
1414 (xml-parse-region): Copy region into a temporary buffer, since
1415 parameter entity substitution requires changing buffer contents.
1416 Use xml--parse-buffer.
1417 (xml-parse-file): Use xml--parse-buffer.
1418 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 1419 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 1420
9bf0aa15
GM
14212012-06-30 Glenn Morris <rgm@gnu.org>
1422
bbce2853
GM
1423 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
1424
9bf0aa15
GM
1425 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
1426 Remove outdated and unnecessary dbus declarations.
1427
0d23c240
EZ
14282012-06-30 Eli Zaretskii <eliz@gnu.org>
1429
1430 * emacs-lisp/timer.el (timer-until): Subtract results of
1431 float-time, instead of taking float-time of the result of
1432 time-subtract, since float-time signals an error for negative time
1433 arguments.
1434
b3218de1
CY
14352012-06-30 Chong Yidong <cyd@gnu.org>
1436
1437 * xml.el (xml-*-re): Convert defvars into defconsts, and
1438 eval-and-compile them so eval-and-compile works on derivatives.
1439 (xml--entity-replacement-text): Use eval-and-comple.
1440
a40c87a0
MA
14412012-06-30 Michael Albinus <michael.albinus@gmx.de>
1442
1443 * vc/vc-git.el (vc-git-registered): Use cache property
1444 `git-registered'.
1445 (vc-git-mode-line-string): Call `vc-working-revision' instead of
1446 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 1447 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 1448
ac87de97
DG
14492012-06-30 Dmitry Gutov <dgutov@yandex.ru>
1450
1451 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 1452 removed (likely outside Emacs). (Bug#11757)
ac87de97 1453
ac10fe06
SM
14542012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1455
3df31c9f 1456 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 1457
7f3fbd5d
CY
14582012-06-30 Chong Yidong <cyd@gnu.org>
1459
1460 * xml.el: Implement XML parameter entities.
1461 (xml-parameter-entity-alist): New variable.
1462 (xml-parse-region, xml-parse-fragment): Preserve previous values
1463 of xml-entity-alist and xml-parameter-entity-alist, so that
1464 repeated calls on different documents do not change them.
1465 (xml-parse-tag): Fix doctype regexp.
1466 (xml--entity-replacement-text): New function.
1467 (xml-parse-dtd): Use it. Don't handle system entities; doing that
1468 properly requires url retrieval which is unimplemented.
1469 (xml-escape-string): Doc fix.
1470
3cfbebba
SM
14712012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1472
1473 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
1474
2af3565e
DA
14752012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
1476
1477 * fringe.el (fringe-mode): Doc fix.
1478
929df0e7
MA
14792012-06-29 Michael Albinus <michael.albinus@gmx.de>
1480
1481 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
1482 is non-nil.
1483 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
1484 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
1485
c8d3a25c 14862012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 1487
c8d3a25c
GM
1488 * calendar/cal-dst.el (calendar-current-time-zone):
1489 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 1490
c8d3a25c 14912012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
1492
1493 * progmodes/which-func.el (which-func-format):
1494 Add mouse-face. (Bug#11698)
1495
c8d3a25c
GM
14962012-06-29 Leo Liu <sdl.web@gmail.com>
1497
1498 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
1499
15002012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1501
1502 * minibuffer.el (minibuffer-confirm-exit-commands):
1503 Add completion-at-point (bug#11725).
1504
15052012-06-29 Glenn Morris <rgm@gnu.org>
1506
1507 * progmodes/f90.el (f90-font-lock-keywords-2):
1508 Add some preprocessor elements. (Bug#10499)
1509
15102012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1511
1512 * progmodes/cperl-mode.el (cperl-update-syntaxification):
1513 Use syntax-propertize (bug#11739).
1514
2badeec4
JB
15152012-06-28 Juanma Barranquero <lekktu@gmail.com>
1516
1517 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
1518
ae4969c2
JD
15192012-06-28 Julien Danjou <julien@danjou.info>
1520
1521 * term.el (term-handle-colors-array): Use a set of new faces to
1522 color the terminal. Also uses :inverse-video property.
1523 (term-default-fg-color): Set to nil by default, deprecate in favor
1524 of `term-face'.
1525 (term-default-bg-color): Set to nil by default, deprecate in favor
1526 of `term-face'.
1527 (term-current-face): Use `term-face' by default.
1528 (term-bold-attribute): Variable deleted.
1529
1c9bd870
GM
15302012-06-28 Glenn Morris <rgm@gnu.org>
1531
1532 * simple.el (completion-list-mode-finish):
1533 Don't use toggle-read-only. (Since completion-list-mode has
1534 a special mode-class, it wasn't doing anything extra anyway.)
1535
c207708c
SM
15362012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
1537
1538 Make inlining of other-mode interpreted functions work (bug#11799).
1539 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
1540 (byte-compile): Use it to fix compilation of lexical-binding closures.
1541 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
1542 function, if needed.
1543
3fd56834
SM
15442012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
1545
04901786
SM
1546 * help-mode.el (help-make-xrefs): Don't just withstand
1547 cyclic-variable-indirection but any error in documentation-property.
1548
1ec4b7b2
SM
1549 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
1550 memory use.
1551 * bindings.el (bindings--define-key): New function.
1552 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
1553 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
1554 * bindings.el: Use it to purecopy define-key bindings.
1555
e309e2a5
SM
1556 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
1557
d5c6faf9
SM
1558 * emacs-lisp/cl.el (flet): Mark obsolete.
1559 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
1560 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
1561 * progmodes/js.el (js-c-fill-paragraph):
1562 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
1563 (ebrowse-switch-member-buffer-to-derived-class):
1564 * play/5x5.el (5x5-solver): Use cl-flet.
1565
6e9590e2
SM
1566 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
1567 (cl--symbol-function): New macro.
1568 (cl--letf, cl--letf*): Use it.
1569
3fd56834
SM
1570 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
1571 Strip "toggle-" if any.
1572
35ff222c
GM
15732012-06-27 Glenn Morris <rgm@gnu.org>
1574
1ba6038a
GM
1575 * info.el (Info-default-directory-list): Move here from paths.el.
1576 * paths.el: Remove file, which is now empty.
1577 * loadup.el: No longer load "paths".
1578
0ea0e51b
GM
1579 * custom.el (custom-initialize-delay): Doc fix.
1580
35ff222c
GM
1581 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
1582 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
1583 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
1584 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
1585 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
1586 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
1587 * eshell/eshell.el (eshell-defgroup): Remove alias.
1588
c89926a5
CY
15892012-06-27 Chong Yidong <cyd@gnu.org>
1590
1591 * help.el (help-enable-auto-load): New variable.
1592
1593 * help-fns.el (help-fns--autoloaded-p): New function.
1594 (describe-function-1): Refer to a function as "autoloaded" if it
1595 was autoloaded at any time in the past. Perform autoloading if
1596 help-enable-auto-load is non-nil.
1597
cc06e7e7
EZ
15982012-06-26 Eli Zaretskii <eliz@gnu.org>
1599
1600 * makefile.w32-in (compile, compile-always): Depend on
1601 update-subdirs, not on subdirs.el. Otherwise, several different
1602 sub-targets of 'bootstrap' running in parallel could
1603 simultaneously write to subdirs.el, producing a garbled file.
1604
d2c32364
SS
16052012-06-26 Sam Steingold <sds@gnu.org>
1606
1607 * files.el (file-name-base): New convenience function.
0d14cc21
GM
1608 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
1609 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
1610 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
1611 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
1612 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
1613 * textmodes/tex-mode.el: Use it.
1614 Did not touch cedet and org because they are maintained elsewhere.
1615
5cf983b2
MR
16162012-06-26 Martin Rudalics <rudalics@gmx.at>
1617
1618 * calendar/calendar.el (calendar-exit): Don't try to delete or
1619 iconify last frame. See:
1620 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
1621
8c4f2952
JD
16222012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
1623
1624 * server.el (server-process-filter): Remember dir in the
1625 process's `server-client-directory' properties.
1626
772b2e2c
CY
16272012-06-24 Chong Yidong <cyd@gnu.org>
1628
1629 * xml.el (xml-parse-tag): Correctly handle comment embedded in
1630 non-tag text.
1631
711b11e1
JB
16322012-06-23 Juanma Barranquero <lekktu@gmail.com>
1633
1634 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
1635
dc5d230c
SM
16362012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1637
1638 * help-fns.el (describe-variable): Don't croak when doc is not found.
1639 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
1640 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
1641 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
1642 * emacs-lisp/smie.el (smie-next-sexp): CSE.
1643 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
1644 ((lambda ..) ..).
1645 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
1646
136e1c1d
CY
16472012-06-23 Chong Yidong <cyd@gnu.org>
1648
e8c1cabf
CY
1649 * info.el (Info-mouse-follow-link): Accept symbol values of
1650 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
1651 (Info-fontify-node): Use Info-link-keymap for all navigation
1652 buttons, with link-args property to perform the desired action.
1653 (Info-link-keymap): Doc fix.
1654 (Info-next-link-keymap, Info-prev-link-keymap)
1655 (Info-up-link-keymap): Delete now-unused keymaps.
1656
0e9e6c6a
CY
16572012-06-23 Chong Yidong <cyd@gnu.org>
1658
05e89fea
CY
1659 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
1660
0e9e6c6a
CY
1661 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
1662 system abbrevs.
1663
1664 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
1665
e33c6771
SM
16662012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1667
b68581e2
SM
1668 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
1669 (bug#11719).
1670
e33c6771
SM
1671 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
1672 the requote function doesn't work properly (bug#11714).
1673
7117e105
GM
16742012-06-23 Glenn Morris <rgm@gnu.org>
1675
1676 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
1677
36cec983
SM
16782012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1679
1680 Further GV/CL cleanups.
1681 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
1682 gv-expander.
1683 (gv--defun-declaration): New function.
1684 (defun-declarations-alist): Use it.
1685 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
1686 (gv-place): Autoload.
1687 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
1688 original definition of dotimes and dolist.
1689 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
1690 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
1691 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
1692 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1693 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
1694 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
1695 to the function's definition.
1696 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
1697 * window.el:
1698 * files.el:
1699 * faces.el:
1700 * env.el: Don't use CL.
1701
d35af63c
PE
17022012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1703
1704 Support higher-resolution time stamps (Bug#9000).
1705
1706 * calendar/time-date.el (with-decoded-time-value): New arg
1707 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
1708 (encode-time-value): New optional arg PICO. New type 3.
1709 (time-to-seconds) [!float-time]: Support the new picoseconds
1710 component if it's used.
1711 (seconds-to-time, time-subtract, time-add):
1712 Support ps-resolution time stamps as well.
1713
1714 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
1715 (timerp): Timer vectors now have length 9, not 8.
1716 (timer--time): Support new-style (4-part) time stamps.
1717 (timer-next-integral-multiple-of-time): Time stamps now have
1718 picosecond resolution, so take a bit more care about rounding.
1719 (timer-relative-time, timer-inc-time): New optional arg psecs.
1720 (timer-set-time-with-usecs): Set psecs to 0.
1721 (timer--activate): Check psecs component, too.
1722
1723 * proced.el (proced-time-lessp): Support ps-resolution stamps.
1724
ac77b21a
SM
17252012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1726
f143bfe3
SM
1727 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
1728 Move the non-essential binding to the post/pre-command-hook where it is
1729 more obviously correct.
1730
ac77b21a
SM
1731 * subr.el (read-passwd): Don't use a history at all.
1732 * savehist.el (savehist-save): Remove password saved accidentally
1733 because of the above bug.
1734
76386c5a
BG
17352012-06-22 Bastien Guerry <bzg@gnu.org>
1736
1737 * files.el (toggle-read-only): Display a message telling whether
1738 the buffer is read-only or not (bug#11726).
1739
2ee3d7f0
SM
17402012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1741
1742 * emacs-lisp/gv.el: New file.
1743 * subr.el (push, pop): Extend to generalized variables.
1744 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
1745 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
1746 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
1747 gv-define-simple-setter, and gv-define-expander.
1748 Remove setf-methods defined in gv. Rename cl-setf -> setf.
1749 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
1750 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
1751 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
1752 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
1753 gv-letplace.
1754 (cl-defstruct): Don't define setf-method any more.
1755 * emacs-lisp/cl.el (flet): Don't autoload.
1756 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
1757 (define-setf-expander, defsetf, define-modify-macro)
1758 (cl-struct-setf-expander): Move from cl-lib.el.
1759 * emacs-lisp/syntax.el:
1760 * emacs-lisp/ewoc.el:
1761 * emacs-lisp/smie.el:
1762 * emacs-lisp/cconv.el:
1763 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
1764 (timer--time): Use gv-define-simple-setter.
1765 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
1766 to avoid coding-system problems in subr.el. Adjust all users.
1767 (macroexp--maxsize, macroexp-small-p): New functions.
1768 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
1769 * scroll-bar.el (scroll-bar-mode):
1770 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
1771 (normal-erase-is-backspace-mode): Don't use the `eq' place.
1772 * winner.el (winner-configuration, winner-make-point-alist)
1773 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
1774 * files.el (locate-file-completion-table): Avoid list*.
1775
c5695d1d
CY
17762012-06-22 Chong Yidong <cyd@gnu.org>
1777
1778 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
1779 (dired-create-files): Doc fix (Bug#11329).
1780 (dired-do-copy): Doc fix (Bug#11334).
1781 (dired-mark-read-string): Doc fix (Bug#11553).
1782
2ee3d7f0
SM
1783 * dired.el (dired-recursive-copies, dired-recursive-deletes):
1784 Doc fix (Bug#11326).
c5695d1d
CY
1785 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
1786 (dired-dwim-target): Doc fix.
1787
1788 * wdired.el (wdired-mode): Doc fix.
1789
89b5595a
GM
17902012-06-22 Glenn Morris <rgm@gnu.org>
1791
575db3f1
GM
1792 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
1793 (pcmpl-rpm-cache-stamp-file): New constant.
1794 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
1795 (pcmpl-rpm-packages): Optionally cache list of packages.
1796
a4c8dd51
GM
1797 * pcmpl-rpm.el (pcmpl-rpm): New group.
1798 (pcmpl-rpm-query-options): New option.
1799 (pcmpl-rpm-packages): No need to inline it.
1800 Use pcmpl-rpm-query-options.
1801
89b5595a
GM
1802 * calendar/calendar.el (calendar-in-read-only-buffer):
1803 Avoid some needless mode changes.
1804
e76f0800
CY
18052012-06-21 Chong Yidong <cyd@gnu.org>
1806
1807 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
1808 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 1809 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 1810
297a8f1d
CY
18112012-06-20 Chong Yidong <cyd@gnu.org>
1812
1813 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
1814
d34c18b1
DR
18152012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
1816
1817 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
1818 (bug#11201).
1819
32f7f28e
CY
18202012-06-20 Chong Yidong <cyd@gnu.org>
1821
1822 * term.el (term-window-width): Handle the case of a missing right
1823 fringe (Bug#8837).
1824 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
1825 (term-mode): Use define-derived-mode. Minor cleanups.
1826 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
1827 (term-move-columns, term-insert-char, term-emulate-terminal)
1828 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 1829
493c6688
MA
18302012-06-20 Michael Albinus <michael.albinus@gmx.de>
1831
d34c18b1
DR
1832 * net/ange-ftp.el (ange-ftp-get-passwd):
1833 Bind `enable-recursive-minibuffers'.
493c6688
MA
1834 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
1835
3f06ecf4
DR
18362012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
1837
1838 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
1839
68f12411
GM
18402012-06-19 Glenn Morris <rgm@gnu.org>
1841
1842 * progmodes/python.el (python-mode): Derive from prog-mode.
1843
b3820318
KG
18442012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
1845
1846 * emulation/edt.el (edt-default-menu-bar-update-buffers)
1847 (edt-user-menu-bar-update-buffers): New functions.
1848 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
1849
c6bf3022
CY
18502012-06-19 Chong Yidong <cyd@gnu.org>
1851
1852 * subr.el (with-selected-window): Preserve the selected window's
1853 terminal's top-frame (Bug#4702).
1854
1855 * window.el (save-selected-window): Likewise.
1856
25f09295
SM
18572012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1858
1859 * progmodes/python.el (python-rx-constituents): Move backquote.
1860 (python-skeleton-define, python-define-auxiliary-skeleton):
1861 Use `declare'.
1862
6b11952a
MA
18632012-06-18 Michael Albinus <michael.albinus@gmx.de>
1864
1865 * minibuffer.el (read-file-name-default): Revert the patch from
1866 2012-06-17.
1867
ee4b1330
SM
18682012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1869
1870 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
1871 (pcase--u1, pcase--q1): Don't use apply-partially.
1872
35647f79
GM
18732012-06-18 Glenn Morris <rgm@gnu.org>
1874
1875 * progmodes/python.el (python-proc, python-buffer)
1876 (python-send-receive, python-send-string): Fix obsolete versions.
1877
24b0cff0
MR
18782012-06-18 Martin Rudalics <rudalics@gmx.at>
1879
1880 * window.el (special-display-p): Completely remove stringp
1881 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
1882
29855149
MA
18832012-06-17 Michael Albinus <michael.albinus@gmx.de>
1884
1885 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
1886
1887 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
1888
1889 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
1890 * net/tramp-sh.el (tramp-maybe-open-connection):
1891 Throw if `non-essential' is non-nil.
1892
07463363
MR
18932012-06-17 Martin Rudalics <rudalics@gmx.at>
1894
1895 * window.el (special-display-p): Signal an error if BUFFER-NAME
1896 is not a string (Bug#11713).
1897
48d1354e
PE
18982012-06-17 Paul Eggert <eggert@cs.ucla.edu>
1899
1900 * progmodes/python.el (python-info-beginning-of-backslash):
1901 Rename from python-info-beginning-of-backlash, as a spelling fix.
1902
eb4a8a9a
CY
19032012-06-17 Chong Yidong <cyd@gnu.org>
1904
1905 * term.el (term-emulate-terminal): If term-check-size is called,
1906 move point to the process mark without resetting point (Bug#4635).
1907
ddfbf826 19082012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
1909
1910 * international/mule-cmds.el (mule-menu-keymap)
1911 (set-language-environment, set-locale-environment): Doc tweaks.
1912
9b0e3eba
AA
19132012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
1914
1915 * cus-face.el (custom-face-attributes): Add wave-style underline
1916 attribute.
1917 * faces.el (set-face-attribute): Update docstring to describe
1918 wave-style underline attribute.
1919
771e3eae
CY
19202012-06-16 Chong Yidong <cyd@gnu.org>
1921
1922 * term/xterm.el (terminal-init-xterm): Discard input before
1923 querying background mode (Bug#10959).
1924
7ae2ea10
SM
19252012-06-16 Stefan Merten <smerten@oekonux.de>
1926
1927 * textmodes/rst.el: Added and corrected some comments.
1928 (rst-re-alist-def): Improve symbol syntax.
1929 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
1930 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
1931 (rst-official-version, rst-official-cvs-rev): Update version
1932 information.
7ae2ea10 1933
b6974efa
JB
19342012-06-15 Juanma Barranquero <lekktu@gmail.com>
1935
1936 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
1937 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
1938
8826d473
GM
19392012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
1940
1941 * progmodes/python.el: New python.el merge.
1942 (python-guess-indent): Obsolete var.
1943 (python-indent-guess-indent-offset): New defcustom.
1944 (python-indent): Obsolete var.
1945 (python-indent-offset): New defcustom.
1946 (python-python-command, python-jython-command): Delete var.
1947 (python-shell-interpreter): New defcustom.
1948 (python-pdbtrack-do-tracking-p): Delete var.
1949 (python-pdbtrack-activate): New defcustom.
1950 (python-use-skeletons): Obsolete var.
1951 (python-skeleton-autoinsert): New defcustom.
1952 (inferior-python-filter-regexp, python-continuation-offset)
1953 (python-honour-comment-indentation, python-indent-string-contents)
1954 (python-jython-packages, python-mode-hook)
1955 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
1956 (python-shell-prompt-alist)
1957 (python-source-modes): Delete defcustoms.
1958 (python-check-buffer-name, python-eldoc-setup-code)
1959 (python-eldoc-string-code, python-ffap-setup-code)
1960 (python-ffap-string-code, python-fill-comment-function)
1961 (python-fill-decorator-function, python-fill-paren-function)
1962 (python-fill-string-function, python-imenu-include-defun-type)
1963 (python-imenu-make-tree, python-imenu-subtree-root-label)
1964 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
1965 (python-shell-compilation-regexp-alist)
1966 (python-shell-completion-module-string-code)
1967 (python-shell-completion-pdb-string-code)
1968 (python-shell-completion-setup-code)
1969 (python-shell-completion-string-code)
1970 (python-shell-enable-font-lock, python-shell-exec-path)
1971 (python-shell-extra-pythonpaths)
1972 (python-shell-internal-buffer-name, python-shell-interpreter-args)
1973 (python-shell-process-environment)
1974 (python-shell-prompt-block-regexp)
1975 (python-shell-prompt-output-regexp)
1976 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
1977 (python-shell-send-setup-max-wait, python-shell-setup-codes)
1978 (python-shell-virtualenv-path): New defcustoms.
1979 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
1980 (inferior-python-mode-syntax-table, python--prompt-regexp)
1981 (python-buffer, python-command python-python-command)
1982 (python-default-template, python-imports, python-indent-index)
1983 (python-indent-list, python-indent-list-length)
1984 (python-mode-running, python-pdbtrack-is-tracking-p)
1985 (python-preoutput-continuation, python-preoutput-leftover)
1986 (python-preoutput-result, python-preoutput-skip-next-prompt)
1987 (python-prev-dir/file, python-recursing)
1988 (python-saved-check-command, python-version-checked)
1989 (python-which-func-length-limit)
1990 (view-return-to-alist): Delete vars.
1991 (python-check-custom-command, python-dotty-syntax-table)
1992 (python-imenu-index-alist, python-indent-current-level)
1993 (python-indent-dedenters, python-indent-levels)
1994 (python-nav-beginning-of-defun-regexp)
1995 (python-nav-list-defun-positions-cache)
1996 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
1997 (python-shell-internal-buffer)
1998 (python-skeleton-available): New vars.
1999 (def-python-skeleton): Delete macro.
2000 (python-skeleton-define): New macro.
2001 (python-define-auxiliary-skeleton, python-rx): New macros.
2002 (python-insert-class): Delete command.
2003 (python-skeleton-class): New command.
2004 (python-insert-def): Delete command.
2005 (python-skeleton-def): New command.
2006 (python-insert-for): Delete command.
2007 (python-skeleton-for): New command.
2008 (python-insert-if): Delete command.
2009 (python-skeleton-if): New command.
2010 (python-insert-try/except, python-insert-try/finally): Delete commands.
2011 (python-skeleton-try): New command.
2012 (python-insert-while): Delete command.
2013 (python-skeleton-while): New command.
2014 (python-backspace): Delete command.
2015 (python-indent-dedent-line-backspace): New command.
2016 (python-electric-colon): Delete command.
2017 (python-indent-electric-colon): New command.
2018 (python-guess-indent): Delete command.
2019 (python-indent-guess-indent-offset): New command.
2020 (python-shift-left): Delete command.
2021 (python-indent-shift-left): New command.
2022 (python-shift-right): Delete command.
2023 (python-indent-shift-right): New command.
2024 (python-find-function): Delete command.
2025 (python-nav-jump-to-defun): New command.
2026 (python-next-statement): Delete command.
2027 (python-nav-forward-sentence): New command.
2028 (python-previous-statement): Delete command.
2029 (python-nav-backward-sentence): New command.
2030 (python-fill-paragraph): Delete command.
2031 (python-fill-paragraph-function): New command.
2032 (python-send-buffer): Delete command.
2033 (python-shell-send-buffer): New command.
2034 (python-send-defun): Delete command.
2035 (python-shell-send-defun): New command.
2036 (python-send-region, python-send-region-and-go): Delete commands.
2037 (python-shell-send-region)
2038 (python-shell-switch-to-shell): New commands.
2039 (python-send-string): Delete command.
2040 (python-shell-send-string): New command.
2041 (python-switch-to-python): Delete command.
2042 (python-shell-switch-to-shell): New command.
2043 (python-describe-symbol): Delete command.
2044 (python-eldoc-at-point): New command.
2045 (python--set-prompt-regexp, python-args-to-list)
2046 (python-after-info-look, python-check-version)
2047 (python-check-comint-prompt, python-find-imports)
2048 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
2049 (python-unload-function, python-expand-template)
2050 (python-maybe-jython, python-preoutput-filter)
2051 (python-pdbtrack-get-source-buffer)
2052 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
2053 (python-pdbtrack-toggle-stack-tracking)
2054 (python-pdbtrack-track-stack-file, python-initial-text)
2055 (python-first-word, python-comment-line-p, python-send-command)
2056 (python-setup-brm, python-sentinel, python-set-proc)
2057 (python-skip-out, python-input-filter, python-outdent-p)
2058 (python-outline-level, python-backslash-continuation-line-p)
2059 (python-end-of-block, python-end-of-statement, python-mark-block)
2060 (python-beginning-of-block, python-beginning-of-statement)
2061 (python-blank-line-p, python-beginning-of-string)
2062 (python-open-block-statement-p): Delete functions.
2063 (python-indent-line, python-indent-line-1): Delete functions.
2064 (python-indent-line): New function.
2065 (python-indentation-levels): Delete function.
2066 (python-indent-calculate-levels): New function.
2067 (python-proc): Delete function.
2068 (python-shell-get-process): New function.
2069 (python-send-receive): Delete function.
2070 (python-shell-send-string-no-output): New function.
2071 (python-module-path): Delete function.
2072 (python-ffap-module-path): New function.
2073 (python-completion-at-point)
2074 (python-symbol-completions): Delete functions.
2075 (python-completion-complete-at-point): New function.
2076 (python-load-file): Delete function.
2077 (python-shell-send-file): New function.
2078 (python-calculate-indentation): Delete function.
2079 (python-indent-calculate-indentation): New function.
2080 (python-skip-comments/blanks): Delete function.
2081 (python-util-forward-comment): New function.
2082 (python-continuation-line-p): Delete function.
2083 (python-info-continuation-line-p): New function.
2084 (python-which-func, python-current-defun): Delete function.
2085 (python-info-current-defun): New function.
2086 (python-beginning-of-defun): Delete function.
2087 (python-nav-beginning-of-defun): New function.
2088 (python-close-block-statement-p)
2089 (python-block-end-p): Delete function.
2090 (python-info-closing-block): New function.
2091 (python-comint-output-filter-function)
2092 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
2093 (python-fill-comment, python-fill-decorator, python-fill-paren)
2094 (python-fill-string, python-imenu-make-element-tree)
2095 (python-imenu-make-tree, python-imenu-tree-assoc)
2096 (python-indent-context, python-indent-dedent-line)
2097 (python-indent-line-function)
2098 (python-indent-post-self-insert-function)
2099 (python-indent-toggle-levels)
2100 (python-info-assignment-continuation-line-p)
2101 (python-info-beginning-of-backlash)
2102 (python-info-block-continuation-line-p)
2103 (python-info-closing-block-message)
2104 (python-info-line-ends-backslash-p)
2105 (python-info-looking-at-beginning-of-defun)
2106 (python-info-ppss-context, python-info-ppss-context-type)
2107 (python-nav-list-defun-positions, python-nav-read-defun)
2108 (python-nav-sentence-end, python-nav-sentence-start)
2109 (python-pdbtrack-comint-output-filter-function)
2110 (python-pdbtrack-set-tracked-buffer)
2111 (python-shell-calculate-exec-path)
2112 (python-shell-calculate-process-environment)
2113 (python-shell-completion--do-completion-at-point)
2114 (python-shell-completion--get-completions)
2115 (python-shell-completion-complete-at-point)
2116 (python-shell-completion-complete-or-indent)
2117 (python-shell-get-or-create-process)
2118 (python-shell-get-process-name)
2119 (python-shell-internal-get-or-create-process)
2120 (python-shell-internal-get-process-name)
2121 (python-shell-internal-send-string, python-shell-make-comint)
2122 (python-shell-parse-command, python-shell-send-setup-code)
2123 (python-skeleton-add-menu-items)
2124 (python-util-clone-local-variables, python-util-position)
2125 (run-python-internal, python-indentation-levels)
2126 (python-nav-beginning-of-defun)
2127 (python-completion-complete-at-point): New functions.
2128 (run-python): Change arguments. New API requirements.
2129
4302f5ba
SM
21302012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2131
f38ea36d
SM
2132 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
2133 (bug#11649).
2134
2135 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
2136 (macroexp--expand-all): Use it.
2137
4302f5ba
SM
2138 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
2139 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
2140 Use `cl-function' instead.
2141
33377562
JB
21422012-06-14 Juanma Barranquero <lekktu@gmail.com>
2143
2144 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
2145 Suggested by Stefan Monnier while discussing bug#11657.
2146
54c5ba1a
SS
21472012-06-14 Sam Steingold <sds@gnu.org>
2148
2149 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
2150
f9f1b1fe
AS
21512012-06-14 Andreas Schwab <schwab@linux-m68k.org>
2152
2153 * play/doctor.el (doctor-doc): Remove parameter and use
2154 doctor-sent instead of sent.
2155 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
2156
a81068ba
SM
21572012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2158
5a315f9c
SM
2159 * files.el: Require cl-lib.
2160 (file-name-non-special): Replace case -> cl-case.
2161
2162 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
2163
a81068ba
SM
2164 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
2165 mapping from #' to function*.
2166
8cca9703
CY
21672012-06-13 Chong Yidong <cyd@gnu.org>
2168
2169 * mouse.el (mouse-drag-track): Do not set the mark if the user
2170 releases the mouse without selecting anything (Bug#11588).
2171
a12ac9d7
SM
21722012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2173
ccf1dc18
SM
2174 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
2175 as well (bug#11646).
2176
ef62b23d
SM
2177 * loadup.el: Count byte-code functions as well.
2178
c4c8444a
SM
2179 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
2180 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
2181
a12ac9d7
SM
2182 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
2183 (bug#11649). Add cl-defun and cl-defmacro.
2184
87e6e64f
DA
21852012-06-13 Drew Adams <drew.adams@oracle.com>
2186
2187 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
2188 Fix last change.
2189
682cefaf
MA
21902012-06-13 Michael Albinus <michael.albinus@gmx.de>
2191
2192 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
2193 Otherwise, it blocks in batch mode.
2194
773e1f08
JB
21952012-06-13 Juanma Barranquero <lekktu@gmail.com>
2196
2197 * help-mode.el (bookmark-make-record-default): Declare.
2198
60057926
CY
21992012-06-13 Chong Yidong <cyd@gnu.org>
2200
2201 * emacs-lisp/package.el (list-packages): Compute a list of
2202 packages that are newly-available since the last list-packages
2203 invocation.
2204 (package-menu--new-package-list): New var.
2205 (package-menu--generate, package-menu--print-info)
2206 (package-menu--status-predicate, package-menu-mark-install):
2207 Handle new status label "new".
2208
ad4d226c
SM
22092012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
2210
2211 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
2212 conversion to backquotes.
2213
f1a4e679
CY
22142012-06-12 Chong Yidong <cyd@gnu.org>
2215
2216 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
2217 Rename from gud-inhibit-global-bindings.
2218
2219 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
2220
2221 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
2222 hook from nxml-glyph-set-hook.
2223
2224 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
2225 declaration.
2226
2227 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
2228
2229 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
2230 Convert to defcustom.
2231
0c9e42b5
DA
22322012-06-12 Drew Adams <drew.adams@oracle.com>
2233
2234 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
2235 New functions.
2236 (help-mode): Use them.
2237
09e06855
GM
22382012-06-11 Glenn Morris <rgm@gnu.org>
2239
2240 * progmodes/fortran.el (fortran-font-lock-keywords-3):
2241 Use preprocessor face for directives.
2242 (fortran-directive-re): Doc fix.
2243
71adb94b
SM
22442012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2245
2eb87922
SM
2246 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
2247 conversion to backquotes (bug#11652).
2248
71adb94b
SM
2249 Fix compiler-expansion of CL's cXXr functions (bug#11673).
2250 * emacs-lisp/cl-lib.el (cl--defalias): New function.
2251 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
2252 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
2253 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
2254 (cl-ninth, cl-tenth): Mark them as inlinable.
2255 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
2256 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
2257 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
2258 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
2259 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
2260 (cl-list*, cl-adjoin): Don't put an autoload manually.
2261 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
2262 (cl--compiler-macro-list*): Add autoload cookie.
2263 (cl--compiler-macro-cXXr): New function.
2eb87922 2264
71adb94b
SM
2265 * help-fns.el (help-fns--compiler-macro): New function extracted from
2266 describe-function-1; follow aliases and use `compiler-macro' property.
2267 (describe-function-1): Use it.
2268
a6674402
CY
22692012-06-11 Chong Yidong <cyd@gnu.org>
2270
2271 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
2272 is uninstalled, if imagemagick is installed.
2273
bb3faf5b
SM
22742012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2275
2276 * emacs-lisp/cl-lib.el: Use lexical-binding.
2277 (cl-map-extents, cl-maclisp-member): Remove.
2278 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
2279 (cl--set-substring, cl--block-wrapper, cl--block-throw)
2280 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
2281 * emacs-lisp/cl-extra.el: Use lexical-binding.
2282 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
2283 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
2284 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
2285 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
2286 * emacs-lisp/cl-seq.el: Use lexical-binding.
2287 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
2288 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
2289 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
2290 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
2291 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
2292 CL's internals.
2293
2fe4b125
MA
22942012-06-11 Michael Albinus <michael.albinus@gmx.de>
2295
2296 Sync with Tramp 2.2.6-pre.
2297
2298 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
2299 `print-length' and `print-level' to nil, in order to avoid
2300 truncation. Reported by Christopher Schmidt
2301 <christopher@ristopher.com>.
2302
2303 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
2304
2305 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
2306 New defmacro.
2307 (tramp-compat-copy-directory): Add optional argument
2308 COPY-CONTENTS. It is not handled yet.
2309
2310 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
2311 (tramp-ftp-file-name-p): Simplify.
2312
2313 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
2314 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
2315 connection vector.
2316
2317 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
2318 (tramp-methods): Do not use `tramp-password-end-of-line'.
2319 (tramp-completion-function-alist-putty): Handle UNIX case.
2320 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
2321 (tramp-do-file-attributes-with-stat)
2322 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
2323 gid as real numbers. They could run out of integer range on cygwin.
2324 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
2325 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
2326 (tramp-open-connection-setup-interactive-shell):
2327 Use `tramp-cleanup'. Move check for busyboxes ...
2328 (tramp-find-shell): ... here. Simplify implementation.
2329 Set "remote-shell" property also for alternative shells.
2330 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
2331 If failing, a regular file would be written otherwise.
2332 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
2333 (tramp-find-inline-encoding): Cache the coding commands in the
2334 process cache. Apply test command on the remote side, if defined.
2335 (tramp-find-inline-compress): Cache the compress commands in the
2336 process cache.
2337 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
2338 when requested. Handle hops.
2339 (tramp-current-connection): New defvar.
87e6e64f
DA
2340 (tramp-maybe-open-connection): Use `tramp-cleanup'.
2341 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 2342 Handle user interrupt. (Bug#10187)
87e6e64f
DA
2343 (tramp-get-inline-compress, tramp-get-inline-coding):
2344 Read connection properties from the process cache.
2fe4b125
MA
2345
2346 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
2347 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
2348 New defconsts.
2fe4b125
MA
2349 (tramp-smb-prompt): Extend for powershell prompt.
2350 (tramp-smb-file-name-handler-alist): Add handlers for
2351 `process-file', `shell-command' and `start-file-process'.
2352 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
2353 (tramp-smb-winexe-shell-command-switch): New defcustoms.
2354 (tramp-smb-file-name-p): Simplify.
2355 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
2356 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
2357 (tramp-smb-shell-quote-argument): New defuns.
2358 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
2359 Implement using "tar". By this, time-stamps are preserved.
2360 (tramp-smb-handle-copy-file): Handle also the case of directories.
2361 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
2362 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
2363 Use `tramp-get-connection-buffer').
2fe4b125
MA
2364 (tramp-smb-handle-rename-file): Use "rename", when source and
2365 target are on the same share.
87e6e64f
DA
2366 (tramp-smb-maybe-open-connection): Handle wrong passwords.
2367 Use `tramp-smb-server-version'.
2fe4b125
MA
2368 (tramp-smb-wait-for-output): Remove prompt.
2369
2370 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
2371 (tramp-methods, tramp-rsh-end-of-line):
2372 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
2373 (tramp-save-ad-hoc-proxies): New defcustom.
2374 (tramp-completion-function-alist): Adapt docstring.
2375 (tramp-default-password-end-of-line): Remove defcustom.
2376 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
2377 (tramp-user-regexp, tramp-file-name-regexp-unified)
2378 (tramp-file-name-regexp-url): Extend regexp by hop separator.
2379 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
2380 (tramp-remote-file-name-spec-regexp): New defconst.
2381 (tramp-file-name-structure): Extend structure for hops.
2382 (tramp-get-method-parameter): Move up.
2383 (tramp-file-name-p, tramp-dissect-file-name)
2384 (with-parsed-tramp-file-name): Handle hops.
2385 (tramp-file-name-hop): New defun.
2386 (tramp-make-tramp-file-name): New optional arg HOP.
2387 (tramp-message-show-progress-reporter-message): New defvar.
2388 (tramp-with-progress-reporter): Use it. We cannot use
2389 `tramp-message-show-message' here, because this suppresses also
2390 error buffers.
2391 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
2392 `tramp-message-show-message' is nil.
2393 Use `tramp-get-connection-buffer'.
2fe4b125
MA
2394 (tramp-cleanup): New defun.
2395 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
2396 (tramp-file-name-handler): If `debug-on-error' is set, propagate
2397 an error unchanged.
2398 (tramp-completion-handle-file-name-all-completions): Handle hops.
2399 Fix an error when called from ido.
2400 (tramp-completion-dissect-file-name): Use better local variable
2401 name. Add hop to the vector.
2402 (tramp-handle-insert-file-contents): Use progress-reporter for the
2403 whole scenario.
2404 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
2405 to `t'.
2406 (tramp-check-for-regexp): Simplify search.
2407 (tramp-enter-password): Remove it. Move implementation ...
2408 (tramp-action-password): ... here.
2409 (tramp-mode-string-to-int, tramp-local-host-p)
2410 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
2411 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
2412 Set tramp-autoload cookie.
2fe4b125
MA
2413
2414 * net/trampver.el: Update release number.
2415
24162012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2417 Michael Albinus <michael.albinus@gmx.de>
2418
2419 * net/tramp.el (tramp-set-completion-function): Fix docstring.
2420 (tramp-parse-group, tramp-parse-file)
2421 (tramp-parse-shostkeys-sknownhosts): New defuns.
2422 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
2423 (tramp-parse-shosts-group, tramp-parse-sconfig)
2424 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
2425 (tramp-parse-sknownhosts, tramp-parse-hosts)
2426 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
2427 Use them.
2428 (tramp-parse-passwd-group, tramp-parse-netrc-group)
2429 (tramp-parse-putty-group): Don't narrow.
2430 (tramp-parse-putty): Make a loop.
2431 (tramp-file-name-handler): Catch the `suppress' signal.
2432
72834e10
CY
24332012-06-11 Chong Yidong <cyd@gnu.org>
2434
2435 * image.el (imagemagick-register-types): Put the ImageMagick entry
2436 at the end of image-type-file-name-regexps.
2437
a4712e11
JB
24382012-06-11 Johan Bockgård <bojohan@gnu.org>
2439
2440 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
2441 (pcase, pcase-let*, pcase-dolist): Use them.
2442
82ad98e3
SM
24432012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2444
2445 * emacs-lisp/pcase.el (pcase--let*): New function.
2446 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
2447 (pcase--expand): Use macroexp-let².
2448
f80efb86
SM
24492012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2450
2451 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
2452 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
2453 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
2454 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
2455 * emacs-lisp/derived.el: Use pcase instead of `cl'.
2456 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
2457
31ca4639 24582012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 2459
31ca4639
CY
2460 * mail/rmail.el (rmail-yank-current-message): Leave point at
2461 correct position. (Bug#11660)
94f0aa34 2462
31ca4639 24632012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 2464
31ca4639 2465 * allout-widgets.el: Fix code header.
9e1b8ec4 2466
31ca4639 24672012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 2468
f80efb86
SM
2469 * cus-edit.el (customize-changed-options-previous-release):
2470 Bump to 24.1.
31ca4639 2471
642b6d30
AS
24722012-06-09 Andreas Schwab <schwab@linux-m68k.org>
2473
2474 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
2475
4f5d2ba1
CY
24762012-06-09 Chong Yidong <cyd@gnu.org>
2477
2478 * ebuff-menu.el (electric-buffer-list): Preserve header line.
2479
e75852fd
MR
24802012-06-09 Martin Rudalics <rudalics@gmx.at>
2481
2482 * window.el (special-display-popup-frame): Don't use
2483 window--display-buffer (Bug#11651).
2484
1e48e282
EZ
24852012-06-09 Eli Zaretskii <eliz@gnu.org>
2486
8a26b487
EZ
2487 Fix parallel builds: make sure loaddefs.el is not being written
2488 while Lisp files are compiled.
2489 (compile): Don't depend on 'mh-autoloads'.
2490 (compile-CMD, compile-SH): Depend on 'autoloads'.
2491 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
2492
1e48e282
EZ
2493 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
2494
6175e34b
CY
24952012-06-09 Chong Yidong <cyd@gnu.org>
2496
2497 * face-remap.el (face-remap-add-relative, face-remap-set-base)
2498 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
2499 Doc fixes (Bug#11225).
2500
d9857e53
SM
25012012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2502
2503 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
2504 a function if there's a clear indication that it has a compiler-macro.
2505 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
2506 (macro-declarations-alist): Add arglist to declaration functions.
2507 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
2508 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
2509 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
2510 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
2511 Also add autoload to find the compiler macro.
2512 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
2513 (cl--compiler-macro-member, cl--compiler-macro-assoc)
2514 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
2515 (cl--compiler-macro-get): New functions, replacing calls to
2516 cl-define-compiler-macro.
2517 (cl-typep) [compiler-macro]: Use macroexp-let².
2518
f81298f8 25192012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
2520
2521 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
2522 string properly, fixes Bug#11473.
2523
4b56d0fe
CY
25242012-06-08 Chong Yidong <cyd@gnu.org>
2525
2526 * faces.el (set-face-attribute): Doc fix.
2527 (modify-face): Don't use :bold and :italic.
2528 (error, warning, success): Tweak definitions.
2529
2530 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
2531 (custom-modified, custom-set, custom-changed, custom-themed)
2532 (custom-saved, custom-button, custom-button-mouse)
2533 (custom-button-pressed, custom-state, custom-comment-tag)
2534 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
2535 (custom-group-subtitle): Use new-style face specs.
2536 (custom-invalid-face, custom-rogue-face, custom-modified-face)
2537 (custom-set-face, custom-changed-face, custom-saved-face)
2538 (custom-button-face, custom-button-pressed-face)
2539 (custom-documentation-face, custom-state-face)
2540 (custom-comment-face, custom-comment-tag-face)
2541 (custom-variable-tag-face, custom-variable-button-face)
2542 (custom-face-tag-face, custom-group-tag-face-1)
2543 (custom-group-tag-face): Remove obsolete face alias.
2544
2545 * epa.el (epa-validity-high, epa-validity-medium)
2546 (epa-validity-low, epa-mark, epa-field-name, epa-string)
2547 (epa-field-name, epa-field-body):
2548 * font-lock.el (font-lock-comment-face, font-lock-string-face)
2549 (font-lock-keyword-face, font-lock-builtin-face)
2550 (font-lock-function-name-face, font-lock-variable-name-face)
2551 (font-lock-type-face, font-lock-constant-face):
2552 * ido.el (ido-first-match, ido-only-match, ido-subdir)
2553 (ido-virtual, ido-indicator, ido-incomplete-regexp):
2554 * speedbar.el (speedbar-button-face, speedbar-file-face)
2555 (speedbar-directory-face, speedbar-tag-face)
2556 (speedbar-selected-face, speedbar-highlight-face)
2557 (speedbar-separator-face):
2558 * whitespace.el (whitespace-newline, whitespace-space)
2559 (whitespace-hspace, whitespace-tab, whitespace-trailing)
2560 (whitespace-line, whitespace-space-before-tab)
2561 (whitespace-space-after-tab, whitespace-indentation)
2562 (whitespace-empty):
2563 * emulation/cua-base.el (cua-global-mark):
2564 * eshell/em-prompt.el (eshell-prompt):
2565 * net/newst-plainview.el (newsticker-new-item-face)
2566 (newsticker-old-item-face, newsticker-immortal-item-face)
2567 (newsticker-obsolete-item-face, newsticker-date-face)
2568 (newsticker-statistics-face, newsticker-default-face):
2569 * net/newst-reader.el (newsticker-feed-face)
2570 (newsticker-extra-face, newsticker-enclosure-face):
2571 * net/newst-treeview.el (newsticker-treeview-face)
2572 (newsticker-treeview-new-face, newsticker-treeview-old-face)
2573 (newsticker-treeview-immortal-face)
2574 (newsticker-treeview-obsolete-face)
2575 (newsticker-treeview-selection-face):
2576 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
2577 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
2578 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
2579 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
2580 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
2581 (nxml-outline-active-indicator, nxml-outline-ellipsis):
2582 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
2583 (mpuz-text):
2584 * progmodes/vera-mode.el (vera-font-lock-number)
2585 (vera-font-lock-function, vera-font-lock-interface):
2586 * textmodes/table.el (table-cell): Use new-style face specs, and
2587 don't use the old :bold and :italic attributes.
2588
2589 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
2590 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
2591 (ebrowse-member-class, ebrowse-progress): Likewise.
2592 (ebrowse-tree-mark-face, ebrowse-root-class-face)
2593 (ebrowse-file-name-face, ebrowse-default-face)
2594 (ebrowse-member-attribute-face, ebrowse-member-class-face)
2595 (ebrowse-progress-face): Remove obsolete faces.
2596
2597 * progmodes/flymake.el (flymake-errline, flymake-warnline):
2598 Inherit from error and warning faces respectively.
2599
2600 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2601 Likewise.
f80efb86
SM
2602 (flyspell-incorrect-face, flyspell-duplicate-face):
2603 Remove obsolete aliases.
4b56d0fe 2604
03310646
MA
26052012-06-08 Michael Albinus <michael.albinus@gmx.de>
2606
2607 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
2608 Avoid infloop.
2609
513749ee
SM
26102012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2611
2612 * startup.el (argv, argi): Make lexically scoped.
2613 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
2614 * emacs-lisp/cl-macs.el: Use lexical-binding.
2615 Rename cl-bind-* to cl--bind-*.
2616 * files.el: Don't require `cl' since it doesn't use it.
2617 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
2618
595ef4ad
JB
26192012-06-08 Juanma Barranquero <lekktu@gmail.com>
2620
2621 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
2622 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
2623 instead of calling external sort utility.
2624 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
2625
e9f66fcb
EZ
26262012-06-08 Eli Zaretskii <eliz@gnu.org>
2627
2628 * descr-text.el (describe-char): Mention how to insert the
2629 character, if the current input method doesn't support it.
2630 See the discussion in this thread for the details:
2631 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
2632
3d10db47
SS
26332012-06-08 Sam Steingold <sds@gnu.org>
2634
2635 * bindings.el (global-map): Bind XF86Forward to next-buffer and
2636 XF86Back to previous-buffer.
2637 (minibuffer-local-map): Bind them to next-history-element and
2638 previous-history-element respectively.
2639 * help-mode.el (help-mode-map): Bind them to help-go-forward and
2640 help-go-back respectively.
2641 * info.el (Info-mode-map): Bind them to Info-history-forward and
2642 Info-history-back respectively.
2643 These are the keys next to Up on the ThinkPad keyboard.
2644
de7e2b36
SM
26452012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2646
2647 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
2648 * emacs-lisp/cl-macs.el: Provide itself.
2649 (cl--labels-convert-cache): New var.
2650 (cl--labels-convert): New function.
2651 (cl-flet, cl-labels): New implementation with new semantics, relying on
2652 lexical-binding.
2653 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
2654 (cl-closure-vars, cl--function-convert-cache)
2655 (cl--function-convert): Move from cl-macs.el.
2656 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
2657 rename by removing the "cl-" prefix.
2658 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
2659
6fa6c4ae
SM
26602012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2661
2662 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
2663 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
2664 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
2665 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
2666 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
2667 (cl-hash-table-count): Add old compatibility aliases.
2668
2669 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
2670 Use macroexpand-all-environment instead.
2671 (cl--old-macroexpand): New var.
2672 (cl--sm-macroexpand): New function.
2673 (cl-symbol-macrolet): Use it during macro expansion.
2674 (cl--function-convert-cache): New var.
2675 (cl--function-convert): New function, extracted from
2676 cl-macroexpand-all.
2677 (cl-lexical-let): Use it.
2678
2679 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
2680 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
2681 (cl-member): Remove old alias.
2682
2683 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
2684 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
2685 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
2686 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
2687 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
2688 (cl-macroexpand-cmacs): Remove var.
2689 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
2690 Use macroexpand-all instead.
2691
4dd1c416
SM
26922012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2693
2694 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
2695 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
2696 (macroexp-copyable-p): New functions and macros.
2697 * emacs-lisp/edebug.el (edebug-unwrap):
2698 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
2699 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
2700 (pcase--let*): Remove.
2701 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
2702 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
2703 macroexp-const-p instead.
2704 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
2705
2706 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
2707 instead of "cl-" for internal definitions. Use macroexp-const-p.
2708 (cl-old-bc-file-form): Remove var.
2709 (cl-const-exprs-p): Remove fun.
2710 (cl-labels, cl-macrolet): Use backquote.
2711 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
2712 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
2713 (cl-define-setf-expander): Rename from cl-define-setf-method.
2714 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
2715
2716 * international/mule-cmds.el: Don't require CL.
2717 (view-hello-file): Don't use `letf'.
2718
ed8bd4d7
SM
27192012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2720
7287f2f3
SM
2721 * tmm.el (tmm-prompt): Use string-prefix-p.
2722 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
2723 (tmm-add-prompt): Use minibuffer-completion-help.
2724 (tmm-delete-map): Remove.
2725
ed8bd4d7
SM
2726 * subr.el (kbd): Make it its own function.
2727
7b4cdbf4
SM
27282012-06-07 Stefan Merten <smerten@oekonux.de>
2729
2730 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
2731 Silence compiler warnings. Fix versions.
ed8bd4d7 2732 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 2733 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 2734 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
2735 (rst-package-emacs-version-alist): Correct Emacs version to
2736 represent major merge with upstream.
ed8bd4d7 2737 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 2738
2b48d721
GM
27392012-06-06 Glenn Morris <rgm@gnu.org>
2740
2741 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
2742 Only print environment variables if set.
2743
fa779ab0
SM
27442012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2745
2746 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
2747 (macroexp--cons): Rename from maybe-cons.
2748 (macroexp--accumulate): Rename from macroexp-accumulate.
2749 (macroexp--all-forms): Rename from macroexpand-all-forms.
2750 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
2751 (macroexp--expand-all): Rename from macroexpand-all-1.
2752
628299e0
SS
27532012-06-06 Sam Steingold <sds@gnu.org>
2754
2755 * calendar/calendar.el (calendar-in-read-only-buffer):
2756 Call `special-mode' to enable the standard read-only keybindings.
2757
b7bb5838
SM
27582012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2759
2760 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
2761 with "loading" messages (bug#11635).
2762
dfb308ba
MA
27632012-06-06 Michael Albinus <michael.albinus@gmx.de>
2764
2765 * files.el (enable-remote-dir-locals): New option.
2766 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
2767
0372ee92
MA
2768 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
2769 Ensure, that the temp directory is local.
2770
2771 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
2772 `temporary-file-directory'.
2773
eed0bb91
MA
2774 * progmodes/python.el (python-send-region): Ensure, that the
2775 temporary file is created also in the remote case.
2776
7a58f64d
GM
27772012-06-06 Glenn Morris <rgm@gnu.org>
2778
f7dd4e98
GM
2779 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
2780 (vc-rcs-update-changelog): Use it.
2781
090bd7cb 2782 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 2783
7a58f64d
GM
2784 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
2785 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
2786 (vc-sccs-diff): Replace use of the external vcdiff script.
2787
daed4003
GM
27882012-06-05 Glenn Morris <rgm@gnu.org>
2789
2790 * ledit.el: Move to obsolete/.
2791
48c455c7
SS
27922012-06-05 Sam Steingold <sds@gnu.org>
2793
ed9265fc 2794 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
2795 patch (Bug#11140).
2796
57a7d507
SM
27972012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2798
090bd7cb 2799 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 2800
53aacf21
SM
2801 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
2802 compiler-macro expansion.
2803
57a7d507
SM
2804 Add native compiler-macro support.
2805 * emacs-lisp/macroexp.el (macroexpand-all-1):
2806 Support compiler-macros directly. Properly follow aliases and apply
2807 the compiler macros more thoroughly.
2808 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
2809 macroexpand now properly follows aliases.
2810 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
2811 (cl-compiler-macroexpand): Use new prop.
2812 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
2813
2814 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
2815
51a5f9d8
MR
28162012-06-05 Martin Rudalics <rudalics@gmx.at>
2817
2818 * window.el (get-lru-window, get-mru-window, get-largest-window):
2819 New argument NOT-SELECTED to avoid picking the selected window.
2820 (window--display-buffer-1, window--display-buffer-2): Replace by
2821 new function window--display-buffer
2822 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
2823 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2824 Use window--display-buffer.
51a5f9d8
MR
2825 (display-buffer-use-some-window): Remove temporary dedication
2826 hack by calling get-lru-window and get-largest-window with
2827 NOT-SELECTED argument non-nil. Call window--display-buffer.
2828
08f9f738
GM
28292012-06-05 Glenn Morris <rgm@gnu.org>
2830
2831 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
2832 Replace external vcdiff script.
2833
e364a2b7
SM
28342012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2835
2836 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
2837
041df390
CY
28382012-06-04 Chong Yidong <cyd@gnu.org>
2839
e364a2b7
SM
2840 * image.el (imagemagick-types-inhibit): Revert last change.
2841 Add INFO and M.
47b36b94 2842 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 2843
7c1898a7
SM
28442012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2845
2846 * emacs-lisp/cl-lib.el: Rename from cl.el.
2847 * emacs-lisp/cl.el: New compatibility file.
2848 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
2849 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
2850 to obey the "cl-" prefix.
2851 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
2852
0c3461de
GM
28532012-06-03 Glenn Morris <rgm@gnu.org>
2854
1e266c88
GM
2855 * emacs-lisp/authors.el (authors-aliases): Addition.
2856
0c3461de
GM
2857 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
2858 Fix :version.
2859
d8a52e15
SM
28602012-06-03 Stefan Merten <smerten@oekonux.de>
2861
2862 * textmodes/rst.el: Add comments.
2863 (rst-transition, rst-adornment): New faces.
2864 (rst-adornment-faces-alist): Make default safe to reevaluate.
2865 Fixes
2866 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
2867 Improve customization tags.
2868 (rst-define-level-faces): Clarify meaning.
2869
5205d6f6
CY
28702012-06-03 Chong Yidong <cyd@gnu.org>
2871
2872 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
2873 (compilation-mode-line-run, compilation-mode-line-exit):
2874 New faces.
5205d6f6
CY
2875 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
2876
757ee657
JD
28772012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
2878
7c1898a7
SM
2879 * progmodes/which-func.el (which-func-update-ediff-windows):
2880 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 2881
5f2c76c6
CY
28822012-06-03 Chong Yidong <cyd@gnu.org>
2883
2884 * bindings.el: Remove explicit help text from format-mode-line.
2885 It is now supplied by mode-line-default-help-echo.
2886 (mode-line-front-space, mode-line-end-spaces)
2887 (mode-line-misc-info): New variables.
2888 (mode-line-modes, mode-line-position): Move the default value to
2889 the variable definition.
2890 (mode-line-default-help-echo): New defcustom.
383f7350
CY
2891 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
2892 (mode-line-modified-help-echo): New functions.
2893 (mode-line-mule-info, mode-line-modified): Use them.
2894 (mode-line-eol-desc, propertized-buffer-identification):
2895 Consistency fixes for help text.
cbe46e5f
CY
2896 (mode-line-coding-system-map): Allow using mouse-3 to invoke
2897 set-buffer-file-coding-system (Bug#289).
2898 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 2899
f2d6a3df
SM
29002012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2901
2902 * simple.el (execute-extended-command): Set real-this-command
2903 (bug#11506).
2904
37269466
CY
29052012-06-02 Chong Yidong <cyd@gnu.org>
2906
2907 Remove incorrect uses of "modeline" in comments, docstrings, and
2908 function/variable names (Bug#10329).
2909
2910 * cus-edit.el (mode-line):
2911 * dframe.el (dframe-mouse-hscroll):
2912 * emacs-lisp/re-builder.el:
2913 * emacs-lisp/easy-mmode.el (define-minor-mode):
2914 * frame.el (set-frame-name):
2915 * help.el (lookup-minor-mode-from-indicator):
2916 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
2917 * progmodes/cc-cmds.el (c-toggle-auto-newline)
2918 (c-toggle-hungry-state):
2919 * progmodes/antlr-mode.el (antlr-language-alist):
2920 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
2921 * progmodes/vhdl-mode.el (vhdl-mode):
2922 * progmodes/which-func.el (which-func, which-func-cleanup-function):
2923 * term/ns-win.el (ns-face-at-pos):
2924 * term/sup-mouse.el (sup-mouse-report):
2925 * textmodes/flyspell.el (flyspell-mode-line-string):
2926 * textmodes/ispell.el (ispell-highlight-face):
2927 * textmodes/reftex-global.el:
2928 * vc/vc-arch.el (vc-arch-mode-line-string):
2929 * vc/vc-cvs.el (vc-cvs-mode-line-string):
2930 * vc/vc-git.el (vc-git-mode-line-string):
2931 * vc/vc-hooks.el (vc-display-status)
2932 (vc-default-mode-line-string):
2933 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
2934
2935 * ansi-color.el (ansi-color-faces-vector): Change default faces.
2936
2937 * dired.el (dired-sort-set-mode-line): Rename from
2938 dired-sort-set-modeline. All callers changed.
2939
2940 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
2941 eshell-status-in-modeline.
2942
2943 * foldout.el (foldout-mode-line-string): Rename from
2944 foldout-modeline-string. All callers changed.
2945 (foldout-update-mode-line): Rename from foldout-update-modeline.
2946
2947 * subr.el (redraw-modeline): Make into obsolete alias.
2948
2949 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
2950 timeclock-modeline-display. Make old name an alias.
2951 (timeclock-update-mode-line): Likewise. All callers changed.
2952 (timeclock-mode-line-display): No need to check before using
2953 add-hook.
2954 (timeclock-relative, timeclock-day-over-hook)
2955 (timeclock-use-elapsed, timeclock-mode-string)
2956 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
2957
2958 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
2959 crisp-mode-modeline-string.
2960
2961 * play/solitaire.el (solitaire-build-mode-line): Rename from
2962 solitaire-build-modeline. All callers changed.
2963
2964 * play/zone.el (zone-hiding-mode-line): Rename from
2965 zone-hiding-modeline. All callers changed.
2966 (zone): Remove unusued `modeline-hidden-level' property.
2967
2968 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
2969 xscheme-modeline-initialize. All callers changed.
2970
2971 * strokes.el (strokes-lighter): Rename from
2972 strokes-modeline-string.
2973
2974 * textmodes/sgml-mode.el (html-face-tag-alist)
2975 (html-tag-face-alist): Use mode-line face instead of obsolete
2976 alias modeline.
2977
42152ee4
SM
29782012-06-02 Stefan Merten <smerten@oekonux.de>
2979
2980 * textmodes/rst.el: Always require `cl'.
4cf9b38d 2981 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 2982
95f520b5
CY
29832012-06-02 Chong Yidong <cyd@gnu.org>
2984
2985 * image.el (imagemagick-enabled-types): Rename from
2986 imagemagick-types-enable. Add many more types.
2987 (imagemagick-types-inhibit): Change default to nil.
2988 (imagemagick-filter-types): Caller changed.
2989
4a5f187a
SM
29902012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2991
03fef3e6
SM
2992 * emacs-lisp/cl-macs.el: Use backquotes.
2993 (cl-transform-function-property): Use eval-and-compile rather than
2994 abusing `require'.
2995 (defstruct): Use declare-function instead of with-no-warnings.
2996
4a5f187a
SM
2997 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
2998 (byte-compile-output-docform): Re-add the print-circle bindings.
2999 (byte-compile-fix-header): Use #$ just because it's shorter.
3000 (byte-compile-output-file-form): Remove defun/defmacro.
3001
bd56924f
MR
30022012-06-01 Martin Rudalics <rudalics@gmx.at>
3003
3004 * simple.el (choose-completion): Remove now obsolete binding for
3005 owindow.
3006
046e38ce
MA
30072012-06-01 Michael Albinus <michael.albinus@gmx.de>
3008
3009 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
3010 in order to avoid "Stack overflow in regexp matcher".
3011
32d72c2f
GM
30122012-05-31 Glenn Morris <rgm@gnu.org>
3013
3014 * image.el: For clarity, call imagemagick-register-types at
3015 top-level, rather than relying on a custom :initialize.
3016 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
3017 (imagemagick-filter-types): New function. (Bug#7406)
3018 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
3019 If disabling support, remove elements altogether rather
3020 than using an impossible regexp.
3021 (imagemagick-types-inhibit): Give it the default init function.
3022
dd41169b
SM
30232012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3024
4a5f187a
SM
3025 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
3026 Handle arbitrary file name lengths (Bug#11585).
dd41169b 3027
efc00ab1 30282012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
3029
3030 * desktop.el (desktop-read): Clear previous and next buffers for
3031 all windows and bury *Messages* buffer (bug#11556).
3032
500fcedc
SM
30332012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3034
3035 Add `declare' for `defun'. Align `defmacro's with it.
3036 * emacs-lisp/easy-mmode.el (define-minor-mode)
3037 (define-globalized-minor-mode): Don't autoload the var definitions.
3038 * emacs-lisp/byte-run.el: Use lexical-binding.
3039 (defun-declarations-alist, macro-declarations-alist): New vars.
3040 (defmacro, defun): Use them.
3041 (make-obsolete, define-obsolete-function-alias)
3042 (make-obsolete-variable, define-obsolete-variable-alias):
3043 Use `declare'.
3044 (macro-declaration-function): Mark obsolete.
3045 * emacs-lisp/autoload.el: Use lexical-binding.
3046 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
3047
6e8a1786
AM
30482012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3049
3050 * textmodes/ispell.el (ispell-with-no-warnings):
3051 Define as a macro.
500fcedc
SM
3052 (ispell-kill-ispell, ispell-change-dictionary):
3053 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
3054 `interactive-p'.
3055
61b108cc
SM
30562012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3057
3058 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
3059 (macro-declaration-function): Move var from C code.
3060 (macro-declaration-function): Define function with defalias.
3061 * emacs-lisp/macroexp.el (macroexpand-all-1):
3062 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
3063 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
3064 defun/defmacro any more.
3065 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
3066 Provide fallback for unknown arglist.
3067 (byte-compile-arglist-warn): Change calling convention.
3068 (byte-compile-output-file-form): Move print-vars binding.
3069 (byte-compile-output-docform): Simplify accordingly.
3070 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
3071 (byte-compile-defmacro-declaration): Remove.
3072 (byte-compile-file-form-defmumble): Generalize to defalias.
3073 (byte-compile-output-as-comment): Return byte-positions.
3074 Simplify callers accordingly.
3075 (byte-compile-lambda): Use `assert'.
3076 (byte-compile-defun, byte-compile-defmacro): Remove.
3077 (byte-compile-file-form-defalias):
3078 Use byte-compile-file-form-defmumble.
3079 (byte-compile-defalias-warn): Remove.
3080
6d3f7c2f
SM
30812012-05-29 Stefan Merten <smerten@oekonux.de>
3082
3083 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 3084 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
3085
3086 (rst-mode-abbrev-table): Merge definition.
3087 (rst-mode): Make sure `font-lock-defaults' is buffer local.
3088 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
3089
6dbaa1c7
UJ
30902012-05-29 Ulf Jasper <ulf.jasper@web.de>
3091
3092 * calendar/icalendar.el
3093 (icalendar-export-region): Export UID properly.
3094
d209e2fb 30952012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
3096 * calendar/icalendar.el (icalendar-import-format):
3097 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
3098 (icalendar-import-format-uid): New.
3099 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
3100 Export UID.
3101
6876a58d
SM
31022012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
3103
3104 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
3105 different alternative patterns.
3106 (pcase-codegen): Be more careful to preserve identity.
3107 (pcase--u1): Don't forget to mark vars as used.
3108
3109 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
3110 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
3111 (byte-compile-from-buffer): ...rather than here.
3112
3113 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
3114 functions from byte-compile-function-environment.
3115
46b7967e
TN
31162012-05-29 Troels Nielsen <bn.troels@gmail.com>
3117
3118 * window.el (window-deletable-p): Avoid deleting the root window
3119 of a frame with an active minibuffer.
3120
69d565e2
MR
31212012-05-29 Martin Rudalics <rudalics@gmx.at>
3122
3123 * simple.el (choose-completion): Use quit-window (Bug#11567).
3124
a149fa51
CY
31252012-05-29 Chong Yidong <cyd@gnu.org>
3126
3127 * whitespace.el (whitespace-cleanup): Fix usage of
3128 whitespace-empty-at-bob-regexp (Bug#11492).
3129
2b311310
AH
31302012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3131
3132 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
3133 revert (Bug#11488).
3134
b9cb2387
JL
31352012-05-29 Juri Linkov <juri@jurta.org>
3136
3137 * isearch.el (isearch-mode-map): Bind `M-s _' to
3138 `isearch-toggle-symbol'. Bind `M-s c' to
3139 `isearch-toggle-case-fold'.
3140 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
3141 (isearch-forward): Add `M-s _' to the docstring.
3142 (isearch-forward-symbol, isearch-toggle-case-fold)
3143 (isearch-symbol-regexp): New functions. (Bug#11381)
3144
d5e61c1c
JL
31452012-05-29 Juri Linkov <juri@jurta.org>
3146
3147 * isearch.el (isearch-word): Add docstring. (Bug#11381)
3148 (isearch-occur, isearch-search-and-update): If `isearch-word' is
3149 a function, call it to get the regexp.
3150 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
3151 property `isearch-message-prefix' instead of the string "word ".
3152 (isearch-search-fun-default): For the case of `isearch-word',
3153 return a lambda that calls re-search-forward/re-search-backward
3154 with a regexp returned by `word-search-regexp' or by the function
3155 in `isearch-word'.
3156
8cbd80f7
JL
31572012-05-29 Juri Linkov <juri@jurta.org>
3158
3159 * isearch.el (isearch-search-fun-default): New function.
3160 (isearch-search-fun): Move default part to the new function
3161 `isearch-search-fun-default'.
3162 (isearch-search-fun-function): Set the default value to
3163 `isearch-search-fun-default'. (Bug#11381)
3164
3165 * comint.el (comint-history-isearch-end):
3166 Use `isearch-search-fun-default'.
3167 (comint-history-isearch-search): Use `isearch-search-fun-default'
3168 and remove spacial case for `isearch-word'.
3169 (comint-history-isearch-wrap): Remove spacial case for
3170 `isearch-word'.
3171
3172 * hexl.el (hexl-isearch-search-function):
3173 Use `isearch-search-fun-default'.
3174
3175 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
3176 Use `word-search-regexp' for `isearch-word'.
3177
3178 * misearch.el (multi-isearch-search-fun):
3179 Use `isearch-search-fun-default'.
3180
3181 * simple.el (minibuffer-history-isearch-search):
3182 Use `isearch-search-fun-default' and remove spacial case for
3183 `isearch-word'.
3184 (minibuffer-history-isearch-wrap): Remove spacial case for
3185 `isearch-word'.
3186
3187 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
3188 Remove spacial case for `isearch-word'.
3189 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
3190
85c8c5b6
AM
31912012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3192
3193 Decrease XEmacs incompatibilities.
3194 * textmodes/flyspell.el (flyspell-check-pre-word-p):
3195 Use `string-match'.
3196 (flyspell-delete-region-overlays): Use alternative definition for
3197 XEmacs.
3198 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
3199 (flyspell-word): Use `process-kill-without-query' if XEmacs.
3200 (flyspell-mode-on): Use `interactive-p' if XEmacs.
3201 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
3202 `define-obsolete-face-alias' under XEmacs, but old method.
3203
3204 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
3205 `with-no-warnings' definition or Emacs alias.
3206 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
3207 (ispell-word): Do not use `region-p' if XEmacs.
3208
8cab9efc
AM
32092012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3210
3211 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
3212 Check for `ispell-dictionary-base-alist' instead of full
3213 `ispell-dictionary-alist'.
3214 (ispell-init-process): Show spellchecker when starting new Ispell
3215 process.
3216
fda91268
RZ
32172012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3218
3219 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
3220 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
3221
694ea8e3
JB
32222012-05-27 Juanma Barranquero <lekktu@gmail.com>
3223
3224 * version.el (motif-version-string, gtk-version-string)
3225 (ns-version-string): Declare.
3226
e4d4f539
JL
32272012-05-27 Juri Linkov <juri@jurta.org>
3228
3229 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
3230 after the `eval-defun-1' specialcaseing
3231 like in `edebug-eval-defun' (bug#10181).
3232
3233 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
3234 like in `eval-defun-1'.
3235
33017faf 32362012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 3237
fda91268
RZ
3238 * mail/sendmail.el (mail-yank-region):
3239 Recognize rmail-yank-current-message in addition to insert-buffer.
3240 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
3241 a *mail* buffer created through rmail-start-mail with sendmail as
3242 mail-user-agent.
3243
33017faf
GM
32442012-05-27 Chong Yidong <cyd@gnu.org>
3245
3246 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
3247 Default to 256 (Bug#11267).
3248
3249 * help.el (describe-mode): Doc fix.
3250
04188bb9
GM
32512012-05-26 Glenn Morris <rgm@gnu.org>
3252
38264cc9
GM
3253 * w32-fns.el (w32-init-info): Remove.
3254 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
3255
eb7afdad
GM
3256 * info.el (info-initialize): For self-contained NS builds, put the
3257 included info/ directory at the front. (Bug#2791)
3258
04188bb9
GM
3259 * paths.el (Info-default-directory-list): Make it a defcustom,
3260 mainly so that we can use custom-initialize-delay.
3261
a179e3f7
SM
32622012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
3263
43416392
SM
3264 * subr.el (buffer-has-markers-at): Mark obsolete.
3265
a179e3f7 3266 * subr.el (lambda): Use declare.
43416392 3267
a179e3f7
SM
3268 * emacs-lisp/lisp-mode.el (lambda):
3269 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
3270
34a008d9
AH
32712012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3272
3273 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
3274
0a3b289f
GM
32752012-05-26 Glenn Morris <rgm@gnu.org>
3276
3277 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
3278
758c81e8
GM
32792012-05-25 Glenn Morris <rgm@gnu.org>
3280
f9f334f0
GM
3281 * paths.el: Remove no-byte-compile.
3282 * loadup.el: No need to load paths.el uncompiled.
3283
87eb79c2
GM
3284 * image.el (imagemagick-types-inhibit): Doc fix.
3285
758c81e8
GM
3286 * version.el: Remove no-byte-compile and associated formatting.
3287 * loadup.el: No need to load version.el uncompiled. AFAICS, this
3288 is ancient code from when there was an "inc-vers.el".
3289
e7e85dc0
SM
32902012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3291
3292 * progmodes/gdb-mi.el: Minor style changes.
3293 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
3294 Turn into minor modes.
3295 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
3296 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
3297 (gdb-shell): Remove unneeded let-binding.
3298 (gdb-get-many-fields): Eliminate O(n²) behavior.
3299
f31237a4
EZ
33002012-05-25 Eli Zaretskii <eliz@gnu.org>
3301
3302 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
3303 platforms that don't link in fontset.c.
3304
bc1b21bb
JL
33052012-05-25 Juri Linkov <juri@jurta.org>
3306
3307 Use the same diff color scheme as in modern VCSes (bug#10181).
3308
3309 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
3310 to avoid confusion with `diff-added' that now uses green colors.
3311 (diff-removed): Use shades of red.
3312 (diff-added): Use shades of green.
3313 (diff-changed): Leave just the yellow color.
3314 (diff-use-changed-face): New variable.
3315 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
3316 how to highlight context diff changes.
3317 (diff-refine-change): Use shades of yellow.
3318 (diff-refine-removed): New face that uses shades of red.
3319 (diff-refine-added): New face that uses shades of green.
3320 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
3321 `diff-refine-removed' in the call to `smerge-refine-subst'
3322 depending on the value of `diff-use-changed-face'.
3323
3324 * vc/smerge-mode.el (smerge-mine): Use shades of red.
3325 (smerge-other): Use shades of green.
3326 (smerge-base): Use shades of yellow.
3327 (smerge-refined-change): Empty face.
3328 (smerge-refined-removed): New face that uses shades of red.
3329 (smerge-refined-added): New face that uses shades of green.
3330 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
3331 args `props-r' and `props-a', and use them. Doc fix.
3332 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
3333 on its value use different faces `smerge-refined-change',
3334 `smerge-refined-removed', `smerge-refined-added' in the call to
3335 `smerge-refine-subst'.
3336
3337 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
3338 Add face condition `min-colors 88' with shades of red.
3339 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
3340 `min-colors 88' with shades of green.
3341 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
3342 `min-colors 88' with shades of yellow.
3343
6df9112c
GM
33442012-05-24 Glenn Morris <rgm@gnu.org>
3345
ead5edc0
GM
3346 * paths.el (prune-directory-list, remote-shell-program): Move to...
3347 * files.el (prune-directory-list, remote-shell-program): ...here.
3348 For the latter, delay initialization, prefer ssh, just search PATH.
3349
f18b81e6
GM
3350 * paths.el (term-file-prefix): Move to faces.el (the only user).
3351 * faces.el (term-file-prefix): Move here, make it a defcustom.
3352
ee2f89a6
GM
3353 * paths.el (news-directory, news-path, news-inews-program):
3354 Move to gnus/nnspool.el.
61a583ca 3355
f8815e4c
GM
3356 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
3357
c8f3b42c
GM
3358 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
3359 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
3360 Make the latter a defcustom, with a delayed initialization.
3361
6df9112c
GM
3362 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
3363 These were deleted from Gnus itself late 2010.
3364
5dadff36
JB
33652012-05-22 Juanma Barranquero <lekktu@gmail.com>
3366
9e1701c6
JB
3367 * progmodes/which-func.el (which-func-ff-hook):
3368 Check against user-error, not error.
3369
bd7239f5 3370 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
3371 cl-specs.el, which no longer exists.
3372
3290526d
GM
33732012-05-22 Glenn Morris <rgm@gnu.org>
3374
3375 * info.el (info-emacs-bug): New command.
3376 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
3377 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
3378
ff0c3cfb
GM
33792012-05-21 Glenn Morris <rgm@gnu.org>
3380
3381 * makefile.w32-in (update-subdirs-SH):
3382 * Makefile.in (update-subdirs): Update for moved update-subdirs.
3383
5814f126
SM
33842012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
3385
a52c0aa0
SM
3386 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
3387
5814f126
SM
3388 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3389 Simplify Maven regexp, and make sure the file can't start with a space
3390 (bug#11517).
3391
b847032c
GM
33922012-05-21 Glenn Morris <rgm@gnu.org>
3393
3394 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
3395 Scrap superfluous subshells.
3396
3858bfe7
SM
33972012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
3398
3399 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
3400 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
3401
d14b0029
JB
34022012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
3403
3404 * calc/calc.el (calc-ensure-consistent-units): New variable.
3405
a52c0aa0
SM
3406 * calc/calc-units.el (math-consistent-units-p)
3407 (math-check-unit-consistency): New functions.
3408 (calc-quick-units, calc-convert-units):
3409 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
3410 is non-nil.
d14b0029
JB
3411 (calc-extract-units): Fix typo.
3412
60c4db3a
SM
34132012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
3414
77f3b62e
SM
3415 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
3416
60c4db3a
SM
3417 * textmodes/flyspell.el: Commenting style, plus code simplifications.
3418 (flyspell-default-deplacement-commands): Don't spell check after
3419 repeated window/frame switches (e.g. triggered by mouse-movement).
3420 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
3421 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
3422 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
3423 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
3424 Remove unused vars.
3425 (flyspell-get-casechars, flyspell-get-not-casechars):
3426 Simplify; Don't bother removing a ] just to add it back.
3427 * textmodes/ispell.el (ispell-program-name): Use executable-find.
3428
d209e2fb 34292012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
3430
3431 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
3432 New functions.
bd7239f5 3433 (math-function-table): Add support for more C functions.
b1a10716 3434
3f1b25b5
AM
34352012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3436
090bd7cb
JB
3437 * textmodes/flyspell.el (flyspell-check-pre-word-p)
3438 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
3439 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 3440
b581bb5c
SM
34412012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
3442
3443 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
3444 their respective macro declarations.
3445 * skeleton.el (define-skeleton):
3446 * progmodes/compile.el (define-compilation-mode):
3447 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
3448 (define-ibuffer-filter):
3449 * emacs-lisp/generic.el (define-generic-mode):
3450 * emacs-lisp/easy-mmode.el (define-minor-mode)
3451 (define-globalized-minor-mode):
3452 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
3453 * emacs-lisp/byte-run.el (defsubst):
3454 * custom.el (deftheme): Add doc-string metadata.
3455
70b8ef8f
SM
34562012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3457
3458 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
3459
b1198e17
SM
34602012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3461
9abdc45d
SM
3462 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
3463
b1198e17
SM
3464 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
3465 * emacs-lisp/cl-macs.el: Idem.
3466 * emacs-lisp/cl-specs.el: Remove.
3467
4735906a
SM
34682012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3469
3470 Minor renaming of internal CL functions and variables.
3471 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
3472 (cl--position): Rename from cl-position.
3473 (cl--delete-duplicates): Rename from cl-delete-duplicates.
3474 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
3475 (cl--random-state): Rename from *random-state*.
3476
ac348012
SM
34772012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3478
3479 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
3480 parens around the arg list (bug#11499).
3481
a0a79cde
JL
34822012-05-17 Juri Linkov <juri@jurta.org>
3483
3484 * isearch.el (word-search-regexp, word-search-backward)
3485 (word-search-forward, word-search-backward-lax)
3486 (word-search-forward-lax): Move functions from search.c
3487 (bug#10145, bug#11381).
3488
65034a51
AM
34892012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3490
090bd7cb
JB
3491 * textmodes/flyspell.el (flyspell-check-pre-word-p)
3492 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
3493 Delay for otherchars as for normal word components.
65034a51 3494
1a72a195
SM
34952012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3496
3497 * minibuffer.el (completion--sifn-requote): Fix last change.
3498 (minibuffer-local-must-match-filename-map):
3499 Move define-obsolete-variable-alias before its var.
3500
fdb058c2
SM
35012012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
3502
c41045e6
SM
3503 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
3504
036dfb8b
SM
3505 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
3506 behavior.
3507 (completion--string-equal-p): New function.
3508 (completion--twq-all): Use it to get better assertion failure data.
3509
2473256d
SM
3510 Only handle ".." and '..' quoting in shell-mode (bug#11466).
3511 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
3512 (shell--requote-argument): New functions.
3513 (shell-completion-vars): Use them.
3514 (shell--parse-pcomplete-arguments): Rename from
3515 shell-parse-pcomplete-arguments.
3516 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
3517 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
3518 Obey comint-file-name-quote-list.
3519
fdb058c2
SM
3520 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
3521 (smie-indent-keyword): Use it.
3522
51fa99f1
SM
35232012-05-14 Stefan Merten <smerten@oekonux.de>
3524
3525 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
3526
e18afed7 35272012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
3528
3529 * net/rlogin.el (rlogin-mode-map): Fix last change.
3530
e18afed7 35312012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
3532
3533 * mail/smtpmail.el (smtpmail-send-command): Send the command and
3534 the following \r\n using a single `process-send-string', since the
3535 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 3536 with two `process-send-string's (Bug#11444).
8633b1f4 3537
e18afed7 35382012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 3539
fdb058c2
SM
3540 * shell.el (shell-parse-pcomplete-arguments):
3541 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 3542
2d21d7f6
WJ
35432012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
3544
e18afed7 3545 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
3546 (image-transform-scale, image-transform-right-angle-fudge): New vars.
3547 (image-transform-width, image-transform-fit-width): New functions.
3548 (image-transform-properties): Use them.
3549 (image-transform-check-size): New function.
3550 (image-toggle-display-image): Use it (for testing).
3551 (image-transform-set-rotation): Reduce angle mod 360.
3552 Delete obsolete comment.
3553
7102e6d0
WJ
35542012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
3555
3556 * image-mode.el: Fix scaling (bug#11399).
3557 (image-transform-resize): Doc fix.
3558 (image-transform-properties): Default scale is 1 and height should
3559 be an integer.
3560
06bc5e6e
SM
35612012-05-13 Johan Bockgård <bojohan@gnu.org>
3562
3563 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
3564 than hard-coding `car', to fix misbehavior when moving forward.
3565
0ae03b6a
CY
35662012-05-13 Chong Yidong <cyd@gnu.org>
3567
3568 * emacs-lisp/tabulated-list.el (tabulated-list-format)
3569 (tabulated-list-entries, tabulated-list-padding)
3570 (tabulated-list-sort-key): Make permanent-local.
3571
3572 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
3573 (electric-buffer-list): Put electric buffer menu
3574 command descriptions in this docstring, instead of the docstring
3575 of electric-buffer-menu-mode. Code cleanups.
3576 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
3577 Electric-buffer-menu-mode.
3578 (electric-buffer-update-highlight): Minor code cleanup.
3579
205a7391
MA
35802012-05-13 Michael Albinus <michael.albinus@gmx.de>
3581
3582 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
3583 (Bug#11447)
3584
e5bd0a28
SM
35852012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
3586
3587 Move define-obsolete-variable-alias before the var's definition.
3588 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
3589 * tooltip.el (tooltip-hook):
3590 * textmodes/reftex-toc.el (reftex-toc-map):
3591 * textmodes/reftex-sel.el (reftex-select-label-map)
3592 (reftex-select-bib-map):
3593 * textmodes/reftex-index.el (reftex-index-map)
3594 (reftex-index-phrases-map):
3595 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
3596 * progmodes/meta-mode.el (meta-mode-map):
3597 * novice.el (disabled-command-hook):
3598 * loadhist.el (unload-hook-features-list):
3599 * frame.el (blink-cursor):
3600 * files.el (find-file-not-found-hooks, write-file-hooks)
3601 (write-contents-hooks):
3602 * emulation/tpu-edt.el (GOLD-map):
3603 * emacs-lock.el (emacs-lock-from-exiting):
3604 * emacs-lisp/generic.el (generic-font-lock-defaults):
3605 * emacs-lisp/chart.el (chart-map):
3606 * dos-fns.el (register-name-alist):
3607 * dired-x.el (dired-omit-files-p):
3608 * desktop.el (desktop-enable):
3609 * cus-edit.el (custom-mode-hook):
3610 * buff-menu.el (buffer-menu-mode-hook):
3611 * bookmark.el (bookmark-read-annotation-text-func)
3612 (bookmark-exit-hooks):
3613 * allout.el (allout-mode-deactivate-hook)
3614 (allout-exposure-change-hook, allout-structure-added-hook)
3615 (allout-structure-deleted-hook, allout-structure-shifted-hook):
3616 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
3617 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
3618 comes before the corresponding variable's definition.
3619
ac59c2f6
CY
36202012-05-12 Chong Yidong <cyd@gnu.org>
3621
3622 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
3623 (Buffer-menu-mouse-select): Restore function (Bug#11459).
3624 (Buffer-menu-mode-map): Bind it.
3625 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 3626
dee6c9a3
SM
36272012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3628
2171cea5
SM
3629 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
3630 (prolog-upper-case-string, prolog-lower-case-string)
3631 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
3632 (prolog-use-smie, prolog-smie-grammar): New vars.
3633 (prolog-smie-forward-token, prolog-smie-backward-token)
3634 (prolog-smie-rules): New funs.
3635 (prolog-comment-indent): Remove.
3636 (prolog-mode-variables): Use default comment indentation instead.
3637 Setup SMIE.
3638 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
3639 (prolog-mode): Don't call them any more.
3640 (prolog-electric-colon, prolog-electric-dash)
3641 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
3642
aa0382bd
SM
3643 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
3644
dbacb4bd
SM
3645 * minibuffer.el (completion--twq-all): Again, allow case differences.
3646
13bdd94c
SM
3647 * term.el: Move keymap initialization code to be more idiomatic.
3648 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
3649 (term-terminal-menu): Move initialization into declaration.
3650 (term-escape-char): Let the user set it in her .emacs.
3651
ff46c759
SM
3652 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
3653 Provide SMIE-based indentation (not enabled by default yet).
3654 (sh-mode-map): Don't bind electric keys.
3655 Use electric-pair-mode instead of skeleton-pair.
3656 (sh-assignment-regexp): Fit within 80 columns.
3657 (sh-indent-supported): Specify actual shell name instead of boolean.
3658 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
3659 (sh-maybe-here-document): Use it. Make obsolete.
3660 (sh-electric-here-document-mode) New minor mode.
3661 (sh-mode): Use it. Don't set sh-indent-supported-here here.
3662 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
3663 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
3664 (sh-smie-rc-grammar, sh-use-smie): New vars.
3665 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
3666 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
3667 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
3668 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
3669 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
3670 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
3671 (sh-set-shell): Use smie-setup if requested.
3672
dee6c9a3
SM
3673 * term.el (term-set-escape-char): Properly set term-escape-char.
3674 See http://stackoverflow.com/questions/10524656.
3675
9f9aa044
CY
36762012-05-10 Chong Yidong <cyd@gnu.org>
3677
3678 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
3679 Use url-generic-parse-url, and handle host names and Windows
3680 filenames properly.
3681 (ffap-url-unwrap-remote): Use url-generic-parse-url.
3682 (ffap-url-unwrap-remote): Accept list values, specifying a list of
3683 URL schemes to work on.
3684 (ffap--toggle-read-only): New function.
3685 (ffap-read-only, ffap-read-only-other-window)
3686 (ffap-read-only-other-frame): Use it.
3687 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
3688 necessary for ffap-url-unwrap-remote.
3689
836d29b3
DA
36902012-05-10 Dave Abrahams <dave@boostpro.com>
3691
3692 * cus-start.el (create-lockfiles): Add it.
3693
00fd78ed
CY
36942012-05-09 Chong Yidong <cyd@gnu.org>
3695
3696 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
3697 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
3698
666b903b 36992012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
3700
3701 * shell.el (shell-completion-vars): Fix last change (bug#11348).
3702
666b903b 37032012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
3704
3705 * ansi-color.el (ansi-color-process-output): Check for validity of
3706 comint-last-output-start before using it. This avoids a bad
3707 interaction with gdb-mi's input/output buffer.
3708
666b903b 37092012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
3710
3711 * files.el (dir-locals-read-from-file):
3712 Mention dir-locals in any error message.
3713
666b903b 37142012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
3715
3716 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
3717 package (Bug#11410).
3718
f677562b
CY
3719 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
3720 variables into description.
3721
666b903b 37222012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
3723
3724 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
3725 shell-delimiter-argument-list (bug#11348).
3726 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
3727
b499d8d0
JB
37282012-05-09 Juanma Barranquero <lekktu@gmail.com>
3729
8f6b6da8
JB
3730 * textmodes/rst.el: Silence byte-compiler warnings.
3731 (rst-re-alist, rst-reset-section-caches): Move around.
3732 (rst-re): Use `characterp', not `char-valid-p'.
3733 (font-lock-beg, font-lock-end): Declare.
3734
4824146a
JB
3735 * progmodes/idlw-shell.el (specs): Remove reference to deleted
3736 variable `idlwave-shell-activate-alt-keybindings' and simplify.
3737
b499d8d0
JB
3738 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
3739
ad89bb83
GM
37402012-05-08 Glenn Morris <rgm@gnu.org>
3741
3742 * files.el (auto-mode-alist): Treat ".make" like ".mk".
3743
8bba5a75
SM
37442012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3745
49ed9c8e
SM
3746 * vc/log-edit.el: Add GNU coding standards highlighting.
3747 (log-edit-font-lock-gnu-style)
3748 (log-edit-font-lock-gnu-keywords): New vars.
3749 (log-edit-font-lock-keywords): New fun.
3750 (log-edit-mode): Don't fold case in font-lock.
3751 (log-edit-font-lock-keywords): Do not assume case-folding.
3752
07d00b56
SM
3753 * imenu.el: Misc cleanup. Make docstrings out of comments.
3754 Use lexical-binding.
3755 (imenu--index-alist, imenu--last-menubar-index-alist)
3756 (imenu-menubar-modified-tick): Use defvar-local.
3757 (imenu--split-menu): Remove unused var.
3758 (imenu--cleanup-seen): Declare as global.
3759 (imenu--cleanup): Use dolist.
3760
8bba5a75
SM
3761 * subr.el (defvar-local): Add debug spec and doc-string position.
3762
5075bdb5
GM
37632012-05-08 Glenn Morris <rgm@gnu.org>
3764
090bd7cb 3765 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
3766 * language/english.el, language/georgian.el, language/greek.el:
3767 * language/japanese.el, language/khmer.el, language/korean.el:
3768 * language/lao.el, language/misc-lang.el, language/romanian.el:
3769 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
3770 * language/thai.el, language/utf-8-lang.el:
3771 Remove no-byte-compile setting.
3772
5075bdb5
GM
3773 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
3774
06f679a7
AH
37752012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3776
3777 * progmodes/make-mode.el (makefile-browse):
3778 Remove unnecessary interactive. (Bug#11324)
3779
03794570
GM
37802012-05-07 Glenn Morris <rgm@gnu.org>
3781
af8630f4
GM
3782 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
3783
03794570
GM
3784 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
3785
f0809a9d
SM
37862012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3787
28be5ce7
SM
3788 * loadup.el: Preload newcomment.el.
3789 * newcomment.el: Move autoload-only code to toplevel.
3790
f0809a9d
SM
3791 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
3792 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
3793 Handle new :right-align column property.
3794 (tabulated-list-print-col): Idem, plus use `display' text-property to
3795 try and preserve alignment for variable pitch fonts.
3796
1241b724
CY
37972012-05-07 Chong Yidong <cyd@gnu.org>
3798
3799 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
3800 (tabulated-list-use-header-line): New var.
3801 (tabulated-list-init-header): Use it.
3802 (tabulated-list-print-fake-header): New function.
3803 (tabulated-list-print): Use it.
3804 (tabulated-list-sort-button-map): Add non-header-line commands.
3805 (tabulated-list-init-header): Add column name property to basic
3806 labels as well.
3807 (tabulated-list-col-sort): Handle non-header-line button case.
3808 (tabulated-list--sort-by-column-name): Fix a corner case.
3809
f0809a9d
SM
3810 * buff-menu.el (list-buffers--refresh):
3811 Handle Buffer-menu-use-header-line.
1241b724 3812
e5f9458f
CY
38132012-05-06 Chong Yidong <cyd@gnu.org>
3814
3815 * buff-menu.el: Convert to Tabulated List mode.
3816 (Buffer-menu-buffer+size-width): Make obsolete.
3817 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
3818 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
3819 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
3820 documentation into docstring of buffer-menu.
3821 (Buffer-menu-toggle-files-only): Add an informative message.
3822 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
3823 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
3824 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
3825 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
3826 (Buffer-menu-execute, Buffer-menu-select)
3827 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
3828 (Buffer-menu-bury): Use Tabulated List machinery.
3829 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
3830 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 3831 Delete.
e5f9458f
CY
3832 (list-buffers--refresh): New function.
3833 (list-buffers-noselect): Use it.
3834 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
3835 (Buffer-menu--pretty-file-name): New helper functions.
3836
3837 * loadup.el: Preload tabulated-list.
3838
3839 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
3840 tabulated-list-sort-column.
3841 (tabulated-list-init-header): Add the initial aligning space even
3842 if tabulated-list-padding is zero.
3843
e129292c
CS
38442012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
3845
3846 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
3847 whose cdr is not a cons cell correctly (bug#11038).
3848
6632d361
CY
38492012-05-06 Chong Yidong <cyd@gnu.org>
3850
e129292c
CS
3851 * emacs-lisp/tabulated-list.el (tabulated-list-format):
3852 Accept additional plist in column descriptors.
6632d361
CY
3853 (tabulated-list-init-header): Obey it.
3854 (tabulated-list-get-entry): New function.
3855 (tabulated-list-put-tag): Use it. Use string-width instead of
3856 length.
3857 (tabulated-list--column-number): New function.
3858 (tabulated-list-print): Use it.
e129292c
CS
3859 (tabulated-list-print-col): New function.
3860 Set `tabulated-list-column-name' property on each column's text.
6632d361 3861 (tabulated-list-print-entry): Use it.
e129292c
CS
3862 (tabulated-list-delete-entry, tabulated-list-set-col):
3863 New functions.
6632d361
CY
3864 (tabulated-list-sort-column): New command (Bug#11337).
3865
3cc99f68
CY
3866 * buff-menu.el (list-buffers): Move C-x C-b binding from
3867 buff-menu.el to bindings.el.
3868
3869 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
3870 :advertised-binding feature.
3871
52b61776
TN
38722012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
3873
3874 * progmodes/compile.el (compilation-internal-error-properties):
3875 Calculate start position correctly when end-col is set but
3876 end-line is not (Bug#11382).
3877
ebfe2597
WJ
38782012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
3879
3880 * man.el (Man-unindent): Use text-property-default-nonsticky to
3881 prevent untabify from inheriting face properties (Bug#11408).
3882
6d3f7c2f
SM
38832012-05-05 Stefan Merten <smerten@oekonux.de>
3884
3885 * textmodes/rst.el: Major merge with upstream development up to
3886 Docutils SVN r7399 / rst.el V1.2.1.
3887
3888 Clarify maintainership and authors.
3889
3890 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
3891 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
3892 (rst-official-version, rst-official-cvs-rev, rst-version)
3893 (rst-package-emacs-version-alist): New functions and variables
3894 for version information.
3895
3896 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
3897 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
3898 (rst-mode-syntax-table, rst-mode): New and corrected functions
3899 and variables representing reStructuredText features.
3900
3901 (rst-re): New function for reStructuredText regexes. Use in
3902 many places.
3903
3904 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
3905 (rst-mode-map): Rebind keys.
3906
3907 (rst-mode-lazy, rst-font-lock-keywords)
3908 (rst-font-lock-extend-region)
3909 (rst-font-lock-extend-region-internal)
3910 (rst-font-lock-extend-region-extend)
3911 (rst-font-lock-find-unindented-line-limit)
3912 (rst-font-lock-find-unindented-line-match)
3913 (rst-adornment-level, rst-font-lock-adornment-level)
3914 (rst-font-lock-adornment-match)
3915 (rst-font-lock-handle-adornment-pre-match-form)
3916 (rst-font-lock-handle-adornment-matcher): Major revision of
3917 font-locking. Integrate with other code. Use `jit-lock-mode'.
3918
3919 (rst-preferred-adornments, rst-adjust-hook)
3920 (rst-new-adornment-down, rst-preferred-bullets)
3921 (rst-preferred-bullets, rst-indent, rst-indent-width)
3922 (rst-indent-field, rst-indent-literal-normal)
3923 (rst-indent-literal-minimized, rst-indent-comment): Change,
3924 extend and improve customization.
3925
3926 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
3927 (rst-normalize-cursor-position, rst-get-decoration)
3928 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
3929 (rst-rstrip, rst-toc-insert-find-delete-contents)
3930 (rst-shift-fill-region, rst-compute-bullet-tabs)
3931 (rst-debug-print-tabs, rst-debug-mark-found)
3932 (rst-shift-region-guts, rst-shift-region-right)
3933 (rst-shift-region-left, rst-use-char-classes)
3934 (rst-font-lock-keywords-function)
3935 (rst-font-lock-indentation-point)
3936 (rst-font-lock-find-unindented-line-begin)
3937 (rst-font-lock-find-unindented-line-end)
3938 (rst-font-lock-find-unindented-line)
3939 (rst-font-lock-adornment-point, rst-font-lock-level)
3940 (rst-adornment-level-alist): Remove functions and variables.
3941
3942 (rst-compare-adornments, rst-get-adornment-match)
3943 (rst-suggest-new-adornment, rst-get-adornments-around)
3944 (rst-adornment-complete-p, rst-get-next-adornment)
3945 (rst-adjust-adornment, rst-display-adornments-hierarchy)
3946 (rst-straighten-adornments): Standardize function names to
3947 use "adornment" instead of "decoration". Correct callers.
3948 Similar standardizing in many places.
3949
3950 (rst-update-section, rst-adjust, rst-promote-region)
3951 (rst-enumerate-region, rst-bullet-list-region)
3952 (rst-repeat-last-character): Correct use of `interactive'.
3953
3954 (rst-classify-adornment, rst-find-all-adornments)
3955 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
3956 (rst-find-leftmost-column, rst-repeat-last-character):
3957 Refactor functions.
3958
3959 (rst-find-title-line, rst-reset-section-caches)
3960 (rst-get-adornments-around, rst-adjust-adornment-work)
3961 (rst-arabic-to-roman, rst-roman-to-arabic)
3962 (rst-insert-list-pos, rst-insert-list-new-item)
3963 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
3964 New functions.
3965
3966 (rst-all-sections, rst-section-hierarchy)
3967 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
3968 New variables.
3969
3970 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
3971 configuration instead of only buffer. Change where necessary.
3972
3973 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
3974 (rst-shift-region, rst-adaptive-fill): New functions for
3975 indentation and filling.
3976
3977 (rst-comment-line-break, rst-comment-indent)
3978 (rst-comment-insert-comment, rst-comment-region)
3979 (rst-uncomment-region): New functions for handling comments.
3980
3981 (rst-compile): Quote shell arguments.
3982
3983 (rst-compile-pdf-preview, rst-compile-slides-preview):
3984 Delete temporary files after use.
3985
a43f98b3
GM
39862012-05-05 Glenn Morris <rgm@gnu.org>
3987
48176e8b
GM
3988 * calendar/cal-html.el: Optionally include holidays in the output.
3989 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
3990 (cal-html-holidays): New option.
3991 (cal-html-css-default): Add holiday entry.
3992 (holiday-in-range): Autoload it.
3993 (cal-html-htmlify-entry): Add optional class argument.
3994 (cal-html-htmlify-list): Add optional holidays argument.
3995 (cal-html-insert-agenda-days): Include holidays in the output.
3996 (cal-html-one-month): Maybe include holidays.
3997
a43f98b3
GM
3998 * calendar/holidays.el (holiday-in-range):
3999 Move here from cal-tex-list-holidays.
4000 * calendar/cal-tex.el (cal-tex-list-holidays):
4001 Make it an obsolete alias for holiday-in-range. Update all callers.
4002
fef9d149 40032012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
4004
4005 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
4006 Nextstep.
4007
248da2f4
RW
40082012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
4009
4010 * files.el (file-auto-mode-skip): New var.
4011 (set-auto-mode-1): Use it.
4012
f95e9344
SM
40132012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
4014
df96ab1e
SM
4015 * repeat.el: Use lexical-binding.
4016 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
4017 (repeat-undo-count): Remove.
4018 (repeat):
4019 * progmodes/octave-mod.el (octave-abbrev-start):
4020 * progmodes/f90.el (f90-abbrev-start):
4021 * face-remap.el (text-scale-adjust):
4022 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
4023
5342bb06
SM
4024 * emacs-lisp/pcase.el (pcase--let*): New function.
4025 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
4026 a bit more.
4027 (pcase--split-pred): Be more clever about ruling out overlap between
4028 a predicate and some constant pattern.
4029 (pcase--q1): Use `null' instead of (eq foo nil).
4030
f95e9344
SM
4031 * subr.el (setq-local, defvar-local): New macros.
4032 (kbd): Redefine as an alias.
4033 (with-selected-window): Leave unrelated frames alone.
4034 (set-temporary-overlay-map): New function.
4035
71873e2b
SM
40362012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4037
4038 * subr.el (user-error): New function.
4039 * window.el (switch-to-buffer):
4040 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
4041 (smerge-match-conflict):
4042 * simple.el (previous-matching-history-element)
4043 (next-matching-history-element, goto-history-element, undo-more)
4044 (undo-start):
4045 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
4046 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
4047 (next-file, tags-loop-scan, list-tags, complete-tag):
4048 * progmodes/compile.el (compilation-loop):
4049 * mouse.el (mouse-minibuffer-check):
4050 * man.el (Man-bgproc-sentinel, Man-goto-page):
4051 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
4052 (Info-history-forward, Info-follow-reference, Info-menu)
4053 (Info-extract-menu-item, Info-extract-menu-counting)
4054 (Info-forward-node, Info-backward-node, Info-next-menu-item)
4055 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
4056 (Info-next-reference, Info-prev-reference, Info-index)
4057 (Info-index-next, Info-follow-nearest-node)
4058 (Info-copy-current-node-name):
4059 * imenu.el (imenu--make-index-alist)
4060 (imenu-default-create-index-function, imenu-add-to-menubar):
4061 * files.el (basic-save-buffer, recover-file):
4062 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4063 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
4064 (checkdoc-message-text, checkdoc-defun):
4065 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
4066 * cus-edit.el (customize-changed-options, customize-rogue)
4067 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
4068 (custom-variable-mark-to-reset-standard)
4069 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
4070 (custom-file):
4071 * completion.el (check-completion-length):
4072 * comint.el (comint-search-arg)
4073 (comint-previous-matching-input-string-position)
4074 (comint-previous-matching-input)
4075 (comint-replace-by-expanded-history-before-point, comint-send-input)
4076 (comint-copy-old-input, comint-backward-matching-input)
4077 (comint-goto-process-mark, comint-set-process-mark):
4078 * calendar/calendar.el (calendar-cursor-to-date): Use it.
4079 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
4080
8a61ee22
SM
40812012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4082
66408d1e
SM
4083 * dabbrev.el (dabbrev--ignore-case-p): New function.
4084 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
4085 Use it.
4086
8a61ee22
SM
4087 * files.el (automount-dir-prefix): Mark as obsolete.
4088
3c74813a
GM
40892012-05-04 Glenn Morris <rgm@gnu.org>
4090
4091 * patcomp.el, play/bruce.el: Move to obsolete/.
4092
0bfcf5c5
PE
40932012-05-04 Paul Eggert <eggert@cs.ucla.edu>
4094
4095 Fix minor Y10k bugs.
4096 * arc-mode.el (archive-unixdate):
4097 * autoinsert.el (auto-insert-alist):
4098 * calc/calc-forms.el (math-this-year):
4099 * emacs-lisp/copyright.el (copyright-current-year)
4100 (copyright-update-year, copyright):
4101 * tar-mode.el (tar-clip-time-string):
4102 * time.el (display-time-update):
4103 Don't assume years have 4 digits.
4104
78f3273a
CY
41052012-05-04 Chong Yidong <cyd@gnu.org>
4106
4107 * dos-w32.el (file-name-buffer-file-type-alist)
4108 (direct-print-region-use-command-dot-com):
4109 * ffap.el (ffap-menu-regexp):
4110 * find-file.el (ff-special-constructs):
4111 * follow.el (follow-debug):
4112 * forms.el (forms--debug):
4113 * iswitchb.el (iswitchb-all-frames):
4114 * ido.el (ido-all-frames):
4115 * emacs-lisp/timer.el (timer-max-repeats):
4116 * mail/feedmail.el (feedmail-mail-send-hook)
4117 (feedmail-mail-send-hook-queued):
4118 * mail/footnote.el (footnote-signature-separator):
4119 * mail/mailabbrev.el (mail-alias-separator-string)
4120 (mail-abbrev-mode-regexp):
4121 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
4122 * progmodes/idlwave.el (idlwave-libinfo-file)
4123 (idlwave-default-completion-case-is-down)
4124 (idlwave-library-routines): Convert defvars to defcustoms.
4125
4126 * mail/rmail.el (rmail-decode-mime-charset):
4127 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
4128 (idlwave-shell-fix-inserted-breaks)
4129 (idlwave-shell-activate-alt-keybindings)
4130 (idlwave-shell-use-breakpoint-glyph):
4131 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
4132
f7ae6719
SM
41332012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4134
4135 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
4136
47086495
WS
41372012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
4138
4139 * progmodes/verilog-mode.el (font-lock-keywords):
4140 Fix mis-highligting auto. Reported by Craig Barner.
4141 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
4142 defines from global name space. Reported by Dan Dever.
4143 (verilog-auto-reset, verilog-auto-reset-widths)
4144 (verilog-auto-tieoff): Support using unbased numbers for
4145 AUTORESET and AUTOTIEOFF.
4146 (verilog-submit-bug-report): Update variable list.
4147 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
4148 parenthesis from not matching. Reported by Michael Rytting.
4149 (verilog-auto-template-lint): Fix hash error when linting modules
4150 with no used templates.
4151 (verilog-warn, verilog-warn-error)
4152 (verilog-warn-fatal): When non-interactive report multiple
4153 warnings before exiting. Suggested by Brad Dobbie.
4154 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
4155 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
4156 to report unused template errors. Reported by Brad Dobbie.
4157 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
4158 nets, bug438. Reported by Vns Blore.
4159 (verilog-auto-inout-module, verilog-auto-reg)
4160 (verilog-read-decls, verilog-read-sub-decls-sig)
4161 (verilog-signals-edit-wire-reg, verilog-signals-with):
4162 Fix passing of Verilog data types in ANSI input/output ports
4163 such as "output logic" into the AUTOs. Special case "wire" and
4164 "reg" for backwards compatibility presuming Verilog 2001.
4165 (verilog-auto-ascii-enum): Add "auto enum" as alias.
4166 (verilog-preprocess): Fix replication of preprocess output.
4167 Reported by Brad Dobbie.
4168 (verilog-auto-inst-interfaced-ports):
4169 Create verilog-auto-inst-interfaced-ports, bug429.
4170 Reported by Julian Gorfajn.
4171 (verilog-after-save-font-hook)
4172 (verilog-before-save-font-hook): New variable.
4173 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
4174 (verilog-save-font-mods): Wrap disabling fontification, reported
4175 by David Rogoff.
4176 (verilog-do-indent, verilog-pretty-declarations-auto)
4177 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
4178 Reported by Pierre-David Pfister.
4179 (verilog-set-auto-endcomments): Fix endtask auto comments outside
4180 of class declarations, bug292. Reported by Kevin Heilman.
4181 (verilog-read-decls): Fix 'parameter type' not appearing in
4182 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
4183 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
4184 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
4185 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
4186 Reported by David Kravitz.
4187
41882012-05-03 Michael McNamara <mac@mail.brushroad.com>
4189
4190 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
4191 assignment with tests in ifs and for loops.
4192 (verilog-extended-complete-re, verilog-complete-reg): Change so
4193 that DPI inport functions don't look like fuction declarations.
4194 (verilog-pretty-expr): Don't line up assignment
4195 operations to the test and increment in if and for loops
4196 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 4197 that DPI inport functions don't look like fuction declarations.
47086495 4198
2e51d4b5
KH
41992012-05-03 Kenichi Handa <handa@m17n.org>
4200
4201 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 4202 decoding, and show a warning message without signaling an error
2e51d4b5
KH
4203 (Bug#11282).
4204
2bd785a2
SM
42052012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4206
4207 * emacs-lisp/bytecomp.el
4208 (byte-compile-file-form-custom-declare-variable): Compile all elements,
4209 since cconv.el might have introduced :fun-body, internal-make-closure,
4210 and friends for bytecomp to handle (bug#11391).
4211 * custom.el (defcustom): Avoid ((λ ..) ..).
4212
99d27583
SM
42132012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
4214
4215 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
4216
55a71479
JB
42172012-05-02 Juanma Barranquero <lekktu@gmail.com>
4218
4219 * notifications.el (dbus-debug):
4220 * term/linux.el (gpm-mouse-enable):
4221 * term/screen.el (xterm-register-default-colors): Declare.
4222
7b97c764
CY
42232012-05-02 Chong Yidong <cyd@gnu.org>
4224
2bc356d7
CY
4225 * cus-start.el (gc-cons-percentage, exec-suffixes)
4226 (dos-display-scancodes, dos-hyper-key, dos-super-key)
4227 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
4228 (make-cursor-line-fully-visible, void-text-area-pointer)
4229 (font-list-limit): Add customization data.
4230
7b97c764
CY
4231 * allout.el (allout-exposure-change-functions)
4232 (allout-structure-added-functions)
4233 (allout-structure-deleted-functions)
4234 (allout-structure-shifted-functions): Rename abnormal hooks from
4235 *-hook, and convert to defcustoms.
5d3385a0
JB
4236 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
4237 Convert to defcustoms.
7b97c764
CY
4238 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
4239
4240 * allout-widgets.el: Hook callers changed.
4241
90207a15 42422012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
4243
4244 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
4245 the yanked message in preference to the default value of
4246 buffer-file-coding-system.
4247
90207a15 42482012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 4249
5d3385a0
JB
4250 * window.el (display-buffer--action-function-custom-type):
4251 Fix entry.
d9558cad 4252
90207a15 42532012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
4254
4255 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
4256
d80ac57b
GM
42572012-05-01 Glenn Morris <rgm@gnu.org>
4258
976f7668
GM
4259 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
4260
beb83b5a
GM
4261 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
4262
d80ac57b
GM
4263 * cus-edit.el (custom-variable-documentation): Simplify with format.
4264
b593d6a9 42652012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
f1a71c6e 4266 Stefan Monnier <monnier@iro.umontreal.ca>
b593d6a9
AH
4267
4268 * simple.el (suggest-key-bindings, execute-extended-command):
4269 Move from keyboard.c.
4270
782fbf2a
CY
42712012-05-01 Chong Yidong <cyd@gnu.org>
4272
4273 * follow.el: Eliminate advice.
4274 (set-process-filter, process-filter, sit-for): Advice deleted.
4275 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
4276 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
4277 Vars deleted.
782fbf2a
CY
4278 (follow-auto): Use a :set function.
4279 (follow-mode): Rewritten. Don't advise process filters.
4280 (follow-switch-to-current-buffer-all, follow-scroll-up)
4281 (follow-scroll-down): Assume follow-mode is bound.
4282 (follow-comint-scroll-to-bottom)
4283 (follow-align-compilation-windows): New functions.
4284 (follow--window-sorter): New function.
4285 (follow-all-followers): Use it to explicitly sort windows by their
4286 positions; don't make assumptions about next-window order.
4287 (follow-windows-start-end, follow-delete-other-windows-and-split)
4288 (follow-calc-win-start): Doc fix.
4289 (follow-windows-aligned-p, follow-select-if-visible): Don't call
4290 vertical-motion unnecessarily.
4291 (follow-adjust-window): New function.
4292 (follow-post-command-hook): Use it.
4293 (follow-call-set-process-filter, follow-call-process-filter)
4294 (follow-intercept-process-output, follow-tidy-process-filter-alist)
4295 (follow-stop-intercept-process-output, follow-generic-filter):
4296 Functions deleted.
4297 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
4298 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
4299 New functions, replacing advice on scroll-bar-* commands.
87233a14 4300 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
4301
4302 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
4303 (comint-postoutput-scroll-to-bottom): Use it.
4304 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 4305
290af740
GM
43062012-05-01 Glenn Morris <rgm@gnu.org>
4307
4308 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
4309 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
4310 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
4311 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
4312 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
4313 Remove no-byte-compile setting.
4314
6eac8dc9
SM
43152012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4316
4317 * minibuffer.el (completion-table-with-quoting): Fix compatibility
4318 all-completions code to not return a number in the last cdr.
4319
9cc7819c
LL
43202012-04-30 Leo Liu <sdl.web@gmail.com>
4321
4322 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
4323 read-only error.
4324
c93b886f
CY
43252012-04-29 Chong Yidong <cyd@gnu.org>
4326
4327 * follow.el (follow-calc-win-end): Rewrite to handle partial
4328 screen lines correctly (Bug#8390).
4329 (follow-avoid-tail-recenter): Minor cleanup.
4330
8b6c19f4
SM
43312012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
4332
4333 Avoid the obsolete `assoc' package.
4334 * speedbar.el (speedbar-refresh): Avoid adelete.
4335 (speedbar-file-lists): Simplify and avoid aput.
4336 * man.el (Man--sections, Man--refpages): New vars, replacing
4337 Man-sections-alist and Man-refpages-alist.
4338 (Man-build-section-alist, Man-build-references-alist):
4339 Use them; avoid aput.
4340 (Man--last-section, Man--last-refpage): New vars.
4341 (Man-follow-manual-reference): Use them.
4342 Use the `default' arg of completing-read.
4343 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
4344
c5bb7569
CY
43452012-04-27 Chong Yidong <cyd@gnu.org>
4346
d1d2e2e8
CY
4347 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
4348
15cd8efd
CY
4349 * startup.el (x-apply-session-resources): New function.
4350
4351 * term/ns-win.el (ns-initialize-window-system):
4352 * term/w32-win.el (w32-initialize-window-system):
4353 * term/x-win.el (x-initialize-window-system): Use it to properly
4354 set menu-bar-mode and other vars from X resources, even if the
4355 initial frame is not a window-system frame (Bug#2299).
4356
c5bb7569
CY
4357 * subr.el (read-key): Avoid running filter function when setting
4358 up temporary tool bar entries (Bug#9922).
4359
a8e7d6d7 43602012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
4361
4362 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
4363 (Bug#11344)
4364
a8e7d6d7 43652012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
4366
4367 * select.el (xselect--encode-string): New function, split from
4368 xselect-convert-to-string.
4369 (xselect-convert-to-string): Use it.
4370 (xselect-convert-to-filename, xselect-convert-to-os)
4371 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
4372 returned strings are properly encoded (Bug#11315).
4373
a8e7d6d7 43742012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
4375
4376 * simple.el (delete-active-region): Move to killing custom group.
4377
a8e7d6d7 43782012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
4379
4380 * progmodes/which-func.el (which-func-current): Quote %
4381 characters for mode-line processing.
4382
578c1d4b 43832012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
4384
4385 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
4386 reaching eob (Bug#11286).
4387
a8e7d6d7 43882012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
4389
4390 * progmodes/gdb-mi.el (gdb-control-level): New variable.
4391 (gdb): Make it buffer-local and init to zero.
4392 (gdb-control-commands-regexp): New variable.
4393 (gdb-send): Don't wrap in "-interpreter-exec console" if
4394 gdb-control-level is positive. Increment gdb-control-level
4395 whenever the command matches gdb-control-commands-regexp, and
4396 decrement it each time the command is "end". (Bug#11279)
4397
a8e7d6d7 43982012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
4399
4400 * window.el (adjust-window-trailing-edge, enlarge-window)
4401 (shrink-window, window-resize):
4402 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
4403 windows (Bug#11276).
4404
b3608390
CY
44052012-04-27 Chong Yidong <cyd@gnu.org>
4406
4407 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 4408 fix "missing prefix" warning. All callers changed.
b3608390 4409
797e6e88
SM
44102012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
4411
4412 * emacs-lisp/assoc.el: Move to obsolete/.
4413
e95a67dc
SM
44142012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4415
657c21e4 4416 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
4417
4418 * term/ns-win.el (ns-define-service):
4419 * progmodes/pascal.el (pascal-goto-defun):
4420 * progmodes/js.el (js--read-tab):
4421 * progmodes/etags.el (tags-lazy-completion-table):
4422 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
4423 * emacs-lisp/ewoc.el (ewoc--wrap):
4424 * emacs-lisp/assoc.el (aput, adelete, amake):
4425 * doc-view.el (doc-view-convert-current-doc):
4426 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
4427
cb3e7ae0
CY
44282012-04-26 Chong Yidong <cyd@gnu.org>
4429
dce04f7f
CY
4430 * image.el (image-type-from-buffer): Only return supported image
4431 type (Bug#9045).
4432
cb3e7ae0
CY
4433 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
4434 value, for symmetry with diff-end-of-hunk.
4435 (diff-split-hunk, diff-find-source-location)
4436 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
4437 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
4438 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
4439 compute the relevant hunk or file properly (Bug#6005).
4440 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
4441
0d42eb3e
SM
44422012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4443
4444 * vc/vc-mtn.el:
4445 * vc/vc-hg.el:
4446 * vc/vc-git.el:
4447 * vc/vc-dir.el:
4448 * vc/vc-cvs.el:
4449 * vc/vc-bzr.el:
4450 * vc/vc-arch.el:
4451 * vc/vc.el: Replace lexical-let by lexical-binding.
4452 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
4453 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
4454 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
4455
f08ae1c9
CY
44562012-04-26 Chong Yidong <cyd@gnu.org>
4457
8b71081d
CY
4458 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
4459 (diff-mode-shared-map): Bind it to / and [remap undo].
4460
f08ae1c9
CY
4461 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
4462 (ediff-window-setup-function): Use it as the default, to set up
4463 windows based on whether the current frame is graphical (Bug#2138).
4464 (ediff-choose-window-setup-function-automatically): Make obsolete.
4465
4466 * vc/ediff-init.el: Always define ediff-pixel-width/height.
4467
ef24141c
SM
44682012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
4469
cc356a5d
SM
4470 * ffap.el: Remove old code for obsolete package.
4471 (ffap-complete-as-file-p): Remove.
4472
b4ff4f1f
SM
4473 Use completion-table-with-quoting for comint and pcomplete.
4474 * comint.el (comint--unquote&requote-argument)
4475 (comint--unquote-argument, comint--requote-argument): New functions.
4476 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
4477 (comint-quote-filename): Use regexp-opt-charset.
4478 (comint--common-suffix, comint--common-quoted-suffix)
4479 (comint--table-subvert): Remove.
4480 (comint-unquote-function, comint-requote-function): New vars.
4481 (comint--complete-file-name-data): Use them with
4482 completion-table-with-quoting.
4483 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
4484 * pcomplete.el (pcomplete-arg-quote-list)
4485 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
4486 (pcomplete-unquote-argument-function): Default to non-nil.
4487 (pcomplete-unquote-argument): Simplify.
4488 (pcomplete--common-quoted-suffix): Remove.
4489 (pcomplete-requote-argument-function): New var.
4490 (pcomplete--common-suffix): New function.
4491 (pcomplete-completions-at-point): Use completion-table-with-quoting
4492 and completion-table-subvert.
4493
79c4eeb4
SM
4494 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
4495 (minibuffer--double-dollars): Preserve properties.
4496 (completion--sifn-requote): New function.
4497 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
4498
ef24141c
SM
4499 * minibuffer.el: Add support for completion of quoted/escaped data.
4500 (completion-table-with-quoting, completion-table-subvert): New funs.
4501 (completion--twq-try, completion--twq-all): New functions.
4502 (completion--nth-completion): New function.
4503 (completion-try-completion, completion-all-completions): Use it.
4504
784e7d6e
LL
45052012-04-25 Leo Liu <sdl.web@gmail.com>
4506
dd2ac746
SM
4507 * progmodes/python.el (python-pdbtrack-get-source-buffer):
4508 Use compilation-message if available to find real filename.
784e7d6e 4509
07875ee7
CY
45102012-04-25 Chong Yidong <cyd@gnu.org>
4511
4512 * vc/diff-mode.el (diff-setup-whitespace): New function.
4513 (diff-mode): Use it.
4514
4515 * vc/diff.el (diff-sentinel):
4516 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
4517 Whitespace mode variables based on diff style (Bug#8612).
4518
5055880d
LL
45192012-04-25 Leo Liu <sdl.web@gmail.com>
4520
daf75653
LL
4521 * progmodes/python.el (python-send-region): Add suffix .py to the
4522 temp file.
4523
5055880d
LL
4524 * files.el (auto-mode-alist): Use javascript-mode instead.
4525
db9b177b
AH
45262012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
4527
ef24141c 4528 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 4529
090bd7cb 4530 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 4531 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 4532 references, see Bug#9.
ef24141c 4533 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 4534 when receiving a fault reply.
ef24141c 4535 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 4536
090bd7cb 4537 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 4538 (soap-inspect-simple-type): New function.
db9b177b 4539
090bd7cb 4540 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 4541 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
4542 (soap-decode-basic-type, soap-encode-basic-type):
4543 support unsignedInt and double basic types.
db9b177b 4544 (soap-resolve-references-for-simple-type)
ef24141c
SM
4545 (soap-parse-simple-type, soap-encode-simple-type): New function.
4546 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 4547
090bd7cb 4548 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
4549 (soap-default-soapenc-types): Add integer, byte and anyURI types.
4550 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
4551 the local name of "soapenc:Array".
4552 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
4553 decoding integer, byte and anyURI xsd types.
4554
1fc6097b
CY
45552012-04-25 Chong Yidong <cyd@gnu.org>
4556
4557 * cus-edit.el (custom-buffer-create-internal): Update header text.
4558
afc6df87
EZ
45592012-04-25 Eli Zaretskii <eliz@gnu.org>
4560
4561 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
4562 settings on 'system-type', not on 'window-system'. On MS-Windows,
4563 set interactive-mode on in GDB.
4564
dfbd787f
SM
45652012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4566
4567 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
4568 (ruby-syntax-propertize-regexp): Remove.
4569 (ruby-syntax-propertize-function): Split regexp into chunks.
4570 Match following code directly.
4571
85222d44
DG
45722012-04-24 Dmitry Gutov <dgutov@yandex.ru>
4573
51a8ea2a
DG
4574 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
4575 (ruby-syntax-propertize-regexp): New function.
4576 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
4577 by a special keyword.
4578
85222d44
DG
4579 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
4580 (ruby-syntax-general-delimiters-goto-beg)
4581 (ruby-syntax-propertize-general-delimiters): New functions.
4582 (ruby-syntax-propertize-function): Use them to handle GDL.
4583 (ruby-font-lock-keywords): Move old handling of GDL...
4584 (ruby-font-lock-syntactic-keywords): .. to here.
4585 (ruby-calculate-indent): Adjust indentation for GDL.
4586
b613912b
MA
45872012-04-24 Michael Albinus <michael.albinus@gmx.de>
4588
b5380639
MA
4589 * notifications.el (top): Remove unneeded declarations.
4590 (notifications-specification-version): Change to "1.2".
e43042fe 4591 (notifications-interface, notifications-notify-method)
b613912b
MA
4592 (notifications-close-notification-method): Fix docstring.
4593 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
4594 (notifications-notify): Add :action-items, :resident and
4595 :transient hints. Change "image_data" to "image-data" and
4596 "image_path" to "image-path".
b613912b
MA
4597 (notifications-get-capabilities): New defun.
4598
257440aa
LL
45992012-04-24 Leo Liu <sdl.web@gmail.com>
4600
4601 * progmodes/python.el: Move hideshow setup to the end.
4602
b1bac16e
MR
46032012-04-24 Martin Rudalics <rudalics@gmx.at>
4604
4605 * window.el (handle-select-window): Clear echo area since this is
4606 no more done by read_char (Bug#11304).
4607
d81bd059
SM
46082012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4609
4610 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
4611 and `/ M' to filter-derived-mode.
4612 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
4613 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
4614 (ibuffer-mark-by-mode): Use default rather than initial-input.
4615 (ibuffer-filter-by-derived-mode): Autoload and require-match.
4616
c4cf6d91
IA
46172012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
4618
4619 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
4620 (ibuffer-filter-by-derived-mode): New filter.
4621 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
4622
7511ded8
CY
46232012-04-23 Andreas Politz <politza@fh-trier.de>
4624
4625 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
4626
775c916b
CY
46272012-04-23 Chong Yidong <cyd@gnu.org>
4628
4629 * cus-edit.el (customize-apropos, customize-apropos-options):
4630 Disable matching of non-option variables (Bug#11176).
4631 (customize-option, customize-option-other-window)
4632 (customize-changed-options): Doc fix.
4633 (customize-apropos-options, customize-apropos-faces)
4634 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
4635
4636 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 4637 Fix word list splitting (Bug#11132).
46c71e23
CY
4638 (apropos-symbol, apropos-keybinding, apropos-label)
4639 (apropos-property, apropos-function-button)
4640 (apropos-variable-button, apropos-misc-button): New faces.
4641 (apropos-symbol-face, apropos-keybinding-face)
4642 (apropos-label-face, apropos-property-face, apropos-match-face):
4643 Variables removed (Bug#8396).
4644 (apropos-library-button, apropos-format-plist, apropos-print)
4645 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 4646
2df41f9c
MA
46472012-04-23 Michael Albinus <michael.albinus@gmx.de>
4648
4649 * net/xesam.el (xesam-mode-map): Use let-bound map in
4650 initialization. (Bug#11292)
4651
da00640a
AM
46522012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4653
4654 Preserve ispell session localwords when switching back to
4655 original buffer.
4656
090bd7cb
JB
4657 * textmodes/ispell.el (ispell-buffer-session-localwords):
4658 New buffer-local variable to hold buffer session localwords.
ed9265fc 4659 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
4660 localwords.
4661 (ispell-command-loop, ispell-change-dictionary)
4662 (ispell-buffer-local-words): Preserve session localwords when
4663 needed.
4664
090bd7cb
JB
4665 * textmodes/flyspell.el (flyspell-process-localwords)
4666 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 4667
f621ccf5
AM
46682012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4669
090bd7cb
JB
4670 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
4671 using obsolete `translation-table-for-input'.
ef24141c
SM
4672 (ispell-word, ispell-process-line, ispell-complete-word):
4673 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 4674
c2d1019e
CY
46752012-04-22 Chong Yidong <cyd@gnu.org>
4676
4677 * cus-edit.el (custom-variable-menu)
4678 (custom-variable-reset-saved, custom-face-menu)
4679 (custom-face-reset-saved): If there is no saved value, make the
4680 "reset-saved" operation bring back the default (Bug#9509).
4681 (custom-face-state): Properly detect themed faces.
4682
eeddc531
CY
4683 * faces.el (face-spec-set): Stop supporting deprecated form of
4684 third arg.
4685
dcbf5805
MA
46862012-04-22 Michael Albinus <michael.albinus@gmx.de>
4687
4688 Move functions from C to Lisp. Make non-blocking method calls
4689 the default. Implement further D-Bus standard interfaces.
4690
ef24141c
SM
4691 * net/dbus.el (dbus-message-internal): Declare function.
4692 Remove unneeded function declarations.
dcbf5805
MA
4693 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
4694 (dbus-message-type-method-return, dbus-message-type-error)
4695 (dbus-message-type-signal): Declare variables. Remove local
4696 definitions.
4697 (dbus-interface-dbus, dbus-interface-peer)
4698 (dbus-interface-introspectable, dbus-interface-properties)
4699 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
4700 Adapt docstring.
4701 (dbus-interface-objectmanager): New defconst.
4702 (dbus-call-method, dbus-call-method-asynchronously)
4703 (dbus-send-signal, dbus-method-return-internal)
4704 (dbus-method-error-internal, dbus-register-service)
4705 (dbus-register-signal, dbus-register-method): New defuns, moved
4706 from dbusbind.c
4707 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
4708 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
4709 New defuns.
dcbf5805
MA
4710 (dbus-call-method-non-blocking): Make it an obsolete function.
4711 (dbus-unregister-object, dbus-unregister-service)
4712 (dbus-handle-event, dbus-register-property)
4713 (dbus-property-handler): Obey the new structure of
4714 `bus-registered-objects'.
4715 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
4716 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4717 Use `dbus-call-method'.
4718
cf20dee0
CY
47192012-04-22 Chong Yidong <cyd@gnu.org>
4720
4721 * cus-edit.el (custom-commands, custom-reset-menu)
4722 (Custom-reset-standard): Tweak labels.
4723 (custom-reset-button-menu): Change default to t.
4724 (custom-buffer-create-internal): For the custom-reset-button-menu
4725 case, put the revert button first.
4726 (custom-group-subtitle): New face.
4727 (custom-group-value-create): Align docstring to a specific column.
4728
4729 * wid-edit.el (widget-documentation-link-add): Don't handle
4730 indentation in this function.
4731 (widget-documentation-string-indent-to): New function.
4732 (widget-documentation-string-value-create): Use it.
4733
4734 * autorevert.el (auto-revert):
4735 * epg-config.el (epg):
4736 * ibuffer.el (ibuffer):
4737 * mpc.el (mpc):
4738 * ses.el (ses):
4739 * eshell/eshell.el (eshell):
4740 * net/ange-ftp.el (ange-ftp):
4741 * progmodes/ebnf2ps.el (postscript):
4742 * progmodes/flymake.el (flymake):
4743 * progmodes/prolog.el (prolog):
4744 * progmodes/verilog-mode.el (verilog-mode):
4745 * progmodes/which-func.el (which-func):
4746 * term/xterm.el (xterm):
4747 * textmodes/picture.el (picture):
4748 * textmodes/tildify.el (tildify):
4749 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
4750 customization buffers.
4751
583e23bd
AM
47522012-04-22 Alan Mackenzie <acm@muc.de>
4753
4754 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
4755 Adding a ) can hide the resulting (..) from searches. Fix it.
4756 Bound the backward search to the position of the existing (.
4757
7dd51bf1
JB
47582012-04-21 Juanma Barranquero <lekktu@gmail.com>
4759
4760 * progmodes/verilog-mode.el (verilog-mode): Check whether
4761 which-func-modes is t before adding verilog-mode.
4762 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
4763
d64a438f
LL
47642012-04-21 Leo Liu <sdl.web@gmail.com>
4765
7dd51bf1 4766 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 4767
081e8d65
MV
47682012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
4769
4770 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
4771 filling of the last column of a table (Bug#5635).
4772 (woman-find-next-control-line): New arg, specifying an additional
4773 regexp component for the control line.
4774 (woman2-roff-buffer): Use it.
4775 (woman-break-table): New function.
4776 (woman2-TS): Use it.
4777
47782012-04-21 Chong Yidong <cyd@gnu.org>
4779
4780 * woman.el (woman-set-buffer-display-table, woman-decode-region)
4781 (woman-horizontal-escapes, woman-negative-vertical-space)
4782 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
4783 (WoMan-warn-ignored): Use ?\s instead of ?\ .
4784
ed571ccb
SM
47852012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4786
4787 * minibuffer.el (completion-file-name-table): Complete user names.
4788
39773899
LL
47892012-04-20 Leo Liu <sdl.web@gmail.com>
4790
4791 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
4792 and pcase-let*.
4793
de6ff46d
CY
47942012-04-20 Chong Yidong <cyd@gnu.org>
4795
4796 * server.el (server-execute): Respect initial-buffer-choice if it
4797 is a string and there are no files to open (Bug#2825).
4798 (server-create-window-system-frame, server-create-tty-frame):
4799 Don't switch buffers here.
2d0e8e61
CY
4800 (server-process-filter): Only try to open a window system frame if
4801 compiled with graphical support (Bug#8314).
de6ff46d 4802
54071013
DN
48032012-04-20 Dan Nicolaescu <dann@gnu.org>
4804
4805 * battery.el (battery-echo-area-format): Display remaining time
4806 for sysfs backend too (Bug#11269).
4807 (battery-linux-sysfs): Fix conditional for the charge.
4808
f30d612a
CY
48092012-04-20 Chong Yidong <cyd@gnu.org>
4810
c07a4c0b 4811 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
4812 (gdb-inferior-io--init-proc): New function.
4813 (gdb-init-1): Use it.
4814 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
4815 responsible for allocating a new pty and hooking it to gdb when
4816 the old pty gets an EIO due to process exit.
4817 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
4818 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
4819 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
4820
2116e93c
EZ
48212012-04-20 Eli Zaretskii <eliz@gnu.org>
4822
4823 * window.el (window-min-size, window-sizable, window-min-delta)
4824 (window-max-delta, window--resizable, window-resizable)
4825 (window-total-size, window-full-height-p, window-full-width-p)
4826 (window-in-direction, window--resize-mini-window, window-resize)
4827 (window--resize-child-windows-normal)
4828 (window--resize-child-windows, window--resize-siblings)
4829 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 4830 (enlarge-window, shrink-window): Doc fixes.
2116e93c 4831
c07a4c0b 48322012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 4833
ef24141c
SM
4834 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
4835 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
4836 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
4837 pty process (Bug#11273).
4838 (gdb-update): New arg to suppress talking to the gdb process.
4839 (gdb-done-or-error): Use it.
4840 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
4841 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
4842 sentinel not being called.
4843
4844 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
4845
d02766ab
CY
4846 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
4847
c07a4c0b 48482012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
4849
4850 * net/network-stream.el (open-network-stream): Doc fix.
4851
c07a4c0b 48522012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
4853
4854 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
4855
c07a4c0b 48562012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
4857
4858 Ensure searching for keywords is case sensitive.
4859
4860 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
4861 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
4862 (c-defun-name, c-mark-function, c-cpp-define-name)
4863 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 4864 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 4865
ef24141c
SM
4866 * progmodes/cc-mode.el (c-font-lock-fontify-region):
4867 Bind case-fold-search to nil.
f0f6bc35 4868
c07a4c0b 48692012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
4870
4871 * mail/sendmail.el (mail-bury): Call return action with the right
4872 Rmail buffer (Bug#11242).
4873
9a864fa2
CY
4874 * server.el (server-process-filter): Handle corner case where both
4875 tty and nowait options are present (Bug#11102).
4876
539aa513
EZ
48772012-04-20 Eli Zaretskii <eliz@gnu.org>
4878
4879 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
4880 (top level): Put into the executable the ident-style '$Id:' tag on
4881 windows-nt as well.
539aa513 4882
cfc7d5da
SM
48832012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4884
4885 * electric.el (electric-indent-post-self-insert-function): Check that
4886 electric-indent-mode is enabled in current buffer.
4887
5b01685c
JB
48882012-04-19 Juanma Barranquero <lekktu@gmail.com>
4889
4890 * imenu.el (imenu-progress-message): Restore; it is "used" in
4891 erc/erc-imenu.el and net/snmp-mode.el.
4892
4d6769e1
JB
48932012-04-19 Juanma Barranquero <lekktu@gmail.com>
4894
4895 * avoid.el (mouse-avoidance-mode): Mark unused arg.
4896 (mouse-avoidance-nudge-mouse): Remove unused binding.
4897
4898 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
4899
4900 * descr-text.el (describe-char):
4901 * progmodes/python.el (python-describe-symbol):
4902 Don't call `toggle-read-only', set `buffer-read-only'.
4903
4904 * imenu.el (imenu-default-goto-function): Mark unused args.
4905 (imenu-progress-message): Remove obsolete macro; all callers changed.
4906
4907 * subr.el (keymap-canonicalize): Remove unused binding.
4908 (read-passwd): Mark unused arg.
4909
4910 * tutorial.el (tutorial--display-changes): Remove unused binding.
4911 (tutorial--save-tutorial-to): Remove unused variable.
4912
4913 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
4914 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
4915 (package-generate-autoloads, package-menu--generate)
4916 (package-menu--find-upgrades): Remove unused bindings.
4917
4918 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
4919 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
4920 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
4921 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
4922 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
4923 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
4924 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
4925 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
4926 (cua-delete-char-rectangle): Mark unused args.
4927 (cua-align-rectangle): Remove unused binding.
4928
4929 * mail/rmail.el (compilation--message->loc)
4930 (epa--find-coding-system-for-mime-charset): Declare.
4931
4932 * net/dbus.el (dbus-register-service): Declare.
4933 (dbus-name-owner-changed-handler): Remove unused binding.
4934
4935 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
4936 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
4937 (nxml-scan-backward-within): Mark unused arg.
4938 (nxml-dynamic-markup-word): Remove unused binding.
4939
4940 * mouse.el (mouse-menu-major-mode-map):
4941 * emacs-lisp/authors.el (authors-scan-change-log)
4942 (authors-add-to-author-list):
4943 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
4944 * emacs-lisp/smie.el (smie-auto-fill):
4945 * mail/sendmail.el (mail-bury):
4946 * mail/unrmail.el (unrmail):
4947 * net/tls.el (open-tls-stream):
4948 * textmodes/picture.el (picture-mouse-set-point):
4949 Remove unused bindings.
4950
8c8fc5df
MA
49512012-04-19 Michael Albinus <michael.albinus@gmx.de>
4952
4953 * net/tramp.el (tramp-action-password): Let-bind
4954 `enable-recursive-minibuffers' to t.
4955
a77b0ac9
SS
49562012-04-18 Sam Steingold <sds@gnu.org>
4957
4958 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
4959 instead of 'string to accommodate values like [f11].
4960 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
4961 * progmodes/gdb-mi.el: Likewise.
4962
12a106a9
LL
49632012-04-18 Leo Liu <sdl.web@gmail.com>
4964
4965 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
4966 current buffer.
4967 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
4968 LOCAL is nil.
4969
bc6494ef
CY
49702012-04-18 Chong Yidong <cyd@gnu.org>
4971
4972 * simple.el (line-move): Use forward-line if in batch mode
4973 (Bug#11053).
4974
c09c46b2
CS
49752012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
4976
4977 * files.el (after-find-file): Do not try to add a final newline if
4978 the buffer is read-only (Bug#11156).
4979
5f6530ea
RS
49802012-04-17 Richard Stallman <rms@gnu.org>
4981
4982 * mail/rmail.el (rmail-start-mail):
4983 Pass (rmail-mail-return...) for the return-action.
4984 Pass (rmail-yank-current-message...) for the yank-action.
4985 (rmail-yank-current-message): New function.
4986 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
4987 (rmail-reply): Likewise.
4988 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
4989
4990 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 4991 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
4992 buffer, not newbuf.
4993
197b6f3c
JB
49942012-04-17 Juanma Barranquero <lekktu@gmail.com>
4995
4996 * server.el (server-ensure-safe-dir): Simplify.
4997
2311d8e5 49982012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 4999
2311d8e5
GM
5000 * emacs-lisp/smie.el: Provide smarter auto-filling.
5001 (smie-auto-fill): New function.
5002 (smie-setup): Use it.
98fb480e 5003
2311d8e5
GM
5004 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
5005
50062012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
5007
5008 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
5009 (comment-indent): Use it.
5010
2311d8e5 50112012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
5012
5013 * ses.el: The overall change is to add cell renaming, that is
5014 setting fancy names for cell symbols other than name matching
5015 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 5016 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 5017 (ses-create-cell-variable): New defun.
2311d8e5 5018 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
5019 (ses-relocate-formula): Relocate formulas only for cells the
5020 symbols of which are not renamed, i.e. symbols whose names do not
5021 match regexp "\\`[A-Z]+[0-9]+\\'".
5022 (ses-relocate-all): Relocate values only for cells the symbols of
5023 which are not renamed.
5024 (ses-load): Create cells variables as the (ses-cell ...) are read,
5025 in order to check row col consistency with cell symbol name only
5026 for cells that are not renamed.
5027 (ses-replace-name-in-formula): New defun.
5028 (ses-rename-cell): New defun.
4bdf2ad2 5029
fc72b15c
PO
50302012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
5031
5032 * progmodes/perl-mode.el (perl-indent-parens-as-block):
5033 New option (bug#11118).
5034 (perl-calculate-indent): Respect it.
5035
12e10e61
GM
50362012-04-17 Glenn Morris <rgm@gnu.org>
5037
5038 * dired-aux.el (dired-mark-read-string): Doc fix.
5039
30009afd
DA
50402012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
5041
5042 * dired-aux.el (dired-mark-read-string): Offer optional completion.
5043 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
5044
41f03f4d
GM
50452012-04-17 Glenn Morris <rgm@gnu.org>
5046
5047 * mouse.el (mouse-drag-track):
5048 * speedbar.el (speedbar-frame-mode):
5049 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
5050
f45f90f3
LL
50512012-04-16 Leo Liu <sdl.web@gmail.com>
5052
5053 * progmodes/python.el: Trivial cleanup.
5054
94ee8db5
GM
50552012-04-16 Glenn Morris <rgm@gnu.org>
5056
121b8917
GM
5057 * vc/vc.el (vc-string-prefix-p):
5058 * vc/pcvs-util.el (cvs-string-prefix-p):
5059 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
5060 * mpc.el (mpc-string-prefix-p):
5061 Make all of these into obsolete aliases for string-prefix-p.
5062 Update callers.
5063 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
5064
1197ecfa
GM
5065 * textmodes/two-column.el: Move custom options to the start.
5066 (frame-width): Remove compat definition.
5067 (2C-associate-buffer, 2C-dissociate):
5068 Use with-current-buffer rather than save-excursion.
5069 (2C-dissociate): Force a mode-line update.
5070 (2C-autoscroll): Use ignore-errors.
5071
099e7202
GM
5072 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
5073 Autoload trivia.
5074
bf350d6a
GM
5075 * emacs-lisp/cl-extra.el (*random-state*):
5076 Remove unnecessary declaration.
5077
0e829eab
GM
5078 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
5079
e3ad7552
GM
5080 * play/cookie1.el (cookie-snarf):
5081 Give an explicit error if input file cannot be read.
5082
68892d27
GM
5083 * play/yow.el (yow-file): Use expand-file-name rather than concat.
5084
20f0c46d
GM
5085 * progmodes/perl-mode.el (c-macro-expand):
5086 Remove unnecessary autoload (it is in loaddefs.el).
5087
5a0978ce
GM
5088 * textmodes/picture.el (picture-desired-column)
5089 (picture-update-desired-column): Convert comments to doc-strings.
5090 (picture-substitute): Remove function.
5091 (picture-mode-map): Initialize in the defvar.
5092
6b955486
GM
5093 * woman.el: Remove eval-after-load for tar-mode.
5094 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
5095 (woman-tar-extract-file): Autoload it.
5096
94ee8db5
GM
5097 * frame.el (automatic-hscrolling): Make this alias obsolete.
5098
177eca34
AM
50992012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5100
090bd7cb 5101 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 5102 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
5103 (ispell-dictionary-base-alist): Revert to original XEmacs
5104 friendly version for default. [:alpha:] will be added in
090bd7cb 5105 `ispell-set-spellchecker-params' if needed.
177eca34 5106
c505aaeb
CY
51072012-04-16 Chong Yidong <cyd@gnu.org>
5108
b19dd9d1 5109 * image.el (imagemagick--file-regexp): New variable.
c505aaeb
CY
5110 (imagemagick-register-types): Use it.
5111 (imagemagick-types-inhibit): Add :set function. Allow new value
5112 of t to inhibit all types.
5113
5114 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
5115 so we can preload it.
5116
5117 * loadup.el (fboundp): Preload regexp-opt, needed by
5118 imagemagick-register-types.
5119
60efac0f
CY
51202012-04-15 Chong Yidong <cyd@gnu.org>
5121
5122 * frame.el (scrolling): Remove nearly unused customization group.
5123
5124 * scroll-all.el (scroll-all-mode): Move to windows group.
5125
5dd1713e
CY
51262012-04-15 Chong Yidong <cyd@gnu.org>
5127
5128 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
5129
e6fd457e
CY
51302012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
5131
5132 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 5133 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 5134
e153c136
GM
51352012-04-15 Glenn Morris <rgm@gnu.org>
5136
5137 * simple.el (process-file-side-effects): Doc fix.
5138
e6fd457e 51392012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
5140
5141 * international/mule-cmds.el (set-language-environment): Doc fix.
5142
3603c3b1
JB
51432012-04-14 Juanma Barranquero <lekktu@gmail.com>
5144
5145 * server.el (server-auth-key, server-generate-key): Doc fixes.
5146 (server-get-auth-key): Doc fix. Use `string-match-p'.
5147 (server-start): Reflow docstring.
5148
e6de100c
LI
51492012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
5150
5151 * server.el (server-generate-key): `called-interactively-p'
5152 requires a parameter.
5153
29734c21
MN
51542012-04-14 Michal Nazarewicz <mina86@mina86.com>
5155
5156 * server.el (server-auth-key): New variable.
75f1671a 5157 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
5158 (server-start): Use the new variable and functions to allow
5159 setting a permanent server key (bug#9423).
5160
d65c9521
LL
51612012-04-14 Leo Liu <sdl.web@gmail.com>
5162
5163 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
5164
5ae255c7
PE
51652012-04-14 Paul Eggert <eggert@cs.ucla.edu>
5166
5167 Spelling fixes.
5168 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
5169 Emacs uses American spelling.
5170
d5e6342e
JB
51712012-04-14 Juanma Barranquero <lekktu@gmail.com>
5172
5173 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
5174 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
5175 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
5176 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
5177
ab036cd7
SM
51782012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
5179
5180 * progmodes/which-func.el (which-func-modes): Change default.
5181
35dc09a1 51822012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
5183
5184 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
5185 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
5186
35dc09a1 51872012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
5188
5189 * custom.el (custom-theme-set-variables): Doc fix.
5190
35dc09a1 51912012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
5192
5193 * international/mule.el (set-auto-coding-for-load): Doc fix.
5194
35dc09a1 51952012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 5196
35dc09a1
GM
5197 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
5198 imenu work again for Objective C Mode. Correct the *-index values,
5199 these having been disturbed by a previous change in 2011-08.
57f845ee 5200
0de3da9f
AM
5201 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
5202 Correct two search limits.
5203
35dc09a1 52042012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
5205
5206 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
5207
35dc09a1 52082012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
5209
5210 * international/characters.el: Fix sorting.
5211
35dc09a1 52122012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
5213
5214 * international/characters.el: Add more missing Latin case pairs.
5215
35dc09a1 52162012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
5217
5218 * files.el (dir-locals-set-class-variables): Doc fix.
5219
35dc09a1 52202012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 5221
3f1b5bf8
EZ
5222 * international/characters.el: Add set-case-syntax-pair call for
5223 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
5224 counterpart. (Bug#11209)
5225
9f847f41
EZ
5226 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
5227
35dc09a1 52282012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
5229
5230 * calendar/holidays.el (calendar-check-holidays): Doc fix.
5231
35dc09a1 52322012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 5233
35dc09a1
GM
5234 * textmodes/ispell.el (ispell-dictionary-base-alist):
5235 Add data for Hebrew.
e2627d21 5236
35dc09a1 52372012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 5238
35dc09a1
GM
5239 * net/rcirc.el (rcirc-cmd-quit):
5240 Revert 2012-03-18 change (Bug#11192).
5c14e333 5241
35dc09a1 52422012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
5243
5244 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
5245
35dc09a1 52462012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 5247
4517fe3a
SM
5248 * minibuffer.el (completion-in-region-mode-map):
5249 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 5250
b472a594
VD
52512012-04-13 Vivek Dasmohapatra <vivek@etla.org>
5252
5253 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
5254
09b95ce3
MY
52552012-04-13 Masatake YAMATO <yamato@redhat.com>
5256
5257 * minibuffer.el (minibuffer-local-filename-syntax): New variable
5258 to allow `C-M-f' and `C-M-b' to move to the nearest path
5259 separator (bug#9511).
5260
4b63a9ca
LI
52612012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
5262
5263 * avoid.el: Require cl when compiling. And also move the
5264 `provide' to the end.
5265
7b55b8bf
TV
52662012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5267
5268 * avoid.el (mouse-avoidance-banish-position): New variable.
5269 (mouse-avoidance-banish-destination): Use it (bug#10165).
5270
adedaa1f
LL
52712012-04-13 Leo Liu <sdl.web@gmail.com>
5272
5273 * progmodes/which-func.el (which-func-modes): Add objc-mode.
5274
70e74021
KB
52752012-04-13 Ken Brown <kbrown@cornell.edu>
5276
5277 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 5278 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
5279 (browse-url-filename-alist): For the same reason, don't modify
5280 file:// URLs on Cygwin.
5281
e75e89ba
SM
52822012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
5283
5284 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
5285 the region on shift if the binding is already shifted (bug#11221).
5286
82f289a4
GM
52872012-04-12 Glenn Morris <rgm@gnu.org>
5288
5289 * mail/mailpost.el: Move to obsolete/.
5290
d333dc4c
DA
52912012-04-12 Drew Adams <drew.adams@oracle.com>
5292
5293 * imenu.el (imenu--generic-function): Ignore invisible definitions
5294 (bug#10123).
5295
0d15b5ba
VD
52962012-04-12 Vivek Dasmohapatra <vivek@etla.org>
5297
5298 * hexl.el (hexl-bits): New variable.
5299 (hexl-options): Mention the variable in the doc string.
75f1671a 5300 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 5301 (hexl-mode): Mention the new variable.
75f1671a
JB
5302 (hexl-mode, hexl-current-address, hexl-current-address):
5303 Use the displen.
0d15b5ba
VD
5304 (hexl-ascii-start-column): New function.
5305 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
5306 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
5307
64a440db
AM
53082012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5309
5310 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
5311 '("-i" ENCODING), in 2 separate command-line arguments, to specify
5312 the encoding, as expected by hunspell.
5313
6decb6c2
SM
53142012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5315
5316 * battery.el (battery--linux-sysfs-regexp): New const.
5317 (battery-status-function): Use it. Remove yeeloong special case.
5318 (battery-yeeloong-sysfs): Remove.
5319 (battery-echo-area-format): Remove yeeloong special case.
5320
088be6fb
SM
53212012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5322
6622e416
SM
5323 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
5324 Reported by Noah Friedman.
5325
088be6fb
SM
5326 * subr.el (read-passwd): Use read-string.
5327
b49f886e
LMI
53282012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5329
5330 * vcursor.el (vcursor-move): Increase the priority of the overlay
5331 (bug#9663).
5332
a63067fc
DD
53332012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
5334
5335 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
5336 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
5337
ac3cf14a
WS
53382012-04-11 William Stevenson <yhvh2000@gmail.com>
5339
5340 * textmodes/artist.el (artist-mode): Convert artist-mode to use
5341 define-minor-mode (bug#10760).
5342
c4fc691b 53432012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 5344
4d6769e1 5345 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
5346 that directories matching `grep-find-ignored-files' won't be
5347 pruned (bug#10351).
5348
af23e2e5
CY
53492012-04-11 Chong Yidong <cyd@gnu.org>
5350
5351 * startup.el (command-line): Remove support for long-obsolete
5352 variable font-lock-face-attributes.
5353
ab7ce8c1
GM
53542012-04-11 Glenn Morris <rgm@gnu.org>
5355
5356 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
5357
de8c03dc
SM
53582012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5359
5360 * window.el (window--state-get-1): Obey window-point-insertion-type.
5361
050cc68b
LB
53622012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
5363
5364 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
5365 to previous function when point is on the first character of a
75f1671a 5366 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 5367
a38c310c
GM
53682012-04-11 Glenn Morris <rgm@gnu.org>
5369
effed0c2
GM
5370 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
5371 not just file-errors.
5372
a38c310c
GM
5373 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
5374 (vc-bzr-sha1): Use internal sha1.
5375
0221e323
SM
53762012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5377
5378 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
5379
43956923
SG
53802012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
5381
5382 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
5383 that start in the middle of the line (bug#10496).
5384
6a8c9eaf
DN
53852012-04-10 Dan Nicolaescu <dann@gnu.org>
5386
5387 * battery.el (battery-linux-proc-acpi): Only one battery is
5388 discharged at a time, but that seems to confuse battery.el when
5389 computing `rate-type' for the battery not being discharged
5390 (bug#10332).
5391
1930bf5d
SM
53922012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5393
2a718f6f
SM
5394 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
5395
599430d0
SM
5396 * international/quail.el: Use dolist and simplify.
5397 (quail-define-package, quail-update-keyboard-layout)
5398 (quail-define-rules): Use dolist.
5399 (quail-insert-kbd-layout, quail-get-translation): CSE.
5400
a2754b6c
SM
5401 * tmm.el: Use dolist, remove left over hook.
5402 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
5403 Use dolist.
5404 (calendar-load-hook): Don't mess with it.
5405
1930bf5d
SM
5406 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
5407 Use derived-mode-p. Run the diff asynchronously.
5408
9f67961c
LMI
54092012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5410
5411 * obsolete/mouse-sel.el: Add an Obsolete-since header.
5412
2a8ce227
JB
54132012-04-10 Juanma Barranquero <lekktu@gmail.com>
5414
5415 * misc.el: Display absolute path of loaded DLLs (bug#10424).
5416 (list-dynamic-libraries--loaded): New function.
5417 (list-dynamic-libraries--refresh): Use it.
5418
8f33b5f8
NW
54192012-04-10 Nathan Weizenbaum <nweiz@google.com>
5420
1930bf5d
SM
5421 * progmodes/python.el (python-fill-paragraph):
5422 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
5423 disabled (bug#7018).
5424
b12f0439
L
54252012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
5426
1930bf5d 5427 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
5428 DOS/MS Windows for the Baltic languages. There are still plenty
5429 of texts written in this encoding/codepage (bug#6519).
b12f0439 5430
57c3bd01
GM
54312012-04-10 Glenn Morris <rgm@gnu.org>
5432
5433 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
5434 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
5435
6c3eab30
FA
54362012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
5437
1930bf5d 5438 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
5439 next-line "n" and previous-line "p" in order to make recentf more
5440 consistent with ibuffer, dired or org-mode (bug#9387).
5441
24d78a88
LMI
54422012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5443
bc72b5d9
LMI
5444 * image.el (put-image): Return the overlay created instead of the
5445 optional input string (bug#7834). Note that this may break code
5446 that is (for some reason or other) depending on `put-image'
5447 returning the string.
5448
bd2dba5a
LMI
5449 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
5450
74beb59f
LMI
5451 * simple.el (zap-to-char): Allow zapping using input methods
5452 (bug#1580).
5453
24d78a88
LMI
5454 * textmodes/fill.el (fill-region): Leave point and mark where they
5455 were before filling (bug#5399).
5456
263f20cd
GM
54572012-04-09 Glenn Morris <rgm@gnu.org>
5458
5459 * version.el (emacs-bzr-get-version):
5460 Handle lightweight checkouts of local branches.
5461
58d1f797
AS
54622012-04-09 Andreas Schwab <schwab@linux-m68k.org>
5463
263f20cd 5464 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 5465
b4d3bc10
CY
54662012-04-09 Chong Yidong <cyd@gnu.org>
5467
5468 * custom.el (custom-variable-p): Return nil for non-symbol
5469 arguments instead of signaling an error.
5470 (user-variable-p): Obsolete alias for custom-variable-p.
5471
5472 * apropos.el (apropos-variable):
5473 * files-x.el (read-file-local-variable):
5474 * simple.el (set-variable):
5475 * woman.el (woman-mini-help):
5476 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
5477
fd06db5d
GM
54782012-04-09 Glenn Morris <rgm@gnu.org>
5479
e5fcdb5e
GM
5480 * startup.el (normal-top-level): Don't look for leim-list.el
5481 in places where it will not be found. (Bug#910)
5482
fd06db5d
GM
5483 * international/mule-cmds.el (set-default-coding-systems):
5484 * files.el (normal-mode):
5485 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
5486 This function was removed with ucs-tables.el in 2008.
5487
b39bb7e1
EZ
54882012-04-08 Eli Zaretskii <eliz@gnu.org>
5489
5490 * textmodes/ispell.el (ispell-check-version): For hunspell, set
5491 ispell-encoding8-command to "-i", without a trailing space.
5492 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
5493 separate command-line arguments, to specify the encoding, since
5494 that's how hunspell expects it.
5495
5c5b8e23
GM
54962012-04-08 Glenn Morris <rgm@gnu.org>
5497
5498 * loadup.el: Load bindings before cus-start.
5499 This reduces somewhat the number of "rogue" settings in emacs -Q.
5500
a1ed8b05
GM
55012012-04-07 Glenn Morris <rgm@gnu.org>
5502
5503 * version.el (emacs-bzr-get-version): New function.
dfae128a 5504 (emacs-bzr-version): New variable.
a1ed8b05
GM
5505 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
5506 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
5507
b142f158
EZ
55082012-04-07 Eli Zaretskii <eliz@gnu.org>
5509
dfae128a
GM
5510 * international/uni-bidi.el, international/uni-category.el:
5511 * international/uni-combining.el, international/uni-decimal.el:
5512 * international/uni-decomposition.el, international/uni-digit.el:
5513 * international/uni-lowercase.el, international/uni-mirrored.el:
5514 * international/uni-name.el, international/uni-numeric.el:
5515 * international/uni-titlecase.el, international/uni-uppercase.el:
5516 Update for Unicode 6.1.
b142f158 5517
9078ead6
EZ
55182012-04-07 Eli Zaretskii <eliz@gnu.org>
5519
5520 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
5521
f23d2c7d
LMI
55222012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5523
5524 * window.el (shrink-window): Mention the `window-min-height'
5525 variable in the doc string.
5526
0a0a3573
BG
55272012-04-05 Bastien Guerry <bzg@altern.org>
5528
5529 * color.el (color-lighten-name): Fix typo.
5530
e5248ac9
SM
55312012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5532
5533 * server.el (server--on-display-p): New function.
5534 (server--on-display-p): Use it.
5535
b4243e22
GV
55362012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
5537
5538 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
5539 (bug#11145).
5540
305d9f44
SM
55412012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5542
5543 * comint.el (comint--common-quoted-suffix): Check string boundary
5544 before comparing (bug#11158).
5545 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
5546
3d439cd1
CY
55472012-04-04 Chong Yidong <cyd@gnu.org>
5548
321cc491
CY
5549 * minibuffer.el (completion-extra-properties): Doc fix.
5550
3d439cd1
CY
5551 * subr.el (delayed-warnings-hook): Doc fix.
5552
2d562c0f
DU
55532012-04-04 Daiki Ueno <ueno@unixuser.org>
5554
5555 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
5556 selection (Bug#11159).
5557 (epa-insert-keys): Inform that the default public key will be
5558 exported if no key is selected.
5559
4443f204
RS
55602012-04-04 Richard Stallman <rms@gnu.org>
5561
5562 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
5563
529c06b6
CY
55642012-04-03 Chong Yidong <cyd@gnu.org>
5565
5566 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
5567 mail-insert-file, not its obsolete alias mail-attach-file.
5568
66b907dc
MA
55692012-04-03 Michael Albinus <michael.albinus@gmx.de>
5570
5571 * notifications.el (notifications-notify): Fix docstring.
5572
c0ea195d
GM
55732012-04-02 Glenn Morris <rgm@gnu.org>
5574
5575 * emacs-lisp/authors.el (authors-aliases): Another addition.
5576
5ca64e00
MA
55772012-04-02 Michael Albinus <michael.albinus@gmx.de>
5578
5579 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
5580 `tramp-compat-call-process' instead of `tramp-local-call-process'.
5581 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
5582
42ee526b
CY
55832012-04-01 Chong Yidong <cyd@gnu.org>
5584
5585 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
5586 Handle root directory properly.
5587 (copy-directory): Caller changed.
5588
5589 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
5590 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
5591
0b021094
GM
55922012-03-31 Glenn Morris <rgm@gnu.org>
5593
40f86458
GM
5594 * term/xterm.el (xterm-extra-capabilities): Doc fix.
5595
7019c177
GM
5596 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
5597
a1daddd6
GM
5598 * calendar/calendar.el (calendar-window-list)
5599 (calendar-hide-window): Restore. (Bug#11140)
5600 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
5601
0b021094
GM
5602 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
5603
40311efc
TV
56042012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5605
5606 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
5607 Check if file is a symlink (Bug#10489).
5608
5609 * files.el (copy-directory): Likewise.
5610
5319014e
CY
56112012-03-30 Chong Yidong <cyd@gnu.org>
5612
5613 * image.el (imagemagick-types-inhibit)
5614 (imagemagick-register-types): Doc fix.
5615
935d1290
AM
56162012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5617
090bd7cb 5618 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 5619 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 5620 and treats ~word as ordinary words in pipe mode.
935d1290 5621
61c6e8fd
GM
56222012-03-30 Glenn Morris <rgm@gnu.org>
5623
5624 * tutorial.el (help-with-tutorial): Ensure local variables don't
5625 happen to make the buffer read-only. (Bug#11127)
5626
81fdff00
SM
56272012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
5628
5629 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
5630 (perl-calculate-indent): Return `noindent' in strings.
5631
6e7a6ec0
SS
56322012-03-28 Sam Steingold <sds@gnu.org>
5633
5634 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
5635 instead of the broken adhockery which does not prevent calendar
5636 buffers from being displayed at random after exit.
5637 (calendar-window-list, calendar-hide-window): Remove the broken
5638 adhockery.
5639
fee88ca0
GM
56402012-03-28 Glenn Morris <rgm@gnu.org>
5641
5642 * replace.el (query-replace-map): Doc fix.
5643
38de3354
AS
56442012-03-28 Andreas Schwab <schwab@linux-m68k.org>
5645
5646 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
5647 contents. (Bug#11109)
5648
b973155e
SM
56492012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
5650
5651 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
5652 (bug#11077).
5653 (avl-tree--check, avl-tree--check-node): New funs.
5654
dcb6e7b3
MR
56552012-03-27 Martin Rudalics <rudalics@gmx.at>
5656
5657 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
5658 (switch-to-prev-buffer, switch-to-next-buffer):
5659 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
5660 showing a buffer already is done on the same frame.
5661
b4fa35fa
GM
56622012-03-27 Glenn Morris <rgm@gnu.org>
5663
5664 * startup.el (mail-host-address): Doc fix.
5665
f9210e18
SM
56662012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5667
5668 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
5669 than 197 variables.
5670
c0bf7753
AF
56712012-03-26 Ami Fischman <ami@fischman.org>
5672
5673 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
5674
33da7b16
GM
56752012-03-26 Glenn Morris <rgm@gnu.org>
5676
02243d9d
GM
5677 * files.el (save-buffers-kill-emacs): Doc fix.
5678
33da7b16
GM
5679 * startup.el (normal-top-level, command-line, command-line-1):
5680 Give them doc strings.
5681
e5a69fd0
EZ
56822012-03-25 Eli Zaretskii <eliz@gnu.org>
5683
5684 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 5685 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 5686
9a69676a
CY
56872012-03-25 Chong Yidong <cyd@gnu.org>
5688
4125cb8b
CY
5689 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
5690 theme if it was previously enabled before (Bug#11031).
5691
dd470960
CY
5692 * cus-theme.el (custom-theme-write-faces): Retrieve current face
5693 spec with custom-face-get-current-spec if its :shown-value is not
5694 determined yet (Bug#9337).
4125cb8b 5695 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 5696
9a69676a
CY
5697 * button.el (button-at): Minor addition to docstring.
5698
6e7e90fa
SL
56992012-03-24 Simon Leinen <simon.leinen@gmail.com>
5700
5701 * vc/vc.el (vc-merge): Fix a prompt.
5702
f06e2758
CY
57032012-03-24 Chong Yidong <cyd@gnu.org>
5704
5705 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
5706 point (Bug#9623).
5707
6e7e90fa
SL
5708 * button.el (button-at): Minor addition to docstring.
5709
b9d0879b
SM
57102012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5711
5712 * newcomment.el (comment-choose-indent): No space after BOL.
5713
e71cebb3
SS
57142012-03-22 Sam Steingold <sds@gnu.org>
5715
5716 * window.el (switch-to-prev-buffer): Revert last patch because the
5717 bug turned out to be an advertised feature (Elisp manual 28.14).
5718
335aff35
GM
57192012-03-22 Glenn Morris <rgm@gnu.org>
5720
5721 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
5722 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
5723
c676576a
LMI
57242012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5725
5726 * net/network-stream.el (network-stream-open-starttls): Make error
5727 message under Windows be less misleading.
5728
126f3d39
LW
57292012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
5730
5731 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
5732 understands (bug#9942).
5733
64fee311
CY
57342012-03-22 Chong Yidong <cyd@gnu.org>
5735
5736 * simple.el (end-of-visible-line): Handle return value of
5737 next-single-property-change properly (Bug#9371).
5738
a640d29a
KH
57392012-03-22 Kenichi Handa <handa@m17n.org>
5740
5741 * international/quail.el (quail-insert-kbd-layout): Fix previous
5742 change. To avoid unwanted bidi reordering, use
5743 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
5744
39675016
DG
57452012-03-21 Dmitry Gutov <dgutov@yandex.ru>
5746
5747 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
5748 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
5749 (ruby-beginning-of-indent): Be more careful with the difference
5750 between word-boundary and symbol boundary.
5751 (ruby-mode-syntax-table): Make : a symbol constituent.
5752
0a6934fc 57532012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 5754
3d008e4f
SM
5755 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
5756
0a6934fc
SM
57572012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5758
af67c9d7
SM
5759 * progmodes/etags.el (tags-completion-at-point-function):
5760 Improve last fix.
5761
1acad97c
SM
5762 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
5763
e298b5da
SS
57642012-03-21 Sam Steingold <sds@gnu.org>
5765
5766 * progmodes/etags.el (tags-completion-at-point-function):
5767 Avoid the error when point is inside the pattern.
5768
91d82a70
JY
57692012-03-21 John Yates <john@yates-sheets.org> (tiny change)
5770
5771 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
5772 line (Bug#10855).
5773
69188b79
CY
57742012-03-21 Drew Adams <drew.adams@oracle.com>
5775
5776 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
5777
99fc91fe
AK
57782012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
5779
5780 * ido.el (ido-set-current-directory, ido-read-internal)
5781 (ido-choose-completion-string, ido-completion-help): Handle nil
5782 value of ido-completion-buffer (Bug#11008).
5783
087bbb4c
SS
57842012-03-21 Sam Steingold <sds@gnu.org>
5785
5786 * window.el (switch-to-prev-buffer): Do not switch to a visible
5787 window previous buffer, just like with the frame previous buffers.
5788
fb5b8aca
CY
57892012-03-21 Chong Yidong <cyd@gnu.org>
5790
5791 * faces.el (make-face, make-empty-face, copy-face):
5792 * face-remap.el (face-remap-add-relative, face-remap-set-base):
5793 Doc fixes.
5794
dc9924b8
SM
57952012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5796
5797 * wid-edit.el (widget-complete-field): Remove (bug#11051).
5798 (widget-complete): Remove broken use of it.
5799
f0bcceb9
CY
58002012-03-20 Chong Yidong <cyd@gnu.org>
5801
dc9924b8
SM
5802 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5803 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
5804 characters.
5805
ee52ebf3
TH
58062012-03-20 Tassilo Horn <tassilo@member.fsf.org>
5807
5808 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
5809 to draw rectangles, not squares. (Regression introduced by revno
5810 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
5811
4c5779ab
CY
58122012-03-18 Chong Yidong <cyd@gnu.org>
5813
5814 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
5815 it is not yet defined (for temacs).
5816
15360934
LL
58172012-03-18 Leo Liu <sdl.web@gmail.com>
5818
dc9924b8 5819 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 5820
d9a8eb66
EZ
58212012-03-17 Eli Zaretskii <eliz@gnu.org>
5822
5823 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
5824 (ispell-choices-win-default-height, ispell-silently-savep)
5825 (ispell-dictionary-alist, ispell-encoding8-command)
5826 (ispell-check-version, ispell-aspell-find-dictionary)
5827 (ispell-valid-dictionary-list, ispell-words-keyword)
5828 (ispell-get-word, ispell-internal-change-dictionary)
5829 (ispell-region, ispell-skip-region-list)
5830 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
5831 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
5832 (ispell-message-text-end, ispell-message)
5833 (ispell-buffer-local-parsing): Doc fix.
5834
f02ff80d
J
58352012-03-13 Jambunathan K <kjambunathan@gmail.com>
5836
5837 * htmlfontify.el: Add support for code block fontification for ODT
5838 export (Bug #9914).
5839 (hfy-optimisations): Define new option
5840 `body-text-only'
5841 (hfy-fontify-buffer): Honor above setting.
5842 (hfy-begin-span, hfy-end-span): New routines factored out form
5843 `hfy-fontify-buffer'.
5844 (hfy-begin-span-handler, hfy-end-span-handler): New variables
5845 that permit insertion of custom tags.
5846 (hfy-fontify-buffer): Use above handlers.
5847 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
5848 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 5849 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 5850 over multiple runs. This is made possible by having the caller let
f02ff80d
J
5851 bind a special variable `hfy-user-sheet-assoc'.
5852 (htmlfontify-string): New defun.
5853 (hfy-compile-face-map): Make sure that the last char in the
5854 buffer is correctly fontified.
5855 (hfy-face-resolve-face): Whitespace only change.
5856
9ac7a13f
EZ
58572012-03-17 Eli Zaretskii <eliz@gnu.org>
5858
5859 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
5860 message more clear.
5861
e2b5bdd7
LL
58622012-03-16 Leo Liu <sdl.web@gmail.com>
5863
5864 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
5865
2e492df3
AM
58662012-03-16 Alan Mackenzie <acm@muc.de>
5867
5868 Further optimise the handling of large macros.
5869
5870 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
5871 limit to a call of `c-literal-limits'.
5872 (c-determine-+ve-limit): New function.
dc9924b8
SM
5873 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
5874 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
5875 In CASE 5B, restrict a search limit to 500.
5876 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
5877
5878 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
5879 Restrict macro bounds to +-500 from after-change's BEG END.
5880
50e94f0c
LL
58812012-03-16 Leo Liu <sdl.web@gmail.com>
5882
5883 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
5884
6f09f6ed
AH
58852012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
5886
5887 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 5888 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 5889
c7e73d51
GM
58902012-03-16 Glenn Morris <rgm@gnu.org>
5891
da986230
GM
5892 * view.el (view-buffer, view-buffer-other-window)
5893 (view-buffer-other-frame): Doc fixes re special mode-class.
5894
0835f01e
GM
5895 * subr.el (eval-after-load): If named feature is provided not from
5896 a file, run after-load forms. (Bug#10946)
5897
c7e73d51
GM
5898 * calendar/calendar.el (calendar-insert-at-column):
5899 Handle non-unit-width characters a bit better. (Bug#10978)
5900
3f2eafd1
CY
59012012-03-15 Chong Yidong <cyd@gnu.org>
5902
5903 * emacs-lisp/ring.el (ring-extend): New function.
5904 (ring-insert+extend): Extend the ring correctly (Bug#11019).
5905
5906 * comint.el (comint-read-input-ring)
5907 (comint-add-to-input-history): Grow comint-input-ring lazily.
5908
103af3fe
SM
59092012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5910
663b1677
SM
5911 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
5912 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
5913
103af3fe
SM
5914 * imenu.el: Fix multiple inheritance breakage (bug#9199).
5915 (imenu-add-to-menubar): Don't add a redundant index.
5916 (imenu-update-menubar): Handle a dynamically composed keymap.
5917
899cb7cb
KY
59182012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5919
5920 * mail/sendmail.el (mail-encode-header):
5921 Bind rfc2047-encode-encoded-words to nil.
5922
3809f91d
GM
59232012-03-13 Glenn Morris <rgm@gnu.org>
5924
5925 * calendar/calendar.el (calendar-string-spread):
5926 Handle non-unit-width characters a bit better. (Bug#10978)
5927
9e345a01
LL
59282012-03-13 Leo Liu <sdl.web@gmail.com>
5929
5930 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
5931 directory and file as argument (Bug#10822).
5932
4a07df36
KS
59332012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5934
5935 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
5936 For dynamically generated code, follow $PC.
5937 (gdb-disassembly-handler-custom): Handle no function name case.
5938
4aaa9356
TL
59392012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
5940
5941 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
5942 * emulation/ws-mode.el (ws-query-replace):
5943 * sort.el (sort-regexp-fields):
5944 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
5945
225979da
SM
59462012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5947
5948 * dabbrev.el: Fix cycle completion order (bug#10963).
5949 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
5950 (dabbrev-completion): Don't use an obarray; provide
5951 a cycle-sort-function.
5952
e2f1fdab
LL
59532012-03-12 Leo Liu <sdl.web@gmail.com>
5954
dc9924b8 5955 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
5956 (kill-do-not-save-duplicates): Doc fix.
5957
b19490ed
SM
59582012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5959
5960 * dabbrev.el: Fix cycle completion (bug#10963).
5961 Use lexical binding and wrap to 80 columns.
5962 (dabbrev-completion): Delay computing the list of completions.
5963
4b05d722
KH
59642012-03-12 Kenichi Handa <handa@m17n.org>
5965
5966 * international/quail.el (quail-insert-kbd-layout): Surround each
5967 row by LRO and PDF instead of inserting many LRMs. Pad the left
5968 and right of each non-spacing marks. Insert invisible space
5969 between lower and upper characters to prevent composition.
5970
dbbc2e69
SM
59712012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5972
5973 * minibuffer.el (minibuffer-complete): Don't get confused when the
5974 function is run twice via different commands (bug#10958).
5975 (complete-with-action): Fix docstring.
5976
292112ed
CY
59772012-03-12 Chong Yidong <cyd@gnu.org>
5978
5d1ac394
CY
5979 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
5980 (nxml-completion-at-point-function): New function.
5981 (nxml-mode): Use it.
5982 (nxml-bind-meta-tab-to-complete-flag): Default to t.
5983
292112ed
CY
5984 * emacs-lisp/package.el (package-unpack, package-unpack-single):
5985 Load generated autoloads file before byte compiling (Bug#10970).
5986 (package--make-autoloads-and-compile): New helper fun.
5987
4098f8f7
CS
59882012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
5989
5990 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
5991
8f754691
MA
59922012-03-11 Michael Albinus <michael.albinus@gmx.de>
5993
5994 * autorevert.el (auto-revert-handler): Ensure, that
5995 file-readable-p is applied only for local files or in
5996 auto-revert-tail-mode.
5997
e29ab36b
AS
59982012-03-11 Andreas Schwab <schwab@linux-m68k.org>
5999
dbbc2e69
SM
6000 * server.el (server-eval-at): Handle non-tcp connections.
6001 Decode result string.
ad0bf5b6 6002
e29ab36b
AS
6003 * server.el (server-msg-size): New constant.
6004 (server-reply-print): New function.
6005 (server-eval-and-print): Use it.
6006 (server-eval-at): Use server-quote-arg and server-unquote-arg.
6007 Handle -print-nonl.
6008
de5939ba
CS
60092012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
6010
6011 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
6012 (Bug#10987).
6013
0c93eabf
CY
60142012-03-11 Chong Yidong <cyd@gnu.org>
6015
397a688f
CY
6016 * simple.el (goto-line): Doc fix (Bug#9938).
6017
2cc775f9
CY
6018 * subr.el (save-window-excursion): Doc fix (Bug#9979).
6019
0c93eabf
CY
6020 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
6021 when finished (Bug#10963).
6022
c491fa41
MR
60232012-03-11 Martin Rudalics <rudalics@gmx.at>
6024
6025 * window.el (split-window-below): Fix bug in case where
6026 split-window-keep-point is nil (Bug#10971).
6027
300e8fa5
JL
60282012-03-11 Juri Linkov <juri@jurta.org>
6029
6030 * replace.el (replace-highlight): Set isearch-word to nil
6031 unconditionally. (Bug#10887)
6032
dbf6c5a1
EZ
60332012-03-10 Eli Zaretskii <eliz@gnu.org>
6034
6035 * net/mairix.el (mairix-replace-invalid-chars): Rename from
6036 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 6037 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
6038 (mairix-widget-create-query): Add usage information about mairix
6039 search forms: negating words, searching for substrings, etc.
6040
b9e501de
JP
60412012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
6042
6043 * international/fontset.el (font-encoding-alist): Add an entry for
6044 ksx1001 (Bug#5667).
6045
92795c91
RS
60462012-03-10 Richard Stallman <rms@gnu.org>
6047
1694e6c1
RS
6048 * mail/sendmail.el (mail-encode-header):
6049 Set rfc2047-encode-encoded-words.
6050
607e8555
RS
6051 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
6052
de3bc99a
RS
6053 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
6054 view buffer means not swapped.
6055 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
6056 (rmail-write-region-annotate): Error if real text has disappeared.
6057
92795c91
RS
6058 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
6059
699bd04e
CY
60602012-03-10 Chong Yidong <cyd@gnu.org>
6061
6062 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
6063 * emulation/cua-base.el (cua--init-keymaps):
6064 Add delete-forward-char to remappings (Bug#9666).
699bd04e 6065
570a1714
MR
60662012-03-10 Martin Rudalics <rudalics@gmx.at>
6067
dbbc2e69
SM
6068 * speedbar.el (speedbar-unhighlight-one-tag-line):
6069 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 6070
82dcf4e4
CY
60712012-03-10 Chong Yidong <cyd@gnu.org>
6072
7a2c7ca7
CY
6073 * minibuffer.el (completion-in-region, completion-help-at-point):
6074 Give the completion field overlay a high priority (Bug#6830).
6075
82dcf4e4
CY
6076 * dired.el (dired-goto-file): Recognize absolute file name
6077 listings (Bug#7126).
6078 (dired-goto-file-1): New helper function.
6079 (dired-toggle-read-only): Inhibit warnings.
6080
052e28ac
MA
60812012-03-09 Michael Albinus <michael.albinus@gmx.de>
6082
75f1671a 6083 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
6084 there are no properties.
6085
95d5e396
LL
60862012-03-09 Leo Liu <sdl.web@gmail.com>
6087
6088 * savehist.el (savehist-printable): Stricter check for string
6089 value (Bug#10937).
6090
3f018d6d
EZ
60912012-03-09 Eli Zaretskii <eliz@gnu.org>
6092
dbbc2e69
SM
6093 * mail/smtpmail.el (smtpmail-send-it):
6094 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
6095 valid mbox format.
6096
f7fd3d79
GM
60972012-03-09 Glenn Morris <rgm@gnu.org>
6098
6099 * files.el (dir-locals-find-file):
6100 Don't check result is regular, readable.
6101 (dir-locals-read-from-file): Demote errors.
6102
6ff6e72f
EZ
61032012-03-08 Eli Zaretskii <eliz@gnu.org>
6104
dbbc2e69
SM
6105 * international/quail.el (quail-insert-kbd-layout):
6106 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
6107 layout cell, to prevent their reordering by bidi display engine.
6108 For details, see the discussion in
6109 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
6110
9cec7834
AM
61112012-03-08 Alan Mackenzie <acm@muc.de>
6112
6113 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
6114 the starting position; make it extend the marked region when
6115 invoked repeatedly - all under appropriate circumstances.
6116 Fixes bugs #5525, #10906.
6117
9a40b8d4
GM
61182012-03-08 Glenn Morris <rgm@gnu.org>
6119
6120 * files.el (locate-dominating-file, dir-locals-find-file):
6121 Undo 2012-03-06 change.
6122
7a08ed35
EZ
61232012-03-07 Eli Zaretskii <eliz@gnu.org>
6124
dbbc2e69
SM
6125 * international/quail.el (quail-help):
6126 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
6127 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
6128 for the reason.
6129
5aca4f71 61302012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
6131
6132 Avoid superfluous registering of signals. (Bug#10807)
6133
6134 * notifications.el (notifications-on-action-object)
6135 (notifications-on-close-object): New defvars.
6136 (notifications-on-action-signal, notifications-on-closed-signal):
6137 Unregister the signal if not needed any longer.
6138 (notifications-notify): Register `notifications-action-signal' or
6139 `notifications-closed-signal', if :on-action or :on-close has been
6140 passed as argument.
6141
78e8b10a
CY
61422012-03-07 Chong Yidong <cyd@gnu.org>
6143
6144 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
6145 non-X platforms.
6146
69481eb8
GM
61472012-03-06 Glenn Morris <rgm@gnu.org>
6148
6149 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
6150 (x-disown-selection-internal, x-get-selection-internal):
6151 Doc fix (add arglist signatures). (Bug#10783)
6152
133b8e11
KS
61532012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
6154
6155 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
6156 Handle breakpoints with no "type".
6157
99a83064
GM
61582012-03-06 Glenn Morris <rgm@gnu.org>
6159
6160 * files.el (locate-dominating-file): Add optional predicate argument.
6161 (dir-locals-find-file): Make use of above change.
6162
17798e78
TTN
61632012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
6164
6165 * info.el (Info-insert-dir): Also try "dir.gz".
6166
eb182446
GM
61672012-03-06 Glenn Morris <rgm@gnu.org>
6168
8f2114ee
GM
6169 * files.el (dir-locals-find-file):
6170 Ignore non-readable or non-regular files. (Bug#10928)
6171
eb182446
GM
6172 * files.el (locate-dominating-file): Doc fix.
6173
24679323
AS
61742012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
6175
6176 * calendar/calendar.el (calendar-set-mode-line):
6177 `getenv' returns a string. (Bug#10951)
6178
01d972a9
LL
61792012-03-05 Leo Liu <sdl.web@gmail.com>
6180
109aa8a9
LL
6181 * simple.el (backward-delete-char-untabify): Constrain point to
6182 field (Bug#10939).
6183
01d972a9
LL
6184 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
6185
10607bea
CY
61862012-03-05 Chong Yidong <cyd@gnu.org>
6187
6188 * simple.el (count-words): If called from Lisp, return the word
6189 count, for symmetry with `count-lines'. Arglist changed.
6190 (count-words--message): Args changed. Consolidate counting code
6191 from count-words and count-words-region.
6192 (count-words-region): Caller changed.
6193 (count-lines-region): Make it an obsolete alias.
6194
5dd11cfe
TH
61952012-03-04 Tassilo Horn <tassilo@member.fsf.org>
6196
6197 * saveplace.el (save-place-to-alist)
6198 (save-place-ignore-files-regexp): Allow value nil to disable this
6199 feature.
6200
c349f4e6
CY
62012012-03-04 Chong Yidong <cyd@gnu.org>
6202
6203 * faces.el (face-spec-reset-face): For the default face, reset the
6204 attributes to default values (Bug#10748).
6205
e627be4c
LMI
62062012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6207
6208 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
6209 previous patch: Check `message-send-mail-function', and not the
6210 default function (bug#10897).
6211
ebeabff4
MA
62122012-03-04 Michael Albinus <michael.albinus@gmx.de>
6213
a41a6cf4
MA
6214 * notifications.el (notifications-on-action-signal)
6215 (notifications-on-closed-signal): Check for unique service name of
6216 incoming event. Fix error in removing entry.
ebeabff4 6217 (top): Register for signals with wildcard service name.
a41a6cf4 6218 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 6219
c1ca42b4
CY
62202012-03-04 Chong Yidong <cyd@gnu.org>
6221
dc9924b8 6222 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 6223
ea16568d
GM
62242012-03-04 Glenn Morris <rgm@gnu.org>
6225
6226 * abbrev.el (copy-abbrev-table, abbrev-table-p)
6227 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
6228 (expand-abbrev, define-abbrev-table): Doc fixes.
6229
fbae4637
LMI
62302012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6231
6232 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
6233 `message-default-send-mail-function' and not `send-mail-function'
6234 when doing the prompting for `sendmail-query-once' before sending
6235 in Message buffers (bug#10897).
6236
a1e7225c
LMI
6237 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
6238 This is inconsistent with all the other stream functions, which leave
6239 the setting up to the higher levels (if so wanted) (bug#10931).
6240
56d093a9
AM
62412012-03-02 Alan Mackenzie <acm@muc.de>
6242
6243 Depessimize the handling of very large macros.
6244
6245 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
6246 (c-macro-cache-syntactic): New variables to implement a one
6247 element macro cache.
6248 (c-invalidate-macro-cache): New function.
6249 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
6250 Adapt to use the new cache.
6251 (c-state-safe-place): Use better the cache of safe positions.
6252 (c-state-semi-nonlit-pos-cache)
6253 (c-state-semi-nonlit-pos-cache-limit):
6254 New variables for...
6255 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
6256 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
6257 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
6258 Use c-state-semi-safe-place.
56d093a9 6259
dbbc2e69
SM
6260 * progmodes/cc-langs.el (c-get-state-before-change-functions):
6261 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 6262
817e5c3d
MA
62632012-03-02 Michael Albinus <michael.albinus@gmx.de>
6264
dbbc2e69
SM
6265 * jka-compr.el (jka-compr-call-process):
6266 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
6267 not remote.
6268
a032a702
MA
62692012-03-01 Michael Albinus <michael.albinus@gmx.de>
6270
6271 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
6272 access of FILE2, if FILE1 does not exist.
6273
99a54f21
MA
6274 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
6275 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
6276
6277 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
6278 Add "PAGER=" to `process-environment'.
6279
f6561e1f
MM
62802012-03-01 Michael R. Mauger <mmaug@yahoo.com>
6281
6282 * progmodes/sql.el: Bug fix
6283 (sql-get-login-ext): Save login values in globals.
6284 (sql-get-login): Use new version of `sql-get-login-ext'.
6285 (sql-interactive-mode): Set global `sql-connection' to nil.
6286 (sql-connect): Set global values for connection.
6287 (sql-product-interactive): Save global values as buffer local.
6288
2d44d9cc
LL
62892012-02-29 Leo Liu <sdl.web@gmail.com>
6290
6291 * abbrev.el (define-abbrevs): Reset sys to nil.
6292
96b49301 62932012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6294
bf7f9bc5
JB
6295 * files.el (file-equal-p): Rename from `files-equal-p'.
6296 Return nil when one or both files don't exist.
96b49301 6297 (file-subdir-of-p): Now only top directory must exists,
6298 return nil if it doesn't.
bf7f9bc5
JB
6299 (copy-directory): No need to test with `file-subdir-of-p' after
6300 creating dir.
6301 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
6302 to `file-equal-p'.
96b49301 6303
44e97401
GM
63042012-02-28 Glenn Morris <rgm@gnu.org>
6305
6306 * shell.el (shell-mode):
6307 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
6308 * play/landmark.el (landmark-font-lock-face-O):
6309 * play/handwrite.el (handwrite):
6310 * play/gomoku.el (gomoku-O):
6311 * net/browse-url.el (browse-url-browser-display):
6312 * international/mule.el (define-charset):
6313 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
6314 * filesets.el (filesets-find-file-delay):
6315 * eshell/em-xtra.el (eshell-xtra):
6316 * eshell/em-unix.el (eshell-grep):
6317 * emulation/viper.el (viper-mode):
6318 * emacs-lisp/regexp-opt.el (regexp-opt-group):
6319 * emacs-lisp/easymenu.el (easy-menu-define):
6320 * calendar/timeclock.el (timeclock-use-display-time):
6321 * bs.el (bs-mode):
6322 * bookmark.el (bookmark-save-flag):
6323 Doc fix (standardize possessive apostrophe usage).
6324
c98c6276
CY
63252012-02-27 Chong Yidong <cyd@gnu.org>
6326
bf7f9bc5
JB
6327 * emulation/viper-cmd.el (viper-intercept-ESC-key):
6328 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 6329
c98c6276
CY
6330 * font-lock.el (font-lock-specified-p): Rename from
6331 font-lock-spec-present. Callers changed.
6332
9c62cd04 63332012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 6334
bf7f9bc5
JB
6335 * emacs-lisp/package.el (package-compute-transaction):
6336 Handle holding a package version to t in package-load-list.
8ac9e529 6337
530739c9
MA
63382012-02-26 Michael Albinus <michael.albinus@gmx.de>
6339
6340 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
6341 (tramp-get-inode, tramp-get-device): Use cached values.
6342
487915d7
AM
63432012-02-26 Alan Mackenzie <acm@muc.de>
6344
6345 Check there is a font-lock specification before doing initial
6346 fontification.
6347
6348 * font-core.el (font-lock-mode): Move the conditional from
6349 :after-hook to font-lock-initial-fontify.
6350 (font-lock-default-function): Move the check for a specification
6351 to font-lock-spec-present.
6352
dc9924b8 6353 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
6354 (font-lock-spec-present): New function.
6355
4fd96557
JB
63562012-02-26 Jim Blandy <jimb@red-bean.com>
6357
6358 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
6359 (gdb-send): Apply it to the operand of the '-interpreter-exec
6360 console' command, so that we can pass arguments with (say) quotes
6361 in them. Store exact string sent in gdb-debug-log (Bug#10765).
6362
9a4888c0
CY
63632012-02-26 Chong Yidong <cyd@gnu.org>
6364
07498861
CY
6365 * help-fns.el (describe-function-1): Clarify description of
6366 remapping (Bug#10844).
6367
9a4888c0
CY
6368 * files.el (files-equal-p): Doc fix.
6369 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
6370 and quit the loop once a mismatch is found.
6371
ea8fb88d
JB
63722012-02-25 Juanma Barranquero <lekktu@gmail.com>
6373
6374 * bs.el (bs--show-with-configuration): Don't throw an error
6375 if the window cannot be split; otherwise, subsequent calls to
6376 bs-show fail, restoring a stale window config. (Bug#10882)
6377
525795c1
JD
63782012-02-25 Jan Djärv <jan.h.d@swipnet.se>
6379
6380 * term/ns-win.el (global-map): Bind ns-drag-file to
6381 ns-find-file (Bug#5855, Bug#10050).
6382
f008086f
AS
63832012-02-25 Andreas Schwab <schwab@linux-m68k.org>
6384
6385 * calendar/parse-time.el (parse-time-string): Allow extractor to
6386 return nil.
6387
a3fcfa99
MA
63882012-02-25 Michael Albinus <michael.albinus@gmx.de>
6389
91027d08
JB
6390 * net/tramp.el (tramp-file-name-for-operation):
6391 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
6392
6393 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
6394 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
6395 Add COPY-CONTENTS argument.
a3fcfa99 6396
67b0de11
CY
63972012-02-25 Chong Yidong <cyd@gnu.org>
6398
6399 Add custom groups for VC backends, for consistency with vc-bzr.
6400
6401 * vc/vc-arch.el (vc-arch):
6402 * vc/vc-cvs.el (vc-cvs):
6403 * vc/vc-git.el (vc-git):
6404 * vc/vc-hg.el (vc-hg):
6405 * vc/vc-mtn.el (vc-mtn):
6406 * vc/vc-rcs.el (vc-rcs):
6407 * vc/vc-sccs.el (vc-sccs):
6408 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
6409 All relevant defcustoms reassigned.
6410
3c9dfce6
CY
64112012-02-25 Chong Yidong <cyd@gnu.org>
6412
1339bf43
CY
6413 * newcomment.el (comment-styles): Add autoload (Bug#10868).
6414
3c9dfce6
CY
6415 * term/x-win.el (x-initialize-window-system): Reduce default for
6416 x-selection-timeout to 5 seconds (Bug#8869).
6417
25b2e303 64182012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6419
ec70a47d
GM
6420 * files.el (files-equal-p, file-subdir-of-p): New functions.
6421 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 6422 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
6423 * dired-aux.el (dired-copy-file-recursive): Same.
6424 (dired-create-files): Modify destination when source is equal to
6425 dest when copying files.
53a46cd0 6426 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 6427
914260cd
MA
64282012-02-24 Michael Albinus <michael.albinus@gmx.de>
6429
6430 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
6431 (Bug#10874)
6432
2cb228f7
AM
64332012-02-23 Alan Mackenzie <acm@muc.de>
6434
6435 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
6436 parameter "after-hook:" to allow the expansion to run code after
6437 the execution of the mode hooks.
6438
6439 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 6440 from font-lock-mode-internal.
2cb228f7 6441
91027d08 6442 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
6443 :after-hook.
6444
8f0fde21
SM
64452012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6446
3e88618b
SM
6447 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
6448 (completion--cache-all-sorted-completions): New function.
6449 (completion-all-sorted-completions): Use it.
6450 (completion--do-completion, minibuffer-force-complete):
6451 Use it to re-instate the flush hook.
6452
8f0fde21
SM
6453 * icomplete.el (icomplete-completions): Replace last fix with a better
6454 one (bug#10850).
6455
8e911f6f
DG
64562012-02-23 Dmitry Gutov <dgutov@yandex.ru>
6457
6458 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
6459 when it might call us back infinitely (bug#10797).
6460
49fe4321
GM
64612012-02-23 Glenn Morris <rgm@gnu.org>
6462
6463 * minibuffer.el (completion-category-overrides): Doc fix.
6464
b291b572
SM
64652012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6466
6467 * minibuffer.el (completion-table-with-context): Fix inf-loop.
6468 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
6469
31a9ef2e
GM
64702012-02-23 Glenn Morris <rgm@gnu.org>
6471
5e6e6794 6472 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
6473 (authors-obsolete-files-regexps, authors-ignored-files)
6474 (authors-ambiguous-files, authors-renamed-files-alist):
6475 Add more entries.
6476
0bd1e074
JL
64772012-02-23 Juri Linkov <juri@jurta.org>
6478
6479 * isearch.el (isearch-occur): Sync interactive spec with occur's
6480 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
6481
b617673c
JL
6482 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
6483
19e9789e
JL
64842012-02-22 Juri Linkov <juri@jurta.org>
6485
6486 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
6487 (ucs-insert): Doc fix. Check for hex digits in the string.
6488 Don't display `nil' in the error message. (Bug#10857)
6489
f41ce09d
AM
64902012-02-22 Alan Mackenzie <acm@muc.de>
6491
7a71b18d 6492 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 6493
ac2eceee
GM
64942012-02-22 Glenn Morris <rgm@gnu.org>
6495
6496 * ffap.el (ffap-c-path):
6497 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
6498
abd1f678
CY
64992012-02-22 Chong Yidong <cyd@gnu.org>
6500
6501 * custom.el (load-theme): Doc fix.
6502
f25aef2e
GM
65032012-02-22 Glenn Morris <rgm@gnu.org>
6504
6505 * dired-x.el (dired-guess-shell-alist-default):
6506 Remove escape sequences from nroff output. (Bug#172)
6507
5f8dc2ca
GM
65082012-02-21 Glenn Morris <rgm@gnu.org>
6509
6ff86ec4
GM
6510 * vc/emerge.el (emerge-defvar-local):
6511 Set `permanent-local' property rather than unused `preserved'.
6512
be3223a3 6513 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
6514 (picture-mode-map): Use it. (Bug#10860)
6515 (picture-mode): Doc fix.
6516
3fe58f4f
JB
65172012-02-21 Juanma Barranquero <lekktu@gmail.com>
6518
6519 * newcomment.el (uncomment-region-default): Remove unused binding.
6520
f9a998c3
GM
65212012-02-21 Glenn Morris <rgm@gnu.org>
6522
6523 * textmodes/picture.el (picture-motion, picture-motion-reverse)
6524 (picture-self-insert, picture-tab-chars): Doc fix.
6525 (picture-mode-map): Fix C-a, C-e.
6526
c6029348
GM
65272012-02-20 Glenn Morris <rgm@gnu.org>
6528
6529 * emacs-lisp/authors.el (authors-aliases): Add another entry.
6530
ab1ce9d7
LL
65312012-02-20 Leo Liu <sdl.web@gmail.com>
6532
6533 * icomplete.el (icomplete-completions): Check FROM arg before
6534 passing to substring (Bug#10850).
6535
0fd40f89
CY
65362012-02-19 Chong Yidong <cyd@gnu.org>
6537
6538 * comint.el: Require ansi-color.
6539 (comint-output-filter-functions): Add ansi-color-process-output.
6540
6541 * ansi-color.el: Don't set comint-output-filter-functions; it is
6542 now in the initial value defined in comint.el.
6543 (ansi-color-apply-face-function): New variable.
6544 (ansi-color-apply-on-region): Use it.
6545 (ansi-color-apply-overlay-face): New function.
6546
6547 * shell.el (shell): No need to require ansi-color.
6548 (shell-mode): Use ansi-color-apply-face-function to highlight
6549 color escapes using font-lock-face property (Bug#10835).
6550
20af2394
CY
65512012-02-19 Chong Yidong <cyd@gnu.org>
6552
6553 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
6554 mode-line formats (Bug#10839).
6555
e23a3fbe
GM
65562012-02-18 Glenn Morris <rgm@gnu.org>
6557
b474519e
GM
6558 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
6559
6560 * mail/undigest.el (unforward-rmail-message): Doc fix.
6561
e23a3fbe
GM
6562 * saveplace.el (save-place-ignore-files-regexp): Add :version.
6563
57939ff4
EZ
65642012-02-18 Eli Zaretskii <eliz@gnu.org>
6565
6566 * international/characters.el (script-list): Sync with the latest
6567 Unicode Character Database.
6568
0c23686e
AS
65692012-02-18 Andreas Schwab <schwab@linux-m68k.org>
6570
6571 * international/titdic-cnv.el: Remove duplicate coding tag.
6572 * language/cham.el: Likewise.
6573 * language/tai-viet.el: Likewise.
6574
6818b449
GM
65752012-02-18 Glenn Morris <rgm@gnu.org>
6576
6577 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
6578 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
6579 (calendar-bahai-all-holidays-flag, calendar-other-dates):
6580 * calendar/diary-lib.el (diary-abbreviated-year-flag):
6581 * calendar/holidays.el (holiday-bahai-holidays)
6582 (calendar-holidays, list-holidays):
6583 Use utf-8 Bahá'í in doc-strings, menus, etc.
6584
0311a3fc
TH
65852012-02-17 Tassilo Horn <tassilo@member.fsf.org>
6586
6587 * saveplace.el (save-place-ignore-files-regexp): New variable
6588 allowing for excluding files from saving their location of point.
6589 The default value matches the temporary commit message editing
6590 files from Git, SVN, Bazaar, and Mercurial.
6591 (save-place-to-alist): Use it.
6592
d209e2fb 65932012-02-17 Lawrence Mitchell <wence@gmx.li>
f1a71c6e 6594 Stefan Monnier <monnier@iro.umontreal.ca>
eb864a71
LM
6595
6596 * newcomment.el (uncomment-region-default): Don't leave extra space
6597 when an arg is provided (bug#8150).
6598
ee0ce425
TZ
65992012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
6600
eb864a71 6601 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 6602
95ddf442
GM
66032012-02-17 Glenn Morris <rgm@gnu.org>
6604
6605 * net/socks.el: Require network-stream. (Bug#10599)
6606
48dd1e39 66072012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
6608
6609 * international/charprop.el:
6610 * international/uni-name.el:
6611 * international/uni-old-name.el:
6612 * international/uni-comment.el: Regenerate.
6613
d68cd087
GM
66142012-02-16 Glenn Morris <rgm@gnu.org>
6615
6616 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
6617 Interactively in calendar buffer, give an error if not on a date.
6618
13932042
GM
66192012-02-15 Glenn Morris <rgm@gnu.org>
6620
6621 * shell.el (shell-delimiter-argument-list):
6622 Revert 2011-02-17 change. (Bug#8027)
6623
c3a70e2b
CY
66242012-02-15 Chong Yidong <cyd@gnu.org>
6625
60236b0d
CY
6626 * minibuffer.el (completion-at-point-functions): Doc fix.
6627
c3a70e2b
CY
6628 * custom.el (defcustom): Doc fix; note use of defvar.
6629
9f26dc24
GM
66302012-02-15 Glenn Morris <rgm@gnu.org>
6631
6632 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
6633 Doc fixes.
6634
6546b134
GM
66352012-02-14 Glenn Morris <rgm@gnu.org>
6636
6637 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
6638
d29b2b4c
LI
66392012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
6640
6641 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
6642 way the ports list is computed.
835bdcba
LI
6643 (smtpmail-query-smtp-server): Prompt the user for a port number if
6644 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 6645
08dcdbc9
TZ
66462012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
6647
6648 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
6649
2605051a
GM
66502012-02-13 Glenn Morris <rgm@gnu.org>
6651
6652 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
6653
7ee99f32
TZ
66542012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
6655
6656 * net/gnutls.el (gnutls-trustfiles): New variable.
6657 (gnutls-negotiate): Use it.
6658
5f0af64f
LI
66592012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
6660
6661 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
6662 does its stuff if Gnus is running.
6663
c14fcc95
AM
66642012-02-13 Alan Mackenzie <acm@muc.de>
6665
6666 Fix a loop in c-set-fl-decl-start.
6667
7a71b18d 6668 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
6669 c-backward-syntactic-ws actually moves backwards.
6670
142b4d90
LL
66712012-02-13 Leo Liu <sdl.web@gmail.com>
6672
6673 * net/rcirc.el (rcirc-markup-attributes): Move point to the
6674 beginning so that all \C-o chars are removed.
6675
fa9958a6
TZ
66762012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
6677
dc9924b8 6678 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 6679
0bc5886a
AM
66802012-02-12 Alan Mackenzie <acm@muc.de>
6681
6682 Fix infinite loop with long macros.
4d6769e1 6683 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 6684
d4bd55e7
CY
66852012-02-12 Chong Yidong <cyd@gnu.org>
6686
6687 * window.el (display-buffer): Doc fix (Bug#10785).
6688
66f3fe22
GM
66892012-02-12 Glenn Morris <rgm@gnu.org>
6690
bd7da63e
GM
6691 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
6692 (x-disown-selection-internal, x-get-selection-internal):
6693 Sync docs with the xselect.c versions.
6694
66f3fe22
GM
6695 * allout-widgets.el: Add missing license notice.
6696
3e0d2fa7
GM
66972012-02-11 Glenn Morris <rgm@gnu.org>
6698
cfecdf09
GM
6699 * select.el (x-get-selection-internal, x-own-selection-internal)
6700 (x-disown-selection-internal):
6701 * x-dnd.el (x-get-selection-internal): Update declarations.
6702
6d216d7f
GM
6703 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
6704
2bed3f04
GM
6705 * window.el (window-sides-slots):
6706 * tool-bar.el (tool-bar-position):
6707 * term/xterm.el (xterm-extra-capabilities):
6708 * ses.el (ses-self-reference-early-detection):
6709 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
6710 (verilog-auto-wire-type)
6711 (verilog-auto-delete-trailing-whitespace)
6712 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
6713 (verilog-auto-tieoff-declaration):
6714 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
6715 (sql-oracle-statement-starters, sql-oracle-scan-on):
6716 * progmodes/prolog.el (prolog-align-comments-flag)
6717 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
6718 (prolog-left-indent-regexp, prolog-paren-indent-p)
6719 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
6720 (prolog-types, prolog-mode-specificators)
6721 (prolog-determinism-specificators, prolog-directives)
6722 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
6723 (prolog-electric-dot-flag)
6724 (prolog-electric-dot-full-predicate-template)
6725 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
6726 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
6727 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
6728 (prolog-program-switches, prolog-prompt-regexp)
6729 (prolog-debug-on-string, prolog-debug-off-string)
6730 (prolog-trace-on-string, prolog-trace-off-string)
6731 (prolog-zip-on-string, prolog-zip-off-string)
6732 (prolog-use-standard-consult-compile-method-flag)
6733 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
6734 (prolog-imenu-max-lines, prolog-info-predicate-index)
6735 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
6736 (prolog-char-quote-workaround):
6737 * progmodes/cc-vars.el (c-defun-tactic):
6738 * net/tramp.el (tramp-encoding-command-interactive)
6739 (tramp-local-end-of-line):
6740 * net/soap-client.el (soap-client):
6741 * net/netrc.el (netrc-file):
6742 * net/gnutls.el (gnutls):
6743 * minibuffer.el (completion-category-overrides)
6744 (completion-cycle-threshold)
6745 (completion-pcm-complete-word-inserts-delimiters):
6746 * man.el (Man-name-local-regexp):
6747 * mail/feedmail.el (feedmail-display-full-frame):
6748 * international/characters.el (glyphless-char-display-control):
6749 * eshell/em-ls.el (eshell-ls-date-format):
6750 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
6751 (lisp-lambda-list-keyword-parameter-indentation)
6752 (lisp-lambda-list-keyword-parameter-alignment):
6753 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
6754 * dired-x.el (dired-omit-verbose):
6755 * cus-theme.el (custom-theme-allow-multiple-selections):
6756 * calc/calc.el (calc-highlight-selections-with-faces)
6757 (calc-lu-field-reference, calc-lu-power-reference)
6758 (calc-note-threshold):
6759 * battery.el (battery-mode-line-limit):
6760 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
6761 (archive-7z-update):
6762 * allout.el (allout-prefixed-keybindings)
6763 (allout-unprefixed-keybindings)
6764 (allout-inhibit-auto-fill-on-headline)
6765 (allout-flattened-numbering-abbreviation):
6766 * allout-widgets.el (allout-widgets-auto-activation)
6767 (allout-widgets-icons-dark-subdir)
6768 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
6769 (allout-widgets-theme-dark-background)
6770 (allout-widgets-theme-light-background)
6771 (allout-widgets-item-image-properties-emacs)
6772 (allout-widgets-item-image-properties-xemacs)
6773 (allout-widgets-run-unit-tests-on-load)
6774 (allout-widgets-time-decoration-activity)
6775 (allout-widgets-hook-error-post-time)
6776 (allout-widgets-track-decoration):
6777 Add missing :version tags to new defcustoms and defgroups.
6778
5fec1b8e
GM
6779 * progmodes/sql.el (sql-ansi-statement-starters)
6780 (sql-oracle-statement-starters): Add custom type.
6781
3e0d2fa7
GM
6782 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
6783 (prolog-system-version): Give it a type.
6784
90b671e2
EZ
67852012-02-11 Eli Zaretskii <eliz@gnu.org>
6786
6787 * term/pc-win.el (x-select-text, x-selection-owner-p)
6788 (x-own-selection-internal, x-disown-selection-internal)
6789 (x-get-selection-internal): Sync doc strings and argument lists
6790 with xselect.c, common-win.el and x-win.el. (Bug#10783)
6791
5eac0c02
LL
67922012-02-11 Leo Liu <sdl.web@gmail.com>
6793
6794 * progmodes/python.el (python-end-of-statement): Fix infinite
6795 loop. (Bug#10788)
6796
f82cb659
GM
67972012-02-10 Glenn Morris <rgm@gnu.org>
6798
6799 * international/mule-cmds.el (unify-8859-on-encoding-mode)
6800 (unify-8859-on-decoding-mode): Properly mark as obsolete.
6801
cc26d239
LI
68022012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
6803
6804 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
6805 about SMTP before checking the From header.
6806
91027d08 6807 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
6808 into own function for reuse by emacsbug.el.
6809
1be3ca5a
LL
68102012-02-10 Leo Liu <sdl.web@gmail.com>
6811
6812 * subr.el (condition-case-unless-debug): Rename from
6813 condition-case-no-debug. All callers changed.
6814 (with-demoted-errors): Fix caller.
6815
6816 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
6817 * nxml/rng-valid.el (rng-do-some-validation):
6818 * emacs-lisp/package.el (package-refresh-contents)
6819 (package-menu-execute):
6820 * desktop.el (desktop-create-buffer):
91027d08 6821 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 6822
b011fbfe
GM
68232012-02-10 Glenn Morris <rgm@gnu.org>
6824
b2096d72
GM
6825 * textmodes/bibtex.el:
6826 Add missing :version tags for new/changed defcustoms.
6827
b011fbfe
GM
6828 * files.el (remote-file-name-inhibit-cache): Doc fixes.
6829
4c7e65bf
LI
68302012-02-09 Lars Ingebrigtsen <larsi@rusty>
6831
6832 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
6833 (smtpmail-via-smtp): Use it, or fall back on the From address.
6834 (smtpmail-send-it): Ditto.
6835
f3934f6f
SM
68362012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
6837
6838 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6839 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
6840 (byte-compile-tmp-var): New const.
6841 (byte-compile-defvar): Use it to minimize .elc size.
6842 Just use `defvar' rather than simulate it (bug#10761).
6843
a075a2c5
GM
68442012-02-09 Glenn Morris <rgm@gnu.org>
6845
cf3aa21b
GM
6846 * files.el (rename-uniquely): Doc fix. (Bug#3806)
6847
354998cd
GM
6848 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
6849 Add :version tags.
6850
dc9924b8
SM
6851 * progmodes/compile.el (compilation-error-screen-columns)
6852 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 6853
dab3703d
GM
6854 * vc/log-view.el (log-view-toggle-entry-display):
6855 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
6856
3f88cd72
GM
6857 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
6858 (report-emacs-bug-can-use-xdg-email):
6859 (report-emacs-bug-insert-to-mailer): Doc fixes.
6860 (report-emacs-bug): Message fix.
6861
d95b247d
GM
6862 * net/browse-url.el (browse-url-can-use-xdg-open)
6863 (browse-url-xdg-open): Doc fixes.
6864
a075a2c5
GM
6865 * electric.el (electric-indent-mode, electric-pair-mode)
6866 (electric-layout-rules, electric-layout-mode): Doc fixes.
6867 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
6868
ffb6157e
MR
68692012-02-08 Martin Rudalics <rudalics@gmx.at>
6870
6871 * server.el (server-unselect-display): Don't inadvertently kill
6872 the current buffer. (Bug#10729)
6873
e1ac4066
GM
68742012-02-08 Glenn Morris <rgm@gnu.org>
6875
34e8a2da
GM
6876 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
6877 (sql-list-table): Doc fixes.
6878
b4ac6e8c
GM
6879 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
6880 Comment out (does nothing).
6881
e1ac4066
GM
6882 * completion.el (dynamic-completion-mode):
6883 * dirtrack.el (dirtrack-debug-mode):
6884 * electric.el (electric-layout-mode):
6885 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
6886 * face-remap.el (text-scale-mode, buffer-face-mode):
6887 * iimage.el (iimage-mode):
6888 * image-mode.el (image-transform-mode):
6889 * minibuffer.el (completion-in-region-mode):
6890 * scroll-lock.el (scroll-lock-mode):
6891 * simple.el (next-error-follow-minor-mode):
6892 * tar-mode.el (tar-subfile-mode):
6893 * tooltip.el (tooltip-mode):
6894 * vcursor.el (vcursor-use-vcursor-map):
6895 * wid-browse.el (widget-minor-mode):
6896 * emulation/tpu-edt.el (tpu-edt-mode):
6897 * emulation/tpu-extras.el (tpu-cursor-free-mode):
6898 * international/iso-ascii.el (iso-ascii-mode):
6899 * language/thai-util.el (thai-word-mode):
6900 * mail/supercite.el (sc-minor-mode):
6901 * net/goto-addr.el (goto-address-mode):
6902 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
6903 * progmodes/cwarn.el (cwarn-mode):
6904 * progmodes/flymake.el (flymake-mode):
6905 * progmodes/glasses.el (glasses-mode):
6906 * progmodes/hideshow.el (hs-minor-mode):
6907 * progmodes/pascal.el (pascal-outline-mode):
6908 * textmodes/enriched.el (enriched-mode):
6909 * vc/smerge-mode.el (smerge-mode):
6910 Doc fixes (minor mode argument).
6911
5e0d957f
EZ
69122012-02-07 Eli Zaretskii <eliz@gnu.org>
6913
6914 * ls-lisp.el (ls-lisp-sanitize): New function.
6915 (ls-lisp-insert-directory): Use it to fix or remove any elements
6916 in file-alist with missing attributes. (Bug#4673)
6917
98d7371e
AM
69182012-02-07 Alan Mackenzie <acm@muc.de>
6919
6920 Fix spurious recognition of c-in-knr-argdecl.
6921
6922 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
6923 putative K&R region.
6924
667ced3a
AM
69252012-02-07 Alan Mackenzie <acm@muc.de>
6926
eb864a71
LM
6927 * progmodes/cc-engine.el (c-forward-objc-directive):
6928 Prevent looping in "#pragma mark @implementation".
667ced3a 6929
5b77774d
MA
69302012-02-07 Michael Albinus <michael.albinus@gmx.de>
6931
6932 * notifications.el (notifications-on-closed-signal): Make `reason'
6933 optional. (Bug#10744)
6934
af008560
GM
69352012-02-07 Glenn Morris <rgm@gnu.org>
6936
60d47423
GM
6937 * emacs-lisp/easy-mmode.el (define-minor-mode):
6938 Doc fixes for the macro and the mode it defines.
6939
dd605cc4
GM
6940 * image.el (imagemagick-types-inhibit): Doc fix.
6941
af008560
GM
6942 * cus-start.el (imagemagick-render-type): Add it.
6943
5cc59a37
LI
69442012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
6945
4d6769e1
JB
6946 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
6947 Set the default at load time, too, so that `font-lock-fontify-buffer'
6948 can be called without setting up the entire mode first. This fixes
6949 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 6950
9a6dd747
CY
69512012-02-06 Chong Yidong <cyd@gnu.org>
6952
2d16b285
CY
6953 * simple.el (list-processes--refresh): Delete exited processes
6954 (Bug#8094).
6955
171e9b6e
CY
6956 * comint.el (comint-next-prompt): next-single-char-property-change
6957 and prev-single-char-property-change never return nil (Bug#8657).
6958
9a6dd747
CY
6959 * custom.el (defcustom): Doc fix (Bug#9711).
6960
aa4589a7
CY
69612012-02-05 Chong Yidong <cyd@gnu.org>
6962
5c2a252f
CY
6963 * cus-edit.el (custom-variable-reset-backup): Quote the value
6964 before storing it in the customized-value property (Bug#6712).
4aab9006 6965 (custom-display): Add a customization type tag.
983b9602 6966 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 6967
aa4589a7
CY
6968 * wid-edit.el (widget-field-value-get): New optional arg to
6969 suppress trailing whitespace truncation.
6970 (character): Use it (Bug#2689).
6971
1ff980ae
AS
69722012-02-05 Andreas Schwab <schwab@linux-m68k.org>
6973
6974 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
6975 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
6976
03988c98
CY
69772012-02-05 Chong Yidong <cyd@gnu.org>
6978
eeb6cc88
CY
6979 * cus-edit.el (custom-variable-value-create): For mismatched
6980 types, show the current value (Bug#7600).
6981
03988c98
CY
6982 * custom.el (defcustom): Doc fix.
6983
f8cdeef0
GM
69842012-02-05 Glenn Morris <rgm@gnu.org>
6985
6986 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
6987
0696d255
JB
69882012-02-05 Juanma Barranquero <lekktu@gmail.com>
6989
6990 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
6991 (pp-buffer): Use `ignore-errors', `looking-at-p'.
6992 (pp-last-sexp): Use `looking-at-p'.
6993
34c99998
GM
69942012-02-04 Glenn Morris <rgm@gnu.org>
6995
8f05da42
GM
6996 * files.el (revert-buffer):
6997 Doc fix (mention revert-buffer-in-progress-p).
6998
f160676e
GM
6999 * emacs-lisp/ert-x.el (ert-simulate-command):
7000 Check deferred-action-list (which is obsolete) is bound.
7001
c7291ad9
GM
7002 * subr.el (with-wrapper-hook): Doc fixes.
7003
34c99998
GM
7004 * simple.el (filter-buffer-substring-functions)
7005 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
7006
6283a7d3
LL
70072012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
7008
7009 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
7010 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
7011
e96e3013
LL
70122012-02-04 Leo Liu <sdl.web@gmail.com>
7013
7014 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
7015
8ded50f2
GM
70162012-02-04 Glenn Morris <rgm@gnu.org>
7017
82ff1d13
GM
7018 * image.el (image-extension-data): Add obsolete alias.
7019
987a0a16
GM
7020 * isearch.el (isearch-update): Doc fix.
7021
ea32ef46
GM
7022 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
7023
8ded50f2
GM
7024 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
7025
eea14f31
GM
70262012-02-03 Glenn Morris <rgm@gnu.org>
7027
7028 * image.el (image-animated-p): Doc fix. Use image-animated-types.
7029 (image-animate-timeout): Doc fix.
7030
7031 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
7032
12f381b7
GM
70332012-02-02 Glenn Morris <rgm@gnu.org>
7034
953cebf5
GM
7035 * server.el (server-auth-dir): Doc fix.
7036 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
7037
12f381b7
GM
7038 * subr.el (run-mode-hooks): Doc fix.
7039
953a8c3b
JL
70402012-02-02 Juri Linkov <juri@jurta.org>
7041
7042 * image-mode.el (image-toggle-display-image): Remove tautological
7043 `major-mode' from the `derived-mode-p' test.
7044
c5d3843c
KH
70452012-02-02 Kenichi Handa <handa@m17n.org>
7046
9f6e692e 7047 * composite.el (compose-region): Cancel previous change.
c5d3843c 7048
159462d4 70492012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
7050
7051 * composite.el (compose-region, compose-string): Signal error for
7052 a null string component (Bug#6988).
7053
9f562668
CY
70542012-02-01 Chong Yidong <cyd@gnu.org>
7055
e2cef717
CY
7056 * view.el (view-buffer-other-window, view-buffer-other-frame):
7057 Handle special modes like view-buffer (Bug#10650).
7058 (view-buffer): Simplify.
7059
9f562668
CY
7060 * frame.el (set-frame-font): Tweak meaning of third argument.
7061
9f6e692e
JB
7062 * dynamic-setting.el (font-setting-change-default-font):
7063 Use set-frame-font (Bug#9982).
9f562668 7064
781acb9f
GM
70652012-02-01 Glenn Morris <rgm@gnu.org>
7066
6035be52
GM
7067 * progmodes/compile.el (compilation-internal-error-properties):
7068 Respect compilation-first-column in the "*compilation*" buffer.
7069
781acb9f
GM
7070 * emacs-lisp/easy-mmode.el (define-minor-mode):
7071 Relax :variable's test for a named function.
7072
abbceb00
AM
70732012-01-31 Alan Mackenzie <acm@muc.de>
7074
7075 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
7076 off by one error.
7077
fce3fdeb
CY
70782012-01-31 Chong Yidong <cyd@gnu.org>
7079
7080 * frame.el (set-frame-font): New arg ALL-FRAMES.
7081
7082 * menu-bar.el (menu-set-font): Use set-frame-font.
7083
7084 * faces.el (face-spec-reset-face): Don't apply unspecified
7085 attribute values to the default face.
7086
47893581
JB
70872012-01-31 Juanma Barranquero <lekktu@gmail.com>
7088
7089 * progmodes/cwarn.el (cwarn): Remove dead link.
7090 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
7091 Remove * from defcustom docstrings.
7092 (turn-on-cwarn-mode): Make obsolete.
7093 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
7094 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
7095
e58e988a
GM
70962012-01-31 Glenn Morris <rgm@gnu.org>
7097
60dc2671 7098 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 7099 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 7100 Allow named functions to be used as the cdr of :variable.
e58e988a 7101
7a3f511d
GM
71022012-01-30 Glenn Morris <rgm@gnu.org>
7103
7104 * emacs-lisp/authors.el (authors-fixed-entries):
7105 Remove reference to deleted file rnewspost.el.
7106
cb882333
JB
71072012-01-29 Juanma Barranquero <lekktu@gmail.com>
7108
7109 * window.el (window-with-parameter): Remove unused variable `windows'.
7110 (window--side-check): Remove unused variable `code'.
7111 (window--resize-siblings): Remove unused variable `first'.
7112 (adjust-window-trailing-edge): Remove unused variable `failed'.
7113 (window-deletable-p, window--delete): Remove unused variable `buffer'.
7114 Use `let', not `let*'.
7115 (balance-windows-2): Remove unused variable `found'.
7116 (window--state-put-2): Remove unused variable `splits'.
7117 (window-state-put): Remove unused variable `selected'.
7118 (same-window-p): Use `string-match-p'.
7119 (display-buffer-assq-regexp): Remove unused variable `value'.
7120 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7121 Mark argument ALIST as ignored.
7122 (pop-to-buffer): Remove unused variable `old-window'.
7123
907201af
EZ
71242012-01-29 Eli Zaretskii <eliz@gnu.org>
7125
7126 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
7127 and .lzma compressed files.
7128
ea162670
CY
71292012-01-29 Chong Yidong <cyd@gnu.org>
7130
5b95ee8a
CY
7131 * frame.el (window-system-default-frame-alist): Doc fix.
7132
ea162670
CY
7133 * dynamic-setting.el (font-setting-change-default-font): Don't
7134 change the default face if SET-FONT argument is non-nil (Bug#9982).
7135
d6e6f4b1
SB
71362012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
7137
7138 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
7139
0f29fa41 71402012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
7141
7142 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
7143 breakpoints in files outside current directory (Bug#6098).
7144
db174434
CY
71452012-01-29 Chong Yidong <cyd@gnu.org>
7146
6b25e4e2
SE
7147 * progmodes/python.el: Require ansi-color at top-level.
7148
6df6ae42
JB
7149 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
7150 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
7151 (lisp-mode-abbrev-table): Add doc.
7152 (lisp-mode-variables): Don't set local-abbrev-table.
7153 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
7154
e70ee681
RW
71552012-01-28 Roland Winkler <winkler@gnu.org>
7156
7157 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
7158
ace88aa2
RW
71592012-01-28 Roland Winkler <winkler@gnu.org>
7160
7161 * textmodes/bibtex.el (bibtex-entry-alist): New function.
7162 (bibtex-set-dialect): Use it. Either set global values of
7163 dialect-dependent variables or bind these variables buffer-locally
7164 (Bug#10254).
7165 (bibtex-mode): Call bibtex-set-dialect via
7166 hack-local-variables-hook.
eb864a71
LM
7167 (bibtex-dialect): Update docstring.
7168 Add safe-local-variable predicate.
ace88aa2
RW
7169 (bibtex-entry-alist, bibtex-field-alist): Initialize via
7170 bibtex-set-dialect.
7171 (bibtex-mode-map): Define menu for each dialect.
7172 (bibtex-entry): Fix docstring.
7173
93376c5b
CY
71742012-01-28 Chong Yidong <cyd@gnu.org>
7175
7176 * eshell/esh-arg.el (eshell-quote-argument): New function.
7177
7178 * eshell/esh-ext.el (eshell-invoke-batch-file):
7179 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
7180 first arg to eshell-parse-command (Bug#10523).
7181
4372494f
DA
71822012-01-28 Drew Adams <drew.adams@oracle.com>
7183
7184 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
7185 `default-directory' is non-nil.
7186
4d4ec1f8
EZ
71872012-01-28 Eli Zaretskii <eliz@gnu.org>
7188
7189 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
7190 line that displays system-configuration-options. (Bug#9924)
7191
7c188927
DA
71922012-01-28 Drew Adams <drew.adams@oracle.com>
7193
7194 * descr-text.el (describe-char): Show information about POS, in
7195 addition to information about the character at POS. Improve and
7196 update the doc string. Change "code point" to "code point in
7197 charset", to avoid confusion with the character's Unicode code
7198 point shown above that. (Bug#10129)
7199
e0da685a
EZ
72002012-01-28 Eli Zaretskii <eliz@gnu.org>
7201
7202 * descr-text.el (describe-char): Show the raw character, not only
7203 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
7204 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
7205 for the reasons.
7206
70550acf
PH
72072012-01-28 Phil Hagelberg <phil@hagelb.org>
7208
eb864a71
LM
7209 * emacs-lisp/package.el (package-install):
7210 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 7211
0ce8e868
CY
72122012-01-28 Chong Yidong <cyd@gnu.org>
7213
cb882333
JB
7214 * emacs-lisp/package.el (package-maybe-load-descriptor):
7215 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
7216 (package-maybe-load-descriptor): Use it.
7217 (package-download-transaction): Fully load required packages
7218 inside the loop, so that `require' calls work (Bug#10593).
7219 (package-install): No need to call package-initialize now.
7220
2e7f3bea
CY
72212012-01-28 Chong Yidong <cyd@gnu.org>
7222
6e9bad14
CY
7223 * simple.el (deactivate-mark): Doc fix (Bug#8614).
7224
f823b8ca
CY
7225 * tooltip.el (tooltip-mode): Doc fix.
7226 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
7227
2680c309
CY
7228 * frame.el (set-cursor-color): Doc fix (Bug#352).
7229
d7a9e63b
CY
7230 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
7231 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
7232
2e7f3bea
CY
7233 * cus-edit.el (custom-buffer-create-internal): Fix search button
7234 action (Bug#10542).
2ae01800 7235 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 7236
fc4f7a23
EW
72372012-01-27 Eduard Wiebe <usenet@pusto.de>
7238
7239 * dired.el (dired-mark-files-regexp):
7240 Include any subdirectory components. (Bug#10445)
7241
7dd37071
ML
72422012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
7243
7244 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
7245 Handle [host]:port syntax. (Bug#10533)
7246
a268160b
AH
72472012-01-27 Alex Harsanyi <harsanyi@mac.com>
7248
7249 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
7250
e43273ef
GM
72512012-01-26 Glenn Morris <rgm@gnu.org>
7252
7253 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
7254 * term.el (term-raw-escape-map): Use Control-X-prefix.
7255 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
7256
1edf595d
MR
72572012-01-25 Martin Rudalics <rudalics@gmx.at>
7258
7259 * window.el (window-state-get, window--state-get-1): Don't deal
7260 with fixed-sizeness of windows. Simplify code.
7261
fa8eafef
JC
72622012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
7263
6df6ae42
JB
7264 * window.el (window--state-get-1, window--state-put-2):
7265 Don't save and restore the mark.
fa8eafef 7266
0b21c100
CY
72672012-01-25 Chong Yidong <cyd@gnu.org>
7268
7269 * custom.el (custom-variable-p): Doc fix.
7270
5ae1a6c8
GM
72712012-01-25 Glenn Morris <rgm@gnu.org>
7272
40047858
GM
7273 * dired.el (dired-goto-file): Handle some of the more common
7274 characters that `ls -b' escapes. (Bug#10596)
7275
5ddce96c
GM
7276 * progmodes/compile.el (compilation-next-error-function):
7277 Respect compilation-first-column in the "*compilation*" buffer.
7278 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
7279
5ae1a6c8
GM
7280 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
7281
b559f1a9
GM
72822012-01-24 Glenn Morris <rgm@gnu.org>
7283
7284 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
7285
6725d21a
JD
72862012-01-24 Julien Danjou <julien@danjou.info>
7287
7288 * color.el (color-rgb-to-hsl): Fix value computing.
7289 (color-hue-to-rgb): New function.
7290 (color-hsl-to-rgb): New function.
7291 (color-clamp, color-saturate-hsl, color-saturate-name)
7292 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
7293 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
7294
70df4bbe
GM
72952012-01-24 Glenn Morris <rgm@gnu.org>
7296
7297 * vc/vc-rcs.el (vc-rcs-create-tag):
7298 * vc/vc-sccs.el (vc-sccs-create-tag):
7299 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
7300
802a2ae2
ML
73012012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
7302
7303 * eshell/esh-util.el (eshell-read-hosts-file):
7304 Skip comment lines. (Bug#10549)
7305
d7128bb1
ML
7306 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
7307
d1a5c3b4
JB
73082012-01-23 Juanma Barranquero <lekktu@gmail.com>
7309
2724d9c7
JB
7310 * subr.el (display-delayed-warnings): Doc fix.
7311 (collapse-delayed-warnings): New function to collapse identical
7312 adjacent warnings.
7313 (delayed-warnings-hook): Add it.
d1a5c3b4 7314
a5509865
MA
73152012-01-22 Michael Albinus <michael.albinus@gmx.de>
7316
7317 * net/tramp.el (tramp-action-login): Set connection property "login-as".
7318
a5509865
MA
7319 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
7320 (tramp-default-user-alist): Don't add "pscp".
7321 (tramp-do-copy-or-rename-file-out-of-band): Use connection
7322 property "login-as", if set. (Bug#10530)
7323
cc6d5805
MA
73242012-01-21 Michael Albinus <michael.albinus@gmx.de>
7325
7326 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
7327 "plink1" and "psftp". (Bug#10530)
7328
73292012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
7330
7331 * international/mule-cmds.el (prefer-coding-system): Show a
7332 warning message if the default value of file-name-coding-system
7333 was not changed.
7334
f0960428
JC
73352012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
7336
cb882333
JB
7337 * windmove.el (windmove-reference-loc):
7338 Fix windmove-reference-loc miscalculation.
f0960428 7339
dd6f2a63
JB
73402012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
7341
7342 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
7343 default unit.
7344
7b447e9b
GM
73452012-01-21 Glenn Morris <rgm@gnu.org>
7346
117a9ea1
GM
7347 * international/mule.el (auto-coding-alist): Add .tbz.
7348
7b447e9b
GM
7349 * files.el (local-enable-local-variables): Doc fix.
7350 (inhibit-local-variables-regexps): Rename from
7351 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
7352 Doc fix. Add some extensions from auto-coding-alist.
7353 (inhibit-local-variables-suffixes):
7354 Rename from inhibit-first-line-modes-suffixes. Doc fix.
7355 (inhibit-local-variables-p):
7356 New function, extracted from set-auto-mode-1.
7357 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
7358 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
7359 (hack-local-variables): Doc fix. Make the mode-only case
7360 respect enable-local-variables and friends.
7361 Respect inhibit-local-variables-regexps for file-locals, but
7362 not for directory-locals.
7363 (set-visited-file-name):
7364 Take account of inhibit-local-variables-regexps.
7365 Whether it applies may change as the file name is changed.
7366 * jka-cmpr-hook.el (jka-compr-install):
7367 * jka-compr.el (jka-compr-uninstall):
7368 Update for inhibit-first-line-modes-suffixes name change.
7369
dd6e3cdd
MR
73702012-01-20 Martin Rudalics <rudalics@gmx.at>
7371
7372 * help-macro.el (make-help-screen): Temporarily restore original
7373 binding for minor-mode-map-alist (Bug#10454).
7374
0d0deb38
JD
73752012-01-19 Julien Danjou <julien@danjou.info>
7376
7377 * color.el (color-name-to-rgb): Use the white color to find the max
7378 color component value and return correctly computed values.
7379 (color-name-to-rgb): Add missing float conversion for max value.
7380
34a02f46
MR
73812012-01-19 Martin Rudalics <rudalics@gmx.at>
7382
7383 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
7384 special state value for window-persistent-parameters.
7385 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
7386 (window--state-put-2): Reset all window parameters to nil before
7387 assigning values of persistent parameters.
7388
606c44c4
AM
73892012-01-18 Alan Mackenzie <acm@muc.de>
7390
7391 Eliminate sluggishness and hangs in fontification of "semicolon
7392 deserts".
7393
cb882333
JB
7394 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
7395 Change value 10000 -> 3000.
606c44c4
AM
7396 (c-state-safe-place): Reformulate so it doesn't stack up an
7397 infinite number of wrong entries in c-state-nonlit-pos-cache.
7398 (c-determine-limit-get-base, c-determine-limit): New functions to
7399 determine backward search limits disregarding literals.
7400 (c-find-decl-spots): Amend commenting.
7401 (c-cheap-inside-bracelist-p): New function which detects "={".
7402
7403 * progmodes/cc-fonts.el
7404 (c-make-font-lock-BO-decl-search-function): Give a limit to a
7405 backward search.
7406 (c-font-lock-declarations): Fix an occurrence of point being
7407 undefined. Check additionally for point being in a bracelist or
7408 near a macro invocation without a semicolon so as to avoid a
7409 fruitless time consuming search for a declarator. Give a more
7410 precise search limit for declarators using the new
7411 c-determine-limit.
7412
f3860cea
GM
74132012-01-18 Glenn Morris <rgm@gnu.org>
7414
7415 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
7416 (set-auto-mode): Doc fixes.
7417
1db03b16
GM
74182012-01-17 Glenn Morris <rgm@gnu.org>
7419
0e6038be
GM
7420 * isearch.el (search-nonincremental-instead): Fix doc typo.
7421
1db03b16
GM
7422 * dired.el (dired-insert-directory): Handle newlines in directory name.
7423 (dired-build-subdir-alist): Unescape newlines in directory name.
7424
4cb0aa75
MA
74252012-01-17 Michael Albinus <michael.albinus@gmx.de>
7426
7427 * net/tramp.el (tramp-local-end-of-line): New defcustom.
7428 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
7429 (tramp-action-terminal): Use it. (Bug#10530)
7430
1d00653d
SM
74312012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
7432
7433 * minibuffer.el (completion--replace): Strip properties (bug#10062).
7434
6a6ee00d
MR
74352012-01-16 Martin Rudalics <rudalics@gmx.at>
7436
7437 * window.el (window-state-ignored-parameters): Remove variable.
7438 (window--state-get-1): Rename argument MARKERS to IGNORE.
7439 Handle persistent window parameters. Make copy of clone-of
7440 parameter only if requested. (Bug#10348)
7441 (window--state-put-2): Install a window parameter only if it has
7442 a non-nil value or an existing parameter shall be overwritten.
7443
97912def
MA
74442012-01-15 Michael Albinus <michael.albinus@gmx.de>
7445
7446 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
7447
688070a5
EZ
74482012-01-14 Eli Zaretskii <eliz@gnu.org>
7449
7450 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
7451 don't pass the (nil) value of `upnode' to string-match.
7452
301afadc
CY
74532012-01-14 Chong Yidong <cyd@gnu.org>
7454
7455 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 7456 Fix values recognized by the cursorBlink resource.
301afadc 7457
9e5788aa
PE
74582012-01-14 Paul Eggert <eggert@cs.ucla.edu>
7459
7460 * epg.el (epg--make-temp-file): Avoid permission race condition
7461 when running on old Emacs versions (bug#10403).
7462
3cdb7f5a
GM
74632012-01-14 Glenn Morris <rgm@gnu.org>
7464
7465 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
7466
8c82b1b4
AM
74672012-01-13 Alan Mackenzie <acm@muc.de>
7468
7469 Fix filling for when filladapt mode is enabled.
7470
7471 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
7472 c-mask-paragraph, pass in `fill-paragraph' rather than
7473 `fill-region-as-paragraph'. (This is a reversion of a previous
7474 change.)
eb864a71
LM
7475 * progmodes/cc-mode.el (c-basic-common-init):
7476 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 7477
e517eda4
GM
74782012-01-13 Glenn Morris <rgm@gnu.org>
7479
1498536e
GM
7480 * dired.el (dired-switches-escape-p): New function.
7481 (dired-insert-directory): Use dired-switches-escape-p.
7482 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
7483
e517eda4
GM
7484 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
7485
328f984d
GM
74862012-01-12 Glenn Morris <rgm@gnu.org>
7487
7488 * mail/sendmail.el (mail-mode): Update paragraph-separate for
7489 changes in adaptive-fill-regexp. (Bug#10276)
7490
2cc769a8
AM
74912012-01-11 Alan Mackenzie <acm@muc.de>
7492
7493 Fix Emacs bug #10463 - put `widen's around the critical spots.
7494
1d00653d 7495 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
7496 widen around each invocation of c-state-pp-to-literal. Remove an
7497 unused let variable.
7498
e52c37fa
GM
74992012-01-11 Glenn Morris <rgm@gnu.org>
7500
7501 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 7502 Doc fix.
e52c37fa 7503
96f8741e
CY
75042012-01-10 Chong Yidong <cyd@gnu.org>
7505
1d00653d
SM
7506 * net/network-stream.el (network-stream-open-starttls):
7507 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
7508 response to the capability command.
7509
b09a806e
GM
75102012-01-10 Glenn Morris <rgm@gnu.org>
7511
7512 * mail/unrmail.el (unrmail): Tweak previous change.
7513
7655cb66
CY
75142012-01-09 Chong Yidong <cyd@gnu.org>
7515
7516 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
7517
9d5a8f0b
AM
75182012-01-08 Alan Mackenzie <acm@muc.de>
7519
7520 Optimise font locking in long enum definitions.
7521
7522 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
7523 arm to a cond form to handle enums.
7524 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
7525 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
7526
9a0115ab 75272012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
7528
7529 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 7530 (Bug#10401)
6bb72cbd 7531
f186bb95
LMI
75322012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7533
29232a68
LMI
7534 * faces.el (set-face-attribute): Clarify the meaning of the nil
7535 frame (bug#10294).
7536
4e5d086d
LMI
7537 * subr.el (with-selected-frame): Mention that the selected frame
7538 is restored (bug#9980).
7539
8e66aebe
LMI
7540 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
7541 (bug#9759).
7542
cd394be1 7543 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
7544 (password-read): Don't autoload unused function.
7545
adf4e762
JB
75462012-01-07 Juanma Barranquero <lekktu@gmail.com>
7547
7548 * progmodes/which-func.el (which-func-mode): Turn into a
7549 non-interactive function and mark as obsolete (bug#10428).
7550
89bd9ccd
CY
75512012-01-06 Chong Yidong <cyd@gnu.org>
7552
7553 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
7554 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
7555 functions, along with 1 and -1.
7556
4afee9d5
EZ
75572012-01-06 Eli Zaretskii <eliz@gnu.org>
7558
7559 * time.el (display-time-load-average)
7560 (display-time-default-load-average): Doc fixes. See the thread
7561 starting at
7562 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
7563 for the details.
7564
536aea70
GM
75652012-01-06 Glenn Morris <rgm@gnu.org>
7566
665ae865
GM
7567 * mail/unrmail.el (unrmail): Give an explicit error if the input file
7568 has no messages. (Bug#10377)
7569
c869783d
GM
7570 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
7571 than Info-edit. (Bug#10385)
7572
2bb4227e
GM
7573 * time.el (display-time-load-average, display-time-next-load-average):
7574 Doc fixes.
7575
7d5944b9
GM
7576 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
7577 local setting of buffer-read-only to the input buffer. (Bug#10419)
7578
536aea70
GM
7579 * calendar/calendar.el (calendar-mode):
7580 Locally set scroll-margin to 0. (Bug#10379)
7581
7dccca16
UM
75822012-01-06 Ulrich Mueller <ulm@gentoo.org>
7583
7584 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
7585
afbb7930
GM
75862012-01-05 Glenn Morris <rgm@gnu.org>
7587
7588 * eshell/em-unix.el (diff-no-select): Autoload it.
7589 (eshell/diff): Use diff-no-select. (Bug#10420)
7590
04482335
CY
75912012-01-05 Chong Yidong <cyd@gnu.org>
7592
7baca3bc
CY
7593 * shell.el (shell-dynamic-complete-functions): Revert last change.
7594 (shell-command-completion-function): New function.
7595 (shell-completion-vars): Use it to implement
7596 shell-completion-execonly (Bug#10417).
7597
04482335
CY
7598 * custom.el (enable-theme): Don't set custom-safe-themes.
7599
1d00653d
SM
7600 * cus-theme.el (custom-theme-merge-theme):
7601 Ignore custom-enabled-themes and custom-safe-themes.
04482335 7602
bb5aa5d6
MM
76032012-01-05 Michael R. Mauger <mmaug@yahoo.com>
7604
7605 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
7606 first prompt in `sql-interacive-mode'.
7607 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 7608 keywords.
6df6ae42 7609 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
7610 (sql-product-interactive): Bug fix: Set `sql-buffer' in
7611 context of original buffer. Invoke `sql-login-hook'.
7612
a7183d7c
EZ
76132012-01-04 Eli Zaretskii <eliz@gnu.org>
7614
7615 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
7616 letters in cite-prefix.
7617
a1eacd1e
LMI
76182012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7619
7620 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
7621
787cdb34
CY
76222012-01-03 Chong Yidong <cyd@gnu.org>
7623
1d00653d
SM
7624 * shell.el (shell-dynamic-complete-functions):
7625 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
7626 comint-filename-completion first (Bug#10417).
7627
30710442
RS
76282012-01-02 Richard Stallman <rms@gnu.org>
7629
7630 * battery.el (battery-status-function):
7631 Detect when to use battery-yeeloong-sysfs.
7632 (battery-echo-area-format): Add string for Yeeloong.
7633 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
7634 (battery-yeeloong-sysfs): New function.
7635
f75bfc33
CY
76362012-01-02 Chong Yidong <cyd@gnu.org>
7637
7638 * dirtrack.el (dirtrack-list): Eliminate unused third element.
7639 (dirtrack): Merge code for handling relative filenames in prompt
7640 from shell-dir-cookie-watcher.
7641 (dirtrack-debug-message): New arg to avoid excess format calls.
7642
7643 * shell.el (shell-dir-cookie-re): Variable deleted.
7644 (shell-dir-cookie-watcher): Function deleted.
7645 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
7646 with dirtrack-mode.
7647
651e947e
EZ
76482012-01-01 Eli Zaretskii <eliz@gnu.org>
7649
1d00653d
SM
7650 * term/w32-win.el (dynamic-library-alist) <gnutls>:
7651 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
7652 libgnutls-26.dll.
7653
94d4c7dc
AS
76542011-12-31 Andreas Schwab <schwab@linux-m68k.org>
7655
7656 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
7657
8d43f3cd
EZ
76582011-12-31 Eli Zaretskii <eliz@gnu.org>
7659
7660 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
7661 headers of non-MIME messages, when rmail-enable-mime is non-nil.
7662
98c8795a
MA
76632011-12-29 Michael Albinus <michael.albinus@gmx.de>
7664
7665 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
7666 also for alternative shells.
7667 (tramp-open-connection-setup-interactive-shell): Check, whether
7668 the shell is a busybox.
7669 (tramp-send-command): Don't suppress multiple prompts for
7670 busyboxes, it hurts.
7671
51281b32
CY
76722011-12-28 Chong Yidong <cyd@gnu.org>
7673
7674 * progmodes/gdb-mi.el (gdb-get-source-file-list)
7675 (gdb-get-source-file): Move mode line update to
7676 gdb-get-source-file (Bug#10087).
7677
2170cb53
CY
76782011-12-25 Chong Yidong <cyd@gnu.org>
7679
7680 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
7681 gud-gdb-marker-filter without taking it as an argument.
7682 (gud-gdb-run-command-fetch-lines): Caller changed.
7683 (gud-gdb-completion-function): New variable.
7684 (gud-gdb-completion-at-point): Use it.
7685 (gud-gdb-completions-1): Split from gud-gdb-completions.
7686
7687 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
7688 function as separate arguments.
7689 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
7690 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
7691 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
7692 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
7693 (gdb-stopped, def-gdb-auto-update-trigger)
7694 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
7695 (gdb-get-changed-registers, gdb-get-main-selected-frame):
7696 Callers changed.
2170cb53
CY
7697 (gud-gdbmi-completions): New function.
7698 (gdb): Use it for generating the completion table.
7699
be8b11bb
AM
77002011-12-24 Alan Mackenzie <acm@muc.de>
7701
7702 Introduce a mechanism to widen the region used in context font
1d00653d 7703 locking. Use this to protect declarations from losing their contexts.
be8b11bb 7704
1d00653d
SM
7705 * progmodes/cc-langs.el (c-before-font-lock-functions):
7706 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 7707 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
7708 functions to be run just before context (etc.) font locking.
7709
7710 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 7711 New, functionality extracted from
be8b11bb 7712 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 7713 (c-in-after-change-fontification): New variable.
be8b11bb
AM
7714 (c-after-change): Set c-in-after-change-fontification.
7715 (c-set-fl-decl-start): Rejig its interface, so it can be called
7716 from both after-change and context fontifying.
b81d40f0
JB
7717 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
7718 New functions.
7719 (c-standard-font-lock-fontify-region-function): New variable.
7720 (c-font-lock-fontify-region): New function.
be8b11bb 7721
341cf6ac
JL
77222011-12-24 Juri Linkov <juri@jurta.org>
7723
7724 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
7725 (Bug#10348)
7726
bffcee0a
MA
77272011-12-23 Michael Albinus <michael.albinus@gmx.de>
7728
7729 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
7730 existence of source file. (Bug#10325)
7731
cb5e207c
AM
77322011-12-23 Alan Mackenzie <acm@muc.de>
7733
7734 Fix unstable fontification inside templates.
7735
b81d40f0
JB
7736 * progmodes/cc-langs.el (c-before-font-lock-functions):
7737 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
7738 additionally has c-set-fl-decl-start. The other languages (apart
7739 from AWK) have that as a single entry.
7740
b81d40f0
JB
7741 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7742 The functionality for "local" declarations has been extracted to
cb5e207c
AM
7743 c-set-fl-decl-start.
7744
b81d40f0
JB
7745 * progmodes/cc-mode.el (c-common-init, c-after-change):
7746 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
7747 (c-set-fl-decl-start): New function, extracted from
7748 c-font-lock-enclosing-decls and enhanced.
7749
60ff536c
JB
77502011-12-23 Juanma Barranquero <lekktu@gmail.com>
7751
7752 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
7753
1c4757d6
JL
77542011-12-22 Juri Linkov <juri@jurta.org>
7755
7756 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
7757
d031f2c7
CY
77582011-12-22 Chong Yidong <cyd@gnu.org>
7759
7760 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
7761
bace743a
DA
77622011-12-21 Drew Adams <drew.adams@oracle.com>
7763
7764 * files.el (file-remote-p): Fix docstring. (Bug#10319)
7765
728a1f2b
JC
77662011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
7767
7768 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
7769
0d373f73
TZ
77702011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
7771
fec0aaa4
TZ
7772 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
7773 highlighting and support. Fix up comments for capitalization.
7774 (cfengine-mode-debug): New var.
7775 (cfengine3-mode): Change the modeline indicator to "CFE3".
7776 (cfengine3-font-lock-keywords): Improve defun highlighting.
7777 (cfengine2-actions): Rename from `cfengine-actions'.
7778 (cfengine2-font-lock-keywords): Rename from
7779 `cfengine-font-lock-keywords'.
7780 (cfengine2-imenu-expression): Rename from
7781 `cfengine-imenu-expression'.
7782 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
7783 (cfengine2-beginning-of-defun): Rename from
7784 `cfengine-beginning-of-defun'.
7785 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
7786 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
7787 (cfengine2-mode): Rename from `cfengine-mode'. Change the
7788 modeline indicator to "CFE2".
7789 (cfengine-mode): Defalias to `cfengine-auto-mode'.
7790 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 7791
bc86f573
CY
77922011-12-21 Chong Yidong <cyd@gnu.org>
7793
7794 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
7795 filename argument.
7796
d45ba96b
MR
77972011-12-20 Martin Rudalics <rudalics@gmx.at>
7798
7799 * window.el (window-normalize-buffer-to-display): Remove.
7800 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
7801
a6198c90
CY
78022011-12-19 Chong Yidong <cyd@gnu.org>
7803
7804 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
7805 Don't signal an error in a predicate function; return non-nil.
7806 (vc-dir-mark-file): Move the error here.
7807 (vc-dir-mark-unmark): If acting on the region, keep going if one
7808 of the entries cannot be marked/unmarked.
7809 (vc-dir-mark-all-files): If current entry is a directory, mark
7810 only child files, as documented.
7811
34c5fb55
VB
78122011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
7813
7814 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
7815 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
7816 addition.
7817
c803b2b7
JD
78182011-12-18 Jan Djärv <jan.h.d@swipnet.se>
7819
7820 * term/ns-win.el (ns-get-selection-internal)
7821 (ns-store-selection-internal): Declare.
1154d12e
JB
7822 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
7823 Declare as obsolete.
7824 (ns-get-pasteboard, ns-paste-secondary):
7825 Use ns-get-selection-internal.
7826 (ns-set-pasteboard, ns-copy-including-secondary):
7827 Use ns-store-selection-internal.
c803b2b7 7828
9cff91f8 78292011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
7830
7831 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 7832 (vc-deduce-fileset): Doc fix.
99a289d9 7833
f16c898a
AS
78342011-12-16 Andreas Schwab <schwab@linux-m68k.org>
7835
7836 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
7837
763237c4
SS
78382011-12-13 Sam Steingold <sds@gnu.org>
7839
7840 * man.el (Man-getpage-in-background): When running under a
7841 window-system, ignore $MANWIDTH and $COLUMNS.
7842
5fc1c122
KH
78432011-12-15 Kenichi Handa <handa@m17n.org>
7844
7845 * language/ethio-util.el: Change coding tag to utf-8-emacs.
7846 (setup-ethiopic-environment-internal): Comment out key-binding for
7847 ethio-toggle-punctuation.
7848
13d49cbb
AM
78492011-12-13 Alan Mackenzie <acm@muc.de>
7850
898169a2
AM
7851 Add the switch statement to AWK Mode.
7852
7a71b18d 7853 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
7854 "default" to the keywords regexp.
7855
7a71b18d 7856 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 7857 expression as the rest.
1d00653d
SM
7858 (c-nonlabel-token-key): Allow string literals for AWK.
7859 Refactor for the other modes.
898169a2 7860
13d49cbb 7861 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 7862 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
7863 routines. Limit backward searching in c-font-lock-enclosing.decl.
7864
7865 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
7866 pp-state and literal type in addition to the limits.
1d00653d 7867 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 7868 (c-state-literal-at): Use the above new defun.
1d00653d
SM
7869 (c-slow-in-literal, c-fast-in-literal): Remove.
7870 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
7871
7872 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
7873 being in a literal. Add a limit for backward searching.
7874
7875 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
7876 c-slow-in-literal.
7877
15e0efc7
SM
78782011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7879
7880 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
7881
454592a6
MR
78822011-12-13 Martin Rudalics <rudalics@gmx.at>
7883
7884 * window.el (delete-other-windows): Use correct frame in call to
7885 window-with-parameter.
7886
87393f26
DP
78872011-12-12 Daniel Pfeiffer <occitan@t-online.de>
7888
7889 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
7890 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
7891 (makefile-gmake-statements, makefile-makepp-statements):
7892 Use it and add new makepp keywords.
7893 (makefile-makepp-font-lock-keywords): Add new patterns.
7894 (makefile-match-function-end): Match new [...] and [[...]].
7895
11636b22
JB
78962011-12-11 Juanma Barranquero <lekktu@gmail.com>
7897
7898 * ses.el (ses-call-printer-return, ses-cell-property-get)
7899 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
7900 (ses-create-cell-variable, ses-reset-header-string)
7901 (ses-cell-set-formula, ses-repair-cell-reference-all)
7902 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
7903 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
7904 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
7905 (ses-aset-with-undo, ses-load, ses-truncate-cell)
7906 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
7907 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
7908 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
7909 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
7910 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
7911 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
7912 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
7913 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
7914
cf018193
VB
79152011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
7916
7917 * ses.el: The overall change is to add cell renaming, that is
7918 setting fancy names for cell symbols other than name matching
7919 "\\`[A-Z]+[0-9]+\\'" regexp .
7920 (ses-create-cell-variable): New defun.
7921 (ses-relocate-formula): Relocate formulas only for cells the
7922 symbols of which are not renamed, i.e. symbols whose names do not
7923 match regexp "\\`[A-Z]+[0-9]+\\'".
7924 (ses-relocate-all): Relocate values only for cells the symbols of
7925 which are not renamed.
7926 (ses-load): Create cells variables as the (ses-cell ...) are read,
7927 in order to check row col consistency with cell symbol name only
7928 for cells that are not renamed.
7929 (ses-replace-name-in-formula): New defun.
7930 (ses-rename-cell): New defun.
7931
ee957461
CY
79322011-12-11 Chong Yidong <cyd@gnu.org>
7933
7934 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
7935 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
7936
9a9e9ef0
MR
79372011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
7938
7939 * window.el (other-window): Fix docstring.
7940
92a8eba5
EZ
79412011-12-10 Eli Zaretskii <eliz@gnu.org>
7942
7943 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
7944 `from' or `to' address before taking its substring.
7945 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
7946 encoded name is chopped in the middle of the encoded string, and
7947 thus displayed encoded.
7948
e152e577
JB
79492011-12-10 Juanma Barranquero <lekktu@gmail.com>
7950
7951 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
7952
e5d84bfe
EZ
79532011-12-10 Eli Zaretskii <eliz@gnu.org>
7954
7955 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
7956 to use texinfo-update-node and commands that call it if the
7957 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 7958 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
7959 (texinfo-all-menus-update, texinfo-master-menu)
7960 (texinfo-update-node, texinfo-every-node-update)
7961 (texinfo-multiple-files-update): Doc fix. Warn against updating
7962 all the @node lines.
7963 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
7964 argument is numeric. Explain better in the doc string what the
7965 function really does.
7966 (texinfo-insert-master-menu-list): Improve the error message
7967 displayed if there's no menu in the Top node.
7968 (Bug#2975) See also this thread:
e5d84bfe
EZ
7969 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
7970
1d84e9bb
MG
79712011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
7972
7973 * speedbar.el (speedbar-supported-extension-expressions):
7974 Add .adb and .ads, commonly used for Ada source code (bug#10256).
7975
382c953b
JB
79762011-12-09 Juanma Barranquero <lekktu@gmail.com>
7977
7978 * printing.el (pr-mode-alist):
7979 * simple.el (filter-buffer-substring-functions)
7980 (completion-list-insert-choice-function):
7981 * window.el (window-with-parameter, window-atom-root)
7982 (window-sides-slots, window-size-fixed, window-min-delta)
7983 (window-max-delta, window--resize-mini-window)
7984 (window--resize-child-windows-normal, window-tree)
7985 (delete-other-windows, quit-window, split-window)
7986 (display-buffer-record-window, special-display-buffer-names)
7987 (special-display-regexps, special-display-popup-frame)
7988 (same-window-p, split-window-sensibly)
7989 (display-buffer-overriding-action, display-buffer-alist)
7990 (display-buffer-base-action, display-buffer, switch-to-buffer)
7991 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
7992 (fit-window-to-buffer, recenter-positions)
7993 (mouse-autoselect-window-state, mouse-autoselect-window-select):
7994 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
7995 and remove unneeded backslashes in docstrings.
7996
39c9faef
SM
79972011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7998
98449af8
SM
7999 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
8000
39c9faef
SM
8001 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
8002 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
8003 end in ".mk".
8004 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
8005 when reading the makefile (bug#10116).
8006
86ed9fdc
SM
80072011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8008
8009 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
8010 (bug#10116).
8011
5580f89d
GM
80122011-12-06 Glenn Morris <rgm@gnu.org>
8013
8014 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
8015
28d3917c
CY
80162011-12-06 Chong Yidong <cyd@gnu.org>
8017
8018 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
8019
a98edce9
JB
80202011-12-06 Juanma Barranquero <lekktu@gmail.com>
8021
8022 * textmodes/table.el (table-shorten-cell): Fix typo.
8023
e65adfac
CG
80242011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
8025
8026 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
8027
71cc0b74
EZ
80282011-12-05 Eli Zaretskii <eliz@gnu.org>
8029
8030 * descr-text.el (describe-char): Fix display of strong
8031 right-to-left characters and directional embeddings and overrides.
8032
8033 * simple.el (what-cursor-position): Fix display of codepoints of
8034 strong right-to-left characters.
8035
315bc30d
CY
80362011-12-05 Chong Yidong <cyd@gnu.org>
8037
8038 * faces.el (read-color): Doc fix.
8039
58a70b94
GM
80402011-12-05 Glenn Morris <rgm@gnu.org>
8041
8042 * align.el (align--set-marker): Add doc-string.
8043 Don't try to move something that is not a marker. (Bug#10216)
8044
5158face
GM
80452011-12-04 Glenn Morris <rgm@gnu.org>
8046
8047 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
8048 overly zealous deletion of trailing whitespace.
8049
520fca41
JB
80502011-12-04 Juanma Barranquero <lekktu@gmail.com>
8051
8052 * server.el (server-delete-client): On Windows, do not try to delete
8053 the only terminal.
8054 (server-process-filter): On Windows, treat requests for a tty frame as
8055 if they were for a GUI frame if the running server is in GUI mode.
8056
5e605a2e
GM
80572011-12-03 Glenn Morris <rgm@gnu.org>
8058
8059 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
8060
5c3fe83f
SM
80612011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8062
6f5e57e7
SM
8063 * electric.el: Streamline electric-indent's hook.
8064 (electric-indent-chars): Revert to simple list.
8065 (electric-indent-functions): New var.
8066 (electric-indent-post-self-insert-function): Use it.
8067
5c3fe83f
SM
8068 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
8069 there's no inferior buffer (bug#10196).
8070 (prolog-consult-compile): Don't use toggle-read-only.
8071
6bdac736
MA
80722011-12-02 Michael Albinus <michael.albinus@gmx.de>
8073
8074 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
8075 interrupt. (Bug#10187)
8076
6131ba7f
SM
80772011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8078
99c79fee
SM
8079 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
8080 (bug#9160).
8081
6131ba7f
SM
8082 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
8083 (bug#10191).
8084
cb0a02ea
JL
80852011-12-02 Juri Linkov <juri@jurta.org>
8086
8087 * info.el (Info-search): Display "end of manual" when Isearch
8088 reaches the end of single-file Info manual. (Bug#9918)
8089
66e0570c
EZ
80902011-12-02 Eli Zaretskii <eliz@gnu.org>
8091
8092 * isearch.el (isearch-message-prefix): Run the input method part
8093 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
8094
02b16839
JL
80952011-12-02 Juri Linkov <juri@jurta.org>
8096
8097 * isearch.el (isearch-occur): Use `word-search-regexp' for
8098 `isearch-word'.
8099 (isearch-search-and-update): Add condition for `isearch-word' and
8100 call `word-search-regexp'. (Bug#10145)
8101
0b950688
GM
81022011-12-01 Glenn Morris <rgm@gnu.org>
8103
8104 * eshell/em-hist.el (eshell-hist-initialize):
8105 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 8106 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 8107
9505c3c7
SM
81082011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8109
8110 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
8111
1bbe96b2 81122011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 8113
a1beca85
SM
8114 * progmodes/verilog-mode.el (verilog-pretty-expr):
8115 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
8116 verilog, such as += *= and the like.
8117 (verilog-assignment-operator-re): Regular expression to find the
8118 assigment operator in a verilog assignment.
8119 (verilog-assignment-operation-re): Regular expression to find an
8120 assignment statement for pretty-expr.
8121 (verilog-in-attribute-p): Query returns true if point is in an
8122 attribute context; used to skip these for expression line up from
8123 pretty-expr.
8124 (verilog-in-parameter-p): Query returns true if point is in an
8125 parameter definition context; used to skip these for expression
8126 line up from pretty-expr.
8127 (verilog-in-parenthesis-p): Query returns true if point is in a
8128 parenthetical expression, specifically ( ) but not [ ] or { };
8129 used by pretty-expr.
8130 (verilog-just-one-space): If there is no space, don't add one.
8131 (verilog-get-lineup-indent-2): Specifically skip just attribute
8132 contexts for expression lineup, rather than skipping all
8133 parenthetical expressions.
8134 (verilog-calculate-indent): Fix comment, and fix indent.
8135 (verilog-do-indent): Indent declarations in lists (suggested by
8136 Joachim Lechner).
8137 (verilog-mode-abbrev-table): Populate abbrev mode with the various
8138 skeleton items.
8139 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
8140 by Alain Mellan).
8141
1bbe96b2 81422011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
8143
8144 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
8145 parameters with embedded comments. Reported by Ray Stevens.
8146 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
8147 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
8148 Reported by Tim Holt.
8149 (verilog-auto): Fix AUTOing a upper module then AUTOing module
8150 instantiated by upper module causing wrong expansion until AUTOed a
8151 second time. Reported by K C Buckenmaier.
8152 (verilog-diff-auto): Fix showing .* as a difference when
8153 `verilog-auto-star-save' off. Reported by Dan Dever.
8154 (verilog-auto-reset, verilog-read-always-signals)
8155 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
8156 temporary signals in reset list if
8157 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
8158 style to each signal's assignment type, bug381.
8159 Reported by Thomas Esposito.
6288f0ca
WS
8160 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
8161 (verilog-uvm-statement-re): Support UVM indentation and
8162 highlighting, with old OVM keywords only.
a1beca85 8163 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
8164 Support AUTOTIEOFF creating non-wire data types.
8165 Suggested by Jonathan Greenlaw.
6288f0ca
WS
8166 (verilog-auto-insert-lisp, verilog-delete-to-paren)
8167 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
8168 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
8169 (verilog-read-sub-decls, verilog-read-sub-decls-line):
8170 Fix mismatching parenthesis inside commented out code when deleting
382c953b 8171 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
8172 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
8173 non-numeric vector width. Reported by Alex Reed.
8174 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 8175 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
8176 (verilog-auto-delete-trailing-whitespace):
8177 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
8178 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
8179 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
8180 Fix verilog-scan-cache corruption when running user AUTO expansion
8181 hooks that call indentation routines.
8182 (verilog-simplify-range-expression): Fix typo ignoring lower case
8183 identifiers.
8184 (verilog-delete-auto): Fix delete-autos to also remove user created
8185 automatics, as long as they start with AUTO.
8186 (verilog-batch-diff-auto, verilog-diff-auto)
8187 (verilog-diff-function): Add `verilog-diff-auto' and bind to
8188 "C-c?" to report differences in AUTO expansion, ignoring spaces.
8189 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
8190 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
8191 (verilog-re-search-forward-quick, verilog-syntax-ppss):
8192 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
8193 is disabled and its cache will get corrupt, causing AUTOS not to
8194 expand. Instead use only -quick functions.
8195 (verilog-scan-region): Fix scanning over escaped quotes.
8196 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
8197 (verilog-re-search-backward-quick)
8198 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
8199 related functions now ignore strings, to fix misparsing of strings
8200 with magic comments embedded in them.
a1beca85
SM
8201 (verilog-read-auto-template):
8202 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
8203 Reported by Brad Dobbie.
8204 (verilog-read-auto-template):
8205 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 8206 Reported by Brad Dobbie.
6288f0ca
WS
8207 (verilog-auto-inst, verilog-auto-inst-param)
8208 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
8209 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
8210 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
8211 debugging templates without merge conflicts, bug357.
8212 Reported by Brad Dobbie.
8213 (verilog-read-auto-template):
8214 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
8215 Reported by Brad Dobbie.
8216 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
8217 abbrevs so user won't be asked to save.
8218 (verilog-read-auto-lisp-present): Fix to start at beginning of
8219 buffer in case called outside of verilog-auto.
8220 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
8221 to "X-2". Reported by Matthew Myers.
8222 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
8223 all inputs from module templates. Reported by Leith Johnson.
8224 (verilog-module-inside-filename-p): Fix locating programs as with
8225 modules.
8226 (verilog-auto-inst-port): Fix vl-width expressions when using
8227 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
8228 (verilog-decls-get-regs, verilog-decls-get-signals,
8229 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
8230 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
8231 verilog-read-decls): Combine reg and wire structures into one var
8232 structure to represent SystemVerilog concepts.
8233 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
8234 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
8235 (verilog-auto-wire-type, verilog-insert-definition):
8236 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
8237 SystemVerilog "logic" keyword instead of "wire"/"reg".
8238 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
8239 to declares outputs that also have assignments (presumably in an
a1beca85
SM
8240 ifdef or generate if so there's not a driver conflict).
8241 Reported by Matthew Myers.
8242 (verilog-auto-declare-nettype, verilog-insert-definition):
8243 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
8244 `default_nettype none. Reported by Julian Gorfajn.
8245 (verilog-read-always-signals-recurse, verilog-read-decls)
8246 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
8247 malformed end statement, bug325. Reported by Joshua Wise and
8248 Andrew Drake.
8249 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
8250 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
8251 when expanding .* in interfaces, bug320.
8252 Reported by Pierre-David Pfister.
6288f0ca 8253 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
8254 name and open parenthesis, bug317.
8255 Reported by Pierre-David Pfister.
6288f0ca
WS
8256 (verilog-simplify-range-expression): Fix simplification of
8257 multiplications inside AUTOWIRE connections, bug303.
8258 (verilog-auto-inst-port): Support parameter expansion in
8259 multidimensional arrays.
8260 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
8261 after "assert property". Reported by Julian Gorfajn.
8262 (verilog-simplify-range-expression): Fix "couldn't merge" errors
8263 with multiplication, bug303.
8264 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
8265 Reported by Jan Frode Lonnum.
8266
1bbe96b2
GM
82672011-11-30 Juanma Barranquero <lekktu@gmail.com>
8268
8269 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
8270 (hfy-shell-file-name, hfy-shell):
8271 * international/fontset.el (x-decompose-font-name): Fix typos.
8272
82732011-11-29 Ken Brown <kbrown@cornell.edu>
8274
8275 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
8276 (gdb-version): Remove defvar.
8277 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
8278 (gdb-gud-context-command, gdb-non-stop-handler)
8279 (gdb-current-context-command, gdb-stopped): Use it.
8280 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
8281 (gdb-non-stop-handler): Don't enable pretty-printing here.
8282 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
8283 non-stop mode. Use the following.
8284 (gdb-check-target-async): New defun.
8285 (gud-watch, gdb-stopped): Fix whitespace.
8286 (gdb-get-source-file): Don't try to display the source file if
8287 `gdb-main-file' is nil.
8288
82892011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
8290
8291 * align.el: Try to generate fewer markers (bug#10047).
8292 (align--set-marker): New macro.
8293 (align-region): Use it.
8294
c935221f
SM
82952011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
8296
8297 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
8298
e70b5064
CY
82992011-11-29 Chong Yidong <cyd@gnu.org>
8300
8301 * indent.el (indent-for-tab-command, indent-according-to-mode):
8302 Doc fix.
8303 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
8304
f3af92b7
MA
83052011-11-29 Michael Albinus <michael.albinus@gmx.de>
8306
8307 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
8308 aware of remote file names. (Bug#10124)
8309
ed472be9
CY
83102011-11-29 Chong Yidong <cyd@gnu.org>
8311
8312 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
8313
24510c22
SM
83142011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
8315
8316 * files.el (find-file): Don't use force-same-window (bug#10144).
8317 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
8318 use pop-to-buffer if the selected window can't be used.
8319 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
8320
c60c3703
EZ
83212011-11-28 Eli Zaretskii <eliz@gnu.org>
8322
8323 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
8324 special-mode-map.
8325
e95def75
CY
83262011-11-28 Chong Yidong <cyd@gnu.org>
8327
8328 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
8329
c3f1c606
NR
83302011-11-27 Nick Roberts <nickrob@snap.net.nz>
8331
8332 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
8333 gdb-get-source-file-list on gdb-create-source-file-list.
8334
00db469c
EZ
83352011-11-26 Eli Zaretskii <eliz@gnu.org>
8336
8337 * whitespace.el (whitespace-newline): Use a different foreground
8338 color for 16-color light-background displays.
8339
4ad3bc2a
CY
83402011-11-24 Chong Yidong <cyd@gnu.org>
8341
8342 * window.el (display-buffer--special-action): Doc fix.
8343
e9fce1ac
JB
83442011-11-25 Juanma Barranquero <lekktu@gmail.com>
8345
8346 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
8347 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
8348 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
8349 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
8350 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
8351 (avl-tree-stack-first):
8352 * emacs-lisp/cconv.el (cconv--analyse-use):
8353 * net/gnutls.el (gnutls-negotiate): Fix typos.
8354
cb825e5d
GM
83552011-11-24 Glenn Morris <rgm@gnu.org>
8356
3adbe224
GM
8357 * lpr.el (lpr-windows-system, lpr-lp-system):
8358 * mail/binhex.el (binhex-begin-line):
8359 * progmodes/grep.el (grep-history, grep-find-history):
8360 * textmodes/flyspell.el:
8361 * vc/pcvs-defs.el (cvs-global-menu):
8362 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
8363 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
8364 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
8365
321decc8
GM
8366 * net/tls.el: Fix case of "GnuTLS".
8367
420b63ad
GM
8368 * paths.el (rmail-file-name): Format doc-string for make-docfile.
8369
cb825e5d
GM
8370 * version.el (emacs-build-system): Give it a doc-string.
8371
a0649f08
JL
83722011-11-24 Juri Linkov <juri@jurta.org>
8373
8374 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
8375
c0bc0fd4
GM
83762011-11-24 Glenn Morris <rgm@gnu.org>
8377
8378 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
8379 if called on a non-mime message just toggle the headers. (Bug#8006)
8380
20db1522
JB
83812011-11-24 Juanma Barranquero <lekktu@gmail.com>
8382
8383 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
8384 (allout-lead-with-comment-string, allout-structure-deleted-hook)
8385 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
8386 (allout-rebullet-heading, allout-open-sibtopic)
8387 (allout-toggle-current-subtree-encryption)
8388 (allout-toggle-subtree-encryption, allout-encrypt-string)
8389 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
8390 (allout-distinctive-bullets-string, allout-auto-activation):
8391 * window.el (window-normalize-buffer-to-display):
8392 * progmodes/verilog-mode.el (verilog-batch-indent):
8393 * textmodes/bibtex.el (bibtex-field-braces-opt)
8394 (bibtex-field-strings-opt):
8395 * vc/cvs-status.el (cvs-tree-merge):
8396 Fix typos.
8397
7262a87c
MA
83982011-11-23 Michael Albinus <michael.albinus@gmx.de>
8399
8400 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
8401 `non-essential' to t, in order to avoid remote connections.
8402
283430a1
EZ
84032011-11-23 Eli Zaretskii <eliz@gnu.org>
8404
a1beca85
SM
8405 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8406 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
8407 case-insensitively.
8408
d2992a38
ML
84092011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8410
8411 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
8412
50419064
GM
84132011-11-23 Glenn Morris <rgm@gnu.org>
8414
da94eca1
GM
8415 * paths.el (rmail-file-name): Reformat the doc-string so that it
8416 is picked up.
8417
9aac4de2
GM
8418 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
8419 (rmail-auto-file): Ignore case in the "special" field names,
8420 as mail-fetch-field does for all others.
8421
8038d2d2
GM
8422 * mail/rmail.el (rmail-forward):
8423 * mail/rmailkwd.el (rmail-set-label):
8424 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
8425 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
8426
f3fe222a
GM
8427 * mail/rmail.el (rmail-current-message): Doc fix.
8428
50419064
GM
8429 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
8430
28109f49
SM
84312011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8432
8433 * server.el (server-eval-and-print): Allow C-g (bug#6585).
8434
394c65f1
GM
84352011-11-22 Glenn Morris <rgm@gnu.org>
8436
8437 * mail/rmailmm.el (test-rmail-mime-handler)
8438 (test-rmail-mime-bulk-handler)
8439 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
8440
f2a0aa3a
JL
84412011-11-21 Juri Linkov <juri@jurta.org>
8442
1154d12e
JB
8443 * calc/calc.el (calc-read-key-sequence):
8444 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 8445
9c34a344
LMI
84462011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8447
8448 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
8449 Tell the caller that the next line needs recomputation, even
8450 though it doesn't start a sexp (bug#10094).
8451
f04a3be9
SM
84522011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8453
8454 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
8455
7978747f
SM
84562011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
8457
f04a3be9
SM
8458 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8459 Use force-same-window.
7978747f 8460
fe7a3057
JB
84612011-11-20 Juanma Barranquero <lekktu@gmail.com>
8462
8463 * descr-text.el (describe-char-unicode-data):
8464 * json.el (json-string-escape):
8465 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
8466 (Footnote-unicode, Footnote-style-p):
8467 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
8468
24901d61
CY
84692011-11-20 Chong Yidong <cyd@gnu.org>
8470
8471 * window.el (replace-buffer-in-windows): Restore interactive spec.
8472
bac7ff22
SM
84732011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
8474
24f3d7b9
SM
8475 * electric.el (electric-indent-mode): Fix last change (too optimistic).
8476
bac7ff22
SM
8477 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
8478 (byte-compile-global-not-obsolete-vars): New var.
8479 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
8480 Use it.
8481 (byte-compile-warn-obsolete): Align text with the one in *Help*.
8482
cd1181db
JB
84832011-11-20 Juanma Barranquero <lekktu@gmail.com>
8484
8485 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
8486 * progmodes/pascal.el (electric-pascal-equal):
8487 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
8488 * xml.el (xml-substitute-special): Fix typos.
8489
7fb18e9e
GM
84902011-11-20 Glenn Morris <rgm@gnu.org>
8491
8492 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
8493 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
8494 Doc fixes.
8495 (rmail-decode-mime-charset): Mark as obsolete.
8496
8497 * mail/rmailsum.el (rmail-message-regexp-p-1):
8498 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
8499 Before using mime functions, check they are set. (Bug#10077)
8500
d5a6b3ba
JL
85012011-11-19 Juri Linkov <juri@jurta.org>
8502
8503 * info.el (Info-finder-find-node): Use `package--builtins' instead
8504 of `package-alist'. Use node names formed by the pattern "Keyword "
8505 and the keyword name.
8506
e981b61f
AS
85072011-11-19 Andreas Schwab <schwab@linux-m68k.org>
8508
1d00653d 8509 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 8510
3ffbc301
JL
85112011-11-19 Juri Linkov <juri@jurta.org>
8512
8513 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
8514 that calls `revert-buffer' on all Info buffers. (Bug#9915)
8515 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
8516 `old-history', `old-history-forward'. Add let-binding
8517 `window-selected'. Remove calls to `kill-buffer',
8518 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
8519 before calling `Info-find-node', so `Info-find-node-2' will reread
8520 the Info file. Restore window positions only when `window-selected'
8521 is non-nil.
8522
30c62133
JL
85232011-11-19 Juri Linkov <juri@jurta.org>
8524
8525 * isearch.el (isearch-lazy-highlight-new-loop):
8526 Remove condition `(not isearch-error)'. (Bug#9918)
8527
8528 * misearch.el (multi-isearch-search-fun): Add condition
8529 `(not bound)' to ignore lazy-highlighting search.
8530 Add the search-failed message "end of multi" when the end of
8531 multi-sequence is reached. Uncapitalize the search-failed
8532 message "Repeat for next buffer".
8533
8534 * info.el (Info-search): Add the search-failed message
8535 "end of the manual" when the end of the manual is reached
8536 in Isearch mode.
8537
645ca9cf
JL
85382011-11-19 Juri Linkov <juri@jurta.org>
8539
8540 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
8541 Use non-destructive `remove' instead of `delete' because
8542 `Info-history-list' stored to `Info-isearch-initial-history-list' in
8543 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
8544
df754f66
JL
85452011-11-19 Juri Linkov <juri@jurta.org>
8546
8547 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
8548 to nil instead of binding `search-ring' and `regexp-search-ring'.
8549 (Bug#9185)
8550
0e23d96a
EZ
85512011-11-19 Eli Zaretskii <eliz@gnu.org>
8552
8553 * simple.el (line-move): Force movement by logical lines for any
8554 hscrolled window, not only when auto-hscroll-mode is on.
8555 (line-move-visual): Update doc string to that effect. (Bug#10076)
8556
8a6ccb66
AS
85572011-11-19 Andreas Schwab <schwab@linux-m68k.org>
8558
8559 * language/european.el (macintosh): Define as alias for mac-roman.
8560
49ae5b39
EZ
85612011-11-19 Eli Zaretskii <eliz@gnu.org>
8562
8563 * mail/rmailmm.el (rmail-mime-display-header)
8564 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
8565 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
8566 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
8567 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
8568 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
8569 of a raw aref.
8570 (rmail-mime-entity-segment): To get past the tagline, move forward
8571 2 more lines, to account for the 2 empty lines that precede and
8572 follow the line with the buttons.
8573 (rmail-mime-update-tagline): Move one more line, to get past the
8574 empty line that follows the buttons in the tagline. (Bug#9520)
8575
c56cad4a
MR
85762011-11-19 Martin Rudalics <rudalics@gmx.at>
8577
8578 * window.el (window-max-delta-1, window-min-delta-1)
8579 (window-min-size-1, window-state-get-1, window-state-put-1)
8580 (window-state-put-2): Use "window--" prefix.
8581
cbe71af3
SM
85822011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
8583
2ad52c60
SM
8584 * emacs-lisp/smie.el: Improve warnings and conflict detection.
8585 (smie-warning-count): New var.
8586 (smie-set-prec2tab): Use it.
8587 (smie-bnf->prec2): Improve warnings. Add docstring.
8588 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
8589 (smie-bnf--set-class): New function.
8590 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
8591 corner case.
8592
6944dbc1
SM
8593 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
8594 (compilation-error-properties, compilation-move-to-column):
8595 Handle compilation-first-column while in the target buffer.
8596
c400c4d7
SM
8597 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
8598 Don't hardcode point-min==1.
8599
6dbe3e96
SM
8600 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
8601 (eshell-rewrite-for-command): Remove workaround.
8602 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
8603 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
8604 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
8605
cbe71af3
SM
8606 * files-x.el (modify-file-local-variable): Obey commenting conventions.
8607
a8e1496d
GM
86082011-11-17 Glenn Morris <rgm@gnu.org>
8609
8610 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8611 Ignore buffer-local generated-autoload-file if it is the same
8612 as the global value. (Bug#10049)
8613
df85d315
JB
86142011-11-17 Juanma Barranquero <lekktu@gmail.com>
8615
8616 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
8617 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
8618 (reftex-toc-previous-heading, reftex-toc-max-level)
8619 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
8620 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
8621 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8622 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8623 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
8624 (reftex-toc-rename-label, reftex-toc-visit-location)
8625 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
8626 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
8627 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
8628 leaving "*toc*" only for references to the buffer.
8629
a0c2d0ae
MR
86302011-11-17 Martin Rudalics <rudalics@gmx.at>
8631
8632 * window.el (window-resize, delete-window, split-window):
8633 Replace window-splits by window-combination-resize.
1d00653d 8634 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 8635
35c0bac8
GM
86362011-11-17 Glenn Morris <rgm@gnu.org>
8637
8638 * progmodes/sh-script.el (sh-font-lock-keywords-var):
8639 Make bash entry derive from sh entry, not shell entry.
8640
d0c8fc8a
MA
86412011-11-16 Michael Albinus <michael.albinus@gmx.de>
8642
7262a87c
MA
8643 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
8644 local file name.
8645
7877f373
JB
86462011-11-16 Juanma Barranquero <lekktu@gmail.com>
8647
8648 * menu-bar.el (menu-bar-file-menu):
8649 * printing.el (pr-ps-utility):
8650 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
8651 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
8652 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
8653 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
8654 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
8655 (icalendar--convert-cyclic-to-ical)
8656 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
8657 (icalendar--convert-ical-to-diary)
8658 (icalendar--convert-recurring-to-diary)
8659 (icalendar--convert-non-recurring-all-day-to-diary)
8660 (icalendar-import-format-sample):
8661 * progmodes/idlw-shell.el (idlwave-shell-mode):
8662 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
8663 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
8664 (vhdl-ps-print-init): Fix typos.
8665
10649b82
KM
86662011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
8667
9d0cfcd6
GM
8668 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
8669 FSF and collapse date sequence, obscure author/maintainer email address
8670 better, remove extra version line, track relocation of author's webpage.
10649b82 8671
9d0cfcd6
GM
8672 * progmodes/python.el (python-pdbtrack-input-prompt)
8673 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
8674 regular python pdb prompts. Adjustments shamelessly taken exactly as
8675 suggested in EmacsWiki page (tiny change):
8676 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 8677
58179cce
JB
86782011-11-16 Juanma Barranquero <lekktu@gmail.com>
8679
8680 * expand.el (expand-pos, expand-index, expand-point):
8681 Remove redundant info from docstring.
8682 (expand-add-abbrevs): Doc fix.
8683 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
8684 (expand-sample-perl-mode-expand-list): Fix typos.
8685
8686 * net/dbus.el (dbus-event-member-name):
8687 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
8688 * term/pc-win.el (msdos-create-frame-with-faces):
8689 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
8690
b6f67890
MR
86912011-11-16 Martin Rudalics <rudalics@gmx.at>
8692
8693 * window.el (split-window, window-state-get-1)
8694 (window-state-put-1, window-state-put-2): Rename occurrences of
8695 window-nest to window-combination-limit.
1d00653d 8696 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 8697
ce7ddba0
CY
86982011-11-16 Chong Yidong <cyd@gnu.org>
8699
8700 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
8701 regexp (Bug#10033).
8702
3ae704f4
SM
87032011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8704
8705 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
8706 `completing-read' will remove *Completions* and will preserve
8707 current-buffer for us.
8708 (tmm-add-prompt): Users of *Completions* will always (re)set its
8709 major mode.
8710 (tmm-old-comp-map): Remove.
8711
6ad1cdde
GM
87122011-11-16 Glenn Morris <rgm@gnu.org>
8713
8714 * mail/rmailedit.el: Require rmailmm when compiling.
8715 (rmail-old-mime-state): New declaration.
8716 (rmail-edit-current-message): If editing a mime message,
8717 edit the "raw" message from the mbox buffer.
8718 (rmail-cease-edit): Handle mime messages. (Bug#9840)
8719
d20faa20
GM
87202011-11-15 Glenn Morris <rgm@gnu.org>
8721
8722 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
8723 which wasn't being used. Add optional arg to force given state.
8724 (rmail-mime): Add optional arg to force given state.
8725
c7015153
JB
87262011-11-15 Juanma Barranquero <lekktu@gmail.com>
8727
8728 * allout.el (allout-encryption-plaintext-sanitization-regexps):
8729 * frame.el (display-mm-dimensions-alist):
8730 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
8731 (outline-move-subtree-down):
8732 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
8733 (newsticker--treeview-do-get-node):
8734 * net/quickurl.el (quickurl-list-buffer-name):
8735 * progmodes/dcl-mode.el (dcl-mode):
8736 * progmodes/gdb-mi.el (gdb-mapcar*):
8737 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
8738
45261b50
GM
87392011-11-15 Glenn Morris <rgm@gnu.org>
8740
8741 * mail/rmail.el (rmail-file-coding-system): It's only ever used
8742 in a boolean sense, so just make it a boolean, and fix the doc.
8743 (rmail-show-mime-function, rmail-mime-feature)
8744 (rmail-require-mime-maybe): Doc fixes.
8745 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
8746
8747 * mail/rmailmm.el (rmail-show-mime): Doc fix.
8748
0d26e0b6
JB
87492011-11-15 Juanma Barranquero <lekktu@gmail.com>
8750
8751 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
8752 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
8753 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
8754 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
8755
447f30f6
GM
87562011-11-15 Glenn Morris <rgm@gnu.org>
8757
672b871d
GM
8758 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
8759 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
8760 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
8761 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
8762 (rmail-mime, rmail-show-mime): Doc fixes.
8763
f6aa5bb1
GM
8764 * term/ns-win.el (mode-line-frame-identification):
8765 Leave it alone. (Bug#10051)
8766
947cd66b
GM
8767 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
8768
447f30f6
GM
8769 * mail/rmailout.el (rmail-output-to-rmail-buffer):
8770 Handle empty buffers. (Bug#9978)
8771
0b381c7e
JB
87722011-11-14 Juanma Barranquero <lekktu@gmail.com>
8773
8774 * international/mule.el (define-charset):
8775 * mail/rmailmm.el (rmail-mime-find-header-encoding):
8776 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
8777 * progmodes/verilog-mode.el (verilog-backward-token):
8778 * textmodes/ispell.el (lookup-words):
8779 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
8780
71e027ac
GM
87812011-11-14 Glenn Morris <rgm@gnu.org>
8782
56632ce4
GM
8783 * progmodes/executable.el
8784 (executable-make-buffer-file-executable-if-script-p):
8785 Handle file-modes returning nil.
8786
40500957
GM
8787 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
8788 message - not necessary, and causes problems. (Bug#9831)
8789
071c2340
GM
8790 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
8791
d3cfca60
GM
8792 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
8793
71e027ac
GM
8794 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
8795 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
8796 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
8797
89d61221
MR
87982011-11-12 Martin Rudalics <rudalics@gmx.at>
8799
8800 * window.el (window-resize, delete-window): Use window-splits
8801 variable instead of function.
8802 (window-state-get-1, window-state-put-2, window-state-put):
8803 Don't deal with windows' splits status.
8804
98282f6f
GM
88052011-11-12 Glenn Morris <rgm@gnu.org>
8806
8807 * apropos.el (apropos-do-all, apropos-library, apropos-value)
8808 (apropos-documentation): Doc fixes.
8809
40a8bdf6
JB
88102011-11-11 Juanma Barranquero <lekktu@gmail.com>
8811
8812 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
8813 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
8814
65bd19ff
SM
88152011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
8816
8817 * electric.el (electric-indent-post-self-insert-function): Make it
8818 possible for a char to only indent in some circumstances.
8819 (electric-indent-mode): Simplify.
8820
54f9154c
MR
88212011-11-11 Martin Rudalics <rudalics@gmx.at>
8822
8823 * window.el (windows-with-parameter): Remove unused function.
8824 (windows-at-side): Rename to window-at-side-list.
8825 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
8826 (window-side-check, window-size-ignore, window-size-fixed-1)
8827 (window-in-direction-2): Prefix with "window--".
8828 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 8829
68cbc58b
GM
88302011-11-11 Glenn Morris <rgm@gnu.org>
8831
8832 * subr.el (eval-after-load): If FILE is already loaded,
8833 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
8834
b2621720
GM
88352011-11-10 Glenn Morris <rgm@gnu.org>
8836
9a4de110
GM
8837 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
8838 Call svn via vc-svn-command rather than vc-do-command.
8839 (vc-svn-command): Add --non-interactive. (Bug#9993)
8840 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
8841
b2621720
GM
8842 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8843 Add toggle-read-only. (Bug#7292)
8844 * files.el (toggle-read-only): Mention that it should only
8845 be used interactively. (Bug#10006)
8846
1dce7193
SM
88472011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8848
d9ac1a1e
SM
8849 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8850 Adjust regexp for OCaml warnings.
8851
0c325082
SM
8852 * electric.el (electric-pair-post-self-insert-function): Let user
8853 turn it off buffer-locally (bug#9932).
8854
90132c14
SM
8855 * progmodes/python.el (python-beginning-of-statement):
8856 Rewrite (bug#2703).
8857
1dce7193
SM
8858 * progmodes/compile.el: Better handle TABs (bug#9749).
8859 (compilation-internal-error-properties)
8860 (compilation-next-error-function): Obey the target buffer's
8861 compilation-error-screen-columns.
8862
c4e7c63a
JB
88632011-11-09 Juanma Barranquero <lekktu@gmail.com>
8864
8865 * progmodes/meta-mode.el: Remove obsolete comments.
8866 (meta-right-comment-regexp, meta-ignore-comment-regexp):
8867 Fix typos in docstrings.
8868
2cffd681
MR
88692011-11-09 Martin Rudalics <rudalics@gmx.at>
8870
8871 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 8872 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
8873 (window--resizable): New function. Make all callers of
8874 window-resizable call window--resizable instead.
8875 (window-resizable): Rewrite in terms of window--resizable.
8876
0edcba87
GM
88772011-11-08 Glenn Morris <rgm@gnu.org>
8878
8879 * progmodes/delphi.el (delphi-mode-syntax-table):
8880 Let define-derived-mode define a proper syntax table. (Bug#9994)
8881
4b0d61e3
SM
88822011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8883
8884 * window.el: Stay away from defsubst.
8885 (window-list-no-nils): Remove.
8886 (window-state-get-1, window-state-get): Use backquote instead.
8887
cd394be1 88882011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 8889
4b0d61e3 8890 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 8891 Fix incorrect use of default argument in `completing-read'.
8892
e1c2c6f2
MR
88932011-11-08 Martin Rudalics <rudalics@gmx.at>
8894
8895 * window.el (display-buffer-function, special-display-function):
8896 Mention display-buffer-record-window but do not mention
8897 help-setup parameter in doc-strings.
b3f4a882 8898 (window-min-delta): Fix doc-string typo.
e1c2c6f2 8899
105216ed
CY
89002011-11-08 Chong Yidong <cyd@gnu.org>
8901
8902 * window.el (window-total-height, window-total-width): Doc fix.
8903 (window-body-size): Move from C.
8904 (window-body-height, window-body-width): Move to C.
8905
0a9f9ab5
SM
89062011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8907
8908 * window.el: Make special-display like display-buffer-alist (bug#9532).
8909 (display-buffer--special-action): New function, morphed
8910 from display-buffer--special.
8911 (display-buffer): Use it to handle special-display-buffers at higher
8912 priority (just after display-buffer-alist).
8913 (display-buffer-fallback-action, display-buffer--other-frame-action)
8914 (pop-to-buffer-same-window): Remove display-buffer--special.
8915
a769dd15
GM
89162011-11-07 Glenn Morris <rgm@gnu.org>
8917
8918 * calendar/cal-menu.el (cal-menu-set-date-title):
8919 Do nothing if not in a calendar. (Bug#9976)
8920
05a61ee3
SM
89212011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8922
8923 * files.el (find-file): Always use selected-window.
8924
be7f5545
MR
89252011-11-07 Martin Rudalics <rudalics@gmx.at>
8926
8927 * window.el (window-combinations): Make WINDOW argument
8928 mandatory. Rewrite doc-string.
8929 (walk-window-subtree, window-atom-check, window-min-delta)
8930 (window-max-delta, window--resize-this-window)
8931 (window--resize-root-window-vertically, window-tree)
8932 (balance-windows, window-state-put): Rewrite doc-strings as to
8933 not mention the term "subwindow".
8934 (window--resize-subwindows-skip-p): Rename to
8935 window--resize-child-windows-skip-p.
8936 (window--resize-subwindows-normal): Rename to
8937 window--resize-child-windows-normal.
8938 (window--resize-subwindows): Rename to
8939 window--resize-child-windows.
8940 (window-or-subwindow-p): Rename to window--in-subtree-p.
8941
3c6702ef
ML
89422011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8943
8944 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
8945 Ensure that mbox format messages end in two newlines (Bug#9974).
8946
49745b39
CY
89472011-11-06 Chong Yidong <cyd@gnu.org>
8948
8949 * window.el (window-combination-p): Function deleted; its
8950 side-effect is not used in any existing code.
8951 (window-combinations, window-combined-p): Call window-*-child
8952 directly.
8953
24300f5f
CY
89542011-11-05 Chong Yidong <cyd@gnu.org>
8955
8956 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
8957 (window-size-ignore, window-state-get): Callers changed.
8958 (window-normalize-window): Rename from window-normalize-any-window.
8959 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 8960 (window-normalize-live-window): Delete.
447f16b8
CY
8961 (window-combination-p, window-combined-p, window-combinations)
8962 (walk-window-subtree, window-atom-root, window-min-size)
8963 (window-sizable, window-sizable-p, window-size-fixed-p)
8964 (window-min-delta, window-max-delta, window-resizable)
8965 (window-resizable-p, window-full-height-p, window-full-width-p)
8966 (window-current-scroll-bars, window-point-1, set-window-point-1)
8967 (window-at-side-p, window-in-direction, window-resize)
8968 (adjust-window-trailing-edge, maximize-window, minimize-window)
8969 (window-deletable-p, delete-window, delete-other-windows)
8970 (record-window-buffer, unrecord-window-buffer)
8971 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
8972 (quit-window, split-window, window-state-put)
8973 (set-window-text-height, fit-window-to-buffer)
8974 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 8975
89bd5ee1
EZ
89762011-11-04 Eli Zaretskii <eliz@gnu.org>
8977
53479029
EZ
8978 * mail/rmail.el (rmail-simplified-subject): Decode subject with
8979 rfc2047-decode-string.
8980 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
8981 warnings.
8982
89bd5ee1
EZ
8983 * window.el (window-body-height, window-body-width): Mention in
8984 the doc string that the return values are in frame's canonical
8985 units. (Bug#9949)
8986
bd17fdee
AM
89872011-11-03 Alan Mackenzie <acm@muc.de>
8988
8989 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
8990 change in cc-engine.el.
8991
acc825c5
SM
89922011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8993
8994 * window.el (switch-to-buffer): Use `force-same-window' interactively.
8995
1885e5b8
MR
89962011-11-02 Martin Rudalics <rudalics@gmx.at>
8997
8998 * window.el (quit-window): Call unrecord-window-buffer after
8999 showing another buffer in the window. (Bug#9937)
acc825c5 9000 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 9001
ebe06da9
JB
90022011-11-02 Juanma Barranquero <lekktu@gmail.com>
9003
9004 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
9005 Accept status with more than 9 shelves. (Bug#9935)
9006 Reported by Colin D Bennett <colin@gibibit.com>.
9007
4ee88440
MR
90082011-11-01 Martin Rudalics <rudalics@gmx.at>
9009
9010 * help.el (with-help-window): Don't reference
9011 temp-buffer-show-specifiers in doc-string.
9012
08e1d82c
AS
90132011-10-31 Andreas Schwab <schwab@linux-m68k.org>
9014
9015 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
9016 menu-item.
9017
84bd6e9e
VJL
90182011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9019
9020 * whitespace.el: New version 13.2.2.
9021 (whitespace-newline-mode): Disable properly. Reported by Sarah
9022 <EmacsWiki>.
9023
dba0634a
UJ
90242011-10-30 Ulf Jasper <ulf.jasper@web.de>
9025
9026 * net/newst-treeview.el: Remove "Time-stamp".
9027 (newsticker--group-manage-orphan-feeds): Do not call
9028 newsticker--treeview-tree-update.
db22a3c2
JB
9029 (newsticker-treeview-update, newsticker-treeview):
9030 Call newsticker--treeview-tree-update if necessary.
dba0634a 9031
3d8daefe
MR
90322011-10-30 Martin Rudalics <rudalics@gmx.at>
9033
9034 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
9035 (window-iso-combinations): Remove "iso-" infix.
9036 Suggested by Chong Yidong.
3d8daefe
MR
9037 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
9038 (window-max-delta-1, window-resize, window--resize-siblings)
9039 (window--resize-this-window, adjust-window-trailing-edge)
9040 (split-window, balance-windows-1)
9041 (shrink-window-if-larger-than-buffer):
9042 * calendar/calendar.el (calendar-generate-window):
db22a3c2 9043 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 9044
1bc4c3ae
SM
90452011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
9046
9047 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
9048 in place (bug#9907).
9049 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
9050 (eshell-rewrite-if-command, eshell-rewrite-for-command)
9051 (eshell-structure-basic-command, eshell-rewrite-while-command)
9052 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
9053 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
9054 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
9055 (eshell-do-pipelines-synchronously, eshell-eval-command):
9056 Use backquotes and prefer setq to set.
9057 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
9058 (eshell-macrop): Use functionp.
c1e2f5fa 9059 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 9060
30b65d9c
CY
90612011-10-30 Chong Yidong <cyd@gnu.org>
9062
9063 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
9064 instead of set-mark (Bug#9810).
9065
2d197ffb
CY
90662011-10-30 Chong Yidong <cyd@gnu.org>
9067
9068 * window.el (split-window-below, split-window-right): Rename from
9069 split-window-above-each-other and split-window-side-by-side
9070 respectively. All callers changed.
9071 (split-window-sensibly, split-window-sensibly): Use them.
9072 (split-window-keep-point): Doc fix.
9073
9074 * isearch.el: Add isearch-scroll property to split-window-below
9075 and split-window-right.
9076
9077 * follow.el (follow-mode):
9078 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
9079 * progmodes/ada-xref.el (ada-gdb-application):
9080 * emulation/vip.el (vip-buffer-in-two-windows):
9081 * image-dired.el (image-dired-dired-with-window-configuration):
9082 * dired-x.el (dired-do-find-marked-files):
9083 * dired.el (dired-pop-to-buffer):
9084 * bs.el (bs--show-with-configuration):
9085 * vc/emerge.el (emerge-setup-windows):
9086 * textmodes/two-column.el (2C-two-columns):
9087 * textmodes/reftex-toc.el (reftex-toc):
9088 * progmodes/gdb-mi.el (gdb-setup-windows):
9089 * progmodes/fortran.el (fortran-window-create):
9090 * net/newst-treeview.el (newsticker--treeview-window-init):
9091 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
9092 * emulation/tpu-edt.el (tpu-gold-map):
9093 * emulation/crisp.el (crisp-mode-map):
9094 * calendar/calendar.el (calendar-basic-setup): Callers changed.
9095
38bb2ca8
CY
90962011-10-29 Chong Yidong <cyd@gnu.org>
9097
aa4de341
CY
9098 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
9099
e1eb5385
CY
9100 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
9101
5d2ece3c
CY
9102 * textmodes/flyspell.el (flyspell-word): Fix char offset for
9103 forged Ispell output (Bug#7904).
9104
38bb2ca8
CY
9105 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
9106
d0af9f77
SM
91072011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
9108
9109 * doc-view.el: Avoid ugly errors about not finding nil.
9110 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
9111 (doc-view-dvipdf-program, doc-view-unoconv-program)
9112 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
9113 Avoid nil or absolute file name as default value.
9114 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
9115
52bedd34
AM
91162011-10-28 Alan Mackenzie <acm@muc.de>
9117
db22a3c2 9118 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 9119
7e43cfa5
AM
91202011-10-28 Alan Mackenzie <acm@muc.de>
9121
9122 Amend the handling of c-beginning/end-of-defun in nested declaration
9123 scopes.
9124
52bedd34
AM
9125 * progmodes/cc-vars.el (c-defun-tactic): Move here from
9126 cc-langs.el. Change it to a defcustom.
7e43cfa5 9127
52bedd34
AM
9128 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
9129 cc-vars.el.
7e43cfa5 9130
d0af9f77
SM
9131 * progmodes/cc-engine.el (c-beginning-of-statement-1):
9132 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 9133
52bedd34 9134 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 9135 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
9136 (c-widen-to-enclosing-decl-scope): New function.
9137 (c-while-widening-to-decl-block): New macro.
9138 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
9139 outward for defun boundaries, and correspondingly change symbol
9140 `respect-enclosure' to `go-outward'.
9141 (c-declaration-limits): Change algorithm to report only the "innermost"
9142 defun's boundaries.
9143
1a2ce9ee
DD
91442011-10-28 Deniz Dogan <deniz@dogan.se>
9145
9146 * net/rcirc.el (rcirc-mode): Use hard newlines.
9147
bc97a826
AM
91482011-10-28 Alan Mackenzie <acm@muc.de>
9149
9150 Amend to indent and fontify macros "which include their own semicolon"
9151 correctly, using the "virtual semicolon" mechanism.
9152
52bedd34 9153 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 9154
d0af9f77 9155 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 9156 Recode to scan one line at a time rather than having \n and \r
58179cce 9157 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 9158 (c-forward-label): Amend for virtual semicolons.
58179cce 9159 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 9160
52bedd34
AM
9161 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
9162 of the new C macros.
bc97a826 9163
52bedd34 9164 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
9165 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
9166 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
9167 (c-opt-cpp-macro-define): Make into a full language variable.
9168 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
9169 AWK Mode (including \n, \r) removed, no longer needed.
9170
d0af9f77
SM
9171 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
9172 Invoke c-make-macro-with-semi-re.
bc97a826 9173
52bedd34
AM
9174 * progmodes/cc-vars.el (c-macro-with-semi-re):
9175 (c-macro-names-with-semicolon): New variables.
58179cce 9176 (c-make-macro-with-semi-re): New function.
bc97a826 9177
7a6c0941
SM
91782011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
9179
9180 * vc/log-edit.el: Fill empty field rather than adding new one.
9181 (log-edit-add-field): New function.
9182 (log-edit-insert-changelog): Use it.
9183
b0c4cdcf
ML
91842011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
9185
9186 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
9187
ee1f1da9
SM
91882011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
9189
9190 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
9191 (gdb--check-interpreter): New function.
9192 (gdb): Use it.
9193
51bc5f8b
GM
91942011-10-27 Glenn Morris <rgm@gnu.org>
9195
416a2c45
GM
9196 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
9197 (least-positive-float, least-negative-float)
9198 (least-positive-normalized-float, least-negative-normalized-float)
9199 (float-epsilon, float-negative-epsilon):
9200 Remove unnecessary declarations.
9201
9202 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
9203 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
9204 (least-positive-float, least-negative-float)
9205 (least-positive-normalized-float, least-negative-normalized-float)
9206 (float-epsilon, float-negative-epsilon): Add doc-strings,
9207 based on those in cl.texi.
9208
51bc5f8b
GM
9209 * files.el (set-visited-file-name): If the major-mode changed,
9210 reload the local variables. (Bug#9796)
9211
15de15c6
CY
92122011-10-27 Chong Yidong <cyd@gnu.org>
9213
9214 * subr.el (change-major-mode-after-body-hook): New hook.
9215 (run-mode-hooks): Run it.
9216
ee1f1da9
SM
9217 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9218 Use change-major-mode-before-body-hook.
15de15c6
CY
9219
9220 * simple.el (fundamental-mode):
9221 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
9222 change introducing fundamental-mode-hook.
9223
5430d399
JB
92242011-10-26 Juanma Barranquero <lekktu@gmail.com>
9225
acc825c5 9226 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 9227
ad74a69e
MA
92282011-10-26 Michael Albinus <michael.albinus@gmx.de>
9229
9230 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 9231 tramp.el explicitly. (Bug#7583)
ad74a69e 9232
71d4c2a5
SM
92332011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
9234
9235 * progmodes/octave-mod.el:
9236 * progmodes/octave-inf.el: Update maintainer.
9237
b1f6fa26
CY
92382011-10-26 Chong Yidong <cyd@gnu.org>
9239
9240 * subr.el (with-wrapper-hook): Rewrite doc.
9241
3f04efd6
MA
92422011-10-25 Michael Albinus <michael.albinus@gmx.de>
9243
9244 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 9245 filenames "/method:foo:". (Bug#9793)
3f04efd6 9246
410488d3
SM
92472011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9248
9249 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
9250 (bug#9865).
9251
c1ebb47e
GM
92522011-10-24 Glenn Morris <rgm@gnu.org>
9253
9254 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
9255
7f5c46c7
MA
92562011-10-24 Michael Albinus <michael.albinus@gmx.de>
9257
9258 * notifications.el: Add the requirement of a running D-Bus session
9259 bus to the Commentary.
9260
db2440b6
JL
92612011-10-24 Juri Linkov <juri@jurta.org>
9262
9263 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
9264 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
9265 (Bug#9364)
9266
feecf435
JL
92672011-10-24 Juri Linkov <juri@jurta.org>
9268
9269 * info.el (Info-following-node-name-re): Add newline to the list
9270 of allowed characters for leading space. (Bug#9824)
9271
a3839de2
SM
92722011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9273
acc825c5
SM
9274 * progmodes/octave-inf.el (inferior-octave-mode-map):
9275 Fix C-c C-h binding.
a3839de2
SM
9276 * progmodes/octave-mod.el (octave-help): Remove.
9277
09388e76
MA
92782011-10-23 Michael Albinus <michael.albinus@gmx.de>
9279
9280 Sync with Tramp 2.2.3.
9281
9282 * net/tramp-cache.el (top): Pacify byte-compiler using
9283 `init-file-user' and `site-run-file'.
9284
9285 * net/trampver.el: Update release number.
9286
86c60681
CY
92872011-10-23 Chong Yidong <cyd@gnu.org>
9288
9289 * files.el (toggle-read-only): Remove obsolete comment about
9290 version control.
9291
9292 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
9293 for toggle-read-only. Note that this hasn't called vc-next-action
9294 since 2008-05-02, though it wasn't documented at the time.
9295
a3839de2
SM
9296 * vc/ediff-init.el (ediff-toggle-read-only-function):
9297 Use toggle-read-only.
86c60681 9298
cd5495ff
AM
92992011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
9300
9301 Fix bug #9560, sporadic wrong indentation; improve instrumentation
9302 of c-parse-state.
9303
00b77525 9304 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 9305 correct faulty logical expression.
cd5495ff
AM
9306 (c-parse-state-state, c-record-parse-state-state):
9307 (c-replay-parse-state-state): New defvar/defuns.
9308 (c-debug-parse-state): Use new functions.
9309
42ee24ed
MR
93102011-10-22 Martin Rudalics <rudalics@gmx.at>
9311
9312 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 9313 last fix. Use window-in-direction correctly.
42ee24ed 9314
a7dee7e7
CY
93152011-10-21 Chong Yidong <cyd@gnu.org>
9316
9317 * progmodes/idlwave.el (idlwave-mode):
9318 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
9319 require-final-newline; that's done in prog-mode.
9320 Suggested by Stefan Monnier.
a7dee7e7 9321
e07b9a6d
MR
93222011-10-21 Martin Rudalics <rudalics@gmx.at>
9323
9324 * mouse.el (mouse-drag-window-above)
9325 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
9326 (mouse-drag-mode-line-1, mouse-drag-header-line)
9327 (mouse-drag-vertical-line-rightward-window): Remove.
9328 (mouse-drag-line): New function.
9329 (mouse-drag-mode-line, mouse-drag-header-line)
9330 (mouse-drag-vertical-line): Call mouse-drag-line.
9331 * window.el (window-at-side-p, windows-at-side): New functions.
9332
7e1361d9
UM
93332011-10-21 Ulrich Mueller <ulm@gentoo.org>
9334
9335 * tar-mode.el (tar-grind-file-mode):
9336 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
9337
30fcaf3a
CY
93382011-10-21 Chong Yidong <cyd@gnu.org>
9339
9340 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
9341 * progmodes/vera-mode.el (vera-mode):
9342 Use mode-require-final-newline.
30fcaf3a 9343
516eddb0
GM
93442011-10-20 Glenn Morris <rgm@gnu.org>
9345
db22a3c2 9346 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 9347
10d5f513
CS
93482011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
9349
9350 * emulation/cua-base.el (cua-set-mark): Fix case of string.
9351
ac6c8639
CY
93522011-10-20 Chong Yidong <cyd@gnu.org>
9353
9354 * emulation/cua-base.el (cua-mode):
9355 * mail/footnote.el (footnote-mode):
9356 * mail/mailabbrev.el (mail-abbrevs-mode):
9357 * net/xesam.el (xesam-minor-mode):
9358 * progmodes/bug-reference.el (bug-reference-mode):
9359 * progmodes/cap-words.el (capitalized-words-mode):
9360 * progmodes/compile.el (compilation-minor-mode)
9361 (compilation-shell-minor-mode):
9362 * progmodes/gud.el (gud-tooltip-mode):
9363 * progmodes/hideif.el (hide-ifdef-mode):
9364 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
9365 * progmodes/subword.el (subword-mode):
9366 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
9367 * progmodes/which-func.el (which-function-mode):
9368 * term/tvi970.el (tvi970-set-keypad-mode):
9369 * term/vt100.el (vt100-wide-mode):
9370 * textmodes/flyspell.el (flyspell-mode):
9371 * textmodes/ispell.el (ispell-minor-mode):
9372 * textmodes/nroff-mode.el (nroff-electric-mode):
9373 * textmodes/paragraphs.el (use-hard-newlines):
9374 * textmodes/refill.el (refill-mode):
9375 * textmodes/reftex.el (reftex-mode):
9376 * textmodes/rst.el (rst-minor-mode):
9377 * textmodes/sgml-mode.el (html-autoview-mode)
9378 (sgml-electric-tag-pair-mode):
9379 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
9380 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
9381 * emulation/crisp.el (crisp-mode):
9382 * emacs-lisp/eldoc.el (eldoc-mode):
9383 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
9384 minor mode behavior.
9385
aa42ab43
JL
93862011-10-19 Juri Linkov <juri@jurta.org>
9387
9388 * descr-text.el (describe-char): Add #x2010 and #x2011 to
9389 the list of hard-coded chars with escape-glyph face.
9390
89400f1d
SM
93912011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9392
9393 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
9394
305c07f6
MA
93952011-10-19 Michael Albinus <michael.albinus@gmx.de>
9396
9397 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
9398 running process.
9399
13754b54
GM
94002011-10-19 Glenn Morris <rgm@gnu.org>
9401
9402 * vc/vc-bzr.el (vc-bzr-after-dir-status):
9403 Ignore ignored files. (Bug#9726)
9404
06e21633
CY
94052011-10-19 Chong Yidong <cyd@gnu.org>
9406
9407 Doc fix for minor modes, stating that an omitted argument enables
9408 the mode unconditionally when called from Lisp.
9409
9410 * abbrev.el (abbrev-mode):
9411 * allout.el (allout-mode):
9412 * autoinsert.el (auto-insert-mode):
9413 * autoarg.el (autoarg-mode, autoarg-kp-mode):
9414 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
9415 (global-auto-revert-mode):
9416 * battery.el (display-battery-mode):
9417 * composite.el (global-auto-composition-mode)
9418 (auto-composition-mode):
9419 * delsel.el (delete-selection-mode):
9420 * desktop.el (desktop-save-mode):
9421 * dired-x.el (dired-omit-mode):
9422 * dirtrack.el (dirtrack-mode):
9423 * doc-view.el (doc-view-minor-mode):
9424 * double.el (double-mode):
9425 * electric.el (electric-indent-mode, electric-pair-mode):
9426 * emacs-lock.el (emacs-lock-mode):
9427 * epa-hook.el (auto-encryption-mode):
9428 * follow.el (follow-mode):
9429 * font-core.el (font-lock-mode):
9430 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
9431 * help.el (temp-buffer-resize-mode):
9432 * hilit-chg.el (highlight-changes-mode)
9433 (highlight-changes-visible-mode):
9434 * hi-lock.el (hi-lock-mode):
9435 * hl-line.el (hl-line-mode, global-hl-line-mode):
9436 * icomplete.el (icomplete-mode):
9437 * ido.el (ido-everywhere):
9438 * image-file.el (auto-image-file-mode):
9439 * image-mode.el (image-minor-mode):
9440 * iswitchb.el (iswitchb-mode):
9441 * jka-cmpr-hook.el (auto-compression-mode):
9442 * linum.el (linum-mode):
9443 * longlines.el (longlines-mode):
9444 * master.el (master-mode):
9445 * mb-depth.el (minibuffer-depth-indicate-mode):
9446 * menu-bar.el (menu-bar-mode):
9447 * minibuf-eldef.el (minibuffer-electric-default-mode):
9448 * mouse-sel.el (mouse-sel-mode):
9449 * msb.el (msb-mode):
9450 * mwheel.el (mouse-wheel-mode):
9451 * outline.el (outline-minor-mode):
9452 * paren.el (show-paren-mode):
9453 * recentf.el (recentf-mode):
9454 * reveal.el (reveal-mode, global-reveal-mode):
9455 * rfn-eshadow.el (file-name-shadow-mode):
9456 * ruler-mode.el (ruler-mode):
9457 * savehist.el (savehist-mode):
9458 * scroll-all.el (scroll-all-mode):
9459 * scroll-bar.el (scroll-bar-mode):
9460 * server.el (server-mode):
9461 * shell.el (shell-dirtrack-mode):
9462 * simple.el (auto-fill-mode, transient-mark-mode)
9463 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
9464 (line-number-mode, column-number-mode, size-indication-mode)
9465 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
9466 * strokes.el (strokes-mode):
9467 * time.el (display-time-mode):
9468 * t-mouse.el (gpm-mouse-mode):
9469 * tool-bar.el (tool-bar-mode):
9470 * tooltip.el (tooltip-mode):
9471 * type-break.el (type-break-mode-line-message-mode)
9472 (type-break-query-mode):
9473 * view.el (view-mode):
9474 * whitespace.el (whitespace-mode, whitespace-newline-mode)
9475 (global-whitespace-mode, global-whitespace-newline-mode):
9476 * xt-mouse.el (xterm-mouse-mode): Doc fix.
9477
a3839de2
SM
9478 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9479 Fix autogenerated docstring.
06e21633 9480
5214e501
JL
94812011-10-19 Juri Linkov <juri@jurta.org>
9482
9483 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
9484 by checking environment variables "DESKTOP_SESSION" and
9485 "XDG_CURRENT_DESKTOP". (Bug#9779)
9486
195f8db9
JL
94872011-10-19 Juri Linkov <juri@jurta.org>
9488
9489 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
9490 (browse-url-chromium-program, browse-url-chromium-arguments):
9491 New defcustoms.
9492 (browse-url-default-browser): Check for `browse-url-chromium' and
9493 call `browse-url-chromium-program'.
9494 (browse-url-chromium): New command. (Bug#9779)
9495
343a34ff
JB
94962011-10-18 Juanma Barranquero <lekktu@gmail.com>
9497
9498 * facemenu.el (list-colors-duplicates): On Windows, detect more
9499 duplicates by assuming that only colors matching "^System" are
9500 special "system colors". (Bug#9722)
9501
6978a151
SM
95022011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9503
9504 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
9505 to distinguish the author from the committer.
9506
6a80b297
MA
95072011-10-18 Michael Albinus <michael.albinus@gmx.de>
9508
9509 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
9510
b31a5677
JK
95112011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
9512
9513 * international/mule.el (sgml-html-meta-auto-coding-function):
9514 Add support for detecting encoding in HTML5 specified only as
9515 <meta charset="UTF-8">. Implementation just makes http-equiv and
9516 content-type parts from HTML4 encoding string optional. (Bug#9716)
9517
80c6d77f
GM
95182011-10-18 Glenn Morris <rgm@gnu.org>
9519
9520 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
9521
08b0fee8
CY
95222011-10-18 Chong Yidong <cyd@gnu.org>
9523
9524 * faces.el (cursor): Doc fix.
9525
67e729a5
CY
95262011-10-17 Chong Yidong <cyd@gnu.org>
9527
9528 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
9529
343a34ff 95302011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
9531
9532 * dirtrack.el (dirtrack): Support shell buffers with path
9533 prefixes, e.g. tramp-based remote shells. (Bug#9647)
9534
0bc06380
TZ
95352011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
9536
9537 * json.el: Bump version to 1.3 and note change in History.
9538 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
9539
8b79f3e0
SM
95402011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9541
5a7c536b
SM
9542 * comint.el (comint-insert-input, comint-send-input)
9543 (comint-get-old-input-default, comint-backward-matching-input)
9544 (comint-next-prompt): Use nil instead of `input' for field property of
9545 past user input (bug#114).
9546
96a8a0df
SM
9547 * minibuffer.el (completion--replace): Inherit surrounding properties
9548 (bug#114).
9549 (minibuffer-complete-and-exit): Use it.
9550
8b79f3e0
SM
9551 * comint.el (comint--table-subvert): Quote the all-completions output
9552 (bug#9160).
9553
b8f7ff0d
MR
95542011-10-17 Martin Rudalics <rudalics@gmx.at>
9555
8b79f3e0 9556 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 9557
b8f7ff0d 9558 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 9559 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
9560 entries and separate them from frame entries.
9561
c235b555
GM
95622011-10-15 Glenn Morris <rgm@gnu.org>
9563
9564 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
9565 Doc fixes.
9566
6bbfa6e1
CY
95672011-10-15 Chong Yidong <cyd@stupidchicken.com>
9568
8b79f3e0
SM
9569 * net/network-stream.el (network-stream-open-starttls):
9570 Improve detection of failure due to lack of TLS support.
ec5c990d 9571
6bbfa6e1
CY
9572 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
9573 putting the input text in front and in bold.
9574
98488977
SM
95752011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9576
3d1337be
SM
9577 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
9578
ee0b45e4
SM
9579 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
9580 empty buffer.
9581
98488977
SM
9582 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
9583 unread-command-events rather than pushing yet-another event.
9584
186f4720
EZ
95852011-10-14 Eli Zaretskii <eliz@gnu.org>
9586
9587 * mail/sendmail.el (sendmail-query-once): Improve the wording of
9588 the explanation of the possible choices. Make the options passed
9589 to completing-read shorter.
9590
8b7a997c
AM
95912011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9592
9593 * textmodes/flyspell.el (flyspell-large-region): Make sure
9594 extended character mode is used if defined (Bug#1339).
9595
12587bbb
EZ
95962011-10-13 Eli Zaretskii <eliz@gnu.org>
9597
9598 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
9599 character info for LRE, LRO, RLE, and RLO characters by appending
9600 an invisible PDF.
12587bbb 9601
bad41229
SM
96022011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9603
9604 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
9605 even in case of error; add debug spec; simplify data flow.
9606 (with-timeout-handler): Remove.
9607
28dbc92f
MA
96082011-10-12 Michael Albinus <michael.albinus@gmx.de>
9609
9610 Fix Bug#6019, Bug#9315.
9611
9612 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
9613 complete `buffer-file-name', the local file name part could look
9614 remotely (for example on VMS).
9615
9616 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
9617 `tramp-run-real-handler'.
9618 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
9619 already quoted by '"'.
9620
9621 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
9622 Let `file-name-handler-alist' be nil, the local file name part
9623 could look remotely (for example on VMS).
9624
e1b0b23a
SM
96252011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9626
9627 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
9628 from here...
9629 (flyspell-post-command-hook): ...to here.
9630
a120bde9
SM
96312011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9632
9633 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
9634 if not needed.
9635 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
9636 using completion. Protect against "slow" callers.
9637 Remove the "message hack".
9638
7ce7717b
JL
96392011-10-11 Juri Linkov <juri@jurta.org>
9640
9641 * isearch.el (isearch-lazy-highlight-word): New variable.
9642 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
9643 Use it. (Bug#9727)
9644
c02ee9d6
GM
96452011-10-11 Glenn Morris <rgm@gnu.org>
9646
9647 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
9648 like f90-previous-statement does.
9649
93e616fd 96502011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9651
1f190e73 9652 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
9653 only in interactive use, to avoid error.
9654
af7b6078
SM
96552011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9656
9657 * minibuffer.el (completion-file-name-table): Fix last change,
9658 i.e. ignore normal errors but not the other ones.
9659
0563dae9
MR
96602011-10-10 Martin Rudalics <rudalics@gmx.at>
9661
9662 * window.el (special-display-buffer-names)
9663 (special-display-regexps): Remove some remnants of earlier
9664 changes from doc-strings.
366ca7f3
MR
9665 (quit-windows-on): New function.
9666
9667 * vc/vc.el (vc-revert, vc-rollback):
9668 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
9669 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 9670 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 9671
49677495
MR
96722011-10-09 Martin Rudalics <rudalics@gmx.at>
9673
9674 * window.el (frame-auto-hide-function): Add version tag.
9675 (Bug#9699)
9676
56f2d1e1
MA
96772011-10-09 Michael Albinus <michael.albinus@gmx.de>
9678
9679 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
9680 condition.
9681
112a6592
LL
96822011-10-09 Leo Liu <sdl.web@gmail.com>
9683
9684 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
9685 (Bug#9701)
9686
0812589b
GM
96872011-10-08 Glenn Morris <rgm@gnu.org>
9688
9689 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
9690 before the first code statement zero indent. (Bug#9690)
9691
b2b0776e
CY
96922011-10-08 Chong Yidong <cyd@stupidchicken.com>
9693
9694 * simple.el (count-words-region): Always count in the region.
9695 Report the number of lines and characters too.
9696 (count-words): New command, which counts in the buffer if the
9697 region is inactive, as count-words-region used to.
9698 (count-words--message): New function. Handle plurals.
9699 (count-lines-region): Make it an alias for count-words-region.
9700
9701 * bindings.el (esc-map): Replace count-lines-region with
9702 count-words-region.
9703
c557cd6b
MR
97042011-10-08 Martin Rudalics <rudalics@gmx.at>
9705
9706 * window.el (window--delete): Delete dedicated frame
9707 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 9708 (switch-to-buffer): Fix doc-string typo.
c557cd6b 9709
61a57ef4 97102011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9711
3a7d293b 9712 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 9713
c3833279
CY
97142011-10-07 Chong Yidong <cyd@stupidchicken.com>
9715
9716 * bindings.el ([M-left],[M-right]): Bind to left-word and
9717 right-word respectively.
9718
21ce8245
GM
97192011-10-07 Glenn Morris <rgm@gnu.org>
9720
9721 * cus-start.el (debug-on-quit): Fix custom type.
9722
6d823bb2
LMI
97232011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9724
0181e193
LMI
9725 * subr.el (define-key-after): Clarify that the function is not
9726 useful for non-menu keymaps.
9727
6d823bb2
LMI
9728 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
9729
8e3459ce 97302011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9731
21ce8245 9732 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 9733 in current minibuffer (Fix bug with recursive minibuffers).
9734
a1c2d21e
CY
97352011-10-06 Chong Yidong <cyd@stupidchicken.com>
9736
9737 * progmodes/gdb-mi.el (gdb): Doc fix.
9738
5a4cf282
MR
97392011-10-05 Martin Rudalics <rudalics@gmx.at>
9740
9741 * window.el (frame-auto-hide-function): New option replacing
9742 frame-auto-delete. Suggested by Stefan Monnier.
9743 (window--delete): Call frame-auto-hide-function instead of
9744 investigating frame-auto-delete.
c96111ea
MR
9745 (window-point-1, set-window-point-1): New functions.
9746 (window-in-direction, record-window-buffer, window-state-get-1)
9747 (display-buffer-record-window): Use window-point-1 instead of
9748 window-point.
9749 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 9750
9854542e
SM
97512011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9752
9753 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
9754
8943cfb0
GM
97552011-10-05 Glenn Morris <rgm@gnu.org>
9756
9757 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
9758 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
9759
647ab967
LL
97602011-10-05 Leo Liu <sdl.web@gmail.com>
9761
9762 * subr.el (read-char-choice): Fix argument to buffer-live-p which
9763 works with buffer object.
9764
3ddfbced
SM
97652011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9766
9767 * mpc.el (mpc-tool-bar-map): Add labels.
9768
bdfa5dd2
GM
97692011-10-04 Glenn Morris <rgm@gnu.org>
9770
9771 * calendar/holidays.el (calendar-check-holidays): Doc fix.
9772
0e2070b5
MR
97732011-10-04 Martin Rudalics <rudalics@gmx.at>
9774
9775 * window.el (window--delete): New function.
9776 (frame-auto-delete): Resuscitate option.
9777 (bury-buffer, replace-buffer-in-windows)
9778 (quit-window): Rewrite using window--delete.
9779 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9780 Pass display-buffer-mark-dedicated to window--display-buffer-2
9781 (Bug#9639).
9782
3dc61a09
SM
97832011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9784
915a9b64
SM
9785 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
9786 returns a list (bug#9554). Add remote file name completion.
9787 * comint.el (comint--table-subvert): Curry and get quote&unquote
9788 functions as arguments.
9789 (comint--complete-file-name-data): Adjust call accordingly.
9790 * pcomplete.el (pcomplete--table-subvert): Remove.
9791 (pcomplete-completions-at-point): Use comint--table-subvert instead.
9792
3dc61a09
SM
9793 * minibuffer.el (completion-table-case-fold): Use currying.
9794 (completion--styles-type, completion--cycling-threshold-type):
9795 New constants.
9796 (completion-styles, completion-category-overrides)
9797 (completion-cycle-threshold): Use them.
9798 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
9799 completion-table-case-fold.
9800
8ea0a993
SB
98012011-10-03 Stephen Berman <stephen.berman@gmx.net>
9802
9803 * minibuffer.el (completion-category-overrides): Fix type of styles
9804 and add more user friendly tags (bug#9660).
9805
8c24b7f6
SM
98062011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9807
9808 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
9809 (mule-input-method-string): New widget.
9810 (default-input-method, language-info-custom-alist): Use it.
9811
428fe61a
SM
98122011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9813
32c1fffd
SM
9814 * pcomplete.el: Require comint.
9815 (pcomplete--common-suffix): Remove.
9816 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
9817 (pcomplete--table-subvert): Sync with comint--table-subvert.
9818 (pcomplete--entries): Use comint-completion-file-name-table.
9819 * comint.el (comint-unquote-filename): Simplify.
9820 (comint-completion-file-name-table): New function (bug#9616).
9821 (comint--complete-file-name-data): Use it.
9822
428fe61a
SM
9823 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
9824 (pcmpl-gnu-tar-buffer): Remove.
9825 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
9826 around. Make sure pcomplete-suffix-list is only changed temporarily.
9827 Don't look inside the tar's file if it's too large.
428fe61a 9828
04c52e2f
CY
98292011-10-01 Chong Yidong <cyd@stupidchicken.com>
9830
ce3cefcc
CY
9831 * cus-edit.el (custom-mode-map):
9832 * epa.el (epa-key-list-mode-map):
9833 * man.el (Man-mode-map):
9834 * startup.el (splash-screen-keymap):
9835 * simple.el (special-mode-map): Use scroll-up-command and
9836 scroll-down-command.
9837
9838 * progmodes/idlw-help.el (idlwave-help-mode-map):
9839 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
9840 * net/newst-plainview.el (newsticker-mode-map):
9841 * emulation/ws-mode.el (wordstar-mode-map):
9842 * emulation/vi.el (vi-com-map):
9843 * calc/calc-graph.el (calc-graph-show-dumb):
9844 * term/sun.el (terminal-init-sun):
9845 * term/ns-win.el (global-map):
9846 * progmodes/grep.el (grep-mode-map):
9847 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
9848 * mail/rmail.el (rmail-mode-map):
9849 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
9850
04c52e2f
CY
9851 * custom.el (custom-safe-themes, load-theme): Treat value of t for
9852 custom-safe-themes as special.
9853
79adf8c8
JD
98542011-10-01 Julien Danjou <julien@danjou.info>
9855
9856 * notifications.el (notifications-notify): Fix docstring.
9857
63bd50d3
PS
98582011-10-01 Per Starbäck <per@starback.se>
9859
9860 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
9861
199e4c7e
MR
98622011-09-30 Martin Rudalics <rudalics@gmx.at>
9863
9864 * startup.el (command-line-1): Fix last fix by inserting
9865 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 9866 (Bug#9605) and (Bug#9636)
199e4c7e 9867
fe5f08dd
EZ
98682011-09-29 Eli Zaretskii <eliz@gnu.org>
9869
9870 * simple.el (line-move): If auto-hscroll-mode is disabled and the
9871 window is hscrolled, move by logical lines. (Bug#9607)
9872 (line-move-visual): Update the doc string to the above effect.
9873
b5516bbd
MR
98742011-09-29 Martin Rudalics <rudalics@gmx.at>
9875
ccee00c0
MR
9876 * window.el (display-buffer-record-window): When WINDOW is the
9877 selected window use `point' instead of `window-point'. (Bug#9626)
9878
b5516bbd
MR
9879 * startup.el (command-line-1): Use insert-before-markers when
9880 inserting initial-scratch-message. (Bug#9605)
ccee00c0 9881
b5516bbd
MR
9882 * help.el (help-window): Remove variable.
9883
52aa0014
GM
98842011-09-29 Glenn Morris <rgm@gnu.org>
9885
9886 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
9887
df9a7357
JB
98882011-09-29 Juanma Barranquero <lekktu@gmail.com>
9889
9890 * descr-text.el (describe-char-categories): Accept category
9891 descriptions more than one line long.
9892
a8406c20
SM
98932011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9894
88d9610c
SM
9895 * simple.el (delete-trailing-whitespace): Fix last change.
9896
a5daf810
SM
9897 * progmodes/perl-mode.el (perl-syntax-propertize-function):
9898 Don't confuse "y => 3" as the beginning of a `y' operation.
9899
a8406c20
SM
9900 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
9901 object has more than 4 slots (bug#9613).
9902
a239d4e9
JB
99032011-09-28 Juanma Barranquero <lekktu@gmail.com>
9904
9905 * subr.el (with-output-to-temp-buffer):
9906 * net/quickurl.el (quickurl, quickurl-browse-url):
9907 Fix typos in docstrings.
9908
693fbdb6
EZ
99092011-09-27 Eli Zaretskii <eliz@gnu.org>
9910
9911 * minibuffer.el (completion-styles)
9912 (completion-category-overrides): Cross reference each other in doc
9913 strings.
9914
8b457e28
GM
99152011-09-27 Glenn Morris <rgm@gnu.org>
9916
9917 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
9918 to split-string. (Bug#9606)
9919
85a16208
LMI
99202011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9921
9922 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
9923 (bug#9615).
9924
502f9ebd
CY
99252011-09-27 Chong Yidong <cyd@stupidchicken.com>
9926
9927 * emacs-lisp/package.el (list-packages): Fix echo area message.
9928
7690bdea
LL
99292011-09-27 Leo Liu <sdl.web@gmail.com>
9930
9931 * ido.el (ido-read-internal): Accept cons cell HIST arg.
9932
e2ee6f30
MA
99332011-09-25 Michael Albinus <michael.albinus@gmx.de>
9934
9935 * net/dbus.el (dbus-unregister-object): Don't release services for
9936 registered signals. (Bug#9581)
9937
f3f98342
TZ
99382011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9939
9940 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
9941 function that picks between cfengine 2 and 3 support
9942 automatically. Update docs accordingly.
9943
dd7aa8dd
KH
99442011-09-22 Kenichi Handa <handa@m17n.org>
9945
9946 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
9947 ZERO.
9948 (indian-itrans-v5-table-for-tamil): New variable.
9949 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
9950
3f2b07f8
KM
99512011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
9952
9953 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
9954 that's true if the current command involved collapsing of text.
9955 It's reset to false at the beginning of the next command.
9956 (allout-post-command-business): Move the cursor to the beginning
9957 of entry if the cursor is hidden and collapsing activity just
9958 happened.
9959
371d6a61
CY
99602011-09-24 Chong Yidong <cyd@stupidchicken.com>
9961
9962 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
9963 tracking (Bug#9541).
9964
2ac2721a
UJ
99652011-09-24 Ulf Jasper <ulf.jasper@web.de>
9966
9967 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
9968 (newsticker-show-news): Automatically load html rendering package
9969 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
9970 because w3m-fill-column is let-bound" and the error "Symbol's value
9971 as variable is void: w3m-fill-column".
2ac2721a 9972
fac7ae53
MA
99732011-09-24 Michael Albinus <michael.albinus@gmx.de>
9974
9975 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
9976 Release services only if they are defined. (Bug#9581)
9977
e08b633b
RS
99782011-09-23 Richard Stallman <rms@gnu.org>
9979
e488d29c
RS
9980 * textmodes/paragraphs.el (forward-sentence): For backwards case,
9981 distinguish start of paragraph from start of its text.
9982
19c38752
RS
9983 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
9984
e08b633b
RS
9985 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
9986 (rmail-generate-viewer-buffer): Put that hook on view buffer.
9987 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
9988
0a39f27e
AS
99892011-09-23 Andreas Schwab <schwab@linux-m68k.org>
9990
9991 * international/mule-diag.el (mule-diag): Insert a newline after
9992 each fontset description.
9993
db4e950d
SM
99942011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9995
9996 * simple.el (delete-trailing-whitespace):
9997 Document last change; simplify.
9998
eca3f3ea
PW
99992011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
10000
d68e189a
PW
10001 * simple.el (delete-trailing-whitespace): Also delete
10002 extra newlines at the end of the buffer.
10003
eca3f3ea
PW
10004 * textmodes/picture.el: Make motion commands obey shift-select-mode.
10005 (picture-newline): Use forward-line so as to ignore fields.
10006
01c157cc
SM
100072011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
10008
10009 * subr.el (with-wrapper-hook): Fix edebug spec.
10010
022de23e
LMI
100112011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10012
10013 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
10014 (bug#4538).
10015
91683089
MA
100162011-09-23 Michael Albinus <michael.albinus@gmx.de>
10017
eca3f3ea
PW
10018 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
10019 Fix nasty bug using wrong cached values.
91683089 10020
5bdd6fa4
AM
100212011-09-23 Alan Mackenzie <acm@muc.de>
10022
10023 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
10024
97adfb97
CY
100252011-09-23 Chong Yidong <cyd@stupidchicken.com>
10026
10027 * window.el (pop-to-buffer): Ensure right window is selected if we
10028 chose another frame.
10029
d4ef2b50
EZ
100302011-09-22 Eli Zaretskii <eliz@gnu.org>
10031
10032 * simple.el (what-cursor-position): Use get-char-property-change
10033 and next-single-char-property-change, to be able to show display
10034 properties that come from overlays as well as text properties.
10035
72258fe5
CY
100362011-09-22 Chong Yidong <cyd@stupidchicken.com>
10037
10038 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
10039
10040 * cmuscheme.el (run-scheme, switch-to-scheme):
10041 * cus-edit.el (customize-group, custom-buffer-create)
10042 (customize-browse):
10043 * info.el (info):
10044 * shell.el (shell):
10045 * mail/sendmail.el (mail):
10046 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
10047
8f098516
RS
100482011-09-22 Richard Stallman <rms@gnu.org>
10049
10050 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
10051 move back only to line beg, don't move back over blank lines.
10052
e74f1bb6
MA
100532011-09-22 Michael Albinus <michael.albinus@gmx.de>
10054
10055 * files.el (copy-directory): Set directory attributes only in case
10056 they could be retrieved from the source directory. (Bug#9565)
10057
bfeef8b6
DK
100582011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
10059
10060 * progmodes/hideshow.el (hs-looking-at-block-start-p)
10061 (hs-find-block-beginning, hs-hide-level-recursive):
10062 Ignore strings as well as comments. (Bug#9502)
10063
7e423bb8
AS
100642011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
10065
10066 * progmodes/sql.el (sql-comint-postgres):
10067 Convert port number to a string. (Bug#9566)
10068
b4d72fcf
MR
100692011-09-22 Martin Rudalics <rudalics@gmx.at>
10070
10071 * window.el (quit-window): Undedicate window when switching to
10072 previous buffer. Reported by Thierry Volpiatto
10073 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
10074 (special-display-popup-frame): When popping up a new frame reset
10075 its previous buffers to nil. Simplify code.
b4d72fcf 10076
a7b88dc6
MA
100772011-09-21 Michael Albinus <michael.albinus@gmx.de>
10078
10079 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
10080 and process filter, as done also in `shell-command'.
10081
cf4eacfd
MR
100822011-09-21 Martin Rudalics <rudalics@gmx.at>
10083
eca3f3ea 10084 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
10085 Call set-window-start with NOFORCE argument t.
10086 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
10087 (quit-window): Reword doc-string. Handle new format of
10088 quit-restore parameter. Don't delete window if it has a
10089 previous buffer we can show instead of the present one.
10090 (display-buffer-record-window): Rewrite using a new format for
10091 the quit-restore window parameter
10092 (special-display-popup-frame, display-buffer-same-window)
10093 (display-buffer-reuse-window, display-buffer-pop-up-frame)
10094 (display-buffer-pop-up-window, display-buffer-use-some-window):
10095 Adapt symbol passed to display-buffer-record-window.
10096 * help.el (help-window-setup): Handle new format of quit-restore
10097 parameter.
10098
8d28cb95
SM
100992011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10100
94ab793f
SM
10101 * faces.el (face-list): Fix docstring (bug#9564).
10102
8d28cb95
SM
10103 * window.el (display-buffer--action-function-custom-type):
10104 Don't include internal functions in the Custom interface.
10105
3820edeb
JL
101062011-09-20 Juri Linkov <juri@jurta.org>
10107
10108 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
10109 (Info-forward-node, Info-backward-node, Info-next-preorder)
10110 (Info-last-preorder): Use it. (Bug#9528)
10111
5147931d
JL
101122011-09-20 Juri Linkov <juri@jurta.org>
10113
10114 * info.el (Info-last-preorder): Visit last menu item only when
10115 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
10116
cf499a1a
JD
101172011-09-20 Julien Danjou <julien@danjou.info>
10118
10119 * password-cache.el (password-cache-remove): Remove entries even if the
10120 value is nil, so that password with a nil value (negative caching) is
10121 possible to invalidate.
10122
f84e2fe2
LM
101232011-09-20 Lawrence Mitchell <wence@gmx.li>
10124
10125 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
10126 all whitespace around breakpoint. (Bug#9553)
10127 (f90-find-breakpoint): Only break at whitespace inside a comment.
10128
78054a46
SM
101292011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
10130
10131 * minibuffer.el (completion-file-name-table): Keep track of errors.
10132 (completion-table-with-predicate): Handle the case where pred1 is nil.
10133 * pcomplete.el (pcomplete-completions-at-point): Simplify.
10134
345083b2
SM
101352011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10136
e24e27be
SM
10137 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
10138 (debugger-return-value): Signal an error if the debugging context does
10139 not await any return value.
10140
345083b2
SM
10141 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
10142 * image-mode.el (image-toggle-display-text)
10143 (image-toggle-display-image): Stay away from evil `intangible'.
10144
08d355e3
LL
101452011-09-19 Leo Liu <sdl.web@gmail.com>
10146
10147 * replace.el (occur-revert-arguments): Make it permanent-local.
10148 (occur-mode): Don't call font-lock-defontify.
10149
f01da43f
CY
101502011-09-19 Chong Yidong <cyd@stupidchicken.com>
10151
10152 * net/ldap.el (ldap-search-internal): Don't push empty search
10153 result (Bug#9508).
10154
b6072fa6
SM
101552011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10156
10157 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
10158
443d6696
MA
101592011-09-19 Michael Albinus <michael.albinus@gmx.de>
10160
10161 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
10162 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
10163
7cc6e154
JL
101642011-09-18 Juri Linkov <juri@jurta.org>
10165
10166 * buff-menu.el (Buffer-menu-mode-map):
10167 * dired.el (dired-mode-map):
10168 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
10169 (lisp-interaction-mode-map):
10170 * emacs-lisp/package.el (package-menu-mode-map):
10171 * epa.el (epa-key-list-mode-map):
10172 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
10173 (menu-bar-options-menu):
10174 * outline.el (outline-mode-menu-bar-map):
10175 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
10176 * vc/vc-dir.el (vc-dir-menu-map):
10177 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
10178 Capitalize non-function content words in menu item strings.
10179
10180 * dired.el (dired-mode-map): Add menu item for
10181 `image-dired-dired-toggle-marked-thumbs'.
10182
80302a81
JL
101832011-09-18 Juri Linkov <juri@jurta.org>
10184
10185 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
10186 to `isearch-case-fold-search' and restore its original value
10187 after the `isearch-mode' call.
10188
46c5cf66
JL
101892011-09-18 Juri Linkov <juri@jurta.org>
10190
10191 * progmodes/grep.el (grep-process-setup): Don't check code for 1
10192 because `zgrep' returns 1 for successful matches (bug#9226).
10193
d18b513b
JL
101942011-09-18 Juri Linkov <juri@jurta.org>
10195
10196 * info.el (Info-extract-menu-node-name): Check the second match
10197 for empty string (second test-case of bug#9528).
10198 (Info-last-preorder): Let-bind `Info-history' to nil to not add
10199 intermediate nodes to the history (first test-case of bug#9528).
10200
72753f87
JL
102012011-09-18 Juri Linkov <juri@jurta.org>
10202
10203 * info.el (Info-mode-syntax-table): New variable.
1154d12e 10204 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 10205
c9384295
JL
102062011-09-18 Juri Linkov <juri@jurta.org>
10207
1154d12e
JB
10208 * info.el (Info-file-supports-index-cookies):
10209 Increment line-beginning-position's arg from 3 to 4 because makeinfo
10210 outputs one more line for long file names (bug#4142).
c9384295 10211
d473dce8
CY
102122011-09-18 Chong Yidong <cyd@stupidchicken.com>
10213
10214 * newcomment.el (comment-normalize-vars): If prompting for
10215 comment-start, set comment-start-skip too (Bug#8424).
10216
2176854d
JB
102172011-09-18 Johan Bockgård <bojohan@gnu.org>
10218
10219 * icomplete.el: Fix previous fix of Bug#5849.
10220 (icomplete-mode): Don't set completion-show-inline-help.
10221 (icomplete-minibuffer-setup): Set completion-show-inline-help
10222 locally during icompletion.
10223
3aace4e4
CY
102242011-09-18 Chong Yidong <cyd@stupidchicken.com>
10225
c940224f
CY
10226 * woman.el (woman2-process-escapes): Don't delete unrecognized
10227 escapes (Bug#7843).
10228
3aace4e4
CY
10229 * files.el (inhibit-first-line-modes-regexps): Add image files.
10230 (hack-local-variables-prop-line): Return nil for malformed
10231 prop-lines (Bug#9044).
10232
710dec63
MA
102332011-09-18 Michael Albinus <michael.albinus@gmx.de>
10234
10235 * net/tramp.el (top): Don't require 'shell.
10236 (tramp-methods): Fix docstring.
10237 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
10238 Return complete remote file name. Handle "smb" case.
10239 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
10240 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
10241
10242 * net/tramp-compat.el (top): Require 'shell.
10243
10244 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
10245 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
10246 `tramp-current-host'.
10247 (tramp-get-remote-tmpdir): Remove.
10248
10249 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
10250 `tramp-tmpdir' entries.
10251 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
10252 (tramp-smb-handle-file-attributes): Ignore errors.
10253 (tramp-smb-wait-for-output): Check also for process end.
10254
5d5ac8ec
LMI
102552011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10256
10257 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
10258 when sending QUIT (bug#9312).
10259
8c0f49f0
CY
102602011-09-17 Chong Yidong <cyd@stupidchicken.com>
10261
10262 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
10263 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
10264 occur-mode-display-occurrence.
10265 (occur-edit-mode): Add usage message.
10266 (occur-cease-edit): New command.
10267 (occur-after-change-function): Use text properties to find the
10268 position of the prefix text.
10269 (occur-engine): Set stickiness of prefix text properties.
10270
8f1383f7
GM
102712011-09-17 Glenn Morris <rgm@gnu.org>
10272
10273 * progmodes/etags.el (complete-tag):
10274 Fix call to completion-in-region. (Bug#9526)
10275
744ba0e3
JL
102762011-09-17 Juri Linkov <juri@jurta.org>
10277
10278 * textmodes/ispell.el (ispell-word): Add to the error message
10279 the word, ispell program name and current dictionary (bug#9121).
10280 (ispell-tex-arg-end): Capitalize "error" in the error message.
10281
d9bbf400
AS
102822011-09-17 Andreas Schwab <schwab@linux-m68k.org>
10283
10284 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
10285 check. (Bug#4251)
10286
8da11505
JL
102872011-09-17 Juri Linkov <juri@jurta.org>
10288
10289 * window.el (window-safe-min-height, window-safe-min-width):
10290 Fix typos (followup to bug#9522).
10291
a91adc7e
SJ
102922011-09-17 Sven Joachim <svenjoac@gmx.de>
10293
10294 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
10295
064f328a
EZ
102962011-09-16 Eli Zaretskii <eliz@gnu.org>
10297
10298 * simple.el (line-move): If goal-column is set, move by logical
10299 lines, not by display lines. (Bug#971)
10300 (next-line, previous-line, goal-column, line-move-visual): Doc fix
10301 to reflect the above change.
10302
e69df516
SM
103032011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
10304
10305 * image.el (imagemagick-register-types): Use regexp-opt.
10306
cbb0f9ab
CY
103072011-09-15 Chong Yidong <cyd@stupidchicken.com>
10308
10309 * window.el (display-buffer-base-action): Rename from
10310 display-buffer-default-action. Make default value empty.
10311 (display-buffer-overriding-action): Convert to defvar.
10312 (display-buffer-fallback-action): New var.
10313
25322144
CY
103142011-09-15 Chong Yidong <cyd@stupidchicken.com>
10315
10316 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
10317 declaration.
10318 (package--add-to-archive-contents): If there is a duplicate entry
10319 with an older version, remove it.
10320 (package-menu-mark-delete, package-menu-mark-install)
10321 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
10322 (package-menu-mark-obsolete-for-deletion):
10323 Use package-menu-get-status instead of a regexp search.
25322144
CY
10324 (package-menu-get-status): Use tabulated-list-entry.
10325 (package-menu-mark-upgrades): New command.
d770725a 10326 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
10327 (package-menu-execute): Do installation before deletion.
10328 (package-menu-refresh, package-menu-execute): Use derived-mode-p
10329 instead of checking major-mode.
10330 (package-menu--find-upgrades): New function.
10331
7520339c
LMI
103322011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10333
10334 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
10335 passwords in the log buffer.
65a046c4
LMI
10336 (smtpmail-process-filter): Update the process marker so that the
10337 "broken by peer" status message is inserted in the right place.
7520339c 10338
d3c30954
SM
103392011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
10340
3fe48822
SM
10341 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
10342 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
10343 bibtex-completion-at-point-function.
10344 (bibtex-completion-at-point-function): Use them.
10345
1b8b3954
SM
10346 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
10347
d3c30954
SM
10348 * mpc.el (mpc-constraints-tag-lookup): New function.
10349 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
10350 also to browser "album|playlist".
10351
72779976
JL
103522011-09-14 Juri Linkov <juri@jurta.org>
10353
10354 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
10355 (isearch-edit-string): Use length of `isearch-string' when
10356 `isearch-fail-pos' returns nil.
10357 (isearch-message): Remove duplicate code and call
10358 `isearch-fail-pos' with arg `t'.
10359
a0bf2bcd
CY
103602011-09-14 Chong Yidong <cyd@stupidchicken.com>
10361
17bb0a2d
CY
10362 * replace.el (occur-mode-goto-occurrence): Don't force using other
10363 window (Bug#9499).
10364
a0bf2bcd
CY
10365 * dired-aux.el (dired-do-chmod): Don't provide initial input.
10366
f678e0b6
MR
103672011-09-14 Martin Rudalics <rudalics@gmx.at>
10368
10369 * window.el (display-buffer-window): Remove.
10370 (display-buffer-record-window): Use help-setup window parameter
10371 instead of variable display-buffer-window.
10372 (display-buffer-function, special-display-buffer-names)
10373 (special-display-function): Mention help-setup parameter instead
10374 of display-buffer-window in doc-string.
d3c30954
SM
10375 * help.el (help-window-setup): New argument help-window.
10376 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
10377 Reword some messages.
10378 (with-help-window): Pass window used for displaying the buffer
10379 to help-window-setup. Don't set display-buffer-window.
10380
8e39b2e8
GM
103812011-09-13 Glenn Morris <rgm@gnu.org>
10382
10383 * emacs-lisp/debug.el (debugger-make-xrefs):
10384 Preserve point. (Bug#9462)
10385
85e9c04b
CY
103862011-09-13 Chong Yidong <cyd@stupidchicken.com>
10387
10388 * window.el (window-deletable-p): Use next-frame.
10389
1b36ed6a
MR
103902011-09-13 Martin Rudalics <rudalics@gmx.at>
10391
10392 * window.el (window-auto-delete): Remove.
10393 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 10394 dedication and previous buffers.
1b36ed6a
MR
10395 (switch-to-prev-buffer): Don't delete window.
10396 (delete-windows-on): Delete a window's frame if and only if the
10397 window is dedicated.
10398 (replace-buffer-in-windows): Delete buffer's window or frame if
10399 and only if window is dedicated.
10400 (quit-window): Handle quit-restore as before last change.
4d61f28d 10401 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 10402
ef8ef9fb
CY
104032011-09-13 Chong Yidong <cyd@stupidchicken.com>
10404
10405 * window.el (window-deletable-p): Never delete the last frame on a
10406 given terminal.
10407
b2cba41e
GM
104082011-09-13 Glenn Morris <rgm@gnu.org>
10409
10410 * help.el (describe-key-briefly): Copy previous standard-output change.
10411
51553db6 104122011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
10413
10414 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
10415
b7556719
GM
104162011-09-13 Glenn Morris <rgm@gnu.org>
10417
10418 * emacs-lisp/lisp-mode.el (lisp-indent-function):
10419 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
10420
64b51947
CY
104212011-09-12 Chong Yidong <cyd@stupidchicken.com>
10422
10423 * dired-aux.el (dired-mark-read-string): Don't return default
10424 value on empty input (Bug#9361).
10425 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
10426 Omit initial minibuffer contents.
10427 (dired-do-chmod): Signal an error on empty input.
10428 (dired-mark-read-string): Don't return default on empty input.
10429
10430 * files.el (file-modes-symbolic-to-number): Doc fix.
10431
393a301e
SM
104322011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10433
10434 * international/mule-cmds.el (ucs-completions): Remove.
10435 (read-char-by-name): Use complete-with-action instead; add metadata.
10436
fa5660f9
CY
104372011-09-11 Chong Yidong <cyd@stupidchicken.com>
10438
10439 * window.el (display-buffer--action-function-custom-type)
10440 (display-buffer--action-custom-type): New vars.
10441 (display-buffer-alist, display-buffer-default-action)
10442 (display-buffer-overriding-action): Add defcustom types.
10443
4a592f66
CY
10444 * frame.el (delete-other-frames): Doc fix (Bug#276).
10445
73d56dbd
LMI
104462011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10447
10448 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
10449
37ac18a3
CY
104502011-09-11 Chong Yidong <cyd@stupidchicken.com>
10451
10452 Change modes that used same-window-* vars to use switch-to-buffer.
10453
10454 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
10455 Use switch-to-buffer.
10456
10457 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
10458 (customize-browse, custom-buffer-create-other-window):
10459 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
10460
10461 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
10462 (Info-prev, Info-up, Info-speedbar-goto-node)
10463 (info-display-manual): Use switch-to-buffer.
10464 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
10465
10466 * mail/sendmail.el (mail): Use switch-to-buffer.
10467 (mail-recover): Use switch-to-buffer-other-window.
10468
10469 * cmuscheme.el (run-scheme, switch-to-scheme):
10470 * ielm.el (ielm):
10471 * shell.el (shell):
10472 * net/rlogin.el (rlogin):
10473 * net/telnet.el (telnet, rsh):
10474 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
10475
10195bd6
AS
104762011-09-11 Andreas Schwab <schwab@linux-m68k.org>
10477
10478 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
10479
b322f63a
LMI
104802011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10481
39d7fed6
LMI
10482 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
10483 so don't mention it (bug#9301).
ba5a81f1 10484 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 10485
ee0e9f11
LMI
10486 * faces.el (face-spec-set-match-display): Make `(type graphic)'
10487 match `x', `w32' and `ns', like the manual says (bug#9029).
10488
0b1c89c1 10489 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
10490 (process-kill-buffer-query-function): Mention the buffer name in
10491 the query.
0b1c89c1 10492
77549ea8
LMI
10493 * image-mode.el (image-next-line): The line parameter is mandatory
10494 (bug#9258).
10495
803ef892
LMI
10496 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
10497 which can be useful (bug#9301).
10498
12980837
LMI
10499 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
10500
91054f8f
LMI
10501 * subr.el (match-string): Mention that the current buffer should
10502 be the same as the search was done in (bug#9282).
10503
b322f63a
LMI
10504 * facemenu.el: Disable the remove-* commands if the mark isn't
10505 active (bug#9162).
10506
3199b96f
CY
105072011-09-10 Chong Yidong <cyd@stupidchicken.com>
10508
10509 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
10510 of display-buffer.
10511 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
10512
10513 * replace.el (occur-mode-goto-occurrence)
10514 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
10515 and display-buffer.
10516
10517 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
10518 display-buffer.
10519
10520 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
10521 special-display and same-window variables.
10522 (mail-other-window): Use switch-to-buffer-other-window.
10523 (mail-other-frame): USe switch-to-buffer-other-frame.
10524
393a301e
SM
10525 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
10526 Use display-buffer-other-frame.
3199b96f
CY
10527 (gdb-display-gdb-buffer): Use pop-to-buffer.
10528
10529 * progmodes/gud.el (gud-goto-info): Use info-other-window.
10530
10531 * progmodes/python.el: Don't set same-window-buffer-names.
10532
10533 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
10534
10535 * window.el (display-buffer-alist): Add *Python*.
10536
8319e0bf
CY
105372011-09-10 Chong Yidong <cyd@stupidchicken.com>
10538
10539 * window.el (display-buffer-alist): Add entry for buffers
10540 previously handled same-window-*.
10541 (display-buffer-alist, display-buffer-default-action)
10542 (display-buffer-overriding-action): Mark as risky.
10543 (display-buffer-alist): Document action function changes.
10544 (display-buffer--same-window-action)
10545 (display-buffer--other-frame-action): New variables.
10546 (switch-to-buffer, display-buffer-other-frame): Use them.
10547 (display-buffer): Rename reuse-frame entry to reusable-frames.
10548 (display-buffer-reuse-selected-window): Function deleted.
10549 (display-buffer-reuse-window): Handle reusable-frames alist entry.
10550 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
10551 (display-buffer-special): New function.
10552 (display-buffer--maybe-pop-up-frame-or-window): Rename from
10553 display-buffer-reuse-or-pop-window. Split off special-display
10554 part into display-buffer-special.
10555 (display-buffer-use-some-window): Don't perform any special
10556 pop-up-frames handling.
10557 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 10558 (display-buffer--maybe-same-window): Rename from
0d3ff375 10559 display-buffer-maybe-same-window.
8319e0bf 10560
919a69aa
CY
10561 * info.el: Don't set same-window-regexps.
10562 (info-setup): New function.
10563 (info-other-window, info): Call it.
10564
10565 * cus-edit.el: Don't set same-window-regexps.
10566 (customize-group): New argument.
10567 (customize-group-other-window): Use it.
10568 (customize-face, customize-face-other-window): Likewise.
10569 (custom-buffer-create-other-window): Use pop-to-buffer directly.
10570
8319e0bf
CY
10571 * net/rlogin.el:
10572 * net/telnet.el:
10573 * progmodes/gud.el: Don't set same-window-regexps.
10574
10575 * cmuscheme.el:
10576 * ielm.el:
10577 * shell.el:
10578 * mail/sendmail.el:
10579 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
10580
25173000
JL
105812011-09-10 Juri Linkov <juri@jurta.org>
10582
10583 * isearch.el (isearch-edit-string): Remove obsolete mention of
10584 `C-w' (`isearch-yank-word-or-char') from docstring.
10585 (isearch-query-replace): Fix typo in docstring (bug#9466).
10586
056e44ef
JL
105872011-09-10 Juri Linkov <juri@jurta.org>
10588
10589 * paren.el (show-paren-function): Don't show escaped parens.
10590 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
10591
c3760c17
EZ
105922011-09-10 Eli Zaretskii <eliz@gnu.org>
10593
10594 * mail/sendmail.el (mml-to-mime, mml-attach-file)
10595 (mm-default-file-encoding): Remove autoload forms, they are
10596 replaced with autoload cookies in mml.el and mm-encode.el.
10597 (mail-add-attachment): New command.
10598 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
10599 (mail-mode): Mention mail-insert-file and mail-add-attachment in
10600 the doc string.
10601 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
10602
fece895e
RT
106032011-09-10 Reuben Thomas <rrt@sc3d.org>
10604
e69df516
SM
10605 * simple.el (count-words-region): Use buffer if there's no region
10606 (bug#9429).
fece895e 10607
5e68ce4a
JL
106082011-09-09 Juri Linkov <juri@jurta.org>
10609
10610 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
10611 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
10612 (wdired-isearch-filter-read-only): New function. (Bug#6362)
10613
0a6b9622
AM
106142011-09-09 Alan Mackenzie <acm@muc.de>
10615
10616 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
10617 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
10618
14a29deb
EZ
106192011-09-09 Eli Zaretskii <eliz@gnu.org>
10620
10621 Fix for Savannah bug#9392.
10622 * simple.el (mail-encode-mml): New defvar.
10623
10624 * mail/rmail.el (mail-encode-mml): Add a defvar.
10625 (rmail-enable-mime-composing): Default to t.
10626 (rmail-forward): Use MIME method of forwarding only if both
10627 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
10628 Set mail-encode-mml non-nil if the MIME method was used.
10629
10630 * mail/sendmail.el (mml-to-mime): Add autoload form.
10631 (mail-encode-mml): Add a defvar.
10632 (mail-mode): Make mail-encode-mml buffer-local and initialize it
10633 to nil.
10634 (mail-send): If mail-encode-mml is non-nil, run the outgoing
10635 message through mml-to-mime, and reset mail-encode-mml to nil.
10636
28c45130
GM
106372011-09-09 Glenn Morris <rgm@gnu.org>
10638
10639 * woman.el (woman-if-body): When processing an .el block,
10640 do not delete the next .el block as well. (Bug#9447)
69f4b618 10641 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 10642
9b1c252e
MR
106432011-09-08 Martin Rudalics <rudalics@gmx.at>
10644
10645 * window.el (window-deletable-p): Make sure window is live before
10646 invoking window-prev-buffers.
10647
567457e3
LL
106482011-09-08 Leo Liu <sdl.web@gmail.com>
10649
10650 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
10651
97f05794
JL
106522011-09-08 Juri Linkov <juri@jurta.org>
10653
10654 * progmodes/compile.el (compilation-environment): Make it
10655 a defcustom (bug#8340).
10656
8b0874b5
MR
106572011-09-08 Martin Rudalics <rudalics@gmx.at>
10658
10659 * window.el (frame-auto-delete): Rename to window-auto-delete.
10660 Make it control auto-deletion of windows and/or frames.
10661 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 10662 for deleting window/frame. (Bug#9419)
8b0874b5
MR
10663 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
10664 Rewrite handling of case when window/frame can be deleted.
10665 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 10666 argument t. (Bug#9456)
8b0874b5 10667
4feb6e73
CY
106682011-09-07 Chong Yidong <cyd@stupidchicken.com>
10669
10670 * help-mode.el (help-mode): Restore autoload.
10671
91ab9c13
JL
106722011-09-07 Juri Linkov <juri@jurta.org>
10673
10674 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
10675 `compilation-environment'. Set buffer-local
10676 `compilation-environment' to `thisenv' later after (funcall mode).
10677 (Bug#8340)
10678
10679 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
10680 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
10681 instead of replacing its value. (Bug#8340)
10682
0527e251
JL
106832011-09-07 Juri Linkov <juri@jurta.org>
10684
10685 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
10686 based on text properties put by `grep-filter' instead of matching
10687 escape sequences.
10688 (grep-mode): Set buffer-local `compilation-error-screen-columns'
10689 to the value of `grep-error-screen-columns' (bug#9438).
10690
249f792c
JL
106912011-09-07 Juri Linkov <juri@jurta.org>
10692
10693 * simple.el (next-error-highlight, next-error-highlight-no-select):
10694 Doc fix (bug#9432).
10695
ff7271b9
OT
106962011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
10697
10698 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10699 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
10700
183fc730
LL
107012011-09-07 Leo Liu <sdl.web@gmail.com>
10702
10703 * net/rcirc.el (rcirc-mode): Conditionally initialize
10704 rcirc-input-ring.
10705
77694924
SM
107062011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10707
10708 * emacs-lisp/find-func.el (find-function-C-source): Only set
10709 find-function-C-source-directory after checking that we found a source
10710 file there (bug#9440).
10711
d809b8eb
AM
107122011-09-06 Alan Mackenzie <acm@muc.de>
10713
10714 * isearch.el (isearch-other-meta-char): Wherever a key list is
10715 unread, "unread" the prefix arg, too. This fixes bug #8901.
10716
453de99f
OG
107172011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
10718
10719 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
10720
90439906
JL
107212011-09-05 Juri Linkov <juri@jurta.org>
10722
10723 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
10724
f62bd846
JL
107252011-09-05 Juri Linkov <juri@jurta.org>
10726
10727 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
10728 keeping point where processing of grep matches begins, and
10729 continue to delete remaining escape sequences from the same point.
10730 (grep-filter): Make leading zero optional in "0?1;31m" because
10731 git-grep emits "\033[1;31m" escape sequences unlike expected
10732 "\033[01;31m" as GNU Grep does (bug#9408).
10733 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
10734
045820ec
JL
107352011-09-05 Juri Linkov <juri@jurta.org>
10736
10737 * subr.el (y-or-n-p): Capitalize "yes".
10738
f5e29b9b
MA
107392011-09-04 Michael Albinus <michael.albinus@gmx.de>
10740
10741 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
10742 `tramp-cache-unload-hook' where appropriate.
10743 (tramp-methods): Rename `tramp-remote-sh' to
10744 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
10745 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
10746
10747 * net/tramp-sh.el (top): Don't require 'shell.
10748 (tramp-methods): Add `tramp-remote-shell' and
10749 `tramp-remote-shell-args' entries.
10750 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
10751 (tramp-sh-handle-shell-command): Remove.
10752 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10753 Use `tramp-remote-shell'.
10754
2784c434
CY
107552011-09-03 Chong Yidong <cyd@stupidchicken.com>
10756
393a301e 10757 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
10758 (sendmail-query-once): Save directly to send-mail-function.
10759 Update message-send-mail-function too.
10760
10761 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
10762
464cdf56
CS
107632011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
10764
10765 * progmodes/python.el (python-mode-map): Use correct function to
10766 start python interpreter from menu-bar (as reported by Geert
10767 Kloosterman).
10768 (inferior-python-mode-map): Fix typo.
393a301e 10769 (python-shell-map): Remove.
464cdf56 10770
d37e5c87
DD
107712011-09-03 Deniz Dogan <deniz@dogan.se>
10772
10773 * net/rcirc.el (rcirc-print): Simplify code for
10774 rcirc-scroll-show-maximum-output. There is no need to walk
10775 through all windows to find the right one.
10776
f3ada0ee
CS
107772011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
10778
10779 * help.el (help-return-method): Doc fix.
10780
1f3c99ca
MR
107812011-09-03 Martin Rudalics <rudalics@gmx.at>
10782
10783 * window.el (window-deletable-p): Don't return a non-nil value
10784 when there's a buffer that was shown in the window before.
10785 (Bug#9419)
393a301e
SM
10786 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10787 Set window's previous buffers to nil.
1f3c99ca 10788
a3cf097f
EZ
107892011-09-03 Eli Zaretskii <eliz@gnu.org>
10790
10791 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
10792 newline before and after the tag line, so it doesn't interfere
10793 with determining the paragraph direction of bidirectional text.
10794
3d03de90
LL
107952011-09-03 Leo Liu <sdl.web@gmail.com>
10796
10797 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
10798
c3313451
CY
107992011-09-02 Chong Yidong <cyd@stupidchicken.com>
10800
393a301e 10801 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
10802 (pop-to-buffer): Change interactive spec. Pass second argument
10803 directly to display-buffer.
10804 (display-buffer): Fix interactive spec. Use functionp to
10805 distinguish between a function and a list of functions.
10806
10807 * abbrev.el (edit-abbrevs):
10808 * arc-mode.el (archive-extract):
10809 * autoinsert.el (auto-insert):
10810 * bookmark.el (bookmark-bmenu-list):
10811 * files.el (find-file):
10812 * view.el (view-buffer):
10813 * progmodes/compile.el (compilation-goto-locus):
10814 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
10815
89894cd8
CY
108162011-09-02 Chong Yidong <cyd@stupidchicken.com>
10817
10818 * window.el (display-buffer-alist): Doc fix.
10819 (display-buffer): Add docstring. Don't treat
10820 display-buffer-default specially.
10821 (display-buffer-reuse-selected-window)
10822 (display-buffer-same-window, display-buffer-maybe-same-window)
10823 (display-buffer-reuse-window, display-buffer-pop-up-frame)
10824 (display-buffer-pop-up-window)
10825 (display-buffer-reuse-or-pop-window)
10826 (display-buffer-use-some-window): New functions.
10827 (display-buffer-default-action): Use them.
393a301e 10828 (display-buffer-default): Delete.
89894cd8
CY
10829 (pop-to-buffer-1): Fix choice of actions.
10830
ae0bc9fb
SM
108312011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
10832
10833 * minibuffer.el (completion--insert-strings): Don't get confused by
10834 completion entries that end with an LF char.
10835
e9d90883
EZ
108362011-09-01 Eli Zaretskii <eliz@gnu.org>
10837
10838 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
10839
437014c8
CY
108402011-09-01 Chong Yidong <cyd@stupidchicken.com>
10841
10842 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
10843 (display-buffer-same-window, display-buffer-other-window):
10844 New functions.
437014c8
CY
10845 (pop-to-buffer-1): New function. Use the above.
10846 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 10847 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
10848
10849 * view.el (view-buffer-other-window, view-buffer-other-frame):
10850 Just use pop-to-buffer.
10851
a5e063d5
TV
108522011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10853
10854 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
10855
793d32bb
WH
108562011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
10857
10858 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
10859
d65e4c15
RS
108602011-08-31 Richard Stallman <rms@gnu.org>
10861
10862 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
10863 of the separation of rmail-view-buffer from rmail-buffer.
10864 If you say no to "replace original", the decrypt is in the
10865 view buffer. If you say yes, the decrypt goes into the
10866 rmail buffer also.
10867
f818cd2a
MR
108682011-08-31 Martin Rudalics <rudalics@gmx.at>
10869
10870 * window.el (display-buffer-window): Rewrite doc-string.
10871 (display-buffer-record-window): New function.
10872 (display-buffer-macro-specifiers)
10873 (display-buffer-even-window-sizes, display-buffer-set-height)
10874 (display-buffer-set-width, display-buffer-in-window)
10875 (display-buffer-reuse-window, display-buffer-split-specifiers)
10876 (display-buffer-side-specifiers, display-buffer-split-window-1)
10877 (display-buffer-split-window, display-buffer-split-atom-window)
10878 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10879 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
10880 (display-buffer-other-window-means-other-frame)
10881 (display-buffer-normalize-special)
10882 (display-buffer-normalize-default)
10883 (display-buffer-normalize-argument)
10884 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
10885 (display-buffer-normalize-specifiers, display-buffer-frame)
10886 (display-buffer-same-window, display-buffer-same-frame)
10887 (display-buffer-other-window)
10888 (display-buffer-same-frame-other-window)
10889 (display-buffer-other-frame, pop-to-buffer-same-window)
10890 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
10891 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
10892 (switch-to-buffer-same-frame)
10893 (switch-to-buffer-other-window-same-frame)
10894 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
10895 (display-buffer-alist-set-1, display-buffer-alist-set-2)
10896 (display-buffer-alist-set): Remove.
10897 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
10898 (special-display-regexps, special-display-function):
10899 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
10900 parameter.
10901 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
10902 (special-display-frame-alist, special-display-popup-frame)
10903 (same-window-buffer-names, same-window-regexps, same-window-p)
10904 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10905 (split-window-preferred-function, split-height-threshold)
10906 (split-width-threshold, window-splittable-p)
10907 (split-window-sensibly, window--try-to-split-window)
10908 (window--frame-usable-p, even-window-heights)
10909 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
10910 (window--display-buffer-2, display-buffer-other-frame):
10911 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
10912 (display-buffer-default, display-buffer-assq-regexp): New functions.
10913 (display-buffer-alist): Rewrite doc-string.
10914 (display-buffer-default-action)
10915 (display-buffer-overriding-action): New variables.
10916 (display-buffer, switch-to-buffer): Rewrite.
10917 (pop-to-buffer): Restore Emacs 23 behavior but use
10918 window-normalize-buffer-to-display.
10919 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
10920 Restore Emacs 23 behavior but use
10921 window-normalize-buffer-to-switch-to.
10922 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
10923 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
10924 Rewrite using Emacs 23 options.
f818cd2a 10925
5bc3b51d
MA
109262011-08-31 Michael Albinus <michael.albinus@gmx.de>
10927
10928 * net/tramp.el (tramp-root-regexp): Remove.
10929 (tramp-completion-file-name-regexp-unified)
10930 (tramp-completion-file-name-regexp-separate)
10931 (tramp-completion-file-name-regexp-url): Don't use leading volume
b46a6a83 10932 letter on w32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
10933 (tramp-drop-volume-letter): Simplify definition.
10934 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 10935
b1a4f8e1
SM
109362011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10937
10938 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
10939 (bug#9356).
10940
5664fa7b
RT
109412011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
10942
b1a4f8e1 10943 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 10944
9a45d6c3
JL
109452011-08-29 Juri Linkov <juri@jurta.org>
10946
10947 * isearch.el (isearch-done): Don't display message "Mark saved"
10948 when arg `edit' is non-nil to prevent its flicker in the echo area.
10949
fb87e0fb
CY
109502011-08-28 Chong Yidong <cyd@stupidchicken.com>
10951
10952 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
10953 obsolete packages for deletion.
10954
09ac1c2a
CS
109552011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
10956
10957 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 10958 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
10959 view-mode from help-mode.
10960 (help-xref-override-view-map): Remove.
10961 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
10962 view-mode is not used anymore.
10963
7a1ff57f
CY
109642011-08-28 Chong Yidong <cyd@stupidchicken.com>
10965
10966 * server.el (server-port): Doc fix.
10967
b9696605
CY
10968 * cus-theme.el (custom-theme-choose-mode): Inherit from
10969 special-mode (Bug#9124).
10970 (custom-theme-choose-mode-map): Add special-mode to parent.
10971
ef8cdf8c
AM
109722011-08-28 Alan Mackenzie <acm@muc.de>
10973
10974 * progmodes/cc-fonts.el
10975 (c-make-font-lock-BO-decl-search-function): New function.
10976 (c-basic-matchers-after - "Fontify the clauses after various
10977 keywords"): Extract the three keyword lists for the 3 erroneous
10978 constructs from the list of four, and use the new function above
10979 in place of an old one.
10980
27de4e20
DD
109812011-08-28 Deniz Dogan <deniz@dogan.se>
10982
10983 * net/rcirc.el (rcirc-insert-prev-input)
10984 (rcirc-insert-next-input): Remove unused argument.
10985
356a3681
SM
109862011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10987
10988 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
10989
3fc9b218
AM
109902011-08-27 Alan Mackenzie <acm@muc.de>
10991
10992 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
10993 handle function pointer parameters properly.
10994
538a061c
MR
109952011-08-27 Martin Rudalics <rudalics@gmx.at>
10996
10997 * window.el (display-buffer-reuse-window): Fix case where
10998 selected window was reused with non-nil OTHER-WINDOW argument.
10999 (Bug#9381)
11000
35b1c40c
DD
110012011-08-27 Deniz Dogan <deniz@dogan.se>
11002
11003 * net/rcirc.el (rcirc-check-auth-status): Adding support for
11004 oftc's NickServ messages.
11005
2f6a3e79
GM
110062011-08-27 Glenn Morris <rgm@gnu.org>
11007
11008 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
11009
7254299e
CY
110102011-08-26 Chong Yidong <cyd@stupidchicken.com>
11011
11012 * emacs-lisp/package.el (package-install): Call package-initialize
11013 if called interactively.
11014
f8ccf167
LL
110152011-08-26 Leo Liu <sdl.web@gmail.com>
11016
11017 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
11018
3e8cd5ce
JL
110192011-08-25 Juri Linkov <juri@jurta.org>
11020
11021 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
11022 `search-whitespace-regexp' (bug#9364).
11023
93eb7113
JL
110242011-08-25 Juri Linkov <juri@jurta.org>
11025
11026 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
11027 `regexp-search-ring' to their global values to protect from
11028 updating by `read-from-minibuffer' (bug#9185).
11029
f65d1611
JL
110302011-08-25 Juri Linkov <juri@jurta.org>
11031
11032 * textmodes/ispell.el (ispell-command-loop): Add newline
11033 at the end of the "Use option `i'..." line.
11034
f1cf7a31
JL
110352011-08-25 Juri Linkov <juri@jurta.org>
11036
11037 * battery.el (display-battery-mode): If `battery-status-function'
11038 or `battery-mode-line-format' is nil, display the message and set
11039 `display-battery-mode' to nil (bug#9363).
11040
0c95fcf7
EZ
110412011-08-25 Eli Zaretskii <eliz@gnu.org>
11042
11043 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
11044 bidi-string-mark-left-to-right; they are unnecessary now.
11045
a2ebe600
DD
110462011-08-25 Deniz Dogan <deniz@dogan.se>
11047
11048 * net/quickurl.el: Documentation typo fixes.
11049
e4ed06f1
CY
110502011-08-25 Chong Yidong <cyd@stupidchicken.com>
11051
11052 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
11053
e5f1c99e
GM
110542011-08-25 Glenn Morris <rgm@gnu.org>
11055
b2948976
GM
11056 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
11057
e5f1c99e
GM
11058 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
11059 (smtpmail-via-smtp): Handle nil response from smtp.
11060
f22f4808
JL
110612011-08-24 Juri Linkov <juri@jurta.org>
11062
11063 * proced.el (proced-marked): Inherit from `error' instead of
11064 `font-lock-warning-face'.
11065
11066 * ibuffer.el (ibuffer-marked-face): Change default face from
11067 `font-lock-warning-face' to `warning'.
11068 (ibuffer-deletion-face): Change default face from
11069 `font-lock-type-face' to `error'.
11070
11071 * battery.el (battery-update): Use the face `error' instead of
11072 `font-lock-warning-face' (bug#6117).
11073
6a93965e
JL
110742011-08-24 Juri Linkov <juri@jurta.org>
11075
11076 * faces.el (success): Change face color from "Green3" to
11077 "ForestGreen" on light background (bug#9353).
11078
1ed43b09
CY
110792011-08-24 Chong Yidong <cyd@stupidchicken.com>
11080
5664fa7b
RT
11081 * window.el (quit-window): Rename from quit-restore-window.
11082 Use same arglist as old quit-window.
1ed43b09
CY
11083 (frame-auto-delete): Doc fix.
11084
11085 * view.el (view-mode-exit): Use quit-window.
11086
11dcdbb2
JL
110872011-08-24 Juri Linkov <juri@jurta.org>
11088
11089 * isearch.el (isearch-ring-adjust1): Start visiting previous
11090 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
11091 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
11092 for empty search string (when the last search string is reused
11093 automatically) to adjust the isearch ring to the last element and
11094 prepare the correct index for further M-p commands (bug#9185).
11095
de62b4df
KH
110962011-08-24 Kenichi Handa <handa@m17n.org>
11097
11098 * international/ucs-normalize.el: If decomposition property of
11099 CHAR is the default one (i.e. a list of CHAR itself), treat it as
11100 nil.
11101 (nfd, nfkd): Likewise.
11102
963b492b
SM
111032011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
11104
11105 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
11106 from process filters aren't reliably transmitted to the surrounding
11107 accept-process-output.
11108 (mpc-proc-check): New function.
11109 (mpc-proc-sync): Use it (bug#8293)
11110
93b6b5e1
SM
111112011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
11112
11113 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
11114 Add compatibility functions (bug#9313).
11115
bca633fb
EZ
111162011-08-23 Eli Zaretskii <eliz@gnu.org>
11117
b177498a
EZ
11118 * cus-start.el (all): Add entry for bidi-paragraph-direction.
11119
6df6ae42 11120 * international/uni-bidi.el: Regenerate.
bca633fb 11121
0902a04e
KH
111222011-08-23 Kenichi Handa <handa@m17n.org>
11123
11124 * international/charprop.el:
11125 * international/uni-bidi.el:
11126 * international/uni-category.el:
11127 * international/uni-combining.el:
11128 * international/uni-comment.el:
11129 * international/uni-decimal.el:
11130 * international/uni-decomposition.el:
11131 * international/uni-digit.el:
11132 * international/uni-lowercase.el:
11133 * international/uni-mirrored.el:
11134 * international/uni-name.el:
11135 * international/uni-numeric.el:
11136 * international/uni-old-name.el:
11137 * international/uni-titlecase.el:
11138 * international/uni-uppercase.el: Regenerate.
11139
3bbf23bc
MR
111402011-08-23 Martin Rudalics <rudalics@gmx.at>
11141
11142 * help.el (help-window-setup): Fix message displayed when other
11143 window is reused. (Bug#9341)
11144
b3fd59bd
SM
111452011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
11146
1802e444
SM
11147 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
11148 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
11149
b3fd59bd
SM
11150 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
11151 Mark obsolete.
11152 * shell.el (shell-parse-pcomplete-arguments): New function.
11153 (shell-completion-vars): Use it instead (bug#9160).
11154
4eb61348
SM
111552011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
11156
867cab74
SM
11157 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
11158 strings and comments (bug#9333).
11159
4eb61348
SM
11160 * emacs-lisp/debug.el (debug-arglist): New function.
11161 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
11162 (debug-on-entry-1): Handle interpreted closures (bug#9120).
11163
262a1439
JL
111642011-08-22 Juri Linkov <juri@jurta.org>
11165
56ee679c
JL
11166 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11167 Revert regexp that highlights output switches to its old
11168 pre-2010-10-28 value and remove one `?' from it (bug#9319).
11169
262a1439
JL
11170 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
11171 to check for empty output (bug#9226).
11172
f13f86fb
CY
111732011-08-22 Chong Yidong <cyd@stupidchicken.com>
11174
11175 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
11176 symbol-constituent as the default, as that stops font-lock from
11177 working properly (Bug#8843).
11178
c65c9622
LMI
111792011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11180
11181 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
11182 `coding-system-for-*' around the process open call to avoid
11183 auth-source side effects.
e7f2c178 11184 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
11185 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
11186 probe hangs.
c65c9622 11187
23a8a5ab
CY
111882011-08-21 Chong Yidong <cyd@stupidchicken.com>
11189
ff98b2dd
CY
11190 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
11191
23a8a5ab
CY
11192 * emacs-lisp/find-func.el (find-function-noselect): New arg
11193 lisp-only.
11194
11195 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
11196 signal an error for built-in functions (Bug#6664).
11197
f5e3c598
LMI
111982011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11199
11200 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
11201 (smtpmail-try-auth-methods): Use it.
11202
a3f2468a
CY
112032011-08-21 Chong Yidong <cyd@stupidchicken.com>
11204
2c34e8da
CY
11205 * font-lock.el (font-lock-fontify-region)
11206 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
11207 (font-lock-default-unfontify-buffer)
11208 (font-lock-default-fontify-region)
11209 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
11210
b3fd59bd
SM
11211 * progmodes/compile.el (compilation-error-properties):
11212 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
11213 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
11214 `ant' regexp.
ee31aabc 11215
a3f2468a
CY
11216 * net/browse-url.el (browse-url-firefox): Don't call
11217 browse-url-firefox-sentinel unless using -remote (Bug#9328).
11218
8e999f70
GM
112192011-08-20 Glenn Morris <rgm@gnu.org>
11220
c21a496a
GM
11221 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
11222
59ee0542
GM
11223 * tutorial.el (tutorial--default-keys): Update some default bindings.
11224
8e999f70
GM
11225 * files.el (hack-local-variables): Fully ignore case for "mode:".
11226
e3715033
AM
112272011-08-20 Alan Mackenzie <acm@muc.de>
11228
11229 Resolve invalid use of a regexp in regexp-opt.
11230
4d61f28d
JB
11231 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
11232 detection for a java annotation.
e3715033 11233
4d61f28d 11234 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
11235 detection for a java annotation.
11236
4d61f28d
JB
11237 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
11238 handling for java.
e3715033
AM
11239 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
11240
04ed2e9c
CY
112412011-08-20 Chong Yidong <cyd@stupidchicken.com>
11242
11243 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
11244 (Bug#9274).
11245
826cee64
AM
112462011-08-20 Alan Mackenzie <acm@muc.de>
11247
58179cce 11248 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
11249 such a construct. Mainly for when jit-lock etc. starts a chunk
11250 here.
11251
58179cce 11252 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 11253 variable.
58179cce 11254 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
11255 c-make-font-lock-search-function.
11256 (c-make-font-lock-search-function): Use the above function.
11257 (c-make-font-lock-context-search-function): New function.
11258 (c-cpp-matchers): Enhance the preprocessor expression case with
11259 the above function
11260 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
11261 which takes an expression.
11262
11263 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
11264
13009bd8
MR
112652011-08-20 Martin Rudalics <rudalics@gmx.at>
11266
11267 * window.el (display-buffer-reuse-window)
11268 (display-buffer-pop-up-window): Don't reuse or split a side
11269 window.
11270
9234ff7f
GM
112712011-08-19 Glenn Morris <rgm@gnu.org>
11272
11273 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 11274 Downcase "Mode:". (Bug#9331)
9234ff7f 11275
f635daa1
CY
112762011-08-18 Chong Yidong <cyd@stupidchicken.com>
11277
11278 * international/characters.el: Add L and R categories.
11279
11280 * subr.el (bidi-string-mark-left-to-right): Rename from
11281 string-mark-left-to-right. Use category search.
11282
11283 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
11284
bc987f8b
JL
112852011-08-18 Juri Linkov <juri@jurta.org>
11286
11287 * faces.el (error, warning, success): New faces with definitions
11288 copied from old default values of `font-lock-warning-face',
11289 `compilation-warning', `compilation-info' (bug#6117).
11290
11291 * font-lock.el (font-lock-warning-face): Inherit from `error'.
11292
11293 * progmodes/compile.el (compilation-error): Inherit from `error'.
11294 (compilation-warning): Inherit from `warning'.
11295 (compilation-info): Inherit from `success'.
11296
11297 * dired.el (dired-marked): Inherit from `warning'.
11298 (dired-flagged): Inherit from `error'.
11299
57173b96
LMI
113002011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11301
3e79eb87
LMI
11302 * mail/smtpmail.el (auth-source): Require to avoid problems with
11303 binding variables (bug#9298). Also clean up some unused
11304 autoloads.
11305
b3fd59bd
SM
11306 * net/network-stream.el (network-stream-open-starttls):
11307 Support using starttls.el without using gnutls-cli.
57173b96 11308
02b404de
JL
113092011-08-17 Juri Linkov <juri@jurta.org>
11310
11311 * progmodes/grep.el (rgrep): Handle the case when
11312 `grep-find-command' is a cons cell (bug#9278).
11313
8c9177f2
MR
113142011-08-17 Martin Rudalics <rudalics@gmx.at>
11315
11316 * window.el (display-buffer-pop-up-frame): Run frame creation
11317 function with BUFFER current (as special-display-popup-frame
11318 does). Reported by Drew Adams.
11319
3644a0ab
DU
113202011-08-17 Daiki Ueno <ueno@unixuser.org>
11321
11322 * epa-mail.el: Simplify GnuPG group expansion using
11323 epg-expand-group.
11324 (epa-mail-group-alist, epa-mail-group-modtime)
11325 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
11326 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
11327 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
11328 Remove.
11329
5e617bc2 113302011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
11331
11332 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
11333
9c4aeabf
AM
113342011-08-16 Alan Mackenzie <acm@muc.de>
11335
11336 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
11337 Correct, to avoid the inside of macros.
11338
3a99bf64
RS
113392011-08-16 Richard Stallman <rms@gnu.org>
11340
04963aa8
RS
11341 * epa-mail.el: Handle GnuPG group definitions.
11342 (epa-mail-group-alist, epa-mail-group-modtime)
11343 (epa-mail-gnupg-conf-file): New variables.
11344 (epa-mail-parse-groups, epa-mail-sync-groups)
11345 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
11346 (epa-mail-expand-recipients): New functions.
11347 (epa-mail-encrypt): Call epa-mail-expand-recipients.
11348
177549d0
RS
11349 * mail/rmail.el (rmail-epa-decrypt): New command.
11350
fe38beef
RS
11351 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
11352 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
11353 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
11354 (epa-decrypt-armor-in-region): Make error message clearer.
11355
934eacb9
SM
113562011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
11357
11358 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
11359 and "a2b" to "ab" for `prefix'.
11360
d024fb4e
CY
113612011-08-14 Chong Yidong <cyd@stupidchicken.com>
11362
11363 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
11364 filter groups.
de148fee
CY
11365 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
11366 Fourquet (Bug#8804).
d024fb4e 11367
62f1ca49
JB
113682011-08-12 Juanma Barranquero <lekktu@gmail.com>
11369
11370 * startup.el (argi): Declare as global variable (bug#9275).
11371
9ccaaa4b
CY
113722011-08-12 Chong Yidong <cyd@stupidchicken.com>
11373
11374 * subr.el (string-mark-left-to-right): Search the entire string
11375 for RTL script, not just the terminating character. Doc fix.
11376
a3dae87a
SM
113772011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
11378
6cd18349
SM
11379 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
11380 New function.
11381 (js--regexp-literal, js-syntax-propertize-function): Remove.
11382 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
11383 (js-mode-map): Don't rebind electric keys.
11384 (js-insert-and-indent): Remove.
11385 (js-mode): Setup electric-layout and electric-indent instead.
11386
a3dae87a
SM
11387 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
11388
9d5cb631
DU
113892011-08-12 Daiki Ueno <ueno@unixuser.org>
11390
11391 * epa.el (epa-progress-callback-function): Fix the logic of
11392 displaying progress.
11393 * epa-file.el (epa-file-insert-file-contents): Make progress
11394 display more user-friendly.
11395 (epa-file-write-region): Ditto.
11396
3e26a4a2
CY
113972011-08-10 Chong Yidong <cyd@stupidchicken.com>
11398
11399 * subr.el (string-mark-left-to-right): New function.
11400
11401 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
11402 Use string-mark-left-to-right.
11403 (list-buffers-noselect): Caller changed.
11404
a3dae87a
SM
11405 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
11406 Use string-mark-left-to-right.
3e26a4a2
CY
11407 (tabulated-list-print): Recenter after moving point.
11408
ac8cf6e6
JL
114092011-08-10 Juri Linkov <juri@jurta.org>
11410
11411 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
11412 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
11413 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
11414
8d96c9a4
CY
114152011-08-09 Chong Yidong <cyd@stupidchicken.com>
11416
11417 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
11418 (Bug#7554).
11419
7be1c708 114202011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
11421
11422 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
11423 character. (Bug#6594)
11424
37e11a63
CY
114252011-08-08 Chong Yidong <cyd@stupidchicken.com>
11426
839dde57
CY
11427 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
11428 (image-dired--with-db-file): New macro.
11429 (image-dired-write-tags, image-dired-remove-tag)
11430 (image-dired-create-gallery-lists, image-dired-write-comments)
11431 (image-dired-get-comment, image-dired-mark-tagged-files)
11432 (image-dired-list-tags, image-dired-gallery-generate): Use it.
11433 (image-dired-gallery-generate): Use insert-file-contents.
11434
37e11a63
CY
11435 * time.el (display-time-world-list, display-time-world-display):
11436 * time-stamp.el (time-stamp-string):
11437 * vc/add-log.el (add-change-log-entry): Use setenv instead of
11438 set-time-zone-rule (Bug#7337).
11439
0b4946c4
DU
114402011-08-08 Daiki Ueno <ueno@unixuser.org>
11441
11442 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
11443 (epg-error-to-string, epg-errors-to-string): New function.
11444 (epg-wait-for-completion): Reverse errors list.
11445 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
11446 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
11447 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
11448 (epg-sign-keys, epg-generate-key-from-file)
11449 (epg-generate-key-from-string): Format errors by using
11450 epg-errors-to-string (bug#9255).
11451 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
11452
75bfc667
JL
114532011-08-07 Juri Linkov <juri@jurta.org>
11454
11455 * faces.el (list-faces-display): Remove extra angle bracket
11456 from `help-mode-map'.
11457
11458 * info.el (Info-history-toc-nodes): Doc fix.
11459
11460 * longlines.el (longlines-mode): Doc fix.
11461
673e08bb
SM
114622011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
11463
4640dd88
SM
11464 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
11465 of statements and in a few more cases (bug#9183).
11466
673e08bb
SM
11467 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
11468 New functions.
11469 (cl-transform-lambda): Use them (bug#9239).
11470
89b3f019
MR
114712011-08-05 Martin Rudalics <rudalics@gmx.at>
11472
11473 * window.el (display-buffer-same-window)
11474 (display-buffer-same-frame, display-buffer-other-window)
11475 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
11476 (pop-to-buffer-other-window)
11477 (pop-to-buffer-same-frame-other-window)
11478 (pop-to-buffer-other-frame): Make them defuns.
11479 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
11480
640c8776
SM
114812011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11482
11483 * subr.el (make-composed-keymap): Move from C. Change calling
11484 convention, and improve docstring to bring attention to a subtle point.
11485 * minibuffer.el (completing-read-default): Adjust accordingly.
11486
63648a95
MA
114872011-08-03 Michael Albinus <michael.albinus@gmx.de>
11488
11489 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
11490 (tramp-open-shell): Use `tramp-shell-quote-argument'.
11491
11492 * net/trampver.el: Update release number.
11493
b796c9b7
SM
114942011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11495
11496 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
11497 "in" (bug#9190).
11498
2239d7d5
LMI
114992011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11500
e07dd7c3
LMI
11501 * mail/sendmail.el (sendmail-query-once): Restore the current
11502 buffer after querying (bug#9074).
11503
0e6a2bd7
LMI
11504 * dired.el (dired-flagged): Use different faces for marked and
11505 flagged files (bug#6117).
11506
ce887515
LMI
11507 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
11508 (bug#4433).
11509
92f2affc
LMI
11510 * ido.el (ido-mode): Switch off the message if called
11511 non-interactively.
11512
57d5aff0
LMI
11513 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
11514 before 587, since it appears that that's more likely to work for
11515 more people.
11516
98cd6c18 11517 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 11518 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
11519 exist.
11520
b96dec83
LMI
11521 * info.el: Remove the `Info-beginning-of-buffer' function
11522 (bug#8325).
11523
b796c9b7
SM
11524 * net/network-stream.el (network-stream-open-starttls):
11525 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 11526
d90e2ea0
MR
115272011-08-01 Martin Rudalics <rudalics@gmx.at>
11528
11529 * window.el (display-buffer-in-window): Don't set dedicated status
11530 of window here (Bug#9215).
11531 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
11532 (display-buffer-pop-up-side-window)
b796c9b7 11533 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 11534
cca09170
SM
115352011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
11536
11537 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
11538 before binding generated-autoload-file.
11539
027b979c
DD
115402011-08-01 Deniz Dogan <deniz@dogan.se>
11541
11542 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
11543
3c7ee4f3
MA
115442011-07-30 Michael Albinus <michael.albinus@gmx.de>
11545
11546 Sync with Tramp 2.2.2.
11547
11548 * net/trampver.el: Update release number.
11549
2cc8e51a
JL
115502011-07-30 Juri Linkov <juri@jurta.org>
11551
11552 * dired-aux.el (dired-touch-initial): Remove function.
11553 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
11554 current time, and `default' to the last modification time of the
11555 current marked file (bug#6887).
11556
a514d856
JM
115572011-07-28 Jose E. Marchesi <jemarch@gnu.org>
11558
11559 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 11560 numeric argument to read-number (bug#9163).
a514d856 11561
8a7eddd7
MA
115622011-07-27 Michael Albinus <michael.albinus@gmx.de>
11563
11564 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
11565 connection process, it could be nil.
11566
1ddd96f5
LL
115672011-07-27 Leo Liu <sdl.web@gmail.com>
11568
11569 Simplify url handling in rcirc-mode.
11570
11571 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
11572 (rcirc-browse-url-at-mouse): Remove.
11573 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
11574
b248a85d
AM
115752011-07-26 Alan Mackenzie <acm@muc.de>
11576
11577 Fontify bitfield declarations properly.
11578
11579 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
11580 (c-symbol-chars): Now exported as a lang variable.
11581 (c-not-primitive-type-keywords): New lang variable.
11582
11583 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
11584 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 11585 parsed as a bitfield declaration.
b248a85d 11586
b796c9b7
SM
11587 * progmodes/cc-engine.el (c-beginning-of-statement-1):
11588 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
11589 (c-punctuation-in): New function.
11590 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
11591 declarations properly.
11592
68575ab0
UJ
115932011-07-26 Ulf Jasper <ulf.jasper@web.de>
11594
11595 * calendar/icalendar.el (icalendar--all-events): Take care of
11596 multiple vcalendars in a single file.
b796c9b7 11597 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 11598
0f0a88b9
DD
115992011-07-25 Deniz Dogan <deniz@dogan.se>
11600
11601 * image.el (insert-image): Clarifying docstring.
11602
0b3f36df
MA
116032011-07-24 Michael Albinus <michael.albinus@gmx.de>
11604
11605 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
11606 `tramp-send-command-and-check' if there is no error.
11607 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
11608
a9901f61
AM
116092011-07-22 Alan Mackenzie <acm@muc.de>
11610
11611 Prevent cc-langs.elc being loaded at run time.
11612
11613 * progmodes/cc-mode.el: Remove two autoload forms which loaded
11614 cc-langs.
11615
4d61f28d 11616 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
11617 "(require 'cc-langs)". Quote a form so it will evaluate at
11618 (cc-mode's) compilation time.
11619
11d074b2
MA
116202011-07-22 Michael Albinus <michael.albinus@gmx.de>
11621
11622 * net/tramp.el (tramp-file-name-handler): Avoid recursive
11623 loading. (Bug#9114)
11624
938b94c8
MR
116252011-07-21 Martin Rudalics <rudalics@gmx.at>
11626
11627 * window.el (display-buffer-pop-up-window)
11628 (display-buffer-pop-up-side-window)
11629 (display-buffer-in-side-window): Call display-buffer-set-height
11630 and display-buffer-set-width after setting the new window's
b796c9b7 11631 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 11632
bfa4f190
SS
116332011-07-20 Sam Steingold <sds@gnu.org>
11634
11635 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
11636 (etags-tags-included-tables): Call `convert-standard-filename' on
11637 the file names contained in TAGS so that windows Emacs can handle
11638 TAGS files created by cygwin ctags.
11639
8ca42262
LMI
116402011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
11641
11642 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
11643 which apparently didn't work.
11644
5db2afd2 116452011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 11646
5db2afd2
RW
11647 * proced.el (proced-send-signal): For *Marked Processes* buffer
11648 put point at beginning of buffer.
11649
92e15d10
SB
116502011-07-19 Stephen Berman <stephen.berman@gmx.net>
11651
11652 * proced.el (proced-format): Make header lines align with the text
11653 (bug#1779).
11654
1bfd59e5
LMI
116552011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11656
11657 * view.el (view-buffer): Allow running in `special' modes if we're
11658 visiting a file (bug#8615).
11659
f5aae37c
MR
116602011-07-19 Martin Rudalics <rudalics@gmx.at>
11661
11662 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
11663 (display-buffer-alist-set-1, display-buffer-alist-set-2):
11664 New functions.
f5aae37c
MR
11665 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
11666 more accurately.
11667
bf2c1571
AM
116682011-07-18 Alan Mackenzie <acm@muc.de>
11669
11670 Fontify declarators properly when, e.g., a jit-lock chunk begins
11671 inside a declaration.
11672
11673 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
11674
b796c9b7
SM
11675 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11676 New function.
bf2c1571
AM
11677 (c-complex-decl-matchers): Insert reference to
11678 c-font-lock-enclosing-decls.
11679
11680 * progmodes/cc-engine.el (c-backward-single-comment):
11681 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
11682 to nil around calls to (forward-comment -1).
11683
4e190b80
LMI
116842011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11685
12dc863d
LMI
11686 * image.el (put-image): Doc typo fix.
11687
a762e966
LMI
11688 * progmodes/etags.el (tags-search): Doc typo fix.
11689
4e190b80
LMI
11690 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
11691 password if we get errors 550 to 554.
11692
f019fb21
LMI
116932011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11694
b796c9b7 11695 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 11696
81746738
LMI
11697 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
11698 indentation character (bug#6380).
11699
3ee3a1b5
LMI
11700 * files.el (buffer-offer-save): Made permanently local (bug#6241).
11701
c82f64de
LMI
11702 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
11703 to clarify what the problem is (bug#4291).
11704
f019fb21
LMI
11705 * simple.el (current-kill): Clarify what
11706 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
11707 (auto-fill-mode): Document `auto-fill-function' in relation to
11708 `auto-fill-mode' (bug#2470).
f019fb21 11709
0794775d
LM
117102011-07-16 Lawrence Mitchell <wence@gmx.li>
11711
11712 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
11713 method if slot is read-only (bug#9035).
11714
be39b8cc
MR
117152011-07-16 Martin Rudalics <rudalics@gmx.at>
11716
b796c9b7 11717 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 11718 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
11719 selected before, see discussion of (Bug#8615), (Bug#6954).
11720 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 11721
6ccf7859
GM
117222011-07-15 Glenn Morris <rgm@gnu.org>
11723
11724 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 11725 Respect help-form.
6ccf7859 11726
87e86684
LM
117272011-07-09 Lawrence Mitchell <wence@gmx.li>
11728
11729 * net/gnutls.el (gnutls-min-prime-bits): New variable.
11730 (gnutls-negotiate): Use it.
11731
d6066239
LMI
117322011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11733
b796c9b7
SM
11734 * net/gnutls.el (gnutls-negotiate):
11735 Upcase `gnutls-algorithm-priority'.
d6066239 11736
bd23ebc0
GM
117372011-07-15 Glenn Morris <rgm@gnu.org>
11738
c65bca65
GM
11739 * jka-compr.el (jka-compr-verbose): Move from here...
11740 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
11741 Add missing :version tag.
11742 * info.el: No need to require jka-compr when compiling.
bd23ebc0 11743
478615cc
LMI
117442011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11745
7b41decb
LMI
11746 * net/gnutls.el (gnutls-algorithm-priority): New variable.
11747 (gnutls-negotiate): Use it.
11748
dbc44fcd
LMI
11749 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
11750
06789f97
LMI
11751 * info.el (Info-beginning-of-buffer): New command.
11752 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
11753 announcing `b' as the key (bug#8325).
ab896c37 11754 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 11755
c39da690
LMI
11756 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
11757
3aa5f34b
LMI
11758 * international/mule-cmds.el
11759 (describe-specified-language-support): Make the error message
11760 clearer (bug#8905).
11761
4bf0979f
LMI
11762 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
11763
478615cc
LMI
11764 * isearch.el (isearch-barrier): Add a doc string, since it's
11765 mentioned in a function doc string (bug#8678).
11766
75c68aa1
MR
117672011-07-15 Martin Rudalics <rudalics@gmx.at>
11768
11769 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
11770 buffer argument (Bug#9083) and self-identifying label argument.
11771
a7c33da2
GM
117722011-07-15 Glenn Morris <rgm@gnu.org>
11773
11774 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
11775
2f5c6024
LMI
117762011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11777
11778 * man.el (Man-fontify-manpage): Fix message when formatting the
11779 man page (bug#7929).
11780
0bb23927 117812011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
11782
11783 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
11784 argument LRM; if non-nil, append an invisible LRM character to the
11785 buffer name.
11786 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
11787 last argument non-nil, when formatting buffer names.
0bb23927
EZ
11788 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
11789 paragraph direction.
cce4b0a7 11790
621ef9ab
LMI
117912011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11792
d1583c48
LMI
11793 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
11794 the man page name (bug#7929).
11795
6a57fb5f
LMI
11796 * image.el (put-image): Mention the `put-image' overlay property
11797 (bug#7834).
11798
d7956b14
LMI
11799 * scroll-bar.el (set-scroll-bar-mode): Mention that
11800 `scroll-bar-mode' lists the values (bug#7772).
11801
5b2d4a66
LMI
11802 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
11803 command (bug#7729).
11804
7509a874
LMI
11805 * rect.el (apply-on-rectangle): Return the point after the last
11806 operation.
11807 (string-rectangle): Go to the point after the last operation
11808 (bug#7522).
11809
4fe74b19
LMI
11810 * printing.el (pr-toggle-region): Clarify the documentation
11811 slightly (bug#7493).
11812
b796c9b7
SM
11813 * time.el (display-time-update):
11814 Allow `display-time-mail-function' to return nil (bug#7158).
11815 Fix suggested by Detlev Zundel.
ab283561 11816
fc233c9d
LMI
11817 * vc/diff.el (diff): Clarify the order the file names are read
11818 (bug#7111).
11819
43f5740b
LMI
11820 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
11821 the doc string (bug#7015).
11822
f2182a76
LMI
11823 * font-lock.el (font-lock-maximum-decoration): Mention what
11824 numeric levels mean (bug#6935).
11825
621ef9ab
LMI
11826 * startup.el (initial-buffer-choice): Don't mention the `none'
11827 selection, which is against policy.
11828
adc47434
MR
118292011-07-14 Martin Rudalics <rudalics@gmx.at>
11830
b796c9b7
SM
11831 * window.el (display-buffer-normalize-special):
11832 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 11833
7e5bfb8f
EZ
118342011-07-14 Eli Zaretskii <eliz@gnu.org>
11835
11836 * subr.el (version<, version<=, version=): Mention "-CVS" and
11837 "-12345" alpha version numbers.
11838
27fa387a
CY
118392011-07-14 Chong Yidong <cyd@stupidchicken.com>
11840
11841 * bindings.el: Add advertised binding for set-mark-command
11842 (Bug#5772).
11843
8bdfa064
CY
118442011-07-14 Chong Yidong <cyd@stupidchicken.com>
11845
11846 * bindings.el (mode-line-other-buffer):
11847 * bookmark.el (bookmark-bmenu-2-window):
11848 * bs.el (bs-cycle-next, bs-cycle-previous):
11849 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
11850 switch-to-buffer.
11851
11852 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 11853 Delete.
8bdfa064 11854
5eba16a3
JB
118552011-07-14 Juanma Barranquero <lekktu@gmail.com>
11856
11857 * follow.el (follow-debug-message, follow-redisplay):
11858 * jka-cmpr-hook.el (with-auto-compression-mode):
11859 Fix typos in docstrings.
11860
15853710
LMI
118612011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11862
a28e4607
LMI
11863 * subr.el (with-silent-modifications): Clarify somewhat what the
11864 macro inhibits (bug#6525).
11865
15853710
LMI
11866 * simple.el (eval-expression): Note what it does if called
11867 interactively (bug#6495).
11868
bee0fcef
CY
118692011-07-13 Chong Yidong <cyd@stupidchicken.com>
11870
b796c9b7
SM
11871 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
11872 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
11873
11874 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11875 Remove switch-to-buffer.
11876
58274504
LMI
118772011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11878
bd2fcc8d
LMI
11879 * files.el (make-directory): Clarify that an error will be raised
11880 if there's an error (bug#6397).
11881
0f04b32c
LMI
11882 * startup.el (initial-buffer-choice): Add `none' as a choice
11883 (bug#6234).
11884
465c5fc8
LMI
11885 * subr.el (add-hook): Clarify section about buffer-local hooks
11886 (bug#6218).
11887
58274504
LMI
11888 * dired.el (dired-flagged): Clarify doc string (bug#6117).
11889
bead9a43
JB
118902011-07-13 Juanma Barranquero <lekktu@gmail.com>
11891
11892 * tabify.el (untabify): Preserve the current column so that point
11893 doesn't move (bug#6032).
11894
3af98a7b
LMI
118952011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11896
b796c9b7
SM
11897 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
11898 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 11899
6240145a
GM
119002011-07-13 Glenn Morris <rgm@gnu.org>
11901
11902 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
11903 (dired-insert-directory): Give a message the first time
11904 if ls is found not to support --dired.
11905
1d8c2ccc
LMI
119062011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11907
11908 * simple.el (toggle-truncate-lines): Clarify what is toggled
11909 (bug#5580). Text by Drew Adams.
11910
5fc4038e
CY
119112011-07-13 Chong Yidong <cyd@stupidchicken.com>
11912
11913 * simple.el (blink-matching-open): Make the error message from the
11914 last change less verbose.
11915
bf6012e5
DN
119162011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
11917
11918 * font-lock.el (font-lock-comment-face): Use the high contrast
11919 "yellow" color for font-lock-comment-face on low color terminals
11920 using a dark background color (bug#4221).
11921
343c3b5a
LMI
119222011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11923
7e9505c5
LMI
11924 * dired.el (dired-insert-set-properties): Make the doc string
11925 reflect what it does now (bug#5325).
11926
c26fdcf5
LMI
11927 * simple.el (blink-matching-open): Say that we were unable to find
11928 the match within the limit, if we're limited (bug#5122).
11929
bb388cc5
LMI
11930 * international/mule-cmds.el (prefer-coding-system): Add an
11931 example (bug#4869).
11932
343c3b5a
LMI
11933 * progmodes/etags.el (tags-search): Document `file-list-form'
11934 (bug#4731).
11935
2a517d45
LM
119362011-07-13 Lawrence Mitchell <wence@gmx.li>
11937
11938 * net/browse-url.el (browse-url-default-browser)
11939 (browse-url-browser-function): Make the default browser choice a
11940 bit more logical (bug#4300). Also clean up the doc string.
11941
b6c78ef2
JB
119422011-07-13 Juanma Barranquero <lekktu@gmail.com>
11943
11944 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
11945 binary endings (bug#4440).
11946
1c4dd947
LMI
119472011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11948
a2014063
LMI
11949 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
11950 which can be pretty annoying (bug#8971).
11951
9c9c2d88
LMI
11952 * jka-compr.el (jka-compr-verbose): New variable, and use
11953 throughout (bug#8971).
11954
1c4dd947
LMI
11955 * info.el (Info-find-file): Fall back on the installation
11956 directory if we can't find the info node anywhere else.
11957
a1c9f41b
SO
119582011-07-13 Sergei Organov <osv@javad.com> (tiny change)
11959
11960 * vc/vc.el (vc-revert-file):
11961 Don't set file time-stamp in the past. (Bug#5181)
11962
536f3d36
LMI
119632011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11964
7152b011
LMI
11965 * files.el (after-find-file): Give a better error message when
11966 trying to find a symlink that points to a file that doesn't exist
11967 (bug#4398).
11968
536f3d36
LMI
11969 * progmodes/cc-vars.el: Remove (probably) misleading comment
11970 (bug#4396).
11971
460c0fba
JB
119722011-07-12 Johan Bockgård <bojohan@gnu.org>
11973
11974 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
11975
7a6bda45
CY
119762011-07-12 Chong Yidong <cyd@stupidchicken.com>
11977
11978 * mouse-sel.el: Hack restoring functionality, while keeping
11979 compatibility with 2010-07-03 changes to mouse selection.
11980 (mouse-sel-primary-overlay): New var.
11981 (mouse-sel-selection-alist): Use it.
11982 (mouse-sel-mode): Doc fix; remove points that are default features
11983 of mouse.el.
11984
c79598ef
JB
119852011-07-12 Johan Bockgård <bojohan@gnu.org>
11986
11987 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11988 Fix previous fix (bug#2490).
11989
ff8be6ef
RW
119902011-07-12 Roland Winkler <winkler@gnu.org>
11991
b796c9b7
SM
11992 * textmodes/bibtex.el (bibtex-initialize):
11993 Use pop-to-buffer-same-window.
ff8be6ef
RW
11994 (bibtex-search-entries): Fix interactive call.
11995
296ba3ee
LMI
119962011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11997
f5242a02 11998 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
11999 Fontise bytecomp Error lines more correctly (bug#2490).
12000 Fix suggested by Johan Bockgård.
f5242a02 12001
296ba3ee
LMI
12002 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
12003
12004 * dired-x.el (dired-guess-default): Use `delete-dups'.
12005
f69fd0d2
CY
120062011-07-12 Chong Yidong <cyd@stupidchicken.com>
12007
12008 * dired.el (dired-mark-prompt):
12009 * dired-aux.el (dired-read-shell-command): Doc fix.
12010
eab5dc07
LMI
120112011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12012
b796c9b7
SM
12013 * mail/sendmail.el (sendmail-query-once):
12014 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
12015 emacs -Q.
12016
12017 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
12018
eab5dc07
LMI
12019 * cus-edit.el (custom-file): Take an optional no-error variable.
12020 (customize-save-variable): Set the variable, and give a warning if
12021 running under "emacs -q".
12022
a1e65d42
JB
120232011-07-11 Juanma Barranquero <lekktu@gmail.com>
12024
12025 * loadhist.el (unload-feature-special-hooks):
12026 Add `auto-coding-functions', `fill-nobreak-predicate' and
12027 `find-directory-functions' (bug#5327).
12028
1d52da10
LMI
120292011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12030
be958f1d
LMI
12031 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
12032
5bedb26c
LMI
12033 * cus-edit.el (custom-guess-name-alist): -alist variables should
12034 use the `alist' type (bug#3120). Suggested by Drew Adams.
12035
1d52da10
LMI
12036 * printing.el: Add documentation to all the `pr-toggle-' commands.
12037
cd394be1 120382011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
12039
12040 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
12041 backends where it makes sense (bug#2623).
12042
dcc88d8a
LMI
120432011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12044
c3de9feb
LMI
12045 * dired-x.el (dired-guess-default): Remove duplicate shell command
12046 entries (bug#2028).
8a93078b 12047 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 12048 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 12049
dcc88d8a
LMI
12050 * subr.el (remove-duplicates): New conveniency function.
12051
505e3645
LMI
120522011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12053
12054 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
12055 (bug#1526).
12056
120572011-07-10 Martin Rudalics <rudalics@gmx.at>
12058
12059 * window.el (display-buffer-normalize-default): Don't invert
12060 meaning of even-window-heights. Reported by Eli Zaretskii
12061 <eliz@gnu.org>.
12062
455e4fa1
BR
120632011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
12064
12065 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
12066
8e0bc3e9
CY
120672011-07-10 Chong Yidong <cyd@stupidchicken.com>
12068
12069 * window.el (display-buffer): Fix arguments to
12070 display-buffer-reuse-window in last change.
12071
fa7c3228
CY
12072 * faces.el (link): Use a less saturated blue on light backgrounds.
12073
12074 * startup.el (fancy-startup-text, fancy-about-text)
12075 (fancy-startup-tail): Use font-lock faces, for background safety.
12076
c0a7f300
BN
120772011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
12078
b796c9b7
SM
12079 * emulation/viper-cmd.el (viper-change-state-to-vi):
12080 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 12081
4dc2a129
MR
120822011-07-09 Martin Rudalics <rudalics@gmx.at>
12083
12084 * window.el (display-buffer-default-specifiers): Remove.
12085 (display-buffer-macro-specifiers): Remove default specifiers.
12086 (display-buffer-alist): Default to nil.
b796c9b7 12087 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
12088 (display-buffer-pop-up-window): Allow splitting internal
12089 windows. Check whether a live window was created.
12090 (display-buffer-other-window-means-other-frame)
12091 (display-buffer-normalize-arguments): Rename to
12092 display-buffer-normalize-argument and rewrite. Set the
12093 other-window specifier.
12094 (display-buffer-normalize-special): New function.
12095 (display-buffer-normalize-options): Rename to
12096 display-buffer-normalize-default and rewrite.
12097 (display-buffer-normalize-options-inhibit): Remove.
12098 (display-buffer-normalize-specifiers): Rewrite.
12099 (display-buffer): Process other-window specifier and call
12100 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
12101 more faithfully.
b796c9b7 12102 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 12103 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
12104 (display-buffer-in-window, display-buffer-alist-set):
12105 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
12106 <tassilo@member.fsf.org>.
12107
2d43b8c9
LL
121082011-07-09 Leo Liu <sdl.web@gmail.com>
12109
12110 * register.el (insert-register): Restore accidental change on
12111 2011-06-26. (Bug#9028)
12112
7f9b7c53
GM
121132011-07-09 Glenn Morris <rgm@gnu.org>
12114
12115 * subr.el (remq): Handle the empty list. (Bug#9024)
12116
f042cfd8
AS
121172011-07-08 Andreas Schwab <schwab@linux-m68k.org>
12118
12119 * mail/sendmail.el (send-mail-function): No longer delay custom
12120 initialization.
12121 * custom.el (custom-initialize-delay): Doc fix.
12122
856b2f11
SM
121232011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
12124
12125 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
12126
afae1d68
MA
121272011-07-08 Michael Albinus <michael.albinus@gmx.de>
12128
12129 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
12130 human-friendly prompt.
12131
0757af94
SM
121322011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
12133
12134 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
12135 provided by a particular plugin.
12136
d760b731
LMI
121372011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
12138
12139 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
12140 save customizations (with "emacs -Q"), just set the variable
12141 instead of erroring out.
12142
12143 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
12144
cd79ce90
JL
121452011-07-08 Juri Linkov <juri@jurta.org>
12146
12147 * arc-mode.el (archive-zip-expunge, archive-zip-update)
12148 (archive-zip-update-case): Use 7z if found by `executable-find'.
12149 The order of searching the available programs is the same as in
12150 `archive-zip-extract' (bug#8968).
12151
14cc04aa
CY
121522011-07-07 Chong Yidong <cyd@stupidchicken.com>
12153
12154 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
12155 (menu-bar-options-menu): Tweak descriptions.
12156
0a1848ec
LMI
121572011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
12158
12159 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
12160 menu items into verb phrases (bug#1421). Also refill to fit under
12161 80 columns.
12162
f5bd0689
CY
121632011-07-07 Chong Yidong <cyd@stupidchicken.com>
12164
538e85c6
CY
12165 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
12166 (Info-read-node-name): Doc fix (Bug#1084).
12167
f5bd0689
CY
12168 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
12169 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
12170 (end-of-sexp, beginning-of-sexp)
12171 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
12172 (forward-symbol, forward-same-syntax, word-at-point)
12173 (sentence-at-point): Doc fix (Bug#1144).
12174
56ec5115
LMI
121752011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
12176
f3f8e37f
LMI
12177 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
12178 should cover it (bug#1281).
12179
0757af94 12180 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 12181
e9fce1ac 12182 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
12183 negotiation fails, then possibly try again with a non-encrypted
12184 connection (bug#9017).
12185
56ec5115
LMI
12186 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
12187 be used.
12188
c2f9aec8
RS
121892011-07-07 Richard Stallman <rms@gnu.org>
12190
12191 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
12192 property, and handle its changed format.
12193 Look for the correct line number.
12194 Use file's line contents (but not past first =) to find
12195 correct line in message.
12196
ef7b981d 121972011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
12198
12199 * international/characters.el (build-unicode-category-table):
12200 Delete it.
0757af94 12201 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 12202
0757af94 12203 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
12204 to src/chartab.c.
12205 (get-char-code-property): Call unicode-property-table-internal to
12206 load a file. Call get-unicode-property-internal where necessary.
12207 (put-char-code-property): Call unicode-property-table-internal to
12208 load a file. Call put-unicode-property-internal where necessary.
12209 put-unicode-property-internal where necessary.
0757af94
SM
12210 (char-code-property-description):
12211 Call unicode-property-table-internal to load a file.
c805dec0
KH
12212
12213 * international/charprop.el:
12214 * international/uni-bidi.el:
12215 * international/uni-category.el:
12216 * international/uni-combining.el:
12217 * international/uni-comment.el:
12218 * international/uni-decimal.el:
12219 * international/uni-decomposition.el:
12220 * international/uni-digit.el:
12221 * international/uni-lowercase.el:
12222 * international/uni-mirrored.el:
12223 * international/uni-name.el:
12224 * international/uni-numeric.el:
12225 * international/uni-old-name.el:
12226 * international/uni-titlecase.el:
12227 * international/uni-uppercase.el: Regenerate.
12228
12229 * loadup.el: Load international/charprop.el before
12230 international/characters.
12231
e14b388a
CY
122322011-07-07 Chong Yidong <cyd@stupidchicken.com>
12233
12234 * window.el (next-buffer, previous-buffer): Signal an error if
12235 called from a minibuffer window.
12236
12237 * bindings.el: Revert 2011-07-04 change.
12238
354cf0ba
RS
122392011-07-06 Richard Stallman <rms@gnu.org>
12240
12241 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
12242 (rmail-mime-insert-bulk, rmail-mime-insert-text):
12243 Treat markers like ints.
12244 (rmail-mime-entity): Doc fix.
12245
a48868a7
LMI
122462011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12247
4906cd3d
LMI
12248 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
12249 defcustom again for backwards compatibility.
12250
e0457abe
LMI
12251 * simple.el (shell-command-on-region): Fill.
12252
d67f7e1f
LMI
12253 * dired-aux.el (dired-kill-line): Add a doc string.
12254
fe204702
LMI
12255 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
12256 to "\\sw\\|\\s_" (bug#358).
12257
a48868a7
LMI
12258 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
12259 (dired-unmark-backward): Ditto.
12260 (dired-flag-backup-files): Ditto.
12261
12262 * dired-x.el (dired-mark-sexp): Ditto.
12263
aa8a705c
RS
122642011-07-06 Richard Stallman <rms@gnu.org>
12265
12266 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
12267 (rmail-mime-entity): New arg TRUNCATED.
12268 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
12269 New functions.
12270 (rmail-mime-save): Warn if entity is truncated.
12271 (rmail-mime-toggle-hidden): Likewise, for showing.
12272 (rmail-mime-process-multipart): Record when an entity is truncated.
12273
a9a936b9
RS
12274 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
12275 if ENTITY is a string.
12276
1f2b92cb
LMI
122772011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12278
f4f73198 12279 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
12280 of faces when `M-C-x'-ing their definitions (bug#8378).
12281 Also clean up the code slightly.
f4f73198 12282
12b16734 12283 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 12284 because that makes the colors go away.
12b16734 12285
f0691d22
LMI
12286 * mail/sendmail.el (send-mail-function): Change the default to
12287 `sendmail-query-once'.
9e87df06 12288 (sendmail-query-once): Add an autoload cookie.
f0691d22 12289
1f2b92cb
LMI
12290 * net/network-stream.el (network-stream-open-starttls): Try using
12291 a plain connection even if the server offered STARTTLS, and we
12292 kinda wanted to use it, if Emacs doesn't have any STARTTLS
12293 capability. This should make smtpmail.el work in slightly more
12294 configurations.
12295
1cdd2a1b
MA
122962011-07-06 Michael Albinus <michael.albinus@gmx.de>
12297
12298 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
12299 New defun.
12300 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
12301
fbcc67e2
MM
123022011-07-06 Michael R. Mauger <mmaug@yahoo.com>
12303
12304 * progmodes/sql.el: Version 3.0
0757af94 12305 (sql-product-alist): Add product :completion-object,
fbcc67e2 12306 :completion-column, and :statement attributes.
0757af94 12307 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 12308 (sql-mode-syntax-table): Mark all punctuation.
0757af94 12309 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
12310 ansi keywords.
12311 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 12312 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
12313 (sql-oracle-show-reserved-words): New function for development.
12314 (sql-product-font-lock): Simplify for source code buffers.
12315 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
12316 New functions.
12317 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
12318 (sql-mode-map): Add statement movement functions.
12319 (sql-ansi-statement-starters, sql-oracle-statement-starters):
12320 New variable.
fbcc67e2
MM
12321 (sql-statement-regexp, sql-beginning-of-statement)
12322 (sql-end-of-statement, sql-signum): New functions.
0757af94 12323 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
12324 (sql-show-sqli-buffer): Bug fix.
12325 (sql-interactive-mode): Store connection data as buffer local.
0757af94 12326 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
12327 with sql-interactive-mode.
12328 (sql-save-connection): Save buffer local settings.
0757af94 12329 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
12330 (sql-product-interactive): Bug fix.
12331 (sql-preoutput-hold): New variable.
12332 (sql-interactive-remove-continuation-prompt): Bug fixes.
12333 (sql-debug-redirect): New variable.
12334 (sql-str-literal): New function.
12335 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 12336 Redesign.
fbcc67e2
MM
12337 (sql-oracle-save-settings, sql-oracle-restore-settings)
12338 (sql-oracle-list-all, sql-oracle-list-table): New functions.
12339 (sql-completion-object, sql-completion-column)
12340 (sql-completion-sqlbuf): New variables.
12341 (sql-build-completions-1, sql-build-completions)
12342 (sql-try-completion): New functions.
12343 (sql-read-table-name): Use them.
12344 (sql-contains-names): New buffer local variable.
12345 (sql-list-all, sql-list-table): Use it.
12346 (sql-oracle-completion-types): New variable.
12347 (sql-oracle-completion-object, sql-sqlite-completion-object)
12348 (sql-postgres-completion-object): New functions.
12349
d4eaeab1
GM
123502011-07-06 Glenn Morris <rgm@gnu.org>
12351
12352 * window.el (pop-to-buffer): Doc fix.
12353
322b7dab 123542011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
12355
12356 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
12357
322b7dab 123582011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 12359
322b7dab 12360 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 12361
322b7dab 12362 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 12363
605dd5bf
CY
123642011-07-05 Chong Yidong <cyd@stupidchicken.com>
12365
12366 * button.el (button): Inherit from link face. Suggested by Dan
12367 Nicolaescu.
12368
7dbfa719
SM
123692011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12370
3db614b0
SM
12371 * progmodes/gdb-mi.el: Fit in 80 columns.
12372 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
12373 switch-to-buffer.
12374
7dbfa719
SM
12375 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
12376 if imenu is simply not configured (bug#8941).
12377
919d884a
KM
123782011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
12379
12380 * allout.el (allout-post-undo-hook): New allout outline-change
12381 event hook to signal undo activity.
12382 (allout-post-command-business): Run allout-post-undo-hook if an
12383 undo just occurred.
7dbfa719
SM
12384 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
12385 * allout-widgets.el (allout-widgets-after-undo-function):
12386 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
12387 in the vicinity of an undo.
12388 (allout-widgets-mode): Include allout-widgets-after-undo-function
12389 on the new allout-post-undo-hook.
12390
450a0f09
SM
123912011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12392
12393 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
12394 Let define-derived-mode define it.
12395 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
12396 cycles of abbrev-table inheritance (bug#8998).
12397
2de69e00
RW
123982011-07-05 Roland Winkler <winkler@gnu.org>
12399
12400 * textmodes/bibtex.el: Add support for biblatex.
12401 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
12402 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
12403 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
12404 (bibtex-entry-alist, bibtex-field-alist): New variables.
12405 (bibtex-entry-field-alist): Obsolete alias for
12406 bibtex-BibTeX-entry-alist.
12407 (bibtex-entry-alist, bibtex-field-alist): New widgets.
12408 (bibtex-set-dialect): New command.
12409 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
12410 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
12411 Bind via bibtex-set-dialect.
2de69e00
RW
12412 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
12413 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
12414 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
12415 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
12416 Define via bibtex-set-dialect.
450a0f09
SM
12417 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
12418 Obey bibtex-no-opt-remove-re.
2de69e00
RW
12419 (bibtex-vec-push, bibtex-vec-incr): New functions.
12420 (bibtex-format-entry, bibtex-field-list)
12421 (bibtex-print-help-message, bibtex-validate)
12422 (bibtex-search-entries): Use new format of bibtex-entry-alist.
12423
2dcdbdd9
SM
124242011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12425
12426 * progmodes/compile.el (compilation-goto-locus):
12427 * net/tramp-cmds.el (tramp-append-tramp-buffers):
12428 * bs.el (bs-cycle-next, bs-cycle-previous):
12429 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
12430 * bindings.el (mode-line-other-buffer):
12431 * autoinsert.el (auto-insert):
12432 * arc-mode.el (archive-extract):
12433 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
12434
b27640fe
JB
124352011-07-05 Juanma Barranquero <lekktu@gmail.com>
12436
12437 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
12438 Fix check of `emacs-lock-unlockable-modes'.
12439 Coerce true values of `emacs-lock--try-unlocking' to t.
12440
53bbe3ad
JB
124412011-07-05 Juanma Barranquero <lekktu@gmail.com>
12442
12443 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
12444 * emacs-lock.el: New file.
12445
1d3cdbc7
JD
124462011-07-05 Julien Danjou <julien@danjou.info>
12447
12448 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
12449 than `boundp' to check if face is set.
12450
9173deec
JB
124512011-07-05 Juanma Barranquero <lekktu@gmail.com>
12452
12453 * register.el (registerv-make):
12454 * window.el (window-min-height): Fix typos in docstrings.
12455
869795d6
JD
124562011-07-05 Jan Djärv <jan.h.d@swipnet.se>
12457
9173deec 12458 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
12459 Update doc string.
12460
b768cdcd
JB
124612011-07-04 Juanma Barranquero <lekktu@gmail.com>
12462
12463 * server.el (server-execute): Catch quit and call
12464 `server-return-error' to pass the error back to emacsclient and
12465 close the connection (bug#8942).
12466
13aa217b
KM
124672011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
12468
12469 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
12470 insecure exception for current topic. Also note that auto-saves
12471 are handled differently.
12472
5d3385a0 12473 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
12474 State variables for tracking auto-save inhibition situation.
12475
12476 (allout-write-contents-hook-handler): Rename from
12477 'allout-write-file-hook-handler', and describe how it depends on
12478 write-contents-functions sensitivity to non-nil value to prevent
12479 file write.
12480
12481 (allout-auto-save-hook-handler): Remove. auto-save does not check
12482 this in individual buffers, only in the starting buffer, so this
12483 is not the right way for us to inhibit auto-save in a buffer
12484 according to its condition.
12485
12486 (allout-mode): Use new allout-write-contents-hook-handler, and
12487 only with write-contents-functions. Remove auto-save provisions -
12488 they're implemented elsewhere.
12489
12490 (allout-before-change-handler): If undo is in progress, note that
12491 for attention of allout-post-command-business.
12492
12493 (allout-post-command-business): If the command we're following was
12494 an undo, check for change in the status of encrypted items and
12495 adjust auto-save inhibitions accordingly.
12496
12497 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
12498 according to whether there are or aren't any plain-text topics
12499 pending encryption.
12500
2dcdbdd9 12501 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
12502 Adjust buffer-saved-size and some allout state to inhibit auto-saves
12503 if there are plain-text topics pending encryption.
13aa217b
KM
12504
12505 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
12506 buffer-saved-size and some allout state to not inhibit auto-saves
12507 if there are no longer any plain-text topics pending encryption.
12508
0757af94
SM
12509 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
12510 No longer provide for exemption of the current topic.
13aa217b 12511
ac89b32c
JL
125122011-07-04 Juri Linkov <juri@jurta.org>
12513
12514 Add 7z operations to delete and save changed members (bug#8968).
12515 * arc-mode.el (archive-7z-expunge, archive-7z-update):
12516 New defcustoms.
12517 (archive-7z-write-file-member): New function.
12518 (archive-7z-summarize): Fix the number of dashes in the
12519 listing output.
12520
8fa39615
SM
125212011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12522
12523 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
12524 (bug#8958).
12525
2f11b3f1
CY
125262011-07-04 Chong Yidong <cyd@stupidchicken.com>
12527
d66fef2b
CY
12528 * bindings.el: Ignore next-buffer and previous-buffer in
12529 minibuffer-local-map.
12530
2f11b3f1
CY
12531 * font-lock.el (font-lock-builtin-face): Change light background
12532 color to dark slate blue (Bug#6693).
12533
f932a347
WD
125342011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
12535
12536 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
12537
c8af70e1
SM
125382011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12539
12540 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
12541 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12542 Add switch-to-buffer.
12543
f158badc
LMI
125442011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12545
12546 * isearch.el (isearch-search-fun-function): Clarify further the
12547 meaning of the function returned.
12548
6d95bd46
MA
125492011-07-04 Michael Albinus <michael.albinus@gmx.de>
12550
12551 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
12552
12553 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
12554 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
12555 Use it.
12556 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
12557 `tramp-default-remote-path' does not exist.
12558 (tramp-send-command-and-read): New optional argument NOERROR.
12559 (tramp-open-connection-setup-interactive-shell)
12560 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
12561 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
12562 (tramp-process-sentinel): Flush also process' connection property.
12563 (tramp-sh-handle-start-file-process): Do not set process
12564 sentinel. It is done now ...
12565 (tramp-maybe-open-connection): ... here. (Bug#8929)
12566
909e6b67
MK
125672011-07-04 MON KEY <monkey@sandpframing.com>
12568
12569 * play/animate.el (animate-string): Doc fixes and allow changing
12570 the buffer name (bug#5417).
12571
125722011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12573
c8af70e1 12574 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 12575
f34755dc
PE
125762011-07-04 Paul Eggert <eggert@cs.ucla.edu>
12577
396cec72
PE
12578 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
12579 This is simpler and helps future-proof the code.
12580 (timer-until): Use time-subtract and float-time.
08235028 12581 (timer--time-less-p): Use time-less-p.
f34755dc 12582
56e6cc31
JB
125832011-07-04 Juanma Barranquero <lekktu@gmail.com>
12584
3abb79e5
JB
12585 * type-break.el (timep): Use the value of `float-time' to avoid a
12586 byte-compiler warning.
12587
56e6cc31
JB
12588 * server.el (server-eval-and-print): Return any result, even nil.
12589
7b9430b4
PE
125902011-07-03 Paul Eggert <eggert@cs.ucla.edu>
12591
12592 * type-break.el: Accept time formats that the builtins accept.
12593 (timep, type-break-time-difference): Accept any format that
12594 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
12595 This is simpler and helps future-proof the code.
12596 (type-break-time-difference): Round rather than ignoring
12597 subseconds components.
12598
3034e9e7
LMI
125992011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12600
12601 * info.el (Info-apropos-matches): Make non-interactive, since it
12602 doesn't seem to do anything useful as a command (bug#8829).
12603
1485f4c0
CY
126042011-07-03 Chong Yidong <cyd@stupidchicken.com>
12605
12606 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 12607 Move from faces.el.
1485f4c0
CY
12608 (frame-default-terminal-background): New function.
12609
12610 * custom.el (custom-push-theme): Don't record faces in `changed'
12611 theme; this doesn't work correctly for per-frame face settings.
12612 (disable-theme): Use face-set-after-frame-default to reset faces.
12613 (custom--frame-color-default): New function.
12614
9fa3dd45
LMI
126152011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12616
c8af70e1 12617 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
12618 (bug#8769).
12619
6cbbc20c
KR
126202011-03-29 Kevin Ryde <user42@zip.com.au>
12621
12622 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12623 `perl-Test2' extend to match possible "fail #N" rep count
12624 (bug#8377).
12625
c7f98048
LMI
126262011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12627
65676592
LMI
12628 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
12629 `smtpmail-via-smtp' now returns the error instead of nil.
12630
c7f98048
LMI
12631 * isearch.el (isearch-search-fun-function): Clarify the doc string
12632 (bug#8101).
12633
56e6cc31 126342011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
12635
12636 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
12637 unnecessary spaces (bug#8987).
12638
2b216704
LMI
126392011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12640
12641 * net/network-stream.el (open-network-stream): Use the
12642 :end-of-capability command thoughout.
12643
126442011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12645
12646 * net/network-stream.el (open-network-stream): Add the
12647 :end-of-capability command parameter, used by pop3.el.
12648
36adf6ce
LMI
126492011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12650
1ca0da0e
LMI
12651 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
12652
fc00f69c
LMI
12653 * fringe.el (fringe-query-style): Remove redundant text " (type ?
12654 for list)" (bug#6475).
12655
28fd8759 12656 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 12657 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
12658 an error (bug#6297).
12659
0dd8b6da
LMI
12660 * man.el (Man-reference-regexp): Allow matching possible
12661 word-wrapped references (bug#6289).
12662
ce1438d6
LMI
12663 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
12664 for consistency with the other vc buffers (bug#6197).
12665 (vc-checkin): Ditto.
12666
12667 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
12668
36adf6ce
LMI
12669 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
12670
e83cc1f7
LMI
126712011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12672
8a20ca4c
LMI
12673 * custom.el (defcustom): Clarify that :set is only used in the
12674 Customize user interface (bug#6089).
12675
83319045
LMI
12676 * progmodes/flymake.el (flymake-mode): If the buffer isn't
12677 associated with a file, refuse to run instead of erroring out
12678 (bug#6084).
12679
a8392169
LMI
12680 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
12681 the doc string, since it appears that using `fill-column' always
12682 controls the width (bug#7845).
12683
e83cc1f7
LMI
12684 * simple.el (shell-command-on-region): Say where the error output
12685 went if `shell-command-default-error-buffer' is set (bug#6857).
12686
e47ca23b
KM
126872011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
12688
12689 * allout.el (allout-yank-processing): Adjust cursor position for
12690 backwards-deleted space.
12691
12692 (allout-rebullet-heading): Register changes with
12693 allout-exposure-changed-hook, so the modified topic is properly
12694 decorated.
12695
5cf56143
LMI
126962011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12697
08549772
LMI
12698 * minibuffer.el (completion-in-region): Document PREDICATE
12699 (bug#7136).
12700
48e96771
LMI
12701 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
12702 of keyword/argument pairs (bug#6904).
12703
c8af70e1
SM
12704 * replace.el (multi-occur):
12705 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 12706
e17d05e2
LMI
127072011-07-02 Drew Adams <drew.adams@oracle.com>
12708
12709 * dired.el (dired-mark-if): Make the message about whether it's
12710 marking or unmarking clearer (bug#8523).
12711
063b0e45
LMI
127122011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12713
12714 * disp-table.el (display-table-print-array): New function.
12715 (describe-display-table): Use it to print the vectors more pretty
12716 (Bug#8859).
12717
28545e04
MR
127182011-07-02 Martin Rudalics <rudalics@gmx.at>
12719
12720 * window.el (window-state-get-1): Don't assign clone numbers.
12721 Add clone-of item to list of window parameters.
12722 (window-state-put-2): Don't process clone numbers.
12723 (display-buffer-alist): Fix doc-string.
12724
3349e122
SM
127252011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
12726
12727 * subr.el (remq): Don't allocate if it's not needed.
12728 (keymap--menu-item-binding, keymap--menu-item-with-binding)
12729 (keymap--merge-bindings): New functions.
12730 (keymap-canonicalize): Use them to refine the canonicalization.
12731 * minibuffer.el (minibuffer-local-completion-map)
12732 (minibuffer-local-must-match-map): Move initialization from C.
12733 (minibuffer-local-filename-completion-map): Move initialization from C;
12734 don't inherit from anything here.
12735 (minibuffer-local-filename-must-match-map): Make obsolete.
12736 (completing-read-default): Use make-composed-keymap to combine
12737 minibuffer-local-filename-completion-map with either
12738 minibuffer-local-must-match-map or
12739 minibuffer-local-filename-completion-map.
12740
d224ac83
GM
127412011-07-01 Glenn Morris <rgm@gnu.org>
12742
3de63bf8
GM
12743 * type-break.el (type-break-time-sum): Use dolist.
12744
d224ac83
GM
12745 * textmodes/flyspell.el (flyspell-word-search-backward):
12746 Replace CL function.
12747
1a1e3f32
SM
127482011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12749
fe3f64d5
SM
12750 * mouse.el (mouse--strip-first-event): New function.
12751 (function-key-map): Use it to map fringe clicks to normal clicks
12752 by default.
12753
eb604e34
SM
12754 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
12755 (vc-bzr-revision-completion-table): Add support for annotate and date.
12756
1a1e3f32
SM
12757 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
12758 inherit from parent.
12759
5bd35902
LMI
127602011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12761
ace6c69c 12762 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 12763 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 12764
191e2bed
LMI
12765 * dired.el (dired-mode): Fix up the doc string as suggested by
12766 Drew Adams (bug#8817).
12767
5bd35902
LMI
12768 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
12769 cookie, since the manual says that it should be possible to add
12770 this function to `find-file-hook' (bug#8709).
12771
eee8207a
TZ
127722011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12773
12774 * progmodes/cfengine.el: Moved all cfengine3.el functionality
12775 here. Noted Ted Zlatanov as the maintainer.
12776 (cfengine-common-settings, cfengine-common-syntax): New functions
12777 to set up common things between `cfengine-mode' and
12778 `cfengine3-mode'.
12779 (cfengine3-mode): New mode.
12780 (cfengine3-defuns cfengine3-defuns-regex
12781 (cfengine3-class-selector-regex cfengine3-category-regex)
12782 (cfengine3-vartypes cfengine3-font-lock-keywords)
12783 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 12784 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 12785
36b148cf
MA
127862011-07-01 Michael Albinus <michael.albinus@gmx.de>
12787
12788 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
12789
12790 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
12791
0bf4ba9a
MR
127922011-07-01 Martin Rudalics <rudalics@gmx.at>
12793
12794 * window.el (same-window-buffer-names, same-window-regexps)
12795 (same-window-p, special-display-frame-alist)
12796 (special-display-popup-frame, special-display-function)
12797 (special-display-buffer-names, special-display-regexps)
12798 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
12799 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12800 (split-window-preferred-function, split-height-threshold)
12801 (split-width-threshold, even-window-heights)
12802 (display-buffer-mark-dedicated, window-splittable-p)
12803 (split-window-sensibly, window-safely-shrinkable-p):
12804 Un-obsolete.
12805 (display-buffer): Don't spread args with function specifier
12806 because special-display-popup-frame won't like it.
12807
35837f51
PE
128082011-07-01 Paul Eggert <eggert@cs.ucla.edu>
12809
d0672f86
PE
12810 Time-stamp simplifications and fixes.
12811 These improve accuracy slightly, and future-proof the code
12812 against some potential changes to current-time format.
12813
b9444d97
PE
12814 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
12815 by using time-since and float-time.
12816
0ef923dc
PE
12817 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
12818 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
12819 + NNN microseconds".
12820
2f81380d
PE
12821 * type-break.el (type-break-time-sum): Rewrite using time-add.
12822
845b5c3e
PE
12823 * play/hanoi.el (hanoi-current-time-float): Remove.
12824 All uses replaced by float-time.
12825
ee6f1be0
PE
12826 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
12827 This yields a more-accurate answer.
12828 (rng-time-to-float): Remove; no longer needed.
12829
fe955043
PE
12830 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
12831
5777162a
PE
12832 * calendar/timeclock.el (timeclock-seconds-to-time):
12833 Defalias to seconds-to-time, since they're the same thing.
12834
3103f8b6 12835 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 12836 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
12837 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
12838
0e61a35f
SM
128392011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12840
12841 * window.el (bury-buffer): Don't iconify the only frame.
12842 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
12843 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
12844
ddd63a1e
CY
128452011-07-01 Chong Yidong <cyd@stupidchicken.com>
12846
0e61a35f
SM
12847 * eshell/em-smart.el (eshell-smart-display-navigate-list):
12848 Add mouse-yank-primary.
ddd63a1e 12849
055f4923
TZ
128502011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12851
12852 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
12853
6a2fb145
SM
128542011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12855
12856 * emacs-lisp/find-func.el (find-library--load-name): New fun.
12857 (find-library-name): Use it to find relative load names when provided
12858 absolute file name (bug#8803).
12859
fd4983f2
LMI
128602011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12861
887d14ad
LMI
12862 * textmodes/flyspell.el (flyspell-word): Consider words that
12863 differ only in case as potential doublons (bug#5687).
12864
c53dc7fc
LMI
12865 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
12866 Remove two rather uninteresting debugging-like messages to make
12867 debbugs.el more silent.
12868
fd4983f2
LMI
12869 * comint.el (comint-password-prompt-regexp): Accept "Response" as
12870 a password-like phrase.
12871
7a71b18d 128722011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
12873
12874 * progmodes/cc-guess.el: New file.
12875
6a2fb145 12876 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
12877
12878 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
12879 derived from `c-basic-common-init'.
12880
12881 * progmodes/cc-mode.el (top-level): Require cc-guess.
12882 (c-basic-common-init): Use `cc-choose-style-for-mode'.
12883
1fa280a3
LM
128842011-06-30 Lawrence Mitchell <wence@gmx.li>
12885
12886 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
12887
e6597158
AM
128882011-06-30 Alan Mackenzie <acm@muc.de>
12889
1fa280a3
LM
12890 * progmodes/cc-engine.el (c-guess-continued-construct):
12891 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
12892 lock is disabled. Name this case as "CASE G".
12893
68ba37fb
KM
128942011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
12895
12896 * allout.el (allout-yank-processing): Fix injection of extra space
12897 between bullet and non-whitespace character in first topic when
12898 pasting, ensuring that the actual spacing in the pasted topic
12899 following the bullet char is preserved. This extra space was
12900 causing pasted encrypted topics to get a decrypted status even
12901 when the content was actually still encrypted. Now the decryption
12902 status from before the paste is preserved.
12903
12904 (allout-flag-region): Set all allout overlays so they evaporate
12905 when reduced to zero length (evanescent), to prevent overlay
12906 leakage.
12907
887a0b34
GM
129082011-06-30 Glenn Morris <rgm@gnu.org>
12909
94b9acce
GM
12910 * w32-fns.el (w32-charset-info-alist): Declare.
12911
1d9b46d4
GM
12912 * find-dired.el (find-grep-options): Simplify.
12913
cc232200
GM
12914 * term/ns-win.el (ns-set-resource): Declare.
12915
28e77c46
GM
12916 * ses.el (row, col): Declare dynamic variables honestly.
12917
887a0b34
GM
12918 * textmodes/reftex-parse.el (index-tags): Declare.
12919
658d8eb8
CY
129202011-06-30 Chong Yidong <cyd@stupidchicken.com>
12921
12922 * cus-edit.el (customize-push-and-save): New function.
12923
12924 * files.el (hack-local-variables-confirm): Use it.
12925
1fa280a3
LM
12926 * custom.el (load-theme): New arg NO-CONFIRM.
12927 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
12928 (custom-enabled-themes): Doc fix.
12929
12930 * cus-theme.el (customize-create-theme)
12931 (custom-theme-merge-theme): Callers to load-theme changed.
12932
bb617717
LMI
129332011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12934
d61bdd5d
LMI
12935 * thingatpt.el (thing-at-point-short-url-regexp): Require that
12936 short URLs have at least one dot in them (bug #7614).
12937
bb617717
LMI
12938 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
12939 nil, because using a pty is apparently too slow (bug #895).
12940
2f31f37a
LMI
129412011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
12942
12943 * mail/sendmail.el (sendmail-query-once): New function.
12944 (sendmail-query-once-function): New variable.
12945
3076b24e
GM
129462011-06-29 Glenn Morris <rgm@gnu.org>
12947
faf2a174
GM
12948 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
12949
3076b24e
GM
12950 * ses.el (top-level): Require cl when compiling.
12951 (ses-set-localvars): Fix error statement.
12952 Call it at compile time to silence a storm of warnings.
12953
5386012d
MR
129542011-06-29 Martin Rudalics <rudalics@gmx.at>
12955
12956 * window.el (normalize-live-buffer): Rename to
12957 window-normalize-buffer.
12958 (normalize-live-frame): Rename to window-normalize-frame.
12959 (normalize-any-window): Rename to window-normalize-any-window.
12960 (normalize-live-window): Rename to window-normalize-live-window.
12961 (make-window-atom): Rename to window-make-atom.
12962 (window-resize-reset): Rename to window--resize-reset.
12963 (window-resize-reset-1): Rename to window--resize-reset-1.
12964 (resize-mini-window): Rename to window--resize-mini-window.
12965 (resize-subwindows-skip-p): Rename to
12966 window--resize-subwindows-skip-p.
12967 (resize-subwindows-normal): Rename to
12968 window--resize-subwindows-normal.
12969 (resize-subwindows): Rename to window--resize-subwindows.
12970 (resize-other-windows): Rename to window--resize-siblings.
12971 (resize-this-window): Rename to window--resize-this-window.
12972 (resize-root-window): Rename to window--resize-root-window.
12973 (resize-root-window-vertically): Rename to
12974 window--resize-root-window-vertically.
12975 (normalize-buffer-to-display): Rename to
12976 window-normalize-buffer-to-display.
12977 (normalize-buffer-to-switch-to): Rename to
12978 window-normalize-buffer-to-switch-to.
12979 Correspondingly update all callers of the functions listed
12980 above.
12981 (display-buffer-alist, display-buffer-normalize-arguments)
12982 (display-buffer-normalize-options, display-buffer)
12983 (display-buffer-alist-set): Use "function" instead of
12984 "fun-with-args".
12985
1176868d
CY
129862011-06-28 Chong Yidong <cyd@stupidchicken.com>
12987
12988 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
12989 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
12990 debbugs.gnu.org. Mention acknowledgment email.
12991
20a7a65f
LMI
129922011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
12993
12994 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
12995 buffer multibyteness, since it shouldn't matter.
12996
5f45cca5
MR
129972011-06-28 Martin Rudalics <rudalics@gmx.at>
12998
12999 * window.el (display-buffer-in-side-window): Handle dedicated
13000 windows as in display-buffer-reuse-window.
13001 (display-buffer-normalize-alist): Use value of override
13002 specifier.
13003 (display-buffer-normalize-specifiers): Use value of
13004 other-window-means-other-frame specifier.
13005 (display-buffer-alist): Rewrite some texts in widgets.
13006 (display-buffer): Spread arguments when calling function
13007 specified by fun-with-args.
13008
ad85fe1f
DD
130092011-06-28 Deniz Dogan <deniz@dogan.se>
13010
1fa280a3
LM
13011 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13012 Unnest `let'.
da68c4c8 13013
ad85fe1f
DD
13014 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
13015 selectors (Bug#5732).
ec49bd31 13016 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 13017
a08cc025
JA
130182011-06-27 Jari Aalto <jari.aalto@cante.net>
13019
13020 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
13021 (eshell-ls-date-format): New defcustom.
13022 (eshell-ls-file): Use it.
13023
e2b551c5
SM
130242011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
13025
13026 * help-fns.el (describe-variable): Fix message for terminal-local vars.
13027
8982b231
KY
130282011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
13029
13030 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
13031 (ange-ftp-make-tmp-name): New arg.
13032 (ange-ftp-file-local-copy): Use it.
13033
36c9fa27
J
130342011-06-27 Jambunathan K <kjambunathan@gmail.com>
13035
13036 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
13037 no-conversion (Bug#8870).
13038
d68443dc
MR
130392011-06-27 Martin Rudalics <rudalics@gmx.at>
13040
13041 * window.el (window-right, window-left, window-child)
13042 (window-child-count, window-last-child)
13043 (window-iso-combination-p, walk-window-tree-1)
13044 (window-atom-check-1, window-tree-1, delete-window)
13045 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
13046 new naming conventions - window-vchild, window-hchild,
13047 window-next and window-prev are now called window-top-child,
13048 window-left-child, window-next-sibling and window-prev-sibling
13049 respectively.
d615d6d2
MR
13050 (resize-window-reset): Rename to window-resize-reset.
13051 (resize-window-reset-1): Rename to window-resize-reset-1.
13052 (resize-window): Rename to window-resize.
13053 (window-min-height, window-min-width)
13054 (resize-mini-window, resize-this-window, resize-root-window)
13055 (resize-root-window-vertically, adjust-window-trailing-edge)
13056 (enlarge-window, shrink-window, maximize-window)
13057 (minimize-window, delete-window, quit-restore-window)
13058 (split-window, balance-windows, balance-windows-area-adjust)
13059 (balance-windows-area, window-state-put-2)
13060 (display-buffer-even-window-sizes, display-buffer-set-height)
13061 (display-buffer-set-width, set-window-text-height)
13062 (fit-window-to-buffer): Rename all "resize-window" prefixed
13063 calls to use the "window-resize" prefix convention.
13064 (display-buffer-alist): Fix symbol for label specifier.
13065 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
13066 corresponding specifier.
13067 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 13068
b6458526
VB
130692011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
13070
13071 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
13072 convention.
13073 (ses-call-printer): Does not pass an empty string to formatter when the
13074 cell is empty to keep from barking printer Calc math-format-value.
13075
d31fd9ac
RS
130762011-06-27 Richard Stallman <rms@gnu.org>
13077
43d5bf84
RS
13078 * battery.el (battery-mode-line-limit): New variable.
13079 (battery-update): Handle it.
13080
d31fd9ac
RS
13081 * mail/rmailmm.el (rmail-mime-process-multipart):
13082 Handle truncated messages.
13083
819a6054
GM
130842011-06-27 Glenn Morris <rgm@gnu.org>
13085
13086 * progmodes/flymake.el (flymake-err-line-patterns):
13087 Allow for column numbers in the ant/javac pattern. (Bug#8866)
13088
cedc73f2
VB
130892011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
13090
819a6054 13091 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
13092 (ses--clean-!, ses--clean-_): New functions.
13093 (ses-range): Add configurability of readout order, and conversion
13094 to Calc vector.
13095
5e5d49b6
VB
13096 * ses.el (ses-repair-cell-reference-all): New function.
13097 (ses-cell-symbol): Set macro as safe, so that it can be used in
13098 formulas.
13099
56e6cc31 13100 * ses.el: Update cycle detection algorithm.
90ca8b49 13101 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 13102 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
13103 (ses-set-localvars): New function.
13104 (ses-make-cell): Add property-list as a cell element.
13105 (ses-cell-property-get-fun, ses-cell-property-get)
13106 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
13107 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
13108 New functions.
90ca8b49
VB
13109 (ses-cell-property-set, ses-cell-property-pop)
13110 (ses-cell-property-get-handle): New macro.
13111 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
13112 New aliases, used for code readability.
13113 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
13114 cycle detection.
13115 (ses-self-reference-early-detection): New defcustom.
fac916bf 13116 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
13117 (ses-mode): Use ses-set-localvars.
13118 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
13119 before lauching the update processing.
13120 (ses-initialize-Dijkstra-attempt): New function.
13121 (ses-recalculate-cell): Update for cycle detection based on
13122 Dijkstra algorithm.
13123
2bb63e81
VB
13124 * ses.el: Fix commenting and indenting convention.
13125
c9d29fb8
SM
131262011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
13127
13128 * bs.el (bs-cycle-next): Complete last change.
13129
d8e4b68b
JB
131302011-06-27 Drew Adams <drew.adams@oracle.com>
13131
13132 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
13133
40098786
LMI
131342011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13135
c9d29fb8
SM
13136 * net/network-stream.el (network-stream-open-starttls):
13137 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
13138 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
13139
40098786
LMI
13140 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
13141 to binary to possibly avoid line encoding issues on Windows (among
13142 other things).
13143
468d09d4
LMI
131442011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13145
13146 * net/network-stream.el (open-network-stream): Return an :error
13147 saying what the problem was, if possible.
13148
13149 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
13150 server.
13151
13152 * net/network-stream.el (network-stream-open-starttls): If we
13153 wanted to use STARTTLS, and the server offered it, but we weren't
13154 able to because we had no STARTTLS support, then close the connection.
13155 (open-network-stream): Return an :error element, if present.
13156
16f07dd7
CY
131572011-06-26 Chong Yidong <cyd@stupidchicken.com>
13158
88821ca0
CY
13159 * hl-line.el (hl-line-sticky-flag): Doc fix.
13160 (global-hl-line-sticky-flag): New option (Bug#8323).
13161 (global-hl-line-highlight): Obey it.
13162
16f07dd7
CY
13163 * vc/vc.el (vc-revert-show-diff): Default to t.
13164
6b5ccddf
KM
131652011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
13166
c9d29fb8
SM
13167 * allout-widgets.el (allout-widgets-post-command-business):
13168 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
13169 undecorated when an isearch is continued past, and isearch
13170 automatically collapses them. This leads to "widget leaks", where
13171 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
13172 hidden widgets can slow down cursor travel, substantially.
13173 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
13174 so we're doing without this nicety.
13175
13176 (allout-widgets-tally-string): Don't try to do a hash-table-count
13177 of allout-widgets-tally when it's nil. This eliminates spurious "Error
13178 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
13179 *Messages* when allout-widgets-maintain-tally is t.
13180
355f2e07
MR
131812011-06-26 Martin Rudalics <rudalics@gmx.at>
13182
13183 * window.el (display-buffer-normalize-argument): Rename to
13184 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
13185 LABEL argument. Respect special-display-function when popping up
13186 a new frame. Fix code searching for a window showing the buffer
13187 on another frame.
c9d29fb8
SM
13188 (display-buffer-normalize-specifiers):
13189 Call display-buffer-normalize-arguments.
355f2e07
MR
13190 (display-buffer-in-window): Don't undedicate the window if its
13191 buffer remains the same.
13192 Reported by Drew Adams <drew.adams@oracle.com>.
13193 (display-buffer-alist): Add choice for same-window macro
13194 specfier.
13195 (display-buffer): Mention special meaning of LABEL argument in
13196 doc-string. Fix quoting. Don't pop up a new frame even as
13197 fallback.
13198
7ca8fc42
JB
131992011-06-26 Juanma Barranquero <lekktu@gmail.com>
13200
13201 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
13202 avoid deleting the current window in some cases (bug#8911).
13203
bc312254
AS
132042011-06-26 Andreas Schwab <schwab@linux-m68k.org>
13205
13206 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
13207 (Bug#8934)
13208
2db18f3f
LMI
132092011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13210
c9d29fb8
SM
13211 * net/network-stream.el (network-stream-open-starttls):
13212 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
13213 (network-stream-open-tls): Ditto.
13214
6302e0d3
LL
132152011-06-26 Leo Liu <sdl.web@gmail.com>
13216
13217 * register.el (registerv): New struct.
13218 (registerv-make): New function.
c9d29fb8
SM
13219 (jump-to-register, describe-register-1, insert-register):
13220 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
13221 struct. (Bug#8415)
13222
5fdd4046
CY
132232011-06-26 Chong Yidong <cyd@stupidchicken.com>
13224
2afef60a
CY
13225 * vc/vc.el (vc-revert-show-diff): New defcustom.
13226 (vc-diff-internal): New arg specifying diff buffer.
13227 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
13228 reuse an existing *vc-diff* buffer (Bug#8927).
13229
5fdd4046
CY
13230 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
13231
e93db24a
GM
132322011-06-26 Glenn Morris <rgm@gnu.org>
13233
13234 * progmodes/f90.el (f90-critical-indent): New option.
13235 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
13236 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
13237 (f90-mode): Doc fix.
13238 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
13239 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
13240 (f90-beginning-of-block, f90-next-block, f90-indent-region)
13241 (f90-match-end): Handle block, critical.
13242
eefff499
GM
132432011-06-25 Glenn Morris <rgm@gnu.org>
13244
f6ba4cc9
GM
13245 * calendar/diary-lib.el (diary-included-files): Doc fix.
13246 (diary-include-files): New function, extracted from
13247 diary-include-other-diary-files and diary-mark-included-diary-files.
13248 (diary-include-other-diary-files, diary-mark-included-diary-files):
13249 Just call diary-include-files.
13250 (diary-mark-entries): Reset diary-included-files on first call.
13251
16712304
GM
13252 * calendar/diary-lib.el (diary-mark-entries)
13253 (diary-mark-included-diary-files):
13254 Visit included diary-files in temp buffers.
13255
5d8e0d43
GM
13256 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
13257 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
13258 (f90-start-block-re, f90-imenu-generic-expression)
13259 (f90-looking-at-program-block-start, f90-no-block-limit):
13260 Add support for submodules.
13261
ccf7a5d5
GM
13262 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
13263 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 13264
11fdef7d 132652011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
13266
13267 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
13268 buffer-file-type before setting its value, to avoid disastrous
eefff499 13269 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 13270
74f53697
JB
132712011-06-25 Juanma Barranquero <lekktu@gmail.com>
13272
13273 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
13274
13275 * ses.el (ses-unload-function):
13276 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
13277
13278 * proced.el (proced-unload-function):
13279 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
13280
18a4ce5e
AR
132812011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
13282
13283 * server.el (server-create-window-system-frame): Add parameters arg.
13284 (server-process-filter): Doc fix. Handle frame-parameters.
13285
519d22cc
JB
132862011-06-25 Juanma Barranquero <lekktu@gmail.com>
13287
13288 Fix bug#8730, bug#8781.
13289
13290 * loadhist.el (unload--set-major-mode): New function.
13291 (unload-feature): Use it.
13292
13293 * progmodes/python.el (python-after-info-look): Add autoload cookie.
13294 (python-unload-function): New function.
13295
c206f5b0
SM
132962011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
13297
13298 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
13299
f9ad64f3
GS
133002011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
13301
13302 * net/browse-url.el (browse-url-firefox-program): Add icecat to
13303 the candidates list.
13304
7d0da90e
JB
133052011-06-24 Juanma Barranquero <lekktu@gmail.com>
13306
13307 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
13308
14b4e83d
RS
133092011-06-23 Richard Stallman <rms@gnu.org>
13310
13311 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
13312 (rmail-variables): Set next-error-move-function.
13313 (rmail-what-message): Take argument POS.
13314 (rmail-next-error-move): New function.
13315
273d2baf
SM
133162011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
13317
13318 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
13319 messages for adjacent non-terminals.
13320
56c2cc9a
RS
133212011-06-23 Richard Stallman <rms@gnu.org>
13322
13323 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 13324 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
13325 (rmail-start-mail): Don't specify use of rmail-mail-return;
13326 that's done by mail-bury now.
13327 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 13328
d59eb518
MA
133292011-06-23 Michael Albinus <michael.albinus@gmx.de>
13330
13331 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
13332 SIZE is a number.
13333
02cfc6d6
MR
133342011-06-23 Martin Rudalics <rudalics@gmx.at>
13335
13336 * window.el (get-lru-window, get-mru-window)
13337 (get-largest-window): Never return a minibuffer window.
13338 (display-buffer-pop-up-window): Fix a bug that could lead to
13339 reusing the minibuffer window.
13340 (display-buffer): Pass original specifier argument to
13341 display-buffer-function instead of the normalized one.
13342 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
13343
4e323265
LL
133442011-06-22 Leo Liu <sdl.web@gmail.com>
13345
13346 * minibuffer.el (completing-read-function)
13347 (completing-read-default): Move from minibuf.c
13348
7a70468f
RS
133492011-06-22 Richard Stallman <rms@gnu.org>
13350
50718fc2
RS
13351 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
13352 to Rmail even if not started by a special Rmail command.
13353
7a70468f
RS
13354 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
13355 Copy the buffer currently showing just one message.
13356
297dde5a
RW
133572011-06-22 Roland Winkler <winkler@gnu.org>
13358
13359 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
13360 (bibtex-clean-entry): First delete the old key so that a
13361 customized algorithm for generating the new key does not get
13362 confused by the old key.
13363 (bibtex-url): Obey regexp of first step.
13364 (bibtex-search-entries): Do not use add-to-list with local
13365 list-var.
13366
97bb1093
LMI
133672011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13368
13369 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
13370 stored a user name, then query for the password first, instead of
13371 waiting for SMTP to give an error message and the trying again.
13372
1c0f1a19
JD
133732011-06-22 Lawrence Mitchell <wence@gmx.li>
13374
13375 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
13376 BUFFER in call-process.
13377
396f7c9d
LMI
133782011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13379
13380 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
13381 QUIT twice.
ddb7ffee
LMI
13382 (smtpmail-try-auth-methods): Require user name and password from
13383 auth-source.
396f7c9d 13384
8998d1b3
MR
133852011-06-22 Martin Rudalics <rudalics@gmx.at>
13386
13387 * window.el (display-buffer-default-specifiers)
13388 (display-buffer-alist): Remove entries for pop-up-frame-alist.
13389 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 13390 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
13391
13392 * frame.el (pop-up-frame-alist, pop-up-frame-function)
13393 (special-display-frame-alist, special-display-popup-frame):
13394 Remove duplicate declarations. These are now in window.el.
13395
4ea31e07
LMI
133962011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13397
c9d29fb8
SM
13398 * mail/smtpmail.el (smtpmail-via-smtp):
13399 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
13400 server supports it. SMTP servers that support STARTTLS commonly
13401 require it.
13402
13403 * net/network-stream.el (network-stream-open-starttls): Support
13404 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 13405 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 13406
95f41d9a
LMI
13407 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
13408 upgrades with `open-network-stream', and rely solely on
13409 auth-source for all credentials. Big changes throughout the file,
13410 but in particular:
c9d29fb8
SM
13411 (smtpmail-auth-credentials): Remove.
13412 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
13413 (smtpmail-via-smtp): Check for servers saying they want AUTH after
13414 MAIL FROM, too.
95f41d9a 13415
c9d29fb8
SM
13416 * net/network-stream.el (network-stream-open-starttls):
13417 Provide support for client certificates both for external and built-in
4ea31e07
LMI
13418 STARTTLS.
13419 (auth-source): Require.
13420 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
13421 (network-stream-certificate): Change cert-cert to cert and
13422 cert-key to key.
4ea31e07 13423
065ec2c7
MA
134242011-06-21 Michael Albinus <michael.albinus@gmx.de>
13425
13426 * net/tramp-cache.el (top): Don't load the persistency file when
13427 "emacs -Q" has been called.
13428
cd93b359
DR
134292011-06-21 Tim Harper <timcharper@gmail.com>
13430
d8e4b68b
JB
13431 * term/ns-win.el (ns-initialize-window-system):
13432 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
13433 resource to NO as it is not yet supported by the NS port.
13434
ae9c0411
JB
134352011-06-21 Juanma Barranquero <lekktu@gmail.com>
13436
13437 * misc.el (list-dynamic-libraries--refresh): Compute header here...
13438 (list-dynamic-libraries): ...not here.
13439
7f3f739f
LL
134402011-06-21 Leo Liu <sdl.web@gmail.com>
13441
13442 * subr.el (sha1): Implement sha1 using secure-hash.
13443
327c8fb1
MR
134442011-06-21 Martin Rudalics <rudalics@gmx.at>
13445
13446 * window.el (display-buffer-alist): In default value do not
13447 enforce searching a window on any but the selected frame.
13448 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
13449 (display-buffer-select-window): Remove function.
13450 (display-buffer-in-window): When a window on another frame gets
13451 reused, do not select it any more but just raise its frame if
13452 necessary (Bug#8851) and (Bug#8856).
13453 (display-buffer-normalize-options): Handle pop-up-frames related
13454 options more faithfully.
13455 (pop-to-buffer): Don't rely on `display-buffer' selecting the
13456 window if it is on another frame.
c9d29fb8
SM
13457 (display-buffer-alist, display-buffer-default-specifiers):
13458 Don't make new frame unsplittable by default.
9e9de014
MR
13459 (display-buffer-normalize-argument): Fix doc-string typo and use
13460 'same-frame-other-window instead of 'other-window when associating
13461 with display-buffer-macro-specifiers.
327c8fb1 13462
7cf3f556
VB
134632011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
13464
13465 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
13466 New functions.
13467 (5x5-mode-map, 5x5-mode-menu): Bind them.
13468 (5x5-draw-grid): Tweak the solver's rendering.
13469
60a406cf
SM
134702011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13471
13472 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
13473 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
13474
d8e4b68b 134752011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
13476
13477 * menu-bar.el: Use function variable instead of switch-to-buffer.
13478 (menu-bar-select-buffer-function): New variable.
60a406cf 13479 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 13480
478d6f95
SM
134812011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13482
13483 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
13484 variable's status.
13485
ca530739
JD
134862011-06-20 Jan Djärv <jan.h.d@swipnet.se>
13487
13488 * x-dnd.el (x-dnd-version-from-flags)
13489 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
13490 and long as number (Bug#8899).
13491 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
13492
bcd70d97
SM
134932011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
13494
60a406cf 13495 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
13496 (completion-try-completion, completion-all-completions): Compute the
13497 metadata argument if it's missing; make it optional (bug#8795).
13498
60a406cf 13499 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
13500 (widget-complete): Use new :completion-function property.
13501 (widget-completions-at-point): New function.
13502 (default): Use :completion-function instead of :complete.
60a406cf
SM
13503 (widget-default-completions): Rename from widget-default-complete;
13504 Rewrite.
bcd70d97
SM
13505 (widget-string-complete, widget-file-complete, widget-color-complete):
13506 Remove functions.
13507 (file, symbol, function, variable, coding-system, color):
13508 * international/mule-cmds.el (default-input-method, charset)
13509 (language-info-custom-alist):
13510 * cus-edit.el (face): Use new property :completions.
13511
13512 * progmodes/pascal.el (pascal-completions-at-point): New function.
13513 (pascal-mode): Use it.
13514 (pascal-mode-map): Use completion-at-point.
13515 (pascal-toggle-completions): Make obsolete.
13516 (pascal-complete-word, pascal-show-completions):
13517 * progmodes/octave-mod.el (octave-complete-symbol):
13518 Redefine as obsolete alias.
13519 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
13520 Signal absence of completion info for old Octave,
13521 (inferior-octave-complete): Redefine as obsolete alias.
13522 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
13523 (meta-completions-at-point): Rename from meta-complete-symbol and
13524 adapt it for use on completion-at-point-functions.
13525 (meta-common-mode): Use it.
13526 (meta-looking-at-backward, meta-match-buffer): Remove.
13527 (meta-complete-symbol): Redefine as obsolete alias.
13528 (meta-common-mode-map): Use completion-at-point.
13529 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
13530 (makefile-mode-map): Use completion-at-point.
13531 (makefile-completions-at-point): Rename from makefile-complete and
13532 adapt it for use on completion-at-point-functions.
13533 (makefile-mode): Use it.
13534 (makefile-complete): Redefine as obsolete alias.
13535
aebf69c8
DD
135362011-06-20 Deniz Dogan <deniz@dogan.se>
13537
13538 * net/rcirc.el: Delete trailing whitespaces once and for all.
13539
bfbbb27d
DC
135402011-06-20 Daniel Colascione <dan.colascione@gmail.com>
13541
13542 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
13543
d264a46b
CY
135442011-06-19 Chong Yidong <cyd@stupidchicken.com>
13545
4ca009e5
CY
13546 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
13547
d264a46b
CY
13548 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
13549
fbf5b3ce
MR
135502011-06-19 Martin Rudalics <rudalics@gmx.at>
13551
13552 * window.el (display-buffer-other-window-means-other-frame):
13553 Call display-buffer-normalize-alist.
13554 (display-buffer-normalize-specifiers-1): Rename to
13555 display-buffer-normalize-argument. New argument other-frame.
13556 Rewrite.
13557 (display-buffer-normalize-specifiers-2): Rename to
13558 display-buffer-normalize-options.
13559 (display-buffer-normalize-alist-1): New function.
13560 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
13561 display-buffer-normalize-alist.
13562 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
13563 (display-buffer-normalize-options-inhibit): New variable.
13564 (display-buffer-normalize-specifiers): Rewrite calling
13565 display-buffer-normalize-alist,
13566 display-buffer-normalize-argument, and
13567 display-buffer-normalize-options. Don't call the latter if
13568 display-buffer-normalize-options-inhibit is non-nil.
13569 (frame-auto-delete): New option.
13570 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
13571 (window-list-no-nils, window-state-ignored-parameters)
13572 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
13573 (window-state-put-1, window-state-put-2, window-state-put):
13574 New functions.
9a028c23
MR
13575 (display-buffer-normalize-options): Move special-display-p group
13576 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 13577
6d10d800
CY
135782011-06-18 Chong Yidong <cyd@stupidchicken.com>
13579
6420d28b
CY
13580 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
13581 groups (Bug#8776).
13582 (rx-submatch-n): New function.
13583 (rx): Document it.
13584
ddb8b596
CY
13585 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
13586 (Bug#8768).
13587
13588 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
13589
77080289
CY
13590 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
13591
61dfb316
CY
13592 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
13593 anytime existing face settings are present (Bug#8889).
13594
6d10d800
CY
13595 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
13596 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
13597 Remove unused argument.
13598
be3fb2b8
MR
135992011-06-18 Martin Rudalics <rudalics@gmx.at>
13600
bcd70d97
SM
13601 * window.el (display-buffer-default-specifiers):
13602 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
13603 pop-up-window-min-width, and another reuse-window specifier
13604 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
13605 (display-buffer-normalize-specifiers-2):
13606 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
13607 pop-up-windows is unset. Add a reuse-window specifier for the
13608 case popping up a new window fails.
13609 (special-display-popup-frame): Remove double quoting.
28dec25a 13610 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 13611
1c6d8c76
SM
136122011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
13613
13614 * shell.el (shell-completion-vars): Set pcomplete-termination-string
13615 according to comint-completion-addsuffix.
13616
13617 * pcomplete.el: Convert to lexical binding and fix bug#8819.
13618 (pcomplete-suffix-list): Mark as obsolete.
13619 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
13620 pcomplete-seen in the closure.
13621 (pcomplete-comint-setup): Setup completion-at-point as well.
13622 (pcomplete--entries): New function.
13623 (pcomplete--env-regexp): New var.
13624 (pcomplete-entries): Rewrite to work with partial-completion and
13625 without relying on pcomplete-suffix-list.
13626 (pcomplete-pare-list): Remove, unused.
13627
25aef8b8
MR
136282011-06-17 Martin Rudalics <rudalics@gmx.at>
13629
13630 * window.el (display-buffer-alist): Set pop-up-window-min-height
13631 and pop-up-window-min-width in default value. Reported by
13632 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
13633 other-window-means-other-frame.
13634 (display-buffer-macro-specifiers): Comment out entry for
13635 other-window specifier.
13636 (display-buffer-other-window-means-other-frame): New function.
13637 (display-buffer-normalize-specifiers-1): New arguments
13638 buffer-name and label. Treat other-window case specially.
13639 (display-buffer-normalize-specifiers-2): Treat other-window case
13640 specially.
13641 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
13642 (display-buffer-normalize-specifiers):
13643 Call display-buffer-normalize-specifiers-3.
25aef8b8 13644
dbad4f69
MR
136452011-06-17 Martin Rudalics <rudalics@gmx.at>
13646
13647 * window.el (same-window-p): Fix two typos introduced when
13648 adding with-no-warnings.
d1067961
MR
13649 (display-buffer-normalize-specifiers-1): Don't check
13650 pop-up-frames for 'unset initialization.
13651 (display-buffer-normalize-specifiers-2): Major rewrite using
13652 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
13653 (pop-up-frames, display-buffer-reuse-frames)
13654 (display-buffer-mark-dedicated): Don't initialize to 'unset.
13655 Suggested by David Engster <deng@randomsample.de>.
13656 (even-window-heights): Initialize to 'unset.
13657 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
13658 (display-buffer-macro-specifiers): Don't pop up a new frame in the
13659 other window case.
dbad4f69 13660
9b9c9e3a
MR
136612011-06-16 Martin Rudalics <rudalics@gmx.at>
13662
bcd70d97
SM
13663 * window.el (display-buffer-normalize-specifiers-1):
13664 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 13665 second argument of display-buffer (Bug#8865).
981d5c09
MR
13666 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
13667 (switch-to-buffer-other-window-same-frame)
13668 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
13669 Adams (Bug#8875).
9c2755e9
MR
13670 (display-buffer): Don't check noninteractive when calling
13671 display-buffer-pop-up-frame.
13672 (display-buffer-pop-up-frame): Never pop up a frame in
13673 noninteractive mode (Bug#8857).
67222e1d
MR
13674 (enlarge-window, shrink-window): Don't report an error when the
13675 window can't be resized as requested (Bug#8862).
9b9c9e3a 13676
2b75be67
SM
136772011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13678
9ffdd3ba
SM
13679 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
13680
cb581a67
SM
13681 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
13682
2b75be67
SM
13683 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
13684
8c0e3589
AM
136852011-06-15 Alan Mackenzie <acm@muc.de>
13686
cb581a67
SM
13687 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
13688 for declarators, disable knr checking to speed up for normal files.
13689 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 13690
b96e6cde
LMI
136912011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13692
4bba86e6
LMI
13693 * net/network-stream.el (open-network-stream): Add the keyword
13694 :always-query-capabilities for the case where you want to force a
13695 `plain' network connection, but the protocol still requires the
13696 capabilitiy command (i.e., SMTP and EHLO).
13697
2b75be67 13698 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
13699 consistency with other `-live-p' functions.
13700
efdcdbf8
SM
137012011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13702
13703 * window.el (same-window-buffer-names, same-window-regexps)
13704 (special-display-frame-alist, special-display-popup-frame)
13705 (special-display-function, special-display-buffer-names)
13706 (special-display-regexps, pop-up-frame-alist)
13707 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
13708 (pop-up-windows, split-window-preferred-function)
13709 (split-height-threshold, split-width-threshold, even-window-heights)
13710 (display-buffer-mark-dedicated): Don't encourage the use of
13711 display-buffer-alist from Elisp code.
13712
c5cde042
DN
137132011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
13714
13715 * progmodes/python.el (python-mode): Derive from prog-mode.
13716 * progmodes/ps-mode.el (ps-mode):
13717 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 13718 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
13719 * progmodes/ld-script.el (ld-script-mode): Likewise.
13720
baa1c9ab
MR
137212011-06-15 Martin Rudalics <rudalics@gmx.at>
13722
13723 * window.el (display-buffer-alist): Trim default value to avoid
13724 popping up a new frame (Bug#8857) or reusing an arbitrary window
13725 on another frame.
13726 (display-buffer): Do not fall back on popping up a new frame in
13727 batch mode (Bug#8857).
13728
c5dd5a51
CY
137292011-06-14 Chong Yidong <cyd@stupidchicken.com>
13730
13731 * cus-theme.el (describe-theme-1): Use custom-theme-p.
13732 (custom-theme-summary): New function.
13733 (customize-themes): Use it.
13734
d647b7c4
GM
137352011-06-13 Glenn Morris <rgm@gnu.org>
13736
13737 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
13738
9481c002
MR
137392011-06-13 Martin Rudalics <rudalics@gmx.at>
13740
357f93d2
MR
13741 * help.el (help-window): Remove variable.
13742 (help-window-point-marker, temp-buffer-max-height)
13743 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
13744 (help-print-return-message): Don't set help-window.
13745 (resize-temp-buffer-window): Rewrite cod eand doc-string.
13746 (help-window-setup-finish): Remove.
13747 (help-window-display-message, help-window-setup)
13748 (with-help-window): Major rewrite based on new
13749 display-buffer-window variable.
13750
13751 * help-mode.el (help-mode-finish): Remove help-window related
13752 code.
13753
13754 * view.el (view-exits-all-viewing-windows): Remove reference to
13755 view-return-to-alist in doc-string.
13756 (view-return-to-alist): Make obsolete.
13757 (view-buffer): Call pop-to-buffer-same-window and remove
13758 undo-window code.
13759 (view-buffer-other-window): Call pop-to-buffer-other-window and
13760 simplify code. Ignore second argument.
13761 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
13762 simplify code. Ignore second argument.
13763 (view-return-to-alist-update): Make obsolete.
13764 (view-mode-enter): Rename second argument to QUIT-RESTORE.
13765 Rewrite using quit-restore window parameters.
2b75be67
SM
13766 (view-mode-exit): Rename second argument to EXIT-ONLY.
13767 Rewrite using quit-restore-window.
357f93d2
MR
13768 (View-exit, View-exit-and-edit, View-leave, View-quit)
13769 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
13770 appropriate arguments.
13771 (view-end-message): Use quit-restore window parameter.
13772
9481c002
MR
13773 * window.el (display-buffer-function): Rewrite doc-string.
13774 (display-buffer-window, display-buffer-alist): New variables.
13775 (display-buffer-split-specifiers)
13776 (display-buffer-side-specifiers)
13777 (display-buffer-macro-specifiers): New constants.
13778 (display-buffer-even-window-sizes, display-buffer-set-height)
13779 (display-buffer-set-width, display-buffer-select-window)
13780 (display-buffer-in-window, display-buffer-reuse-window)
13781 (display-buffer-split-window-1, display-buffer-split-window)
13782 (display-buffer-split-atom-window, display-buffer-pop-up-window)
13783 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
13784 (display-buffer-in-side-window, normalize-buffer-to-display)
13785 (display-buffer-normalize-specifiers-1)
13786 (display-buffer-normalize-specifiers-2)
2b75be67
SM
13787 (display-buffer-normalize-specifiers, display-buffer-frame):
13788 New functions.
9481c002
MR
13789 (display-buffer): Major rewrite.
13790 (display-buffer-other-window, display-buffer-other-frame)
13791 (pop-to-buffer, switch-to-buffer-other-window)
13792 (switch-to-buffer-other-frame): Rewrite.
13793 (display-buffer-same-window, display-buffer-same-frame)
13794 (display-buffer-same-frame-other-window)
13795 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
13796 (pop-to-buffer-other-window)
13797 (pop-to-buffer-same-frame-other-window)
13798 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
13799 (switch-to-buffer-other-window-same-frame): New functions.
13800 (same-window-p, special-display-p): Rewrite disabling warnings.
13801 Make obsolete.
13802 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
13803 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
13804 Make obsolete
13805 (same-window-buffer-names, same-window-regexps)
13806 (special-display-frame-alist, special-display-popup-frame)
13807 (special-display-function, special-display-buffer-names)
13808 (special-display-regexps, pop-up-frame-alist)
13809 (pop-up-frame-function, split-window-preferred-function)
13810 (split-height-threshold, split-width-threshold)
13811 (even-window-heights): Make obsolete.
13812
9db51aca
GM
138132011-06-12 Glenn Morris <rgm@gnu.org>
13814
13815 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 13816 Misc simplifications.
9db51aca 13817
39cffb44
MR
138182011-06-12 Martin Rudalics <rudalics@gmx.at>
13819
13820 * window.el (window-safely-shrinkable-p): Restore function which
13821 was inadvertently removed in change from 2011-06-11. Declare as
13822 obsolete.
13823
2b75be67
SM
13824 * calendar/calendar.el (calendar-generate-window):
13825 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
13826 window-safely-shrinkable-p.
13827
a8955be7
GM
138282011-06-12 Glenn Morris <rgm@gnu.org>
13829
13830 * progmodes/fortran.el (fortran-mode-syntax-table):
13831 * progmodes/f90.el (f90-mode-syntax-table):
13832 Set % to punctuation. (Bug#8820)
13833 (f90-find-tag-default): Remove, no longer needed.
13834
f0d4059d
DC
138352011-06-12 Daniel Colascione <dan.colascione@gmail.com>
13836
13837 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
13838
1100a63c
CY
138392011-06-11 Chong Yidong <cyd@stupidchicken.com>
13840
13841 * image.el (image-animated-p): Return animation delay in seconds.
13842 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
13843 (image-animate-timeout): Remove DELAY argument. Don't assume
13844 every subimage has the same delay; get it from image-animated-p.
13845 (image-animate): Caller changed.
13846
def722bf
MA
138472011-06-11 Michael Albinus <michael.albinus@gmx.de>
13848
13849 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
13850 to ignored backtrace functions.
13851
0a2bb1a9
GM
138522011-06-11 Glenn Morris <rgm@gnu.org>
13853
13854 * calendar/appt.el (appt-disp-window-function): Doc fix.
13855 (appt-check): Handle overlapping appointments. (Bug#8337)
13856
6198ccd0
MR
138572011-06-11 Martin Rudalics <rudalics@gmx.at>
13858
13859 * window.el (window-tree-1, window-tree): New functions, moving
13860 the latter to window.el.
13861 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
13862 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
13863 (bw-refresh-edges): Remove.
13864 (balance-windows-1, balance-windows-2): New functions.
13865 (balance-windows): Rewrite in terms of window tree functions,
13866 balance-windows-1 and balance-windows-2.
13867 (bw-adjust-window): Remove.
13868 (balance-windows-area-adjust): New function with functionality of
13869 bw-adjust-window but using resize-window.
2b75be67
SM
13870 (set-window-text-height): Rewrite doc-string.
13871 Use normalize-live-window and resize-window.
13872 (enlarge-window-horizontally, shrink-window-horizontally):
13873 Rename argument to DELTA.
6198ccd0
MR
13874 (window-buffer-height): New function.
13875 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
13876 Rewrite using new window resize routines.
2b75be67
SM
13877 (kill-buffer-and-window, mouse-autoselect-window-select):
13878 Use ignore-errors instead of condition-case.
6198ccd0
MR
13879 (quit-window): Call delete-frame instead of delete-windows-on
13880 for the only buffer on frame.
13881
9397e56f
MR
138822011-06-10 Martin Rudalics <rudalics@gmx.at>
13883
13884 * loadup.el (top-level): Load window before files for the sake
13885 of replace-buffer-in-windows.
13886
13887 * files.el (read-buffer-to-switch)
13888 (switch-to-buffer-other-window)
2b75be67
SM
13889 (switch-to-buffer-other-frame, display-buffer-other-frame):
13890 Move to window.el.
9397e56f
MR
13891
13892 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
13893 (previous-buffer): Move to window.el.
13894
13895 * bindings.el (unbury-buffer): Move to window.el.
13896
13897 * window.el (delete-other-windows-vertically): Move after
13898 definition of delete-other-windows.
13899 (other-window, delete-windows-on, replace-buffer-in-windows):
13900 Move here from window.c.
13901 (record-window-buffer, unrecord-window-buffer)
13902 (set-window-buffer-start-and-point, switch-to-prev-buffer)
13903 (switch-to-next-buffer): New functions.
13904 (get-next-valid-buffer, last-buffer, next-buffer): Move here
13905 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
13906 (previous-buffer): Move here from simple.el.
13907 Call switch-to-prev-buffer.
9397e56f
MR
13908 (bury-buffer): Move here from buffer.c. Switch to previous
13909 buffer when window cannot be deleted.
13910 (unbury-buffer): Move here from bindings.el.
13911 (ctl-x-map): Move binding for other-window from window.c to
13912 here.
13913 (read-buffer-to-switch, switch-to-buffer-other-window)
13914 (switch-to-buffer-other-frame): Move here from files.el.
13915 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
13916 (switch-to-buffer): Move here from buffer.c.
13917 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 13918
562dd5e9
MR
139192011-06-10 Martin Rudalics <rudalics@gmx.at>
13920
13921 * window.el (window-min-height, window-min-width): Move here
13922 from window.c. Add defcustoms and rewrite doc-strings.
13923 (resize-mini-window, resize-window): New functions.
13924 (adjust-window-trailing-edge, enlarge-window, shrink-window):
13925 Move here from window.c.
13926 (maximize-window, minimize-window): New functions.
13927 (delete-window, delete-other-windows, split-window): Move here
13928 from window.c.
13929 (window-split-min-size): New function.
13930 (split-window-keep-point): Mention split-window-above-each-other
13931 instead of split-window-vertically.
2b75be67 13932 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
13933 Rename split-window-vertically to split-window-above-each-other
13934 and provide defalias for old definition.
13935 (split-window-side-by-side, split-window-horizontally):
13936 Rename split-window-horizontally to split-window-side-by-side
13937 and provide defalias for the old definition.
562dd5e9
MR
13938 (ctl-x-map): Move bindings for delete-window,
13939 delete-other-windows and enlarge-window here from window.c.
13940 Replace bindings for split-window-vertically and
13941 split-window-horizontally by bindings for
13942 split-window-above-each-other and split-window-side-by-side.
13943
13944 * cus-start.el (all): Remove entries for window-min-height and
13945 window-min-width. Add entries for window-splits and
13946 window-nest.
13947
f0da764a
GM
139482011-06-09 Glenn Morris <rgm@gnu.org>
13949
80675c21
GM
13950 * calendar/appt.el (appt-mode-line): New function.
13951 (appt-check, appt-disp-window): Use it.
13952
f0da764a
GM
13953 * files.el (hack-one-local-variable-eval-safep):
13954 Allow minor-modes with explicit +/-1 arguments.
13955
59f623b7
TZ
139562011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
13957
13958 * term/xterm.el (xterm): Add defgroup.
13959 (xterm-extra-capabilities): Add defcustom to supply known xterm
13960 capabilities, skip querying them, or query them (default).
13961 (terminal-init-xterm): Use it.
13962 (terminal-init-xterm-modify-other-keys): New function to set up
13963 modifyOtherKeys support to simplify `terminal-init-xterm'.
13964
9aab8e0d
MR
139652011-06-09 Martin Rudalics <rudalics@gmx.at>
13966
13967 * window.el (resize-window-reset, resize-window-reset-1)
13968 (resize-subwindows-skip-p, resize-subwindows-normal)
13969 (resize-subwindows, resize-other-windows, resize-this-window)
13970 (resize-root-window, resize-root-window-vertically)
13971 (window-deletable-p, window-or-subwindow-p)
13972 (frame-root-window-p): New functions.
13973
e8b08aee
GM
139742011-06-09 Glenn Morris <rgm@gnu.org>
13975
13976 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
13977 (ange-ftp-get-files): Use it.
13978
254c37a5
AK
139792011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
13980
13981 * mail/sendmail.el (mail-recover-1, mail-recover):
13982 * files.el (recover-file, recover-session):
13983 Handle dired-listing-switches not being just a single short option.
13984
35d7dbd3
GM
139852011-06-09 Glenn Morris <rgm@gnu.org>
13986
13987 * calendar/appt.el (appt-display-message, appt-disp-window):
13988 Handle lists of appointments.
13989
387522b2
MR
139902011-06-08 Martin Rudalics <rudalics@gmx.at>
13991
2b75be67
SM
13992 * window.el (one-window-p): Move down in code.
13993 Rewrite doc-string.
13994 (window-current-scroll-bars): Rewrite doc-string.
13995 Normalize live window argument.
387522b2
MR
13996 (walk-windows, get-window-with-predicate, count-windows):
13997 Rewrite doc-string. Use window-list-1.
13998 (window-in-direction-2, window-in-direction, get-mru-window):
13999 New functions.
14000
d8e4b68b 140012011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
14002
14003 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
14004 Doc fix (Bug#8713).
14005
140062011-06-08 Chong Yidong <cyd@stupidchicken.com>
14007
14008 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
14009
140102011-06-08 Juanma Barranquero <lekktu@gmail.com>
14011
14012 * loadhist.el (unload-feature-special-hooks):
14013 Add `comint-output-filter-functions'.
14014
0de12c52
IK
140152011-06-08 Ivan Kanis <gnu@kanis.fr>
14016
14017 * calendar/appt.el (appt-check): Move some initializations into the let.
14018
f3d1777e
MR
140192011-06-08 Martin Rudalics <rudalics@gmx.at>
14020
14021 * window.el (window-height): Defalias to window-total-height.
14022 (window-width): Defalias to window-body-width.
14023
18af70d0
CY
140242011-06-07 Chong Yidong <cyd@stupidchicken.com>
14025
14026 * image-mode.el (image-toggle-animation): New command.
14027 (image-mode-map): Bind it to RET.
14028 (image-mode): Update message.
14029 (image-toggle-display-image): Avoid a spurious cache flush.
14030 (image-transform-rotation): Doc fix.
14031 (image-transform-properties): Return quickly in the normal case.
14032 (image-animate-loop): Rename from image-animate-max-time.
14033
2b75be67 14034 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
14035 (create-animated-image): Remove unnecessary function.
14036 (image-animate): Rename from image-animate-start. New arg.
2b75be67 14037 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
14038 (image-animate-timer): Use car-safe.
14039 (image-animate-timeout): Rename argument.
14040
190b47e6
MR
140412011-06-07 Martin Rudalics <rudalics@gmx.at>
14042
14043 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
14044 window.c. Rename first argument to ALL-FRAMES.
14045 Rephrase doc-strings.
14046 (get-buffer-window-list): Rewrite using window-list-1.
14047 Rephrase doc-string.
a1511caf
MR
14048 (window-safe-min-height, window-safe-min-width): New constants.
14049 (window-size-ignore, window-min-size, window-min-size-1)
14050 (window-sizable, window-sizable-p, window-size-fixed-1)
14051 (window-size-fixed-p, window-min-delta-1, window-min-delta)
14052 (window-max-delta-1, window-max-delta, window-resizable)
14053 (window-resizable-p, window-total-height, window-total-width)
14054 (window-body-width): New functions.
14055 (window-full-height-p, window-full-width-p): Rewrite using
14056 window-total-size.
14057 (window-body-height): Rewrite using window-body-size.
190b47e6 14058
85cc1f11
MR
140592011-06-06 Martin Rudalics <rudalics@gmx.at>
14060
14061 * window.el (window-right, window-left, window-child)
14062 (window-child-count, window-last-child, window-any-p)
14063 (normalize-live-buffer, normalize-live-frame)
14064 (normalize-any-window, normalize-live-window)
14065 (window-iso-combination-p, window-iso-combined-p)
14066 (window-iso-combinations)
14067 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
14068 (windows-with-parameter, window-with-parameter)
14069 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
14070 (window-atom-check, window-side-check, window-check):
14071 New functions.
85cc1f11
MR
14072 (ignore-window-parameters, window-sides, window-sides-vertical)
14073 (window-sides-slots): New variables.
14074 (window-size-fixed): Move down in code. Minor doc-string fix.
14075
e7156492
AS
140762011-06-05 Andreas Schwab <schwab@linux-m68k.org>
14077
14078 * comint.el (comint-dynamic-complete-as-filename)
14079 (comint-dynamic-complete-filename): Correctly call
14080 completion-in-region.
14081
7e821d0d
DD
140822011-06-05 Deniz Dogan <deniz@dogan.se>
14083
14084 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
14085 in last change.
14086
ac09b8a1
DD
140872011-06-05 Deniz Dogan <deniz@dogan.se>
14088
14089 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
14090 (rcirc): Use it to prompt for encryption.
14091
34699b85
RW
140922011-06-05 Roland Winkler <winkler@gnu.org>
14093
14094 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
14095 (bibtex-search-entries): New command bound to C-c C-a.
14096 (bibtex-display-entries): New function.
14097
004dedd3
RW
140982011-06-05 Roland Winkler <winkler@gnu.org>
14099
14100 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
14101 (bibtex-insert-kill): After yanking insert newline if necessary.
14102 (bibtex-initialize): Call bibtex-string-files-init only once.
14103 (bibtex-mode): Do not call easy-menu-add.
14104 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
14105 (bibtex-yank): Set arg properly if nil.
14106
022fe7ce
RW
141072011-06-05 Roland Winkler <winkler@gnu.org>
14108
2b75be67
SM
14109 * textmodes/bibtex.el (bibtex-search-entry-globally):
14110 New variable.
022fe7ce
RW
14111 (bibtex-search-entry): Use it.
14112
b7c3692a
RW
141132011-06-05 Roland Winkler <winkler@gnu.org>
14114
14115 * textmodes/bibtex.el (bibtex-entry-format): New option
14116 sort-fields.
14117 (bibtex-format-entry, bibtex-reformat): Honor this option.
14118 (bibtex-parse-entry): Return fields in proper order.
14119
8eda563d
JB
141202011-06-05 Juanma Barranquero <lekktu@gmail.com>
14121
14122 * doc-view.el (doc-view-remove-if): Move computation of result out
14123 of `dolist' to silence misleading lexical-binding warning.
14124
7dbe3dbc
CY
141252011-06-04 Chong Yidong <cyd@stupidchicken.com>
14126
14127 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
14128 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
14129
0c33dd17
MA
141302011-06-04 Michael Albinus <michael.albinus@gmx.de>
14131
14132 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
14133 "SunOS 5.10".
14134
f8f91c2b
MA
141352011-06-04 Michael Albinus <michael.albinus@gmx.de>
14136
14137 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
14138 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
14139 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
14140 (tramp-parse-putty):
14141 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
14142 (tramp-completion-function-alist-ssh)
14143 (tramp-completion-function-alist-telnet)
14144 (tramp-completion-function-alist-su)
14145 (tramp-completion-function-alist-putty): Set `tramp-autoload'
14146 cookie.
14147
14148 * net/tramp-ftp.el:
14149 * net/tramp-sh.el:
14150 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
14151 load "tramp.el" `tramp-set-completion-function'.
14152
e17d9003
SM
141532011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
14154
14155 * shell.el: Require and use pcomplete.
14156 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
14157 (shell-completion-vars): Set pcomplete-default-completion-function.
14158
6c4cab03
DD
141592011-06-04 Deniz Dogan <deniz@dogan.se>
14160
14161 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
14162 `memq' (Bug#8799).
14163
ea9fafe0
SM
141642011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
14165
14166 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
14167
b3e945d3
JB
141682011-06-02 Juanma Barranquero <lekktu@gmail.com>
14169
14170 * bs.el (bs--mark-unmark, bs--nth-wrapper):
14171 * mpc.el (mpc-select-extend, mpc-songpointer-context):
14172 * vc/log-view.el (log-view-beginning-of-defun):
14173 * vc/smerge-mode.el (smerge-apply-resolution-patch)
14174 (smerge-refine-forward, smerge-refine-chopup-region):
14175 Silence warning for unused `dotimes' counter variables.
14176
7d520089
SM
141772011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
14178
14179 * net/tramp.el (tramp-with-progress-reporter): Rename from
14180 with-progress-reporter. Use `declare'.
14181 * net/tramp-smb.el:
14182 * net/tramp-sh.el:
14183 * net/tramp-gvfs.el: Update all uses.
14184
a1c2400f
JB
141852011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
14186
14187 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
14188 buffer isn't killed before making it current.
14189
2403c841
SM
141902011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
14191
14192 Silence various byte-compiler warnings.
14193 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
14194 `access-type' and new obsolescence format.
14195 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
14196 new format.
14197 (byte-compile-check-variable): New `access-type' argument.
14198 Only warn if the access-type is obsolete.
14199 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
14200 (byte-compile-variable-set): Adjust callers.
14201 * help-fns.el (describe-variable): Adjust to new obsolescence format.
14202 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
14203 setting it as obsolete.
14204 * simple.el (minibuffer-completing-symbol):
14205 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
14206 access as obsolete.
14207 * minibuffer.el (minibuffer-completing-file-name): Don't make it
14208 obsolete yet.
14209 * international/quail.el (quail-mouse-choose-completion): Remove unused
14210 code referring to obsolete var.
14211 (quail-choose-completion-string): Remove.
14212 * server.el (server-clients-with, server-kill-buffer-query-function)
14213 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
14214 * proced.el (proced-send-signal):
14215 * emacs-lisp/lisp.el (lisp-complete-symbol):
14216 Replace completion-annotate-function with completion-extra-properties.
14217
2462470b
SM
142182011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
14219
fb5b2591
SM
14220 * simple.el (goto-line): Use read-number.
14221 (overriding-map-is-bound): Remove.
14222 (saved-overriding-map): Change default.
14223 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
14224 Take the map as argument.
14225 (universal-argument, negative-argument, digit-argument): Use it.
14226 (restore-overriding-map): Adjust.
14227 (do-auto-fill): Use fill-forward-paragraph.
14228 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
14229
fd6fa53f
SM
14230 * minibuffer.el (minibuffer-inactive-mode-map): New var.
14231 (minibuffer-inactive-mode): New major mode.
14232 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
14233 the *Messages* buffer" hack.
14234 (mouse-popup-menubar): Don't burp if the event is a normal key.
14235
2462470b
SM
14236 Miscellaneous tweaks.
14237 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
14238 lexical scoping as in subr.el's dolist and dotimes.
14239 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
14240 Silence compiler warning.
14241 * thingatpt.el (forward-whitespace): Trivial coding style fix.
14242 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
14243 * international/ccl.el (ccl-compile): Trivial simplification.
14244 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
14245 * emacs-lisp/testcover.el (testcover-end): Remove spurious
14246 `printflag' argument.
14247 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14248 Purecopy the whole obsolescence data.
14249
108bf785
LL
142502011-06-01 Leo Liu <sdl.web@gmail.com>
14251
14252 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
14253 improve doc-string as suggested by Marco Pessotto
14254 <melmothx@gmail.com>.
14255 (rcirc-print): Fix last change.
14256
30a23501
SM
142572011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14258
14259 * minibuffer.el (complete-with-action): Return nil for the metadata and
14260 boundaries of non-functional tables.
14261 (completion-table-dynamic): Return nil for the metadata.
14262 (completion-table-with-terminator): Add default case, using
14263 complete-with-action.
14264 (completion--metadata): New function.
14265 (completion-all-sorted-completions, minibuffer-completion-help): Use it
14266 to try and avoid pathological performance problems.
14267 (completion--embedded-envvar-table): Return `category' metadata.
14268
bcd54f83
LMI
142692011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
14270
14271 * subr.el (process-alive-p): New tiny convenience function.
14272
e227544d
SM
142732011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14274
14275 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
14276 content but also its previous major mode.
14277
e8296fdc
HE
142782011-05-31 Helmut Eller <eller.helmut@gmail.com>
14279
4d61f28d 14280 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
14281 *Backtrace* buffer when we exit with C-M-c.
14282
620c53a6
SM
142832011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14284
14285 * minibuffer.el: Add metadata method to completion tables.
14286 (completion-category-overrides): New defcustom.
14287 (completion-metadata, completion--field-metadata)
14288 (completion-metadata-get, completion--styles)
14289 (completion--cycle-threshold): New functions.
14290 (completion-try-completion, completion-all-completions):
14291 Add `metadata' argument to choose completion-styles.
14292 (completion--do-completion): Use metadata to choose cycling.
14293 (completion-all-sorted-completions): Use metadata for sorting.
14294 Remove :completion-cycle-penalty which is not needed any more.
14295 (completion--try-word-completion): Add `metadata' argument.
14296 (minibuffer-completion-help): Check metadata for annotation function
14297 and sorting.
14298 (completion-file-name-table): Return `category' metadata.
14299 (minibuffer-completing-file-name): Make obsolete.
14300 * simple.el (minibuffer-completing-symbol): Make obsolete.
14301 * icomplete.el (icomplete-completions): Pass new `metadata' param to
14302 completion-try-completion.
14303
1257e755
SM
143042011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
14305
14306 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
14307
3767e706
LL
143082011-05-30 Leo Liu <sdl.web@gmail.com>
14309
14310 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
14311 (rcirc-print): Decode all incoming messages (bug#8744).
14312 (rcirc-decode-coding-system): Allow value nil for automatic coding
14313 system detection.
3767e706 14314
d1a5d56a
GM
143152011-06-01 Glenn Morris <rgm@gnu.org>
14316
14317 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
14318
e8cbec34
CY
143192011-05-29 Chong Yidong <cyd@stupidchicken.com>
14320
14321 * image.el (image-animate-max-time): Allow nil and t values.
14322 Default to nil.
14323 (create-animated-image): Doc fix.
14324 (image-animate-start): Remove second arg; just use
14325 image-animate-max-time.
14326 (image-animate-timeout): Doc fix. Args changed.
14327
14328 * image-mode.el (image-toggle-display-image): Ensure that the
14329 image spec passed to the animate timer is the same object as in
58179cce 14330 the buffer's display property (Bug#6981).
e8cbec34
CY
14331 (image-transform-properties): Doc fix.
14332
14333 * image.el (image-animate-max-time): Default to nil.
14334
159daf87
MR
143352011-05-29 Martin Rudalics <rudalics@gmx.at>
14336
14337 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
14338 entire buffer list (Bug#8184).
14339
d66c4c7c
CY
143402011-05-29 Chong Yidong <cyd@stupidchicken.com>
14341
14342 * image.el (imagemagick-types-inhibit)
14343 (imagemagick-register-types): Doc fix.
14344
80aec780
DD
143452011-05-29 Deniz Dogan <deniz@dogan.se>
14346
14347 * net/rcirc.el (rcirc): Use the user's stored encryption method by
14348 default.
14349
1dd3c2d9
CY
143502011-05-29 Chong Yidong <cyd@stupidchicken.com>
14351
14352 * select.el: Don't perform clipboard-manager saving in hooks;
14353 leave the hooks empty.
14354
60e56523
LL
143552011-05-28 Leo Liu <sdl.web@gmail.com>
14356
14357 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
14358 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
14359 (occur-edit-mode): New major mode (Bug#8463).
14360 (occur-after-change-function): New function.
14361 (occur-engine): Give Occur tags a read-only property.
14362
2b1e1a22
KR
143632011-05-28 Kevin Ryde <user42@zip.com.au>
14364
14365 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
14366
5d344e88
CY
143672011-05-28 Chong Yidong <cyd@stupidchicken.com>
14368
8e6ca83d
CY
14369 * bindings.el (help-echo): Make the initial non-indicator dash
14370 empty on graphical terminals (Bug#7295).
14371
5d344e88
CY
14372 * files.el (auto-mode-alist): Move config rule after the
14373 in-stripping one (Bug#8547).
14374
bfbbace7
CY
14375 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
14376
fbeba6e2
CY
14377 * startup.el (normal-splash-screen): Remove gratuitous mode-line
14378 setting (Bug#8740).
14379
60ed8c72
AA
143802011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
14381
4ac619f0
AA
14382 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
14383 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
14384 (Bug#8539).
60ed8c72 14385
23db196e
CY
143862011-05-28 Chong Yidong <cyd@stupidchicken.com>
14387
14388 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
14389
5012f24c
DK
143902011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
14391
14392 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
14393 (hs-hide-block-at-point, hs-find-block-beginning)
14394 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
14395 (Bug#8279).
14396
6a639b16
GM
143972011-05-28 Glenn Morris <rgm@gnu.org>
14398
14399 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
14400
d43eaf2c
CY
144012011-05-28 Chong Yidong <cyd@stupidchicken.com>
14402
5199bde1
CY
14403 * help-fns.el (describe-function-1): If the function is a derived
14404 major mode, print the parent mode.
14405
d43eaf2c
CY
14406 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
14407 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
14408
423428a8
SM
144092011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14410
0ff8e1ba 14411 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 14412 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
14413 * progmodes/etags.el (tags-completion-at-point-function):
14414 * info-look.el (info-lookup-completions-at-point): Mark as
14415 non-exclusive.
14416 (info-complete): Adjust accordingly.
14417
423428a8
SM
14418 * info-look.el: Convert to lexical-binding and completion-at-point.
14419 (info-lookup-completions-at-point): New function.
14420 (info-complete): Use it and completion-in-region.
14421
b74aa22b
DA
144222011-05-28 Drew Adams <drew.adams@oracle.com>
14423
14424 * isearch.el: Let M-e start with point at the first mismatched char.
14425 (isearch-fail-pos): New function.
14426 (isearch-edit-string): Use it.
14427
66e2e71d
DK
144282011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
14429
14430 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
14431
b1890b0f 144322011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
14433
14434 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
14435 traversal functions for avl-trees.
14436 (avl-tree--stack): New struct.
14437 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
14438 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
14439 (avl-tree--do-enter): Add optional `updatefun' arg.
14440 Change return value.
eb95d01d 14441 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
14442 (avl-tree--do-delete): Add `test' and `nilflag' args.
14443 Change return value.
eb95d01d
TC
14444 (avl-tree-member): Add optional `nilflag'
14445 (avl-tree-member-p): New function.
14446 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
14447 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
14448 (avl-tree-stack-empty-p): New functions.
14449
3769ddcf
TC
14450 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
14451 avl-tree--del-balance1 and make it work both ways.
14452 (avl-tree--del-balance2): Remove.
14453 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
14454 make it work both ways.
14455 (avl-tree--enter-balance2): Remove.
14456 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
14457 New macros.
14458 (avl-tree--mapc, avl-tree-map): Add direction argument.
14459
eb95d01d 144602011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
14461
14462 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
14463
a9f737ee
CY
144642011-05-27 Chong Yidong <cyd@stupidchicken.com>
14465
14466 * select.el: Support clipboard managers with built-in function
14467 x-clipboard-manager-save, via delete-frame-functions and
14468 kill-emacs-hook.
14469 (xselect-convert-to-targets): Add MULTIPLE target to list.
14470 (xselect-convert-to-save-targets): New function.
14471
c92a1e54
KH
144722011-05-27 Kenichi Handa <handa@m17n.org>
14473
14474 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
14475 let-binding rfc2047-encode-encoded-words to nil.
14476
e145f188
GM
144772011-05-27 Glenn Morris <rgm@gnu.org>
14478
5ec8a862
GM
14479 * mail/emacsbug.el: Don't require url-util.
14480
4b29d9fb
GM
14481 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
14482
e145f188
GM
14483 * files.el (set-auto-mode):
14484 Also respect mode: entries at the end of the file. (Bug#8586)
14485
7d15102b
GM
144862011-05-26 Glenn Morris <rgm@gnu.org>
14487
98f593b8
GM
14488 * files.el (hack-local-variables-prop-line, hack-local-variables):
14489 Downcase mode names, as seems to be traditional.
27b48e63 14490 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 14491
7d15102b
GM
14492 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
14493 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
14494
51d5b4ec
JD
144952011-05-25 Julien Danjou <julien@danjou.info>
14496
14497 * textmodes/rst.el (rst-define-level-faces): Do not define face
14498 symbol if it is already defined.
14499
91513f63
VB
145002011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
14501
14502 * play/5x5.el (5x5-new-game, 5x5-randomize):
14503 Reset 5x5-solver-output to nil when a new grid is cast.
14504 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
14505 these debugging traces, as defmacro breaks the compiled code.
14506
4d90d6d0
DK
145072011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
14508
14509 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
14510
e1b90ef6
LL
145112011-05-24 Leo Liu <sdl.web@gmail.com>
14512
14513 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
14514 (vc-bzr-sha1): Adapt.
14515
d8e4b68b 14516 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
14517
14518 * bindings.el: Provide sha1 feature.
14519
db0406bb 145202011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
14521
14522 * mail/sendmail.el: Require `rfc2047'.
14523 (mail-insert-from-field): Do not perform RFC2047 encoding.
14524 (mail-encode-header): New function.
14525 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
14526 buffer to the return value of select-message-coding-system.
14527 Call mail-encode-header.
b8d747b9
KH
14528
14529 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
14530
db0406bb 145312011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 14532
4d90d6d0
DK
14533 * mail/supercite.el (sc-default-cite-frame):
14534 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 14535
eb8a5e9b
GM
145362011-05-24 Glenn Morris <rgm@gnu.org>
14537
f8630703
GM
14538 * progmodes/python.el (brm-menu): Declare.
14539
8831bbed
GM
14540 * emulation/viper.el (viper-set-hooks): Declare.
14541
eb8a5e9b
GM
14542 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
14543 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
14544 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
14545 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
14546 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
14547 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
14548
a2a25d24
SM
145492011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
14550
14551 Add an :exit-function for completion-at-point.
14552
14553 * minibuffer.el (completion--done): New fun.
14554 (completion--do-completion): Use it. New arg `expect-exact'.
14555 (minibuffer-complete, minibuffer-complete-word): Don't output message,
14556 since completion--do-completion does it for us now.
14557 (minibuffer-force-complete): Use completion--done and
14558 completion--replace. Handle sole-completion case with more care.
14559 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
14560 (completion-extra-properties): New var.
14561 (completion-annotate-function): Make obsolete.
14562 (minibuffer-completion-help): Adjust accordingly.
14563 Use completion-list-insert-choice-function.
14564 (completion-at-point, completion-help-at-point):
14565 Bind completion-extra-properties.
14566 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
14567 * simple.el (completion-list-insert-choice-function): New var.
14568 (completion-setup-function): Preserve it.
14569 (choose-completion): Pay attention to it, shuffle the code a bit.
14570 (choose-completion-string): New arg `insert-function'.
14571
14572 * textmodes/bibtex.el: Convert to lexical binding.
14573 (bibtex-mode-map): Use completion-at-point.
14574 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
14575 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
14576 (bibtex-complete): Define as obsolete alias.
14577 (bibtex-complete-internal): Remove.
14578 (bibtex-format-entry): Remove unused sub-group in regexp.
14579 * shell.el (shell--command-completion-data)
14580 (shell-environment-variable-completion):
14581 * pcomplete.el (pcomplete-completions-at-point):
14582 * comint.el (comint--complete-file-name-data): Use :exit-function
14583 instead of completion-table-with-terminator so it also works for
14584 choose-completion.
14585
e44e373d
SM
145862011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14587
4f91a816
SM
14588 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
14589
782fc819
SM
14590 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
14591 (bug#8710).
14592
e44e373d
SM
14593 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
14594
381987c3
KM
145952011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
14596
14597 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
14598 customization variable and implement: If non-nil, auto-fill will
14599 be inhibited while on topic's header line.
14600
b776bc70
VB
146012011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
14602
14603 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 14604 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
14605 always have a solution in grid size = 5 cases.
14606 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
14607 (5x5-solver-output, 5x5-log-buffer): New vars.
14608 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
14609 Make these variables buffer local to achieve 5x5 multi-session-ness.
14610 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
14611 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
14612 (5x5-solve-suggest): New funs.
14613 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
14614 randomize a grid so that we ensure that there is always a solution.
14615 (5x5-make-random-grid): Allow other movement than flipping.
14616
7de88b6e
KR
146172011-05-23 Kevin Ryde <user42@zip.com.au>
14618
14619 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 14620 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
14621 advice and passes PREDICATE.
14622
b1ef1257
SM
146232011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14624
bbca48fe
SM
14625 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
14626 byte-compile-lambda if it's actually a lambda.
14627
b1ef1257
SM
14628 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
14629 Fix function quoting. Use backquote better.
14630
92a9cc65
YS
146312011-05-22 Yuanle Song <sylecn@gmail.com>
14632
14633 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
14634 matching (Bug#8516).
14635
f0fb8059
JA
146362011-01-22 Jari Aalto <jari.aalto@cante.net>
14637
14638 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
14639 different face (Bug#8178).
14640
d5b44c93
CY
146412011-05-22 Chong Yidong <cyd@stupidchicken.com>
14642
14643 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
14644 defface (Bug#8144).
14645
79106a44
SM
146462011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
14647
9c848d8a
SM
14648 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
14649 funcall as well (bug#8712). Warn when performing those conversions.
14650 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
14651
79106a44
SM
14652 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
14653
88dfa756
GM
146542011-05-22 Glenn Morris <rgm@gnu.org>
14655
14656 * files.el (hack-local-variables-prop-line): Small simplifications.
14657 (hack-local-variables, hack-local-variables-prop-line):
14658 If MODE-ONLY, return the mode, rather than just `t'.
14659
b7cf2c79
SM
146602011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
14661
14662 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
14663
3f1a8558
GM
146642011-05-21 Glenn Morris <rgm@gnu.org>
14665
7e4ccca3
GM
14666 * files.el (hack-local-variables-prop-line, hack-local-variables):
14667 If only interested in the mode, don't bother doing the other stuff.
14668
637d46ca
GM
14669 * image-mode.el (image-after-revert-hook):
14670 Redraw all frames on which the image is visible. (Bug#8567)
14671
973d955b
GM
14672 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
14673
3f1a8558
GM
14674 * wid-edit.el (widget-checklist-match-inline):
14675 Fix 2011-04-19 change. (Bug#8649)
14676
96479927
SM
146772011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
14678
1dcf791f
SM
14679 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
14680 Also allow singlespace after single-letter capitals followed by a dot.
14681
96479927
SM
14682 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
14683 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
14684
35fd0881
N
146852011-05-20 Nix <nix@esperi.org.uk>
14686
14687 * files.el (basic-save-buffer-2):
14688 Fix handling of break-hardlink-on-save with non-existent files.
14689
82745640
DD
146902011-05-19 Deniz Dogan <deniz@dogan.se>
14691
14692 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 14693 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 14694
4a720484
GM
146952011-05-19 Glenn Morris <rgm@gnu.org>
14696
d1f21341
GM
14697 * progmodes/f90.el (f90-type-def-re):
14698 Handle "type, bind(c)". (Bug#8691)
14699
4a720484
GM
14700 * emacs-lisp/autoload.el (batch-update-autoloads):
14701 Set autoload-excludes by parsing loadup.el rather than Makefiles.
14702
2fb0a219
MA
147032011-05-18 Michael Albinus <michael.albinus@gmx.de>
14704
14705 * net/tramp.el (tramp-process-actions): Set "first-password-request"
14706 property for the correct connection in case of multihops.
14707
e565dd37
GM
147082011-05-18 Glenn Morris <rgm@gnu.org>
14709
c2571358 14710 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
14711 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
14712
e565dd37
GM
14713 Rationalize calendar handling of day and month abbrev-arrays.
14714 * calendar/calendar.el (calendar-customized-p): New function.
14715 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
14716 (calendar-day-name-array, calendar-month-name-array): Doc fix.
14717 Add :set function.
14718 (calendar-abbrev-length, calendar-day-abbrev-array)
14719 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
14720 (calendar-day-abbrev-array, calendar-month-abbrev-array):
14721 Elements may no longer be nil.
14722 (calendar-day-name, calendar-month-name):
14723 Update for changed nature of abbrev arrays.
14724 * calendar/diary-lib.el (diary-name-pattern):
14725 Update for changed nature of abbrev arrays.
14726 (diary-mark-entries-1): Update calendar-make-alist calls.
14727 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
14728 * calendar/cal-html.el (cal-html-day-abbrev-array):
14729 Simply inherit from calendar-day-abbrev-array.
14730
1d99a745
SM
147312011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14732
14733 * progmodes/grep.el (grep-mode): Disable default
14734 compilation-directory-matcher setting (bug#8684).
14735
7c1d9aa0
MA
147362011-05-17 Michael Albinus <michael.albinus@gmx.de>
14737
14738 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
14739 instead of "head" and "tail". There were problems with SunOS 5.9,
14740 and it performs better.
14741
3952e9d8
GM
147422011-05-17 Glenn Morris <rgm@gnu.org>
14743
2dd12e7f
GM
14744 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
14745
e4157b9c
GM
14746 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
14747 Replace obsolete function.
14748
8e249bbd
GM
14749 * shell.el (pcomplete-parse-arguments-function): Declare.
14750
3952e9d8
GM
14751 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
14752 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
14753 (appt-check): Doc fixes.
14754 (appt-disp-window-function, appt-delete-window-function):
14755 Remove needless special case in custom :type.
14756 (appt-display-count): Default to 0, not nil.
14757 (appt-check): Reset appt-display-count to 0, not nil.
14758
c71a0d48 147592011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 14760
c71a0d48
GM
14761 * progmodes/python.el (python-font-lock-keywords):
14762 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 14763
31d55be9
SM
147642011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
14765
14766 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
14767
3bfacb2f
KR
147682011-05-16 Kevin Ryde <user42@zip.com.au>
14769
14770 * info-look.el (makefile-automake-mode): New setups, looking in
14771 automake manual, then makefile-mode.
14772 (makefile-mode): Remove automake manual, have it just in
14773 makefile-automake-mode since there's various things different or
14774 not relevant to plain make.
14775 (makefile-mode): Remove "other-modes" non-existent automake-mode,
14776 believe a hypothetical automake-mode would go to makefile-mode,
14777 not the other way around.
14778
c8e83751
CY
147792011-05-15 Chong Yidong <cyd@stupidchicken.com>
14780
5e9e35cd
CY
14781 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
14782 hunk-end tags (Bug#8672).
14783
c8e83751
CY
14784 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
14785 vc-annotate-show-diff-revision-at-line (Bug#8671).
14786
50b23e5a
GM
147872011-05-14 Glenn Morris <rgm@gnu.org>
14788
7210a739
GM
14789 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
14790 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
14791 (change-log-font-lock-keywords): Also handle multiple author lines
14792 with leading tabs. (Bug#8644)
7210a739 14793
4691905a
GM
14794 * calendar/appt.el (appt-check): Rename some local variables.
14795 Some simplification/reordering.
14796
50b23e5a
GM
14797 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
14798 (feedmail-sendmail-f-doesnt-sell-me-out)
14799 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14800 (feedmail-debug-sit-for, feedmail-queue-express-hook)
14801 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
14802 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
14803 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
14804 (feedmail-binmail-gnulinuxish-template):
14805 Rename from feedmail-binmail-linuxish-template.
14806 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
14807 Use insert-buffer-substring.
14808
215cda7c
BC
148092011-05-14 Bill Carpenter <bill@carpenter.org>
14810
14811 * mail/feedmail.el (feedmail-patch-level): Increase.
14812 (feedmail-debug): New custom group.
14813 (feedmail-confirm-outgoing-timeout)
14814 (feedmail-sendmail-f-doesnt-sell-me-out)
14815 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14816 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
14817 (feedmail-sender-line, feedmail-from-line)
14818 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 14819 (feedmail-spray-this-address)
215cda7c
BC
14820 (feedmail-spray-address-fiddle-plex-list)
14821 (feedmail-queue-use-send-time-for-date)
14822 (feedmail-queue-use-send-time-for-message-id)
14823 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
14824 (feedmail-buffer-eating-function):
14825 Doc fixes.
14826 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
14827 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
14828 (feedmail-message-action-scroll-down): New functions.
14829 (feedmail-queue-directory, feedmail-queue-draft-directory):
14830 Use expand-file-name.
14831 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
14832 Remove C-v help entry.
14833 (feedmail-queue-buffer-file-name): New variable.
14834 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
14835 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
14836 (feedmail-message-action-send-strong, feedmail-message-action-edit)
14837 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
14838 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
14839 (feedmail-message-action-toggle-spray)
14840 (feedmail-run-the-queue-no-prompts)
14841 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
14842 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
14843 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
14844 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
14845 (feedmail-envelope-deducer, feedmail-fiddle-from)
14846 (feedmail-fiddle-sender, feedmail-default-date-generator)
14847 (feedmail-fiddle-date, feedmail-fiddle-message-id)
14848 (feedmail-fiddle-spray-address)
14849 (feedmail-fiddle-list-of-spray-fiddle-plexes)
14850 (feedmail-fiddle-list-of-fiddle-plexes)
14851 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
14852 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
14853 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
14854 Change default. Doc fix.
14855 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
14856 (feedmail-binmail-linuxish-template): New constant.
14857 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
14858 Respect feedmail-sendmail-f-doesnt-sell-me-out.
14859 (feedmail-send-it): Add debug call.
14860 Use feedmail-queue-buffer-file-name, and
14861 feedmail-send-it-immediately-wrapper.
14862 (feedmail-message-action-send): Add debug call.
14863 Use feedmail-send-it-immediately-wrapper.
14864 (feedmail-queue-express-to-queue): Add debug call.
14865 Run feedmail-queue-express-hook.
14866 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
14867 (feedmail-message-action-help-blat):
14868 Rename from feedmail-queue-send-edit-prompt-help-first.
14869 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
14870 Check line-endings. Handle errors better.
14871 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
14872 Doc fix. Add debug call.
14873 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
14874 Use feedmail-queue-send-edit-prompt-inner.
14875 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
14876 (feedmail-queue-send-edit-prompt-inner): New function, extracted
14877 from feedmail-queue-send-edit-prompt.
14878 (feedmail-queue-send-edit-prompt-help)
14879 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
14880 (feedmail-tidy-up-slug): Add debug call.
14881 Respect feedmail-queue-slug-suspect-regexp.
14882 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
14883 (feedmail-dump-message-to-queue): Add debug call.
14884 Expand queue-directory.
14885 (feedmail-dump-message-to-queue): Change message slightly.
14886 Use feedmail-say-chatter.
14887 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
14888 (feedmail-send-it-immediately-wrapper): New function.
14889 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
14890 Insert empty string rather than newline. Handle full-frame case.
14891 Use catch/throw. Use feedmail-say-chatter.
14892 (feedmail-fiddle-from): Try mail-host-address.
14893 (feedmail-default-message-id-generator): Doc fix.
14894 Bind system-time-locale. Handle missing end.
14895 (feedmail-fiddle-x-mailer): Add debug call.
14896 Handle feedmail-x-mailer-line being nil.
14897 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
14898 Add debug call. Use buffer-substring-no-properties.
14899 (feedmail-say-debug, feedmail-say-chatter): New functions.
14900 (feedmail-find-eoh): Give an explicit error.
14901
42c7e61e
UJ
149022011-05-13 Ulf Jasper <ulf.jasper@web.de>
14903
c2571358 14904 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 14905 family from helvetica to sans.
c2571358 14906 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
14907 etc/images/newsticker.
14908
c2571358 14909 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
14910 family from helvetica to sans.
14911
14912 * net/newst-plainview.el (newsticker-new-item-face)
14913 (newsticker-old-item-face, newsticker-immortal-item-face)
14914 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 14915 (newsticker-statistics-face): Change default family from
42c7e61e 14916 helvetica to sans.
c2571358 14917 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
14918 etc/images/newsticker.
14919
5d3385a0
JB
14920 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
14921 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
14922 auto-marking.
14923
8497a297
DV
149242011-05-13 Didier Verna <didier@xemacs.org>
14925
14926 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
14927 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
14928 TODO entries.
8497a297
DV
14929 (lisp-lambda-list-keyword-parameter-indentation)
14930 (lisp-lambda-list-keyword-parameter-alignment)
14931 (lisp-lambda-list-keyword-alignment): New customizable user options.
14932 (lisp-indent-defun-method): Improve docstring.
14933 (extended-loop-p): Fix comment.
14934 (lisp-indent-lambda-list-keywords-regexp): New variable.
14935 (lisp-indent-lambda-list): New function.
14936 (lisp-indent-259): Use it.
14937 (lisp-indent-defmethod): Support for more than one
14938 method qualifier and properly indent methods lambda-lists.
14939 (defgeneric): Provide a missing common-lisp-indent-function property.
14940
f278f87f
SM
149412011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14942
14943 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
14944 bounds for the empty string (bug#8667).
14945
5233edd7
GM
149462011-05-13 Glenn Morris <rgm@gnu.org>
14947
5237a44f
GM
14948 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
14949
8340026c 14950 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 14951 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 14952
5233edd7 14953 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 14954 (appt-time-msg-list): Doc fix.
a5464014 14955 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 14956
92d10796
AS
149572011-05-12 Andreas Schwab <schwab@linux-m68k.org>
14958
14959 * progmodes/ld-script.el (ld-script-keywords)
14960 (ld-script-builtins): Update keywords list.
14961
914a0ae1
SM
149622011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14963
c89be45f
SM
14964 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
14965
914a0ae1
SM
14966 * shell.el (shell-completion-vars): New function.
14967 (shell-mode):
14968 * simple.el (read-shell-command): Use it.
14969 (blink-matching-open): No need for " [...]" in minibuffer-message.
14970
98dc3df3
GM
149712011-05-12 Glenn Morris <rgm@gnu.org>
14972
14973 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
14974 (appt-check): Simplify.
14975
d2fc7e3d 149762011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 14977
4d61f28d 14978 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
14979 literal "/dev/null".
14980
d2fc7e3d 149812011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
14982
14983 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
14984 Fix typo.
14985
d2fc7e3d 149862011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 14987
3f254caa
SM
14988 * progmodes/which-func.el (which-function):
14989 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
14990 which might not be defined (Bug#8260).
14991
d45885f7
GM
149922011-05-12 Glenn Morris <rgm@gnu.org>
14993
14994 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
14995 Let byte-compile-initial-macro-environment always take precedence.
14996
488086f4
SM
149972011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14998
14999 * net/rcirc.el: Add support for SSL/TLS connections.
15000 (rcirc-server-alist): New field `encryption'.
15001 (rcirc): Check `encryption' settings.
15002 (rcirc-connect): New arg `encryption'. Use open-network-stream.
15003 Merge make-local-variable into `set'.
15004 (rcirc--connection-open-p): New function.
15005 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
15006 the process is not a network process (e.g. running gnutls-cli).
15007 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
15008 Make rcirc-(en|de)code-coding-system local here.
15009 (rcirc-mode): Merge make-local-variable into `set'.
15010 (rcirc-parent-buffer): Make permanent buffer-local.
15011 (rcirc-multiline-minor-mode): Don't do it here.
15012 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
15013 there's no server buffer.
15014
7d3b9d44
GM
150152011-05-11 Glenn Morris <rgm@gnu.org>
15016
f64049c6
GM
15017 * newcomment.el (comment-kill): Prefix "unused" local.
15018
93c9df73
GM
15019 * term/w32console.el (get-screen-color): Declare.
15020
7d3b9d44
GM
15021 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
15022 Handle symbol elements of byte-compile-initial-macro-environment.
15023
9e2dd53f
LL
150242011-05-10 Leo Liu <sdl.web@gmail.com>
15025
488086f4
SM
15026 * bookmark.el (bookmark-bmenu-mode-map):
15027 Bind bookmark-bmenu-search to `/'.
8b340240 15028
9e2dd53f 15029 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
15030 (footnote-unicode-string, footnote-unicode-regexp): New variable.
15031 (Footnote-unicode): New function.
15032 (footnote-style-alist): Add unicode style to the list.
15033 (footnote-style): Doc fix.
9e2dd53f 15034
79b70037
GM
150352011-05-10 Jim Meyering <meyering@redhat.com>
15036
15037 Fix doubled-word typos.
15038 * international/quail.el (quail-insert-kbd-layout): and and -> and
15039 * kermit.el: and and -> and
15040 * net/ldap.el (ldap-search-internal): to to -> to
15041 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
15042 * progmodes/js.el (js-mode): and and -> and
15043 * textmodes/artist.el (artist-move-to-xy): at at -> at
15044 (artist-draw-region-trim-line-endings): if if -> if
15045 And Safetyc -> Safety.
15046 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
15047
b8f82dc1 150482011-05-10 Glenn Morris <rgm@gnu.org>
f1a71c6e 15049 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
15050
15051 * files.el (hack-one-local-variable-eval-safep):
15052 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
15053
4f99f44b
GM
150542011-05-10 Glenn Morris <rgm@gnu.org>
15055
15056 * calendar/diary-lib.el (diary-list-entries-hook)
15057 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
15058 (diary-nongregorian-marking-hook, diary-list-entries)
15059 (diary-include-other-diary-files, diary-mark-entries)
15060 (diary-mark-included-diary-files): Doc fixes.
15061
84f29e6b
JB
150622011-05-09 Juanma Barranquero <lekktu@gmail.com>
15063
15064 * misc.el: Require tabulated-list.el during compilation.
15065
9bedd73a
CY
150662011-05-09 Chong Yidong <cyd@stupidchicken.com>
15067
488086f4
SM
15068 * progmodes/compile.el (compilation-start):
15069 Run compilation-filter-hook for the async case too.
9bedd73a
CY
15070 (compilation-filter-hook): Doc fix.
15071
797c735c
DD
150722011-05-09 Deniz Dogan <deniz@dogan.se>
15073
15074 * wdired.el: Remove outdated installation comment. Fix usage
15075 comment.
15076
5f4b1dfe
JB
150772011-05-09 Juanma Barranquero <lekktu@gmail.com>
15078
15079 * misc.el: Implement new command `list-dynamic-libraries'.
15080 (list-dynamic-libraries--loaded-only-p): New variable.
15081 (list-dynamic-libraries--refresh): New function.
15082 (list-dynamic-libraries): New command.
15083
4c44026c
CY
150842011-05-09 Chong Yidong <cyd@stupidchicken.com>
15085
488086f4
SM
15086 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15087 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
15088 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
15089 higher priority to avoid clobbering by gnu.
15090
027f966d
CY
150912011-05-08 Chong Yidong <cyd@stupidchicken.com>
15092
15093 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
15094 if the face has existing theme settings (Bug#8454).
15095
085f5d7d
CY
150962011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
15097
488086f4
SM
15098 * progmodes/perl-mode.el (perl-imenu-generic-expression):
15099 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 15100
2a86a00c
RS
15101 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
15102 special file names `.' and `..' (Bug#8259).
15103
d9c54a06
CY
151042011-05-08 Chong Yidong <cyd@stupidchicken.com>
15105
488086f4
SM
15106 * progmodes/grep.el (grep-mode-font-lock-keywords):
15107 Remove buffer-changing entries.
d9c54a06
CY
15108 (grep-filter): New function.
15109 (grep-mode): Add it to compilation-filter-hook.
15110
15111 * progmodes/compile.el (compilation-filter-hook)
15112 (compilation-filter-start): New defvars.
15113 (compilation-filter): Call compilation-filter-hook prior to
15114 updating the process mark.
15115
c4662635
SM
151162011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
15117
15118 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
15119
b0512a1d
EZ
151202011-05-07 Eli Zaretskii <eliz@gnu.org>
15121
605c9376
EZ
15122 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
15123 mailclient-send-it even if window-system is nil. (Bug#8595)
15124
c4662635
SM
15125 * term/w32console.el (terminal-init-w32console):
15126 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
15127 background-mode. (Bug#8597)
15128
d1dc2cc2
SM
151292011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
15130
15131 Make bytecomp.el understand that defmethod defines funs (bug#8631).
15132 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
15133 New functions.
15134 (defgeneric, eieio--defmethod): Use them.
15135 (eieio-defgeneric): Remove.
15136 (defmethod): Call defgeneric in a way visible to the byte-compiler.
15137
915d1300
GM
151382011-05-07 Glenn Morris <rgm@gnu.org>
15139
a3961c3e
GM
15140 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
15141 Use let rather than let*.
15142 (timeclock-find-discrep): Remove unused local.
15143
314347b9
GM
15144 * calendar/diary-lib.el (diary-comment-start): Doc fix.
15145
915d1300
GM
15146 * calendar/appt.el (appt-time-msg-list): Doc fix.
15147
275b59b0
NF
151482011-05-06 Noah Friedman <friedman@splode.com>
15149
15150 * apropos.el (apropos-print-doc): Only use
15151 emacs-lisp-docstring-fill-column when it is bound to an integer,
15152 per that variable's documentation.
15153
6c19f744
SM
151542011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15155
15156 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 15157 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 15158
60f884b2
GM
151592011-05-06 Glenn Morris <rgm@gnu.org>
15160
5006e634
GM
15161 * calendar/appt.el (appt-message-warning-time): Doc fix.
15162 (appt-warning-time-regexp): New option.
15163 (appt-make-list): Respect appt-message-warning-time.
15164
548d0a63
GM
15165 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
15166 New options.
15167 (diary-add-to-list): Strip comments from the displayed string.
15168 (diary-mode): Set comment-start and comment-end.
15169
60f884b2
GM
15170 * vc/diff-mode.el (smerge-refine-subst): Declare.
15171 (diff-refine-hunk): Don't require smerge-mode when compiling.
15172
989681bb
JB
151732011-05-06 Juanma Barranquero <lekktu@gmail.com>
15174
15175 * simple.el (list-processes): Return nil as the docstring says.
15176
a6bc05e1
MA
151772011-05-05 Michael Albinus <michael.albinus@gmx.de>
15178
15179 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
15180 to "".
15181 (ange-ftp-write-region, ange-ftp-insert-file-contents)
15182 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
15183 determining of binary transfer. (Bug#7383)
15184
23c22e9a
MA
151852011-05-05 Michael Albinus <michael.albinus@gmx.de>
15186
c4662635
SM
15187 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
15188 Fix port computation bug. (Bug#8618)
23c22e9a 15189
0bff894f
GM
151902011-05-05 Glenn Morris <rgm@gnu.org>
15191
b8296902
GM
15192 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
15193
1f522ce8
GM
15194 * simple.el (shell-dynamic-complete-functions)
15195 (comint-dynamic-complete-functions): Declare.
15196
cf5bee67
GM
15197 * net/network-stream.el (gnutls-negotiate):
15198 * simple.el (tabulated-list-print): Fix declarations.
15199
15200 * progmodes/gud.el (syntax-symbol, syntax-point):
15201 Remove unnecessary and incorrect declarations.
15202
0bff894f
GM
15203 * emacs-lisp/check-declare.el (check-declare-scan):
15204 Handle byte-compile-initial-macro-environment in bytecomp.el
15205
9869b3ae
SM
152062011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
15207
15208 Fix earlier half-done eieio-defmethod change (bug#8338).
15209 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
15210 Streamline and change calling convention.
15211 (defmethod): Adjust accordingly and simplify.
15212 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
15213 new eieio--defmethod.
15214 (slot-boundp): Minor CSE simplification.
15215
9c1d5ac5
MZ
152162011-05-05 Milan Zamazal <pdm@zamazal.org>
15217
15218 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
15219 (glasses-make-readable): Use glasses-separate-capital-groups.
15220
455c834e
JB
152212011-05-05 Juanma Barranquero <lekktu@gmail.com>
15222
15223 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
15224 (warning-series): Doc fix.
15225 (display-warning): Don't try to create the buffer if we just found it.
15226
9ed7c8cb
CY
152272011-05-04 Chong Yidong <cyd@stupidchicken.com>
15228
15229 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
15230 (autoload-find-generated-file): New function.
15231 (generate-file-autoloads): Bind generated-autoload-file to
15232 buffer-file-name.
9869b3ae
SM
15233 (update-file-autoloads, update-directory-autoloads):
15234 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
15235 output file (Bug#7989).
15236 (batch-update-autoloads): Doc fix.
15237
0898ca10
JB
152382011-05-04 Juanma Barranquero <lekktu@gmail.com>
15239
15240 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
15241
31dfb76c
GM
152422011-05-04 Glenn Morris <rgm@gnu.org>
15243
f330b642
GM
15244 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
15245 function, so it follows changes in calendar-date-style.
15246 (diary-fancy-date-matcher): New function.
15247 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
15248 (diary-fancy-font-lock-fontify-region-function):
15249 Use diary-fancy-date-pattern as a function.
15250
31dfb76c
GM
15251 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
15252 non-numbers for `year' etc pseudo-variables. (Bug#8583)
15253
48e79d6a
TZ
152542011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
15255
15256 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
15257 instead of positional arguments. Allow :keylist and :crlfiles
15258 arguments.
15259 (open-gnutls-stream): Call it.
15260
15261 * net/network-stream.el (network-stream-open-starttls): Adjust to
15262 call `gnutls-negotiate' with :process and :hostname arguments.
15263
dd5a5ee0
SM
152642011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
15265
ef80fc09
SM
15266 * minibuffer.el (completion--message): New function.
15267 (completion--do-completion, minibuffer-complete)
15268 (minibuffer-force-complete, minibuffer-complete-word): Use it.
15269 (completion--do-completion): Don't ignore completion-auto-help when in
15270 icomplete-mode.
15271
dd5a5ee0
SM
15272 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
15273 internal encoding (e.g. tibetan zero is not whitespace).
15274 (global-whitespace-mode): Prefer save-current-buffer.
15275 (whitespace-trailing-regexp): Remove useless save-match-data.
15276 (whitespace-empty-at-bob-regexp): Minor simplification.
15277
b7d22a83
CY
152782011-05-03 Chong Yidong <cyd@stupidchicken.com>
15279
15280 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
15281
5192af46
AM
152822011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15283
15284 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 15285 Use `concat' to create string for insertion.
5192af46 15286
5767d190
SM
152872011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
15288
15289 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
15290 Avoid open-line which runs post-self-insert-hook.
15291 (bibtex-fill-entry): Remove unused `end' var.
15292
bf242939
AM
152932011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
15294
5767d190
SM
15295 * textmodes/ispell.el (ispell-add-per-file-word-list):
15296 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 15297
25666126
LL
152982011-05-03 Leo Liu <sdl.web@gmail.com>
15299
15300 * isearch.el (isearch-yank-pop): New command.
5767d190 15301 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
15302 (isearch-forward): Mention it.
15303
52d3c2d0
SM
153042011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
15305
1bcace58
SM
15306 * simple.el (minibuffer-complete-shell-command): Remove.
15307 (minibuffer-local-shell-command-map): Use completion-at-point.
15308 (read-shell-command): Setup completion vars here instead.
15309 (read-expression-map): Bind TAB to symbol completion.
15310
52d3c2d0
SM
15311 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
15312 error directly rather via storing it into `results'.
15313
35813471
LL
153142011-05-02 Leo Liu <sdl.web@gmail.com>
15315
15316 * vc/diff.el: Fix description.
15317
e793a940
LMI
153182011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15319
15320 * server.el (server-eval-at): New function.
15321
8de66e05
LMI
153222011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15323
15324 * net/network-stream.el (open-network-stream): Take a :nowait
15325 parameter and pass it on to `make-network-process'.
15326 (network-stream-open-plain): Ditto.
15327
dcb79f20
AS
153282011-04-30 Andreas Schwab <schwab@linux-m68k.org>
15329
15330 * faces.el (face-spec-set-match-display): Don't match toolkit
15331 options on terminal frames.
15332
14a7fbd8
SM
153332011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15334
7eabc1be
SM
15335 * progmodes/pascal.el: Use lexical binding.
15336 (pascal-mode-map): Remove author preferences.
15337
14a7fbd8
SM
15338 * pcomplete.el (pcomplete-std-complete): Don't abuse
15339 completion-at-point.
15340
50f84510
JB
153412011-04-28 Juanma Barranquero <lekktu@gmail.com>
15342
6e087a44
JB
15343 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
15344 removing code that has been dead since 1991 or so.
15345
50f84510
JB
15346 * startup.el (command-line): When warning about "_emacs", use a
15347 delayed warning to allow the user to filter it out.
15348
0ba690bd
DD
153492011-04-28 Deniz Dogan <deniz@dogan.se>
15350
15351 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
15352 user has not joined.
15353
08abfaad
SM
153542011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
15355
15356 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
15357 aren't any completions at point.
15358
638f053a
JB
153592011-04-28 Juanma Barranquero <lekktu@gmail.com>
15360
15361 * subr.el (display-delayed-warnings): New function.
15362 (delayed-warnings-hook): New variable.
15363
8fff8daa
SM
153642011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
15365
08abfaad
SM
15366 * minibuffer.el (completion-at-point, completion-help-at-point):
15367 Don't presume that a given completion-at-point-function will always
15368 use the same calling convention.
15369
8fff8daa
SM
15370 * pcomplete.el (pcomplete-completions-at-point):
15371 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
15372 pcomplete-seen is non-nil.
15373 (pcomplete-comint-setup): Also recognize the new comint/shell
15374 completion functions.
15375 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
15376 pcomplete-seen is non-nil.
15377
841a1577 153782011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 15379
841a1577 15380 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 15381 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 15382 the first character in the entry. This allows for code to add its
211ec907
UJ
15383 own uid to the entry.
15384 (icalendar--convert-float-to-ical): Add export of
15385 `diary-float'-entries save for those with the optional DAY
15386 argument.
15387
2a782793
DC
153882011-04-27 Daniel Colascione <dan.colascione@gmail.com>
15389
15390 * subr.el (shell-quote-argument): Use alternate escaping strategy
15391 when we spot a variable reference in a string.
15392
0438ce91
DC
153932011-04-26 Daniel Colascione <dan.colascione@gmail.com>
15394
15395 * cus-start.el (all): Define customization for debug-on-event.
15396
841a1577 153972011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
15398
15399 * subr.el (shell-quote-argument): Escape correctly under Windows.
15400
d090ed6c
SM
154012011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15402
15403 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
15404
bfd31217
MA
154052011-04-25 Michael Albinus <michael.albinus@gmx.de>
15406
d090ed6c
SM
15407 * net/tramp.el (tramp-process-actions): Add POS argument.
15408 Delete region between POS and (pos).
bfd31217 15409
d090ed6c
SM
15410 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
15411 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
15412 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
15413
15414 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
15415 position in `tramp-process-actions' call.
15416
15417 * net/trampver.el: Update release number.
15418
e92f3bd3
SM
154192011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15420
850256b5
SM
15421 * custom.el (defcustom): Obey lexical-binding.
15422
e92f3bd3
SM
15423 Fix octave-inf completion problems reported by Alexander Klimov.
15424 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
15425 Inherit from octave-mode-syntax-table.
15426 (inferior-octave-mode): Set info-lookup-mode.
15427 (inferior-octave-completion-at-point): New function.
15428 (inferior-octave-complete): Use it and completion-in-region.
15429 (inferior-octave-dynamic-complete-functions): Use it as well, and use
15430 comint-filename-completion.
15431 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
15432 symbol elements which shouldn't be word elements.
15433 (octave-font-lock-keywords, octave-beginning-of-defun)
15434 (octave-function-header-regexp): Adjust regexps accordingly.
15435 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
15436
cd22b309
JB
154372011-04-25 Juanma Barranquero <lekktu@gmail.com>
15438
15439 * net/gnutls.el (gnutls-errorp): Declare before first use.
15440
8b492194
TZ
154412011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
15442
15443 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
15444 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 15445 default trustfile exists before going to use it. Add missing
5a5fa834 15446 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
15447 Reported by Claudio Bley <claudio.bley@gmail.com>.
15448 (open-gnutls-stream): Add usage example.
15449
15450 * net/network-stream.el (network-stream-open-starttls): Give host
15451 parameter to `gnutls-negotiate'.
15452 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 15453 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 15454
841a1577 154552011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 15456
cd22b309
JB
15457 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
15458 Use correct match group (bug#8438).
05842630 15459
3ba7869c
CY
154602011-04-24 Chong Yidong <cyd@stupidchicken.com>
15461
512e3ae1
CY
15462 * emacs-lisp/package.el (package-built-in-p): Fix typo.
15463 (package-menu--generate): New arg specifying packages to show.
15464 (package-menu-refresh, package-menu-execute, list-packages):
15465 Callers changed.
15466 (package-show-package-list): New function, replacing deleted
15467 package--list-packages (renamed because it is non-internal).
15468
15469 * finder.el (finder-list-matches): Use package-show-package-list
15470 instead of deleted package--list-packages.
15471
e92f3bd3
SM
15472 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
15473 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
15474 (vc-annotate-mode-map): Bind it to RET.
15475
7031be6d
UR
154762011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
15477
15478 * progmodes/etags.el (next-file): Don't use set-buffer to change
15479 buffers (Bug#8478).
15480
4ef177aa
CY
154812011-04-24 Chong Yidong <cyd@stupidchicken.com>
15482
c8d173eb
CY
15483 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
15484
4ef177aa
CY
15485 * apropos.el (apropos-label-face): Avoid variable-pitch face.
15486 (apropos-accumulator): Doc fix.
15487 (apropos-function, apropos-macro, apropos-command)
15488 (apropos-variable, apropos-face, apropos-group, apropos-widget)
15489 (apropos-plist): Add face property.
15490 (apropos-symbols-internal): Fix indentation.
15491 (apropos-print): Simplify help, and recognize apropos-multi-type.
15492 (apropos-print-doc): Use button-type-get to extract the button's
15493 face property. Fill docstring (Bug#8352).
15494
4ffd0d6b 154952011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
15496
15497 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
15498
c6c32125 15499 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 15500 (mpuz-mode-map): Use mapc.
c6c32125
JB
15501 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
15502 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
15503 Fix typos in docstrings.
15504
58d468b4
JB
15505 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
15506 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
15507
6470c3c6
JB
15508 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
15509
4ffd0d6b 155102011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
15511
15512 * minibuffer.el (completion--do-completion): Avoid the "Next char
15513 not unique" prompt if icomplete-mode is enabled (Bug#5849).
15514
3ad8bad0
CY
15515 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
15516 mouse-2 into unread-command-events, it is interpreted correctly.
15517
71d73c9c 15518 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 15519 (image-toggle-display): Doc fix.
71d73c9c 15520
841a1577 155212011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 15522
4ffd0d6b
GM
15523 * textmodes/page.el (what-page): Use line-number-at-pos to
15524 calculate line number (Bug#6825).
6e1dbaa9 15525
c2fb1b60
JB
155262011-04-22 Juanma Barranquero <lekktu@gmail.com>
15527
15528 * eshell/esh-mode.el (find-tag-interactive): Declare function.
15529 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
15530 Pass argument NO-DEFAULT to `find-tag-interactive'.
15531
e02f48d7
JB
155322011-04-22 Juanma Barranquero <lekktu@gmail.com>
15533
15534 Lexical-binding cleanup.
15535
15536 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
15537 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
15538 * progmodes/ada-prj.el (ada-prj-initialize-values)
15539 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
15540 (ada-prj-show-value):
15541 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
15542 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
15543 (antlr-invalidate-context-cache, antlr-options-menu-filter)
15544 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
15545 * progmodes/bug-reference.el (bug-reference-push-button):
15546 * progmodes/fortran.el (fortran-line-length):
15547 * progmodes/glasses.el (glasses-change):
15548 * progmodes/octave-mod.el (octave-fill-paragraph):
15549 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
15550 (python-pdbtrack-grub-for-buffer, python-sentinel):
15551 * progmodes/sql.el (sql-save-connection):
15552 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
15553 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
15554 Mark unused parameters.
15555
15556 * progmodes/compile.el (compilation--flush-directory-cache)
15557 (compilation--flush-parse, compile-internal): Mark unused parameters.
15558 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
15559 (compilation-next-error-function): Remove unused variable `timestamp'.
15560
15561 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
15562 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
15563
15564 * progmodes/dcl-mode.el (dcl-end-of-command):
15565 Remove unused variable `start'.
15566 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
15567 (dcl-option-value-basic, dcl-option-value-offset)
15568 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
15569 Mark unused parameters.
15570 (dcl-save-local-variable): Remove unused variable `val'.
15571 (mode): Declare.
15572
15573 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
15574 Mark unused parameters.
15575 (delphi-ignore-changes): Move before first use.
15576 (delphi-charset-token-at): Remove unused variable `start'.
15577 (delphi-else-start): Remove unused variable `if-count'.
15578 (delphi-comment-block-start, delphi-comment-block-end):
15579 Remove unused variable `kind'.
15580 (delphi-indent-line): Remove unused variable `new-point'.
15581
15582 * progmodes/ebrowse.el (ebrowse-files-list)
15583 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
15584 Mark unused parameters. Don't quote `lambda'.
15585 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
15586 Don't quote `lambda'.
15587 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
15588 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
15589 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
15590 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
15591 Use `ignore-errors'.
15592 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
15593 (ebrowse-view/find-file-and-search-pattern)
15594 (ebrowse-view/find-member-declaration/definition):
15595 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
15596 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
15597 Rename parameter PREFIX-ARG to PREFIX.
15598 (ebrowse-tags-read-name): Remove unused variables `start' and
15599 `member-info'.
15600 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
15601 to `tags-file'.
15602
15603 * progmodes/etags.el (local-find-tag-hook): Declare.
15604 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
15605 Mark unused parameters.
15606
15607 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
15608 (executable-interpret): Mark unused parameter.
15609
15610 * progmodes/flymake.el (flymake-process-sentinel)
15611 (flymake-after-change-function)
15612 (flymake-create-temp-with-folder-structure)
15613 (flymake-get-include-dirs-dot): Mark unused parameters.
15614 (flymake-safe-delete-directory): Remove unused variable `err'.
15615
15616 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
15617 (speedbar-timer-fn, speedbar-line-text)
15618 (speedbar-change-expand-button-char, speedbar-delete-subblock)
15619 (speedbar-center-buffer-smartly): Declare functions.
15620 (gdb-find-watch-expression): Remove unused variable `array'.
15621 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
15622 (gdb-starting): Mark unused parameters.
15623 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
15624 (gdb-table-string): Remove unused variable `res'.
15625 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
15626 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
15627 (gdb-display-buffer): Remove unused variable `cur-size'.
15628
15629 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
15630 allow lexical-binding compilation.
15631 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
15632 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
15633 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
15634 Mark unused parameters.
15635 (gud-gdb-marker-filter): Remove unused variable `match'.
15636 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
15637 lambda expressions and funcall them, instead of using `fset'.
15638
15639 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
15640 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
15641
15642 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
15643 variable `header-beg'; use `let'.
15644
15645 * progmodes/icon.el (indent-icon-exp): Remove unused variables
15646 `restart', `last-sexp' and `at-do'.
15647
15648 * progmodes/js.el (js--debug): Mark unused parameter.
15649 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
15650 (js--splice-into-items): Remove unused variable `item'.
15651 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
15652
15653 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
15654 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
15655 (makefile-complete): Remove unused variable `try'.
15656 (makefile-fill-paragraph, makefile-match-function-end):
15657 Mark unused parameters.
15658
15659 * progmodes/octave-inf.el (inferior-octave-complete):
15660 Remove unused variable `proc'.
15661 (inferior-octave-output-digest): Mark unused parameter.
15662
15663 * progmodes/perl-mode.el (perl-calculate-indent):
15664 Remove unused variable `err'.
15665
15666 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
15667 (prolog-indent-line): Mark unused parameters.
15668 (prolog-indent-line): Remove unused variable `beg'.
15669
15670 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
15671 (reporter-dont-compact-list): Declare.
15672
15673 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
15674 Remove unused variable `char'.
15675 (sh-debug): Mark unused parameter.
15676 (sh-get-indent-info): Remove unused variable `start'.
15677 (sh-calculate-indent): Remove unused variable `var'.
15678
15679 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
15680 (simula-electric-keyword): Remove unused variable `null'.
15681 (simula-search-backward, simula-search-forward): Remove unused
15682 variables `begin' and `end'.
15683
15684 * progmodes/vera-mode.el (vera-guess-basic-syntax):
15685 Remove unused variable `pos'.
15686 (vera-electric-tab, vera-comment-uncomment-region):
15687 Mark unused parameters.
15688 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
15689
7ede3b65
CY
156902011-04-22 Chong Yidong <cyd@stupidchicken.com>
15691
15692 * emacs-lisp/package.el (package--builtins, package-alist)
15693 (package-load-descriptor, package-built-in-p, package-activate)
15694 (define-package, package-installed-p)
15695 (package-compute-transaction, package-buffer-info)
15696 (package--push): Doc fix. Distinguish more clearly between
15697 version strings and version lists.
15698
121656e9
JB
156992011-04-21 Juanma Barranquero <lekktu@gmail.com>
15700
15701 Lexical-binding cleanup.
15702
15703 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
15704 (5x5-make-mutate-best):
15705 * play/fortune.el (fortune-in-buffer):
15706 * play/gomoku.el (gomoku-init-display):
15707 * play/solitaire.el (solitaire, solitaire-do-check):
15708 * play/tetris.el (tetris-default-update-speed-function):
15709 Mark unused parameters.
15710
15711 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
15712 (bubbles--shift): Remove unused variable `char-org'.
15713 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
15714 (bubbles--show-images): Remove unused variable `char'.
15715
15716 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
15717 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
15718 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
15719 (decipher-analyze-buffer): Use ?\s.
15720 (decipher-make-checkpoint): Remove unused variable `mapping'.
15721
15722 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
15723
15724 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
15725 Remove unused variable `result'; use `let'.
15726
15727 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
15728 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
15729 (gametree-children-shown-p, gametree-compute-reduced-score):
15730 Use `ignore-errors'.
15731
15732 * play/handwrite.el (ps-lpr-switches): Declare.
15733 (handwrite): Remove unused variables `pmin' and `lastp'.
15734
15735 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
15736
15737 * play/landmark.el (landmark-init-display)
15738 (landmark-update-naught-weights): Mark unused parameters.
15739 (landmark-y): Remove unused variable `noise'. Simplify.
15740 (landmark-human-plays): Remove unused variable `score'.
15741
15742 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
15743 (mpuz-try-proposal): Remove unused variable `game'.
15744
15745 * play/zone.el (life-patterns): Declare.
15746
80f499c7
JB
157472011-04-20 Juanma Barranquero <lekktu@gmail.com>
15748
15749 * vc/vc.el (ediff-vc-internal): Declare function.
15750
024ff170
SM
157512011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15752
c0a193ea
SM
15753 * shell.el: Use lexical-binding and std completion UI.
15754 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
15755 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
15756 comint-preoutput-filter-functions rather than on
15757 comint-output-filter-functions.
15758 (shell-command-completion, shell--command-completion-data)
15759 (shell-filename-completion, shell-environment-variable-completion)
15760 (shell-c-a-p-replace-by-expanded-directory): New functions.
15761 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
15762 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
15763 (shell-dynamic-complete-environment-variable): Use them.
15764 (shell-dynamic-complete-as-environment-variable)
15765 (shell-dynamic-complete-as-command): Remove.
15766 (shell-match-partial-variable): Match past point.
15767 * comint.el: Clean up use of completion-at-point-functions.
15768 (comint-completion-at-point): New function.
15769 (comint-mode): Use it completion-at-point-functions.
15770 (comint-dynamic-complete): Make it obsolete.
15771 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
15772 (comint-c-a-p-replace-by-expanded-history): New function.
15773 (comint-dynamic-complete-functions)
15774 (comint-replace-by-expanded-history): Use it.
15775 * minibuffer.el (completion-table-with-terminator): Allow dynamic
15776 termination strings. Try harder to avoid second try-completion.
15777 (completion-in-region-mode-map): Disable bindings that don't work yet.
15778
2dbaa080
SM
15779 * comint.el: Use lexical-binding. Require CL.
15780 (comint-dynamic-complete-functions): Use comint-filename-completion.
15781 (comint-completion-addsuffix): Tweak custom type.
15782 (comint-filename-completion, comint--common-suffix)
15783 (comint--common-quoted-suffix, comint--table-subvert)
15784 (comint--complete-file-name-data): New functions.
15785 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
15786 (comint-dynamic-list-filename-completions): Use them.
15787 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 15788
2dbaa080
SM
15789 * minibuffer.el (completion-in-region-mode):
15790 Keep completion-in-region-mode--predicate global.
15791 (completion-in-region--postch):
15792 Assume completion-in-region-mode--predicate is not null.
15793
c79a6f38
SM
15794 * progmodes/flymake.el (flymake-start-syntax-check-process):
15795 Obey `dir'. Simplify.
15796
024ff170
SM
15797 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
15798 we're in VC after all.
15799
1c6c854e
CS
158002011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
15801
15802 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 15803 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
15804 (vc-version-diff): Use vc-diff-build-argument-list-internal.
15805
bed7f140
SM
158062011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15807
332e62ab
SM
15808 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
15809 add sanity check.
15810
bed7f140
SM
15811 * obsolete/erc-hecomplete.el: Make obsolete.
15812 * obsolete/: Standardize obsolescence info in the header.
15813
f195c582
GM
158142011-04-20 Glenn Morris <rgm@gnu.org>
15815
15816 * calendar/solar.el (solar-horizontal-coordinates):
15817 Use the longitude argument rather than `calendar-longitude'.
15818 (solar-date-next-longitude): Remove unused locals.
15819
cb79b8c0
VJL
158202011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15821
15822 * whitespace.el: New version 13.2.1.
15823
158242011-04-20 felix <EmacsWiki> (tiny change)
15825
d8e4b68b 15826 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
15827 switching between major modes on a file.
15828
602ea69d
SM
158292011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15830
15831 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
15832 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
15833 multi-line comments as well.
15834
06b60517
JB
158352011-04-19 Juanma Barranquero <lekktu@gmail.com>
15836
15837 Lexical-binding cleanup.
15838
15839 * arc-mode.el (archive-mode-revert):
15840 * cmuscheme.el (scheme-interactively-start-process):
15841 * custom.el (custom-initialize-delay):
15842 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
15843 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
15844 * emacs-lock.el (emacs-lock-clear-sentinel):
15845 * ezimage.el (defezimage):
15846 * follow.el (follow-avoid-tail-recenter):
15847 * fringe.el (set-fringe-mode-1):
15848 * generic-x.el (bat-generic-mode-compile):
15849 * help-mode.el (help-info-variable, help-do-xref)
15850 (help-mode-revert-buffer):
15851 * help.el (view-emacs-todo):
15852 * iswitchb.el (iswitchb-completion-help):
15853 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
15854 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
15855 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
15856 * locate.el (locate-update):
15857 * longlines.el (longlines-encode-region)
15858 (longlines-after-change-function):
15859 * outline.el (outline-isearch-open-invisible):
15860 * ps-def.el (declare-function, charset-dimension, char-width)
15861 (encode-char):
15862 * ps-mule.el (ps-mule-plot-string):
15863 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
15864 (recentf-edit-list-select, recentf-edit-list-validate)
15865 (recentf-open-files-action):
15866 * rect.el (delete-whitespace-rectangle-line)
15867 (rectangle-number-line-callback):
15868 * register.el (window-configuration-to-register)
15869 (frame-configuration-to-register):
15870 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
15871 * select.el (xselect-convert-to-string, xselect-convert-to-length)
15872 (xselect-convert-to-targets, xselect-convert-to-delete)
15873 (xselect-convert-to-filename, xselect-convert-to-charpos)
15874 (xselect-convert-to-lineno, xselect-convert-to-colno)
15875 (xselect-convert-to-os, xselect-convert-to-host)
15876 (xselect-convert-to-user, xselect-convert-to-class)
15877 (xselect-convert-to-name, xselect-convert-to-integer)
15878 (xselect-convert-to-atom, xselect-convert-to-identity):
15879 * subr.el (declare, ignore, process-kill-without-query)
15880 (text-clone-maintain):
15881 * terminal.el (te-get-char, te-tic-sentinel):
15882 * tool-bar.el (tool-bar-make-keymap):
15883 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
15884 * type-break.el (type-break-mode, type-break-noninteractive-query):
15885 * view.el (View-back-to-mark):
15886 * wid-browse.el (widget-browse-action, widget-browse-widget)
15887 (widget-browse-widgets, widget-browse-sexp):
15888 * widget.el (define-widget-keywords):
15889 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
15890 Mark unused parameters.
15891
15892 * align.el (align-adjust-col-for-rule): Mark unused parameter.
15893 (align-areas): Remove unused variable `look'.
15894 (align-region): Remove unused variables `real-end' and `pos-list'.
15895
15896 * apropos.el (apropos-score-doc): Remove unused variable `i'.
15897
15898 * bindings.el (mode-line-modified, mode-line-remote):
15899 Mark unused parameters.
15900 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
15901
15902 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
15903 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
15904
15905 * comint.el (comint-history-isearch-pop-state)
15906 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
15907 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
15908 (comint-substitute-in-file-name): Doc fix.
15909
15910 * completion.el (cmpl-statistics-block): Mark unused parameter.
15911 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
15912 (save-completions-to-file, load-completions-from-file):
15913 Remove unused local variable `e'.
15914
15915 * composite.el (compose-chars): Remove unused variable `len'.
15916 (lgstring-insert-glyph): Remove unused variable `g'.
15917 (compose-glyph-string): Remove unused variables `ascent',
15918 `descent', `lbearing' and `rbearing'.
15919 (compose-glyph-string-relative): Remove unused variables
15920 `lbearing', `rbearing' and `wadjust'.
15921 (compose-gstring-for-graphic): Remove unused variables `header',
15922 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
15923 (compose-gstring-for-terminal): Remove unused variables `header'
15924 and `nchars'. Use `let', not `let*'.
15925
15926 * cus-edit.el (Custom-set, Custom-save, custom-reset)
15927 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
15928 (Custom-buffer-done, custom-buffer-create-internal)
15929 (custom-browse-visibility-action, custom-browse-group-tag-action)
15930 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
15931 (widget-magic-mouse-down-action, custom-toggle-parent)
15932 (custom-add-parent-links, custom-toggle-hide-variable)
15933 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
15934 (custom-toggle-hide-face, face, hook, custom-group-link-action)
15935 (custom-face-menu-create, custom-variable-menu-create, get)
15936 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
15937 (custom-reset-standard-save-and-update): Remove unused variable `value'.
15938 (customize-apropos): Remove unused variable `tests'.
15939 (custom-group-value-create): Remove unused variable `hidden-p'.
15940 (sort-fold-case): Declare.
15941
15942 * cus-theme.el (custom-reset-standard-faces-list)
15943 (custom-reset-standard-variables-list): Declare.
15944 (customize-create-theme, custom-theme-revert, custom-theme-write)
15945 (custom-theme-choose-mode, customize-themes, custom-theme-save):
15946 Mark unused parameters.
15947
15948 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
15949
15950 * delim-col.el (delimit-columns-max): Move defvar before first use.
15951
15952 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 15953 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
15954
15955 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
15956 (auto-insert): Declare.
15957 (desktop-restore-file-buffer): Rename desktop-* parameters;
15958 mark unused ones.
15959 (desktop-create-buffer): Rename desktop-* parameters and bind them.
15960 (desktop-buffer): Rename desktop-* parameters.
15961
15962 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
15963 (dframe-reposition-frame-xemacs, dframe-help-echo)
15964 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
15965 Mark unused parameters.
15966
15967 * dired-aux.el (backup-extract-version-start, overwrite-query)
15968 (overwrite-backup-query, rename-regexp-query)
15969 (rename-non-directory-query): Declare.
15970 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
15971 (dired-add-entry): Remove unused variable `orig-file-name'.
15972 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
15973 Use parameter PRESERVE-TIME instead of accessing dynamic variable
15974 `dired-copy-preserve-time' directly.
15975 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
15976 (dired-insert-subdir-newpos): Rename unused variable `pos'.
15977
15978 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
15979 (dired-virtual-revert, dired-make-relative-symlink):
15980 Mark unused parameters.
15981 (manual-program): Declare.
15982 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
15983 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
15984 wrapped in `with-no-warnings' to avoid replacing one warning by another.
15985
15986 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
15987
15988 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
15989
15990 * echistory.el (electric-history-in-progress, Helper-return-blurb):
15991 Declare.
15992
15993 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
15994
15995 * electric.el (Electric-command-loop): Rename parameter
15996 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
15997
15998 * expand.el (expand-in-literal): Remove unused variable `here'.
15999
16000 * facemenu.el (facemenu-add-new-color):
16001 Remove unused variable `docstring'.
16002
16003 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
16004 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
16005 (face-attr-construct): Mark unused parameter. Doc fix.
16006 (read-color): Remove unused variable `hex-string'.
16007
16008 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
16009 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
16010 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
16011 (display-buffer-other-frame): Remove unused variable `old-window'.
16012 (kill-buffer-hook): Declare.
16013 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
16014 Mark unused parameters.
16015 (after-find-file): Pass 1 to `auto-save-mode', not t.
16016
16017 * files-x.el (auto-insert): Declare.
16018 (modify-file-local-variable-prop-line): Remove unused variable `val'.
16019
16020 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 16021 variable `buf'. Mark unused parameter.
06b60517
JB
16022 (find-lisp-insert-directory): Mark unused parameter.
16023
16024 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
16025 (format-encode-region): Remove unused variables `cur-buf' and `result'.
16026 (format-common-tail): Remove, unused.
16027 (format-deannotate-region): Remove unused variable `loc'.
16028 (format-annotate-region): Remove unused variable `p'.
16029 (format-annotate-single-property-change): Remove unused variables
16030 `default' and `tail'.
16031
16032 * forms.el (read-file-filter): Declare.
16033 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
16034
16035 * frame.el (frame-creation-function-alist): Mark unused parameter.
16036 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
16037
16038 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
16039 Remove unused parameters.
16040 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
16041 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
16042
16043 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
16044 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
16045 (hfy-prepare-tag-map): Mark unused parameters.
16046 (htmlfontify-buffer): Use `called-interactively-p'.
16047
16048 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
16049 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
16050 (ibuffer-do-occur): Mark unused parameters.
16051 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
16052 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
16053
16054 * ibuffer.el: Don't quote `lambda'.
16055 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
16056 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
16057 Mark unused parameters.
16058
16059 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
16060 (ido-completing-read): Mark unused parameters.
16061 (ido-copy-current-word): Mark unused parameters;
16062 remove unused variable `name'.
16063 (ido-sort-merged-list): Remove unused parameter `dirs'.
16064
16065 * ielm.el (ielm-input-sender): Mark unused parameter.
16066 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
16067 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
16068 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
16069 `ielm-string' as a dynamic variable accessible from the IELM prompt.
16070 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
16071
16072 * image-dired.el (image-dired-display-thumbs): Remove unused
16073 variables `curr-file' and `count'.
16074 (image-dired-remove-tag): Remove unused variable `start'.
16075 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
16076 variable `curr-file'
16077 (image-dired-rotate-original): Remove unused variable `temp-file'.
16078 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
16079 Remove unused variable `file'.
16080 (image-dired-gallery-generate): Remove unused variable `curr'.
16081 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
16082
16083 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
16084
16085 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
16086
16087 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
16088
16089 * isearch.el (minibuffer-history-symbol): Declare.
16090 (isearch-edit-string): Remove unused variable `err'.
16091 (isearch-message-prefix, isearch-message-suffix):
16092 Mark unused parameters.
16093
16094 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
16095
16096 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
16097
16098 * makesum.el (double-column): Remove unused variable `cnt'.
16099
16100 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
16101 (ido-ignore-item-temp-list): Declare.
16102
16103 * mouse-drag.el (mouse-drag-throw): Remove unused variables
16104 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
16105 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
16106 (mouse-drag-drag): Remove unused variables `mouse-delta' and
16107 `mouse-col-delta'.
16108
16109 * mouse-sel.el (mouse-extend-internal):
16110 Remove unused variable `orig-window-frame'.
16111
16112 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
16113 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
16114 Move declarations before first use.
16115 (pcomplete-opt): Mark unused parameters; doc fix.
16116
16117 * proced.el (proced-revert): Mark unused parameter.
16118 (proced-send-signal): Remove unused variable `err'.
16119
16120 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
16121 Rename parameter PREFIX-ARG to ARG.
16122 (ps-basic-plot-string, ps-basic-plot-whitespace):
16123 Mark unused parameters.
16124
16125 * replace.el (replace-count): Define.
16126 (occur-revert-function): Mark unused parameters.
16127 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
16128 (isearch-case-fold-search, isearch-string): Declare.
16129 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
16130 bind `case-fold-search'. Remove unused variables `beg' and `end',
16131 and simplify.
16132 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
16133 COUNT and bind `replace-count'.
16134 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
16135 to COUNT.
16136
16137 * savehist.el (print-readably, print-string-length): Declare.
16138
16139 * shadowfile.el (shadow-expand-cluster-in-file-name):
16140 Remove unused variable `cluster'.
16141 (shadow-copy-file): Remove unused variable `i'.
16142 (shadow-noquery, shadow-clusters, shadow-site-cluster)
16143 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
16144 (shadow-define-literal-group, shadow-define-regexp-group)
16145 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
16146
16147 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
16148 (shell): Use `called-interactively-p'.
16149 (shell-directory-tracker): Remove unused variable `chdir-failure'.
16150
16151 * simple.el (compilation-context-lines, comint-file-name-quote-list)
16152 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
16153 (delete-backward-char): Remove unused variable `ocol'.
16154 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
16155 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
16156 (event-apply-hyper-modifier, event-apply-shift-modifier)
16157 (event-apply-control-modifier, event-apply-meta-modifier):
16158 Mark unused parameters.
16159 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
16160 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
16161
16162 * speedbar.el (speedbar-ignored-directory-expressions)
16163 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
16164 (speedbar-find-file, speedbar-dir-follow)
16165 (speedbar-directory-buttons-follow, speedbar-tag-find)
16166 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
16167 (speedbar-buffers-line-directory, speedbar-buffer-click):
16168 Mark unused parameters.
16169 (speedbar-tag-file): Remove unused variable `mode'.
16170 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
16171
16172 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
16173
16174 * talk.el (talk): Remove unused variable `display'.
16175
16176 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
16177 (tar-write-region-annotate): Mark unused parameter.
16178
16179 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
16180 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
16181 Declare them, wrapped in `with-no-warnings' to avoid replacing one
16182 warning by another.
16183
16184 * time-stamp.el (time-stamp-string-preprocess):
16185 Remove unused variable `require-padding'.
16186
16187 * tree-widget.el (widget-glyph-enable): Declare.
16188 (tree-widget-action): Mark unused parameter.
16189
16190 * w32-fns.el (x-get-selection): Mark unused parameter.
16191 (autoload-make-program, generated-autoload-file): Declare.
16192
16193 * wdired.el (wdired-revert): Mark unused parameters.
16194 (wdired-xcase-word): Remove unused variable `err'.
16195
16196 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
16197 (whitespace-help-scroll): Remove unused variable `data-help'.
16198
16199 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
16200 (widget-image-insert, widget-after-change, default)
16201 (widget-default-format-handler, widget-default-notify)
16202 (widget-default-prompt-value, widget-info-link-action)
16203 (widget-url-link-action, widget-function-link-action)
16204 (widget-variable-link-action, widget-file-link-action)
16205 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
16206 (widget-field-prompt-internal, widget-field-action, widget-field-match)
16207 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
16208 (widget-insert-button-action, widget-delete-button-action, visibility)
16209 (widget-documentation-link-action, widget-documentation-string-action)
16210 (widget-const-prompt-value, widget-regexp-match, symbol)
16211 (widget-coding-system-prompt-value)
16212 (widget-key-sequence-value-to-external, sexp)
16213 (widget-sexp-value-to-internal, character, vector, cons)
16214 (widget-choice-prompt-value, widget-boolean-prompt-value)
16215 (widget-color--choose-action): Mark unused parameters.
16216 (widget-item-match-inline, widget-choice-match-inline)
16217 (widget-checklist-match, widget-checklist-match-inline)
16218 (widget-group-match): Rename parameter VALUES to VALS.
16219 (widget-field-value-set): Remove unused variable `size'.
16220 (widget-color-action): Remove unused variables `value' and `start'.
16221
16222 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 16223 variable `dir'. Doc fix.
06b60517
JB
16224 (windmove-find-other-window): Don't pass it.
16225
16226 * window.el (count-windows): Mark unused parameter.
16227 (bw-adjust-window): Remove unused variable `err'.
16228
16229 * woman.el (woman-file-name): Remove unused variable `default'.
16230 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
16231 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
16232 (global-font-lock-mode): Declare.
16233 (woman-decode-region): Mark unused parameter.
16234 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
16235
16236 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
16237 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
16238 (x-dnd-handle-moz-url): Remove unused variable `title'.
16239 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
16240
16241 * xml.el (xml-parse-tag, xml-parse-attlist):
16242 Remove unused variable `pos'.
16243
bc4f7f3d
GM
162442011-04-19 Glenn Morris <rgm@gnu.org>
16245
16246 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
16247 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
16248 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
16249 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
16250 * calendar/cal-html.el (cal-html-insert-minical):
16251 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
16252 (calendar-mark-date-pattern):
16253 Prefix "unused" locals.
16254
16255 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
16256 optional argument `style'.
16257
16258 * calendar/appt.el (appt-make-list):
16259 * calendar/cal-china.el (calendar-chinese-date-string):
16260 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
16261 (diary-hebrew-yahrzeit):
16262 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
16263 * calendar/calendar.el (calendar-generate-window):
16264 * calendar/time-date.el (time-to-days):
16265 Remove unused local variables.
16266
16a43933
CY
162672011-04-18 Chong Yidong <cyd@stupidchicken.com>
16268
16269 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
16270 glyphless-char-display table.
16271 (tabulated-list-glyphless-char-display): New var.
16272
7eed1860
SS
162732011-04-18 Sam Steingold <sds@gnu.org>
16274
16275 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
16276 to acknowledgments.
16277
4d2d1ccd
GM
162782011-04-17 Glenn Morris <rgm@gnu.org>
16279
16280 * calendar/diary-lib.el (diary-sexp-entry):
16281 * calendar/holidays.el (holiday-sexp):
16282 Set debug-on-error rather than the removed stack-trace-on-error.
16283
239da61d
GM
162842011-04-16 Glenn Morris <rgm@gnu.org>
16285
16286 * progmodes/f90.el: Use lexical-binding.
16287 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
16288
8b05752a
SM
162892011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16290
daca8ba5
SM
16291 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
16292 (mail-mode): Setup mailalias completion here instead.
16293 * mail/mailalias.el: Use lexical-binding.
16294 (pattern, mailalias-done): Declare dynamic.
16295 (mail-completion-at-point-function): New function, from mail-complete.
16296 (mail-complete): Use it.
16297 (mail-completion-expand): New function.
16298 (mail-get-names): Use it.
16299 (mail-directory, mail-directory-process, mail-directory-stream):
16300 Don't use `pattern' for lexically bound arg.
16301
6f542485
SM
16302 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
16303
037e7c3f
SM
16304 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
16305 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
16306 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
16307
8b05752a
SM
16308 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
16309 (byte-save-window-excursion, byte-temp-output-buffer-setup)
16310 (byte-interactive-p): Define them again, for use when inlining
16311 old code.
16312
49093f60
JB
163132011-04-15 Juanma Barranquero <lekktu@gmail.com>
16314
16315 * loadup.el: Use `string-to-number', not `string-to-int'.
16316
b5b8e7de
SM
163172011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16318
16319 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
16320 gud-gdb-complete-command.
16321 (gud-gdb-completions): New function, from gud-gdb-complete-command.
16322 (gud-gdb-completion-at-point): New function.
16323 (gud-gdb-completions): Remove.
16324
f42efeb5
MA
163252011-04-14 Michael Albinus <michael.albinus@gmx.de>
16326
49093f60
JB
16327 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
16328 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
16329 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
16330 whether `executable-find' is bound.
f42efeb5
MA
16331
16332 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
16333
e240cc21
SM
163342011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16335
16336 * minibuffer.el (completion-in-region-mode-predicate)
16337 (completion-in-region-mode--predicate): New vars.
16338 (completion-in-region, completion-in-region--postch)
16339 (completion-in-region-mode): Use them.
16340 (completion--capf-wrapper): Also return the hook function.
16341 (completion-at-point, completion-help-at-point):
16342 Adjust and provide a predicate.
c2bd2ab0
SM
16343
16344 Preserve arg names for advice of subr and lexical functions (bug#8457).
16345 * help-fns.el (help-function-arglist): Consolidate the subr and
16346 new-byte-code cases. Add argument `preserve-names' to extract names
16347 from the docstring when needed.
16348 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
16349 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
16350 (ad-arglist): Use help-function-arglist's new arg.
16351 (ad-definition-type): Use cond.
16352
c183f693
JB
163532011-04-13 Juanma Barranquero <lekktu@gmail.com>
16354
06641a47
JB
16355 * autorevert.el (auto-revert-handler):
16356 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
16357 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
16358 Don't quote lambda.
16359
c183f693
JB
16360 * image-mode.el (image-transform-set-scale):
16361 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
16362
1e3b6001
G
163632011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16364
16365 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 16366 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
16367 Upgrades via gnutls-cli are too slow to be done opportunistically.
16368
2d6af8dd
JB
163692011-04-12 Juanma Barranquero <lekktu@gmail.com>
16370
16371 * dframe.el (dframe-current-frame): Remove spurious quote.
16372
c0749a51
GM
163732011-04-12 Glenn Morris <rgm@gnu.org>
16374
088d0d61
GM
16375 * calendar/cal-tex.el (cal-tex-end-document):
16376 Try to automatically use latin1 input if needed.
16377
c0749a51
GM
16378 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
16379 Don't try to cons a mark onto an empty element.
16380
5c90fde0
LL
163812011-04-11 Leo Liu <sdl.web@gmail.com>
16382
16383 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
16384 buffers.
16385 (ido-kill-buffer-at-head): Support killing virtual buffers.
16386
369e974d
CY
163872011-04-10 Chong Yidong <cyd@stupidchicken.com>
16388
16389 * minibuffer.el (completion-show-inline-help): New var.
16390 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
16391 (minibuffer-force-complete, minibuffer-complete-word):
16392 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
16393
16394 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
16395 to avoid interference from inline help (Bug#5849).
16396
37f1c930
LL
163972011-04-10 Leo Liu <sdl.web@gmail.com>
16398
099c39a4
JB
16399 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
16400 Fix typo.
37f1c930 16401
a32d4040
CY
164022011-04-09 Chong Yidong <cyd@stupidchicken.com>
16403
16404 * image-mode.el (image-toggle-display-image): Signal an error if
16405 not in Image mode.
16406 (image-transform-mode, image-transform-resize)
16407 (image-transform-set-rotation): Doc fix.
daca8ba5 16408 (image-transform-set-resize): Delete.
a32d4040
CY
16409 (image-transform-set-scale, image-transform-fit-to-height)
16410 (image-transform-fit-to-width): Handle image-toggle-display-image
16411 and image-transform-resize directly.
16412
099c39a4 164132011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
16414
16415 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
16416 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
16417 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
16418 (doc-view-mode-map): Add bindings for the new functions.
16419
099c39a4 164202011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 16421
4d61f28d 16422 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
16423 Fix typo in docstring.
16424
3726838a
EZ
164252011-04-08 Eli Zaretskii <eliz@gnu.org>
16426
04f33f1e
EZ
16427 * files.el (file-size-human-readable): Produce one digit after
16428 decimal, like "ls -lh" does.
16429
16430 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
16431 the file size representation.
16432
3726838a
EZ
16433 * simple.el (list-processes): If async subprocesses are not
16434 available, error out with a clear error message.
16435
cbb59342
CY
164362011-04-08 Chong Yidong <cyd@stupidchicken.com>
16437
16438 * help.el (help-form-show): New function, to be called from C.
16439 Put help-form output in a buffer named differently than *Help*.
16440
e3971c44
EZ
164412011-04-08 Eli Zaretskii <eliz@gnu.org>
16442
16443 * files.el (file-size-human-readable): New function.
16444
16445 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
16446 computing the representation inline. Don't require `cl'.
16447
12544bbe
GM
164482011-04-08 Glenn Morris <rgm@gnu.org>
16449
a1de6c6a
GM
16450 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
16451
3c4671f4
GM
16452 * net/browse-url.el (browse-url-firefox):
16453 Test system-type, not system-configuration.
16454
b605679c
GM
16455 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
16456 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
16457 Use log-edit-empty-buffer-p. (Bug#7598)
16458
56442f0c
GM
16459 * net/rlogin.el (rlogin-process-connection-type): Simplify.
16460 (rlogin-mode-map): Initialize in the defvar.
16461 (rlogin): Use ignore-errors.
16462
12544bbe
GM
16463 * replace.el (occur-mode-map): Some fixes for menu items.
16464
eb237b0f
AH
164652011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
16466
16467 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
16468
7d668f2c
CY
164692011-04-06 Chong Yidong <cyd@stupidchicken.com>
16470
e67a13ab
CY
16471 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
16472 issuing unused warnings.
16473
16474 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
16475 macro directly.
16476
7d668f2c
CY
16477 * simple.el: Lisp reimplement of list-processes. Based on an
16478 earlier reimplementation by Leo Liu, but using tabulated-list.el.
16479 (process-menu-mode): New major mode.
16480 (list-processes--refresh, list-processes):
16481 (process-menu-visit-buffer): New functions.
16482
16483 * files.el (save-buffers-kill-emacs): Don't assume any return
16484 value of list-processes, which is undocumented anyway.
16485
a83ec3c9
CY
164862011-04-06 Chong Yidong <cyd@stupidchicken.com>
16487
16488 * emacs-lisp/tabulated-list.el: New file.
16489
e91a96fe
CY
16490 * emacs-lisp/package.el: Use Tabulated List mode.
16491 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
16492 (package-menu-mode): Derive from tabulated-list-mode. Set up the
16493 table format using Tabulated List mode variables.
16494 (package--push): New macro, replacing package-list-maybe-add.
16495 (package-menu--generate): Use package--push. Renamed from
16496 package--generate-package-list.
16497 (package-menu-refresh, list-packages): Use it.
daca8ba5 16498 (package-menu--print-info): Rename from package-print-package.
e91a96fe 16499 Return insertion data instead of inserting it directly.
099c39a4
JB
16500 (package-menu-describe-package, package-menu-execute):
16501 Use tabulated-list-get-id.
e91a96fe
CY
16502 (package-menu-mark-delete, package-menu-mark-install)
16503 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
16504 (package-menu-mark-obsolete-for-deletion):
16505 Use tabulated-list-put-tag.
e91a96fe
CY
16506 (package--list-packages, package-menu-revert)
16507 (package-menu-get-package, package-menu-get-version)
16508 (package-menu-sort-by-column): Functions deleted.
16509 (package-menu-package-list, package-menu-sort-key): Vars deleted.
16510 (package-menu--status-predicate, package-menu--version-predicate)
16511 (package-menu--name-predicate)
16512 (package-menu--description-predicate): Handle arguments in the
16513 Tabulated List format.
16514 (package-list-packages-no-fetch): Call list-packages.
16515
3e214b50
JB
165162011-04-06 Juanma Barranquero <lekktu@gmail.com>
16517
16518 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 16519 (after-find-file): Don't bind it.
3e214b50
JB
16520 (revert-buffer-in-progress-p): New variable.
16521 (revert-buffer): Bind it.
16522 Pass nil for `after-find-file-from-revert-buffer'.
16523
16524 * saveplace.el (save-place-find-file-hook): Use new variable
16525 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
16526
3f0f1700
GM
165272011-04-06 Glenn Morris <rgm@gnu.org>
16528
c0274801
GM
16529 * Makefile.in (AUTOGEN_VCS): New variable.
16530 (autoloads): Use $AUTOGEN_VCS.
16531
3f0f1700
GM
16532 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
16533 * calendar/calendar.el (calendar-mode-map):
16534 Check for toolkit scroll bars. (Bug#8305)
16535
41ea9e48
CY
165362011-04-05 Chong Yidong <cyd@stupidchicken.com>
16537
16538 * minibuffer.el (completion-in-region--postch)
16539 (completion-in-region-mode): Remove unnecessary messages.
16540
6194c800
JB
165412011-04-05 Juanma Barranquero <lekktu@gmail.com>
16542
33256f14
JB
16543 * font-lock.el (font-lock-refresh-defaults):
16544 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
16545 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
16546
6194c800
JB
16547 * info.el (Info-directory-list, Info-read-node-name-2)
16548 (Info-split-parameter-string): Doc fixes.
16549 (Info-virtual-nodes): Reflow docstring.
16550 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
16551 (Info-apropos-toc-nodes, info-finder, Info-get-token)
16552 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
16553 Fix typos in docstrings.
16554 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
16555 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
16556 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
16557 (Info-restore-desktop-buffer): Mark unused parameters.
16558 (Info-directory-find-file, Info-directory-find-node)
16559 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
16560 (Info-virtual-index-find-node, Info-apropos-find-file)
16561 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 16562 Mark unused parameters; fix typos in docstrings.
6194c800
JB
16563 (Info-virtual-index): Remove unused local variable `nodename'.
16564
b87a8200 165652011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 16566
b87a8200
DD
16567 * net/rcirc.el: Update my e-mail address.
16568 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 16569
3b2ff876
CY
165702011-04-05 Chong Yidong <cyd@stupidchicken.com>
16571
16572 * startup.el (command-line): Save the cursor's theme-face
16573 directly, instead of using face-override-spec.
16574
16575 * custom.el (load-theme): Minor optimization in assigning faces.
16576
8d17e7ca
JB
165772011-04-04 Juanma Barranquero <lekktu@gmail.com>
16578
16579 * help-fns.el (describe-variable): Complete all variables having
16580 documentation, including keywords.
16581 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
16582
2fbc1934
JB
165832011-04-04 Juanma Barranquero <lekktu@gmail.com>
16584
16585 Convert to lexical-binding.
16586
16587 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
16588 (bs--get-marked-string, bs--get-modified-string)
16589 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
16590 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
16591 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
16592
16593 * ehelp.el (electric-help-execute-extended)
16594 (electric-help-ctrl-x-prefix):
16595 * hexl.el (hexl-revert-buffer-function):
16596 * linum.el (linum-after-change, linum-after-scroll):
16597 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
16598
16599 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
16600
74f50695
DU
166012011-04-04 Daiki Ueno <ueno@unixuser.org>
16602
16603 * epa-dired.el:
16604 * epa-mail.el:
16605 * epa-hook.el:
16606 * epa-file.el:
16607 * epa.el:
16608 * epg.el: Use lexical binding.
16609
c11325f7
CY
166102011-04-03 Chong Yidong <cyd@stupidchicken.com>
16611
0d9e9a12
CY
16612 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
16613
c11325f7 16614 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
16615 dictionary case for flyspell-mark-duplications-exceptions.
16616 Use regexp matching for languages.
c11325f7
CY
16617 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
16618 default dictionary (Bug#7926).
16619
da91b5f2
CY
166202011-04-02 Chong Yidong <cyd@stupidchicken.com>
16621
099c39a4
JB
16622 * emacs-lisp/package.el (package--with-work-buffer):
16623 Recognize https URLs.
da91b5f2 16624
099c39a4
JB
16625 * net/network-stream.el: Move from gnus/proto-stream.el.
16626 Change prefix to network-stream throughout.
da91b5f2
CY
16627 (open-protocol-stream): Merge into open-network-stream, leaving
16628 open-protocol-stream as an alias. Handle nil BUFFER args.
16629
16630 * subr.el (open-network-stream): Move to net/network-stream.el.
16631
afa8e9f6
GM
166322011-04-02 Glenn Morris <rgm@gnu.org>
16633
1d2e369d
GM
16634 * find-dired.el (find-exec-terminator): New option.
16635 (find-ls-option): Test for -ls support.
16636 (find-ls-subdir-switches): Test for -b in find-ls-option.
16637 (find-dired, find-grep-dired): Doc fixes.
16638 (find-dired): Use find-exec-terminator.
16639
8abb7da8 16640 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
16641 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
16642 (find-name-arg): Remove purecopy.
8abb7da8 16643
f3ca7378
GM
16644 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
16645 (grep-compute-defaults): Check for `-exec COMMAND +' support.
16646 Set grep-find-use-xargs, grep-find-command, and grep-find-template
16647 accordingly. Don't add the null-device if not needed.
16648
afa8e9f6
GM
16649 * files.el (save-some-buffers): Doc fix.
16650
35eae264
EZ
166512011-04-02 Eli Zaretskii <eliz@gnu.org>
16652
16653 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
16654
26b51db5
JB
166552011-04-01 Juanma Barranquero <lekktu@gmail.com>
16656
16657 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
16658 Use `dolist' rather than `mapcar'.
16659
7200d79c
SM
166602011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
16661
03408648 16662 Add lexical binding.
7200d79c 16663
03408648
SM
16664 * subr.el (apply-partially): Use new closures rather than CL.
16665 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
16666 (dolist, dotimes): Use slightly different expansion for lexical code.
16667 (functionp): Move to C.
16668 (letrec): New macro.
16669 (with-wrapper-hook): Use it and apply-partially instead of CL.
16670 (eval-after-load): Preserve lexical-binding.
16671 (save-window-excursion, with-output-to-temp-buffer): Turn them
16672 into macros.
7200d79c 16673
03408648
SM
16674 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
16675
16676 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
16677 than the arglist.
16678 (help-add-fundoc-usage): Don't add `Not documented'.
16679 (help-function-arglist): Handle closures, subroutines, and new
16680 byte-code-functions.
16681 (help-make-usage): Remove leading underscores.
16682 (describe-function-1): Handle closures.
16683 (describe-variable): Use special-variable-p for completion.
16684
16685 * files.el (lexical-binding): Declare safe.
f488fb65 16686
03408648
SM
16687 * emacs-lisp/pcase.el: Don't use destructuring-bind.
16688 (pcase--memoize): Rename from pcase-memoize. Change weakness.
16689 (pcase): Add `let' pattern.
16690 Change memoization so it actually works.
16691 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
16692 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
16693 <let>: New case.
f488fb65 16694
03408648
SM
16695 * emacs-lisp/macroexp.el: Use lexical binding.
16696 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
16697 Don't convert ' to #' without checking that it's indeed quoting
16698 a lambda.
16699
16700 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 16701 Use eval-sexp-add-defvars.
03408648
SM
16702 (eval-sexp-add-defvars): New fun.
16703
16704 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
16705
16706 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
16707 Don't autoload.
16708 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
16709 than the internal `byte-compile-lambda'.
16710 (defmethod): Don't hide code under quotes.
16711 (eieio-defmethod): New `code' argument.
16712
16713 * emacs-lisp/eieio-comp.el: Remove.
16714
16715 * emacs-lisp/edebug.el (edebug-eval-defun)
16716 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
16717 (edebug-toggle): Avoid `eval'.
16718
16719 * emacs-lisp/disass.el (disassemble-internal): Handle new
16720 `closure' objects.
16721 (disassemble-1): Handle new byte codes.
16722
16723 * emacs-lisp/cl.el (pushnew): Silence warning.
16724
16725 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
16726 (cl-byte-compile-throw): Remove.
16727 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
16728
16729 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
16730 closures.
16731
16732 * emacs-lisp/cconv.el: New file.
16733
16734 * emacs-lisp/bytecomp.el: Use lexical binding instead of
16735 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
16736 (byte-compile-initial-macro-environment):
16737 Handle declare-function here.
16738 (byte-compile--lexical-environment): New var.
16739 (byte-stack-ref, byte-stack-set, byte-discardN)
16740 (byte-discardN-preserve-tos): New lap codes.
16741 (byte-interactive-p): Don't use any more.
16742 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
16743 New macros.
16744 (byte-compile-lapcode): Use them and handle new lap codes.
16745 (byte-compile-obsolete): Remove.
16746 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
16747 (byte-compile-arglist-warn): Check late def of inlinable funs.
16748 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
16749 since they should have been expanded by now.
16750 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
16751 (byte-compile-from-buffer): Remove unused second arg.
16752 (byte-compile-preprocess): New function.
16753 (byte-compile-toplevel-file-form): New function to distinguish
16754 file-form calls from outside from file-form calls from hunk-handlers.
16755 (byte-compile-file-form): Simplify.
16756 (byte-compile-file-form-defsubst): Remove.
16757 (byte-compile-file-form-defmumble): Simplify now that
16758 byte-compile-lambda always returns a byte-code-function.
16759 (byte-compile): Preprocess.
16760 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
16761 Remove, not used any more.
16762 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
16763 (byte-compile-make-args-desc): New funs.
16764 (byte-compile-lambda): Handle lexical functions. Always return
16765 a byte-code-function.
16766 (byte-compile-reserved-constants): New var, to make up room for
16767 closed-over variables.
16768 (byte-compile-constants-vector): Obey it.
16769 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
16770 (byte-compile-macroexpand-declare-function): New function.
16771 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
16772 byte-code-functions.
16773 (byte-compile-form): Check obsolescence here.
16774 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
16775 (byte-compile-variable-ref): Remove.
16776 (byte-compile-dynamic-variable-op): New fun.
16777 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
16778 (byte-compile-variable-set): New funs.
16779 (byte-compile-discard): Add 2 args.
16780 (byte-compile-stack-ref, byte-compile-stack-set)
16781 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
16782 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
16783 macroexpand-all instead.
16784 (byte-compile-quote-form): Remove.
16785 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
16786 (byte-compile-bind, byte-compile-unbind): New funs.
16787 (byte-compile-let): Handle let* and lexical binding.
16788 (byte-compile-let*): Remove.
16789 (byte-compile-catch, byte-compile-unwind-protect)
16790 (byte-compile-track-mouse, byte-compile-condition-case):
16791 Handle a new :fun-body form, used for lexical scoping.
16792 (byte-compile-save-window-excursion)
16793 (byte-compile-with-output-to-temp-buffer): Remove.
16794 (byte-compile-defun): Simplify.
16795 (byte-compile-stack-adjustment): New fun.
16796 (byte-compile-out): Use it.
16797 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
16798
16799 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
16800 handler any more.
16801
16802 * emacs-lisp/byte-opt.el: Use lexical binding.
16803 (byte-inline-lapcode): Remove (to bytecomp).
16804 (byte-compile-inline-expand): Pay attention to inlining to/from
16805 lexically bound code.
16806 (byte-compile-unfold-lambda): Don't handle byte-code-functions
16807 any more.
16808 (byte-optimize-form-code-walker): Don't handle save-window-excursion
16809 any more and don't call compiler-macros.
16810 (byte-compile-splice-in-already-compiled-code): Remove.
16811 (byte-code): Don't inline any more.
16812 (disassemble-offset): Receive `bytes' as argument rather than via
16813 dynamic scoping.
16814 (byte-compile-tag-number): Declare before first use.
16815 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
16816 `return' even if make-spliceable.
16817 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
16818 obsolete interactive-p.
16819 (byte-optimize-lapcode): Optimize new lap-codes.
16820 Don't trip up on new form of `byte-constant' lap code.
16821
16822 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
16823
16824 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
16825
16826 * custom.el (custom-initialize-default, custom-declare-variable):
16827 Use `defvar'.
16828
16829 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
16830 New variables.
16831 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
16832 (COMPILE_FIRST): Add macroexp and cconv.
16833 * makefile.w32-in: Mirror changes in Makefile.in.
16834
16835 * vc/cvs-status.el:
16836 * vc/diff-mode.el:
16837 * vc/log-edit.el:
16838 * vc/log-view.el:
16839 * vc/smerge-mode.el:
16840 * textmodes/bibtex-style.el:
090bd7cb 16841 * textmodes/css-mode.el:
03408648
SM
16842 * startup.el:
16843 * uniquify.el:
da91b5f2
CY
16844 * minibuffer.el:
16845 * newcomment.el:
16846 * reveal.el:
16847 * server.el:
16848 * mpc.el:
16849 * emacs-lisp/smie.el:
16850 * doc-view.el:
16851 * dired.el:
03408648
SM
16852 * abbrev.el: Use lexical binding.
16853
0f0c1f27
EZ
168542011-04-01 Eli Zaretskii <eliz@gnu.org>
16855
16856 * info.el (info-display-manual): New function.
16857
c82b2579
SM
168582011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
16859
16860 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
16861
221ddf68
TH
168622011-03-31 Tassilo Horn <tassilo@member.fsf.org>
16863
16864 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 16865 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 16866
cba6e77e
GM
168672011-03-31 Glenn Morris <rgm@gnu.org>
16868
e040639f
GM
16869 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
16870
cba6e77e
GM
16871 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
16872
6d0f1c9e
CS
168732011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
16874
16875 * progmodes/python.el (python-default-interpreter)
16876 (python-python-command-args, python-jython-command-args)
16877 (python-which-shell, python-which-args, python-which-bufname)
16878 (python-file-queue, python-comint-output-filter-function)
16879 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
16880 variables and functions.
16881
3e2d70fd
SM
168822011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
16883
16884 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
16885 (completion-in-region-mode): New minor mode.
16886 (completion-in-region): Use it.
16887 (completion-in-region--data, completion-in-region-mode-map): New vars.
16888 (completion-in-region--postch): New function.
16889 (completion--capf-misbehave-funs, completion--capf-safe-funs):
16890 New vars.
16891 (completion--capf-wrapper): New function.
16892 (completion-at-point): Use it to track well-behavedness of
16893 hook functions.
16894 (completion-help-at-point): New command.
16895
f3e4086c
JM
168962011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
16897
16898 * vc/add-log.el (add-change-log-entry): Don't use whitespace
16899 syntax class to search for whitespace on a single line
16900 (Message-ID: <4D938140.4030905@redhat.com>).
16901
eb7ffc14
LL
169022011-03-30 Leo Liu <sdl.web@gmail.com>
16903
16904 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
16905 New commands.
16906 (edit-abbrevs-map): Bind them here.
16907 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
16908
d806ab68
KM
169092011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
16910
16911 * allout.el (allout-hide-by-annotation, allout-flag-region):
16912 Reduce possibility of overlay leakage by making them volatile.
16913
16914 * allout-widgets.el (allout-widgets-tally): Define as nil so the
16915 hash is not shared between buffers. Mode initialization is
16916 responsible for giving it a useful starting value.
16917 (allout-item-span): Reduce possibility of overlay leakage by
16918 making them volatile.
16919 (allout-widgets-count-buttons-in-region): Add diagnostic function
16920 for tracking down button overlay leaks.
16921
ea622834
LL
169222011-03-29 Leo Liu <sdl.web@gmail.com>
16923
16924 * ido.el (ido-read-internal): Use the default history var
16925 minibuffer-history if no HISTORY is specified.
16926
b62f8267
G
169272011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
16928
03408648
SM
16929 * net/imap.el (imap-shell-open, imap-process-connection-type):
16930 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
16931 Kerberos, SSL, other subprocesses.
16932
947b6566
LL
169332011-03-28 Leo Liu <sdl.web@gmail.com>
16934
16935 * abbrev.el (abbrev-table-empty-p): New function.
16936 (prepare-abbrev-list-buffer): Place empty abbrev tables after
16937 nonempty ones. (Bug#5937)
16938
5ffb62aa
JD
169392011-03-27 Jan Djärv <jan.h.d@swipnet.se>
16940
16941 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
16942
7a097943
LL
169432011-03-27 Leo Liu <sdl.web@gmail.com>
16944
16945 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
16946 for foreground and background colors.
16947 (ansi-color-make-color-map): Adapt.
16948
c5b40130
LL
169492011-03-25 Leo Liu <sdl.web@gmail.com>
16950
1f48f7d2
LL
16951 * midnight.el (midnight-time-float): Remove. Note it calculates
16952 the microsecond component incorrectly and seconds-to-time does the
16953 same job.
625897ec 16954 Remove redundant (require 'timer).
1f48f7d2 16955
c5b40130
LL
16956 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
16957 (ido-completions): Remove unused arguments. (Bug#8329)
16958
d86d2721
SM
169592011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16960
16961 * minibuffer.el (completion--flush-all-sorted-completions):
16962 Remove itself from hook.
16963 (completion-at-point): Let the functions perform the completion
16964 immediately and return nil or t.
16965 * comint.el (comint-dynamic-complete-functions): Now identical to
16966 completion-at-point-functions.
16967 (comint-dynamic-list-input-ring): Remove unused var `index'.
16968 (comint--match-partial-filename, comint--unquote&expand-filename):
16969 New funs, split from comint-match-partial-filename.
16970 (comint-dynamic-complete): Use completion-at-point.
16971 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
16972
e8974c48
DA
169732011-03-24 Drew Adams <drew.adams@oracle.com>
16974
16975 * thingatpt.el: Support `defun'.
16976
def71b5e
LL
169772011-03-23 Leo Liu <sdl.web@gmail.com>
16978
cb5af48e
LL
16979 * abbrevlist.el: Move to obsolete/abbrevlist.el.
16980
def71b5e
LL
16981 * help-mode.el (help-mode-finish): Tweak regexp.
16982
927c53e7
GM
169832011-03-23 Glenn Morris <rgm@gnu.org>
16984
18d05bed
GM
16985 * eshell/esh-opt.el (eshell-eval-using-options):
16986 Do not bind unused local variable `eshell-option-stub'.
16987
927c53e7
GM
16988 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
16989
9d0da923
JB
169902011-03-22 Juanma Barranquero <lekktu@gmail.com>
16991
16992 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
16993 keymap variable in `with-no-warnings' to avoid a warning when the
16994 keymap has been already `defconst'ed.
16995
4b978a67
LL
169962011-03-22 Leo Liu <sdl.web@gmail.com>
16997
16998 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
16999 encode all chars in abbrevs; otherwise use emacs-mule or
17000 utf-8-emacs. (Bug#8308)
17001
5fd62452
JB
170022011-03-22 Juanma Barranquero <lekktu@gmail.com>
17003
0b1596c6
JB
17004 * simple.el (backward-delete-char-untabify):
17005 Avoid warning about using `delete-backward-char'.
17006
5fd62452
JB
17007 * image.el (image-type-file-name-regexps): Make it variable.
17008 `imagemagick-register-types' modifies it, and the user may want
17009 to add new extensions for known image types.
17010 (imagemagick-register-types): Throw error if not using ImageMagick.
17011
0b4e93f1
LL
170122011-03-22 Leo Liu <sdl.web@gmail.com>
17013
17014 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
17015 located before rcirc-prompt-end-marker.
17016 (rcirc-complete): Error if point is not after rcirc prompt.
17017 Handle the case when table is nil.
9882e214 17018 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 17019
fccee4ab
CY
170202011-03-22 Chong Yidong <cyd@stupidchicken.com>
17021
17022 * custom.el (custom--inhibit-theme-enable): Make it affect only
17023 custom-theme-set-variables and custom-theme-set-faces.
17024 (provide-theme): Ignore custom--inhibit-theme-enable.
17025 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
17026 (custom-enabling-themes): Delete variable.
d86d2721
SM
17027 (enable-theme): Accept only loaded themes as arguments.
17028 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
17029 (custom-enabled-themes): Forbid themes from setting this.
17030 Eliminate use of custom-enabling-themes.
17031 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 17032
af896da6
LL
170332011-03-21 Leo Liu <sdl.web@gmail.com>
17034
17035 * ido.el (ido-read-internal): Add ido-selected to history instead
17036 of user input.
17037
78f64af0
SM
170382011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
17039
17040 * subr.el (deferred-action-list, deferred-action-function):
17041 Mark obsolete.
17042
b16ac1ec
LL
170432011-03-21 Leo Liu <sdl.web@gmail.com>
17044
810f7698
LL
17045 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
17046 change on 2011-02-13 (bug#8309).
17047
b16ac1ec
LL
17048 * minibuffer.el (read-file-name-function): Change default value.
17049 (read-file-name--defaults): Rename from read-file-name-defaults.
17050 (read-file-name-default): Rename from read-file-name.
17051 (read-file-name): Call read-file-name-function.
17052
4e05e67e
GM
170532011-03-21 Glenn Morris <rgm@gnu.org>
17054
17055 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
17056 Doc fixes.
17057
4359915b
CY
170582011-03-21 Chong Yidong <cyd@stupidchicken.com>
17059
17060 * cus-theme.el: Add missing provide statement.
17061 (customize-create-theme): Extract theme value correctly.
17062 (custom-theme-visit-theme): Autoload.
17063 (customize-create-theme): Prompt before inserting default faces.
17064
1fe275ee
JB
170652011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
17066
17067 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
17068 units and musical notes.
17069
cd394be1 170702011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
17071
17072 * ido.el (ido-read-internal): Use completing-read-default.
17073 (ido-completing-read): Fix compatibility with completing-read.
17074
7d476bde
CO
170752011-03-20 Christian Ohler <ohler@gnu.org>
17076
17077 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
17078 (ert-delete-all-tests): Use `called-interactively-p' rather than
17079 `interactive-p'.
17080 (ert--make-xrefs-region): Respect END.
17081
fe0fb33e
CY
170822011-03-19 Chong Yidong <cyd@stupidchicken.com>
17083
ff854b0b
CY
17084 * dired-aux.el (dired-create-directory): Signal an error if the
17085 directory already exists (Bug#8246).
17086
fe0fb33e
CY
17087 * facemenu.el (list-colors-display): Call list-faces-display
17088 inside with-help-window.
17089 (list-colors-print): Use display property to align the final
17090 column, instead of checking window-width.
17091
576bce32
EZ
170922011-03-19 Eli Zaretskii <eliz@gnu.org>
17093
4d61f28d 17094 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
17095 windows-nt systems.
17096 (emerge-protect-metachars): Quote correctly for ms-dos and
17097 windows-nt systems.
17098
89c41d68 170992011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
17100
17101 * info.el (info-initialize): Replace all uses of `:' with
17102 path-separator for compatibility with non-Unix systems.
17103 Cache quoting of path-separator. (Bug#8258)
17104
b14e3e21 171052011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
17106
17107 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
17108 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
17109 (mouse-avoidance-mode): Fix typos in docstrings.
17110
4525ce3e
CY
171112011-03-19 Chong Yidong <cyd@stupidchicken.com>
17112
17113 * startup.el (package-subdirectory-regexp): Move from package.el.
17114 Omit \\` and \\', and let callers add them.
17115
17116 * emacs-lisp/package.el (package-strip-version)
17117 (package-load-all-descriptors): Add \\` and \\' to
17118 package-subdirectory-regexp before using it.
17119 (package-untar-buffer): New arg DIR; ensure that file untars only
17120 into this expected directory. Remove superfluous delete-region.
17121 (package-unpack): Caller changed.
17122 (package-tar-file-info): Use package-subdirectory-regexp.
17123
a904a09a 171242011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 17125
a904a09a
SM
17126 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
17127 diff-mode-shared-map (bug#8284).
17128 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
17129
171302011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17131
17132 * calendar/time-date.el (format-seconds): Use assoc instead of
17133 assoc-string, since assoc-string doesn't exist in XEmacs.
17134
171fc304
JB
171352011-03-17 Juanma Barranquero <lekktu@gmail.com>
17136
17137 * custom.el (custom-known-themes): Reflow docstring.
17138 (custom-theme-load-path): Fix typo in docstring.
17139 (load-theme): Fix typo in error message.
17140 (custom-available-themes, custom-variable-theme-value):
17141 Use `let', not `let*'.
17142
d71990a1
JB
171432011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
17144
17145 * calc/README: Mention inclusion of musical notes.
17146
17147 * calc/calc-units.el (calc-lu-quant): Rename from
17148 `calc-logunits-quantity'.
17149 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
17150 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
17151 (calc-db): Rename from `calc-dblevel'.
17152 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
17153 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
17154 (calc-np): Rename from `calc-nplevel'.
17155 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
17156 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
17157 (calc-lu-plus): Rename from `calc-logunits-add'.
17158 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
17159 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
17160 (calc-lu-minus): Rename from `calc-logunits-sub'.
17161 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
17162 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
17163 (calc-lu-times): Rename from `calc-logunits-mul'.
17164 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
17165 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
17166 (calc-lu-divide): Rename from `calc-logunits-div'.
17167 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
17168 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
17169
17170 * calc/calc-ext.el (calc-init-extensions): Update the names of the
17171 functions being autoloaded.
17172
17173 * calc/calc.el (calc-lu-power-reference): Rename from
17174 `calc-logunits-power-reference'.
17175 (calc-lu-field-reference): Rename from
17176 `calc-logunits-field-reference'.
17177
7a71b18d
GM
17178 * calc/calc-help.el (calc-l-prefix-help):
17179 Mention musical note functions.
d71990a1 17180
40c2934b
SM
171812011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
17182
17183 * minibuffer.el (completion-all-sorted-completions):
17184 Use :completion-cycle-penalty text property if present.
17185
b0911414
KM
171862011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
17187
17188 * allout.el (allout-yank-processing): Adjust for new rebulleting
17189 regime so bullet being yanked is used without prompting the user
17190 for a choice.
17191
8a05b668
JB
171922011-03-16 Juanma Barranquero <lekktu@gmail.com>
17193
17194 * startup.el (command-line): Warn the user that _emacs is deprecated.
17195
5ba5fb81
JB
171962011-03-16 Juanma Barranquero <lekktu@gmail.com>
17197
17198 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
17199 (delphi-verbose, delphi-comment-face, delphi-string-face)
17200 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
17201 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
17202 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
17203 (delphi-new-comment-line, delphi-font-lock-defaults)
17204 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
17205 Fix typos in docstrings.
17206
2dab465b
KM
172072011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
17208
5ba5fb81 17209 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
17210 Invert the roles of character and string values for INSTEAD, so a
17211 string is used for the more common case of a defaulting prompt.
17212
0adf5618
SM
172132011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
17214
17215 * progmodes/ruby-mode.el (ruby-backward-sexp):
17216 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
17217 * play/gamegrid.el (gamegrid-make-face):
17218 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
17219 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
17220 * notifications.el (notifications-notify):
17221 * net/xesam.el (xesam-search-engines):
17222 * net/quickurl.el (quickurl-list-insert):
17223 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
17224
d72700e5
CY
172252011-03-15 Chong Yidong <cyd@stupidchicken.com>
17226
17227 * startup.el (command-line): Update package subdirectory regexp.
17228
49c5410a
SM
172292011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
17230
c6eee9aa
SM
17231 * allout.el (allout-abbreviate-flattened-numbering)
17232 (allout-mode-deactivate-hook): Fix up obsolescence "date".
17233
49c5410a
SM
17234 * subr.el (read-char-choice): Only show the cursor after the prompt,
17235 not after the answer.
17236
047b2bb9
KR
172372011-03-15 Kevin Ryde <user42@zip.com.au>
17238
17239 * help-fns.el (variable-at-point): Skip leading quotes, if any
17240 (bug#8253).
17241
0a57d256
SM
172422011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
17243
17244 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
17245 warning message.
17246
77c992bc
MA
172472011-03-14 Michael Albinus <michael.albinus@gmx.de>
17248
17249 * shell.el (shell): When called interactively, offer to change the
17250 shell file name on remote hosts.
17251
eebc475d
TZ
172522011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
17253
17254 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
17255 integration for LDAP parameters. The host, base, user or binddn,
17256 and secret tokens can be specified in a netrc file, for instance.
17257 This is optional because an `auth-source' parameter must be
17258 specified in the search attributes.
17259
9d05d1ba
JB
172602011-03-13 Juanma Barranquero <lekktu@gmail.com>
17261
17262 * help.el (describe-mode): Link to the mode's definition (bug#8185).
17263
09d9db2c
GM
172642011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17265
17266 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
17267 into declaration. Remove redundant and harmful binding.
17268
172692011-03-12 Eli Zaretskii <eliz@gnu.org>
17270
17271 * files.el (file-ownership-preserved-p): Pass `integer' as an
17272 explicit 2nd argument to `file-attributes'. If the file's owner
17273 is the Administrators group on Windows, and the current user is
17274 Administrator, consider that a match.
17275
17276 * server.el (server-ensure-safe-dir): Consider server directory
17277 safe on MS-Windows if its owner is the Administrators group while
17278 the current Emacs user is Administrator. Use `=' to compare
17279 numerical UIDs, since they could be integers or floats.
17280
219bd536
JB
172812011-03-12 Juanma Barranquero <lekktu@gmail.com>
17282
17283 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
17284
f3afd36b
MA
172852011-03-12 Michael Albinus <michael.albinus@gmx.de>
17286
17287 Sync with Tramp 2.2.1.
17288
17289 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
17290
17291 * net/trampver.el: Update release number.
17292
3aaaa6f1
SM
172932011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17294
94642599
SM
17295 * progmodes/compile.el (compilation--previous-directory): Fix up
17296 various nil/dead-marker mismatches (bug#8014).
17297 (compilation-directory-properties, compilation-error-properties):
17298 Don't call it at a position past the one we're about to change.
17299
3aaaa6f1
SM
17300 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
17301 Disable obsolescence warnings in the file that declares it.
17302
14239447
KM
173032011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
17304
099c39a4
JB
17305 * allout-widgets.el (allout-widgets-tally):
17306 Initialize allout-widgets-tally as a hash table rather than nil to
17307 prevent mode-line redisplay warnings. Also, clarify the module
17308 description and fix a comment typo.
14239447 17309
135e287c
JB
173102011-03-11 Juanma Barranquero <lekktu@gmail.com>
17311
17312 * help-fns.el (describe-variable): Don't complete keywords.
17313 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
17314
ffbf300e
CY
173152011-03-10 Chong Yidong <cyd@stupidchicken.com>
17316
ba08b241
CY
17317 * emacs-lisp/package.el (package-version-join): Impose a standard
17318 string representation for pre/alpha/beta version lists.
17319 (package-unpack-single): Standardize the directory name by passing
17320 it through package-version-join.
17321 (package-strip-rcs-id): Accept any version string that does not
17322 signal an error in version-to-list.
ffbf300e 17323
f346fd6b
MA
173242011-03-10 Michael Albinus <michael.albinus@gmx.de>
17325
17326 * simple.el (delete-trailing-whitespace): Return nil for the
17327 benefit of `write-file-functions'.
17328
ccb55d27
GM
173292011-03-10 Glenn Morris <rgm@gnu.org>
17330
5ceaac0c
GM
17331 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
17332
02da65ff
GM
17333 * vc/vc-git.el (vc-git-program): New option.
17334 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
17335 (vc-git--call): Use it.
17336
b2f603cc
GM
17337 * eshell/esh-util.el (eshell-condition-case): Doc fix.
17338
5772caab
GM
17339 * cus-edit.el (Custom-newline): If no button at point, look
17340 for a subgroup button at start-of-line. (Bug#2298)
17341
ccb55d27
GM
17342 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
17343
ec6ecaed
JD
173442011-03-10 Julien Danjou <julien@danjou.info>
17345
17346 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
17347 `cursor-type' is nil.
17348
9d5aa01d
JB
173492011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
17350
17351 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
17352
b6a5875b
KM
173532011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
17354
7a71b18d 17355 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
17356 preserves the existing header prefix, rebulleting it if necessary,
17357 rather than replacing it. This is necessary for proper operation
17358 of cooperative addons like allout-widgets.
1154d12e
JB
17359 (allout-make-topic-prefix, allout-rebullet-heading):
17360 Change SOLICIT arg to INSTEAD, and interpret additionally a string
17361 value as alternate bullet to be used, instead of prompting the user
17362 for a bullet character.
b6a5875b 17363
ee545c35
MA
173642011-03-09 Michael Albinus <michael.albinus@gmx.de>
17365
d86d2721
SM
17366 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
17367 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
17368 `tramp-default-port'.
17369
c47971d7
DD
173702011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
17371
17372 * net/rcirc.el (rcirc-handler-001): Remove useless
17373 with-rcirc-process-buffer.
17374 (rcirc-check-auth-status): Swap arguments to string-match.
17375
13522cb4
GM
173762011-03-09 Glenn Morris <rgm@gnu.org>
17377
0be6f4f1
GM
17378 * shell.el (shell-mode):
17379 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
17380
13522cb4
GM
17381 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
17382 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
17383
515de2e3
CY
173842011-03-08 Chong Yidong <cyd@stupidchicken.com>
17385
17386 * emacs-lisp/package.el (package-refresh-contents)
17387 (package-menu-execute): Use condition-case-no-debug.
17388
b511b994
MA
173892011-03-08 Michael Albinus <michael.albinus@gmx.de>
17390
17391 * simple.el (shell-command-to-string): Use `process-file'.
17392
17393 * emacs-lisp/package.el (package-tar-file-info): Handle also
17394 remote files.
17395
d86d2721
SM
17396 * emacs-lisp/package-x.el (package-upload-buffer-internal):
17397 Use `equal' for upload base check.
b511b994 17398
25bbfb31
AM
173992011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
17400
17401 * textmodes/texinfo.el (texinfo-environments):
17402 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
17403
be996521
GM
174042011-03-08 Glenn Morris <rgm@gnu.org>
17405
e9c8529f
GM
17406 * cus-start.el (cursor-in-non-selected-windows):
17407 Fix :set quoting oddness. (Bug#8192)
17408
be996521
GM
17409 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
17410 in some setf expressions. (Bug#2159)
17411
2bb5649e
CY
174122011-03-08 Chong Yidong <cyd@stupidchicken.com>
17413
17414 * custom.el (custom-available-themes): Return themes in
17415 alphabetical order.
17416
33383987 17417See ChangeLog.15 for earlier changes.
e3d51b27
MR
17418
17419;; Local Variables:
17420;; coding: utf-8
e3d51b27
MR
17421;; End:
17422
acaf905b 17423 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
17424
17425 This file is part of GNU Emacs.
17426
17427 GNU Emacs is free software: you can redistribute it and/or modify
17428 it under the terms of the GNU General Public License as published by
17429 the Free Software Foundation, either version 3 of the License, or
17430 (at your option) any later version.
17431
17432 GNU Emacs is distributed in the hope that it will be useful,
17433 but WITHOUT ANY WARRANTY; without even the implied warranty of
17434 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17435 GNU General Public License for more details.
17436
17437 You should have received a copy of the GNU General Public License
17438 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.