Make S-SPC scroll in the opposite direction to SPC
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
958614cf
GM
12013-02-12 Glenn Morris <rgm@gnu.org>
2
3 * calc/calc-graph.el (calc-graph-show-dumb):
4 * calendar/calendar.el (calendar-mode-map):
5 * cus-edit.el (custom-mode-map):
6 * ehelp.el (electric-help-map):
7 * emulation/vip.el (vip-mode-map):
8 * epa.el (epa-key-list-mode-map):
9 * info.el (Info-mode-map):
10 * mail/rmail.el (rmail-mode-map):
11 * mail/rmailsum.el (rmail-summary-mode-map):
12 * man.el (Man-mode-map):
13 * net/newst-plainview.el (newsticker-mode-map):
14 * progmodes/cpp.el (cpp-edit-mode-map):
15 * progmodes/grep.el (grep-mode-map):
16 * progmodes/idlw-help.el (idlwave-help-mode-map):
17 * simple.el (special-mode-map):
18 * startup.el (splash-screen-keymap):
19 * view.el (view-mode-map):
20 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
21
4fa60c54
EP
222013-02-11 Elias Pipping <pipping@lavabit.com>
23
24 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
6659b59c 25 (bug#13689).
4fa60c54 26
99d0d6dc
SM
272013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
28
29 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
30
31db8c31
GM
312013-02-11 Glenn Morris <rgm@gnu.org>
32
5109429f
GM
33 * vc/diff.el (diff-use-labels): New variable.
34 (diff-no-select): Use --label rather than -L, and first
35 check that it is supported. (Bug#11067)
36
97a1cd9d
GM
37 * files.el (enable-dir-local-variables): New variable.
38 (hack-dir-local-variables): Respect enable-dir-local-variables.
39 * tutorial.el (help-with-tutorial):
40 Ignore directory-local variables. (Bug#11127)
41
31db8c31
GM
42 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
43 (vc-svn-global-switches): ... to here. (Bug#13513)
44
2f108463
CS
452013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
46
99d0d6dc
SM
47 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
48 Handle "foo (bar, default: xxx): " prompts.
2f108463 49
490a9458 502013-02-10 Chong Yidong <cyd@gnu.org>
e78e7e48 51
0ccdf61e
CY
52 * files.el (basic-save-buffer-1): Do not set
53 buffer-file-coding-system-explicit (Bug#4533).
54
e78e7e48
CY
55 * mail/emacsbug.el (report-emacs-bug): Change binding of
56 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
57
5d9c6f17
JB
582013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
59
60 * calc/calc.el (calc-allow-units-as-numbers): New variable.
61 * calc/calc-units.el (calc-convert-units): Use new variable.
62
8549f9e8
EZ
632013-02-09 Eli Zaretskii <eliz@gnu.org>
64
2d050423
EZ
65 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
66
8549f9e8
EZ
67 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
68 buffer-file-type.
69
70 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
71 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
72 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
73 coding-system-for-write instead.
74
75 * jka-compr.el (jka-compr-write-region): Don't bind
76 buffer-file-type.
77
78 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
79 buffer-file-type.
80
81 * files.el (file-name-buffer-file-type-alist): Remove defvar.
82 (insert-file-contents-literally): Remove reference to
83 file-name-buffer-file-type-alist.
84
85 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
86 make-obsolete.
87 (find-buffer-file-type-match, find-buffer-file-type): Remove.
88 (find-buffer-file-type-coding-system): Remove references to
89 find-buffer-file-type-match, find-buffer-file-type, and
90 buffer-file-type.
91 Don't put find-buffer-file-type-coding-system into
92 file-coding-system-alist.
93 (find-file-binary, find-file-text): Bind coding-system-for-read
94 instead of file-name-buffer-file-type-alist.
95
9cbab8d6 962013-02-09 Jambunathan K <kjambunathan@gmail.com>
f63f9398
TH
97
98 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
9cbab8d6
GM
99 converter (Bug#13622).
100 (doc-view-unoconv-program): Make obsolete alias.
f63f9398
TH
101 (doc-view-odf->pdf-converter-program): New variable.
102 (doc-view-odf->pdf-converter-function): New variable.
103 (doc-view-mode-p): Use it.
9cbab8d6
GM
104 (doc-view-odf->pdf-converter-unoconv):
105 Rename from `doc-view-odf->pdf-converter-unoconv'.
f63f9398 106 (doc-view-odf->pdf-converter-soffice): New function.
9cbab8d6
GM
107 (doc-view-convert-current-doc):
108 Use `doc-view-odf->pdf-converter-function'.
f63f9398 109
044a9eac
CY
1102013-02-09 Chong Yidong <cyd@gnu.org>
111
123ecb68
CY
112 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
113 view-echo-area-messages (Bug#13340).
114
115 * help.el (view-echo-area-messages): Use display-buffer.
116
044a9eac
CY
117 * dired-x.el (dired-do-run-mail): Prompt for confirmation
118 (Bug#13561).
119
1a601680
SM
1202013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
121
7f526211
SM
122 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
123 Eval body right away, now that we do eager macroexpansion (bug#13605).
124
c9586acc
SM
125 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
126 (fundamental-mode): Use run-mode-hooks.
127
1a601680
SM
128 * eshell/esh-proc.el (eshell/kill): Fix last change.
129 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
130
276a61a6
AG
1312013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
132
133 * eshell/esh-proc.el (eshell/kill): Rewrite.
134
135 * eshell/em-ls.el (show-almost-all): Declare.
136 (eshell-do-ls): Add support for -A argument.
137
6130b96a
J
1382013-02-08 Jambunathan K <kjambunathan@gmail.com>
139
140 * icomplete.el (icomplete-forward-completions)
141 (icomplete-backward-completions): Handle corner case (bug#13602).
142
fed00072
MA
1432013-02-07 Michael Albinus <michael.albinus@gmx.de>
144
145 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
146 be nil. Handle this. (Bug#13636)
147
469c5a60
RS
1482013-02-07 Richard Stallman <rms@gnu.org>
149
150 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
151 `save-buffer-coding-system'.
152
8c4b24b2 1532013-02-07 Alan Mackenzie <acm@muc.de>
d23b0804 154
8c4b24b2 155 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
d23b0804
AM
156 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
157 (c-parse-state-get-strategy): Don't return 'BOD any more.
8c4b24b2
GM
158 (c-append-lower-brace-pair-to-state-cache):
159 Extra parameter HERE instead of narrowing.
160 Widen to top of buffer before searching backwards for a brace pair.
161 (c-state-push-any-brace-pair): Add HERE parameter to function call.
162 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
163 Narrow to parameter HERE, in place of being called narrowed.
d23b0804
AM
164 (c-remove-stale-state-cache): Extra parameter HERE in place of
165 narrowing. Check there's an open brace in the cache before
166 searching for its match.
167 (c-invalidate-state-cache-1): Add HERE parameter to function call.
168 (c-parse-state-1): Don't narrow here for 'forward strategy,
8c4b24b2
GM
169 instead passing extra parameter HERE to several functions.
170 Remove 'BOD strategy.
d23b0804 171
55b056ba
NR
1722013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
173
174 * emacs-lisp/package.el (describe-package-1): Tell what archive is
175 used to install the package.
176
e86762ec
GM
1772013-02-06 Glenn Morris <rgm@gnu.org>
178
5fd03926
GM
179 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
180 if we can't get user input. (Bug#6567)
181
e86762ec
GM
182 * startup.el (command-line): If simple.el is missing,
183 test and warn about for some possible causes.
184
6871e574
JD
1852013-02-05 Jan Djärv <jan.h.d@swipnet.se>
186
187 * cus-start.el (all): Add ns-use-native-fullscreen.
188
3505fa02
GM
1892013-02-05 Glenn Morris <rgm@gnu.org>
190
ed746aa7
GM
191 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
192
3505fa02
GM
193 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
194 Fix directory creation in fallback case.
195
50fdf399
TV
1962013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
197
198 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
199 (vc-update-change-log): Use dolist.
200
6e5c1569
CY
2012013-02-04 Chong Yidong <cyd@gnu.org>
202
203 * thingatpt.el: Rewrite the URL detection routines, absorbing some
204 code from ffap.el.
205 (thing-at-point-beginning-of-url-regexp): New var.
206 (thing-at-point-uri-schemes): Update list of URI schemes.
207 (thing-at-point-url-regexp): Variable deleted.
208 (thing-at-point-markedup-url-regexp): Disallow newlines.
209 (thing-at-point-newsgroup-regexp)
210 (thing-at-point-newsgroup-heads)
211 (thing-at-point-default-mail-uri-scheme): New variables.
212 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
50fdf399
TV
213 method to find the possible bounds of the URI at point.
214 New optional argument to find ill-formed URIs.
6e5c1569
CY
215 (thing-at-point-url-at-point): Rewrite. New arguments for finding
216 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
217 the scheme-adding heuristics from ffap-url-at-point.
50fdf399
TV
218 (thing-at-point--bounds-of-well-formed-url): New function.
219 Do parens matching to decide whether to include parens in the URI
6e5c1569
CY
220 (Bug#9153).
221
222 * ffap.el: Require thingatpt.
223 (ffap-url-at-point): Delegate URI detection to thing-at-point.
224 All URI-valid characters are now recognized (Bug#5673).
225 (ffap-string-at-point): Use use-region-p.
226 (ffap-url-regexp): Extra character is handled by thing-at-point.
227 (ffap-string-at-point-mode-alist): Allow parentheses.
228 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
229 Convert to aliases; code moved to thingatpt.el.
230 (ffap-gnus-hook): Use setq-local.
231
84a06b50
GM
2322013-02-04 Glenn Morris <rgm@gnu.org>
233
234 * emacs-lisp/ert.el (ert--explain-format-atom):
235 Don't try to print non-characters as characters. (Bug#13543)
236
5870b2b1
MA
2372013-02-03 Michael Albinus <michael.albinus@gmx.de>
238
239 * net/tramp.el (tramp-debug-message): Extend function exclude list.
240 (tramp-backtrace): New defun.
241 (tramp-handle-insert-file-contents): Use `visit' when inserting
242 the local copy.
243
50fdf399
TV
244 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
245 Use `remote-file-name-inhibit-cache'.
5870b2b1 246
659a9010
SM
2472013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
248
4813c453
SM
249 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
250 (bug#13614).
251
659a9010
SM
252 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
253 current-load-list (bug#13366).
254
35114711
CS
2552013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
256
257 * progmodes/compile.el (compilation-error-regexp-alist-alist):
258 Identify g++ template instantiation trace. (Bug#12287)
85a83ea0
CS
259 (compilation-mode-hook, compilation-start-hook)
260 (compilation-window-height): Simplify docstrings. (Bug#13379)
35114711 261
94fbc901 2622013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
13841bfc
SM
263
264 * mouse.el (mouse-drag-track): Always deactivate the mark before
265 running the final event's command since that command is in charge of
266 activating the mark if needed (bug#13523).
267
94fbc901 2682013-02-02 Juri Linkov <juri@jurta.org>
dc2bc295
JL
269
270 * replace.el (perform-replace): Move let-bindings of isearch-*
271 variables deeper to the loop that searches for the next match.
272 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
273 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
274 (Bug#13579)
275
276 * isearch.el (isearch-search-fun-default): Check for null
277 first element of isearch-cmds as a precaution when it's used
278 with inactive isearch.
279
94fbc901 2802013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
f864e0ea
AN
281
282 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
283 error when buffer in question is narrowed so position 1 is out of
284 visible part.
285
94fbc901 2862013-02-02 Glenn Morris <rgm@gnu.org>
fb77fe0f
GM
287
288 * textmodes/remember.el (remember-clipboard): Doc fix.
289
94fbc901 2902013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
c517ec69
SM
291
292 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
293 properties (bug#13179).
294
98da8c0f
JL
2952013-02-02 Juri Linkov <juri@jurta.org>
296
297 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
298 instead of hard-coded default face `match'. (Bug#9438)
299
7b6d5ecf
CS
3002012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
301
af314ba0
CS
302 * vc/vc-arch.el (vc-arch-registered):
303 * vc/vc-bzr.el (vc-bzr-registered):
304 * vc/vc-cvs.el (vc-cvs-registered):
305 * vc/vc-git.el (vc-git-registered):
306 * vc/vc-hg.el (vc-hg-registered):
307 * vc/vc-mtn.el (vc-mtn-registered):
308 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
309 (Bug#13139)
310
7b6d5ecf
CS
311 * info.el (Info-next-reference, Info-prev-reference): Add numeric
312 prefix argument. (Bug#11656)
313
686d9fb6
SM
3142013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
315
316 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
317
48c828b9
GM
3182013-02-01 Glenn Morris <rgm@gnu.org>
319
1f4f0f46
GM
320 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
321 if the backend is known not to support it.
322
48c828b9
GM
323 * imenu.el (imenu-default-create-index-function):
324 Tweak infinite loop test to check for forward motion as well as none.
325
cd87ae10
AH
3262013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
327
328 * net/soap-client.el (soap-invoke): Encode the string for
686d9fb6
SM
329 `url-request-data' as UTF-8.
330 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
cd87ae10 331
86e100a6
GM
3322013-02-01 Glenn Morris <rgm@gnu.org>
333
334 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
335
0eb61895
GM
336 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
337
61642d9a
MA
3382013-01-31 Michael Albinus <michael.albinus@gmx.de>
339
340 * net/tramp.el (tramp-tramp-file-p): Comment check for
341 `string-as-unibyte'. The function does not exist on XEmacs, and
342 likely we need another approach.
343
344 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
345 `tramp-gw-*' variables are bound.
346
9dbda100
GM
3472013-01-31 Glenn Morris <rgm@gnu.org>
348
349 * files.el (basic-save-buffer-2): Choose coding system for
350 writing the file before backing it up, to reduce delay between
351 backing up and writing the new version. (Bug#13522)
352
ad4de702
MN
3532013-01-31 Michal Nazarewicz <mina86@mina86.com>
354
355 * simple.el (cycle-spacing): New command.
356 (just-one-space): Use it.
357
9ca243c6
SM
3582013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
359
c4f268a1
SM
360 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
361 (opascal-newline-always-indents): Remove custom.
362 (opascal-tab, opascal-newline): Remove commands.
363 (opascal-new-comment-line): Insert "\n" instead of calling newline.
364 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
365 (opascal-save-match-data): Remove, use save-match-data instead.
366 (opascal-save-state): Use with-silent-modifications.
367
9ca243c6
SM
368 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
369 (bug#13585).
370
64ced394
JL
3712013-01-30 Juri Linkov <juri@jurta.org>
372
373 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
374 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
375 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
376
c56d2269
SM
3772013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
378
379 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
380 column if we're just deleting the backslashes.
381 (makefile-fill-paragraph): Use eolp.
382
382936d1
MA
3832013-01-30 Michael Albinus <michael.albinus@gmx.de>
384
385 * autorevert.el (auto-revert-use-notify): Fix docstring.
386
dd331297
LL
3872013-01-30 Leo Liu <sdl.web@gmail.com>
388
686d9fb6 389 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
dd331297 390
c491dd70
GM
3912013-01-30 Glenn Morris <rgm@gnu.org>
392
393 * mouse.el (mouse-drag-line): Avoid pushing same event onto
394 unread-command-events twice in some cases. This tries to implement
395 the 2012-07-26 changes in a different way. (Bug#13560)
396
6ff930c3
FEG
3972013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
398
399 * progmodes/python.el
400 (python-pdbtrack-comint-output-filter-function): Enhancements on
401 stacktrace detection. (thanks @gnovak)
402
1d4e7225
SM
4032013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
404
405 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
406 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
407 Use defvar-local.
408 (jit-lock-register): Use setq-local.
409
7c3fb76f
JB
4102013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
411
412 * calc-units.el (math-default-units-table): Remove initial value.
413 (calc-convert-units): Treat expressions where all the units cancel as
414 if they didn't have units.
415
8bc8712e
MA
4162013-01-30 Michael Albinus <michael.albinus@gmx.de>
417
418 * net/tramp.el (tramp-process-connection-type): Fix docstring.
419 (tramp-completion-reread-directory-timeout): Fix type.
420 (tramp-connection-min-time-diff): New defcustom.
421
422 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
423
1886a16d
GM
4242013-01-30 Glenn Morris <rgm@gnu.org>
425
426 * imenu.el (imenu-default-create-index-function):
427 Put back a version of the infinite loop test removed 2013-01-23.
428
3f82a88a 4292013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
e4497086 430
1d4e7225
SM
431 * progmodes/python.el (python-shell-parse-command):
432 Find python-shell-interpreter with modified environment.
e4497086 433
3f82a88a 4342013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
beb6d07d
SM
435
436 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
437
953e5b8c
AM
4382013-01-29 Alan Mackenzie <acm@muc.de>
439
440 Amend to fontify /regexp/s in actions correctly.
441 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
1d4e7225 442 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
953e5b8c
AM
443 are no longer included.
444 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
445 What used to be these variables without "-line" in the name.
686d9fb6 446 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
953e5b8c
AM
447 (c-awk-non-arith-op-bra-re): Now also matches {.
448 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
449 "return", and "case".
450 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
451 by /.
452 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
686d9fb6 453 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
953e5b8c 454
1b69262a
MA
4552013-01-29 Michael Albinus <michael.albinus@gmx.de>
456
1d4e7225
SM
457 * autorevert.el (auto-revert-use-notify):
458 Use `custom-initialize-default' for initialization. (Bug#13583)
2f52b560 459
1b69262a
MA
460 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
461
1d4e7225
SM
462 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
463 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
1b69262a 464 in `tramp-file-name-handler'.
ea55064c
MA
465 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
466 compatibility.
467 (tramp-compute-multi-hops): Check, whether
468 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
1b69262a 469
b2dc4f52
SM
4702013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
471
472 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
473 (bug#13297).
474
499572e4
DG
4752013-01-27 Dmitry Gutov <dgutov@yandex.ru>
476
477 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
478 checks made superfluous by the \_< operator.
a324b8c7
DG
479 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
480 temporarily) broken indentation.
b2dc4f52
SM
481 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
482 Highlight nested constants, too. \_< broke that.
499572e4
DG
483
4842013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
485
486 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
487 instead of "\\b".
488
629cb6ec
MA
4892013-01-27 Michael Albinus <michael.albinus@gmx.de>
490
491 * autorevert.el (auto-revert-handler): Notifications which result
492 from a saved file shall not be taken into account. (Bug#13557)
493
cc17363f
AS
4942013-01-26 Andreas Schwab <schwab@linux-m68k.org>
495
496 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
497 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
498 (lisp-mode): Pass t for it. (Bug#13556)
499
b7aea0ff
AM
5002013-01-25 Alan Mackenzie <acm@muc.de>
501
502 AWK Mode: Fix indentation bug at top level. Bug #12274.
503
504 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
505 just before CASE 5D.
506
1314a64c
DA
5072013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
508
509 * net/socks.el (socks-nslookup-host): Use string-to-number.
510
ef3544f6
MA
5112013-01-25 Michael Albinus <michael.albinus@gmx.de>
512
513 * autorevert.el (auto-revert-remote-files)
514 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
515 (auto-revert-notify-enabled, auto-revert-use-notify)
516 (auto-revert-notify-watch-descriptor-hash-list)
517 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
518 (auto-revert-notify-event-descriptor)
519 (auto-revert-notify-event-action)
520 (auto-revert-notify-event-file-name): Doc fix.
521 (global-auto-revert-mode): Reorder checks.
522 (auto-revert-notify-rm-watch): Respect changed values of
523 `auto-revert-notify-watch-descriptor-hash-list'.
524 (auto-revert-notify-add-watch): Check for
525 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
526 `inotify-add-watch'. Watch `default-directory' instead of
527 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
528 has a changed meaning now. (Bug#13540)
529 (auto-revert-notify-handler): Change implementation wrt events
530 returning from a directory.
531 (auto-revert-handler): Reorder implementation for checks of remote
532 files.
533 (auto-revert-buffers): Fix parentheses error.
534
830e46e6 5352013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
345f866e
FEG
536
537 * progmodes/python.el: Enhancements to header documentation about
538 skeletons. (Bug#5716)
539
ddc62155
FEG
540 * imenu.el (imenu-default-create-index-function): Remove useless
541 infinite loop check. (Bug#13438)
542
830e46e6 5432013-01-25 Alan Mackenzie <acm@muc.de>
267eacb5
AM
544
545 Fix a bug in the state cache mechanism. Refactor this a bit.
546
547 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
548 `cache-pos' element from the return value.
549 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
550 buffer to enable proper searching from beyond HERE. Amend the
551 test for detecting the sought brace pair. Amend the value written
552 to the "brace desert cache" when the brace isn't found.
553 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
554 and several other variables analogously.
555 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
556 parameter to a locally calculated variable.
557 (c-parse-state-1): Change the calling conventions to the two
558 defuns involving `cache-pos'.
559
830e46e6 5602013-01-25 Chong Yidong <cyd@gnu.org>
4d4ddaa7
CY
561
562 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
563
3d4147ba
BG
5642013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
565
566 * paren.el (show-paren-function): Make sure to set 'priority and
567 'face only if the overlay does exist.
568
e1ffa412
MA
5692013-01-24 Michael Albinus <michael.albinus@gmx.de>
570
571 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
572
573 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
574 basic attributes.
575 (tramp-sh-handle-set-file-acl): Improve error checking.
576
5ad86e34
DA
5772013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
578
579 * doc-view.el (doc-view-display): Force mode line update until all
580 document is converted. Suggested by Stefan Monnier (Bug#13164).
581
d6f9c03f
BG
5822013-01-23 Bastien Guerry <bzg@gnu.org>
583
584 * paren.el (show-paren-function): Make sure an overlay exists
585 before trying to delete it. Also use `pos' as a position only
586 when it is an integer.
587
3544e11a
DA
5882013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
589
590 * play/gametree.el (gametree-break-line-here): Use point-marker.
591
19b50424
MA
5922013-01-22 Michael Albinus <michael.albinus@gmx.de>
593
b2dc4f52
SM
594 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
595 Mark descriptive parts with `display' property.
19b50424 596
7fd5a843
AM
5972013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
598
599 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
600 New variable to map standard dict names to hunspell ones.
601 (ispell-set-spellchecker-params): Make sure specific dict names
602 are used for standard dicts with hunspell.
603
e6aff855
TH
6042013-01-21 Tassilo Horn <tsdh@gnu.org>
605
606 * textmodes/reftex-cite.el (reftex-format-citation): Add format
607 chars for note (%N) and url (%U).
608 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
609
c84b0881
JL
6102013-01-21 Juri Linkov <juri@jurta.org>
611
612 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
613 in addition to existing separate binding `meta f10' in `global-map'.
614 (Bug#13484)
615
a36e2d26
MA
6162013-01-21 Michael Albinus <michael.albinus@gmx.de>
617
618 Improve XEmacs compatibility.
619
620 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
621
622 * net/tramp-adb.el (top): Require `time-date'.
623 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
b2dc4f52
SM
624 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
625 Use `tramp-file-name-handler'.
626 (tramp-adb-maybe-open-connection):
627 Use `tramp-compat-set-process-query-on-exit-flag'.
a36e2d26 628
b2dc4f52
SM
629 * net/tramp-sh.el (tramp-sh-handle-file-acl):
630 Use `tramp-compat-funcall'.
a36e2d26
MA
631
632 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
633 `tramp-compat-funcall'.
634
88c7dfa3
JH
6352013-01-21 Jürgen Hötzel <juergen@archlinux.org>
636
637 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
638 reimplementation using "adb shell command ..." instead of running
639 remote shell interactively.
640
15df6fa4
GM
6412013-01-20 Glenn Morris <rgm@gnu.org>
642
a576cc76
GM
643 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
644 Add native profiler menu entries.
645
15df6fa4
GM
646 * profiler.el (profiler-running-p): New function.
647 (profiler-cpu-profile): Use profiler-running-p.
648 (profiler-report-mode-map): Add some more menu entries.
649
c4d1e0c3
GM
6502013-01-19 Glenn Morris <rgm@gnu.org>
651
652 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
653 fixes 2012-12-07 change. (Bug#13499)
654
795e7a5b 6552013-01-19 Leo Liu <sdl.web@gmail.com>
2fc71e3c
LL
656
657 * dired.el (dired-get-marked-files): Prune erroneous values due to
658 last change. (Bug#13152)
659
795e7a5b 6602013-01-19 Glenn Morris <rgm@gnu.org>
19503d5a
GM
661
662 * progmodes/etags.el (tags-table-check-computed-list):
663 Preserve point in tags buffer. (Bug#13412)
664
f8a42ad6
GM
665 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
666
20de6ab6
CW
6672013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
668 Chong Yidong <cyd@gnu.org>
669
b2dc4f52
SM
670 * image-mode.el (image-next-file, image-previous-file):
671 New commands (Bug#8453).
20de6ab6
CW
672 (image-mode-map): Bind them to n and p.
673 (image-mode--images-in-directory): New helper function.
674
2a43515a
CY
6752013-01-19 Chong Yidong <cyd@gnu.org>
676
677 * image-mode.el (image-mode-fit-frame): Add a frame argument.
678 Suggested by Drew Adams (Bug#7730). Handle window decorations;
679 save and restore the old window configuration.
680
b1170947
LL
6812013-01-18 Leo Liu <sdl.web@gmail.com>
682
683 * progmodes/js.el: Tweak autoload cookie for alias.
684
0eb87688
MA
6852013-01-17 Michael Albinus <michael.albinus@gmx.de>
686
687 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
688 buffer local, again. This was lost with the fix on 2013-01-12.
689
99d36ea8
JH
6902013-01-17 Jürgen Hötzel <juergen@archlinux.org>
691
692 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
693 order to support several eshell buffers in parallel.
694
68a08a32
MA
6952013-01-17 Michael Albinus <michael.albinus@gmx.de>
696
697 * autorevert.el (auto-revert-use-notify): In the :set function, do
698 not modify `kill-buffer-hook'.
b2dc4f52
SM
699 (auto-revert-notify-rm-watch):
700 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
68a08a32
MA
701 (auto-revert-notify-add-watch): Do not call
702 `auto-revert-notify-rm-watch', but add it to a buffer local
703 `kill-buffer-hook'.
704
e59eee43
SM
7052013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
706
707 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
708 call to `eval' rather than a backquoted lambda.
709
6e8cd0ae
SM
7102013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
711
cb9c0a53
SM
712 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
713 to return an explicit nil.
714 (advice--remove-function): Change accordingly.
715
716 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
717 the use of nadvice.el.
718
6e8cd0ae
SM
719 * progmodes/which-func.el (which-function): Silence imenu errors
720 (bug#13433).
721
4586ce8a
MM
7222013-01-15 Michael R. Mauger <mmaug@yahoo.com>
723
6e8cd0ae 724 * progmodes/sql.el: (sql-imenu-generic-expression):
4586ce8a
MM
725 (sql-mode-font-lock-object-name): Match schema qualified names.
726 (sql-connect): Use string keys.
727 (sql-product-interactive): Wait for interpreter prompt.
728 (sql-comint-oracle): Set process coding based on NLS_LANG.
729
9d55215c
MM
7302013-01-15 Michael R. Mauger <mmaug@yahoo.com>
731
732 * progmodes/sql.el (sql-output-to-send): Remove, unused.
6e8cd0ae
SM
733 (sql-interactive-remove-continuation-prompt):
734 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
9d55215c 735
57dd9e68
LL
7362013-01-14 Leo Liu <sdl.web@gmail.com>
737
738 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
739 (Bug#13420)
740
51e73492
GM
7412013-01-14 Glenn Morris <rgm@gnu.org>
742
743 * progmodes/compile.el (compilation-error-regexp-alist-alist):
744 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
745
c0511b57 7462013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
50620051 747
6e8cd0ae
SM
748 * progmodes/python.el (python-nav-end-of-statement):
749 Fix cornercase when handling multiline strings.
50620051 750
4c0a6d4a
RS
7512013-01-13 Richard Stallman <rms@gnu.org>
752
9f7e86ef
RS
753 * mail/sendmail.el (mail-position-on-field): Add doc string.
754
6e8cd0ae
SM
755 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
756 Get current message boundaries and pass them to
4c0a6d4a
RS
757 message-forward-make-body-mime. Minor style changes.
758
ad33a799
EZ
7592013-01-13 Eli Zaretskii <eliz@gnu.org>
760
761 * cus-start.el (all): Avoid warnings about
6e8cd0ae 762 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
ad33a799 763
616763d5
JD
7642013-01-11 Jan Djärv <jan.h.d@swipnet.se>
765
766 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
767
e5b5a34d
SM
7682013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
769
770 * jit-lock.el (jit-lock-debug-mode): New minor mode.
771 (jit-lock--debug-fontifying): New var.
772 (jit-lock--debug-fontify): New function.
773 * subr.el (condition-case-unless-debug): Don't prevent catching the
774 error, just let the debbugger run.
775 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
776 timer code and don't drop errors silently.
777
2daddd9e
MA
7782013-01-12 Michael Albinus <michael.albinus@gmx.de>
779
780 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
781 `permanent-local' property.
71c661e4 782 (auto-revert-notify-handler): Use `file-equal-p'.
2daddd9e 783
86fbb162
EZ
7842013-01-12 Eli Zaretskii <eliz@gnu.org>
785
786 * autorevert.el (auto-revert-notify-handler): Fix filtering of
787 file notification by ACTION. For filtering by file name, compare
788 only the non-directory part of the file name.
789
a0784609
SM
7902013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
791
96c421bb
SM
792 * autorevert.el: Use cl-lib instead of cl.
793
a0784609
SM
794 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
795 (vc-bzr-checkin): Use it.
796 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
797 will preserve match-data.
798
f90ff906 7992013-01-11 Felix H. Dahlke <fhd@ubercode.de>
9fc9a531 800
f90ff906
FD
801 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
802 (js--declaration-keyword-re): New var.
803 (js--multi-line-declaration-indentation): New function.
804 (js--proper-indentation): Use it.
9fc9a531 805
f90ff906 8062013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
9fc9a531 807
f90ff906
FD
808 * calc/calc.el (calc-highlight-selections-with-faces)
809 (calc-dispatch):
810 * comint.el (comint-history-isearch-message):
811 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
9fc9a531
AH
812 * ffap.el (ffap-string-at-point-region, ffap-next)
813 (ffap-string-at-point, ffap-string-around)
814 (ffap-copy-string-as-kill, ffap-highlight-overlay)
f90ff906 815 (ffap-literally):
9fc9a531 816 * font-lock.el (font-lock-keywords-alist)
f90ff906
FD
817 (font-lock-removed-keywords-alist):
818 * help-mode.el (help-xref-symbol-regexp):
819 * info.el (Info-find-emacs-command-nodes):
820 * international/mule.el (add-to-coding-system-list):
821 * isearch.el (isearch-message-function, isearch-fail-pos):
822 * misearch.el (multi-isearch-next-buffer-function):
823 * newcomment.el (comment-box):
9fc9a531 824 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
f90ff906 825 (pr-setting-database):
9fc9a531
AH
826 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
827 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
828 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
f90ff906
FD
829 (pike-font-lock-keywords-3):
830 * progmodes/compile.el (compile):
9fc9a531 831 * progmodes/etags.el (tags-table-files)
f90ff906 832 (tags-table-files-function, tags-included-tables-function):
9fc9a531 833 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
f90ff906 834 (gdb-restore-windows):
9fc9a531 835 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
f90ff906
FD
836 (ps-n-up-filling-database):
837 * server.el (server-buffer, server-log):
9fc9a531
AH
838 * simple.el (newline, delete-backward-char, delete-forward-char)
839 (minibuffer-history-isearch-message, kill-line, track-eol)
f90ff906 840 (temporary-goal-column):
9fc9a531 841 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
f90ff906
FD
842 (flyspell-default-deplacement-commands):
843 * textmodes/ispell.el (ispell-accept-output):
844 * textmodes/sgml-mode.el (html-tag-help):
9fc9a531 845 * vc/compare-w.el (compare-ignore-whitespace)
f90ff906
FD
846 (compare-ignore-case, compare-windows-dehighlight):
847 * vc/diff.el (diff):
9fc9a531
AH
848 * whitespace.el (whitespace-point)
849 (whitespace-font-lock-refontify, whitespace-bob-marker)
f90ff906 850 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
9fc9a531 851
65adfa20
MA
8522013-01-11 Michael Albinus <michael.albinus@gmx.de>
853
854 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
855 (auto-revert-notify-rm-watch): Ignore errors.
856 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
f90ff906
FD
857 inotify, and '(size last-write-time) for w32notify.
858 Set buffer-local `auto-revert-use-notify' to nil when adding a file
65adfa20
MA
859 watch fails - this is a fallback to the file modification check.
860 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
861 (auto-revert-notify-event-action)
862 (auto-revert-notify-event-file-name): New defuns.
863 (auto-revert-notify-handler): Use them. Implement first
864 plausibility checks.
865 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
866
43b2e2e7
JD
8672013-01-11 Julien Danjou <julien@danjou.info>
868
869 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
870 max are almost equal. Also return the correct value for V which is
871 already between 0 and 1.
872
30818a23
DA
8732013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
874
875 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
876
10e714d5
EZ
8772013-01-11 Eli Zaretskii <eliz@gnu.org>
878
879 * autorevert.el (auto-revert-notify-rm-watch)
880 (auto-revert-notify-add-watch): Fix typos in w32notify function
881 names.
882
a778dd57
MA
8832013-01-10 Michael Albinus <michael.albinus@gmx.de>
884
885 * autorevert.el (auto-revert-notify-enabled): Move up.
886 (auto-revert-use-notify): New defcustom.
887 (auto-revert-mode, global-auto-revert-mode)
888 (auto-revert-notify-add-watch, auto-revert-handler)
889 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
890 `auto-revert-notify-enabled'.
891
72781fef
EP
8922013-01-10 Elias Pipping <pipping@exherbo.org>
893
894 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
895 * doc-view.el (doc-view-document->bitmap):
896 Use doc-view-single-page-converter-function instead of
897 single-page-converter arg; adjust callers.
898
e6ed8f08
FL
8992013-01-10 Feng Li <fengli@gmail.com> (tiny change)
900
901 * progmodes/which-func.el (which-function): Understand Semantic's use
902 of overlays in imenu--index-alist.
903
327a6cca
WJ
9042013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
905
906 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
907 (Man-man-k-use-anchor): New var.
908 (Man-parse-man-k): New function.
909 (Man-completion-table): Use it.
910 (man): Flush the completion cache between uses.
911
ed911257
MA
9122013-01-10 Michael Albinus <michael.albinus@gmx.de>
913
914 * autorevert.el: Add file watch support.
915 (auto-revert-notify-enabled): New defconst.
916 (auto-revert-notify-watch-descriptor-hash-list)
917 (auto-revert-notify-watch-descriptor)
918 (auto-revert-notify-modified-p): New defvars.
919 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
920 (auto-revert-notify-handler): New defuns.
921 (auto-revert-mode, global-auto-revert-mode): Remove file watches
922 when mode is disabled.
923 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
924 (auto-revert-buffers): Add file watches for active buffers.
925
58cc0a01
DA
9262013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
927
928 * cus-start.el (toplevel): Only allow float values for
929 scroll-up-aggressively and scroll-down-aggressively.
930 Allow any number for line-spacing.
931
bbc7ff25
SM
9322013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
933
934 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
935 (doc-view-pdf->png-converter-function): Use mupdf if available.
936 (doc-view-djvu->png-converter-function)
937 (doc-view-ps->png-converter-function): Remove.
938 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
939 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
940 (doc-view-already-converted-p): Adjust accordingly.
941 (doc-view-mode-p): Simplify.
942 (doc-view-enlarge): Use setq-local.
943 (doc-view-pdf->png-converter-ghostscript)
944 (doc-view-djvu->png-converter-ddjvu)
945 (doc-view-pdf->png-converter-mupdf): Rework to call
946 doc-view-start-process directly.
947 (doc-view-pdf/ps->png): Simplify accordingly.
948 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
949 (doc-view-document->bitmap): Rename from doc-view-document->png.
950 (doc-view-convert-current-doc): Merge pdf and djvu cases.
951 (doc-view-set-slice-from-bounding-box): Fix completion table.
952 (doc-view-mode): Use add-hook for after-revert-hook.
953
3c855b96
GM
9542013-01-10 Glenn Morris <rgm@gnu.org>
955
956 * emacs-lisp/authors.el (authors-ignored-files)
957 (authors-valid-file-names, authors-renamed-files-alist):
958 Add some more entries.
959
3f9549e8 9602013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
08ce64e6
SM
961
962 * image-mode.el (image-mode-winprops): Don't throw away the fallback
963 `t' pseudo-window entry.
964
3f9549e8 9652013-01-10 Alan Mackenzie <acm@muc.de>
8cff5feb
AM
966
967 Fix bugs in the c-parse-state mechanism. Reuse some markers
968 instead of continually generating new ones.
969
970 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
971 (c-state-old-cpp-end-marker): New variables.
972 (c-append-lower-brace-pair-to-state-cache): Start a backward
973 search for "}" definitively outside CPP constructs.
974 (c-remove-stale-state-cache): Inform the caller of a need to
975 search back for a brace pair in certain circumstances.
976 (c-state-maybe-marker): New macro.
977 (c-parse-state): Reuse markers when appropriate.
978
3f9549e8 9792013-01-10 Glenn Morris <rgm@gnu.org>
89c0dda8
GM
980
981 * simple.el (execute-extended-command): Doc fix.
982 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
983
3f9549e8 9842013-01-10 Chong Yidong <cyd@gnu.org>
5b64ccd7
CY
985
986 * faces.el (read-face-name): Doc fix.
987
b14abca9
RW
9882013-01-10 Roland Winkler <winkler@gnu.org>
989
990 * emacs-lisp/crm.el: Allow any regexp for separators.
991 (crm-default-separator): All spaces around the default comma separator.
992 (crm--completion-command): New macro.
993 (crm-completion-help, crm-complete, crm-complete-word): Use it.
994 (crm-complete-and-exit): Handle non-single-char separators.
995
2b541f9a
EP
9962013-01-09 Elias Pipping <pipping@lavabit.com>
997
998 * doc-view.el: Add support for DjVu (bug#13164).
999 (doc-view-djvu->png-converter-function): New config var.
1000 (doc-view-single-page-converter-function, doc-view--image-type)
1001 (doc-view--image-file-extension): New vars.
1002 (doc-view-mode): Initialize them.
1003 (doc-view-goto-page): Use them.
1004 (doc-view-mode-p): Add support for ddjvu.
1005 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
1006 (doc-view-set-up-single-converter): New funs.
1007 (doc-view-pdf/ps->png): Extend for djvu.
1008 (doc-view-document->png): Rename from doc-view-pdf->png.
1009 (doc-view-convert-current-doc): Handle djvu.
1010 (doc-view-insert-image, doc-view-display)
1011 (doc-view-already-converted-p): Don't hardcode png.
1012 (doc-view-set-doc-type): Recognize djvu docs.
1013
85f17e35
EP
10142013-01-09 Elias Pipping <pipping@lavabit.com>
1015
1016 * doc-view.el: Add support for mupdf converter (bug#13164).
1017 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
1018 (doc-view-ps->png-converter-function): New config vars.
1019 (doc-view-pdf->png-converter-ghostscript)
1020 (doc-view-ps->png-converter-ghostscript)
1021 (doc-view-pdf->png-converter-mupdf): New functions.
1022 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
1023
ccd04887
MA
10242013-01-09 Jürgen Hötzel <juergen@archlinux.org>
1025
1026 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
1027 first in session cache: When `tramp-own-remote-path' is in
1028 `tramp-remote-path', the remote path is only set in the session
1029 cache.
1030
c5ad92de
GM
10312013-01-09 Glenn Morris <rgm@gnu.org>
1032
fb9f7146
GM
1033 * emacs-lisp/trace.el (trace-function-foreground)
1034 (trace-function-background): Doc fix.
c5ad92de 1035
39a0786e
JL
10362013-01-09 Juri Linkov <juri@jurta.org>
1037
1038 * international/mule-cmds.el (read-char-by-name): Move let-binding
1039 of completion-ignore-case around completing-read to fix regression
1040 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
1041 `string-match-p' using the nil value of `case-fold-search' and
1042 `completion-ignore-case' in `completion-pcm--all-completions'.
1043 (Bug#12615).
1044
fb9f7146 10452013-01-09 Glenn Morris <rgm@gnu.org>
06364e64
GM
1046
1047 * progmodes/compile.el (compilation-parse-errors):
1048 Fix typo. (Bug#13369)
1049
fb9f7146 10502013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
236a8f0c
VS
1051
1052 * comint.el (comint-send-input): Check size of buffer before
1053 waiting for process output, in case already accepted. (Bug#13290)
1054
677d5c92
PE
10552013-01-09 Paul Eggert <eggert@cs.ucla.edu>
1056
1057 Spelling fixes.
1058 * net/tramp-adb.el (tramp-adb-get-toolbox):
1059 Fix misspelling of 'unknown'.
1060
073ca75b
JL
10612013-01-08 Juri Linkov <juri@jurta.org>
1062
1063 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1064 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1065 Use underline style wave on terminals that support it. (Bug#13000)
1066
a4648137
SM
10672013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1068
4bdc3526
SM
1069 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
1070 the predicate returns nil.
1071
a4648137
SM
1072 * simple.el: Use lexical-binding.
1073 (primitive-undo): Use pcase.
1074 (minibuffer-history-isearch-push-state): Use a closure.
1075
3bace969
AH
10762013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1077
1078 * simple.el (primitive-undo): Move from undo.c.
1079
a731fc1b
SM
10802013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1081
1c851e98
SM
1082 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
1083 (cvs-mode-remove-handled): Use it (bug#13380).
1084
a731fc1b
SM
1085 * emacs-lisp/nadvice.el (advice--tweak): New function.
1086 (advice--remove-function, advice--subst-main): Use it.
1087
1088 * emacs-lisp/advice.el: Update commentary.
1089
2a22c83b
MA
10902013-01-08 Michael Albinus <michael.albinus@gmx.de>
1091
a731fc1b
SM
1092 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1093 Remove spurious entry.
2a22c83b 1094
83c1803a
GM
10952013-01-08 Glenn Morris <rgm@gnu.org>
1096
1097 * net/tramp.el (tramp-default-host-alist): Add :version.
1098
8a2e287c
JL
10992013-01-08 Juri Linkov <juri@jurta.org>
1100
1101 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
1102 single completion. (Bug#12456)
1103 (info--manual-names): Expand node completions into an explicit list
1104 before appending it to another list. Filter out internal buffers
1105 with the leading space in the buffer name. (Bug#10771)
1106
c6a22ce2
JL
11072013-01-08 Juri Linkov <juri@jurta.org>
1108
1109 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
1110 that defaults to the Top node.
1111 (Info-goto-node, Info-read-node-name): Doc fix to mention that
1112 the short format (FILENAME) goes to the Top node.
1113 (Info-build-node-completions): Rename arg `file' to `filename'.
1114 (Bug#13365)
1115
acfe10b7
BG
11162013-01-07 Bastien Guerry <bzg@gnu.org>
1117
a731fc1b
SM
1118 * menu-bar.el (menu-bar-search-documentation-menu):
1119 Use `apropos-user-option' and fix the help message.
acfe10b7
BG
1120
11212013-01-07 Bastien Guerry <bzg@gnu.org>
1122
1123 * apropos.el (apropos-do-all): Update docstring.
1124 (apropos-user-option-button): New face.
1125 (apropos-user-option): Rename from `apropos-variable' and update
1126 docstring.
1127 (apropos-variable): Rewrite, now show all variables by default.
1128 (apropos-print): Mention "User option" instead of "Variable" when
1129 printing doc for user options. (Bug#13276)
1130
62bcf670
JH
11312013-01-07 Jürgen Hötzel <juergen@archlinux.org>
1132
1133 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
1134 Handle filename correctly, when parsing "source -> target" symlink
1135 output.
1136 (tramp-adb-handle-set-file-times): New defun.
1137
4986fa21
SM
11382013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
1139
1140 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
1141 advice list when the interactive-spec of ad-Advice-* changes.
1142
3bee311e
KY
11432013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1144
1145 * wid-edit.el (widget-default-get): Work for inlined elements.
1146 (Bug#12670)
1147
b49eebcc
MA
11482013-01-07 Michael Albinus <michael.albinus@gmx.de>
1149
1150 * net/tramp.el (tramp-default-host-alist): New defcustom.
1151 (tramp-find-host): Use it.
4986fa21 1152 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
b49eebcc
MA
1153 `eshell-directory-change-hook'.
1154
1155 * net/tramp-adb.el (top): Add adb specific entry in
1156 `tramp-default-host-alist'.
1157 (tramp-adb-file-name-host): Remove function.
1158 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
1159 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
1160
3bee311e 1161 * net/tramp-sh.el: Move eshell integration code to tramp.el.
b49eebcc 1162
84f6744a
JH
11632013-01-06 Jürgen Hötzel <juergen@archlinux.org>
1164
1165 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
1166
b6cfbcd0
MA
11672013-01-06 Michael Albinus <michael.albinus@gmx.de>
1168
1169 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
b49eebcc 1170 consist of more than one digit.
4986fa21
SM
1171 (tramp-adb-file-name-handler-alist):
1172 Use `tramp-handle-file-exists-p' consistently.
b6cfbcd0
MA
1173 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
1174 (tramp-adb-handle-file-exists-p): Remove function.
1175 (tramp-adb-file-name-host): New defun.
1176 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
1177 Use it.
1178 (tramp-adb-maybe-open-connection): Set "remote-path" property.
1179
58ba7b1b
CY
11802013-01-06 Chong Yidong <cyd@gnu.org>
1181
1182 * vc/vc.el (vc-next-action): Detect buffer modifications
1183 conflicting with locking VCS operation (Bug#11490).
1184
1185 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
1186
f4566fe9
MA
11872013-01-05 Michael Albinus <michael.albinus@gmx.de>
1188
1189 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
1190 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
1191
838cf298
MA
11922013-01-05 Jürgen Hötzel <juergen@archlinux.org>
1193
1194 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
1195 parsing of ls output using regular expression (handle filenames
1196 with spaces). Use virtual device number.
1197 (tramp-do-parse-file-attributes-with-ls): New defun (Code
1198 cleanup).
1199
1bd71e9f
DU
12002013-01-04 Daiki Ueno <ueno@gnu.org>
1201
1202 * epg.el: Silence byte-compiler warnings.
1203 (epg--start): Use delete-char instead of delete-backward-char.
1204 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
1205
00cd4c1c
DU
12062013-01-04 Daiki Ueno <ueno@gnu.org>
1207
1208 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
1209 Suggested by Eli Zaretskii <eliz@gnu.org>.
1210
f99ced35
MA
12112013-01-04 Michael Albinus <michael.albinus@gmx.de>
1212
1213 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
1214 non-negative integers. Otherwise, the default values are used.
1215 (tramp-convert-file-attributes): Convert uid and gid to integers.
1216
0f668a4d 12172013-01-04 Glenn Morris <rgm@gnu.org>
ad235a8b 1218
d2be4dcc
GM
1219 * term.el (term-handle-colors-array): Ensure face attributes
1220 are fully specified, not nil. (Bug#13337)
1221
5b00b749
GM
1222 * term.el (term-default-fg-color, term-default-bg-color):
1223 Fix custom type.
1224
220740a3
GM
1225 * progmodes/etags.el (tags-compression-info-list): Doc fix.
1226 (tag-find-file-of-tag-noselect): Check auto-compression-mode
1227 rather than 'jka-compr being loaded. (Bug#13338)
1228
bdd9367d
WD
12292013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
1230
1231 * icomplete.el (icomplete-completions):
1232 Honor icomplete-prospects-height once more following
1233 2012-11-29 changes. (Bug#13224)
1234
96dd18b1
SM
12352013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1236
c0bd248c
SM
1237 * subr.el (internal--called-interactively-p--get-frame): Find aliases
1238 of called-interactively-p as well (bug#13237).
1239
4a74c818
SM
1240 * view.el (view--enable, view--disable): Rename from view-mode-enable
1241 and view-mode-disable and assume it's called from view-mode.
1242 (view-mode-enable, view-mode-disable): Redefine as obsolete
1243 compatibility layer above view-mode.
1244 (view-mode-enter): Call `view-mode'.
1245
1246 * files.el (after-find-file): Call `view-mode'.
1247
96dd18b1
SM
1248 * doc-view.el (doc-view-scale-internally): New var.
1249 (doc-view-enlarge, doc-view-insert-image): Obey it.
1250
c2cf1829
DU
12512013-01-03 Daiki Ueno <ueno@gnu.org>
1252
1253 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
1254 exist. (Bug#13344)
1255
ad235a8b
GM
12562013-01-03 Glenn Morris <rgm@gnu.org>
1257
a8aa6c2d
GM
1258 * mail/rmail.el (rmail-set-header-1): Ignore case.
1259 Handle multi-line headers. (Bug#13330)
1260
a6d6c20b
GM
1261 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
1262 Handle paragraph starting at beginning of buffer.
1263
ed5bdeb9
GM
1264 * subr.el (eval-after-load): Don't purecopy the form, so that it
1265 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
1266
ad235a8b
GM
1267 * emacs-lisp/byte-run.el (defun): Place cl declarations
1268 after any interactive spec. (Bug#13265)
1269
9539d465 12702013-01-02 Andreas Schwab <schwab@linux-m68k.org>
5cebef2d
AS
1271
1272 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
1273 defun. Don't check for DECL if DOCSTRING isn't a string.
1274 (defun): Likewise.
1275
9539d465 12762013-01-02 Glenn Morris <rgm@gnu.org>
4cddca30 1277
5ee1772e
GM
1278 * eshell/em-cmpl.el (eshell-pcomplete):
1279 More thoroughly imitate pcomplete. (Bug#13293)
1280
4cddca30
GM
1281 * files.el (parse-colon-path): Doc fix. (Bug#12351)
1282 Return nil for empty path elements. (Bug#13296)
1283
9539d465 12842013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
6861432e
FEG
1285
1286 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
1287 order to improve efficiency (Based on Daniel Colascione's
1288 <dancol@dancol.org> patch). (Bug#13182)
1289
9539d465 12902013-01-02 Glenn Morris <rgm@gnu.org>
b83a2ddd
GM
1291
1292 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
1293
9539d465 12942013-01-02 Andreas Schwab <schwab@linux-m68k.org>
bdcad781
AS
1295
1296 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
1297 neither DOCSTRING nor DECL was given. (Bug#13316)
1298
aca3d51d
MA
12992013-01-02 Michael Albinus <michael.albinus@gmx.de>
1300
1301 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
1302 `error' call.
1303 (tramp-do-copy-or-rename-file): Ignore errors when calling
1304 `set-file-extended-attributes'.
1305
4986fa21
SM
1306 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1307 Add handler for `file-acl'.
aca3d51d
MA
1308 (tramp-smb-handle-file-acl): New defun.
1309
87e65f96
JB
13102013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
1311
1312 * calc/README: Mention ISO 8601 week-numbering dates.
1313
0aac98ac
MR
13142013-01-01 Martin Rudalics <rudalics@gmx.at>
1315
1316 * view.el (view-mode-enable): New argument run-view-mode-hook.
1317 Run view-mode-hook only when it's non-nil (Bug#13315).
1318 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
1319 argument t.
1320
1a82330c
JH
13212012-12-31 Jürgen Hötzel <juergen@archlinux.org>
1322
1323 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
1324 (No device connected, invalid device name). (Bug #13299)
1325
27fcfe31
MR
13262012-12-31 Martin Rudalics <rudalics@gmx.at>
1327
1328 * window.el (window-resizable--p): Rename to window-resizable-p.
1329 (window-resize-no-error): New function.
1330
1331 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
1332 broken in fix from 2012-12-28.
1333
96c052a5
SM
13342012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
1335
1336 * subr.el (special-form-p): Don't signal errors on undef aliases.
1337
fd1f1603
JB
13382012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
1339
1340 * calc/calc-forms.el (math-parse-date): Try using
96c052a5
SM
1341 `math-parse-iso-date' when it looks like it might be needed.
1342 Allow times of 24:00.
fd1f1603
JB
1343 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
1344 of 24:00.
1345
8db39aeb
GM
13462012-12-30 Glenn Morris <rgm@gnu.org>
1347
1348 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
1349 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
1350 (rmail-summary-displayed, rmail-summary): Declare.
1351 (mairix-rmail-display): Just require rmail.
1352
d5e5e7b4 13532012-12-30 Chong Yidong <cyd@gnu.org>
3c94d7a6
CY
1354
1355 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
1356 check for the tarball contents.
1357
d5e5e7b4 13582012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
af39894a
MF
1359
1360 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
1361 tarfile content listings (Bug#13136).
1362
d5e5e7b4 13632012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
bb709253 1364
96c052a5
SM
1365 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
1366 Insert the undecoded text of the message being forwarded. (Bug#9521)
bb709253 1367
4f752957
MA
13682012-12-30 Michael Albinus <michael.albinus@gmx.de>
1369
3ee24a3b
MA
1370 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
1371 integers, if they are real numbers. (Bug#13282)
1372
4f752957
MA
1373 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
1374 Return `t' on success.
1375
96c052a5
SM
1376 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1377 Add handler for `set-file-selinux-context'.
4f752957 1378
eff2eb58
MA
13792012-12-29 Michael Albinus <michael.albinus@gmx.de>
1380
1381 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
1382 (tramp-sh-handle-set-file-acl): Return `t' on success.
1383
ccad023b
EZ
13842012-12-29 Eli Zaretskii <eliz@gnu.org>
1385
96c052a5
SM
1386 * files.el (backup-buffer-copy, basic-save-buffer-2):
1387 If set-file-extended-attributes fails, fall back on set-file-modes
ccad023b 1388 instead of signaling an error. (Bug#13298)
7e56b103 1389 (basic-save-buffer): Likewise.
ccad023b 1390
ccb1c17e
FEG
13912012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1392
1393 * progmodes/python.el: Support other commands triggering
1394 python-indent-line so indentation cycling continues to work.
1395 (python-indent-trigger-commands): New defcustom.
1396 (python-indent-line): Use it.
1397
16768034
FEG
13982012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1399
1400 * progmodes/python.el (python-shell-send-region): Add blank lines
1401 for non sent code so backtraces remain correct.
1402
66164d2f
FEG
14032012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1404
1405 * progmodes/python.el: Remove cl dependency.
1406 (python-syntax-count-quotes): Replace incf call.
1407 (python-fill-string): Replace setf call.
1408
761231d1
DC
14092012-12-29 Damien Cassou <damien.cassou@gmail.com>
1410
43ebd12b 1411 * info.el (info-other-window): New arg, for consistency with info.
761231d1 1412
7c3e220a
MR
14132012-12-28 Martin Rudalics <rudalics@gmx.at>
1414
96c052a5
SM
1415 * mail/rmail.el (rmail-maybe-display-summary):
1416 Rewrite (Bug#13066).
7c3e220a 1417
361828b5
AS
14182012-12-28 Andreas Schwab <schwab@linux-m68k.org>
1419
1420 * epg.el (epg--start): Modify process-environment locally.
1421
23bd348c
DU
14222012-12-28 Daiki Ueno <ueno@gnu.org>
1423
1424 * epg.el: Support pinentry-curses.
1425 Suggested by Werner Koch in
1426 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
1427 (epg-agent-file, epg-agent-mtime): New variable.
1428 (epg--start): Record the modified time of gpg-agent socket file,
1429 to restore Emacs frame after pinentry-curses termination.
1430 (epg-wait-for-completion): Restore Emacs frame here.
1431
313f39aa
JL
14322012-12-27 Juri Linkov <juri@jurta.org>
1433
1434 * info.el (Info-file-completions): New variable.
1435 (Info-read-node-name-1): Complete node names in the Info file
1436 when a file name is given. Call `Info-build-node-completions'
1437 with a file name.
1438 (Info-build-node-completions): Add new arg `file'. When it is
1439 non-nil, visit it in a temporary buffer and cache its completions in
1440 `Info-current-file-completions'. Move most of the function body to
1441 `Info-build-node-completions-1'.
1442 (Info-build-node-completions-1): New function with the body from
1443 `Info-build-node-completions'. (Bug#12456)
1444
a45b7647
JL
14452012-12-27 Juri Linkov <juri@jurta.org>
1446
1447 * frame.el (frame-maximization-style): Remove user option.
1448 (cycle-frame-maximized): Remove function.
1449 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
1450 (toggle-frame-fullscreen): New command bound to <f11> instead of
1451 `toggle-frame-maximized'.
1452 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
1453
10ffd0be
MA
14542012-12-27 Michael Albinus <michael.albinus@gmx.de>
1455
1456 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
1457
1458 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1459 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1460 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
1461 for `file-accessible-directory-p'. (Bug#13275)
1462
fd146719
SS
14632012-12-27 Sam Steingold <sds@gnu.org>
1464
1465 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
1466 continuations, see <http://stackoverflow.com/questions/3582436>.
1467
82e2a1f0 14682012-12-27 Dmitry Gutov <dgutov@yandex.ru>
db590ef6
DG
1469
1470 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
96c052a5
SM
1471 "module" and "def" to have indentation before them.
1472 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
db590ef6 1473
ea0857a1
DG
1474 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
1475
82e2a1f0 14762012-12-27 Alan Mackenzie <acm@muc.de>
3f6b93cd
AM
1477
1478 Speed up fontification where there's large brace blocks.
1479 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
1480 to a call of c-beginning-of-decl-1.
1481
c34339f3
VS
14822012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
1483
1484 * comint.el (comint-adjust-window-point): New function.
96c052a5
SM
1485 (comint-postoutput-scroll-to-bottom):
1486 Call comint-adjust-window-point (Bug#13248).
c34339f3 1487
78269b95
DG
14882012-12-26 Dmitry Gutov <dgutov@yandex.ru>
1489
1490 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
1491 Rakefile regexp.
1492 (auto-mode-alist): Associate .gemspec files with ruby-mode
1493 (https://bugs.ruby-lang.org/issues/5453).
1494
bd8c13f9
JH
14952012-12-26 Jürgen Hötzel <juergen@archlinux.org>
1496
96c052a5
SM
1497 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
1498 Suppress coloring, if possible (required for BusyBox based systems like
677d5c92 1499 CyanogenMod).
bd8c13f9
JH
1500 (tramp-adb-handle-file-attributes)
1501 (tramp-adb-handle-insert-directory)
1502 (tramp-adb-handle-file-name-all-completions): Use it.
1503 (tramp-adb-get-toolbox): New defun. Check for remote shell
1504 implementation (BusyBox or Toolbox).
1505
dc646358
CK
15062012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
1507
1508 * startup.el (initial-buffer-choice): Allow function as value
1509 (Bug#13251).
1510 (command-line-1): Handle case where initial-buffer-choice
1511 specifies a function.
1512 * server.el (server-execute): Handle case where
1513 initial-buffer-choice specifies a function.
1514
e7d52a4d
LI
15152012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1516
1517 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
1518 its own function.
1519 (smtpmail-try-auth-methods): Forget the user name/password if the
1520 login is unsuccessful (bug#12424).
1521
cdb07539
MA
15222012-12-22 Michael Albinus <michael.albinus@gmx.de>
1523
1ef5f225
MA
1524 * notifications.el (notifications-notify): Protect body with
1525 `with-demoted-errors'.
1526
96c052a5
SM
1527 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1528 Check properties of remote device. Restart connection, if there is a
cdb07539
MA
1529 change.
1530
594f37aa
CY
15312012-12-21 Chong Yidong <cyd@gnu.org>
1532
1533 * sort.el (sort-subr): Doc fix (Bug#13056).
1534
a4b0cca1 15352012-12-21 Bastien Guerry <bzg@gnu.org>
acc650b8 1536
acc650b8
BG
1537 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
1538
0e9c7693
MA
15392012-12-21 Michael Albinus <michael.albinus@gmx.de>
1540
1541 * simple.el (process-file): Overwrite stderr file, if exists.
1542
c6609164
DU
15432012-12-21 Daiki Ueno <ueno@gnu.org>
1544
1545 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
3eb05092 1546 (epg-error): Set `error-message' property.
c6609164 1547
aa26f345
CY
15482012-12-21 Chong Yidong <cyd@gnu.org>
1549
34b4b7eb
CY
1550 * international/mule-cmds.el (read-char-by-name): Signal an error
1551 if the user does not supply a valid character (Bug#13177).
1552
aa26f345
CY
1553 * simple.el (transpose-subr-1): Preserve marker positions by
1554 changing the insertion sequence (Bug#13122).
1555
05c22d87
KD
15562012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
1557
1558 * simple.el (kill-region): Deactivate mark even for empty regions
1559 (Bug#13169).
1560
f5733f87
CY
15612012-12-21 Chong Yidong <cyd@gnu.org>
1562
1563 * help-fns.el (describe-variable): Make sure we get the right
1564 buffer name (Bug#13105). Suggested by Kelly Dean.
1565
fab6916d
MM
15662012-12-20 Michael R. Mauger <mmaug@yahoo.com>
1567
1568 * comint.el (comint-redirect-previous-input-string): New variable.
1569 (comint-redirect-setup, comint-redirect-cleanup)
1570 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
1571 (comint-redirect-preoutput-filter): Fix verbose message.
1572
91b982a0
MA
15732012-12-20 Michael Albinus <michael.albinus@gmx.de>
1574
1575 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
1576 is too long for Tramp. See discussion in
1577 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
1578
1579 * progmodes/compile.el (compilation-start): Remove line escape
1580 template.
1581
87523aed
DA
15822012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
1583
1584 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
1585 Adjust comment.
1586
ee3c0aec
JB
15872012-12-19 Jonas Bernoulli <jonas@bernoul.li>
1588
1589 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
1590 following non-comment text (bug#13207).
1591 (lm-header-multiline): Continuation lines need to be indented more than
1592 the first line.
1593 (lm-homepage): New function.
1594 (lm-with-file): Don't be confused if narrowing is in effect.
f4d79bd0 1595
4a74c818
SM
15962012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
1597
f4d79bd0
SM
1598 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
1599 very beginning of a hunk (e.g. killing the first line).
1600
3c532af6
MA
16012012-12-19 Michael Albinus <michael.albinus@gmx.de>
1602
1603 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
1604 and text properties from returned ACL string.
1605 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
1606 for "setfacl" command.
1607
e0d01ef3
MA
16082012-12-18 Michael Albinus <michael.albinus@gmx.de>
1609
1610 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
1611 `tramp-cleanup-this-connection', when the process has died.
1612 (Bug#13151)
1613
2387610d
SM
16142012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
1615
1616 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
1617
19156242
KR
16182012-12-17 Kevin Ryde <user42@zip.com.au>
1619
1620 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
1621
53b6a8b1
MA
16222012-12-17 Michael Albinus <michael.albinus@gmx.de>
1623
1624 Add support for preserving ACL entries of files.
1625
1626 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
1627 `set-file-acl' handlers.
1628
19156242
KR
1629 * net/tramp-adb.el (tramp-adb-handle-copy-file):
1630 Handle PRESERVE-EXTENDED-ATTRIBUTES.
53b6a8b1 1631
19156242
KR
1632 * net/tramp-compat.el (tramp-compat-copy-file):
1633 Handle PRESERVE-EXTENDED-ATTRIBUTES.
53b6a8b1 1634
19156242
KR
1635 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1636 Add `file-acl' and `set-file-acl' handlers.
1637 (tramp-gvfs-handle-copy-file):
1638 Handle PRESERVE-EXTENDED-ATTRIBUTES.
1639 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
1640 New defuns.
53b6a8b1 1641
19156242
KR
1642 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1643 Add `file-acl' and `set-file-acl' handlers.
53b6a8b1
MA
1644 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
1645 (tramp-sh-handle-set-file-acl): New defuns.
19156242
KR
1646 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
1647 Handle PRESERVE-EXTENDED-ATTRIBUTES.
53b6a8b1 1648
19156242
KR
1649 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1650 Add `file-acl' and `set-file-acl' handlers.
53b6a8b1
MA
1651 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
1652
6ae57a67
KD
16532012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
1654
1655 * help-macro.el (make-help-screen): Instead of switch-to-buffer
19156242 1656 use pop-to-buffer with NORECORD argument t. As buffer name, use
6ae57a67
KD
1657 *Metahelp* with a leading space (Bug#13190).
1658
7c3d167f
RF
16592012-12-16 Romain Francoise <romain@orebokech.com>
1660
1661 * files.el (file-extended-attributes)
1662 (set-file-extended-attributes): New functions.
1663 (backup-buffer): Use them to handle both SELinux context and ACL
1664 entries.
1665 (backup-buffer-copy): Work with an alist of extended attributes,
1666 rather than an SELinux context.
1667 (basic-save-buffer-2): Ditto.
1668
19b748ad
TM
16692012-12-16 Timo Myyrä <timo.myyra@gmail.com>
1670
1671 * battery.el (battery-bsd-apm): New function.
1672
70042c64
JB
16732012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
1674
1675 * calc/calc.el (calc-standard-date-formats): Adjust one of the
1676 standard date formats.
1677
279f9b06
JL
16782012-12-15 Juri Linkov <juri@jurta.org>
1679
1680 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
1681 `isearch-insert-char-by-name'.
1682 (with-isearch-suspended): New defmacro with body mostly from
1683 `isearch-edit-string' except the part that sets
1684 `isearch-new-string' and `isearch-new-message'.
1685 (isearch-edit-string): Use new macro `with-isearch-suspended' with
1686 body that sets `isearch-new-string' and `isearch-new-message'.
1687 (isearch-insert-char-by-name): New command.
1688 * international/mule-cmds.el (read-char-by-name): Let-bind
1689 `enable-recursive-minibuffers' to t.
1690 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
1691
8370def5
JL
16922012-12-15 Juri Linkov <juri@jurta.org>
1693
1694 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
1695 (Bug#13175)
1696
178fb95d
CS
16972012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
1698
1699 * dired-x.el (dired-guess-shell-command): Put colon at the end of
1700 the prompt. (Bug#13045)
1701
a5f74442
GM
17022012-12-14 Glenn Morris <rgm@gnu.org>
1703
1704 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
1705 Try to include filename in non-bytecomp warning. (Bug#13132)
1706
97976f9f
PE
17072012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1708
1709 Fix permissions bugs with setgid directories etc. (Bug#13125)
1710 * files.el (backup-buffer): Don't rely on 9th output of
1711 file-attributes, as it's now a placeholder. Instead, use the new
1712 optional arg of file-ownership-preserved-p.
1713 (file-ownership-preserved-p): New optional arg GROUP.
1714 Fix mishandling of setuid directories that would cause this
1715 function to return t when it should have returned nil.
1716 Document what happens if the file does not exist, and when
1717 it's not known whether the ownership will be preserved.
1718 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
1719 Likewise.
1720 (tramp-get-local-gid): Use group-gid for integer, as that's
1721 faster and more reliable.
1722
016b2a42
JD
17232012-12-14 Julien Danjou <julien@danjou.info>
1724
19156242
KR
1725 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
1726 Update keywords list, data type and PL/pgSQL.
016b2a42 1727
665e5e07
DA
17282012-12-14 Dave Abrahams <dave@boostpro.com>
1729
1730 * vc/ediff-util.el (ediff-buffer-type): New function.
1731 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
1732 rather than taking it as as argument.
1733 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
1734
d72e9e92
RC
17352012-12-14 Ryan Crum <ryan.crum@eleostech.com>
1736
1737 * json.el: Add pretty-print option (bug#12634).
1738 (json-encoding-separator, json-encoding-default-indentation)
1739 (json--encoding-current-indentation, json-encoding-pretty-print)
1740 (json-encoding-lisp-style-closings): New vars.
1741 (json--with-indentation): New macro.
1742 (json-encode-hash-table, json-encode-alist, json-encode-plist)
1743 (json-encode-array): Use it to obey json-encoding-pretty-print.
1744 (json-pretty-print-buffer, json-pretty-print): New commands.
1745
dbb530d9
DG
17462012-12-14 Dmitry Gutov <dgutov@yandex.ru>
1747
1748 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1749 Extract `ruby-syntax-propertize-expansions'.
1750 (ruby-syntax-propertize-expansions): Only change syntax on
1751 certain string delimiters, to punctuation. This way the common
1752 functions like forward-word and thing-at-point still work.
1753 (ruby-match-expression-expansion): Improve readability.
bb808526
DG
1754 (ruby-block-contains-point): New function.
1755 (ruby-add-log-current-method): Handle several edge cases.
dbb530d9 1756
ce0440ff
JB
17572012-12-13 Juanma Barranquero <lekktu@gmail.com>
1758
1759 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
1760 unload-feature finishes even when aborting an ongoing edebug session.
1761 Also, do not worry about edebug-mode, unload-feature takes care of it.
1762
f10331bf
AS
17632012-12-13 Andreas Schwab <schwab@suse.de>
1764
1765 * net/tls.el (tls-program): Update customize type.
1766
5f3a3bb1
JB
17672012-12-13 Juanma Barranquero <lekktu@gmail.com>
1768
1769 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
1770 (edebug-setup-hook, cl-read-load-hooks): Use it.
1771 (edebug-unload-function): New function. (Bug#13163)
1772
6ce21463
MA
17732012-12-13 Michael Albinus <michael.albinus@gmx.de>
1774
1775 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
1776 Otherwise, there could be errors in autoloading. (Bug#13151)
1777
d754b364
JH
17782012-12-13 Jürgen Hötzel <juergen@archlinux.org>
1779
1780 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
1781 sequences.
1782
727f9739 17832012-12-13 Alan Mackenzie <acm@muc.de>
14b8c3d9
AM
1784
1785 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
1786 * progmodes/cc-engine.el (c-backward-comments): Add code to work
1787 around `forward-comment' not recognizing ^M as whitespace.
1788
727f9739 17892012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
2c43a9ad
FEG
1790
1791 * progmodes/python.el (python-skeleton-class)
1792 (python-skeleton-def): Do not add space after defun name.
1793
eb8006c6
SM
17942012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
1795
1796 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
1797 (cl--symbol-function): Remove (now that funbound is like nil).
1798
4c74b1e4
GM
17992012-12-12 Glenn Morris <rgm@gnu.org>
1800
1801 * button.el (button--area-button-p): Fix typo.
1802
37f38bca
SS
18032012-12-12 Sam Steingold <sds@gnu.org>
1804
1805 * frame.el (frame-maximization-style): New user option.
1806 (toggle-frame-maximized): Toggle frame maximization according to
1807 `frame-maximization-style', bound to <f11>.
1808 (cycle-frame-maximized): Cycle between all maximization styles and
1809 non-maximized frame, bound to shift-<f11>.
1810
fd49a218
DC
18112012-12-12 David Cadé <codename68@gmail.com>
1812
1813 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
1814
69e1c203
JB
18152012-12-12 Jonas Bernoulli <jonas@bernoul.li>
1816
1817 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
1818 (eieio-override-prin1): Don't quote kewords and booleans.
1819 (object-write) <eieio-default-superclass>: Don't put closing parens
1820 on new line, avoid needless empty lines, align values that are objects
1821 with the slot keyword (instead of beginning on the same line).
1822 (eieio-list-prin1): Align value with slot keyword; increase
1823 eieio-print-depth before printing members of the list.
1824
4b0df848
SM
18252012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
1826
030f4af5
SM
1827 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
1828 a display text-property.
1829 (report-emacs-bug-hook): Don't bother deleting it any more.
1830
6ac1f8ca
SM
1831 * hilit-chg.el (highlight-save-buffer-state): Delete.
1832 Use with-silent-modifications instead.
1833 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
1834
4b0df848
SM
1835 * button.el: Handle buttons in display text-properties.
1836 (button--area-button-p, button--area-button-string):
1837 Use (STRING . STRING-POS) representation instead of just STRING.
1838
d46d2d3a
EZ
18392012-12-11 Eli Zaretskii <eliz@gnu.org>
1840
1841 * makefile.w32-in (compile4-SH): Fix a typo that caused term
1842 subdirectory be skipped.
1843
a0099d31
GM
18442012-12-11 Glenn Morris <rgm@gnu.org>
1845
36327e4f
GM
1846 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
1847
a0099d31
GM
1848 * progmodes/f90.el (f90-line-continued, f90-indent-region):
1849 Treat preprocessor lines embedded in continuations like comments.
1850 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
1851
ff3f6c26
JB
18522012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
1853
1854 * calc/calc.el (calc-standard-date-formats): Add more date
1855 formats.
1856 * calc/calc-forms.el (math-parse-iso-date): New function.
1857 (math-parse-date): Use `math-parse-iso-date' when appropriate.
1858 (math-parse-iso-date-validate): Add extra error checking.
1859 (calc-date-notation): Add ability to access new date formats.
1860
ed6f2cd4
SM
18612012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1862
1863 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
1864 font-lock as well as when there's no text-property.
1865
c868b919
J
18662012-12-10 Jambunathan K <kjambunathan@gmail.com>
1867
1868 * hi-lock.el: Refine the choice of default face.
1869 (hi-lock-keyword->face): New function. Use it wherever we used
1870 cadadadr instead.
1871 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
1872 (hi-lock--last-face): Remove var.
1873 (hi-lock--unused-faces): New var to replace it.
1874 (hi-lock-read-face-name): Use/maintain it.
1875 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
1876 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
1877 if it has another face.
1878
2b8c9064
EZ
18792012-12-10 Eli Zaretskii <eliz@gnu.org>
1880
1881 * subr.el (w32notify-handle-event): New function.
1882 (inotify-handle-event): Doc fix.
1883
81606b10
RS
18842012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1885
1886 * subr.el (inotify-event-p, inotify-handle-event): New functions.
1887
265c2fbf 18882012-12-10 Dani Moncayo <dmoncayo@gmail.com>
6ce49f24
DM
1889
1890 * simple.el (just-one-space): Doc fix.
1891
265c2fbf 18922012-12-10 Eli Zaretskii <eliz@gnu.org>
8d43bd30 1893
c868b919 1894 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
8d43bd30 1895
265c2fbf 18962012-12-10 Le Wang <l26wang@gmail.com>
3a21537c
LW
1897
1898 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
1899 narrowed buffer (bug#12361).
1900
265c2fbf 19012012-12-10 Juanma Barranquero <lekktu@gmail.com>
bf741d33
JB
1902
1903 * vc/vc-hooks.el (vc-state): Doc fix.
1904
265c2fbf 19052012-12-10 Glenn Morris <rgm@gnu.org>
07026166
GM
1906
1907 * mail/rmail.el (rmail-maybe-display-summary):
1908 Preserve buffer, in case select-window changes it. (Bug#13066)
1909
265c2fbf 19102012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
82e1f390
SM
1911
1912 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
1913 cl-load-hook where they belong.
1914
bad162fd
SM
19152012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1916
1917 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
1918
ca065258
EZ
19192012-12-09 Eli Zaretskii <eliz@gnu.org>
1920
1921 Parallelize byte compilation on MS-Windows.
1922 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
bad162fd 1923 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
ca065258
EZ
1924 (WINS_BASIC): Define as concatenation of the above.
1925 (compile): Subdivide into 4 separate and independent jobs that can
1926 be run in parallel.
1927 (compile0-CMD, compile0-SH): New targets for compiling
1928 COMPILE_FIRST files, which are prerequisites for the rest of the
1929 byte-compilation.
bad162fd
SM
1930 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
1931 New targets for parallel compilation with cmd.exe.
ca065258
EZ
1932 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
1933 compiling under a Unixy shell.
1934
5dea55d2
CY
19352012-12-09 Chong Yidong <cyd@gnu.org>
1936
1937 * simple.el (set-mark-default-inactive): Delete this
1938 accidentally-introduced option.
1939 (set-mark-command, exchange-point-and-mark): Remove calls.
1940
c6c08d3f
GM
19412012-12-09 Glenn Morris <rgm@gnu.org>
1942
1943 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
1944 Respect a defcustom's :set function, if appropriate. (Bug#109)
1945 (eval-defun): Doc fix.
1946
858aab4c
JL
19472012-12-08 Juri Linkov <juri@jurta.org>
1948
1949 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
1950 (Info-fontify-node, Info-bookmark-make-record): Remove the
1951 file extension from Info-current-file (Bug#13016).
1952
2e4ad7e5
SM
19532012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1954
1955 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
1956 point, still provide some default.
1957 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
1958 names, since we don't use it right now. Actually return the list.
1959 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
1960
75498db0
CY
19612012-12-07 Chong Yidong <cyd@gnu.org>
1962
ffe7ba8f
CY
1963 * novice.el (disabled-command-function): Remove a spurious help
1964 xref (Bug#13043). Suggested by Kelly Dean.
1965
454eb095
CY
1966 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
1967 syntax is specified (Bug#13025).
1968
75498db0
CY
1969 * info.el (Info-set-mode-line): Remove the file extension from
1970 Info-current-file if there is one (Bug#13016).
1971
13a40633
GM
19722012-12-07 Glenn Morris <rgm@gnu.org>
1973
54c8b5ba
GM
1974 * mail/rmail.el (rmail-mime-decoded): New permanent local.
1975 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
1976 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
1977 and rmail-mime-decoded. (Bug#9841)
1978
13a40633
GM
1979 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
1980 (batch-unrmail, unrmail): Doc fixes.
1981 (unrmail): Respect unrmail-mbox-format.
1982 * mail/rmail.el (rmail-mbox-format): New option.
1983 (rmail-show-message-1): Respect rmail-mbox-format.
1984
4611a3cc
SM
19852012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1986
1987 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
1988
1812c724
SM
19892012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1990
338bfefa
SM
1991 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
1992 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
1993 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
1994 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
1995 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
1996 (cl-progv): Don't rely on dynamic scoping to find the body.
1997 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
1998 (cl--proclaims-deferred): Rename from the "cl-" prefix.
1999 (cl-declaim): Use backquotes.
2000 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
2001 Use "cl--" prefix for the object's tag.
2002
1812c724
SM
2003 * ses.el: Use advice-add/remove.
2004 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
2005 (copy-region-as-kill, yank): Use advice-add.
2006 (ses-unload-function): Use advice-remove.
2007
24fc9480
JB
20082012-12-06 Jonas Bernoulli <jonas@bernoul.li>
2009
2010 * button.el: Make them work in header-lines (bug#12817).
2011 (button-map): Add bindings for header-line and mode-line use.
2012 (button-get, button-put, button-label): `button' may now be a string.
2013 (button-activate): Don't make it a defsubst.
2014 (button--area-button-p, button--area-button-string): New functions.
2015 (make-text-button): Fix the return value when `beg' was a string.
2016 (push-button): Handle the mode-line case.
2017
853c1ffc
SM
20182012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2019
93852cb0
SM
2020 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
2021 (sql-signum): Remove. Use `cl-signum' instead.
2022 (sql-read-passwd): Remove; use read-passwd instread.
2023 (sql-get-login-ext): Use read-string.
2024 (sql-get-login): Use dolist and pcase.
2025 (sql--completion-table): Rename from sql-try-completion.
2026 Use complete-with-action.
2027 (sql-mode): Don't change abbrev-all-caps globally.
2028 (sql-connect): Don't rely on dynamic scoping for `new-name'.
2029 (sql-postgres-completion-object): Initialize vars in their `let'.
2030 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
2031 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
2032 (sql-comint-interbase): Use a single append, without setq.
2033 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
2034
853c1ffc
SM
2035 * hi-lock.el: Rework the default face and the serialize regexp code.
2036 (hi-lock--auto-select-face-defaults): Remove.
2037 (hi-lock-string-serialize-serial): Remove.
2038 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
2039 make weak.
2040 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
2041 equal string.
2042 (hi-lock-set-pattern): Adjust accordingly.
2043 (hi-lock--regexps-at-point): Simplify accordingly.
2044 (hi-lock--auto-select-face-defaults): Remove.
2045 (hi-lock--last-face): New var to replace it.
2046 (hi-lock-read-face-name): Rewrite (bug#11095).
2047 (hi-lock-unface-buffer): Arrange for the face to be the next default.
2048
5504e2c7
MA
20492012-12-06 Michael Albinus <michael.albinus@gmx.de>
2050
853c1ffc
SM
2051 * net/tramp.el (tramp-replace-environment-variables):
2052 Hide compiler warning.
5504e2c7
MA
2053 (tramp-file-name-for-operation): Remove `executable-find',
2054 `start-process', `call-process' and `call-process-region'.
2055
853c1ffc 2056 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
5504e2c7
MA
2057
2058 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
2059 compatibility.
2060
2061 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
2062
e1d51545
CY
20632012-12-06 Chong Yidong <cyd@gnu.org>
2064
2065 * ffap.el (ffap-replace-file-component): Fix typo.
2066
d8ad4d3f 20672012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
ef54d315
SM
2068
2069 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
2070 fix open-paren-like token test (bug#12785).
2071
d8ad4d3f 20722012-12-06 Glenn Morris <rgm@gnu.org>
52d129cd
GM
2073
2074 * mail/rmailsum.el (rmail-new-summary): Tweak for
2075 rmail-maybe-display-summary changing buffer. (Bug#13066)
2076
d8ad4d3f 20772012-12-06 Juri Linkov <juri@jurta.org>
68bf4e09
JL
2078
2079 * info.el (Info-fontify-node): Don't hide the last newline.
2080 (Bug#12272)
2081
9ad948e2
KY
20822012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2083
2084 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
2085 so as to enable message-read-from-minibuffer to expand mail aliases.
2086
4b5c89ee
SM
20872012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2088
2089 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
2090 the `intangible' property.
2091 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
2092
5602a53a
DD
20932012-12-05 Deniz Dogan <deniz@dogan.se>
2094
2095 * net/rcirc.el (rcirc-urls): Update documentation.
2096 (rcirc-condition-filter): New function.
2097 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
2098 and exclude consecutive duplicate URLs (Bug#6082).
2099
51b890ac
MA
21002012-12-05 Michael Albinus <michael.albinus@gmx.de>
2101
d5f97f62
MA
2102 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2103 Check return code of copy command.
2104
853c1ffc
SM
2105 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
2106 Use group `tramp'. Add version.
51b890ac 2107
04b14f2b
CY
21082012-12-05 Chong Yidong <cyd@gnu.org>
2109
a3680194
CY
2110 * ffap.el (ffap-url-regexp): Don't require matching at front of
2111 string (Bug#4952).
2112 (ffap-url-p): If only a substring matches, return that.
2113 (ffap-url-at-point): Use the return value of ffap-url-p.
2114 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
2115 (find-file-at-point, dired-at-point, dired-at-point-prompter)
2116 (ffap-guess-file-name-at-point): Likewise.
2117 (ffap-replace-file-component): Fix typo.
2118
04b14f2b
CY
2119 * info.el (info-display-manual): Add existing Info buffers, whose
2120 files may not be in Info-directory-list, to the completion.
2121 (info--manual-names): New helper function.
2122
49596095
GM
21232012-12-05 Glenn Morris <rgm@gnu.org>
2124
2125 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
2126 New functions, for detecting and resolving conflicts. (Bug#10709)
2127
b85aec93
J
21282012-12-04 Jambunathan K <kjambunathan@gmail.com>
2129
2130 * hi-lock.el (hi-lock-auto-select-face): New user variable.
2131 (hi-lock-auto-select-face-defaults): New buffer local variable.
2132 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
2133 (hi-lock-unface-buffer): Prompt user with useful defaults.
2134 With prefix arg, unhighlight all hi-lock patterns in buffer.
2135
8515507f
SM
21362012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2137
2138 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
2139
72cebfb7
MA
21402012-12-04 Michael Albinus <michael.albinus@gmx.de>
2141
2142 * Makefile.in (TRAMP_SRC):
2143 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
2144
0ec3f7ea
JH
21452012-12-04 Juergen Hoetzel <juergen@archlinux.org>
2146
2147 * net/tramp-adb.el: New package.
2148
770de7cf
CY
21492012-12-04 Chong Yidong <cyd@gnu.org>
2150
ce3e7725
CY
2151 * terminal.el: Move to obsolete/.
2152
770de7cf
CY
2153 * longlines.el: Move to obsolete/.
2154
2155 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
2156 Remove code referring to longlines mode.
2157
c38a186c
JL
21582012-12-03 Juri Linkov <juri@jurta.org>
2159
2160 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
2161
329bfd64
AM
21622012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2163
2164 * textmodes/ispell.el (ispell-init-process)
475eea6f
AM
2165 (ispell-start-process, ispell-internal-change-dictionary):
2166 Make sure personal dictionary name is expanded after initial
2167 `default-directory' value. Use expanded strings for
2168 keep/restart checks and for value (Bug#13019).
329bfd64 2169
77a74935
JB
21702012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
2171
2172 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
2173
c5bc2d1d 21742012-12-03 Leo Liu <sdl.web@gmail.com>
ff3d86d0
LL
2175
2176 * files.el (dir-locals-read-from-file): Check file non-empty
2177 before reading. (Bug#13038)
2178
c5bc2d1d 21792012-12-03 Glenn Morris <rgm@gnu.org>
6247eff5
GM
2180
2181 * jka-cmpr-hook.el (jka-compr-get-compression-info):
2182 Remove any version extension before checking filename. (Bug#13006)
2183 (jka-compr-compression-info-list): Belated :version bump.
2184
c5bc2d1d 21852012-12-03 Chong Yidong <cyd@gnu.org>
a5bf43ba 2186
8ecba97d
CY
2187 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
2188
a5bf43ba
CY
2189 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
2190 (buffer-menu): Doc fix (Bug#12294).
2191
c5bc2d1d 21922012-12-03 Roland Winkler <winkler@gnu.org>
34755291
RW
2193
2194 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
2195 of diary-show-all-entries in the diary buffer (Bug#12994).
2196
c5bc2d1d 21972012-12-03 Michael Albinus <michael.albinus@gmx.de>
c2f5b60a
MA
2198
2199 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
2200 "<STDIN>". This is binary safe.
2201
682ceaf8
JB
22022012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
2203
2204 * calc/calc-forms.el (math-absolute-from-iso-dt)
2205 (math-date-to-iso-dt, math-parse-iso-date-validate)
2206 (math-iso-dt-to-date): New functions.
2207 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
2208 (math-fd-isoweekday): New variables.
2209 (calc-date-notation, math-parse-standard-date, math-format-date)
2210 (math-format-date-part): Add support for more formatting codes.
2211
db47d5e9
DG
22122012-12-02 Dmitry Gutov <dgutov@yandex.ru>
2213
2214 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
2215 current buffer's file name when called interactively (Bug#12488).
2216
3faf4944
JL
22172012-12-02 Juri Linkov <juri@jurta.org>
2218
2219 * info.el (info-display-manual): Don't clobber an existing Info
010db6da 2220 buffer (Bug#10770). Add completion (Bug#10771).
3faf4944 2221
cb5d51dc
YN
22222012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
2223
2224 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
2225 before using it for comparison (Bug#5297).
2226
f38cd76e
JA
22272012-12-01 Jari Aalto <jari.aalto@cante.net>
2228
2229 * textmodes/css-mode.el (css-current-defun-name): New function.
2230 (css-mode): Use it.
2231
2232 * textmodes/sgml-mode.el (html-current-defun-name): New function.
2233 (html-mode): Use it.
2234
ba03d0d9
CY
22352012-12-01 Chong Yidong <cyd@gnu.org>
2236
2237 Modularize add-log-current-defun (Bug#2224).
2238 Suggested by Jari Aalto.
2239
2240 * vc/add-log.el (add-log-current-defun-function): Doc fix.
2241 (add-log-current-defun): Move mode-specific code to other files.
2242 (add-log-lisp-like-modes, add-log-c-like-modes)
2243 (add-log-tex-like-modes): Variables deleted.
2244
2245 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
2246 (lisp-mode-variables): Use it.
2247
2248 * progmodes/cc-mode.el (c-common-init):
2249 * progmodes/cperl-mode.el (cperl-mode): Set a value for
2250 add-log-current-defun-function.
2251
2252 * progmodes/m4-mode.el (m4-current-defun-name): New function.
2253 (m4-mode): Use it.
2254
2255 * progmodes/perl-mode.el (perl-current-defun-name): New.
2256 (perl-mode): Use it.
2257
853c1ffc
SM
2258 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
2259 Use lisp-current-defun-name.
ba03d0d9
CY
2260
2261 * textmodes/tex-mode.el (tex-current-defun-name): New.
2262 (tex-common-initialization): Use it.
2263
2264 * textmodes/texinfo.el (texinfo-current-defun-name): New.
2265 (texinfo-mode): Use it.
2266
92eadba5
CY
22672012-12-01 Chong Yidong <cyd@gnu.org>
2268
2269 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
2270 * progmodes/autoconf.el (autoconf-mode):
2271 * progmodes/js.el (js-mode):
2272 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
2273 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
2274 * progmodes/perl-mode.el (perl-mode):
2275 * progmodes/sh-script.el (sh-mode, sh-set-shell):
2276 * textmodes/css-mode.el (css-mode):
2277 * textmodes/sgml-mode.el (html-mode, sgml-mode)
2278 (sgml-tags-invisible, sgml-guess-indent):
2279 * textmodes/tex-mode.el (tex-common-initialization)
2280 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
2281 (doctex-mode, plain-tex-mode, latex-mode):
2282 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
2283
3ddbf803
KK
22842012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
2285
2286 * vc/vc-hg.el (vc-hg-next-revision):
2287 Ensure use of default "tip" output format. (Bug#6968)
2288
f0b6ae63
KS
22892012-12-01 Kim F. Storm <storm@cua.dk>
2290
2291 * startup.el (fancy-startup-tail): Add a clickable link
2292 (Bug#2176).
2293
c01bf73e
CY
22942012-12-01 Chong Yidong <cyd@gnu.org>
2295
2296 * startup.el (fancy-startup-tail): Improve the message about
2297 auto-save files (Bug#2176).
2298
f0b6ae63
KS
2299 * files.el (recover-session): Improve the descriptive message, and
2300 use substitute-command-keys.
2301
a9400458
GM
23022012-12-01 Glenn Morris <rgm@gnu.org>
2303
2304 * ido.el (ido-file-internal):
2305 Handle other-window, other-frame for dired. (Bug#13036)
2306
fb3bf6ce
GM
23072012-11-30 Glenn Morris <rgm@gnu.org>
2308
2309 * icomplete.el (icomplete-separator): Fix :version.
2310
a813fe3f
CY
23112012-11-30 Chong Yidong <cyd@gnu.org>
2312
2313 * shell.el (shell): For C-u M-x shell, use an inactive shell
2314 buffer as the default (Bug#1975).
276479fd
CY
2315 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
2316 (shell-mode): Use them to reapply ansi colorization if Shell mode
2317 is re-enabled.
a813fe3f 2318
a8b733a5
CY
23192012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
2320
2321 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
2322
6fccd6e8
SB
23232012-11-30 Samuel Bronson <naesten@gmail.com>
2324
2325 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
2326 flag to xargs, for compatibility with BSD xargs (Bug#11703).
2327
53c9a337
TT
23282012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2329
2330 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
2331 by move-to-column (Bug#3234).
2332
ccf520bb
CY
23332012-11-30 Chong Yidong <cyd@gnu.org>
2334
2335 * longlines.el (longlines-wrap-line, longlines-encode-region):
2336 Preserve text properties (Bug#1425).
2337
171b0949
OT
23382012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
2339
2340 * vc/vc.el (vc-register): Allow registering a file which is
2341 already registered with a different backend (Bug#10589).
2342
cc37e70f
J
23432012-11-29 Jambunathan K <kjambunathan@gmail.com>
2344 Stefan Monnier <monnier@iro.umontreal.ca>
2345
2346 * icomplete.el: Change separator; add ido-style commands.
2347 (icomplete-show-key-bindings): Remove custom var.
2348 (icomplete-get-keys): Remove function.
2349 (icomplete-forward-completions, icomplete-backward-completions):
2350 New commands.
2351 (icomplete-minibuffer-map): New var.
2352 (icomplete-minibuffer-setup): Use it.
2353 (icomplete-exhibit): Don't delay if the list of completions is known.
2354 (icomplete-separator): New custom.
2355 (icomplete-completions): Use it.
2356 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
2357 (minibuffer-force-complete-and-exit): New command.
2358 (minibuffer--complete-and-exit): New function extracted from
2359 minibuffer-complete-and-exit.
2360 (minibuffer-complete-and-exit): Use it.
83e12fe0
SM
2361
2362 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
2363 error message when the file doesn't exist (bug#12974).
2364
31646597
KD
23652012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
2366
2367 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
2368
e9df8f87
GM
23692012-11-29 Glenn Morris <rgm@gnu.org>
2370
824eefe4
GM
2371 * files.el (hack-dir-local-variables): Warn if try to set
2372 coding via dir-locals, since it doesn't work. (Bug#7169)
2373
4ad900d9
GM
2374 Add desktop support for restoring vc-dir buffers. (Bug#10606)
2375 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
2376 Set buffer-local value of desktop-save-buffer.
2377 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
2378 New functions.
2379 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
2380 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
2381
e9df8f87
GM
2382 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
2383 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
2384 Doc fix.
2385 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
2386 Doc fixes.
2387
e7c8fcc4
JB
23882012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
2389
2390 * calc/calc-forms.el (calc-date-notation): Fix regexp
2391 used to find time codes. Fix symbol for seconds.
2392
48d6d9c0
GM
23932012-11-27 Glenn Morris <rgm@gnu.org>
2394
2395 * emacs-lisp/derived.el (derived-mode-make-docstring):
2396 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
2397
369f945d
SM
23982012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2399
2400 * textmodes/table.el (table-insert): Don't use `symbol-name' on
2401 lexically scoped variables (bug#13005).
2402
5c9cf0a3 24032012-11-27 Glenn Morris <rgm@gnu.org>
98f99594 2404
999e745e
GM
2405 * vc/vc-hooks.el (vc-mistrust-permissions):
2406 Default to t, to avoid data-loss. (Bug#11490)
98f99594 2407
5c9cf0a3 24082012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
207cb73c 2409
999e745e
GM
2410 * progmodes/python.el (python-indent-guess-indent-offset):
2411 If indentation is guessed make python-indent-offset buffer-local.
2412
207cb73c 2413 Fix Imenu regression.
999e745e
GM
2414 * progmodes/python.el (python-nav-beginning-of-defun):
2415 Fix forward movement when statement(s) separates point from defun.
207cb73c
FEG
2416 (python-imenu-prev-index-position): New function.
2417
5c9cf0a3 24182012-11-27 Eli Zaretskii <eliz@gnu.org>
33a488e4
EZ
2419
2420 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
2421
2422 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
865f7d8f 2423 Don't set buffer-file-type. Return nil. (Bug#12989)
33a488e4 2424
5c9cf0a3 24252012-11-27 Glenn Morris <rgm@gnu.org>
50207191
GM
2426
2427 * hippie-exp.el (hippie-expand-try-functions-list):
2428 Re-autoload it. (Bug#12982)
2429
5c9cf0a3 24302012-11-27 Eli Zaretskii <eliz@gnu.org>
2147c6ab 2431
369f945d
SM
2432 * descr-text.el (describe-char-padded-string):
2433 Call internal-char-font only on GUI frames. (Bug#11964)
2147c6ab 2434
5c9cf0a3 24352012-11-27 Andreas Schwab <schwab@linux-m68k.org>
58b1ae1e
AS
2436
2437 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
2438 and obsoletion message.
2439
5c9cf0a3 24402012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
35a10516
SM
2441
2442 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
2443 the constructs to keep outside of the `cl-block' (bug#12977).
2444
5c9cf0a3 24452012-11-27 Chong Yidong <cyd@gnu.org>
0c5ef133
CY
2446
2447 * mouse.el (mouse-drag-line): Even if the line is not draggable,
2448 keep reading until we get the up-event anyway, in order to process
2449 the up-event for mouse-1-click-follows-link (Bug#12971).
2450
848a2dd1
SM
24512012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2452
2453 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
2454 base function is not yet defined (bug#12965).
2455 (ad-activate-advised-definition): Use ad-compile-function.
2456 (ad-activate): Use cond.
2457
9ad79506
LL
24582012-11-25 Leo Liu <sdl.web@gmail.com>
2459
2460 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
2461 (Bug#12979)
2462
e2cb57f5
VB
24632012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
2464
2465 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
2466 reftex-section-info-function in order to be compatible with
2467 Texinfo integration.
2468
2469 * textmodes/reftex.el (reftex-section-pre-regexp)
848a2dd1
SM
2470 (reftex-section-post-regexp, reftex-section-info-function):
2471 New variable.
2472 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
2473 reftex-section-post-regexp, and reftex-section-info-function in order
2474 to be compatible with Texinfo integration.
2475
2476 * textmodes/reftex-toc.el (reftex-toc-promote-action):
2477 use reftex-section-pre-regexp variable in order to be compatible with
e2cb57f5
VB
2478 Texinfo integration.
2479
1c4f115d
CY
24802012-11-25 Chong Yidong <cyd@gnu.org>
2481
2482 * faces.el: Make face-spec-set more analogous to setq.
2483 (face-spec-set): Change the third arg to specify whether this
2484 function is being called via defface, customize, or a third party.
2485 Set the appropriate symbol properties. Clear the override spec if
2486 setting via Custom. Initialize face if necessary. (Bug#4988)
2487 (face-spec-recalc): Allow theme faces to completely replace the
2488 defface spec, in the same way as custom faces (Bug#8454).
2489
2490 * cus-face.el (custom-declare-face): Move face initialization to
2491 face-spec-set.
2492 (custom-theme-set-faces): Don't initialize the face name here, as
2493 that is now done in face-spec-set.
2494
2495 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
2496 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
2497 Simplify by using the new arg to face-spec-set.
2498
2499 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
2500 reset face-override-spec too, and use custom-declare-face.
2501
c2350548
JD
25022012-11-24 Jan Djärv <jan.h.d@swipnet.se>
2503
2504 * term/ns-win.el (ns-initialize-window-system): Move creation of
2505 fontsets here (Bug#11964).
2506
ecfc364c
VB
25072012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
2508
2509 * ses.el (ses-rename-cell): Correct bug on mode-line update after
2510 cell renaming.
2511
0917cc54
CY
25122012-11-24 Chong Yidong <cyd@gnu.org>
2513
433212bf
CY
2514 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
2515 obsolete.
2516
0917cc54
CY
2517 * custom.el (custom-theme-set-variables): Use a topological sort
2518 for ordering by custom dependencies (Bug#12952).
2519 (custom--sort-vars, custom--sort-vars-1): New functions.
2520
d125ca15 25212012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
002c019c
SM
2522
2523 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
2524 lexical-binding (bug#12938).
2525
d125ca15 25262012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
977f9325
WJ
2527
2528 * image-mode.el (image-transform-check-size): Use assertions only
2529 for images of type imagemagick.
2530
2531 Otherwise no error, image-transform-fit-to-{width,height} is
2532 silently ignored, as before. Doc fix.
2533
d125ca15 25342012-11-24 Chong Yidong <cyd@gnu.org>
bccffa83
CY
2535
2536 * faces.el (color-defined-p): Doc fix (Bug#12853).
2537
d125ca15 25382012-11-24 Juri Linkov <juri@jurta.org>
61a2a122
JL
2539
2540 * dired.el (dired-mark): Add optional arg `interactive'.
2541 Check for `use-region-p' if `interactive' is non-nil.
2542 (dired-unmark, dired-flag-file-deletion): Add optional arg
2543 `interactive'. Call `dired-mark' with the arg `interactive'.
2544 (Bug#10624)
2545
cc4c01bd
JL
2546 * wdired.el: Revert 2012-10-17 change partly and replace it with
2547 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
2548 (wdired-finish-edit): Add marks for new file names to
2549 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
2550 after `revert-buffer'.
2551 (wdired-do-renames): Remove calls to `dired-remove-file',
2552 `dired-add-file', `dired-add-entry'. (Bug#11795)
2553
d125ca15 25542012-11-24 Alan Mackenzie <acm@muc.de>
b03aabda 2555
dc310ed0
AM
2556 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
2557
b03aabda
AM
2558 Fix bugs in the state cache. Enhance a debugging mechanism.
2559 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
2560 "brace at column zero" strategy for C++.
2561 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
2562 (c-parse-state-point): New variable.
2563 (c-record-parse-state-state): Record old parse state with
2564 `copy-tree'. Record previous value of point.
2565 (c-debug-parse-state-double-cons): New debugging function.
2566 (c-debug-parse-state): Call the above new function.
2567 (c-toggle-parse-state-debug): Output a confirmatory message.
2568
002c019c
SM
2569 * progmodes/cc-mode.el (c-before-change, c-after-change):
2570 Call c-invalidate-state-cache from `c-before-change' instead of
b03aabda
AM
2571 `c-after-change'.
2572
930a6273
CY
25732012-11-23 Chong Yidong <cyd@gnu.org>
2574
2575 * find-cmd.el (find-constituents): Add executable, ipath,
2576 readable, samefile, writable, daystart, regextype (Bug#12856).
2577
15c9d04e
SM
25782012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2579
2580 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
2581
2ecb2679
PE
25822012-11-22 Paul Eggert <eggert@cs.ucla.edu>
2583
2584 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
2585 definition. This fixes a bootstrap failure.
a14a5a40
PE
2586 (calc-gregorian-switch): In menu, put dates before regions.
2587 This is easier to follow, lines up better in the menu, and lets us
2588 coalesce regions that switch at the same time. Give country
15c9d04e
SM
2589 names, not "Vatican", as that's better for non-expert users.
2590 Use names that are stable between the date of switch and now, e.g.,
a14a5a40
PE
2591 Bohemia and Moravia (which existed then and now) and not
2592 Czechoslovakia (which didn't exist then and doesn't exist now).
2593 What is now the U.S. mostly did not switch at the same time as
2594 Britain, so omit the U.S. Correct spelling of "Britain".
2595 Catholic Switzerland was too much of a mess, so omit it.
2ecb2679 2596
723da6aa
JB
25972012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
2598
2599 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
2600 after the variable is changed.
2601
21fa2482
DC
26022012-11-21 Daniel Colascione <dancol@dancol.org>
2603
2604 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
b6096e85
DC
2605 in SQL declarations for font-lock.
2606 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
21fa2482 2607
3ca2f1bf
GM
26082012-11-21 Glenn Morris <rgm@gnu.org>
2609
1bf335cf
GM
2610 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
2611 (face-italic-p): Add optional argument "inherit".
2612
3ca2f1bf
GM
2613 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
2614 Remove -p suffix from names, for consistency with other set-face-*.
2615 (set-face-inverse-video): Fix interactive spec.
2616 * play/gamegrid.el (gamegrid-make-mono-tty-face):
2617 * textmodes/table.el (table--update-cell-face):
2618 Use set-face-inverse-video rather than now obsolete alias.
2619
6ef2e5ef 26202012-11-21 Eli Zaretskii <eliz@gnu.org>
7cf95797
EZ
2621
2622 * simple.el (line-move): Don't call line-move-partial if
2623 scroll-conservatively is in effect. (Bug#12927)
2624
6ef2e5ef 26252012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
63f25172 2626
93b05041
SM
2627 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
2628 Fallback on completion-at-point rather than
2629 pcomplete-expand-and-complete, and only if pcomplete actually failed.
2630 (eshell-cmpl-initialize): Setup completion-at-point.
2631
2632 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
2633
bc715d67
SM
2634 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
2635
6ef2e5ef 26362012-11-21 Michael Albinus <michael.albinus@gmx.de>
d7f2a65c
MA
2637
2638 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
2639 are remote, check out-of-band property for both.
2640
6ef2e5ef 26412012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
d1c0cddf
SM
2642
2643 * window.el (switch-to-buffer): Re-add the warning that was lost in the
2644 code rewrite.
2645
6ef2e5ef 26462012-11-21 Paul Eggert <eggert@cs.ucla.edu>
0c93aa38 2647
535efd4a
PE
2648 More minor time fixes.
2649 * calendar/time-date.el: Commentary fix.
2650 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
2651 too much other code depends on (0 0) time stamps.
2652 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
2653 Add a couple of FIXME comments.
2654
0c93aa38
PE
2655 Minor cleanup for times as lists of four integers.
2656 * files.el (dir-locals-directory-cache):
2657 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
2658 Doc fixes.
2659 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
2660 * ps-bdf.el (bdf-file-newer-than-time):
2661 Process four-integers time stamps, not two. Doc fixes.
2662
23ba2705
SM
26632012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2664
2e31777b
SM
2665 * uniquify.el (uniquify-managed): Use defvar-local.
2666 (rename-buffer, create-file-buffer): Advise with advice-add.
2667 (uniquify-unload-function): Unadvise accordingly.
2668
8b62d742
SM
2669 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
2670 (trace-buffer): Don't purecopy.
2671 (trace-entry-message, trace-exit-message): Add `context' arg.
2672 (trace--timer): New var.
2673 (trace-make-advice): Adjust for use in nadvice.
2674 Add `context' argument. Delay `display-buffer' via a timer.
2675 (trace-function-internal): Use advice-add.
2676 (trace--read-args): New function.
2677 (trace-function-foreground, trace-function-background): Use it.
2678 (trace-function): Rename to trace-function-foreground and redefine as
2679 an alias to that new name.
2680 (untrace-function, untrace-all): Adjust to the use of nadvice.
2681
5d0ccd95
SM
2682 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
2683
3837d988
SM
2684 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
2685
23ba2705
SM
2686 * subr.el (called-interactively-p-functions): New var.
2687 (internal--called-interactively-p--get-frame): New macro.
2688 (called-interactively-p, interactive-p): Rewrite in Lisp.
2689 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
2690 (called-interactively-p-functions): Use it.
2691 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
2692 (called-interactively-p-functions): Use it.
2693 * allout.el (allout-called-interactively-p): Don't assume
2694 called-interactively-p is a subr.
2695
b0636be7
GM
26962012-11-20 Glenn Morris <rgm@gnu.org>
2697
2698 * profiler.el (profiler-report-mode-map): Add a menu.
2699 No need to bind `q' because we derive from special-mode.
2700 (profiler-report-find-entry): Handle calls from the menu-bar.
2701
855b17af
SM
27022012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2703
14146222
SM
2704 * emacs-lisp/byte-run.el (defun-declarations-alist):
2705 Allow a compiler-macro to be a lambda expression.
2706
2707 * progmodes/python.el: Use cl-lib. Move var declarations outside of
2708 eval-when-compile.
2709 (python-syntax-context): Add compiler-macro.
2710 (python-font-lock-keywords): Simplify with De Morgan.
2711
1000d895
SM
2712 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
2713
ac5392dc
SM
2714 * files.el (load-file): Require match in minibuffer selection, as was
2715 the case in Emacs-20 before we changed the spec to allow .elc files
2716 (bug#12935).
2717
19dc7206
SM
2718 * json.el: Don't require cl since we don't use it.
2719 * color.el: Don't require cl.
2720 (color-complement): `caddr' -> `nth 2'.
2721
855b17af
SM
2722 * calendar/time-date.el (time-to-seconds): De-obsolete.
2723
e8909bdc
JB
27242012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2725
2726 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
2727 year numbers.
2728 (math-date-to-julian-dt): Adjust the initial approximation for the
2729 year to deal with the new definition of the DATE.
2730
6e9f7997
DC
27312012-11-19 Daniel Colascione <dancol@dancol.org>
2732
855b17af
SM
2733 * term/w32-win.el (cygwin-convert-path-from-windows):
2734 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
6e9f7997 2735
6a3dd257
CY
27362012-11-18 Chong Yidong <cyd@gnu.org>
2737
2738 * filecache.el (file-cache--read-list): New function.
2739 (file-cache-add-directory-list, file-cache-add-file-list)
2740 (file-cache-delete-file-list, file-cache-delete-directory-list):
2741 Use it to read a list of files or directories (Bug#12846).
2742 (file-cache-add-file, file-cache-add-directory)
2743 (file-cache-delete-file-list, file-cache-delete-file-regexp)
2744 (file-cache-delete-directory): Print an message.
2745
eef97f35
JB
27462012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
2747
2748 * calc/calc-forms.el (math-date-to-dt): Use integer date when
2749 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
2750
913c8291
GM
27512012-11-18 Glenn Morris <rgm@gnu.org>
2752
2753 * image.el (insert-image, insert-sliced-image): Doc fix.
2754
2ac9538d 27552012-11-18 Chong Yidong <cyd@gnu.org>
ec6f8ce6
CY
2756
2757 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
2758 (Bug#12810).
2759
2ac9538d 27602012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
c2d07557
CY
2761
2762 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
2763 response when the target file is in a subdirectory (Bug#12757).
2764
2ac9538d 27652012-11-18 Chong Yidong <cyd@gnu.org>
33f8917c
CY
2766
2767 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
2768
2ac9538d 27692012-11-18 Glenn Morris <rgm@gnu.org>
65463c40 2770
9a5e2ee3
GM
2771 * emacs-lisp/cl-lib.el (face-underline-p):
2772 Use set-face-underline rather than the alias set-face-underline-p.
2773
65463c40 2774 * window.el (with-temp-buffer-window): Doc fix.
95f0501e
GM
2775 * subr.el (with-output-to-temp-buffer):
2776 Add doc xref to with-temp-buffer-window.
65463c40 2777
c9ed8e3d
JB
27782012-11-18 Juanma Barranquero <lekktu@gmail.com>
2779
2780 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
2781 * calc/calc.el (math-format-date-cache): Declare.
2782
310e60d9
PE
27832012-11-17 Paul Eggert <eggert@cs.ucla.edu>
2784
6f6b82d6
PE
2785 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
2786 It also uses January 1, 1 AD as its day number 1.
310e60d9 2787 * calc/calc-forms.el (math-julian-date-beginning)
6f6b82d6 2788 (math-julian-date-beginning-int): Implement this.
310e60d9 2789
d7fe6352
JB
27902012-11-17 Juanma Barranquero <lekktu@gmail.com>
2791
2792 * descr-text.el (quail-find-key):
2793 * dired.el (desktop-file-name):
2794 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
2795 * generic-x.el (comint-mode, comint-exec):
2796 * image-dired.el (widget-forward):
2797 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
2798 (speedbar-change-expand-button-char)
2799 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
2800 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
2801 * printing.el (easy-menu-add-item, easy-menu-remove-item)
2802 (widget-field-action, widget-value-set):
2803 * speedbar.el (imenu--make-index-alist):
2804 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
2805 (ring-length, ring-insert):
2806 * vcursor.el (compare-windows-skip-whitespace):
2807 * woman.el (dired-get-filename):
2808 Declare functions.
2809
2810 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
2811
c9f618db
JB
28122012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
2813
2814 * calc/calc.el (calc-gregorian-switch): New variable.
2815
2816 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
2817 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
2818 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
2819 (math-leap-year-p): Add option to distinguish between Julian
2820 and Gregorian calendars.
2821 (math-day-number): Use `math-day-in-year' to do the computations.
2822 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
2823 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
2824 to do the computations.
2825 (math-date-to-dt): Use `math-date-to-julian-dt' and
2826 `math-date-to-gregorian-dt' to do the computations.
2827 (calcFunc-weekday, math-format-date-part): Use the new version of
2828 the DATE to determine the weekday.
2829 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
2830 when necessary.
2831
3804f7bc
EZ
28322012-11-17 Eli Zaretskii <eliz@gnu.org>
2833
2834 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
2835 Cygwin; otherwise use 'file:'. (Bug#12914)
2836 (cygwin-convert-path-from-windows): Declare, to avoid
2837 byte-compiler warnings.
2838
de959d4d
AP
28392012-11-17 Andreas Politz <politza@fh-trier.de>
2840
2841 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
2842 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
2843 prefix and negative numeric prefix args (Bug#12795).
2844
e45deaef
SB
28452012-11-17 Stephen Berman <stephen.berman@gmx.net>
2846
2847 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
2848 Don't signal an error with a score that is too low to add to the
2849 list of top scores. (Bug#12779)
2850
ec15e0ff
CY
28512012-11-17 Chong Yidong <cyd@gnu.org>
2852
8e7696a1
CY
2853 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
2854
ec15e0ff
CY
2855 * filecache.el (file-cache-add-file): Handle relative file name in
2856 the argument (Bug#12694).
2857
60c4ee66
JH
28582012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
2859
2860 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
2861
cdc5d88c
SM
28622012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2863
dd0c5bbb
SM
2864 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
2865
cdc5d88c
SM
2866 * emacs-lisp/cl-lib.el: Set more meaningful version number.
2867
0ff7851c
MR
28682012-11-16 Martin Rudalics <rudalics@gmx.at>
2869
2870 * window.el (enlarge-window, shrink-window): Don't mention return
2871 value in doc-string (Bug#12896).
2872 (window--display-buffer): Don't resize frames - it won't work
2873 with all window managers and defeat pop-up-frame-alist.
2874 (display-buffer-alist): In doc-string explain that CONDITION can
2875 be a function and which arguments are passed to it (Bug#12854).
2876 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
2877 expressions (Bug#12854).
2878 (display-buffer): Pass ACTION argument to
2879 display-buffer-assq-regexp.
2880
dedd1884
GM
28812012-11-16 Glenn Morris <rgm@gnu.org>
2882
7c82753d
GM
2883 * window.el (fit-frame-to-buffer-bottom-margin)
2884 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
2885
dedd1884
GM
2886 * faces.el (face-underline-p): Use face-attribute-specified-or.
2887
96e05507 28882012-11-16 Juanma Barranquero <lekktu@gmail.com>
662b0ee6
JB
2889
2890 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
2891
96e05507 28922012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
eb31fa40
SM
2893
2894 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
2895
96e05507 28962012-11-16 Glenn Morris <rgm@gnu.org>
e2e13f18 2897
17c083ac
GM
2898 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
2899 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
2900
bde3c6c0
GM
2901 * faces.el (face-underline-p): Doc fix. Handle :underline being
2902 things other than `t' (a string, a list).
2903 (face-inverse-video-p): Doc fix.
2904 (set-face-underline): Rename it back from set-face-underline-p.
2905 Doc fix. Allow interactive input of values other than t.
2906 (read-face-attribute): Apply formatting to :underline,
2907 since like :box and :stipple it can take list values.
2908
e2e13f18
GM
2909 * term.el (ansi-term): Don't let C-x escape-char binding
2910 clobber the more standard C-c binding. (Bug#12842)
2911
e0ea8060
GM
2912 * subr.el (set-temporary-overlay-map): Doc fix.
2913
96e05507 29142012-11-16 Martin Rudalics <rudalics@gmx.at>
92346275
MR
2915
2916 * window.el (record-window-buffer)
2917 (display-buffer-record-window): When copying the markers to
2918 window-point preserve window-point-insertion-type. (Bug#12588)
2919
96e05507 29202012-11-16 Glenn Morris <rgm@gnu.org>
7b1bf173
GM
2921
2922 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
2923 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
2924 Use new names for hooks rather than obsolete aliases.
2925
faeafc01
DC
29262012-11-15 Daniel Colascione <dancol@dancol.org>
2927
2928 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
9533048d
DC
2929 prefix instead of "file:" so that when FILE-NAME begins with "//",
2930 as it does when the target file is on a network share, url-handler
2931 isn't confused.
2932
1232d6c2
SM
29332012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2934
2935 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
2936 a preactivated advice from an old advice.el; they're not compatible!
2937
47f01a8a
KY
29382012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
2939
2940 * emacs-lisp/nadvice.el (advice--make-interactive-form):
2941 Fix string-spec case.
2942
2943 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
2944
a61428c4
SM
29452012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2946
2947 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
2948 (advice--buffer-local-function-sample): New var.
2949 (advice--set-buffer-local, advice--buffer-local): New functions.
2950 (add-function, remove-function): Use them.
2951
875ce3a7
DA
29522012-11-15 Drew Adams <drew.adams@oracle.com>
2953
2954 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
2955
589fc479
SM
29562012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2957
2958 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
2959 potential binding of print-gensym to t, and prettify (back)quotes in
2960 case they appear in args's default values (bug#12884).
2961
1668ea90
SM
29622012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2963
2964 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
2965 (advice-eval-interactive-spec): New function.
2966 (advice--make-interactive-form): Support around advice (bug#12844).
2967
8619323f
DG
29682012-11-14 Dmitry Gutov <dgutov@yandex.ru>
2969
2970 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
2971 more strict. Add docstring.
c62792e7
DG
2972 (ruby-expression-expansion-re): Extract from
2973 `ruby-match-expression-expansion'.
2974 (ruby-syntax-propertize-function): After everything else, search
2975 for expansions in string literals, mark their insides as
2976 whitespace syntax and save match data for font-lock.
2977 (ruby-font-lock-keywords): Use the 2nd group from expression
2978 expansion matches.
2979 (ruby-match-expression-expansion): Use the match data saved to the
2980 text property in ruby-syntax-propertize-function.
8619323f 2981
9c3912d3
SM
29822012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2983
2984 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
2985 (bug#12879).
2986
5e9419e8
DG
29872012-11-13 Dmitry Gutov <dgutov@yandex.ru>
2988
2989 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
2990 start/end keyword a bit harder. Works with different values of N.
2991 Add more comments.
2992 (ruby-end-of-block): Update accordingly.
2993
3c442f8b
SM
29942012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2995
fa470af0
SM
2996 * woman.el (woman-file-name): Don't mess with unread-command-events
2997 (bug#12861).
2998
3c442f8b
SM
2999 * emacs-lisp/advice.el: Layer on top of nadvice.el.
3000 Remove out of date self-require hack.
3001 (ad-do-advised-functions): Use simple `dolist'.
3002 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
3003 (ad-advice-definition): Redefine as functions.
3004 (ad-advice-classes): Move before first use.
3005 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
fa470af0 3006 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
3c442f8b 3007 (ad--defalias-fset): Remove functions.
fa470af0 3008 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
3c442f8b
SM
3009 (ad-get-orig-definition): Rewrite.
3010 (ad-make-advised-definition-docstring): Change base docstring.
3011 (ad-real-orig-definition): Rewrite.
3012 (ad-map-arglists): Change name of called function.
3013 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
3014 (ad-make-advised-definition): Simplify.
3015 (ad-assemble-advised-definition): Tweak for new calling context.
fa470af0 3016 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
3c442f8b
SM
3017 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
3018 function and call ad-activate if needed.
3019 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
3020 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
3021 (ad-compile-function): Compile ad-Advice-*.
3022 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
3023 (ad-start-advice, ad-stop-advice): Remove.
3024
5745cae6
DG
30252012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3026
3027 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
3028 period before class method names, not after. Remove handling of
3029 one impossible case. Add comments.
3030
413d4689
SM
30312012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3032
7db1bda8
SM
3033 * emacs-lisp/advice.el: Remove support for freezing.
3034 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
3035 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
3036 Remove support for `freeze'.
3037
413d4689
SM
3038 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
3039 override the default.
3040 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
3041 cl--dotimes/dolist.
3042 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
3043 `cl' is loaded.
3044
3045 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
3046 from add-advice.
3047 (advice--strip-macro): New function.
3048 (advice--defalias-fset): Use them to handle macros.
3049 (advice-add): Use them.
3050 (advice-member-p): Correctly handle macros.
3051
f178c32d
DG
30522012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3053
7db1bda8
SM
3054 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3055 Never font-lock the beginning of singleton class as heredoc.
f178c32d 3056
f78ee6af 30572012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
f8705f6e
SM
3058
3059 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
3060
f78ee6af 30612012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
9db94175
WJ
3062
3063 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
f78ee6af
GM
3064 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
3065 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
9db94175 3066
f78ee6af 30672012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
2e6625b5
FEG
3068
3069 Fix end-of-defun misbehavior.
3070 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
3071 python-beginning-of-defun-function. Handle nested defuns
3072 correctly.
3073 (python-nav-end-of-defun): Rename from
3074 python-end-of-defun-function. Ensure forward movement.
f8705f6e 3075 (python-info-current-defun): Reimplement to work as intended
2e6625b5
FEG
3076 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
3077 parent defuns as soon as possible.
3078
f78ee6af 30792012-11-13 Glenn Morris <rgm@gnu.org>
24c38527
GM
3080
3081 * progmodes/flymake.el (flymake-error-bitmap)
3082 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
3083 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
3084
f78ee6af 30852012-11-13 Dmitry Gutov <dgutov@yandex.ru>
d1e1e53d
DG
3086
3087 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
3088 backward, always stop at indentation. Reverts the change from
3089 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
3090
f78ee6af 30912012-11-13 Glenn Morris <rgm@gnu.org>
68146aa5 3092
a1d3e07e
GM
3093 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
3094 Add ibuffer-filter-by-derived-mode.
3095
84acf328
GM
3096 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
3097 the same name shadowing each other.
3098
38785e75
GM
3099 * window.el (with-temp-buffer-window): Doc tweak.
3100
57fc0fee
GM
3101 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
3102
6ba6a3e5
GM
3103 * help.el (temp-buffer-max-height):
3104 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
68146aa5
GM
3105 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
3106
231d8498
SM
31072012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3108
3109 * emacs-lisp/nadvice.el: New package.
3110 * subr.el (special-form-p): New function.
3111 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
3112 (elp-all-instrumented-list): Remove var.
3113 (elp-not-profilable): Remove elp-wrapper.
3114 (elp-profilable-p): Use autoloadp and special-form-p.
3115 (elp--advice-name): New const.
3116 (elp-instrument-function): Use advice-add.
3117 (elp--instrumented-p): New predicate.
3118 (elp-restore-function): Use advice-remove.
3119 (elp-restore-all, elp-reset-all): Use mapatoms.
3120 (elp-set-master): Use elp--instrumented-p.
3121 (elp--make-wrapper): Rename from elp-wrapper, return a function
3122 suitable for advice-add. Use cl-inf.
3123 (elp-results): Use mapatoms+elp--instrumented-p.
3124 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
3125 (debug-function-list): Remove var.
3126 (debug): Rename arg, and then let-bind it explicitly inside.
3127 (debugger-setup-buffer): Rename arg.
3128 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
3129 (debugger-frame-number): Adjust to new debug-on-entry setup.
3130 (debug--implement-debug-on-entry): Rename from
3131 implement-debug-on-entry, add argument.
3132 (debugger-special-form-p): Remove, use special-form-p instead.
3133 (debug-on-entry): Use advice-add.
3134 (debug--function-list): New function.
3135 (cancel-debug-on-entry): Use it, along with advice-remove.
3136 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
3137 (debugger-list-functions): Use debug--function-list instead of
3138 debug-function-list.
3139 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
3140 (ad-special-form-p): Remove, use special-form-p instead.
3141 (ad-set-advice-info): Use add-function and remove-function.
3142 (ad--defalias-fset): Adjust accordingly.
3143
19e09879
GM
31442012-11-10 Glenn Morris <rgm@gnu.org>
3145
714cebd1
GM
3146 * mail/emacsbug.el (report-emacs-bug-tracker-url)
3147 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
3148 (report-emacs-bug-create-existing-bugs-buffer)
3149 (report-emacs-bug-parse-query-results)
3150 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
3151
bf67dafa
GM
3152 * term.el (term-default-fg-color, term-default-bg-color):
3153 Make obsolete, rather than just saying "deprecated" in the doc.
3154
19e09879
GM
3155 * term.el (term): Rename from `term-face'.
3156 (term-current-face, ansi-term-color-vector)
3157 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
3158 Update all users.
3159
6baf66d5 31602012-11-10 Jan Djärv <jan.h.d@swipnet.se>
531bdce6
JD
3161
3162 * server.el (server-create-window-system-frame): Handle Nextstep
3163 specially (Bug#12780).
3164
6baf66d5 31652012-11-10 Glenn Morris <rgm@gnu.org>
fedb154e
GM
3166
3167 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3168 Unautoload, and make obsolete. (Bug#7449)
3169
6baf66d5 31702012-11-10 Chong Yidong <cyd@gnu.org>
9d9e48d9
CY
3171
3172 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
3173 rename from diff-remove-trailing-whitespace (Bug#12831).
3174
6baf66d5 31752012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
32170f7f
SM
3176
3177 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
3178 miscompilation of trace.el.
3179
6baf66d5 31802012-11-10 Glenn Morris <rgm@gnu.org>
26f59676
GM
3181
3182 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
3183
6baf66d5 31842012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
41626722
SM
3185
3186 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
3187 (bug#12812).
3188
6baf66d5 31892012-11-10 Chong Yidong <cyd@gnu.org>
7d806bfe
CY
3190
3191 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
3192 a defcustom with an appropriate :set function.
3193 (minibuffer-default--in-prompt-regexps): New function.
3194
6baf66d5 31952012-11-10 Glenn Morris <rgm@gnu.org>
2ee1d59f 3196
031b2ea7
GM
3197 * emacs-lisp/cl.el (define-setf-expander, defsetf)
3198 (define-modify-macro): Doc fixes.
3199
2ee1d59f
GM
3200 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
3201 (gv-define-simple-setter): Update doc of `fix-return'.
3202
6baf66d5 32032012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
d57c286e 3204
b715ed44
SM
3205 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
3206 twice when `fix-return' is set (bug#12813).
3207
d57c286e
SM
3208 * emacs-lisp/cl.el (defsetf): Pass the third arg to
3209 gv-define-simple-setter (bug#12812).
3210
c9cac599
SM
3211 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
3212 (bug#12756).
3213
6baf66d5 32142012-11-10 Glenn Morris <rgm@gnu.org>
6b3770fb
GM
3215
3216 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
3217
5593ed90
GM
3218 * emacs-lisp/cl-extra.el (cl-prettyexpand):
3219 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
3220 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
3221 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
3222
3223 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
3224
05a859c1
LL
32252012-11-10 Leo Liu <sdl.web@gmail.com>
3226
3227 * ido.el (ido-set-matches-1): Improve flex matching performance by
3228 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
3229
32e5c58c
SM
32302012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3231
3232 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
3233 (ad--defalias-fset): New function.
3234 (ad-safe-fset): Remove.
3235 (ad-make-freeze-definition): Use cl-letf*.
3236
f5925cd9
SM
32372012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3238
da03ef8a
SM
3239 * subr.el (dolist): Don't bind VAR in RESULT.
3240
6858633a
SM
3241 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
3242 (fset, documentation): Don't save real def since we don't advise.
3243 (ad-do-advised-functions): Remove problematic `result-form'.
3244 (ad-safe-fset): `ad-real-fset' => `fset'.
3245 (ad-read-advised-function): Don't assume that ad-do-advised-functions
3246 uses CL's dolist internally.
3247 (ad-arglist): Remove unused arg `name'.
3248 (ad-docstring, ad-make-advised-docstring):
3249 `ad-real-documentation' => `documentation'.
3250 (warning-suppress-types): Declare.
3251 (ad-set-arguments): Simple CSE.
3252 (ad-recover-normality): Sanity check.
3253
f5925cd9
SM
3254 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
3255 (funcall '(lambda ..) ..) into ((lambda ..) ..).
3256
93a66b3a
VB
32572012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
3258
3259 * ses.el: symbol to coordinate mapping is made by symbol property
f5925cd9
SM
3260 `ses-cell'. This means that the same mapping is done for all SES
3261 sheets. That is good enough for cells with standard A1 names, but
3262 not for named cell. So a hash map is added for the latter.
3263 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
93a66b3a
VB
3264 (ses-sym-rowcol): Use hashmap for named cell.
3265 (ses-is-cell-sym-p): New defun.
3266 (ses-decode-cell-symbol): New defun.
f5925cd9
SM
3267 (ses-create-cell-variable): Add cell to hashmap when name is not
3268 A1-like.
93a66b3a
VB
3269 (ses-rename-cell): Check that cell new name is not already in
3270 spreadsheet with the use of ses-is-cell-sym-p
3271 (ses-rename-cell): Use hash map for named cells, but accept also
3272 renaming back to A1-like.
3273
67dd8ad1
SM
32742012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3275
57618ecf
SM
3276 * emacs-lisp/advice.el: Use new dynamic docstrings.
3277 (ad-make-advised-definition-docstring, ad-advised-definition-p):
3278 Use dynamic-docstring-function instead of ad-advice-info.
3279 (ad--make-advised-docstring): New function extracted from
3280 ad-make-advised-docstring.
3281 (ad-make-advised-docstring): Use it.
3282 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
3283 from sql-help.
3284 (sql-help): Use it with dynamic-docstring-function.
3285
67dd8ad1
SM
3286 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
3287
be883b34
SM
32882012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3289
d41706aa
SM
3290 * files.el (hack-one-local-variable--obsolete): New function.
3291 (hack-one-local-variable): Use it for obsolete settings.
3292
85e55412
SM
3293 * subr.el (locate-user-emacs-file): If both old and new name exist, use
3294 the new name.
3295
be883b34
SM
3296 * progmodes/js.el (js--filling-paragraph): New var.
3297 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
3298 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
3299 less sneaky.
3300
cabc040a
JD
33012012-11-08 Julien Danjou <julien@danjou.info>
3302
3303 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
3304 `auto-mode-alist' (Bug#12835).
3305
d14bb752
SM
33062012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3307
79b3e376
SM
3308 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
3309 (perl--prettify-symbols-alist): New const.
3310 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
3311 New functions.
3312 (perl-font-lock-keywords-2): Use them.
3313 (perl-electric-noindent-p): New function.
3314 (perl-mode): Use it to set up electric-indent-mode.
3315 (perl-electric-terminator, perl-indent-command): Mark obsolete.
3316 (perl-mode-map): Remove bindings for them.
3317 (perl-imenu-generic-expression, perl-outline-level):
3318 Match functions&packages in column>0.
3319
3b11e6ac
SM
3320 * env.el (env--substitute-vars-regexp): New const.
3321 (substitute-env-vars): Use it. Add `only-defined' arg.
3322 * net/tramp.el (tramp-replace-environment-variables): Use it.
3323
784c1a7b
SM
3324 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
3325 Byte-compile *before* eval in eval-and-compile.
3326 (byte-compile-log-warning): Remove redundant inhibit-read-only.
3327 (byte-compile-file-form-autoload): Don't hide actual definition.
3328 (byte-compile-maybe-guarded): Accept `functionp' as well.
3329
d14bb752
SM
3330 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
3331
499a0f7a
MA
33322012-11-07 Michael Albinus <michael.albinus@gmx.de>
3333
3334 * notifications.el (notifications-get-server-information-method):
3335 New defconst.
3336 (notifications-get-capabilities): Fix docstring.
3337 (notifications-get-server-information): New defun.
3338
f0704a9a
AM
33392012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3340
3341 * textmodes/ispell.el (ispell-region): Standard re-indent for better
3342 readability.
3343
b159a1fd
AM
3344 * textmodes/ispell.el: Experimental support for support debugging.
3345 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
3346 buffer for ispell.
3347 (ispell-print-if-debug): New function to print stuff to
3348 `ispell-debug-buffer' if debugging is enabled.
3349 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
3350 show some debugging info.
3351 (ispell-buffer-with-debug): New function that creates a debugging
3352 buffer and calls `ispell-buffer' with debugging enabled.
3353
056cb3a1
AM
3354 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
3355 comment in autoconf mode. (Bug#12768)
3356
8e6a67b7
DA
33572012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
3358
3359 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
3360 frame-first-window, frame-root-window, frame-selected-window,
3361 minibuffer-selected-window, minibuffer-window,
3362 window-absolute-pixel-edges, window-at, window-body-height,
3363 window-body-width, window-display-table, window-combination-limit,
3364 window-frame, window-fringes, window-inside-absolute-pixel-edges,
3365 window-inside-edges, window-inside-pixel-edges, window-left-child,
3366 window-left-column, window-margins, window-next-buffers,
3367 window-next-sibling, window-new-normal, window-new-total,
3368 window-normal-size, window-parameter, window-parameters, window-parent,
3369 window-pixel-edges, window-point, window-prev-buffers,
3370 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
3371 window-start, window-text-height, window-top-child, window-top-line,
3372 window-total-height, window-total-width and window-use-time to the list
3373 of functions without side-effects.
3374 (toplevel): Add window-valid-p to the list of error-free functions
3375 without side-effects.
3376
53fc914f
AM
33772012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3378
f5925cd9
SM
3379 * textmodes/ispell.el (ispell-program-name):
3380 Update spellchecker parameters when customized.
53fc914f 3381
9749e2b0
GM
33822012-11-04 Glenn Morris <rgm@gnu.org>
3383
3384 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
3385
2cbafa56
CY
33862012-11-04 Chong Yidong <cyd@gnu.org>
3387
3388 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
3389 same-window-* variables.
3390
85178ca1
JL
33912012-11-04 Juri Linkov <juri@jurta.org>
3392
3393 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
3394 (isearch-describe-key, isearch-describe-mode): Use a display
3395 action instead of binding same-window-* variables (Bug#10040).
3396
5c677d44
GM
33972012-11-03 Glenn Morris <rgm@gnu.org>
3398
49138400
GM
3399 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3400 Rename handler properties back from cl-- to cl-. (Bug#12788)
3401
5c677d44
GM
3402 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
3403
1d4341f9
EZ
34042012-11-03 Eli Zaretskii <eliz@gnu.org>
3405
3406 * term/pc-win.el: Don't load term/internal from here.
3407
3408 * loadup.el: Load term/internal from here.
3409
12fd5ee1
FEG
34102012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
3411
3412 * progmodes/python.el (inferior-python-mode): Fix hang in
3413 jit-lock (Bug#12645).
3414
43bcfda6
MR
34152012-11-03 Martin Rudalics <rudalics@gmx.at>
3416
3417 * window.el (switch-to-visible-buffer)
3418 (switch-to-buffer-preserve-window-point): Fix doc-strings.
3419
376a8e83
GM
34202012-11-03 Glenn Morris <rgm@gnu.org>
3421
3422 * emacs-lisp/cl-lib.el (cl--random-time):
3423 Rename from cl-random-time. (Bug#12773)
3424 (cl--gensym-counter, cl--random-state): Update callers.
3425 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
3426
0f7b074f
CY
34272012-11-03 Chong Yidong <cyd@gnu.org>
3428
3429 * cus-start.el: Make cursor-type customizable (Bug#11633).
3430
3a6851d9
GM
34312012-11-02 Glenn Morris <rgm@gnu.org>
3432
00a3b041
GM
3433 * filecache.el: No need to load find-lisp when compiling.
3434 (find-lisp-find-files): Autoload it.
3435 (file-cache-add-directory-recursively): Don't require find-lisp.
3436
11fef14a
GM
3437 * image.el (image-type-from-file-name): Trivial simplification.
3438
3a6851d9
GM
3439 * emacs-lisp/bytecomp.el (byte-compile-eval):
3440 Decouple "noruntime" and "cl-functions" warnings.
3441
b4b096e4
SB
34422012-11-01 Stephen Berman <stephen.berman@gmx.net>
3443
3444 * play/gomoku.el (gomoku-display-statistics): Update mode line
3445 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
3446
218e997a
MR
34472012-10-31 Martin Rudalics <rudalics@gmx.at>
3448
3449 * window.el (quit-restore-window): If the window has been
3450 created on an existing frame and ended up as the sole window on
3451 that frame, do not delete it (Bug#12764).
3452
b08b6da7
SM
34532012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3454
3618df45
SM
3455 * progmodes/sh-script.el (sh--inside-noncommand-expression):
3456 Rename from sh--inside-arithmetic-expression, handle more cases
3457 (bug#11263).
3458
b08b6da7
SM
3459 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
3460 (sh-font-lock-open-heredoc): Use it (bug#12770).
3461
4ddedf94
GM
34622012-10-30 Glenn Morris <rgm@gnu.org>
3463
f43a5263
GM
3464 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
3465
4ddedf94
GM
3466 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
3467
748b0d84
CY
34682012-10-29 Chong Yidong <cyd@gnu.org>
3469
b5dd9a77
CY
3470 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
3471 function key is stored in a keyboard macro (Bug#4894).
3472
748b0d84
CY
3473 * thingatpt.el (number-at-point): Apply a thing-at-point property.
3474
e07fcbdc
SM
34752012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3476
d7f9cc85
SM
3477 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
3478 header comments".
3479 (diff-unified->context, diff-context->unified)
3480 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
3481
c606253c
SM
3482 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
3483
e07fcbdc
SM
3484 * files.el (find-alternate-file): Only ask one question (bug#12487).
3485
894b9dd9
CY
34862012-10-29 Chong Yidong <cyd@gnu.org>
3487
1dc2755a
CY
3488 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
3489 Suggested by Dan Nicolaescu (Bug#6326).
3490
329c48d8
CY
3491 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
3492
2230fa5b 3493 * startup.el (fancy-about-screen): Don't message (Bug#12680).
5c2f2631 3494
e84cad57
CY
3495 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
3496
1913c5f5
CY
3497 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
3498
894b9dd9
CY
3499 * face-remap.el (face-remap-add-relative): Handle the case where a
3500 face-remapping-alist entry is a cons cell (Bug#12762).
3501
329c48d8
CY
35022012-10-29 Kevin Ryde <user42@zip.com.au>
3503
3504 * woman.el (woman-parse-numeric-value): Handle picas correctly
3505 (Bug#12639).
3506
a0ccbcbd
GM
35072012-10-29 Glenn Morris <rgm@gnu.org>
3508
3509 * emacs-lisp/cl.el (defsetf): Doc fix.
3510
b3871e59
SM
35112012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3512
3513 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
3514 syntax to the matching opener, if any (bug#12547).
3515 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
3516 matching open as a "case-(".
3517 (sh-smie-rc-grammar): Add a corresponding rule for it.
3518
cd44022c
DH
35192012-10-28 Daniel Hackney <dan@haxney.org>
3520
3521 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
3522 "PKGNAME-autoloads.el" in case we created it.
3523
70edffb1
SM
35242012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3525
86957a0c
SM
3526 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
3527 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
b9383404 3528 (completion--twq-all): Disable too-strict assertions.
86957a0c 3529
70edffb1
SM
3530 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
3531
d069271c
EZ
35322012-10-27 Eli Zaretskii <eliz@gnu.org>
3533
3534 * profiler.el (profiler-report-make-entry-part): Fix help-echo
3535 text to match the real keybindings.
3536
e2f022a3
JL
35372012-10-27 Juri Linkov <juri@jurta.org>
3538
3539 * wdired.el (wdired-keep-marker-rename): New defcustom.
3540 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
3541 (Bug#11795)
3542
3543 * dired.el (dired-keep-marker-rename): Add reference to
3544 `wdired-keep-marker-rename' in the docstring.
3545 Add default character value ?R to display initially in
3546 Customization UI instead of ?@.
3547
df171c23
MR
35482012-10-27 Martin Rudalics <rudalics@gmx.at>
3549
3550 * window.el (display-buffer): In doc-string describe
3551 window-height and window-width alist entries.
3552
3553 * time.el (display-time-world): Restore fit-window-to-buffer
3554 behavior.
3555
05b621a6
CY
35562012-10-27 Chong Yidong <cyd@gnu.org>
3557
3558 * subr.el (insert-buffer-substring-as-yank): Doc fix.
3559
55f197b2
J
35602012-10-26 Jambunathan K <kjambunathan@gmail.com>
3561
3562 * minibuffer.el (completion-category-overrides): New completion
3563 category `bookmark' (bug#11131).
3564
372212df
SM
35652012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3566
150f809c
SM
3567 * emacs-lisp/advice.el (ad-assemble-advised-definition):
3568 Silence bogus compiler warnings for ad-do-it.
3569
372212df
SM
3570 * bookmark.el (bookmark-completing-read): Set the completion category
3571 to `bookmark' (bug#11131).
3572
c5772569
B
35732012-10-26 Bastien <bzg@altern.org>
3574 Stefan Monnier <monnier@iro.umontreal.ca>
3575
3576 * face-remap.el: Use lexical-binding.
3577 (text-scale-adjust): Improve docstring. Use itself for the temporary
3578 overlay-map bindings, so as to repeat the "Use..." message each time.
3579
a2be0357
SM
35802012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3581
63314e57
SM
3582 * emacs-lisp/macroexp.el (macroexp--expand-all):
3583 Obey byte-compile-warning-enabled-p (bug#12486).
3584
a2be0357
SM
3585 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
3586 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
3587
8c7727c3
MR
35882012-10-26 Martin Rudalics <rudalics@gmx.at>
3589
3590 * mouse.el (mouse-drag-line): Move last form into preceding when
3591 clause (Bug#12731).
3592
3593 * help.el (resize-temp-buffer-window): Fix doc-string.
3594
3f2a848d
DE
35952012-10-25 David Engster <deng@randomsample.de>
3596
3597 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
a2be0357 3598 Remove. This feature is already integrated in imenu.
3f2a848d
DE
3599
3600 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
3601 always loaded. Require `speedbar' unconditionally.
3602
a7723be6
SM
36032012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3604
aaabfc8b
SM
3605 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
3606
414a8595
SM
3607 * minibuffer.el (minibuffer-force-complete): Fix thinko.
3608
fb5b9475
SM
3609 * net/ldap.el (ldap-search-internal): The official ldif format starts
3610 with a "version: 1" header (bug#12724).
3611
a7723be6
SM
3612 * emacs-lisp/package.el (package-installed-p): Warn if not ready
3613 (bug#12721).
3614
a05cb6e3
GM
36152012-10-25 Glenn Morris <rgm@gnu.org>
3616
3617 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
3618
3c92de70
SM
36192012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3620
3621 * minibuffer.el (minibuffer-force-complete): Use one more marker
3622 for the temporary-overlay-map command (bug#12619).
3623
a4b6d7c6
CY
36242012-10-24 Chong Yidong <cyd@gnu.org>
3625
3626 * time.el (display-time-world-mode): Derive from special-mode.
3627 (display-time-world): Use display-buffer (Bug#12708).
3628 (display-time-world-mode-map): Variable deleted.
9321d8d7
CY
3629 (display-time-world-display): Wrap the final delete-char inside
3630 inhibit-read-only.
a4b6d7c6 3631
75e8f9d2
CY
36322012-10-24 Chong Yidong <cyd@gnu.org>
3633
cd996018
CY
3634 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
3635 Doc fix.
3636
75e8f9d2
CY
3637 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
3638
d92df117
SM
36392012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3640
3641 * minibuffer.el (completion--all-sorted-completions-location): New var.
3642 (completion--cache-all-sorted-completions)
3643 (completion--flush-all-sorted-completions): Use it.
3644 (completion-in-region, completion-in-region--postch)
3645 (completion-at-point, completion-help-at-point): Use markers in
3646 completion-in-region--data (bug#12619).
3647
9c3e39f3
SM
36482012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3649
c79825bd
SM
3650 * progmodes/compile.el (compilation-start): Try to handle common
3651 quoting of `cd' argument (bug#12640).
3652
9c3e39f3
SM
3653 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
3654 (bug#12671).
3655
a6709bc7
GM
36562012-10-23 Glenn Morris <rgm@gnu.org>
3657
3658 * progmodes/gud.el (gud-menu-map):
3659 Check gdb-active-process is bound. (Bug#12358)
3660
d1069532
SM
36612012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3662
d20d69c0
SM
3663 * repeat.el (repeat): Set real-this-command (bug#12232).
3664
d1069532
SM
3665 * htmlfontify.el (hfy-post-html-hook):
3666 * filesets.el (filesets-cache-fill-content-hook):
3667 * arc-mode.el (archive-extract-hook):
3668 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
3669 * net/rcirc.el (rcirc-sentinel-functions)
3670 (rcirc-receive-message-functions, rcirc-activity-functions)
3671 (rcirc-print-functions):
3672 * net/dbus.el (dbus-event-error-functions):
3673 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
3674 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
3675 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
3676 * term/sun.el (sun-raw-prefix-hooks):
3677 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
3678
f7eac6d8
MA
36792012-10-23 Michael Albinus <michael.albinus@gmx.de>
3680
d1069532
SM
3681 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3682 Set `tramp-chunksize' to 1. This improves the performance.
f7eac6d8
MA
3683 (tramp-smb-wait-for-output): Add timeout to
3684 `tramp-accept-process-output' calls.
3685
608d9d7c
CY
36862012-10-23 Chong Yidong <cyd@gnu.org>
3687
49238e7f
CY
3688 * faces.el (font-list-limit): Define as an obsolete variable.
3689
3690 * startup.el (command-line):
3691 * cus-start.el: Don't refer to font-list-limit.
3692
608d9d7c
CY
3693 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
3694
4ff5b1b2
SM
36952012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3696
3697 * subr.el (internal-temp-output-buffer-show): Rename from
3698 temp-output-buffer-show, since previously compiled files expect this name.
3699
ea1d4aac
GM
37002012-10-23 Glenn Morris <rgm@gnu.org>
3701
3702 * image.el (image-type-from-file-name): If multiple types match,
3703 return the first one that is supported. (Bug#9045)
3704
eda82a31
GM
37052012-10-22 Glenn Morris <rgm@gnu.org>
3706
3707 * image.el (imagemagick-enabled-types): Doc fix.
3708
4f020bec
TA
37092012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
3710
3711 * progmodes/which-func.el (which-func-current): The hash-table may have
3712 an explicit nil (bug#12338).
3713
c77d37e2
SM
37142012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3715
3716 * electric.el (electric-pair-delete-selection-self-insert-function):
3717 Rename to electric-pair-will-use-region, return a boolean.
3718 (electric-pair-mode): Adjust accordingly. Don't require delsel.
3719
3720 * delsel.el (delete-selection-helper): Use a function instead of a hook.
3721 (delete-selection-pre-hook): Use use-region-p.
3722 (delete-selection-self-insert-function): Remove.
3723 (self-insert-command): Obey self-insert-uses-region-functions.
3724 (self-insert-iso): Revert to previous setting, since we don't actually
3725 know what that command does.
3726 (delete-selection-self-insert-hooks): Remove.
3727
b1d39ccc
SL
37282012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
3729
3730 * delsel.el (delete-selection-helper): New function, extracted from
3731 delete-selection-pre-hook.
3732 (delete-selection-pre-hook): Use it.
3733 (delete-selection-self-insert-function): New function.
3734 (delete-selection-self-insert-hooks): New hook.
3735 (self-insert-command, self-insert-iso): Use it.
3736 * electric.el (electric-pair-syntax): New function, extracted from
3737 electric-pair-post-self-insert-function.
3738 (electric-pair-post-self-insert-function): Use it.
3739 (electric-pair-delete-selection-self-insert-function): New function.
3740 (electric-pair-mode): Require delsel and setup
3741 delete-selection-self-insert-hooks (bug#11520).
3742
045ef729
CY
37432012-10-20 Chong Yidong <cyd@gnu.org>
3744
4c5d08a8
CY
3745 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
3746 no changes to show (Bug#12586).
3747
045ef729
CY
3748 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
3749 list explicitly (Bug#12571).
3750
3503c798 37512012-10-20 Arne Jørgensen <arne@arnested.dk>
79e1997a 3752
b1d39ccc
SL
3753 * progmodes/flymake.el (flymake-create-temp-inplace):
3754 Use file-truename.
79e1997a 3755
2068905b
EZ
37562012-10-20 Eli Zaretskii <eliz@gnu.org>
3757
3758 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
3759
4c9e9550
JB
37602012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
3761
3762 * calc/calc-units.el (math-extract-units): Properly extract powers
3763 of units.
3764
1a6e7e38
DC
37652012-10-20 Daniel Colascione <dancol@dancol.org>
3766
3767 * frame.el (make-frame): Set x-display-name as we used to in order
3768 to unbreak creating an X11 frame from an Emacs daemon started
3769 without a display.
3770
8e808318
SM
37712012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3772
3773 * minibuffer.el (minibuffer-force-complete): Make the next completion use
f5925cd9 3774 the same completion-field (bug#12221).
8e808318 3775
fb0104da
MR
37762012-10-19 Martin Rudalics <rudalics@gmx.at>
3777
3778 * emacs-lisp/debug.el (debug): Record height of debugger window
3779 also when debugger will be back (Bug#8789).
3780
8c27235e
CY
37812012-10-18 Chong Yidong <cyd@gnu.org>
3782
3783 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
3784 Convert to defcustom.
3785 (gdb-get-source-file): Don't bind pop-up-windows.
3786
3787 * progmodes/gud.el (gud-display-line): Don't specially re-use
3788 other frames for the gdb-mi case (Bug#12648).
3789
90eacf99
SM
37902012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3791
aaf0c300
SM
3792 * emacs-lisp/advice.el: Clean up commentary a bit.
3793 (ad-do-advised-functions, ad-with-originals): Use `declare'.
3794 (byte-code-function-p): Never redefine.
3795
90eacf99
SM
3796 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
3797
281c9d2b
GM
37982012-10-18 Glenn Morris <rgm@gnu.org>
3799
40714e3d
GM
3800 * dired.el (dired-sort-toggle): Some ls implementations only allow
3801 a single option string. (Bug#12666)
3802
281c9d2b
GM
3803 * minibuffer.el (completion-cycle-threshold): Doc fix.
3804
b278604e
KH
38052012-10-17 Kenichi Handa <handa@gnu.org>
3806
90eacf99
SM
3807 * international/mule.el (set-keyboard-coding-system):
3808 Recover input meta mode when the new coding system doesn not use 8-bit.
b278604e
KH
3809 Supply TERMINAL arg to set-input-meta-mode.
3810
df171c23 38112012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
7ebc5f5a
MH
3812
3813 * wdired.el (wdired-old-marks): New variable.
3814 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
3815 (wdired-do-renames): Move point with renamed file and don't lose
3816 mark status (Bug#11795).
3817
e5a94ec4
JL
38182012-10-16 Juri Linkov <juri@jurta.org>
3819
3820 * replace.el (query-replace-help): Mention multi-buffer replacement
3821 keys in the Help message. (Bug#12655)
3822
d18a0d24
CY
38232012-10-15 Chong Yidong <cyd@gnu.org>
3824
3825 * emacs-lisp/byte-run.el (defsubst): Doc fix.
3826
8111f5e6
EZ
38272012-10-14 Eli Zaretskii <eliz@gnu.org>
3828
7b9abf24
EZ
3829 * window.el (display-buffer): Doc fix.
3830
8111f5e6
EZ
3831 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3832 Adjust the msft regexp to the output of Studio 2010, and move msft
3833 before edg-1. See the discussion on emacs-devel,
3834 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
3835 for the details.
3836
5046ef67
SM
38372012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3838
9760c73c
SM
3839 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
3840 (oset): Move uses of object-class-fast macro after its definition.
3841
5046ef67
SM
3842 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
3843
0d11ff1c
CY
38442012-10-13 Chong Yidong <cyd@gnu.org>
3845
3846 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
3847 enabled, re-enable it (Bug#11963).
3848
88ded8ac
MR
38492012-10-13 Martin Rudalics <rudalics@gmx.at>
3850
3851 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
3852 non-nil, restore window configuration (Bug#12623).
3853
bd0ffffd
SM
38542012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3855
06485aa8
SM
3856 * help-fns.el (describe-variable, describe-function-1):
3857 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
3858
bd0ffffd
SM
3859 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
3860
3a989246
GM
38612012-10-12 Glenn Morris <rgm@gnu.org>
3862
3863 * mail/rmailsum.el (rmail-header-summary):
3864 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
3865
55cd00c8
FEG
38662012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
3867
bd0ffffd
SM
3868 * progmodes/python.el (python-mode-map):
3869 Replace subtitute-key-definition with proper command remapping.
55cd00c8
FEG
3870 (python-nav--up-list): Fix behavior for blocks on the same level.
3871
ac9fc2c7
SM
38722012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3873
d8cc4c00 3874 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
d8cc4c00 3875
5253a5fd
SM
3876 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
3877 changes to the format of load-history.
3878
ac9fc2c7
SM
3879 * international/mule-cmds.el (read-char-by-name): Move let-binding of
3880 completion-ignore-case in case that var is buffer-local (bug#12615).
3881
cde44a77
KH
38822012-10-11 Kenichi Handa <handa@gnu.org>
3883
3884 * international/eucjp-ms.el: Re-generated.
3885
4ef4a10d
KH
38862012-10-10 Kenichi Handa <handa@gnu.org>
3887
3888 * select.el (xselect--encode-string): If a coding is specified for
3889 selection, and that is compatible with COMPOUND_TEXT, use it.
3890
9d7f027b
MR
38912012-10-10 Martin Rudalics <rudalics@gmx.at>
3892
3893 * window.el (switch-to-buffer-preserve-window-point): New option.
ac9fc2c7
SM
3894 (switch-to-buffer):
3895 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
9d7f027b 3896
238f3a58
SM
38972012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
3898
3899 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
3900 Don't document nil as a useful value (bug#12583).
3901
1d51f99c
MA
39022012-10-09 Michael Albinus <michael.albinus@gmx.de>
3903
238f3a58
SM
3904 * net/tramp.el (tramp-debug-message):
3905 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
1d51f99c
MA
3906 (with-tramp-progress-reporter): Rename from
3907 `tramp-with-progress-reporter'.
238f3a58
SM
3908 (with-tramp-file-property, with-tramp-connection-property):
3909 Move from tramp-cache.el, rename from `with-file-property' and
1d51f99c
MA
3910 `with-connection-property', respectively.
3911
3912 * net/tramp-cache.el: Remove `with-file-property' and
3913 `with-connection-property'.
3914
3915 * net/tramp.el:
3916 * net/tramp-gvfs.el:
3917 * net/tramp-sh.el:
3918 * net/tramp-smb.el: Adapt callees.
3919
3920 * net/trampver.el: Update release number.
3921
26b77251
GM
39222012-10-09 Glenn Morris <rgm@gnu.org>
3923
9a5f296f
GM
3924 * w32-fns.el (set-message-beep):
3925 * term/w32-win.el (set-message-beep): Update declarations.
3926
94c66ce5
SM
39272012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
3928
10766e9e
SM
3929 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
3930 (mode-line-widen, mode-line-input-method-map)
3931 (mode-line-coding-system-map, mode-line-remote)
3932 (mode-line-unbury-buffer, mode-line-bury-buffer)
3933 (mode-line-next-buffer, mode-line-previous-buffer):
3934 Replace save-selected-window+select-window => with-selected-window.
3935
f754db08
SM
3936 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
3937 * progmodes/cc-vars.el (bq-process): Remove, unused.
3938
94c66ce5
SM
3939 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
3940
a4ff7fe1
FEG
39412012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
3942
3943 Implemented `backward-up-list'-like navigation.
3944 * progmodes/python.el (python-nav-up-list)
3945 (python-nav-backward-up-list): New functions.
3946 (python-mode-map): Define substitute key for backward-up-list to
3947 python-nav-backward-up-list.
3948
24517d82
FEG
39492012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
3950
3951 * progmodes/python.el (python-fill-paragraph): Rename from
3952 python-fill-paragraph-function. Fixed fill-paragraph for
3953 decorators (Bug#12605).
3954
51867ae2
FEG
39552012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
3956
3957 * progmodes/python.el (python-shell-output-filter): Handle extra
3958 carriage return in OSX (Bug#12409).
3959
a5b773c4
FEG
39602012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
3961
3962 Fix shell handling of unbalanced quotes and parens in output.
94c66ce5 3963 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
a5b773c4
FEG
3964 (python-syntax-propertize-function): Use it.
3965 (python-shell-output-syntax-table): New var.
3966 (inferior-python-mode): Prevent unbalanced parens/quotes from
3967 previous output mess with current input context.
3968
13373538
JB
39692012-10-08 Juanma Barranquero <lekktu@gmail.com>
3970
3971 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
3972 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
3973
775a132d
MA
39742012-10-08 Michael Albinus <michael.albinus@gmx.de>
3975
3976 * ffap.el (ffap-replace-file-component): Support Tramp file name
3977 syntax, not only ange-ftp's one.
3978
3ab44929
GM
39792012-10-08 Glenn Morris <rgm@gnu.org>
3980
57f1dee4
GM
3981 * cus-start.el (message-log-max): Set :version.
3982
3ab44929
GM
3983 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
3984
6a088630
MR
39852012-10-08 Martin Rudalics <rudalics@gmx.at>
3986
3987 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
3988 the minibuffer window (Bug#10851).
3989
8dbce54c
FEG
39902012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
3991
3992 Enhancements on forward-sexp movement.
3993 * progmodes/python.el (python-nav-beginning-of-statement)
3994 (python-nav-end-of-statement): Return point-marker.
3995 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
3996 (python-info-current-symbol)
3997 (python-info-statement-starts-block-p): Rename from
3998 python-info-beginning-of-block-p.
3999 (python-info-statement-ends-block-p): Rename from
4000 python-info-end-of-block-p.
4001 (python-info-beginning-of-statement-p)
4002 (python-info-end-of-statement-p)
4003 (python-info-beginning-of-block-p, python-info-end-of-block-p):
4004 New functions.
4005
5acd2b3e
SM
40062012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4007
4008 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
4009 frame-selected-windows.
4010
e08348a0
DC
40112012-10-08 Daniel Colascione <dancol@dancol.org>
4012
4013 * battery.el (battery-status-function): Check for
4014 w32-battery-status itself, not system-time windows-nt.
4015
4016 * frame.el: Require cl-lib.
4017 (display-format-alist): New variable mapping frame types to
4018 functions that initialize them.
4019 (window-system-for-display): New function: interprets
4020 display-format-alist.
4021 (make-frame-on-display): Remove existing display-selection logic
4022 and just forward to make-frame, which will now DTRT.
4023 (make-frame): Restructure to use window-system-for-display to
4024 figure out how to create a frame on a given display.
4025 (display-mouse-p): Look for frame-type w32, not a particular
4026 system-type.
4027
4028 * loadup.el: Load w32 lisp code when we have the w32 feature.
4029
4030 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
4031 system-type windows-nt.
4032
4033 * server.el (server-create-window-system-frame): Look for window
4034 type.
4035 (server-proces-filter): Only force a window system when windows-nt
4036 _and_ w32. Explain why.
4037
4038 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
4039 of window systems we configure for the mode.
4040
4041 * startup.el (command-line): Mark window system is initialized
4042 after we've done it.
4043
4044 * common-win.el (x-select-text): Look for w32, not windows-nt.
4045
4046 * ns-win.el: Require cl-lib. Add ourselves to
4047 display-format-alist.
4048 (ns-initialize-window-system): Assert we're not initialized twice.
4049
4050 * w32-win.el: Enable lexical binding; require cl-lib; add
4051 ourselves to display-format-alist.
4052 (w32-handle-dropped-file): Convert incoming dropped files from
4053 Windows paths to Cygwin ones before passing them on to the rest of
4054 Emacs.
4055 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
4056 (w32-initialize-window-system): Assert we're not initialized twice.
4057
4058 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
4059 (x-initialize-window-system): Assert we're not initialized twice.
4060
4061 * w32-common-fns.el: New File.
4062 (w32-version, w32-using-nt, w32-get-clipboard-data)
4063 (w32-set-clipboard-data, x-set-selection, x-get-selection)
4064 (w32-charset-info-alist, x-last-selected, text)
4065 (x-get-selection-value, x-selection-value): Move here.
4066
4067 * w32-fns.el: Require w32-common-fns.
4068 (w32-version, w32-using-nt, w32-get-clipboard-data)
4069 (w32-set-clipboard-data, x-set-selection, x-get-selection)
4070 (w32-charset-info-alist, x-last-selected, text)
4071 (x-get-selection-value, x-selection-value): Move to
4072 w32-common-fns.
4073
4074 * w32-vars.el:
4075 (w32-allow-system-shell, w32-system-shells): Define only in
4076 non-cygwin case.
4077
795b1482
SM
40782012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4079
4080 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
4081 (read-passwd): Remove a few more potential sources of leaks.
4082
f27c99dc
FEG
40832012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4084
4085 * progmodes/python.el (inferior-python-mode)
795b1482 4086 (python-shell-make-comint): Fix initialization of local
f27c99dc
FEG
4087 variables copied from parent buffer.
4088
fcacb558
JD
40892012-10-07 Jan Djärv <jan.h.d@swipnet.se>
4090
4091 * term/ns-win.el (ns-read-file-name): Update declaration to match
4092 nsfns.m.
4093 (ns-respond-to-change-font): Change fontsize separatly so we are sure
4094 it is set when font is acted upon.
4095
be0d5bae
FEG
40962012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4097
4098 Enhancements to indentation.
4099 * progmodes/python.el (python-indent-context): Give priority to
4100 inside-string context. Make comments indentation markers.
4101 (python-indent-region): Do not mess with strings, unless it's the
4102 enclosing set of quotes.
4103
13af0d10
SM
41042012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4105
662a9d0e
SM
4106 * window.el (internal--before-save-selected-window)
4107 (internal--after-save-selected-window): New functions extracted from
4108 save-selected-window. Make sure we return the `alist' we construct.
4109 (save-selected-window): Use them.
4110
4111 * textmodes/tex-mode.el (tex-recenter-output-buffer):
4112 Use with-selected-window.
4113
13af0d10
SM
4114 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
4115 forms that define macros (bug#12593).
4116
6aa75fb6
KH
41172012-10-07 Kenichi Handa <handa@gnu.org>
4118
13af0d10
SM
4119 * international/mule-conf.el (compound-text-with-extensions):
4120 Add :mime-charset property as x-ctext.
6aa75fb6 4121
78d876b9
SM
41222012-10-07 Stefan Merten <smerten@oekonux.de>
4123
4124 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
4125 (rst-indent-literal-normal, rst-indent-literal-minimized)
4126 (rst-indent-comment): Correct :version tag.
557337e9 4127 (rst-official-cvs-rev): Correct version string.
78d876b9 4128
99a1e701
GM
41292012-10-07 Glenn Morris <rgm@gnu.org>
4130
4131 * mail/rmailmm.el (rmail-mime-process-multipart):
4132 Do not confuse a multipart message with an epilogue
4133 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
4134
08f18c3d
FEG
41352012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4136
4137 Fix shell output retrieval and comint-prompt-regexp init.
4138 * progmodes/python.el (inferior-python-mode):
4139 (python-shell-make-comint): Fix initialization of
4140 comint-prompt-regexp from copied file local variables.
4141 (python-shell-fetched-lines): Remove var.
4142 (python-shell-output-filter-in-progress): Rename from
4143 python-shell-fetch-lines-in-progress.
4144 (python-shell-output-filter-buffer): Rename from
4145 python-shell-fetch-lines-string.
4146 (python-shell-fetch-lines-filter): Delete function.
4147 (python-shell-output-filter): New function.
4148 (python-shell-send-string-no-output): Use them.
4149
82ed3ab4
GM
41502012-10-07 Glenn Morris <rgm@gnu.org>
4151
1595ecfa
GM
4152 * hi-lock.el (hi-lock-process-phrase):
4153 Try to make it less fragile. (Bug#7161)
4154
82ed3ab4
GM
4155 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
4156
f1f4dba0
GM
41572012-10-06 Glenn Morris <rgm@gnu.org>
4158
addc11ed 4159 * ehelp.el (electric-help-mode): Use help-mode rather than
32939005
GM
4160 non-existent mode `help'.
4161 (electric-help-map): Use button-buffer-map. (Bug#10917)
addc11ed 4162
460042b8
GM
4163 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
4164 (reftex-create-bibtex-footer): Fix custom types.
4165
67667c70
GM
4166 * progmodes/sh-script.el (sh-indent-after-continuation):
4167 Add explicit :group.
4168
18dec750
GM
4169 * textmodes/rst.el (rst-preferred-decorations)
4170 (rst-shift-basic-offset): Clarify obsolescence versions.
4171
d1a1c7e6
GM
4172 * profiler.el (profiler): Add missing group :version tag.
4173 * avoid.el (mouse-avoidance-banish-position):
4174 * proced.el (proced-renice-command):
4175 * calc/calc.el (calc-ensure-consistent-units):
4176 * calendar/icalendar.el (icalendar-import-format-uid):
4177 * net/tramp.el (tramp-save-ad-hoc-proxies):
4178 * progmodes/bug-reference.el (bug-reference-bug-regexp):
4179 * progmodes/flymake.el (flymake-error-bitmap)
4180 (flymake-warning-bitmap, flymake-fringe-indicator-position):
4181 * progmodes/sh-script.el (sh-indent-after-continuation):
4182 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
4183 (verilog-before-save-font-hook, verilog-after-save-font-hook):
4184 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
4185 (vhdl-array-index-record-field-in-sensitivity-list)
4186 (vhdl-indent-comment-like-next-code-line):
4187 * textmodes/reftex-vars.el (reftex-ref-style-alist)
4188 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
4189 (reftex-cite-key-separator, reftex-create-bibtex-header)
4190 (reftex-create-bibtex-footer):
4191 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
4192 (rst-indent-literal-normal, rst-indent-literal-minimized)
4193 (rst-indent-comment): Add missing custom :version tags.
4194
ef35abb4
GM
4195 * calendar/timeclock.el (timeclock-modeline-display):
4196 Add missing obsolete alias for renamed user option.
4197
d1aae614
GM
4198 * strokes.el (strokes-modeline-string):
4199 * emulation/crisp.el (crisp-mode-modeline-string):
4200 * eshell/esh-mode.el (eshell-status-in-modeline):
4201 Aliases to defcustoms must come before the defcustom.
4202
f1f4dba0
GM
4203 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
4204 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
4205 (cal-tex-cursor-week-monday): Doc fixes.
4206 (cal-tex-cursor-week2-summary): Doc fix.
4207 Rename from cal-tex-cursor-week-at-a-glance.
4208
4209 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
4210 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
4211
4212 * calendar/calendar.el (calendar-mode-map):
4213 Add cal-tex-cursor-week2-summary.
4214
d39109c3
SM
42152012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
4216
685f87b0
SM
4217 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
4218
d39109c3
SM
4219 * subr.el (read-passwd-map): New var.
4220 (read-passwd): Use `read-string' again.
4221 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
4222
5694896d
J
42232012-10-06 Jambunathan K <kjambunathan@gmail.com>
4224
4225 * register.el (append-to-register, prepend-to-register):
4226 Deactivate mark, as does `copy-to-register' (bug#12389).
4227
9414dd8d
CY
42282012-10-06 Chong Yidong <cyd@gnu.org>
4229
4230 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
4231
2b89bca4
KH
42322012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
4233
4234 * international/characters.el: Fix simple mistake ((car chars) ->
4235 elt), delete duplicated code.
4236
d5acb99a
GM
42372012-10-06 Glenn Morris <rgm@gnu.org>
4238
4239 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
4240
123ec157
JS
42412012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
4242
4243 * color.el (color-hsl-to-rgb): Fix incorrect results for
4244 small and large hue values. (Bug#12559)
4245
7fa36ccb
FEG
42462012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
4247
4248 Enhancements to docstring formatting when filling paragraphs.
4249 * progmodes/python.el (python-fill-docstring-style): Rename from
4250 python-fill-string-style. Added new style.
4251 (python-fill-string): Use new style. Better checks for
4252 docstrings.
4253
d8788e1e
GM
42542012-10-05 Glenn Morris <rgm@gnu.org>
4255
204f3953
GM
4256 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
4257
d8788e1e
GM
4258 * color.el (color-name-to-rgb, color-rgb-to-hex)
4259 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
4260 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
4261 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4262 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
4263
8d956cef
GM
4264 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
4265
e8757f09 42662012-10-05 Juanma Barranquero <lekktu@gmail.com>
ea9a3563
JB
4267
4268 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
4269 to get the correct size across symlinks.
4270
e8757f09
GM
4271 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
4272
0e2ae83d
JL
42732012-10-04 Juri Linkov <juri@jurta.org>
4274
4275 * replace.el (query-replace-interactive): Declare obsolete.
4276 (query-replace-read-from): Add the last incremental search string
4277 to the list of default values accessible via M-n.
4278 (map-query-replace-regexp): Use `read-regexp'.
4279 (query-replace, query-replace-regexp, query-replace-regexp-eval)
4280 (map-query-replace-regexp, replace-string, replace-regexp):
4281 Fix docstrings to replace mentions of `query-replace-interactive'
4282 with alternatives. (Bug#12526)
4283
93cacb6d
JL
42842012-10-04 Juri Linkov <juri@jurta.org>
4285
4286 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
4287 (dired-pop-to-buffer): Declare obsolete.
4288 (dired-mark-pop-up): Doc fix.
4289
fc345011
FEG
42902012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
4291
4292 Allow user to set docstring style for fill-paragraph.
4293 * progmodes/python.el
4294 (python-fill-comment-function, python-fill-string-function)
4295 (python-fill-decorator-function, python-fill-paren-function):
4296 Remove :safe for defcustoms.
4297 (python-fill-string-style): New defcustom
5694896d 4298 (python-fill-paragraph-function): Enhance context detection.
fc345011
FEG
4299 (python-fill-string): Honor python-fill-string-style settings.
4300
6bab5d8b
MR
43012012-10-04 Martin Rudalics <rudalics@gmx.at>
4302
4303 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
4304 after setting its buffer (Bug#10805).
4305
a1a9f411
FEG
43062012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
4307
4308 Fix cornercase for string syntax.
4309 * progmodes/python.el (python-syntax-propertize-function):
4310 Simplify and enhance the regexp for unescaped quotes. Now it also
4311 matches quotes in weird situations like the single quote in
4312 "something\"'".
4313 (python-syntax-stringify): Simplify num-quotes detecting code.
4314
05e153a6
GM
43152012-10-03 Glenn Morris <rgm@gnu.org>
4316
4317 * help-macro.el (three-step-help):
4318 Revert 2012-09-29 change. (Bug#12567)
4319
2e566ecb
MR
43202012-10-03 Martin Rudalics <rudalics@gmx.at>
4321
96ef9ccd
MR
4322 * menu-bar.el (kill-this-buffer): Don't do anything when
4323 `menu-frame' is not alive or visible (Bug#8184).
4324
2e566ecb
MR
4325 * emacs-lisp/debug.el (debug): When quitting the debugger window
4326 restore current buffer (Bug#12502).
4327
a96e1cb7
CY
43282012-10-02 Chong Yidong <cyd@gnu.org>
4329
5694896d
J
4330 * progmodes/hideif.el (hif-lookup, hif-defined):
4331 Handle semantic-c-takeover-hideif.
a96e1cb7 4332
b3ecad33
PE
43332012-10-02 Paul Eggert <eggert@cs.ucla.edu>
4334
4335 Change sampling interval units from ms to ns.
4336 * profiler.el (profiler-sampling-interval): Change units
4337 from ms to ns, multiplying the default by 1000000 so that
4338 it remains 1 ms.
4339 (profiler-report-cpu-line-format): Give enough room for
4340 the maximum counters on 64-bit hosts.
4341 (profiler-report-render-calltree-1): Call them "CPU samples",
4342 not "Time (ms)", since they are not milliseconds now (and
4343 never really were).
4344
8cb51b66 43452012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
c623f81a 4346
5694896d
J
4347 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
4348 Fix querying BBDB for entries without a last name (Bug#11580).
c623f81a 4349
fd795bf4
CY
43502012-10-02 Chong Yidong <cyd@gnu.org>
4351
4352 * emacs-lisp/eieio.el: Restore Version header.
4353
fe0a74f9
SM
43542012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4355
6be9197e
SM
4356 * vc/diff-mode.el (diff--auto-refine-data): New var.
4357 (diff-hunk): Use it to delay refinement.
4358 (diff-mode): Remove overlays when we turn off font-lock.
4359
18486139
SM
4360 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
4361 (table-initialize-table-fixed-width-mode)
4362 (table-set-table-fixed-width-mode): Remove functions.
4363 (table-command-list): Move initialization into declaration.
4364 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
4365 (table-with-cache-buffer): Use `declare'.
4366 (table-span-cell): Simplify via CSE.
4367 (table-fixed-width-mode): Use define-minor-mode.
4368 (table-call-interactively, table-funcall, table-apply): Remove.
4369 (table-function): New function, to replace them.
4370
d83ef976
SM
4371 * bookmark.el (bookmark-search-pattern): Remove var.
4372 (bookmark-read-search-input): Remove function.
4373 (bookmark-bmenu-search): Reimplement using a minibuffer.
4374
cd386662
SM
4375 * faces.el (modeline): Remove obsolete face name.
4376
fe0a74f9
SM
4377 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
4378 and give a non-nil default value.
4379 (add-change-log-entry): Simplify accordingly.
4380
9f7b98f8
DG
43812012-10-01 Dmitry Gutov <dgutov@yandex.ru>
4382
4383 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
4384 (vc-git-log-edit-toggle-amend): New function.
4385 (vc-git-log-edit-toggle-signoff): New function.
4386 (vc-git-log-edit-mode): New major mode.
4387 (vc-git-log-edit-mode-map): Keymap for it.
4388 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
4389
4390 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
4391 header names.
4392 (log-edit-toggle-header): New function.
4393 (log-edit-extract-headers): Accept function values in HEADERS alist.
4394
62a81506
CY
43952012-10-01 David Engster <deng@randomsample.de>
4396
4397 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
4398 from symbol property and change message to be more consistent with
4399 Emacs proper.
4400 (eieio-describe-generic): Add filename for each implementation.
4401 Fix indices for generic and normal methods.
4402 (eieio-method-def, eieio-class-def): New buttons.
4403 (eieio-help-find-method-definition)
4404 (eieio-help-find-class-definition): New functions.
4405 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
4406 class, constructor and method definitions.
4407
4408 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
4409 information in symbol property.
4410 (scoped-class): Remove.
4411 (eieio-slot-name-index, call-next-method): Check if it is bound.
4412
44132012-10-01 Leo P. White <lpw25@cam.ac.uk>
4414
4415 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
4416 (eieio-custom-mode): New major mode.
4417 (eieio-customize-object): Use it.
4418
44192012-10-01 Eric Ludlam <zappo@gnu.org>
4420
4421 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
4422 specifying the expected class, and whether subclassing is allowed.
4423 (eieio-persistent-convert-list-to-object):
1f9f395d
JB
4424 (eieio-persistent-validate/fix-slot-value)
4425 (eieio-persistent-slot-type-is-class-p): New functions.
4426 (eieio-named::slot-missing): Doc fix.
62a81506
CY
4427
4428 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
4429 Stop using unused publd variable.
4430
4431 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
4432 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
4433 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
4434 (eieio-speedbar-handle-click): Do not specify a class for the
4435 method. Fixes method invocation order problems with EDE.
4436
375e49d4
SM
44372012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4438
4439 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
4440 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
4441
16ce6ccd
KF
44422012-10-01 Karl Fogel <kfogel@red-bean.com>
4443
4444 * bookmark.el (bookmark-version-control): Give tags in the
4445 :type choices (Bug#12309), and improve doc string.
e4c4abdd
KF
4446 (bookmark-write-file): Bind `print-circle' to `t' to allow
4447 circular custom bookmark types. (Bug#12503)
16ce6ccd 4448
19e54a4d
PE
44492012-10-01 Paul Eggert <eggert@cs.ucla.edu>
4450
86ec63ba
PE
4451 Revert the FOLLOW-SYMLINKS change for file-attributes.
4452 * files.el (remote-file-name-inhibit-cache, after-find-file):
4453 * time.el (display-time-file-nonempty-p): Undo last change.
4454
19e54a4d
PE
4455 * profiler.el (profiler-sampling-interval): Change default back to 1.
4456 See Stefan Monnier in
4457 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
4458
0478776b
FEG
44592012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
4460
4461 Shell output catching a la gud-gdb.
4462 * progmodes/python.el (python-shell-fetch-lines-in-progress)
375e49d4
SM
4463 (python-shell-fetch-lines-string, python-shell-fetched-lines):
4464 New Vars.
0478776b
FEG
4465 (python-shell-fetch-lines-filter): New function.
4466 (python-shell-send-string-no-output): Use them.
4467
c22bac2c
TM
44682012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
4469
4470 * profiler.el (profiler-sampling-interval): Rename from
4471 profiler-sample-interval.
4472 (profiler-sampling-interval): Default to 10.
4473 (profiler-find-profile): New command (was profiler-find-log).
4474 (profiler-find-profile-other-window): New command.
4475 (profiler-find-profile-other-frame): New command.
4476 (profiler-profile): Introduce API-level data structure.
4477
e7a2937b
PE
44782012-09-30 Paul Eggert <eggert@cs.ucla.edu>
4479
4480 file-attributes has a new optional arg FOLLOW-SYMLINKS.
4481 * files.el (remote-file-name-inhibit-cache):
4482 * time.el (display-time-file-nonempty-p): Use it.
4483 * files.el (after-find-file): Don't chase links before calling
4484 file-exists-p, as file-exists-p already does the right thing.
4485
4f595e15
RA
44862012-09-30 Ralf Angeli <angeli@caeruleus.net>
4487
4488 Merge from standalone RefTeX repository.
4489
4490 The following ChangeLog entries are shortened versions of the
4491 original ones with file paths adapted. A not so strongly edited
4492 version of the original ChangeLog can be found in the commit log.
4493
4494 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
375e49d4
SM
4495 (reftex-arg-cite): Use `reftex-cite-key-separator'.
4496 Correctly handle new value type returned by `reftex-citation'.
4f595e15
RA
4497
4498 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
375e49d4
SM
4499 that entries with whitespace at various places are found.
4500 Doc fix. Include entries that are cross-referenced from cited entries.
4f595e15
RA
4501 Include @String definitions in the resulting bib file. Add header
4502 and footer defined in `reftex-create-bibtex-header' and
4503 `reftex-create-bibtex-footer'.
4504 (reftex-do-citation): Make it possible again to insert
4505 non-existent entries. Save match data when asking for optional
4506 arguments. Return all keys, not just the first one.
4507 (reftex-all-used-citation-keys): Fix regexp to correctly extract
4508 all citations in the same line.
4509 (reftex-parse-bibtex-entry): Accept additional optional argument
4510 `raw' and keep quotes or braces if it is non-nil. Match fields
4511 containing hyphens besides word constituents.
4512 (reftex-get-string-refs): New function.
4513 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
4514 and ask if it should be reread in case it did.
4515 (reftex-pop-to-bibtex-entry)
4516 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
4517 entries with spaces or tabs in front of arguments.
4518 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
375e49d4
SM
4519 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
4520 Match entries containing numbers and symbol constituents.
4521 (reftex-do-citation, reftex-figure-out-cite-format):
4522 Use `reftex-cite-key-separator'.
4f595e15
RA
4523
4524 * textmodes/reftex-dcr.el: Move provide statement to end of file.
4525 (reftex-mouse-view-crossref): Explain why point is set.
4526
4527 * textmodes/reftex-global.el: Whitespace changes.
4528
4529 * textmodes/reftex-index.el: Move provide statement to end of
4530 file.
4531 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
4532 (reftex-index-visit-phrases-buffer): Set marker when visiting
4533 buffer. This allows for returning from the phrases file to the
4534 file one was just editing instead of the file where the last
4535 phrases was added from.
4536 (reftex-index-phrases-syntax-table): New variable. Give ?\"
4537 punctuation syntax as it usually is not used as string quote in
4538 TeX-related modes and may occur unmatched. The change also
4539 prevents fontification of quoted content.
4540 (reftex-index-phrases-mode): Use it.
4541
375e49d4
SM
4542 * textmodes/reftex-parse.el (reftex-parse-from-file):
4543 Move backward one char if a `\' was matched after a section macro.
4f595e15
RA
4544 (reftex-parse-from-file): Use beginning of match instead of end as
4545 bound.
4546
4547 * textmodes/reftex-ref.el: Adapt creation of
4548 `reftex-<package>-<macro>' functions to new structure of
4549 `reftex-ref-style-alist'.
375e49d4
SM
4550 (reftex-reference): Use `reftex-ref-style-list' function.
4551 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
4f595e15
RA
4552 reference macro if `reftex-ref-macro-prompt' is non-nil.
4553 (reftex-reference): Pass refstyle to `reftex-format-special'.
4554 Determine reference macro by looking at
375e49d4
SM
4555 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
4556 Use only one special format function.
4f595e15
RA
4557 (reftex-varioref-vref, reftex-fancyref-fref)
4558 (reftex-fancyref-Fref): Remove definitions. The functions are now
4559 generated from `reftex-ref-style-alist'.
4560 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
4561 Remove.
4562 (reftex-format-special): New function.
4563
4564 * textmodes/reftex-sel.el
4565 (reftex-select-cycle-ref-style-internal): Adapt to new structure
4566 of `reftex-ref-style-alist'. Remove code for testing macro type.
4567 (reftex-select-toggle-varioref)
4568 (reftex-select-toggle-fancyref): Remove.
4569 (reftex-select-cycle-ref-style-internal)
4570 (reftex-select-cycle-ref-style-forward)
4571 (reftex-select-cycle-ref-style-backward): New functions.
4572 (reftex-select-label-map): Use `v' and `V' for general cycling
4573 through reference styles. Add `p' for switching between number
4574 and page reference types.
4575
375e49d4
SM
4576 * textmodes/reftex-toc.el (reftex-re-enlarge):
4577 Call `enlarge-window' only if there is something to do because in Emacs
4f595e15
RA
4578 the horizontal version throws an error even if the parameter is 0.
4579
4580 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
4581 (reftex-plug-into-AUCTeX): Doc fix.
4582 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
4583 string. Adapt to new name.
4584 (reftex-ref-style-alist): Change structure so that it is not
4585 possible to use multiple different package names within a style.
375e49d4
SM
4586 Remove the symbols for symbols for macro type distinction.
4587 Add characters for macro selection.
4f595e15
RA
4588 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
4589 (reftex-create-bibtex-footer): New variables.
4590 (reftex-format-ref-function): Mention third argument of special
4591 format function.
375e49d4
SM
4592 (reftex-ref-style-alist, reftex-ref-style-default-list):
4593 New variables.
4f595e15
RA
4594 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
4595 to new implementation. Mark as obsolete. Add compatibility code
4596 for honoring the variable values in case they are set.
375e49d4
SM
4597 (reftex-cite-format-builtin, reftex-bibliography-commands):
4598 Add support for ConTeXt.
4599 (reftex-format-ref-function, reftex-format-cite-function):
4600 Fix custom type.
4f595e15
RA
4601 (reftex-cite-key-separator): New variable.
4602
4603 * textmodes/reftex.el (reftex-syntax-table-for-bib)
4604 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
4605 `reftex-syntax-table' because parens have to retain their paren
4606 syntax in order for parsing of BibTeX entries like @book(...) to
4607 work.
4608 (reftex-in-comment): Do not error out if `comment-start-skip' is
4609 not set. Deal correctly with escaped comment characters.
375e49d4
SM
4610 (reftex-tie-multifile-symbols): Add doc string.
4611 Initialize `reftex-ref-style-list'.
4f595e15
RA
4612 (reftex-untie-multifile-symbols): Add doc string.
4613 (reftex-add-index-macros): Doc fix.
4614 (reftex-ref-style-activate, reftex-ref-style-toggle)
4615 (reftex-ref-style-list): New functions.
4616 (reftex-mode-menu): Use them. Adapt to new structure of
4617 `reftex-ref-style-alist'.
4618 (reftex-select-with-char): Kill the RefTeX Select buffer when
4619 done.
4620 (reftex-remove-if): New function.
4621 (reftex-erase-all-selection-and-index-buffers)
4622 (reftex-mode-menu): Reference styles are now computed from
4623 `reftex-ref-style-alist'. Fix typo.
4624 (reftex-report-bug): New function.
4625 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
4626 algorithms with O(n log n). Introduce optional argument SORT (not
4627 yet used).
4628
440ba395
FEG
46292012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
4630
4631 Enhancements for triple-quote string syntax.
375e49d4
SM
4632 * progmodes/python.el (python-syntax-propertize-function):
4633 Match both quote cases in one regexp.
440ba395
FEG
4634 (python-syntax-stringify): Handle matches properly.
4635
4c478e6b
JL
46362012-09-30 Juri Linkov <juri@jurta.org>
4637
4638 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
93cacb6d 4639 to nil around the call to `insert' to prevent
4c478e6b
JL
4640 directory time modification by lock_file. (Bug#2295)
4641 * tar-mode.el (tar-summarize-buffer): Idem.
4642
d80d54b2
JL
46432012-09-30 Juri Linkov <juri@jurta.org>
4644
4645 * facemenu.el (list-colors-sort): Add option "Luminance".
4646 (list-colors-sort-key): Implement it.
4647
4648 * vc/diff-mode.el (diff-refine-removed):
4649 * vc/ediff-init.el (ediff-fine-diff-A):
4650 * vc/smerge-mode.el (smerge-refined-removed):
4651 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
4652
d7e642cc
JD
46532012-09-30 Jan Djärv <jan.h.d@swipnet.se>
4654
4655 * term/ns-win.el (x-file-dialog): New function.
4656
ee41332b
JB
46572012-09-30 Juanma Barranquero <lekktu@gmail.com>
4658
4659 * ido.el (ido-max-directory-size): Default to nil; the current
4660 default is small for POSIX systems, and impractical on Windows 7
4661 now that lstat returns directory sizes for NTFS.
4662
5938d519
MR
46632012-09-30 Martin Rudalics <rudalics@gmx.at>
4664
4665 In buffer display functions handle window-height/window-width
4666 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
375e49d4
SM
4667 * window.el (window--display-buffer): New argument ALIST.
4668 Obey window-height and window-width alist entries.
4669 (window--try-to-split-window): New argument ALIST.
4670 Bind window-combination-limit to t when the window's size shall be
5938d519
MR
4671 changed and window-combination-limit equals `window-size'.
4672 (display-buffer-in-atom-window)
4673 (display-buffer-in-major-side-window)
4674 (display-buffer-in-side-window, display-buffer-same-window)
4675 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4676 (display-buffer-pop-up-window, display-buffer-below-selected)
4677 (display-buffer-at-bottom, display-buffer-in-previous-window)
4678 (display-buffer-use-some-window): Adjust all callers of
4679 window--display-buffer and window--try-to-split-window.
4680 (fit-frame-to-buffer): New option.
4681 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
4682 is non-nil.
4683 (display-buffer-in-major-side-window): Evaluate window-height /
4684 window-width alist entries.
4685
4686 * help.el (temp-buffer-resize-frames)
4687 (temp-buffer-resize-regexps): Remove options.
4688 (temp-buffer-resize-mode): Adjust doc-string.
4689 (resize-temp-buffer-window): Don't consult
4690 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
4691 temp-buffer-resize-frames.
4692
375e49d4
SM
4693 * dired.el (dired-mark-pop-up):
4694 Call display-buffer-below-selected with a fit-window-to-buffer alist
5938d519
MR
4695 entry.
4696
c4c0c2df
CY
46972012-09-30 Chong Yidong <cyd@gnu.org>
4698
48de8b12
CY
4699 * server.el (server-host): Document the security implications.
4700 (server-auth-key): Doc fix.
4701
4702 * startup.el (initial-buffer-choice): Doc fix.
4703
4704 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
4705
a97dc380
CY
4706 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
4707 restriction change.
4708
d39d3c8e
CY
4709 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
4710
c4c0c2df
CY
4711 * help-fns.el (help-fns--obsolete): Fix last change.
4712
98a5e33b
SM
47132012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
4714
34cf6f39
SM
4715 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
4716 (minor-mode-map-alist): Remove redundant code.
4717
e01c13fe
SM
4718 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
4719 visited in a buffer.
4720 (cvs-insert-visited-file): New function.
4721 (find-file-hook): Use it.
4722
4723 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
4724
02661b3a
SM
4725 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
4726 chose face.
4727 (log-edit-empty-buffer-p): Don't require a space after a header.
4728
43711d4b
SM
4729 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
4730
38a30d64
SM
4731 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
4732
4ffb41a9
SM
4733 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
4734 a proper minor-mode.
4735
98a5e33b
SM
4736 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
4737
de82e29b
GM
47382012-09-29 Glenn Morris <rgm@gnu.org>
4739
5cc2e639
GM
4740 * winner.el (winner-mode): Remove variable (let define-minor-mode
4741 handle it).
4742 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
4743 Doc fixes.
4744 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
4745 (winner-mode): Use define-minor-mode.
4746
7bd302eb
GM
4747 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
4748 the full definition in loaddefs, rather than duplicating it.
4749
2923922f 4750 * help-macro.el (three-step-help): No need to autoload defcustom.
ced08382 4751
0e3e4156
GM
4752 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4753 (inferior-lisp-program, inferior-lisp-load-command)
4754 (inferior-lisp-prompt, inferior-lisp-mode-hook):
2923922f 4755 No need to autoload defcustoms.
0e3e4156 4756
de82e29b
GM
4757 * hippie-exp.el (hippie-expand-try-functions-list)
4758 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
4759 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
4760 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
2923922f 4761 (hippie-expand-only-buffers): No need to autoload defcustoms.
de82e29b
GM
4762 * progmodes/vhdl-mode.el (vhdl-line-expand):
4763 Explicitly load hippie-exp, so it does not get autoloaded
4764 while hippie-expand-try-functions-list is let-bound.
4765
e60b51ab
GM
47662012-09-28 Glenn Morris <rgm@gnu.org>
4767
277f0cfa
GM
4768 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
4769
e60b51ab
GM
4770 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
4771 Only "cl.el" counts as cl these days.
4772
53baf48a
JL
47732012-09-28 Juri Linkov <juri@jurta.org>
4774
4775 Display archive errors in the echo area instead of inserting
4776 to the file buffer.
4777
4778 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
4779 to STDERR-TEST that can be a regexp matching a successful output.
4780 Create a temporary file and redirect stderr to it. Search for
4781 STDERR-TEST in the stderr output and display it in the echo area
4782 if no match is found.
4783 (archive-extract-by-file): New function like
4784 `archive-extract-by-stdout' but extracting archives to files
4785 and looking for successful matches in stdout. Function body is
4786 mostly copied from `archive-rar-extract'.
4787 (archive-rar-extract): Use `archive-extract-by-file'.
4788 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
4789
9c1228c3
LL
47902012-09-28 Leo Liu <sdl.web@gmail.com>
4791
375e49d4
SM
4792 * pcomplete.el (pcomplete-show-completions):
4793 Use minibuffer-message to make pcomplete usable in minibuffer.
147c0425 4794
9c1228c3
LL
4795 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
4796
7f457c06
SM
47972012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4798
3df749b0
SM
4799 * type-break.el: Use lexical-binding.
4800 (type-break-mode): Use define-minor-mode.
4801
7f457c06
SM
4802 * emacs-lisp/pcase.el (pcase--mark-used): New.
4803 (pcase--u1): Use it (bug#12512).
4804
4805 * custom.el (load-theme): Set buffer-file-name so the load is recorded
4806 in load-history with the right file name.
4807
c00ebc98
TH
48082012-09-28 Tassilo Horn <tsdh@gnu.org>
4809
4810 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
4811 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
4812 (doc-view-get-bounding-box): Make bounding box slicing work for
4813 ODF and DVI documents.
4814
96fb7170
GM
48152012-09-28 Glenn Morris <rgm@gnu.org>
4816
4817 * type-break.el (type-break-mode, type-break-interval)
4818 (type-break-good-rest-interval, type-break-keystroke-threshold):
4819 No need to autoload.
4820 (type-break-good-rest-interval, type-break-keystroke-threshold):
4821 Add :set-after.
4822
5bc93c67
CY
48232012-09-28 Chong Yidong <cyd@gnu.org>
4824
4825 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
4826 Add :version tag.
4827
9cad61d6
SM
48282012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
4829
e28e67b3 4830 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
9cad61d6 4831
daee954c
GM
48322012-09-27 Glenn Morris <rgm@gnu.org>
4833
a88324d4
GM
4834 * faces.el (x-display-name): Declare (for without-x builds).
4835
8e5064e5
GM
4836 * linum.el (linum-format): Don't autoload it. Improve :type.
4837
cc1783c2
GM
4838 * progmodes/tcl.el: Don't require outline when compiling.
4839 (outline-regexp, outline-level): Declare.
1dddcf4c
GM
4840 * textmodes/sgml-mode.el: Don't require outline when compiling.
4841 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
4842
48c339f2
GM
4843 * term.el (term-ansi-reset):
4844 Try setting term-ansi-face-already-done to nil. (Bug#11785)
4845
daee954c
GM
4846 * vc/vc.el (vc-next-action): Only gripe about committing read-only
4847 files for RCS and SCCS. (Bug#9781)
4848
b7f42161
CY
48492012-09-27 Chong Yidong <cyd@gnu.org>
4850
4851 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
4852 change; value should be t.
4853
a2e770db
SM
48542012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
4855
83600dc8
SM
4856 * image-mode.el: Use lexical-binding.
4857 (image-mode-winprops): Use t to stand for the window of
4858 a buffer that's not displayed.
4859 * doc-view.el (doc-view-new-window-function): Handle the new
4860 t in winprops.
4861 (doc-view-enlarge): Make it a real nop if the size is not changed.
4862 (doc-view-display): Handle the case where the buffer is not (yet?)
4863 displayed in any window.
4864 (doc-view-saved-settings): New var.
4865 (doc-view-mode): Use it.
4866 (doc-view-fallback-mode): Set it.
4867
a2e770db
SM
4868 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
4869 Set lexical-binding.
4870 (minibuffer-eldef-shorten-default): New var.
4871 (minibuffer-default-in-prompt-regexps): Use it for new default.
4872 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
4873
e3b60857
JB
48742012-09-26 Juanma Barranquero <lekktu@gmail.com>
4875
4876 * international/uni-bidi.el:
4877 * international/uni-category.el:
4878 * international/uni-name.el:
4879 * international/uni-numeric.el: Regenerate.
4880
3a880af4
SM
48812012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
4882 Stefan Monnier <monnier@iro.umontreal.ca>
4883
4884 * profiler.el: New file.
4885
07b1a5fb
SM
48862012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
4887
4888 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
4889 (testcover-reinstrument): Simplify with CSE.
4890
42019c2e
JB
48912012-09-26 Juanma Barranquero <lekktu@gmail.com>
4892
4893 * window.el (temp-buffer-window-setup): Fix typo in docstring.
4894
179f044b
WS
48952012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
4896
4897 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
4898 (verilog-auto-input, verilog-auto-insert-lisp)
4899 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
4900 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
4901 (verilog-auto-unused, verilog-auto-wire)
4902 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
4903 newline. Reported by Andrew Jones.
4904 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
4905 Reported by Brad Dobbie.
07b1a5fb
SM
4906 (verilog-batch-delete-trailing-whitespace):
4907 Create verilog-batch-delete-trailing-whitespace.
4908 Reported by Brad Dobbie.
179f044b
WS
4909 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
4910 parameters from another module. Reported by Dan Katz.
4911 (verilog-auto, verilog-auto-assign-modport)
4912 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
4913 AUTOINOUTMODPORT for UVM interface module shell generation.
4914 Reported by Brad Dobbie.
4915 (verilog-auto-inst-interfaced-ports): Make default nil, as more
4916 standard behavior.
4917 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
4918 Reported by Matt Martin.
4919
9c52dd5a
MR
49202012-09-25 Martin Rudalics <rudalics@gmx.at>
4921
4922 * window.el (window--resize-child-windows): When resizing child
4923 windows proportionally, process them in reverse order to
4924 preserve the "when splitting a window the new one gets the odd
4925 line" behavior.
4926 (window--resize-root-window-vertically): When resizing the
4927 minibuffer window try to affect only windows at the bottom of the
4928 frame. (Bug#12419)
4929
863666eb
CY
49302012-09-25 Chong Yidong <cyd@gnu.org>
4931
4932 * subr.el (declare): Doc fix.
4933
4934 * help-fns.el (help-fns--obsolete): Handle macros properly.
4935
59f7af81
CY
49362012-09-25 Chong Yidong <cyd@gnu.org>
4937
4938 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
4939 this function obsolete.
4940
4941 * calendar/cal-x.el (calendar-two-frame-setup)
4942 (calendar-only-one-frame-setup, calendar-one-frame-setup):
4943 * calendar/calendar.el (american-calendar, european-calendar)
4944 (calendar-for-loop):
4945 * comint.el (comint-dynamic-simple-complete)
4946 (comint-dynamic-complete-as-filename, comint-unquote-filename):
4947 * desktop.el (desktop-load-default):
4948 * dired-x.el (dired-omit-here-always)
4949 (dired-hack-local-variables, dired-default-directory):
4950 * emacs-lisp/derived.el (derived-mode-class):
4951 * emacs-lisp/timer.el (timer-set-time-with-usecs):
4952 * emacs-lock.el (toggle-emacs-lock):
4953 * epa.el (epa-display-verify-result):
4954 * epg.el (epg-sign-keys, epg-start-sign-keys)
4955 (epg-passphrase-callback-function):
4956 * eshell/esh-util.el (eshell-for):
4957 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
4958 (eshell-add-to-window-buffer-names):
4959 * files.el (locate-file-completion):
4960 * imenu.el (imenu-example--create-c-index)
4961 (imenu-example--create-lisp-index)
4962 (imenu-example--lisp-extract-index-name)
4963 (imenu-example--name-and-position):
4964 * international/mule-cmds.el (princ-list):
4965 * international/mule-diag.el (decode-codepage-char):
4966 * international/mule-util.el (detect-coding-with-priority):
4967 * iswitchb.el (iswitchb-read-buffer):
4968 * mail/mailalias.el (mail-complete):
4969 * mail/sendmail.el (mail-sent-via):
4970 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
4971 (mouse-major-mode-menu):
4972 * password-cache.el (password-read-and-add):
4973 * pcomplete.el (pcomplete-parse-comint-arguments):
4974 * progmodes/sh-script.el (sh-maybe-here-document):
4975 * replace.el (query-replace-regexp-eval):
4976 * savehist.el (savehist-load):
4977 * simple.el (choose-completion-delete-max-match):
4978 * term.el (term-dynamic-simple-complete):
4979 * vc/ediff-init.el (ediff-check-version):
4980 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
4981 * vc/vc.el (vc-diff-switches-list):
4982 * view.el (view-return-to-alist-update): Likewise.
4983
4984 * subr.el (eval-next-after-load, makehash, insert-string)
4985 (assoc-ignore-representation, assoc-ignore-case): Use declare to
4986 mark obsolete.
4987 (mode-line-inverse-video): Variable deleted.
4988
4989 * international/mule-util.el (string-to-sequence): Remove.
4990
4991 * calendar/calendar.el (calendar-version):
4992 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
4993 (icalendar-convert-diary-to-ical):
4994 * cus-edit.el (custom-mode):
4995 * ansi-color.el (ansi-color-unfontify-region):
4996 * international/latin1-disp.el (latin1-char-displayable-p):
4997 * progmodes/cwarn.el (turn-on-cwarn-mode):
07b1a5fb
SM
4998 * progmodes/which-func.el (which-func-update-1):
4999 Use define-obsolete-function-alias.
59f7af81
CY
5000
5001 * net/newst-backend.el (newsticker-cache-filename):
07b1a5fb
SM
5002 * net/newst-treeview.el (newsticker-groups-filename):
5003 Fix incorrect obsolescence declaration.
59f7af81
CY
5004
5005 * allout.el (allout-passphrase-hint-string): Likewise.
5006 (allout-init): Use a declare form to mark obsolete.
5007
5008 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
5009 this applies to functions.
5010
5011 * iswitchb.el (iswitchb-read-buffer): Move code of
5012 iswitchb-define-mode-map here, and delete that obsolete function.
5013
5014 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
5015 font-lock-reference-face.
5016
cca96c97
GM
50172012-09-25 Glenn Morris <rgm@gnu.org>
5018
b06eeda8
GM
5019 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
5020 Doc fixes.
5021
cca96c97
GM
5022 * eshell/em-term.el (eshell-term-name):
5023 Default to term-term-name. (Bug#12485)
5024
dc4f818b
FEG
50252012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
5026
cca96c97
GM
5027 * progmodes/python.el (python-shell-send-buffer): Better handling
5028 of "if __name__ == '__main__':" conditionals when sending the buffer.
dc4f818b 5029
289c24bd
GM
50302012-09-24 Glenn Morris <rgm@gnu.org>
5031
5032 * eshell/esh-cmd.el (eshell-find-alias-function):
5033 Tighten up file-name regexp. (Bug#12499)
5034
8fb8b88f
FEG
50352012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
5036
5037 Enhancements for triple-quote string syntax.
5038 * progmodes/python.el (python-quote-syntax): Remove.
5039 (python-syntax-propertize-function): New value.
07b1a5fb
SM
5040 (python-syntax-count-quotes, python-syntax-stringify):
5041 New functions.
8fb8b88f 5042
6c27f0f8
CY
50432012-09-24 Chong Yidong <cyd@gnu.org>
5044
a5f2b6ec
CY
5045 * mail/supercite.el (sc-version): Remove obsolete function.
5046 (sc-describe): Don't mark as obsolete, since it is bound.
5047 (sc-submit-bug-report): Remove.
5048
5049 * vc/log-edit.el (cvs-changelog-full-paragraphs)
5050 (cvs-commit-buffer-require-final-newline): Remove.
0c765e5f
CY
5051 (log-edit-require-final-newline)
5052 (log-edit-changelog-full-paragraphs): Default to t.
a5f2b6ec
CY
5053
5054 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
5055 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
5056 * vc/vc.el (vc-checkout-carefully): Likewise.
5057
5058 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
5059 (emerge-version): Remove.
5060
5061 * progmodes/compile.el (compile-internal): Remove.
5062 (compilation-parse-errors-function): Fix typo.
5063
5064 * international/mule.el (set-char-table-default): Remove.
5065 (set-coding-priority, make-coding-system, generic-char-p)
5066 (charset-list, charset-bytes, charset-id): Use declare to mark
5067 functions as obsolete.
5068
5069 * vc/pcvs-defs.el (cvs-buffer-name-alist)
5070 (cvs-invert-ignore-marks): Remove references to obsolete vars.
5071 * vc/vc-hooks.el (vc-default-registered): Don't use
5072 vc-master-templates.
5073
07b1a5fb
SM
5074 * font-lock.el (font-lock-reference-face):
5075 Use define-obsolete-variable-alias.
6c27f0f8
CY
5076
5077 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
5078 * calendar/calendar.el (calendar-font-lock-keywords):
5079 * calendar/diary-lib.el (diary-font-lock-keywords)
5080 (diary-fancy-font-lock-keywords):
5081 * textmodes/reftex-sel.el (reftex-insert-docstruct):
5082 * textmodes/reftex-index.el (reftex-insert-index):
5083 * textmodes/reftex-cite.el (reftex-format-bib-entry):
5084 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5085 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
5086 * progmodes/prolog.el (prolog-font-lock-keywords):
5087 * progmodes/idlwave.el (idlwave-idl-keywords):
5088 * progmodes/ada-mode.el (ada-font-lock-keywords):
5089 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
5090
bcc0adbf
GM
50912012-09-24 Glenn Morris <rgm@gnu.org>
5092
5093 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
5094
095bb823
FEG
50952012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
5096
5097 * progmodes/python.el (python-indent-line): More consistent cursor
5098 movement behavior.
5099
70efc5c9
SM
51002012-09-23 Stefan Merten <smerten@oekonux.de>
5101
5102 * textmodes/rst.el: Fix compiler warning.
5103
2f438239
RW
51042012-09-23 Roland Winkler <winkler@gnu.org>
5105
07b1a5fb
SM
5106 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
5107 Transcribe also LaTeX hyphenation.
2f438239
RW
5108 (bibtex-reformat): Bug fix. Do not quote twice the elements of
5109 bibtex-reformat-previous-options.
5110
936ad041
RW
51112012-09-23 Roland Winkler <winkler@gnu.org>
5112
5113 * proced.el (proced-renice-command): New variable.
5114 (proced-marked-processes): New function.
5115 (proced-with-processes-buffer): New macro.
5116 (proced-send-signal): Use them.
5117 (proced-renice): New command bound to r.
5118
6fab0274
RW
51192012-09-23 Roland Winkler <winkler@gnu.org>
5120
5121 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
5122 ibuffer-saved-filter-groups has one element, shortcut the call of
5123 completing-read. (Bug#12331)
5124
9a930676
CY
51252012-09-23 Chong Yidong <cyd@gnu.org>
5126
5127 * bindings.el (mode-line-toggle-read-only):
5128 * bs.el (bs-toggle-readonly):
5129 * buff-menu.el (Buffer-menu-toggle-read-only):
5130 * dired.el (dired-toggle-read-only):
5131 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
5132
d07ff9db
CY
51332012-09-23 Chong Yidong <cyd@gnu.org>
5134
5135 * image.el (image-type-available-p): Adapt to init-image-library
5136 argument changes.
5137
51c4474e
JL
51382012-09-22 Juri Linkov <juri@jurta.org>
5139
5140 * dired.el (dired-mode-map): Add [remap read-only-mode] for
5141 `dired-toggle-read-only'. (Bug#12462)
5142
43bf5e8e
MR
51432012-09-22 Martin Rudalics <rudalics@gmx.at>
5144
5145 * subr.el (temp-output-buffer-show): New function.
5146 (with-output-to-temp-buffer): Call temp-output-buffer-show
5147 instead of internal-temp-output-buffer-show.
5148
c88b867f
CY
51492012-09-22 Chong Yidong <cyd@gnu.org>
5150
3df47cd5
CY
5151 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
5152 (Bug#12462).
5153
c88b867f
CY
5154 * repeat.el (repeat): Doc fix (Bug#12348).
5155
5156 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
5157 (Bug#10909).
5158
5159 * simple.el (shell-command-on-region): Doc fix.
3171e303 5160 (read-only-mode): Doc fix.
c88b867f 5161
df9685f3
EZ
51622012-09-22 Eli Zaretskii <eliz@gnu.org>
5163
5164 * emacs-lisp/timer.el (run-with-idle-timer)
5165 (timer-activate-when-idle): Warn against reinvoking an idle timer
5166 from within its own timer action. (Bug#12447)
5167
8e17c9ba
MR
51682012-09-22 Martin Rudalics <rudalics@gmx.at>
5169
5170 * cus-start.el (window-combination-limit): Add new optional
5171 values.
5172 * window.el (temp-buffer-window-show)
5173 (window--try-to-split-window): Handle new values of
5174 window-combination-limit (Bug#1806).
5175 (split-window): Test window-combination-limit for t instead of
5176 non-nil.
5177 (display-buffer-at-bottom): New buffer display action function.
5178 * help.el (temp-buffer-resize-regexps): New option.
5179 (temp-buffer-resize-mode): Rewrite doc-string.
5180 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
bd909927 5181 Don't resize reused window. Suggested by Glenn Morris.
8e17c9ba 5182
48a24920
SM
51832012-09-22 Stefan Merten <smerten@oekonux.de>
5184
70efc5c9 5185 * textmodes/rst.el: Revamp section title faces.
48a24920
SM
5186 (rst-official-version)
5187 (rst-package-emacs-version-alist): Sync with official version
5188 V1.4.0.
5189 (rst-faces-defaults, rst-set-level-default)
5190 (rst-level-face-max, rst-level-face-base-color)
5191 (rst-level-face-base-light, rst-level-face-format-light)
5192 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
5193 (rst-adornment-faces-alist): Match new setup.
5194 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
5195 (rst-level-5, rst-level-6): New faces.
5196
82f8cd94
CY
51972012-09-22 Chong Yidong <cyd@gnu.org>
5198
5199 * simple.el (undo): Handle indirect buffers (Bug#8207).
5200
acfa068f 52012012-09-21 Leo Liu <sdl.web@gmail.com>
a8c14da8
LL
5202
5203 IDO: Disable match re-ordering for buffer switching.
2bc9406c 5204 * ido.el (ido-buffer-disable-smart-matches): New variable.
a8c14da8
LL
5205 (ido-set-matches-1): Use it. (Bug#2042)
5206
acfa068f 52072012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
a316d229
JM
5208
5209 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
5210 Fix 2011-05-17 change. (Bug#12418)
5211
acfa068f 52122012-09-21 Leo Liu <sdl.web@gmail.com>
d02e58f8
LL
5213
5214 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
5215
acfa068f 52162012-09-21 Glenn Morris <rgm@gnu.org>
511fd0b2
GM
5217
5218 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
5219 Be more robust about locating simple.el.
5220
acfa068f 52212012-09-21 Glenn Morris <rgm@gnu.org>
fa05bfe0
GM
5222
5223 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
5224
acfa068f
CY
52252012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
5226
5227 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
5228
41a97e6f
JL
52292012-09-20 Juri Linkov <juri@jurta.org>
5230
eb2deaff
JL
5231 * replace.el (query-replace-read-from): Use `read-regexp' instead
5232 of `read-from-minibuffer' when `regexp-flag' is non-nil.
5233 (occur-read-primary-args): Use `read-regexp' instead of
5234 `read-string'.
5235 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
5236 `read-from-minibuffer'.
5237 * isearch.el (isearch-occur): Use `read-regexp' instead of
5238 `read-string'.
5239 * dired.el (dired-read-regexp): Use `read-regexp' instead of
5240 `read-from-minibuffer'.
5241 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
5242 of `read-string'. (Bug#7567)
5243
5825610b
JL
5244 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
5245 and allow accepting a list of strings prepended to a list of
5246 standard default values. Doc fix. (Bug#12321)
5247
eebbf404
JL
5248 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
5249
41a97e6f
JL
5250 * replace.el (read-regexp): Don't add ": " when PROMPT already
5251 ends with a colon and space. (Bug#12321)
5252
c9e452d3
TH
52532012-09-20 Tassilo Horn <tsdh@gnu.org>
5254
5255 * doc-view.el (doc-view-display): Better fix for the cl-assertion
5256 error.
5257
ee97deee
SM
52582012-09-20 Stefan Merten <smerten@oekonux.de>
5259
70efc5c9 5260 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
ee97deee
SM
5261 Fixes feature request bug#11711.
5262 (rst-mode): Create `imenu-create-index-function'.
5263 (rst-get-stripped-line): Delete after refactoring.
5264 (rst-section-tree, rst-section-tree-rec)
5265 (rst-section-tree-point): Refactor and document properly.
5266 (rst-imenu-find-adornments-for-position)
07b1a5fb
SM
5267 (rst-imenu-convert-cell, rst-imenu-create-index):
5268 New function.
ee97deee 5269
f490dab9
SM
52702012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5271
95b9712e
SM
5272 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
5273 (macroexp--expand-all): Use it.
5274 (macroexp--funcall-and-return): Remove by folding it into its sole
5275 caller (macroexp--warn-and-return).
5276 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
5277 Use macroexp--obsolete-warning.
5278
f490dab9
SM
5279 * calc/calc.el: Fix last change by removing the whole chunk, since it
5280 was only needed back when Calc was not bundled.
5281
96e8d411
MR
52822012-09-20 Martin Rudalics <rudalics@gmx.at>
5283
5284 * emacs-lisp/debug.el (debug): Restore assignment to
5285 debugger-old-buffer removed on 2012-09-08.
5286
0876a82d
JL
52872012-09-20 Juri Linkov <juri@jurta.org>
5288
5289 * dired-aux.el (dired-diff): Remove (require 'diff) since
5290 `diff-latest-backup-file' is now autoloaded.
5291
9f7c28f0
CY
52922012-09-20 Chong Yidong <cyd@gnu.org>
5293
5294 * vc/diff.el (diff-latest-backup-file): Autoload.
5295
7a04bee9
SM
52962012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5297
e6f0a80d
SM
5298 * calc/calc.el: Remove redundant autoload shape check.
5299 (sel-mode): Don't defvar.
5300 (calc-get-stack-element): Add `sel-mode' arg instead.
5301 (calc-top, calc-top-list): Pass it this additional argument.
5302 * calc/calc-store.el (calc-store-map):
5303 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
5304 (calc-map-equation, calc-outer-product, calc-inner-product):
5305 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
5306
7a04bee9
SM
5307 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
5308
12734222
JL
53092012-09-19 Juri Linkov <juri@jurta.org>
5310
5311 * dired-aux.el (dired-diff): Add (require 'diff) because
5312 `diff-latest-backup-file' is not autoloaded.
5313 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
5314 of `dired-get-filename' to t to not report error when there is
5315 no default file on the current line.
5316
46624b4f
SM
53172012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5318
ce97595b
SM
5319 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
5320 macroexp--eval-if-compile.
5321 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
5322 (macroexp--expand-all): Use them (bug#12371).
5323
46624b4f
SM
5324 * doc-view.el (doc-view-guess-paper-size)
5325 (doc-view-scale-bounding-box): Fix unbound `caddr'.
5326
db8a5a18
TH
53272012-09-19 Tassilo Horn <tsdh@gnu.org>
5328
5329 New feature: set optimal slice from BoundingBox information.
5330 * doc-view.el (doc-view-mode-map): Add keybinding.
5331 (doc-view-menu): Add menu entry.
5332 (doc-view-set-slice): Adapt docstring.
5333 (doc-view-get-bounding-box, doc-view-guess-paper-size)
5334 (doc-view-scale-bounding-box)
5335 (doc-view-set-slice-from-bounding-box): New functions.
5336 (doc-view-paper-sizes): New defvar.
5337
69f6644c
GM
53382012-09-19 Glenn Morris <rgm@gnu.org>
5339
35f5b19d
GM
5340 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
5341 (byte-compile-log-warning): Autoload. (Bug#12371)
5342
69f6644c
GM
5343 * calendar/calendar.el (calendar-american-month-header)
5344 (calendar-european-month-header, calendar-iso-month-header)
5345 (calendar-month-header): New options.
5346 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
5347 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
5348
e543ae91
JD
53492012-09-19 Jan Djärv <jan.h.d@swipnet.se>
5350
5351 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
5352
2fd5e67d
JL
53532012-09-18 Juri Linkov <juri@jurta.org>
5354
5355 * dired-aux.el (dired-diff): Restore original functionality of
5356 getting the default value, but keep new feature of using the
5357 latest existing backup file (`diff-latest-backup-file').
5358
42917e79
JL
53592012-09-18 Juri Linkov <juri@jurta.org>
5360
5361 * dired.el (dired-mark): If the region is active in Transient Mark
5362 mode, mark all files in the active region. Doc fix.
5363 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
5364 Doc fix. (Bug#10624)
5365
20f70ede
JL
53662012-09-18 Juri Linkov <juri@jurta.org>
5367
5368 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
5369 attributes for M-n are pulled from the file at point.
5370 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
5371 Suggested by Drew Adams. (Bug#10624)
5372
32fb8162
DG
53732012-09-18 Dmitry Gutov <dgutov@yandex.ru>
5374
5375 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
5376 whitespace after "end".
5377 (ruby-do-end-to-brace): Collapse block to one line if it fits
5378 within fill-column.
5379
37ab5092
MR
53802012-09-18 Martin Rudalics <rudalics@gmx.at>
5381
5382 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
5383 value.
5384 (debug): Don't remove debugger window when debugger is expected
5385 to be back.
5386
ed1f0bd3
CY
53872012-09-18 Chong Yidong <cyd@gnu.org>
5388
5389 * custom.el (defface): Doc fix.
5390
5391 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
5392
a11035b8
MB
53932012-09-18 Martin Blais <blais@furius.ca> (tiny change)
5394
5395 * progmodes/compile.el (compilation-start): Use compilation-always-kill
5396 to initialize query-on-exit; then test that instead (bug#12288).
5397
64f6a736
SM
53982012-09-17 Stefan Merten <smerten@oekonux.de>
5399
70efc5c9 5400 * textmodes/rst.el: Add support for `testcover'.
64f6a736
SM
5401 (rst-defcustom-testcover, rst-testcover-add-compose)
5402 (rst-testcover-add-1value): New functions.
5403 (rst-portable-mark-active-p): Replace by `use-region-p'.
5404 (rst-update-section, rst-classify-adornment)
5405 (rst-find-title-line): Mark `1value' forms.
5406 (rst-classify-adornment): Remove superfluous form.
5407 (rst-update-section, rst-get-adornments-around)
5408 (rst-adornment-complete-p, rst-get-next-adornment)
5409 (rst-adjust, rst-promote-region)
5410 (rst-display-adornments-hierarchy, rst-straighten-adornments)
5411 (rst-find-pfx-in-region, rst-section-tree-rec)
5412 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
5413 (rst-toc-node, rst-toc, rst-forward-section)
5414 (rst-iterate-leftmost-paragraphs)
5415 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
5416 (rst-bullet-list-region)
5417 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
5418 (rst-compile-find-conf, rst-compile)
5419 (rst-repeat-last-character): Fix style.
5420
580bd868
CY
54212012-09-17 Chong Yidong <cyd@gnu.org>
5422
5423 * comint.el (comint--complete-file-name-data): Don't add a space
5424 if the status is `sole'; that adds a gratuitous space in the
5425 completion-cycling case (Bug#12092).
5426
5427 * pcomplete.el (pcomplete-completions-at-point): Likewise.
5428
69de3ec6
RS
54292012-09-17 Richard Stallman <rms@gnu.org>
5430
0dee970c
RS
5431 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
5432 only in the mime-shown mode, not in raw mode.
5433 (rmail-mime): Toggle off mime by displaying the message without
6b250df6 5434 mime processing. (Bug#12305)
0dee970c 5435
6b250df6
GM
5436 * mail/rmail.el (rmail-retry-failure):
5437 Turn off mime processing first. (Bug#12037)
acb1c47b 5438
69de3ec6
RS
5439 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
5440
d079ee5f
CY
54412012-09-17 Chong Yidong <cyd@gnu.org>
5442
5443 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
5444 (shell-dynamic-complete-functions): Convert to defcustom.
5445 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
5446
865fe16f
CY
5447 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
5448 * comint.el (comint-prompt-read-only):
5449 * custom.el (defcustom):
5450 * hi-lock.el (hi-lock-mode):
5451 * ibuffer.el (ibuffer-formats):
5452 * ielm.el (ielm-prompt-read-only):
5453 * novice.el (disable-command):
5454 * saveplace.el (toggle-save-place):
5455 * speedbar.el (speedbar-supported-extension-expressions):
5456 * startup.el (auto-save-list-file-prefix, init-file-user)
5457 (after-init-hook, inhibit-startup-echo-area-message):
5458 * strokes.el (strokes-help):
5459 * time-stamp.el (time-stamp):
5460 * calendar/calendar.el (calendar, diary-file):
5461 * calendar/diary-lib.el (diary-mail-entries, diary)
5462 (diary-list-entries-hook):
5463 * calendar/holidays.el (holidays, calendar-holidays):
5464 * calendar/lunar.el (lunar-phases):
5465 * calendar/solar.el (sunrise-sunset):
5466 * emulation/edt.el (edt-load-keys):
5467 * emulation/viper.el (viper-mode):
5468 * eshell/em-alias.el (eshell-command-aliases-list):
5469 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5470 * international/ogonek.el (ogonek-information):
5471 * net/tramp-cmds.el (tramp-bug):
5472 * net/quickurl.el (quickurl-reread-hook-postfix):
5473 * play/decipher.el (decipher-font-lock-keywords):
5474 * progmodes/cc-styles.el (c-set-style):
5475 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
5476 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5477 * progmodes/octave-mod.el (octave-mode):
5478 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
5479 * progmodes/verilog-mode.el (verilog-read-defines):
5480 * textmodes/two-column.el (2C-mode): Likewise.
5481
48093eb9
KY
54822012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
5483
5484 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
5485 that holds many addresses.
5486
c584eaf9
CY
54872012-09-16 Chong Yidong <cyd@gnu.org>
5488
40d70ecb
CY
5489 * align.el (align-areas): Call the indication function with
5490 positions instead of markers for arguments (Bug#12343).
5491
1667e065
CY
5492 * files.el (parse-colon-path): Use split-string (Bug#12351).
5493
fdc2806d 5494 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
71ce58e7 5495 (display-buffer-function): Mark as obsolete.
fdc2806d 5496
f1be615c 5497 * progmodes/compile.el (compilation-parse-errors): Accept list
ce97595b
SM
5498 values similar to font-lock-keywords (Bug#12136).
5499 Suggested by Oleksandr Manzyuk.
c584eaf9
CY
5500 (compilation-error-regexp-alist): Doc fix.
5501
f40a9709
GM
55022012-09-15 Glenn Morris <rgm@gnu.org>
5503
72aa16e1
GM
5504 * version.el (emacs-bzr-version-bzr): New function.
5505 (emacs-bzr-get-version): Add optional EXTERNAL argument.
5506
82375160
GM
5507 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
5508 checkouts, check the parent dirstate matches the branch.
5509 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
5510 empty string.
5511
f40a9709
GM
5512 * version.el (emacs-bzr-version): Doc fix.
5513 (emacs-bzr-version-dirstate): New function.
5514 (emacs-bzr-get-version): For lightweight checkouts, if the parent
5515 is local try and check that it matches the branch. If not, just
5516 use dirstate information. (Bug#12441)
5517
cb26b7f5
JL
55182012-09-14 Juri Linkov <juri@jurta.org>
5519
5520 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
5521 (Bug#12399)
5522
2de39f08
SM
55232012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5524
0fb3cb7c
SM
5525 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
5526
2de39f08
SM
5527 * emacs-lisp/edebug.el: Miscellaneous cleanup.
5528 Remove obsolete byte-compiler hack that tried to silence some warnings.
5529 (edebug-submit-bug-report): Remove.
5530 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
5531 Remove aliases, use the un-prefixed name instead.
5532 (edebug-pop-to-buffer): Consider other frames.
5533 (edebug-original-read):: Make it more obvious that it's always defined.
5534 (edebug--make-form-data-entry, edebug--form-data-name)
5535 (edebug--form-data-begin, edebug--form-data-end): Rename from the
5536 single-dashed name, and implement with cl-defstruct.
5537 (edebug-set-form-data-entry): Use the standard accessors.
5538 (edebug-make-top-form-data-entry): Use push.
5539 (edebug-no-match): Drop useless `funcall'.
5540 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
5541 to functions.
5542 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
5543 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
5544 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
5545 (easy-menu-define, with-custom-print): Remove redundant specs.
5546 (edebug-outside-overriding-local-map)
5547 (edebug-outside-overriding-terminal-local-map): Remove, unused.
5548 (edebug--display): Bind unread-command-events directly to nil rather
5549 than binding it to unread-command-events and later setting it to nil.
5550 (edebug--display): Kill edebug-eval-buffer here...
5551 (edebug--recursive-edit): ...rather than here.
5552 Bind standard-output and standard-input.
5553 (edebug-eval): Check cl-macroexpand-all is fboundp.
5554 (edebug-temp-display-freq-count): Fix last change.
5555
5556 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
5557 * subr.el (noreturn, 1value): Add `debug' spec.
5558 * emacs-lisp/advice.el: Require cl-lib.
5559 (ad-copy-tree): Remove, use copy-tree instead.
5560 (ad-dolist): Remove use dolist or cl-dolist instead.
5561 (ad-do-return): Remove, use cl-return instead.
5562 (defadvice): Add `debug' spec.
5563
5b68b333
JL
55642012-09-13 Juri Linkov <juri@jurta.org>
5565
5566 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
5567 (Bug#12399)
5568
b9800ec4
GM
55692012-09-13 Glenn Morris <rgm@gnu.org>
5570
6a2e6868
GM
5571 * calc/calc.el (math-compose-expr):
5572 * calc/calc-ext.el (math-compose-expr):
5573 * progmodes/cc-defs.el (cl-macroexpand-all):
5574 * progmodes/cc-langs.el (delete-duplicates, mapcan)
5575 (cl-macroexpand-all): Update declarations.
5576
b9800ec4
GM
5577 * vc/vc.el: No need to require ediff.
5578 (ediff-load-version-control): Declare.
5579 (ediff-vc-internal): Fix declaration.
5580 (vc-version-ediff): Require ediff.
5581
c18e885b
PE
55822012-09-13 Paul Eggert <eggert@cs.ucla.edu>
5583
5584 Use a more backwards-compatible timer format (Bug#12430).
5585 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
5586 being right after USECS, as that better supports old code that
5587 inadvisedly looked directly at the timer vector.
5588
d607d303
KH
55892012-09-13 Kenichi Handa <handa@gnu.org>
5590
5591 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
5592 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
5593 `coding-priority' property of these language environment.
5594
72eac303
PE
55952012-09-13 Paul Eggert <eggert@cs.ucla.edu>
5596
5597 Fix glitches caused by addition of psec to timers (Bug#12430).
5598 * image.el (image-animate-timer):
5599 * time.el (display-time-world-timer):
5600 Use timer--function and timer--args rather than raw access to
5601 timer vector.
5602
2168fe4f
GM
56032012-09-13 Glenn Morris <rgm@gnu.org>
5604
5605 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
5606 If not compiling a file, try using load-file-name.
5607
bd8d6108
SM
56082012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
5609
c0c54fbd
SM
5610 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
5611 Fix last change.
5612 (edebug-update-eval-list): Use `push'.
5613
bd8d6108
SM
5614 * emacs-lisp/edebug.el: Use lexical-binding.
5615 Remove the "edebug-" prefix from non-dynamically-scoped variables.
5616 Mark unused args with underscore.
5617 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
5618 (edebug-form-data): Use defvar-local.
5619 (edebug-make-before-and-after-form, edebug-make-after-form):
5620 Use backquote.
5621 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
5622 Not dynamically scoped any more.
5623 (edebug--enter-trace): Add arguments `function' and `args'.
5624 Rename from edebug-enter-trace.
5625 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
5626 (edebug--update-coverage): Add `after-index' and `value' args.
5627 Rename from edebug-update-coverage.
5628 (edebug-slow-after): Call it accordingly.
5629 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
5630 edebug-recursive-edit.
5631 (edebug--display): Call it accordingly. Add args `value',
5632 `offset-index', and `arg-mode'. Rename from edebug-display.
5633 (edebug-debugger, edebug): Call it accordingly.
5634 (edebug-eval-display-list): Use dolist.
5635
a9f9d9de
JL
56362012-09-12 Juri Linkov <juri@jurta.org>
5637
5638 * info.el (Info-search): Don't check for isearch-mode and
5639 isearch-regexp before let-binding search-spaces-regexp to
5640 Info-search-whitespace-regexp.
5641 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
5642 search-whitespace-regexp if isearch-lax-whitespace or
5643 isearch-regexp-lax-whitespace is non-nil.
5644 (Info-mode): Don't set local variable search-whitespace-regexp.
5645 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
5646
bfeae2cf
SM
56472012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5648
5649 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
5650 (debugger-env-macro): Remove support for unread-command-char.
5651
5652 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
5653 the temporary map re-appearing on emulation-mode-map-alists.
5654
5655 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
5656 since 22.1.
5657
5658 * ehelp.el (with-electric-help): Accept functions in
5659 electric-help-form-to-execute.
5660 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
5661 And replace unread-command-char -> unread-command-events.
5662
fbbcaf1b
MA
56632012-09-12 Michael Albinus <michael.albinus@gmx.de>
5664
5665 Sync with Tramp 2.2.6.
5666
5667 * net/tramp.el (tramp-accept-process-output): Don't use
5668 JUST-THIS-ONE in the XEmacs case.
5669
5670 * net/trampver.el: Update release number.
5671
4dece104
MR
56722012-09-12 Martin Rudalics <rudalics@gmx.at>
5673
bfeae2cf
SM
5674 * emacs-lisp/debug.el (debugger-previous-window-height):
5675 New variable.
4dece104
MR
5676 (debug): When debugger-jumping-flag is non-nil try to restore
5677 height of debugger window. (Bug#8789)
5678
45b82ad0
SM
56792012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5680
60c49c0f
SM
5681 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
5682 overriding-local-map and pre/post-command-hook here.
5683 (edebug-recursive-edit): Do it here instead (bug#12345).
5684 (edebug-outside-unread-command-char): Remove all uses of
5685 unread-command-char.
5686
45b82ad0
SM
5687 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
5688 inhibit-debugger is bound instead.
5689
baa26ea0
BG
56902012-09-11 Bastien Guerry <bzg@gnu.org>
5691
5692 * subr.el (set-temporary-overlay-map): Add a docstring.
fc0c31f8 5693 (Bug#12346)
baa26ea0 5694
04e8abfa
BG
56952012-09-11 Bastien Guerry <bzg@gnu.org>
5696
96d03571 5697 * minibuffer.el (completion-table-subvert): Fix docstring.
fc0c31f8 5698 (Bug#12347)
96d03571
BG
5699
57002012-09-11 Bastien Guerry <bzg@gnu.org>
5701
fc0c31f8 5702 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
04e8abfa 5703
04e082b0
MM
57042012-09-10 Michael R. Mauger <mmaug@yahoo.com>
5705
5706 * progmodes/sql.el: Version 3.1
5707 (sql-db2-escape-newlines): New variable.
5708 (sql-escape-newlines-filter): Use it.
5709
399a361b
JB
57102012-09-10 Juanma Barranquero <lekktu@gmail.com>
5711
5712 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
5713
0780c517
DN
57142012-09-10 Dan Nicolaescu <dann@gnu.org>
5715
45b82ad0
SM
5716 * vc/diff-mode.el (diff-mode-menu):
5717 Bind diff-remove-trailing-whitespace.
0780c517 5718
9b851e25
SM
57192012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5720
5721 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
fc0c31f8
JB
5722 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
5723 (emacs-lisp-byte-code-mode): New functions.
9b851e25
SM
5724 (eval-sexp-add-defvars): Don't skip defvars in column >0.
5725 (eval-defun-2): Remove bogus interactive spec.
5726 (lisp-indent-line): Remove redundant whole-exp code, now done in
5727 indent-according-to-mode.
5728 (save-match-data): Remove redundant indent data.
5729
5730 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
5731 Use `declare'.
5732
3231d532
JL
57332012-09-09 Juri Linkov <juri@jurta.org>
5734
5735 * replace.el (replace-regexp-lax-whitespace): New defcustom.
5736 (replace-lax-whitespace, query-replace-regexp)
5737 (query-replace-regexp-eval, replace-regexp): Doc fix.
5738 (perform-replace, replace-highlight): Let-bind
5739 isearch-lax-whitespace to replace-lax-whitespace and
5740 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
5741
5742 * isearch.el (isearch-query-replace): Let-bind
5743 replace-lax-whitespace to isearch-lax-whitespace and
5744 replace-regexp-lax-whitespace to
5745 isearch-regexp-lax-whitespace. (Bug#10885)
5746
70fe8236
SM
57472012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
5748
5749 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
5750
8ed43f15
AM
57512012-09-09 Alan Mackenzie <acm@muc.de>
5752
70fe8236
SM
5753 * progmodes/cc-engine.el (c-state-cache-init):
5754 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
5755 (c-record-parse-state-state):
5756 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
8ed43f15 5757
bfabf70a
AS
57582012-09-09 Andreas Schwab <schwab@linux-m68k.org>
5759
5760 * register.el (register-separator): Rename from
5761 separator-register. All uses changed. Doc fix.
5762 (register): Fix version.
5763
011474aa
CY
57642012-09-09 Chong Yidong <cyd@gnu.org>
5765
5766 * replace.el (query-replace-map): Bind four new symbols for
5767 requesting window scrolling.
5768
5769 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
5770 query-replace-map (Bug#8948).
5771
5772 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
5773
5774 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
5775 since they are now in query-replace-map.
5776
5777 * window.el (scroll-other-window-down): Make the arg optional.
5778
a8b7cd8d
CY
57792012-09-09 Chong Yidong <cyd@gnu.org>
5780
5781 * files.el (hack-local-variables-confirm): Use quit-window to kill
5782 the *Local Variables* buffer.
5783
c3268831
DG
57842012-09-08 Dmitry Gutov <dgutov@yandex.ru>
5785
5786 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
5787 not just expect to be at its beginning. Adjust callees.
5788 Succeed when do-end block has no space before the pipe character.
5789 (ruby-brace-to-do-end): When the original block is one-liner,
5790 convert to multiline. Reindent the result.
5791
0979429b
J
57922012-09-08 Jambunathan K <kjambunathan@gmail.com>
5793
5794 * register.el (register): New group.
27359e99 5795 (separator-register): New user option.
0979429b
J
5796 (increment-register): Route it to `append-to-register', if
5797 register contains text. Implication is that `C-x r +' can now be
5798 used for appending to a text register (bug#12217).
5799 (append-to-register, prepend-to-register): Add separator based on
5b9c45a6 5800 `separator-register'.
0979429b 5801
ace2989a
AM
58022012-09-08 Alan Mackenzie <acm@muc.de>
5803
5804 AWK Mode: make auto-newline work when there's "==" in the pattern.
5805 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
5806 correctly.
0979429b
J
5807 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
5808 Test more rigorously for "=" token.
ace2989a 5809
616c6c36
DG
58102012-09-08 Dmitry Gutov <dgutov@yandex.ru>
5811
0979429b
J
5812 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
5813 Only fail when reached LIMIT.
616c6c36 5814
35d98877
CY
58152012-09-08 Chong Yidong <cyd@gnu.org>
5816
5817 * dired.el (dired-mode-map): Don't bind M-=.
5818
5819 * dired-aux.el (dired-diff): Use backup file as default.
5820
1715f2db
DA
58212012-09-08 Drew Adams <drew.adams@oracle.com>
5822
5823 * subr.el (add-to-history): Fix delete usage (Bug#12314).
5824
6dcef6ec
CY
58252012-09-08 Chong Yidong <cyd@gnu.org>
5826
5827 * subr.el (syntax-after, syntax-class): Doc fix.
5828
fa2bcf43
MR
58292012-09-08 Martin Rudalics <rudalics@gmx.at>
5830
5831 * window.el (display-buffer-in-previous-window): New buffer
5832 display action function.
5833
5834 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
5835 (debugger-previous-window): New variable.
5836 (debug): Rewrite using display-buffer-in-previous-window,
5837 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
5838
daac280a
SM
58392012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5840
5841 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
5842
9dd40b00
MM
58432012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
5844
daac280a
SM
5845 * progmodes/python.el (python-shell-send-string):
5846 When default-directory is remote, create temp file on remote
9dd40b00
MM
5847 filesystem.
5848 (python-shell-send-file): When file is remote, pass local view of
5849 file paths to remote Python interpreter. (Bug#12340)
5850
145823ec
CY
58512012-09-07 Chong Yidong <cyd@gnu.org>
5852
cee2e90d
CY
5853 * window.el (switch-to-buffer): Doc fix (Bug#12181).
5854
0d7eb2ea
CY
5855 * files.el (after-find-file): Don't fail on a read-only buffer if
5856 require-final-newline is `visit' or `visit-save' (Bug#11156).
5857
145823ec
CY
5858 * subr.el (read-char-choice): Allow quitting via ESC ESC.
5859
daac280a
SM
5860 * userlock.el (ask-user-about-supersession-threat):
5861 Use read-char-choice (Bug#12093).
145823ec 5862
74c582e6
CY
58632012-09-07 Chong Yidong <cyd@gnu.org>
5864
e5c2edf7
CY
5865 * subr.el (buffer-narrowed-p): New function.
5866
5867 * ses.el (ses-widen):
5868 * simple.el (count-words--buffer-message):
1f9f395d 5869 * net/browse-url.el (browse-url-of-buffer): Use it.
e5c2edf7
CY
5870
5871 * simple.el (count-words-region): Don't signal an error if there
5872 is a non-nil prefix arg and the mark is not set.
c640e87d 5873
74c582e6
CY
5874 * help.el (describe-key-briefly): Allow the message to be seen
5875 when invoked from the minibuffer (Bug#7014).
5876
d81ceaaf
DG
58772012-09-07 Dmitry Gutov <dgutov@yandex.ru>
5878
5879 * progmodes/ruby-mode.el (ruby-end-of-defun)
5880 (ruby-beginning-of-defun): Simplify, allow indentation before
5881 block beginning and end keywords.
8f06acce
DG
5882 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
5883 (ruby-end-of-defun): Expect that the point is at the beginning of
5884 the defun.
d81ceaaf 5885
d458ef98
SM
58862012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
5887
5888 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
5889 (bug#12367).
5890 (cl--make-usage-args): Strip _ from argument names.
5891
20367d28
RS
58922012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5893
5894 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
5895 obsolete alias speedbar-key-map.
5896 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
5897 (vhdl-index-menu-init): Don't use obsolete variable
5898 font-lock-maximum-size.
5899
3424a4f6
CY
59002012-09-06 Chong Yidong <cyd@gnu.org>
5901
5902 * frame.el (window-system-version): Mark as obsolete.
5903
fcbfbdea
CY
5904 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
5905 of obsolete variable speedbar-key-map.
5906
826b3235
JL
59072012-09-06 Juri Linkov <juri@jurta.org>
5908
5909 * replace.el (replace-lax-whitespace): New defcustom.
5910 (query-replace, query-replace-regexp, query-replace-regexp-eval)
5911 (replace-string, replace-regexp): Mention it in docstrings.
5912 (perform-replace, replace-highlight): Let-bind
5913 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
5914 to the values of replace-lax-whitespace and regexp-flag.
5915 Don't let-bind search-whitespace-regexp. (Bug#10885)
5916
5917 * isearch.el (isearch-query-replace): Let-bind
5918 replace-lax-whitespace instead of let-binding
5919 replace-search-function and replace-re-search-function.
5920 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
5921 and isearch-regexp-lax-whitespace to lazy-highlight variables.
5922 (isearch-toggle-symbol): Set isearch-regexp to nil
5923 in isearch-word mode (like in isearch-toggle-word).
5924
1ec5e41d
JL
59252012-09-06 Juri Linkov <juri@jurta.org>
5926
5927 * replace.el (replace-search-function)
5928 (replace-re-search-function): Set default values to nil.
5929 (perform-replace): Let-bind isearch-related variables based on
5930 replace-related values, call `isearch-search-fun' and let-bind
5931 the result to `search-function'. Remove code that sets
5932 `search-function' and `search-string' separately for
5933 `delimited-flag'.
5934 (replace-highlight): Add new argument `delimited-flag' and
5935 rename other arguments to the names used in `perform-replace'.
5936 Let-bind `isearch-word' to the argument `delimited-flag'.
5937 (Bug#10885, bug#10887)
5938
0ba2d4b6
DG
59392012-09-07 Dmitry Gutov <dgutov@yandex.ru>
5940
5941 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
5942 ruby-beginning-of-indent, simplify, allow all keywords to have
5943 indentation before them.
5944 (ruby-beginning-of-indent): Adjust for above. Search until the
5945 found point is not inside a string or comment.
5946 (ruby-font-lock-keywords): Allow symbols to start with "@"
5947 character, give them higher priority than variables.
5948 (ruby-syntax-propertize-function)
5949 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
5950 matchers. Expression expansions are not comments when inside a
5951 string, and there comment syntax status is irrelevant.
5952 (ruby-match-expression-expansion): New function. Check that
5953 expression expansion is inside a string, and it's not escaped.
5954 (ruby-font-lock-keywords): Use it.
5955
ef654460
MR
59562012-09-05 Martin Rudalics <rudalics@gmx.at>
5957
5958 * help.el (temp-buffer-max-height): New default value.
5959 (temp-buffer-resize-frames): New option.
5960 (resize-temp-buffer-window): Optionally resize frame.
5961
5962 * window.el (fit-frame-to-buffer-bottom-margin): New option.
5963 (fit-frame-to-buffer): New function.
5964
7e570fbf 59652012-09-05 Glenn Morris <rgm@gnu.org>
72308848
GM
5966
5967 * emulation/cua-rect.el (cua--init-rectangles):
5968 * textmodes/picture.el (picture-mode-map):
5969 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
5970 like forward-char and backward-char. (Bug#12317)
5971
7e570fbf 59722012-09-05 Leo Liu <sdl.web@gmail.com>
3aca1291
LL
5973
5974 * progmodes/flymake.el (flymake-warning-re): New variable.
5975 (flymake-parse-line): Use it.
5976
7e570fbf 59772012-09-05 Glenn Morris <rgm@gnu.org>
b6683353
GM
5978
5979 * calendar/holidays.el (holiday-christian-holidays):
5980 Rename an entry. (Bug#12289)
5981
7e570fbf 59822012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
64f8c4bd
SM
5983
5984 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
5985 (bug#12222).
5986
972debf2
SM
59872012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
5988
5989 * loadup.el: Load macroexp. Remove hack.
5990 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
5991 (macroexp--expand-all): Use it to get better warnings.
5992 (macroexp--backtrace, macroexp--trim-backtrace-frame)
5993 (internal-macroexpand-for-load): New functions.
5994 (macroexp--pending-eager-loads): New var.
5995 (emacs-startup-hook): New hack to replace one in loadup.el.
5996 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
5997 (cl--compiler-macro-cXXr): Move to top, before they can be used.
5998 (cl-psetf): Simplify.
5999 (cl-defstruct): Add indent rule.
6000
8ce192e3
LI
60012012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
6002
6003 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
6004 over `user-mail-address' for the SMTP MAIL FROM envelope.
6005 (smtpmail-via-smtp): Ditto.
6006
6578b4d8
DG
60072012-09-04 Dmitry Gutov <dgutov@yandex.ru>
6008
6009 * progmodes/ruby-mode.el: Clean up keybindings.
6010 (ruby-mode-map): Don't bind ruby-electric-brace,
6011 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
6012 backward-kill-word, reindent-then-newline-and-indent.
6013 (ruby-mark-defun): Remove.
6014 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
6015 (ruby-mode): Set local beginning-of-defun-function and
6016 end-of-defun-function values.
6017
c5e28e39
MR
60182012-09-03 Martin Rudalics <rudalics@gmx.at>
6019
6020 * window.el (temp-buffer-window-setup-hook)
6021 (temp-buffer-window-show-hook): New hooks.
6022 (temp-buffer-window-setup, temp-buffer-window-show)
6023 (with-temp-buffer-window): New functions.
972debf2
SM
6024 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
6025 (special-display-popup-frame): Make sure the window used shows BUFFER.
c5e28e39
MR
6026
6027 * help.el (temp-buffer-resize-mode): Fix doc-string.
6028 (resize-temp-buffer-window): New optional argument WINDOW.
6029
6030 * files.el (recover-file, save-buffers-kill-emacs):
6031 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
6032
73406194
MA
60332012-09-02 Michael Albinus <michael.albinus@gmx.de>
6034
6035 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
6036 remote definition of `default-directory', ensure we can connect.
6037
63dd1c6f
JL
60382012-09-02 Juri Linkov <juri@jurta.org>
6039
6040 Toggle whitespace matching mode with M-s SPC.
6041 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
6042
6043 * isearch.el (search-whitespace-regexp): Doc fix.
6044 Remove cons cell customization.
6045 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
6046 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
6047 New variables.
6048 (isearch-forward, isearch-forward-regexp): Doc fix.
6049 (isearch-toggle-lax-whitespace): New command.
6050 (search-forward-lax-whitespace, search-backward-lax-whitespace)
6051 (re-search-forward-lax-whitespace)
6052 (re-search-backward-lax-whitespace): New functions.
6053 (isearch-whitespace-regexp): Remove function.
6054 (isearch-query-replace): Let-bind replace-search-function and
6055 replace-re-search-function.
6056 (isearch-occur): Let-bind search-spaces-regexp according to the
6057 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
6058 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
6059 condition for C-q SPC.
6060 (isearch-search-fun-default): Use new functions mentioned above.
6061 (isearch-search-forward, isearch-search-backward): Remove functions.
6062 (isearch-search): Don't let-bind search-spaces-regexp.
6063 (isearch-lazy-highlight-space-regexp): Remove variable.
6064 (isearch-lazy-highlight-lax-whitespace)
6065 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
6066 (isearch-lazy-highlight-new-loop): Use them.
6067 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
6068
af7dda05
CY
60692012-09-02 Chong Yidong <cyd@gnu.org>
6070
6071 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
6072
d67d3afd
GM
60732012-09-02 Glenn Morris <rgm@gnu.org>
6074
6075 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
6076
69678719
GM
60772012-09-01 Glenn Morris <rgm@gnu.org>
6078
6079 * term.el: Tidy up menu definitions.
6080 (term-mode-map): Use easymenu for In/Out, Complete menus.
6081 (term-pager-break-map): Initialize in the defvar.
6082 (term-terminal-menu, term-signals-menu): Define with easymenu.
6083 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
6084 (term-pager-menu): New, extracted from term-process-pager.
6085 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
6086 (term-update-mode-line): Propertize line/char and page items.
6087 (term-process-pager): Move keymap initialization elsewhere.
6088
78dd6ab1
MR
60892012-09-01 Martin Rudalics <rudalics@gmx.at>
6090
6091 * window.el (switch-to-prev-buffer): Handle additional values of
6092 BURY-OR-KILL argument. Don't switch in minibuffer window.
6093 (switch-to-next-buffer): Don't switch in minibuffer window.
6094 (quit-restore-window): New function based on quit-window.
6095 Handle additional values of former KILL argument.
6096 (quit-window): Call quit-restore-window with appropriate
6097 interpretation of KILL argument.
6098 (display-buffer-below-selected): New buffer display action
6099 function.
6100
3d10e134
SM
61012012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6102
6103 * minibuffer.el (completion-at-point-functions): Complete docstring
6104 (bug#12254).
6105
0e23ef9d
PE
61062012-09-01 Paul Eggert <eggert@cs.ucla.edu>
6107
6108 Better seed support for (random).
6109 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
6110 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
6111 * play/mpuz.el, play/tetris.el, play/zone.el:
6112 * calc/calc-comb.el (math-init-random-base):
6113 * play/blackbox.el (bb-init-board):
6114 * play/life.el (life):
6115 * server.el (server-use-tcp):
6116 * type-break.el (type-break):
6117 Remove unnecessary call to (random t).
6118 * net/sasl.el (sasl-unique-id-function):
6119 Change (random t) to (random), now that the latter is more random.
6120 * play/life.el (life-initialized): Remove no-longer-needed var.
6121
862382df
MR
61222012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
6123
6124 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
6125 Consider frame's buffer predicate when choosing the buffer.
6126 (Bug#12081)
6127
262a66e1
RS
61282012-08-30 Richard Stallman <rms@gnu.org>
6129
6130 * simple.el (special-mode-map): Delete binding for `z'.
6131
f17e1d00
AS
61322012-08-30 Andreas Schwab <schwab@linux-m68k.org>
6133
6134 * progmodes/compile.el (compilation-always-kill): Doc fix.
6135
24777832
CY
61362012-08-30 Chong Yidong <cyd@gnu.org>
6137
6138 * window.el (display-buffer-reuse-frames): Make the obsolescence
6139 message more informative.
6140
69ba1f04
GM
61412012-08-30 Glenn Morris <rgm@gnu.org>
6142
6143 * paren.el (show-paren-delay):
6144 Add a :set function. Doc fix. (Bug#12297)
6145
f0019ede
MB
61462012-08-29 Martin Blais <blais@furius.ca> (tiny change)
6147
6148 * progmodes/compile.el (compilation-always-kill): New var.
6149 (compilation-start): Use it.
6150
35e62fc9
SM
61512012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6152
af070a1c
SM
6153 * simple.el (read-only-mode): Move from files.el for bootstrapping.
6154 * files.el (read-only-mode): Move to simple.el.
6155
35e62fc9
SM
6156 * files.el (read-only-mode): New minor mode.
6157 (toggle-read-only): Use it and mark obsolete.
6158 (find-file--read-only):
6159 * vc/vc.el (vc-next-action, vc-checkout):
6160 * vc/vc-cvs.el (vc-cvs-checkout):
6161 * obsolete/vc-mcvs.el (vc-mcvs-update):
6162 * ffap.el (ffap--toggle-read-only): Update callers.
6163
c2c43c23
MA
61642012-08-29 Michael Albinus <michael.albinus@gmx.de>
6165
6166 * eshell/esh-ext.el (eshell-external-command): Do not examine
972debf2
SM
6167 remote shell scripts.
6168 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
c2c43c23
MA
6169
6170 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
6171 "/usr/local/sbin".
6172
9fba804b
SM
61732012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6174
6175 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
6176
eada0861 61772012-08-28 Leo Liu <sdl.web@gmail.com>
22ab32ef 6178
806f0cc7
LL
6179 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
6180 completion-at-point. (Bug#12220)
6181
3bb213b9
LL
6182 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
6183
22ab32ef
LL
6184 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
6185
eada0861 61862012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
db148c21 6187
19c17fc1
CY
6188 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
6189 be buffer-local; add delete-trailing-whitespace (bug#12259).
db148c21 6190
eada0861 61912012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
ffe6eaf1
JM
6192
6193 * progmodes/hideif.el (hif-compress-define-list):
6194 Fix typo. (Bug#11951)
6195
eada0861 61962012-08-28 Dan Nicolaescu <dann@gnu.org>
d30aca1b
DN
6197
6198 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
6199 buffer local setting.
6200
27d6c5a8
LL
6201 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
6202 rcirc-encode-coding-system.
6203
eada0861 62042012-08-28 Leo Liu <sdl.web@gmail.com>
4432d2e2
LL
6205
6206 * net/rcirc.el (rcirc-split-message): New function.
6207 (rcirc-send-message): Use it. (Bug#12051)
6208
d44688e4
JL
62092012-08-28 Juri Linkov <juri@jurta.org>
6210
6211 * info.el (Info-fontify-node): Hide empty lines at the end of
6212 the node. (Bug#12272)
6213
34f10d41
MR
62142012-08-27 Drew Adams <drew.adams@oracle.com>
6215
6216 * dired.el (dired-pop-to-buffer): Make window start at beginning
6217 of buffer (Bug#12281).
6218
77f1f99c
CY
62192012-08-26 Chong Yidong <cyd@gnu.org>
6220
6221 * window.el (special-display-regexps, special-display-frame-alist)
6222 (special-display-buffer-names, special-display-function)
6223 (display-buffer-reuse-frames): Mark as obsolete.
6224
6225 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
6226
6227 * help.el (help-print-return-message): Don't treat
6228 display-buffer-reuse-frames specially.
6229
d97af5a0
CY
62302012-08-26 Chong Yidong <cyd@gnu.org>
6231
9fba804b
SM
6232 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
6233 New variable, replacing gdb-frame-parameters.
d97af5a0
CY
6234 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
6235 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
6236 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
6237 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
6238 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
6239 the functions directly with gdb-display-buffer-other-frame-action.
6240 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
6241 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
6242 (gdb-display-stack-buffer, gdb-display-locals-buffer)
6243 (gdb-display-registers-buffer): Define directly.
6244 (def-gdb-display-buffer): Macro deleted.
6245 (gdb-display-buffer): Remove second and third args, callers don't
6246 use them. Defer to the default display-buffer behavior, apart
6247 from making windows dedicated.
6248 (gdb-setup-windows): Don't call display-buffer unnecessarily.
6249
6250 * progmodes/gud.el (gud-display-line): Just use display-buffer.
6251
6252 * window.el (display-buffer-pop-up-frame): Handle a
6253 pop-up-frame-parameters alist entry.
6254 (display-buffer): Document it.
6255
dd7ffad6
CY
62562012-08-26 Chong Yidong <cyd@gnu.org>
6257
6258 * isearch.el (search-whitespace-regexp): Make string and nil
6259 values apply to both ordinary and regexp search. Allow a cons
6260 cell value to distinguish between the two.
6261 (isearch-whitespace-regexp, isearch-search-forward)
6262 (isearch-search-backward): New functions.
6263 (isearch-occur, isearch-search-fun-default, isearch-search)
6264 (isearch-lazy-highlight-new-loop): Use them.
6265 (isearch-forward, isearch-forward-regexp): Doc fix.
6266
4c47bd1e
CY
62672012-08-26 Chong Yidong <cyd@gnu.org>
6268
6269 * faces.el (help-argument-name): Always inherit from italic
6270 (Bug#12213).
6271
9aba119d
MR
62722012-08-25 Martin Rudalics <rudalics@gmx.at>
6273
6274 * window.el (window--even-window-heights): Even heights when
6275 WINDOW and the selected window form a vertical combination.
6276 (display-buffer-use-some-window): Provide that window used gets
6277 sized back by quit-window. (Bug#11880) and (Bug#12091)
6278
ca5256ad
PE
62792012-08-24 Paul Eggert <eggert@cs.ucla.edu>
6280
6281 Fix file time stamp problem with bzr and CVS (Bug#12001).
6282 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
6283 in the file's time stamp, since the version control system loses
6284 that information.
6285
d1c0d176
JL
62862012-08-22 Juri Linkov <juri@jurta.org>
6287
6288 * info.el (Info-fontify-node): Hide the suffix of the
6289 Info file name in the header line. (Bug#12187)
6290
141562ff
GM
62912012-08-22 Glenn Morris <rgm@gnu.org>
6292
6293 * calendar/cal-tex.el (cal-tex-weekly-common):
6294 Restore leading blank page.
6295
3a21537c 62962012-08-22 Le Wang <l26wang@gmail.com>
add9ca2d
BG
6297
6298 * misc.el (forward-to-word, backward-to-word): Activate or extend
61a48e19
GM
6299 the region under `shift-select-mode'. (Bug#12231)
6300
63012012-08-22 Bastien Guerry <bzg@gnu.org>
0fcd3d9f
BG
6302
6303 * progmodes/executable.el (executable-prefix): Set to "#!" instead
6304 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
6305 gives details on why the space is never needed.
6306
ea95074e
MR
63072012-08-22 Martin Rudalics <rudalics@gmx.at>
6308
9fba804b
SM
6309 * window.el (walk-window-tree, window-with-parameter):
6310 New optional argument MINIBUF to control whether these functions
ea95074e
MR
6311 should run on the minibuffer window.
6312 (window-at-side-list): Don't operate on minibuffer window.
6313 (window-in-direction): Simplify and rewrite doc-string.
9fba804b
SM
6314 (window--size-ignore): Rename to window--size-ignore-p.
6315 Update callers.
caceae25
MR
6316 (display-buffer-in-atom-window, window--major-non-side-window)
6317 (window--major-side-window, display-buffer-in-major-side-window)
9fba804b
SM
6318 (delete-side-window, display-buffer-in-side-window):
6319 New functions.
caceae25
MR
6320 (window--side-check, window-deletable-p, delete-window)
6321 (delete-other-windows, split-window): Handle side windows and
6322 atomic windows appropriately.
6323 (window--display-buffer): Call display-buffer-record-window also
6324 when the window buffer did not change.
ea95074e 6325
80a51fa0
CS
63262012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
6327
6328 * help-fns.el (help-fns--key-bindings):
6329 Abbreviate non-symbol remap targets. (Bug#12174)
6330
fbb6300b
MR
63312012-08-22 Martin Rudalics <rudalics@gmx.at>
6332
6333 * dired.el (dired-mark-remembered): Don't clobber point.
6334 (Bug#11795)
6335
2b2c0794
GM
63362012-08-22 Glenn Morris <rgm@gnu.org>
6337
6338 * progmodes/bug-reference.el (bug-reference): New custom group.
6339 (bug-reference-bug-regexp): Make it a defcustom.
6340
37219830
DU
63412012-08-22 Daiki Ueno <ueno@unixuser.org>
6342
6343 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
6344 (js-paren-indent-offset, js-square-indent-offset)
6345 (js-curly-indent-offset): Add :safe (Bug#12257).
6346
94e0e559
EC
63472012-08-22 Edward O'Connor <hober0@gmail.com>
6348
6349 * json.el (json-key-format): Add error properties.
6350 (json-encode-key): New function.
6351 (json-encode-hash-table, json-encode-alist, json-encode-plist):
6352 Use json-encode-key.
6353
da485f5e
GM
63542012-08-22 Glenn Morris <rgm@gnu.org>
6355
6356 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
6357 (cal-tex-leftday, cal-tex-rightday): Remove functions.
6358 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
6359 Update for above change.
6360
c6cc78b8
AS
63612012-08-21 Andreas Schwab <schwab@linux-m68k.org>
6362
6363 * cus-face.el (custom-face-attributes): Fix customize type for the
6364 :underline attribute. (Bug#11805)
6365
5481664a
MR
63662012-08-21 Martin Rudalics <rudalics@gmx.at>
6367
6368 * window.el (window-point-1, set-window-point-1): Remove.
6369 (window-in-direction, record-window-buffer)
6370 (set-window-buffer-start-and-point, split-window-below)
9fba804b
SM
6371 (window--state-get-1, display-buffer-record-window):
6372 Replace calls to window-point-1 and set-window-point-1 by calls to
5481664a
MR
6373 window-point and set-window-point respectively.
6374
6d74698e
GM
63752012-08-21 Glenn Morris <rgm@gnu.org>
6376
b7fa2691
GM
6377 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
6378 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
6379 Use it.
6380
52f56d5a
GM
6381 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
6382 (cal-tex-shortday): New function.
6383 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
6384 (cal-tex-cursor-filofax-daily): Use the above.
6385
9f1ee09e
GM
6386 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
6387 New functions.
6388 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
6389 (cal-tex-cursor-filofax-week): Use them.
6390
79858159
GM
6391 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
6392 New constants.
6393 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
6394 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
6395
d346b2b4
GM
6396 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
6397 (cal-tex-end-document): Don't rely on buffer name.
6398
b2403709
GM
6399 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
6400 Use cal-tex-vspace.
6401 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
6402 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
2d225a3a
GM
6403 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
6404 Use cal-tex-arg.
b2403709 6405
1cebb5c0
GM
6406 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
6407 (cal-tex-cursor-week, cal-tex-cursor-week2)
6408 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
6409 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6410 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
6411 (cal-tex-insert-preamble, cal-tex-b-document)
6412 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
6413 Improve cal-tex-cmd usage.
6414
c68cd5d4
GM
6415 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
6416 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
6417 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
6418 (cal-tex-weekly-paper): New function.
6419 (cal-tex-cursor-week, cal-tex-cursor-week2)
6420 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
6421 (cal-tex-cursor-day): Use it.
6422
9dca4801
GM
6423 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
6424 (cal-tex-cursor-filofax-week): Remove leading blank page.
6425
1941e134
GM
6426 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
6427 Add autoload cookie. For now at least, don't use color, since
6428 no other cal-tex function does.
6429
6d74698e
GM
6430 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
6431 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6432 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
6433
64cde199
JL
64342012-08-21 Juri Linkov <juri@jurta.org>
6435
6436 * info.el (Info-file-attributes): New variable.
6437 (info-insert-file-contents): Add file attributes to
6438 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
6439 `Info-toc-nodes' when previous modtime of the Info file is less
6440 than new modtime.
6441 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
6442 of info.el. (Bug#12230)
6443
32757648
GM
64442012-08-20 Glenn Morris <rgm@gnu.org>
6445
6446 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
6447 * calendar/holidays.el (calendar-holiday-list):
6448 Report errors with display-warning rather than beep'n'sleep.
6449
a32fbbcf
MA
64502012-08-20 Michael Albinus <michael.albinus@gmx.de>
6451
6452 * net/tramp.el (tramp-accept-process-output): Accept only output
6453 from PROC. Otherwise, process filters and sentinels might be
6454 confused. (Bug#12145)
6455
a05731a0
CY
64562012-08-20 Chong Yidong <cyd@gnu.org>
6457
6458 * descr-text.el (describe-text-properties-1): Use overlays-in to
6459 report on empty overlays (Bug#3322).
6460
36e8d1eb
GM
64612012-08-20 Glenn Morris <rgm@gnu.org>
6462
3d300447
GM
6463 * mail/rmailout.el (rmail-output-read-file-name):
6464 Trap and report errors in rmail-output-file-alist elements.
6465
36e8d1eb
GM
6466 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
6467 since most non-font-lock faces are not also variables).
6468
b96e5814
ER
64692012-08-20 Edward Reingold <reingold@iit.edu>
6470
6471 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
6472 New function. (Bug12160)
6473
7cef3569
GM
64742012-08-19 Glenn Morris <rgm@gnu.org>
6475
6476 * mail/rmailout.el (rmail-output-read-file-name):
6477 Fix previous change (when the alist is nil or does not match).
6478
17975d7f
CY
64792012-08-19 Chong Yidong <cyd@gnu.org>
6480
6481 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
6482 (Bug#12228).
6483
2170b1bd
CY
64842012-08-18 Chong Yidong <cyd@gnu.org>
6485
6486 * simple.el (yank-handled-properties): New defcustom.
6487 (yank-excluded-properties): Add font-lock-face and category.
6488 (yank): Doc fix.
6489
9fba804b
SM
6490 * subr.el (remove-yank-excluded-properties):
6491 Obey yank-handled-properties. The special handling of font-lock-face
2170b1bd
CY
6492 and category is now done this way, instead of being hard-coded.
6493 (insert-for-yank-1): Remove font-lock-face handling.
6494 (yank-handle-font-lock-face-property)
6495 (yank-handle-category-property): New function.
6496
ee218151
GM
64972012-08-17 Glenn Morris <rgm@gnu.org>
6498
6499 * mail/rmailout.el (rmail-output-read-file-name):
6500 Check rmail-output-file-alist against the full message body
6501 in the correct rmail buffer. (Bug#12214)
6502
4a6bc3fd
MA
65032012-08-17 Michael Albinus <michael.albinus@gmx.de>
6504
9fba804b
SM
6505 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
6506 Eliminate superfluous prompt. (Bug#12203)
4a6bc3fd 6507
383dcbf9
CY
65082012-08-17 Chong Yidong <cyd@gnu.org>
6509
6510 * mouse.el (mouse-appearance-menu): If x-select-font returns a
6511 font spec, set the font directly (Bug#3228).
6512
998c4a6a
MR
65132012-08-17 Martin Rudalics <rudalics@gmx.at>
6514
6515 * window.el (delete-window): Fix last fix.
6516
52162052
MR
65172012-08-16 Martin Rudalics <rudalics@gmx.at>
6518
6519 * window.el (window-valid-p): Move to window.c.
85c2386b
MR
6520 (window-child, window-child-count, window-last-child)
6521 (window-normalize-window, window-combined-p)
6522 (window-combinations, window-atom-root, window-min-size)
6523 (window-sizable, window-sizable-p, window-size-fixed-p)
6524 (window-min-delta, window-max-delta, window--resizable)
6525 (window--resizable-p, window-resizable, window-total-size)
6526 (window-full-height-p, window-full-width-p, window-body-size)
6527 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
6528 (minimize-window, window-deletable-p, delete-window)
6529 (delete-other-windows, set-window-buffer-start-and-point)
6530 (next-buffer, previous-buffer, split-window, balance-windows-2)
6531 (set-window-text-height, window-buffer-height)
6532 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
9fba804b
SM
6533 (truncated-partial-width-window-p): Minor code adjustments.
6534 In doc-strings state whether the argument window has to denote a
85c2386b 6535 live, valid or any window.
52162052 6536
1c308380
PS
65372012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
6538
6539 * progmodes/subword.el (subword-forward-function)
6540 (subword-backward-function, subword-forward-regexp)
6541 (subword-backward-regexp): New variables.
6542 (subword-forward, subword-forward-internal, subword-backward-internal):
6543 Use new variables, eg so that different "word" definitions
6544 can be easily used. (Bug#11411)
6545
94c9ece1
SM
65462012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6547
6548 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
6549 for composite selectors.
6550 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
6551 operation just because we can't find a previous revision.
6552
f2045622
CY
65532012-08-15 Chong Yidong <cyd@gnu.org>
6554
6555 * frame.el (set-frame-font): Accept font objects.
6556
582db660
SM
65572012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6558
6559 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
6560
2f29c200
WJ
65612012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
6562
456e62c2
WJ
6563 * man.el (Man-overstrike-face, Man-underline-face)
6564 (Man-reverse-face): Remove variables.
6565 (Man-overstrike, Man-underline, Man-reverse): New faces.
6566 (Man-fontify-manpage): Use them instead of the variables.
6567 (Man-cleanup-manpage): Comment change.
6568 (Man-ansi-color-map): New variable.
6569 (Man-fontify-manpage): Use it.
6570 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
6571
2f29c200
WJ
6572 Implement ANSI SGR parameters 22-27 (bug#12146).
6573 * ansi-color.el (ansi-colors): Doc fix.
6574 (ansi-color-context, ansi-color-context-region): Doc fix.
6575 (ansi-color--find-face): New function.
6576 (ansi-color-apply, ansi-color-apply-on-region): Use it.
6577 Rename the local variable `face' to `codes' since it is now a list of
6578 ansi codes. Doc fix.
6579 (ansi-color-get-face): Remove.
6580 (ansi-color-parse-sequence): New function, derived from
6581 ansi-color-get-face.
6582 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
6583 codes 22-27.
6584
b4f5e9df
SM
65852012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
6586
6587 * subr.el (read-passwd): Allow use from a minibuffer.
6588
ba025fbd
EZ
65892012-08-14 Eli Zaretskii <eliz@gnu.org>
6590
6591 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
6592 inside comments and strings as identifiers.
6593
6594 * progmodes/gud.el (gud-tooltip-print-command): Quote the
6595 expression to evaluate. This allows to evaluate expressions with
6596 embedded whitespace.
6597 (gud-tooltip-tips): Add a blank before the newline in the
6598 message-box text, for the benefit of message-box emulation on
6599 MS-Windows.
6600
6601 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
6602 messages from GDB, pop them up in a tooltip to give feedback to
6603 user.
b4f5e9df
SM
6604 (gdb-tooltip-print-1): Quote the expression to evaluate.
6605 This allows to evaluate expressions with embedded whitespace.
ba025fbd
EZ
6606 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
6607 if the TTY name is nil or empty (which happens when communicating
6608 with the inferior via pipes, e.g. on MS-Windows).
6609 (gdb-internals): If GDB sends a "&\n" empty debugging message,
6610 don't send that to the GUD buffer.
6611
c548f821
GM
66122012-08-14 Glenn Morris <rgm@gnu.org>
6613
6614 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
6615 Optimize away setq-default with no args, as for setq. (Bug#12195)
6616
55802e4a
CY
66172012-08-14 Chong Yidong <cyd@gnu.org>
6618
4abcdac8
CY
6619 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
6620
55802e4a
CY
6621 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
6622 (Bug#12085).
6623
3c3cda1a
GM
66242012-08-14 Glenn Morris <rgm@gnu.org>
6625
6626 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
6627
e1873bd0
MA
66282012-08-14 Michael Albinus <michael.albinus@gmx.de>
6629
6630 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
6631 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6632 Use cached shell name.
6633
925411b4
FEG
66342012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
6635
6636 * progmodes/python.el (python-shell-send-string):
3c3cda1a 6637 (python-shell-send-setup-code): Do not use `format' with `message'.
925411b4 6638
e636fafe
DG
66392012-08-14 Dmitry Gutov <dgutov@yandex.ru>
6640
6641 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
6642 (ruby-percent-literal-beg-re): New constant.
6643 (ruby-syntax-general-delimiters-goto-beg): Rename to
6644 `ruby-syntax-enclosing-percent-literal', improve literal type check.
6645 (ruby-syntax-propertize-general-delimiters): Rename to
6646 `ruby-syntax-propertize-percent-literal', it's a shorter and more
6647 popular term. Adjust comments everywhere.
6648 (ruby-syntax-propertize-percent-literal): Only propertize when not
6649 inside a simple string or comment. When the literal is unclosed,
6650 leave the text after it unpropertized.
f063063a
DG
6651 (ruby-syntax-methods-before-regexp): New constant.
6652 (ruby-syntax-propertize-function): Use it to recognize regexps.
6653 Don't look at the text after regexp, just use the whitelist.
e636fafe 6654
e5b19827
AS
66552012-08-14 Andreas Schwab <schwab@linux-m68k.org>
6656
6657 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
6658 non-nil always load the compiled file if it exists. (Bug#12197)
6659
a9f6f311
CY
66602012-08-14 Chong Yidong <cyd@gnu.org>
6661
6662 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
6663 (hi-lock-set-pattern): When deciding whether to use font lock or
6664 overlays, look at font-lock-mode instead of font-lock-fontified
6665 (Bug#12168).
6666 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
6667 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
6668
7d806b1e
DU
66692012-08-14 Daiki Ueno <ueno@unixuser.org>
6670
6671 * subr.el (internal--after-with-selected-window): Fix typo
6672 (Bug#12193).
6673
5beed586
FEG
66742012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
6675
6676 Use `completion-table-dynamic' for completion functions.
6677 * progmodes/python.el
6678 (python-shell-completion--do-completion-at-point)
e636fafe
DG
6679 (python-shell-completion--get-completions):
6680 Remove functions.
5beed586
FEG
6681 (python-shell-completion-complete-at-point): New function.
6682 (python-completion-complete-at-point): Use it.
6683
92cb3b04
J
66842012-08-13 Jambunathan K <kjambunathan@gmail.com>
6685
6686 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
6687 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
6688
89660017
SM
66892012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
6690
3c98c962
SM
6691 * subr.el (function-get): Refine `autoload' arg so it can also
6692 autoload functions for gv.el (bug#12191).
6693 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
6694 autoloads macros.
6695
aa7c6dbe
SM
6696 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
6697 Prefer pcase-let over destructuring-bind.
6698 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
6699 Also, remove whitespace as we go, rather than after accumulating the
6700 various places.
6701
89660017
SM
6702 * subr.el (internal--before-with-selected-window)
6703 (internal--after-with-selected-window): Fix typo seleted->selected.
6704 (with-selected-window): Adjust callers.
6705 Reported by Dmitry Gutov <dgutov@yandex.ru>.
6706
31cd32c9
BG
67072012-08-13 Bastien Guerry <bzg@gnu.org>
6708
0fcd3d9f 6709 * window.el (special-display-popup-frame): Minor docstring
31cd32c9
BG
6710 enhancement. (Bug#12172)
6711
1b15d8ad
AS
67122012-08-13 Andreas Schwab <schwab@linux-m68k.org>
6713
31e54db0
AS
6714 * tar-mode.el (tar-header-data-end): Only ignore size for files of
6715 type 1-6.
6716 (tar-header-block-summarize, tar-get-descriptor): Handle pax
6717 extended headers.
6718
1b15d8ad
AS
6719 * files.el (hack-local-variables-filter): Remove useless eval.
6720
35cb9c06
MR
67212012-08-13 Martin Rudalics <rudalics@gmx.at>
6722
6723 * subr.el (with-selected-window): Fix last change.
6724
1439443b
SM
67252012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6726
6727 * subr.el (internal--before-with-seleted-window)
6728 (internal--after-with-seleted-window): New functions.
1b15d8ad
AS
6729 (with-selected-window): Use them, to replace dependency on
6730 tty-top-frame.
1439443b 6731
0d9e2599
NN
67322012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
6733
6734 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
6735 binding for `newline'.
6736 (ruby-move-to-block): When moving backward, stop at block opening,
6737 not indentation.
6738 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
6739 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
6740 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
6741 `ruby-toggle-block'.
6742
ba10c48c
SM
67432012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6744
6745 * ibuffer.el (ibuffer-do-toggle-read-only):
6746 * dired.el (dired-toggle-read-only):
6747 * buff-menu.el (Buffer-menu-toggle-read-only):
6748 * bindings.el (mode-line-toggle-read-only):
6749 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
6750
9229c658
AS
67512012-08-12 Andreas Schwab <schwab@linux-m68k.org>
6752
6753 * descr-text.el (describe-char): Put the overlays over the
6754 "displayed as" character.
6755
0fd09128
JB
67562012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
6757
6758 * calc/calc-units.el (math-default-units-table): Give an
6759 initial value.
6760 (math-put-default-units): Add options to put composite units and
6761 unit systems in the default units table.
6762 (calc-convert-units): Send composite units to
6763 `math-put-default-units' when appropriate.
6764
9ff9402d 67652012-08-11 Glenn Morris <rgm@gnu.org>
7aacaf15 6766
fbb5e336
GM
6767 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
6768
7aacaf15
GM
6769 * tutorial.el (help-with-tutorial):
6770 * emacs-lisp/copyright.el (copyright-update-directory):
6771 * emacs-lisp/autoload.el (autoload-find-generated-file)
6772 (autoload-find-file): Disable local eval: (for insurance).
6773
f40b9f10
GM
6774 * files.el (hack-local-variables-filter): If an eval: form is not
6775 known to be safe, and enable-local-variables is :safe, then ignore
6776 the form totally, as is done for non-eval forms. (Bug#12155)
6f97980a 6777 This is CVE-2012-3479.
f40b9f10 6778
daa9f1a6
SM
67792012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6780
6781 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
6782 (rx-form): Simplify.
6783
9cd80478
DG
67842012-08-09 Dmitry Gutov <dgutov@yandex.ru>
6785
0d9e2599
NN
6786 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
6787 ?, _, and : are symbol constituents, ! is not (but kinda should be).
6788 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
6789 (ruby-syntax-propertize-function): Adjust for changes in
6790 `ruby-syntax-propertize-heredoc'.
6791
67922012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
6793
9cd80478
DG
6794 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
6795 binding (use `M-;' instead).
9cd80478 6796 (ruby-singleton-class-p): New function.
0d9e2599 6797 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
9cd80478 6798
d301b413
SM
67992012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6800
6801 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
6802
1530c98e
CY
68032012-08-10 Chong Yidong <cyd@gnu.org>
6804
6805 * progmodes/python.el (python-shell-get-process-name): Don't mess
6806 with same-window-buffer-names.
6807
6808 * eshell/eshell.el (eshell-add-to-window-buffer-names)
6809 (eshell-remove-from-window-buffer-names): Make obsolete.
6810 (eshell-buffer-name, eshell-unload-hook): Don't use them.
6811 (eshell): Just use pop-to-buffer-same-window instead.
6812
e1293765
CY
68132012-08-10 Chong Yidong <cyd@gnu.org>
6814
6815 * bindings.el: Bind M-= back to count-words-region.
6816
6817 * simple.el (count-words-region): Accept a prefix arg for acting
6818 on the entire buffer.
6819 (count-words--buffer-message): New helper function.
6820
e1894109
SM
68212012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6822
6823 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
6824 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
6825 (event-start, event-end): Use posn-at-point to return a more
6826 informative posn.
6827 (posnp): New function.
6828 * mouse.el (popup-menu-normalize-position): Use it.
6829
c69f56a2
MY
68302012-08-10 Masatake YAMATO <yamato@redhat.com>
6831
6832 * mouse.el (popup-menu-normalize-position): New function.
6833 (popup-menu): Use `popup-menu-normalize-position' to normalize
6834 the form for POSITION argument.
6835
6836 * term/x-win.el (x-menu-bar-open):
6837 Use the value returend from (posn-at-point) as position
6838 passed to `popup-menu'.
6839
31673780
JB
68402012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
6841
6842 * calc/calccomp.el (math-compose-expr): Add extra argument
6843 indicating that parentheses should be put around products in
6844 denominators. Give multiplication precedence over division during
6845 composition.
6846
dab7711b
CY
68472012-08-09 Chong Yidong <cyd@gnu.org>
6848
dee4ef93
CY
6849 * man.el (Man-switches, Man-sed-command, Man-awk-command)
6850 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
6851 (Man-untabify-command, manual-program): Convert to defcustom
6852 (Bug#10429).
6853
73e2bbc5
CY
6854 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
6855
3e861c8a
CY
6856 * descr-text.el (describe-char): Don't insert extra newlines
6857 (Bug#10127).
6858
a9f5a649
CY
6859 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
6860 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
6861
dab7711b
CY
6862 * align.el (align-region): Delete temporary markers (Bug#10047).
6863 Plus some code cleanups.
6864
e0cc4efa
FEG
68652012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
6866
6867 * progmodes/python.el (python-pdbtrack-tracked-buffer)
6868 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
6869 (python-shell-internal-last-output): Use make-local-variable
6870 instead of make-variable-buffer-local.
6871
489af14f
FEG
68722012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
6873
6874 * progmodes/python.el: Enhancements to forward-sexp.
6875 (python-nav-forward-sexp): Rename from
6876 python-nav-forward-sexp-function.
c69f56a2
MY
6877 (python-nav--forward-sexp, python-nav--backward-sexp):
6878 New functions.
489af14f 6879
0fc50303
JB
68802012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
6881
6882 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
6883 modes and simplification modes.
6884
5d65606a
SM
68852012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
6886
6887 * delsel.el (delete-selection-pre-hook): Don't propagate the
6888 file-supersession signals (bug#12161).
6889
4250fdf5
SM
68902012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6891
6892 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
6893 (cl-map-extents): Add compatibility aliases (bug#12135).
6894
d9f9b465
MA
68952012-08-08 Michael Albinus <michael.albinus@gmx.de>
6896
6897 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
6898 tests by `ignore-error'.
6899 (tramp-find-shell): Open also a new shell, when cache is already
6900 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
6901
ce0fcefa
JL
69022012-08-08 Juri Linkov <juri@jurta.org>
6903
6904 * bookmark.el: Add `defaults' property to the bookmark record.
6905 (bookmark-current-buffer): Doc fix.
6906 (bookmark-make-record): Add `defaults' property with default values
6907 to the bookmark record.
6908 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
6909 with `bookmark-insert-current-bookmark'.
6910 (bookmark-set): Get `defaults' property from the bookmark record
6911 and use it in `read-from-minibuffer'.
6912 (bookmark-insert-current-bookmark): Remove function.
6913
6914 * info.el (Info-bookmark-make-record): Add `defaults' property
6915 with values of canonical Info node name, the current Info file
6916 name and the current Info node name. (Bug#12107)
6917
53fa8652
JL
69182012-08-08 Juri Linkov <juri@jurta.org>
6919
6920 * files.el (basic-save-buffer): Use `buffer-name' as the default
6921 of `read-file-name' when buffer is not visiting a file (bug#12128).
6922
242c0a95
JL
69232012-08-08 Juri Linkov <juri@jurta.org>
6924
6925 * info.el (Info-isearch-search): Doc fix.
6926 (Info-search): Change search-failed message from "initial node" to
6927 "end of node" (bug#12078).
6928 (Info-isearch-search): Change `isearch-string-state' to
6929 `isearch--state-string'.
6930
32ac3a6b
GM
69312012-08-08 Glenn Morris <rgm@gnu.org>
6932
6933 * language/persian.el: Remove file.
f8c1afd5 6934 * language/misc-lang.el: Move unique part of persian.el here.
32ac3a6b
GM
6935 * loadup.el: Remove language/persian.
6936
2c2d9c9c
OF
69372012-08-08 Óscar Fuentes <ofv@wanadoo.es>
6938
6939 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
6940
2d79ec42
FEG
69412012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
6942
3c855b96 6943 * progmodes/python.el: Fix defsubst warning.
2d79ec42
FEG
6944 (python-syntax-context) Rename from python-info-ppss-context.
6945 (python-syntax-context-type): Rename from
6946 python-info-ppss-context-type.
6947 (python-syntax-comment-or-string-p): Rename from
6948 python-info-ppss-comment-or-string-p.
6949
2bd255dd
JB
69502012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
6951
6952 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
6953
c395097f
AS
69542012-08-07 Andreas Schwab <schwab@linux-m68k.org>
6955
6125983e
AS
6956 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
6957 a defcustom that is quoted with backquote.
6958
4250fdf5
SM
6959 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
6960 Fix handling of interactive spec when the body uses return.
651eaf36
AS
6961 (math-do-arg-check, math-define-function-body): Use backquote forms.
6962 * calc/calc-ext.el (math-defcache): Likewise.
6963 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
6964 * allout.el (allout-new-exposure): Likewise.
6965 * calc/calcalg2.el (math-tracing-integral): Likewise.
6966 * info.el (Info-last-menu-item): Likewise.
6967 * emulation/vip.el (vip-loop): Likewise.
6968 * textmodes/artist.el (artist-funcall): Likewise.
6969 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
6970 Construct menu-item directly.
6971
4250fdf5
SM
6972 * progmodes/autoconf.el (font-lock-syntactic-keywords):
6973 Don't declare.
c395097f 6974
5fb50dd3
CY
69752012-08-07 Chong Yidong <cyd@gnu.org>
6976
6977 * simple.el (deactivate-mark): Preserve text properties when
6978 saving the primary selection (Bug#8384).
6979
54eea618
KR
69802012-08-07 Kevin Ryde <user42@zip.com.au>
6981
6982 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
6983 (woman-parse-numeric-value): On a bad .IP line, issue a warning
6984 and continue processing (Bug#12110).
6985
638eaeb9
SM
69862012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
6987
6988 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
6989 syntax-propertize-function (bug#10095).
6990
ea376861
SM
69912012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
6992
f91b35be
SM
6993 * help-fns.el (help-fns--key-bindings, help-fns--signature)
6994 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
6995 describe-function-1.
6996 (describe-function-1): Use them. Move compiler macro after sig.
6997 (help-fns--compiler-macro): Use function-get. Assume we're already in
6998 standard-output. Adjust layout to new call order.
6999
ea376861
SM
7000 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
7001 re-binding a symbol that has a symbol-macro (bug#12119).
7002
d5be7bd0
MB
70032012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
7004
7005 * language/persian.el: New file. (Bug#11812)
7006 * loadup.el: Add language/persian.el.
7007
90749b53
CY
70082012-08-06 Chong Yidong <cyd@gnu.org>
7009
7010 * window.el (window--maybe-raise-frame): New function.
7011 (window--display-buffer): Split off from here.
7012 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7013 (display-buffer-pop-up-window, display-buffer-use-some-window):
7014 Obey an inhibit-switch-frame action alist entry.
7015 (display-buffer): Update doc.
7016
7017 * replace.el (occur-after-change-function): Avoid losing focus by
7018 using the inhibit-switch-frame display parameter (Bug#12139).
7019
ba7b0154
FEG
70202012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
7021
7022 Make internal shell process buffer names start with space.
7023 * progmodes/python.el (python-shell-make-comint): Add optional
7024 argument INTERNAL.
7025 (run-python-internal): Use it.
7026 (python-shell-internal-get-or-create-process): Check for new
7027 internal buffer names.
7028
5eaeacb5
GM
70292012-08-06 Glenn Morris <rgm@gnu.org>
7030
e296d94b 7031 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
5eaeacb5
GM
7032 Do less getting and setting of environment variables.
7033
b7ccbdc2
CY
70342012-08-05 Chong Yidong <cyd@gnu.org>
7035
777fe95e
CY
7036 * proced.el (proced): Add substitution string to docstring to
7037 trigger autoloading of the proced library on C-h f (Bug#1768).
7038
4250fdf5
SM
7039 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7040 Don't show defvars which have no second argument (Bug#8638).
b7ccbdc2
CY
7041
7042 * imenu.el (imenu-generic-expression): Move documentation here
7043 from imenu--generic-function.
7044 (imenu--generic-function): Refer to imenu-generic-expression.
7045
9e3b7800 70462012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
d5c31f1d
7047
7048 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
7049 indentation declaration.
7050 (viper-loop): Add indentation declaration (Bug#7025).
7051
e5d9c0d1
CY
70522012-08-05 Chong Yidong <cyd@gnu.org>
7053
f0422feb
CY
7054 * help-fns.el (describe-variable): Add hyperlink for
7055 directory-local variables files. Improve buffer-local and
7056 permanent-local reporting; suggested by MON KEY (Bug#6644).
7057
7058 * help-mode.el (help-dir-local-var-def): New button type.
7059
e5d9c0d1
CY
7060 * files.el (kill-buffer-hook): Provide a defvar.
7061
a4f2deaa
GM
70622012-08-05 Glenn Morris <rgm@gnu.org>
7063
7064 * eshell/esh-ext.el (eshell/addpath):
7065 Also update eshell-path-env. (Bug#12013)
7066
a9dd5754
CY
70672012-08-05 Chong Yidong <cyd@gnu.org>
7068
a4f2deaa 7069 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
615b0bf0 7070
d014c740
CY
7071 * fringe.el (fringe-styles): Add docstring.
7072 (fringe--check-mode): New function.
7073 (set-fringe-mode, set-fringe-style): Use it.
7074 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
7075
a9dd5754
CY
7076 * files.el (set-auto-mode): Fix invalid setq call.
7077
7c2dc8bd
SM
70782012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
7079
7080 * isearch.el: Misc simplification; use defstruct.
7081 (isearch-mode-map): Dense maps now work like sparse ones.
7082 (isearch--state): New defstruct.
7083 (isearch-string-state, isearch-message-state, isearch-point-state)
7084 (isearch-success-state, isearch-forward-state)
7085 (isearch-other-end-state, isearch-word-state, isearch-error-state)
7086 (isearch-wrapped-state, isearch-barrier-state)
7087 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
7088 replaced by defstruct's accessors.
7089 (isearch--set-state): Rename from isearch-top-state and change
7090 calling convention.
7091 (isearch-push-state): Use new isearch--get-state.
7092 (isearch-toggle-word): Disable regexp when enabling word.
7093 (isearch-message-prefix): Remove unused arg _c-q-hack.
7094 (isearch-message-suffix): Remove unused arg _ellipsis.
7095
7fcc0070
AS
70962012-08-04 Andreas Schwab <schwab@linux-m68k.org>
7097
7098 * simple.el (list-processes--refresh): For a server use :host or
7099 :local as the address.
97ad0769 7100 (list-processes): Doc fix.
7fcc0070 7101
a11035b8 71022012-08-04 Michal Nazarewicz <mina86@mina86.com>
00340faf
MN
7103
7104 * lisp/mpc.el: Support password in host argument.
7105 (mpc--proc-connect): Parse and use new password element.
7106 Set mpc-proc variable instead of returning process.
7107 (mpc-proc): Adjust accordingly.
7108
6dad7178
EZ
71092012-08-03 Eli Zaretskii <eliz@gnu.org>
7110
18949c2f
EZ
7111 * whitespace.el (whitespace-display-mappings): Use Unicode
7112 codepoints, instead of emacs-mule codepoints. See
7113 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
7114 for the details.
7115
6dad7178
EZ
7116 * files.el (file-truename): Don't skip symlink-chasing part on
7117 windows-nt. Incorporate the resolution of 8+3 short aliases on
4250fdf5
SM
7118 Windows into the loop that recursively chases symlinks.
7119 Compare directory and its parent case-insensitively on MS-Windows and
6dad7178
EZ
7120 MS-DOS.
7121
385b0198
CY
71222012-08-03 Chong Yidong <cyd@gnu.org>
7123
6200f3c4
CY
7124 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
7125
385b0198
CY
7126 * sort.el (sort-regexp-fields): Doc fix.
7127
b9e74744
TH
71282012-08-03 Tassilo Horn <tsdh@gnu.org>
7129
7130 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
7131 labels regex position point at the expected place.
7132
41013cb4
MK
71332012-08-03 MON KEY <monkey@sandpframing.com>
7134
7135 * net/imap.el (imap-interactive-login, imap-authenticate)
7136 (imap-mailbox-lsub, imap-mailbox-list)
7137 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
7138 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
7139 (imap-parse-response): Doc fix.
7140
0ffee616
JT
71412012-08-03 João Távora <joaotavora@gmail.com>
7142
7143 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
7144 if sexp scanning does not move point (Bug#5734).
7145
cfcc9cc8
TH
71462012-08-02 Tassilo Horn <tsdh@gnu.org>
7147
7148 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
7149 Add listings, minted, and ctable packages.
7150 (reftex-label-alist-builtin): Move listings, minted, and ctable
7151 entries before LaTeX.
a01bbb84 7152 (reftex-label-alist): Docfix.
cfcc9cc8 7153
66ec2442
BG
71542012-08-02 Bastien Guerry <bzg@gnu.org>
7155
7156 * replace.el (occur): Fix docstring (bug#12122).
7157
837b365b
GM
71582012-08-02 Glenn Morris <rgm@gnu.org>
7159
7160 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
7161
e098de97
PE
71622012-08-02 Paul Eggert <eggert@cs.ucla.edu>
7163
7164 Obsolete alias inactivate-current-input-method-function (Bug#10150).
7165 * international/mule-cmds.el: Create
7166 inactivate-current-input-method-function as an obsolete alias for
7167 deactivate-current-input-method-function. See Katsumi Yamaoka in
7168 <http://bugs.gnu.org/10150#46>.
7169
a0f95636
JB
71702012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
7171
7172 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
7173 of nested `if's.
7174
0d26d7c4
GM
71752012-08-01 Glenn Morris <rgm@gnu.org>
7176
7177 * progmodes/autoconf.el (autoconf-definition-regexp):
7178 Add AH_TEMPLATE, adjust submatch numbering.
7179 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
7180 (autoconf-current-defun-function): Update for above change.
7181 (autoconf-current-defun-function): First skip to end of current word.
7182
b686ba06
RS
71832012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
7184
7185 * calendar/cal-html.el (cal-html-insert-agenda-days):
7186 Fix typo. (Bug#12018)
7187
0d49da68
FEG
71882012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
7189
7190 Shell processes: enhancements to startup and CEDET compatibility.
7191 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
7192 (python-shell-make-comint): accept-process-output at startup.
7193 (run-python-internal): Set inferior-python-mode-hook to nil.
7194 (python-shell-internal-get-or-create-process): call sit-for.
7195 (python-preoutput-result): Add obsolete alias.
7196 (python-shell-internal-send-string): Use it.
7197 (python-shell-send-setup-code): Remove call to
7198 accept-process-output.
7199
f1a71c6e
AS
72002012-07-31 Andreas Schwab <schwab@linux-m68k.org>
7201
7202 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
7203 (Bug#12108)
7204
d2605269
JB
72052012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
7206
7207 * calc-mode.el (calc-basic-simplification-mode): Rename from
7208 `calc-limited-simplification-mode'.
7209 (calc-alg-simplification-mode): New function.
fc0c31f8 7210 (calc-set-simplify-mode): Adjust message.
f1a71c6e 7211
d2605269
JB
7212 * calc.el (calc-set-mode-line): Adjust mode line display for
7213 basic simplification mode.
7214
7215 * calc-help.el (calc-m-prefix-help): Update help message.
7216
7217 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
7218 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
7219
a3827a43
BG
72202012-07-31 Bastien Guerry <bzg@gnu.org>
7221
7222 * man.el (man): Fix comment. (bug#12101)
7223
502e3f89
MR
72242012-07-31 Martin Rudalics <rudalics@gmx.at>
7225
7226 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
7227 Don't return a non-nil value when no suitable buffer was found.
7228
d7714961
FEG
72292012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
7230
7231 * progmodes/python.el (run-python-internal): Disable font lock for
7232 internal shells.
7233
1f45e27e
SM
72342012-07-30 Stefan Merten <smerten@oekonux.de>
7235
70efc5c9 7236 * textmodes/rst.el: Silence `checkdoc-ispell'.
1f45e27e
SM
7237 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
7238 (rst-official-version, rst-official-cvs-rev)
7239 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
7240 (rst-mode-map): New key binding.
7241
0aee6912
PE
72422012-07-30 Paul Eggert <eggert@cs.ucla.edu>
7243
7244 Update .PHONY listings in makefiles.
7245 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
7246 autoloads, update-subdirs, updates, bzr-update, update-authors,
7247 compile-onefile, compile-calc, backup-compiled-files,
7248 compile-after-backup, compile-one-process, mh-autoloads,
7249 bootstrap-clean, distclean, maintainer-clean.
7250
9052f9f0
JB
72512012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
7252
1823ac5a
JB
7253 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
7254 (calc-set-mode-line): Don't display "AlgSimp ".
7255
7256 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
7257 (calc-lim-simplify-mode): New function.
7258 (calc-set-simplify-mode): Default to 'alg.
7259 (calc-default-simplify-mode): Make algebraic simplifications
7260 the default.
7261
7262 * calc/calc-ext.el (calc-init-extensions): Remove binding for
7263 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
7264
8d7c7eed 7265 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4b337409
JB
7266 indicate new simplification modes.
7267
1823ac5a
JB
7268 * calc/README: Mention new default simplification mode.
7269
9052f9f0
JB
7270 * calc/calc.el (math-normalize-error): New variable.
7271 (math-normalize): Set `math-normalize-error' to t
7272 when there's an error.
7273
7274 * calc/calc-alg.el (math-simplify): Don't simplify when
7275 `math-normalize' returns an error.
7276
20ba0cb4
EZ
72772012-07-29 Eli Zaretskii <eliz@gnu.org>
7278
7279 * international/mule-cmds.el (set-locale-environment): Revert last
7280 change, since display-graphic-p returns nil when this function is
7281 called during startup. Instead...
7282
7283 * term/w32console.el (terminal-init-w32console): ...setup the
7284 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
7285
a5dcc929
JL
72862012-07-29 Juri Linkov <juri@jurta.org>
7287
7288 * simple.el (goto-line): Don't display default line number in the
7289 prompt because it should be displayed by `read-number' (bug#9952).
7290 Add the current line number to the defaults of `goto-line' to
7291 allow its easier modification by users with `M-n' (bug#9201).
7292
7293 * subr.el (read-number): Support multiple default values like in
7294 other minibuffer reading functions. Replace `read' with
7295 `string-to-number' for consistency with `number-to-string'.
7296
72b255c7
PE
72972012-07-29 Paul Eggert <eggert@cs.ucla.edu>
7298
7299 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
7300 * emulation/viper-init.el (viper-deactivate-input-method-action):
7301 Rename from viper-inactivate-input-method-action.
7302 (viper-deactivate-input-method):
7303 Rename from viper-inactivate-input-method.
7304 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
7305 * international/mule-cmds.el (deactivate-input-method):
7306 Rename from inactivate-input-method.
7307 Also run input-method-deactivate-hook.
7308 (deactivate-current-input-method-function):
7309 Rename from inactivate-current-input-method-function.
7310 (input-method-deactivate-hook): New hook.
7311 (input-method-inactivate-hook): Mark obsolete.
bb6eb9fc
PE
7312 (inactivate-input-method): Mark obsolete.
7313
72b255c7
PE
7314 * international/quail.el (quail-activate):
7315 Also run quail-deactivate-hook.
7316 (quail-deactivate): Rename from quail-inactivate.
7317 * international/robin.el (robin-activate):
7318 Also run robin-deactivate-hook.
7319 (robin-deactivate): Rename from robin-inactivate.
7320
2549c068
CY
73212012-07-29 Chong Yidong <cyd@gnu.org>
7322
7323 * simple.el (indicate-copied-region): New function.
7324 (kill-ring-save): Split off from here.
7325
7326 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
7327 (kill-rectangle): Set deactivate-mark to t on read-only error.
7328
7329 * register.el (copy-to-register, copy-rectangle-to-register):
7330 Deactivate the mark, and use indicate-copied-region (Bug#10056).
4c478e6b
JL
7331 (append-to-register, prepend-to-register): Call indicate-copied-region.
7332
73332012-07-29 Juri Linkov <juri@jurta.org>
17711ed9
JL
7334
7335 * simple.el (async-shell-command-buffer): New defcustom.
7336 (shell-command): Use it. (Bug#4719)
7337
01bd1b0d
EZ
73382012-07-28 Eli Zaretskii <eliz@gnu.org>
7339
7340 * international/mule-cmds.el (set-locale-environment): In a
7341 console session on MS-Windows, set up keyboard and terminal
7342 encoding from the OEM codepage, not the ANSI codepage.
7343 (Bug#12055)
7344
a55739d3
CY
73452012-07-28 Chong Yidong <cyd@gnu.org>
7346
7347 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
7348 gdb-get-location.
7349
0e1a094f 73502012-07-28 Leo Liu <sdl.web@gmail.com>
9a0f8f2e
LL
7351
7352 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
7353 the alist (bug#12029).
7354
20329d73
EZ
73552012-07-28 Eli Zaretskii <eliz@gnu.org>
7356
7357 * makefile.w32-in (custom-deps, finder-data, updates, compile)
7358 (compile-always, compile-first)
7359 ($(lisp)/calendar/cal-loaddefs.el)
7360 ($(lisp)/calendar/diary-loaddefs.el)
7361 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
7362 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
7363 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
7364 instead of on update-subdirs.
7365 (bootstrap-clean): Delete $(lisp)/subdirs.el.
7366
345a2258
CY
73672012-07-28 Chong Yidong <cyd@gnu.org>
7368
1eee6341
CY
7369 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
7370 directory if vc-deduce-backend returns nil (Bug#7350).
7371
345a2258
CY
7372 * simple.el (delete-trailing-lines): New option.
7373 (delete-trailing-whitespace): Obey it (Bug#11879).
7374
049a0936
DE
73752012-07-28 David Engster <deng@randomsample.de>
7376
7377 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
7378 Explanation of new 'symbol-qnames feature in doc-strings.
7379 (xml-maybe-do-ns): Return expanded names as plain symbols if
7380 'symbol-qnames was provided in XML-NS argument (Bug#11916).
7381 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
7382
aa81af71
FEG
73832012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
7384
7385 Consistent completion in inferior python with emacs -nw.
7386 * progmodes/python.el (inferior-python-mode): replace "<tab>"
7387 binding in inferior-python-mode-map with "\t".
7388 (python-shell-completion-complete-at-point)
7389 (python-completion-complete-at-point): Remove interactive spec.
7390
e827b1eb
JB
73912012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
7392
7393 * calc/calccomp.el (math-compose-expr): Undo previous change.
7394
a90dfb95
FEG
73952012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
7396
4250fdf5 7397 * progmodes/python.el (python-mode-map): Add keybinding for
a90dfb95
FEG
7398 run-python.
7399 (python-shell-make-comint): Fix pop-to-buffer call.
7400 (run-python): Autoload. New arg SHOW.
7401 (python-shell-get-or-create-process): Do not pop python process
7402 buffer.
7403
32770973 74042012-07-27 Michael Albinus <michael.albinus@gmx.de>
1c6ef030
MA
7405
7406 * notifications.el (notifications-on-action-signal)
7407 (notifications-on-closed-signal): Use also the bus address for the map.
7408 (notifications-notify, notifications-close-notification)
fc0c31f8 7409 (notifications-get-capabilities): Add optional argument BUS.
1c6ef030 7410
86332df2
TH
74112012-07-27 Tassilo Horn <tsdh@gnu.org>
7412
4250fdf5
SM
7413 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
7414 Add support for the lstlisting and minted environments, and for the
86332df2
TH
7415 ctable macro.
7416 * textmodes/reftex.el (reftex-compile-variables): Also recognize
7417 labels written in keyvals syntax.
7418
ca1302a4
JB
74192012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
7420
7421 * calc/calccomp.el (math-compose-expr): Use parentheses when
7422 there is a product in the denominator of a fraction.
7423
f8b91036
EZ
74242012-07-26 Eli Zaretskii <eliz@gnu.org>
7425
7426 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
7427 ($(lisp)/calendar/diary-loaddefs.el)
7428 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4250fdf5
SM
7429 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
7430 Fixes failures in parallel bootstrap because subdirs.el is being
f8b91036
EZ
7431 rewritten while the autoload files are built at the same time,
7432 which needs to load subdirs.el.
7433
c8e5a42c
MR
74342012-07-26 Martin Rudalics <rudalics@gmx.at>
7435
7436 * mouse.el (popup-menu): Fix doc-string and re-indent code.
7437 (mouse-drag-line): Don't exit tracking when a switch-frame or
7438 switch-window event occurs (Bug#12006).
7439
670d85ea
SM
74402012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7441
7442 * mouse.el (popup-menu): Fix last change.
7443
7abaf5cc
SM
74442012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7445
7446 Autoload from Lisp with more care. Follow aliases when looking for
7447 function properties.
7448 * subr.el (autoloadp): New function.
7449 (symbol-file): Use it.
7450 (function-get): New function.
7451 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
7452 autoload-do-load.
7453 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
7454 (lisp-indent-function):
7455 * emacs-lisp/gv.el (gv-get):
7456 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
7457 * emacs-lisp/byte-opt.el (byte-optimize-form):
7458 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
7459 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
7460 Use function-get.
7461 * emacs-lisp/cl.el: Don't propagate function properties any more.
7462
7463 * speedbar.el (speedbar-add-localized-speedbar-support):
7464 * emacs-lisp/disass.el (disassemble-internal):
7465 * desktop.el (desktop-load-file):
7466 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
7467 (describe-function-1):
7468 * emacs-lisp/find-func.el (find-function-noselect):
7469 * emacs-lisp/elp.el (elp-instrument-function):
7470 * emacs-lisp/advice.el (ad-has-proper-definition):
7471 * apropos.el (apropos-safe-documentation, apropos-macrop):
7472 * emacs-lisp/debug.el (debug-on-entry):
7473 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
7474 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
7475 * calc/calc.el (name): Use autoloadp & autoload-do-load.
7476
b1364986
AA
74772012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
7478
7479 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
7480 function, not an obsolete variable (Bug#12046).
7481
67ada220
AS
74822012-07-25 Andreas Schwab <schwab@linux-m68k.org>
7483
7484 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
7485
f08088e3
CS
74862012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
7487
7488 * emacs-lisp/pp.el (pp-display-expression): Select old selected
7489 window only if it is still live (Bug#12034).
7490
8137e7b3
MR
74912012-07-25 Martin Rudalics <rudalics@gmx.at>
7492
7493 * subr.el (redirect-frame-focus): Add advertised calling
7494 convention (Bug#12030).
7495
09ae5da1
PE
74962012-07-25 Paul Eggert <eggert@cs.ucla.edu>
7497
7498 Prefer typical American spelling for "acknowledgment".
7499 * vc/add-log.el (change-log-acknowledgment): Rename from
7500 change-log-acknowledgement, with an alias for the old name.
7501
3cc5a3a8
JB
75022012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
7503
7504 * calc-alg.el (math-simplify-divide): Don't cross multiply
7505 in an equation when the lhs is a variable.
7506
b7af7f62
JD
75072012-07-24 Julien Danjou <julien@danjou.info>
7508
7509 * net/netrc.el (netrc-find-service-number, netrc-store-data):
7510 Remove, unused.
7511
ec1b09b1
EZ
75122012-07-23 Eli Zaretskii <eliz@gnu.org>
7513
7514 * startup.el (command-line): Don't display an empty user name in
7515 the error message about non-existent home directory, when
7516 init-file-user was set to an empty string. See
7517 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
7518 for the details and context.
7519
b525fd8a
VB
75202012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
7521
7522 * ses.el (ses-cell-formula-aset): New macro.
7523 (ses-cell-references-aset): New macro.
7524 (ses-cell-p): New function.
7525 (ses-rename-cell): Do no longer rely on complex operations like
7526 ses-cell-set-formula or ses-set-cell to change the cell and handle
7527 the undo at the same time, but rather use lower level new macros
7528 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
fc0c31f8 7529 the undo directly. Refresh the mode line.
b525fd8a 7530
2c73e345
LL
75312012-07-21 Leo Liu <sdl.web@gmail.com>
7532
670d85ea
SM
7533 * progmodes/cc-cmds.el (c-defun-name):
7534 Use match-string-no-properties instead for consistency.
2c73e345 7535
542dfbde
LL
75362012-07-20 Leo Liu <sdl.web@gmail.com>
7537
3646bcd6
LL
7538 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
7539 (Bug#7879)
7540
542dfbde
LL
7541 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
7542
25721031
CY
75432012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7544
7545 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
7546 * progmodes/bug-reference.el, misearch.el: Provide themselves
7547 (bug#11915).
7548
7549 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
7550 of narrowed buffer (bug#11966).
7551
316e68a7
VB
75522012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
7553
7554 * ses.el (ses-rename-cell): Set new name also in reference list of
7555 cells of which the renamed cell depends.
7556
bbf0e7d9
MY
75572012-07-20 Masatake YAMATO <yamato@redhat.com>
7558
7559 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
7560 to check whether menu-bar is shown or not. If not shown,
7561 show the menu-bar as a popup menu instead of using tmm.
7562 * mouse.el (popup-menu): Accept `point' as `position' argument.
7563
c28662a8
DG
75642012-07-20 Dmitry Gutov <dgutov@yandex.ru>
7565
7566 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
7567 up inside string symbol literal (bug#11923).
7568
87ab808f
EZ
75692012-07-20 Eli Zaretskii <eliz@gnu.org>
7570
7571 * startup.el (fancy-startup-text): Read the whole tutorial, not
7572 just its first 256 bytes. Prevents gibberish in display of the
7573 tutorial title.
7574
89dea803
DA
75752012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
7576
7577 Drop idle buffer compaction due to an absence of the
7578 proved efficiency.
7579 * compact.el: Remove.
7580
8a4e6db8
SS
75812012-07-19 Sam Steingold <sds@gnu.org>
7582
7583 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
7584 vc-bzr-pull & vc-bzr-merge-branch.
7585 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
7586 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
7587 for consistency with compilation-error-regexp-alist.
7588 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
7589 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
7590 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
7591 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
7592
5db81e33
SM
75932012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7594
7595 * emacs-lisp/chart.el: Use lexical-binding.
7596 (chart-emacs-storage): Don't hardcode the list of entries.
7597
5b835e1d
DA
75982012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
7599
7600 Next round of tweaks caused by Fgarbage_collect changes.
7601 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
7602
9cd47b72
DA
76032012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
7604
7605 Compact buffers when idle.
7606 * compact.el: New file.
7607
1d6fc0df
SM
76082012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7609
7610 * subr.el (eventp): Presume that if it looks vaguely like an event,
7611 it's an event (bug#10190).
7612
1d29cc7d
FEG
76132012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
7614
7615 Enhancements to ppss related code (thanks Stefan).
7616 * progmodes/python.el (python-indent-context)
7617 (python-indent-calculate-indentation, python-indent-dedent-line)
7618 (python-indent-electric-colon, python-nav-forward-block)
7619 (python-mode-abbrev-table)
1d6fc0df 7620 (python-info-assignment-continuation-line-p): Simplify checks
1d29cc7d
FEG
7621 for ppss context.
7622 (python-info-continuation-line-p): Cleanup.
7623 (python-info-ppss-context): Do not catch 'quote.
7624 (python-info-ppss-context-type)
7625 (python-info-ppss-comment-or-string-p): Simplify.
7626
d583cbe6
FEG
76272012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
7628
7629 * progmodes/python.el: Enhancements to eldoc support.
7630 (python-info-current-symbol): New function.
7631 (python-eldoc-at-point): Use python-info-current-symbol.
7632 (python-info-current-defun): Fix cornercase on first defun scan.
7633 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
7634 and signal error when no inferior python process is available.
7635
eceb6feb
DG
76362012-07-18 Dmitry Gutov <dgutov@yandex.ru>
7637
7638 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
7639 assume it's always t.
7640 (vc-git-registered): Remove caching, the function is only called
7641 once.
7642 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
7643
4c8ff0fe
CY
76442012-07-18 Chong Yidong <cyd@gnu.org>
7645
19fb7186
CY
7646 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
7647
9587c688
CY
7648 * simple.el (count-words): Report on narrowing (Bug#9959).
7649
0fe776a1
CY
7650 * bindings.el: Bind M-= to count-words.
7651
4c8ff0fe
CY
7652 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
7653
7f5331cc
MY
76542012-07-18 Masatake YAMATO <yamato@redhat.com>
7655
7656 * progmodes/sh-script.el (sh-imenu-generic-expression):
7657 Capture a function with `function' keyword and without parentheses
7658 like "function FOO" (bug#11856).
7659
2dc2a609
TH
76602012-07-18 Tassilo Horn <tassilo@member.fsf.org>
7661
7662 * window.el (split-window-sensibly): Make WINDOW argument
7663 optional.
7664
439f7677
CY
76652012-07-18 Chong Yidong <cyd@gnu.org>
7666
9aeb25a6
CY
7667 * subr.el (keyboard-translate): Doc fix (Bug#7261).
7668
439f7677
CY
7669 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
7670 and make C-x 8 RET exit isearch (Bug#11439).
7671
7672 * international/iso-transl.el: Move isearch-mode-map key
7673 definitions to isearch.el.
7674
12999ea8
SM
76752012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7676
7677 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
7678 (eieio-defclass): Use gv-define-setter when possible.
7679
3ab6e069
DA
76802012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
7681
7682 Reflect recent changes in Fgarbage_collect.
7683 * emacs-lisp/chart.el (chart-emacs-storage): Change to
7684 reflect new format of data returned by Fgarbage_collect.
7685
0a60bc10
FEG
76862012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7687
7688 New utility functions + python-info-ppss-context fix (Bug#11910).
7689 * progmodes/python.el (python-info-beginning-of-block-statement-p)
7690 (python-info-ppss-comment-or-string-p): New functions.
7691 (python-info-ppss-context): Small fix for string check.
7692
6dafa0d5
JL
76932012-07-17 Juri Linkov <juri@jurta.org>
7694
7695 * dired-aux.el (dired-do-async-shell-command): Doc fix.
7696 (dired-do-async-shell-command): Don't add `*' at the end of the
7697 command (Bug#11815).
7698 (dired-do-shell-command): Doc fix.
7699 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
7700 Join the individual commands using either "&" or ";" as the
7701 separator depending on the values of these trailing characters.
7702 At the end re-add the trailing "&". (Bug#10598)
7703
7704 * simple.el (async-shell-command): Sync the interactive spec with
7705 `shell-command'. Doc fix.
7706 (shell-command): Doc fix.
7707
b19dd9d1
JL
77082012-07-17 Juri Linkov <juri@jurta.org>
7709
7710 * descr-text.el (describe-char): Fix format args. (Bug#10129)
7711
bcdc27d7 77122012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7f5331cc 7713
bcdc27d7 7714 Final renames and doc fixes for movement commands (bug#11899).
7f5331cc
MY
7715 * progmodes/python.el (python-nav-beginning-of-statement):
7716 Rename from python-nav-statement-start.
bcdc27d7
FEG
7717 (python-nav-end-of-statement): Rename from
7718 python-nav-statement-end.
7719 (python-nav-beginning-of-block): Rename from
7720 python-nav-block-start.
7721 (python-nav-end-of-block): Rename from python-nav-block-end.
7722
191da00e
FEG
77232012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7724
7f5331cc
MY
7725 * progmodes/python.el (python-shell-send-string-no-output):
7726 Allow accept-process-output to quit, keeping shell process ready for
191da00e
FEG
7727 future interactions (Bug#11868).
7728
4dc7c8d5 77292012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
aa7aaf8f 7730
88ecaf8f
SM
7731 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
7732
ef501ef0
SM
7733 * emacs-lisp/elint.el (elint-find-args-in-code):
7734 Use help-function-arglist, so as to handle lexical byte-code.
7735
aa7aaf8f
SM
7736 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
7737 change (bug#11826).
7738
45fd731c
SM
77392012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7740
2143fa32
SM
7741 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
7742 Avoid spuriously marking the buffer as modified because of c-is-sws.
7743
efc26dbe
SM
7744 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
7745 as not-a-comment (bug#11946).
7746
f5695c9a
SM
7747 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
7748 for uninterned vars.
7749
7750 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
7751 Use read-event since we don't really want to read chars but bytes.
7752
45fd731c
SM
7753 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
7754 $$..$$ but also $..$ using regexps (bug#11953).
7755 Use tex-verbatim for \url and \path.
7756 (tex-font-lock-keywords): Define as defconst like the others.
7757 (tex-common-initialization): Don't use font-lock-syntax-table any more.
7758
ddfc8813
RK
77592012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
7760
7761 * international/mule-cmds.el (ucs-insert): Make it an obsolete
7762 alias for insert-char.
7763
758e556a
FEG
77642012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
7765
7766 * progmodes/python.el: Simplified imenu implementation.
7767 (python-nav-jump-to-defun): Remove command.
7768 (python-mode-map): Use `imenu' instead.
7769 (python-nav-list-defun-positions-cache)
7770 (python-imenu-include-defun-type, python-imenu-make-tree)
7771 (python-imenu-subtree-root-label, python-imenu-index-alist):
7772 Remove vars.
7773 (python-nav-list-defun-positions, python-nav-read-defun)
7774 (python-imenu-tree-assoc, python-imenu-make-element-tree)
45fd731c
SM
7775 (python-imenu-make-tree, python-imenu-create-index):
7776 Remove functions.
758e556a
FEG
7777 (python-mode): Update to interact with imenu by setting
7778 `imenu-extract-index-name-function' only.
7779
032d23ab
FEG
77802012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
7781
7782 * progmodes/python.el: Enhancements to navigation commands.
7783 (python-nav-backward-sentence)
7784 (python-nav-forward-sentence): Remove.
7785 (python-nav-backward-statement, python-nav-forward-statement)
7786 (python-nav-statement-start, python-nav-statement-end)
7787 (python-nav-backward-block, python-nav-forward-block)
7788 (python-nav-block-start, python-nav-block-end)
7789 (python-nav-forward-sexp-function)
7790 (python-info-current-line-comment-p)
7791 (python-info-current-line-empty-p): New functions.
7792 (python-indent-context): Use `python-nav-statement-start'.
7793
01795a1b
MA
77942012-07-16 Michael Albinus <michael.albinus@gmx.de>
7795
9328d9aa
MA
7796 * eshell/em-ls.el (eshell/ls): Use `apply'.
7797
7798 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
7799 multi-hops, instead of Tramp internals.
7800
01795a1b
MA
7801 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
7802
7803 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
7804 when F1 and F2 are located on different hosts.
7805
63408057
CY
78062012-07-14 Chong Yidong <cyd@gnu.org>
7807
7808 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
7809 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
7810 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
7811 (xterm-mouse--read-event-sequence-1000)
7812 (xterm-mouse--read-event-sequence-1006): New functions. For old
7813 mouse protocol, handle M-mouse-X events correctly.
7814 (xterm-mouse-event): New arg specifying mouse protocol.
7815 (turn-on-xterm-mouse-tracking-on-terminal)
7816 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
45fd731c
SM
7817 sequence to toggle extended coordinates on newer XTerms.
7818 This appears to be harmless on terminals which do not support this.
63408057 7819
cd276f6e
LL
78202012-07-14 Leo Liu <sdl.web@gmail.com>
7821
28ca98ac
LL
7822 Add fringe bitmap indicators for flymake. (Bug#11253)
7823 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
7824 (flymake-make-overlay): New arg BITMAP.
7825 (flymake-error-bitmap, flymake-warning-bitmap)
7826 (flymake-fringe-indicator-position): New user variables.
7827
cd276f6e
LL
7828 * fringe.el: New bitmap exclamation-mark.
7829
04408072
JD
78302012-07-14 Jan Djärv <jan.h.d@swipnet.se>
7831
7832 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
7833 also (Bug#7879).
7834
b5cf7fc4
CY
78352012-07-14 Chong Yidong <cyd@gnu.org>
7836
7837 * electric.el (electric-pair-post-self-insert-function): Fix pair
7838 insertion in empty-region case (Bug#11520).
7839
be755c79
RT
78402012-07-14 Chong Yidong <cyd@gnu.org>
7841
45fd731c
SM
7842 * bindings.el: Consolidate ctl-x-r-map bindings.
7843 Bind copy-rectangle-as-kill to C-x r w.
be755c79
RT
7844
7845 * rect.el, register.el: Move bindings to bindings.el.
7846
78472012-07-14 Reuben Thomas <rrt@sc3d.org>
7848
7849 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
7850
7f5b3198
AS
78512012-07-13 Andreas Schwab <schwab@linux-m68k.org>
7852
7853 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
7854
97662200
JB
78552012-07-13 Juanma Barranquero <lekktu@gmail.com>
7856
80185fed
JB
7857 * bindings.el (top): Use `mapc' instead of `mapcar'.
7858
97662200
JB
7859 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
7860
2bb1ae55
MA
78612012-07-13 Michael Albinus <michael.albinus@gmx.de>
7862
7863 * progmodes/sql.el (sql-comint): Suppress the check for program on
7864 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
7865 (Bug#11908)
7866
dea31bd3
CY
78672012-07-13 Chong Yidong <cyd@gnu.org>
7868
7869 * bindings.el: Assign a non-nil permanent-local property to
7870 per-buffer variables which lack a default value (Bug#11930).
7871
7872 * help-fns.el (describe-variable): In the "automatically becomes
7873 local" notice, take note of permanent-local variables.
7874
b68b3337
CY
78752012-07-13 Chong Yidong <cyd@gnu.org>
7876
7877 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
7878 to allow printing the message when called from Lisp.
7879
7880 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7881 Remove toggle-read-only.
7882
7883 * bs.el (bs-toggle-readonly):
45fd731c
SM
7884 * buff-menu.el (Buffer-menu-toggle-read-only):
7885 Remove with-no-warnings around toggle-read-only.
b68b3337
CY
7886
7887 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
7888 Remove with-no-warnings around toggle-read-only.
7889 (ffap-read-only, ffap-read-only-other-window)
7890 (ffap-read-only-other-frame): Callers changed.
7891
7892 * help-mode.el: Don't require view package.
7893 (help-mode-finish): Set buffer-read-only instead of calling
7894 toggle-read-only.
7895
7896 * bindings.el (mode-line-toggle-read-only):
7897 * dired.el (dired-toggle-read-only):
7898 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
7899 with non-nil second arg.
7900
7901 * emacs-lisp/eieio-custom.el (eieio-customize-object):
7902 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
7903 directly.
7904
56bc1586
EZ
79052012-07-12 Eli Zaretskii <eliz@gnu.org>
7906
7907 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
7908 not incf.
7909
a464a6c7
SM
79102012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
7911
7912 More CL cleanups and reduction of use of cl.el.
7913 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
7914 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
7915 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
7916 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
7917 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
7918 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
7919 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
7920 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
7921 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
7922 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
7923 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
7924 * eshell/em-cmpl.el, eshell/em-banner.el:
7925 * calendar/parse-time.el: Use cl-lib.
7926 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
7927 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
7928 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
7929 * term/ns-win.el, term.el, shell.el, ps-samp.el:
7930 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
7931 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
7932 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
7933 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
7934 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
7935 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
7936 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
7937 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
7938 `lambda' rather than with `quote'.
7939 (eshell-do-opt): Adjust accordingly.
7940 (eshell-process-option): Simplify.
7941 * eshell/esh-var.el:
7942 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
7943 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
7944 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
7945 to `pcase--dontcare'.
7946 * emacs-lisp/cl.el (labels): Mark obsolete.
7947 (cl--letf, letf): Move to cl-lib.
7948 (cl--letf*, letf*): Remove.
7949 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
7950 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
7951 (cl-progv): Rewrite.
7952 (cl--letf, cl-letf): Move from cl.el.
7953 (cl-letf*): New macro.
7954 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
7955
7ad4afe1
MA
79562012-07-11 Michael Albinus <michael.albinus@gmx.de>
7957
7958 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
7959
9af57756
CY
79602012-07-11 Chong Yidong <cyd@gnu.org>
7961
7962 * vc/log-edit.el (log-edit-vc-backend): New variable.
7963 (log-edit): Doc fix.
7964
7965 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
7966 argument of log-edit to set up all local variables.
7967 (vc-start-logentry): New optional arg specifying VC backend.
7968
7969 * vc/vc.el (vc-checkin): Use it.
7970 (vc-deduce-fileset): Handle Log Edit buffers.
7971 (vc-diff): Make first argument optional too.
7972
7973 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
7974
8477cc7a
MA
79752012-07-10 Michael Albinus <michael.albinus@gmx.de>
7976
7977 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
7978 command, just in case. The function is not needed anymore.
7979 (eshell-external-command): Do not call `eshell-remote-command'.
7980
19faa8e8
SM
79812012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
7982
f58e0fd5
SM
7983 Reduce use of (require 'cl).
7984 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
7985 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
7986 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
7987 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
7988 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
7989 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
7990 * battery.el, avoid.el, abbrev.el: Use cl-lib.
7991 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
7992 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
7993 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
7994 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
7995 * calculator.el, autorevert.el, apropos.el: Don't require CL.
7996 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
7997 (byte-compile-unfold-bcf, byte-compile-check-variable):
7998 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
7999 (byte-compile-nilconstp):
8000 * emacs-lisp/autoload.el (make-autoload): Use pcase.
8001 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
8002
2519d43a
SM
8003 * emacs-lisp/gv.el (cond): Make it a valid place.
8004 (if): Simplify slightly.
8005
19faa8e8
SM
8006 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
8007 (pcase--self-quoting-p): New function.
8008 (pcase--u1): Use it.
8009
c4907a5e
GM
80102012-07-10 Glenn Morris <rgm@gnu.org>
8011
8012 * emacs-lisp/authors.el (authors-fixed-entries):
8013 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
8014
c4444d16
PE
80152012-07-09 Paul Eggert <eggert@cs.ucla.edu>
8016
8017 Rename configure.in to configure.ac (Bug#11603).
8018 * emacs-lisp/authors.el (authors-canonical-file-name):
8019 * progmodes/autoconf.el (autoconf-mode):
8020 Prefer configure.ac to configure.in.
8021
d75be97d
CY
80222012-07-08 Chong Yidong <cyd@gnu.org>
8023
01ac65bd
CY
8024 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
8025 Implement the mouse-1-click-follows-link handling properly.
8026
8027 * info.el (Info-link-keymap): Use follow-link mechanism for
8028 header-line links (Bug#374).
8029
d75be97d
CY
8030 * simple.el (deactivate-mark): Do not set the primary selection
8031 if another program has acquired it (Bug#11772).
8032
87a92845 80332012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
8034
8035 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
8036 (woman-decode-region): Replace escaped-escapes without destroying
8037 bold or underline (Bug#11552).
87a92845 8038 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 8039
621b9d6c
CY
80402012-07-07 Chong Yidong <cyd@gnu.org>
8041
8042 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
8043 (interprogram-cut-function, interprogram-paste-function):
8044 Mention that we typically mean the clipboard.
621b9d6c 8045
133a11fc
GM
80462012-07-06 Glenn Morris <rgm@gnu.org>
8047
0d27a45e
GM
8048 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
8049
133a11fc
GM
8050 * files.el (toggle-read-only): Restrict message to interactive use.
8051
07b151f1
MA
80522012-07-06 Michael Albinus <michael.albinus@gmx.de>
8053
8054 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
8055
8056 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
8057
211b896b
GM
80582012-07-06 Glenn Morris <rgm@gnu.org>
8059
50394322
GM
8060 * Makefile.in (compile-one-process): Rename from "recompile".
8061
211b896b
GM
8062 * Makefile.in (bzr-update): "compile" is the same as "recompile
8063 autoloads", but parallelizable, so use that instead.
8064
4737eec9
DG
80652012-07-06 Dmitry Gutov <dgutov@yandex.ru>
8066
8067 * window.el (quit-window): Always restore window height when
8137e7b3 8068 it's saved in quit-restore parameter (Bug#11810).
4737eec9 8069
226c3633 80702012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
8071
8072 * simple.el (kill-whole-line): Doc tweak.
8073
226c3633 80742012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
8075
8076 * files.el (file-relative-name): Compare file names
8077 case-insensitively if on MS-Windows or MS-DOS, or if
8078 read-file-name-completion-ignore-case is non-nil. Don't use
8079 case-fold-search for this purpose. (Bug#11827)
8080
4dc7c8d5
SM
80812012-07-17 Andreas Schwab <schwab@linux-m68k.org>
8082
8083 * calendar/cal-dst.el (calendar-current-time-zone):
8084 Return calendar-current-time-zone-cache if non-nil.
8085
80862012-07-17 Masatake YAMATO <yamato@redhat.com>
226c3633 80872012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 8088
19faa8e8
SM
8089 * calendar/cal-dst.el (calendar-current-time-zone):
8090 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 8091
60198fc9
GM
80922012-07-06 Glenn Morris <rgm@gnu.org>
8093
8094 * Makefile.in (cvs-update): Remove old alias.
8095
957b3189
MA
80962012-07-05 Michael Albinus <michael.albinus@gmx.de>
8097
8098 Sync with Tramp 2.2.6-pre.
8099
8100 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
8101 compatible declaration.
8102
19faa8e8
SM
8103 * net/tramp-cmds.el (tramp-append-tramp-buffers):
8104 Protect `list-load-path-shadows' call.
957b3189
MA
8105
8106 * net/tramp-compat.el (top): Require packages, which aren't
8107 autoloaded anymore for XEmacs. Protect call of
8108 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
8109 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
8110 it hurts at least for SXEmacs.
8111 (tramp-compat-temporary-file-directory): In XEmacs, there is no
8112 standard-value for `temporary-file-directory'.
8113
8114 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
8115 Redirect stderr to /dev/null.
8116 (tramp-sh-handle-write-region): uid and gid can be floats.
8117 Reported by Russell Sim <russell.sim@gmail.com>.
8118 (tramp-sh-handle-vc-registered): Hide errors.
8119 (tramp-vc-file-name-handler): Use dummy results for `process-file'
8120 and `start-file-process'.
8121 (tramp-maybe-open-connection): Check also whether `non-essential'
8122 is bound.
8123
566df3fc
CY
81242012-07-04 Chong Yidong <cyd@gnu.org>
8125
8126 * xml.el (xml--parse-buffer): Use xml-syntax-table.
8127 (xml-parse-tag): Likewise, and avoid changing entity tables.
8128 (xml-syntax-table): Define from scratch, making sure not to give
8129 x2000 and other Unicode spaces whitespace syntax, since those are
8130 not spaces in XML.
8131 (xml-parse-fragment): Delete unused function.
8132 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
8133 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
8134 (xml-entity-ref, xml-pe-reference-re)
8135 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
8136 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
8137 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
8138 (xml-entity-value-re): Use syntax references in regexps where
8139 possible; no need to define inside a let-binding.
8140 (xml-parse-dtd): Use xml-pe-reference-re.
8141 (xml-entity-or-char-ref-re): New defconst.
8142 (xml-parse-string, xml-substitute-special): Use it.
8143
30eabd7a
SM
81442012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8145
0781098a
SM
8146 * files.el (locate-dominating-file): Allow `name' to be a predicate.
8147 (find-file--read-only): New function.
8148 (find-file-read-only, find-file-read-only-other-window)
8149 (find-file-read-only-other-frame): Use it.
8150 (insert-file-contents-literally): Don't `fset'.
8151 (get-free-disk-space): Use locate-dominating-file.
8152
b5771c0d
SM
8153 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
8154 function is already compiled.
8155
30eabd7a
SM
8156 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
8157
b4886f6e
MA
81582012-07-03 Michael Albinus <michael.albinus@gmx.de>
8159
8160 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
8161 files on the same host.
8162
b9d82339
AS
81632012-07-03 Andreas Schwab <schwab@linux-m68k.org>
8164
8165 * help-fns.el (describe-function-1): Only call
8166 help-fns--autoloaded-p when we have a file name. (Bug#11848)
8167
a76e6535
CY
81682012-07-03 Chong Yidong <cyd@gnu.org>
8169
8170 * xml.el: Protect parser against XML bombs.
8171 (xml-entity-expansion-limit): New variable.
8172 (xml-parse-string, xml-substitute-special): Use it.
8173 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
8174
b544fef2
GM
81752012-07-03 Glenn Morris <rgm@gnu.org>
8176
8177 * progmodes/bug-reference.el (bug-reference-bug-regexp):
8178 Allow linking to specific messages in debbugs reports (eg 123#5).
8179
a7aef6f5
CY
81802012-07-02 Chong Yidong <cyd@gnu.org>
8181
8182 * xml.el: Fix entity and character reference expansion, allowing
8183 them to expand into markup as per XML spec.
8184 (xml-default-ns): New variable.
8185 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
8186 (xml-parse-region): Make first two arguments optional.
8187 Discard text properties.
8188 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
8189 All callers changed.
a7aef6f5
CY
8190 (xml-parse-tag): Call xml-parse-tag-1. For backward
8191 compatibility, this function should not modify buffer contents.
8192 (xml-parse-tag-1): Fix opening-tag regexp.
8193 (xml-parse-string): Rewrite, handling entity and character
8194 references properly.
8195 (xml--entity-replacement-text): Signal an error if a parameter
8196 entity is undefined.
8197
3df31c9f
SM
81982012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8199
2b5208f1
SM
8200 * comint.el (comint-output-filter): Filter out repeated prompts.
8201
3df31c9f
SM
8202 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
8203 and file-name-absolute-p.
8204 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
8205 internal calls.
8206
e3ac1281
PE
82072012-07-02 Paul Eggert <eggert@cs.ucla.edu>
8208
8209 Spelling fixes.
8210 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
8211 Rename from byte-compile--refiy-function. All uses changed.
8212
fbf2e7ad
CY
82132012-07-01 Chong Yidong <cyd@gnu.org>
8214
8215 * xml.el (xml--parse-buffer): New function. Move most of
8216 xml-parse-region here.
8217 (xml-parse-region): Copy region into a temporary buffer, since
8218 parameter entity substitution requires changing buffer contents.
8219 Use xml--parse-buffer.
8220 (xml-parse-file): Use xml--parse-buffer.
8221 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 8222 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 8223
9bf0aa15
GM
82242012-06-30 Glenn Morris <rgm@gnu.org>
8225
bbce2853
GM
8226 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
8227
9bf0aa15
GM
8228 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
8229 Remove outdated and unnecessary dbus declarations.
8230
0d23c240
EZ
82312012-06-30 Eli Zaretskii <eliz@gnu.org>
8232
8233 * emacs-lisp/timer.el (timer-until): Subtract results of
8234 float-time, instead of taking float-time of the result of
8235 time-subtract, since float-time signals an error for negative time
8236 arguments.
8237
b3218de1
CY
82382012-06-30 Chong Yidong <cyd@gnu.org>
8239
8240 * xml.el (xml-*-re): Convert defvars into defconsts, and
8241 eval-and-compile them so eval-and-compile works on derivatives.
8242 (xml--entity-replacement-text): Use eval-and-comple.
8243
a40c87a0
MA
82442012-06-30 Michael Albinus <michael.albinus@gmx.de>
8245
8246 * vc/vc-git.el (vc-git-registered): Use cache property
8247 `git-registered'.
8248 (vc-git-mode-line-string): Call `vc-working-revision' instead of
8249 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 8250 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 8251
ac87de97
DG
82522012-06-30 Dmitry Gutov <dgutov@yandex.ru>
8253
8254 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 8255 removed (likely outside Emacs). (Bug#11757)
ac87de97 8256
ac10fe06
SM
82572012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8258
3df31c9f 8259 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 8260
7f3fbd5d
CY
82612012-06-30 Chong Yidong <cyd@gnu.org>
8262
8263 * xml.el: Implement XML parameter entities.
8264 (xml-parameter-entity-alist): New variable.
8265 (xml-parse-region, xml-parse-fragment): Preserve previous values
8266 of xml-entity-alist and xml-parameter-entity-alist, so that
8267 repeated calls on different documents do not change them.
8268 (xml-parse-tag): Fix doctype regexp.
8269 (xml--entity-replacement-text): New function.
8270 (xml-parse-dtd): Use it. Don't handle system entities; doing that
8271 properly requires url retrieval which is unimplemented.
8272 (xml-escape-string): Doc fix.
8273
3cfbebba
SM
82742012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8275
8276 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
8277
2af3565e
DA
82782012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
8279
8280 * fringe.el (fringe-mode): Doc fix.
8281
929df0e7
MA
82822012-06-29 Michael Albinus <michael.albinus@gmx.de>
8283
8284 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
8285 is non-nil.
8286 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
8287 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
8288
c8d3a25c 82892012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 8290
c8d3a25c
GM
8291 * calendar/cal-dst.el (calendar-current-time-zone):
8292 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 8293
c8d3a25c 82942012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
8295
8296 * progmodes/which-func.el (which-func-format):
8297 Add mouse-face. (Bug#11698)
8298
c8d3a25c
GM
82992012-06-29 Leo Liu <sdl.web@gmail.com>
8300
8301 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
8302
83032012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8304
8305 * minibuffer.el (minibuffer-confirm-exit-commands):
8306 Add completion-at-point (bug#11725).
8307
83082012-06-29 Glenn Morris <rgm@gnu.org>
8309
8310 * progmodes/f90.el (f90-font-lock-keywords-2):
8311 Add some preprocessor elements. (Bug#10499)
8312
83132012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8314
8315 * progmodes/cperl-mode.el (cperl-update-syntaxification):
8316 Use syntax-propertize (bug#11739).
8317
2badeec4
JB
83182012-06-28 Juanma Barranquero <lekktu@gmail.com>
8319
8320 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
8321
ae4969c2
JD
83222012-06-28 Julien Danjou <julien@danjou.info>
8323
8324 * term.el (term-handle-colors-array): Use a set of new faces to
8325 color the terminal. Also uses :inverse-video property.
8326 (term-default-fg-color): Set to nil by default, deprecate in favor
8327 of `term-face'.
8328 (term-default-bg-color): Set to nil by default, deprecate in favor
8329 of `term-face'.
8330 (term-current-face): Use `term-face' by default.
8331 (term-bold-attribute): Variable deleted.
8332
1c9bd870
GM
83332012-06-28 Glenn Morris <rgm@gnu.org>
8334
8335 * simple.el (completion-list-mode-finish):
8336 Don't use toggle-read-only. (Since completion-list-mode has
8337 a special mode-class, it wasn't doing anything extra anyway.)
8338
c207708c
SM
83392012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
8340
8341 Make inlining of other-mode interpreted functions work (bug#11799).
8342 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
8343 (byte-compile): Use it to fix compilation of lexical-binding closures.
8344 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
8345 function, if needed.
8346
3fd56834
SM
83472012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8348
04901786
SM
8349 * help-mode.el (help-make-xrefs): Don't just withstand
8350 cyclic-variable-indirection but any error in documentation-property.
8351
1ec4b7b2
SM
8352 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
8353 memory use.
8354 * bindings.el (bindings--define-key): New function.
8355 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
8356 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
8357 * bindings.el: Use it to purecopy define-key bindings.
8358
e309e2a5
SM
8359 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
8360
d5c6faf9
SM
8361 * emacs-lisp/cl.el (flet): Mark obsolete.
8362 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
8363 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
8364 * progmodes/js.el (js-c-fill-paragraph):
8365 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
8366 (ebrowse-switch-member-buffer-to-derived-class):
8367 * play/5x5.el (5x5-solver): Use cl-flet.
8368
6e9590e2
SM
8369 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
8370 (cl--symbol-function): New macro.
8371 (cl--letf, cl--letf*): Use it.
8372
3fd56834
SM
8373 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8374 Strip "toggle-" if any.
8375
35ff222c
GM
83762012-06-27 Glenn Morris <rgm@gnu.org>
8377
1ba6038a
GM
8378 * info.el (Info-default-directory-list): Move here from paths.el.
8379 * paths.el: Remove file, which is now empty.
8380 * loadup.el: No longer load "paths".
8381
0ea0e51b
GM
8382 * custom.el (custom-initialize-delay): Doc fix.
8383
35ff222c
GM
8384 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
8385 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
8386 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
8387 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
8388 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
8389 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
8390 * eshell/eshell.el (eshell-defgroup): Remove alias.
8391
c89926a5
CY
83922012-06-27 Chong Yidong <cyd@gnu.org>
8393
8394 * help.el (help-enable-auto-load): New variable.
8395
8396 * help-fns.el (help-fns--autoloaded-p): New function.
8397 (describe-function-1): Refer to a function as "autoloaded" if it
8398 was autoloaded at any time in the past. Perform autoloading if
8399 help-enable-auto-load is non-nil.
8400
cc06e7e7
EZ
84012012-06-26 Eli Zaretskii <eliz@gnu.org>
8402
8403 * makefile.w32-in (compile, compile-always): Depend on
8404 update-subdirs, not on subdirs.el. Otherwise, several different
8405 sub-targets of 'bootstrap' running in parallel could
8406 simultaneously write to subdirs.el, producing a garbled file.
8407
d2c32364
SS
84082012-06-26 Sam Steingold <sds@gnu.org>
8409
8410 * files.el (file-name-base): New convenience function.
0d14cc21
GM
8411 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
8412 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
8413 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
8414 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
8415 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
8416 * textmodes/tex-mode.el: Use it.
8417 Did not touch cedet and org because they are maintained elsewhere.
8418
5cf983b2
MR
84192012-06-26 Martin Rudalics <rudalics@gmx.at>
8420
8421 * calendar/calendar.el (calendar-exit): Don't try to delete or
8422 iconify last frame. See:
8423 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
8424
8c4f2952
JD
84252012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
8426
8427 * server.el (server-process-filter): Remember dir in the
8428 process's `server-client-directory' properties.
8429
772b2e2c
CY
84302012-06-24 Chong Yidong <cyd@gnu.org>
8431
8432 * xml.el (xml-parse-tag): Correctly handle comment embedded in
8433 non-tag text.
8434
711b11e1
JB
84352012-06-23 Juanma Barranquero <lekktu@gmail.com>
8436
8437 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
8438
dc5d230c
SM
84392012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8440
8441 * help-fns.el (describe-variable): Don't croak when doc is not found.
8442 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
8443 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
8444 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
8445 * emacs-lisp/smie.el (smie-next-sexp): CSE.
8446 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
8447 ((lambda ..) ..).
8448 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
8449
136e1c1d
CY
84502012-06-23 Chong Yidong <cyd@gnu.org>
8451
e8c1cabf
CY
8452 * info.el (Info-mouse-follow-link): Accept symbol values of
8453 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
8454 (Info-fontify-node): Use Info-link-keymap for all navigation
8455 buttons, with link-args property to perform the desired action.
8456 (Info-link-keymap): Doc fix.
8457 (Info-next-link-keymap, Info-prev-link-keymap)
8458 (Info-up-link-keymap): Delete now-unused keymaps.
8459
0e9e6c6a
CY
84602012-06-23 Chong Yidong <cyd@gnu.org>
8461
05e89fea
CY
8462 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
8463
0e9e6c6a
CY
8464 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
8465 system abbrevs.
8466
8467 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
8468
e33c6771
SM
84692012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8470
b68581e2
SM
8471 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
8472 (bug#11719).
8473
e33c6771
SM
8474 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
8475 the requote function doesn't work properly (bug#11714).
8476
7117e105
GM
84772012-06-23 Glenn Morris <rgm@gnu.org>
8478
8479 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
8480
36cec983
SM
84812012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8482
8483 Further GV/CL cleanups.
8484 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
8485 gv-expander.
8486 (gv--defun-declaration): New function.
8487 (defun-declarations-alist): Use it.
8488 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
8489 (gv-place): Autoload.
8490 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
8491 original definition of dotimes and dolist.
8492 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
8493 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
8494 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
8495 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
8496 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
8497 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
8498 to the function's definition.
8499 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
8500 * window.el:
8501 * files.el:
8502 * faces.el:
8503 * env.el: Don't use CL.
8504
d35af63c
PE
85052012-06-22 Paul Eggert <eggert@cs.ucla.edu>
8506
8507 Support higher-resolution time stamps (Bug#9000).
8508
8509 * calendar/time-date.el (with-decoded-time-value): New arg
8510 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
8511 (encode-time-value): New optional arg PICO. New type 3.
8512 (time-to-seconds) [!float-time]: Support the new picoseconds
8513 component if it's used.
8514 (seconds-to-time, time-subtract, time-add):
8515 Support ps-resolution time stamps as well.
8516
8517 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
8518 (timerp): Timer vectors now have length 9, not 8.
8519 (timer--time): Support new-style (4-part) time stamps.
8520 (timer-next-integral-multiple-of-time): Time stamps now have
8521 picosecond resolution, so take a bit more care about rounding.
8522 (timer-relative-time, timer-inc-time): New optional arg psecs.
8523 (timer-set-time-with-usecs): Set psecs to 0.
8524 (timer--activate): Check psecs component, too.
8525
8526 * proced.el (proced-time-lessp): Support ps-resolution stamps.
8527
ac77b21a
SM
85282012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8529
f143bfe3
SM
8530 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
8531 Move the non-essential binding to the post/pre-command-hook where it is
8532 more obviously correct.
8533
ac77b21a
SM
8534 * subr.el (read-passwd): Don't use a history at all.
8535 * savehist.el (savehist-save): Remove password saved accidentally
8536 because of the above bug.
8537
76386c5a
BG
85382012-06-22 Bastien Guerry <bzg@gnu.org>
8539
8540 * files.el (toggle-read-only): Display a message telling whether
8541 the buffer is read-only or not (bug#11726).
8542
2ee3d7f0
SM
85432012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8544
8545 * emacs-lisp/gv.el: New file.
8546 * subr.el (push, pop): Extend to generalized variables.
8547 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
8548 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
8549 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
8550 gv-define-simple-setter, and gv-define-expander.
8551 Remove setf-methods defined in gv. Rename cl-setf -> setf.
8552 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
8553 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
8554 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
8555 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
8556 gv-letplace.
8557 (cl-defstruct): Don't define setf-method any more.
8558 * emacs-lisp/cl.el (flet): Don't autoload.
8559 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
8560 (define-setf-expander, defsetf, define-modify-macro)
8561 (cl-struct-setf-expander): Move from cl-lib.el.
8562 * emacs-lisp/syntax.el:
8563 * emacs-lisp/ewoc.el:
8564 * emacs-lisp/smie.el:
8565 * emacs-lisp/cconv.el:
8566 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
8567 (timer--time): Use gv-define-simple-setter.
8568 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
8569 to avoid coding-system problems in subr.el. Adjust all users.
8570 (macroexp--maxsize, macroexp-small-p): New functions.
8571 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
8572 * scroll-bar.el (scroll-bar-mode):
8573 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
8574 (normal-erase-is-backspace-mode): Don't use the `eq' place.
8575 * winner.el (winner-configuration, winner-make-point-alist)
8576 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
8577 * files.el (locate-file-completion-table): Avoid list*.
8578
c5695d1d
CY
85792012-06-22 Chong Yidong <cyd@gnu.org>
8580
8581 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
8582 (dired-create-files): Doc fix (Bug#11329).
8583 (dired-do-copy): Doc fix (Bug#11334).
8584 (dired-mark-read-string): Doc fix (Bug#11553).
8585
2ee3d7f0
SM
8586 * dired.el (dired-recursive-copies, dired-recursive-deletes):
8587 Doc fix (Bug#11326).
c5695d1d
CY
8588 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
8589 (dired-dwim-target): Doc fix.
8590
8591 * wdired.el (wdired-mode): Doc fix.
8592
89b5595a
GM
85932012-06-22 Glenn Morris <rgm@gnu.org>
8594
575db3f1
GM
8595 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
8596 (pcmpl-rpm-cache-stamp-file): New constant.
8597 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
8598 (pcmpl-rpm-packages): Optionally cache list of packages.
8599
a4c8dd51
GM
8600 * pcmpl-rpm.el (pcmpl-rpm): New group.
8601 (pcmpl-rpm-query-options): New option.
8602 (pcmpl-rpm-packages): No need to inline it.
8603 Use pcmpl-rpm-query-options.
8604
89b5595a
GM
8605 * calendar/calendar.el (calendar-in-read-only-buffer):
8606 Avoid some needless mode changes.
8607
e76f0800
CY
86082012-06-21 Chong Yidong <cyd@gnu.org>
8609
8610 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
8611 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 8612 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 8613
297a8f1d
CY
86142012-06-20 Chong Yidong <cyd@gnu.org>
8615
8616 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
8617
d34c18b1
DR
86182012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
8619
8620 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
8621 (bug#11201).
8622
32f7f28e
CY
86232012-06-20 Chong Yidong <cyd@gnu.org>
8624
8625 * term.el (term-window-width): Handle the case of a missing right
8626 fringe (Bug#8837).
8627 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
8628 (term-mode): Use define-derived-mode. Minor cleanups.
8629 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
8630 (term-move-columns, term-insert-char, term-emulate-terminal)
8631 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 8632
493c6688
MA
86332012-06-20 Michael Albinus <michael.albinus@gmx.de>
8634
d34c18b1
DR
8635 * net/ange-ftp.el (ange-ftp-get-passwd):
8636 Bind `enable-recursive-minibuffers'.
493c6688
MA
8637 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
8638
3f06ecf4
DR
86392012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
8640
8641 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
8642
68f12411
GM
86432012-06-19 Glenn Morris <rgm@gnu.org>
8644
8645 * progmodes/python.el (python-mode): Derive from prog-mode.
8646
b3820318
KG
86472012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
8648
8649 * emulation/edt.el (edt-default-menu-bar-update-buffers)
8650 (edt-user-menu-bar-update-buffers): New functions.
8651 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
8652
c6bf3022
CY
86532012-06-19 Chong Yidong <cyd@gnu.org>
8654
8655 * subr.el (with-selected-window): Preserve the selected window's
8656 terminal's top-frame (Bug#4702).
8657
8658 * window.el (save-selected-window): Likewise.
8659
25f09295
SM
86602012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8661
8662 * progmodes/python.el (python-rx-constituents): Move backquote.
8663 (python-skeleton-define, python-define-auxiliary-skeleton):
8664 Use `declare'.
8665
6b11952a
MA
86662012-06-18 Michael Albinus <michael.albinus@gmx.de>
8667
8668 * minibuffer.el (read-file-name-default): Revert the patch from
8669 2012-06-17.
8670
ee4b1330
SM
86712012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8672
8673 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
8674 (pcase--u1, pcase--q1): Don't use apply-partially.
8675
35647f79
GM
86762012-06-18 Glenn Morris <rgm@gnu.org>
8677
8678 * progmodes/python.el (python-proc, python-buffer)
8679 (python-send-receive, python-send-string): Fix obsolete versions.
8680
24b0cff0
MR
86812012-06-18 Martin Rudalics <rudalics@gmx.at>
8682
8683 * window.el (special-display-p): Completely remove stringp
8684 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
8685
29855149
MA
86862012-06-17 Michael Albinus <michael.albinus@gmx.de>
8687
8688 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
8689
8690 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
8691
8692 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
8693 * net/tramp-sh.el (tramp-maybe-open-connection):
8694 Throw if `non-essential' is non-nil.
8695
07463363
MR
86962012-06-17 Martin Rudalics <rudalics@gmx.at>
8697
8698 * window.el (special-display-p): Signal an error if BUFFER-NAME
8699 is not a string (Bug#11713).
8700
48d1354e
PE
87012012-06-17 Paul Eggert <eggert@cs.ucla.edu>
8702
8703 * progmodes/python.el (python-info-beginning-of-backslash):
8704 Rename from python-info-beginning-of-backlash, as a spelling fix.
8705
eb4a8a9a
CY
87062012-06-17 Chong Yidong <cyd@gnu.org>
8707
8708 * term.el (term-emulate-terminal): If term-check-size is called,
8709 move point to the process mark without resetting point (Bug#4635).
8710
ddfbf826 87112012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
8712
8713 * international/mule-cmds.el (mule-menu-keymap)
8714 (set-language-environment, set-locale-environment): Doc tweaks.
8715
9b0e3eba
AA
87162012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
8717
8718 * cus-face.el (custom-face-attributes): Add wave-style underline
8719 attribute.
8720 * faces.el (set-face-attribute): Update docstring to describe
8721 wave-style underline attribute.
8722
771e3eae
CY
87232012-06-16 Chong Yidong <cyd@gnu.org>
8724
8725 * term/xterm.el (terminal-init-xterm): Discard input before
8726 querying background mode (Bug#10959).
8727
7ae2ea10
SM
87282012-06-16 Stefan Merten <smerten@oekonux.de>
8729
8730 * textmodes/rst.el: Added and corrected some comments.
8731 (rst-re-alist-def): Improve symbol syntax.
8732 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
8733 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
8734 (rst-official-version, rst-official-cvs-rev): Update version
8735 information.
7ae2ea10 8736
b6974efa
JB
87372012-06-15 Juanma Barranquero <lekktu@gmail.com>
8738
8739 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
8740 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
8741
8826d473
GM
87422012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
8743
8744 * progmodes/python.el: New python.el merge.
8745 (python-guess-indent): Obsolete var.
8746 (python-indent-guess-indent-offset): New defcustom.
8747 (python-indent): Obsolete var.
8748 (python-indent-offset): New defcustom.
8749 (python-python-command, python-jython-command): Delete var.
8750 (python-shell-interpreter): New defcustom.
8751 (python-pdbtrack-do-tracking-p): Delete var.
8752 (python-pdbtrack-activate): New defcustom.
8753 (python-use-skeletons): Obsolete var.
8754 (python-skeleton-autoinsert): New defcustom.
8755 (inferior-python-filter-regexp, python-continuation-offset)
8756 (python-honour-comment-indentation, python-indent-string-contents)
8757 (python-jython-packages, python-mode-hook)
8758 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
8759 (python-shell-prompt-alist)
8760 (python-source-modes): Delete defcustoms.
8761 (python-check-buffer-name, python-eldoc-setup-code)
8762 (python-eldoc-string-code, python-ffap-setup-code)
8763 (python-ffap-string-code, python-fill-comment-function)
8764 (python-fill-decorator-function, python-fill-paren-function)
8765 (python-fill-string-function, python-imenu-include-defun-type)
8766 (python-imenu-make-tree, python-imenu-subtree-root-label)
8767 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
8768 (python-shell-compilation-regexp-alist)
8769 (python-shell-completion-module-string-code)
8770 (python-shell-completion-pdb-string-code)
8771 (python-shell-completion-setup-code)
8772 (python-shell-completion-string-code)
8773 (python-shell-enable-font-lock, python-shell-exec-path)
8774 (python-shell-extra-pythonpaths)
8775 (python-shell-internal-buffer-name, python-shell-interpreter-args)
8776 (python-shell-process-environment)
8777 (python-shell-prompt-block-regexp)
8778 (python-shell-prompt-output-regexp)
8779 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
8780 (python-shell-send-setup-max-wait, python-shell-setup-codes)
8781 (python-shell-virtualenv-path): New defcustoms.
8782 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
8783 (inferior-python-mode-syntax-table, python--prompt-regexp)
8784 (python-buffer, python-command python-python-command)
8785 (python-default-template, python-imports, python-indent-index)
8786 (python-indent-list, python-indent-list-length)
8787 (python-mode-running, python-pdbtrack-is-tracking-p)
8788 (python-preoutput-continuation, python-preoutput-leftover)
8789 (python-preoutput-result, python-preoutput-skip-next-prompt)
8790 (python-prev-dir/file, python-recursing)
8791 (python-saved-check-command, python-version-checked)
8792 (python-which-func-length-limit)
8793 (view-return-to-alist): Delete vars.
8794 (python-check-custom-command, python-dotty-syntax-table)
8795 (python-imenu-index-alist, python-indent-current-level)
8796 (python-indent-dedenters, python-indent-levels)
8797 (python-nav-beginning-of-defun-regexp)
8798 (python-nav-list-defun-positions-cache)
8799 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
8800 (python-shell-internal-buffer)
8801 (python-skeleton-available): New vars.
8802 (def-python-skeleton): Delete macro.
8803 (python-skeleton-define): New macro.
8804 (python-define-auxiliary-skeleton, python-rx): New macros.
8805 (python-insert-class): Delete command.
8806 (python-skeleton-class): New command.
8807 (python-insert-def): Delete command.
8808 (python-skeleton-def): New command.
8809 (python-insert-for): Delete command.
8810 (python-skeleton-for): New command.
8811 (python-insert-if): Delete command.
8812 (python-skeleton-if): New command.
8813 (python-insert-try/except, python-insert-try/finally): Delete commands.
8814 (python-skeleton-try): New command.
8815 (python-insert-while): Delete command.
8816 (python-skeleton-while): New command.
8817 (python-backspace): Delete command.
8818 (python-indent-dedent-line-backspace): New command.
8819 (python-electric-colon): Delete command.
8820 (python-indent-electric-colon): New command.
8821 (python-guess-indent): Delete command.
8822 (python-indent-guess-indent-offset): New command.
8823 (python-shift-left): Delete command.
8824 (python-indent-shift-left): New command.
8825 (python-shift-right): Delete command.
8826 (python-indent-shift-right): New command.
8827 (python-find-function): Delete command.
8828 (python-nav-jump-to-defun): New command.
8829 (python-next-statement): Delete command.
8830 (python-nav-forward-sentence): New command.
8831 (python-previous-statement): Delete command.
8832 (python-nav-backward-sentence): New command.
8833 (python-fill-paragraph): Delete command.
8834 (python-fill-paragraph-function): New command.
8835 (python-send-buffer): Delete command.
8836 (python-shell-send-buffer): New command.
8837 (python-send-defun): Delete command.
8838 (python-shell-send-defun): New command.
8839 (python-send-region, python-send-region-and-go): Delete commands.
8840 (python-shell-send-region)
8841 (python-shell-switch-to-shell): New commands.
8842 (python-send-string): Delete command.
8843 (python-shell-send-string): New command.
8844 (python-switch-to-python): Delete command.
8845 (python-shell-switch-to-shell): New command.
8846 (python-describe-symbol): Delete command.
8847 (python-eldoc-at-point): New command.
8848 (python--set-prompt-regexp, python-args-to-list)
8849 (python-after-info-look, python-check-version)
8850 (python-check-comint-prompt, python-find-imports)
8851 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
8852 (python-unload-function, python-expand-template)
8853 (python-maybe-jython, python-preoutput-filter)
8854 (python-pdbtrack-get-source-buffer)
8855 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
8856 (python-pdbtrack-toggle-stack-tracking)
8857 (python-pdbtrack-track-stack-file, python-initial-text)
8858 (python-first-word, python-comment-line-p, python-send-command)
8859 (python-setup-brm, python-sentinel, python-set-proc)
8860 (python-skip-out, python-input-filter, python-outdent-p)
8861 (python-outline-level, python-backslash-continuation-line-p)
8862 (python-end-of-block, python-end-of-statement, python-mark-block)
8863 (python-beginning-of-block, python-beginning-of-statement)
8864 (python-blank-line-p, python-beginning-of-string)
8865 (python-open-block-statement-p): Delete functions.
8866 (python-indent-line, python-indent-line-1): Delete functions.
8867 (python-indent-line): New function.
8868 (python-indentation-levels): Delete function.
8869 (python-indent-calculate-levels): New function.
8870 (python-proc): Delete function.
8871 (python-shell-get-process): New function.
8872 (python-send-receive): Delete function.
8873 (python-shell-send-string-no-output): New function.
8874 (python-module-path): Delete function.
8875 (python-ffap-module-path): New function.
8876 (python-completion-at-point)
8877 (python-symbol-completions): Delete functions.
8878 (python-completion-complete-at-point): New function.
8879 (python-load-file): Delete function.
8880 (python-shell-send-file): New function.
8881 (python-calculate-indentation): Delete function.
8882 (python-indent-calculate-indentation): New function.
8883 (python-skip-comments/blanks): Delete function.
8884 (python-util-forward-comment): New function.
8885 (python-continuation-line-p): Delete function.
8886 (python-info-continuation-line-p): New function.
8887 (python-which-func, python-current-defun): Delete function.
8888 (python-info-current-defun): New function.
8889 (python-beginning-of-defun): Delete function.
8890 (python-nav-beginning-of-defun): New function.
8891 (python-close-block-statement-p)
8892 (python-block-end-p): Delete function.
8893 (python-info-closing-block): New function.
8894 (python-comint-output-filter-function)
8895 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
8896 (python-fill-comment, python-fill-decorator, python-fill-paren)
8897 (python-fill-string, python-imenu-make-element-tree)
8898 (python-imenu-make-tree, python-imenu-tree-assoc)
8899 (python-indent-context, python-indent-dedent-line)
8900 (python-indent-line-function)
8901 (python-indent-post-self-insert-function)
8902 (python-indent-toggle-levels)
8903 (python-info-assignment-continuation-line-p)
8904 (python-info-beginning-of-backlash)
8905 (python-info-block-continuation-line-p)
8906 (python-info-closing-block-message)
8907 (python-info-line-ends-backslash-p)
8908 (python-info-looking-at-beginning-of-defun)
8909 (python-info-ppss-context, python-info-ppss-context-type)
8910 (python-nav-list-defun-positions, python-nav-read-defun)
8911 (python-nav-sentence-end, python-nav-sentence-start)
8912 (python-pdbtrack-comint-output-filter-function)
8913 (python-pdbtrack-set-tracked-buffer)
8914 (python-shell-calculate-exec-path)
8915 (python-shell-calculate-process-environment)
8916 (python-shell-completion--do-completion-at-point)
8917 (python-shell-completion--get-completions)
8918 (python-shell-completion-complete-at-point)
8919 (python-shell-completion-complete-or-indent)
8920 (python-shell-get-or-create-process)
8921 (python-shell-get-process-name)
8922 (python-shell-internal-get-or-create-process)
8923 (python-shell-internal-get-process-name)
8924 (python-shell-internal-send-string, python-shell-make-comint)
8925 (python-shell-parse-command, python-shell-send-setup-code)
8926 (python-skeleton-add-menu-items)
8927 (python-util-clone-local-variables, python-util-position)
8928 (run-python-internal, python-indentation-levels)
8929 (python-nav-beginning-of-defun)
8930 (python-completion-complete-at-point): New functions.
8931 (run-python): Change arguments. New API requirements.
8932
4302f5ba
SM
89332012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8934
f38ea36d
SM
8935 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
8936 (bug#11649).
8937
8938 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
8939 (macroexp--expand-all): Use it.
8940
4302f5ba
SM
8941 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
8942 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
8943 Use `cl-function' instead.
8944
33377562
JB
89452012-06-14 Juanma Barranquero <lekktu@gmail.com>
8946
8947 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
8948 Suggested by Stefan Monnier while discussing bug#11657.
8949
54c5ba1a
SS
89502012-06-14 Sam Steingold <sds@gnu.org>
8951
8952 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
8953
f9f1b1fe
AS
89542012-06-14 Andreas Schwab <schwab@linux-m68k.org>
8955
8956 * play/doctor.el (doctor-doc): Remove parameter and use
8957 doctor-sent instead of sent.
8958 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
8959
a81068ba
SM
89602012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8961
5a315f9c
SM
8962 * files.el: Require cl-lib.
8963 (file-name-non-special): Replace case -> cl-case.
8964
8965 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
8966
a81068ba
SM
8967 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
8968 mapping from #' to function*.
8969
8cca9703
CY
89702012-06-13 Chong Yidong <cyd@gnu.org>
8971
8972 * mouse.el (mouse-drag-track): Do not set the mark if the user
8973 releases the mouse without selecting anything (Bug#11588).
8974
a12ac9d7
SM
89752012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8976
ccf1dc18
SM
8977 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
8978 as well (bug#11646).
8979
ef62b23d
SM
8980 * loadup.el: Count byte-code functions as well.
8981
c4c8444a
SM
8982 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
8983 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
8984
a12ac9d7
SM
8985 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
8986 (bug#11649). Add cl-defun and cl-defmacro.
8987
87e6e64f
DA
89882012-06-13 Drew Adams <drew.adams@oracle.com>
8989
8990 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
8991 Fix last change.
8992
682cefaf
MA
89932012-06-13 Michael Albinus <michael.albinus@gmx.de>
8994
8995 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
8996 Otherwise, it blocks in batch mode.
8997
773e1f08
JB
89982012-06-13 Juanma Barranquero <lekktu@gmail.com>
8999
9000 * help-mode.el (bookmark-make-record-default): Declare.
9001
60057926
CY
90022012-06-13 Chong Yidong <cyd@gnu.org>
9003
9004 * emacs-lisp/package.el (list-packages): Compute a list of
9005 packages that are newly-available since the last list-packages
9006 invocation.
9007 (package-menu--new-package-list): New var.
9008 (package-menu--generate, package-menu--print-info)
9009 (package-menu--status-predicate, package-menu-mark-install):
9010 Handle new status label "new".
9011
ad4d226c
SM
90122012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9013
9014 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
9015 conversion to backquotes.
9016
f1a4e679
CY
90172012-06-12 Chong Yidong <cyd@gnu.org>
9018
9019 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
9020 Rename from gud-inhibit-global-bindings.
9021
9022 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
9023
9024 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
9025 hook from nxml-glyph-set-hook.
9026
9027 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
9028 declaration.
9029
9030 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
9031
9032 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
9033 Convert to defcustom.
9034
0c9e42b5
DA
90352012-06-12 Drew Adams <drew.adams@oracle.com>
9036
9037 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
9038 New functions.
9039 (help-mode): Use them.
9040
09e06855
GM
90412012-06-11 Glenn Morris <rgm@gnu.org>
9042
9043 * progmodes/fortran.el (fortran-font-lock-keywords-3):
9044 Use preprocessor face for directives.
9045 (fortran-directive-re): Doc fix.
9046
71adb94b
SM
90472012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9048
2eb87922
SM
9049 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
9050 conversion to backquotes (bug#11652).
9051
71adb94b
SM
9052 Fix compiler-expansion of CL's cXXr functions (bug#11673).
9053 * emacs-lisp/cl-lib.el (cl--defalias): New function.
9054 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
9055 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
9056 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
9057 (cl-ninth, cl-tenth): Mark them as inlinable.
9058 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
9059 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
9060 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
9061 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
9062 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
9063 (cl-list*, cl-adjoin): Don't put an autoload manually.
9064 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
9065 (cl--compiler-macro-list*): Add autoload cookie.
9066 (cl--compiler-macro-cXXr): New function.
2eb87922 9067
71adb94b
SM
9068 * help-fns.el (help-fns--compiler-macro): New function extracted from
9069 describe-function-1; follow aliases and use `compiler-macro' property.
9070 (describe-function-1): Use it.
9071
a6674402
CY
90722012-06-11 Chong Yidong <cyd@gnu.org>
9073
9074 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
9075 is uninstalled, if imagemagick is installed.
9076
bb3faf5b
SM
90772012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9078
9079 * emacs-lisp/cl-lib.el: Use lexical-binding.
9080 (cl-map-extents, cl-maclisp-member): Remove.
9081 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
9082 (cl--set-substring, cl--block-wrapper, cl--block-throw)
9083 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
9084 * emacs-lisp/cl-extra.el: Use lexical-binding.
9085 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
9086 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
9087 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
9088 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
9089 * emacs-lisp/cl-seq.el: Use lexical-binding.
9090 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
9091 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
9092 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
9093 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
9094 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
9095 CL's internals.
9096
2fe4b125
MA
90972012-06-11 Michael Albinus <michael.albinus@gmx.de>
9098
9099 Sync with Tramp 2.2.6-pre.
9100
9101 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
9102 `print-length' and `print-level' to nil, in order to avoid
9103 truncation. Reported by Christopher Schmidt
9104 <christopher@ristopher.com>.
9105
9106 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
9107
9108 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
9109 New defmacro.
9110 (tramp-compat-copy-directory): Add optional argument
9111 COPY-CONTENTS. It is not handled yet.
9112
9113 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
9114 (tramp-ftp-file-name-p): Simplify.
9115
9116 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
9117 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
9118 connection vector.
9119
9120 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
9121 (tramp-methods): Do not use `tramp-password-end-of-line'.
9122 (tramp-completion-function-alist-putty): Handle UNIX case.
9123 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
9124 (tramp-do-file-attributes-with-stat)
9125 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
9126 gid as real numbers. They could run out of integer range on cygwin.
9127 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
9128 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
9129 (tramp-open-connection-setup-interactive-shell):
9130 Use `tramp-cleanup'. Move check for busyboxes ...
9131 (tramp-find-shell): ... here. Simplify implementation.
9132 Set "remote-shell" property also for alternative shells.
9133 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
9134 If failing, a regular file would be written otherwise.
9135 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
9136 (tramp-find-inline-encoding): Cache the coding commands in the
9137 process cache. Apply test command on the remote side, if defined.
9138 (tramp-find-inline-compress): Cache the compress commands in the
9139 process cache.
9140 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
9141 when requested. Handle hops.
9142 (tramp-current-connection): New defvar.
87e6e64f
DA
9143 (tramp-maybe-open-connection): Use `tramp-cleanup'.
9144 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 9145 Handle user interrupt. (Bug#10187)
87e6e64f
DA
9146 (tramp-get-inline-compress, tramp-get-inline-coding):
9147 Read connection properties from the process cache.
2fe4b125
MA
9148
9149 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
9150 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
9151 New defconsts.
2fe4b125
MA
9152 (tramp-smb-prompt): Extend for powershell prompt.
9153 (tramp-smb-file-name-handler-alist): Add handlers for
9154 `process-file', `shell-command' and `start-file-process'.
9155 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
9156 (tramp-smb-winexe-shell-command-switch): New defcustoms.
9157 (tramp-smb-file-name-p): Simplify.
9158 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
9159 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
9160 (tramp-smb-shell-quote-argument): New defuns.
9161 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
9162 Implement using "tar". By this, time-stamps are preserved.
9163 (tramp-smb-handle-copy-file): Handle also the case of directories.
9164 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
9165 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
9166 Use `tramp-get-connection-buffer').
2fe4b125
MA
9167 (tramp-smb-handle-rename-file): Use "rename", when source and
9168 target are on the same share.
87e6e64f
DA
9169 (tramp-smb-maybe-open-connection): Handle wrong passwords.
9170 Use `tramp-smb-server-version'.
2fe4b125
MA
9171 (tramp-smb-wait-for-output): Remove prompt.
9172
9173 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
9174 (tramp-methods, tramp-rsh-end-of-line):
9175 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
9176 (tramp-save-ad-hoc-proxies): New defcustom.
9177 (tramp-completion-function-alist): Adapt docstring.
9178 (tramp-default-password-end-of-line): Remove defcustom.
9179 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
9180 (tramp-user-regexp, tramp-file-name-regexp-unified)
9181 (tramp-file-name-regexp-url): Extend regexp by hop separator.
9182 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
9183 (tramp-remote-file-name-spec-regexp): New defconst.
9184 (tramp-file-name-structure): Extend structure for hops.
9185 (tramp-get-method-parameter): Move up.
9186 (tramp-file-name-p, tramp-dissect-file-name)
9187 (with-parsed-tramp-file-name): Handle hops.
9188 (tramp-file-name-hop): New defun.
9189 (tramp-make-tramp-file-name): New optional arg HOP.
9190 (tramp-message-show-progress-reporter-message): New defvar.
9191 (tramp-with-progress-reporter): Use it. We cannot use
9192 `tramp-message-show-message' here, because this suppresses also
9193 error buffers.
9194 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
9195 `tramp-message-show-message' is nil.
9196 Use `tramp-get-connection-buffer'.
2fe4b125
MA
9197 (tramp-cleanup): New defun.
9198 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
9199 (tramp-file-name-handler): If `debug-on-error' is set, propagate
9200 an error unchanged.
9201 (tramp-completion-handle-file-name-all-completions): Handle hops.
9202 Fix an error when called from ido.
9203 (tramp-completion-dissect-file-name): Use better local variable
9204 name. Add hop to the vector.
9205 (tramp-handle-insert-file-contents): Use progress-reporter for the
9206 whole scenario.
9207 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
9208 to `t'.
9209 (tramp-check-for-regexp): Simplify search.
9210 (tramp-enter-password): Remove it. Move implementation ...
9211 (tramp-action-password): ... here.
9212 (tramp-mode-string-to-int, tramp-local-host-p)
9213 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
9214 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
9215 Set tramp-autoload cookie.
2fe4b125
MA
9216
9217 * net/trampver.el: Update release number.
9218
92192012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9220 Michael Albinus <michael.albinus@gmx.de>
9221
9222 * net/tramp.el (tramp-set-completion-function): Fix docstring.
9223 (tramp-parse-group, tramp-parse-file)
9224 (tramp-parse-shostkeys-sknownhosts): New defuns.
9225 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
9226 (tramp-parse-shosts-group, tramp-parse-sconfig)
9227 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
9228 (tramp-parse-sknownhosts, tramp-parse-hosts)
9229 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
9230 Use them.
9231 (tramp-parse-passwd-group, tramp-parse-netrc-group)
9232 (tramp-parse-putty-group): Don't narrow.
9233 (tramp-parse-putty): Make a loop.
9234 (tramp-file-name-handler): Catch the `suppress' signal.
9235
72834e10
CY
92362012-06-11 Chong Yidong <cyd@gnu.org>
9237
9238 * image.el (imagemagick-register-types): Put the ImageMagick entry
9239 at the end of image-type-file-name-regexps.
9240
a4712e11
JB
92412012-06-11 Johan Bockgård <bojohan@gnu.org>
9242
9243 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
9244 (pcase, pcase-let*, pcase-dolist): Use them.
9245
82ad98e3
SM
92462012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9247
9248 * emacs-lisp/pcase.el (pcase--let*): New function.
9249 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
9250 (pcase--expand): Use macroexp-let².
9251
f80efb86
SM
92522012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9253
9254 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
9255 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
9256 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
9257 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
9258 * emacs-lisp/derived.el: Use pcase instead of `cl'.
9259 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
9260
31ca4639 92612012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 9262
31ca4639
CY
9263 * mail/rmail.el (rmail-yank-current-message): Leave point at
9264 correct position. (Bug#11660)
94f0aa34 9265
31ca4639 92662012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 9267
31ca4639 9268 * allout-widgets.el: Fix code header.
9e1b8ec4 9269
31ca4639 92702012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 9271
f80efb86
SM
9272 * cus-edit.el (customize-changed-options-previous-release):
9273 Bump to 24.1.
31ca4639 9274
642b6d30
AS
92752012-06-09 Andreas Schwab <schwab@linux-m68k.org>
9276
9277 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
9278
4f5d2ba1
CY
92792012-06-09 Chong Yidong <cyd@gnu.org>
9280
9281 * ebuff-menu.el (electric-buffer-list): Preserve header line.
9282
e75852fd
MR
92832012-06-09 Martin Rudalics <rudalics@gmx.at>
9284
9285 * window.el (special-display-popup-frame): Don't use
9286 window--display-buffer (Bug#11651).
9287
1e48e282
EZ
92882012-06-09 Eli Zaretskii <eliz@gnu.org>
9289
8a26b487
EZ
9290 Fix parallel builds: make sure loaddefs.el is not being written
9291 while Lisp files are compiled.
9292 (compile): Don't depend on 'mh-autoloads'.
9293 (compile-CMD, compile-SH): Depend on 'autoloads'.
9294 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
9295
1e48e282
EZ
9296 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
9297
6175e34b
CY
92982012-06-09 Chong Yidong <cyd@gnu.org>
9299
9300 * face-remap.el (face-remap-add-relative, face-remap-set-base)
9301 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
9302 Doc fixes (Bug#11225).
9303
d9857e53
SM
93042012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9305
9306 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
9307 a function if there's a clear indication that it has a compiler-macro.
9308 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
9309 (macro-declarations-alist): Add arglist to declaration functions.
9310 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
9311 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
9312 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
9313 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
9314 Also add autoload to find the compiler macro.
9315 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
9316 (cl--compiler-macro-member, cl--compiler-macro-assoc)
9317 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
9318 (cl--compiler-macro-get): New functions, replacing calls to
9319 cl-define-compiler-macro.
9320 (cl-typep) [compiler-macro]: Use macroexp-let².
9321
f81298f8 93222012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
9323
9324 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
9325 string properly, fixes Bug#11473.
9326
4b56d0fe
CY
93272012-06-08 Chong Yidong <cyd@gnu.org>
9328
9329 * faces.el (set-face-attribute): Doc fix.
9330 (modify-face): Don't use :bold and :italic.
9331 (error, warning, success): Tweak definitions.
9332
9333 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
9334 (custom-modified, custom-set, custom-changed, custom-themed)
9335 (custom-saved, custom-button, custom-button-mouse)
9336 (custom-button-pressed, custom-state, custom-comment-tag)
9337 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
9338 (custom-group-subtitle): Use new-style face specs.
9339 (custom-invalid-face, custom-rogue-face, custom-modified-face)
9340 (custom-set-face, custom-changed-face, custom-saved-face)
9341 (custom-button-face, custom-button-pressed-face)
9342 (custom-documentation-face, custom-state-face)
9343 (custom-comment-face, custom-comment-tag-face)
9344 (custom-variable-tag-face, custom-variable-button-face)
9345 (custom-face-tag-face, custom-group-tag-face-1)
9346 (custom-group-tag-face): Remove obsolete face alias.
9347
9348 * epa.el (epa-validity-high, epa-validity-medium)
9349 (epa-validity-low, epa-mark, epa-field-name, epa-string)
9350 (epa-field-name, epa-field-body):
9351 * font-lock.el (font-lock-comment-face, font-lock-string-face)
9352 (font-lock-keyword-face, font-lock-builtin-face)
9353 (font-lock-function-name-face, font-lock-variable-name-face)
9354 (font-lock-type-face, font-lock-constant-face):
9355 * ido.el (ido-first-match, ido-only-match, ido-subdir)
9356 (ido-virtual, ido-indicator, ido-incomplete-regexp):
9357 * speedbar.el (speedbar-button-face, speedbar-file-face)
9358 (speedbar-directory-face, speedbar-tag-face)
9359 (speedbar-selected-face, speedbar-highlight-face)
9360 (speedbar-separator-face):
9361 * whitespace.el (whitespace-newline, whitespace-space)
9362 (whitespace-hspace, whitespace-tab, whitespace-trailing)
9363 (whitespace-line, whitespace-space-before-tab)
9364 (whitespace-space-after-tab, whitespace-indentation)
9365 (whitespace-empty):
9366 * emulation/cua-base.el (cua-global-mark):
9367 * eshell/em-prompt.el (eshell-prompt):
9368 * net/newst-plainview.el (newsticker-new-item-face)
9369 (newsticker-old-item-face, newsticker-immortal-item-face)
9370 (newsticker-obsolete-item-face, newsticker-date-face)
9371 (newsticker-statistics-face, newsticker-default-face):
9372 * net/newst-reader.el (newsticker-feed-face)
9373 (newsticker-extra-face, newsticker-enclosure-face):
9374 * net/newst-treeview.el (newsticker-treeview-face)
9375 (newsticker-treeview-new-face, newsticker-treeview-old-face)
9376 (newsticker-treeview-immortal-face)
9377 (newsticker-treeview-obsolete-face)
9378 (newsticker-treeview-selection-face):
9379 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
9380 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
9381 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
9382 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
9383 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
9384 (nxml-outline-active-indicator, nxml-outline-ellipsis):
9385 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
9386 (mpuz-text):
9387 * progmodes/vera-mode.el (vera-font-lock-number)
9388 (vera-font-lock-function, vera-font-lock-interface):
9389 * textmodes/table.el (table-cell): Use new-style face specs, and
9390 don't use the old :bold and :italic attributes.
9391
9392 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
9393 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
9394 (ebrowse-member-class, ebrowse-progress): Likewise.
9395 (ebrowse-tree-mark-face, ebrowse-root-class-face)
9396 (ebrowse-file-name-face, ebrowse-default-face)
9397 (ebrowse-member-attribute-face, ebrowse-member-class-face)
9398 (ebrowse-progress-face): Remove obsolete faces.
9399
9400 * progmodes/flymake.el (flymake-errline, flymake-warnline):
9401 Inherit from error and warning faces respectively.
9402
9403 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
9404 Likewise.
f80efb86
SM
9405 (flyspell-incorrect-face, flyspell-duplicate-face):
9406 Remove obsolete aliases.
4b56d0fe 9407
03310646
MA
94082012-06-08 Michael Albinus <michael.albinus@gmx.de>
9409
9410 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
9411 Avoid infloop.
9412
513749ee
SM
94132012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9414
9415 * startup.el (argv, argi): Make lexically scoped.
9416 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
9417 * emacs-lisp/cl-macs.el: Use lexical-binding.
9418 Rename cl-bind-* to cl--bind-*.
9419 * files.el: Don't require `cl' since it doesn't use it.
9420 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
9421
595ef4ad
JB
94222012-06-08 Juanma Barranquero <lekktu@gmail.com>
9423
9424 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
9425 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
9426 instead of calling external sort utility.
9427 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
9428
e9f66fcb
EZ
94292012-06-08 Eli Zaretskii <eliz@gnu.org>
9430
9431 * descr-text.el (describe-char): Mention how to insert the
9432 character, if the current input method doesn't support it.
9433 See the discussion in this thread for the details:
9434 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
9435
3d10db47
SS
94362012-06-08 Sam Steingold <sds@gnu.org>
9437
9438 * bindings.el (global-map): Bind XF86Forward to next-buffer and
9439 XF86Back to previous-buffer.
9440 (minibuffer-local-map): Bind them to next-history-element and
9441 previous-history-element respectively.
9442 * help-mode.el (help-mode-map): Bind them to help-go-forward and
9443 help-go-back respectively.
9444 * info.el (Info-mode-map): Bind them to Info-history-forward and
9445 Info-history-back respectively.
9446 These are the keys next to Up on the ThinkPad keyboard.
9447
de7e2b36
SM
94482012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9449
9450 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
9451 * emacs-lisp/cl-macs.el: Provide itself.
9452 (cl--labels-convert-cache): New var.
9453 (cl--labels-convert): New function.
9454 (cl-flet, cl-labels): New implementation with new semantics, relying on
9455 lexical-binding.
9456 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
9457 (cl-closure-vars, cl--function-convert-cache)
9458 (cl--function-convert): Move from cl-macs.el.
9459 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
9460 rename by removing the "cl-" prefix.
9461 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
9462
6fa6c4ae
SM
94632012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9464
9465 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
9466 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
9467 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
9468 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
9469 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
9470 (cl-hash-table-count): Add old compatibility aliases.
9471
9472 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
9473 Use macroexpand-all-environment instead.
9474 (cl--old-macroexpand): New var.
9475 (cl--sm-macroexpand): New function.
9476 (cl-symbol-macrolet): Use it during macro expansion.
9477 (cl--function-convert-cache): New var.
9478 (cl--function-convert): New function, extracted from
9479 cl-macroexpand-all.
9480 (cl-lexical-let): Use it.
9481
9482 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
9483 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
9484 (cl-member): Remove old alias.
9485
9486 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
9487 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
9488 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
9489 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
9490 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
9491 (cl-macroexpand-cmacs): Remove var.
9492 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
9493 Use macroexpand-all instead.
9494
4dd1c416
SM
94952012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9496
9497 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
9498 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
9499 (macroexp-copyable-p): New functions and macros.
9500 * emacs-lisp/edebug.el (edebug-unwrap):
9501 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
9502 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
9503 (pcase--let*): Remove.
9504 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
9505 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
9506 macroexp-const-p instead.
9507 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
9508
9509 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
9510 instead of "cl-" for internal definitions. Use macroexp-const-p.
9511 (cl-old-bc-file-form): Remove var.
9512 (cl-const-exprs-p): Remove fun.
9513 (cl-labels, cl-macrolet): Use backquote.
9514 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
9515 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
9516 (cl-define-setf-expander): Rename from cl-define-setf-method.
9517 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
9518
9519 * international/mule-cmds.el: Don't require CL.
9520 (view-hello-file): Don't use `letf'.
9521
ed8bd4d7
SM
95222012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9523
7287f2f3
SM
9524 * tmm.el (tmm-prompt): Use string-prefix-p.
9525 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
9526 (tmm-add-prompt): Use minibuffer-completion-help.
9527 (tmm-delete-map): Remove.
9528
ed8bd4d7
SM
9529 * subr.el (kbd): Make it its own function.
9530
7b4cdbf4
SM
95312012-06-07 Stefan Merten <smerten@oekonux.de>
9532
9533 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
9534 Silence compiler warnings. Fix versions.
ed8bd4d7 9535 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 9536 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 9537 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
9538 (rst-package-emacs-version-alist): Correct Emacs version to
9539 represent major merge with upstream.
ed8bd4d7 9540 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 9541
2b48d721
GM
95422012-06-06 Glenn Morris <rgm@gnu.org>
9543
9544 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
9545 Only print environment variables if set.
9546
fa779ab0
SM
95472012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9548
9549 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
9550 (macroexp--cons): Rename from maybe-cons.
9551 (macroexp--accumulate): Rename from macroexp-accumulate.
9552 (macroexp--all-forms): Rename from macroexpand-all-forms.
9553 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
9554 (macroexp--expand-all): Rename from macroexpand-all-1.
9555
628299e0
SS
95562012-06-06 Sam Steingold <sds@gnu.org>
9557
9558 * calendar/calendar.el (calendar-in-read-only-buffer):
9559 Call `special-mode' to enable the standard read-only keybindings.
9560
b7bb5838
SM
95612012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9562
9563 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
9564 with "loading" messages (bug#11635).
9565
dfb308ba
MA
95662012-06-06 Michael Albinus <michael.albinus@gmx.de>
9567
9568 * files.el (enable-remote-dir-locals): New option.
9569 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
9570
0372ee92
MA
9571 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
9572 Ensure, that the temp directory is local.
9573
9574 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
9575 `temporary-file-directory'.
9576
eed0bb91
MA
9577 * progmodes/python.el (python-send-region): Ensure, that the
9578 temporary file is created also in the remote case.
9579
7a58f64d
GM
95802012-06-06 Glenn Morris <rgm@gnu.org>
9581
f7dd4e98
GM
9582 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
9583 (vc-rcs-update-changelog): Use it.
9584
090bd7cb 9585 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 9586
7a58f64d
GM
9587 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
9588 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
9589 (vc-sccs-diff): Replace use of the external vcdiff script.
9590
daed4003
GM
95912012-06-05 Glenn Morris <rgm@gnu.org>
9592
9593 * ledit.el: Move to obsolete/.
9594
48c455c7
SS
95952012-06-05 Sam Steingold <sds@gnu.org>
9596
ed9265fc 9597 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
9598 patch (Bug#11140).
9599
57a7d507
SM
96002012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9601
090bd7cb 9602 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 9603
53aacf21
SM
9604 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
9605 compiler-macro expansion.
9606
57a7d507
SM
9607 Add native compiler-macro support.
9608 * emacs-lisp/macroexp.el (macroexpand-all-1):
9609 Support compiler-macros directly. Properly follow aliases and apply
9610 the compiler macros more thoroughly.
9611 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
9612 macroexpand now properly follows aliases.
9613 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
9614 (cl-compiler-macroexpand): Use new prop.
9615 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
9616
9617 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
9618
51a5f9d8
MR
96192012-06-05 Martin Rudalics <rudalics@gmx.at>
9620
9621 * window.el (get-lru-window, get-mru-window, get-largest-window):
9622 New argument NOT-SELECTED to avoid picking the selected window.
9623 (window--display-buffer-1, window--display-buffer-2): Replace by
9624 new function window--display-buffer
9625 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
9626 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9627 Use window--display-buffer.
51a5f9d8
MR
9628 (display-buffer-use-some-window): Remove temporary dedication
9629 hack by calling get-lru-window and get-largest-window with
9630 NOT-SELECTED argument non-nil. Call window--display-buffer.
9631
08f9f738
GM
96322012-06-05 Glenn Morris <rgm@gnu.org>
9633
9634 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
9635 Replace external vcdiff script.
9636
e364a2b7
SM
96372012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
9638
9639 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
9640
041df390
CY
96412012-06-04 Chong Yidong <cyd@gnu.org>
9642
e364a2b7
SM
9643 * image.el (imagemagick-types-inhibit): Revert last change.
9644 Add INFO and M.
47b36b94 9645 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 9646
7c1898a7
SM
96472012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
9648
9649 * emacs-lisp/cl-lib.el: Rename from cl.el.
9650 * emacs-lisp/cl.el: New compatibility file.
9651 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
9652 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
9653 to obey the "cl-" prefix.
9654 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
9655
0c3461de
GM
96562012-06-03 Glenn Morris <rgm@gnu.org>
9657
1e266c88
GM
9658 * emacs-lisp/authors.el (authors-aliases): Addition.
9659
0c3461de
GM
9660 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
9661 Fix :version.
9662
d8a52e15
SM
96632012-06-03 Stefan Merten <smerten@oekonux.de>
9664
9665 * textmodes/rst.el: Add comments.
9666 (rst-transition, rst-adornment): New faces.
9667 (rst-adornment-faces-alist): Make default safe to reevaluate.
9668 Fixes
9669 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
9670 Improve customization tags.
9671 (rst-define-level-faces): Clarify meaning.
9672
5205d6f6
CY
96732012-06-03 Chong Yidong <cyd@gnu.org>
9674
9675 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
9676 (compilation-mode-line-run, compilation-mode-line-exit):
9677 New faces.
5205d6f6
CY
9678 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
9679
757ee657
JD
96802012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
9681
7c1898a7
SM
9682 * progmodes/which-func.el (which-func-update-ediff-windows):
9683 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 9684
5f2c76c6
CY
96852012-06-03 Chong Yidong <cyd@gnu.org>
9686
9687 * bindings.el: Remove explicit help text from format-mode-line.
9688 It is now supplied by mode-line-default-help-echo.
9689 (mode-line-front-space, mode-line-end-spaces)
9690 (mode-line-misc-info): New variables.
9691 (mode-line-modes, mode-line-position): Move the default value to
9692 the variable definition.
9693 (mode-line-default-help-echo): New defcustom.
383f7350
CY
9694 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
9695 (mode-line-modified-help-echo): New functions.
9696 (mode-line-mule-info, mode-line-modified): Use them.
9697 (mode-line-eol-desc, propertized-buffer-identification):
9698 Consistency fixes for help text.
cbe46e5f
CY
9699 (mode-line-coding-system-map): Allow using mouse-3 to invoke
9700 set-buffer-file-coding-system (Bug#289).
9701 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 9702
f2d6a3df
SM
97032012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9704
9705 * simple.el (execute-extended-command): Set real-this-command
9706 (bug#11506).
9707
37269466
CY
97082012-06-02 Chong Yidong <cyd@gnu.org>
9709
9710 Remove incorrect uses of "modeline" in comments, docstrings, and
9711 function/variable names (Bug#10329).
9712
9713 * cus-edit.el (mode-line):
9714 * dframe.el (dframe-mouse-hscroll):
9715 * emacs-lisp/re-builder.el:
9716 * emacs-lisp/easy-mmode.el (define-minor-mode):
9717 * frame.el (set-frame-name):
9718 * help.el (lookup-minor-mode-from-indicator):
9719 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
9720 * progmodes/cc-cmds.el (c-toggle-auto-newline)
9721 (c-toggle-hungry-state):
9722 * progmodes/antlr-mode.el (antlr-language-alist):
9723 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
9724 * progmodes/vhdl-mode.el (vhdl-mode):
9725 * progmodes/which-func.el (which-func, which-func-cleanup-function):
9726 * term/ns-win.el (ns-face-at-pos):
9727 * term/sup-mouse.el (sup-mouse-report):
9728 * textmodes/flyspell.el (flyspell-mode-line-string):
9729 * textmodes/ispell.el (ispell-highlight-face):
9730 * textmodes/reftex-global.el:
9731 * vc/vc-arch.el (vc-arch-mode-line-string):
9732 * vc/vc-cvs.el (vc-cvs-mode-line-string):
9733 * vc/vc-git.el (vc-git-mode-line-string):
9734 * vc/vc-hooks.el (vc-display-status)
9735 (vc-default-mode-line-string):
9736 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
9737
9738 * ansi-color.el (ansi-color-faces-vector): Change default faces.
9739
9740 * dired.el (dired-sort-set-mode-line): Rename from
9741 dired-sort-set-modeline. All callers changed.
9742
9743 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
9744 eshell-status-in-modeline.
9745
9746 * foldout.el (foldout-mode-line-string): Rename from
9747 foldout-modeline-string. All callers changed.
9748 (foldout-update-mode-line): Rename from foldout-update-modeline.
9749
9750 * subr.el (redraw-modeline): Make into obsolete alias.
9751
9752 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
9753 timeclock-modeline-display. Make old name an alias.
9754 (timeclock-update-mode-line): Likewise. All callers changed.
9755 (timeclock-mode-line-display): No need to check before using
9756 add-hook.
9757 (timeclock-relative, timeclock-day-over-hook)
9758 (timeclock-use-elapsed, timeclock-mode-string)
9759 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
9760
9761 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
9762 crisp-mode-modeline-string.
9763
9764 * play/solitaire.el (solitaire-build-mode-line): Rename from
9765 solitaire-build-modeline. All callers changed.
9766
9767 * play/zone.el (zone-hiding-mode-line): Rename from
9768 zone-hiding-modeline. All callers changed.
9769 (zone): Remove unusued `modeline-hidden-level' property.
9770
9771 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
9772 xscheme-modeline-initialize. All callers changed.
9773
9774 * strokes.el (strokes-lighter): Rename from
9775 strokes-modeline-string.
9776
9777 * textmodes/sgml-mode.el (html-face-tag-alist)
9778 (html-tag-face-alist): Use mode-line face instead of obsolete
9779 alias modeline.
9780
42152ee4
SM
97812012-06-02 Stefan Merten <smerten@oekonux.de>
9782
9783 * textmodes/rst.el: Always require `cl'.
4cf9b38d 9784 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 9785
95f520b5
CY
97862012-06-02 Chong Yidong <cyd@gnu.org>
9787
9788 * image.el (imagemagick-enabled-types): Rename from
9789 imagemagick-types-enable. Add many more types.
9790 (imagemagick-types-inhibit): Change default to nil.
9791 (imagemagick-filter-types): Caller changed.
9792
4a5f187a
SM
97932012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9794
03fef3e6
SM
9795 * emacs-lisp/cl-macs.el: Use backquotes.
9796 (cl-transform-function-property): Use eval-and-compile rather than
9797 abusing `require'.
9798 (defstruct): Use declare-function instead of with-no-warnings.
9799
4a5f187a
SM
9800 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
9801 (byte-compile-output-docform): Re-add the print-circle bindings.
9802 (byte-compile-fix-header): Use #$ just because it's shorter.
9803 (byte-compile-output-file-form): Remove defun/defmacro.
9804
bd56924f
MR
98052012-06-01 Martin Rudalics <rudalics@gmx.at>
9806
9807 * simple.el (choose-completion): Remove now obsolete binding for
9808 owindow.
9809
046e38ce
MA
98102012-06-01 Michael Albinus <michael.albinus@gmx.de>
9811
9812 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
9813 in order to avoid "Stack overflow in regexp matcher".
9814
32d72c2f
GM
98152012-05-31 Glenn Morris <rgm@gnu.org>
9816
9817 * image.el: For clarity, call imagemagick-register-types at
9818 top-level, rather than relying on a custom :initialize.
9819 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
9820 (imagemagick-filter-types): New function. (Bug#7406)
9821 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
9822 If disabling support, remove elements altogether rather
9823 than using an impossible regexp.
9824 (imagemagick-types-inhibit): Give it the default init function.
9825
dd41169b
SM
98262012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9827
4a5f187a
SM
9828 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
9829 Handle arbitrary file name lengths (Bug#11585).
dd41169b 9830
efc00ab1 98312012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
9832
9833 * desktop.el (desktop-read): Clear previous and next buffers for
9834 all windows and bury *Messages* buffer (bug#11556).
9835
500fcedc
SM
98362012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9837
9838 Add `declare' for `defun'. Align `defmacro's with it.
9839 * emacs-lisp/easy-mmode.el (define-minor-mode)
9840 (define-globalized-minor-mode): Don't autoload the var definitions.
9841 * emacs-lisp/byte-run.el: Use lexical-binding.
9842 (defun-declarations-alist, macro-declarations-alist): New vars.
9843 (defmacro, defun): Use them.
9844 (make-obsolete, define-obsolete-function-alias)
9845 (make-obsolete-variable, define-obsolete-variable-alias):
9846 Use `declare'.
9847 (macro-declaration-function): Mark obsolete.
9848 * emacs-lisp/autoload.el: Use lexical-binding.
9849 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
9850
6e8a1786
AM
98512012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9852
9853 * textmodes/ispell.el (ispell-with-no-warnings):
9854 Define as a macro.
500fcedc
SM
9855 (ispell-kill-ispell, ispell-change-dictionary):
9856 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
9857 `interactive-p'.
9858
61b108cc
SM
98592012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9860
9861 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
9862 (macro-declaration-function): Move var from C code.
9863 (macro-declaration-function): Define function with defalias.
9864 * emacs-lisp/macroexp.el (macroexpand-all-1):
9865 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
9866 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
9867 defun/defmacro any more.
9868 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
9869 Provide fallback for unknown arglist.
9870 (byte-compile-arglist-warn): Change calling convention.
9871 (byte-compile-output-file-form): Move print-vars binding.
9872 (byte-compile-output-docform): Simplify accordingly.
9873 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
9874 (byte-compile-defmacro-declaration): Remove.
9875 (byte-compile-file-form-defmumble): Generalize to defalias.
9876 (byte-compile-output-as-comment): Return byte-positions.
9877 Simplify callers accordingly.
9878 (byte-compile-lambda): Use `assert'.
9879 (byte-compile-defun, byte-compile-defmacro): Remove.
9880 (byte-compile-file-form-defalias):
9881 Use byte-compile-file-form-defmumble.
9882 (byte-compile-defalias-warn): Remove.
9883
6d3f7c2f
SM
98842012-05-29 Stefan Merten <smerten@oekonux.de>
9885
9886 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 9887 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
9888
9889 (rst-mode-abbrev-table): Merge definition.
9890 (rst-mode): Make sure `font-lock-defaults' is buffer local.
9891 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
9892
6dbaa1c7
UJ
98932012-05-29 Ulf Jasper <ulf.jasper@web.de>
9894
9895 * calendar/icalendar.el
9896 (icalendar-export-region): Export UID properly.
9897
d209e2fb 98982012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
9899 * calendar/icalendar.el (icalendar-import-format):
9900 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
9901 (icalendar-import-format-uid): New.
9902 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
9903 Export UID.
9904
6876a58d
SM
99052012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9906
9907 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
9908 different alternative patterns.
9909 (pcase-codegen): Be more careful to preserve identity.
9910 (pcase--u1): Don't forget to mark vars as used.
9911
9912 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
9913 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
9914 (byte-compile-from-buffer): ...rather than here.
9915
9916 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
9917 functions from byte-compile-function-environment.
9918
46b7967e
TN
99192012-05-29 Troels Nielsen <bn.troels@gmail.com>
9920
9921 * window.el (window-deletable-p): Avoid deleting the root window
9922 of a frame with an active minibuffer.
9923
69d565e2
MR
99242012-05-29 Martin Rudalics <rudalics@gmx.at>
9925
9926 * simple.el (choose-completion): Use quit-window (Bug#11567).
9927
a149fa51
CY
99282012-05-29 Chong Yidong <cyd@gnu.org>
9929
9930 * whitespace.el (whitespace-cleanup): Fix usage of
9931 whitespace-empty-at-bob-regexp (Bug#11492).
9932
2b311310
AH
99332012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9934
9935 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
9936 revert (Bug#11488).
9937
b9cb2387
JL
99382012-05-29 Juri Linkov <juri@jurta.org>
9939
9940 * isearch.el (isearch-mode-map): Bind `M-s _' to
9941 `isearch-toggle-symbol'. Bind `M-s c' to
9942 `isearch-toggle-case-fold'.
9943 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
9944 (isearch-forward): Add `M-s _' to the docstring.
9945 (isearch-forward-symbol, isearch-toggle-case-fold)
9946 (isearch-symbol-regexp): New functions. (Bug#11381)
9947
d5e61c1c
JL
99482012-05-29 Juri Linkov <juri@jurta.org>
9949
9950 * isearch.el (isearch-word): Add docstring. (Bug#11381)
9951 (isearch-occur, isearch-search-and-update): If `isearch-word' is
9952 a function, call it to get the regexp.
9953 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
9954 property `isearch-message-prefix' instead of the string "word ".
9955 (isearch-search-fun-default): For the case of `isearch-word',
9956 return a lambda that calls re-search-forward/re-search-backward
9957 with a regexp returned by `word-search-regexp' or by the function
9958 in `isearch-word'.
9959
8cbd80f7
JL
99602012-05-29 Juri Linkov <juri@jurta.org>
9961
9962 * isearch.el (isearch-search-fun-default): New function.
9963 (isearch-search-fun): Move default part to the new function
9964 `isearch-search-fun-default'.
9965 (isearch-search-fun-function): Set the default value to
9966 `isearch-search-fun-default'. (Bug#11381)
9967
9968 * comint.el (comint-history-isearch-end):
9969 Use `isearch-search-fun-default'.
9970 (comint-history-isearch-search): Use `isearch-search-fun-default'
9971 and remove spacial case for `isearch-word'.
9972 (comint-history-isearch-wrap): Remove spacial case for
9973 `isearch-word'.
9974
9975 * hexl.el (hexl-isearch-search-function):
9976 Use `isearch-search-fun-default'.
9977
9978 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
9979 Use `word-search-regexp' for `isearch-word'.
9980
9981 * misearch.el (multi-isearch-search-fun):
9982 Use `isearch-search-fun-default'.
9983
9984 * simple.el (minibuffer-history-isearch-search):
9985 Use `isearch-search-fun-default' and remove spacial case for
9986 `isearch-word'.
9987 (minibuffer-history-isearch-wrap): Remove spacial case for
9988 `isearch-word'.
9989
9990 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
9991 Remove spacial case for `isearch-word'.
9992 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
9993
85c8c5b6
AM
99942012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9995
9996 Decrease XEmacs incompatibilities.
9997 * textmodes/flyspell.el (flyspell-check-pre-word-p):
9998 Use `string-match'.
9999 (flyspell-delete-region-overlays): Use alternative definition for
10000 XEmacs.
10001 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
10002 (flyspell-word): Use `process-kill-without-query' if XEmacs.
10003 (flyspell-mode-on): Use `interactive-p' if XEmacs.
10004 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
10005 `define-obsolete-face-alias' under XEmacs, but old method.
10006
10007 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
10008 `with-no-warnings' definition or Emacs alias.
10009 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
10010 (ispell-word): Do not use `region-p' if XEmacs.
10011
8cab9efc
AM
100122012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10013
10014 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10015 Check for `ispell-dictionary-base-alist' instead of full
10016 `ispell-dictionary-alist'.
10017 (ispell-init-process): Show spellchecker when starting new Ispell
10018 process.
10019
fda91268
RZ
100202012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10021
10022 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
10023 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
10024
694ea8e3
JB
100252012-05-27 Juanma Barranquero <lekktu@gmail.com>
10026
10027 * version.el (motif-version-string, gtk-version-string)
10028 (ns-version-string): Declare.
10029
e4d4f539
JL
100302012-05-27 Juri Linkov <juri@jurta.org>
10031
10032 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
10033 after the `eval-defun-1' specialcaseing
10034 like in `edebug-eval-defun' (bug#10181).
10035
10036 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
10037 like in `eval-defun-1'.
10038
33017faf 100392012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 10040
fda91268
RZ
10041 * mail/sendmail.el (mail-yank-region):
10042 Recognize rmail-yank-current-message in addition to insert-buffer.
10043 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
10044 a *mail* buffer created through rmail-start-mail with sendmail as
10045 mail-user-agent.
10046
33017faf
GM
100472012-05-27 Chong Yidong <cyd@gnu.org>
10048
10049 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
10050 Default to 256 (Bug#11267).
10051
10052 * help.el (describe-mode): Doc fix.
10053
04188bb9
GM
100542012-05-26 Glenn Morris <rgm@gnu.org>
10055
38264cc9
GM
10056 * w32-fns.el (w32-init-info): Remove.
10057 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
10058
eb7afdad
GM
10059 * info.el (info-initialize): For self-contained NS builds, put the
10060 included info/ directory at the front. (Bug#2791)
10061
04188bb9
GM
10062 * paths.el (Info-default-directory-list): Make it a defcustom,
10063 mainly so that we can use custom-initialize-delay.
10064
a179e3f7
SM
100652012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10066
43416392
SM
10067 * subr.el (buffer-has-markers-at): Mark obsolete.
10068
a179e3f7 10069 * subr.el (lambda): Use declare.
43416392 10070
a179e3f7
SM
10071 * emacs-lisp/lisp-mode.el (lambda):
10072 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
10073
34a008d9
AH
100742012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10075
10076 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
10077
0a3b289f
GM
100782012-05-26 Glenn Morris <rgm@gnu.org>
10079
10080 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
10081
758c81e8
GM
100822012-05-25 Glenn Morris <rgm@gnu.org>
10083
f9f334f0
GM
10084 * paths.el: Remove no-byte-compile.
10085 * loadup.el: No need to load paths.el uncompiled.
10086
87eb79c2
GM
10087 * image.el (imagemagick-types-inhibit): Doc fix.
10088
758c81e8
GM
10089 * version.el: Remove no-byte-compile and associated formatting.
10090 * loadup.el: No need to load version.el uncompiled. AFAICS, this
10091 is ancient code from when there was an "inc-vers.el".
10092
e7e85dc0
SM
100932012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10094
10095 * progmodes/gdb-mi.el: Minor style changes.
10096 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
10097 Turn into minor modes.
10098 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
10099 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
10100 (gdb-shell): Remove unneeded let-binding.
10101 (gdb-get-many-fields): Eliminate O(n²) behavior.
10102
f31237a4
EZ
101032012-05-25 Eli Zaretskii <eliz@gnu.org>
10104
10105 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
10106 platforms that don't link in fontset.c.
10107
bc1b21bb
JL
101082012-05-25 Juri Linkov <juri@jurta.org>
10109
10110 Use the same diff color scheme as in modern VCSes (bug#10181).
10111
10112 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
10113 to avoid confusion with `diff-added' that now uses green colors.
10114 (diff-removed): Use shades of red.
10115 (diff-added): Use shades of green.
10116 (diff-changed): Leave just the yellow color.
10117 (diff-use-changed-face): New variable.
10118 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
10119 how to highlight context diff changes.
10120 (diff-refine-change): Use shades of yellow.
10121 (diff-refine-removed): New face that uses shades of red.
10122 (diff-refine-added): New face that uses shades of green.
10123 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
10124 `diff-refine-removed' in the call to `smerge-refine-subst'
10125 depending on the value of `diff-use-changed-face'.
10126
10127 * vc/smerge-mode.el (smerge-mine): Use shades of red.
10128 (smerge-other): Use shades of green.
10129 (smerge-base): Use shades of yellow.
10130 (smerge-refined-change): Empty face.
10131 (smerge-refined-removed): New face that uses shades of red.
10132 (smerge-refined-added): New face that uses shades of green.
10133 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
10134 args `props-r' and `props-a', and use them. Doc fix.
10135 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
10136 on its value use different faces `smerge-refined-change',
10137 `smerge-refined-removed', `smerge-refined-added' in the call to
10138 `smerge-refine-subst'.
10139
10140 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
10141 Add face condition `min-colors 88' with shades of red.
10142 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
10143 `min-colors 88' with shades of green.
10144 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
10145 `min-colors 88' with shades of yellow.
10146
6df9112c
GM
101472012-05-24 Glenn Morris <rgm@gnu.org>
10148
ead5edc0
GM
10149 * paths.el (prune-directory-list, remote-shell-program): Move to...
10150 * files.el (prune-directory-list, remote-shell-program): ...here.
10151 For the latter, delay initialization, prefer ssh, just search PATH.
10152
f18b81e6
GM
10153 * paths.el (term-file-prefix): Move to faces.el (the only user).
10154 * faces.el (term-file-prefix): Move here, make it a defcustom.
10155
ee2f89a6
GM
10156 * paths.el (news-directory, news-path, news-inews-program):
10157 Move to gnus/nnspool.el.
61a583ca 10158
f8815e4c
GM
10159 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
10160
c8f3b42c
GM
10161 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
10162 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
10163 Make the latter a defcustom, with a delayed initialization.
10164
6df9112c
GM
10165 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
10166 These were deleted from Gnus itself late 2010.
10167
5dadff36
JB
101682012-05-22 Juanma Barranquero <lekktu@gmail.com>
10169
9e1701c6
JB
10170 * progmodes/which-func.el (which-func-ff-hook):
10171 Check against user-error, not error.
10172
bd7239f5 10173 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
10174 cl-specs.el, which no longer exists.
10175
3290526d
GM
101762012-05-22 Glenn Morris <rgm@gnu.org>
10177
10178 * info.el (info-emacs-bug): New command.
10179 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
10180 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
10181
ff0c3cfb
GM
101822012-05-21 Glenn Morris <rgm@gnu.org>
10183
10184 * makefile.w32-in (update-subdirs-SH):
10185 * Makefile.in (update-subdirs): Update for moved update-subdirs.
10186
5814f126
SM
101872012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10188
a52c0aa0
SM
10189 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
10190
5814f126
SM
10191 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10192 Simplify Maven regexp, and make sure the file can't start with a space
10193 (bug#11517).
10194
b847032c
GM
101952012-05-21 Glenn Morris <rgm@gnu.org>
10196
10197 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10198 Scrap superfluous subshells.
10199
3858bfe7
SM
102002012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10201
10202 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
10203 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
10204
d14b0029
JB
102052012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
10206
10207 * calc/calc.el (calc-ensure-consistent-units): New variable.
10208
a52c0aa0
SM
10209 * calc/calc-units.el (math-consistent-units-p)
10210 (math-check-unit-consistency): New functions.
10211 (calc-quick-units, calc-convert-units):
10212 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
10213 is non-nil.
d14b0029
JB
10214 (calc-extract-units): Fix typo.
10215
60c4db3a
SM
102162012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10217
77f3b62e
SM
10218 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
10219
60c4db3a
SM
10220 * textmodes/flyspell.el: Commenting style, plus code simplifications.
10221 (flyspell-default-deplacement-commands): Don't spell check after
10222 repeated window/frame switches (e.g. triggered by mouse-movement).
10223 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
10224 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
10225 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
10226 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
10227 Remove unused vars.
10228 (flyspell-get-casechars, flyspell-get-not-casechars):
10229 Simplify; Don't bother removing a ] just to add it back.
10230 * textmodes/ispell.el (ispell-program-name): Use executable-find.
10231
d209e2fb 102322012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
10233
10234 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
10235 New functions.
bd7239f5 10236 (math-function-table): Add support for more C functions.
b1a10716 10237
3f1b25b5
AM
102382012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10239
090bd7cb
JB
10240 * textmodes/flyspell.el (flyspell-check-pre-word-p)
10241 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
10242 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 10243
b581bb5c
SM
102442012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10245
10246 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
10247 their respective macro declarations.
10248 * skeleton.el (define-skeleton):
10249 * progmodes/compile.el (define-compilation-mode):
10250 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
10251 (define-ibuffer-filter):
10252 * emacs-lisp/generic.el (define-generic-mode):
10253 * emacs-lisp/easy-mmode.el (define-minor-mode)
10254 (define-globalized-minor-mode):
10255 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
10256 * emacs-lisp/byte-run.el (defsubst):
10257 * custom.el (deftheme): Add doc-string metadata.
10258
70b8ef8f
SM
102592012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10260
10261 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
10262
b1198e17
SM
102632012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10264
9abdc45d
SM
10265 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
10266
b1198e17
SM
10267 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
10268 * emacs-lisp/cl-macs.el: Idem.
10269 * emacs-lisp/cl-specs.el: Remove.
10270
4735906a
SM
102712012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10272
10273 Minor renaming of internal CL functions and variables.
10274 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
10275 (cl--position): Rename from cl-position.
10276 (cl--delete-duplicates): Rename from cl-delete-duplicates.
10277 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
10278 (cl--random-state): Rename from *random-state*.
10279
ac348012
SM
102802012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10281
10282 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
10283 parens around the arg list (bug#11499).
10284
a0a79cde
JL
102852012-05-17 Juri Linkov <juri@jurta.org>
10286
10287 * isearch.el (word-search-regexp, word-search-backward)
10288 (word-search-forward, word-search-backward-lax)
10289 (word-search-forward-lax): Move functions from search.c
10290 (bug#10145, bug#11381).
10291
65034a51
AM
102922012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10293
090bd7cb
JB
10294 * textmodes/flyspell.el (flyspell-check-pre-word-p)
10295 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
10296 Delay for otherchars as for normal word components.
65034a51 10297
1a72a195
SM
102982012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10299
10300 * minibuffer.el (completion--sifn-requote): Fix last change.
10301 (minibuffer-local-must-match-filename-map):
10302 Move define-obsolete-variable-alias before its var.
10303
fdb058c2
SM
103042012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10305
c41045e6
SM
10306 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
10307
036dfb8b
SM
10308 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
10309 behavior.
10310 (completion--string-equal-p): New function.
10311 (completion--twq-all): Use it to get better assertion failure data.
10312
2473256d
SM
10313 Only handle ".." and '..' quoting in shell-mode (bug#11466).
10314 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
10315 (shell--requote-argument): New functions.
10316 (shell-completion-vars): Use them.
10317 (shell--parse-pcomplete-arguments): Rename from
10318 shell-parse-pcomplete-arguments.
10319 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
10320 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
10321 Obey comint-file-name-quote-list.
10322
fdb058c2
SM
10323 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
10324 (smie-indent-keyword): Use it.
10325
51fa99f1
SM
103262012-05-14 Stefan Merten <smerten@oekonux.de>
10327
10328 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
10329
e18afed7 103302012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
10331
10332 * net/rlogin.el (rlogin-mode-map): Fix last change.
10333
e18afed7 103342012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
10335
10336 * mail/smtpmail.el (smtpmail-send-command): Send the command and
10337 the following \r\n using a single `process-send-string', since the
10338 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 10339 with two `process-send-string's (Bug#11444).
8633b1f4 10340
e18afed7 103412012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 10342
fdb058c2
SM
10343 * shell.el (shell-parse-pcomplete-arguments):
10344 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 10345
2d21d7f6
WJ
103462012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
10347
e18afed7 10348 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
10349 (image-transform-scale, image-transform-right-angle-fudge): New vars.
10350 (image-transform-width, image-transform-fit-width): New functions.
10351 (image-transform-properties): Use them.
10352 (image-transform-check-size): New function.
10353 (image-toggle-display-image): Use it (for testing).
10354 (image-transform-set-rotation): Reduce angle mod 360.
10355 Delete obsolete comment.
10356
7102e6d0
WJ
103572012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
10358
10359 * image-mode.el: Fix scaling (bug#11399).
10360 (image-transform-resize): Doc fix.
10361 (image-transform-properties): Default scale is 1 and height should
10362 be an integer.
10363
06bc5e6e
SM
103642012-05-13 Johan Bockgård <bojohan@gnu.org>
10365
10366 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
10367 than hard-coding `car', to fix misbehavior when moving forward.
10368
0ae03b6a
CY
103692012-05-13 Chong Yidong <cyd@gnu.org>
10370
10371 * emacs-lisp/tabulated-list.el (tabulated-list-format)
10372 (tabulated-list-entries, tabulated-list-padding)
10373 (tabulated-list-sort-key): Make permanent-local.
10374
10375 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
10376 (electric-buffer-list): Put electric buffer menu
10377 command descriptions in this docstring, instead of the docstring
10378 of electric-buffer-menu-mode. Code cleanups.
10379 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
10380 Electric-buffer-menu-mode.
10381 (electric-buffer-update-highlight): Minor code cleanup.
10382
205a7391
MA
103832012-05-13 Michael Albinus <michael.albinus@gmx.de>
10384
10385 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
10386 (Bug#11447)
10387
e5bd0a28
SM
103882012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10389
10390 Move define-obsolete-variable-alias before the var's definition.
10391 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
10392 * tooltip.el (tooltip-hook):
10393 * textmodes/reftex-toc.el (reftex-toc-map):
10394 * textmodes/reftex-sel.el (reftex-select-label-map)
10395 (reftex-select-bib-map):
10396 * textmodes/reftex-index.el (reftex-index-map)
10397 (reftex-index-phrases-map):
10398 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
10399 * progmodes/meta-mode.el (meta-mode-map):
10400 * novice.el (disabled-command-hook):
10401 * loadhist.el (unload-hook-features-list):
10402 * frame.el (blink-cursor):
10403 * files.el (find-file-not-found-hooks, write-file-hooks)
10404 (write-contents-hooks):
10405 * emulation/tpu-edt.el (GOLD-map):
10406 * emacs-lock.el (emacs-lock-from-exiting):
10407 * emacs-lisp/generic.el (generic-font-lock-defaults):
10408 * emacs-lisp/chart.el (chart-map):
10409 * dos-fns.el (register-name-alist):
10410 * dired-x.el (dired-omit-files-p):
10411 * desktop.el (desktop-enable):
10412 * cus-edit.el (custom-mode-hook):
10413 * buff-menu.el (buffer-menu-mode-hook):
10414 * bookmark.el (bookmark-read-annotation-text-func)
10415 (bookmark-exit-hooks):
10416 * allout.el (allout-mode-deactivate-hook)
10417 (allout-exposure-change-hook, allout-structure-added-hook)
10418 (allout-structure-deleted-hook, allout-structure-shifted-hook):
10419 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
10420 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
10421 comes before the corresponding variable's definition.
10422
ac59c2f6
CY
104232012-05-12 Chong Yidong <cyd@gnu.org>
10424
10425 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
10426 (Buffer-menu-mouse-select): Restore function (Bug#11459).
10427 (Buffer-menu-mode-map): Bind it.
10428 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 10429
dee6c9a3
SM
104302012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10431
2171cea5
SM
10432 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
10433 (prolog-upper-case-string, prolog-lower-case-string)
10434 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
10435 (prolog-use-smie, prolog-smie-grammar): New vars.
10436 (prolog-smie-forward-token, prolog-smie-backward-token)
10437 (prolog-smie-rules): New funs.
10438 (prolog-comment-indent): Remove.
10439 (prolog-mode-variables): Use default comment indentation instead.
10440 Setup SMIE.
10441 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
10442 (prolog-mode): Don't call them any more.
10443 (prolog-electric-colon, prolog-electric-dash)
10444 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
10445
aa0382bd
SM
10446 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
10447
dbacb4bd
SM
10448 * minibuffer.el (completion--twq-all): Again, allow case differences.
10449
13bdd94c
SM
10450 * term.el: Move keymap initialization code to be more idiomatic.
10451 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
10452 (term-terminal-menu): Move initialization into declaration.
10453 (term-escape-char): Let the user set it in her .emacs.
10454
ff46c759
SM
10455 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
10456 Provide SMIE-based indentation (not enabled by default yet).
10457 (sh-mode-map): Don't bind electric keys.
10458 Use electric-pair-mode instead of skeleton-pair.
10459 (sh-assignment-regexp): Fit within 80 columns.
10460 (sh-indent-supported): Specify actual shell name instead of boolean.
10461 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
10462 (sh-maybe-here-document): Use it. Make obsolete.
10463 (sh-electric-here-document-mode) New minor mode.
10464 (sh-mode): Use it. Don't set sh-indent-supported-here here.
10465 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
10466 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
10467 (sh-smie-rc-grammar, sh-use-smie): New vars.
10468 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
10469 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
10470 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
10471 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
10472 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
10473 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
10474 (sh-set-shell): Use smie-setup if requested.
10475
dee6c9a3
SM
10476 * term.el (term-set-escape-char): Properly set term-escape-char.
10477 See http://stackoverflow.com/questions/10524656.
10478
9f9aa044
CY
104792012-05-10 Chong Yidong <cyd@gnu.org>
10480
10481 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
10482 Use url-generic-parse-url, and handle host names and Windows
10483 filenames properly.
10484 (ffap-url-unwrap-remote): Use url-generic-parse-url.
10485 (ffap-url-unwrap-remote): Accept list values, specifying a list of
10486 URL schemes to work on.
10487 (ffap--toggle-read-only): New function.
10488 (ffap-read-only, ffap-read-only-other-window)
10489 (ffap-read-only-other-frame): Use it.
10490 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
10491 necessary for ffap-url-unwrap-remote.
10492
836d29b3
DA
104932012-05-10 Dave Abrahams <dave@boostpro.com>
10494
10495 * cus-start.el (create-lockfiles): Add it.
10496
00fd78ed
CY
104972012-05-09 Chong Yidong <cyd@gnu.org>
10498
10499 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
10500 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
10501
666b903b 105022012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
10503
10504 * shell.el (shell-completion-vars): Fix last change (bug#11348).
10505
666b903b 105062012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
10507
10508 * ansi-color.el (ansi-color-process-output): Check for validity of
10509 comint-last-output-start before using it. This avoids a bad
10510 interaction with gdb-mi's input/output buffer.
10511
666b903b 105122012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
10513
10514 * files.el (dir-locals-read-from-file):
10515 Mention dir-locals in any error message.
10516
666b903b 105172012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
10518
10519 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
10520 package (Bug#11410).
10521
f677562b
CY
10522 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
10523 variables into description.
10524
666b903b 105252012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
10526
10527 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
10528 shell-delimiter-argument-list (bug#11348).
10529 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
10530
b499d8d0
JB
105312012-05-09 Juanma Barranquero <lekktu@gmail.com>
10532
8f6b6da8
JB
10533 * textmodes/rst.el: Silence byte-compiler warnings.
10534 (rst-re-alist, rst-reset-section-caches): Move around.
10535 (rst-re): Use `characterp', not `char-valid-p'.
10536 (font-lock-beg, font-lock-end): Declare.
10537
4824146a
JB
10538 * progmodes/idlw-shell.el (specs): Remove reference to deleted
10539 variable `idlwave-shell-activate-alt-keybindings' and simplify.
10540
b499d8d0
JB
10541 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
10542
ad89bb83
GM
105432012-05-08 Glenn Morris <rgm@gnu.org>
10544
10545 * files.el (auto-mode-alist): Treat ".make" like ".mk".
10546
8bba5a75
SM
105472012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10548
49ed9c8e
SM
10549 * vc/log-edit.el: Add GNU coding standards highlighting.
10550 (log-edit-font-lock-gnu-style)
10551 (log-edit-font-lock-gnu-keywords): New vars.
10552 (log-edit-font-lock-keywords): New fun.
10553 (log-edit-mode): Don't fold case in font-lock.
10554 (log-edit-font-lock-keywords): Do not assume case-folding.
10555
07d00b56
SM
10556 * imenu.el: Misc cleanup. Make docstrings out of comments.
10557 Use lexical-binding.
10558 (imenu--index-alist, imenu--last-menubar-index-alist)
10559 (imenu-menubar-modified-tick): Use defvar-local.
10560 (imenu--split-menu): Remove unused var.
10561 (imenu--cleanup-seen): Declare as global.
10562 (imenu--cleanup): Use dolist.
10563
8bba5a75
SM
10564 * subr.el (defvar-local): Add debug spec and doc-string position.
10565
5075bdb5
GM
105662012-05-08 Glenn Morris <rgm@gnu.org>
10567
090bd7cb 10568 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
10569 * language/english.el, language/georgian.el, language/greek.el:
10570 * language/japanese.el, language/khmer.el, language/korean.el:
10571 * language/lao.el, language/misc-lang.el, language/romanian.el:
10572 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
10573 * language/thai.el, language/utf-8-lang.el:
10574 Remove no-byte-compile setting.
10575
5075bdb5
GM
10576 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
10577
06f679a7
AH
105782012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10579
10580 * progmodes/make-mode.el (makefile-browse):
10581 Remove unnecessary interactive. (Bug#11324)
10582
03794570
GM
105832012-05-07 Glenn Morris <rgm@gnu.org>
10584
af8630f4
GM
10585 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
10586
03794570
GM
10587 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
10588
f0809a9d
SM
105892012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10590
28be5ce7
SM
10591 * loadup.el: Preload newcomment.el.
10592 * newcomment.el: Move autoload-only code to toplevel.
10593
f0809a9d
SM
10594 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
10595 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
10596 Handle new :right-align column property.
10597 (tabulated-list-print-col): Idem, plus use `display' text-property to
10598 try and preserve alignment for variable pitch fonts.
10599
1241b724
CY
106002012-05-07 Chong Yidong <cyd@gnu.org>
10601
10602 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
10603 (tabulated-list-use-header-line): New var.
10604 (tabulated-list-init-header): Use it.
10605 (tabulated-list-print-fake-header): New function.
10606 (tabulated-list-print): Use it.
10607 (tabulated-list-sort-button-map): Add non-header-line commands.
10608 (tabulated-list-init-header): Add column name property to basic
10609 labels as well.
10610 (tabulated-list-col-sort): Handle non-header-line button case.
10611 (tabulated-list--sort-by-column-name): Fix a corner case.
10612
f0809a9d
SM
10613 * buff-menu.el (list-buffers--refresh):
10614 Handle Buffer-menu-use-header-line.
1241b724 10615
e5f9458f
CY
106162012-05-06 Chong Yidong <cyd@gnu.org>
10617
10618 * buff-menu.el: Convert to Tabulated List mode.
10619 (Buffer-menu-buffer+size-width): Make obsolete.
10620 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
10621 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
10622 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
10623 documentation into docstring of buffer-menu.
10624 (Buffer-menu-toggle-files-only): Add an informative message.
10625 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
10626 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
10627 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
10628 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
10629 (Buffer-menu-execute, Buffer-menu-select)
10630 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
10631 (Buffer-menu-bury): Use Tabulated List machinery.
10632 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
10633 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 10634 Delete.
e5f9458f
CY
10635 (list-buffers--refresh): New function.
10636 (list-buffers-noselect): Use it.
10637 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
10638 (Buffer-menu--pretty-file-name): New helper functions.
10639
10640 * loadup.el: Preload tabulated-list.
10641
10642 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
10643 tabulated-list-sort-column.
10644 (tabulated-list-init-header): Add the initial aligning space even
10645 if tabulated-list-padding is zero.
10646
e129292c
CS
106472012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
10648
10649 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
10650 whose cdr is not a cons cell correctly (bug#11038).
10651
6632d361
CY
106522012-05-06 Chong Yidong <cyd@gnu.org>
10653
e129292c
CS
10654 * emacs-lisp/tabulated-list.el (tabulated-list-format):
10655 Accept additional plist in column descriptors.
6632d361
CY
10656 (tabulated-list-init-header): Obey it.
10657 (tabulated-list-get-entry): New function.
10658 (tabulated-list-put-tag): Use it. Use string-width instead of
10659 length.
10660 (tabulated-list--column-number): New function.
10661 (tabulated-list-print): Use it.
e129292c
CS
10662 (tabulated-list-print-col): New function.
10663 Set `tabulated-list-column-name' property on each column's text.
6632d361 10664 (tabulated-list-print-entry): Use it.
e129292c
CS
10665 (tabulated-list-delete-entry, tabulated-list-set-col):
10666 New functions.
6632d361
CY
10667 (tabulated-list-sort-column): New command (Bug#11337).
10668
3cc99f68
CY
10669 * buff-menu.el (list-buffers): Move C-x C-b binding from
10670 buff-menu.el to bindings.el.
10671
10672 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
10673 :advertised-binding feature.
10674
52b61776
TN
106752012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
10676
10677 * progmodes/compile.el (compilation-internal-error-properties):
10678 Calculate start position correctly when end-col is set but
10679 end-line is not (Bug#11382).
10680
ebfe2597
WJ
106812012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
10682
10683 * man.el (Man-unindent): Use text-property-default-nonsticky to
10684 prevent untabify from inheriting face properties (Bug#11408).
10685
6d3f7c2f
SM
106862012-05-05 Stefan Merten <smerten@oekonux.de>
10687
10688 * textmodes/rst.el: Major merge with upstream development up to
10689 Docutils SVN r7399 / rst.el V1.2.1.
10690
10691 Clarify maintainership and authors.
10692
10693 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
10694 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
10695 (rst-official-version, rst-official-cvs-rev, rst-version)
10696 (rst-package-emacs-version-alist): New functions and variables
10697 for version information.
10698
10699 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
10700 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
10701 (rst-mode-syntax-table, rst-mode): New and corrected functions
10702 and variables representing reStructuredText features.
10703
10704 (rst-re): New function for reStructuredText regexes. Use in
10705 many places.
10706
10707 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
10708 (rst-mode-map): Rebind keys.
10709
10710 (rst-mode-lazy, rst-font-lock-keywords)
10711 (rst-font-lock-extend-region)
10712 (rst-font-lock-extend-region-internal)
10713 (rst-font-lock-extend-region-extend)
10714 (rst-font-lock-find-unindented-line-limit)
10715 (rst-font-lock-find-unindented-line-match)
10716 (rst-adornment-level, rst-font-lock-adornment-level)
10717 (rst-font-lock-adornment-match)
10718 (rst-font-lock-handle-adornment-pre-match-form)
10719 (rst-font-lock-handle-adornment-matcher): Major revision of
10720 font-locking. Integrate with other code. Use `jit-lock-mode'.
10721
10722 (rst-preferred-adornments, rst-adjust-hook)
10723 (rst-new-adornment-down, rst-preferred-bullets)
10724 (rst-preferred-bullets, rst-indent, rst-indent-width)
10725 (rst-indent-field, rst-indent-literal-normal)
10726 (rst-indent-literal-minimized, rst-indent-comment): Change,
10727 extend and improve customization.
10728
10729 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
10730 (rst-normalize-cursor-position, rst-get-decoration)
10731 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
10732 (rst-rstrip, rst-toc-insert-find-delete-contents)
10733 (rst-shift-fill-region, rst-compute-bullet-tabs)
10734 (rst-debug-print-tabs, rst-debug-mark-found)
10735 (rst-shift-region-guts, rst-shift-region-right)
10736 (rst-shift-region-left, rst-use-char-classes)
10737 (rst-font-lock-keywords-function)
10738 (rst-font-lock-indentation-point)
10739 (rst-font-lock-find-unindented-line-begin)
10740 (rst-font-lock-find-unindented-line-end)
10741 (rst-font-lock-find-unindented-line)
10742 (rst-font-lock-adornment-point, rst-font-lock-level)
10743 (rst-adornment-level-alist): Remove functions and variables.
10744
10745 (rst-compare-adornments, rst-get-adornment-match)
10746 (rst-suggest-new-adornment, rst-get-adornments-around)
10747 (rst-adornment-complete-p, rst-get-next-adornment)
10748 (rst-adjust-adornment, rst-display-adornments-hierarchy)
10749 (rst-straighten-adornments): Standardize function names to
10750 use "adornment" instead of "decoration". Correct callers.
10751 Similar standardizing in many places.
10752
10753 (rst-update-section, rst-adjust, rst-promote-region)
10754 (rst-enumerate-region, rst-bullet-list-region)
10755 (rst-repeat-last-character): Correct use of `interactive'.
10756
10757 (rst-classify-adornment, rst-find-all-adornments)
10758 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
10759 (rst-find-leftmost-column, rst-repeat-last-character):
10760 Refactor functions.
10761
10762 (rst-find-title-line, rst-reset-section-caches)
10763 (rst-get-adornments-around, rst-adjust-adornment-work)
10764 (rst-arabic-to-roman, rst-roman-to-arabic)
10765 (rst-insert-list-pos, rst-insert-list-new-item)
10766 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
10767 New functions.
10768
10769 (rst-all-sections, rst-section-hierarchy)
10770 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
10771 New variables.
10772
10773 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
10774 configuration instead of only buffer. Change where necessary.
10775
10776 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
10777 (rst-shift-region, rst-adaptive-fill): New functions for
10778 indentation and filling.
10779
10780 (rst-comment-line-break, rst-comment-indent)
10781 (rst-comment-insert-comment, rst-comment-region)
10782 (rst-uncomment-region): New functions for handling comments.
10783
10784 (rst-compile): Quote shell arguments.
10785
10786 (rst-compile-pdf-preview, rst-compile-slides-preview):
10787 Delete temporary files after use.
10788
a43f98b3
GM
107892012-05-05 Glenn Morris <rgm@gnu.org>
10790
48176e8b
GM
10791 * calendar/cal-html.el: Optionally include holidays in the output.
10792 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
10793 (cal-html-holidays): New option.
10794 (cal-html-css-default): Add holiday entry.
10795 (holiday-in-range): Autoload it.
10796 (cal-html-htmlify-entry): Add optional class argument.
10797 (cal-html-htmlify-list): Add optional holidays argument.
10798 (cal-html-insert-agenda-days): Include holidays in the output.
10799 (cal-html-one-month): Maybe include holidays.
10800
a43f98b3
GM
10801 * calendar/holidays.el (holiday-in-range):
10802 Move here from cal-tex-list-holidays.
10803 * calendar/cal-tex.el (cal-tex-list-holidays):
10804 Make it an obsolete alias for holiday-in-range. Update all callers.
10805
fef9d149 108062012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
10807
10808 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
10809 Nextstep.
10810
248da2f4
RW
108112012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
10812
10813 * files.el (file-auto-mode-skip): New var.
10814 (set-auto-mode-1): Use it.
10815
f95e9344
SM
108162012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10817
df96ab1e
SM
10818 * repeat.el: Use lexical-binding.
10819 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
10820 (repeat-undo-count): Remove.
10821 (repeat):
10822 * progmodes/octave-mod.el (octave-abbrev-start):
10823 * progmodes/f90.el (f90-abbrev-start):
10824 * face-remap.el (text-scale-adjust):
10825 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
10826
5342bb06
SM
10827 * emacs-lisp/pcase.el (pcase--let*): New function.
10828 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
10829 a bit more.
10830 (pcase--split-pred): Be more clever about ruling out overlap between
10831 a predicate and some constant pattern.
10832 (pcase--q1): Use `null' instead of (eq foo nil).
10833
f95e9344
SM
10834 * subr.el (setq-local, defvar-local): New macros.
10835 (kbd): Redefine as an alias.
10836 (with-selected-window): Leave unrelated frames alone.
10837 (set-temporary-overlay-map): New function.
10838
71873e2b
SM
108392012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10840
10841 * subr.el (user-error): New function.
10842 * window.el (switch-to-buffer):
10843 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
10844 (smerge-match-conflict):
10845 * simple.el (previous-matching-history-element)
10846 (next-matching-history-element, goto-history-element, undo-more)
10847 (undo-start):
10848 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
10849 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
10850 (next-file, tags-loop-scan, list-tags, complete-tag):
10851 * progmodes/compile.el (compilation-loop):
10852 * mouse.el (mouse-minibuffer-check):
10853 * man.el (Man-bgproc-sentinel, Man-goto-page):
10854 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
10855 (Info-history-forward, Info-follow-reference, Info-menu)
10856 (Info-extract-menu-item, Info-extract-menu-counting)
10857 (Info-forward-node, Info-backward-node, Info-next-menu-item)
10858 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
10859 (Info-next-reference, Info-prev-reference, Info-index)
10860 (Info-index-next, Info-follow-nearest-node)
10861 (Info-copy-current-node-name):
10862 * imenu.el (imenu--make-index-alist)
10863 (imenu-default-create-index-function, imenu-add-to-menubar):
10864 * files.el (basic-save-buffer, recover-file):
10865 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10866 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
10867 (checkdoc-message-text, checkdoc-defun):
10868 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
10869 * cus-edit.el (customize-changed-options, customize-rogue)
10870 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
10871 (custom-variable-mark-to-reset-standard)
10872 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
10873 (custom-file):
10874 * completion.el (check-completion-length):
10875 * comint.el (comint-search-arg)
10876 (comint-previous-matching-input-string-position)
10877 (comint-previous-matching-input)
10878 (comint-replace-by-expanded-history-before-point, comint-send-input)
10879 (comint-copy-old-input, comint-backward-matching-input)
10880 (comint-goto-process-mark, comint-set-process-mark):
10881 * calendar/calendar.el (calendar-cursor-to-date): Use it.
10882 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
10883
8a61ee22
SM
108842012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10885
66408d1e
SM
10886 * dabbrev.el (dabbrev--ignore-case-p): New function.
10887 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
10888 Use it.
10889
8a61ee22
SM
10890 * files.el (automount-dir-prefix): Mark as obsolete.
10891
3c74813a
GM
108922012-05-04 Glenn Morris <rgm@gnu.org>
10893
10894 * patcomp.el, play/bruce.el: Move to obsolete/.
10895
0bfcf5c5
PE
108962012-05-04 Paul Eggert <eggert@cs.ucla.edu>
10897
10898 Fix minor Y10k bugs.
10899 * arc-mode.el (archive-unixdate):
10900 * autoinsert.el (auto-insert-alist):
10901 * calc/calc-forms.el (math-this-year):
10902 * emacs-lisp/copyright.el (copyright-current-year)
10903 (copyright-update-year, copyright):
10904 * tar-mode.el (tar-clip-time-string):
10905 * time.el (display-time-update):
10906 Don't assume years have 4 digits.
10907
78f3273a
CY
109082012-05-04 Chong Yidong <cyd@gnu.org>
10909
10910 * dos-w32.el (file-name-buffer-file-type-alist)
10911 (direct-print-region-use-command-dot-com):
10912 * ffap.el (ffap-menu-regexp):
10913 * find-file.el (ff-special-constructs):
10914 * follow.el (follow-debug):
10915 * forms.el (forms--debug):
10916 * iswitchb.el (iswitchb-all-frames):
10917 * ido.el (ido-all-frames):
10918 * emacs-lisp/timer.el (timer-max-repeats):
10919 * mail/feedmail.el (feedmail-mail-send-hook)
10920 (feedmail-mail-send-hook-queued):
10921 * mail/footnote.el (footnote-signature-separator):
10922 * mail/mailabbrev.el (mail-alias-separator-string)
10923 (mail-abbrev-mode-regexp):
10924 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
10925 * progmodes/idlwave.el (idlwave-libinfo-file)
10926 (idlwave-default-completion-case-is-down)
10927 (idlwave-library-routines): Convert defvars to defcustoms.
10928
10929 * mail/rmail.el (rmail-decode-mime-charset):
10930 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
10931 (idlwave-shell-fix-inserted-breaks)
10932 (idlwave-shell-activate-alt-keybindings)
10933 (idlwave-shell-use-breakpoint-glyph):
10934 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
10935
f7ae6719
SM
109362012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10937
10938 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
10939
47086495
WS
109402012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
10941
10942 * progmodes/verilog-mode.el (font-lock-keywords):
10943 Fix mis-highligting auto. Reported by Craig Barner.
10944 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
fc0c31f8 10945 defines from global name space. Reported by Dan Dever.
47086495
WS
10946 (verilog-auto-reset, verilog-auto-reset-widths)
10947 (verilog-auto-tieoff): Support using unbased numbers for
10948 AUTORESET and AUTOTIEOFF.
10949 (verilog-submit-bug-report): Update variable list.
10950 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
fc0c31f8 10951 parenthesis from not matching. Reported by Michael Rytting.
47086495
WS
10952 (verilog-auto-template-lint): Fix hash error when linting modules
10953 with no used templates.
10954 (verilog-warn, verilog-warn-error)
10955 (verilog-warn-fatal): When non-interactive report multiple
10956 warnings before exiting. Suggested by Brad Dobbie.
10957 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
10958 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
10959 to report unused template errors. Reported by Brad Dobbie.
10960 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
fc0c31f8 10961 nets, bug438. Reported by Vns Blore.
47086495
WS
10962 (verilog-auto-inout-module, verilog-auto-reg)
10963 (verilog-read-decls, verilog-read-sub-decls-sig)
10964 (verilog-signals-edit-wire-reg, verilog-signals-with):
10965 Fix passing of Verilog data types in ANSI input/output ports
fc0c31f8 10966 such as "output logic" into the AUTOs. Special case "wire" and
47086495
WS
10967 "reg" for backwards compatibility presuming Verilog 2001.
10968 (verilog-auto-ascii-enum): Add "auto enum" as alias.
10969 (verilog-preprocess): Fix replication of preprocess output.
10970 Reported by Brad Dobbie.
10971 (verilog-auto-inst-interfaced-ports):
10972 Create verilog-auto-inst-interfaced-ports, bug429.
10973 Reported by Julian Gorfajn.
10974 (verilog-after-save-font-hook)
10975 (verilog-before-save-font-hook): New variable.
10976 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
10977 (verilog-save-font-mods): Wrap disabling fontification, reported
10978 by David Rogoff.
10979 (verilog-do-indent, verilog-pretty-declarations-auto)
10980 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
10981 Reported by Pierre-David Pfister.
10982 (verilog-set-auto-endcomments): Fix endtask auto comments outside
10983 of class declarations, bug292. Reported by Kevin Heilman.
10984 (verilog-read-decls): Fix 'parameter type' not appearing in
10985 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
10986 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
fc0c31f8 10987 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
47086495
WS
10988 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
10989 Reported by David Kravitz.
10990
109912012-05-03 Michael McNamara <mac@mail.brushroad.com>
10992
10993 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
10994 assignment with tests in ifs and for loops.
10995 (verilog-extended-complete-re, verilog-complete-reg): Change so
10996 that DPI inport functions don't look like fuction declarations.
10997 (verilog-pretty-expr): Don't line up assignment
10998 operations to the test and increment in if and for loops
10999 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 11000 that DPI inport functions don't look like fuction declarations.
47086495 11001
2e51d4b5
KH
110022012-05-03 Kenichi Handa <handa@m17n.org>
11003
11004 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 11005 decoding, and show a warning message without signaling an error
2e51d4b5
KH
11006 (Bug#11282).
11007
2bd785a2
SM
110082012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11009
11010 * emacs-lisp/bytecomp.el
11011 (byte-compile-file-form-custom-declare-variable): Compile all elements,
11012 since cconv.el might have introduced :fun-body, internal-make-closure,
11013 and friends for bytecomp to handle (bug#11391).
11014 * custom.el (defcustom): Avoid ((λ ..) ..).
11015
99d27583
SM
110162012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11017
11018 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
11019
55a71479
JB
110202012-05-02 Juanma Barranquero <lekktu@gmail.com>
11021
11022 * notifications.el (dbus-debug):
11023 * term/linux.el (gpm-mouse-enable):
11024 * term/screen.el (xterm-register-default-colors): Declare.
11025
7b97c764
CY
110262012-05-02 Chong Yidong <cyd@gnu.org>
11027
2bc356d7
CY
11028 * cus-start.el (gc-cons-percentage, exec-suffixes)
11029 (dos-display-scancodes, dos-hyper-key, dos-super-key)
11030 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
11031 (make-cursor-line-fully-visible, void-text-area-pointer)
11032 (font-list-limit): Add customization data.
11033
7b97c764
CY
11034 * allout.el (allout-exposure-change-functions)
11035 (allout-structure-added-functions)
11036 (allout-structure-deleted-functions)
11037 (allout-structure-shifted-functions): Rename abnormal hooks from
11038 *-hook, and convert to defcustoms.
5d3385a0
JB
11039 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
11040 Convert to defcustoms.
7b97c764
CY
11041 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
11042
11043 * allout-widgets.el: Hook callers changed.
11044
90207a15 110452012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
11046
11047 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
11048 the yanked message in preference to the default value of
11049 buffer-file-coding-system.
11050
90207a15 110512012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 11052
5d3385a0
JB
11053 * window.el (display-buffer--action-function-custom-type):
11054 Fix entry.
d9558cad 11055
90207a15 110562012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
11057
11058 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
11059
d80ac57b
GM
110602012-05-01 Glenn Morris <rgm@gnu.org>
11061
976f7668
GM
11062 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
11063
beb83b5a
GM
11064 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
11065
d80ac57b
GM
11066 * cus-edit.el (custom-variable-documentation): Simplify with format.
11067
b593d6a9 110682012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
f1a71c6e 11069 Stefan Monnier <monnier@iro.umontreal.ca>
b593d6a9
AH
11070
11071 * simple.el (suggest-key-bindings, execute-extended-command):
11072 Move from keyboard.c.
11073
782fbf2a
CY
110742012-05-01 Chong Yidong <cyd@gnu.org>
11075
11076 * follow.el: Eliminate advice.
11077 (set-process-filter, process-filter, sit-for): Advice deleted.
11078 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
11079 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
11080 Vars deleted.
782fbf2a
CY
11081 (follow-auto): Use a :set function.
11082 (follow-mode): Rewritten. Don't advise process filters.
11083 (follow-switch-to-current-buffer-all, follow-scroll-up)
11084 (follow-scroll-down): Assume follow-mode is bound.
11085 (follow-comint-scroll-to-bottom)
11086 (follow-align-compilation-windows): New functions.
11087 (follow--window-sorter): New function.
11088 (follow-all-followers): Use it to explicitly sort windows by their
11089 positions; don't make assumptions about next-window order.
11090 (follow-windows-start-end, follow-delete-other-windows-and-split)
11091 (follow-calc-win-start): Doc fix.
11092 (follow-windows-aligned-p, follow-select-if-visible): Don't call
11093 vertical-motion unnecessarily.
11094 (follow-adjust-window): New function.
11095 (follow-post-command-hook): Use it.
11096 (follow-call-set-process-filter, follow-call-process-filter)
11097 (follow-intercept-process-output, follow-tidy-process-filter-alist)
11098 (follow-stop-intercept-process-output, follow-generic-filter):
11099 Functions deleted.
11100 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
11101 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
11102 New functions, replacing advice on scroll-bar-* commands.
87233a14 11103 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
11104
11105 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
11106 (comint-postoutput-scroll-to-bottom): Use it.
11107 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 11108
290af740
GM
111092012-05-01 Glenn Morris <rgm@gnu.org>
11110
11111 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
11112 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
11113 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
11114 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
11115 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
11116 Remove no-byte-compile setting.
11117
6eac8dc9
SM
111182012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11119
11120 * minibuffer.el (completion-table-with-quoting): Fix compatibility
11121 all-completions code to not return a number in the last cdr.
11122
9cc7819c
LL
111232012-04-30 Leo Liu <sdl.web@gmail.com>
11124
11125 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
11126 read-only error.
11127
c93b886f
CY
111282012-04-29 Chong Yidong <cyd@gnu.org>
11129
11130 * follow.el (follow-calc-win-end): Rewrite to handle partial
11131 screen lines correctly (Bug#8390).
11132 (follow-avoid-tail-recenter): Minor cleanup.
11133
8b6c19f4
SM
111342012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11135
11136 Avoid the obsolete `assoc' package.
11137 * speedbar.el (speedbar-refresh): Avoid adelete.
11138 (speedbar-file-lists): Simplify and avoid aput.
11139 * man.el (Man--sections, Man--refpages): New vars, replacing
11140 Man-sections-alist and Man-refpages-alist.
11141 (Man-build-section-alist, Man-build-references-alist):
11142 Use them; avoid aput.
11143 (Man--last-section, Man--last-refpage): New vars.
11144 (Man-follow-manual-reference): Use them.
11145 Use the `default' arg of completing-read.
11146 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
11147
c5bb7569
CY
111482012-04-27 Chong Yidong <cyd@gnu.org>
11149
d1d2e2e8
CY
11150 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
11151
15cd8efd
CY
11152 * startup.el (x-apply-session-resources): New function.
11153
11154 * term/ns-win.el (ns-initialize-window-system):
11155 * term/w32-win.el (w32-initialize-window-system):
11156 * term/x-win.el (x-initialize-window-system): Use it to properly
11157 set menu-bar-mode and other vars from X resources, even if the
11158 initial frame is not a window-system frame (Bug#2299).
11159
c5bb7569
CY
11160 * subr.el (read-key): Avoid running filter function when setting
11161 up temporary tool bar entries (Bug#9922).
11162
a8e7d6d7 111632012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
11164
11165 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
11166 (Bug#11344)
11167
a8e7d6d7 111682012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
11169
11170 * select.el (xselect--encode-string): New function, split from
11171 xselect-convert-to-string.
11172 (xselect-convert-to-string): Use it.
11173 (xselect-convert-to-filename, xselect-convert-to-os)
11174 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
11175 returned strings are properly encoded (Bug#11315).
11176
a8e7d6d7 111772012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
11178
11179 * simple.el (delete-active-region): Move to killing custom group.
11180
a8e7d6d7 111812012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
11182
11183 * progmodes/which-func.el (which-func-current): Quote %
11184 characters for mode-line processing.
11185
578c1d4b 111862012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
11187
11188 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
11189 reaching eob (Bug#11286).
11190
a8e7d6d7 111912012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
11192
11193 * progmodes/gdb-mi.el (gdb-control-level): New variable.
11194 (gdb): Make it buffer-local and init to zero.
11195 (gdb-control-commands-regexp): New variable.
11196 (gdb-send): Don't wrap in "-interpreter-exec console" if
11197 gdb-control-level is positive. Increment gdb-control-level
11198 whenever the command matches gdb-control-commands-regexp, and
11199 decrement it each time the command is "end". (Bug#11279)
11200
a8e7d6d7 112012012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
11202
11203 * window.el (adjust-window-trailing-edge, enlarge-window)
11204 (shrink-window, window-resize):
11205 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
11206 windows (Bug#11276).
11207
b3608390
CY
112082012-04-27 Chong Yidong <cyd@gnu.org>
11209
11210 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 11211 fix "missing prefix" warning. All callers changed.
b3608390 11212
797e6e88
SM
112132012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11214
11215 * emacs-lisp/assoc.el: Move to obsolete/.
11216
e95a67dc
SM
112172012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11218
657c21e4 11219 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
11220
11221 * term/ns-win.el (ns-define-service):
11222 * progmodes/pascal.el (pascal-goto-defun):
11223 * progmodes/js.el (js--read-tab):
11224 * progmodes/etags.el (tags-lazy-completion-table):
11225 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
11226 * emacs-lisp/ewoc.el (ewoc--wrap):
11227 * emacs-lisp/assoc.el (aput, adelete, amake):
11228 * doc-view.el (doc-view-convert-current-doc):
11229 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
11230
cb3e7ae0
CY
112312012-04-26 Chong Yidong <cyd@gnu.org>
11232
dce04f7f
CY
11233 * image.el (image-type-from-buffer): Only return supported image
11234 type (Bug#9045).
11235
cb3e7ae0
CY
11236 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
11237 value, for symmetry with diff-end-of-hunk.
11238 (diff-split-hunk, diff-find-source-location)
11239 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
11240 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
11241 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
11242 compute the relevant hunk or file properly (Bug#6005).
11243 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
11244
0d42eb3e
SM
112452012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11246
11247 * vc/vc-mtn.el:
11248 * vc/vc-hg.el:
11249 * vc/vc-git.el:
11250 * vc/vc-dir.el:
11251 * vc/vc-cvs.el:
11252 * vc/vc-bzr.el:
11253 * vc/vc-arch.el:
11254 * vc/vc.el: Replace lexical-let by lexical-binding.
11255 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
11256 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
11257 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
11258
f08ae1c9
CY
112592012-04-26 Chong Yidong <cyd@gnu.org>
11260
8b71081d
CY
11261 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
11262 (diff-mode-shared-map): Bind it to / and [remap undo].
11263
f08ae1c9
CY
11264 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
11265 (ediff-window-setup-function): Use it as the default, to set up
11266 windows based on whether the current frame is graphical (Bug#2138).
11267 (ediff-choose-window-setup-function-automatically): Make obsolete.
11268
11269 * vc/ediff-init.el: Always define ediff-pixel-width/height.
11270
ef24141c
SM
112712012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11272
cc356a5d
SM
11273 * ffap.el: Remove old code for obsolete package.
11274 (ffap-complete-as-file-p): Remove.
11275
b4ff4f1f
SM
11276 Use completion-table-with-quoting for comint and pcomplete.
11277 * comint.el (comint--unquote&requote-argument)
11278 (comint--unquote-argument, comint--requote-argument): New functions.
11279 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
11280 (comint-quote-filename): Use regexp-opt-charset.
11281 (comint--common-suffix, comint--common-quoted-suffix)
11282 (comint--table-subvert): Remove.
11283 (comint-unquote-function, comint-requote-function): New vars.
11284 (comint--complete-file-name-data): Use them with
11285 completion-table-with-quoting.
11286 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
11287 * pcomplete.el (pcomplete-arg-quote-list)
11288 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
11289 (pcomplete-unquote-argument-function): Default to non-nil.
11290 (pcomplete-unquote-argument): Simplify.
11291 (pcomplete--common-quoted-suffix): Remove.
11292 (pcomplete-requote-argument-function): New var.
11293 (pcomplete--common-suffix): New function.
11294 (pcomplete-completions-at-point): Use completion-table-with-quoting
11295 and completion-table-subvert.
11296
79c4eeb4
SM
11297 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
11298 (minibuffer--double-dollars): Preserve properties.
11299 (completion--sifn-requote): New function.
11300 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
11301
ef24141c
SM
11302 * minibuffer.el: Add support for completion of quoted/escaped data.
11303 (completion-table-with-quoting, completion-table-subvert): New funs.
11304 (completion--twq-try, completion--twq-all): New functions.
11305 (completion--nth-completion): New function.
11306 (completion-try-completion, completion-all-completions): Use it.
11307
784e7d6e
LL
113082012-04-25 Leo Liu <sdl.web@gmail.com>
11309
dd2ac746
SM
11310 * progmodes/python.el (python-pdbtrack-get-source-buffer):
11311 Use compilation-message if available to find real filename.
784e7d6e 11312
07875ee7
CY
113132012-04-25 Chong Yidong <cyd@gnu.org>
11314
11315 * vc/diff-mode.el (diff-setup-whitespace): New function.
11316 (diff-mode): Use it.
11317
11318 * vc/diff.el (diff-sentinel):
11319 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
11320 Whitespace mode variables based on diff style (Bug#8612).
11321
5055880d
LL
113222012-04-25 Leo Liu <sdl.web@gmail.com>
11323
daf75653
LL
11324 * progmodes/python.el (python-send-region): Add suffix .py to the
11325 temp file.
11326
5055880d
LL
11327 * files.el (auto-mode-alist): Use javascript-mode instead.
11328
db9b177b
AH
113292012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
11330
ef24141c 11331 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 11332
090bd7cb 11333 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 11334 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 11335 references, see Bug#9.
ef24141c 11336 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 11337 when receiving a fault reply.
ef24141c 11338 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 11339
090bd7cb 11340 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 11341 (soap-inspect-simple-type): New function.
db9b177b 11342
090bd7cb 11343 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 11344 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
11345 (soap-decode-basic-type, soap-encode-basic-type):
11346 support unsignedInt and double basic types.
db9b177b 11347 (soap-resolve-references-for-simple-type)
ef24141c
SM
11348 (soap-parse-simple-type, soap-encode-simple-type): New function.
11349 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 11350
090bd7cb 11351 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
11352 (soap-default-soapenc-types): Add integer, byte and anyURI types.
11353 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
11354 the local name of "soapenc:Array".
11355 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
11356 decoding integer, byte and anyURI xsd types.
11357
1fc6097b
CY
113582012-04-25 Chong Yidong <cyd@gnu.org>
11359
11360 * cus-edit.el (custom-buffer-create-internal): Update header text.
11361
afc6df87
EZ
113622012-04-25 Eli Zaretskii <eliz@gnu.org>
11363
11364 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
11365 settings on 'system-type', not on 'window-system'. On MS-Windows,
11366 set interactive-mode on in GDB.
11367
dfbd787f
SM
113682012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11369
11370 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
11371 (ruby-syntax-propertize-regexp): Remove.
11372 (ruby-syntax-propertize-function): Split regexp into chunks.
11373 Match following code directly.
11374
85222d44
DG
113752012-04-24 Dmitry Gutov <dgutov@yandex.ru>
11376
51a8ea2a
DG
11377 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
11378 (ruby-syntax-propertize-regexp): New function.
11379 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
11380 by a special keyword.
11381
85222d44
DG
11382 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
11383 (ruby-syntax-general-delimiters-goto-beg)
11384 (ruby-syntax-propertize-general-delimiters): New functions.
11385 (ruby-syntax-propertize-function): Use them to handle GDL.
11386 (ruby-font-lock-keywords): Move old handling of GDL...
11387 (ruby-font-lock-syntactic-keywords): .. to here.
11388 (ruby-calculate-indent): Adjust indentation for GDL.
11389
b613912b
MA
113902012-04-24 Michael Albinus <michael.albinus@gmx.de>
11391
b5380639
MA
11392 * notifications.el (top): Remove unneeded declarations.
11393 (notifications-specification-version): Change to "1.2".
e43042fe 11394 (notifications-interface, notifications-notify-method)
b613912b
MA
11395 (notifications-close-notification-method): Fix docstring.
11396 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
11397 (notifications-notify): Add :action-items, :resident and
11398 :transient hints. Change "image_data" to "image-data" and
11399 "image_path" to "image-path".
b613912b
MA
11400 (notifications-get-capabilities): New defun.
11401
257440aa
LL
114022012-04-24 Leo Liu <sdl.web@gmail.com>
11403
11404 * progmodes/python.el: Move hideshow setup to the end.
11405
b1bac16e
MR
114062012-04-24 Martin Rudalics <rudalics@gmx.at>
11407
11408 * window.el (handle-select-window): Clear echo area since this is
11409 no more done by read_char (Bug#11304).
11410
d81bd059
SM
114112012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11412
11413 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
11414 and `/ M' to filter-derived-mode.
11415 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
11416 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
11417 (ibuffer-mark-by-mode): Use default rather than initial-input.
11418 (ibuffer-filter-by-derived-mode): Autoload and require-match.
11419
c4cf6d91
IA
114202012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
11421
11422 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
11423 (ibuffer-filter-by-derived-mode): New filter.
11424 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
11425
7511ded8
CY
114262012-04-23 Andreas Politz <politza@fh-trier.de>
11427
11428 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
11429
775c916b
CY
114302012-04-23 Chong Yidong <cyd@gnu.org>
11431
11432 * cus-edit.el (customize-apropos, customize-apropos-options):
11433 Disable matching of non-option variables (Bug#11176).
11434 (customize-option, customize-option-other-window)
11435 (customize-changed-options): Doc fix.
11436 (customize-apropos-options, customize-apropos-faces)
11437 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
11438
11439 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 11440 Fix word list splitting (Bug#11132).
46c71e23
CY
11441 (apropos-symbol, apropos-keybinding, apropos-label)
11442 (apropos-property, apropos-function-button)
11443 (apropos-variable-button, apropos-misc-button): New faces.
11444 (apropos-symbol-face, apropos-keybinding-face)
11445 (apropos-label-face, apropos-property-face, apropos-match-face):
11446 Variables removed (Bug#8396).
11447 (apropos-library-button, apropos-format-plist, apropos-print)
11448 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 11449
2df41f9c
MA
114502012-04-23 Michael Albinus <michael.albinus@gmx.de>
11451
11452 * net/xesam.el (xesam-mode-map): Use let-bound map in
11453 initialization. (Bug#11292)
11454
da00640a
AM
114552012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11456
11457 Preserve ispell session localwords when switching back to
11458 original buffer.
11459
090bd7cb
JB
11460 * textmodes/ispell.el (ispell-buffer-session-localwords):
11461 New buffer-local variable to hold buffer session localwords.
ed9265fc 11462 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
11463 localwords.
11464 (ispell-command-loop, ispell-change-dictionary)
11465 (ispell-buffer-local-words): Preserve session localwords when
11466 needed.
11467
090bd7cb
JB
11468 * textmodes/flyspell.el (flyspell-process-localwords)
11469 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 11470
f621ccf5
AM
114712012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11472
090bd7cb
JB
11473 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
11474 using obsolete `translation-table-for-input'.
ef24141c
SM
11475 (ispell-word, ispell-process-line, ispell-complete-word):
11476 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 11477
c2d1019e
CY
114782012-04-22 Chong Yidong <cyd@gnu.org>
11479
11480 * cus-edit.el (custom-variable-menu)
11481 (custom-variable-reset-saved, custom-face-menu)
11482 (custom-face-reset-saved): If there is no saved value, make the
11483 "reset-saved" operation bring back the default (Bug#9509).
11484 (custom-face-state): Properly detect themed faces.
11485
eeddc531
CY
11486 * faces.el (face-spec-set): Stop supporting deprecated form of
11487 third arg.
11488
dcbf5805
MA
114892012-04-22 Michael Albinus <michael.albinus@gmx.de>
11490
11491 Move functions from C to Lisp. Make non-blocking method calls
11492 the default. Implement further D-Bus standard interfaces.
11493
ef24141c
SM
11494 * net/dbus.el (dbus-message-internal): Declare function.
11495 Remove unneeded function declarations.
dcbf5805
MA
11496 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
11497 (dbus-message-type-method-return, dbus-message-type-error)
11498 (dbus-message-type-signal): Declare variables. Remove local
11499 definitions.
11500 (dbus-interface-dbus, dbus-interface-peer)
11501 (dbus-interface-introspectable, dbus-interface-properties)
11502 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
11503 Adapt docstring.
11504 (dbus-interface-objectmanager): New defconst.
11505 (dbus-call-method, dbus-call-method-asynchronously)
11506 (dbus-send-signal, dbus-method-return-internal)
11507 (dbus-method-error-internal, dbus-register-service)
11508 (dbus-register-signal, dbus-register-method): New defuns, moved
11509 from dbusbind.c
11510 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
11511 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
11512 New defuns.
dcbf5805
MA
11513 (dbus-call-method-non-blocking): Make it an obsolete function.
11514 (dbus-unregister-object, dbus-unregister-service)
11515 (dbus-handle-event, dbus-register-property)
11516 (dbus-property-handler): Obey the new structure of
11517 `bus-registered-objects'.
11518 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
11519 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
11520 Use `dbus-call-method'.
11521
cf20dee0
CY
115222012-04-22 Chong Yidong <cyd@gnu.org>
11523
11524 * cus-edit.el (custom-commands, custom-reset-menu)
11525 (Custom-reset-standard): Tweak labels.
11526 (custom-reset-button-menu): Change default to t.
11527 (custom-buffer-create-internal): For the custom-reset-button-menu
11528 case, put the revert button first.
11529 (custom-group-subtitle): New face.
11530 (custom-group-value-create): Align docstring to a specific column.
11531
11532 * wid-edit.el (widget-documentation-link-add): Don't handle
11533 indentation in this function.
11534 (widget-documentation-string-indent-to): New function.
11535 (widget-documentation-string-value-create): Use it.
11536
11537 * autorevert.el (auto-revert):
11538 * epg-config.el (epg):
11539 * ibuffer.el (ibuffer):
11540 * mpc.el (mpc):
11541 * ses.el (ses):
11542 * eshell/eshell.el (eshell):
11543 * net/ange-ftp.el (ange-ftp):
11544 * progmodes/ebnf2ps.el (postscript):
11545 * progmodes/flymake.el (flymake):
11546 * progmodes/prolog.el (prolog):
11547 * progmodes/verilog-mode.el (verilog-mode):
11548 * progmodes/which-func.el (which-func):
11549 * term/xterm.el (xterm):
11550 * textmodes/picture.el (picture):
11551 * textmodes/tildify.el (tildify):
11552 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
11553 customization buffers.
11554
583e23bd
AM
115552012-04-22 Alan Mackenzie <acm@muc.de>
11556
11557 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
11558 Adding a ) can hide the resulting (..) from searches. Fix it.
11559 Bound the backward search to the position of the existing (.
11560
7dd51bf1
JB
115612012-04-21 Juanma Barranquero <lekktu@gmail.com>
11562
11563 * progmodes/verilog-mode.el (verilog-mode): Check whether
11564 which-func-modes is t before adding verilog-mode.
11565 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
11566
d64a438f
LL
115672012-04-21 Leo Liu <sdl.web@gmail.com>
11568
7dd51bf1 11569 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 11570
081e8d65
MV
115712012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
11572
11573 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
11574 filling of the last column of a table (Bug#5635).
11575 (woman-find-next-control-line): New arg, specifying an additional
11576 regexp component for the control line.
11577 (woman2-roff-buffer): Use it.
11578 (woman-break-table): New function.
11579 (woman2-TS): Use it.
11580
115812012-04-21 Chong Yidong <cyd@gnu.org>
11582
11583 * woman.el (woman-set-buffer-display-table, woman-decode-region)
11584 (woman-horizontal-escapes, woman-negative-vertical-space)
11585 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
11586 (WoMan-warn-ignored): Use ?\s instead of ?\ .
11587
ed571ccb
SM
115882012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11589
11590 * minibuffer.el (completion-file-name-table): Complete user names.
11591
39773899
LL
115922012-04-20 Leo Liu <sdl.web@gmail.com>
11593
11594 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
11595 and pcase-let*.
11596
de6ff46d
CY
115972012-04-20 Chong Yidong <cyd@gnu.org>
11598
11599 * server.el (server-execute): Respect initial-buffer-choice if it
11600 is a string and there are no files to open (Bug#2825).
11601 (server-create-window-system-frame, server-create-tty-frame):
11602 Don't switch buffers here.
2d0e8e61
CY
11603 (server-process-filter): Only try to open a window system frame if
11604 compiled with graphical support (Bug#8314).
de6ff46d 11605
54071013
DN
116062012-04-20 Dan Nicolaescu <dann@gnu.org>
11607
11608 * battery.el (battery-echo-area-format): Display remaining time
11609 for sysfs backend too (Bug#11269).
11610 (battery-linux-sysfs): Fix conditional for the charge.
11611
f30d612a
CY
116122012-04-20 Chong Yidong <cyd@gnu.org>
11613
c07a4c0b 11614 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
11615 (gdb-inferior-io--init-proc): New function.
11616 (gdb-init-1): Use it.
11617 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
11618 responsible for allocating a new pty and hooking it to gdb when
11619 the old pty gets an EIO due to process exit.
11620 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
11621 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
11622 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
11623
2116e93c
EZ
116242012-04-20 Eli Zaretskii <eliz@gnu.org>
11625
11626 * window.el (window-min-size, window-sizable, window-min-delta)
11627 (window-max-delta, window--resizable, window-resizable)
11628 (window-total-size, window-full-height-p, window-full-width-p)
11629 (window-in-direction, window--resize-mini-window, window-resize)
11630 (window--resize-child-windows-normal)
11631 (window--resize-child-windows, window--resize-siblings)
11632 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 11633 (enlarge-window, shrink-window): Doc fixes.
2116e93c 11634
c07a4c0b 116352012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 11636
ef24141c
SM
11637 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
11638 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
11639 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
11640 pty process (Bug#11273).
11641 (gdb-update): New arg to suppress talking to the gdb process.
11642 (gdb-done-or-error): Use it.
11643 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
11644 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
11645 sentinel not being called.
11646
11647 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
11648
d02766ab
CY
11649 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
11650
c07a4c0b 116512012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
11652
11653 * net/network-stream.el (open-network-stream): Doc fix.
11654
c07a4c0b 116552012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
11656
11657 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
11658
c07a4c0b 116592012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
11660
11661 Ensure searching for keywords is case sensitive.
11662
11663 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
11664 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
11665 (c-defun-name, c-mark-function, c-cpp-define-name)
11666 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 11667 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 11668
ef24141c
SM
11669 * progmodes/cc-mode.el (c-font-lock-fontify-region):
11670 Bind case-fold-search to nil.
f0f6bc35 11671
c07a4c0b 116722012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
11673
11674 * mail/sendmail.el (mail-bury): Call return action with the right
11675 Rmail buffer (Bug#11242).
11676
9a864fa2
CY
11677 * server.el (server-process-filter): Handle corner case where both
11678 tty and nowait options are present (Bug#11102).
11679
539aa513
EZ
116802012-04-20 Eli Zaretskii <eliz@gnu.org>
11681
11682 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
11683 (top level): Put into the executable the ident-style '$Id:' tag on
11684 windows-nt as well.
539aa513 11685
cfc7d5da
SM
116862012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11687
11688 * electric.el (electric-indent-post-self-insert-function): Check that
11689 electric-indent-mode is enabled in current buffer.
11690
5b01685c
JB
116912012-04-19 Juanma Barranquero <lekktu@gmail.com>
11692
11693 * imenu.el (imenu-progress-message): Restore; it is "used" in
11694 erc/erc-imenu.el and net/snmp-mode.el.
11695
4d6769e1
JB
116962012-04-19 Juanma Barranquero <lekktu@gmail.com>
11697
11698 * avoid.el (mouse-avoidance-mode): Mark unused arg.
11699 (mouse-avoidance-nudge-mouse): Remove unused binding.
11700
11701 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
11702
11703 * descr-text.el (describe-char):
11704 * progmodes/python.el (python-describe-symbol):
11705 Don't call `toggle-read-only', set `buffer-read-only'.
11706
11707 * imenu.el (imenu-default-goto-function): Mark unused args.
11708 (imenu-progress-message): Remove obsolete macro; all callers changed.
11709
11710 * subr.el (keymap-canonicalize): Remove unused binding.
11711 (read-passwd): Mark unused arg.
11712
11713 * tutorial.el (tutorial--display-changes): Remove unused binding.
11714 (tutorial--save-tutorial-to): Remove unused variable.
11715
11716 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
11717 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
11718 (package-generate-autoloads, package-menu--generate)
11719 (package-menu--find-upgrades): Remove unused bindings.
11720
11721 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
11722 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
11723 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
11724 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
11725 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
11726 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
11727 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
11728 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
11729 (cua-delete-char-rectangle): Mark unused args.
11730 (cua-align-rectangle): Remove unused binding.
11731
11732 * mail/rmail.el (compilation--message->loc)
11733 (epa--find-coding-system-for-mime-charset): Declare.
11734
11735 * net/dbus.el (dbus-register-service): Declare.
11736 (dbus-name-owner-changed-handler): Remove unused binding.
11737
11738 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
11739 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
11740 (nxml-scan-backward-within): Mark unused arg.
11741 (nxml-dynamic-markup-word): Remove unused binding.
11742
11743 * mouse.el (mouse-menu-major-mode-map):
11744 * emacs-lisp/authors.el (authors-scan-change-log)
11745 (authors-add-to-author-list):
11746 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
11747 * emacs-lisp/smie.el (smie-auto-fill):
11748 * mail/sendmail.el (mail-bury):
11749 * mail/unrmail.el (unrmail):
11750 * net/tls.el (open-tls-stream):
11751 * textmodes/picture.el (picture-mouse-set-point):
11752 Remove unused bindings.
11753
8c8fc5df
MA
117542012-04-19 Michael Albinus <michael.albinus@gmx.de>
11755
11756 * net/tramp.el (tramp-action-password): Let-bind
11757 `enable-recursive-minibuffers' to t.
11758
a77b0ac9
SS
117592012-04-18 Sam Steingold <sds@gnu.org>
11760
11761 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
11762 instead of 'string to accommodate values like [f11].
11763 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
11764 * progmodes/gdb-mi.el: Likewise.
11765
12a106a9
LL
117662012-04-18 Leo Liu <sdl.web@gmail.com>
11767
11768 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
11769 current buffer.
11770 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
11771 LOCAL is nil.
11772
bc6494ef
CY
117732012-04-18 Chong Yidong <cyd@gnu.org>
11774
11775 * simple.el (line-move): Use forward-line if in batch mode
11776 (Bug#11053).
11777
c09c46b2
CS
117782012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
11779
11780 * files.el (after-find-file): Do not try to add a final newline if
11781 the buffer is read-only (Bug#11156).
11782
5f6530ea
RS
117832012-04-17 Richard Stallman <rms@gnu.org>
11784
11785 * mail/rmail.el (rmail-start-mail):
11786 Pass (rmail-mail-return...) for the return-action.
11787 Pass (rmail-yank-current-message...) for the yank-action.
11788 (rmail-yank-current-message): New function.
11789 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
11790 (rmail-reply): Likewise.
11791 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
11792
11793 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 11794 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
11795 buffer, not newbuf.
11796
197b6f3c
JB
117972012-04-17 Juanma Barranquero <lekktu@gmail.com>
11798
11799 * server.el (server-ensure-safe-dir): Simplify.
11800
2311d8e5 118012012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 11802
2311d8e5
GM
11803 * emacs-lisp/smie.el: Provide smarter auto-filling.
11804 (smie-auto-fill): New function.
11805 (smie-setup): Use it.
98fb480e 11806
2311d8e5
GM
11807 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
11808
118092012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
11810
11811 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
11812 (comment-indent): Use it.
11813
2311d8e5 118142012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
11815
11816 * ses.el: The overall change is to add cell renaming, that is
11817 setting fancy names for cell symbols other than name matching
11818 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 11819 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 11820 (ses-create-cell-variable): New defun.
2311d8e5 11821 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
11822 (ses-relocate-formula): Relocate formulas only for cells the
11823 symbols of which are not renamed, i.e. symbols whose names do not
11824 match regexp "\\`[A-Z]+[0-9]+\\'".
11825 (ses-relocate-all): Relocate values only for cells the symbols of
11826 which are not renamed.
11827 (ses-load): Create cells variables as the (ses-cell ...) are read,
11828 in order to check row col consistency with cell symbol name only
11829 for cells that are not renamed.
11830 (ses-replace-name-in-formula): New defun.
11831 (ses-rename-cell): New defun.
4bdf2ad2 11832
fc72b15c
PO
118332012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
11834
11835 * progmodes/perl-mode.el (perl-indent-parens-as-block):
11836 New option (bug#11118).
11837 (perl-calculate-indent): Respect it.
11838
12e10e61
GM
118392012-04-17 Glenn Morris <rgm@gnu.org>
11840
11841 * dired-aux.el (dired-mark-read-string): Doc fix.
11842
30009afd
DA
118432012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
11844
11845 * dired-aux.el (dired-mark-read-string): Offer optional completion.
11846 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
11847
41f03f4d
GM
118482012-04-17 Glenn Morris <rgm@gnu.org>
11849
11850 * mouse.el (mouse-drag-track):
11851 * speedbar.el (speedbar-frame-mode):
11852 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
11853
f45f90f3
LL
118542012-04-16 Leo Liu <sdl.web@gmail.com>
11855
11856 * progmodes/python.el: Trivial cleanup.
11857
94ee8db5
GM
118582012-04-16 Glenn Morris <rgm@gnu.org>
11859
121b8917
GM
11860 * vc/vc.el (vc-string-prefix-p):
11861 * vc/pcvs-util.el (cvs-string-prefix-p):
11862 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
11863 * mpc.el (mpc-string-prefix-p):
11864 Make all of these into obsolete aliases for string-prefix-p.
11865 Update callers.
11866 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
11867
1197ecfa
GM
11868 * textmodes/two-column.el: Move custom options to the start.
11869 (frame-width): Remove compat definition.
11870 (2C-associate-buffer, 2C-dissociate):
11871 Use with-current-buffer rather than save-excursion.
11872 (2C-dissociate): Force a mode-line update.
11873 (2C-autoscroll): Use ignore-errors.
11874
099e7202
GM
11875 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
11876 Autoload trivia.
11877
bf350d6a
GM
11878 * emacs-lisp/cl-extra.el (*random-state*):
11879 Remove unnecessary declaration.
11880
0e829eab
GM
11881 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
11882
e3ad7552
GM
11883 * play/cookie1.el (cookie-snarf):
11884 Give an explicit error if input file cannot be read.
11885
68892d27
GM
11886 * play/yow.el (yow-file): Use expand-file-name rather than concat.
11887
20f0c46d
GM
11888 * progmodes/perl-mode.el (c-macro-expand):
11889 Remove unnecessary autoload (it is in loaddefs.el).
11890
5a0978ce
GM
11891 * textmodes/picture.el (picture-desired-column)
11892 (picture-update-desired-column): Convert comments to doc-strings.
11893 (picture-substitute): Remove function.
11894 (picture-mode-map): Initialize in the defvar.
11895
6b955486
GM
11896 * woman.el: Remove eval-after-load for tar-mode.
11897 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
11898 (woman-tar-extract-file): Autoload it.
11899
94ee8db5
GM
11900 * frame.el (automatic-hscrolling): Make this alias obsolete.
11901
177eca34
AM
119022012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11903
090bd7cb 11904 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 11905 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
11906 (ispell-dictionary-base-alist): Revert to original XEmacs
11907 friendly version for default. [:alpha:] will be added in
090bd7cb 11908 `ispell-set-spellchecker-params' if needed.
177eca34 11909
c505aaeb
CY
119102012-04-16 Chong Yidong <cyd@gnu.org>
11911
b19dd9d1 11912 * image.el (imagemagick--file-regexp): New variable.
c505aaeb
CY
11913 (imagemagick-register-types): Use it.
11914 (imagemagick-types-inhibit): Add :set function. Allow new value
11915 of t to inhibit all types.
11916
11917 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
11918 so we can preload it.
11919
11920 * loadup.el (fboundp): Preload regexp-opt, needed by
11921 imagemagick-register-types.
11922
60efac0f
CY
119232012-04-15 Chong Yidong <cyd@gnu.org>
11924
11925 * frame.el (scrolling): Remove nearly unused customization group.
11926
11927 * scroll-all.el (scroll-all-mode): Move to windows group.
11928
5dd1713e
CY
119292012-04-15 Chong Yidong <cyd@gnu.org>
11930
11931 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
11932
e6fd457e
CY
119332012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11934
11935 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 11936 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 11937
e153c136
GM
119382012-04-15 Glenn Morris <rgm@gnu.org>
11939
11940 * simple.el (process-file-side-effects): Doc fix.
11941
e6fd457e 119422012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
11943
11944 * international/mule-cmds.el (set-language-environment): Doc fix.
11945
3603c3b1
JB
119462012-04-14 Juanma Barranquero <lekktu@gmail.com>
11947
11948 * server.el (server-auth-key, server-generate-key): Doc fixes.
11949 (server-get-auth-key): Doc fix. Use `string-match-p'.
11950 (server-start): Reflow docstring.
11951
e6de100c
LI
119522012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
11953
11954 * server.el (server-generate-key): `called-interactively-p'
11955 requires a parameter.
11956
29734c21
MN
119572012-04-14 Michal Nazarewicz <mina86@mina86.com>
11958
11959 * server.el (server-auth-key): New variable.
75f1671a 11960 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
11961 (server-start): Use the new variable and functions to allow
11962 setting a permanent server key (bug#9423).
11963
d65c9521
LL
119642012-04-14 Leo Liu <sdl.web@gmail.com>
11965
11966 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
11967
5ae255c7
PE
119682012-04-14 Paul Eggert <eggert@cs.ucla.edu>
11969
11970 Spelling fixes.
11971 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
11972 Emacs uses American spelling.
11973
d5e6342e
JB
119742012-04-14 Juanma Barranquero <lekktu@gmail.com>
11975
11976 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
11977 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
11978 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
11979 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
11980
ab036cd7
SM
119812012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11982
11983 * progmodes/which-func.el (which-func-modes): Change default.
11984
35dc09a1 119852012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
11986
11987 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
11988 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
11989
35dc09a1 119902012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
11991
11992 * custom.el (custom-theme-set-variables): Doc fix.
11993
35dc09a1 119942012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
11995
11996 * international/mule.el (set-auto-coding-for-load): Doc fix.
11997
35dc09a1 119982012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 11999
35dc09a1
GM
12000 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
12001 imenu work again for Objective C Mode. Correct the *-index values,
12002 these having been disturbed by a previous change in 2011-08.
57f845ee 12003
0de3da9f
AM
12004 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
12005 Correct two search limits.
12006
35dc09a1 120072012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
12008
12009 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
12010
35dc09a1 120112012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
12012
12013 * international/characters.el: Fix sorting.
12014
35dc09a1 120152012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
12016
12017 * international/characters.el: Add more missing Latin case pairs.
12018
35dc09a1 120192012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
12020
12021 * files.el (dir-locals-set-class-variables): Doc fix.
12022
35dc09a1 120232012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 12024
3f1b5bf8
EZ
12025 * international/characters.el: Add set-case-syntax-pair call for
12026 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
12027 counterpart. (Bug#11209)
12028
9f847f41
EZ
12029 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
12030
35dc09a1 120312012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
12032
12033 * calendar/holidays.el (calendar-check-holidays): Doc fix.
12034
35dc09a1 120352012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 12036
35dc09a1
GM
12037 * textmodes/ispell.el (ispell-dictionary-base-alist):
12038 Add data for Hebrew.
e2627d21 12039
35dc09a1 120402012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 12041
35dc09a1
GM
12042 * net/rcirc.el (rcirc-cmd-quit):
12043 Revert 2012-03-18 change (Bug#11192).
5c14e333 12044
35dc09a1 120452012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
12046
12047 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
12048
35dc09a1 120492012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 12050
4517fe3a
SM
12051 * minibuffer.el (completion-in-region-mode-map):
12052 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 12053
b472a594
VD
120542012-04-13 Vivek Dasmohapatra <vivek@etla.org>
12055
12056 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
12057
09b95ce3
MY
120582012-04-13 Masatake YAMATO <yamato@redhat.com>
12059
12060 * minibuffer.el (minibuffer-local-filename-syntax): New variable
12061 to allow `C-M-f' and `C-M-b' to move to the nearest path
12062 separator (bug#9511).
12063
4b63a9ca
LI
120642012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
12065
12066 * avoid.el: Require cl when compiling. And also move the
12067 `provide' to the end.
12068
7b55b8bf
TV
120692012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12070
12071 * avoid.el (mouse-avoidance-banish-position): New variable.
12072 (mouse-avoidance-banish-destination): Use it (bug#10165).
12073
adedaa1f
LL
120742012-04-13 Leo Liu <sdl.web@gmail.com>
12075
12076 * progmodes/which-func.el (which-func-modes): Add objc-mode.
12077
70e74021
KB
120782012-04-13 Ken Brown <kbrown@cornell.edu>
12079
12080 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 12081 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
12082 (browse-url-filename-alist): For the same reason, don't modify
12083 file:// URLs on Cygwin.
12084
e75e89ba
SM
120852012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12086
12087 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
12088 the region on shift if the binding is already shifted (bug#11221).
12089
82f289a4
GM
120902012-04-12 Glenn Morris <rgm@gnu.org>
12091
12092 * mail/mailpost.el: Move to obsolete/.
12093
d333dc4c
DA
120942012-04-12 Drew Adams <drew.adams@oracle.com>
12095
12096 * imenu.el (imenu--generic-function): Ignore invisible definitions
12097 (bug#10123).
12098
0d15b5ba
VD
120992012-04-12 Vivek Dasmohapatra <vivek@etla.org>
12100
12101 * hexl.el (hexl-bits): New variable.
12102 (hexl-options): Mention the variable in the doc string.
75f1671a 12103 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 12104 (hexl-mode): Mention the new variable.
75f1671a
JB
12105 (hexl-mode, hexl-current-address, hexl-current-address):
12106 Use the displen.
0d15b5ba
VD
12107 (hexl-ascii-start-column): New function.
12108 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
12109 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
12110
64a440db
AM
121112012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12112
12113 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
12114 '("-i" ENCODING), in 2 separate command-line arguments, to specify
12115 the encoding, as expected by hunspell.
12116
6decb6c2
SM
121172012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12118
12119 * battery.el (battery--linux-sysfs-regexp): New const.
12120 (battery-status-function): Use it. Remove yeeloong special case.
12121 (battery-yeeloong-sysfs): Remove.
12122 (battery-echo-area-format): Remove yeeloong special case.
12123
088be6fb
SM
121242012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12125
6622e416
SM
12126 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
12127 Reported by Noah Friedman.
12128
088be6fb
SM
12129 * subr.el (read-passwd): Use read-string.
12130
b49f886e
LMI
121312012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12132
12133 * vcursor.el (vcursor-move): Increase the priority of the overlay
12134 (bug#9663).
12135
a63067fc
DD
121362012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
12137
12138 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
12139 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
12140
ac3cf14a
WS
121412012-04-11 William Stevenson <yhvh2000@gmail.com>
12142
12143 * textmodes/artist.el (artist-mode): Convert artist-mode to use
12144 define-minor-mode (bug#10760).
12145
c4fc691b 121462012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 12147
4d6769e1 12148 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
12149 that directories matching `grep-find-ignored-files' won't be
12150 pruned (bug#10351).
12151
af23e2e5
CY
121522012-04-11 Chong Yidong <cyd@gnu.org>
12153
12154 * startup.el (command-line): Remove support for long-obsolete
12155 variable font-lock-face-attributes.
12156
ab7ce8c1
GM
121572012-04-11 Glenn Morris <rgm@gnu.org>
12158
12159 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
12160
de8c03dc
SM
121612012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12162
12163 * window.el (window--state-get-1): Obey window-point-insertion-type.
12164
050cc68b
LB
121652012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
12166
12167 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
12168 to previous function when point is on the first character of a
75f1671a 12169 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 12170
a38c310c
GM
121712012-04-11 Glenn Morris <rgm@gnu.org>
12172
effed0c2
GM
12173 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
12174 not just file-errors.
12175
a38c310c
GM
12176 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
12177 (vc-bzr-sha1): Use internal sha1.
12178
0221e323
SM
121792012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12180
12181 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
12182
43956923
SG
121832012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
12184
12185 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
12186 that start in the middle of the line (bug#10496).
12187
6a8c9eaf
DN
121882012-04-10 Dan Nicolaescu <dann@gnu.org>
12189
12190 * battery.el (battery-linux-proc-acpi): Only one battery is
12191 discharged at a time, but that seems to confuse battery.el when
12192 computing `rate-type' for the battery not being discharged
12193 (bug#10332).
12194
1930bf5d
SM
121952012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12196
2a718f6f
SM
12197 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
12198
599430d0
SM
12199 * international/quail.el: Use dolist and simplify.
12200 (quail-define-package, quail-update-keyboard-layout)
12201 (quail-define-rules): Use dolist.
12202 (quail-insert-kbd-layout, quail-get-translation): CSE.
12203
a2754b6c
SM
12204 * tmm.el: Use dolist, remove left over hook.
12205 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
12206 Use dolist.
12207 (calendar-load-hook): Don't mess with it.
12208
1930bf5d
SM
12209 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
12210 Use derived-mode-p. Run the diff asynchronously.
12211
9f67961c
LMI
122122012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12213
12214 * obsolete/mouse-sel.el: Add an Obsolete-since header.
12215
2a8ce227
JB
122162012-04-10 Juanma Barranquero <lekktu@gmail.com>
12217
12218 * misc.el: Display absolute path of loaded DLLs (bug#10424).
12219 (list-dynamic-libraries--loaded): New function.
12220 (list-dynamic-libraries--refresh): Use it.
12221
8f33b5f8
NW
122222012-04-10 Nathan Weizenbaum <nweiz@google.com>
12223
1930bf5d
SM
12224 * progmodes/python.el (python-fill-paragraph):
12225 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
12226 disabled (bug#7018).
12227
b12f0439
L
122282012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
12229
1930bf5d 12230 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
12231 DOS/MS Windows for the Baltic languages. There are still plenty
12232 of texts written in this encoding/codepage (bug#6519).
b12f0439 12233
57c3bd01
GM
122342012-04-10 Glenn Morris <rgm@gnu.org>
12235
12236 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
12237 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
12238
6c3eab30
FA
122392012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
12240
1930bf5d 12241 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
12242 next-line "n" and previous-line "p" in order to make recentf more
12243 consistent with ibuffer, dired or org-mode (bug#9387).
12244
24d78a88
LMI
122452012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12246
bc72b5d9
LMI
12247 * image.el (put-image): Return the overlay created instead of the
12248 optional input string (bug#7834). Note that this may break code
12249 that is (for some reason or other) depending on `put-image'
12250 returning the string.
12251
bd2dba5a
LMI
12252 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
12253
74beb59f
LMI
12254 * simple.el (zap-to-char): Allow zapping using input methods
12255 (bug#1580).
12256
24d78a88
LMI
12257 * textmodes/fill.el (fill-region): Leave point and mark where they
12258 were before filling (bug#5399).
12259
263f20cd
GM
122602012-04-09 Glenn Morris <rgm@gnu.org>
12261
12262 * version.el (emacs-bzr-get-version):
12263 Handle lightweight checkouts of local branches.
12264
58d1f797
AS
122652012-04-09 Andreas Schwab <schwab@linux-m68k.org>
12266
263f20cd 12267 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 12268
b4d3bc10
CY
122692012-04-09 Chong Yidong <cyd@gnu.org>
12270
12271 * custom.el (custom-variable-p): Return nil for non-symbol
12272 arguments instead of signaling an error.
12273 (user-variable-p): Obsolete alias for custom-variable-p.
12274
12275 * apropos.el (apropos-variable):
12276 * files-x.el (read-file-local-variable):
12277 * simple.el (set-variable):
12278 * woman.el (woman-mini-help):
12279 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
12280
fd06db5d
GM
122812012-04-09 Glenn Morris <rgm@gnu.org>
12282
e5fcdb5e
GM
12283 * startup.el (normal-top-level): Don't look for leim-list.el
12284 in places where it will not be found. (Bug#910)
12285
fd06db5d
GM
12286 * international/mule-cmds.el (set-default-coding-systems):
12287 * files.el (normal-mode):
12288 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
12289 This function was removed with ucs-tables.el in 2008.
12290
b39bb7e1
EZ
122912012-04-08 Eli Zaretskii <eliz@gnu.org>
12292
12293 * textmodes/ispell.el (ispell-check-version): For hunspell, set
12294 ispell-encoding8-command to "-i", without a trailing space.
12295 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
12296 separate command-line arguments, to specify the encoding, since
12297 that's how hunspell expects it.
12298
5c5b8e23
GM
122992012-04-08 Glenn Morris <rgm@gnu.org>
12300
12301 * loadup.el: Load bindings before cus-start.
12302 This reduces somewhat the number of "rogue" settings in emacs -Q.
12303
a1ed8b05
GM
123042012-04-07 Glenn Morris <rgm@gnu.org>
12305
12306 * version.el (emacs-bzr-get-version): New function.
dfae128a 12307 (emacs-bzr-version): New variable.
a1ed8b05
GM
12308 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
12309 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
12310
b142f158
EZ
123112012-04-07 Eli Zaretskii <eliz@gnu.org>
12312
dfae128a
GM
12313 * international/uni-bidi.el, international/uni-category.el:
12314 * international/uni-combining.el, international/uni-decimal.el:
12315 * international/uni-decomposition.el, international/uni-digit.el:
12316 * international/uni-lowercase.el, international/uni-mirrored.el:
12317 * international/uni-name.el, international/uni-numeric.el:
12318 * international/uni-titlecase.el, international/uni-uppercase.el:
12319 Update for Unicode 6.1.
b142f158 12320
9078ead6
EZ
123212012-04-07 Eli Zaretskii <eliz@gnu.org>
12322
12323 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
12324
f23d2c7d
LMI
123252012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
12326
12327 * window.el (shrink-window): Mention the `window-min-height'
12328 variable in the doc string.
12329
0a0a3573
BG
123302012-04-05 Bastien Guerry <bzg@altern.org>
12331
12332 * color.el (color-lighten-name): Fix typo.
12333
e5248ac9
SM
123342012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12335
12336 * server.el (server--on-display-p): New function.
12337 (server--on-display-p): Use it.
12338
a8e4d516 123392012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
b4243e22
GV
12340
12341 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
12342 (bug#11145).
12343
305d9f44
SM
123442012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12345
12346 * comint.el (comint--common-quoted-suffix): Check string boundary
12347 before comparing (bug#11158).
12348 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
12349
3d439cd1
CY
123502012-04-04 Chong Yidong <cyd@gnu.org>
12351
321cc491
CY
12352 * minibuffer.el (completion-extra-properties): Doc fix.
12353
3d439cd1
CY
12354 * subr.el (delayed-warnings-hook): Doc fix.
12355
2d562c0f
DU
123562012-04-04 Daiki Ueno <ueno@unixuser.org>
12357
12358 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
12359 selection (Bug#11159).
12360 (epa-insert-keys): Inform that the default public key will be
12361 exported if no key is selected.
12362
4443f204
RS
123632012-04-04 Richard Stallman <rms@gnu.org>
12364
12365 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
12366
529c06b6
CY
123672012-04-03 Chong Yidong <cyd@gnu.org>
12368
12369 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
12370 mail-insert-file, not its obsolete alias mail-attach-file.
12371
66b907dc
MA
123722012-04-03 Michael Albinus <michael.albinus@gmx.de>
12373
12374 * notifications.el (notifications-notify): Fix docstring.
12375
c0ea195d
GM
123762012-04-02 Glenn Morris <rgm@gnu.org>
12377
12378 * emacs-lisp/authors.el (authors-aliases): Another addition.
12379
5ca64e00
MA
123802012-04-02 Michael Albinus <michael.albinus@gmx.de>
12381
12382 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
12383 `tramp-compat-call-process' instead of `tramp-local-call-process'.
12384 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
12385
42ee526b
CY
123862012-04-01 Chong Yidong <cyd@gnu.org>
12387
12388 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
12389 Handle root directory properly.
12390 (copy-directory): Caller changed.
12391
12392 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
12393 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
12394
0b021094
GM
123952012-03-31 Glenn Morris <rgm@gnu.org>
12396
40f86458
GM
12397 * term/xterm.el (xterm-extra-capabilities): Doc fix.
12398
7019c177
GM
12399 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
12400
a1daddd6
GM
12401 * calendar/calendar.el (calendar-window-list)
12402 (calendar-hide-window): Restore. (Bug#11140)
12403 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
12404
0b021094
GM
12405 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
12406
40311efc
TV
124072012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12408
12409 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
12410 Check if file is a symlink (Bug#10489).
12411
12412 * files.el (copy-directory): Likewise.
12413
5319014e
CY
124142012-03-30 Chong Yidong <cyd@gnu.org>
12415
12416 * image.el (imagemagick-types-inhibit)
12417 (imagemagick-register-types): Doc fix.
12418
935d1290
AM
124192012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12420
090bd7cb 12421 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 12422 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 12423 and treats ~word as ordinary words in pipe mode.
935d1290 12424
61c6e8fd
GM
124252012-03-30 Glenn Morris <rgm@gnu.org>
12426
12427 * tutorial.el (help-with-tutorial): Ensure local variables don't
12428 happen to make the buffer read-only. (Bug#11127)
12429
81fdff00
SM
124302012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12431
12432 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
12433 (perl-calculate-indent): Return `noindent' in strings.
12434
6e7a6ec0
SS
124352012-03-28 Sam Steingold <sds@gnu.org>
12436
12437 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
12438 instead of the broken adhockery which does not prevent calendar
12439 buffers from being displayed at random after exit.
12440 (calendar-window-list, calendar-hide-window): Remove the broken
12441 adhockery.
12442
fee88ca0
GM
124432012-03-28 Glenn Morris <rgm@gnu.org>
12444
12445 * replace.el (query-replace-map): Doc fix.
12446
38de3354
AS
124472012-03-28 Andreas Schwab <schwab@linux-m68k.org>
12448
12449 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
12450 contents. (Bug#11109)
12451
b973155e
SM
124522012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12453
12454 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
12455 (bug#11077).
12456 (avl-tree--check, avl-tree--check-node): New funs.
12457
dcb6e7b3
MR
124582012-03-27 Martin Rudalics <rudalics@gmx.at>
12459
12460 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
12461 (switch-to-prev-buffer, switch-to-next-buffer):
12462 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
12463 showing a buffer already is done on the same frame.
12464
b4fa35fa
GM
124652012-03-27 Glenn Morris <rgm@gnu.org>
12466
12467 * startup.el (mail-host-address): Doc fix.
12468
f9210e18
SM
124692012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12470
12471 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
12472 than 197 variables.
12473
c0bf7753
AF
124742012-03-26 Ami Fischman <ami@fischman.org>
12475
12476 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
12477
33da7b16
GM
124782012-03-26 Glenn Morris <rgm@gnu.org>
12479
02243d9d
GM
12480 * files.el (save-buffers-kill-emacs): Doc fix.
12481
33da7b16
GM
12482 * startup.el (normal-top-level, command-line, command-line-1):
12483 Give them doc strings.
12484
e5a69fd0
EZ
124852012-03-25 Eli Zaretskii <eliz@gnu.org>
12486
12487 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 12488 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 12489
9a69676a
CY
124902012-03-25 Chong Yidong <cyd@gnu.org>
12491
4125cb8b
CY
12492 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
12493 theme if it was previously enabled before (Bug#11031).
12494
dd470960
CY
12495 * cus-theme.el (custom-theme-write-faces): Retrieve current face
12496 spec with custom-face-get-current-spec if its :shown-value is not
12497 determined yet (Bug#9337).
4125cb8b 12498 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 12499
9a69676a
CY
12500 * button.el (button-at): Minor addition to docstring.
12501
6e7e90fa
SL
125022012-03-24 Simon Leinen <simon.leinen@gmail.com>
12503
12504 * vc/vc.el (vc-merge): Fix a prompt.
12505
f06e2758
CY
125062012-03-24 Chong Yidong <cyd@gnu.org>
12507
12508 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
12509 point (Bug#9623).
12510
6e7e90fa
SL
12511 * button.el (button-at): Minor addition to docstring.
12512
b9d0879b
SM
125132012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12514
12515 * newcomment.el (comment-choose-indent): No space after BOL.
12516
e71cebb3
SS
125172012-03-22 Sam Steingold <sds@gnu.org>
12518
12519 * window.el (switch-to-prev-buffer): Revert last patch because the
12520 bug turned out to be an advertised feature (Elisp manual 28.14).
12521
335aff35
GM
125222012-03-22 Glenn Morris <rgm@gnu.org>
12523
12524 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
12525 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
12526
c676576a
LMI
125272012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12528
12529 * net/network-stream.el (network-stream-open-starttls): Make error
12530 message under Windows be less misleading.
12531
126f3d39
LW
125322012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
12533
12534 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
12535 understands (bug#9942).
12536
64fee311
CY
125372012-03-22 Chong Yidong <cyd@gnu.org>
12538
12539 * simple.el (end-of-visible-line): Handle return value of
12540 next-single-property-change properly (Bug#9371).
12541
a640d29a
KH
125422012-03-22 Kenichi Handa <handa@m17n.org>
12543
12544 * international/quail.el (quail-insert-kbd-layout): Fix previous
12545 change. To avoid unwanted bidi reordering, use
12546 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
12547
39675016
DG
125482012-03-21 Dmitry Gutov <dgutov@yandex.ru>
12549
12550 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
12551 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
12552 (ruby-beginning-of-indent): Be more careful with the difference
12553 between word-boundary and symbol boundary.
12554 (ruby-mode-syntax-table): Make : a symbol constituent.
12555
0a6934fc 125562012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 12557
3d008e4f
SM
12558 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
12559
0a6934fc
SM
125602012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12561
af67c9d7
SM
12562 * progmodes/etags.el (tags-completion-at-point-function):
12563 Improve last fix.
12564
1acad97c
SM
12565 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
12566
e298b5da
SS
125672012-03-21 Sam Steingold <sds@gnu.org>
12568
12569 * progmodes/etags.el (tags-completion-at-point-function):
12570 Avoid the error when point is inside the pattern.
12571
91d82a70
JY
125722012-03-21 John Yates <john@yates-sheets.org> (tiny change)
12573
12574 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
12575 line (Bug#10855).
12576
69188b79
CY
125772012-03-21 Drew Adams <drew.adams@oracle.com>
12578
12579 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
12580
99fc91fe
AK
125812012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
12582
12583 * ido.el (ido-set-current-directory, ido-read-internal)
12584 (ido-choose-completion-string, ido-completion-help): Handle nil
12585 value of ido-completion-buffer (Bug#11008).
12586
087bbb4c
SS
125872012-03-21 Sam Steingold <sds@gnu.org>
12588
12589 * window.el (switch-to-prev-buffer): Do not switch to a visible
12590 window previous buffer, just like with the frame previous buffers.
12591
fb5b8aca
CY
125922012-03-21 Chong Yidong <cyd@gnu.org>
12593
12594 * faces.el (make-face, make-empty-face, copy-face):
12595 * face-remap.el (face-remap-add-relative, face-remap-set-base):
12596 Doc fixes.
12597
dc9924b8
SM
125982012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12599
12600 * wid-edit.el (widget-complete-field): Remove (bug#11051).
12601 (widget-complete): Remove broken use of it.
12602
f0bcceb9
CY
126032012-03-20 Chong Yidong <cyd@gnu.org>
12604
dc9924b8
SM
12605 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
12606 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
12607 characters.
12608
ee52ebf3
TH
126092012-03-20 Tassilo Horn <tassilo@member.fsf.org>
12610
12611 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
12612 to draw rectangles, not squares. (Regression introduced by revno
12613 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
12614
4c5779ab
CY
126152012-03-18 Chong Yidong <cyd@gnu.org>
12616
12617 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
12618 it is not yet defined (for temacs).
12619
15360934
LL
126202012-03-18 Leo Liu <sdl.web@gmail.com>
12621
735135f9
PE
12622 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
12623 prefix.
15360934 12624
d9a8eb66
EZ
126252012-03-17 Eli Zaretskii <eliz@gnu.org>
12626
12627 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
12628 (ispell-choices-win-default-height, ispell-silently-savep)
12629 (ispell-dictionary-alist, ispell-encoding8-command)
12630 (ispell-check-version, ispell-aspell-find-dictionary)
12631 (ispell-valid-dictionary-list, ispell-words-keyword)
12632 (ispell-get-word, ispell-internal-change-dictionary)
12633 (ispell-region, ispell-skip-region-list)
12634 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
12635 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
12636 (ispell-message-text-end, ispell-message)
12637 (ispell-buffer-local-parsing): Doc fix.
12638
f02ff80d
J
126392012-03-13 Jambunathan K <kjambunathan@gmail.com>
12640
12641 * htmlfontify.el: Add support for code block fontification for ODT
12642 export (Bug #9914).
12643 (hfy-optimisations): Define new option
12644 `body-text-only'
12645 (hfy-fontify-buffer): Honor above setting.
12646 (hfy-begin-span, hfy-end-span): New routines factored out form
12647 `hfy-fontify-buffer'.
12648 (hfy-begin-span-handler, hfy-end-span-handler): New variables
12649 that permit insertion of custom tags.
12650 (hfy-fontify-buffer): Use above handlers.
12651 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
12652 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 12653 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 12654 over multiple runs. This is made possible by having the caller let
f02ff80d
J
12655 bind a special variable `hfy-user-sheet-assoc'.
12656 (htmlfontify-string): New defun.
12657 (hfy-compile-face-map): Make sure that the last char in the
12658 buffer is correctly fontified.
12659 (hfy-face-resolve-face): Whitespace only change.
12660
9ac7a13f
EZ
126612012-03-17 Eli Zaretskii <eliz@gnu.org>
12662
12663 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
12664 message more clear.
12665
e2b5bdd7
LL
126662012-03-16 Leo Liu <sdl.web@gmail.com>
12667
12668 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
12669
2e492df3
AM
126702012-03-16 Alan Mackenzie <acm@muc.de>
12671
677d5c92 12672 Further optimize the handling of large macros.
2e492df3
AM
12673
12674 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
12675 limit to a call of `c-literal-limits'.
12676 (c-determine-+ve-limit): New function.
dc9924b8
SM
12677 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
12678 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
12679 In CASE 5B, restrict a search limit to 500.
12680 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
12681
12682 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
12683 Restrict macro bounds to +-500 from after-change's BEG END.
12684
50e94f0c
LL
126852012-03-16 Leo Liu <sdl.web@gmail.com>
12686
12687 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
12688
6f09f6ed
AH
126892012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
12690
12691 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 12692 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 12693
c7e73d51
GM
126942012-03-16 Glenn Morris <rgm@gnu.org>
12695
da986230
GM
12696 * view.el (view-buffer, view-buffer-other-window)
12697 (view-buffer-other-frame): Doc fixes re special mode-class.
12698
0835f01e
GM
12699 * subr.el (eval-after-load): If named feature is provided not from
12700 a file, run after-load forms. (Bug#10946)
12701
c7e73d51
GM
12702 * calendar/calendar.el (calendar-insert-at-column):
12703 Handle non-unit-width characters a bit better. (Bug#10978)
12704
3f2eafd1
CY
127052012-03-15 Chong Yidong <cyd@gnu.org>
12706
12707 * emacs-lisp/ring.el (ring-extend): New function.
12708 (ring-insert+extend): Extend the ring correctly (Bug#11019).
12709
12710 * comint.el (comint-read-input-ring)
12711 (comint-add-to-input-history): Grow comint-input-ring lazily.
12712
103af3fe
SM
127132012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12714
663b1677
SM
12715 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
12716 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
12717
103af3fe
SM
12718 * imenu.el: Fix multiple inheritance breakage (bug#9199).
12719 (imenu-add-to-menubar): Don't add a redundant index.
12720 (imenu-update-menubar): Handle a dynamically composed keymap.
12721
899cb7cb
KY
127222012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
12723
12724 * mail/sendmail.el (mail-encode-header):
12725 Bind rfc2047-encode-encoded-words to nil.
12726
3809f91d
GM
127272012-03-13 Glenn Morris <rgm@gnu.org>
12728
12729 * calendar/calendar.el (calendar-string-spread):
12730 Handle non-unit-width characters a bit better. (Bug#10978)
12731
9e345a01
LL
127322012-03-13 Leo Liu <sdl.web@gmail.com>
12733
12734 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
12735 directory and file as argument (Bug#10822).
12736
4a07df36
KS
127372012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
12738
12739 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
12740 For dynamically generated code, follow $PC.
12741 (gdb-disassembly-handler-custom): Handle no function name case.
12742
4aaa9356
TL
127432012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
12744
12745 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
12746 * emulation/ws-mode.el (ws-query-replace):
12747 * sort.el (sort-regexp-fields):
12748 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
12749
225979da
SM
127502012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12751
12752 * dabbrev.el: Fix cycle completion order (bug#10963).
12753 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
12754 (dabbrev-completion): Don't use an obarray; provide
12755 a cycle-sort-function.
12756
e2f1fdab
LL
127572012-03-12 Leo Liu <sdl.web@gmail.com>
12758
dc9924b8 12759 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
12760 (kill-do-not-save-duplicates): Doc fix.
12761
b19490ed
SM
127622012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12763
12764 * dabbrev.el: Fix cycle completion (bug#10963).
12765 Use lexical binding and wrap to 80 columns.
12766 (dabbrev-completion): Delay computing the list of completions.
12767
4b05d722
KH
127682012-03-12 Kenichi Handa <handa@m17n.org>
12769
12770 * international/quail.el (quail-insert-kbd-layout): Surround each
12771 row by LRO and PDF instead of inserting many LRMs. Pad the left
12772 and right of each non-spacing marks. Insert invisible space
12773 between lower and upper characters to prevent composition.
12774
dbbc2e69
SM
127752012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12776
12777 * minibuffer.el (minibuffer-complete): Don't get confused when the
12778 function is run twice via different commands (bug#10958).
12779 (complete-with-action): Fix docstring.
12780
292112ed
CY
127812012-03-12 Chong Yidong <cyd@gnu.org>
12782
5d1ac394
CY
12783 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
12784 (nxml-completion-at-point-function): New function.
12785 (nxml-mode): Use it.
12786 (nxml-bind-meta-tab-to-complete-flag): Default to t.
12787
292112ed
CY
12788 * emacs-lisp/package.el (package-unpack, package-unpack-single):
12789 Load generated autoloads file before byte compiling (Bug#10970).
12790 (package--make-autoloads-and-compile): New helper fun.
12791
4098f8f7
CS
127922012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
12793
12794 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
12795
8f754691
MA
127962012-03-11 Michael Albinus <michael.albinus@gmx.de>
12797
12798 * autorevert.el (auto-revert-handler): Ensure, that
12799 file-readable-p is applied only for local files or in
12800 auto-revert-tail-mode.
12801
e29ab36b
AS
128022012-03-11 Andreas Schwab <schwab@linux-m68k.org>
12803
dbbc2e69
SM
12804 * server.el (server-eval-at): Handle non-tcp connections.
12805 Decode result string.
ad0bf5b6 12806
e29ab36b
AS
12807 * server.el (server-msg-size): New constant.
12808 (server-reply-print): New function.
12809 (server-eval-and-print): Use it.
12810 (server-eval-at): Use server-quote-arg and server-unquote-arg.
12811 Handle -print-nonl.
12812
de5939ba
CS
128132012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
12814
12815 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
12816 (Bug#10987).
12817
0c93eabf
CY
128182012-03-11 Chong Yidong <cyd@gnu.org>
12819
397a688f
CY
12820 * simple.el (goto-line): Doc fix (Bug#9938).
12821
2cc775f9
CY
12822 * subr.el (save-window-excursion): Doc fix (Bug#9979).
12823
0c93eabf
CY
12824 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
12825 when finished (Bug#10963).
12826
c491fa41
MR
128272012-03-11 Martin Rudalics <rudalics@gmx.at>
12828
12829 * window.el (split-window-below): Fix bug in case where
12830 split-window-keep-point is nil (Bug#10971).
12831
300e8fa5
JL
128322012-03-11 Juri Linkov <juri@jurta.org>
12833
12834 * replace.el (replace-highlight): Set isearch-word to nil
12835 unconditionally. (Bug#10887)
12836
dbf6c5a1
EZ
128372012-03-10 Eli Zaretskii <eliz@gnu.org>
12838
12839 * net/mairix.el (mairix-replace-invalid-chars): Rename from
12840 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 12841 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
12842 (mairix-widget-create-query): Add usage information about mairix
12843 search forms: negating words, searching for substrings, etc.
12844
b9e501de
JP
128452012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
12846
12847 * international/fontset.el (font-encoding-alist): Add an entry for
12848 ksx1001 (Bug#5667).
12849
92795c91
RS
128502012-03-10 Richard Stallman <rms@gnu.org>
12851
1694e6c1
RS
12852 * mail/sendmail.el (mail-encode-header):
12853 Set rfc2047-encode-encoded-words.
12854
607e8555
RS
12855 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
12856
de3bc99a
RS
12857 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
12858 view buffer means not swapped.
12859 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
12860 (rmail-write-region-annotate): Error if real text has disappeared.
12861
92795c91
RS
12862 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
12863
699bd04e
CY
128642012-03-10 Chong Yidong <cyd@gnu.org>
12865
12866 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
12867 * emulation/cua-base.el (cua--init-keymaps):
12868 Add delete-forward-char to remappings (Bug#9666).
699bd04e 12869
570a1714
MR
128702012-03-10 Martin Rudalics <rudalics@gmx.at>
12871
dbbc2e69
SM
12872 * speedbar.el (speedbar-unhighlight-one-tag-line):
12873 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 12874
82dcf4e4
CY
128752012-03-10 Chong Yidong <cyd@gnu.org>
12876
7a2c7ca7
CY
12877 * minibuffer.el (completion-in-region, completion-help-at-point):
12878 Give the completion field overlay a high priority (Bug#6830).
12879
82dcf4e4
CY
12880 * dired.el (dired-goto-file): Recognize absolute file name
12881 listings (Bug#7126).
12882 (dired-goto-file-1): New helper function.
12883 (dired-toggle-read-only): Inhibit warnings.
12884
052e28ac
MA
128852012-03-09 Michael Albinus <michael.albinus@gmx.de>
12886
75f1671a 12887 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
12888 there are no properties.
12889
95d5e396
LL
128902012-03-09 Leo Liu <sdl.web@gmail.com>
12891
12892 * savehist.el (savehist-printable): Stricter check for string
12893 value (Bug#10937).
12894
3f018d6d
EZ
128952012-03-09 Eli Zaretskii <eliz@gnu.org>
12896
dbbc2e69
SM
12897 * mail/smtpmail.el (smtpmail-send-it):
12898 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
12899 valid mbox format.
12900
f7fd3d79
GM
129012012-03-09 Glenn Morris <rgm@gnu.org>
12902
12903 * files.el (dir-locals-find-file):
12904 Don't check result is regular, readable.
12905 (dir-locals-read-from-file): Demote errors.
12906
6ff6e72f
EZ
129072012-03-08 Eli Zaretskii <eliz@gnu.org>
12908
dbbc2e69
SM
12909 * international/quail.el (quail-insert-kbd-layout):
12910 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
12911 layout cell, to prevent their reordering by bidi display engine.
12912 For details, see the discussion in
12913 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
12914
9cec7834
AM
129152012-03-08 Alan Mackenzie <acm@muc.de>
12916
12917 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
12918 the starting position; make it extend the marked region when
12919 invoked repeatedly - all under appropriate circumstances.
12920 Fixes bugs #5525, #10906.
12921
9a40b8d4
GM
129222012-03-08 Glenn Morris <rgm@gnu.org>
12923
12924 * files.el (locate-dominating-file, dir-locals-find-file):
12925 Undo 2012-03-06 change.
12926
7a08ed35
EZ
129272012-03-07 Eli Zaretskii <eliz@gnu.org>
12928
dbbc2e69
SM
12929 * international/quail.el (quail-help):
12930 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
12931 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
12932 for the reason.
12933
5aca4f71 129342012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
12935
12936 Avoid superfluous registering of signals. (Bug#10807)
12937
12938 * notifications.el (notifications-on-action-object)
12939 (notifications-on-close-object): New defvars.
12940 (notifications-on-action-signal, notifications-on-closed-signal):
12941 Unregister the signal if not needed any longer.
12942 (notifications-notify): Register `notifications-action-signal' or
12943 `notifications-closed-signal', if :on-action or :on-close has been
12944 passed as argument.
12945
78e8b10a
CY
129462012-03-07 Chong Yidong <cyd@gnu.org>
12947
12948 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
12949 non-X platforms.
12950
69481eb8
GM
129512012-03-06 Glenn Morris <rgm@gnu.org>
12952
12953 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
12954 (x-disown-selection-internal, x-get-selection-internal):
12955 Doc fix (add arglist signatures). (Bug#10783)
12956
133b8e11
KS
129572012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
12958
12959 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
12960 Handle breakpoints with no "type".
12961
99a83064
GM
129622012-03-06 Glenn Morris <rgm@gnu.org>
12963
12964 * files.el (locate-dominating-file): Add optional predicate argument.
12965 (dir-locals-find-file): Make use of above change.
12966
17798e78
TTN
129672012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
12968
12969 * info.el (Info-insert-dir): Also try "dir.gz".
12970
eb182446
GM
129712012-03-06 Glenn Morris <rgm@gnu.org>
12972
8f2114ee
GM
12973 * files.el (dir-locals-find-file):
12974 Ignore non-readable or non-regular files. (Bug#10928)
12975
eb182446
GM
12976 * files.el (locate-dominating-file): Doc fix.
12977
24679323
AS
129782012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
12979
12980 * calendar/calendar.el (calendar-set-mode-line):
12981 `getenv' returns a string. (Bug#10951)
12982
01d972a9
LL
129832012-03-05 Leo Liu <sdl.web@gmail.com>
12984
109aa8a9
LL
12985 * simple.el (backward-delete-char-untabify): Constrain point to
12986 field (Bug#10939).
12987
01d972a9
LL
12988 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
12989
10607bea
CY
129902012-03-05 Chong Yidong <cyd@gnu.org>
12991
12992 * simple.el (count-words): If called from Lisp, return the word
12993 count, for symmetry with `count-lines'. Arglist changed.
12994 (count-words--message): Args changed. Consolidate counting code
12995 from count-words and count-words-region.
12996 (count-words-region): Caller changed.
12997 (count-lines-region): Make it an obsolete alias.
12998
5dd11cfe
TH
129992012-03-04 Tassilo Horn <tassilo@member.fsf.org>
13000
13001 * saveplace.el (save-place-to-alist)
13002 (save-place-ignore-files-regexp): Allow value nil to disable this
13003 feature.
13004
c349f4e6
CY
130052012-03-04 Chong Yidong <cyd@gnu.org>
13006
13007 * faces.el (face-spec-reset-face): For the default face, reset the
13008 attributes to default values (Bug#10748).
13009
e627be4c
LMI
130102012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13011
13012 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
13013 previous patch: Check `message-send-mail-function', and not the
13014 default function (bug#10897).
13015
ebeabff4
MA
130162012-03-04 Michael Albinus <michael.albinus@gmx.de>
13017
a41a6cf4
MA
13018 * notifications.el (notifications-on-action-signal)
13019 (notifications-on-closed-signal): Check for unique service name of
13020 incoming event. Fix error in removing entry.
ebeabff4 13021 (top): Register for signals with wildcard service name.
a41a6cf4 13022 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 13023
c1ca42b4
CY
130242012-03-04 Chong Yidong <cyd@gnu.org>
13025
dc9924b8 13026 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 13027
ea16568d
GM
130282012-03-04 Glenn Morris <rgm@gnu.org>
13029
13030 * abbrev.el (copy-abbrev-table, abbrev-table-p)
13031 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
13032 (expand-abbrev, define-abbrev-table): Doc fixes.
13033
fbae4637
LMI
130342012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13035
13036 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
13037 `message-default-send-mail-function' and not `send-mail-function'
13038 when doing the prompting for `sendmail-query-once' before sending
13039 in Message buffers (bug#10897).
13040
a1e7225c
LMI
13041 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
13042 This is inconsistent with all the other stream functions, which leave
13043 the setting up to the higher levels (if so wanted) (bug#10931).
13044
56d093a9
AM
130452012-03-02 Alan Mackenzie <acm@muc.de>
13046
13047 Depessimize the handling of very large macros.
13048
13049 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
13050 (c-macro-cache-syntactic): New variables to implement a one
13051 element macro cache.
13052 (c-invalidate-macro-cache): New function.
13053 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
13054 Adapt to use the new cache.
13055 (c-state-safe-place): Use better the cache of safe positions.
13056 (c-state-semi-nonlit-pos-cache)
13057 (c-state-semi-nonlit-pos-cache-limit):
13058 New variables for...
13059 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
13060 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
13061 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
13062 Use c-state-semi-safe-place.
56d093a9 13063
dbbc2e69
SM
13064 * progmodes/cc-langs.el (c-get-state-before-change-functions):
13065 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 13066
817e5c3d
MA
130672012-03-02 Michael Albinus <michael.albinus@gmx.de>
13068
dbbc2e69
SM
13069 * jka-compr.el (jka-compr-call-process):
13070 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
13071 not remote.
13072
a032a702
MA
130732012-03-01 Michael Albinus <michael.albinus@gmx.de>
13074
13075 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
13076 access of FILE2, if FILE1 does not exist.
13077
99a54f21
MA
13078 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
13079 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
13080
13081 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
13082 Add "PAGER=" to `process-environment'.
13083
f6561e1f
MM
130842012-03-01 Michael R. Mauger <mmaug@yahoo.com>
13085
13086 * progmodes/sql.el: Bug fix
13087 (sql-get-login-ext): Save login values in globals.
13088 (sql-get-login): Use new version of `sql-get-login-ext'.
13089 (sql-interactive-mode): Set global `sql-connection' to nil.
13090 (sql-connect): Set global values for connection.
13091 (sql-product-interactive): Save global values as buffer local.
13092
2d44d9cc
LL
130932012-02-29 Leo Liu <sdl.web@gmail.com>
13094
13095 * abbrev.el (define-abbrevs): Reset sys to nil.
13096
96b49301 130972012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13098
bf7f9bc5
JB
13099 * files.el (file-equal-p): Rename from `files-equal-p'.
13100 Return nil when one or both files don't exist.
96b49301 13101 (file-subdir-of-p): Now only top directory must exists,
13102 return nil if it doesn't.
bf7f9bc5
JB
13103 (copy-directory): No need to test with `file-subdir-of-p' after
13104 creating dir.
13105 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
13106 to `file-equal-p'.
96b49301 13107
44e97401
GM
131082012-02-28 Glenn Morris <rgm@gnu.org>
13109
13110 * shell.el (shell-mode):
13111 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
13112 * play/landmark.el (landmark-font-lock-face-O):
13113 * play/handwrite.el (handwrite):
13114 * play/gomoku.el (gomoku-O):
13115 * net/browse-url.el (browse-url-browser-display):
13116 * international/mule.el (define-charset):
13117 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
13118 * filesets.el (filesets-find-file-delay):
13119 * eshell/em-xtra.el (eshell-xtra):
13120 * eshell/em-unix.el (eshell-grep):
13121 * emulation/viper.el (viper-mode):
13122 * emacs-lisp/regexp-opt.el (regexp-opt-group):
13123 * emacs-lisp/easymenu.el (easy-menu-define):
13124 * calendar/timeclock.el (timeclock-use-display-time):
13125 * bs.el (bs-mode):
13126 * bookmark.el (bookmark-save-flag):
13127 Doc fix (standardize possessive apostrophe usage).
13128
c98c6276
CY
131292012-02-27 Chong Yidong <cyd@gnu.org>
13130
bf7f9bc5
JB
13131 * emulation/viper-cmd.el (viper-intercept-ESC-key):
13132 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 13133
c98c6276
CY
13134 * font-lock.el (font-lock-specified-p): Rename from
13135 font-lock-spec-present. Callers changed.
13136
9c62cd04 131372012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 13138
bf7f9bc5
JB
13139 * emacs-lisp/package.el (package-compute-transaction):
13140 Handle holding a package version to t in package-load-list.
8ac9e529 13141
530739c9
MA
131422012-02-26 Michael Albinus <michael.albinus@gmx.de>
13143
13144 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
13145 (tramp-get-inode, tramp-get-device): Use cached values.
13146
487915d7
AM
131472012-02-26 Alan Mackenzie <acm@muc.de>
13148
13149 Check there is a font-lock specification before doing initial
13150 fontification.
13151
13152 * font-core.el (font-lock-mode): Move the conditional from
13153 :after-hook to font-lock-initial-fontify.
13154 (font-lock-default-function): Move the check for a specification
13155 to font-lock-spec-present.
13156
dc9924b8 13157 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
13158 (font-lock-spec-present): New function.
13159
4fd96557
JB
131602012-02-26 Jim Blandy <jimb@red-bean.com>
13161
13162 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
13163 (gdb-send): Apply it to the operand of the '-interpreter-exec
13164 console' command, so that we can pass arguments with (say) quotes
13165 in them. Store exact string sent in gdb-debug-log (Bug#10765).
13166
9a4888c0
CY
131672012-02-26 Chong Yidong <cyd@gnu.org>
13168
07498861
CY
13169 * help-fns.el (describe-function-1): Clarify description of
13170 remapping (Bug#10844).
13171
9a4888c0
CY
13172 * files.el (files-equal-p): Doc fix.
13173 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
13174 and quit the loop once a mismatch is found.
13175
ea8fb88d
JB
131762012-02-25 Juanma Barranquero <lekktu@gmail.com>
13177
13178 * bs.el (bs--show-with-configuration): Don't throw an error
13179 if the window cannot be split; otherwise, subsequent calls to
13180 bs-show fail, restoring a stale window config. (Bug#10882)
13181
525795c1
JD
131822012-02-25 Jan Djärv <jan.h.d@swipnet.se>
13183
13184 * term/ns-win.el (global-map): Bind ns-drag-file to
13185 ns-find-file (Bug#5855, Bug#10050).
13186
f008086f
AS
131872012-02-25 Andreas Schwab <schwab@linux-m68k.org>
13188
13189 * calendar/parse-time.el (parse-time-string): Allow extractor to
13190 return nil.
13191
a3fcfa99
MA
131922012-02-25 Michael Albinus <michael.albinus@gmx.de>
13193
91027d08
JB
13194 * net/tramp.el (tramp-file-name-for-operation):
13195 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
13196
13197 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
13198 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
13199 Add COPY-CONTENTS argument.
a3fcfa99 13200
67b0de11
CY
132012012-02-25 Chong Yidong <cyd@gnu.org>
13202
13203 Add custom groups for VC backends, for consistency with vc-bzr.
13204
13205 * vc/vc-arch.el (vc-arch):
13206 * vc/vc-cvs.el (vc-cvs):
13207 * vc/vc-git.el (vc-git):
13208 * vc/vc-hg.el (vc-hg):
13209 * vc/vc-mtn.el (vc-mtn):
13210 * vc/vc-rcs.el (vc-rcs):
13211 * vc/vc-sccs.el (vc-sccs):
13212 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
13213 All relevant defcustoms reassigned.
13214
3c9dfce6
CY
132152012-02-25 Chong Yidong <cyd@gnu.org>
13216
1339bf43
CY
13217 * newcomment.el (comment-styles): Add autoload (Bug#10868).
13218
3c9dfce6
CY
13219 * term/x-win.el (x-initialize-window-system): Reduce default for
13220 x-selection-timeout to 5 seconds (Bug#8869).
13221
25b2e303 132222012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13223
ec70a47d
GM
13224 * files.el (files-equal-p, file-subdir-of-p): New functions.
13225 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 13226 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
13227 * dired-aux.el (dired-copy-file-recursive): Same.
13228 (dired-create-files): Modify destination when source is equal to
13229 dest when copying files.
53a46cd0 13230 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 13231
914260cd
MA
132322012-02-24 Michael Albinus <michael.albinus@gmx.de>
13233
13234 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
13235 (Bug#10874)
13236
2cb228f7
AM
132372012-02-23 Alan Mackenzie <acm@muc.de>
13238
13239 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
13240 parameter "after-hook:" to allow the expansion to run code after
13241 the execution of the mode hooks.
13242
13243 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 13244 from font-lock-mode-internal.
2cb228f7 13245
91027d08 13246 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
13247 :after-hook.
13248
8f0fde21
SM
132492012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13250
3e88618b
SM
13251 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
13252 (completion--cache-all-sorted-completions): New function.
13253 (completion-all-sorted-completions): Use it.
13254 (completion--do-completion, minibuffer-force-complete):
13255 Use it to re-instate the flush hook.
13256
8f0fde21
SM
13257 * icomplete.el (icomplete-completions): Replace last fix with a better
13258 one (bug#10850).
13259
8e911f6f
DG
132602012-02-23 Dmitry Gutov <dgutov@yandex.ru>
13261
13262 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
13263 when it might call us back infinitely (bug#10797).
13264
49fe4321
GM
132652012-02-23 Glenn Morris <rgm@gnu.org>
13266
13267 * minibuffer.el (completion-category-overrides): Doc fix.
13268
b291b572
SM
132692012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13270
13271 * minibuffer.el (completion-table-with-context): Fix inf-loop.
13272 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
13273
31a9ef2e
GM
132742012-02-23 Glenn Morris <rgm@gnu.org>
13275
5e6e6794 13276 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
13277 (authors-obsolete-files-regexps, authors-ignored-files)
13278 (authors-ambiguous-files, authors-renamed-files-alist):
13279 Add more entries.
13280
0bd1e074
JL
132812012-02-23 Juri Linkov <juri@jurta.org>
13282
13283 * isearch.el (isearch-occur): Sync interactive spec with occur's
13284 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
13285
b617673c
JL
13286 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
13287
19e9789e
JL
132882012-02-22 Juri Linkov <juri@jurta.org>
13289
13290 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
13291 (ucs-insert): Doc fix. Check for hex digits in the string.
13292 Don't display `nil' in the error message. (Bug#10857)
13293
f41ce09d
AM
132942012-02-22 Alan Mackenzie <acm@muc.de>
13295
7a71b18d 13296 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 13297
ac2eceee
GM
132982012-02-22 Glenn Morris <rgm@gnu.org>
13299
13300 * ffap.el (ffap-c-path):
13301 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
13302
abd1f678
CY
133032012-02-22 Chong Yidong <cyd@gnu.org>
13304
13305 * custom.el (load-theme): Doc fix.
13306
f25aef2e
GM
133072012-02-22 Glenn Morris <rgm@gnu.org>
13308
13309 * dired-x.el (dired-guess-shell-alist-default):
13310 Remove escape sequences from nroff output. (Bug#172)
13311
5f8dc2ca
GM
133122012-02-21 Glenn Morris <rgm@gnu.org>
13313
6ff86ec4
GM
13314 * vc/emerge.el (emerge-defvar-local):
13315 Set `permanent-local' property rather than unused `preserved'.
13316
be3223a3 13317 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
13318 (picture-mode-map): Use it. (Bug#10860)
13319 (picture-mode): Doc fix.
13320
3fe58f4f
JB
133212012-02-21 Juanma Barranquero <lekktu@gmail.com>
13322
13323 * newcomment.el (uncomment-region-default): Remove unused binding.
13324
f9a998c3
GM
133252012-02-21 Glenn Morris <rgm@gnu.org>
13326
13327 * textmodes/picture.el (picture-motion, picture-motion-reverse)
13328 (picture-self-insert, picture-tab-chars): Doc fix.
13329 (picture-mode-map): Fix C-a, C-e.
13330
c6029348
GM
133312012-02-20 Glenn Morris <rgm@gnu.org>
13332
13333 * emacs-lisp/authors.el (authors-aliases): Add another entry.
13334
ab1ce9d7
LL
133352012-02-20 Leo Liu <sdl.web@gmail.com>
13336
13337 * icomplete.el (icomplete-completions): Check FROM arg before
13338 passing to substring (Bug#10850).
13339
0fd40f89
CY
133402012-02-19 Chong Yidong <cyd@gnu.org>
13341
13342 * comint.el: Require ansi-color.
13343 (comint-output-filter-functions): Add ansi-color-process-output.
13344
13345 * ansi-color.el: Don't set comint-output-filter-functions; it is
13346 now in the initial value defined in comint.el.
13347 (ansi-color-apply-face-function): New variable.
13348 (ansi-color-apply-on-region): Use it.
13349 (ansi-color-apply-overlay-face): New function.
13350
13351 * shell.el (shell): No need to require ansi-color.
13352 (shell-mode): Use ansi-color-apply-face-function to highlight
13353 color escapes using font-lock-face property (Bug#10835).
13354
20af2394
CY
133552012-02-19 Chong Yidong <cyd@gnu.org>
13356
13357 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
13358 mode-line formats (Bug#10839).
13359
e23a3fbe
GM
133602012-02-18 Glenn Morris <rgm@gnu.org>
13361
b474519e
GM
13362 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
13363
13364 * mail/undigest.el (unforward-rmail-message): Doc fix.
13365
e23a3fbe
GM
13366 * saveplace.el (save-place-ignore-files-regexp): Add :version.
13367
57939ff4
EZ
133682012-02-18 Eli Zaretskii <eliz@gnu.org>
13369
13370 * international/characters.el (script-list): Sync with the latest
13371 Unicode Character Database.
13372
0c23686e
AS
133732012-02-18 Andreas Schwab <schwab@linux-m68k.org>
13374
13375 * international/titdic-cnv.el: Remove duplicate coding tag.
13376 * language/cham.el: Likewise.
13377 * language/tai-viet.el: Likewise.
13378
6818b449
GM
133792012-02-18 Glenn Morris <rgm@gnu.org>
13380
13381 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
13382 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
13383 (calendar-bahai-all-holidays-flag, calendar-other-dates):
13384 * calendar/diary-lib.el (diary-abbreviated-year-flag):
13385 * calendar/holidays.el (holiday-bahai-holidays)
13386 (calendar-holidays, list-holidays):
13387 Use utf-8 Bahá'í in doc-strings, menus, etc.
13388
0311a3fc
TH
133892012-02-17 Tassilo Horn <tassilo@member.fsf.org>
13390
13391 * saveplace.el (save-place-ignore-files-regexp): New variable
13392 allowing for excluding files from saving their location of point.
13393 The default value matches the temporary commit message editing
13394 files from Git, SVN, Bazaar, and Mercurial.
13395 (save-place-to-alist): Use it.
13396
d209e2fb 133972012-02-17 Lawrence Mitchell <wence@gmx.li>
f1a71c6e 13398 Stefan Monnier <monnier@iro.umontreal.ca>
eb864a71
LM
13399
13400 * newcomment.el (uncomment-region-default): Don't leave extra space
13401 when an arg is provided (bug#8150).
13402
ee0ce425
TZ
134032012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
13404
eb864a71 13405 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 13406
95ddf442
GM
134072012-02-17 Glenn Morris <rgm@gnu.org>
13408
13409 * net/socks.el: Require network-stream. (Bug#10599)
13410
48dd1e39 134112012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
13412
13413 * international/charprop.el:
13414 * international/uni-name.el:
13415 * international/uni-old-name.el:
13416 * international/uni-comment.el: Regenerate.
13417
d68cd087
GM
134182012-02-16 Glenn Morris <rgm@gnu.org>
13419
13420 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
13421 Interactively in calendar buffer, give an error if not on a date.
13422
13932042
GM
134232012-02-15 Glenn Morris <rgm@gnu.org>
13424
13425 * shell.el (shell-delimiter-argument-list):
13426 Revert 2011-02-17 change. (Bug#8027)
13427
c3a70e2b
CY
134282012-02-15 Chong Yidong <cyd@gnu.org>
13429
60236b0d
CY
13430 * minibuffer.el (completion-at-point-functions): Doc fix.
13431
c3a70e2b
CY
13432 * custom.el (defcustom): Doc fix; note use of defvar.
13433
9f26dc24
GM
134342012-02-15 Glenn Morris <rgm@gnu.org>
13435
13436 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
13437 Doc fixes.
13438
6546b134
GM
134392012-02-14 Glenn Morris <rgm@gnu.org>
13440
13441 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
13442
d29b2b4c
LI
134432012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
13444
13445 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
13446 way the ports list is computed.
835bdcba
LI
13447 (smtpmail-query-smtp-server): Prompt the user for a port number if
13448 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 13449
08dcdbc9
TZ
134502012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
13451
13452 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
13453
2605051a
GM
134542012-02-13 Glenn Morris <rgm@gnu.org>
13455
13456 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
13457
7ee99f32
TZ
134582012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
13459
13460 * net/gnutls.el (gnutls-trustfiles): New variable.
13461 (gnutls-negotiate): Use it.
13462
5f0af64f
LI
134632012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
13464
13465 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
13466 does its stuff if Gnus is running.
13467
c14fcc95
AM
134682012-02-13 Alan Mackenzie <acm@muc.de>
13469
13470 Fix a loop in c-set-fl-decl-start.
13471
7a71b18d 13472 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
13473 c-backward-syntactic-ws actually moves backwards.
13474
142b4d90
LL
134752012-02-13 Leo Liu <sdl.web@gmail.com>
13476
13477 * net/rcirc.el (rcirc-markup-attributes): Move point to the
13478 beginning so that all \C-o chars are removed.
13479
fa9958a6
TZ
134802012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
13481
dc9924b8 13482 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 13483
0bc5886a
AM
134842012-02-12 Alan Mackenzie <acm@muc.de>
13485
13486 Fix infinite loop with long macros.
4d6769e1 13487 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 13488
d4bd55e7
CY
134892012-02-12 Chong Yidong <cyd@gnu.org>
13490
13491 * window.el (display-buffer): Doc fix (Bug#10785).
13492
66f3fe22
GM
134932012-02-12 Glenn Morris <rgm@gnu.org>
13494
bd7da63e
GM
13495 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13496 (x-disown-selection-internal, x-get-selection-internal):
13497 Sync docs with the xselect.c versions.
13498
66f3fe22
GM
13499 * allout-widgets.el: Add missing license notice.
13500
3e0d2fa7
GM
135012012-02-11 Glenn Morris <rgm@gnu.org>
13502
cfecdf09
GM
13503 * select.el (x-get-selection-internal, x-own-selection-internal)
13504 (x-disown-selection-internal):
13505 * x-dnd.el (x-get-selection-internal): Update declarations.
13506
6d216d7f
GM
13507 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
13508
2bed3f04
GM
13509 * window.el (window-sides-slots):
13510 * tool-bar.el (tool-bar-position):
13511 * term/xterm.el (xterm-extra-capabilities):
13512 * ses.el (ses-self-reference-early-detection):
13513 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
13514 (verilog-auto-wire-type)
13515 (verilog-auto-delete-trailing-whitespace)
13516 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
13517 (verilog-auto-tieoff-declaration):
13518 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
13519 (sql-oracle-statement-starters, sql-oracle-scan-on):
13520 * progmodes/prolog.el (prolog-align-comments-flag)
13521 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
13522 (prolog-left-indent-regexp, prolog-paren-indent-p)
13523 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
13524 (prolog-types, prolog-mode-specificators)
13525 (prolog-determinism-specificators, prolog-directives)
13526 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
13527 (prolog-electric-dot-flag)
13528 (prolog-electric-dot-full-predicate-template)
13529 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
13530 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
13531 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
13532 (prolog-program-switches, prolog-prompt-regexp)
13533 (prolog-debug-on-string, prolog-debug-off-string)
13534 (prolog-trace-on-string, prolog-trace-off-string)
13535 (prolog-zip-on-string, prolog-zip-off-string)
13536 (prolog-use-standard-consult-compile-method-flag)
13537 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
13538 (prolog-imenu-max-lines, prolog-info-predicate-index)
13539 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
13540 (prolog-char-quote-workaround):
13541 * progmodes/cc-vars.el (c-defun-tactic):
13542 * net/tramp.el (tramp-encoding-command-interactive)
13543 (tramp-local-end-of-line):
13544 * net/soap-client.el (soap-client):
13545 * net/netrc.el (netrc-file):
13546 * net/gnutls.el (gnutls):
13547 * minibuffer.el (completion-category-overrides)
13548 (completion-cycle-threshold)
13549 (completion-pcm-complete-word-inserts-delimiters):
13550 * man.el (Man-name-local-regexp):
13551 * mail/feedmail.el (feedmail-display-full-frame):
13552 * international/characters.el (glyphless-char-display-control):
13553 * eshell/em-ls.el (eshell-ls-date-format):
13554 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
13555 (lisp-lambda-list-keyword-parameter-indentation)
13556 (lisp-lambda-list-keyword-parameter-alignment):
13557 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
13558 * dired-x.el (dired-omit-verbose):
13559 * cus-theme.el (custom-theme-allow-multiple-selections):
13560 * calc/calc.el (calc-highlight-selections-with-faces)
13561 (calc-lu-field-reference, calc-lu-power-reference)
13562 (calc-note-threshold):
13563 * battery.el (battery-mode-line-limit):
13564 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
13565 (archive-7z-update):
13566 * allout.el (allout-prefixed-keybindings)
13567 (allout-unprefixed-keybindings)
13568 (allout-inhibit-auto-fill-on-headline)
13569 (allout-flattened-numbering-abbreviation):
13570 * allout-widgets.el (allout-widgets-auto-activation)
13571 (allout-widgets-icons-dark-subdir)
13572 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
13573 (allout-widgets-theme-dark-background)
13574 (allout-widgets-theme-light-background)
13575 (allout-widgets-item-image-properties-emacs)
13576 (allout-widgets-item-image-properties-xemacs)
13577 (allout-widgets-run-unit-tests-on-load)
13578 (allout-widgets-time-decoration-activity)
13579 (allout-widgets-hook-error-post-time)
13580 (allout-widgets-track-decoration):
13581 Add missing :version tags to new defcustoms and defgroups.
13582
5fec1b8e
GM
13583 * progmodes/sql.el (sql-ansi-statement-starters)
13584 (sql-oracle-statement-starters): Add custom type.
13585
3e0d2fa7
GM
13586 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
13587 (prolog-system-version): Give it a type.
13588
90b671e2
EZ
135892012-02-11 Eli Zaretskii <eliz@gnu.org>
13590
13591 * term/pc-win.el (x-select-text, x-selection-owner-p)
13592 (x-own-selection-internal, x-disown-selection-internal)
13593 (x-get-selection-internal): Sync doc strings and argument lists
13594 with xselect.c, common-win.el and x-win.el. (Bug#10783)
13595
5eac0c02
LL
135962012-02-11 Leo Liu <sdl.web@gmail.com>
13597
13598 * progmodes/python.el (python-end-of-statement): Fix infinite
13599 loop. (Bug#10788)
13600
f82cb659
GM
136012012-02-10 Glenn Morris <rgm@gnu.org>
13602
13603 * international/mule-cmds.el (unify-8859-on-encoding-mode)
13604 (unify-8859-on-decoding-mode): Properly mark as obsolete.
13605
cc26d239
LI
136062012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
13607
13608 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
13609 about SMTP before checking the From header.
13610
91027d08 13611 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
13612 into own function for reuse by emacsbug.el.
13613
1be3ca5a
LL
136142012-02-10 Leo Liu <sdl.web@gmail.com>
13615
13616 * subr.el (condition-case-unless-debug): Rename from
13617 condition-case-no-debug. All callers changed.
13618 (with-demoted-errors): Fix caller.
13619
13620 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
13621 * nxml/rng-valid.el (rng-do-some-validation):
13622 * emacs-lisp/package.el (package-refresh-contents)
13623 (package-menu-execute):
13624 * desktop.el (desktop-create-buffer):
91027d08 13625 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 13626
b011fbfe
GM
136272012-02-10 Glenn Morris <rgm@gnu.org>
13628
b2096d72
GM
13629 * textmodes/bibtex.el:
13630 Add missing :version tags for new/changed defcustoms.
13631
b011fbfe
GM
13632 * files.el (remote-file-name-inhibit-cache): Doc fixes.
13633
4c7e65bf
LI
136342012-02-09 Lars Ingebrigtsen <larsi@rusty>
13635
13636 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
13637 (smtpmail-via-smtp): Use it, or fall back on the From address.
13638 (smtpmail-send-it): Ditto.
13639
f3934f6f
SM
136402012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
13641
13642 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
13643 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
13644 (byte-compile-tmp-var): New const.
13645 (byte-compile-defvar): Use it to minimize .elc size.
13646 Just use `defvar' rather than simulate it (bug#10761).
13647
a075a2c5
GM
136482012-02-09 Glenn Morris <rgm@gnu.org>
13649
cf3aa21b
GM
13650 * files.el (rename-uniquely): Doc fix. (Bug#3806)
13651
354998cd
GM
13652 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
13653 Add :version tags.
13654
dc9924b8
SM
13655 * progmodes/compile.el (compilation-error-screen-columns)
13656 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 13657
dab3703d
GM
13658 * vc/log-view.el (log-view-toggle-entry-display):
13659 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
13660
3f88cd72
GM
13661 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
13662 (report-emacs-bug-can-use-xdg-email):
13663 (report-emacs-bug-insert-to-mailer): Doc fixes.
13664 (report-emacs-bug): Message fix.
13665
d95b247d
GM
13666 * net/browse-url.el (browse-url-can-use-xdg-open)
13667 (browse-url-xdg-open): Doc fixes.
13668
a075a2c5
GM
13669 * electric.el (electric-indent-mode, electric-pair-mode)
13670 (electric-layout-rules, electric-layout-mode): Doc fixes.
13671 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
13672
ffb6157e
MR
136732012-02-08 Martin Rudalics <rudalics@gmx.at>
13674
13675 * server.el (server-unselect-display): Don't inadvertently kill
13676 the current buffer. (Bug#10729)
13677
e1ac4066
GM
136782012-02-08 Glenn Morris <rgm@gnu.org>
13679
34e8a2da
GM
13680 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
13681 (sql-list-table): Doc fixes.
13682
b4ac6e8c
GM
13683 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
13684 Comment out (does nothing).
13685
e1ac4066
GM
13686 * completion.el (dynamic-completion-mode):
13687 * dirtrack.el (dirtrack-debug-mode):
13688 * electric.el (electric-layout-mode):
13689 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
13690 * face-remap.el (text-scale-mode, buffer-face-mode):
13691 * iimage.el (iimage-mode):
13692 * image-mode.el (image-transform-mode):
13693 * minibuffer.el (completion-in-region-mode):
13694 * scroll-lock.el (scroll-lock-mode):
13695 * simple.el (next-error-follow-minor-mode):
13696 * tar-mode.el (tar-subfile-mode):
13697 * tooltip.el (tooltip-mode):
13698 * vcursor.el (vcursor-use-vcursor-map):
13699 * wid-browse.el (widget-minor-mode):
13700 * emulation/tpu-edt.el (tpu-edt-mode):
13701 * emulation/tpu-extras.el (tpu-cursor-free-mode):
13702 * international/iso-ascii.el (iso-ascii-mode):
13703 * language/thai-util.el (thai-word-mode):
13704 * mail/supercite.el (sc-minor-mode):
13705 * net/goto-addr.el (goto-address-mode):
13706 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
13707 * progmodes/cwarn.el (cwarn-mode):
13708 * progmodes/flymake.el (flymake-mode):
13709 * progmodes/glasses.el (glasses-mode):
13710 * progmodes/hideshow.el (hs-minor-mode):
13711 * progmodes/pascal.el (pascal-outline-mode):
13712 * textmodes/enriched.el (enriched-mode):
13713 * vc/smerge-mode.el (smerge-mode):
13714 Doc fixes (minor mode argument).
13715
5e0d957f
EZ
137162012-02-07 Eli Zaretskii <eliz@gnu.org>
13717
13718 * ls-lisp.el (ls-lisp-sanitize): New function.
13719 (ls-lisp-insert-directory): Use it to fix or remove any elements
13720 in file-alist with missing attributes. (Bug#4673)
13721
98d7371e
AM
137222012-02-07 Alan Mackenzie <acm@muc.de>
13723
13724 Fix spurious recognition of c-in-knr-argdecl.
13725
13726 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
13727 putative K&R region.
13728
667ced3a
AM
137292012-02-07 Alan Mackenzie <acm@muc.de>
13730
eb864a71
LM
13731 * progmodes/cc-engine.el (c-forward-objc-directive):
13732 Prevent looping in "#pragma mark @implementation".
667ced3a 13733
5b77774d
MA
137342012-02-07 Michael Albinus <michael.albinus@gmx.de>
13735
13736 * notifications.el (notifications-on-closed-signal): Make `reason'
13737 optional. (Bug#10744)
13738
af008560
GM
137392012-02-07 Glenn Morris <rgm@gnu.org>
13740
60d47423
GM
13741 * emacs-lisp/easy-mmode.el (define-minor-mode):
13742 Doc fixes for the macro and the mode it defines.
13743
dd605cc4
GM
13744 * image.el (imagemagick-types-inhibit): Doc fix.
13745
af008560
GM
13746 * cus-start.el (imagemagick-render-type): Add it.
13747
5cc59a37
LI
137482012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
13749
4d6769e1
JB
13750 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
13751 Set the default at load time, too, so that `font-lock-fontify-buffer'
13752 can be called without setting up the entire mode first. This fixes
13753 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 13754
9a6dd747
CY
137552012-02-06 Chong Yidong <cyd@gnu.org>
13756
2d16b285
CY
13757 * simple.el (list-processes--refresh): Delete exited processes
13758 (Bug#8094).
13759
171e9b6e
CY
13760 * comint.el (comint-next-prompt): next-single-char-property-change
13761 and prev-single-char-property-change never return nil (Bug#8657).
13762
9a6dd747
CY
13763 * custom.el (defcustom): Doc fix (Bug#9711).
13764
aa4589a7
CY
137652012-02-05 Chong Yidong <cyd@gnu.org>
13766
5c2a252f
CY
13767 * cus-edit.el (custom-variable-reset-backup): Quote the value
13768 before storing it in the customized-value property (Bug#6712).
4aab9006 13769 (custom-display): Add a customization type tag.
983b9602 13770 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 13771
aa4589a7
CY
13772 * wid-edit.el (widget-field-value-get): New optional arg to
13773 suppress trailing whitespace truncation.
13774 (character): Use it (Bug#2689).
13775
1ff980ae
AS
137762012-02-05 Andreas Schwab <schwab@linux-m68k.org>
13777
13778 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
13779 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
13780
03988c98
CY
137812012-02-05 Chong Yidong <cyd@gnu.org>
13782
eeb6cc88
CY
13783 * cus-edit.el (custom-variable-value-create): For mismatched
13784 types, show the current value (Bug#7600).
13785
03988c98
CY
13786 * custom.el (defcustom): Doc fix.
13787
f8cdeef0
GM
137882012-02-05 Glenn Morris <rgm@gnu.org>
13789
13790 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
13791
0696d255
JB
137922012-02-05 Juanma Barranquero <lekktu@gmail.com>
13793
13794 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
13795 (pp-buffer): Use `ignore-errors', `looking-at-p'.
13796 (pp-last-sexp): Use `looking-at-p'.
13797
34c99998
GM
137982012-02-04 Glenn Morris <rgm@gnu.org>
13799
8f05da42
GM
13800 * files.el (revert-buffer):
13801 Doc fix (mention revert-buffer-in-progress-p).
13802
f160676e
GM
13803 * emacs-lisp/ert-x.el (ert-simulate-command):
13804 Check deferred-action-list (which is obsolete) is bound.
13805
c7291ad9
GM
13806 * subr.el (with-wrapper-hook): Doc fixes.
13807
34c99998
GM
13808 * simple.el (filter-buffer-substring-functions)
13809 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
13810
6283a7d3
LL
138112012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
13812
13813 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
13814 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
13815
e96e3013
LL
138162012-02-04 Leo Liu <sdl.web@gmail.com>
13817
13818 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
13819
8ded50f2
GM
138202012-02-04 Glenn Morris <rgm@gnu.org>
13821
82ff1d13
GM
13822 * image.el (image-extension-data): Add obsolete alias.
13823
987a0a16
GM
13824 * isearch.el (isearch-update): Doc fix.
13825
ea32ef46
GM
13826 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
13827
8ded50f2
GM
13828 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
13829
eea14f31
GM
138302012-02-03 Glenn Morris <rgm@gnu.org>
13831
13832 * image.el (image-animated-p): Doc fix. Use image-animated-types.
13833 (image-animate-timeout): Doc fix.
13834
13835 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
13836
12f381b7
GM
138372012-02-02 Glenn Morris <rgm@gnu.org>
13838
953cebf5
GM
13839 * server.el (server-auth-dir): Doc fix.
13840 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
13841
12f381b7
GM
13842 * subr.el (run-mode-hooks): Doc fix.
13843
953a8c3b
JL
138442012-02-02 Juri Linkov <juri@jurta.org>
13845
13846 * image-mode.el (image-toggle-display-image): Remove tautological
13847 `major-mode' from the `derived-mode-p' test.
13848
c5d3843c
KH
138492012-02-02 Kenichi Handa <handa@m17n.org>
13850
9f6e692e 13851 * composite.el (compose-region): Cancel previous change.
c5d3843c 13852
159462d4 138532012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
13854
13855 * composite.el (compose-region, compose-string): Signal error for
13856 a null string component (Bug#6988).
13857
9f562668
CY
138582012-02-01 Chong Yidong <cyd@gnu.org>
13859
e2cef717
CY
13860 * view.el (view-buffer-other-window, view-buffer-other-frame):
13861 Handle special modes like view-buffer (Bug#10650).
13862 (view-buffer): Simplify.
13863
9f562668
CY
13864 * frame.el (set-frame-font): Tweak meaning of third argument.
13865
9f6e692e
JB
13866 * dynamic-setting.el (font-setting-change-default-font):
13867 Use set-frame-font (Bug#9982).
9f562668 13868
781acb9f
GM
138692012-02-01 Glenn Morris <rgm@gnu.org>
13870
6035be52
GM
13871 * progmodes/compile.el (compilation-internal-error-properties):
13872 Respect compilation-first-column in the "*compilation*" buffer.
13873
781acb9f
GM
13874 * emacs-lisp/easy-mmode.el (define-minor-mode):
13875 Relax :variable's test for a named function.
13876
abbceb00
AM
138772012-01-31 Alan Mackenzie <acm@muc.de>
13878
13879 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
13880 off by one error.
13881
fce3fdeb
CY
138822012-01-31 Chong Yidong <cyd@gnu.org>
13883
13884 * frame.el (set-frame-font): New arg ALL-FRAMES.
13885
13886 * menu-bar.el (menu-set-font): Use set-frame-font.
13887
13888 * faces.el (face-spec-reset-face): Don't apply unspecified
13889 attribute values to the default face.
13890
47893581
JB
138912012-01-31 Juanma Barranquero <lekktu@gmail.com>
13892
13893 * progmodes/cwarn.el (cwarn): Remove dead link.
13894 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
13895 Remove * from defcustom docstrings.
13896 (turn-on-cwarn-mode): Make obsolete.
13897 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
13898 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
13899
e58e988a
GM
139002012-01-31 Glenn Morris <rgm@gnu.org>
13901
60dc2671 13902 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 13903 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 13904 Allow named functions to be used as the cdr of :variable.
e58e988a 13905
7a3f511d
GM
139062012-01-30 Glenn Morris <rgm@gnu.org>
13907
13908 * emacs-lisp/authors.el (authors-fixed-entries):
13909 Remove reference to deleted file rnewspost.el.
13910
cb882333
JB
139112012-01-29 Juanma Barranquero <lekktu@gmail.com>
13912
13913 * window.el (window-with-parameter): Remove unused variable `windows'.
13914 (window--side-check): Remove unused variable `code'.
13915 (window--resize-siblings): Remove unused variable `first'.
13916 (adjust-window-trailing-edge): Remove unused variable `failed'.
13917 (window-deletable-p, window--delete): Remove unused variable `buffer'.
13918 Use `let', not `let*'.
13919 (balance-windows-2): Remove unused variable `found'.
13920 (window--state-put-2): Remove unused variable `splits'.
13921 (window-state-put): Remove unused variable `selected'.
13922 (same-window-p): Use `string-match-p'.
13923 (display-buffer-assq-regexp): Remove unused variable `value'.
13924 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13925 Mark argument ALIST as ignored.
13926 (pop-to-buffer): Remove unused variable `old-window'.
13927
907201af
EZ
139282012-01-29 Eli Zaretskii <eliz@gnu.org>
13929
13930 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
13931 and .lzma compressed files.
13932
ea162670
CY
139332012-01-29 Chong Yidong <cyd@gnu.org>
13934
5b95ee8a
CY
13935 * frame.el (window-system-default-frame-alist): Doc fix.
13936
ea162670
CY
13937 * dynamic-setting.el (font-setting-change-default-font): Don't
13938 change the default face if SET-FONT argument is non-nil (Bug#9982).
13939
6fccd6e8 139402012-01-29 Samuel Bronson <naesten@gmail.com>
d6e6f4b1
SB
13941
13942 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
13943
0f29fa41 139442012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
13945
13946 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
13947 breakpoints in files outside current directory (Bug#6098).
13948
db174434
CY
139492012-01-29 Chong Yidong <cyd@gnu.org>
13950
6b25e4e2
SE
13951 * progmodes/python.el: Require ansi-color at top-level.
13952
6df6ae42
JB
13953 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
13954 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
13955 (lisp-mode-abbrev-table): Add doc.
13956 (lisp-mode-variables): Don't set local-abbrev-table.
13957 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
13958
e70ee681
RW
139592012-01-28 Roland Winkler <winkler@gnu.org>
13960
13961 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
13962
ace88aa2
RW
139632012-01-28 Roland Winkler <winkler@gnu.org>
13964
13965 * textmodes/bibtex.el (bibtex-entry-alist): New function.
13966 (bibtex-set-dialect): Use it. Either set global values of
13967 dialect-dependent variables or bind these variables buffer-locally
13968 (Bug#10254).
13969 (bibtex-mode): Call bibtex-set-dialect via
13970 hack-local-variables-hook.
eb864a71
LM
13971 (bibtex-dialect): Update docstring.
13972 Add safe-local-variable predicate.
ace88aa2
RW
13973 (bibtex-entry-alist, bibtex-field-alist): Initialize via
13974 bibtex-set-dialect.
13975 (bibtex-mode-map): Define menu for each dialect.
13976 (bibtex-entry): Fix docstring.
13977
93376c5b
CY
139782012-01-28 Chong Yidong <cyd@gnu.org>
13979
13980 * eshell/esh-arg.el (eshell-quote-argument): New function.
13981
13982 * eshell/esh-ext.el (eshell-invoke-batch-file):
13983 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
13984 first arg to eshell-parse-command (Bug#10523).
13985
4372494f
DA
139862012-01-28 Drew Adams <drew.adams@oracle.com>
13987
13988 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
13989 `default-directory' is non-nil.
13990
4d4ec1f8
EZ
139912012-01-28 Eli Zaretskii <eliz@gnu.org>
13992
13993 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
13994 line that displays system-configuration-options. (Bug#9924)
13995
7c188927
DA
139962012-01-28 Drew Adams <drew.adams@oracle.com>
13997
13998 * descr-text.el (describe-char): Show information about POS, in
13999 addition to information about the character at POS. Improve and
14000 update the doc string. Change "code point" to "code point in
14001 charset", to avoid confusion with the character's Unicode code
14002 point shown above that. (Bug#10129)
14003
e0da685a
EZ
140042012-01-28 Eli Zaretskii <eliz@gnu.org>
14005
14006 * descr-text.el (describe-char): Show the raw character, not only
14007 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
14008 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
14009 for the reasons.
14010
70550acf
PH
140112012-01-28 Phil Hagelberg <phil@hagelb.org>
14012
eb864a71
LM
14013 * emacs-lisp/package.el (package-install):
14014 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 14015
0ce8e868
CY
140162012-01-28 Chong Yidong <cyd@gnu.org>
14017
cb882333
JB
14018 * emacs-lisp/package.el (package-maybe-load-descriptor):
14019 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
14020 (package-maybe-load-descriptor): Use it.
14021 (package-download-transaction): Fully load required packages
14022 inside the loop, so that `require' calls work (Bug#10593).
14023 (package-install): No need to call package-initialize now.
14024
2e7f3bea
CY
140252012-01-28 Chong Yidong <cyd@gnu.org>
14026
6e9bad14
CY
14027 * simple.el (deactivate-mark): Doc fix (Bug#8614).
14028
f823b8ca
CY
14029 * tooltip.el (tooltip-mode): Doc fix.
14030 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
14031
2680c309
CY
14032 * frame.el (set-cursor-color): Doc fix (Bug#352).
14033
d7a9e63b
CY
14034 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
14035 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
14036
2e7f3bea
CY
14037 * cus-edit.el (custom-buffer-create-internal): Fix search button
14038 action (Bug#10542).
2ae01800 14039 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 14040
fc4f7a23
EW
140412012-01-27 Eduard Wiebe <usenet@pusto.de>
14042
14043 * dired.el (dired-mark-files-regexp):
14044 Include any subdirectory components. (Bug#10445)
14045
7dd37071
ML
140462012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
14047
14048 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
14049 Handle [host]:port syntax. (Bug#10533)
14050
a268160b
AH
140512012-01-27 Alex Harsanyi <harsanyi@mac.com>
14052
14053 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
14054
e43273ef
GM
140552012-01-26 Glenn Morris <rgm@gnu.org>
14056
14057 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
14058 * term.el (term-raw-escape-map): Use Control-X-prefix.
14059 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
14060
1edf595d
MR
140612012-01-25 Martin Rudalics <rudalics@gmx.at>
14062
14063 * window.el (window-state-get, window--state-get-1): Don't deal
14064 with fixed-sizeness of windows. Simplify code.
14065
fa8eafef
JC
140662012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
14067
6df6ae42
JB
14068 * window.el (window--state-get-1, window--state-put-2):
14069 Don't save and restore the mark.
fa8eafef 14070
0b21c100
CY
140712012-01-25 Chong Yidong <cyd@gnu.org>
14072
14073 * custom.el (custom-variable-p): Doc fix.
14074
5ae1a6c8
GM
140752012-01-25 Glenn Morris <rgm@gnu.org>
14076
40047858
GM
14077 * dired.el (dired-goto-file): Handle some of the more common
14078 characters that `ls -b' escapes. (Bug#10596)
14079
5ddce96c
GM
14080 * progmodes/compile.el (compilation-next-error-function):
14081 Respect compilation-first-column in the "*compilation*" buffer.
14082 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
14083
5ae1a6c8
GM
14084 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
14085
b559f1a9
GM
140862012-01-24 Glenn Morris <rgm@gnu.org>
14087
14088 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
14089
6725d21a
JD
140902012-01-24 Julien Danjou <julien@danjou.info>
14091
14092 * color.el (color-rgb-to-hsl): Fix value computing.
14093 (color-hue-to-rgb): New function.
14094 (color-hsl-to-rgb): New function.
14095 (color-clamp, color-saturate-hsl, color-saturate-name)
14096 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
14097 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
14098
70df4bbe
GM
140992012-01-24 Glenn Morris <rgm@gnu.org>
14100
14101 * vc/vc-rcs.el (vc-rcs-create-tag):
14102 * vc/vc-sccs.el (vc-sccs-create-tag):
14103 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
14104
802a2ae2
ML
141052012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
14106
14107 * eshell/esh-util.el (eshell-read-hosts-file):
14108 Skip comment lines. (Bug#10549)
14109
d7128bb1
ML
14110 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
14111
d1a5c3b4
JB
141122012-01-23 Juanma Barranquero <lekktu@gmail.com>
14113
2724d9c7
JB
14114 * subr.el (display-delayed-warnings): Doc fix.
14115 (collapse-delayed-warnings): New function to collapse identical
14116 adjacent warnings.
14117 (delayed-warnings-hook): Add it.
d1a5c3b4 14118
a5509865
MA
141192012-01-22 Michael Albinus <michael.albinus@gmx.de>
14120
14121 * net/tramp.el (tramp-action-login): Set connection property "login-as".
14122
a5509865
MA
14123 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
14124 (tramp-default-user-alist): Don't add "pscp".
14125 (tramp-do-copy-or-rename-file-out-of-band): Use connection
14126 property "login-as", if set. (Bug#10530)
14127
cc6d5805
MA
141282012-01-21 Michael Albinus <michael.albinus@gmx.de>
14129
14130 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
14131 "plink1" and "psftp". (Bug#10530)
14132
141332012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
14134
14135 * international/mule-cmds.el (prefer-coding-system): Show a
14136 warning message if the default value of file-name-coding-system
14137 was not changed.
14138
f0960428
JC
141392012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
14140
cb882333
JB
14141 * windmove.el (windmove-reference-loc):
14142 Fix windmove-reference-loc miscalculation.
f0960428 14143
dd6f2a63
JB
141442012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
14145
14146 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
14147 default unit.
14148
7b447e9b
GM
141492012-01-21 Glenn Morris <rgm@gnu.org>
14150
117a9ea1
GM
14151 * international/mule.el (auto-coding-alist): Add .tbz.
14152
7b447e9b
GM
14153 * files.el (local-enable-local-variables): Doc fix.
14154 (inhibit-local-variables-regexps): Rename from
14155 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
14156 Doc fix. Add some extensions from auto-coding-alist.
14157 (inhibit-local-variables-suffixes):
14158 Rename from inhibit-first-line-modes-suffixes. Doc fix.
14159 (inhibit-local-variables-p):
14160 New function, extracted from set-auto-mode-1.
14161 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
14162 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
14163 (hack-local-variables): Doc fix. Make the mode-only case
14164 respect enable-local-variables and friends.
14165 Respect inhibit-local-variables-regexps for file-locals, but
14166 not for directory-locals.
14167 (set-visited-file-name):
14168 Take account of inhibit-local-variables-regexps.
14169 Whether it applies may change as the file name is changed.
14170 * jka-cmpr-hook.el (jka-compr-install):
14171 * jka-compr.el (jka-compr-uninstall):
14172 Update for inhibit-first-line-modes-suffixes name change.
14173
dd6e3cdd
MR
141742012-01-20 Martin Rudalics <rudalics@gmx.at>
14175
14176 * help-macro.el (make-help-screen): Temporarily restore original
14177 binding for minor-mode-map-alist (Bug#10454).
14178
0d0deb38
JD
141792012-01-19 Julien Danjou <julien@danjou.info>
14180
14181 * color.el (color-name-to-rgb): Use the white color to find the max
14182 color component value and return correctly computed values.
14183 (color-name-to-rgb): Add missing float conversion for max value.
14184
34a02f46
MR
141852012-01-19 Martin Rudalics <rudalics@gmx.at>
14186
14187 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
14188 special state value for window-persistent-parameters.
14189 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
14190 (window--state-put-2): Reset all window parameters to nil before
14191 assigning values of persistent parameters.
14192
606c44c4
AM
141932012-01-18 Alan Mackenzie <acm@muc.de>
14194
14195 Eliminate sluggishness and hangs in fontification of "semicolon
14196 deserts".
14197
cb882333
JB
14198 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
14199 Change value 10000 -> 3000.
606c44c4
AM
14200 (c-state-safe-place): Reformulate so it doesn't stack up an
14201 infinite number of wrong entries in c-state-nonlit-pos-cache.
14202 (c-determine-limit-get-base, c-determine-limit): New functions to
14203 determine backward search limits disregarding literals.
14204 (c-find-decl-spots): Amend commenting.
14205 (c-cheap-inside-bracelist-p): New function which detects "={".
14206
14207 * progmodes/cc-fonts.el
14208 (c-make-font-lock-BO-decl-search-function): Give a limit to a
14209 backward search.
14210 (c-font-lock-declarations): Fix an occurrence of point being
14211 undefined. Check additionally for point being in a bracelist or
14212 near a macro invocation without a semicolon so as to avoid a
14213 fruitless time consuming search for a declarator. Give a more
14214 precise search limit for declarators using the new
14215 c-determine-limit.
14216
f3860cea
GM
142172012-01-18 Glenn Morris <rgm@gnu.org>
14218
14219 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
14220 (set-auto-mode): Doc fixes.
14221
1db03b16
GM
142222012-01-17 Glenn Morris <rgm@gnu.org>
14223
0e6038be
GM
14224 * isearch.el (search-nonincremental-instead): Fix doc typo.
14225
1db03b16
GM
14226 * dired.el (dired-insert-directory): Handle newlines in directory name.
14227 (dired-build-subdir-alist): Unescape newlines in directory name.
14228
4cb0aa75
MA
142292012-01-17 Michael Albinus <michael.albinus@gmx.de>
14230
14231 * net/tramp.el (tramp-local-end-of-line): New defcustom.
14232 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
14233 (tramp-action-terminal): Use it. (Bug#10530)
14234
1d00653d
SM
142352012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
14236
14237 * minibuffer.el (completion--replace): Strip properties (bug#10062).
14238
6a6ee00d
MR
142392012-01-16 Martin Rudalics <rudalics@gmx.at>
14240
14241 * window.el (window-state-ignored-parameters): Remove variable.
14242 (window--state-get-1): Rename argument MARKERS to IGNORE.
14243 Handle persistent window parameters. Make copy of clone-of
14244 parameter only if requested. (Bug#10348)
14245 (window--state-put-2): Install a window parameter only if it has
14246 a non-nil value or an existing parameter shall be overwritten.
14247
97912def
MA
142482012-01-15 Michael Albinus <michael.albinus@gmx.de>
14249
14250 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
14251
688070a5
EZ
142522012-01-14 Eli Zaretskii <eliz@gnu.org>
14253
14254 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
14255 don't pass the (nil) value of `upnode' to string-match.
14256
301afadc
CY
142572012-01-14 Chong Yidong <cyd@gnu.org>
14258
14259 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 14260 Fix values recognized by the cursorBlink resource.
301afadc 14261
9e5788aa
PE
142622012-01-14 Paul Eggert <eggert@cs.ucla.edu>
14263
14264 * epg.el (epg--make-temp-file): Avoid permission race condition
14265 when running on old Emacs versions (bug#10403).
14266
3cdb7f5a
GM
142672012-01-14 Glenn Morris <rgm@gnu.org>
14268
14269 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
14270
8c82b1b4
AM
142712012-01-13 Alan Mackenzie <acm@muc.de>
14272
14273 Fix filling for when filladapt mode is enabled.
14274
14275 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
14276 c-mask-paragraph, pass in `fill-paragraph' rather than
14277 `fill-region-as-paragraph'. (This is a reversion of a previous
14278 change.)
eb864a71
LM
14279 * progmodes/cc-mode.el (c-basic-common-init):
14280 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 14281
e517eda4
GM
142822012-01-13 Glenn Morris <rgm@gnu.org>
14283
1498536e
GM
14284 * dired.el (dired-switches-escape-p): New function.
14285 (dired-insert-directory): Use dired-switches-escape-p.
14286 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
14287
e517eda4
GM
14288 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
14289
328f984d
GM
142902012-01-12 Glenn Morris <rgm@gnu.org>
14291
14292 * mail/sendmail.el (mail-mode): Update paragraph-separate for
14293 changes in adaptive-fill-regexp. (Bug#10276)
14294
2cc769a8
AM
142952012-01-11 Alan Mackenzie <acm@muc.de>
14296
14297 Fix Emacs bug #10463 - put `widen's around the critical spots.
14298
1d00653d 14299 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
14300 widen around each invocation of c-state-pp-to-literal. Remove an
14301 unused let variable.
14302
e52c37fa
GM
143032012-01-11 Glenn Morris <rgm@gnu.org>
14304
14305 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 14306 Doc fix.
e52c37fa 14307
96f8741e
CY
143082012-01-10 Chong Yidong <cyd@gnu.org>
14309
1d00653d
SM
14310 * net/network-stream.el (network-stream-open-starttls):
14311 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
14312 response to the capability command.
14313
b09a806e
GM
143142012-01-10 Glenn Morris <rgm@gnu.org>
14315
14316 * mail/unrmail.el (unrmail): Tweak previous change.
14317
7655cb66
CY
143182012-01-09 Chong Yidong <cyd@gnu.org>
14319
14320 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
14321
9d5a8f0b
AM
143222012-01-08 Alan Mackenzie <acm@muc.de>
14323
677d5c92 14324 Optimize font locking in long enum definitions.
9d5a8f0b
AM
14325
14326 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
14327 arm to a cond form to handle enums.
14328 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
14329 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
14330
9a0115ab 143312012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
14332
14333 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 14334 (Bug#10401)
6bb72cbd 14335
f186bb95
LMI
143362012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
14337
29232a68
LMI
14338 * faces.el (set-face-attribute): Clarify the meaning of the nil
14339 frame (bug#10294).
14340
4e5d086d
LMI
14341 * subr.el (with-selected-frame): Mention that the selected frame
14342 is restored (bug#9980).
14343
8e66aebe
LMI
14344 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
14345 (bug#9759).
14346
cd394be1 14347 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
14348 (password-read): Don't autoload unused function.
14349
adf4e762
JB
143502012-01-07 Juanma Barranquero <lekktu@gmail.com>
14351
14352 * progmodes/which-func.el (which-func-mode): Turn into a
14353 non-interactive function and mark as obsolete (bug#10428).
14354
89bd9ccd
CY
143552012-01-06 Chong Yidong <cyd@gnu.org>
14356
14357 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
14358 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
14359 functions, along with 1 and -1.
14360
4afee9d5
EZ
143612012-01-06 Eli Zaretskii <eliz@gnu.org>
14362
14363 * time.el (display-time-load-average)
14364 (display-time-default-load-average): Doc fixes. See the thread
14365 starting at
14366 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
14367 for the details.
14368
536aea70
GM
143692012-01-06 Glenn Morris <rgm@gnu.org>
14370
665ae865
GM
14371 * mail/unrmail.el (unrmail): Give an explicit error if the input file
14372 has no messages. (Bug#10377)
14373
c869783d
GM
14374 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
14375 than Info-edit. (Bug#10385)
14376
2bb4227e
GM
14377 * time.el (display-time-load-average, display-time-next-load-average):
14378 Doc fixes.
14379
7d5944b9
GM
14380 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
14381 local setting of buffer-read-only to the input buffer. (Bug#10419)
14382
536aea70
GM
14383 * calendar/calendar.el (calendar-mode):
14384 Locally set scroll-margin to 0. (Bug#10379)
14385
7dccca16
UM
143862012-01-06 Ulrich Mueller <ulm@gentoo.org>
14387
14388 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
14389
afbb7930
GM
143902012-01-05 Glenn Morris <rgm@gnu.org>
14391
14392 * eshell/em-unix.el (diff-no-select): Autoload it.
14393 (eshell/diff): Use diff-no-select. (Bug#10420)
14394
04482335
CY
143952012-01-05 Chong Yidong <cyd@gnu.org>
14396
7baca3bc
CY
14397 * shell.el (shell-dynamic-complete-functions): Revert last change.
14398 (shell-command-completion-function): New function.
14399 (shell-completion-vars): Use it to implement
14400 shell-completion-execonly (Bug#10417).
14401
04482335
CY
14402 * custom.el (enable-theme): Don't set custom-safe-themes.
14403
1d00653d
SM
14404 * cus-theme.el (custom-theme-merge-theme):
14405 Ignore custom-enabled-themes and custom-safe-themes.
04482335 14406
bb5aa5d6
MM
144072012-01-05 Michael R. Mauger <mmaug@yahoo.com>
14408
14409 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
14410 first prompt in `sql-interacive-mode'.
14411 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 14412 keywords.
6df6ae42 14413 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
14414 (sql-product-interactive): Bug fix: Set `sql-buffer' in
14415 context of original buffer. Invoke `sql-login-hook'.
14416
a7183d7c
EZ
144172012-01-04 Eli Zaretskii <eliz@gnu.org>
14418
14419 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
14420 letters in cite-prefix.
14421
a1eacd1e
LMI
144222012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14423
14424 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
14425
787cdb34
CY
144262012-01-03 Chong Yidong <cyd@gnu.org>
14427
1d00653d
SM
14428 * shell.el (shell-dynamic-complete-functions):
14429 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
14430 comint-filename-completion first (Bug#10417).
14431
30710442
RS
144322012-01-02 Richard Stallman <rms@gnu.org>
14433
14434 * battery.el (battery-status-function):
14435 Detect when to use battery-yeeloong-sysfs.
14436 (battery-echo-area-format): Add string for Yeeloong.
14437 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
14438 (battery-yeeloong-sysfs): New function.
14439
f75bfc33
CY
144402012-01-02 Chong Yidong <cyd@gnu.org>
14441
14442 * dirtrack.el (dirtrack-list): Eliminate unused third element.
14443 (dirtrack): Merge code for handling relative filenames in prompt
14444 from shell-dir-cookie-watcher.
14445 (dirtrack-debug-message): New arg to avoid excess format calls.
14446
14447 * shell.el (shell-dir-cookie-re): Variable deleted.
14448 (shell-dir-cookie-watcher): Function deleted.
14449 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
14450 with dirtrack-mode.
14451
651e947e
EZ
144522012-01-01 Eli Zaretskii <eliz@gnu.org>
14453
1d00653d
SM
14454 * term/w32-win.el (dynamic-library-alist) <gnutls>:
14455 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
14456 libgnutls-26.dll.
14457
94d4c7dc
AS
144582011-12-31 Andreas Schwab <schwab@linux-m68k.org>
14459
14460 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
14461
8d43f3cd
EZ
144622011-12-31 Eli Zaretskii <eliz@gnu.org>
14463
14464 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
14465 headers of non-MIME messages, when rmail-enable-mime is non-nil.
14466
98c8795a
MA
144672011-12-29 Michael Albinus <michael.albinus@gmx.de>
14468
14469 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
14470 also for alternative shells.
14471 (tramp-open-connection-setup-interactive-shell): Check, whether
14472 the shell is a busybox.
14473 (tramp-send-command): Don't suppress multiple prompts for
14474 busyboxes, it hurts.
14475
51281b32
CY
144762011-12-28 Chong Yidong <cyd@gnu.org>
14477
14478 * progmodes/gdb-mi.el (gdb-get-source-file-list)
14479 (gdb-get-source-file): Move mode line update to
14480 gdb-get-source-file (Bug#10087).
14481
2170cb53
CY
144822011-12-25 Chong Yidong <cyd@gnu.org>
14483
14484 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
14485 gud-gdb-marker-filter without taking it as an argument.
14486 (gud-gdb-run-command-fetch-lines): Caller changed.
14487 (gud-gdb-completion-function): New variable.
14488 (gud-gdb-completion-at-point): Use it.
14489 (gud-gdb-completions-1): Split from gud-gdb-completions.
14490
14491 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
14492 function as separate arguments.
14493 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
14494 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
14495 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
14496 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
14497 (gdb-stopped, def-gdb-auto-update-trigger)
14498 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
14499 (gdb-get-changed-registers, gdb-get-main-selected-frame):
14500 Callers changed.
2170cb53
CY
14501 (gud-gdbmi-completions): New function.
14502 (gdb): Use it for generating the completion table.
14503
be8b11bb
AM
145042011-12-24 Alan Mackenzie <acm@muc.de>
14505
14506 Introduce a mechanism to widen the region used in context font
1d00653d 14507 locking. Use this to protect declarations from losing their contexts.
be8b11bb 14508
1d00653d
SM
14509 * progmodes/cc-langs.el (c-before-font-lock-functions):
14510 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 14511 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
14512 functions to be run just before context (etc.) font locking.
14513
14514 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 14515 New, functionality extracted from
be8b11bb 14516 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 14517 (c-in-after-change-fontification): New variable.
be8b11bb
AM
14518 (c-after-change): Set c-in-after-change-fontification.
14519 (c-set-fl-decl-start): Rejig its interface, so it can be called
14520 from both after-change and context fontifying.
b81d40f0
JB
14521 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
14522 New functions.
14523 (c-standard-font-lock-fontify-region-function): New variable.
14524 (c-font-lock-fontify-region): New function.
be8b11bb 14525
341cf6ac
JL
145262011-12-24 Juri Linkov <juri@jurta.org>
14527
14528 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
14529 (Bug#10348)
14530
bffcee0a
MA
145312011-12-23 Michael Albinus <michael.albinus@gmx.de>
14532
14533 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
14534 existence of source file. (Bug#10325)
14535
cb5e207c
AM
145362011-12-23 Alan Mackenzie <acm@muc.de>
14537
14538 Fix unstable fontification inside templates.
14539
b81d40f0
JB
14540 * progmodes/cc-langs.el (c-before-font-lock-functions):
14541 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
14542 additionally has c-set-fl-decl-start. The other languages (apart
14543 from AWK) have that as a single entry.
14544
b81d40f0
JB
14545 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14546 The functionality for "local" declarations has been extracted to
cb5e207c
AM
14547 c-set-fl-decl-start.
14548
b81d40f0
JB
14549 * progmodes/cc-mode.el (c-common-init, c-after-change):
14550 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
14551 (c-set-fl-decl-start): New function, extracted from
14552 c-font-lock-enclosing-decls and enhanced.
14553
60ff536c
JB
145542011-12-23 Juanma Barranquero <lekktu@gmail.com>
14555
14556 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
14557
1c4757d6
JL
145582011-12-22 Juri Linkov <juri@jurta.org>
14559
14560 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
14561
d031f2c7
CY
145622011-12-22 Chong Yidong <cyd@gnu.org>
14563
14564 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
14565
bace743a
DA
145662011-12-21 Drew Adams <drew.adams@oracle.com>
14567
14568 * files.el (file-remote-p): Fix docstring. (Bug#10319)
14569
728a1f2b
JC
145702011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
14571
14572 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
14573
0d373f73
TZ
145742011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
14575
fec0aaa4
TZ
14576 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
14577 highlighting and support. Fix up comments for capitalization.
14578 (cfengine-mode-debug): New var.
14579 (cfengine3-mode): Change the modeline indicator to "CFE3".
14580 (cfengine3-font-lock-keywords): Improve defun highlighting.
14581 (cfengine2-actions): Rename from `cfengine-actions'.
14582 (cfengine2-font-lock-keywords): Rename from
14583 `cfengine-font-lock-keywords'.
14584 (cfengine2-imenu-expression): Rename from
14585 `cfengine-imenu-expression'.
14586 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
14587 (cfengine2-beginning-of-defun): Rename from
14588 `cfengine-beginning-of-defun'.
14589 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
14590 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
14591 (cfengine2-mode): Rename from `cfengine-mode'. Change the
14592 modeline indicator to "CFE2".
14593 (cfengine-mode): Defalias to `cfengine-auto-mode'.
14594 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 14595
bc86f573
CY
145962011-12-21 Chong Yidong <cyd@gnu.org>
14597
14598 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
14599 filename argument.
14600
d45ba96b
MR
146012011-12-20 Martin Rudalics <rudalics@gmx.at>
14602
14603 * window.el (window-normalize-buffer-to-display): Remove.
14604 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
14605
a6198c90
CY
146062011-12-19 Chong Yidong <cyd@gnu.org>
14607
14608 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
14609 Don't signal an error in a predicate function; return non-nil.
14610 (vc-dir-mark-file): Move the error here.
14611 (vc-dir-mark-unmark): If acting on the region, keep going if one
14612 of the entries cannot be marked/unmarked.
14613 (vc-dir-mark-all-files): If current entry is a directory, mark
14614 only child files, as documented.
14615
34c5fb55
VB
146162011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
14617
14618 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
14619 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
14620 addition.
14621
c803b2b7
JD
146222011-12-18 Jan Djärv <jan.h.d@swipnet.se>
14623
14624 * term/ns-win.el (ns-get-selection-internal)
14625 (ns-store-selection-internal): Declare.
1154d12e
JB
14626 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
14627 Declare as obsolete.
14628 (ns-get-pasteboard, ns-paste-secondary):
14629 Use ns-get-selection-internal.
41e9b956 14630 (ns-set-pasteboard, ns-copy-including-secondary):
1154d12e 14631 Use ns-store-selection-internal.
c803b2b7 14632
9cff91f8 146332011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
14634
14635 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 14636 (vc-deduce-fileset): Doc fix.
99a289d9 14637
f16c898a
AS
146382011-12-16 Andreas Schwab <schwab@linux-m68k.org>
14639
14640 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
14641
763237c4
SS
146422011-12-13 Sam Steingold <sds@gnu.org>
14643
14644 * man.el (Man-getpage-in-background): When running under a
14645 window-system, ignore $MANWIDTH and $COLUMNS.
14646
5fc1c122
KH
146472011-12-15 Kenichi Handa <handa@m17n.org>
14648
14649 * language/ethio-util.el: Change coding tag to utf-8-emacs.
14650 (setup-ethiopic-environment-internal): Comment out key-binding for
14651 ethio-toggle-punctuation.
14652
13d49cbb
AM
146532011-12-13 Alan Mackenzie <acm@muc.de>
14654
898169a2
AM
14655 Add the switch statement to AWK Mode.
14656
7a71b18d 14657 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
14658 "default" to the keywords regexp.
14659
7a71b18d 14660 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 14661 expression as the rest.
1d00653d
SM
14662 (c-nonlabel-token-key): Allow string literals for AWK.
14663 Refactor for the other modes.
898169a2 14664
13d49cbb 14665 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 14666 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
14667 routines. Limit backward searching in c-font-lock-enclosing.decl.
14668
14669 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
14670 pp-state and literal type in addition to the limits.
1d00653d 14671 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 14672 (c-state-literal-at): Use the above new defun.
1d00653d
SM
14673 (c-slow-in-literal, c-fast-in-literal): Remove.
14674 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
14675
14676 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
14677 being in a literal. Add a limit for backward searching.
14678
14679 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
14680 c-slow-in-literal.
14681
15e0efc7
SM
146822011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
14683
14684 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
14685
454592a6
MR
146862011-12-13 Martin Rudalics <rudalics@gmx.at>
14687
14688 * window.el (delete-other-windows): Use correct frame in call to
14689 window-with-parameter.
14690
87393f26
DP
146912011-12-12 Daniel Pfeiffer <occitan@t-online.de>
14692
14693 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
14694 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
14695 (makefile-gmake-statements, makefile-makepp-statements):
14696 Use it and add new makepp keywords.
14697 (makefile-makepp-font-lock-keywords): Add new patterns.
14698 (makefile-match-function-end): Match new [...] and [[...]].
14699
11636b22
JB
147002011-12-11 Juanma Barranquero <lekktu@gmail.com>
14701
14702 * ses.el (ses-call-printer-return, ses-cell-property-get)
14703 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
14704 (ses-create-cell-variable, ses-reset-header-string)
14705 (ses-cell-set-formula, ses-repair-cell-reference-all)
14706 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
14707 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
14708 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
14709 (ses-aset-with-undo, ses-load, ses-truncate-cell)
14710 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
14711 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
14712 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
14713 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
14714 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
14715 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
14716 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
14717 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
14718
cf018193
VB
147192011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
14720
14721 * ses.el: The overall change is to add cell renaming, that is
14722 setting fancy names for cell symbols other than name matching
14723 "\\`[A-Z]+[0-9]+\\'" regexp .
14724 (ses-create-cell-variable): New defun.
14725 (ses-relocate-formula): Relocate formulas only for cells the
14726 symbols of which are not renamed, i.e. symbols whose names do not
14727 match regexp "\\`[A-Z]+[0-9]+\\'".
14728 (ses-relocate-all): Relocate values only for cells the symbols of
14729 which are not renamed.
14730 (ses-load): Create cells variables as the (ses-cell ...) are read,
14731 in order to check row col consistency with cell symbol name only
14732 for cells that are not renamed.
14733 (ses-replace-name-in-formula): New defun.
14734 (ses-rename-cell): New defun.
14735
ee957461
CY
147362011-12-11 Chong Yidong <cyd@gnu.org>
14737
14738 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
14739 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
14740
9a9e9ef0
MR
147412011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
14742
14743 * window.el (other-window): Fix docstring.
14744
92a8eba5
EZ
147452011-12-10 Eli Zaretskii <eliz@gnu.org>
14746
14747 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
14748 `from' or `to' address before taking its substring.
14749 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
14750 encoded name is chopped in the middle of the encoded string, and
14751 thus displayed encoded.
14752
e152e577
JB
147532011-12-10 Juanma Barranquero <lekktu@gmail.com>
14754
14755 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
14756
e5d84bfe
EZ
147572011-12-10 Eli Zaretskii <eliz@gnu.org>
14758
14759 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
14760 to use texinfo-update-node and commands that call it if the
14761 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 14762 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
14763 (texinfo-all-menus-update, texinfo-master-menu)
14764 (texinfo-update-node, texinfo-every-node-update)
14765 (texinfo-multiple-files-update): Doc fix. Warn against updating
14766 all the @node lines.
14767 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
14768 argument is numeric. Explain better in the doc string what the
14769 function really does.
14770 (texinfo-insert-master-menu-list): Improve the error message
14771 displayed if there's no menu in the Top node.
14772 (Bug#2975) See also this thread:
e5d84bfe
EZ
14773 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
14774
1d84e9bb
MG
147752011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
14776
14777 * speedbar.el (speedbar-supported-extension-expressions):
14778 Add .adb and .ads, commonly used for Ada source code (bug#10256).
14779
382c953b
JB
147802011-12-09 Juanma Barranquero <lekktu@gmail.com>
14781
14782 * printing.el (pr-mode-alist):
14783 * simple.el (filter-buffer-substring-functions)
14784 (completion-list-insert-choice-function):
14785 * window.el (window-with-parameter, window-atom-root)
14786 (window-sides-slots, window-size-fixed, window-min-delta)
14787 (window-max-delta, window--resize-mini-window)
14788 (window--resize-child-windows-normal, window-tree)
14789 (delete-other-windows, quit-window, split-window)
14790 (display-buffer-record-window, special-display-buffer-names)
14791 (special-display-regexps, special-display-popup-frame)
14792 (same-window-p, split-window-sensibly)
14793 (display-buffer-overriding-action, display-buffer-alist)
14794 (display-buffer-base-action, display-buffer, switch-to-buffer)
14795 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
14796 (fit-window-to-buffer, recenter-positions)
14797 (mouse-autoselect-window-state, mouse-autoselect-window-select):
14798 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
14799 and remove unneeded backslashes in docstrings.
14800
39c9faef
SM
148012011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
14802
98449af8
SM
14803 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
14804
39c9faef
SM
14805 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
14806 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
14807 end in ".mk".
14808 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
14809 when reading the makefile (bug#10116).
14810
86ed9fdc
SM
148112011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14812
14813 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
14814 (bug#10116).
14815
5580f89d
GM
148162011-12-06 Glenn Morris <rgm@gnu.org>
14817
14818 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
14819
28d3917c
CY
148202011-12-06 Chong Yidong <cyd@gnu.org>
14821
14822 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
14823
a98edce9
JB
148242011-12-06 Juanma Barranquero <lekktu@gmail.com>
14825
14826 * textmodes/table.el (table-shorten-cell): Fix typo.
14827
e65adfac
CG
148282011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
14829
14830 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
14831
71cc0b74
EZ
148322011-12-05 Eli Zaretskii <eliz@gnu.org>
14833
14834 * descr-text.el (describe-char): Fix display of strong
14835 right-to-left characters and directional embeddings and overrides.
14836
14837 * simple.el (what-cursor-position): Fix display of codepoints of
14838 strong right-to-left characters.
14839
315bc30d
CY
148402011-12-05 Chong Yidong <cyd@gnu.org>
14841
14842 * faces.el (read-color): Doc fix.
14843
58a70b94
GM
148442011-12-05 Glenn Morris <rgm@gnu.org>
14845
14846 * align.el (align--set-marker): Add doc-string.
14847 Don't try to move something that is not a marker. (Bug#10216)
14848
5158face
GM
148492011-12-04 Glenn Morris <rgm@gnu.org>
14850
14851 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
14852 overly zealous deletion of trailing whitespace.
14853
520fca41
JB
148542011-12-04 Juanma Barranquero <lekktu@gmail.com>
14855
14856 * server.el (server-delete-client): On Windows, do not try to delete
14857 the only terminal.
14858 (server-process-filter): On Windows, treat requests for a tty frame as
14859 if they were for a GUI frame if the running server is in GUI mode.
14860
5e605a2e
GM
148612011-12-03 Glenn Morris <rgm@gnu.org>
14862
14863 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
14864
5c3fe83f
SM
148652011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14866
6f5e57e7
SM
14867 * electric.el: Streamline electric-indent's hook.
14868 (electric-indent-chars): Revert to simple list.
14869 (electric-indent-functions): New var.
14870 (electric-indent-post-self-insert-function): Use it.
14871
5c3fe83f
SM
14872 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
14873 there's no inferior buffer (bug#10196).
14874 (prolog-consult-compile): Don't use toggle-read-only.
14875
6bdac736
MA
148762011-12-02 Michael Albinus <michael.albinus@gmx.de>
14877
14878 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
14879 interrupt. (Bug#10187)
14880
6131ba7f
SM
148812011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14882
99c79fee
SM
14883 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
14884 (bug#9160).
14885
6131ba7f
SM
14886 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
14887 (bug#10191).
14888
cb0a02ea
JL
148892011-12-02 Juri Linkov <juri@jurta.org>
14890
14891 * info.el (Info-search): Display "end of manual" when Isearch
14892 reaches the end of single-file Info manual. (Bug#9918)
14893
66e0570c
EZ
148942011-12-02 Eli Zaretskii <eliz@gnu.org>
14895
14896 * isearch.el (isearch-message-prefix): Run the input method part
14897 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
14898
02b16839
JL
148992011-12-02 Juri Linkov <juri@jurta.org>
14900
14901 * isearch.el (isearch-occur): Use `word-search-regexp' for
14902 `isearch-word'.
14903 (isearch-search-and-update): Add condition for `isearch-word' and
14904 call `word-search-regexp'. (Bug#10145)
14905
0b950688
GM
149062011-12-01 Glenn Morris <rgm@gnu.org>
14907
14908 * eshell/em-hist.el (eshell-hist-initialize):
14909 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 14910 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 14911
9505c3c7
SM
149122011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
14913
14914 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
14915
1bbe96b2 149162011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 14917
a1beca85
SM
14918 * progmodes/verilog-mode.el (verilog-pretty-expr):
14919 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
14920 verilog, such as += *= and the like.
14921 (verilog-assignment-operator-re): Regular expression to find the
14922 assigment operator in a verilog assignment.
14923 (verilog-assignment-operation-re): Regular expression to find an
14924 assignment statement for pretty-expr.
14925 (verilog-in-attribute-p): Query returns true if point is in an
14926 attribute context; used to skip these for expression line up from
14927 pretty-expr.
14928 (verilog-in-parameter-p): Query returns true if point is in an
14929 parameter definition context; used to skip these for expression
14930 line up from pretty-expr.
14931 (verilog-in-parenthesis-p): Query returns true if point is in a
14932 parenthetical expression, specifically ( ) but not [ ] or { };
14933 used by pretty-expr.
14934 (verilog-just-one-space): If there is no space, don't add one.
14935 (verilog-get-lineup-indent-2): Specifically skip just attribute
14936 contexts for expression lineup, rather than skipping all
14937 parenthetical expressions.
14938 (verilog-calculate-indent): Fix comment, and fix indent.
14939 (verilog-do-indent): Indent declarations in lists (suggested by
14940 Joachim Lechner).
14941 (verilog-mode-abbrev-table): Populate abbrev mode with the various
14942 skeleton items.
14943 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
14944 by Alain Mellan).
14945
1bbe96b2 149462011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
14947
14948 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
14949 parameters with embedded comments. Reported by Ray Stevens.
14950 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
14951 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
14952 Reported by Tim Holt.
14953 (verilog-auto): Fix AUTOing a upper module then AUTOing module
14954 instantiated by upper module causing wrong expansion until AUTOed a
14955 second time. Reported by K C Buckenmaier.
14956 (verilog-diff-auto): Fix showing .* as a difference when
14957 `verilog-auto-star-save' off. Reported by Dan Dever.
14958 (verilog-auto-reset, verilog-read-always-signals)
14959 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
14960 temporary signals in reset list if
14961 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
14962 style to each signal's assignment type, bug381.
14963 Reported by Thomas Esposito.
6288f0ca
WS
14964 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
14965 (verilog-uvm-statement-re): Support UVM indentation and
14966 highlighting, with old OVM keywords only.
a1beca85 14967 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
14968 Support AUTOTIEOFF creating non-wire data types.
14969 Suggested by Jonathan Greenlaw.
6288f0ca
WS
14970 (verilog-auto-insert-lisp, verilog-delete-to-paren)
14971 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
14972 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
14973 (verilog-read-sub-decls, verilog-read-sub-decls-line):
14974 Fix mismatching parenthesis inside commented out code when deleting
382c953b 14975 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
14976 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
14977 non-numeric vector width. Reported by Alex Reed.
14978 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 14979 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
14980 (verilog-auto-delete-trailing-whitespace):
14981 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
14982 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
14983 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
14984 Fix verilog-scan-cache corruption when running user AUTO expansion
14985 hooks that call indentation routines.
14986 (verilog-simplify-range-expression): Fix typo ignoring lower case
14987 identifiers.
14988 (verilog-delete-auto): Fix delete-autos to also remove user created
14989 automatics, as long as they start with AUTO.
14990 (verilog-batch-diff-auto, verilog-diff-auto)
14991 (verilog-diff-function): Add `verilog-diff-auto' and bind to
14992 "C-c?" to report differences in AUTO expansion, ignoring spaces.
14993 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
14994 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
14995 (verilog-re-search-forward-quick, verilog-syntax-ppss):
14996 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
14997 is disabled and its cache will get corrupt, causing AUTOS not to
14998 expand. Instead use only -quick functions.
14999 (verilog-scan-region): Fix scanning over escaped quotes.
15000 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
15001 (verilog-re-search-backward-quick)
15002 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
15003 related functions now ignore strings, to fix misparsing of strings
15004 with magic comments embedded in them.
a1beca85
SM
15005 (verilog-read-auto-template):
15006 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
15007 Reported by Brad Dobbie.
15008 (verilog-read-auto-template):
15009 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 15010 Reported by Brad Dobbie.
6288f0ca
WS
15011 (verilog-auto-inst, verilog-auto-inst-param)
15012 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
15013 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
15014 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
15015 debugging templates without merge conflicts, bug357.
15016 Reported by Brad Dobbie.
15017 (verilog-read-auto-template):
15018 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
15019 Reported by Brad Dobbie.
15020 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
15021 abbrevs so user won't be asked to save.
15022 (verilog-read-auto-lisp-present): Fix to start at beginning of
15023 buffer in case called outside of verilog-auto.
15024 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
15025 to "X-2". Reported by Matthew Myers.
15026 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
15027 all inputs from module templates. Reported by Leith Johnson.
15028 (verilog-module-inside-filename-p): Fix locating programs as with
15029 modules.
15030 (verilog-auto-inst-port): Fix vl-width expressions when using
15031 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
15032 (verilog-decls-get-regs, verilog-decls-get-signals,
15033 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
15034 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
15035 verilog-read-decls): Combine reg and wire structures into one var
15036 structure to represent SystemVerilog concepts.
15037 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
15038 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
15039 (verilog-auto-wire-type, verilog-insert-definition):
15040 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
15041 SystemVerilog "logic" keyword instead of "wire"/"reg".
15042 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
15043 to declares outputs that also have assignments (presumably in an
a1beca85
SM
15044 ifdef or generate if so there's not a driver conflict).
15045 Reported by Matthew Myers.
15046 (verilog-auto-declare-nettype, verilog-insert-definition):
15047 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
15048 `default_nettype none. Reported by Julian Gorfajn.
15049 (verilog-read-always-signals-recurse, verilog-read-decls)
15050 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
15051 malformed end statement, bug325. Reported by Joshua Wise and
15052 Andrew Drake.
15053 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
15054 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
15055 when expanding .* in interfaces, bug320.
15056 Reported by Pierre-David Pfister.
6288f0ca 15057 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
15058 name and open parenthesis, bug317.
15059 Reported by Pierre-David Pfister.
6288f0ca
WS
15060 (verilog-simplify-range-expression): Fix simplification of
15061 multiplications inside AUTOWIRE connections, bug303.
15062 (verilog-auto-inst-port): Support parameter expansion in
15063 multidimensional arrays.
15064 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
15065 after "assert property". Reported by Julian Gorfajn.
15066 (verilog-simplify-range-expression): Fix "couldn't merge" errors
15067 with multiplication, bug303.
15068 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
15069 Reported by Jan Frode Lonnum.
15070
1bbe96b2
GM
150712011-11-30 Juanma Barranquero <lekktu@gmail.com>
15072
15073 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
15074 (hfy-shell-file-name, hfy-shell):
15075 * international/fontset.el (x-decompose-font-name): Fix typos.
15076
150772011-11-29 Ken Brown <kbrown@cornell.edu>
15078
15079 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
15080 (gdb-version): Remove defvar.
15081 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
15082 (gdb-gud-context-command, gdb-non-stop-handler)
15083 (gdb-current-context-command, gdb-stopped): Use it.
15084 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
15085 (gdb-non-stop-handler): Don't enable pretty-printing here.
15086 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
15087 non-stop mode. Use the following.
15088 (gdb-check-target-async): New defun.
15089 (gud-watch, gdb-stopped): Fix whitespace.
15090 (gdb-get-source-file): Don't try to display the source file if
15091 `gdb-main-file' is nil.
15092
150932011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
15094
15095 * align.el: Try to generate fewer markers (bug#10047).
15096 (align--set-marker): New macro.
15097 (align-region): Use it.
15098
c935221f
SM
150992011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
15100
15101 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
15102
e70b5064
CY
151032011-11-29 Chong Yidong <cyd@gnu.org>
15104
15105 * indent.el (indent-for-tab-command, indent-according-to-mode):
15106 Doc fix.
15107 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
15108
f3af92b7
MA
151092011-11-29 Michael Albinus <michael.albinus@gmx.de>
15110
15111 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
15112 aware of remote file names. (Bug#10124)
15113
ed472be9
CY
151142011-11-29 Chong Yidong <cyd@gnu.org>
15115
15116 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
15117
24510c22
SM
151182011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15119
15120 * files.el (find-file): Don't use force-same-window (bug#10144).
15121 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
15122 use pop-to-buffer if the selected window can't be used.
15123 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
15124
c60c3703
EZ
151252011-11-28 Eli Zaretskii <eliz@gnu.org>
15126
15127 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
15128 special-mode-map.
15129
e95def75
CY
151302011-11-28 Chong Yidong <cyd@gnu.org>
15131
15132 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
15133
c3f1c606
NR
151342011-11-27 Nick Roberts <nickrob@snap.net.nz>
15135
15136 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
15137 gdb-get-source-file-list on gdb-create-source-file-list.
15138
00db469c
EZ
151392011-11-26 Eli Zaretskii <eliz@gnu.org>
15140
15141 * whitespace.el (whitespace-newline): Use a different foreground
15142 color for 16-color light-background displays.
15143
4ad3bc2a
CY
151442011-11-24 Chong Yidong <cyd@gnu.org>
15145
15146 * window.el (display-buffer--special-action): Doc fix.
15147
e9fce1ac
JB
151482011-11-25 Juanma Barranquero <lekktu@gmail.com>
15149
15150 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
15151 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
15152 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
15153 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
15154 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
15155 (avl-tree-stack-first):
15156 * emacs-lisp/cconv.el (cconv--analyse-use):
15157 * net/gnutls.el (gnutls-negotiate): Fix typos.
15158
cb825e5d
GM
151592011-11-24 Glenn Morris <rgm@gnu.org>
15160
3adbe224
GM
15161 * lpr.el (lpr-windows-system, lpr-lp-system):
15162 * mail/binhex.el (binhex-begin-line):
15163 * progmodes/grep.el (grep-history, grep-find-history):
15164 * textmodes/flyspell.el:
15165 * vc/pcvs-defs.el (cvs-global-menu):
15166 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
15167 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
15168 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
15169
321decc8
GM
15170 * net/tls.el: Fix case of "GnuTLS".
15171
420b63ad
GM
15172 * paths.el (rmail-file-name): Format doc-string for make-docfile.
15173
cb825e5d
GM
15174 * version.el (emacs-build-system): Give it a doc-string.
15175
a0649f08
JL
151762011-11-24 Juri Linkov <juri@jurta.org>
15177
15178 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
15179
c0bc0fd4
GM
151802011-11-24 Glenn Morris <rgm@gnu.org>
15181
15182 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
15183 if called on a non-mime message just toggle the headers. (Bug#8006)
15184
20db1522
JB
151852011-11-24 Juanma Barranquero <lekktu@gmail.com>
15186
15187 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
15188 (allout-lead-with-comment-string, allout-structure-deleted-hook)
15189 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
15190 (allout-rebullet-heading, allout-open-sibtopic)
15191 (allout-toggle-current-subtree-encryption)
15192 (allout-toggle-subtree-encryption, allout-encrypt-string)
15193 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
15194 (allout-distinctive-bullets-string, allout-auto-activation):
15195 * window.el (window-normalize-buffer-to-display):
15196 * progmodes/verilog-mode.el (verilog-batch-indent):
15197 * textmodes/bibtex.el (bibtex-field-braces-opt)
15198 (bibtex-field-strings-opt):
15199 * vc/cvs-status.el (cvs-tree-merge):
15200 Fix typos.
15201
7262a87c
MA
152022011-11-23 Michael Albinus <michael.albinus@gmx.de>
15203
15204 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
15205 `non-essential' to t, in order to avoid remote connections.
15206
283430a1
EZ
152072011-11-23 Eli Zaretskii <eliz@gnu.org>
15208
a1beca85
SM
15209 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
15210 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
15211 case-insensitively.
15212
d2992a38
ML
152132011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
15214
15215 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
15216
50419064
GM
152172011-11-23 Glenn Morris <rgm@gnu.org>
15218
da94eca1
GM
15219 * paths.el (rmail-file-name): Reformat the doc-string so that it
15220 is picked up.
15221
9aac4de2
GM
15222 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
15223 (rmail-auto-file): Ignore case in the "special" field names,
15224 as mail-fetch-field does for all others.
15225
8038d2d2
GM
15226 * mail/rmail.el (rmail-forward):
15227 * mail/rmailkwd.el (rmail-set-label):
15228 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
15229 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
15230
f3fe222a
GM
15231 * mail/rmail.el (rmail-current-message): Doc fix.
15232
50419064
GM
15233 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
15234
28109f49
SM
152352011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
15236
15237 * server.el (server-eval-and-print): Allow C-g (bug#6585).
15238
394c65f1
GM
152392011-11-22 Glenn Morris <rgm@gnu.org>
15240
15241 * mail/rmailmm.el (test-rmail-mime-handler)
15242 (test-rmail-mime-bulk-handler)
15243 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
15244
f2a0aa3a
JL
152452011-11-21 Juri Linkov <juri@jurta.org>
15246
1154d12e
JB
15247 * calc/calc.el (calc-read-key-sequence):
15248 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 15249
9c34a344
LMI
152502011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15251
15252 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
15253 Tell the caller that the next line needs recomputation, even
15254 though it doesn't start a sexp (bug#10094).
15255
f04a3be9
SM
152562011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15257
15258 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
15259
7978747f
SM
152602011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15261
f04a3be9
SM
15262 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
15263 Use force-same-window.
7978747f 15264
fe7a3057
JB
152652011-11-20 Juanma Barranquero <lekktu@gmail.com>
15266
15267 * descr-text.el (describe-char-unicode-data):
15268 * json.el (json-string-escape):
15269 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
15270 (Footnote-unicode, Footnote-style-p):
15271 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
15272
24901d61
CY
152732011-11-20 Chong Yidong <cyd@gnu.org>
15274
15275 * window.el (replace-buffer-in-windows): Restore interactive spec.
15276
bac7ff22
SM
152772011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15278
24f3d7b9
SM
15279 * electric.el (electric-indent-mode): Fix last change (too optimistic).
15280
bac7ff22
SM
15281 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
15282 (byte-compile-global-not-obsolete-vars): New var.
15283 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
15284 Use it.
15285 (byte-compile-warn-obsolete): Align text with the one in *Help*.
15286
cd1181db
JB
152872011-11-20 Juanma Barranquero <lekktu@gmail.com>
15288
15289 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
15290 * progmodes/pascal.el (electric-pascal-equal):
15291 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
15292 * xml.el (xml-substitute-special): Fix typos.
15293
7fb18e9e
GM
152942011-11-20 Glenn Morris <rgm@gnu.org>
15295
15296 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
15297 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
15298 Doc fixes.
15299 (rmail-decode-mime-charset): Mark as obsolete.
15300
15301 * mail/rmailsum.el (rmail-message-regexp-p-1):
15302 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
15303 Before using mime functions, check they are set. (Bug#10077)
15304
d5a6b3ba
JL
153052011-11-19 Juri Linkov <juri@jurta.org>
15306
15307 * info.el (Info-finder-find-node): Use `package--builtins' instead
15308 of `package-alist'. Use node names formed by the pattern "Keyword "
15309 and the keyword name.
15310
e981b61f
AS
153112011-11-19 Andreas Schwab <schwab@linux-m68k.org>
15312
1d00653d 15313 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 15314
3ffbc301
JL
153152011-11-19 Juri Linkov <juri@jurta.org>
15316
15317 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
15318 that calls `revert-buffer' on all Info buffers. (Bug#9915)
15319 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
15320 `old-history', `old-history-forward'. Add let-binding
15321 `window-selected'. Remove calls to `kill-buffer',
15322 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
15323 before calling `Info-find-node', so `Info-find-node-2' will reread
15324 the Info file. Restore window positions only when `window-selected'
15325 is non-nil.
15326
30c62133
JL
153272011-11-19 Juri Linkov <juri@jurta.org>
15328
15329 * isearch.el (isearch-lazy-highlight-new-loop):
15330 Remove condition `(not isearch-error)'. (Bug#9918)
15331
15332 * misearch.el (multi-isearch-search-fun): Add condition
15333 `(not bound)' to ignore lazy-highlighting search.
15334 Add the search-failed message "end of multi" when the end of
15335 multi-sequence is reached. Uncapitalize the search-failed
15336 message "Repeat for next buffer".
15337
15338 * info.el (Info-search): Add the search-failed message
15339 "end of the manual" when the end of the manual is reached
15340 in Isearch mode.
15341
645ca9cf
JL
153422011-11-19 Juri Linkov <juri@jurta.org>
15343
15344 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
15345 Use non-destructive `remove' instead of `delete' because
15346 `Info-history-list' stored to `Info-isearch-initial-history-list' in
15347 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
15348
df754f66
JL
153492011-11-19 Juri Linkov <juri@jurta.org>
15350
15351 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
15352 to nil instead of binding `search-ring' and `regexp-search-ring'.
15353 (Bug#9185)
15354
0e23d96a
EZ
153552011-11-19 Eli Zaretskii <eliz@gnu.org>
15356
15357 * simple.el (line-move): Force movement by logical lines for any
15358 hscrolled window, not only when auto-hscroll-mode is on.
15359 (line-move-visual): Update doc string to that effect. (Bug#10076)
15360
8a6ccb66
AS
153612011-11-19 Andreas Schwab <schwab@linux-m68k.org>
15362
15363 * language/european.el (macintosh): Define as alias for mac-roman.
15364
49ae5b39
EZ
153652011-11-19 Eli Zaretskii <eliz@gnu.org>
15366
15367 * mail/rmailmm.el (rmail-mime-display-header)
15368 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
15369 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
15370 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
15371 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
15372 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
15373 of a raw aref.
15374 (rmail-mime-entity-segment): To get past the tagline, move forward
15375 2 more lines, to account for the 2 empty lines that precede and
15376 follow the line with the buttons.
15377 (rmail-mime-update-tagline): Move one more line, to get past the
15378 empty line that follows the buttons in the tagline. (Bug#9520)
15379
c56cad4a
MR
153802011-11-19 Martin Rudalics <rudalics@gmx.at>
15381
15382 * window.el (window-max-delta-1, window-min-delta-1)
15383 (window-min-size-1, window-state-get-1, window-state-put-1)
15384 (window-state-put-2): Use "window--" prefix.
15385
cbe71af3
SM
153862011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
15387
2ad52c60
SM
15388 * emacs-lisp/smie.el: Improve warnings and conflict detection.
15389 (smie-warning-count): New var.
15390 (smie-set-prec2tab): Use it.
15391 (smie-bnf->prec2): Improve warnings. Add docstring.
15392 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
15393 (smie-bnf--set-class): New function.
15394 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
15395 corner case.
15396
6944dbc1
SM
15397 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
15398 (compilation-error-properties, compilation-move-to-column):
15399 Handle compilation-first-column while in the target buffer.
15400
c400c4d7
SM
15401 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
15402 Don't hardcode point-min==1.
15403
6dbe3e96
SM
15404 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
15405 (eshell-rewrite-for-command): Remove workaround.
15406 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
15407 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
15408 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
15409
cbe71af3
SM
15410 * files-x.el (modify-file-local-variable): Obey commenting conventions.
15411
a8e1496d
GM
154122011-11-17 Glenn Morris <rgm@gnu.org>
15413
15414 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
15415 Ignore buffer-local generated-autoload-file if it is the same
15416 as the global value. (Bug#10049)
15417
df85d315
JB
154182011-11-17 Juanma Barranquero <lekktu@gmail.com>
15419
15420 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
15421 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
15422 (reftex-toc-previous-heading, reftex-toc-max-level)
15423 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
15424 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
15425 (reftex-toc-do-promote, reftex-toc-promote-prepare)
15426 (reftex-toc-promote-action, reftex-toc-extract-section-number)
15427 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
15428 (reftex-toc-rename-label, reftex-toc-visit-location)
15429 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
15430 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
15431 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
15432 leaving "*toc*" only for references to the buffer.
15433
a0c2d0ae
MR
154342011-11-17 Martin Rudalics <rudalics@gmx.at>
15435
15436 * window.el (window-resize, delete-window, split-window):
15437 Replace window-splits by window-combination-resize.
1d00653d 15438 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 15439
35c0bac8
GM
154402011-11-17 Glenn Morris <rgm@gnu.org>
15441
15442 * progmodes/sh-script.el (sh-font-lock-keywords-var):
15443 Make bash entry derive from sh entry, not shell entry.
15444
d0c8fc8a
MA
154452011-11-16 Michael Albinus <michael.albinus@gmx.de>
15446
7262a87c
MA
15447 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
15448 local file name.
15449
7877f373
JB
154502011-11-16 Juanma Barranquero <lekktu@gmail.com>
15451
15452 * menu-bar.el (menu-bar-file-menu):
15453 * printing.el (pr-ps-utility):
15454 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
15455 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
15456 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
15457 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
15458 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
15459 (icalendar--convert-cyclic-to-ical)
15460 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
15461 (icalendar--convert-ical-to-diary)
15462 (icalendar--convert-recurring-to-diary)
15463 (icalendar--convert-non-recurring-all-day-to-diary)
15464 (icalendar-import-format-sample):
15465 * progmodes/idlw-shell.el (idlwave-shell-mode):
15466 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
15467 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
15468 (vhdl-ps-print-init): Fix typos.
15469
10649b82
KM
154702011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
15471
9d0cfcd6
GM
15472 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
15473 FSF and collapse date sequence, obscure author/maintainer email address
15474 better, remove extra version line, track relocation of author's webpage.
10649b82 15475
9d0cfcd6
GM
15476 * progmodes/python.el (python-pdbtrack-input-prompt)
15477 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
15478 regular python pdb prompts. Adjustments shamelessly taken exactly as
15479 suggested in EmacsWiki page (tiny change):
15480 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 15481
58179cce
JB
154822011-11-16 Juanma Barranquero <lekktu@gmail.com>
15483
15484 * expand.el (expand-pos, expand-index, expand-point):
15485 Remove redundant info from docstring.
15486 (expand-add-abbrevs): Doc fix.
15487 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
15488 (expand-sample-perl-mode-expand-list): Fix typos.
15489
15490 * net/dbus.el (dbus-event-member-name):
15491 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
15492 * term/pc-win.el (msdos-create-frame-with-faces):
15493 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
15494
b6f67890
MR
154952011-11-16 Martin Rudalics <rudalics@gmx.at>
15496
15497 * window.el (split-window, window-state-get-1)
15498 (window-state-put-1, window-state-put-2): Rename occurrences of
15499 window-nest to window-combination-limit.
1d00653d 15500 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 15501
ce7ddba0
CY
155022011-11-16 Chong Yidong <cyd@gnu.org>
15503
15504 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
15505 regexp (Bug#10033).
15506
3ae704f4
SM
155072011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
15508
15509 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
15510 `completing-read' will remove *Completions* and will preserve
15511 current-buffer for us.
15512 (tmm-add-prompt): Users of *Completions* will always (re)set its
15513 major mode.
15514 (tmm-old-comp-map): Remove.
15515
6ad1cdde
GM
155162011-11-16 Glenn Morris <rgm@gnu.org>
15517
15518 * mail/rmailedit.el: Require rmailmm when compiling.
15519 (rmail-old-mime-state): New declaration.
15520 (rmail-edit-current-message): If editing a mime message,
15521 edit the "raw" message from the mbox buffer.
15522 (rmail-cease-edit): Handle mime messages. (Bug#9840)
15523
d20faa20
GM
155242011-11-15 Glenn Morris <rgm@gnu.org>
15525
15526 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
15527 which wasn't being used. Add optional arg to force given state.
15528 (rmail-mime): Add optional arg to force given state.
15529
c7015153
JB
155302011-11-15 Juanma Barranquero <lekktu@gmail.com>
15531
15532 * allout.el (allout-encryption-plaintext-sanitization-regexps):
15533 * frame.el (display-mm-dimensions-alist):
15534 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
15535 (outline-move-subtree-down):
15536 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
15537 (newsticker--treeview-do-get-node):
15538 * net/quickurl.el (quickurl-list-buffer-name):
15539 * progmodes/dcl-mode.el (dcl-mode):
15540 * progmodes/gdb-mi.el (gdb-mapcar*):
15541 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
15542
45261b50
GM
155432011-11-15 Glenn Morris <rgm@gnu.org>
15544
15545 * mail/rmail.el (rmail-file-coding-system): It's only ever used
15546 in a boolean sense, so just make it a boolean, and fix the doc.
15547 (rmail-show-mime-function, rmail-mime-feature)
15548 (rmail-require-mime-maybe): Doc fixes.
15549 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
15550
15551 * mail/rmailmm.el (rmail-show-mime): Doc fix.
15552
0d26e0b6
JB
155532011-11-15 Juanma Barranquero <lekktu@gmail.com>
15554
15555 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
15556 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
15557 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
15558 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
15559
447f30f6
GM
155602011-11-15 Glenn Morris <rgm@gnu.org>
15561
672b871d
GM
15562 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
15563 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
15564 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
15565 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
15566 (rmail-mime, rmail-show-mime): Doc fixes.
15567
f6aa5bb1
GM
15568 * term/ns-win.el (mode-line-frame-identification):
15569 Leave it alone. (Bug#10051)
15570
947cd66b
GM
15571 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
15572
447f30f6
GM
15573 * mail/rmailout.el (rmail-output-to-rmail-buffer):
15574 Handle empty buffers. (Bug#9978)
15575
0b381c7e
JB
155762011-11-14 Juanma Barranquero <lekktu@gmail.com>
15577
15578 * international/mule.el (define-charset):
15579 * mail/rmailmm.el (rmail-mime-find-header-encoding):
15580 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
15581 * progmodes/verilog-mode.el (verilog-backward-token):
15582 * textmodes/ispell.el (lookup-words):
15583 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
15584
71e027ac
GM
155852011-11-14 Glenn Morris <rgm@gnu.org>
15586
56632ce4
GM
15587 * progmodes/executable.el
15588 (executable-make-buffer-file-executable-if-script-p):
15589 Handle file-modes returning nil.
15590
40500957
GM
15591 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
15592 message - not necessary, and causes problems. (Bug#9831)
15593
071c2340
GM
15594 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
15595
d3cfca60
GM
15596 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
15597
71e027ac
GM
15598 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
15599 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
15600 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
15601
89d61221
MR
156022011-11-12 Martin Rudalics <rudalics@gmx.at>
15603
15604 * window.el (window-resize, delete-window): Use window-splits
15605 variable instead of function.
15606 (window-state-get-1, window-state-put-2, window-state-put):
15607 Don't deal with windows' splits status.
15608
98282f6f
GM
156092011-11-12 Glenn Morris <rgm@gnu.org>
15610
15611 * apropos.el (apropos-do-all, apropos-library, apropos-value)
15612 (apropos-documentation): Doc fixes.
15613
40a8bdf6
JB
156142011-11-11 Juanma Barranquero <lekktu@gmail.com>
15615
15616 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
15617 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
15618
65bd19ff
SM
156192011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
15620
15621 * electric.el (electric-indent-post-self-insert-function): Make it
15622 possible for a char to only indent in some circumstances.
15623 (electric-indent-mode): Simplify.
15624
54f9154c
MR
156252011-11-11 Martin Rudalics <rudalics@gmx.at>
15626
15627 * window.el (windows-with-parameter): Remove unused function.
15628 (windows-at-side): Rename to window-at-side-list.
15629 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
15630 (window-side-check, window-size-ignore, window-size-fixed-1)
15631 (window-in-direction-2): Prefix with "window--".
15632 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 15633
68cbc58b
GM
156342011-11-11 Glenn Morris <rgm@gnu.org>
15635
15636 * subr.el (eval-after-load): If FILE is already loaded,
15637 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
15638
b2621720
GM
156392011-11-10 Glenn Morris <rgm@gnu.org>
15640
9a4de110
GM
15641 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
15642 Call svn via vc-svn-command rather than vc-do-command.
15643 (vc-svn-command): Add --non-interactive. (Bug#9993)
15644 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
15645
b2621720
GM
15646 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15647 Add toggle-read-only. (Bug#7292)
15648 * files.el (toggle-read-only): Mention that it should only
15649 be used interactively. (Bug#10006)
15650
1dce7193
SM
156512011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
15652
d9ac1a1e
SM
15653 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15654 Adjust regexp for OCaml warnings.
15655
0c325082
SM
15656 * electric.el (electric-pair-post-self-insert-function): Let user
15657 turn it off buffer-locally (bug#9932).
15658
90132c14
SM
15659 * progmodes/python.el (python-beginning-of-statement):
15660 Rewrite (bug#2703).
15661
1dce7193
SM
15662 * progmodes/compile.el: Better handle TABs (bug#9749).
15663 (compilation-internal-error-properties)
15664 (compilation-next-error-function): Obey the target buffer's
15665 compilation-error-screen-columns.
15666
c4e7c63a
JB
156672011-11-09 Juanma Barranquero <lekktu@gmail.com>
15668
15669 * progmodes/meta-mode.el: Remove obsolete comments.
15670 (meta-right-comment-regexp, meta-ignore-comment-regexp):
15671 Fix typos in docstrings.
15672
2cffd681
MR
156732011-11-09 Martin Rudalics <rudalics@gmx.at>
15674
15675 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 15676 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
15677 (window--resizable): New function. Make all callers of
15678 window-resizable call window--resizable instead.
15679 (window-resizable): Rewrite in terms of window--resizable.
15680
0edcba87
GM
156812011-11-08 Glenn Morris <rgm@gnu.org>
15682
15683 * progmodes/delphi.el (delphi-mode-syntax-table):
15684 Let define-derived-mode define a proper syntax table. (Bug#9994)
15685
4b0d61e3
SM
156862011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
15687
15688 * window.el: Stay away from defsubst.
15689 (window-list-no-nils): Remove.
15690 (window-state-get-1, window-state-get): Use backquote instead.
15691
cd394be1 156922011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 15693
4b0d61e3 15694 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 15695 Fix incorrect use of default argument in `completing-read'.
15696
e1c2c6f2
MR
156972011-11-08 Martin Rudalics <rudalics@gmx.at>
15698
15699 * window.el (display-buffer-function, special-display-function):
15700 Mention display-buffer-record-window but do not mention
15701 help-setup parameter in doc-strings.
b3f4a882 15702 (window-min-delta): Fix doc-string typo.
e1c2c6f2 15703
105216ed
CY
157042011-11-08 Chong Yidong <cyd@gnu.org>
15705
15706 * window.el (window-total-height, window-total-width): Doc fix.
15707 (window-body-size): Move from C.
15708 (window-body-height, window-body-width): Move to C.
15709
0a9f9ab5
SM
157102011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
15711
15712 * window.el: Make special-display like display-buffer-alist (bug#9532).
15713 (display-buffer--special-action): New function, morphed
15714 from display-buffer--special.
15715 (display-buffer): Use it to handle special-display-buffers at higher
15716 priority (just after display-buffer-alist).
15717 (display-buffer-fallback-action, display-buffer--other-frame-action)
15718 (pop-to-buffer-same-window): Remove display-buffer--special.
15719
a769dd15
GM
157202011-11-07 Glenn Morris <rgm@gnu.org>
15721
15722 * calendar/cal-menu.el (cal-menu-set-date-title):
15723 Do nothing if not in a calendar. (Bug#9976)
15724
05a61ee3
SM
157252011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
15726
15727 * files.el (find-file): Always use selected-window.
15728
be7f5545
MR
157292011-11-07 Martin Rudalics <rudalics@gmx.at>
15730
15731 * window.el (window-combinations): Make WINDOW argument
15732 mandatory. Rewrite doc-string.
15733 (walk-window-subtree, window-atom-check, window-min-delta)
15734 (window-max-delta, window--resize-this-window)
15735 (window--resize-root-window-vertically, window-tree)
15736 (balance-windows, window-state-put): Rewrite doc-strings as to
15737 not mention the term "subwindow".
15738 (window--resize-subwindows-skip-p): Rename to
15739 window--resize-child-windows-skip-p.
15740 (window--resize-subwindows-normal): Rename to
15741 window--resize-child-windows-normal.
15742 (window--resize-subwindows): Rename to
15743 window--resize-child-windows.
15744 (window-or-subwindow-p): Rename to window--in-subtree-p.
15745
3c6702ef
ML
157462011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
15747
15748 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
15749 Ensure that mbox format messages end in two newlines (Bug#9974).
15750
49745b39
CY
157512011-11-06 Chong Yidong <cyd@gnu.org>
15752
15753 * window.el (window-combination-p): Function deleted; its
15754 side-effect is not used in any existing code.
15755 (window-combinations, window-combined-p): Call window-*-child
15756 directly.
15757
24300f5f
CY
157582011-11-05 Chong Yidong <cyd@gnu.org>
15759
15760 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
15761 (window-size-ignore, window-state-get): Callers changed.
15762 (window-normalize-window): Rename from window-normalize-any-window.
15763 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 15764 (window-normalize-live-window): Delete.
447f16b8
CY
15765 (window-combination-p, window-combined-p, window-combinations)
15766 (walk-window-subtree, window-atom-root, window-min-size)
15767 (window-sizable, window-sizable-p, window-size-fixed-p)
15768 (window-min-delta, window-max-delta, window-resizable)
15769 (window-resizable-p, window-full-height-p, window-full-width-p)
15770 (window-current-scroll-bars, window-point-1, set-window-point-1)
15771 (window-at-side-p, window-in-direction, window-resize)
15772 (adjust-window-trailing-edge, maximize-window, minimize-window)
15773 (window-deletable-p, delete-window, delete-other-windows)
15774 (record-window-buffer, unrecord-window-buffer)
15775 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
15776 (quit-window, split-window, window-state-put)
15777 (set-window-text-height, fit-window-to-buffer)
15778 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 15779
89bd5ee1
EZ
157802011-11-04 Eli Zaretskii <eliz@gnu.org>
15781
53479029
EZ
15782 * mail/rmail.el (rmail-simplified-subject): Decode subject with
15783 rfc2047-decode-string.
15784 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
15785 warnings.
15786
89bd5ee1
EZ
15787 * window.el (window-body-height, window-body-width): Mention in
15788 the doc string that the return values are in frame's canonical
15789 units. (Bug#9949)
15790
bd17fdee
AM
157912011-11-03 Alan Mackenzie <acm@muc.de>
15792
15793 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
15794 change in cc-engine.el.
15795
acc825c5
SM
157962011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
15797
15798 * window.el (switch-to-buffer): Use `force-same-window' interactively.
15799
1885e5b8
MR
158002011-11-02 Martin Rudalics <rudalics@gmx.at>
15801
15802 * window.el (quit-window): Call unrecord-window-buffer after
15803 showing another buffer in the window. (Bug#9937)
acc825c5 15804 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 15805
ebe06da9
JB
158062011-11-02 Juanma Barranquero <lekktu@gmail.com>
15807
15808 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
15809 Accept status with more than 9 shelves. (Bug#9935)
15810 Reported by Colin D Bennett <colin@gibibit.com>.
15811
4ee88440
MR
158122011-11-01 Martin Rudalics <rudalics@gmx.at>
15813
15814 * help.el (with-help-window): Don't reference
15815 temp-buffer-show-specifiers in doc-string.
15816
08e1d82c
AS
158172011-10-31 Andreas Schwab <schwab@linux-m68k.org>
15818
15819 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
15820 menu-item.
15821
84bd6e9e
VJL
158222011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15823
15824 * whitespace.el: New version 13.2.2.
15825 (whitespace-newline-mode): Disable properly. Reported by Sarah
15826 <EmacsWiki>.
15827
dba0634a
UJ
158282011-10-30 Ulf Jasper <ulf.jasper@web.de>
15829
15830 * net/newst-treeview.el: Remove "Time-stamp".
15831 (newsticker--group-manage-orphan-feeds): Do not call
15832 newsticker--treeview-tree-update.
db22a3c2
JB
15833 (newsticker-treeview-update, newsticker-treeview):
15834 Call newsticker--treeview-tree-update if necessary.
dba0634a 15835
3d8daefe
MR
158362011-10-30 Martin Rudalics <rudalics@gmx.at>
15837
15838 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
15839 (window-iso-combinations): Remove "iso-" infix.
15840 Suggested by Chong Yidong.
3d8daefe
MR
15841 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
15842 (window-max-delta-1, window-resize, window--resize-siblings)
15843 (window--resize-this-window, adjust-window-trailing-edge)
15844 (split-window, balance-windows-1)
15845 (shrink-window-if-larger-than-buffer):
15846 * calendar/calendar.el (calendar-generate-window):
db22a3c2 15847 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 15848
1bc4c3ae
SM
158492011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
15850
15851 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
15852 in place (bug#9907).
15853 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
15854 (eshell-rewrite-if-command, eshell-rewrite-for-command)
15855 (eshell-structure-basic-command, eshell-rewrite-while-command)
15856 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
15857 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
15858 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
15859 (eshell-do-pipelines-synchronously, eshell-eval-command):
15860 Use backquotes and prefer setq to set.
15861 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
15862 (eshell-macrop): Use functionp.
c1e2f5fa 15863 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 15864
30b65d9c
CY
158652011-10-30 Chong Yidong <cyd@gnu.org>
15866
15867 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
15868 instead of set-mark (Bug#9810).
15869
2d197ffb
CY
158702011-10-30 Chong Yidong <cyd@gnu.org>
15871
15872 * window.el (split-window-below, split-window-right): Rename from
15873 split-window-above-each-other and split-window-side-by-side
15874 respectively. All callers changed.
15875 (split-window-sensibly, split-window-sensibly): Use them.
15876 (split-window-keep-point): Doc fix.
15877
15878 * isearch.el: Add isearch-scroll property to split-window-below
15879 and split-window-right.
15880
15881 * follow.el (follow-mode):
15882 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
15883 * progmodes/ada-xref.el (ada-gdb-application):
15884 * emulation/vip.el (vip-buffer-in-two-windows):
15885 * image-dired.el (image-dired-dired-with-window-configuration):
15886 * dired-x.el (dired-do-find-marked-files):
15887 * dired.el (dired-pop-to-buffer):
15888 * bs.el (bs--show-with-configuration):
15889 * vc/emerge.el (emerge-setup-windows):
15890 * textmodes/two-column.el (2C-two-columns):
15891 * textmodes/reftex-toc.el (reftex-toc):
15892 * progmodes/gdb-mi.el (gdb-setup-windows):
15893 * progmodes/fortran.el (fortran-window-create):
15894 * net/newst-treeview.el (newsticker--treeview-window-init):
15895 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
15896 * emulation/tpu-edt.el (tpu-gold-map):
15897 * emulation/crisp.el (crisp-mode-map):
15898 * calendar/calendar.el (calendar-basic-setup): Callers changed.
15899
38bb2ca8
CY
159002011-10-29 Chong Yidong <cyd@gnu.org>
15901
aa4de341
CY
15902 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
15903
e1eb5385
CY
15904 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
15905
5d2ece3c
CY
15906 * textmodes/flyspell.el (flyspell-word): Fix char offset for
15907 forged Ispell output (Bug#7904).
15908
38bb2ca8
CY
15909 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
15910
d0af9f77
SM
159112011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
15912
15913 * doc-view.el: Avoid ugly errors about not finding nil.
15914 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
15915 (doc-view-dvipdf-program, doc-view-unoconv-program)
15916 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
15917 Avoid nil or absolute file name as default value.
15918 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
15919
52bedd34
AM
159202011-10-28 Alan Mackenzie <acm@muc.de>
15921
db22a3c2 15922 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 15923
7e43cfa5
AM
159242011-10-28 Alan Mackenzie <acm@muc.de>
15925
15926 Amend the handling of c-beginning/end-of-defun in nested declaration
15927 scopes.
15928
52bedd34
AM
15929 * progmodes/cc-vars.el (c-defun-tactic): Move here from
15930 cc-langs.el. Change it to a defcustom.
7e43cfa5 15931
52bedd34
AM
15932 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
15933 cc-vars.el.
7e43cfa5 15934
d0af9f77
SM
15935 * progmodes/cc-engine.el (c-beginning-of-statement-1):
15936 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 15937
52bedd34 15938 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 15939 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
15940 (c-widen-to-enclosing-decl-scope): New function.
15941 (c-while-widening-to-decl-block): New macro.
15942 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
15943 outward for defun boundaries, and correspondingly change symbol
15944 `respect-enclosure' to `go-outward'.
15945 (c-declaration-limits): Change algorithm to report only the "innermost"
15946 defun's boundaries.
15947
1a2ce9ee
DD
159482011-10-28 Deniz Dogan <deniz@dogan.se>
15949
15950 * net/rcirc.el (rcirc-mode): Use hard newlines.
15951
bc97a826
AM
159522011-10-28 Alan Mackenzie <acm@muc.de>
15953
15954 Amend to indent and fontify macros "which include their own semicolon"
15955 correctly, using the "virtual semicolon" mechanism.
15956
52bedd34 15957 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 15958
d0af9f77 15959 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 15960 Recode to scan one line at a time rather than having \n and \r
58179cce 15961 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 15962 (c-forward-label): Amend for virtual semicolons.
58179cce 15963 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 15964
52bedd34
AM
15965 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
15966 of the new C macros.
bc97a826 15967
52bedd34 15968 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
15969 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
15970 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
15971 (c-opt-cpp-macro-define): Make into a full language variable.
15972 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
15973 AWK Mode (including \n, \r) removed, no longer needed.
15974
d0af9f77
SM
15975 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
15976 Invoke c-make-macro-with-semi-re.
bc97a826 15977
52bedd34
AM
15978 * progmodes/cc-vars.el (c-macro-with-semi-re):
15979 (c-macro-names-with-semicolon): New variables.
58179cce 15980 (c-make-macro-with-semi-re): New function.
bc97a826 15981
7a6c0941
SM
159822011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
15983
15984 * vc/log-edit.el: Fill empty field rather than adding new one.
15985 (log-edit-add-field): New function.
15986 (log-edit-insert-changelog): Use it.
15987
b0c4cdcf
ML
159882011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
15989
15990 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
15991
ee1f1da9
SM
159922011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
15993
15994 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
15995 (gdb--check-interpreter): New function.
15996 (gdb): Use it.
15997
51bc5f8b
GM
159982011-10-27 Glenn Morris <rgm@gnu.org>
15999
416a2c45
GM
16000 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
16001 (least-positive-float, least-negative-float)
16002 (least-positive-normalized-float, least-negative-normalized-float)
16003 (float-epsilon, float-negative-epsilon):
16004 Remove unnecessary declarations.
16005
16006 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
16007 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
16008 (least-positive-float, least-negative-float)
16009 (least-positive-normalized-float, least-negative-normalized-float)
16010 (float-epsilon, float-negative-epsilon): Add doc-strings,
16011 based on those in cl.texi.
16012
51bc5f8b
GM
16013 * files.el (set-visited-file-name): If the major-mode changed,
16014 reload the local variables. (Bug#9796)
16015
15de15c6
CY
160162011-10-27 Chong Yidong <cyd@gnu.org>
16017
16018 * subr.el (change-major-mode-after-body-hook): New hook.
16019 (run-mode-hooks): Run it.
16020
ee1f1da9
SM
16021 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
16022 Use change-major-mode-before-body-hook.
15de15c6
CY
16023
16024 * simple.el (fundamental-mode):
16025 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
16026 change introducing fundamental-mode-hook.
16027
5430d399
JB
160282011-10-26 Juanma Barranquero <lekktu@gmail.com>
16029
acc825c5 16030 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 16031
ad74a69e
MA
160322011-10-26 Michael Albinus <michael.albinus@gmx.de>
16033
16034 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 16035 tramp.el explicitly. (Bug#7583)
ad74a69e 16036
71d4c2a5
SM
160372011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
16038
16039 * progmodes/octave-mod.el:
16040 * progmodes/octave-inf.el: Update maintainer.
16041
b1f6fa26
CY
160422011-10-26 Chong Yidong <cyd@gnu.org>
16043
16044 * subr.el (with-wrapper-hook): Rewrite doc.
16045
3f04efd6
MA
160462011-10-25 Michael Albinus <michael.albinus@gmx.de>
16047
16048 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 16049 filenames "/method:foo:". (Bug#9793)
3f04efd6 16050
410488d3
SM
160512011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16052
16053 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
16054 (bug#9865).
16055
c1ebb47e
GM
160562011-10-24 Glenn Morris <rgm@gnu.org>
16057
16058 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
16059
7f5c46c7
MA
160602011-10-24 Michael Albinus <michael.albinus@gmx.de>
16061
16062 * notifications.el: Add the requirement of a running D-Bus session
16063 bus to the Commentary.
16064
db2440b6
JL
160652011-10-24 Juri Linkov <juri@jurta.org>
16066
16067 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
16068 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
16069 (Bug#9364)
16070
feecf435
JL
160712011-10-24 Juri Linkov <juri@jurta.org>
16072
16073 * info.el (Info-following-node-name-re): Add newline to the list
16074 of allowed characters for leading space. (Bug#9824)
16075
a3839de2
SM
160762011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16077
acc825c5
SM
16078 * progmodes/octave-inf.el (inferior-octave-mode-map):
16079 Fix C-c C-h binding.
a3839de2
SM
16080 * progmodes/octave-mod.el (octave-help): Remove.
16081
09388e76
MA
160822011-10-23 Michael Albinus <michael.albinus@gmx.de>
16083
16084 Sync with Tramp 2.2.3.
16085
16086 * net/tramp-cache.el (top): Pacify byte-compiler using
16087 `init-file-user' and `site-run-file'.
16088
16089 * net/trampver.el: Update release number.
16090
86c60681
CY
160912011-10-23 Chong Yidong <cyd@gnu.org>
16092
16093 * files.el (toggle-read-only): Remove obsolete comment about
16094 version control.
16095
16096 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
16097 for toggle-read-only. Note that this hasn't called vc-next-action
16098 since 2008-05-02, though it wasn't documented at the time.
16099
a3839de2
SM
16100 * vc/ediff-init.el (ediff-toggle-read-only-function):
16101 Use toggle-read-only.
86c60681 16102
cd5495ff
AM
161032011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
16104
16105 Fix bug #9560, sporadic wrong indentation; improve instrumentation
16106 of c-parse-state.
16107
00b77525 16108 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 16109 correct faulty logical expression.
cd5495ff
AM
16110 (c-parse-state-state, c-record-parse-state-state):
16111 (c-replay-parse-state-state): New defvar/defuns.
16112 (c-debug-parse-state): Use new functions.
16113
42ee24ed
MR
161142011-10-22 Martin Rudalics <rudalics@gmx.at>
16115
16116 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 16117 last fix. Use window-in-direction correctly.
42ee24ed 16118
a7dee7e7
CY
161192011-10-21 Chong Yidong <cyd@gnu.org>
16120
16121 * progmodes/idlwave.el (idlwave-mode):
16122 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
16123 require-final-newline; that's done in prog-mode.
16124 Suggested by Stefan Monnier.
a7dee7e7 16125
e07b9a6d
MR
161262011-10-21 Martin Rudalics <rudalics@gmx.at>
16127
16128 * mouse.el (mouse-drag-window-above)
16129 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
16130 (mouse-drag-mode-line-1, mouse-drag-header-line)
16131 (mouse-drag-vertical-line-rightward-window): Remove.
16132 (mouse-drag-line): New function.
16133 (mouse-drag-mode-line, mouse-drag-header-line)
16134 (mouse-drag-vertical-line): Call mouse-drag-line.
16135 * window.el (window-at-side-p, windows-at-side): New functions.
16136
7e1361d9
UM
161372011-10-21 Ulrich Mueller <ulm@gentoo.org>
16138
16139 * tar-mode.el (tar-grind-file-mode):
16140 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
16141
30fcaf3a
CY
161422011-10-21 Chong Yidong <cyd@gnu.org>
16143
16144 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
16145 * progmodes/vera-mode.el (vera-mode):
16146 Use mode-require-final-newline.
30fcaf3a 16147
516eddb0
GM
161482011-10-20 Glenn Morris <rgm@gnu.org>
16149
db22a3c2 16150 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 16151
10d5f513
CS
161522011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
16153
16154 * emulation/cua-base.el (cua-set-mark): Fix case of string.
16155
ac6c8639
CY
161562011-10-20 Chong Yidong <cyd@gnu.org>
16157
16158 * emulation/cua-base.el (cua-mode):
16159 * mail/footnote.el (footnote-mode):
16160 * mail/mailabbrev.el (mail-abbrevs-mode):
16161 * net/xesam.el (xesam-minor-mode):
16162 * progmodes/bug-reference.el (bug-reference-mode):
16163 * progmodes/cap-words.el (capitalized-words-mode):
16164 * progmodes/compile.el (compilation-minor-mode)
16165 (compilation-shell-minor-mode):
16166 * progmodes/gud.el (gud-tooltip-mode):
16167 * progmodes/hideif.el (hide-ifdef-mode):
16168 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
16169 * progmodes/subword.el (subword-mode):
16170 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
16171 * progmodes/which-func.el (which-function-mode):
16172 * term/tvi970.el (tvi970-set-keypad-mode):
16173 * term/vt100.el (vt100-wide-mode):
16174 * textmodes/flyspell.el (flyspell-mode):
16175 * textmodes/ispell.el (ispell-minor-mode):
16176 * textmodes/nroff-mode.el (nroff-electric-mode):
16177 * textmodes/paragraphs.el (use-hard-newlines):
16178 * textmodes/refill.el (refill-mode):
16179 * textmodes/reftex.el (reftex-mode):
16180 * textmodes/rst.el (rst-minor-mode):
16181 * textmodes/sgml-mode.el (html-autoview-mode)
16182 (sgml-electric-tag-pair-mode):
16183 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
16184 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
16185 * emulation/crisp.el (crisp-mode):
16186 * emacs-lisp/eldoc.el (eldoc-mode):
16187 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
16188 minor mode behavior.
16189
aa42ab43
JL
161902011-10-19 Juri Linkov <juri@jurta.org>
16191
16192 * descr-text.el (describe-char): Add #x2010 and #x2011 to
16193 the list of hard-coded chars with escape-glyph face.
16194
89400f1d
SM
161952011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16196
16197 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
16198
305c07f6
MA
161992011-10-19 Michael Albinus <michael.albinus@gmx.de>
16200
16201 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
16202 running process.
16203
13754b54
GM
162042011-10-19 Glenn Morris <rgm@gnu.org>
16205
16206 * vc/vc-bzr.el (vc-bzr-after-dir-status):
16207 Ignore ignored files. (Bug#9726)
16208
06e21633
CY
162092011-10-19 Chong Yidong <cyd@gnu.org>
16210
16211 Doc fix for minor modes, stating that an omitted argument enables
16212 the mode unconditionally when called from Lisp.
16213
16214 * abbrev.el (abbrev-mode):
16215 * allout.el (allout-mode):
16216 * autoinsert.el (auto-insert-mode):
16217 * autoarg.el (autoarg-mode, autoarg-kp-mode):
16218 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
16219 (global-auto-revert-mode):
16220 * battery.el (display-battery-mode):
16221 * composite.el (global-auto-composition-mode)
16222 (auto-composition-mode):
16223 * delsel.el (delete-selection-mode):
16224 * desktop.el (desktop-save-mode):
16225 * dired-x.el (dired-omit-mode):
16226 * dirtrack.el (dirtrack-mode):
16227 * doc-view.el (doc-view-minor-mode):
16228 * double.el (double-mode):
16229 * electric.el (electric-indent-mode, electric-pair-mode):
16230 * emacs-lock.el (emacs-lock-mode):
16231 * epa-hook.el (auto-encryption-mode):
16232 * follow.el (follow-mode):
16233 * font-core.el (font-lock-mode):
16234 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
16235 * help.el (temp-buffer-resize-mode):
16236 * hilit-chg.el (highlight-changes-mode)
16237 (highlight-changes-visible-mode):
16238 * hi-lock.el (hi-lock-mode):
16239 * hl-line.el (hl-line-mode, global-hl-line-mode):
16240 * icomplete.el (icomplete-mode):
16241 * ido.el (ido-everywhere):
16242 * image-file.el (auto-image-file-mode):
16243 * image-mode.el (image-minor-mode):
16244 * iswitchb.el (iswitchb-mode):
16245 * jka-cmpr-hook.el (auto-compression-mode):
16246 * linum.el (linum-mode):
16247 * longlines.el (longlines-mode):
16248 * master.el (master-mode):
16249 * mb-depth.el (minibuffer-depth-indicate-mode):
16250 * menu-bar.el (menu-bar-mode):
16251 * minibuf-eldef.el (minibuffer-electric-default-mode):
16252 * mouse-sel.el (mouse-sel-mode):
16253 * msb.el (msb-mode):
16254 * mwheel.el (mouse-wheel-mode):
16255 * outline.el (outline-minor-mode):
16256 * paren.el (show-paren-mode):
16257 * recentf.el (recentf-mode):
16258 * reveal.el (reveal-mode, global-reveal-mode):
16259 * rfn-eshadow.el (file-name-shadow-mode):
16260 * ruler-mode.el (ruler-mode):
16261 * savehist.el (savehist-mode):
16262 * scroll-all.el (scroll-all-mode):
16263 * scroll-bar.el (scroll-bar-mode):
16264 * server.el (server-mode):
16265 * shell.el (shell-dirtrack-mode):
16266 * simple.el (auto-fill-mode, transient-mark-mode)
16267 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
16268 (line-number-mode, column-number-mode, size-indication-mode)
16269 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
16270 * strokes.el (strokes-mode):
16271 * time.el (display-time-mode):
16272 * t-mouse.el (gpm-mouse-mode):
16273 * tool-bar.el (tool-bar-mode):
16274 * tooltip.el (tooltip-mode):
16275 * type-break.el (type-break-mode-line-message-mode)
16276 (type-break-query-mode):
16277 * view.el (view-mode):
16278 * whitespace.el (whitespace-mode, whitespace-newline-mode)
16279 (global-whitespace-mode, global-whitespace-newline-mode):
16280 * xt-mouse.el (xterm-mouse-mode): Doc fix.
16281
a3839de2
SM
16282 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
16283 Fix autogenerated docstring.
06e21633 16284
5214e501
JL
162852011-10-19 Juri Linkov <juri@jurta.org>
16286
16287 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
16288 by checking environment variables "DESKTOP_SESSION" and
16289 "XDG_CURRENT_DESKTOP". (Bug#9779)
16290
195f8db9
JL
162912011-10-19 Juri Linkov <juri@jurta.org>
16292
16293 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
16294 (browse-url-chromium-program, browse-url-chromium-arguments):
16295 New defcustoms.
16296 (browse-url-default-browser): Check for `browse-url-chromium' and
16297 call `browse-url-chromium-program'.
16298 (browse-url-chromium): New command. (Bug#9779)
16299
343a34ff
JB
163002011-10-18 Juanma Barranquero <lekktu@gmail.com>
16301
16302 * facemenu.el (list-colors-duplicates): On Windows, detect more
16303 duplicates by assuming that only colors matching "^System" are
16304 special "system colors". (Bug#9722)
16305
6978a151
SM
163062011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
16307
16308 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
16309 to distinguish the author from the committer.
16310
6a80b297
MA
163112011-10-18 Michael Albinus <michael.albinus@gmx.de>
16312
16313 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
16314
b31a5677
JK
163152011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
16316
16317 * international/mule.el (sgml-html-meta-auto-coding-function):
16318 Add support for detecting encoding in HTML5 specified only as
16319 <meta charset="UTF-8">. Implementation just makes http-equiv and
16320 content-type parts from HTML4 encoding string optional. (Bug#9716)
16321
80c6d77f
GM
163222011-10-18 Glenn Morris <rgm@gnu.org>
16323
16324 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
16325
08b0fee8
CY
163262011-10-18 Chong Yidong <cyd@gnu.org>
16327
16328 * faces.el (cursor): Doc fix.
16329
67e729a5
CY
163302011-10-17 Chong Yidong <cyd@gnu.org>
16331
16332 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
16333
343a34ff 163342011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
16335
16336 * dirtrack.el (dirtrack): Support shell buffers with path
16337 prefixes, e.g. tramp-based remote shells. (Bug#9647)
16338
0bc06380
TZ
163392011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
16340
16341 * json.el: Bump version to 1.3 and note change in History.
16342 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
16343
8b79f3e0
SM
163442011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16345
5a7c536b
SM
16346 * comint.el (comint-insert-input, comint-send-input)
16347 (comint-get-old-input-default, comint-backward-matching-input)
16348 (comint-next-prompt): Use nil instead of `input' for field property of
16349 past user input (bug#114).
16350
96a8a0df
SM
16351 * minibuffer.el (completion--replace): Inherit surrounding properties
16352 (bug#114).
16353 (minibuffer-complete-and-exit): Use it.
16354
8b79f3e0
SM
16355 * comint.el (comint--table-subvert): Quote the all-completions output
16356 (bug#9160).
16357
b8f7ff0d
MR
163582011-10-17 Martin Rudalics <rudalics@gmx.at>
16359
8b79f3e0 16360 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 16361
b8f7ff0d 16362 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 16363 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
16364 entries and separate them from frame entries.
16365
c235b555
GM
163662011-10-15 Glenn Morris <rgm@gnu.org>
16367
16368 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
16369 Doc fixes.
16370
6bbfa6e1
CY
163712011-10-15 Chong Yidong <cyd@stupidchicken.com>
16372
8b79f3e0
SM
16373 * net/network-stream.el (network-stream-open-starttls):
16374 Improve detection of failure due to lack of TLS support.
ec5c990d 16375
6bbfa6e1
CY
16376 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
16377 putting the input text in front and in bold.
16378
98488977
SM
163792011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
16380
3d1337be
SM
16381 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
16382
ee0b45e4
SM
16383 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
16384 empty buffer.
16385
98488977
SM
16386 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
16387 unread-command-events rather than pushing yet-another event.
16388
186f4720
EZ
163892011-10-14 Eli Zaretskii <eliz@gnu.org>
16390
16391 * mail/sendmail.el (sendmail-query-once): Improve the wording of
16392 the explanation of the possible choices. Make the options passed
16393 to completing-read shorter.
16394
8b7a997c
AM
163952011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16396
16397 * textmodes/flyspell.el (flyspell-large-region): Make sure
16398 extended character mode is used if defined (Bug#1339).
16399
12587bbb
EZ
164002011-10-13 Eli Zaretskii <eliz@gnu.org>
16401
16402 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
16403 character info for LRE, LRO, RLE, and RLO characters by appending
16404 an invisible PDF.
12587bbb 16405
bad41229
SM
164062011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
16407
16408 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
16409 even in case of error; add debug spec; simplify data flow.
16410 (with-timeout-handler): Remove.
16411
28dbc92f
MA
164122011-10-12 Michael Albinus <michael.albinus@gmx.de>
16413
16414 Fix Bug#6019, Bug#9315.
16415
16416 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
16417 complete `buffer-file-name', the local file name part could look
16418 remotely (for example on VMS).
16419
16420 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
16421 `tramp-run-real-handler'.
16422 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
16423 already quoted by '"'.
16424
16425 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
16426 Let `file-name-handler-alist' be nil, the local file name part
16427 could look remotely (for example on VMS).
16428
e1b0b23a
SM
164292011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
16430
16431 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
16432 from here...
16433 (flyspell-post-command-hook): ...to here.
16434
a120bde9
SM
164352011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16436
16437 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
16438 if not needed.
16439 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
16440 using completion. Protect against "slow" callers.
16441 Remove the "message hack".
16442
7ce7717b
JL
164432011-10-11 Juri Linkov <juri@jurta.org>
16444
16445 * isearch.el (isearch-lazy-highlight-word): New variable.
16446 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
16447 Use it. (Bug#9727)
16448
c02ee9d6
GM
164492011-10-11 Glenn Morris <rgm@gnu.org>
16450
16451 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
16452 like f90-previous-statement does.
16453
93e616fd 164542011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16455
1f190e73 16456 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
16457 only in interactive use, to avoid error.
16458
af7b6078
SM
164592011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16460
16461 * minibuffer.el (completion-file-name-table): Fix last change,
16462 i.e. ignore normal errors but not the other ones.
16463
0563dae9
MR
164642011-10-10 Martin Rudalics <rudalics@gmx.at>
16465
16466 * window.el (special-display-buffer-names)
16467 (special-display-regexps): Remove some remnants of earlier
16468 changes from doc-strings.
366ca7f3
MR
16469 (quit-windows-on): New function.
16470
16471 * vc/vc.el (vc-revert, vc-rollback):
16472 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
16473 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 16474 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 16475
49677495
MR
164762011-10-09 Martin Rudalics <rudalics@gmx.at>
16477
16478 * window.el (frame-auto-hide-function): Add version tag.
16479 (Bug#9699)
16480
56f2d1e1
MA
164812011-10-09 Michael Albinus <michael.albinus@gmx.de>
16482
16483 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
16484 condition.
16485
112a6592
LL
164862011-10-09 Leo Liu <sdl.web@gmail.com>
16487
16488 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
16489 (Bug#9701)
16490
0812589b
GM
164912011-10-08 Glenn Morris <rgm@gnu.org>
16492
16493 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
16494 before the first code statement zero indent. (Bug#9690)
16495
b2b0776e
CY
164962011-10-08 Chong Yidong <cyd@stupidchicken.com>
16497
16498 * simple.el (count-words-region): Always count in the region.
16499 Report the number of lines and characters too.
16500 (count-words): New command, which counts in the buffer if the
16501 region is inactive, as count-words-region used to.
16502 (count-words--message): New function. Handle plurals.
16503 (count-lines-region): Make it an alias for count-words-region.
16504
16505 * bindings.el (esc-map): Replace count-lines-region with
16506 count-words-region.
16507
c557cd6b
MR
165082011-10-08 Martin Rudalics <rudalics@gmx.at>
16509
16510 * window.el (window--delete): Delete dedicated frame
16511 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 16512 (switch-to-buffer): Fix doc-string typo.
c557cd6b 16513
61a57ef4 165142011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16515
3a7d293b 16516 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 16517
c3833279
CY
165182011-10-07 Chong Yidong <cyd@stupidchicken.com>
16519
16520 * bindings.el ([M-left],[M-right]): Bind to left-word and
16521 right-word respectively.
16522
21ce8245
GM
165232011-10-07 Glenn Morris <rgm@gnu.org>
16524
16525 * cus-start.el (debug-on-quit): Fix custom type.
16526
6d823bb2
LMI
165272011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16528
0181e193
LMI
16529 * subr.el (define-key-after): Clarify that the function is not
16530 useful for non-menu keymaps.
16531
6d823bb2
LMI
16532 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
16533
8e3459ce 165342011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16535
21ce8245 16536 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 16537 in current minibuffer (Fix bug with recursive minibuffers).
16538
a1c2d21e
CY
165392011-10-06 Chong Yidong <cyd@stupidchicken.com>
16540
16541 * progmodes/gdb-mi.el (gdb): Doc fix.
16542
5a4cf282
MR
165432011-10-05 Martin Rudalics <rudalics@gmx.at>
16544
16545 * window.el (frame-auto-hide-function): New option replacing
16546 frame-auto-delete. Suggested by Stefan Monnier.
16547 (window--delete): Call frame-auto-hide-function instead of
16548 investigating frame-auto-delete.
c96111ea
MR
16549 (window-point-1, set-window-point-1): New functions.
16550 (window-in-direction, record-window-buffer, window-state-get-1)
16551 (display-buffer-record-window): Use window-point-1 instead of
16552 window-point.
16553 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 16554
9854542e
SM
165552011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16556
16557 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
16558
8943cfb0
GM
165592011-10-05 Glenn Morris <rgm@gnu.org>
16560
16561 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
16562 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
16563
647ab967
LL
165642011-10-05 Leo Liu <sdl.web@gmail.com>
16565
16566 * subr.el (read-char-choice): Fix argument to buffer-live-p which
16567 works with buffer object.
16568
3ddfbced
SM
165692011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16570
16571 * mpc.el (mpc-tool-bar-map): Add labels.
16572
bdfa5dd2
GM
165732011-10-04 Glenn Morris <rgm@gnu.org>
16574
16575 * calendar/holidays.el (calendar-check-holidays): Doc fix.
16576
0e2070b5
MR
165772011-10-04 Martin Rudalics <rudalics@gmx.at>
16578
16579 * window.el (window--delete): New function.
16580 (frame-auto-delete): Resuscitate option.
16581 (bury-buffer, replace-buffer-in-windows)
16582 (quit-window): Rewrite using window--delete.
16583 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
16584 Pass display-buffer-mark-dedicated to window--display-buffer-2
16585 (Bug#9639).
16586
3dc61a09
SM
165872011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16588
915a9b64
SM
16589 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
16590 returns a list (bug#9554). Add remote file name completion.
16591 * comint.el (comint--table-subvert): Curry and get quote&unquote
16592 functions as arguments.
16593 (comint--complete-file-name-data): Adjust call accordingly.
16594 * pcomplete.el (pcomplete--table-subvert): Remove.
16595 (pcomplete-completions-at-point): Use comint--table-subvert instead.
16596
3dc61a09
SM
16597 * minibuffer.el (completion-table-case-fold): Use currying.
16598 (completion--styles-type, completion--cycling-threshold-type):
16599 New constants.
16600 (completion-styles, completion-category-overrides)
16601 (completion-cycle-threshold): Use them.
16602 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
16603 completion-table-case-fold.
16604
8ea0a993
SB
166052011-10-03 Stephen Berman <stephen.berman@gmx.net>
16606
16607 * minibuffer.el (completion-category-overrides): Fix type of styles
16608 and add more user friendly tags (bug#9660).
16609
8c24b7f6
SM
166102011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16611
16612 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
16613 (mule-input-method-string): New widget.
16614 (default-input-method, language-info-custom-alist): Use it.
16615
428fe61a
SM
166162011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
16617
32c1fffd
SM
16618 * pcomplete.el: Require comint.
16619 (pcomplete--common-suffix): Remove.
16620 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
16621 (pcomplete--table-subvert): Sync with comint--table-subvert.
16622 (pcomplete--entries): Use comint-completion-file-name-table.
16623 * comint.el (comint-unquote-filename): Simplify.
16624 (comint-completion-file-name-table): New function (bug#9616).
16625 (comint--complete-file-name-data): Use it.
16626
428fe61a
SM
16627 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
16628 (pcmpl-gnu-tar-buffer): Remove.
16629 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
16630 around. Make sure pcomplete-suffix-list is only changed temporarily.
16631 Don't look inside the tar's file if it's too large.
428fe61a 16632
04c52e2f
CY
166332011-10-01 Chong Yidong <cyd@stupidchicken.com>
16634
ce3cefcc
CY
16635 * cus-edit.el (custom-mode-map):
16636 * epa.el (epa-key-list-mode-map):
16637 * man.el (Man-mode-map):
16638 * startup.el (splash-screen-keymap):
16639 * simple.el (special-mode-map): Use scroll-up-command and
16640 scroll-down-command.
16641
16642 * progmodes/idlw-help.el (idlwave-help-mode-map):
16643 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
16644 * net/newst-plainview.el (newsticker-mode-map):
16645 * emulation/ws-mode.el (wordstar-mode-map):
16646 * emulation/vi.el (vi-com-map):
16647 * calc/calc-graph.el (calc-graph-show-dumb):
16648 * term/sun.el (terminal-init-sun):
16649 * term/ns-win.el (global-map):
16650 * progmodes/grep.el (grep-mode-map):
16651 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
16652 * mail/rmail.el (rmail-mode-map):
16653 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
16654
04c52e2f
CY
16655 * custom.el (custom-safe-themes, load-theme): Treat value of t for
16656 custom-safe-themes as special.
16657
79adf8c8
JD
166582011-10-01 Julien Danjou <julien@danjou.info>
16659
16660 * notifications.el (notifications-notify): Fix docstring.
16661
63bd50d3
PS
166622011-10-01 Per Starbäck <per@starback.se>
16663
16664 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
16665
199e4c7e
MR
166662011-09-30 Martin Rudalics <rudalics@gmx.at>
16667
16668 * startup.el (command-line-1): Fix last fix by inserting
16669 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 16670 (Bug#9605) and (Bug#9636)
199e4c7e 16671
fe5f08dd
EZ
166722011-09-29 Eli Zaretskii <eliz@gnu.org>
16673
16674 * simple.el (line-move): If auto-hscroll-mode is disabled and the
16675 window is hscrolled, move by logical lines. (Bug#9607)
16676 (line-move-visual): Update the doc string to the above effect.
16677
b5516bbd
MR
166782011-09-29 Martin Rudalics <rudalics@gmx.at>
16679
ccee00c0
MR
16680 * window.el (display-buffer-record-window): When WINDOW is the
16681 selected window use `point' instead of `window-point'. (Bug#9626)
16682
b5516bbd
MR
16683 * startup.el (command-line-1): Use insert-before-markers when
16684 inserting initial-scratch-message. (Bug#9605)
ccee00c0 16685
b5516bbd
MR
16686 * help.el (help-window): Remove variable.
16687
52aa0014
GM
166882011-09-29 Glenn Morris <rgm@gnu.org>
16689
16690 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
16691
df9a7357
JB
166922011-09-29 Juanma Barranquero <lekktu@gmail.com>
16693
16694 * descr-text.el (describe-char-categories): Accept category
16695 descriptions more than one line long.
16696
a8406c20
SM
166972011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
16698
88d9610c
SM
16699 * simple.el (delete-trailing-whitespace): Fix last change.
16700
a5daf810
SM
16701 * progmodes/perl-mode.el (perl-syntax-propertize-function):
16702 Don't confuse "y => 3" as the beginning of a `y' operation.
16703
a8406c20
SM
16704 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
16705 object has more than 4 slots (bug#9613).
16706
a239d4e9
JB
167072011-09-28 Juanma Barranquero <lekktu@gmail.com>
16708
16709 * subr.el (with-output-to-temp-buffer):
16710 * net/quickurl.el (quickurl, quickurl-browse-url):
16711 Fix typos in docstrings.
16712
693fbdb6
EZ
167132011-09-27 Eli Zaretskii <eliz@gnu.org>
16714
16715 * minibuffer.el (completion-styles)
16716 (completion-category-overrides): Cross reference each other in doc
16717 strings.
16718
8b457e28
GM
167192011-09-27 Glenn Morris <rgm@gnu.org>
16720
16721 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
16722 to split-string. (Bug#9606)
16723
85a16208
LMI
167242011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16725
16726 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
16727 (bug#9615).
16728
502f9ebd
CY
167292011-09-27 Chong Yidong <cyd@stupidchicken.com>
16730
16731 * emacs-lisp/package.el (list-packages): Fix echo area message.
16732
7690bdea
LL
167332011-09-27 Leo Liu <sdl.web@gmail.com>
16734
16735 * ido.el (ido-read-internal): Accept cons cell HIST arg.
16736
e2ee6f30
MA
167372011-09-25 Michael Albinus <michael.albinus@gmx.de>
16738
16739 * net/dbus.el (dbus-unregister-object): Don't release services for
16740 registered signals. (Bug#9581)
16741
f3f98342
TZ
167422011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
16743
16744 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
16745 function that picks between cfengine 2 and 3 support
16746 automatically. Update docs accordingly.
16747
dd7aa8dd
KH
167482011-09-22 Kenichi Handa <handa@m17n.org>
16749
16750 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
16751 ZERO.
16752 (indian-itrans-v5-table-for-tamil): New variable.
16753 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
16754
3f2b07f8
KM
167552011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
16756
16757 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
16758 that's true if the current command involved collapsing of text.
16759 It's reset to false at the beginning of the next command.
16760 (allout-post-command-business): Move the cursor to the beginning
16761 of entry if the cursor is hidden and collapsing activity just
16762 happened.
16763
371d6a61
CY
167642011-09-24 Chong Yidong <cyd@stupidchicken.com>
16765
16766 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
16767 tracking (Bug#9541).
16768
2ac2721a
UJ
167692011-09-24 Ulf Jasper <ulf.jasper@web.de>
16770
16771 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
16772 (newsticker-show-news): Automatically load html rendering package
16773 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
16774 because w3m-fill-column is let-bound" and the error "Symbol's value
16775 as variable is void: w3m-fill-column".
2ac2721a 16776
fac7ae53
MA
167772011-09-24 Michael Albinus <michael.albinus@gmx.de>
16778
16779 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
16780 Release services only if they are defined. (Bug#9581)
16781
e08b633b
RS
167822011-09-23 Richard Stallman <rms@gnu.org>
16783
e488d29c
RS
16784 * textmodes/paragraphs.el (forward-sentence): For backwards case,
16785 distinguish start of paragraph from start of its text.
16786
19c38752
RS
16787 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
16788
e08b633b
RS
16789 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
16790 (rmail-generate-viewer-buffer): Put that hook on view buffer.
16791 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
16792
0a39f27e
AS
167932011-09-23 Andreas Schwab <schwab@linux-m68k.org>
16794
16795 * international/mule-diag.el (mule-diag): Insert a newline after
16796 each fontset description.
16797
db4e950d
SM
167982011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
16799
16800 * simple.el (delete-trailing-whitespace):
16801 Document last change; simplify.
16802
eca3f3ea
PW
168032011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
16804
d68e189a
PW
16805 * simple.el (delete-trailing-whitespace): Also delete
16806 extra newlines at the end of the buffer.
16807
eca3f3ea
PW
16808 * textmodes/picture.el: Make motion commands obey shift-select-mode.
16809 (picture-newline): Use forward-line so as to ignore fields.
16810
01c157cc
SM
168112011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
16812
16813 * subr.el (with-wrapper-hook): Fix edebug spec.
16814
022de23e
LMI
168152011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16816
16817 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
16818 (bug#4538).
16819
91683089
MA
168202011-09-23 Michael Albinus <michael.albinus@gmx.de>
16821
eca3f3ea
PW
16822 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
16823 Fix nasty bug using wrong cached values.
91683089 16824
5bdd6fa4
AM
168252011-09-23 Alan Mackenzie <acm@muc.de>
16826
16827 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
16828
97adfb97
CY
168292011-09-23 Chong Yidong <cyd@stupidchicken.com>
16830
16831 * window.el (pop-to-buffer): Ensure right window is selected if we
16832 chose another frame.
16833
d4ef2b50
EZ
168342011-09-22 Eli Zaretskii <eliz@gnu.org>
16835
16836 * simple.el (what-cursor-position): Use get-char-property-change
16837 and next-single-char-property-change, to be able to show display
16838 properties that come from overlays as well as text properties.
16839
72258fe5
CY
168402011-09-22 Chong Yidong <cyd@stupidchicken.com>
16841
16842 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
16843
16844 * cmuscheme.el (run-scheme, switch-to-scheme):
16845 * cus-edit.el (customize-group, custom-buffer-create)
16846 (customize-browse):
16847 * info.el (info):
16848 * shell.el (shell):
16849 * mail/sendmail.el (mail):
16850 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
16851
8f098516
RS
168522011-09-22 Richard Stallman <rms@gnu.org>
16853
16854 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
16855 move back only to line beg, don't move back over blank lines.
16856
e74f1bb6
MA
168572011-09-22 Michael Albinus <michael.albinus@gmx.de>
16858
16859 * files.el (copy-directory): Set directory attributes only in case
16860 they could be retrieved from the source directory. (Bug#9565)
16861
bfeef8b6
DK
168622011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
16863
16864 * progmodes/hideshow.el (hs-looking-at-block-start-p)
16865 (hs-find-block-beginning, hs-hide-level-recursive):
16866 Ignore strings as well as comments. (Bug#9502)
16867
7e423bb8
AS
168682011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
16869
16870 * progmodes/sql.el (sql-comint-postgres):
16871 Convert port number to a string. (Bug#9566)
16872
b4d72fcf
MR
168732011-09-22 Martin Rudalics <rudalics@gmx.at>
16874
16875 * window.el (quit-window): Undedicate window when switching to
16876 previous buffer. Reported by Thierry Volpiatto
16877 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
16878 (special-display-popup-frame): When popping up a new frame reset
16879 its previous buffers to nil. Simplify code.
b4d72fcf 16880
a7b88dc6
MA
168812011-09-21 Michael Albinus <michael.albinus@gmx.de>
16882
16883 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
16884 and process filter, as done also in `shell-command'.
16885
cf4eacfd
MR
168862011-09-21 Martin Rudalics <rudalics@gmx.at>
16887
eca3f3ea 16888 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
16889 Call set-window-start with NOFORCE argument t.
16890 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
16891 (quit-window): Reword doc-string. Handle new format of
16892 quit-restore parameter. Don't delete window if it has a
16893 previous buffer we can show instead of the present one.
16894 (display-buffer-record-window): Rewrite using a new format for
16895 the quit-restore window parameter
16896 (special-display-popup-frame, display-buffer-same-window)
16897 (display-buffer-reuse-window, display-buffer-pop-up-frame)
16898 (display-buffer-pop-up-window, display-buffer-use-some-window):
16899 Adapt symbol passed to display-buffer-record-window.
16900 * help.el (help-window-setup): Handle new format of quit-restore
16901 parameter.
16902
8d28cb95
SM
169032011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
16904
94ab793f
SM
16905 * faces.el (face-list): Fix docstring (bug#9564).
16906
8d28cb95
SM
16907 * window.el (display-buffer--action-function-custom-type):
16908 Don't include internal functions in the Custom interface.
16909
3820edeb
JL
169102011-09-20 Juri Linkov <juri@jurta.org>
16911
16912 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
16913 (Info-forward-node, Info-backward-node, Info-next-preorder)
16914 (Info-last-preorder): Use it. (Bug#9528)
16915
5147931d
JL
169162011-09-20 Juri Linkov <juri@jurta.org>
16917
16918 * info.el (Info-last-preorder): Visit last menu item only when
16919 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
16920
cf499a1a
JD
169212011-09-20 Julien Danjou <julien@danjou.info>
16922
16923 * password-cache.el (password-cache-remove): Remove entries even if the
16924 value is nil, so that password with a nil value (negative caching) is
16925 possible to invalidate.
16926
f84e2fe2
LM
169272011-09-20 Lawrence Mitchell <wence@gmx.li>
16928
16929 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
16930 all whitespace around breakpoint. (Bug#9553)
16931 (f90-find-breakpoint): Only break at whitespace inside a comment.
16932
78054a46
SM
169332011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
16934
16935 * minibuffer.el (completion-file-name-table): Keep track of errors.
16936 (completion-table-with-predicate): Handle the case where pred1 is nil.
16937 * pcomplete.el (pcomplete-completions-at-point): Simplify.
16938
345083b2
SM
169392011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
16940
e24e27be
SM
16941 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
16942 (debugger-return-value): Signal an error if the debugging context does
16943 not await any return value.
16944
345083b2
SM
16945 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
16946 * image-mode.el (image-toggle-display-text)
16947 (image-toggle-display-image): Stay away from evil `intangible'.
16948
08d355e3
LL
169492011-09-19 Leo Liu <sdl.web@gmail.com>
16950
16951 * replace.el (occur-revert-arguments): Make it permanent-local.
16952 (occur-mode): Don't call font-lock-defontify.
16953
f01da43f
CY
169542011-09-19 Chong Yidong <cyd@stupidchicken.com>
16955
16956 * net/ldap.el (ldap-search-internal): Don't push empty search
16957 result (Bug#9508).
16958
b6072fa6
SM
169592011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
16960
16961 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
16962
443d6696
MA
169632011-09-19 Michael Albinus <michael.albinus@gmx.de>
16964
16965 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
16966 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
16967
7cc6e154
JL
169682011-09-18 Juri Linkov <juri@jurta.org>
16969
16970 * buff-menu.el (Buffer-menu-mode-map):
16971 * dired.el (dired-mode-map):
16972 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
16973 (lisp-interaction-mode-map):
16974 * emacs-lisp/package.el (package-menu-mode-map):
16975 * epa.el (epa-key-list-mode-map):
16976 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
16977 (menu-bar-options-menu):
16978 * outline.el (outline-mode-menu-bar-map):
16979 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
16980 * vc/vc-dir.el (vc-dir-menu-map):
16981 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
16982 Capitalize non-function content words in menu item strings.
16983
16984 * dired.el (dired-mode-map): Add menu item for
16985 `image-dired-dired-toggle-marked-thumbs'.
16986
80302a81
JL
169872011-09-18 Juri Linkov <juri@jurta.org>
16988
16989 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
16990 to `isearch-case-fold-search' and restore its original value
16991 after the `isearch-mode' call.
16992
46c5cf66
JL
169932011-09-18 Juri Linkov <juri@jurta.org>
16994
16995 * progmodes/grep.el (grep-process-setup): Don't check code for 1
16996 because `zgrep' returns 1 for successful matches (bug#9226).
16997
d18b513b
JL
169982011-09-18 Juri Linkov <juri@jurta.org>
16999
17000 * info.el (Info-extract-menu-node-name): Check the second match
17001 for empty string (second test-case of bug#9528).
17002 (Info-last-preorder): Let-bind `Info-history' to nil to not add
17003 intermediate nodes to the history (first test-case of bug#9528).
17004
72753f87
JL
170052011-09-18 Juri Linkov <juri@jurta.org>
17006
17007 * info.el (Info-mode-syntax-table): New variable.
1154d12e 17008 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 17009
c9384295
JL
170102011-09-18 Juri Linkov <juri@jurta.org>
17011
1154d12e
JB
17012 * info.el (Info-file-supports-index-cookies):
17013 Increment line-beginning-position's arg from 3 to 4 because makeinfo
17014 outputs one more line for long file names (bug#4142).
c9384295 17015
d473dce8
CY
170162011-09-18 Chong Yidong <cyd@stupidchicken.com>
17017
17018 * newcomment.el (comment-normalize-vars): If prompting for
17019 comment-start, set comment-start-skip too (Bug#8424).
17020
2176854d
JB
170212011-09-18 Johan Bockgård <bojohan@gnu.org>
17022
17023 * icomplete.el: Fix previous fix of Bug#5849.
17024 (icomplete-mode): Don't set completion-show-inline-help.
17025 (icomplete-minibuffer-setup): Set completion-show-inline-help
17026 locally during icompletion.
17027
3aace4e4
CY
170282011-09-18 Chong Yidong <cyd@stupidchicken.com>
17029
c940224f
CY
17030 * woman.el (woman2-process-escapes): Don't delete unrecognized
17031 escapes (Bug#7843).
17032
3aace4e4
CY
17033 * files.el (inhibit-first-line-modes-regexps): Add image files.
17034 (hack-local-variables-prop-line): Return nil for malformed
17035 prop-lines (Bug#9044).
17036
710dec63
MA
170372011-09-18 Michael Albinus <michael.albinus@gmx.de>
17038
17039 * net/tramp.el (top): Don't require 'shell.
17040 (tramp-methods): Fix docstring.
17041 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
17042 Return complete remote file name. Handle "smb" case.
17043 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
17044 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
17045
17046 * net/tramp-compat.el (top): Require 'shell.
17047
17048 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
17049 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
17050 `tramp-current-host'.
17051 (tramp-get-remote-tmpdir): Remove.
17052
17053 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
17054 `tramp-tmpdir' entries.
17055 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
17056 (tramp-smb-handle-file-attributes): Ignore errors.
17057 (tramp-smb-wait-for-output): Check also for process end.
17058
5d5ac8ec
LMI
170592011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17060
17061 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
17062 when sending QUIT (bug#9312).
17063
8c0f49f0
CY
170642011-09-17 Chong Yidong <cyd@stupidchicken.com>
17065
17066 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
17067 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
17068 occur-mode-display-occurrence.
17069 (occur-edit-mode): Add usage message.
17070 (occur-cease-edit): New command.
17071 (occur-after-change-function): Use text properties to find the
17072 position of the prefix text.
17073 (occur-engine): Set stickiness of prefix text properties.
17074
8f1383f7
GM
170752011-09-17 Glenn Morris <rgm@gnu.org>
17076
17077 * progmodes/etags.el (complete-tag):
17078 Fix call to completion-in-region. (Bug#9526)
17079
744ba0e3
JL
170802011-09-17 Juri Linkov <juri@jurta.org>
17081
17082 * textmodes/ispell.el (ispell-word): Add to the error message
17083 the word, ispell program name and current dictionary (bug#9121).
17084 (ispell-tex-arg-end): Capitalize "error" in the error message.
17085
d9bbf400
AS
170862011-09-17 Andreas Schwab <schwab@linux-m68k.org>
17087
17088 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
17089 check. (Bug#4251)
17090
8da11505
JL
170912011-09-17 Juri Linkov <juri@jurta.org>
17092
17093 * window.el (window-safe-min-height, window-safe-min-width):
17094 Fix typos (followup to bug#9522).
17095
a91adc7e
SJ
170962011-09-17 Sven Joachim <svenjoac@gmx.de>
17097
17098 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
17099
064f328a
EZ
171002011-09-16 Eli Zaretskii <eliz@gnu.org>
17101
17102 * simple.el (line-move): If goal-column is set, move by logical
17103 lines, not by display lines. (Bug#971)
17104 (next-line, previous-line, goal-column, line-move-visual): Doc fix
17105 to reflect the above change.
17106
e69df516
SM
171072011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17108
17109 * image.el (imagemagick-register-types): Use regexp-opt.
17110
cbb0f9ab
CY
171112011-09-15 Chong Yidong <cyd@stupidchicken.com>
17112
17113 * window.el (display-buffer-base-action): Rename from
17114 display-buffer-default-action. Make default value empty.
17115 (display-buffer-overriding-action): Convert to defvar.
17116 (display-buffer-fallback-action): New var.
17117
25322144
CY
171182011-09-15 Chong Yidong <cyd@stupidchicken.com>
17119
17120 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
17121 declaration.
17122 (package--add-to-archive-contents): If there is a duplicate entry
17123 with an older version, remove it.
17124 (package-menu-mark-delete, package-menu-mark-install)
17125 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
17126 (package-menu-mark-obsolete-for-deletion):
17127 Use package-menu-get-status instead of a regexp search.
25322144
CY
17128 (package-menu-get-status): Use tabulated-list-entry.
17129 (package-menu-mark-upgrades): New command.
d770725a 17130 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
17131 (package-menu-execute): Do installation before deletion.
17132 (package-menu-refresh, package-menu-execute): Use derived-mode-p
17133 instead of checking major-mode.
17134 (package-menu--find-upgrades): New function.
17135
7520339c
LMI
171362011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17137
17138 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
17139 passwords in the log buffer.
65a046c4
LMI
17140 (smtpmail-process-filter): Update the process marker so that the
17141 "broken by peer" status message is inserted in the right place.
7520339c 17142
d3c30954
SM
171432011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
17144
3fe48822
SM
17145 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
17146 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
17147 bibtex-completion-at-point-function.
17148 (bibtex-completion-at-point-function): Use them.
17149
1b8b3954
SM
17150 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
17151
d3c30954
SM
17152 * mpc.el (mpc-constraints-tag-lookup): New function.
17153 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
17154 also to browser "album|playlist".
17155
72779976
JL
171562011-09-14 Juri Linkov <juri@jurta.org>
17157
17158 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
17159 (isearch-edit-string): Use length of `isearch-string' when
17160 `isearch-fail-pos' returns nil.
17161 (isearch-message): Remove duplicate code and call
17162 `isearch-fail-pos' with arg `t'.
17163
a0bf2bcd
CY
171642011-09-14 Chong Yidong <cyd@stupidchicken.com>
17165
17bb0a2d
CY
17166 * replace.el (occur-mode-goto-occurrence): Don't force using other
17167 window (Bug#9499).
17168
a0bf2bcd
CY
17169 * dired-aux.el (dired-do-chmod): Don't provide initial input.
17170
f678e0b6
MR
171712011-09-14 Martin Rudalics <rudalics@gmx.at>
17172
17173 * window.el (display-buffer-window): Remove.
17174 (display-buffer-record-window): Use help-setup window parameter
17175 instead of variable display-buffer-window.
17176 (display-buffer-function, special-display-buffer-names)
17177 (special-display-function): Mention help-setup parameter instead
17178 of display-buffer-window in doc-string.
d3c30954
SM
17179 * help.el (help-window-setup): New argument help-window.
17180 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
17181 Reword some messages.
17182 (with-help-window): Pass window used for displaying the buffer
17183 to help-window-setup. Don't set display-buffer-window.
17184
8e39b2e8
GM
171852011-09-13 Glenn Morris <rgm@gnu.org>
17186
17187 * emacs-lisp/debug.el (debugger-make-xrefs):
17188 Preserve point. (Bug#9462)
17189
85e9c04b
CY
171902011-09-13 Chong Yidong <cyd@stupidchicken.com>
17191
17192 * window.el (window-deletable-p): Use next-frame.
17193
1b36ed6a
MR
171942011-09-13 Martin Rudalics <rudalics@gmx.at>
17195
17196 * window.el (window-auto-delete): Remove.
17197 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 17198 dedication and previous buffers.
1b36ed6a
MR
17199 (switch-to-prev-buffer): Don't delete window.
17200 (delete-windows-on): Delete a window's frame if and only if the
17201 window is dedicated.
17202 (replace-buffer-in-windows): Delete buffer's window or frame if
17203 and only if window is dedicated.
17204 (quit-window): Handle quit-restore as before last change.
4d61f28d 17205 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 17206
ef8ef9fb
CY
172072011-09-13 Chong Yidong <cyd@stupidchicken.com>
17208
17209 * window.el (window-deletable-p): Never delete the last frame on a
17210 given terminal.
17211
b2cba41e
GM
172122011-09-13 Glenn Morris <rgm@gnu.org>
17213
17214 * help.el (describe-key-briefly): Copy previous standard-output change.
17215
51553db6 172162011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
17217
17218 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
17219
b7556719
GM
172202011-09-13 Glenn Morris <rgm@gnu.org>
17221
17222 * emacs-lisp/lisp-mode.el (lisp-indent-function):
17223 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
17224
64b51947
CY
172252011-09-12 Chong Yidong <cyd@stupidchicken.com>
17226
17227 * dired-aux.el (dired-mark-read-string): Don't return default
17228 value on empty input (Bug#9361).
17229 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
17230 Omit initial minibuffer contents.
17231 (dired-do-chmod): Signal an error on empty input.
17232 (dired-mark-read-string): Don't return default on empty input.
17233
17234 * files.el (file-modes-symbolic-to-number): Doc fix.
17235
393a301e
SM
172362011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17237
17238 * international/mule-cmds.el (ucs-completions): Remove.
17239 (read-char-by-name): Use complete-with-action instead; add metadata.
17240
fa5660f9
CY
172412011-09-11 Chong Yidong <cyd@stupidchicken.com>
17242
17243 * window.el (display-buffer--action-function-custom-type)
17244 (display-buffer--action-custom-type): New vars.
17245 (display-buffer-alist, display-buffer-default-action)
17246 (display-buffer-overriding-action): Add defcustom types.
17247
4a592f66
CY
17248 * frame.el (delete-other-frames): Doc fix (Bug#276).
17249
73d56dbd
LMI
172502011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17251
17252 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
17253
37ac18a3
CY
172542011-09-11 Chong Yidong <cyd@stupidchicken.com>
17255
17256 Change modes that used same-window-* vars to use switch-to-buffer.
17257
17258 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
17259 Use switch-to-buffer.
17260
17261 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
17262 (customize-browse, custom-buffer-create-other-window):
17263 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
17264
17265 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
17266 (Info-prev, Info-up, Info-speedbar-goto-node)
17267 (info-display-manual): Use switch-to-buffer.
17268 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
17269
17270 * mail/sendmail.el (mail): Use switch-to-buffer.
17271 (mail-recover): Use switch-to-buffer-other-window.
17272
17273 * cmuscheme.el (run-scheme, switch-to-scheme):
17274 * ielm.el (ielm):
17275 * shell.el (shell):
17276 * net/rlogin.el (rlogin):
17277 * net/telnet.el (telnet, rsh):
17278 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
17279
10195bd6
AS
172802011-09-11 Andreas Schwab <schwab@linux-m68k.org>
17281
17282 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
17283
b322f63a
LMI
172842011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17285
39d7fed6
LMI
17286 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
17287 so don't mention it (bug#9301).
ba5a81f1 17288 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 17289
ee0e9f11
LMI
17290 * faces.el (face-spec-set-match-display): Make `(type graphic)'
17291 match `x', `w32' and `ns', like the manual says (bug#9029).
17292
0b1c89c1 17293 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
17294 (process-kill-buffer-query-function): Mention the buffer name in
17295 the query.
0b1c89c1 17296
77549ea8
LMI
17297 * image-mode.el (image-next-line): The line parameter is mandatory
17298 (bug#9258).
17299
803ef892
LMI
17300 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
17301 which can be useful (bug#9301).
17302
12980837
LMI
17303 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
17304
91054f8f
LMI
17305 * subr.el (match-string): Mention that the current buffer should
17306 be the same as the search was done in (bug#9282).
17307
b322f63a
LMI
17308 * facemenu.el: Disable the remove-* commands if the mark isn't
17309 active (bug#9162).
17310
3199b96f
CY
173112011-09-10 Chong Yidong <cyd@stupidchicken.com>
17312
17313 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
17314 of display-buffer.
17315 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
17316
17317 * replace.el (occur-mode-goto-occurrence)
17318 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
17319 and display-buffer.
17320
17321 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
17322 display-buffer.
17323
17324 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
17325 special-display and same-window variables.
17326 (mail-other-window): Use switch-to-buffer-other-window.
17327 (mail-other-frame): USe switch-to-buffer-other-frame.
17328
393a301e
SM
17329 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
17330 Use display-buffer-other-frame.
3199b96f
CY
17331 (gdb-display-gdb-buffer): Use pop-to-buffer.
17332
17333 * progmodes/gud.el (gud-goto-info): Use info-other-window.
17334
17335 * progmodes/python.el: Don't set same-window-buffer-names.
17336
17337 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
17338
17339 * window.el (display-buffer-alist): Add *Python*.
17340
8319e0bf
CY
173412011-09-10 Chong Yidong <cyd@stupidchicken.com>
17342
17343 * window.el (display-buffer-alist): Add entry for buffers
17344 previously handled same-window-*.
17345 (display-buffer-alist, display-buffer-default-action)
17346 (display-buffer-overriding-action): Mark as risky.
17347 (display-buffer-alist): Document action function changes.
17348 (display-buffer--same-window-action)
17349 (display-buffer--other-frame-action): New variables.
17350 (switch-to-buffer, display-buffer-other-frame): Use them.
17351 (display-buffer): Rename reuse-frame entry to reusable-frames.
17352 (display-buffer-reuse-selected-window): Function deleted.
17353 (display-buffer-reuse-window): Handle reusable-frames alist entry.
17354 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
17355 (display-buffer-special): New function.
17356 (display-buffer--maybe-pop-up-frame-or-window): Rename from
17357 display-buffer-reuse-or-pop-window. Split off special-display
17358 part into display-buffer-special.
17359 (display-buffer-use-some-window): Don't perform any special
17360 pop-up-frames handling.
17361 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 17362 (display-buffer--maybe-same-window): Rename from
0d3ff375 17363 display-buffer-maybe-same-window.
8319e0bf 17364
919a69aa
CY
17365 * info.el: Don't set same-window-regexps.
17366 (info-setup): New function.
17367 (info-other-window, info): Call it.
17368
17369 * cus-edit.el: Don't set same-window-regexps.
17370 (customize-group): New argument.
17371 (customize-group-other-window): Use it.
17372 (customize-face, customize-face-other-window): Likewise.
17373 (custom-buffer-create-other-window): Use pop-to-buffer directly.
17374
8319e0bf
CY
17375 * net/rlogin.el:
17376 * net/telnet.el:
17377 * progmodes/gud.el: Don't set same-window-regexps.
17378
17379 * cmuscheme.el:
17380 * ielm.el:
17381 * shell.el:
17382 * mail/sendmail.el:
17383 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
17384
25173000
JL
173852011-09-10 Juri Linkov <juri@jurta.org>
17386
17387 * isearch.el (isearch-edit-string): Remove obsolete mention of
17388 `C-w' (`isearch-yank-word-or-char') from docstring.
17389 (isearch-query-replace): Fix typo in docstring (bug#9466).
17390
056e44ef
JL
173912011-09-10 Juri Linkov <juri@jurta.org>
17392
17393 * paren.el (show-paren-function): Don't show escaped parens.
17394 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
17395
c3760c17
EZ
173962011-09-10 Eli Zaretskii <eliz@gnu.org>
17397
17398 * mail/sendmail.el (mml-to-mime, mml-attach-file)
17399 (mm-default-file-encoding): Remove autoload forms, they are
17400 replaced with autoload cookies in mml.el and mm-encode.el.
17401 (mail-add-attachment): New command.
17402 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
17403 (mail-mode): Mention mail-insert-file and mail-add-attachment in
17404 the doc string.
17405 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
17406
fece895e
RT
174072011-09-10 Reuben Thomas <rrt@sc3d.org>
17408
e69df516
SM
17409 * simple.el (count-words-region): Use buffer if there's no region
17410 (bug#9429).
fece895e 17411
5e68ce4a
JL
174122011-09-09 Juri Linkov <juri@jurta.org>
17413
17414 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
17415 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
17416 (wdired-isearch-filter-read-only): New function. (Bug#6362)
17417
0a6b9622
AM
174182011-09-09 Alan Mackenzie <acm@muc.de>
17419
17420 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
17421 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
17422
14a29deb
EZ
174232011-09-09 Eli Zaretskii <eliz@gnu.org>
17424
17425 Fix for Savannah bug#9392.
17426 * simple.el (mail-encode-mml): New defvar.
17427
17428 * mail/rmail.el (mail-encode-mml): Add a defvar.
17429 (rmail-enable-mime-composing): Default to t.
17430 (rmail-forward): Use MIME method of forwarding only if both
17431 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
17432 Set mail-encode-mml non-nil if the MIME method was used.
17433
17434 * mail/sendmail.el (mml-to-mime): Add autoload form.
17435 (mail-encode-mml): Add a defvar.
17436 (mail-mode): Make mail-encode-mml buffer-local and initialize it
17437 to nil.
17438 (mail-send): If mail-encode-mml is non-nil, run the outgoing
17439 message through mml-to-mime, and reset mail-encode-mml to nil.
17440
28c45130
GM
174412011-09-09 Glenn Morris <rgm@gnu.org>
17442
17443 * woman.el (woman-if-body): When processing an .el block,
17444 do not delete the next .el block as well. (Bug#9447)
69f4b618 17445 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 17446
9b1c252e
MR
174472011-09-08 Martin Rudalics <rudalics@gmx.at>
17448
17449 * window.el (window-deletable-p): Make sure window is live before
17450 invoking window-prev-buffers.
17451
567457e3
LL
174522011-09-08 Leo Liu <sdl.web@gmail.com>
17453
17454 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
17455
97f05794
JL
174562011-09-08 Juri Linkov <juri@jurta.org>
17457
17458 * progmodes/compile.el (compilation-environment): Make it
17459 a defcustom (bug#8340).
17460
8b0874b5
MR
174612011-09-08 Martin Rudalics <rudalics@gmx.at>
17462
17463 * window.el (frame-auto-delete): Rename to window-auto-delete.
17464 Make it control auto-deletion of windows and/or frames.
17465 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 17466 for deleting window/frame. (Bug#9419)
8b0874b5
MR
17467 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
17468 Rewrite handling of case when window/frame can be deleted.
17469 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 17470 argument t. (Bug#9456)
8b0874b5 17471
4feb6e73
CY
174722011-09-07 Chong Yidong <cyd@stupidchicken.com>
17473
17474 * help-mode.el (help-mode): Restore autoload.
17475
91ab9c13
JL
174762011-09-07 Juri Linkov <juri@jurta.org>
17477
17478 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
17479 `compilation-environment'. Set buffer-local
17480 `compilation-environment' to `thisenv' later after (funcall mode).
17481 (Bug#8340)
17482
17483 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
17484 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
17485 instead of replacing its value. (Bug#8340)
17486
0527e251
JL
174872011-09-07 Juri Linkov <juri@jurta.org>
17488
17489 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
17490 based on text properties put by `grep-filter' instead of matching
17491 escape sequences.
17492 (grep-mode): Set buffer-local `compilation-error-screen-columns'
17493 to the value of `grep-error-screen-columns' (bug#9438).
17494
249f792c
JL
174952011-09-07 Juri Linkov <juri@jurta.org>
17496
17497 * simple.el (next-error-highlight, next-error-highlight-no-select):
17498 Doc fix (bug#9432).
17499
ff7271b9
OT
175002011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
17501
17502 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
17503 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
17504
183fc730
LL
175052011-09-07 Leo Liu <sdl.web@gmail.com>
17506
17507 * net/rcirc.el (rcirc-mode): Conditionally initialize
17508 rcirc-input-ring.
17509
77694924
SM
175102011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17511
17512 * emacs-lisp/find-func.el (find-function-C-source): Only set
17513 find-function-C-source-directory after checking that we found a source
17514 file there (bug#9440).
17515
d809b8eb
AM
175162011-09-06 Alan Mackenzie <acm@muc.de>
17517
17518 * isearch.el (isearch-other-meta-char): Wherever a key list is
17519 unread, "unread" the prefix arg, too. This fixes bug #8901.
17520
453de99f
OG
175212011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
17522
17523 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
17524
90439906
JL
175252011-09-05 Juri Linkov <juri@jurta.org>
17526
17527 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
17528
f62bd846
JL
175292011-09-05 Juri Linkov <juri@jurta.org>
17530
17531 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
17532 keeping point where processing of grep matches begins, and
17533 continue to delete remaining escape sequences from the same point.
17534 (grep-filter): Make leading zero optional in "0?1;31m" because
17535 git-grep emits "\033[1;31m" escape sequences unlike expected
17536 "\033[01;31m" as GNU Grep does (bug#9408).
17537 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
17538
045820ec
JL
175392011-09-05 Juri Linkov <juri@jurta.org>
17540
17541 * subr.el (y-or-n-p): Capitalize "yes".
17542
f5e29b9b
MA
175432011-09-04 Michael Albinus <michael.albinus@gmx.de>
17544
17545 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
17546 `tramp-cache-unload-hook' where appropriate.
17547 (tramp-methods): Rename `tramp-remote-sh' to
17548 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
17549 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
17550
17551 * net/tramp-sh.el (top): Don't require 'shell.
17552 (tramp-methods): Add `tramp-remote-shell' and
17553 `tramp-remote-shell-args' entries.
17554 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
17555 (tramp-sh-handle-shell-command): Remove.
17556 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17557 Use `tramp-remote-shell'.
17558
2784c434
CY
175592011-09-03 Chong Yidong <cyd@stupidchicken.com>
17560
393a301e 17561 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
17562 (sendmail-query-once): Save directly to send-mail-function.
17563 Update message-send-mail-function too.
17564
17565 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
17566
464cdf56
CS
175672011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
17568
17569 * progmodes/python.el (python-mode-map): Use correct function to
17570 start python interpreter from menu-bar (as reported by Geert
17571 Kloosterman).
17572 (inferior-python-mode-map): Fix typo.
393a301e 17573 (python-shell-map): Remove.
464cdf56 17574
d37e5c87
DD
175752011-09-03 Deniz Dogan <deniz@dogan.se>
17576
17577 * net/rcirc.el (rcirc-print): Simplify code for
17578 rcirc-scroll-show-maximum-output. There is no need to walk
17579 through all windows to find the right one.
17580
f3ada0ee
CS
175812011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
17582
17583 * help.el (help-return-method): Doc fix.
17584
1f3c99ca
MR
175852011-09-03 Martin Rudalics <rudalics@gmx.at>
17586
17587 * window.el (window-deletable-p): Don't return a non-nil value
17588 when there's a buffer that was shown in the window before.
17589 (Bug#9419)
393a301e
SM
17590 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
17591 Set window's previous buffers to nil.
1f3c99ca 17592
a3cf097f
EZ
175932011-09-03 Eli Zaretskii <eliz@gnu.org>
17594
17595 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
17596 newline before and after the tag line, so it doesn't interfere
17597 with determining the paragraph direction of bidirectional text.
17598
3d03de90
LL
175992011-09-03 Leo Liu <sdl.web@gmail.com>
17600
17601 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
17602
c3313451
CY
176032011-09-02 Chong Yidong <cyd@stupidchicken.com>
17604
393a301e 17605 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
17606 (pop-to-buffer): Change interactive spec. Pass second argument
17607 directly to display-buffer.
17608 (display-buffer): Fix interactive spec. Use functionp to
17609 distinguish between a function and a list of functions.
17610
17611 * abbrev.el (edit-abbrevs):
17612 * arc-mode.el (archive-extract):
17613 * autoinsert.el (auto-insert):
17614 * bookmark.el (bookmark-bmenu-list):
17615 * files.el (find-file):
17616 * view.el (view-buffer):
17617 * progmodes/compile.el (compilation-goto-locus):
17618 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
17619
89894cd8
CY
176202011-09-02 Chong Yidong <cyd@stupidchicken.com>
17621
17622 * window.el (display-buffer-alist): Doc fix.
17623 (display-buffer): Add docstring. Don't treat
17624 display-buffer-default specially.
17625 (display-buffer-reuse-selected-window)
17626 (display-buffer-same-window, display-buffer-maybe-same-window)
17627 (display-buffer-reuse-window, display-buffer-pop-up-frame)
17628 (display-buffer-pop-up-window)
17629 (display-buffer-reuse-or-pop-window)
17630 (display-buffer-use-some-window): New functions.
17631 (display-buffer-default-action): Use them.
393a301e 17632 (display-buffer-default): Delete.
89894cd8
CY
17633 (pop-to-buffer-1): Fix choice of actions.
17634
ae0bc9fb
SM
176352011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
17636
17637 * minibuffer.el (completion--insert-strings): Don't get confused by
17638 completion entries that end with an LF char.
17639
e9d90883
EZ
176402011-09-01 Eli Zaretskii <eliz@gnu.org>
17641
17642 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
17643
437014c8
CY
176442011-09-01 Chong Yidong <cyd@stupidchicken.com>
17645
17646 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
17647 (display-buffer-same-window, display-buffer-other-window):
17648 New functions.
437014c8
CY
17649 (pop-to-buffer-1): New function. Use the above.
17650 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 17651 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
17652
17653 * view.el (view-buffer-other-window, view-buffer-other-frame):
17654 Just use pop-to-buffer.
17655
a5e063d5
TV
176562011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17657
17658 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
17659
793d32bb
WH
176602011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
17661
17662 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
17663
d65e4c15
RS
176642011-08-31 Richard Stallman <rms@gnu.org>
17665
17666 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
17667 of the separation of rmail-view-buffer from rmail-buffer.
17668 If you say no to "replace original", the decrypt is in the
17669 view buffer. If you say yes, the decrypt goes into the
17670 rmail buffer also.
17671
f818cd2a
MR
176722011-08-31 Martin Rudalics <rudalics@gmx.at>
17673
17674 * window.el (display-buffer-window): Rewrite doc-string.
17675 (display-buffer-record-window): New function.
17676 (display-buffer-macro-specifiers)
17677 (display-buffer-even-window-sizes, display-buffer-set-height)
17678 (display-buffer-set-width, display-buffer-in-window)
17679 (display-buffer-reuse-window, display-buffer-split-specifiers)
17680 (display-buffer-side-specifiers, display-buffer-split-window-1)
17681 (display-buffer-split-window, display-buffer-split-atom-window)
17682 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
17683 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
17684 (display-buffer-other-window-means-other-frame)
17685 (display-buffer-normalize-special)
17686 (display-buffer-normalize-default)
17687 (display-buffer-normalize-argument)
17688 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
17689 (display-buffer-normalize-specifiers, display-buffer-frame)
17690 (display-buffer-same-window, display-buffer-same-frame)
17691 (display-buffer-other-window)
17692 (display-buffer-same-frame-other-window)
17693 (display-buffer-other-frame, pop-to-buffer-same-window)
17694 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
17695 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
17696 (switch-to-buffer-same-frame)
17697 (switch-to-buffer-other-window-same-frame)
17698 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
17699 (display-buffer-alist-set-1, display-buffer-alist-set-2)
17700 (display-buffer-alist-set): Remove.
17701 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
17702 (special-display-regexps, special-display-function):
17703 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
17704 parameter.
17705 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
17706 (special-display-frame-alist, special-display-popup-frame)
17707 (same-window-buffer-names, same-window-regexps, same-window-p)
17708 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17709 (split-window-preferred-function, split-height-threshold)
17710 (split-width-threshold, window-splittable-p)
17711 (split-window-sensibly, window--try-to-split-window)
17712 (window--frame-usable-p, even-window-heights)
17713 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
17714 (window--display-buffer-2, display-buffer-other-frame):
17715 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
17716 (display-buffer-default, display-buffer-assq-regexp): New functions.
17717 (display-buffer-alist): Rewrite doc-string.
17718 (display-buffer-default-action)
17719 (display-buffer-overriding-action): New variables.
17720 (display-buffer, switch-to-buffer): Rewrite.
17721 (pop-to-buffer): Restore Emacs 23 behavior but use
17722 window-normalize-buffer-to-display.
17723 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
17724 Restore Emacs 23 behavior but use
17725 window-normalize-buffer-to-switch-to.
17726 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
17727 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
17728 Rewrite using Emacs 23 options.
f818cd2a 17729
5bc3b51d
MA
177302011-08-31 Michael Albinus <michael.albinus@gmx.de>
17731
17732 * net/tramp.el (tramp-root-regexp): Remove.
17733 (tramp-completion-file-name-regexp-unified)
17734 (tramp-completion-file-name-regexp-separate)
17735 (tramp-completion-file-name-regexp-url): Don't use leading volume
b46a6a83 17736 letter on w32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
17737 (tramp-drop-volume-letter): Simplify definition.
17738 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 17739
b1a4f8e1
SM
177402011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
17741
17742 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
17743 (bug#9356).
17744
5664fa7b
RT
177452011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
17746
b1a4f8e1 17747 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 17748
9a45d6c3
JL
177492011-08-29 Juri Linkov <juri@jurta.org>
17750
17751 * isearch.el (isearch-done): Don't display message "Mark saved"
17752 when arg `edit' is non-nil to prevent its flicker in the echo area.
17753
fb87e0fb
CY
177542011-08-28 Chong Yidong <cyd@stupidchicken.com>
17755
17756 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
17757 obsolete packages for deletion.
17758
09ac1c2a
CS
177592011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
17760
17761 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 17762 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
17763 view-mode from help-mode.
17764 (help-xref-override-view-map): Remove.
17765 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
17766 view-mode is not used anymore.
17767
7a1ff57f
CY
177682011-08-28 Chong Yidong <cyd@stupidchicken.com>
17769
17770 * server.el (server-port): Doc fix.
17771
b9696605
CY
17772 * cus-theme.el (custom-theme-choose-mode): Inherit from
17773 special-mode (Bug#9124).
17774 (custom-theme-choose-mode-map): Add special-mode to parent.
17775
ef8cdf8c
AM
177762011-08-28 Alan Mackenzie <acm@muc.de>
17777
17778 * progmodes/cc-fonts.el
17779 (c-make-font-lock-BO-decl-search-function): New function.
17780 (c-basic-matchers-after - "Fontify the clauses after various
17781 keywords"): Extract the three keyword lists for the 3 erroneous
17782 constructs from the list of four, and use the new function above
17783 in place of an old one.
17784
27de4e20
DD
177852011-08-28 Deniz Dogan <deniz@dogan.se>
17786
17787 * net/rcirc.el (rcirc-insert-prev-input)
17788 (rcirc-insert-next-input): Remove unused argument.
17789
356a3681
SM
177902011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
17791
17792 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
17793
3fc9b218
AM
177942011-08-27 Alan Mackenzie <acm@muc.de>
17795
17796 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
17797 handle function pointer parameters properly.
17798
538a061c
MR
177992011-08-27 Martin Rudalics <rudalics@gmx.at>
17800
17801 * window.el (display-buffer-reuse-window): Fix case where
17802 selected window was reused with non-nil OTHER-WINDOW argument.
17803 (Bug#9381)
17804
35b1c40c
DD
178052011-08-27 Deniz Dogan <deniz@dogan.se>
17806
17807 * net/rcirc.el (rcirc-check-auth-status): Adding support for
17808 oftc's NickServ messages.
17809
2f6a3e79
GM
178102011-08-27 Glenn Morris <rgm@gnu.org>
17811
17812 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
17813
7254299e
CY
178142011-08-26 Chong Yidong <cyd@stupidchicken.com>
17815
17816 * emacs-lisp/package.el (package-install): Call package-initialize
17817 if called interactively.
17818
f8ccf167
LL
178192011-08-26 Leo Liu <sdl.web@gmail.com>
17820
17821 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
17822
3e8cd5ce
JL
178232011-08-25 Juri Linkov <juri@jurta.org>
17824
17825 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
17826 `search-whitespace-regexp' (bug#9364).
17827
93eb7113
JL
178282011-08-25 Juri Linkov <juri@jurta.org>
17829
17830 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
17831 `regexp-search-ring' to their global values to protect from
17832 updating by `read-from-minibuffer' (bug#9185).
17833
f65d1611
JL
178342011-08-25 Juri Linkov <juri@jurta.org>
17835
17836 * textmodes/ispell.el (ispell-command-loop): Add newline
17837 at the end of the "Use option `i'..." line.
17838
f1cf7a31
JL
178392011-08-25 Juri Linkov <juri@jurta.org>
17840
17841 * battery.el (display-battery-mode): If `battery-status-function'
17842 or `battery-mode-line-format' is nil, display the message and set
17843 `display-battery-mode' to nil (bug#9363).
17844
0c95fcf7
EZ
178452011-08-25 Eli Zaretskii <eliz@gnu.org>
17846
17847 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
17848 bidi-string-mark-left-to-right; they are unnecessary now.
17849
a2ebe600
DD
178502011-08-25 Deniz Dogan <deniz@dogan.se>
17851
17852 * net/quickurl.el: Documentation typo fixes.
17853
e4ed06f1
CY
178542011-08-25 Chong Yidong <cyd@stupidchicken.com>
17855
17856 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
17857
e5f1c99e
GM
178582011-08-25 Glenn Morris <rgm@gnu.org>
17859
b2948976
GM
17860 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
17861
e5f1c99e
GM
17862 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
17863 (smtpmail-via-smtp): Handle nil response from smtp.
17864
f22f4808
JL
178652011-08-24 Juri Linkov <juri@jurta.org>
17866
17867 * proced.el (proced-marked): Inherit from `error' instead of
17868 `font-lock-warning-face'.
17869
17870 * ibuffer.el (ibuffer-marked-face): Change default face from
17871 `font-lock-warning-face' to `warning'.
17872 (ibuffer-deletion-face): Change default face from
17873 `font-lock-type-face' to `error'.
17874
17875 * battery.el (battery-update): Use the face `error' instead of
17876 `font-lock-warning-face' (bug#6117).
17877
6a93965e
JL
178782011-08-24 Juri Linkov <juri@jurta.org>
17879
17880 * faces.el (success): Change face color from "Green3" to
17881 "ForestGreen" on light background (bug#9353).
17882
1ed43b09
CY
178832011-08-24 Chong Yidong <cyd@stupidchicken.com>
17884
5664fa7b
RT
17885 * window.el (quit-window): Rename from quit-restore-window.
17886 Use same arglist as old quit-window.
1ed43b09
CY
17887 (frame-auto-delete): Doc fix.
17888
17889 * view.el (view-mode-exit): Use quit-window.
17890
11dcdbb2
JL
178912011-08-24 Juri Linkov <juri@jurta.org>
17892
17893 * isearch.el (isearch-ring-adjust1): Start visiting previous
17894 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
17895 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
17896 for empty search string (when the last search string is reused
17897 automatically) to adjust the isearch ring to the last element and
17898 prepare the correct index for further M-p commands (bug#9185).
17899
de62b4df
KH
179002011-08-24 Kenichi Handa <handa@m17n.org>
17901
17902 * international/ucs-normalize.el: If decomposition property of
17903 CHAR is the default one (i.e. a list of CHAR itself), treat it as
17904 nil.
17905 (nfd, nfkd): Likewise.
17906
963b492b
SM
179072011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
17908
17909 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
17910 from process filters aren't reliably transmitted to the surrounding
17911 accept-process-output.
17912 (mpc-proc-check): New function.
17913 (mpc-proc-sync): Use it (bug#8293)
17914
93b6b5e1
SM
179152011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
17916
17917 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
17918 Add compatibility functions (bug#9313).
17919
bca633fb
EZ
179202011-08-23 Eli Zaretskii <eliz@gnu.org>
17921
b177498a
EZ
17922 * cus-start.el (all): Add entry for bidi-paragraph-direction.
17923
6df6ae42 17924 * international/uni-bidi.el: Regenerate.
bca633fb 17925
0902a04e
KH
179262011-08-23 Kenichi Handa <handa@m17n.org>
17927
17928 * international/charprop.el:
17929 * international/uni-bidi.el:
17930 * international/uni-category.el:
17931 * international/uni-combining.el:
17932 * international/uni-comment.el:
17933 * international/uni-decimal.el:
17934 * international/uni-decomposition.el:
17935 * international/uni-digit.el:
17936 * international/uni-lowercase.el:
17937 * international/uni-mirrored.el:
17938 * international/uni-name.el:
17939 * international/uni-numeric.el:
17940 * international/uni-old-name.el:
17941 * international/uni-titlecase.el:
17942 * international/uni-uppercase.el: Regenerate.
17943
3bbf23bc
MR
179442011-08-23 Martin Rudalics <rudalics@gmx.at>
17945
17946 * help.el (help-window-setup): Fix message displayed when other
17947 window is reused. (Bug#9341)
17948
b3fd59bd
SM
179492011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
17950
1802e444
SM
17951 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
17952 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
17953
b3fd59bd
SM
17954 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
17955 Mark obsolete.
17956 * shell.el (shell-parse-pcomplete-arguments): New function.
17957 (shell-completion-vars): Use it instead (bug#9160).
17958
4eb61348
SM
179592011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
17960
867cab74
SM
17961 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
17962 strings and comments (bug#9333).
17963
4eb61348
SM
17964 * emacs-lisp/debug.el (debug-arglist): New function.
17965 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
17966 (debug-on-entry-1): Handle interpreted closures (bug#9120).
17967
262a1439
JL
179682011-08-22 Juri Linkov <juri@jurta.org>
17969
56ee679c
JL
17970 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17971 Revert regexp that highlights output switches to its old
17972 pre-2010-10-28 value and remove one `?' from it (bug#9319).
17973
262a1439
JL
17974 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
17975 to check for empty output (bug#9226).
17976
f13f86fb
CY
179772011-08-22 Chong Yidong <cyd@stupidchicken.com>
17978
17979 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
17980 symbol-constituent as the default, as that stops font-lock from
17981 working properly (Bug#8843).
17982
c65c9622
LMI
179832011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17984
17985 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
17986 `coding-system-for-*' around the process open call to avoid
17987 auth-source side effects.
e7f2c178 17988 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
17989 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
17990 probe hangs.
c65c9622 17991
23a8a5ab
CY
179922011-08-21 Chong Yidong <cyd@stupidchicken.com>
17993
ff98b2dd
CY
17994 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
17995
23a8a5ab
CY
17996 * emacs-lisp/find-func.el (find-function-noselect): New arg
17997 lisp-only.
17998
17999 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
18000 signal an error for built-in functions (Bug#6664).
18001
f5e3c598
LMI
180022011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18003
18004 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
18005 (smtpmail-try-auth-methods): Use it.
18006
a3f2468a
CY
180072011-08-21 Chong Yidong <cyd@stupidchicken.com>
18008
2c34e8da
CY
18009 * font-lock.el (font-lock-fontify-region)
18010 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
18011 (font-lock-default-unfontify-buffer)
18012 (font-lock-default-fontify-region)
18013 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
18014
b3fd59bd
SM
18015 * progmodes/compile.el (compilation-error-properties):
18016 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
18017 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
18018 `ant' regexp.
ee31aabc 18019
a3f2468a
CY
18020 * net/browse-url.el (browse-url-firefox): Don't call
18021 browse-url-firefox-sentinel unless using -remote (Bug#9328).
18022
8e999f70
GM
180232011-08-20 Glenn Morris <rgm@gnu.org>
18024
c21a496a
GM
18025 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
18026
59ee0542
GM
18027 * tutorial.el (tutorial--default-keys): Update some default bindings.
18028
8e999f70
GM
18029 * files.el (hack-local-variables): Fully ignore case for "mode:".
18030
e3715033
AM
180312011-08-20 Alan Mackenzie <acm@muc.de>
18032
18033 Resolve invalid use of a regexp in regexp-opt.
18034
4d61f28d
JB
18035 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
18036 detection for a java annotation.
e3715033 18037
4d61f28d 18038 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
18039 detection for a java annotation.
18040
4d61f28d
JB
18041 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
18042 handling for java.
e3715033
AM
18043 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
18044
04ed2e9c
CY
180452011-08-20 Chong Yidong <cyd@stupidchicken.com>
18046
18047 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
18048 (Bug#9274).
18049
826cee64
AM
180502011-08-20 Alan Mackenzie <acm@muc.de>
18051
58179cce 18052 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
18053 such a construct. Mainly for when jit-lock etc. starts a chunk
18054 here.
18055
58179cce 18056 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 18057 variable.
58179cce 18058 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
18059 c-make-font-lock-search-function.
18060 (c-make-font-lock-search-function): Use the above function.
18061 (c-make-font-lock-context-search-function): New function.
18062 (c-cpp-matchers): Enhance the preprocessor expression case with
18063 the above function
18064 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
18065 which takes an expression.
18066
18067 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
18068
13009bd8
MR
180692011-08-20 Martin Rudalics <rudalics@gmx.at>
18070
18071 * window.el (display-buffer-reuse-window)
18072 (display-buffer-pop-up-window): Don't reuse or split a side
18073 window.
18074
9234ff7f
GM
180752011-08-19 Glenn Morris <rgm@gnu.org>
18076
18077 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 18078 Downcase "Mode:". (Bug#9331)
9234ff7f 18079
f635daa1
CY
180802011-08-18 Chong Yidong <cyd@stupidchicken.com>
18081
18082 * international/characters.el: Add L and R categories.
18083
18084 * subr.el (bidi-string-mark-left-to-right): Rename from
18085 string-mark-left-to-right. Use category search.
18086
18087 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
18088
bc987f8b
JL
180892011-08-18 Juri Linkov <juri@jurta.org>
18090
18091 * faces.el (error, warning, success): New faces with definitions
18092 copied from old default values of `font-lock-warning-face',
18093 `compilation-warning', `compilation-info' (bug#6117).
18094
18095 * font-lock.el (font-lock-warning-face): Inherit from `error'.
18096
18097 * progmodes/compile.el (compilation-error): Inherit from `error'.
18098 (compilation-warning): Inherit from `warning'.
18099 (compilation-info): Inherit from `success'.
18100
18101 * dired.el (dired-marked): Inherit from `warning'.
18102 (dired-flagged): Inherit from `error'.
18103
57173b96
LMI
181042011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18105
3e79eb87
LMI
18106 * mail/smtpmail.el (auth-source): Require to avoid problems with
18107 binding variables (bug#9298). Also clean up some unused
18108 autoloads.
18109
b3fd59bd
SM
18110 * net/network-stream.el (network-stream-open-starttls):
18111 Support using starttls.el without using gnutls-cli.
57173b96 18112
02b404de
JL
181132011-08-17 Juri Linkov <juri@jurta.org>
18114
18115 * progmodes/grep.el (rgrep): Handle the case when
18116 `grep-find-command' is a cons cell (bug#9278).
18117
8c9177f2
MR
181182011-08-17 Martin Rudalics <rudalics@gmx.at>
18119
18120 * window.el (display-buffer-pop-up-frame): Run frame creation
18121 function with BUFFER current (as special-display-popup-frame
18122 does). Reported by Drew Adams.
18123
3644a0ab
DU
181242011-08-17 Daiki Ueno <ueno@unixuser.org>
18125
18126 * epa-mail.el: Simplify GnuPG group expansion using
18127 epg-expand-group.
18128 (epa-mail-group-alist, epa-mail-group-modtime)
18129 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
18130 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
18131 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
18132 Remove.
18133
5e617bc2 181342011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
18135
18136 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
18137
9c4aeabf
AM
181382011-08-16 Alan Mackenzie <acm@muc.de>
18139
18140 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
18141 Correct, to avoid the inside of macros.
18142
3a99bf64
RS
181432011-08-16 Richard Stallman <rms@gnu.org>
18144
04963aa8
RS
18145 * epa-mail.el: Handle GnuPG group definitions.
18146 (epa-mail-group-alist, epa-mail-group-modtime)
18147 (epa-mail-gnupg-conf-file): New variables.
18148 (epa-mail-parse-groups, epa-mail-sync-groups)
18149 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
18150 (epa-mail-expand-recipients): New functions.
18151 (epa-mail-encrypt): Call epa-mail-expand-recipients.
18152
177549d0
RS
18153 * mail/rmail.el (rmail-epa-decrypt): New command.
18154
fe38beef
RS
18155 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
18156 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
18157 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
18158 (epa-decrypt-armor-in-region): Make error message clearer.
18159
934eacb9
SM
181602011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
18161
18162 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
18163 and "a2b" to "ab" for `prefix'.
18164
d024fb4e
CY
181652011-08-14 Chong Yidong <cyd@stupidchicken.com>
18166
18167 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
18168 filter groups.
de148fee
CY
18169 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
18170 Fourquet (Bug#8804).
d024fb4e 18171
62f1ca49
JB
181722011-08-12 Juanma Barranquero <lekktu@gmail.com>
18173
18174 * startup.el (argi): Declare as global variable (bug#9275).
18175
9ccaaa4b
CY
181762011-08-12 Chong Yidong <cyd@stupidchicken.com>
18177
18178 * subr.el (string-mark-left-to-right): Search the entire string
18179 for RTL script, not just the terminating character. Doc fix.
18180
a3dae87a
SM
181812011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
18182
6cd18349
SM
18183 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
18184 New function.
18185 (js--regexp-literal, js-syntax-propertize-function): Remove.
18186 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
18187 (js-mode-map): Don't rebind electric keys.
18188 (js-insert-and-indent): Remove.
18189 (js-mode): Setup electric-layout and electric-indent instead.
18190
a3dae87a
SM
18191 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
18192
9d5cb631
DU
181932011-08-12 Daiki Ueno <ueno@unixuser.org>
18194
18195 * epa.el (epa-progress-callback-function): Fix the logic of
18196 displaying progress.
18197 * epa-file.el (epa-file-insert-file-contents): Make progress
18198 display more user-friendly.
18199 (epa-file-write-region): Ditto.
18200
3e26a4a2
CY
182012011-08-10 Chong Yidong <cyd@stupidchicken.com>
18202
18203 * subr.el (string-mark-left-to-right): New function.
18204
18205 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
18206 Use string-mark-left-to-right.
18207 (list-buffers-noselect): Caller changed.
18208
a3dae87a
SM
18209 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
18210 Use string-mark-left-to-right.
3e26a4a2
CY
18211 (tabulated-list-print): Recenter after moving point.
18212
ac8cf6e6
JL
182132011-08-10 Juri Linkov <juri@jurta.org>
18214
18215 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
18216 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
18217 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
18218
8d96c9a4
CY
182192011-08-09 Chong Yidong <cyd@stupidchicken.com>
18220
18221 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
18222 (Bug#7554).
18223
7be1c708 182242011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
18225
18226 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
18227 character. (Bug#6594)
18228
37e11a63
CY
182292011-08-08 Chong Yidong <cyd@stupidchicken.com>
18230
839dde57
CY
18231 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
18232 (image-dired--with-db-file): New macro.
18233 (image-dired-write-tags, image-dired-remove-tag)
18234 (image-dired-create-gallery-lists, image-dired-write-comments)
18235 (image-dired-get-comment, image-dired-mark-tagged-files)
18236 (image-dired-list-tags, image-dired-gallery-generate): Use it.
18237 (image-dired-gallery-generate): Use insert-file-contents.
18238
37e11a63
CY
18239 * time.el (display-time-world-list, display-time-world-display):
18240 * time-stamp.el (time-stamp-string):
18241 * vc/add-log.el (add-change-log-entry): Use setenv instead of
18242 set-time-zone-rule (Bug#7337).
18243
0b4946c4
DU
182442011-08-08 Daiki Ueno <ueno@unixuser.org>
18245
18246 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
18247 (epg-error-to-string, epg-errors-to-string): New function.
18248 (epg-wait-for-completion): Reverse errors list.
18249 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
18250 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
18251 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
18252 (epg-sign-keys, epg-generate-key-from-file)
18253 (epg-generate-key-from-string): Format errors by using
18254 epg-errors-to-string (bug#9255).
18255 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
18256
75bfc667
JL
182572011-08-07 Juri Linkov <juri@jurta.org>
18258
18259 * faces.el (list-faces-display): Remove extra angle bracket
18260 from `help-mode-map'.
18261
18262 * info.el (Info-history-toc-nodes): Doc fix.
18263
18264 * longlines.el (longlines-mode): Doc fix.
18265
673e08bb
SM
182662011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
18267
4640dd88
SM
18268 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
18269 of statements and in a few more cases (bug#9183).
18270
673e08bb
SM
18271 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
18272 New functions.
18273 (cl-transform-lambda): Use them (bug#9239).
18274
89b3f019
MR
182752011-08-05 Martin Rudalics <rudalics@gmx.at>
18276
18277 * window.el (display-buffer-same-window)
18278 (display-buffer-same-frame, display-buffer-other-window)
18279 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
18280 (pop-to-buffer-other-window)
18281 (pop-to-buffer-same-frame-other-window)
18282 (pop-to-buffer-other-frame): Make them defuns.
18283 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
18284
640c8776
SM
182852011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
18286
18287 * subr.el (make-composed-keymap): Move from C. Change calling
18288 convention, and improve docstring to bring attention to a subtle point.
18289 * minibuffer.el (completing-read-default): Adjust accordingly.
18290
63648a95
MA
182912011-08-03 Michael Albinus <michael.albinus@gmx.de>
18292
18293 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
18294 (tramp-open-shell): Use `tramp-shell-quote-argument'.
18295
18296 * net/trampver.el: Update release number.
18297
b796c9b7
SM
182982011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
18299
18300 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
18301 "in" (bug#9190).
18302
2239d7d5
LMI
183032011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18304
e07dd7c3
LMI
18305 * mail/sendmail.el (sendmail-query-once): Restore the current
18306 buffer after querying (bug#9074).
18307
0e6a2bd7
LMI
18308 * dired.el (dired-flagged): Use different faces for marked and
18309 flagged files (bug#6117).
18310
ce887515
LMI
18311 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
18312 (bug#4433).
18313
92f2affc
LMI
18314 * ido.el (ido-mode): Switch off the message if called
18315 non-interactively.
18316
57d5aff0
LMI
18317 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
18318 before 587, since it appears that that's more likely to work for
18319 more people.
18320
98cd6c18 18321 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 18322 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
18323 exist.
18324
b96dec83
LMI
18325 * info.el: Remove the `Info-beginning-of-buffer' function
18326 (bug#8325).
18327
b796c9b7
SM
18328 * net/network-stream.el (network-stream-open-starttls):
18329 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 18330
d90e2ea0
MR
183312011-08-01 Martin Rudalics <rudalics@gmx.at>
18332
18333 * window.el (display-buffer-in-window): Don't set dedicated status
18334 of window here (Bug#9215).
18335 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
18336 (display-buffer-pop-up-side-window)
b796c9b7 18337 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 18338
cca09170
SM
183392011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
18340
18341 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
18342 before binding generated-autoload-file.
18343
027b979c
DD
183442011-08-01 Deniz Dogan <deniz@dogan.se>
18345
18346 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
18347
3c7ee4f3
MA
183482011-07-30 Michael Albinus <michael.albinus@gmx.de>
18349
18350 Sync with Tramp 2.2.2.
18351
18352 * net/trampver.el: Update release number.
18353
2cc8e51a
JL
183542011-07-30 Juri Linkov <juri@jurta.org>
18355
18356 * dired-aux.el (dired-touch-initial): Remove function.
18357 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
18358 current time, and `default' to the last modification time of the
18359 current marked file (bug#6887).
18360
a514d856
JM
183612011-07-28 Jose E. Marchesi <jemarch@gnu.org>
18362
18363 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 18364 numeric argument to read-number (bug#9163).
a514d856 18365
8a7eddd7
MA
183662011-07-27 Michael Albinus <michael.albinus@gmx.de>
18367
18368 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
18369 connection process, it could be nil.
18370
1ddd96f5
LL
183712011-07-27 Leo Liu <sdl.web@gmail.com>
18372
18373 Simplify url handling in rcirc-mode.
18374
18375 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
18376 (rcirc-browse-url-at-mouse): Remove.
18377 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
18378
b248a85d
AM
183792011-07-26 Alan Mackenzie <acm@muc.de>
18380
18381 Fontify bitfield declarations properly.
18382
18383 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
18384 (c-symbol-chars): Now exported as a lang variable.
18385 (c-not-primitive-type-keywords): New lang variable.
18386
18387 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
18388 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 18389 parsed as a bitfield declaration.
b248a85d 18390
b796c9b7
SM
18391 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18392 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
18393 (c-punctuation-in): New function.
18394 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
18395 declarations properly.
18396
68575ab0
UJ
183972011-07-26 Ulf Jasper <ulf.jasper@web.de>
18398
18399 * calendar/icalendar.el (icalendar--all-events): Take care of
18400 multiple vcalendars in a single file.
b796c9b7 18401 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 18402
0f0a88b9
DD
184032011-07-25 Deniz Dogan <deniz@dogan.se>
18404
18405 * image.el (insert-image): Clarifying docstring.
18406
0b3f36df
MA
184072011-07-24 Michael Albinus <michael.albinus@gmx.de>
18408
18409 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
18410 `tramp-send-command-and-check' if there is no error.
18411 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
18412
a9901f61
AM
184132011-07-22 Alan Mackenzie <acm@muc.de>
18414
18415 Prevent cc-langs.elc being loaded at run time.
18416
18417 * progmodes/cc-mode.el: Remove two autoload forms which loaded
18418 cc-langs.
18419
4d61f28d 18420 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
18421 "(require 'cc-langs)". Quote a form so it will evaluate at
18422 (cc-mode's) compilation time.
18423
11d074b2
MA
184242011-07-22 Michael Albinus <michael.albinus@gmx.de>
18425
18426 * net/tramp.el (tramp-file-name-handler): Avoid recursive
18427 loading. (Bug#9114)
18428
938b94c8
MR
184292011-07-21 Martin Rudalics <rudalics@gmx.at>
18430
18431 * window.el (display-buffer-pop-up-window)
18432 (display-buffer-pop-up-side-window)
18433 (display-buffer-in-side-window): Call display-buffer-set-height
18434 and display-buffer-set-width after setting the new window's
b796c9b7 18435 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 18436
bfa4f190
SS
184372011-07-20 Sam Steingold <sds@gnu.org>
18438
18439 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
18440 (etags-tags-included-tables): Call `convert-standard-filename' on
18441 the file names contained in TAGS so that windows Emacs can handle
18442 TAGS files created by cygwin ctags.
18443
8ca42262
LMI
184442011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
18445
18446 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
18447 which apparently didn't work.
18448
5db2afd2 184492011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 18450
5db2afd2
RW
18451 * proced.el (proced-send-signal): For *Marked Processes* buffer
18452 put point at beginning of buffer.
18453
92e15d10
SB
184542011-07-19 Stephen Berman <stephen.berman@gmx.net>
18455
18456 * proced.el (proced-format): Make header lines align with the text
18457 (bug#1779).
18458
1bfd59e5
LMI
184592011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18460
18461 * view.el (view-buffer): Allow running in `special' modes if we're
18462 visiting a file (bug#8615).
18463
f5aae37c
MR
184642011-07-19 Martin Rudalics <rudalics@gmx.at>
18465
18466 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
18467 (display-buffer-alist-set-1, display-buffer-alist-set-2):
18468 New functions.
f5aae37c
MR
18469 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
18470 more accurately.
18471
bf2c1571
AM
184722011-07-18 Alan Mackenzie <acm@muc.de>
18473
18474 Fontify declarators properly when, e.g., a jit-lock chunk begins
18475 inside a declaration.
18476
18477 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
18478
b796c9b7
SM
18479 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
18480 New function.
bf2c1571
AM
18481 (c-complex-decl-matchers): Insert reference to
18482 c-font-lock-enclosing-decls.
18483
18484 * progmodes/cc-engine.el (c-backward-single-comment):
18485 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
18486 to nil around calls to (forward-comment -1).
18487
4e190b80
LMI
184882011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18489
12dc863d
LMI
18490 * image.el (put-image): Doc typo fix.
18491
a762e966
LMI
18492 * progmodes/etags.el (tags-search): Doc typo fix.
18493
4e190b80
LMI
18494 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
18495 password if we get errors 550 to 554.
18496
f019fb21
LMI
184972011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18498
b796c9b7 18499 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 18500
81746738
LMI
18501 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
18502 indentation character (bug#6380).
18503
3ee3a1b5
LMI
18504 * files.el (buffer-offer-save): Made permanently local (bug#6241).
18505
c82f64de
LMI
18506 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
18507 to clarify what the problem is (bug#4291).
18508
f019fb21
LMI
18509 * simple.el (current-kill): Clarify what
18510 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
18511 (auto-fill-mode): Document `auto-fill-function' in relation to
18512 `auto-fill-mode' (bug#2470).
f019fb21 18513
0794775d
LM
185142011-07-16 Lawrence Mitchell <wence@gmx.li>
18515
18516 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
18517 method if slot is read-only (bug#9035).
18518
be39b8cc
MR
185192011-07-16 Martin Rudalics <rudalics@gmx.at>
18520
b796c9b7 18521 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 18522 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
18523 selected before, see discussion of (Bug#8615), (Bug#6954).
18524 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 18525
6ccf7859
GM
185262011-07-15 Glenn Morris <rgm@gnu.org>
18527
18528 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 18529 Respect help-form.
6ccf7859 18530
87e86684
LM
185312011-07-09 Lawrence Mitchell <wence@gmx.li>
18532
18533 * net/gnutls.el (gnutls-min-prime-bits): New variable.
18534 (gnutls-negotiate): Use it.
18535
d6066239
LMI
185362011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18537
b796c9b7
SM
18538 * net/gnutls.el (gnutls-negotiate):
18539 Upcase `gnutls-algorithm-priority'.
d6066239 18540
bd23ebc0
GM
185412011-07-15 Glenn Morris <rgm@gnu.org>
18542
c65bca65
GM
18543 * jka-compr.el (jka-compr-verbose): Move from here...
18544 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
18545 Add missing :version tag.
18546 * info.el: No need to require jka-compr when compiling.
bd23ebc0 18547
478615cc
LMI
185482011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18549
7b41decb
LMI
18550 * net/gnutls.el (gnutls-algorithm-priority): New variable.
18551 (gnutls-negotiate): Use it.
18552
dbc44fcd
LMI
18553 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
18554
06789f97
LMI
18555 * info.el (Info-beginning-of-buffer): New command.
18556 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
18557 announcing `b' as the key (bug#8325).
ab896c37 18558 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 18559
c39da690
LMI
18560 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
18561
3aa5f34b
LMI
18562 * international/mule-cmds.el
18563 (describe-specified-language-support): Make the error message
18564 clearer (bug#8905).
18565
4bf0979f
LMI
18566 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
18567
478615cc
LMI
18568 * isearch.el (isearch-barrier): Add a doc string, since it's
18569 mentioned in a function doc string (bug#8678).
18570
75c68aa1
MR
185712011-07-15 Martin Rudalics <rudalics@gmx.at>
18572
18573 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
18574 buffer argument (Bug#9083) and self-identifying label argument.
18575
a7c33da2
GM
185762011-07-15 Glenn Morris <rgm@gnu.org>
18577
18578 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
18579
2f5c6024
LMI
185802011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18581
18582 * man.el (Man-fontify-manpage): Fix message when formatting the
18583 man page (bug#7929).
18584
0bb23927 185852011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
18586
18587 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
18588 argument LRM; if non-nil, append an invisible LRM character to the
18589 buffer name.
18590 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
18591 last argument non-nil, when formatting buffer names.
0bb23927
EZ
18592 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
18593 paragraph direction.
cce4b0a7 18594
621ef9ab
LMI
185952011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18596
d1583c48
LMI
18597 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
18598 the man page name (bug#7929).
18599
6a57fb5f
LMI
18600 * image.el (put-image): Mention the `put-image' overlay property
18601 (bug#7834).
18602
d7956b14
LMI
18603 * scroll-bar.el (set-scroll-bar-mode): Mention that
18604 `scroll-bar-mode' lists the values (bug#7772).
18605
5b2d4a66
LMI
18606 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
18607 command (bug#7729).
18608
7509a874
LMI
18609 * rect.el (apply-on-rectangle): Return the point after the last
18610 operation.
18611 (string-rectangle): Go to the point after the last operation
18612 (bug#7522).
18613
4fe74b19
LMI
18614 * printing.el (pr-toggle-region): Clarify the documentation
18615 slightly (bug#7493).
18616
b796c9b7
SM
18617 * time.el (display-time-update):
18618 Allow `display-time-mail-function' to return nil (bug#7158).
18619 Fix suggested by Detlev Zundel.
ab283561 18620
fc233c9d
LMI
18621 * vc/diff.el (diff): Clarify the order the file names are read
18622 (bug#7111).
18623
43f5740b
LMI
18624 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
18625 the doc string (bug#7015).
18626
f2182a76
LMI
18627 * font-lock.el (font-lock-maximum-decoration): Mention what
18628 numeric levels mean (bug#6935).
18629
621ef9ab
LMI
18630 * startup.el (initial-buffer-choice): Don't mention the `none'
18631 selection, which is against policy.
18632
adc47434
MR
186332011-07-14 Martin Rudalics <rudalics@gmx.at>
18634
b796c9b7
SM
18635 * window.el (display-buffer-normalize-special):
18636 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 18637
7e5bfb8f
EZ
186382011-07-14 Eli Zaretskii <eliz@gnu.org>
18639
18640 * subr.el (version<, version<=, version=): Mention "-CVS" and
18641 "-12345" alpha version numbers.
18642
27fa387a
CY
186432011-07-14 Chong Yidong <cyd@stupidchicken.com>
18644
18645 * bindings.el: Add advertised binding for set-mark-command
18646 (Bug#5772).
18647
8bdfa064
CY
186482011-07-14 Chong Yidong <cyd@stupidchicken.com>
18649
18650 * bindings.el (mode-line-other-buffer):
18651 * bookmark.el (bookmark-bmenu-2-window):
18652 * bs.el (bs-cycle-next, bs-cycle-previous):
18653 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
18654 switch-to-buffer.
18655
18656 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 18657 Delete.
8bdfa064 18658
5eba16a3
JB
186592011-07-14 Juanma Barranquero <lekktu@gmail.com>
18660
18661 * follow.el (follow-debug-message, follow-redisplay):
18662 * jka-cmpr-hook.el (with-auto-compression-mode):
18663 Fix typos in docstrings.
18664
15853710
LMI
186652011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18666
a28e4607
LMI
18667 * subr.el (with-silent-modifications): Clarify somewhat what the
18668 macro inhibits (bug#6525).
18669
15853710
LMI
18670 * simple.el (eval-expression): Note what it does if called
18671 interactively (bug#6495).
18672
bee0fcef
CY
186732011-07-13 Chong Yidong <cyd@stupidchicken.com>
18674
b796c9b7
SM
18675 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
18676 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
18677
18678 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18679 Remove switch-to-buffer.
18680
58274504
LMI
186812011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18682
bd2fcc8d
LMI
18683 * files.el (make-directory): Clarify that an error will be raised
18684 if there's an error (bug#6397).
18685
0f04b32c
LMI
18686 * startup.el (initial-buffer-choice): Add `none' as a choice
18687 (bug#6234).
18688
465c5fc8
LMI
18689 * subr.el (add-hook): Clarify section about buffer-local hooks
18690 (bug#6218).
18691
58274504
LMI
18692 * dired.el (dired-flagged): Clarify doc string (bug#6117).
18693
bead9a43
JB
186942011-07-13 Juanma Barranquero <lekktu@gmail.com>
18695
18696 * tabify.el (untabify): Preserve the current column so that point
18697 doesn't move (bug#6032).
18698
3af98a7b
LMI
186992011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18700
b796c9b7
SM
18701 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
18702 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 18703
6240145a
GM
187042011-07-13 Glenn Morris <rgm@gnu.org>
18705
18706 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
18707 (dired-insert-directory): Give a message the first time
18708 if ls is found not to support --dired.
18709
1d8c2ccc
LMI
187102011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18711
18712 * simple.el (toggle-truncate-lines): Clarify what is toggled
18713 (bug#5580). Text by Drew Adams.
18714
5fc4038e
CY
187152011-07-13 Chong Yidong <cyd@stupidchicken.com>
18716
18717 * simple.el (blink-matching-open): Make the error message from the
18718 last change less verbose.
18719
bf6012e5
DN
187202011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
18721
18722 * font-lock.el (font-lock-comment-face): Use the high contrast
18723 "yellow" color for font-lock-comment-face on low color terminals
18724 using a dark background color (bug#4221).
18725
343c3b5a
LMI
187262011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18727
7e9505c5
LMI
18728 * dired.el (dired-insert-set-properties): Make the doc string
18729 reflect what it does now (bug#5325).
18730
c26fdcf5
LMI
18731 * simple.el (blink-matching-open): Say that we were unable to find
18732 the match within the limit, if we're limited (bug#5122).
18733
bb388cc5
LMI
18734 * international/mule-cmds.el (prefer-coding-system): Add an
18735 example (bug#4869).
18736
343c3b5a
LMI
18737 * progmodes/etags.el (tags-search): Document `file-list-form'
18738 (bug#4731).
18739
2a517d45
LM
187402011-07-13 Lawrence Mitchell <wence@gmx.li>
18741
18742 * net/browse-url.el (browse-url-default-browser)
18743 (browse-url-browser-function): Make the default browser choice a
18744 bit more logical (bug#4300). Also clean up the doc string.
18745
b6c78ef2
JB
187462011-07-13 Juanma Barranquero <lekktu@gmail.com>
18747
18748 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
18749 binary endings (bug#4440).
18750
1c4dd947
LMI
187512011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18752
a2014063
LMI
18753 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
18754 which can be pretty annoying (bug#8971).
18755
9c9c2d88
LMI
18756 * jka-compr.el (jka-compr-verbose): New variable, and use
18757 throughout (bug#8971).
18758
1c4dd947
LMI
18759 * info.el (Info-find-file): Fall back on the installation
18760 directory if we can't find the info node anywhere else.
18761
a1c9f41b
SO
187622011-07-13 Sergei Organov <osv@javad.com> (tiny change)
18763
18764 * vc/vc.el (vc-revert-file):
18765 Don't set file time-stamp in the past. (Bug#5181)
18766
536f3d36
LMI
187672011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18768
7152b011
LMI
18769 * files.el (after-find-file): Give a better error message when
18770 trying to find a symlink that points to a file that doesn't exist
18771 (bug#4398).
18772
536f3d36
LMI
18773 * progmodes/cc-vars.el: Remove (probably) misleading comment
18774 (bug#4396).
18775
460c0fba
JB
187762011-07-12 Johan Bockgård <bojohan@gnu.org>
18777
18778 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
18779
7a6bda45
CY
187802011-07-12 Chong Yidong <cyd@stupidchicken.com>
18781
18782 * mouse-sel.el: Hack restoring functionality, while keeping
18783 compatibility with 2010-07-03 changes to mouse selection.
18784 (mouse-sel-primary-overlay): New var.
18785 (mouse-sel-selection-alist): Use it.
18786 (mouse-sel-mode): Doc fix; remove points that are default features
18787 of mouse.el.
18788
c79598ef
JB
187892011-07-12 Johan Bockgård <bojohan@gnu.org>
18790
18791 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18792 Fix previous fix (bug#2490).
18793
ff8be6ef
RW
187942011-07-12 Roland Winkler <winkler@gnu.org>
18795
b796c9b7
SM
18796 * textmodes/bibtex.el (bibtex-initialize):
18797 Use pop-to-buffer-same-window.
ff8be6ef
RW
18798 (bibtex-search-entries): Fix interactive call.
18799
296ba3ee
LMI
188002011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18801
f5242a02 18802 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
18803 Fontise bytecomp Error lines more correctly (bug#2490).
18804 Fix suggested by Johan Bockgård.
f5242a02 18805
296ba3ee
LMI
18806 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
18807
18808 * dired-x.el (dired-guess-default): Use `delete-dups'.
18809
f69fd0d2
CY
188102011-07-12 Chong Yidong <cyd@stupidchicken.com>
18811
18812 * dired.el (dired-mark-prompt):
18813 * dired-aux.el (dired-read-shell-command): Doc fix.
18814
eab5dc07
LMI
188152011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18816
b796c9b7
SM
18817 * mail/sendmail.el (sendmail-query-once):
18818 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
18819 emacs -Q.
18820
18821 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
18822
eab5dc07
LMI
18823 * cus-edit.el (custom-file): Take an optional no-error variable.
18824 (customize-save-variable): Set the variable, and give a warning if
18825 running under "emacs -q".
18826
a1e65d42
JB
188272011-07-11 Juanma Barranquero <lekktu@gmail.com>
18828
18829 * loadhist.el (unload-feature-special-hooks):
18830 Add `auto-coding-functions', `fill-nobreak-predicate' and
18831 `find-directory-functions' (bug#5327).
18832
1d52da10
LMI
188332011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18834
be958f1d
LMI
18835 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
18836
5bedb26c
LMI
18837 * cus-edit.el (custom-guess-name-alist): -alist variables should
18838 use the `alist' type (bug#3120). Suggested by Drew Adams.
18839
1d52da10
LMI
18840 * printing.el: Add documentation to all the `pr-toggle-' commands.
18841
cd394be1 188422011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
18843
18844 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
18845 backends where it makes sense (bug#2623).
18846
dcc88d8a
LMI
188472011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18848
c3de9feb
LMI
18849 * dired-x.el (dired-guess-default): Remove duplicate shell command
18850 entries (bug#2028).
8a93078b 18851 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 18852 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 18853
dcc88d8a
LMI
18854 * subr.el (remove-duplicates): New conveniency function.
18855
505e3645
LMI
188562011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
18857
18858 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
18859 (bug#1526).
18860
188612011-07-10 Martin Rudalics <rudalics@gmx.at>
18862
18863 * window.el (display-buffer-normalize-default): Don't invert
18864 meaning of even-window-heights. Reported by Eli Zaretskii
18865 <eliz@gnu.org>.
18866
455e4fa1
BR
188672011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
18868
18869 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
18870
8e0bc3e9
CY
188712011-07-10 Chong Yidong <cyd@stupidchicken.com>
18872
18873 * window.el (display-buffer): Fix arguments to
18874 display-buffer-reuse-window in last change.
18875
fa7c3228
CY
18876 * faces.el (link): Use a less saturated blue on light backgrounds.
18877
18878 * startup.el (fancy-startup-text, fancy-about-text)
18879 (fancy-startup-tail): Use font-lock faces, for background safety.
18880
c0a7f300
BN
188812011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
18882
b796c9b7
SM
18883 * emulation/viper-cmd.el (viper-change-state-to-vi):
18884 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 18885
4dc2a129
MR
188862011-07-09 Martin Rudalics <rudalics@gmx.at>
18887
18888 * window.el (display-buffer-default-specifiers): Remove.
18889 (display-buffer-macro-specifiers): Remove default specifiers.
18890 (display-buffer-alist): Default to nil.
b796c9b7 18891 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
18892 (display-buffer-pop-up-window): Allow splitting internal
18893 windows. Check whether a live window was created.
18894 (display-buffer-other-window-means-other-frame)
18895 (display-buffer-normalize-arguments): Rename to
18896 display-buffer-normalize-argument and rewrite. Set the
18897 other-window specifier.
18898 (display-buffer-normalize-special): New function.
18899 (display-buffer-normalize-options): Rename to
18900 display-buffer-normalize-default and rewrite.
18901 (display-buffer-normalize-options-inhibit): Remove.
18902 (display-buffer-normalize-specifiers): Rewrite.
18903 (display-buffer): Process other-window specifier and call
18904 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
18905 more faithfully.
b796c9b7 18906 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 18907 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
18908 (display-buffer-in-window, display-buffer-alist-set):
18909 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
18910 <tassilo@member.fsf.org>.
18911
2d43b8c9
LL
189122011-07-09 Leo Liu <sdl.web@gmail.com>
18913
18914 * register.el (insert-register): Restore accidental change on
18915 2011-06-26. (Bug#9028)
18916
7f9b7c53
GM
189172011-07-09 Glenn Morris <rgm@gnu.org>
18918
18919 * subr.el (remq): Handle the empty list. (Bug#9024)
18920
f042cfd8
AS
189212011-07-08 Andreas Schwab <schwab@linux-m68k.org>
18922
18923 * mail/sendmail.el (send-mail-function): No longer delay custom
18924 initialization.
18925 * custom.el (custom-initialize-delay): Doc fix.
18926
856b2f11
SM
189272011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
18928
18929 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
18930
afae1d68
MA
189312011-07-08 Michael Albinus <michael.albinus@gmx.de>
18932
18933 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
18934 human-friendly prompt.
18935
0757af94
SM
189362011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
18937
18938 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
18939 provided by a particular plugin.
18940
d760b731
LMI
189412011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
18942
18943 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
18944 save customizations (with "emacs -Q"), just set the variable
18945 instead of erroring out.
18946
18947 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
18948
cd79ce90
JL
189492011-07-08 Juri Linkov <juri@jurta.org>
18950
18951 * arc-mode.el (archive-zip-expunge, archive-zip-update)
18952 (archive-zip-update-case): Use 7z if found by `executable-find'.
18953 The order of searching the available programs is the same as in
18954 `archive-zip-extract' (bug#8968).
18955
14cc04aa
CY
189562011-07-07 Chong Yidong <cyd@stupidchicken.com>
18957
18958 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
18959 (menu-bar-options-menu): Tweak descriptions.
18960
0a1848ec
LMI
189612011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
18962
18963 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
18964 menu items into verb phrases (bug#1421). Also refill to fit under
18965 80 columns.
18966
f5bd0689
CY
189672011-07-07 Chong Yidong <cyd@stupidchicken.com>
18968
538e85c6
CY
18969 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
18970 (Info-read-node-name): Doc fix (Bug#1084).
18971
f5bd0689
CY
18972 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
18973 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
18974 (end-of-sexp, beginning-of-sexp)
18975 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
18976 (forward-symbol, forward-same-syntax, word-at-point)
18977 (sentence-at-point): Doc fix (Bug#1144).
18978
56ec5115
LMI
189792011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
18980
f3f8e37f
LMI
18981 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
18982 should cover it (bug#1281).
18983
0757af94 18984 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 18985
e9fce1ac 18986 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
18987 negotiation fails, then possibly try again with a non-encrypted
18988 connection (bug#9017).
18989
56ec5115
LMI
18990 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
18991 be used.
18992
c2f9aec8
RS
189932011-07-07 Richard Stallman <rms@gnu.org>
18994
18995 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
18996 property, and handle its changed format.
18997 Look for the correct line number.
18998 Use file's line contents (but not past first =) to find
18999 correct line in message.
19000
ef7b981d 190012011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
19002
19003 * international/characters.el (build-unicode-category-table):
19004 Delete it.
0757af94 19005 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 19006
0757af94 19007 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
19008 to src/chartab.c.
19009 (get-char-code-property): Call unicode-property-table-internal to
19010 load a file. Call get-unicode-property-internal where necessary.
19011 (put-char-code-property): Call unicode-property-table-internal to
19012 load a file. Call put-unicode-property-internal where necessary.
19013 put-unicode-property-internal where necessary.
0757af94
SM
19014 (char-code-property-description):
19015 Call unicode-property-table-internal to load a file.
c805dec0
KH
19016
19017 * international/charprop.el:
19018 * international/uni-bidi.el:
19019 * international/uni-category.el:
19020 * international/uni-combining.el:
19021 * international/uni-comment.el:
19022 * international/uni-decimal.el:
19023 * international/uni-decomposition.el:
19024 * international/uni-digit.el:
19025 * international/uni-lowercase.el:
19026 * international/uni-mirrored.el:
19027 * international/uni-name.el:
19028 * international/uni-numeric.el:
19029 * international/uni-old-name.el:
19030 * international/uni-titlecase.el:
19031 * international/uni-uppercase.el: Regenerate.
19032
19033 * loadup.el: Load international/charprop.el before
19034 international/characters.
19035
e14b388a
CY
190362011-07-07 Chong Yidong <cyd@stupidchicken.com>
19037
19038 * window.el (next-buffer, previous-buffer): Signal an error if
19039 called from a minibuffer window.
19040
19041 * bindings.el: Revert 2011-07-04 change.
19042
354cf0ba
RS
190432011-07-06 Richard Stallman <rms@gnu.org>
19044
19045 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
19046 (rmail-mime-insert-bulk, rmail-mime-insert-text):
19047 Treat markers like ints.
19048 (rmail-mime-entity): Doc fix.
19049
a48868a7
LMI
190502011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19051
4906cd3d
LMI
19052 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
19053 defcustom again for backwards compatibility.
19054
e0457abe
LMI
19055 * simple.el (shell-command-on-region): Fill.
19056
d67f7e1f
LMI
19057 * dired-aux.el (dired-kill-line): Add a doc string.
19058
fe204702
LMI
19059 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
19060 to "\\sw\\|\\s_" (bug#358).
19061
a48868a7
LMI
19062 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
19063 (dired-unmark-backward): Ditto.
19064 (dired-flag-backup-files): Ditto.
19065
19066 * dired-x.el (dired-mark-sexp): Ditto.
19067
aa8a705c
RS
190682011-07-06 Richard Stallman <rms@gnu.org>
19069
19070 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
19071 (rmail-mime-entity): New arg TRUNCATED.
19072 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
19073 New functions.
19074 (rmail-mime-save): Warn if entity is truncated.
19075 (rmail-mime-toggle-hidden): Likewise, for showing.
19076 (rmail-mime-process-multipart): Record when an entity is truncated.
19077
a9a936b9
RS
19078 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
19079 if ENTITY is a string.
19080
1f2b92cb
LMI
190812011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19082
f4f73198 19083 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
19084 of faces when `M-C-x'-ing their definitions (bug#8378).
19085 Also clean up the code slightly.
f4f73198 19086
12b16734 19087 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 19088 because that makes the colors go away.
12b16734 19089
f0691d22
LMI
19090 * mail/sendmail.el (send-mail-function): Change the default to
19091 `sendmail-query-once'.
9e87df06 19092 (sendmail-query-once): Add an autoload cookie.
f0691d22 19093
1f2b92cb
LMI
19094 * net/network-stream.el (network-stream-open-starttls): Try using
19095 a plain connection even if the server offered STARTTLS, and we
19096 kinda wanted to use it, if Emacs doesn't have any STARTTLS
19097 capability. This should make smtpmail.el work in slightly more
19098 configurations.
19099
1cdd2a1b
MA
191002011-07-06 Michael Albinus <michael.albinus@gmx.de>
19101
19102 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
19103 New defun.
19104 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
19105
fbcc67e2
MM
191062011-07-06 Michael R. Mauger <mmaug@yahoo.com>
19107
19108 * progmodes/sql.el: Version 3.0
0757af94 19109 (sql-product-alist): Add product :completion-object,
fbcc67e2 19110 :completion-column, and :statement attributes.
0757af94 19111 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 19112 (sql-mode-syntax-table): Mark all punctuation.
0757af94 19113 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
19114 ansi keywords.
19115 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 19116 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
19117 (sql-oracle-show-reserved-words): New function for development.
19118 (sql-product-font-lock): Simplify for source code buffers.
19119 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
19120 New functions.
19121 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
19122 (sql-mode-map): Add statement movement functions.
19123 (sql-ansi-statement-starters, sql-oracle-statement-starters):
19124 New variable.
fbcc67e2
MM
19125 (sql-statement-regexp, sql-beginning-of-statement)
19126 (sql-end-of-statement, sql-signum): New functions.
0757af94 19127 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
19128 (sql-show-sqli-buffer): Bug fix.
19129 (sql-interactive-mode): Store connection data as buffer local.
0757af94 19130 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
19131 with sql-interactive-mode.
19132 (sql-save-connection): Save buffer local settings.
0757af94 19133 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
19134 (sql-product-interactive): Bug fix.
19135 (sql-preoutput-hold): New variable.
19136 (sql-interactive-remove-continuation-prompt): Bug fixes.
19137 (sql-debug-redirect): New variable.
19138 (sql-str-literal): New function.
19139 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 19140 Redesign.
fbcc67e2
MM
19141 (sql-oracle-save-settings, sql-oracle-restore-settings)
19142 (sql-oracle-list-all, sql-oracle-list-table): New functions.
19143 (sql-completion-object, sql-completion-column)
19144 (sql-completion-sqlbuf): New variables.
19145 (sql-build-completions-1, sql-build-completions)
19146 (sql-try-completion): New functions.
19147 (sql-read-table-name): Use them.
19148 (sql-contains-names): New buffer local variable.
19149 (sql-list-all, sql-list-table): Use it.
19150 (sql-oracle-completion-types): New variable.
19151 (sql-oracle-completion-object, sql-sqlite-completion-object)
19152 (sql-postgres-completion-object): New functions.
19153
d4eaeab1
GM
191542011-07-06 Glenn Morris <rgm@gnu.org>
19155
19156 * window.el (pop-to-buffer): Doc fix.
19157
322b7dab 191582011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
19159
19160 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
19161
322b7dab 191622011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 19163
322b7dab 19164 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 19165
322b7dab 19166 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 19167
605dd5bf
CY
191682011-07-05 Chong Yidong <cyd@stupidchicken.com>
19169
19170 * button.el (button): Inherit from link face. Suggested by Dan
19171 Nicolaescu.
19172
7dbfa719
SM
191732011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19174
3db614b0
SM
19175 * progmodes/gdb-mi.el: Fit in 80 columns.
19176 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
19177 switch-to-buffer.
19178
7dbfa719
SM
19179 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
19180 if imenu is simply not configured (bug#8941).
19181
919d884a
KM
191822011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
19183
19184 * allout.el (allout-post-undo-hook): New allout outline-change
19185 event hook to signal undo activity.
19186 (allout-post-command-business): Run allout-post-undo-hook if an
19187 undo just occurred.
7dbfa719
SM
19188 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
19189 * allout-widgets.el (allout-widgets-after-undo-function):
19190 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
19191 in the vicinity of an undo.
19192 (allout-widgets-mode): Include allout-widgets-after-undo-function
19193 on the new allout-post-undo-hook.
19194
450a0f09
SM
191952011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19196
19197 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
19198 Let define-derived-mode define it.
19199 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
19200 cycles of abbrev-table inheritance (bug#8998).
19201
2de69e00
RW
192022011-07-05 Roland Winkler <winkler@gnu.org>
19203
19204 * textmodes/bibtex.el: Add support for biblatex.
19205 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
19206 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
19207 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
19208 (bibtex-entry-alist, bibtex-field-alist): New variables.
19209 (bibtex-entry-field-alist): Obsolete alias for
19210 bibtex-BibTeX-entry-alist.
19211 (bibtex-entry-alist, bibtex-field-alist): New widgets.
19212 (bibtex-set-dialect): New command.
19213 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
19214 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
19215 Bind via bibtex-set-dialect.
2de69e00
RW
19216 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
19217 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
19218 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
19219 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
19220 Define via bibtex-set-dialect.
450a0f09
SM
19221 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
19222 Obey bibtex-no-opt-remove-re.
2de69e00
RW
19223 (bibtex-vec-push, bibtex-vec-incr): New functions.
19224 (bibtex-format-entry, bibtex-field-list)
19225 (bibtex-print-help-message, bibtex-validate)
19226 (bibtex-search-entries): Use new format of bibtex-entry-alist.
19227
2dcdbdd9
SM
192282011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19229
19230 * progmodes/compile.el (compilation-goto-locus):
19231 * net/tramp-cmds.el (tramp-append-tramp-buffers):
19232 * bs.el (bs-cycle-next, bs-cycle-previous):
19233 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
19234 * bindings.el (mode-line-other-buffer):
19235 * autoinsert.el (auto-insert):
19236 * arc-mode.el (archive-extract):
19237 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
19238
b27640fe
JB
192392011-07-05 Juanma Barranquero <lekktu@gmail.com>
19240
19241 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
19242 Fix check of `emacs-lock-unlockable-modes'.
19243 Coerce true values of `emacs-lock--try-unlocking' to t.
19244
53bbe3ad
JB
192452011-07-05 Juanma Barranquero <lekktu@gmail.com>
19246
19247 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
19248 * emacs-lock.el: New file.
19249
1d3cdbc7
JD
192502011-07-05 Julien Danjou <julien@danjou.info>
19251
19252 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
19253 than `boundp' to check if face is set.
19254
9173deec
JB
192552011-07-05 Juanma Barranquero <lekktu@gmail.com>
19256
19257 * register.el (registerv-make):
19258 * window.el (window-min-height): Fix typos in docstrings.
19259
869795d6
JD
192602011-07-05 Jan Djärv <jan.h.d@swipnet.se>
19261
9173deec 19262 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
19263 Update doc string.
19264
b768cdcd
JB
192652011-07-04 Juanma Barranquero <lekktu@gmail.com>
19266
19267 * server.el (server-execute): Catch quit and call
19268 `server-return-error' to pass the error back to emacsclient and
19269 close the connection (bug#8942).
19270
13aa217b
KM
192712011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
19272
19273 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
19274 insecure exception for current topic. Also note that auto-saves
19275 are handled differently.
19276
5d3385a0 19277 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
19278 State variables for tracking auto-save inhibition situation.
19279
19280 (allout-write-contents-hook-handler): Rename from
19281 'allout-write-file-hook-handler', and describe how it depends on
19282 write-contents-functions sensitivity to non-nil value to prevent
19283 file write.
19284
19285 (allout-auto-save-hook-handler): Remove. auto-save does not check
19286 this in individual buffers, only in the starting buffer, so this
19287 is not the right way for us to inhibit auto-save in a buffer
19288 according to its condition.
19289
19290 (allout-mode): Use new allout-write-contents-hook-handler, and
19291 only with write-contents-functions. Remove auto-save provisions -
19292 they're implemented elsewhere.
19293
19294 (allout-before-change-handler): If undo is in progress, note that
19295 for attention of allout-post-command-business.
19296
19297 (allout-post-command-business): If the command we're following was
19298 an undo, check for change in the status of encrypted items and
19299 adjust auto-save inhibitions accordingly.
19300
19301 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
19302 according to whether there are or aren't any plain-text topics
19303 pending encryption.
19304
2dcdbdd9 19305 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
19306 Adjust buffer-saved-size and some allout state to inhibit auto-saves
19307 if there are plain-text topics pending encryption.
13aa217b
KM
19308
19309 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
19310 buffer-saved-size and some allout state to not inhibit auto-saves
19311 if there are no longer any plain-text topics pending encryption.
19312
0757af94
SM
19313 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
19314 No longer provide for exemption of the current topic.
13aa217b 19315
ac89b32c
JL
193162011-07-04 Juri Linkov <juri@jurta.org>
19317
19318 Add 7z operations to delete and save changed members (bug#8968).
19319 * arc-mode.el (archive-7z-expunge, archive-7z-update):
19320 New defcustoms.
19321 (archive-7z-write-file-member): New function.
19322 (archive-7z-summarize): Fix the number of dashes in the
19323 listing output.
19324
8fa39615
SM
193252011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
19326
19327 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
19328 (bug#8958).
19329
2f11b3f1
CY
193302011-07-04 Chong Yidong <cyd@stupidchicken.com>
19331
d66fef2b
CY
19332 * bindings.el: Ignore next-buffer and previous-buffer in
19333 minibuffer-local-map.
19334
2f11b3f1
CY
19335 * font-lock.el (font-lock-builtin-face): Change light background
19336 color to dark slate blue (Bug#6693).
19337
f932a347
WD
193382011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
19339
19340 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
19341
c8af70e1
SM
193422011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
19343
19344 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
19345 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19346 Add switch-to-buffer.
19347
f158badc
LMI
193482011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19349
19350 * isearch.el (isearch-search-fun-function): Clarify further the
19351 meaning of the function returned.
19352
6d95bd46
MA
193532011-07-04 Michael Albinus <michael.albinus@gmx.de>
19354
19355 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
19356
19357 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
19358 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
19359 Use it.
19360 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
19361 `tramp-default-remote-path' does not exist.
19362 (tramp-send-command-and-read): New optional argument NOERROR.
19363 (tramp-open-connection-setup-interactive-shell)
19364 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
19365 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
19366 (tramp-process-sentinel): Flush also process' connection property.
19367 (tramp-sh-handle-start-file-process): Do not set process
19368 sentinel. It is done now ...
19369 (tramp-maybe-open-connection): ... here. (Bug#8929)
19370
909e6b67
MK
193712011-07-04 MON KEY <monkey@sandpframing.com>
19372
19373 * play/animate.el (animate-string): Doc fixes and allow changing
19374 the buffer name (bug#5417).
19375
193762011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19377
c8af70e1 19378 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 19379
f34755dc
PE
193802011-07-04 Paul Eggert <eggert@cs.ucla.edu>
19381
396cec72
PE
19382 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
19383 This is simpler and helps future-proof the code.
19384 (timer-until): Use time-subtract and float-time.
08235028 19385 (timer--time-less-p): Use time-less-p.
f34755dc 19386
56e6cc31
JB
193872011-07-04 Juanma Barranquero <lekktu@gmail.com>
19388
3abb79e5
JB
19389 * type-break.el (timep): Use the value of `float-time' to avoid a
19390 byte-compiler warning.
19391
56e6cc31
JB
19392 * server.el (server-eval-and-print): Return any result, even nil.
19393
7b9430b4
PE
193942011-07-03 Paul Eggert <eggert@cs.ucla.edu>
19395
19396 * type-break.el: Accept time formats that the builtins accept.
19397 (timep, type-break-time-difference): Accept any format that
19398 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
19399 This is simpler and helps future-proof the code.
19400 (type-break-time-difference): Round rather than ignoring
19401 subseconds components.
19402
3034e9e7
LMI
194032011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19404
19405 * info.el (Info-apropos-matches): Make non-interactive, since it
19406 doesn't seem to do anything useful as a command (bug#8829).
19407
1485f4c0
CY
194082011-07-03 Chong Yidong <cyd@stupidchicken.com>
19409
19410 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 19411 Move from faces.el.
1485f4c0
CY
19412 (frame-default-terminal-background): New function.
19413
19414 * custom.el (custom-push-theme): Don't record faces in `changed'
19415 theme; this doesn't work correctly for per-frame face settings.
19416 (disable-theme): Use face-set-after-frame-default to reset faces.
19417 (custom--frame-color-default): New function.
19418
9fa3dd45
LMI
194192011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19420
c8af70e1 19421 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
19422 (bug#8769).
19423
6cbbc20c
KR
194242011-03-29 Kevin Ryde <user42@zip.com.au>
19425
19426 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19427 `perl-Test2' extend to match possible "fail #N" rep count
19428 (bug#8377).
19429
c7f98048
LMI
194302011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19431
65676592
LMI
19432 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
19433 `smtpmail-via-smtp' now returns the error instead of nil.
19434
c7f98048
LMI
19435 * isearch.el (isearch-search-fun-function): Clarify the doc string
19436 (bug#8101).
19437
56e6cc31 194382011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
19439
19440 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
19441 unnecessary spaces (bug#8987).
19442
2b216704
LMI
194432011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19444
19445 * net/network-stream.el (open-network-stream): Use the
19446 :end-of-capability command thoughout.
19447
194482011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
19449
19450 * net/network-stream.el (open-network-stream): Add the
19451 :end-of-capability command parameter, used by pop3.el.
19452
36adf6ce
LMI
194532011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19454
1ca0da0e
LMI
19455 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
19456
fc00f69c
LMI
19457 * fringe.el (fringe-query-style): Remove redundant text " (type ?
19458 for list)" (bug#6475).
19459
28fd8759 19460 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 19461 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
19462 an error (bug#6297).
19463
0dd8b6da
LMI
19464 * man.el (Man-reference-regexp): Allow matching possible
19465 word-wrapped references (bug#6289).
19466
ce1438d6
LMI
19467 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
19468 for consistency with the other vc buffers (bug#6197).
19469 (vc-checkin): Ditto.
19470
19471 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
19472
36adf6ce
LMI
19473 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
19474
e83cc1f7
LMI
194752011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19476
8a20ca4c
LMI
19477 * custom.el (defcustom): Clarify that :set is only used in the
19478 Customize user interface (bug#6089).
19479
83319045
LMI
19480 * progmodes/flymake.el (flymake-mode): If the buffer isn't
19481 associated with a file, refuse to run instead of erroring out
19482 (bug#6084).
19483
a8392169
LMI
19484 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
19485 the doc string, since it appears that using `fill-column' always
19486 controls the width (bug#7845).
19487
e83cc1f7
LMI
19488 * simple.el (shell-command-on-region): Say where the error output
19489 went if `shell-command-default-error-buffer' is set (bug#6857).
19490
e47ca23b
KM
194912011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
19492
19493 * allout.el (allout-yank-processing): Adjust cursor position for
19494 backwards-deleted space.
19495
19496 (allout-rebullet-heading): Register changes with
19497 allout-exposure-changed-hook, so the modified topic is properly
19498 decorated.
19499
5cf56143
LMI
195002011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19501
08549772
LMI
19502 * minibuffer.el (completion-in-region): Document PREDICATE
19503 (bug#7136).
19504
48e96771
LMI
19505 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
19506 of keyword/argument pairs (bug#6904).
19507
c8af70e1
SM
19508 * replace.el (multi-occur):
19509 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 19510
e17d05e2
LMI
195112011-07-02 Drew Adams <drew.adams@oracle.com>
19512
19513 * dired.el (dired-mark-if): Make the message about whether it's
19514 marking or unmarking clearer (bug#8523).
19515
063b0e45
LMI
195162011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19517
19518 * disp-table.el (display-table-print-array): New function.
19519 (describe-display-table): Use it to print the vectors more pretty
19520 (Bug#8859).
19521
28545e04
MR
195222011-07-02 Martin Rudalics <rudalics@gmx.at>
19523
19524 * window.el (window-state-get-1): Don't assign clone numbers.
19525 Add clone-of item to list of window parameters.
19526 (window-state-put-2): Don't process clone numbers.
19527 (display-buffer-alist): Fix doc-string.
19528
3349e122
SM
195292011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
19530
19531 * subr.el (remq): Don't allocate if it's not needed.
19532 (keymap--menu-item-binding, keymap--menu-item-with-binding)
19533 (keymap--merge-bindings): New functions.
19534 (keymap-canonicalize): Use them to refine the canonicalization.
19535 * minibuffer.el (minibuffer-local-completion-map)
19536 (minibuffer-local-must-match-map): Move initialization from C.
19537 (minibuffer-local-filename-completion-map): Move initialization from C;
19538 don't inherit from anything here.
19539 (minibuffer-local-filename-must-match-map): Make obsolete.
19540 (completing-read-default): Use make-composed-keymap to combine
19541 minibuffer-local-filename-completion-map with either
19542 minibuffer-local-must-match-map or
19543 minibuffer-local-filename-completion-map.
19544
d224ac83
GM
195452011-07-01 Glenn Morris <rgm@gnu.org>
19546
3de63bf8
GM
19547 * type-break.el (type-break-time-sum): Use dolist.
19548
d224ac83
GM
19549 * textmodes/flyspell.el (flyspell-word-search-backward):
19550 Replace CL function.
19551
1a1e3f32
SM
195522011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
19553
fe3f64d5
SM
19554 * mouse.el (mouse--strip-first-event): New function.
19555 (function-key-map): Use it to map fringe clicks to normal clicks
19556 by default.
19557
eb604e34
SM
19558 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
19559 (vc-bzr-revision-completion-table): Add support for annotate and date.
19560
1a1e3f32
SM
19561 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
19562 inherit from parent.
19563
5bd35902
LMI
195642011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19565
ace6c69c 19566 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 19567 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 19568
191e2bed
LMI
19569 * dired.el (dired-mode): Fix up the doc string as suggested by
19570 Drew Adams (bug#8817).
19571
5bd35902
LMI
19572 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
19573 cookie, since the manual says that it should be possible to add
19574 this function to `find-file-hook' (bug#8709).
19575
eee8207a
TZ
195762011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
19577
19578 * progmodes/cfengine.el: Moved all cfengine3.el functionality
19579 here. Noted Ted Zlatanov as the maintainer.
19580 (cfengine-common-settings, cfengine-common-syntax): New functions
19581 to set up common things between `cfengine-mode' and
19582 `cfengine3-mode'.
19583 (cfengine3-mode): New mode.
19584 (cfengine3-defuns cfengine3-defuns-regex
19585 (cfengine3-class-selector-regex cfengine3-category-regex)
19586 (cfengine3-vartypes cfengine3-font-lock-keywords)
19587 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 19588 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 19589
36b148cf
MA
195902011-07-01 Michael Albinus <michael.albinus@gmx.de>
19591
19592 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
19593
19594 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
19595
0bf4ba9a
MR
195962011-07-01 Martin Rudalics <rudalics@gmx.at>
19597
19598 * window.el (same-window-buffer-names, same-window-regexps)
19599 (same-window-p, special-display-frame-alist)
19600 (special-display-popup-frame, special-display-function)
19601 (special-display-buffer-names, special-display-regexps)
19602 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
19603 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19604 (split-window-preferred-function, split-height-threshold)
19605 (split-width-threshold, even-window-heights)
19606 (display-buffer-mark-dedicated, window-splittable-p)
19607 (split-window-sensibly, window-safely-shrinkable-p):
19608 Un-obsolete.
19609 (display-buffer): Don't spread args with function specifier
19610 because special-display-popup-frame won't like it.
19611
35837f51
PE
196122011-07-01 Paul Eggert <eggert@cs.ucla.edu>
19613
d0672f86
PE
19614 Time-stamp simplifications and fixes.
19615 These improve accuracy slightly, and future-proof the code
19616 against some potential changes to current-time format.
19617
b9444d97
PE
19618 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
19619 by using time-since and float-time.
19620
0ef923dc
PE
19621 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
19622 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
19623 + NNN microseconds".
19624
2f81380d
PE
19625 * type-break.el (type-break-time-sum): Rewrite using time-add.
19626
845b5c3e
PE
19627 * play/hanoi.el (hanoi-current-time-float): Remove.
19628 All uses replaced by float-time.
19629
ee6f1be0
PE
19630 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
19631 This yields a more-accurate answer.
19632 (rng-time-to-float): Remove; no longer needed.
19633
fe955043
PE
19634 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
19635
5777162a
PE
19636 * calendar/timeclock.el (timeclock-seconds-to-time):
19637 Defalias to seconds-to-time, since they're the same thing.
19638
3103f8b6 19639 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 19640 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
19641 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
19642
0e61a35f
SM
196432011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
19644
19645 * window.el (bury-buffer): Don't iconify the only frame.
19646 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
19647 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
19648
ddd63a1e
CY
196492011-07-01 Chong Yidong <cyd@stupidchicken.com>
19650
0e61a35f
SM
19651 * eshell/em-smart.el (eshell-smart-display-navigate-list):
19652 Add mouse-yank-primary.
ddd63a1e 19653
055f4923
TZ
196542011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
19655
19656 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
19657
6a2fb145
SM
196582011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
19659
19660 * emacs-lisp/find-func.el (find-library--load-name): New fun.
19661 (find-library-name): Use it to find relative load names when provided
19662 absolute file name (bug#8803).
19663
fd4983f2
LMI
196642011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
19665
887d14ad
LMI
19666 * textmodes/flyspell.el (flyspell-word): Consider words that
19667 differ only in case as potential doublons (bug#5687).
19668
c53dc7fc
LMI
19669 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
19670 Remove two rather uninteresting debugging-like messages to make
19671 debbugs.el more silent.
19672
fd4983f2
LMI
19673 * comint.el (comint-password-prompt-regexp): Accept "Response" as
19674 a password-like phrase.
19675
7a71b18d 196762011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
19677
19678 * progmodes/cc-guess.el: New file.
19679
6a2fb145 19680 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
19681
19682 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
19683 derived from `c-basic-common-init'.
19684
19685 * progmodes/cc-mode.el (top-level): Require cc-guess.
19686 (c-basic-common-init): Use `cc-choose-style-for-mode'.
19687
1fa280a3
LM
196882011-06-30 Lawrence Mitchell <wence@gmx.li>
19689
19690 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
19691
e6597158
AM
196922011-06-30 Alan Mackenzie <acm@muc.de>
19693
1fa280a3
LM
19694 * progmodes/cc-engine.el (c-guess-continued-construct):
19695 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
19696 lock is disabled. Name this case as "CASE G".
19697
68ba37fb
KM
196982011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
19699
19700 * allout.el (allout-yank-processing): Fix injection of extra space
19701 between bullet and non-whitespace character in first topic when
19702 pasting, ensuring that the actual spacing in the pasted topic
19703 following the bullet char is preserved. This extra space was
19704 causing pasted encrypted topics to get a decrypted status even
19705 when the content was actually still encrypted. Now the decryption
19706 status from before the paste is preserved.
19707
19708 (allout-flag-region): Set all allout overlays so they evaporate
19709 when reduced to zero length (evanescent), to prevent overlay
19710 leakage.
19711
887a0b34
GM
197122011-06-30 Glenn Morris <rgm@gnu.org>
19713
94b9acce
GM
19714 * w32-fns.el (w32-charset-info-alist): Declare.
19715
1d9b46d4
GM
19716 * find-dired.el (find-grep-options): Simplify.
19717
cc232200
GM
19718 * term/ns-win.el (ns-set-resource): Declare.
19719
28e77c46
GM
19720 * ses.el (row, col): Declare dynamic variables honestly.
19721
887a0b34
GM
19722 * textmodes/reftex-parse.el (index-tags): Declare.
19723
658d8eb8
CY
197242011-06-30 Chong Yidong <cyd@stupidchicken.com>
19725
19726 * cus-edit.el (customize-push-and-save): New function.
19727
19728 * files.el (hack-local-variables-confirm): Use it.
19729
1fa280a3
LM
19730 * custom.el (load-theme): New arg NO-CONFIRM.
19731 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
19732 (custom-enabled-themes): Doc fix.
19733
19734 * cus-theme.el (customize-create-theme)
19735 (custom-theme-merge-theme): Callers to load-theme changed.
19736
bb617717
LMI
197372011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
19738
d61bdd5d
LMI
19739 * thingatpt.el (thing-at-point-short-url-regexp): Require that
19740 short URLs have at least one dot in them (bug #7614).
19741
bb617717
LMI
19742 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
19743 nil, because using a pty is apparently too slow (bug #895).
19744
2f31f37a
LMI
197452011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
19746
19747 * mail/sendmail.el (sendmail-query-once): New function.
19748 (sendmail-query-once-function): New variable.
19749
3076b24e
GM
197502011-06-29 Glenn Morris <rgm@gnu.org>
19751
faf2a174
GM
19752 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
19753
3076b24e
GM
19754 * ses.el (top-level): Require cl when compiling.
19755 (ses-set-localvars): Fix error statement.
19756 Call it at compile time to silence a storm of warnings.
19757
5386012d
MR
197582011-06-29 Martin Rudalics <rudalics@gmx.at>
19759
19760 * window.el (normalize-live-buffer): Rename to
19761 window-normalize-buffer.
19762 (normalize-live-frame): Rename to window-normalize-frame.
19763 (normalize-any-window): Rename to window-normalize-any-window.
19764 (normalize-live-window): Rename to window-normalize-live-window.
19765 (make-window-atom): Rename to window-make-atom.
19766 (window-resize-reset): Rename to window--resize-reset.
19767 (window-resize-reset-1): Rename to window--resize-reset-1.
19768 (resize-mini-window): Rename to window--resize-mini-window.
19769 (resize-subwindows-skip-p): Rename to
19770 window--resize-subwindows-skip-p.
19771 (resize-subwindows-normal): Rename to
19772 window--resize-subwindows-normal.
19773 (resize-subwindows): Rename to window--resize-subwindows.
19774 (resize-other-windows): Rename to window--resize-siblings.
19775 (resize-this-window): Rename to window--resize-this-window.
19776 (resize-root-window): Rename to window--resize-root-window.
19777 (resize-root-window-vertically): Rename to
19778 window--resize-root-window-vertically.
19779 (normalize-buffer-to-display): Rename to
19780 window-normalize-buffer-to-display.
19781 (normalize-buffer-to-switch-to): Rename to
19782 window-normalize-buffer-to-switch-to.
19783 Correspondingly update all callers of the functions listed
19784 above.
19785 (display-buffer-alist, display-buffer-normalize-arguments)
19786 (display-buffer-normalize-options, display-buffer)
19787 (display-buffer-alist-set): Use "function" instead of
19788 "fun-with-args".
19789
1176868d
CY
197902011-06-28 Chong Yidong <cyd@stupidchicken.com>
19791
19792 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
19793 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
19794 debbugs.gnu.org. Mention acknowledgment email.
19795
20a7a65f
LMI
197962011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
19797
19798 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
19799 buffer multibyteness, since it shouldn't matter.
19800
5f45cca5
MR
198012011-06-28 Martin Rudalics <rudalics@gmx.at>
19802
19803 * window.el (display-buffer-in-side-window): Handle dedicated
19804 windows as in display-buffer-reuse-window.
19805 (display-buffer-normalize-alist): Use value of override
19806 specifier.
19807 (display-buffer-normalize-specifiers): Use value of
19808 other-window-means-other-frame specifier.
19809 (display-buffer-alist): Rewrite some texts in widgets.
19810 (display-buffer): Spread arguments when calling function
19811 specified by fun-with-args.
19812
ad85fe1f
DD
198132011-06-28 Deniz Dogan <deniz@dogan.se>
19814
1fa280a3
LM
19815 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19816 Unnest `let'.
da68c4c8 19817
ad85fe1f
DD
19818 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
19819 selectors (Bug#5732).
ec49bd31 19820 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 19821
a08cc025
JA
198222011-06-27 Jari Aalto <jari.aalto@cante.net>
19823
19824 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
19825 (eshell-ls-date-format): New defcustom.
19826 (eshell-ls-file): Use it.
19827
e2b551c5
SM
198282011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
19829
19830 * help-fns.el (describe-variable): Fix message for terminal-local vars.
19831
8982b231
KY
198322011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
19833
19834 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
19835 (ange-ftp-make-tmp-name): New arg.
19836 (ange-ftp-file-local-copy): Use it.
19837
36c9fa27
J
198382011-06-27 Jambunathan K <kjambunathan@gmail.com>
19839
19840 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
19841 no-conversion (Bug#8870).
19842
d68443dc
MR
198432011-06-27 Martin Rudalics <rudalics@gmx.at>
19844
19845 * window.el (window-right, window-left, window-child)
19846 (window-child-count, window-last-child)
19847 (window-iso-combination-p, walk-window-tree-1)
19848 (window-atom-check-1, window-tree-1, delete-window)
19849 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
19850 new naming conventions - window-vchild, window-hchild,
19851 window-next and window-prev are now called window-top-child,
19852 window-left-child, window-next-sibling and window-prev-sibling
19853 respectively.
d615d6d2
MR
19854 (resize-window-reset): Rename to window-resize-reset.
19855 (resize-window-reset-1): Rename to window-resize-reset-1.
19856 (resize-window): Rename to window-resize.
19857 (window-min-height, window-min-width)
19858 (resize-mini-window, resize-this-window, resize-root-window)
19859 (resize-root-window-vertically, adjust-window-trailing-edge)
19860 (enlarge-window, shrink-window, maximize-window)
19861 (minimize-window, delete-window, quit-restore-window)
19862 (split-window, balance-windows, balance-windows-area-adjust)
19863 (balance-windows-area, window-state-put-2)
19864 (display-buffer-even-window-sizes, display-buffer-set-height)
19865 (display-buffer-set-width, set-window-text-height)
19866 (fit-window-to-buffer): Rename all "resize-window" prefixed
19867 calls to use the "window-resize" prefix convention.
19868 (display-buffer-alist): Fix symbol for label specifier.
19869 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
19870 corresponding specifier.
19871 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 19872
b6458526
VB
198732011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
19874
19875 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
19876 convention.
19877 (ses-call-printer): Does not pass an empty string to formatter when the
19878 cell is empty to keep from barking printer Calc math-format-value.
19879
d31fd9ac
RS
198802011-06-27 Richard Stallman <rms@gnu.org>
19881
43d5bf84
RS
19882 * battery.el (battery-mode-line-limit): New variable.
19883 (battery-update): Handle it.
19884
d31fd9ac
RS
19885 * mail/rmailmm.el (rmail-mime-process-multipart):
19886 Handle truncated messages.
19887
819a6054
GM
198882011-06-27 Glenn Morris <rgm@gnu.org>
19889
19890 * progmodes/flymake.el (flymake-err-line-patterns):
19891 Allow for column numbers in the ant/javac pattern. (Bug#8866)
19892
cedc73f2
VB
198932011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
19894
819a6054 19895 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
19896 (ses--clean-!, ses--clean-_): New functions.
19897 (ses-range): Add configurability of readout order, and conversion
19898 to Calc vector.
19899
5e5d49b6
VB
19900 * ses.el (ses-repair-cell-reference-all): New function.
19901 (ses-cell-symbol): Set macro as safe, so that it can be used in
19902 formulas.
19903
56e6cc31 19904 * ses.el: Update cycle detection algorithm.
90ca8b49 19905 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 19906 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
19907 (ses-set-localvars): New function.
19908 (ses-make-cell): Add property-list as a cell element.
19909 (ses-cell-property-get-fun, ses-cell-property-get)
19910 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
19911 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
19912 New functions.
90ca8b49
VB
19913 (ses-cell-property-set, ses-cell-property-pop)
19914 (ses-cell-property-get-handle): New macro.
19915 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
19916 New aliases, used for code readability.
19917 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
19918 cycle detection.
19919 (ses-self-reference-early-detection): New defcustom.
fac916bf 19920 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
19921 (ses-mode): Use ses-set-localvars.
19922 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
19923 before lauching the update processing.
19924 (ses-initialize-Dijkstra-attempt): New function.
19925 (ses-recalculate-cell): Update for cycle detection based on
19926 Dijkstra algorithm.
19927
2bb63e81
VB
19928 * ses.el: Fix commenting and indenting convention.
19929
c9d29fb8
SM
199302011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
19931
19932 * bs.el (bs-cycle-next): Complete last change.
19933
d8e4b68b
JB
199342011-06-27 Drew Adams <drew.adams@oracle.com>
19935
19936 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
19937
40098786
LMI
199382011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
19939
c9d29fb8
SM
19940 * net/network-stream.el (network-stream-open-starttls):
19941 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
19942 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
19943
40098786
LMI
19944 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
19945 to binary to possibly avoid line encoding issues on Windows (among
19946 other things).
19947
468d09d4
LMI
199482011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
19949
19950 * net/network-stream.el (open-network-stream): Return an :error
19951 saying what the problem was, if possible.
19952
19953 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
19954 server.
19955
19956 * net/network-stream.el (network-stream-open-starttls): If we
19957 wanted to use STARTTLS, and the server offered it, but we weren't
19958 able to because we had no STARTTLS support, then close the connection.
19959 (open-network-stream): Return an :error element, if present.
19960
16f07dd7
CY
199612011-06-26 Chong Yidong <cyd@stupidchicken.com>
19962
88821ca0
CY
19963 * hl-line.el (hl-line-sticky-flag): Doc fix.
19964 (global-hl-line-sticky-flag): New option (Bug#8323).
19965 (global-hl-line-highlight): Obey it.
19966
16f07dd7
CY
19967 * vc/vc.el (vc-revert-show-diff): Default to t.
19968
6b5ccddf
KM
199692011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
19970
c9d29fb8
SM
19971 * allout-widgets.el (allout-widgets-post-command-business):
19972 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
19973 undecorated when an isearch is continued past, and isearch
19974 automatically collapses them. This leads to "widget leaks", where
19975 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
19976 hidden widgets can slow down cursor travel, substantially.
19977 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
19978 so we're doing without this nicety.
19979
19980 (allout-widgets-tally-string): Don't try to do a hash-table-count
19981 of allout-widgets-tally when it's nil. This eliminates spurious "Error
19982 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
19983 *Messages* when allout-widgets-maintain-tally is t.
19984
355f2e07
MR
199852011-06-26 Martin Rudalics <rudalics@gmx.at>
19986
19987 * window.el (display-buffer-normalize-argument): Rename to
19988 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
19989 LABEL argument. Respect special-display-function when popping up
19990 a new frame. Fix code searching for a window showing the buffer
19991 on another frame.
c9d29fb8
SM
19992 (display-buffer-normalize-specifiers):
19993 Call display-buffer-normalize-arguments.
355f2e07
MR
19994 (display-buffer-in-window): Don't undedicate the window if its
19995 buffer remains the same.
19996 Reported by Drew Adams <drew.adams@oracle.com>.
19997 (display-buffer-alist): Add choice for same-window macro
19998 specfier.
19999 (display-buffer): Mention special meaning of LABEL argument in
20000 doc-string. Fix quoting. Don't pop up a new frame even as
20001 fallback.
20002
7ca8fc42
JB
200032011-06-26 Juanma Barranquero <lekktu@gmail.com>
20004
20005 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
20006 avoid deleting the current window in some cases (bug#8911).
20007
bc312254
AS
200082011-06-26 Andreas Schwab <schwab@linux-m68k.org>
20009
20010 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
20011 (Bug#8934)
20012
2db18f3f
LMI
200132011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
20014
c9d29fb8
SM
20015 * net/network-stream.el (network-stream-open-starttls):
20016 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
20017 (network-stream-open-tls): Ditto.
20018
6302e0d3
LL
200192011-06-26 Leo Liu <sdl.web@gmail.com>
20020
20021 * register.el (registerv): New struct.
20022 (registerv-make): New function.
c9d29fb8
SM
20023 (jump-to-register, describe-register-1, insert-register):
20024 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
20025 struct. (Bug#8415)
20026
5fdd4046
CY
200272011-06-26 Chong Yidong <cyd@stupidchicken.com>
20028
2afef60a
CY
20029 * vc/vc.el (vc-revert-show-diff): New defcustom.
20030 (vc-diff-internal): New arg specifying diff buffer.
20031 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
20032 reuse an existing *vc-diff* buffer (Bug#8927).
20033
5fdd4046
CY
20034 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
20035
e93db24a
GM
200362011-06-26 Glenn Morris <rgm@gnu.org>
20037
20038 * progmodes/f90.el (f90-critical-indent): New option.
20039 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
20040 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
20041 (f90-mode): Doc fix.
20042 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
20043 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
20044 (f90-beginning-of-block, f90-next-block, f90-indent-region)
20045 (f90-match-end): Handle block, critical.
20046
eefff499
GM
200472011-06-25 Glenn Morris <rgm@gnu.org>
20048
f6ba4cc9
GM
20049 * calendar/diary-lib.el (diary-included-files): Doc fix.
20050 (diary-include-files): New function, extracted from
20051 diary-include-other-diary-files and diary-mark-included-diary-files.
20052 (diary-include-other-diary-files, diary-mark-included-diary-files):
20053 Just call diary-include-files.
20054 (diary-mark-entries): Reset diary-included-files on first call.
20055
16712304
GM
20056 * calendar/diary-lib.el (diary-mark-entries)
20057 (diary-mark-included-diary-files):
20058 Visit included diary-files in temp buffers.
20059
5d8e0d43
GM
20060 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
20061 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
20062 (f90-start-block-re, f90-imenu-generic-expression)
20063 (f90-looking-at-program-block-start, f90-no-block-limit):
20064 Add support for submodules.
20065
ccf7a5d5
GM
20066 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
20067 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 20068
11fdef7d 200692011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
20070
20071 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
20072 buffer-file-type before setting its value, to avoid disastrous
eefff499 20073 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 20074
74f53697
JB
200752011-06-25 Juanma Barranquero <lekktu@gmail.com>
20076
20077 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
20078
20079 * ses.el (ses-unload-function):
20080 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
20081
20082 * proced.el (proced-unload-function):
20083 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
20084
18a4ce5e
AR
200852011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
20086
20087 * server.el (server-create-window-system-frame): Add parameters arg.
20088 (server-process-filter): Doc fix. Handle frame-parameters.
20089
519d22cc
JB
200902011-06-25 Juanma Barranquero <lekktu@gmail.com>
20091
20092 Fix bug#8730, bug#8781.
20093
20094 * loadhist.el (unload--set-major-mode): New function.
20095 (unload-feature): Use it.
20096
20097 * progmodes/python.el (python-after-info-look): Add autoload cookie.
20098 (python-unload-function): New function.
20099
c206f5b0
SM
201002011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
20101
20102 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
20103
f9ad64f3
GS
201042011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
20105
20106 * net/browse-url.el (browse-url-firefox-program): Add icecat to
20107 the candidates list.
20108
7d0da90e
JB
201092011-06-24 Juanma Barranquero <lekktu@gmail.com>
20110
20111 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
20112
14b4e83d
RS
201132011-06-23 Richard Stallman <rms@gnu.org>
20114
20115 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
20116 (rmail-variables): Set next-error-move-function.
20117 (rmail-what-message): Take argument POS.
20118 (rmail-next-error-move): New function.
20119
273d2baf
SM
201202011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
20121
20122 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
20123 messages for adjacent non-terminals.
20124
56c2cc9a
RS
201252011-06-23 Richard Stallman <rms@gnu.org>
20126
20127 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 20128 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
20129 (rmail-start-mail): Don't specify use of rmail-mail-return;
20130 that's done by mail-bury now.
20131 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 20132
d59eb518
MA
201332011-06-23 Michael Albinus <michael.albinus@gmx.de>
20134
20135 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
20136 SIZE is a number.
20137
02cfc6d6
MR
201382011-06-23 Martin Rudalics <rudalics@gmx.at>
20139
20140 * window.el (get-lru-window, get-mru-window)
20141 (get-largest-window): Never return a minibuffer window.
20142 (display-buffer-pop-up-window): Fix a bug that could lead to
20143 reusing the minibuffer window.
20144 (display-buffer): Pass original specifier argument to
20145 display-buffer-function instead of the normalized one.
20146 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
20147
4e323265
LL
201482011-06-22 Leo Liu <sdl.web@gmail.com>
20149
20150 * minibuffer.el (completing-read-function)
1f9f395d 20151 (completing-read-default): Move from minibuf.c.
4e323265 20152
7a70468f
RS
201532011-06-22 Richard Stallman <rms@gnu.org>
20154
50718fc2
RS
20155 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
20156 to Rmail even if not started by a special Rmail command.
20157
7a70468f
RS
20158 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
20159 Copy the buffer currently showing just one message.
20160
297dde5a
RW
201612011-06-22 Roland Winkler <winkler@gnu.org>
20162
20163 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
20164 (bibtex-clean-entry): First delete the old key so that a
20165 customized algorithm for generating the new key does not get
20166 confused by the old key.
20167 (bibtex-url): Obey regexp of first step.
20168 (bibtex-search-entries): Do not use add-to-list with local
20169 list-var.
20170
97bb1093
LMI
201712011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
20172
20173 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
20174 stored a user name, then query for the password first, instead of
20175 waiting for SMTP to give an error message and the trying again.
20176
1c0f1a19
JD
201772011-06-22 Lawrence Mitchell <wence@gmx.li>
20178
20179 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
20180 BUFFER in call-process.
20181
396f7c9d
LMI
201822011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
20183
20184 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
20185 QUIT twice.
ddb7ffee
LMI
20186 (smtpmail-try-auth-methods): Require user name and password from
20187 auth-source.
396f7c9d 20188
8998d1b3
MR
201892011-06-22 Martin Rudalics <rudalics@gmx.at>
20190
20191 * window.el (display-buffer-default-specifiers)
20192 (display-buffer-alist): Remove entries for pop-up-frame-alist.
20193 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 20194 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
20195
20196 * frame.el (pop-up-frame-alist, pop-up-frame-function)
20197 (special-display-frame-alist, special-display-popup-frame):
20198 Remove duplicate declarations. These are now in window.el.
20199
4ea31e07
LMI
202002011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20201
c9d29fb8
SM
20202 * mail/smtpmail.el (smtpmail-via-smtp):
20203 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
20204 server supports it. SMTP servers that support STARTTLS commonly
20205 require it.
20206
20207 * net/network-stream.el (network-stream-open-starttls): Support
20208 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 20209 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 20210
95f41d9a
LMI
20211 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
20212 upgrades with `open-network-stream', and rely solely on
20213 auth-source for all credentials. Big changes throughout the file,
20214 but in particular:
c9d29fb8
SM
20215 (smtpmail-auth-credentials): Remove.
20216 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
20217 (smtpmail-via-smtp): Check for servers saying they want AUTH after
20218 MAIL FROM, too.
95f41d9a 20219
c9d29fb8
SM
20220 * net/network-stream.el (network-stream-open-starttls):
20221 Provide support for client certificates both for external and built-in
4ea31e07
LMI
20222 STARTTLS.
20223 (auth-source): Require.
20224 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
20225 (network-stream-certificate): Change cert-cert to cert and
20226 cert-key to key.
4ea31e07 20227
065ec2c7
MA
202282011-06-21 Michael Albinus <michael.albinus@gmx.de>
20229
20230 * net/tramp-cache.el (top): Don't load the persistency file when
20231 "emacs -Q" has been called.
20232
cd93b359
DR
202332011-06-21 Tim Harper <timcharper@gmail.com>
20234
d8e4b68b
JB
20235 * term/ns-win.el (ns-initialize-window-system):
20236 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
20237 resource to NO as it is not yet supported by the NS port.
20238
ae9c0411
JB
202392011-06-21 Juanma Barranquero <lekktu@gmail.com>
20240
20241 * misc.el (list-dynamic-libraries--refresh): Compute header here...
20242 (list-dynamic-libraries): ...not here.
20243
7f3f739f
LL
202442011-06-21 Leo Liu <sdl.web@gmail.com>
20245
20246 * subr.el (sha1): Implement sha1 using secure-hash.
20247
327c8fb1
MR
202482011-06-21 Martin Rudalics <rudalics@gmx.at>
20249
20250 * window.el (display-buffer-alist): In default value do not
20251 enforce searching a window on any but the selected frame.
20252 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
20253 (display-buffer-select-window): Remove function.
20254 (display-buffer-in-window): When a window on another frame gets
20255 reused, do not select it any more but just raise its frame if
20256 necessary (Bug#8851) and (Bug#8856).
20257 (display-buffer-normalize-options): Handle pop-up-frames related
20258 options more faithfully.
20259 (pop-to-buffer): Don't rely on `display-buffer' selecting the
20260 window if it is on another frame.
c9d29fb8
SM
20261 (display-buffer-alist, display-buffer-default-specifiers):
20262 Don't make new frame unsplittable by default.
9e9de014
MR
20263 (display-buffer-normalize-argument): Fix doc-string typo and use
20264 'same-frame-other-window instead of 'other-window when associating
20265 with display-buffer-macro-specifiers.
327c8fb1 20266
7cf3f556
VB
202672011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
20268
20269 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
20270 New functions.
20271 (5x5-mode-map, 5x5-mode-menu): Bind them.
20272 (5x5-draw-grid): Tweak the solver's rendering.
20273
60a406cf
SM
202742011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
20275
20276 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
20277 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
20278
d8e4b68b 202792011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
20280
20281 * menu-bar.el: Use function variable instead of switch-to-buffer.
20282 (menu-bar-select-buffer-function): New variable.
60a406cf 20283 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 20284
478d6f95
SM
202852011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
20286
20287 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
20288 variable's status.
20289
ca530739
JD
202902011-06-20 Jan Djärv <jan.h.d@swipnet.se>
20291
20292 * x-dnd.el (x-dnd-version-from-flags)
20293 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
20294 and long as number (Bug#8899).
20295 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
20296
bcd70d97
SM
202972011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
20298
60a406cf 20299 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
20300 (completion-try-completion, completion-all-completions): Compute the
20301 metadata argument if it's missing; make it optional (bug#8795).
20302
60a406cf 20303 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
20304 (widget-complete): Use new :completion-function property.
20305 (widget-completions-at-point): New function.
20306 (default): Use :completion-function instead of :complete.
60a406cf
SM
20307 (widget-default-completions): Rename from widget-default-complete;
20308 Rewrite.
bcd70d97
SM
20309 (widget-string-complete, widget-file-complete, widget-color-complete):
20310 Remove functions.
20311 (file, symbol, function, variable, coding-system, color):
20312 * international/mule-cmds.el (default-input-method, charset)
20313 (language-info-custom-alist):
20314 * cus-edit.el (face): Use new property :completions.
20315
20316 * progmodes/pascal.el (pascal-completions-at-point): New function.
20317 (pascal-mode): Use it.
20318 (pascal-mode-map): Use completion-at-point.
20319 (pascal-toggle-completions): Make obsolete.
20320 (pascal-complete-word, pascal-show-completions):
20321 * progmodes/octave-mod.el (octave-complete-symbol):
20322 Redefine as obsolete alias.
20323 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
20324 Signal absence of completion info for old Octave,
20325 (inferior-octave-complete): Redefine as obsolete alias.
20326 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
20327 (meta-completions-at-point): Rename from meta-complete-symbol and
20328 adapt it for use on completion-at-point-functions.
20329 (meta-common-mode): Use it.
20330 (meta-looking-at-backward, meta-match-buffer): Remove.
20331 (meta-complete-symbol): Redefine as obsolete alias.
20332 (meta-common-mode-map): Use completion-at-point.
20333 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
20334 (makefile-mode-map): Use completion-at-point.
20335 (makefile-completions-at-point): Rename from makefile-complete and
20336 adapt it for use on completion-at-point-functions.
20337 (makefile-mode): Use it.
20338 (makefile-complete): Redefine as obsolete alias.
20339
aebf69c8
DD
203402011-06-20 Deniz Dogan <deniz@dogan.se>
20341
20342 * net/rcirc.el: Delete trailing whitespaces once and for all.
20343
bfbbb27d
DC
203442011-06-20 Daniel Colascione <dan.colascione@gmail.com>
20345
20346 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
20347
d264a46b
CY
203482011-06-19 Chong Yidong <cyd@stupidchicken.com>
20349
4ca009e5
CY
20350 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
20351
d264a46b
CY
20352 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
20353
fbf5b3ce
MR
203542011-06-19 Martin Rudalics <rudalics@gmx.at>
20355
20356 * window.el (display-buffer-other-window-means-other-frame):
20357 Call display-buffer-normalize-alist.
20358 (display-buffer-normalize-specifiers-1): Rename to
20359 display-buffer-normalize-argument. New argument other-frame.
20360 Rewrite.
20361 (display-buffer-normalize-specifiers-2): Rename to
20362 display-buffer-normalize-options.
20363 (display-buffer-normalize-alist-1): New function.
20364 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
20365 display-buffer-normalize-alist.
20366 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
20367 (display-buffer-normalize-options-inhibit): New variable.
20368 (display-buffer-normalize-specifiers): Rewrite calling
20369 display-buffer-normalize-alist,
20370 display-buffer-normalize-argument, and
20371 display-buffer-normalize-options. Don't call the latter if
20372 display-buffer-normalize-options-inhibit is non-nil.
20373 (frame-auto-delete): New option.
20374 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
20375 (window-list-no-nils, window-state-ignored-parameters)
20376 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
20377 (window-state-put-1, window-state-put-2, window-state-put):
20378 New functions.
9a028c23
MR
20379 (display-buffer-normalize-options): Move special-display-p group
20380 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 20381
6d10d800
CY
203822011-06-18 Chong Yidong <cyd@stupidchicken.com>
20383
6420d28b
CY
20384 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
20385 groups (Bug#8776).
20386 (rx-submatch-n): New function.
20387 (rx): Document it.
20388
ddb8b596
CY
20389 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
20390 (Bug#8768).
20391
20392 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
20393
77080289
CY
20394 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
20395
61dfb316
CY
20396 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
20397 anytime existing face settings are present (Bug#8889).
20398
6d10d800
CY
20399 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
20400 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
20401 Remove unused argument.
20402
be3fb2b8
MR
204032011-06-18 Martin Rudalics <rudalics@gmx.at>
20404
bcd70d97
SM
20405 * window.el (display-buffer-default-specifiers):
20406 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
20407 pop-up-window-min-width, and another reuse-window specifier
20408 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
20409 (display-buffer-normalize-specifiers-2):
20410 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
20411 pop-up-windows is unset. Add a reuse-window specifier for the
20412 case popping up a new window fails.
20413 (special-display-popup-frame): Remove double quoting.
28dec25a 20414 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 20415
1c6d8c76
SM
204162011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
20417
20418 * shell.el (shell-completion-vars): Set pcomplete-termination-string
20419 according to comint-completion-addsuffix.
20420
20421 * pcomplete.el: Convert to lexical binding and fix bug#8819.
20422 (pcomplete-suffix-list): Mark as obsolete.
20423 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
20424 pcomplete-seen in the closure.
20425 (pcomplete-comint-setup): Setup completion-at-point as well.
20426 (pcomplete--entries): New function.
20427 (pcomplete--env-regexp): New var.
20428 (pcomplete-entries): Rewrite to work with partial-completion and
20429 without relying on pcomplete-suffix-list.
20430 (pcomplete-pare-list): Remove, unused.
20431
25aef8b8
MR
204322011-06-17 Martin Rudalics <rudalics@gmx.at>
20433
20434 * window.el (display-buffer-alist): Set pop-up-window-min-height
20435 and pop-up-window-min-width in default value. Reported by
20436 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
20437 other-window-means-other-frame.
20438 (display-buffer-macro-specifiers): Comment out entry for
20439 other-window specifier.
20440 (display-buffer-other-window-means-other-frame): New function.
20441 (display-buffer-normalize-specifiers-1): New arguments
20442 buffer-name and label. Treat other-window case specially.
20443 (display-buffer-normalize-specifiers-2): Treat other-window case
20444 specially.
20445 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
20446 (display-buffer-normalize-specifiers):
20447 Call display-buffer-normalize-specifiers-3.
25aef8b8 20448
dbad4f69
MR
204492011-06-17 Martin Rudalics <rudalics@gmx.at>
20450
20451 * window.el (same-window-p): Fix two typos introduced when
20452 adding with-no-warnings.
d1067961
MR
20453 (display-buffer-normalize-specifiers-1): Don't check
20454 pop-up-frames for 'unset initialization.
20455 (display-buffer-normalize-specifiers-2): Major rewrite using
20456 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
20457 (pop-up-frames, display-buffer-reuse-frames)
20458 (display-buffer-mark-dedicated): Don't initialize to 'unset.
20459 Suggested by David Engster <deng@randomsample.de>.
20460 (even-window-heights): Initialize to 'unset.
20461 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
20462 (display-buffer-macro-specifiers): Don't pop up a new frame in the
20463 other window case.
dbad4f69 20464
9b9c9e3a
MR
204652011-06-16 Martin Rudalics <rudalics@gmx.at>
20466
bcd70d97
SM
20467 * window.el (display-buffer-normalize-specifiers-1):
20468 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 20469 second argument of display-buffer (Bug#8865).
981d5c09
MR
20470 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
20471 (switch-to-buffer-other-window-same-frame)
20472 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
20473 Adams (Bug#8875).
9c2755e9
MR
20474 (display-buffer): Don't check noninteractive when calling
20475 display-buffer-pop-up-frame.
20476 (display-buffer-pop-up-frame): Never pop up a frame in
20477 noninteractive mode (Bug#8857).
67222e1d
MR
20478 (enlarge-window, shrink-window): Don't report an error when the
20479 window can't be resized as requested (Bug#8862).
9b9c9e3a 20480
2b75be67
SM
204812011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
20482
9ffdd3ba
SM
20483 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
20484
cb581a67
SM
20485 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
20486
2b75be67
SM
20487 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
20488
8c0e3589
AM
204892011-06-15 Alan Mackenzie <acm@muc.de>
20490
cb581a67
SM
20491 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
20492 for declarators, disable knr checking to speed up for normal files.
20493 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 20494
b96e6cde
LMI
204952011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20496
4bba86e6
LMI
20497 * net/network-stream.el (open-network-stream): Add the keyword
20498 :always-query-capabilities for the case where you want to force a
20499 `plain' network connection, but the protocol still requires the
20500 capabilitiy command (i.e., SMTP and EHLO).
20501
2b75be67 20502 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
20503 consistency with other `-live-p' functions.
20504
efdcdbf8
SM
205052011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
20506
20507 * window.el (same-window-buffer-names, same-window-regexps)
20508 (special-display-frame-alist, special-display-popup-frame)
20509 (special-display-function, special-display-buffer-names)
20510 (special-display-regexps, pop-up-frame-alist)
20511 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
20512 (pop-up-windows, split-window-preferred-function)
20513 (split-height-threshold, split-width-threshold, even-window-heights)
20514 (display-buffer-mark-dedicated): Don't encourage the use of
20515 display-buffer-alist from Elisp code.
20516
c5cde042
DN
205172011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
20518
20519 * progmodes/python.el (python-mode): Derive from prog-mode.
20520 * progmodes/ps-mode.el (ps-mode):
20521 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 20522 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
20523 * progmodes/ld-script.el (ld-script-mode): Likewise.
20524
baa1c9ab
MR
205252011-06-15 Martin Rudalics <rudalics@gmx.at>
20526
20527 * window.el (display-buffer-alist): Trim default value to avoid
20528 popping up a new frame (Bug#8857) or reusing an arbitrary window
20529 on another frame.
20530 (display-buffer): Do not fall back on popping up a new frame in
20531 batch mode (Bug#8857).
20532
c5dd5a51
CY
205332011-06-14 Chong Yidong <cyd@stupidchicken.com>
20534
20535 * cus-theme.el (describe-theme-1): Use custom-theme-p.
20536 (custom-theme-summary): New function.
20537 (customize-themes): Use it.
20538
d647b7c4
GM
205392011-06-13 Glenn Morris <rgm@gnu.org>
20540
20541 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
20542
9481c002
MR
205432011-06-13 Martin Rudalics <rudalics@gmx.at>
20544
357f93d2
MR
20545 * help.el (help-window): Remove variable.
20546 (help-window-point-marker, temp-buffer-max-height)
20547 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
20548 (help-print-return-message): Don't set help-window.
20549 (resize-temp-buffer-window): Rewrite cod eand doc-string.
20550 (help-window-setup-finish): Remove.
20551 (help-window-display-message, help-window-setup)
20552 (with-help-window): Major rewrite based on new
20553 display-buffer-window variable.
20554
20555 * help-mode.el (help-mode-finish): Remove help-window related
20556 code.
20557
20558 * view.el (view-exits-all-viewing-windows): Remove reference to
20559 view-return-to-alist in doc-string.
20560 (view-return-to-alist): Make obsolete.
20561 (view-buffer): Call pop-to-buffer-same-window and remove
20562 undo-window code.
20563 (view-buffer-other-window): Call pop-to-buffer-other-window and
20564 simplify code. Ignore second argument.
20565 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
20566 simplify code. Ignore second argument.
20567 (view-return-to-alist-update): Make obsolete.
20568 (view-mode-enter): Rename second argument to QUIT-RESTORE.
20569 Rewrite using quit-restore window parameters.
2b75be67
SM
20570 (view-mode-exit): Rename second argument to EXIT-ONLY.
20571 Rewrite using quit-restore-window.
357f93d2
MR
20572 (View-exit, View-exit-and-edit, View-leave, View-quit)
20573 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
20574 appropriate arguments.
20575 (view-end-message): Use quit-restore window parameter.
20576
9481c002
MR
20577 * window.el (display-buffer-function): Rewrite doc-string.
20578 (display-buffer-window, display-buffer-alist): New variables.
20579 (display-buffer-split-specifiers)
20580 (display-buffer-side-specifiers)
20581 (display-buffer-macro-specifiers): New constants.
20582 (display-buffer-even-window-sizes, display-buffer-set-height)
20583 (display-buffer-set-width, display-buffer-select-window)
20584 (display-buffer-in-window, display-buffer-reuse-window)
20585 (display-buffer-split-window-1, display-buffer-split-window)
20586 (display-buffer-split-atom-window, display-buffer-pop-up-window)
20587 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
20588 (display-buffer-in-side-window, normalize-buffer-to-display)
20589 (display-buffer-normalize-specifiers-1)
20590 (display-buffer-normalize-specifiers-2)
2b75be67
SM
20591 (display-buffer-normalize-specifiers, display-buffer-frame):
20592 New functions.
9481c002
MR
20593 (display-buffer): Major rewrite.
20594 (display-buffer-other-window, display-buffer-other-frame)
20595 (pop-to-buffer, switch-to-buffer-other-window)
20596 (switch-to-buffer-other-frame): Rewrite.
20597 (display-buffer-same-window, display-buffer-same-frame)
20598 (display-buffer-same-frame-other-window)
20599 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
20600 (pop-to-buffer-other-window)
20601 (pop-to-buffer-same-frame-other-window)
20602 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
20603 (switch-to-buffer-other-window-same-frame): New functions.
20604 (same-window-p, special-display-p): Rewrite disabling warnings.
20605 Make obsolete.
20606 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
20607 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
20608 Make obsolete
20609 (same-window-buffer-names, same-window-regexps)
20610 (special-display-frame-alist, special-display-popup-frame)
20611 (special-display-function, special-display-buffer-names)
20612 (special-display-regexps, pop-up-frame-alist)
20613 (pop-up-frame-function, split-window-preferred-function)
20614 (split-height-threshold, split-width-threshold)
20615 (even-window-heights): Make obsolete.
20616
9db51aca
GM
206172011-06-12 Glenn Morris <rgm@gnu.org>
20618
20619 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 20620 Misc simplifications.
9db51aca 20621
39cffb44
MR
206222011-06-12 Martin Rudalics <rudalics@gmx.at>
20623
20624 * window.el (window-safely-shrinkable-p): Restore function which
20625 was inadvertently removed in change from 2011-06-11. Declare as
20626 obsolete.
20627
2b75be67
SM
20628 * calendar/calendar.el (calendar-generate-window):
20629 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
20630 window-safely-shrinkable-p.
20631
a8955be7
GM
206322011-06-12 Glenn Morris <rgm@gnu.org>
20633
20634 * progmodes/fortran.el (fortran-mode-syntax-table):
20635 * progmodes/f90.el (f90-mode-syntax-table):
20636 Set % to punctuation. (Bug#8820)
20637 (f90-find-tag-default): Remove, no longer needed.
20638
f0d4059d
DC
206392011-06-12 Daniel Colascione <dan.colascione@gmail.com>
20640
20641 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
20642
1100a63c
CY
206432011-06-11 Chong Yidong <cyd@stupidchicken.com>
20644
20645 * image.el (image-animated-p): Return animation delay in seconds.
20646 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
20647 (image-animate-timeout): Remove DELAY argument. Don't assume
20648 every subimage has the same delay; get it from image-animated-p.
20649 (image-animate): Caller changed.
20650
def722bf
MA
206512011-06-11 Michael Albinus <michael.albinus@gmx.de>
20652
20653 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
20654 to ignored backtrace functions.
20655
0a2bb1a9
GM
206562011-06-11 Glenn Morris <rgm@gnu.org>
20657
20658 * calendar/appt.el (appt-disp-window-function): Doc fix.
20659 (appt-check): Handle overlapping appointments. (Bug#8337)
20660
6198ccd0
MR
206612011-06-11 Martin Rudalics <rudalics@gmx.at>
20662
20663 * window.el (window-tree-1, window-tree): New functions, moving
20664 the latter to window.el.
20665 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
20666 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
20667 (bw-refresh-edges): Remove.
20668 (balance-windows-1, balance-windows-2): New functions.
20669 (balance-windows): Rewrite in terms of window tree functions,
20670 balance-windows-1 and balance-windows-2.
20671 (bw-adjust-window): Remove.
20672 (balance-windows-area-adjust): New function with functionality of
20673 bw-adjust-window but using resize-window.
2b75be67
SM
20674 (set-window-text-height): Rewrite doc-string.
20675 Use normalize-live-window and resize-window.
20676 (enlarge-window-horizontally, shrink-window-horizontally):
20677 Rename argument to DELTA.
6198ccd0
MR
20678 (window-buffer-height): New function.
20679 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
20680 Rewrite using new window resize routines.
2b75be67
SM
20681 (kill-buffer-and-window, mouse-autoselect-window-select):
20682 Use ignore-errors instead of condition-case.
6198ccd0
MR
20683 (quit-window): Call delete-frame instead of delete-windows-on
20684 for the only buffer on frame.
20685
9397e56f
MR
206862011-06-10 Martin Rudalics <rudalics@gmx.at>
20687
20688 * loadup.el (top-level): Load window before files for the sake
20689 of replace-buffer-in-windows.
20690
20691 * files.el (read-buffer-to-switch)
20692 (switch-to-buffer-other-window)
2b75be67
SM
20693 (switch-to-buffer-other-frame, display-buffer-other-frame):
20694 Move to window.el.
9397e56f
MR
20695
20696 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
20697 (previous-buffer): Move to window.el.
20698
20699 * bindings.el (unbury-buffer): Move to window.el.
20700
20701 * window.el (delete-other-windows-vertically): Move after
20702 definition of delete-other-windows.
20703 (other-window, delete-windows-on, replace-buffer-in-windows):
20704 Move here from window.c.
20705 (record-window-buffer, unrecord-window-buffer)
20706 (set-window-buffer-start-and-point, switch-to-prev-buffer)
20707 (switch-to-next-buffer): New functions.
20708 (get-next-valid-buffer, last-buffer, next-buffer): Move here
20709 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
20710 (previous-buffer): Move here from simple.el.
20711 Call switch-to-prev-buffer.
9397e56f
MR
20712 (bury-buffer): Move here from buffer.c. Switch to previous
20713 buffer when window cannot be deleted.
20714 (unbury-buffer): Move here from bindings.el.
20715 (ctl-x-map): Move binding for other-window from window.c to
20716 here.
20717 (read-buffer-to-switch, switch-to-buffer-other-window)
20718 (switch-to-buffer-other-frame): Move here from files.el.
20719 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
20720 (switch-to-buffer): Move here from buffer.c.
20721 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 20722
562dd5e9
MR
207232011-06-10 Martin Rudalics <rudalics@gmx.at>
20724
20725 * window.el (window-min-height, window-min-width): Move here
20726 from window.c. Add defcustoms and rewrite doc-strings.
20727 (resize-mini-window, resize-window): New functions.
20728 (adjust-window-trailing-edge, enlarge-window, shrink-window):
20729 Move here from window.c.
20730 (maximize-window, minimize-window): New functions.
20731 (delete-window, delete-other-windows, split-window): Move here
20732 from window.c.
20733 (window-split-min-size): New function.
20734 (split-window-keep-point): Mention split-window-above-each-other
20735 instead of split-window-vertically.
2b75be67 20736 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
20737 Rename split-window-vertically to split-window-above-each-other
20738 and provide defalias for old definition.
20739 (split-window-side-by-side, split-window-horizontally):
20740 Rename split-window-horizontally to split-window-side-by-side
20741 and provide defalias for the old definition.
562dd5e9
MR
20742 (ctl-x-map): Move bindings for delete-window,
20743 delete-other-windows and enlarge-window here from window.c.
20744 Replace bindings for split-window-vertically and
20745 split-window-horizontally by bindings for
20746 split-window-above-each-other and split-window-side-by-side.
20747
20748 * cus-start.el (all): Remove entries for window-min-height and
20749 window-min-width. Add entries for window-splits and
20750 window-nest.
20751
f0da764a
GM
207522011-06-09 Glenn Morris <rgm@gnu.org>
20753
80675c21
GM
20754 * calendar/appt.el (appt-mode-line): New function.
20755 (appt-check, appt-disp-window): Use it.
20756
f0da764a
GM
20757 * files.el (hack-one-local-variable-eval-safep):
20758 Allow minor-modes with explicit +/-1 arguments.
20759
59f623b7
TZ
207602011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
20761
20762 * term/xterm.el (xterm): Add defgroup.
20763 (xterm-extra-capabilities): Add defcustom to supply known xterm
20764 capabilities, skip querying them, or query them (default).
20765 (terminal-init-xterm): Use it.
20766 (terminal-init-xterm-modify-other-keys): New function to set up
20767 modifyOtherKeys support to simplify `terminal-init-xterm'.
20768
9aab8e0d
MR
207692011-06-09 Martin Rudalics <rudalics@gmx.at>
20770
20771 * window.el (resize-window-reset, resize-window-reset-1)
20772 (resize-subwindows-skip-p, resize-subwindows-normal)
20773 (resize-subwindows, resize-other-windows, resize-this-window)
20774 (resize-root-window, resize-root-window-vertically)
20775 (window-deletable-p, window-or-subwindow-p)
20776 (frame-root-window-p): New functions.
20777
e8b08aee
GM
207782011-06-09 Glenn Morris <rgm@gnu.org>
20779
20780 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
20781 (ange-ftp-get-files): Use it.
20782
254c37a5
AK
207832011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
20784
20785 * mail/sendmail.el (mail-recover-1, mail-recover):
20786 * files.el (recover-file, recover-session):
20787 Handle dired-listing-switches not being just a single short option.
20788
35d7dbd3
GM
207892011-06-09 Glenn Morris <rgm@gnu.org>
20790
20791 * calendar/appt.el (appt-display-message, appt-disp-window):
20792 Handle lists of appointments.
20793
387522b2
MR
207942011-06-08 Martin Rudalics <rudalics@gmx.at>
20795
2b75be67
SM
20796 * window.el (one-window-p): Move down in code.
20797 Rewrite doc-string.
20798 (window-current-scroll-bars): Rewrite doc-string.
20799 Normalize live window argument.
387522b2
MR
20800 (walk-windows, get-window-with-predicate, count-windows):
20801 Rewrite doc-string. Use window-list-1.
20802 (window-in-direction-2, window-in-direction, get-mru-window):
20803 New functions.
20804
d8e4b68b 208052011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
20806
20807 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
20808 Doc fix (Bug#8713).
20809
208102011-06-08 Chong Yidong <cyd@stupidchicken.com>
20811
20812 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
20813
208142011-06-08 Juanma Barranquero <lekktu@gmail.com>
20815
20816 * loadhist.el (unload-feature-special-hooks):
20817 Add `comint-output-filter-functions'.
20818
0de12c52
IK
208192011-06-08 Ivan Kanis <gnu@kanis.fr>
20820
20821 * calendar/appt.el (appt-check): Move some initializations into the let.
20822
f3d1777e
MR
208232011-06-08 Martin Rudalics <rudalics@gmx.at>
20824
20825 * window.el (window-height): Defalias to window-total-height.
20826 (window-width): Defalias to window-body-width.
20827
18af70d0
CY
208282011-06-07 Chong Yidong <cyd@stupidchicken.com>
20829
20830 * image-mode.el (image-toggle-animation): New command.
20831 (image-mode-map): Bind it to RET.
20832 (image-mode): Update message.
20833 (image-toggle-display-image): Avoid a spurious cache flush.
20834 (image-transform-rotation): Doc fix.
20835 (image-transform-properties): Return quickly in the normal case.
20836 (image-animate-loop): Rename from image-animate-max-time.
20837
2b75be67 20838 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
20839 (create-animated-image): Remove unnecessary function.
20840 (image-animate): Rename from image-animate-start. New arg.
2b75be67 20841 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
20842 (image-animate-timer): Use car-safe.
20843 (image-animate-timeout): Rename argument.
20844
190b47e6
MR
208452011-06-07 Martin Rudalics <rudalics@gmx.at>
20846
20847 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
20848 window.c. Rename first argument to ALL-FRAMES.
20849 Rephrase doc-strings.
20850 (get-buffer-window-list): Rewrite using window-list-1.
20851 Rephrase doc-string.
a1511caf
MR
20852 (window-safe-min-height, window-safe-min-width): New constants.
20853 (window-size-ignore, window-min-size, window-min-size-1)
20854 (window-sizable, window-sizable-p, window-size-fixed-1)
20855 (window-size-fixed-p, window-min-delta-1, window-min-delta)
20856 (window-max-delta-1, window-max-delta, window-resizable)
20857 (window-resizable-p, window-total-height, window-total-width)
20858 (window-body-width): New functions.
20859 (window-full-height-p, window-full-width-p): Rewrite using
20860 window-total-size.
20861 (window-body-height): Rewrite using window-body-size.
190b47e6 20862
85cc1f11
MR
208632011-06-06 Martin Rudalics <rudalics@gmx.at>
20864
20865 * window.el (window-right, window-left, window-child)
20866 (window-child-count, window-last-child, window-any-p)
20867 (normalize-live-buffer, normalize-live-frame)
20868 (normalize-any-window, normalize-live-window)
20869 (window-iso-combination-p, window-iso-combined-p)
20870 (window-iso-combinations)
20871 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
20872 (windows-with-parameter, window-with-parameter)
20873 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
20874 (window-atom-check, window-side-check, window-check):
20875 New functions.
85cc1f11
MR
20876 (ignore-window-parameters, window-sides, window-sides-vertical)
20877 (window-sides-slots): New variables.
20878 (window-size-fixed): Move down in code. Minor doc-string fix.
20879
e7156492
AS
208802011-06-05 Andreas Schwab <schwab@linux-m68k.org>
20881
20882 * comint.el (comint-dynamic-complete-as-filename)
20883 (comint-dynamic-complete-filename): Correctly call
20884 completion-in-region.
20885
7e821d0d
DD
208862011-06-05 Deniz Dogan <deniz@dogan.se>
20887
20888 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
20889 in last change.
20890
ac09b8a1
DD
208912011-06-05 Deniz Dogan <deniz@dogan.se>
20892
20893 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
20894 (rcirc): Use it to prompt for encryption.
20895
34699b85
RW
208962011-06-05 Roland Winkler <winkler@gnu.org>
20897
20898 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
20899 (bibtex-search-entries): New command bound to C-c C-a.
20900 (bibtex-display-entries): New function.
20901
004dedd3
RW
209022011-06-05 Roland Winkler <winkler@gnu.org>
20903
20904 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
20905 (bibtex-insert-kill): After yanking insert newline if necessary.
20906 (bibtex-initialize): Call bibtex-string-files-init only once.
20907 (bibtex-mode): Do not call easy-menu-add.
20908 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
20909 (bibtex-yank): Set arg properly if nil.
20910
022fe7ce
RW
209112011-06-05 Roland Winkler <winkler@gnu.org>
20912
2b75be67
SM
20913 * textmodes/bibtex.el (bibtex-search-entry-globally):
20914 New variable.
022fe7ce
RW
20915 (bibtex-search-entry): Use it.
20916
b7c3692a
RW
209172011-06-05 Roland Winkler <winkler@gnu.org>
20918
20919 * textmodes/bibtex.el (bibtex-entry-format): New option
20920 sort-fields.
20921 (bibtex-format-entry, bibtex-reformat): Honor this option.
20922 (bibtex-parse-entry): Return fields in proper order.
20923
8eda563d
JB
209242011-06-05 Juanma Barranquero <lekktu@gmail.com>
20925
20926 * doc-view.el (doc-view-remove-if): Move computation of result out
20927 of `dolist' to silence misleading lexical-binding warning.
20928
7dbe3dbc
CY
209292011-06-04 Chong Yidong <cyd@stupidchicken.com>
20930
20931 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
20932 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
20933
0c33dd17
MA
209342011-06-04 Michael Albinus <michael.albinus@gmx.de>
20935
20936 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
20937 "SunOS 5.10".
20938
f8f91c2b
MA
209392011-06-04 Michael Albinus <michael.albinus@gmx.de>
20940
20941 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
20942 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
20943 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
20944 (tramp-parse-putty):
20945 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
20946 (tramp-completion-function-alist-ssh)
20947 (tramp-completion-function-alist-telnet)
20948 (tramp-completion-function-alist-su)
20949 (tramp-completion-function-alist-putty): Set `tramp-autoload'
20950 cookie.
20951
20952 * net/tramp-ftp.el:
20953 * net/tramp-sh.el:
20954 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
20955 load "tramp.el" `tramp-set-completion-function'.
20956
e17d9003
SM
209572011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
20958
20959 * shell.el: Require and use pcomplete.
20960 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
20961 (shell-completion-vars): Set pcomplete-default-completion-function.
20962
6c4cab03
DD
209632011-06-04 Deniz Dogan <deniz@dogan.se>
20964
20965 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
20966 `memq' (Bug#8799).
20967
ea9fafe0
SM
209682011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
20969
20970 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
20971
b3e945d3
JB
209722011-06-02 Juanma Barranquero <lekktu@gmail.com>
20973
20974 * bs.el (bs--mark-unmark, bs--nth-wrapper):
20975 * mpc.el (mpc-select-extend, mpc-songpointer-context):
20976 * vc/log-view.el (log-view-beginning-of-defun):
20977 * vc/smerge-mode.el (smerge-apply-resolution-patch)
20978 (smerge-refine-forward, smerge-refine-chopup-region):
20979 Silence warning for unused `dotimes' counter variables.
20980
7d520089
SM
209812011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
20982
20983 * net/tramp.el (tramp-with-progress-reporter): Rename from
20984 with-progress-reporter. Use `declare'.
20985 * net/tramp-smb.el:
20986 * net/tramp-sh.el:
20987 * net/tramp-gvfs.el: Update all uses.
20988
a1c2400f
JB
209892011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
20990
20991 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
20992 buffer isn't killed before making it current.
20993
2403c841
SM
209942011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
20995
20996 Silence various byte-compiler warnings.
20997 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
20998 `access-type' and new obsolescence format.
20999 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
21000 new format.
21001 (byte-compile-check-variable): New `access-type' argument.
21002 Only warn if the access-type is obsolete.
21003 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
21004 (byte-compile-variable-set): Adjust callers.
21005 * help-fns.el (describe-variable): Adjust to new obsolescence format.
21006 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
21007 setting it as obsolete.
21008 * simple.el (minibuffer-completing-symbol):
21009 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
21010 access as obsolete.
21011 * minibuffer.el (minibuffer-completing-file-name): Don't make it
21012 obsolete yet.
21013 * international/quail.el (quail-mouse-choose-completion): Remove unused
21014 code referring to obsolete var.
21015 (quail-choose-completion-string): Remove.
21016 * server.el (server-clients-with, server-kill-buffer-query-function)
21017 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
21018 * proced.el (proced-send-signal):
21019 * emacs-lisp/lisp.el (lisp-complete-symbol):
21020 Replace completion-annotate-function with completion-extra-properties.
21021
2462470b
SM
210222011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
21023
fb5b2591
SM
21024 * simple.el (goto-line): Use read-number.
21025 (overriding-map-is-bound): Remove.
21026 (saved-overriding-map): Change default.
21027 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
21028 Take the map as argument.
21029 (universal-argument, negative-argument, digit-argument): Use it.
21030 (restore-overriding-map): Adjust.
21031 (do-auto-fill): Use fill-forward-paragraph.
21032 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
21033
fd6fa53f
SM
21034 * minibuffer.el (minibuffer-inactive-mode-map): New var.
21035 (minibuffer-inactive-mode): New major mode.
21036 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
21037 the *Messages* buffer" hack.
21038 (mouse-popup-menubar): Don't burp if the event is a normal key.
21039
2462470b
SM
21040 Miscellaneous tweaks.
21041 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
21042 lexical scoping as in subr.el's dolist and dotimes.
21043 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
21044 Silence compiler warning.
21045 * thingatpt.el (forward-whitespace): Trivial coding style fix.
21046 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
21047 * international/ccl.el (ccl-compile): Trivial simplification.
21048 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
21049 * emacs-lisp/testcover.el (testcover-end): Remove spurious
21050 `printflag' argument.
21051 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
21052 Purecopy the whole obsolescence data.
21053
108bf785
LL
210542011-06-01 Leo Liu <sdl.web@gmail.com>
21055
21056 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
21057 improve doc-string as suggested by Marco Pessotto
21058 <melmothx@gmail.com>.
21059 (rcirc-print): Fix last change.
21060
30a23501
SM
210612011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21062
21063 * minibuffer.el (complete-with-action): Return nil for the metadata and
21064 boundaries of non-functional tables.
21065 (completion-table-dynamic): Return nil for the metadata.
21066 (completion-table-with-terminator): Add default case, using
21067 complete-with-action.
21068 (completion--metadata): New function.
21069 (completion-all-sorted-completions, minibuffer-completion-help): Use it
21070 to try and avoid pathological performance problems.
21071 (completion--embedded-envvar-table): Return `category' metadata.
21072
bcd54f83
LMI
210732011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
21074
21075 * subr.el (process-alive-p): New tiny convenience function.
21076
e227544d
SM
210772011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21078
21079 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
21080 content but also its previous major mode.
21081
e8296fdc
HE
210822011-05-31 Helmut Eller <eller.helmut@gmail.com>
21083
4d61f28d 21084 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
21085 *Backtrace* buffer when we exit with C-M-c.
21086
620c53a6
SM
210872011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21088
21089 * minibuffer.el: Add metadata method to completion tables.
21090 (completion-category-overrides): New defcustom.
21091 (completion-metadata, completion--field-metadata)
21092 (completion-metadata-get, completion--styles)
21093 (completion--cycle-threshold): New functions.
21094 (completion-try-completion, completion-all-completions):
21095 Add `metadata' argument to choose completion-styles.
21096 (completion--do-completion): Use metadata to choose cycling.
21097 (completion-all-sorted-completions): Use metadata for sorting.
21098 Remove :completion-cycle-penalty which is not needed any more.
21099 (completion--try-word-completion): Add `metadata' argument.
21100 (minibuffer-completion-help): Check metadata for annotation function
21101 and sorting.
21102 (completion-file-name-table): Return `category' metadata.
21103 (minibuffer-completing-file-name): Make obsolete.
21104 * simple.el (minibuffer-completing-symbol): Make obsolete.
21105 * icomplete.el (icomplete-completions): Pass new `metadata' param to
21106 completion-try-completion.
21107
1257e755
SM
211082011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
21109
21110 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
21111
3767e706
LL
211122011-05-30 Leo Liu <sdl.web@gmail.com>
21113
21114 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
21115 (rcirc-print): Decode all incoming messages (bug#8744).
21116 (rcirc-decode-coding-system): Allow value nil for automatic coding
21117 system detection.
3767e706 21118
d1a5d56a
GM
211192011-06-01 Glenn Morris <rgm@gnu.org>
21120
21121 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
21122
e8cbec34
CY
211232011-05-29 Chong Yidong <cyd@stupidchicken.com>
21124
21125 * image.el (image-animate-max-time): Allow nil and t values.
21126 Default to nil.
21127 (create-animated-image): Doc fix.
21128 (image-animate-start): Remove second arg; just use
21129 image-animate-max-time.
21130 (image-animate-timeout): Doc fix. Args changed.
21131
21132 * image-mode.el (image-toggle-display-image): Ensure that the
21133 image spec passed to the animate timer is the same object as in
58179cce 21134 the buffer's display property (Bug#6981).
e8cbec34
CY
21135 (image-transform-properties): Doc fix.
21136
21137 * image.el (image-animate-max-time): Default to nil.
21138
159daf87
MR
211392011-05-29 Martin Rudalics <rudalics@gmx.at>
21140
21141 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
21142 entire buffer list (Bug#8184).
21143
d66c4c7c
CY
211442011-05-29 Chong Yidong <cyd@stupidchicken.com>
21145
21146 * image.el (imagemagick-types-inhibit)
21147 (imagemagick-register-types): Doc fix.
21148
80aec780
DD
211492011-05-29 Deniz Dogan <deniz@dogan.se>
21150
21151 * net/rcirc.el (rcirc): Use the user's stored encryption method by
21152 default.
21153
1dd3c2d9
CY
211542011-05-29 Chong Yidong <cyd@stupidchicken.com>
21155
21156 * select.el: Don't perform clipboard-manager saving in hooks;
21157 leave the hooks empty.
21158
60e56523
LL
211592011-05-28 Leo Liu <sdl.web@gmail.com>
21160
21161 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
21162 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
21163 (occur-edit-mode): New major mode (Bug#8463).
21164 (occur-after-change-function): New function.
21165 (occur-engine): Give Occur tags a read-only property.
21166
2b1e1a22
KR
211672011-05-28 Kevin Ryde <user42@zip.com.au>
21168
21169 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
21170
5d344e88
CY
211712011-05-28 Chong Yidong <cyd@stupidchicken.com>
21172
8e6ca83d
CY
21173 * bindings.el (help-echo): Make the initial non-indicator dash
21174 empty on graphical terminals (Bug#7295).
21175
5d344e88
CY
21176 * files.el (auto-mode-alist): Move config rule after the
21177 in-stripping one (Bug#8547).
21178
bfbbace7
CY
21179 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
21180
fbeba6e2
CY
21181 * startup.el (normal-splash-screen): Remove gratuitous mode-line
21182 setting (Bug#8740).
21183
60ed8c72
AA
211842011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
21185
4ac619f0
AA
21186 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
21187 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
21188 (Bug#8539).
60ed8c72 21189
23db196e
CY
211902011-05-28 Chong Yidong <cyd@stupidchicken.com>
21191
21192 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
21193
5012f24c
DK
211942011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
21195
21196 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
21197 (hs-hide-block-at-point, hs-find-block-beginning)
21198 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
21199 (Bug#8279).
21200
6a639b16
GM
212012011-05-28 Glenn Morris <rgm@gnu.org>
21202
21203 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
21204
d43eaf2c
CY
212052011-05-28 Chong Yidong <cyd@stupidchicken.com>
21206
5199bde1
CY
21207 * help-fns.el (describe-function-1): If the function is a derived
21208 major mode, print the parent mode.
21209
d43eaf2c
CY
21210 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
21211 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
21212
423428a8
SM
212132011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
21214
0ff8e1ba 21215 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 21216 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
21217 * progmodes/etags.el (tags-completion-at-point-function):
21218 * info-look.el (info-lookup-completions-at-point): Mark as
21219 non-exclusive.
21220 (info-complete): Adjust accordingly.
21221
423428a8
SM
21222 * info-look.el: Convert to lexical-binding and completion-at-point.
21223 (info-lookup-completions-at-point): New function.
21224 (info-complete): Use it and completion-in-region.
21225
b74aa22b
DA
212262011-05-28 Drew Adams <drew.adams@oracle.com>
21227
21228 * isearch.el: Let M-e start with point at the first mismatched char.
21229 (isearch-fail-pos): New function.
21230 (isearch-edit-string): Use it.
21231
66e2e71d
DK
212322011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
21233
21234 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
21235
b1890b0f 212362011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
21237
21238 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
21239 traversal functions for avl-trees.
21240 (avl-tree--stack): New struct.
21241 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
21242 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
21243 (avl-tree--do-enter): Add optional `updatefun' arg.
21244 Change return value.
eb95d01d 21245 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
21246 (avl-tree--do-delete): Add `test' and `nilflag' args.
21247 Change return value.
eb95d01d
TC
21248 (avl-tree-member): Add optional `nilflag'
21249 (avl-tree-member-p): New function.
21250 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
21251 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
21252 (avl-tree-stack-empty-p): New functions.
21253
3769ddcf
TC
21254 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
21255 avl-tree--del-balance1 and make it work both ways.
21256 (avl-tree--del-balance2): Remove.
21257 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
21258 make it work both ways.
21259 (avl-tree--enter-balance2): Remove.
21260 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
21261 New macros.
21262 (avl-tree--mapc, avl-tree-map): Add direction argument.
21263
eb95d01d 212642011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
21265
21266 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
21267
a9f737ee
CY
212682011-05-27 Chong Yidong <cyd@stupidchicken.com>
21269
21270 * select.el: Support clipboard managers with built-in function
21271 x-clipboard-manager-save, via delete-frame-functions and
21272 kill-emacs-hook.
21273 (xselect-convert-to-targets): Add MULTIPLE target to list.
21274 (xselect-convert-to-save-targets): New function.
21275
c92a1e54
KH
212762011-05-27 Kenichi Handa <handa@m17n.org>
21277
21278 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
21279 let-binding rfc2047-encode-encoded-words to nil.
21280
e145f188
GM
212812011-05-27 Glenn Morris <rgm@gnu.org>
21282
5ec8a862
GM
21283 * mail/emacsbug.el: Don't require url-util.
21284
4b29d9fb
GM
21285 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
21286
e145f188
GM
21287 * files.el (set-auto-mode):
21288 Also respect mode: entries at the end of the file. (Bug#8586)
21289
7d15102b
GM
212902011-05-26 Glenn Morris <rgm@gnu.org>
21291
98f593b8
GM
21292 * files.el (hack-local-variables-prop-line, hack-local-variables):
21293 Downcase mode names, as seems to be traditional.
27b48e63 21294 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 21295
7d15102b
GM
21296 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
21297 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
21298
51d5b4ec
JD
212992011-05-25 Julien Danjou <julien@danjou.info>
21300
21301 * textmodes/rst.el (rst-define-level-faces): Do not define face
21302 symbol if it is already defined.
21303
91513f63
VB
213042011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
21305
21306 * play/5x5.el (5x5-new-game, 5x5-randomize):
21307 Reset 5x5-solver-output to nil when a new grid is cast.
21308 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
21309 these debugging traces, as defmacro breaks the compiled code.
21310
4d90d6d0
DK
213112011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
21312
21313 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
21314
e1b90ef6
LL
213152011-05-24 Leo Liu <sdl.web@gmail.com>
21316
21317 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
21318 (vc-bzr-sha1): Adapt.
21319
d8e4b68b 21320 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
21321
21322 * bindings.el: Provide sha1 feature.
21323
db0406bb 213242011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
21325
21326 * mail/sendmail.el: Require `rfc2047'.
21327 (mail-insert-from-field): Do not perform RFC2047 encoding.
21328 (mail-encode-header): New function.
21329 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
21330 buffer to the return value of select-message-coding-system.
21331 Call mail-encode-header.
b8d747b9
KH
21332
21333 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
21334
db0406bb 213352011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 21336
4d90d6d0
DK
21337 * mail/supercite.el (sc-default-cite-frame):
21338 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 21339
eb8a5e9b
GM
213402011-05-24 Glenn Morris <rgm@gnu.org>
21341
f8630703
GM
21342 * progmodes/python.el (brm-menu): Declare.
21343
8831bbed
GM
21344 * emulation/viper.el (viper-set-hooks): Declare.
21345
eb8a5e9b
GM
21346 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
21347 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
21348 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
21349 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
21350 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
21351 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
21352
a2a25d24
SM
213532011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
21354
21355 Add an :exit-function for completion-at-point.
21356
21357 * minibuffer.el (completion--done): New fun.
21358 (completion--do-completion): Use it. New arg `expect-exact'.
21359 (minibuffer-complete, minibuffer-complete-word): Don't output message,
21360 since completion--do-completion does it for us now.
21361 (minibuffer-force-complete): Use completion--done and
21362 completion--replace. Handle sole-completion case with more care.
21363 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
21364 (completion-extra-properties): New var.
21365 (completion-annotate-function): Make obsolete.
21366 (minibuffer-completion-help): Adjust accordingly.
21367 Use completion-list-insert-choice-function.
21368 (completion-at-point, completion-help-at-point):
21369 Bind completion-extra-properties.
21370 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
21371 * simple.el (completion-list-insert-choice-function): New var.
21372 (completion-setup-function): Preserve it.
21373 (choose-completion): Pay attention to it, shuffle the code a bit.
21374 (choose-completion-string): New arg `insert-function'.
21375
21376 * textmodes/bibtex.el: Convert to lexical binding.
21377 (bibtex-mode-map): Use completion-at-point.
21378 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
21379 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
21380 (bibtex-complete): Define as obsolete alias.
21381 (bibtex-complete-internal): Remove.
21382 (bibtex-format-entry): Remove unused sub-group in regexp.
21383 * shell.el (shell--command-completion-data)
21384 (shell-environment-variable-completion):
21385 * pcomplete.el (pcomplete-completions-at-point):
21386 * comint.el (comint--complete-file-name-data): Use :exit-function
21387 instead of completion-table-with-terminator so it also works for
21388 choose-completion.
21389
e44e373d
SM
213902011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
21391
4f91a816
SM
21392 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
21393
782fc819
SM
21394 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
21395 (bug#8710).
21396
e44e373d
SM
21397 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
21398
381987c3
KM
213992011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
21400
21401 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
21402 customization variable and implement: If non-nil, auto-fill will
21403 be inhibited while on topic's header line.
21404
b776bc70
VB
214052011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
21406
21407 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 21408 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
21409 always have a solution in grid size = 5 cases.
21410 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
21411 (5x5-solver-output, 5x5-log-buffer): New vars.
21412 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
21413 Make these variables buffer local to achieve 5x5 multi-session-ness.
21414 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
21415 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
21416 (5x5-solve-suggest): New funs.
21417 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
21418 randomize a grid so that we ensure that there is always a solution.
21419 (5x5-make-random-grid): Allow other movement than flipping.
21420
7de88b6e
KR
214212011-05-23 Kevin Ryde <user42@zip.com.au>
21422
21423 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 21424 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
21425 advice and passes PREDICATE.
21426
b1ef1257
SM
214272011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
21428
bbca48fe
SM
21429 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
21430 byte-compile-lambda if it's actually a lambda.
21431
b1ef1257
SM
21432 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
21433 Fix function quoting. Use backquote better.
21434
92a9cc65
YS
214352011-05-22 Yuanle Song <sylecn@gmail.com>
21436
21437 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
21438 matching (Bug#8516).
21439
fe93f41a 214402011-05-22 Jari Aalto <jari.aalto@cante.net>
f0fb8059
JA
21441
21442 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
21443 different face (Bug#8178).
21444
d5b44c93
CY
214452011-05-22 Chong Yidong <cyd@stupidchicken.com>
21446
21447 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
21448 defface (Bug#8144).
21449
79106a44
SM
214502011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
21451
9c848d8a
SM
21452 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
21453 funcall as well (bug#8712). Warn when performing those conversions.
21454 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
21455
79106a44
SM
21456 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
21457
88dfa756
GM
214582011-05-22 Glenn Morris <rgm@gnu.org>
21459
21460 * files.el (hack-local-variables-prop-line): Small simplifications.
21461 (hack-local-variables, hack-local-variables-prop-line):
21462 If MODE-ONLY, return the mode, rather than just `t'.
21463
b7cf2c79
SM
214642011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
21465
21466 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
21467
3f1a8558
GM
214682011-05-21 Glenn Morris <rgm@gnu.org>
21469
7e4ccca3
GM
21470 * files.el (hack-local-variables-prop-line, hack-local-variables):
21471 If only interested in the mode, don't bother doing the other stuff.
21472
637d46ca
GM
21473 * image-mode.el (image-after-revert-hook):
21474 Redraw all frames on which the image is visible. (Bug#8567)
21475
973d955b
GM
21476 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
21477
3f1a8558
GM
21478 * wid-edit.el (widget-checklist-match-inline):
21479 Fix 2011-04-19 change. (Bug#8649)
21480
96479927
SM
214812011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
21482
1dcf791f
SM
21483 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
21484 Also allow singlespace after single-letter capitals followed by a dot.
21485
96479927
SM
21486 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
21487 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
21488
35fd0881
N
214892011-05-20 Nix <nix@esperi.org.uk>
21490
21491 * files.el (basic-save-buffer-2):
21492 Fix handling of break-hardlink-on-save with non-existent files.
21493
82745640
DD
214942011-05-19 Deniz Dogan <deniz@dogan.se>
21495
21496 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 21497 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 21498
4a720484
GM
214992011-05-19 Glenn Morris <rgm@gnu.org>
21500
d1f21341
GM
21501 * progmodes/f90.el (f90-type-def-re):
21502 Handle "type, bind(c)". (Bug#8691)
21503
4a720484
GM
21504 * emacs-lisp/autoload.el (batch-update-autoloads):
21505 Set autoload-excludes by parsing loadup.el rather than Makefiles.
21506
2fb0a219
MA
215072011-05-18 Michael Albinus <michael.albinus@gmx.de>
21508
21509 * net/tramp.el (tramp-process-actions): Set "first-password-request"
21510 property for the correct connection in case of multihops.
21511
e565dd37
GM
215122011-05-18 Glenn Morris <rgm@gnu.org>
21513
c2571358 21514 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
21515 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
21516
e565dd37
GM
21517 Rationalize calendar handling of day and month abbrev-arrays.
21518 * calendar/calendar.el (calendar-customized-p): New function.
21519 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
21520 (calendar-day-name-array, calendar-month-name-array): Doc fix.
21521 Add :set function.
21522 (calendar-abbrev-length, calendar-day-abbrev-array)
21523 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
21524 (calendar-day-abbrev-array, calendar-month-abbrev-array):
21525 Elements may no longer be nil.
21526 (calendar-day-name, calendar-month-name):
21527 Update for changed nature of abbrev arrays.
21528 * calendar/diary-lib.el (diary-name-pattern):
21529 Update for changed nature of abbrev arrays.
21530 (diary-mark-entries-1): Update calendar-make-alist calls.
21531 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
21532 * calendar/cal-html.el (cal-html-day-abbrev-array):
21533 Simply inherit from calendar-day-abbrev-array.
21534
1d99a745
SM
215352011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
21536
21537 * progmodes/grep.el (grep-mode): Disable default
21538 compilation-directory-matcher setting (bug#8684).
21539
7c1d9aa0
MA
215402011-05-17 Michael Albinus <michael.albinus@gmx.de>
21541
21542 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
21543 instead of "head" and "tail". There were problems with SunOS 5.9,
21544 and it performs better.
21545
3952e9d8
GM
215462011-05-17 Glenn Morris <rgm@gnu.org>
21547
2dd12e7f
GM
21548 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
21549
e4157b9c
GM
21550 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
21551 Replace obsolete function.
21552
8e249bbd
GM
21553 * shell.el (pcomplete-parse-arguments-function): Declare.
21554
3952e9d8
GM
21555 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
21556 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
21557 (appt-check): Doc fixes.
21558 (appt-disp-window-function, appt-delete-window-function):
21559 Remove needless special case in custom :type.
21560 (appt-display-count): Default to 0, not nil.
21561 (appt-check): Reset appt-display-count to 0, not nil.
21562
c71a0d48 215632011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 21564
c71a0d48
GM
21565 * progmodes/python.el (python-font-lock-keywords):
21566 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 21567
31d55be9
SM
215682011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
21569
21570 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
21571
3bfacb2f
KR
215722011-05-16 Kevin Ryde <user42@zip.com.au>
21573
21574 * info-look.el (makefile-automake-mode): New setups, looking in
21575 automake manual, then makefile-mode.
21576 (makefile-mode): Remove automake manual, have it just in
21577 makefile-automake-mode since there's various things different or
21578 not relevant to plain make.
21579 (makefile-mode): Remove "other-modes" non-existent automake-mode,
21580 believe a hypothetical automake-mode would go to makefile-mode,
21581 not the other way around.
21582
c8e83751
CY
215832011-05-15 Chong Yidong <cyd@stupidchicken.com>
21584
5e9e35cd
CY
21585 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
21586 hunk-end tags (Bug#8672).
21587
c8e83751
CY
21588 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
21589 vc-annotate-show-diff-revision-at-line (Bug#8671).
21590
50b23e5a
GM
215912011-05-14 Glenn Morris <rgm@gnu.org>
21592
7210a739
GM
21593 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
21594 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
21595 (change-log-font-lock-keywords): Also handle multiple author lines
21596 with leading tabs. (Bug#8644)
7210a739 21597
4691905a
GM
21598 * calendar/appt.el (appt-check): Rename some local variables.
21599 Some simplification/reordering.
21600
50b23e5a
GM
21601 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
21602 (feedmail-sendmail-f-doesnt-sell-me-out)
21603 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
21604 (feedmail-debug-sit-for, feedmail-queue-express-hook)
21605 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
21606 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
21607 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
21608 (feedmail-binmail-gnulinuxish-template):
21609 Rename from feedmail-binmail-linuxish-template.
21610 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
21611 Use insert-buffer-substring.
21612
215cda7c
BC
216132011-05-14 Bill Carpenter <bill@carpenter.org>
21614
21615 * mail/feedmail.el (feedmail-patch-level): Increase.
21616 (feedmail-debug): New custom group.
21617 (feedmail-confirm-outgoing-timeout)
21618 (feedmail-sendmail-f-doesnt-sell-me-out)
21619 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
21620 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
21621 (feedmail-sender-line, feedmail-from-line)
21622 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 21623 (feedmail-spray-this-address)
215cda7c
BC
21624 (feedmail-spray-address-fiddle-plex-list)
21625 (feedmail-queue-use-send-time-for-date)
21626 (feedmail-queue-use-send-time-for-message-id)
21627 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
21628 (feedmail-buffer-eating-function):
21629 Doc fixes.
21630 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
21631 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
21632 (feedmail-message-action-scroll-down): New functions.
21633 (feedmail-queue-directory, feedmail-queue-draft-directory):
21634 Use expand-file-name.
21635 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
21636 Remove C-v help entry.
21637 (feedmail-queue-buffer-file-name): New variable.
21638 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
21639 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
21640 (feedmail-message-action-send-strong, feedmail-message-action-edit)
21641 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
21642 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
21643 (feedmail-message-action-toggle-spray)
21644 (feedmail-run-the-queue-no-prompts)
21645 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
21646 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
21647 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
21648 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
21649 (feedmail-envelope-deducer, feedmail-fiddle-from)
21650 (feedmail-fiddle-sender, feedmail-default-date-generator)
21651 (feedmail-fiddle-date, feedmail-fiddle-message-id)
21652 (feedmail-fiddle-spray-address)
21653 (feedmail-fiddle-list-of-spray-fiddle-plexes)
21654 (feedmail-fiddle-list-of-fiddle-plexes)
21655 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
21656 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
21657 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
21658 Change default. Doc fix.
21659 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
21660 (feedmail-binmail-linuxish-template): New constant.
21661 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
21662 Respect feedmail-sendmail-f-doesnt-sell-me-out.
21663 (feedmail-send-it): Add debug call.
21664 Use feedmail-queue-buffer-file-name, and
21665 feedmail-send-it-immediately-wrapper.
21666 (feedmail-message-action-send): Add debug call.
21667 Use feedmail-send-it-immediately-wrapper.
21668 (feedmail-queue-express-to-queue): Add debug call.
21669 Run feedmail-queue-express-hook.
21670 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
21671 (feedmail-message-action-help-blat):
21672 Rename from feedmail-queue-send-edit-prompt-help-first.
21673 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
21674 Check line-endings. Handle errors better.
21675 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
21676 Doc fix. Add debug call.
21677 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
21678 Use feedmail-queue-send-edit-prompt-inner.
21679 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
21680 (feedmail-queue-send-edit-prompt-inner): New function, extracted
21681 from feedmail-queue-send-edit-prompt.
21682 (feedmail-queue-send-edit-prompt-help)
21683 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
21684 (feedmail-tidy-up-slug): Add debug call.
21685 Respect feedmail-queue-slug-suspect-regexp.
21686 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
21687 (feedmail-dump-message-to-queue): Add debug call.
21688 Expand queue-directory.
21689 (feedmail-dump-message-to-queue): Change message slightly.
21690 Use feedmail-say-chatter.
21691 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
21692 (feedmail-send-it-immediately-wrapper): New function.
21693 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
21694 Insert empty string rather than newline. Handle full-frame case.
21695 Use catch/throw. Use feedmail-say-chatter.
21696 (feedmail-fiddle-from): Try mail-host-address.
21697 (feedmail-default-message-id-generator): Doc fix.
21698 Bind system-time-locale. Handle missing end.
21699 (feedmail-fiddle-x-mailer): Add debug call.
21700 Handle feedmail-x-mailer-line being nil.
21701 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
21702 Add debug call. Use buffer-substring-no-properties.
21703 (feedmail-say-debug, feedmail-say-chatter): New functions.
21704 (feedmail-find-eoh): Give an explicit error.
21705
42c7e61e
UJ
217062011-05-13 Ulf Jasper <ulf.jasper@web.de>
21707
c2571358 21708 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 21709 family from helvetica to sans.
c2571358 21710 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
21711 etc/images/newsticker.
21712
c2571358 21713 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
21714 family from helvetica to sans.
21715
21716 * net/newst-plainview.el (newsticker-new-item-face)
21717 (newsticker-old-item-face, newsticker-immortal-item-face)
21718 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 21719 (newsticker-statistics-face): Change default family from
42c7e61e 21720 helvetica to sans.
c2571358 21721 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
21722 etc/images/newsticker.
21723
5d3385a0
JB
21724 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
21725 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
21726 auto-marking.
21727
8497a297
DV
217282011-05-13 Didier Verna <didier@xemacs.org>
21729
21730 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
21731 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
21732 TODO entries.
8497a297
DV
21733 (lisp-lambda-list-keyword-parameter-indentation)
21734 (lisp-lambda-list-keyword-parameter-alignment)
21735 (lisp-lambda-list-keyword-alignment): New customizable user options.
21736 (lisp-indent-defun-method): Improve docstring.
21737 (extended-loop-p): Fix comment.
21738 (lisp-indent-lambda-list-keywords-regexp): New variable.
21739 (lisp-indent-lambda-list): New function.
21740 (lisp-indent-259): Use it.
21741 (lisp-indent-defmethod): Support for more than one
21742 method qualifier and properly indent methods lambda-lists.
21743 (defgeneric): Provide a missing common-lisp-indent-function property.
21744
f278f87f
SM
217452011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
21746
21747 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
21748 bounds for the empty string (bug#8667).
21749
5233edd7
GM
217502011-05-13 Glenn Morris <rgm@gnu.org>
21751
5237a44f
GM
21752 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
21753
8340026c 21754 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 21755 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 21756
5233edd7 21757 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 21758 (appt-time-msg-list): Doc fix.
a5464014 21759 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 21760
92d10796
AS
217612011-05-12 Andreas Schwab <schwab@linux-m68k.org>
21762
21763 * progmodes/ld-script.el (ld-script-keywords)
21764 (ld-script-builtins): Update keywords list.
21765
914a0ae1
SM
217662011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21767
c89be45f
SM
21768 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
21769
914a0ae1
SM
21770 * shell.el (shell-completion-vars): New function.
21771 (shell-mode):
21772 * simple.el (read-shell-command): Use it.
21773 (blink-matching-open): No need for " [...]" in minibuffer-message.
21774
98dc3df3
GM
217752011-05-12 Glenn Morris <rgm@gnu.org>
21776
21777 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
21778 (appt-check): Simplify.
21779
d2fc7e3d 217802011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 21781
4d61f28d 21782 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
21783 literal "/dev/null".
21784
d2fc7e3d 217852011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
21786
21787 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
21788 Fix typo.
21789
d2fc7e3d 217902011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 21791
3f254caa
SM
21792 * progmodes/which-func.el (which-function):
21793 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
21794 which might not be defined (Bug#8260).
21795
d45885f7
GM
217962011-05-12 Glenn Morris <rgm@gnu.org>
21797
21798 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
21799 Let byte-compile-initial-macro-environment always take precedence.
21800
488086f4
SM
218012011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21802
21803 * net/rcirc.el: Add support for SSL/TLS connections.
21804 (rcirc-server-alist): New field `encryption'.
21805 (rcirc): Check `encryption' settings.
21806 (rcirc-connect): New arg `encryption'. Use open-network-stream.
21807 Merge make-local-variable into `set'.
21808 (rcirc--connection-open-p): New function.
21809 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
21810 the process is not a network process (e.g. running gnutls-cli).
21811 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
21812 Make rcirc-(en|de)code-coding-system local here.
21813 (rcirc-mode): Merge make-local-variable into `set'.
21814 (rcirc-parent-buffer): Make permanent buffer-local.
21815 (rcirc-multiline-minor-mode): Don't do it here.
21816 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
21817 there's no server buffer.
21818
7d3b9d44
GM
218192011-05-11 Glenn Morris <rgm@gnu.org>
21820
f64049c6
GM
21821 * newcomment.el (comment-kill): Prefix "unused" local.
21822
93c9df73
GM
21823 * term/w32console.el (get-screen-color): Declare.
21824
7d3b9d44
GM
21825 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
21826 Handle symbol elements of byte-compile-initial-macro-environment.
21827
9e2dd53f
LL
218282011-05-10 Leo Liu <sdl.web@gmail.com>
21829
488086f4
SM
21830 * bookmark.el (bookmark-bmenu-mode-map):
21831 Bind bookmark-bmenu-search to `/'.
8b340240 21832
9e2dd53f 21833 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
21834 (footnote-unicode-string, footnote-unicode-regexp): New variable.
21835 (Footnote-unicode): New function.
21836 (footnote-style-alist): Add unicode style to the list.
21837 (footnote-style): Doc fix.
9e2dd53f 21838
79b70037
GM
218392011-05-10 Jim Meyering <meyering@redhat.com>
21840
21841 Fix doubled-word typos.
21842 * international/quail.el (quail-insert-kbd-layout): and and -> and
21843 * kermit.el: and and -> and
21844 * net/ldap.el (ldap-search-internal): to to -> to
21845 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
21846 * progmodes/js.el (js-mode): and and -> and
21847 * textmodes/artist.el (artist-move-to-xy): at at -> at
21848 (artist-draw-region-trim-line-endings): if if -> if
21849 And Safetyc -> Safety.
21850 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
21851
b8f82dc1 218522011-05-10 Glenn Morris <rgm@gnu.org>
f1a71c6e 21853 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
21854
21855 * files.el (hack-one-local-variable-eval-safep):
21856 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
21857
4f99f44b
GM
218582011-05-10 Glenn Morris <rgm@gnu.org>
21859
21860 * calendar/diary-lib.el (diary-list-entries-hook)
21861 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
21862 (diary-nongregorian-marking-hook, diary-list-entries)
21863 (diary-include-other-diary-files, diary-mark-entries)
21864 (diary-mark-included-diary-files): Doc fixes.
21865
84f29e6b
JB
218662011-05-09 Juanma Barranquero <lekktu@gmail.com>
21867
21868 * misc.el: Require tabulated-list.el during compilation.
21869
9bedd73a
CY
218702011-05-09 Chong Yidong <cyd@stupidchicken.com>
21871
488086f4
SM
21872 * progmodes/compile.el (compilation-start):
21873 Run compilation-filter-hook for the async case too.
9bedd73a
CY
21874 (compilation-filter-hook): Doc fix.
21875
797c735c
DD
218762011-05-09 Deniz Dogan <deniz@dogan.se>
21877
21878 * wdired.el: Remove outdated installation comment. Fix usage
21879 comment.
21880
5f4b1dfe
JB
218812011-05-09 Juanma Barranquero <lekktu@gmail.com>
21882
21883 * misc.el: Implement new command `list-dynamic-libraries'.
21884 (list-dynamic-libraries--loaded-only-p): New variable.
21885 (list-dynamic-libraries--refresh): New function.
21886 (list-dynamic-libraries): New command.
21887
4c44026c
CY
218882011-05-09 Chong Yidong <cyd@stupidchicken.com>
21889
488086f4
SM
21890 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21891 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
21892 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
21893 higher priority to avoid clobbering by gnu.
21894
027f966d
CY
218952011-05-08 Chong Yidong <cyd@stupidchicken.com>
21896
21897 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
21898 if the face has existing theme settings (Bug#8454).
21899
085f5d7d
CY
219002011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
21901
488086f4
SM
21902 * progmodes/perl-mode.el (perl-imenu-generic-expression):
21903 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 21904
2a86a00c
RS
21905 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
21906 special file names `.' and `..' (Bug#8259).
21907
d9c54a06
CY
219082011-05-08 Chong Yidong <cyd@stupidchicken.com>
21909
488086f4
SM
21910 * progmodes/grep.el (grep-mode-font-lock-keywords):
21911 Remove buffer-changing entries.
d9c54a06
CY
21912 (grep-filter): New function.
21913 (grep-mode): Add it to compilation-filter-hook.
21914
21915 * progmodes/compile.el (compilation-filter-hook)
21916 (compilation-filter-start): New defvars.
21917 (compilation-filter): Call compilation-filter-hook prior to
21918 updating the process mark.
21919
c4662635
SM
219202011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
21921
21922 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
21923
b0512a1d
EZ
219242011-05-07 Eli Zaretskii <eliz@gnu.org>
21925
605c9376
EZ
21926 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
21927 mailclient-send-it even if window-system is nil. (Bug#8595)
21928
c4662635
SM
21929 * term/w32console.el (terminal-init-w32console):
21930 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
21931 background-mode. (Bug#8597)
21932
d1dc2cc2
SM
219332011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
21934
21935 Make bytecomp.el understand that defmethod defines funs (bug#8631).
21936 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
21937 New functions.
21938 (defgeneric, eieio--defmethod): Use them.
21939 (eieio-defgeneric): Remove.
21940 (defmethod): Call defgeneric in a way visible to the byte-compiler.
21941
915d1300
GM
219422011-05-07 Glenn Morris <rgm@gnu.org>
21943
a3961c3e
GM
21944 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
21945 Use let rather than let*.
21946 (timeclock-find-discrep): Remove unused local.
21947
314347b9
GM
21948 * calendar/diary-lib.el (diary-comment-start): Doc fix.
21949
915d1300
GM
21950 * calendar/appt.el (appt-time-msg-list): Doc fix.
21951
275b59b0
NF
219522011-05-06 Noah Friedman <friedman@splode.com>
21953
21954 * apropos.el (apropos-print-doc): Only use
21955 emacs-lisp-docstring-fill-column when it is bound to an integer,
21956 per that variable's documentation.
21957
6c19f744
SM
219582011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21959
21960 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 21961 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 21962
60f884b2
GM
219632011-05-06 Glenn Morris <rgm@gnu.org>
21964
5006e634
GM
21965 * calendar/appt.el (appt-message-warning-time): Doc fix.
21966 (appt-warning-time-regexp): New option.
21967 (appt-make-list): Respect appt-message-warning-time.
21968
548d0a63
GM
21969 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
21970 New options.
21971 (diary-add-to-list): Strip comments from the displayed string.
21972 (diary-mode): Set comment-start and comment-end.
21973
60f884b2
GM
21974 * vc/diff-mode.el (smerge-refine-subst): Declare.
21975 (diff-refine-hunk): Don't require smerge-mode when compiling.
21976
989681bb
JB
219772011-05-06 Juanma Barranquero <lekktu@gmail.com>
21978
21979 * simple.el (list-processes): Return nil as the docstring says.
21980
a6bc05e1
MA
219812011-05-05 Michael Albinus <michael.albinus@gmx.de>
21982
21983 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
21984 to "".
21985 (ange-ftp-write-region, ange-ftp-insert-file-contents)
21986 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
21987 determining of binary transfer. (Bug#7383)
21988
23c22e9a
MA
219892011-05-05 Michael Albinus <michael.albinus@gmx.de>
21990
c4662635
SM
21991 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
21992 Fix port computation bug. (Bug#8618)
23c22e9a 21993
0bff894f
GM
219942011-05-05 Glenn Morris <rgm@gnu.org>
21995
b8296902
GM
21996 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
21997
1f522ce8
GM
21998 * simple.el (shell-dynamic-complete-functions)
21999 (comint-dynamic-complete-functions): Declare.
22000
cf5bee67
GM
22001 * net/network-stream.el (gnutls-negotiate):
22002 * simple.el (tabulated-list-print): Fix declarations.
22003
22004 * progmodes/gud.el (syntax-symbol, syntax-point):
22005 Remove unnecessary and incorrect declarations.
22006
0bff894f 22007 * emacs-lisp/check-declare.el (check-declare-scan):
1f9f395d 22008 Handle byte-compile-initial-macro-environment in bytecomp.el.
0bff894f 22009
9869b3ae
SM
220102011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
22011
22012 Fix earlier half-done eieio-defmethod change (bug#8338).
22013 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
22014 Streamline and change calling convention.
22015 (defmethod): Adjust accordingly and simplify.
22016 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
22017 new eieio--defmethod.
22018 (slot-boundp): Minor CSE simplification.
22019
9c1d5ac5
MZ
220202011-05-05 Milan Zamazal <pdm@zamazal.org>
22021
22022 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
22023 (glasses-make-readable): Use glasses-separate-capital-groups.
22024
455c834e
JB
220252011-05-05 Juanma Barranquero <lekktu@gmail.com>
22026
22027 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
22028 (warning-series): Doc fix.
22029 (display-warning): Don't try to create the buffer if we just found it.
22030
9ed7c8cb
CY
220312011-05-04 Chong Yidong <cyd@stupidchicken.com>
22032
22033 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
22034 (autoload-find-generated-file): New function.
22035 (generate-file-autoloads): Bind generated-autoload-file to
22036 buffer-file-name.
9869b3ae
SM
22037 (update-file-autoloads, update-directory-autoloads):
22038 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
22039 output file (Bug#7989).
22040 (batch-update-autoloads): Doc fix.
22041
0898ca10
JB
220422011-05-04 Juanma Barranquero <lekktu@gmail.com>
22043
22044 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
22045
31dfb76c
GM
220462011-05-04 Glenn Morris <rgm@gnu.org>
22047
f330b642
GM
22048 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
22049 function, so it follows changes in calendar-date-style.
22050 (diary-fancy-date-matcher): New function.
22051 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
22052 (diary-fancy-font-lock-fontify-region-function):
22053 Use diary-fancy-date-pattern as a function.
22054
31dfb76c
GM
22055 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
22056 non-numbers for `year' etc pseudo-variables. (Bug#8583)
22057
48e79d6a
TZ
220582011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
22059
22060 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
22061 instead of positional arguments. Allow :keylist and :crlfiles
22062 arguments.
22063 (open-gnutls-stream): Call it.
22064
22065 * net/network-stream.el (network-stream-open-starttls): Adjust to
22066 call `gnutls-negotiate' with :process and :hostname arguments.
22067
dd5a5ee0
SM
220682011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
22069
ef80fc09
SM
22070 * minibuffer.el (completion--message): New function.
22071 (completion--do-completion, minibuffer-complete)
22072 (minibuffer-force-complete, minibuffer-complete-word): Use it.
22073 (completion--do-completion): Don't ignore completion-auto-help when in
22074 icomplete-mode.
22075
dd5a5ee0
SM
22076 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
22077 internal encoding (e.g. tibetan zero is not whitespace).
22078 (global-whitespace-mode): Prefer save-current-buffer.
22079 (whitespace-trailing-regexp): Remove useless save-match-data.
22080 (whitespace-empty-at-bob-regexp): Minor simplification.
22081
b7d22a83
CY
220822011-05-03 Chong Yidong <cyd@stupidchicken.com>
22083
22084 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
22085
5192af46
AM
220862011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
22087
22088 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 22089 Use `concat' to create string for insertion.
5192af46 22090
5767d190
SM
220912011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
22092
22093 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
22094 Avoid open-line which runs post-self-insert-hook.
22095 (bibtex-fill-entry): Remove unused `end' var.
22096
bf242939
AM
220972011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
22098
5767d190
SM
22099 * textmodes/ispell.el (ispell-add-per-file-word-list):
22100 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 22101
25666126
LL
221022011-05-03 Leo Liu <sdl.web@gmail.com>
22103
22104 * isearch.el (isearch-yank-pop): New command.
5767d190 22105 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
22106 (isearch-forward): Mention it.
22107
52d3c2d0
SM
221082011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
22109
1bcace58
SM
22110 * simple.el (minibuffer-complete-shell-command): Remove.
22111 (minibuffer-local-shell-command-map): Use completion-at-point.
22112 (read-shell-command): Setup completion vars here instead.
22113 (read-expression-map): Bind TAB to symbol completion.
22114
52d3c2d0
SM
22115 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
22116 error directly rather via storing it into `results'.
22117
35813471
LL
221182011-05-02 Leo Liu <sdl.web@gmail.com>
22119
22120 * vc/diff.el: Fix description.
22121
e793a940
LMI
221222011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22123
22124 * server.el (server-eval-at): New function.
22125
8de66e05
LMI
221262011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22127
22128 * net/network-stream.el (open-network-stream): Take a :nowait
22129 parameter and pass it on to `make-network-process'.
22130 (network-stream-open-plain): Ditto.
22131
dcb79f20
AS
221322011-04-30 Andreas Schwab <schwab@linux-m68k.org>
22133
22134 * faces.el (face-spec-set-match-display): Don't match toolkit
22135 options on terminal frames.
22136
14a7fbd8
SM
221372011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
22138
7eabc1be
SM
22139 * progmodes/pascal.el: Use lexical binding.
22140 (pascal-mode-map): Remove author preferences.
22141
14a7fbd8
SM
22142 * pcomplete.el (pcomplete-std-complete): Don't abuse
22143 completion-at-point.
22144
50f84510
JB
221452011-04-28 Juanma Barranquero <lekktu@gmail.com>
22146
6e087a44
JB
22147 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
22148 removing code that has been dead since 1991 or so.
22149
50f84510
JB
22150 * startup.el (command-line): When warning about "_emacs", use a
22151 delayed warning to allow the user to filter it out.
22152
0ba690bd
DD
221532011-04-28 Deniz Dogan <deniz@dogan.se>
22154
22155 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
22156 user has not joined.
22157
08abfaad
SM
221582011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22159
22160 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
22161 aren't any completions at point.
22162
638f053a
JB
221632011-04-28 Juanma Barranquero <lekktu@gmail.com>
22164
22165 * subr.el (display-delayed-warnings): New function.
22166 (delayed-warnings-hook): New variable.
22167
8fff8daa
SM
221682011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22169
08abfaad
SM
22170 * minibuffer.el (completion-at-point, completion-help-at-point):
22171 Don't presume that a given completion-at-point-function will always
22172 use the same calling convention.
22173
8fff8daa
SM
22174 * pcomplete.el (pcomplete-completions-at-point):
22175 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
22176 pcomplete-seen is non-nil.
22177 (pcomplete-comint-setup): Also recognize the new comint/shell
22178 completion functions.
22179 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
22180 pcomplete-seen is non-nil.
22181
841a1577 221822011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 22183
841a1577 22184 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 22185 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 22186 the first character in the entry. This allows for code to add its
211ec907
UJ
22187 own uid to the entry.
22188 (icalendar--convert-float-to-ical): Add export of
22189 `diary-float'-entries save for those with the optional DAY
22190 argument.
22191
2a782793
DC
221922011-04-27 Daniel Colascione <dan.colascione@gmail.com>
22193
22194 * subr.el (shell-quote-argument): Use alternate escaping strategy
22195 when we spot a variable reference in a string.
22196
0438ce91
DC
221972011-04-26 Daniel Colascione <dan.colascione@gmail.com>
22198
22199 * cus-start.el (all): Define customization for debug-on-event.
22200
841a1577 222012011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
22202
22203 * subr.el (shell-quote-argument): Escape correctly under Windows.
22204
d090ed6c
SM
222052011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
22206
22207 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
22208
bfd31217
MA
222092011-04-25 Michael Albinus <michael.albinus@gmx.de>
22210
d090ed6c
SM
22211 * net/tramp.el (tramp-process-actions): Add POS argument.
22212 Delete region between POS and (pos).
bfd31217 22213
d090ed6c
SM
22214 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
22215 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
22216 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
22217
22218 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
22219 position in `tramp-process-actions' call.
22220
22221 * net/trampver.el: Update release number.
22222
e92f3bd3
SM
222232011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
22224
850256b5
SM
22225 * custom.el (defcustom): Obey lexical-binding.
22226
e92f3bd3
SM
22227 Fix octave-inf completion problems reported by Alexander Klimov.
22228 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
22229 Inherit from octave-mode-syntax-table.
22230 (inferior-octave-mode): Set info-lookup-mode.
22231 (inferior-octave-completion-at-point): New function.
22232 (inferior-octave-complete): Use it and completion-in-region.
22233 (inferior-octave-dynamic-complete-functions): Use it as well, and use
22234 comint-filename-completion.
22235 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
22236 symbol elements which shouldn't be word elements.
22237 (octave-font-lock-keywords, octave-beginning-of-defun)
22238 (octave-function-header-regexp): Adjust regexps accordingly.
22239 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
22240
cd22b309
JB
222412011-04-25 Juanma Barranquero <lekktu@gmail.com>
22242
22243 * net/gnutls.el (gnutls-errorp): Declare before first use.
22244
8b492194
TZ
222452011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
22246
22247 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
22248 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 22249 default trustfile exists before going to use it. Add missing
5a5fa834 22250 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
22251 Reported by Claudio Bley <claudio.bley@gmail.com>.
22252 (open-gnutls-stream): Add usage example.
22253
22254 * net/network-stream.el (network-stream-open-starttls): Give host
22255 parameter to `gnutls-negotiate'.
22256 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 22257 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 22258
841a1577 222592011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 22260
cd22b309
JB
22261 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
22262 Use correct match group (bug#8438).
05842630 22263
3ba7869c
CY
222642011-04-24 Chong Yidong <cyd@stupidchicken.com>
22265
512e3ae1
CY
22266 * emacs-lisp/package.el (package-built-in-p): Fix typo.
22267 (package-menu--generate): New arg specifying packages to show.
22268 (package-menu-refresh, package-menu-execute, list-packages):
22269 Callers changed.
22270 (package-show-package-list): New function, replacing deleted
22271 package--list-packages (renamed because it is non-internal).
22272
22273 * finder.el (finder-list-matches): Use package-show-package-list
22274 instead of deleted package--list-packages.
22275
e92f3bd3
SM
22276 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
22277 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
22278 (vc-annotate-mode-map): Bind it to RET.
22279
7031be6d
UR
222802011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
22281
22282 * progmodes/etags.el (next-file): Don't use set-buffer to change
22283 buffers (Bug#8478).
22284
4ef177aa
CY
222852011-04-24 Chong Yidong <cyd@stupidchicken.com>
22286
c8d173eb
CY
22287 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
22288
4ef177aa
CY
22289 * apropos.el (apropos-label-face): Avoid variable-pitch face.
22290 (apropos-accumulator): Doc fix.
22291 (apropos-function, apropos-macro, apropos-command)
22292 (apropos-variable, apropos-face, apropos-group, apropos-widget)
22293 (apropos-plist): Add face property.
22294 (apropos-symbols-internal): Fix indentation.
22295 (apropos-print): Simplify help, and recognize apropos-multi-type.
22296 (apropos-print-doc): Use button-type-get to extract the button's
22297 face property. Fill docstring (Bug#8352).
22298
4ffd0d6b 222992011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
22300
22301 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
22302
c6c32125 22303 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 22304 (mpuz-mode-map): Use mapc.
c6c32125
JB
22305 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
22306 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
22307 Fix typos in docstrings.
22308
58d468b4
JB
22309 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
22310 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
22311
6470c3c6
JB
22312 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
22313
4ffd0d6b 223142011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
22315
22316 * minibuffer.el (completion--do-completion): Avoid the "Next char
22317 not unique" prompt if icomplete-mode is enabled (Bug#5849).
22318
3ad8bad0
CY
22319 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
22320 mouse-2 into unread-command-events, it is interpreted correctly.
22321
71d73c9c 22322 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 22323 (image-toggle-display): Doc fix.
71d73c9c 22324
841a1577 223252011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 22326
4ffd0d6b
GM
22327 * textmodes/page.el (what-page): Use line-number-at-pos to
22328 calculate line number (Bug#6825).
6e1dbaa9 22329
c2fb1b60
JB
223302011-04-22 Juanma Barranquero <lekktu@gmail.com>
22331
22332 * eshell/esh-mode.el (find-tag-interactive): Declare function.
22333 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
22334 Pass argument NO-DEFAULT to `find-tag-interactive'.
22335
e02f48d7
JB
223362011-04-22 Juanma Barranquero <lekktu@gmail.com>
22337
22338 Lexical-binding cleanup.
22339
22340 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
22341 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
22342 * progmodes/ada-prj.el (ada-prj-initialize-values)
22343 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
22344 (ada-prj-show-value):
22345 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
22346 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
22347 (antlr-invalidate-context-cache, antlr-options-menu-filter)
22348 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
22349 * progmodes/bug-reference.el (bug-reference-push-button):
22350 * progmodes/fortran.el (fortran-line-length):
22351 * progmodes/glasses.el (glasses-change):
22352 * progmodes/octave-mod.el (octave-fill-paragraph):
22353 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
22354 (python-pdbtrack-grub-for-buffer, python-sentinel):
22355 * progmodes/sql.el (sql-save-connection):
22356 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
22357 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
22358 Mark unused parameters.
22359
22360 * progmodes/compile.el (compilation--flush-directory-cache)
22361 (compilation--flush-parse, compile-internal): Mark unused parameters.
22362 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
22363 (compilation-next-error-function): Remove unused variable `timestamp'.
22364
22365 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
22366 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
22367
22368 * progmodes/dcl-mode.el (dcl-end-of-command):
22369 Remove unused variable `start'.
22370 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
22371 (dcl-option-value-basic, dcl-option-value-offset)
22372 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
22373 Mark unused parameters.
22374 (dcl-save-local-variable): Remove unused variable `val'.
22375 (mode): Declare.
22376
22377 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
22378 Mark unused parameters.
22379 (delphi-ignore-changes): Move before first use.
22380 (delphi-charset-token-at): Remove unused variable `start'.
22381 (delphi-else-start): Remove unused variable `if-count'.
22382 (delphi-comment-block-start, delphi-comment-block-end):
22383 Remove unused variable `kind'.
22384 (delphi-indent-line): Remove unused variable `new-point'.
22385
22386 * progmodes/ebrowse.el (ebrowse-files-list)
22387 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
22388 Mark unused parameters. Don't quote `lambda'.
22389 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
22390 Don't quote `lambda'.
22391 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
22392 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
22393 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
22394 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
22395 Use `ignore-errors'.
22396 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
22397 (ebrowse-view/find-file-and-search-pattern)
22398 (ebrowse-view/find-member-declaration/definition):
22399 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
22400 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
22401 Rename parameter PREFIX-ARG to PREFIX.
22402 (ebrowse-tags-read-name): Remove unused variables `start' and
22403 `member-info'.
22404 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
22405 to `tags-file'.
22406
22407 * progmodes/etags.el (local-find-tag-hook): Declare.
22408 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
22409 Mark unused parameters.
22410
22411 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
22412 (executable-interpret): Mark unused parameter.
22413
22414 * progmodes/flymake.el (flymake-process-sentinel)
22415 (flymake-after-change-function)
22416 (flymake-create-temp-with-folder-structure)
22417 (flymake-get-include-dirs-dot): Mark unused parameters.
22418 (flymake-safe-delete-directory): Remove unused variable `err'.
22419
22420 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
22421 (speedbar-timer-fn, speedbar-line-text)
22422 (speedbar-change-expand-button-char, speedbar-delete-subblock)
22423 (speedbar-center-buffer-smartly): Declare functions.
22424 (gdb-find-watch-expression): Remove unused variable `array'.
22425 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
22426 (gdb-starting): Mark unused parameters.
22427 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
22428 (gdb-table-string): Remove unused variable `res'.
22429 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
22430 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
22431 (gdb-display-buffer): Remove unused variable `cur-size'.
22432
22433 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
22434 allow lexical-binding compilation.
22435 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
22436 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
22437 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
22438 Mark unused parameters.
22439 (gud-gdb-marker-filter): Remove unused variable `match'.
22440 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
22441 lambda expressions and funcall them, instead of using `fset'.
22442
22443 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
22444 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
22445
22446 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
22447 variable `header-beg'; use `let'.
22448
22449 * progmodes/icon.el (indent-icon-exp): Remove unused variables
22450 `restart', `last-sexp' and `at-do'.
22451
22452 * progmodes/js.el (js--debug): Mark unused parameter.
22453 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
22454 (js--splice-into-items): Remove unused variable `item'.
22455 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
22456
22457 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
22458 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
22459 (makefile-complete): Remove unused variable `try'.
22460 (makefile-fill-paragraph, makefile-match-function-end):
22461 Mark unused parameters.
22462
22463 * progmodes/octave-inf.el (inferior-octave-complete):
22464 Remove unused variable `proc'.
22465 (inferior-octave-output-digest): Mark unused parameter.
22466
22467 * progmodes/perl-mode.el (perl-calculate-indent):
22468 Remove unused variable `err'.
22469
22470 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
22471 (prolog-indent-line): Mark unused parameters.
22472 (prolog-indent-line): Remove unused variable `beg'.
22473
22474 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
22475 (reporter-dont-compact-list): Declare.
22476
22477 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
22478 Remove unused variable `char'.
22479 (sh-debug): Mark unused parameter.
22480 (sh-get-indent-info): Remove unused variable `start'.
22481 (sh-calculate-indent): Remove unused variable `var'.
22482
22483 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
22484 (simula-electric-keyword): Remove unused variable `null'.
22485 (simula-search-backward, simula-search-forward): Remove unused
22486 variables `begin' and `end'.
22487
22488 * progmodes/vera-mode.el (vera-guess-basic-syntax):
22489 Remove unused variable `pos'.
22490 (vera-electric-tab, vera-comment-uncomment-region):
22491 Mark unused parameters.
22492 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
22493
7ede3b65
CY
224942011-04-22 Chong Yidong <cyd@stupidchicken.com>
22495
22496 * emacs-lisp/package.el (package--builtins, package-alist)
22497 (package-load-descriptor, package-built-in-p, package-activate)
22498 (define-package, package-installed-p)
22499 (package-compute-transaction, package-buffer-info)
22500 (package--push): Doc fix. Distinguish more clearly between
22501 version strings and version lists.
22502
121656e9
JB
225032011-04-21 Juanma Barranquero <lekktu@gmail.com>
22504
22505 Lexical-binding cleanup.
22506
22507 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
22508 (5x5-make-mutate-best):
22509 * play/fortune.el (fortune-in-buffer):
22510 * play/gomoku.el (gomoku-init-display):
22511 * play/solitaire.el (solitaire, solitaire-do-check):
22512 * play/tetris.el (tetris-default-update-speed-function):
22513 Mark unused parameters.
22514
22515 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
22516 (bubbles--shift): Remove unused variable `char-org'.
22517 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
22518 (bubbles--show-images): Remove unused variable `char'.
22519
22520 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
22521 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
22522 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
22523 (decipher-analyze-buffer): Use ?\s.
22524 (decipher-make-checkpoint): Remove unused variable `mapping'.
22525
22526 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
22527
22528 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
22529 Remove unused variable `result'; use `let'.
22530
22531 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
22532 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
22533 (gametree-children-shown-p, gametree-compute-reduced-score):
22534 Use `ignore-errors'.
22535
22536 * play/handwrite.el (ps-lpr-switches): Declare.
22537 (handwrite): Remove unused variables `pmin' and `lastp'.
22538
22539 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
22540
22541 * play/landmark.el (landmark-init-display)
22542 (landmark-update-naught-weights): Mark unused parameters.
22543 (landmark-y): Remove unused variable `noise'. Simplify.
22544 (landmark-human-plays): Remove unused variable `score'.
22545
22546 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
22547 (mpuz-try-proposal): Remove unused variable `game'.
22548
22549 * play/zone.el (life-patterns): Declare.
22550
80f499c7
JB
225512011-04-20 Juanma Barranquero <lekktu@gmail.com>
22552
22553 * vc/vc.el (ediff-vc-internal): Declare function.
22554
024ff170
SM
225552011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
22556
c0a193ea
SM
22557 * shell.el: Use lexical-binding and std completion UI.
22558 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
22559 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
22560 comint-preoutput-filter-functions rather than on
22561 comint-output-filter-functions.
22562 (shell-command-completion, shell--command-completion-data)
22563 (shell-filename-completion, shell-environment-variable-completion)
22564 (shell-c-a-p-replace-by-expanded-directory): New functions.
22565 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
22566 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
22567 (shell-dynamic-complete-environment-variable): Use them.
22568 (shell-dynamic-complete-as-environment-variable)
22569 (shell-dynamic-complete-as-command): Remove.
22570 (shell-match-partial-variable): Match past point.
22571 * comint.el: Clean up use of completion-at-point-functions.
22572 (comint-completion-at-point): New function.
22573 (comint-mode): Use it completion-at-point-functions.
22574 (comint-dynamic-complete): Make it obsolete.
22575 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
22576 (comint-c-a-p-replace-by-expanded-history): New function.
22577 (comint-dynamic-complete-functions)
22578 (comint-replace-by-expanded-history): Use it.
22579 * minibuffer.el (completion-table-with-terminator): Allow dynamic
22580 termination strings. Try harder to avoid second try-completion.
22581 (completion-in-region-mode-map): Disable bindings that don't work yet.
22582
2dbaa080
SM
22583 * comint.el: Use lexical-binding. Require CL.
22584 (comint-dynamic-complete-functions): Use comint-filename-completion.
22585 (comint-completion-addsuffix): Tweak custom type.
22586 (comint-filename-completion, comint--common-suffix)
22587 (comint--common-quoted-suffix, comint--table-subvert)
22588 (comint--complete-file-name-data): New functions.
22589 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
22590 (comint-dynamic-list-filename-completions): Use them.
22591 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 22592
2dbaa080
SM
22593 * minibuffer.el (completion-in-region-mode):
22594 Keep completion-in-region-mode--predicate global.
22595 (completion-in-region--postch):
22596 Assume completion-in-region-mode--predicate is not null.
22597
c79a6f38
SM
22598 * progmodes/flymake.el (flymake-start-syntax-check-process):
22599 Obey `dir'. Simplify.
22600
024ff170
SM
22601 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
22602 we're in VC after all.
22603
1c6c854e
CS
226042011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
22605
22606 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 22607 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
22608 (vc-version-diff): Use vc-diff-build-argument-list-internal.
22609
bed7f140
SM
226102011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
22611
332e62ab
SM
22612 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
22613 add sanity check.
22614
bed7f140
SM
22615 * obsolete/erc-hecomplete.el: Make obsolete.
22616 * obsolete/: Standardize obsolescence info in the header.
22617
f195c582
GM
226182011-04-20 Glenn Morris <rgm@gnu.org>
22619
22620 * calendar/solar.el (solar-horizontal-coordinates):
22621 Use the longitude argument rather than `calendar-longitude'.
22622 (solar-date-next-longitude): Remove unused locals.
22623
cb79b8c0
VJL
226242011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22625
22626 * whitespace.el: New version 13.2.1.
22627
226282011-04-20 felix <EmacsWiki> (tiny change)
22629
d8e4b68b 22630 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
22631 switching between major modes on a file.
22632
602ea69d
SM
226332011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
22634
22635 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
22636 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
22637 multi-line comments as well.
22638
06b60517
JB
226392011-04-19 Juanma Barranquero <lekktu@gmail.com>
22640
22641 Lexical-binding cleanup.
22642
22643 * arc-mode.el (archive-mode-revert):
22644 * cmuscheme.el (scheme-interactively-start-process):
22645 * custom.el (custom-initialize-delay):
22646 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
22647 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
22648 * emacs-lock.el (emacs-lock-clear-sentinel):
22649 * ezimage.el (defezimage):
22650 * follow.el (follow-avoid-tail-recenter):
22651 * fringe.el (set-fringe-mode-1):
22652 * generic-x.el (bat-generic-mode-compile):
22653 * help-mode.el (help-info-variable, help-do-xref)
22654 (help-mode-revert-buffer):
22655 * help.el (view-emacs-todo):
22656 * iswitchb.el (iswitchb-completion-help):
22657 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
22658 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
22659 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
22660 * locate.el (locate-update):
22661 * longlines.el (longlines-encode-region)
22662 (longlines-after-change-function):
22663 * outline.el (outline-isearch-open-invisible):
22664 * ps-def.el (declare-function, charset-dimension, char-width)
22665 (encode-char):
22666 * ps-mule.el (ps-mule-plot-string):
22667 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
22668 (recentf-edit-list-select, recentf-edit-list-validate)
22669 (recentf-open-files-action):
22670 * rect.el (delete-whitespace-rectangle-line)
22671 (rectangle-number-line-callback):
22672 * register.el (window-configuration-to-register)
22673 (frame-configuration-to-register):
22674 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
22675 * select.el (xselect-convert-to-string, xselect-convert-to-length)
22676 (xselect-convert-to-targets, xselect-convert-to-delete)
22677 (xselect-convert-to-filename, xselect-convert-to-charpos)
22678 (xselect-convert-to-lineno, xselect-convert-to-colno)
22679 (xselect-convert-to-os, xselect-convert-to-host)
22680 (xselect-convert-to-user, xselect-convert-to-class)
22681 (xselect-convert-to-name, xselect-convert-to-integer)
22682 (xselect-convert-to-atom, xselect-convert-to-identity):
22683 * subr.el (declare, ignore, process-kill-without-query)
22684 (text-clone-maintain):
22685 * terminal.el (te-get-char, te-tic-sentinel):
22686 * tool-bar.el (tool-bar-make-keymap):
22687 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
22688 * type-break.el (type-break-mode, type-break-noninteractive-query):
22689 * view.el (View-back-to-mark):
22690 * wid-browse.el (widget-browse-action, widget-browse-widget)
22691 (widget-browse-widgets, widget-browse-sexp):
22692 * widget.el (define-widget-keywords):
22693 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
22694 Mark unused parameters.
22695
22696 * align.el (align-adjust-col-for-rule): Mark unused parameter.
22697 (align-areas): Remove unused variable `look'.
22698 (align-region): Remove unused variables `real-end' and `pos-list'.
22699
22700 * apropos.el (apropos-score-doc): Remove unused variable `i'.
22701
22702 * bindings.el (mode-line-modified, mode-line-remote):
22703 Mark unused parameters.
22704 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
22705
22706 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
22707 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
22708
22709 * comint.el (comint-history-isearch-pop-state)
22710 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
22711 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
22712 (comint-substitute-in-file-name): Doc fix.
22713
22714 * completion.el (cmpl-statistics-block): Mark unused parameter.
22715 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
22716 (save-completions-to-file, load-completions-from-file):
22717 Remove unused local variable `e'.
22718
22719 * composite.el (compose-chars): Remove unused variable `len'.
22720 (lgstring-insert-glyph): Remove unused variable `g'.
22721 (compose-glyph-string): Remove unused variables `ascent',
22722 `descent', `lbearing' and `rbearing'.
22723 (compose-glyph-string-relative): Remove unused variables
22724 `lbearing', `rbearing' and `wadjust'.
22725 (compose-gstring-for-graphic): Remove unused variables `header',
22726 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
22727 (compose-gstring-for-terminal): Remove unused variables `header'
22728 and `nchars'. Use `let', not `let*'.
22729
22730 * cus-edit.el (Custom-set, Custom-save, custom-reset)
22731 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
22732 (Custom-buffer-done, custom-buffer-create-internal)
22733 (custom-browse-visibility-action, custom-browse-group-tag-action)
22734 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
22735 (widget-magic-mouse-down-action, custom-toggle-parent)
22736 (custom-add-parent-links, custom-toggle-hide-variable)
22737 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
22738 (custom-toggle-hide-face, face, hook, custom-group-link-action)
22739 (custom-face-menu-create, custom-variable-menu-create, get)
22740 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
22741 (custom-reset-standard-save-and-update): Remove unused variable `value'.
22742 (customize-apropos): Remove unused variable `tests'.
22743 (custom-group-value-create): Remove unused variable `hidden-p'.
22744 (sort-fold-case): Declare.
22745
22746 * cus-theme.el (custom-reset-standard-faces-list)
22747 (custom-reset-standard-variables-list): Declare.
22748 (customize-create-theme, custom-theme-revert, custom-theme-write)
22749 (custom-theme-choose-mode, customize-themes, custom-theme-save):
22750 Mark unused parameters.
22751
22752 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
22753
22754 * delim-col.el (delimit-columns-max): Move defvar before first use.
22755
22756 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 22757 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
22758
22759 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
22760 (auto-insert): Declare.
22761 (desktop-restore-file-buffer): Rename desktop-* parameters;
22762 mark unused ones.
22763 (desktop-create-buffer): Rename desktop-* parameters and bind them.
22764 (desktop-buffer): Rename desktop-* parameters.
22765
22766 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
22767 (dframe-reposition-frame-xemacs, dframe-help-echo)
22768 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
22769 Mark unused parameters.
22770
22771 * dired-aux.el (backup-extract-version-start, overwrite-query)
22772 (overwrite-backup-query, rename-regexp-query)
22773 (rename-non-directory-query): Declare.
22774 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
22775 (dired-add-entry): Remove unused variable `orig-file-name'.
22776 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
22777 Use parameter PRESERVE-TIME instead of accessing dynamic variable
22778 `dired-copy-preserve-time' directly.
22779 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
22780 (dired-insert-subdir-newpos): Rename unused variable `pos'.
22781
22782 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
22783 (dired-virtual-revert, dired-make-relative-symlink):
22784 Mark unused parameters.
22785 (manual-program): Declare.
22786 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
22787 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
22788 wrapped in `with-no-warnings' to avoid replacing one warning by another.
22789
22790 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
22791
22792 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
22793
22794 * echistory.el (electric-history-in-progress, Helper-return-blurb):
22795 Declare.
22796
22797 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
22798
22799 * electric.el (Electric-command-loop): Rename parameter
22800 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
22801
22802 * expand.el (expand-in-literal): Remove unused variable `here'.
22803
22804 * facemenu.el (facemenu-add-new-color):
22805 Remove unused variable `docstring'.
22806
22807 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
22808 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
22809 (face-attr-construct): Mark unused parameter. Doc fix.
22810 (read-color): Remove unused variable `hex-string'.
22811
22812 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
22813 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
22814 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
22815 (display-buffer-other-frame): Remove unused variable `old-window'.
22816 (kill-buffer-hook): Declare.
22817 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
22818 Mark unused parameters.
22819 (after-find-file): Pass 1 to `auto-save-mode', not t.
22820
22821 * files-x.el (auto-insert): Declare.
22822 (modify-file-local-variable-prop-line): Remove unused variable `val'.
22823
22824 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 22825 variable `buf'. Mark unused parameter.
06b60517
JB
22826 (find-lisp-insert-directory): Mark unused parameter.
22827
22828 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
22829 (format-encode-region): Remove unused variables `cur-buf' and `result'.
22830 (format-common-tail): Remove, unused.
22831 (format-deannotate-region): Remove unused variable `loc'.
22832 (format-annotate-region): Remove unused variable `p'.
22833 (format-annotate-single-property-change): Remove unused variables
22834 `default' and `tail'.
22835
22836 * forms.el (read-file-filter): Declare.
22837 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
22838
22839 * frame.el (frame-creation-function-alist): Mark unused parameter.
22840 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
22841
22842 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
22843 Remove unused parameters.
22844 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
22845 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
22846
22847 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
22848 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
22849 (hfy-prepare-tag-map): Mark unused parameters.
22850 (htmlfontify-buffer): Use `called-interactively-p'.
22851
22852 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
22853 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
22854 (ibuffer-do-occur): Mark unused parameters.
22855 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
22856 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
22857
22858 * ibuffer.el: Don't quote `lambda'.
22859 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
22860 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
22861 Mark unused parameters.
22862
22863 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
22864 (ido-completing-read): Mark unused parameters.
22865 (ido-copy-current-word): Mark unused parameters;
22866 remove unused variable `name'.
22867 (ido-sort-merged-list): Remove unused parameter `dirs'.
22868
22869 * ielm.el (ielm-input-sender): Mark unused parameter.
22870 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
22871 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
22872 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
22873 `ielm-string' as a dynamic variable accessible from the IELM prompt.
22874 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
22875
22876 * image-dired.el (image-dired-display-thumbs): Remove unused
22877 variables `curr-file' and `count'.
22878 (image-dired-remove-tag): Remove unused variable `start'.
22879 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
22880 variable `curr-file'
22881 (image-dired-rotate-original): Remove unused variable `temp-file'.
22882 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
22883 Remove unused variable `file'.
22884 (image-dired-gallery-generate): Remove unused variable `curr'.
22885 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
22886
22887 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
22888
22889 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
22890
22891 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
22892
22893 * isearch.el (minibuffer-history-symbol): Declare.
22894 (isearch-edit-string): Remove unused variable `err'.
22895 (isearch-message-prefix, isearch-message-suffix):
22896 Mark unused parameters.
22897
22898 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
22899
22900 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
22901
22902 * makesum.el (double-column): Remove unused variable `cnt'.
22903
22904 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
22905 (ido-ignore-item-temp-list): Declare.
22906
22907 * mouse-drag.el (mouse-drag-throw): Remove unused variables
22908 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
22909 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
22910 (mouse-drag-drag): Remove unused variables `mouse-delta' and
22911 `mouse-col-delta'.
22912
22913 * mouse-sel.el (mouse-extend-internal):
22914 Remove unused variable `orig-window-frame'.
22915
22916 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
22917 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
22918 Move declarations before first use.
22919 (pcomplete-opt): Mark unused parameters; doc fix.
22920
22921 * proced.el (proced-revert): Mark unused parameter.
22922 (proced-send-signal): Remove unused variable `err'.
22923
22924 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
22925 Rename parameter PREFIX-ARG to ARG.
22926 (ps-basic-plot-string, ps-basic-plot-whitespace):
22927 Mark unused parameters.
22928
22929 * replace.el (replace-count): Define.
22930 (occur-revert-function): Mark unused parameters.
22931 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
22932 (isearch-case-fold-search, isearch-string): Declare.
22933 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
22934 bind `case-fold-search'. Remove unused variables `beg' and `end',
22935 and simplify.
22936 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
22937 COUNT and bind `replace-count'.
22938 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
22939 to COUNT.
22940
22941 * savehist.el (print-readably, print-string-length): Declare.
22942
22943 * shadowfile.el (shadow-expand-cluster-in-file-name):
22944 Remove unused variable `cluster'.
22945 (shadow-copy-file): Remove unused variable `i'.
22946 (shadow-noquery, shadow-clusters, shadow-site-cluster)
22947 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
22948 (shadow-define-literal-group, shadow-define-regexp-group)
22949 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
22950
22951 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
22952 (shell): Use `called-interactively-p'.
22953 (shell-directory-tracker): Remove unused variable `chdir-failure'.
22954
22955 * simple.el (compilation-context-lines, comint-file-name-quote-list)
22956 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
22957 (delete-backward-char): Remove unused variable `ocol'.
22958 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
22959 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
22960 (event-apply-hyper-modifier, event-apply-shift-modifier)
22961 (event-apply-control-modifier, event-apply-meta-modifier):
22962 Mark unused parameters.
22963 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
22964 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
22965
22966 * speedbar.el (speedbar-ignored-directory-expressions)
22967 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
22968 (speedbar-find-file, speedbar-dir-follow)
22969 (speedbar-directory-buttons-follow, speedbar-tag-find)
22970 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
22971 (speedbar-buffers-line-directory, speedbar-buffer-click):
22972 Mark unused parameters.
22973 (speedbar-tag-file): Remove unused variable `mode'.
22974 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
22975
22976 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
22977
22978 * talk.el (talk): Remove unused variable `display'.
22979
22980 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
22981 (tar-write-region-annotate): Mark unused parameter.
22982
22983 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
22984 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
22985 Declare them, wrapped in `with-no-warnings' to avoid replacing one
22986 warning by another.
22987
22988 * time-stamp.el (time-stamp-string-preprocess):
22989 Remove unused variable `require-padding'.
22990
22991 * tree-widget.el (widget-glyph-enable): Declare.
22992 (tree-widget-action): Mark unused parameter.
22993
22994 * w32-fns.el (x-get-selection): Mark unused parameter.
22995 (autoload-make-program, generated-autoload-file): Declare.
22996
22997 * wdired.el (wdired-revert): Mark unused parameters.
22998 (wdired-xcase-word): Remove unused variable `err'.
22999
23000 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
23001 (whitespace-help-scroll): Remove unused variable `data-help'.
23002
23003 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
23004 (widget-image-insert, widget-after-change, default)
23005 (widget-default-format-handler, widget-default-notify)
23006 (widget-default-prompt-value, widget-info-link-action)
23007 (widget-url-link-action, widget-function-link-action)
23008 (widget-variable-link-action, widget-file-link-action)
23009 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
23010 (widget-field-prompt-internal, widget-field-action, widget-field-match)
23011 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
23012 (widget-insert-button-action, widget-delete-button-action, visibility)
23013 (widget-documentation-link-action, widget-documentation-string-action)
23014 (widget-const-prompt-value, widget-regexp-match, symbol)
23015 (widget-coding-system-prompt-value)
23016 (widget-key-sequence-value-to-external, sexp)
23017 (widget-sexp-value-to-internal, character, vector, cons)
23018 (widget-choice-prompt-value, widget-boolean-prompt-value)
23019 (widget-color--choose-action): Mark unused parameters.
23020 (widget-item-match-inline, widget-choice-match-inline)
23021 (widget-checklist-match, widget-checklist-match-inline)
23022 (widget-group-match): Rename parameter VALUES to VALS.
23023 (widget-field-value-set): Remove unused variable `size'.
23024 (widget-color-action): Remove unused variables `value' and `start'.
23025
23026 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 23027 variable `dir'. Doc fix.
06b60517
JB
23028 (windmove-find-other-window): Don't pass it.
23029
23030 * window.el (count-windows): Mark unused parameter.
23031 (bw-adjust-window): Remove unused variable `err'.
23032
23033 * woman.el (woman-file-name): Remove unused variable `default'.
23034 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
23035 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
23036 (global-font-lock-mode): Declare.
23037 (woman-decode-region): Mark unused parameter.
23038 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
23039
23040 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
23041 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
23042 (x-dnd-handle-moz-url): Remove unused variable `title'.
23043 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
23044
23045 * xml.el (xml-parse-tag, xml-parse-attlist):
23046 Remove unused variable `pos'.
23047
bc4f7f3d
GM
230482011-04-19 Glenn Morris <rgm@gnu.org>
23049
23050 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
23051 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
23052 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
23053 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
23054 * calendar/cal-html.el (cal-html-insert-minical):
23055 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
23056 (calendar-mark-date-pattern):
23057 Prefix "unused" locals.
23058
23059 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
23060 optional argument `style'.
23061
23062 * calendar/appt.el (appt-make-list):
23063 * calendar/cal-china.el (calendar-chinese-date-string):
23064 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
23065 (diary-hebrew-yahrzeit):
23066 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
23067 * calendar/calendar.el (calendar-generate-window):
23068 * calendar/time-date.el (time-to-days):
23069 Remove unused local variables.
23070
16a43933
CY
230712011-04-18 Chong Yidong <cyd@stupidchicken.com>
23072
23073 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
23074 glyphless-char-display table.
23075 (tabulated-list-glyphless-char-display): New var.
23076
7eed1860
SS
230772011-04-18 Sam Steingold <sds@gnu.org>
23078
23079 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
23080 to acknowledgments.
23081
4d2d1ccd
GM
230822011-04-17 Glenn Morris <rgm@gnu.org>
23083
23084 * calendar/diary-lib.el (diary-sexp-entry):
23085 * calendar/holidays.el (holiday-sexp):
23086 Set debug-on-error rather than the removed stack-trace-on-error.
23087
239da61d
GM
230882011-04-16 Glenn Morris <rgm@gnu.org>
23089
23090 * progmodes/f90.el: Use lexical-binding.
23091 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
23092
8b05752a
SM
230932011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
23094
daca8ba5
SM
23095 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
23096 (mail-mode): Setup mailalias completion here instead.
23097 * mail/mailalias.el: Use lexical-binding.
23098 (pattern, mailalias-done): Declare dynamic.
23099 (mail-completion-at-point-function): New function, from mail-complete.
23100 (mail-complete): Use it.
23101 (mail-completion-expand): New function.
23102 (mail-get-names): Use it.
23103 (mail-directory, mail-directory-process, mail-directory-stream):
23104 Don't use `pattern' for lexically bound arg.
23105
6f542485
SM
23106 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
23107
037e7c3f
SM
23108 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
23109 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
23110 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
23111
8b05752a
SM
23112 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
23113 (byte-save-window-excursion, byte-temp-output-buffer-setup)
23114 (byte-interactive-p): Define them again, for use when inlining
23115 old code.
23116
49093f60
JB
231172011-04-15 Juanma Barranquero <lekktu@gmail.com>
23118
23119 * loadup.el: Use `string-to-number', not `string-to-int'.
23120
b5b8e7de
SM
231212011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
23122
23123 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
23124 gud-gdb-complete-command.
23125 (gud-gdb-completions): New function, from gud-gdb-complete-command.
23126 (gud-gdb-completion-at-point): New function.
23127 (gud-gdb-completions): Remove.
23128
f42efeb5
MA
231292011-04-14 Michael Albinus <michael.albinus@gmx.de>
23130
49093f60
JB
23131 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
23132 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
23133 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
23134 whether `executable-find' is bound.
f42efeb5
MA
23135
23136 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
23137
e240cc21
SM
231382011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
23139
23140 * minibuffer.el (completion-in-region-mode-predicate)
23141 (completion-in-region-mode--predicate): New vars.
23142 (completion-in-region, completion-in-region--postch)
23143 (completion-in-region-mode): Use them.
23144 (completion--capf-wrapper): Also return the hook function.
23145 (completion-at-point, completion-help-at-point):
23146 Adjust and provide a predicate.
c2bd2ab0
SM
23147
23148 Preserve arg names for advice of subr and lexical functions (bug#8457).
23149 * help-fns.el (help-function-arglist): Consolidate the subr and
23150 new-byte-code cases. Add argument `preserve-names' to extract names
23151 from the docstring when needed.
23152 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
23153 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
23154 (ad-arglist): Use help-function-arglist's new arg.
23155 (ad-definition-type): Use cond.
23156
c183f693
JB
231572011-04-13 Juanma Barranquero <lekktu@gmail.com>
23158
06641a47
JB
23159 * autorevert.el (auto-revert-handler):
23160 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
23161 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
23162 Don't quote lambda.
23163
c183f693
JB
23164 * image-mode.el (image-transform-set-scale):
23165 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
23166
1e3b6001
G
231672011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
23168
23169 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 23170 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
23171 Upgrades via gnutls-cli are too slow to be done opportunistically.
23172
2d6af8dd
JB
231732011-04-12 Juanma Barranquero <lekktu@gmail.com>
23174
23175 * dframe.el (dframe-current-frame): Remove spurious quote.
23176
c0749a51
GM
231772011-04-12 Glenn Morris <rgm@gnu.org>
23178
088d0d61
GM
23179 * calendar/cal-tex.el (cal-tex-end-document):
23180 Try to automatically use latin1 input if needed.
23181
c0749a51
GM
23182 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
23183 Don't try to cons a mark onto an empty element.
23184
5c90fde0
LL
231852011-04-11 Leo Liu <sdl.web@gmail.com>
23186
23187 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
23188 buffers.
23189 (ido-kill-buffer-at-head): Support killing virtual buffers.
23190
369e974d
CY
231912011-04-10 Chong Yidong <cyd@stupidchicken.com>
23192
23193 * minibuffer.el (completion-show-inline-help): New var.
23194 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
23195 (minibuffer-force-complete, minibuffer-complete-word):
23196 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
23197
23198 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
23199 to avoid interference from inline help (Bug#5849).
23200
37f1c930
LL
232012011-04-10 Leo Liu <sdl.web@gmail.com>
23202
099c39a4
JB
23203 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
23204 Fix typo.
37f1c930 23205
a32d4040
CY
232062011-04-09 Chong Yidong <cyd@stupidchicken.com>
23207
23208 * image-mode.el (image-toggle-display-image): Signal an error if
23209 not in Image mode.
23210 (image-transform-mode, image-transform-resize)
23211 (image-transform-set-rotation): Doc fix.
daca8ba5 23212 (image-transform-set-resize): Delete.
a32d4040
CY
23213 (image-transform-set-scale, image-transform-fit-to-height)
23214 (image-transform-fit-to-width): Handle image-toggle-display-image
23215 and image-transform-resize directly.
23216
099c39a4 232172011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
23218
23219 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
23220 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
23221 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
23222 (doc-view-mode-map): Add bindings for the new functions.
23223
099c39a4 232242011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 23225
4d61f28d 23226 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
23227 Fix typo in docstring.
23228
3726838a
EZ
232292011-04-08 Eli Zaretskii <eliz@gnu.org>
23230
04f33f1e
EZ
23231 * files.el (file-size-human-readable): Produce one digit after
23232 decimal, like "ls -lh" does.
23233
23234 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
23235 the file size representation.
23236
3726838a
EZ
23237 * simple.el (list-processes): If async subprocesses are not
23238 available, error out with a clear error message.
23239
cbb59342
CY
232402011-04-08 Chong Yidong <cyd@stupidchicken.com>
23241
23242 * help.el (help-form-show): New function, to be called from C.
23243 Put help-form output in a buffer named differently than *Help*.
23244
e3971c44
EZ
232452011-04-08 Eli Zaretskii <eliz@gnu.org>
23246
23247 * files.el (file-size-human-readable): New function.
23248
23249 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
23250 computing the representation inline. Don't require `cl'.
23251
12544bbe
GM
232522011-04-08 Glenn Morris <rgm@gnu.org>
23253
a1de6c6a
GM
23254 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
23255
3c4671f4
GM
23256 * net/browse-url.el (browse-url-firefox):
23257 Test system-type, not system-configuration.
23258
b605679c
GM
23259 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
23260 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
23261 Use log-edit-empty-buffer-p. (Bug#7598)
23262
56442f0c
GM
23263 * net/rlogin.el (rlogin-process-connection-type): Simplify.
23264 (rlogin-mode-map): Initialize in the defvar.
23265 (rlogin): Use ignore-errors.
23266
12544bbe
GM
23267 * replace.el (occur-mode-map): Some fixes for menu items.
23268
eb237b0f
AH
232692011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
23270
23271 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
23272
7d668f2c
CY
232732011-04-06 Chong Yidong <cyd@stupidchicken.com>
23274
e67a13ab
CY
23275 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
23276 issuing unused warnings.
23277
23278 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
23279 macro directly.
23280
7d668f2c
CY
23281 * simple.el: Lisp reimplement of list-processes. Based on an
23282 earlier reimplementation by Leo Liu, but using tabulated-list.el.
23283 (process-menu-mode): New major mode.
23284 (list-processes--refresh, list-processes):
23285 (process-menu-visit-buffer): New functions.
23286
23287 * files.el (save-buffers-kill-emacs): Don't assume any return
23288 value of list-processes, which is undocumented anyway.
23289
a83ec3c9
CY
232902011-04-06 Chong Yidong <cyd@stupidchicken.com>
23291
23292 * emacs-lisp/tabulated-list.el: New file.
23293
e91a96fe
CY
23294 * emacs-lisp/package.el: Use Tabulated List mode.
23295 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
23296 (package-menu-mode): Derive from tabulated-list-mode. Set up the
23297 table format using Tabulated List mode variables.
23298 (package--push): New macro, replacing package-list-maybe-add.
23299 (package-menu--generate): Use package--push. Renamed from
23300 package--generate-package-list.
23301 (package-menu-refresh, list-packages): Use it.
daca8ba5 23302 (package-menu--print-info): Rename from package-print-package.
e91a96fe 23303 Return insertion data instead of inserting it directly.
099c39a4
JB
23304 (package-menu-describe-package, package-menu-execute):
23305 Use tabulated-list-get-id.
e91a96fe
CY
23306 (package-menu-mark-delete, package-menu-mark-install)
23307 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
23308 (package-menu-mark-obsolete-for-deletion):
23309 Use tabulated-list-put-tag.
e91a96fe
CY
23310 (package--list-packages, package-menu-revert)
23311 (package-menu-get-package, package-menu-get-version)
23312 (package-menu-sort-by-column): Functions deleted.
23313 (package-menu-package-list, package-menu-sort-key): Vars deleted.
23314 (package-menu--status-predicate, package-menu--version-predicate)
23315 (package-menu--name-predicate)
23316 (package-menu--description-predicate): Handle arguments in the
23317 Tabulated List format.
23318 (package-list-packages-no-fetch): Call list-packages.
23319
3e214b50
JB
233202011-04-06 Juanma Barranquero <lekktu@gmail.com>
23321
23322 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 23323 (after-find-file): Don't bind it.
3e214b50
JB
23324 (revert-buffer-in-progress-p): New variable.
23325 (revert-buffer): Bind it.
23326 Pass nil for `after-find-file-from-revert-buffer'.
23327
23328 * saveplace.el (save-place-find-file-hook): Use new variable
23329 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
23330
3f0f1700
GM
233312011-04-06 Glenn Morris <rgm@gnu.org>
23332
c0274801
GM
23333 * Makefile.in (AUTOGEN_VCS): New variable.
23334 (autoloads): Use $AUTOGEN_VCS.
23335
3f0f1700
GM
23336 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
23337 * calendar/calendar.el (calendar-mode-map):
23338 Check for toolkit scroll bars. (Bug#8305)
23339
41ea9e48
CY
233402011-04-05 Chong Yidong <cyd@stupidchicken.com>
23341
23342 * minibuffer.el (completion-in-region--postch)
23343 (completion-in-region-mode): Remove unnecessary messages.
23344
6194c800
JB
233452011-04-05 Juanma Barranquero <lekktu@gmail.com>
23346
33256f14
JB
23347 * font-lock.el (font-lock-refresh-defaults):
23348 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
23349 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
23350
6194c800
JB
23351 * info.el (Info-directory-list, Info-read-node-name-2)
23352 (Info-split-parameter-string): Doc fixes.
23353 (Info-virtual-nodes): Reflow docstring.
23354 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
23355 (Info-apropos-toc-nodes, info-finder, Info-get-token)
23356 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
23357 Fix typos in docstrings.
23358 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
23359 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
23360 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
23361 (Info-restore-desktop-buffer): Mark unused parameters.
23362 (Info-directory-find-file, Info-directory-find-node)
23363 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
23364 (Info-virtual-index-find-node, Info-apropos-find-file)
23365 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 23366 Mark unused parameters; fix typos in docstrings.
6194c800
JB
23367 (Info-virtual-index): Remove unused local variable `nodename'.
23368
b87a8200 233692011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 23370
b87a8200
DD
23371 * net/rcirc.el: Update my e-mail address.
23372 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 23373
3b2ff876
CY
233742011-04-05 Chong Yidong <cyd@stupidchicken.com>
23375
23376 * startup.el (command-line): Save the cursor's theme-face
23377 directly, instead of using face-override-spec.
23378
23379 * custom.el (load-theme): Minor optimization in assigning faces.
23380
8d17e7ca
JB
233812011-04-04 Juanma Barranquero <lekktu@gmail.com>
23382
23383 * help-fns.el (describe-variable): Complete all variables having
23384 documentation, including keywords.
23385 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
23386
2fbc1934
JB
233872011-04-04 Juanma Barranquero <lekktu@gmail.com>
23388
23389 Convert to lexical-binding.
23390
23391 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
23392 (bs--get-marked-string, bs--get-modified-string)
23393 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
23394 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
23395 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
23396
23397 * ehelp.el (electric-help-execute-extended)
23398 (electric-help-ctrl-x-prefix):
23399 * hexl.el (hexl-revert-buffer-function):
23400 * linum.el (linum-after-change, linum-after-scroll):
23401 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
23402
23403 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
23404
74f50695
DU
234052011-04-04 Daiki Ueno <ueno@unixuser.org>
23406
23407 * epa-dired.el:
23408 * epa-mail.el:
23409 * epa-hook.el:
23410 * epa-file.el:
23411 * epa.el:
23412 * epg.el: Use lexical binding.
23413
c11325f7
CY
234142011-04-03 Chong Yidong <cyd@stupidchicken.com>
23415
0d9e9a12
CY
23416 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
23417
c11325f7 23418 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
23419 dictionary case for flyspell-mark-duplications-exceptions.
23420 Use regexp matching for languages.
c11325f7
CY
23421 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
23422 default dictionary (Bug#7926).
23423
da91b5f2
CY
234242011-04-02 Chong Yidong <cyd@stupidchicken.com>
23425
099c39a4
JB
23426 * emacs-lisp/package.el (package--with-work-buffer):
23427 Recognize https URLs.
da91b5f2 23428
099c39a4
JB
23429 * net/network-stream.el: Move from gnus/proto-stream.el.
23430 Change prefix to network-stream throughout.
da91b5f2
CY
23431 (open-protocol-stream): Merge into open-network-stream, leaving
23432 open-protocol-stream as an alias. Handle nil BUFFER args.
23433
23434 * subr.el (open-network-stream): Move to net/network-stream.el.
23435
afa8e9f6
GM
234362011-04-02 Glenn Morris <rgm@gnu.org>
23437
1d2e369d
GM
23438 * find-dired.el (find-exec-terminator): New option.
23439 (find-ls-option): Test for -ls support.
23440 (find-ls-subdir-switches): Test for -b in find-ls-option.
23441 (find-dired, find-grep-dired): Doc fixes.
23442 (find-dired): Use find-exec-terminator.
23443
8abb7da8 23444 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
23445 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
23446 (find-name-arg): Remove purecopy.
8abb7da8 23447
f3ca7378
GM
23448 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
23449 (grep-compute-defaults): Check for `-exec COMMAND +' support.
23450 Set grep-find-use-xargs, grep-find-command, and grep-find-template
23451 accordingly. Don't add the null-device if not needed.
23452
afa8e9f6
GM
23453 * files.el (save-some-buffers): Doc fix.
23454
35eae264
EZ
234552011-04-02 Eli Zaretskii <eliz@gnu.org>
23456
23457 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
23458
26b51db5
JB
234592011-04-01 Juanma Barranquero <lekktu@gmail.com>
23460
23461 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
23462 Use `dolist' rather than `mapcar'.
23463
7200d79c
SM
234642011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
23465
03408648 23466 Add lexical binding.
7200d79c 23467
03408648
SM
23468 * subr.el (apply-partially): Use new closures rather than CL.
23469 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
23470 (dolist, dotimes): Use slightly different expansion for lexical code.
23471 (functionp): Move to C.
23472 (letrec): New macro.
23473 (with-wrapper-hook): Use it and apply-partially instead of CL.
23474 (eval-after-load): Preserve lexical-binding.
23475 (save-window-excursion, with-output-to-temp-buffer): Turn them
23476 into macros.
7200d79c 23477
03408648
SM
23478 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
23479
23480 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
23481 than the arglist.
23482 (help-add-fundoc-usage): Don't add `Not documented'.
23483 (help-function-arglist): Handle closures, subroutines, and new
23484 byte-code-functions.
23485 (help-make-usage): Remove leading underscores.
23486 (describe-function-1): Handle closures.
23487 (describe-variable): Use special-variable-p for completion.
23488
23489 * files.el (lexical-binding): Declare safe.
f488fb65 23490
03408648
SM
23491 * emacs-lisp/pcase.el: Don't use destructuring-bind.
23492 (pcase--memoize): Rename from pcase-memoize. Change weakness.
23493 (pcase): Add `let' pattern.
23494 Change memoization so it actually works.
23495 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
23496 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
23497 <let>: New case.
f488fb65 23498
03408648
SM
23499 * emacs-lisp/macroexp.el: Use lexical binding.
23500 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
23501 Don't convert ' to #' without checking that it's indeed quoting
23502 a lambda.
23503
23504 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 23505 Use eval-sexp-add-defvars.
03408648
SM
23506 (eval-sexp-add-defvars): New fun.
23507
23508 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
23509
23510 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
23511 Don't autoload.
23512 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
23513 than the internal `byte-compile-lambda'.
23514 (defmethod): Don't hide code under quotes.
23515 (eieio-defmethod): New `code' argument.
23516
23517 * emacs-lisp/eieio-comp.el: Remove.
23518
23519 * emacs-lisp/edebug.el (edebug-eval-defun)
23520 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
23521 (edebug-toggle): Avoid `eval'.
23522
23523 * emacs-lisp/disass.el (disassemble-internal): Handle new
23524 `closure' objects.
23525 (disassemble-1): Handle new byte codes.
23526
23527 * emacs-lisp/cl.el (pushnew): Silence warning.
23528
23529 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
23530 (cl-byte-compile-throw): Remove.
23531 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
23532
23533 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
23534 closures.
23535
23536 * emacs-lisp/cconv.el: New file.
23537
23538 * emacs-lisp/bytecomp.el: Use lexical binding instead of
23539 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
23540 (byte-compile-initial-macro-environment):
23541 Handle declare-function here.
23542 (byte-compile--lexical-environment): New var.
23543 (byte-stack-ref, byte-stack-set, byte-discardN)
23544 (byte-discardN-preserve-tos): New lap codes.
23545 (byte-interactive-p): Don't use any more.
23546 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
23547 New macros.
23548 (byte-compile-lapcode): Use them and handle new lap codes.
23549 (byte-compile-obsolete): Remove.
23550 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
23551 (byte-compile-arglist-warn): Check late def of inlinable funs.
23552 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
23553 since they should have been expanded by now.
23554 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
23555 (byte-compile-from-buffer): Remove unused second arg.
23556 (byte-compile-preprocess): New function.
23557 (byte-compile-toplevel-file-form): New function to distinguish
23558 file-form calls from outside from file-form calls from hunk-handlers.
23559 (byte-compile-file-form): Simplify.
23560 (byte-compile-file-form-defsubst): Remove.
23561 (byte-compile-file-form-defmumble): Simplify now that
23562 byte-compile-lambda always returns a byte-code-function.
23563 (byte-compile): Preprocess.
23564 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
23565 Remove, not used any more.
23566 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
23567 (byte-compile-make-args-desc): New funs.
23568 (byte-compile-lambda): Handle lexical functions. Always return
23569 a byte-code-function.
23570 (byte-compile-reserved-constants): New var, to make up room for
23571 closed-over variables.
23572 (byte-compile-constants-vector): Obey it.
23573 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
23574 (byte-compile-macroexpand-declare-function): New function.
23575 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
23576 byte-code-functions.
23577 (byte-compile-form): Check obsolescence here.
23578 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
23579 (byte-compile-variable-ref): Remove.
23580 (byte-compile-dynamic-variable-op): New fun.
23581 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
23582 (byte-compile-variable-set): New funs.
23583 (byte-compile-discard): Add 2 args.
23584 (byte-compile-stack-ref, byte-compile-stack-set)
23585 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
23586 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
23587 macroexpand-all instead.
23588 (byte-compile-quote-form): Remove.
23589 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
23590 (byte-compile-bind, byte-compile-unbind): New funs.
23591 (byte-compile-let): Handle let* and lexical binding.
23592 (byte-compile-let*): Remove.
23593 (byte-compile-catch, byte-compile-unwind-protect)
23594 (byte-compile-track-mouse, byte-compile-condition-case):
23595 Handle a new :fun-body form, used for lexical scoping.
23596 (byte-compile-save-window-excursion)
23597 (byte-compile-with-output-to-temp-buffer): Remove.
23598 (byte-compile-defun): Simplify.
23599 (byte-compile-stack-adjustment): New fun.
23600 (byte-compile-out): Use it.
23601 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
23602
23603 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
23604 handler any more.
23605
23606 * emacs-lisp/byte-opt.el: Use lexical binding.
23607 (byte-inline-lapcode): Remove (to bytecomp).
23608 (byte-compile-inline-expand): Pay attention to inlining to/from
23609 lexically bound code.
23610 (byte-compile-unfold-lambda): Don't handle byte-code-functions
23611 any more.
23612 (byte-optimize-form-code-walker): Don't handle save-window-excursion
23613 any more and don't call compiler-macros.
23614 (byte-compile-splice-in-already-compiled-code): Remove.
23615 (byte-code): Don't inline any more.
23616 (disassemble-offset): Receive `bytes' as argument rather than via
23617 dynamic scoping.
23618 (byte-compile-tag-number): Declare before first use.
23619 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
23620 `return' even if make-spliceable.
23621 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
23622 obsolete interactive-p.
23623 (byte-optimize-lapcode): Optimize new lap-codes.
23624 Don't trip up on new form of `byte-constant' lap code.
23625
23626 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
23627
23628 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
23629
23630 * custom.el (custom-initialize-default, custom-declare-variable):
23631 Use `defvar'.
23632
23633 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
23634 New variables.
23635 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
23636 (COMPILE_FIRST): Add macroexp and cconv.
23637 * makefile.w32-in: Mirror changes in Makefile.in.
23638
23639 * vc/cvs-status.el:
23640 * vc/diff-mode.el:
23641 * vc/log-edit.el:
23642 * vc/log-view.el:
23643 * vc/smerge-mode.el:
23644 * textmodes/bibtex-style.el:
090bd7cb 23645 * textmodes/css-mode.el:
03408648
SM
23646 * startup.el:
23647 * uniquify.el:
da91b5f2
CY
23648 * minibuffer.el:
23649 * newcomment.el:
23650 * reveal.el:
23651 * server.el:
23652 * mpc.el:
23653 * emacs-lisp/smie.el:
23654 * doc-view.el:
23655 * dired.el:
03408648
SM
23656 * abbrev.el: Use lexical binding.
23657
0f0c1f27
EZ
236582011-04-01 Eli Zaretskii <eliz@gnu.org>
23659
23660 * info.el (info-display-manual): New function.
23661
c82b2579
SM
236622011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
23663
23664 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
23665
221ddf68
TH
236662011-03-31 Tassilo Horn <tassilo@member.fsf.org>
23667
23668 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 23669 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 23670
cba6e77e
GM
236712011-03-31 Glenn Morris <rgm@gnu.org>
23672
e040639f
GM
23673 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
23674
cba6e77e
GM
23675 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
23676
6d0f1c9e
CS
236772011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
23678
23679 * progmodes/python.el (python-default-interpreter)
23680 (python-python-command-args, python-jython-command-args)
23681 (python-which-shell, python-which-args, python-which-bufname)
23682 (python-file-queue, python-comint-output-filter-function)
23683 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
23684 variables and functions.
23685
3e2d70fd
SM
236862011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
23687
23688 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
23689 (completion-in-region-mode): New minor mode.
23690 (completion-in-region): Use it.
23691 (completion-in-region--data, completion-in-region-mode-map): New vars.
23692 (completion-in-region--postch): New function.
23693 (completion--capf-misbehave-funs, completion--capf-safe-funs):
23694 New vars.
23695 (completion--capf-wrapper): New function.
23696 (completion-at-point): Use it to track well-behavedness of
23697 hook functions.
23698 (completion-help-at-point): New command.
23699
f3e4086c
JM
237002011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
23701
23702 * vc/add-log.el (add-change-log-entry): Don't use whitespace
23703 syntax class to search for whitespace on a single line
23704 (Message-ID: <4D938140.4030905@redhat.com>).
23705
eb7ffc14
LL
237062011-03-30 Leo Liu <sdl.web@gmail.com>
23707
23708 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
23709 New commands.
23710 (edit-abbrevs-map): Bind them here.
23711 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
23712
d806ab68
KM
237132011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
23714
23715 * allout.el (allout-hide-by-annotation, allout-flag-region):
23716 Reduce possibility of overlay leakage by making them volatile.
23717
23718 * allout-widgets.el (allout-widgets-tally): Define as nil so the
23719 hash is not shared between buffers. Mode initialization is
23720 responsible for giving it a useful starting value.
23721 (allout-item-span): Reduce possibility of overlay leakage by
23722 making them volatile.
23723 (allout-widgets-count-buttons-in-region): Add diagnostic function
23724 for tracking down button overlay leaks.
23725
ea622834
LL
237262011-03-29 Leo Liu <sdl.web@gmail.com>
23727
23728 * ido.el (ido-read-internal): Use the default history var
23729 minibuffer-history if no HISTORY is specified.
23730
b62f8267
G
237312011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
23732
03408648
SM
23733 * net/imap.el (imap-shell-open, imap-process-connection-type):
23734 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
23735 Kerberos, SSL, other subprocesses.
23736
947b6566
LL
237372011-03-28 Leo Liu <sdl.web@gmail.com>
23738
23739 * abbrev.el (abbrev-table-empty-p): New function.
23740 (prepare-abbrev-list-buffer): Place empty abbrev tables after
23741 nonempty ones. (Bug#5937)
23742
5ffb62aa
JD
237432011-03-27 Jan Djärv <jan.h.d@swipnet.se>
23744
23745 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
23746
7a097943
LL
237472011-03-27 Leo Liu <sdl.web@gmail.com>
23748
23749 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
23750 for foreground and background colors.
23751 (ansi-color-make-color-map): Adapt.
23752
c5b40130
LL
237532011-03-25 Leo Liu <sdl.web@gmail.com>
23754
1f48f7d2
LL
23755 * midnight.el (midnight-time-float): Remove. Note it calculates
23756 the microsecond component incorrectly and seconds-to-time does the
23757 same job.
625897ec 23758 Remove redundant (require 'timer).
1f48f7d2 23759
c5b40130
LL
23760 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
23761 (ido-completions): Remove unused arguments. (Bug#8329)
23762
d86d2721
SM
237632011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23764
23765 * minibuffer.el (completion--flush-all-sorted-completions):
23766 Remove itself from hook.
23767 (completion-at-point): Let the functions perform the completion
23768 immediately and return nil or t.
23769 * comint.el (comint-dynamic-complete-functions): Now identical to
23770 completion-at-point-functions.
23771 (comint-dynamic-list-input-ring): Remove unused var `index'.
23772 (comint--match-partial-filename, comint--unquote&expand-filename):
23773 New funs, split from comint-match-partial-filename.
23774 (comint-dynamic-complete): Use completion-at-point.
23775 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
23776
e8974c48
DA
237772011-03-24 Drew Adams <drew.adams@oracle.com>
23778
23779 * thingatpt.el: Support `defun'.
23780
def71b5e
LL
237812011-03-23 Leo Liu <sdl.web@gmail.com>
23782
cb5af48e
LL
23783 * abbrevlist.el: Move to obsolete/abbrevlist.el.
23784
def71b5e
LL
23785 * help-mode.el (help-mode-finish): Tweak regexp.
23786
927c53e7
GM
237872011-03-23 Glenn Morris <rgm@gnu.org>
23788
18d05bed
GM
23789 * eshell/esh-opt.el (eshell-eval-using-options):
23790 Do not bind unused local variable `eshell-option-stub'.
23791
927c53e7
GM
23792 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
23793
9d0da923
JB
237942011-03-22 Juanma Barranquero <lekktu@gmail.com>
23795
23796 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
23797 keymap variable in `with-no-warnings' to avoid a warning when the
23798 keymap has been already `defconst'ed.
23799
4b978a67
LL
238002011-03-22 Leo Liu <sdl.web@gmail.com>
23801
23802 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
23803 encode all chars in abbrevs; otherwise use emacs-mule or
23804 utf-8-emacs. (Bug#8308)
23805
5fd62452
JB
238062011-03-22 Juanma Barranquero <lekktu@gmail.com>
23807
0b1596c6
JB
23808 * simple.el (backward-delete-char-untabify):
23809 Avoid warning about using `delete-backward-char'.
23810
5fd62452
JB
23811 * image.el (image-type-file-name-regexps): Make it variable.
23812 `imagemagick-register-types' modifies it, and the user may want
23813 to add new extensions for known image types.
23814 (imagemagick-register-types): Throw error if not using ImageMagick.
23815
0b4e93f1
LL
238162011-03-22 Leo Liu <sdl.web@gmail.com>
23817
23818 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
23819 located before rcirc-prompt-end-marker.
23820 (rcirc-complete): Error if point is not after rcirc prompt.
23821 Handle the case when table is nil.
9882e214 23822 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 23823
fccee4ab
CY
238242011-03-22 Chong Yidong <cyd@stupidchicken.com>
23825
23826 * custom.el (custom--inhibit-theme-enable): Make it affect only
23827 custom-theme-set-variables and custom-theme-set-faces.
23828 (provide-theme): Ignore custom--inhibit-theme-enable.
23829 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
23830 (custom-enabling-themes): Delete variable.
d86d2721
SM
23831 (enable-theme): Accept only loaded themes as arguments.
23832 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
23833 (custom-enabled-themes): Forbid themes from setting this.
23834 Eliminate use of custom-enabling-themes.
23835 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 23836
af896da6
LL
238372011-03-21 Leo Liu <sdl.web@gmail.com>
23838
23839 * ido.el (ido-read-internal): Add ido-selected to history instead
23840 of user input.
23841
78f64af0
SM
238422011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
23843
23844 * subr.el (deferred-action-list, deferred-action-function):
23845 Mark obsolete.
23846
b16ac1ec
LL
238472011-03-21 Leo Liu <sdl.web@gmail.com>
23848
810f7698
LL
23849 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
23850 change on 2011-02-13 (bug#8309).
23851
b16ac1ec
LL
23852 * minibuffer.el (read-file-name-function): Change default value.
23853 (read-file-name--defaults): Rename from read-file-name-defaults.
23854 (read-file-name-default): Rename from read-file-name.
23855 (read-file-name): Call read-file-name-function.
23856
4e05e67e
GM
238572011-03-21 Glenn Morris <rgm@gnu.org>
23858
23859 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
23860 Doc fixes.
23861
4359915b
CY
238622011-03-21 Chong Yidong <cyd@stupidchicken.com>
23863
23864 * cus-theme.el: Add missing provide statement.
23865 (customize-create-theme): Extract theme value correctly.
23866 (custom-theme-visit-theme): Autoload.
23867 (customize-create-theme): Prompt before inserting default faces.
23868
1fe275ee
JB
238692011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
23870
23871 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
23872 units and musical notes.
23873
cd394be1 238742011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
23875
23876 * ido.el (ido-read-internal): Use completing-read-default.
23877 (ido-completing-read): Fix compatibility with completing-read.
23878
7d476bde
CO
238792011-03-20 Christian Ohler <ohler@gnu.org>
23880
23881 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
23882 (ert-delete-all-tests): Use `called-interactively-p' rather than
23883 `interactive-p'.
23884 (ert--make-xrefs-region): Respect END.
23885
fe0fb33e
CY
238862011-03-19 Chong Yidong <cyd@stupidchicken.com>
23887
ff854b0b
CY
23888 * dired-aux.el (dired-create-directory): Signal an error if the
23889 directory already exists (Bug#8246).
23890
fe0fb33e
CY
23891 * facemenu.el (list-colors-display): Call list-faces-display
23892 inside with-help-window.
23893 (list-colors-print): Use display property to align the final
23894 column, instead of checking window-width.
23895
576bce32
EZ
238962011-03-19 Eli Zaretskii <eliz@gnu.org>
23897
4d61f28d 23898 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
23899 windows-nt systems.
23900 (emerge-protect-metachars): Quote correctly for ms-dos and
23901 windows-nt systems.
23902
89c41d68 239032011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
23904
23905 * info.el (info-initialize): Replace all uses of `:' with
23906 path-separator for compatibility with non-Unix systems.
23907 Cache quoting of path-separator. (Bug#8258)
23908
b14e3e21 239092011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
23910
23911 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
23912 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
23913 (mouse-avoidance-mode): Fix typos in docstrings.
23914
4525ce3e
CY
239152011-03-19 Chong Yidong <cyd@stupidchicken.com>
23916
23917 * startup.el (package-subdirectory-regexp): Move from package.el.
23918 Omit \\` and \\', and let callers add them.
23919
23920 * emacs-lisp/package.el (package-strip-version)
23921 (package-load-all-descriptors): Add \\` and \\' to
23922 package-subdirectory-regexp before using it.
23923 (package-untar-buffer): New arg DIR; ensure that file untars only
23924 into this expected directory. Remove superfluous delete-region.
23925 (package-unpack): Caller changed.
23926 (package-tar-file-info): Use package-subdirectory-regexp.
23927
a904a09a 239282011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 23929
a904a09a
SM
23930 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
23931 diff-mode-shared-map (bug#8284).
23932 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
23933
239342011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
23935
23936 * calendar/time-date.el (format-seconds): Use assoc instead of
23937 assoc-string, since assoc-string doesn't exist in XEmacs.
23938
171fc304
JB
239392011-03-17 Juanma Barranquero <lekktu@gmail.com>
23940
23941 * custom.el (custom-known-themes): Reflow docstring.
23942 (custom-theme-load-path): Fix typo in docstring.
23943 (load-theme): Fix typo in error message.
23944 (custom-available-themes, custom-variable-theme-value):
23945 Use `let', not `let*'.
23946
d71990a1
JB
239472011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
23948
23949 * calc/README: Mention inclusion of musical notes.
23950
23951 * calc/calc-units.el (calc-lu-quant): Rename from
23952 `calc-logunits-quantity'.
23953 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
23954 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
23955 (calc-db): Rename from `calc-dblevel'.
23956 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
23957 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
23958 (calc-np): Rename from `calc-nplevel'.
23959 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
23960 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
23961 (calc-lu-plus): Rename from `calc-logunits-add'.
23962 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
23963 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
23964 (calc-lu-minus): Rename from `calc-logunits-sub'.
23965 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
23966 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
23967 (calc-lu-times): Rename from `calc-logunits-mul'.
23968 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
23969 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
23970 (calc-lu-divide): Rename from `calc-logunits-div'.
23971 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
23972 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
23973
23974 * calc/calc-ext.el (calc-init-extensions): Update the names of the
23975 functions being autoloaded.
23976
23977 * calc/calc.el (calc-lu-power-reference): Rename from
23978 `calc-logunits-power-reference'.
23979 (calc-lu-field-reference): Rename from
23980 `calc-logunits-field-reference'.
23981
7a71b18d
GM
23982 * calc/calc-help.el (calc-l-prefix-help):
23983 Mention musical note functions.
d71990a1 23984
40c2934b
SM
239852011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
23986
23987 * minibuffer.el (completion-all-sorted-completions):
23988 Use :completion-cycle-penalty text property if present.
23989
b0911414
KM
239902011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
23991
23992 * allout.el (allout-yank-processing): Adjust for new rebulleting
23993 regime so bullet being yanked is used without prompting the user
23994 for a choice.
23995
8a05b668
JB
239962011-03-16 Juanma Barranquero <lekktu@gmail.com>
23997
23998 * startup.el (command-line): Warn the user that _emacs is deprecated.
23999
5ba5fb81
JB
240002011-03-16 Juanma Barranquero <lekktu@gmail.com>
24001
24002 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
24003 (delphi-verbose, delphi-comment-face, delphi-string-face)
24004 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
24005 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
24006 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
24007 (delphi-new-comment-line, delphi-font-lock-defaults)
24008 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
24009 Fix typos in docstrings.
24010
2dab465b
KM
240112011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
24012
5ba5fb81 24013 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
24014 Invert the roles of character and string values for INSTEAD, so a
24015 string is used for the more common case of a defaulting prompt.
24016
0adf5618
SM
240172011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24018
24019 * progmodes/ruby-mode.el (ruby-backward-sexp):
24020 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
24021 * play/gamegrid.el (gamegrid-make-face):
24022 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
24023 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
24024 * notifications.el (notifications-notify):
24025 * net/xesam.el (xesam-search-engines):
24026 * net/quickurl.el (quickurl-list-insert):
24027 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
24028
d72700e5
CY
240292011-03-15 Chong Yidong <cyd@stupidchicken.com>
24030
24031 * startup.el (command-line): Update package subdirectory regexp.
24032
49c5410a
SM
240332011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24034
c6eee9aa
SM
24035 * allout.el (allout-abbreviate-flattened-numbering)
24036 (allout-mode-deactivate-hook): Fix up obsolescence "date".
24037
49c5410a
SM
24038 * subr.el (read-char-choice): Only show the cursor after the prompt,
24039 not after the answer.
24040
047b2bb9
KR
240412011-03-15 Kevin Ryde <user42@zip.com.au>
24042
24043 * help-fns.el (variable-at-point): Skip leading quotes, if any
24044 (bug#8253).
24045
0a57d256
SM
240462011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24047
24048 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
24049 warning message.
24050
77c992bc
MA
240512011-03-14 Michael Albinus <michael.albinus@gmx.de>
24052
24053 * shell.el (shell): When called interactively, offer to change the
24054 shell file name on remote hosts.
24055
eebc475d
TZ
240562011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
24057
24058 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
24059 integration for LDAP parameters. The host, base, user or binddn,
24060 and secret tokens can be specified in a netrc file, for instance.
24061 This is optional because an `auth-source' parameter must be
24062 specified in the search attributes.
24063
9d05d1ba
JB
240642011-03-13 Juanma Barranquero <lekktu@gmail.com>
24065
24066 * help.el (describe-mode): Link to the mode's definition (bug#8185).
24067
09d9db2c
GM
240682011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
24069
24070 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
24071 into declaration. Remove redundant and harmful binding.
24072
240732011-03-12 Eli Zaretskii <eliz@gnu.org>
24074
24075 * files.el (file-ownership-preserved-p): Pass `integer' as an
24076 explicit 2nd argument to `file-attributes'. If the file's owner
24077 is the Administrators group on Windows, and the current user is
24078 Administrator, consider that a match.
24079
24080 * server.el (server-ensure-safe-dir): Consider server directory
24081 safe on MS-Windows if its owner is the Administrators group while
24082 the current Emacs user is Administrator. Use `=' to compare
24083 numerical UIDs, since they could be integers or floats.
24084
219bd536
JB
240852011-03-12 Juanma Barranquero <lekktu@gmail.com>
24086
24087 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
24088
f3afd36b
MA
240892011-03-12 Michael Albinus <michael.albinus@gmx.de>
24090
24091 Sync with Tramp 2.2.1.
24092
24093 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
24094
24095 * net/trampver.el: Update release number.
24096
3aaaa6f1
SM
240972011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
24098
94642599
SM
24099 * progmodes/compile.el (compilation--previous-directory): Fix up
24100 various nil/dead-marker mismatches (bug#8014).
24101 (compilation-directory-properties, compilation-error-properties):
24102 Don't call it at a position past the one we're about to change.
24103
3aaaa6f1
SM
24104 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
24105 Disable obsolescence warnings in the file that declares it.
24106
14239447
KM
241072011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
24108
099c39a4
JB
24109 * allout-widgets.el (allout-widgets-tally):
24110 Initialize allout-widgets-tally as a hash table rather than nil to
24111 prevent mode-line redisplay warnings. Also, clarify the module
24112 description and fix a comment typo.
14239447 24113
135e287c
JB
241142011-03-11 Juanma Barranquero <lekktu@gmail.com>
24115
24116 * help-fns.el (describe-variable): Don't complete keywords.
24117 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
24118
ffbf300e
CY
241192011-03-10 Chong Yidong <cyd@stupidchicken.com>
24120
ba08b241
CY
24121 * emacs-lisp/package.el (package-version-join): Impose a standard
24122 string representation for pre/alpha/beta version lists.
24123 (package-unpack-single): Standardize the directory name by passing
24124 it through package-version-join.
24125 (package-strip-rcs-id): Accept any version string that does not
24126 signal an error in version-to-list.
ffbf300e 24127
f346fd6b
MA
241282011-03-10 Michael Albinus <michael.albinus@gmx.de>
24129
24130 * simple.el (delete-trailing-whitespace): Return nil for the
24131 benefit of `write-file-functions'.
24132
ccb55d27
GM
241332011-03-10 Glenn Morris <rgm@gnu.org>
24134
5ceaac0c
GM
24135 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
24136
02da65ff
GM
24137 * vc/vc-git.el (vc-git-program): New option.
24138 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
24139 (vc-git--call): Use it.
24140
b2f603cc
GM
24141 * eshell/esh-util.el (eshell-condition-case): Doc fix.
24142
5772caab
GM
24143 * cus-edit.el (Custom-newline): If no button at point, look
24144 for a subgroup button at start-of-line. (Bug#2298)
24145
ccb55d27
GM
24146 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
24147
ec6ecaed
JD
241482011-03-10 Julien Danjou <julien@danjou.info>
24149
24150 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
24151 `cursor-type' is nil.
24152
9d5aa01d
JB
241532011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
24154
24155 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
24156
b6a5875b
KM
241572011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
24158
7a71b18d 24159 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
24160 preserves the existing header prefix, rebulleting it if necessary,
24161 rather than replacing it. This is necessary for proper operation
24162 of cooperative addons like allout-widgets.
1154d12e
JB
24163 (allout-make-topic-prefix, allout-rebullet-heading):
24164 Change SOLICIT arg to INSTEAD, and interpret additionally a string
24165 value as alternate bullet to be used, instead of prompting the user
24166 for a bullet character.
b6a5875b 24167
ee545c35
MA
241682011-03-09 Michael Albinus <michael.albinus@gmx.de>
24169
d86d2721
SM
24170 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24171 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
24172 `tramp-default-port'.
24173
c47971d7
DD
241742011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
24175
24176 * net/rcirc.el (rcirc-handler-001): Remove useless
24177 with-rcirc-process-buffer.
24178 (rcirc-check-auth-status): Swap arguments to string-match.
24179
13522cb4
GM
241802011-03-09 Glenn Morris <rgm@gnu.org>
24181
0be6f4f1
GM
24182 * shell.el (shell-mode):
24183 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
24184
13522cb4
GM
24185 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
24186 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
24187
515de2e3
CY
241882011-03-08 Chong Yidong <cyd@stupidchicken.com>
24189
24190 * emacs-lisp/package.el (package-refresh-contents)
24191 (package-menu-execute): Use condition-case-no-debug.
24192
b511b994
MA
241932011-03-08 Michael Albinus <michael.albinus@gmx.de>
24194
24195 * simple.el (shell-command-to-string): Use `process-file'.
24196
24197 * emacs-lisp/package.el (package-tar-file-info): Handle also
24198 remote files.
24199
d86d2721
SM
24200 * emacs-lisp/package-x.el (package-upload-buffer-internal):
24201 Use `equal' for upload base check.
b511b994 24202
25bbfb31
AM
242032011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
24204
24205 * textmodes/texinfo.el (texinfo-environments):
24206 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
24207
be996521
GM
242082011-03-08 Glenn Morris <rgm@gnu.org>
24209
e9c8529f
GM
24210 * cus-start.el (cursor-in-non-selected-windows):
24211 Fix :set quoting oddness. (Bug#8192)
24212
be996521
GM
24213 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
24214 in some setf expressions. (Bug#2159)
24215
2bb5649e
CY
242162011-03-08 Chong Yidong <cyd@stupidchicken.com>
24217
24218 * custom.el (custom-available-themes): Return themes in
24219 alphabetical order.
24220
33383987 24221See ChangeLog.15 for earlier changes.
e3d51b27
MR
24222
24223;; Local Variables:
24224;; coding: utf-8
e3d51b27
MR
24225;; End:
24226
ab422c4d 24227 Copyright (C) 2011-2013 Free Software Foundation, Inc.
e3d51b27
MR
24228
24229 This file is part of GNU Emacs.
24230
24231 GNU Emacs is free software: you can redistribute it and/or modify
24232 it under the terms of the GNU General Public License as published by
24233 the Free Software Foundation, either version 3 of the License, or
24234 (at your option) any later version.
24235
24236 GNU Emacs is distributed in the hope that it will be useful,
24237 but WITHOUT ANY WARRANTY; without even the implied warranty of
24238 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24239 GNU General Public License for more details.
24240
24241 You should have received a copy of the GNU General Public License
24242 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.